/*@font-face{
    font-family: 'wf_SegoeUI';
    src:url('/skin/fonts/segoe-ui.eot');
    src:url('/skin/fonts/segoe-ui.eot?#iefix') format('embedded-opentype'),
           url('/skin/fonts/segoe-ui.woff') format('woff'),
           url('/skin/fonts/segoe-ui.ttf') format('truetype'),
           url('/skin/fonts/segoe-ui.svg#web') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'wf_SegoeUI';
    src:url('/skin/fonts/segoe-ui-bold.eot');
    src:url('/skin/fonts/segoe-ui-bold.eot?#iefix') format('embedded-opentype'),
           url('/skin/fonts/segoe-ui-bold.woff') format('woff'),
           url('/skin/fonts/segoe-ui-bold.ttf') format('truetype'),
           url('/skin/fonts/segoe-ui-bold.svg#web') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'wf_SegoeUI';
    src:url('/skin/fonts/segoe-ui-light.eot');
    src:url('/skin/fonts/segoe-ui-light.eot?#iefix') format('embedded-opentype'),
           url('/skin/fonts/segoe-ui-light.woff') format('woff'),
           url('/skin/fonts/segoe-ui-light.ttf') format('truetype'),
           url('/skin/fonts/segoe-ui-light.svg#web') format('svg');
    font-weight: 100;
    font-style: normal;
}*/

/* font-family: "SegoeUIRegular"; */
@font-face {
	font-family: "SegoeUI";
	src: url("/skin/fonts/SegoeUIRegular.eot");
	src: url("/skin/fonts/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
	url("/skin/fonts/SegoeUIRegular.woff") format("woff"),
	url("/skin/fonts/SegoeUIRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
	font-family: "SegoeUI";
	src: url("/skin/fonts/SegoeUIBold.eot");
	src: url("/skin/fonts/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
	url("/skin/fonts/SegoeUIBold.woff") format("woff"),
	url("/skin/fonts/SegoeUIBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
	font-family: "SegoeUI";
	src: url("/skin/fonts/SegoeUIItalic.eot");
	src: url("/skin/fonts/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
	url("/skin/fonts/SegoeUIItalic.woff") format("woff"),
	url("/skin/fonts/SegoeUIItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
	font-family: "SegoeUI";
	src: url("/skin/fonts/SegoeUILight.eot");
	src: url("/skin/fonts/SegoeUILight.eot?#iefix")format("embedded-opentype"),
	url("/skin/fonts/SegoeUILight.woff") format("woff"),
	url("/skin/fonts/SegoeUILight.ttf") format("truetype");
	font-style: normal;
	font-weight: 100;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
	font-family: "SegoeUI";
	src: url("/skin/fonts/SegoeUISemiBold.eot");
	src: url("/skin/fonts/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
	url("/skin/fonts/SegoeUISemiBold.woff") format("woff"),
	url("/skin/fonts/SegoeUISemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

html, body, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, th, td, button  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1em;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
html, body, div, blockquote, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, input, textarea, th, td, button, select {
	font-family: 'SegoeUI', Arial, sans-serif;
}
html, body {
	overflow:visible !important;
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
html {
	min-height: 100%;
	color: #282c2e;
	font-size: 17px;
}
body {
	min-height: 100%;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
html, body, .container, #layout_body, .bg_video, #header  {
	min-width:1240px;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:57px;
}
.bg_video .container {
	overflow:hidden;
}
.content p, .content_style p, h1, h2, h3, h4, h5, h6, .content ul, .content ol, .content table , .content_style ul, .content_style ol, .content_style table {margin-bottom:.8em}
a {
	color:#e0932f;
	text-decoration:underline;
}
.transition a, .transition a:before, .transition a:after {
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
a:hover, a:active {
	text-decoration:none;
}
.d_flex {
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	max-width:100%;
}
.flex {
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.flex_al_center {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.flex_dir_column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.__j-between {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

/* === basic === */
.clear {clear:both;}
.left {float: left;}
.right  {float: right;}
.img_left {float: left; margin:0 15px 10px 0}
.img_right  {float: right; margin:0 0 10px 15px}
.t_left {text-align: left;}
.t_right  {text-align: right;}
.t_justify  {text-align: justify;}
.center {text-align: center;}
.ofl {overflow: hidden;	_zoom: 1;}
.red {color: #d60c0c;}
.gray{color:#7d7d7d;}
.orange {color:#f7941e;}
.bold {font-weight:bold;}
.uppercase{text-transform: uppercase;}
.italic{font-style:italic;}
.hidden {display:none;}
.d_inl_block {display:inline-block;}
.right_img {float:right; margin:0 0 10px 15px;}
.left_img {float: left; margin:0 15px 10px 0;}
.no_decorate {color: #282c2e; text-decoration:none;}
.mt_40 {margin-top:40px;}
.mb_40 {margin-bottom:40px;}
.nowrap {white-space:nowrap;}

header, footer, nav, aside, section, article {display:block;}
h1 {
	font-size:50px;
	font-weight:normal;
	margin-bottom:1em;
}
h2 {	font-size:133%; font-weight:bold;}
h3 {	font-size:117%; font-weight:bold;}
h4 {	font-size:100%;}
h5 {	font-size:92%;}
h6 {	font-size:83%;}

ul  {list-style: none}
.content ul:not(.no-style), .content ol,
.content_style ul:not(.no-style), .content_style ol {
	margin-left:20px;
	overflow:hidden;
	text-align:left;
}
.content ul {
	text-align:left;
}
.content ul:not(.no-style) li,
.content_style ul:not(.no-style) li {
	list-style:none;
	margin-left:20px;
	padding:0;
	position:relative;
}
.content ul:not(.no-style) li:before,
.content_style ul:not(.no-style) li:before {
	background-color:#e0932f;
	border-radius:50%;
	content:'';
	height:8px;
	position:absolute;
	left:-20px;
	top:10px;
	width:8px;
}
#tinymce ol {
	list-style-position:inside;
}
.content ol,
.content_style ol {
	counter-reset:li;
	list-style:none;
	padding:0;
}
.content ol > li,
.content_style ol > li {
	margin:5px 0;
	padding-left:30px;
	position:relative;
}
.content ol > li:before,
.content_style ol > li:before {
	background-color:#e0932f;
	border-radius:50%;
	color:#fff;
	counter-increment: li;
	content: counters(li,".");
	font-size:12px;
	height:20px;
	line-height:20px;
	min-width:16px;
	padding:0 2px;
	position:absolute;
	top:2px;
	left:0;
	text-align:center;
}
.content ol ol li:before,
.content_style ol ol li:before {
	background-color:transparent;
	color:#282c2e;
}
table {border-collapse:collapse}
.content th, .content_style th, #tinymce th, .content td, .content_style td, #tinymce td {
	padding:5px 10px;
}
.content th, .content_style th, #tinymce th {
	border:1px solid #c3c3c3;
	background-color:#e8e8e8;
	text-align:center;
	padding:10px 10px;
	font-weight: bold;
}
.content td, .content_style td, #tinymce td {
	border:1px solid #c3c3c3;
}
.content table p, .content_style table p {
	margin: 0;
}

td[valign="middle"] {
	vertical-align:middle;
}
td[valign="top"] {
	vertical-align:top;
}
td[valign="bottom"] {
	vertical-align:bottom;
}
img {
	max-width:100%;
	vertical-align:middle;
}

/* === main === */
#layout_body {
	margin: 0px;
	padding: 0px;
	overflow:visible !important;
}
.bg_video {
	background: url('/uploads/media/elites_video.jpg') 50% 50% fixed no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-color:#fff;
	margin: 0px;
	padding: 0px;
}
.excludedplatforms.bg_video {
	background-image: url('/uploads/media/elites_video_mobile.jpg');
}
.clearfix:before,
.clearfix:after {
	clear:both;
	content:"";
	display:table;
	*zoom: 1;
}
.w100 {width:100%;}

#load_content, #header, #main-footer  {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	left: 0;
}
#layout_body.shifted #load_content,
#layout_body.shifted #header,
#layout_body.shifted #main-footer {
	left: -420px;
}

/* === head === */
#header {
	/*background: #fff;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ce4', endColorstr='#05517d',GradientType=0 );*/
	padding:35px 0;
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.white_header #header {
	background:#fff;
	border-bottom:3px solid #282c2f;
	padding:5px 0;
	z-index: 101;
}
.new_year_theme.white_header #header {
	background: url(/skin/images/ny_header_bg.jpg) repeat-x 50% 0;
}
.white_header #header .wrapper {
	height:44px;
}
#header .wrapper {
	position:relative;
}
#logo {
	position:relative;
}
.white_header #logo {

}
#logo .logo {
	background:url(/skin/images/elites_logo.png) no-repeat 0 0;
	display:block;
	height:46px;
	margin-top:-36px;
	width:73px;
	position:relative;
}
/*#logo .logo:after {
			background:url(/skin/images/ny_hat.png) no-repeat 0 0;
			content:'';
			height:35px;
			width:32px;
			position:absolute;
			top: -10px;
			right: 10px;
			opacity:1;
		}*/
.white_header #logo .logo {
	display:none;
}
/*.white_header #logo .logo:after {
			opacity:0;
		}*/
#logo .elites {
	background:url(/skin/images/elites_logo.png) no-repeat 0 -47px;
	display:block;
	height:18px;
	width:73px;
	position:relative;
}
.new_year_theme #logo .elites:after {
	background:url(/skin/images/ny_hat_s.png) no-repeat 0 0;
	content:'';
	height:24px;
	width:22px;
	position:absolute;
	top: -10px;
	right: -12px;
	opacity:1;
}
/*#header .phone {
		font-size:17px;
		font-weight:600;
		float:right;
		line-height:32px;
		position:relative;
		padding-left:25px;
	}
		#header  .phone:before {
			background:url(/skin/images/icons.png) no-repeat -90px -120px;
			content:'';
			height:30px;
			position:absolute;
			top:4px;
			left:0;
			width:30px;
		}
		#header .phone a {
			color:#282c2e;
			text-decoration:none;
		}*/
#header .phone {
	font-weight:600;
	float:right;
	position:relative;
	padding-left:25px;
}
#header .phone:before {
	background:url(/skin/images/phone_ic.svg) no-repeat 50% 50%;
	content:'';
	height:24px;
	position:absolute;
	top:3px;
	left:0;
	width:24px;
}
#header .phone a {
	color:#282c2e;
	display:block;
	text-decoration:none;
}
#header .phone span {
	display:inline-block;
	vertical-align:middle;
}
#header .phone .sm {
	font-size:16px;
	line-height:16px;
	text-align:right;
}
#header .phone .big {
	font-size:36px;
	line-height:32px;
	margin-left:5px;
}
#top_phone {
	opacity:0;
}
#top_phone.active {
	opacity:1;
}
.top_menu {
	font-size: 18px;
	font-weight:600;
	line-height:30px;
	text-align:center;
}
.top_menu a {
	border-bottom:2px dotted transparent;
	color:#282c2e;
	margin:0 10px;
	text-decoration:none;
}
.top_menu a:hover, .top_menu a.active {
	border-bottom:2px dotted #282c2e;
	opacity:0.8;
}
#header .order_btn {
	color: #282c2e;
	border-color: #282c2e;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-family: "SegoeUI", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 600;
	height: 44px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}
#header .order_btn:before {
	background: url(/skin/images/order.png) 0 0 no-repeat;
	width: 24px;
	height: 22px;
	content: '';
	display: inline-block;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
#header .order_btn:hover {
	color: #fff;
	background-color: #282c2e;
}
#header .order_btn:hover:before {
	background: url(/skin/images/order-ac.png) 0 0 no-repeat;
}
#header .social {
	float:right;
	margin-top:2px;
}
.social a {
	background-image:url(/skin/images/icons.png);
	display:inline-block;
	height:30px;
	margin-left:2px;
	vertical-align:middle;
	width:30px;
}
.social a:hover {
	opacity:0.8;
}
.social .tw {
	background-position:0 0;
}
.social .fb {
	background-position:-30px 0;
}
.social .vk {
	background-position:-60px 0;
}
/* === center === */
#breadcrumb {
	margin:20px 0 -20px;
}
#breadcrumb a {
	border-bottom:1px dotted #e0932f;
	text-decoration:none;
}
#breadcrumb a:hover {
	border-bottom:1px dotted transparent;
}
.breadcrumb_inline {
	display:inline-block;
}
.breadcrumb_inline:after {
	content:'>';
	margin:0 5px;
}
.breadcrumb_inline:last-child:after {
	display:none;
}

#fullpage_slider {
	display:none;
	width:100%;
}
#fullpage_slider.__no_slider .section {
	position: relative;
	overflow:hidden;
}
#fullpage_slider.__no_slider .section_inner{
	padding-top:50px;
	padding-bottom:50px;
}
#fullpage_slider.__no_slider .main_wrapper {
	padding-top:50px;
	padding-bottom:10px;
	height: 100vh;
	margin-top: -47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#fullpage_slider.__no_slider .scroll_btn {
	display:none;
}
#fullpage_slider.__no_slider .services_section .section_inner {
	background-color: rgba(33, 33, 33, 0.6);
}
#fullpage_slider.__no_slider .contacts_section {

}
#fullpage_slider.__no_slider .index_map {
	position:relative;
	height:300px;
}
#fullpage_slider.__no_slider .bottom_contacts {
	position: relative;
	overflow: hidden;
}
.section_inner {
	padding:20px 0;
	position:relative;
}
.wrapper {
	margin:0 auto;
	max-width:1220px;
}
.wrapper_big {
	margin:0 auto;
	max-width:1720px;
	padding:20px 80px;
}
.main_wrapper .wrapper {
	height:100%;
}
#mobile_slider_wrap {
	position:absolute;
	top:-47px;
	left:0;
	bottom:0;
	right:0;
}
.mobile_slider.slick-slider {
	margin:0;
	height:100%;
}
.mobile_slider.slick-slider .slick-list, .mobile_slider.slick-slider .slick-track {
	height:100%;
}
.mobile_slider .slide_item {
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}
.first_slide {
	position:relative;
}
.new_year_theme .first_slide:before,
.new_year_theme .first_slide:after {
	background-size:auto 100%;
	background-repeat:no-repeat;
	content: '';
	position:absolute;
	top: -57px;
	bottom:0;
	width:50%;
}
.new_year_theme .first_slide:before {
	background-image:url(/skin/images/ny_bg.png);
	background-position:0 50%;
	left:0;
}
.new_year_theme .first_slide:after {
	background-image:url(/skin/images/ny_bg_flip.png);
	background-position:100% 50%;
	right:0;
}
.main_page {
	height:100%;
	position:relative;
	width:100%;
	z-index:1;
}
.main_page td {
	vertical-align:middle;
}
.main_page tr:first-child td {
	padding-top:20px;
}
.main_page tr:nth-child(2) td {
	vertical-align:top;
}
.main_page .ttl {
	background:url(/skin/images/logo_bg.png) no-repeat 50% 50%;
	background-size:contain;
	color:#fff;
	font-size:90px;
	font-weight:bold;
	line-height:100px;
	margin-bottom:20px;
	padding:50px 0;
	text-align:center;
	text-transform:uppercase;
}
.main_page .ttl {
	-webkit-animation: zoomAnimate 1s cubic-bezier(0.7,0,0.3,1) both;
	animation: zoomAnimate 1s cubic-bezier(0.7,0,0.3,1) both;
}
.main_page .ttl span {
	color:#f7931e;
}
.main_page .desc {
	font-size:24px;
	line-height:35px;
	text-align:center;
}
.main_page .desc span {
	background-color:#f7941e;
	color:#fff;
	padding:0 15px;
	text-transform:uppercase;
}
.statistic_nums {
	text-align:justify;
}
.statistic_nums:after {
	content:'';
	display:inline-block;
	height:0;
	overflow:hidden;
	position:relative;
	visibility:hidden;
	width:100%;
	z-index:-1;
}
.statistic_nums li {
	color:#fff;
	display:inline-block;
	font-size:30px;
	text-align:center;
	vertical-align:top;
}
.statistic_nums a {
	color:#fff;
	text-decoration:none;
}
.statistic_nums a:hover .text {
	text-decoration:underline;
}
.statistic_nums .num {
	color:#f7941e;
	font-size:60px;
	font-weight:bold;
}
.scroll_down_index {
	color:#fff;
	display:block;
	font-size:13px;
	margin:0 auto;
	position:relative;
	padding:40px 0 15px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:130px;
}
.scroll_down_index:before {
	background:url(/skin/images/icons.png) no-repeat -7px -37px;
	content:'';
	height:37px;
	margin-left:-9px;
	position:absolute;
	top:0;
	left:50%;
	width:18px;
}
.scroll_down_index:after {
	background:url(/skin/images/icons.png) no-repeat -37px -40px;
	content:'';
	height:10px;
	margin-left:-8px;
	position:absolute;
	bottom:0;
	left:50%;
	width:16px;
}
.scroll_btn {
	background:url(/skin/images/icons.png) no-repeat -30px -30px;
	height:30px;
	margin-left:-15px;
	position:absolute;
	left:50%;
	width:30px;
	z-index:1000;
}
.clients_slide .scroll_btn,
.reasons_section .scroll_btn {
	background-position:0 -270px;
}
.scroll_up {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top:0;
}
.scroll_down {
	bottom:0;
}
.content {
	margin:40px 0;
	text-align: justify;
}
.content_style {
	text-align: justify;
}
.big_ttl {
	font-size:300%;
	font-weight:bold;
	line-height:110%;
	text-transform:uppercase;
}
.big_article_ttl {
	font-size:250%;
}
.big_ttl.big_margin {
	margin:1em 0;
}
.big_ttl span {
	color:#f7941e;
}
.sm_ttl {
	font-size:188%;
	font-weight:100;
}
.clients_section {
	background-color: #212121;
	position:relative;
}
.inner_page .clients_section {
	min-height:100vh;
	/*margin-top:-47px;
	padding-top:47px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clients_slide {
	background:url(/skin/images/pattern_1.jpg) repeat 0 0 #fdfdfd;
}
.clients_list {
	clear:both;
	font-size:0;
	margin-top:60px;
}
.clients_list li {
	display:inline-block;
	margin:10px 3%;
	position:relative;
	vertical-align:middle;
	text-align:center;
	width:14%;
	opacity:0.7;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.clients_list li:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
	opacity:1;
}
.clients_list div {
	height:140px;
	line-height:140px;
	position:relative;
}
.clients_list .color_img {
	height:100%;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.clients_list li:hover .color_img {
	opacity:1;
}
.clients_list img {
	max-height:100%;
}
.all_clienst_btn {
	margin-top: 40px;
	text-align: center;
}
.main_slider {
	background:url(/skin/images/pattern_1.jpg) repeat 0 0 #fdfdfd;
}
.main_slider .desc {
	display:inline-block;
	vertical-align:middle;
	position:relative;
	width:36%;
}
.main_slider .big_ttl {
	margin-bottom:5%;
}
.main_slider .text {
	font-size:188%;
	font-weight:100;
	margin-bottom:5%;
}
.main_slider .images {
	position:absolute;
	right:0;
	top:0;
	bottom:-25%;
	width:60%;
}
.main_slider .images img {
	position:absolute;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
#s1_img_1 {
	left:0;
	bottom:0;
}
#s1_img_2 {
	left:75px;
	bottom:95px;
}
#s1_img_2.active{
	-webkit-transition: all 0.7s ease-out 0.3s;
	-moz-transition: all 0.7s ease-out 0.3s;
	-o-transition: all 0.7s ease-out 0.3s;
	transition: all 0.7s ease-out 0.3s;
	-webkit-transform: translate3d(450px, -255px, 0px);
	-moz-transform: translate3d(450px, -255px, 0px);
	-ms-transform: translate3d(450px, -255px, 0px);
	transform: translate3d(450px, -255px, 0px);
}
#s1_img_3 {
	left:80px;
	bottom:90px;
}
#s1_img_3.active{
	-webkit-transform: translate3d(-70px, -300px, 0px);
	-moz-transform: translate3d(-70px, -300px, 0px);
	-ms-transform: translate3d(-70px, -300px, 0px);
	transform: translate3d(-70px, -300px, 0px);
}
#s2_img_1 {
	left:0;
	bottom:-90%;
	opacity:0;
	z-index:1;
}
#s2_img_1.active{
	opacity:1;
	-webkit-transform: translate3d(-70px, -300px, 0px);
	-moz-transform: translate3d(-70px, -300px, 0px);
	-ms-transform: translate3d(-70px, -300px, 0px);
	transform: translate3d(-70px, -300px, 0px);
}
#s2_img_2 {
	left:320px;
	bottom:-15%;
	opacity:0;
}
#s2_img_2.active{
	-webkit-transition: all 1.5s ease-out 0.3s;
	-moz-transition: all 1.5s ease-out 0.3s;
	-o-transition: all 1.5s ease-out 0.3s;
	transition: all 1.5s ease-out 0.3s;
	opacity:1;
}
.slide_2 .desc {
	top:-100px;
}
.reasons_section {
	background:url(/skin/images/pattern_2.png) repeat 0 0 #e6e6e6;
}
.big_ttl {
	margin-bottom:0.2em;
}
.sm_ttl {
	margin-bottom:1.2em;
}
.reasons_list {
	display:inline-block;
	height:550px;
	margin-right:70px;
	position:relative;
	vertical-align:middle;
	width:550px;
}
.reasons_list:after {
	background:url(/skin/images/icons.png) -93px -5px;
	content:'';
	height:19px;
	margin-top:-10px;
	position:absolute;
	top:50%;
	right:-50px;
	width:23px;
}
.reasons_list li {
	margin:70px 0 0 70px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform-origin:-70px -70px;
	-moz-transform-origin:-70px -70px;
	-o-transform-origin:-70px -70px;
	-ms-transform-origin:-70px -70px;
	transform-origin:-70px -70px;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.8s ease;
}
/*.was_active .reasons_list li:nth-child(1) {
			transform:rotate(-45deg);
		}
			.was_active .reasons_list li:nth-child(1) a {
				transform:rotate(45deg);
			}
		.was_active .reasons_list li:nth-child(2) {
			transform:rotate(-96.4deg);
		}
			.was_active .reasons_list li:nth-child(2) a {
				transform:rotate(96.4deg);
			}
		.was_active .reasons_list li:nth-child(3) {
			transform:rotate(-147.8deg);
		}
			.was_active .reasons_list li:nth-child(3) a {
				transform:rotate(147.8deg);
			}
		.was_active .reasons_list li:nth-child(4) {
			transform:rotate(-199.2deg);
		}
			.was_active .reasons_list li:nth-child(4) a {
				transform:rotate(199.2deg);
			}
		.was_active .reasons_list li:nth-child(5) {
			transform:rotate(-250.6deg);
		}
			.was_active .reasons_list li:nth-child(5) a {
				transform:rotate(250.6deg);
			}
		.was_active .reasons_list li:nth-child(6) {
			transform:rotate(-302deg);
		}
			.was_active .reasons_list li:nth-child(6) a {
				transform:rotate(302deg);
			}
		.was_active .reasons_list li:nth-child(7) {
			transform:rotate(-353.4deg);
		}
			.was_active .reasons_list li:nth-child(7) a {
				transform:rotate(353.4deg);
			}*/
.reasons_list a {
	background-color:#f2f2f2;
	/*background-image:url(/skin/images/reason_icons.png);*/
	background-position:0 0;
	border:4px solid #fff;
	border-radius:50%;
	display:block;
	height:134px;
	width:134px;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
.reasons_list .active a {
	box-shadow:0 0 15px #f7941e;
	background-position:100% 0;
}
.reasons_list .reason_1 {
	background-image:url(/skin/images/reason_5.png);
}
.reasons_list .reason_2 {
	background-image:url(/skin/images/reason_1.png);
}
.reasons_list .reason_3 {
	background-image:url(/skin/images/reason_2.png);
}
.reasons_list .reason_4 {
	background-image:url(/skin/images/reason_3.png);
}
.reasons_list .reason_5 {
	background-image:url(/skin/images/reason_4.png);
}
.reasons_list .reason_6 {
	background-image:url(/skin/images/reason_6.png);
}
.reasons_list .reason_7 {
	background-image:url(/skin/images/reason_7.png);
}
/*.reasons_list .reason_1 {
					background-position:0 -268px;
				}
					.reasons_list .active .reason_1 {
						background-position:-134px -268px;
					}
				.reasons_list .reason_2 {
					background-position:0 -402px;
				}
					.reasons_list .active .reason_2 {
						background-position:-134px -402px;
					}
				.reasons_list .reason_3 {
					background-position:0 -536px;
				}
					.reasons_list .active .reason_3 {
						background-position:-134px -536px;
					}
				.reasons_list .reason_4 {
					background-position:0 -670px;
				}
					.reasons_list .active .reason_4 {
						background-position:-134px -670px;
					}
				.reasons_list .reason_5 {
					background-position:0 -804px;
				}
					.reasons_list .active .reason_5 {
						background-position:-134px -804px;
					}
				.reasons_list .reason_6 {
					background-position:0 0;
				}
					.reasons_list .active .reason_6 {
						background-position:-134px 0;
					}
				.reasons_list .reason_7 {
					background-position:0 -134px;
				}
					.reasons_list .active .reason_7 {
						background-position:-134px -134px;
					}*/
.reasons_text {
	display:inline-block;
	font-size:20px;
	text-align:left;
	vertical-align:middle;
	width:42%;
}
.reasons_panes {
	font-weight:100;
	line-height:42px;
	margin:30px 0;
	padding:25px 0;
	position:relative;
}
.reasons_panes .ttl {
	font-size:25px;
	font-weight:600;
	margin-bottom:20px;
	text-align:center;
}
.reasons_panes p {
	margin-bottom:2em;
}
.reasons_panes:before,
.reasons_panes:after {
	content:'...';
	font-size:40px;
	letter-spacing:15px;
	line-height:0;
	margin-left:-25px;
	position:absolute;
	left:50%;
}
.reasons_panes:before {
	top:-10px;
}
.reasons_panes:after {
	bottom:20px;
}
.reasons_panes > div {
	display:none;
}
.reasons_panes > div:first-child {
	display:block;
}
.reasons_text .download_links {
	margin-top:20px;
}
.footer_order .download_links {
	display:inline-block;
	vertical-align:middle;
}
.download_links a {
	color:#4f5153;
	display:inline-block;
	line-height:20px;
	margin-right:25px;
	position:relative;
	text-decoration:none;
}
.footer_order .download_links {
	margin-bottom: 10px;
}
.footer_order .download_links a {
	color:#fff;
	margin:0 10px;
}
.download_links a:hover {
	opacity:0.8;
}
.download_links a:before {
	background-image:url(/skin/images/icons.png);
	content:'';
	height:37px;
	margin-top:-18px;
	position:absolute;
	left:0;
	top:50%;
}
.download_links .presentation_ic {
	padding-left:45px;
}
.download_links .presentation_ic:before {
	background-position:-15px -161px;
	width:33px;
}
.download_links .brief_ic {
	padding-left:38px;
}
.download_links .brief_ic:before {
	background-position:-61px -161px;
	width:27px;
}
.download_links .price_ic {
	padding-left:70px;
}
.download_links .price_ic:before {
	background-position:-92px -161px;
	width:57px;
}
.download_links a:hover {
	opacity:1;
}
.benefit_list {
	text-align:justify;
}
.benefit_list:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	position: relative;
	z-index: -1;
}
.benefit_list li {
	display:inline-block;
	margin:20px 0;
	text-align:center;
	vertical-align:top;
	width:30%;
}
.benefit_list .ttl {
	font-size:24px;
	font-weight:600;
	margin-bottom:5px;
}
.benefit_list .text {
	font-size:18px;
}
.services_section {
	background:url(/skin/images/works_screen_bg.jpg) no-repeat 50% 50% #212121;
	background-size:cover;
}
.services_section .fp-tableCell {
	background-color:rgba(33, 33, 33, 0.6);
}
.black_bg_ttl {
	color:#fff;
	font-size:335%;
	line-height:100%;
	margin-bottom:0.8em;
}
.black_bg_ttl span {
	background-color:rgba(0, 0, 0, 0.8);
	display:inline-block;
	font-weight:100;
	margin-bottom:0.2em;
	padding:0 20px 15px;
}
.clients_wrap {
	overflow:hidden;
}
#projects_tabs .border_btn {
	padding:5px 0;
	text-align:center;
	width:45%;
}
#projects_tabs .border_btn:first-child {
	margin-right:2%;
}
#projects_tabs .border_btn.active {
	background:#fff;
	color:#282c2e;
}
.h_30 {
	height:30%;
}
.h_34 {
	height:34%;
}
.h_36 {
	height:36%;
}
.panes > div {
	display:none;
}
.panes > div:first-child {
	display:block;
}
.projects_wrap {

}
.client_item_wrap {

}
.clients_section .client_item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	overflow:hidden;
}
.clients_section:not(.clients_section_new) .client_item {
	float:left;
	height:100%;
	position:relative;
}
.projects_wrap .client_item {
	position:absolute;
}
.projects_wrap .client_item a {
	color:#fff;
}
.client_intro, .projects_wrap .client_item.num10, .projects_wrap .client_item.num20, .projects_wrap .client_item.num30 {
	top:0;
	left:0;
	height:30%;
	width:40%;
}
.projects_wrap .client_item.num1, .projects_wrap .client_item.num11, .projects_wrap .client_item.num21, .projects_wrap .client_item.num31 {
	top:0;
	left:40%;
	height:30%;
	width:30%;
}
.projects_wrap .client_item.num2, .projects_wrap .client_item.num12, .projects_wrap .client_item.num22, .projects_wrap .client_item.num32 {
	top:0;
	left:70%;
	height:30%;
	width:30%;
}
.projects_wrap .client_item.num3, .projects_wrap .client_item.num13, .projects_wrap .client_item.num23, .projects_wrap .client_item.num33 {
	top:30%;
	left:0;
	height:34%;
	width:24%;
}
.projects_wrap .client_item.num4, .projects_wrap .client_item.num14, .projects_wrap .client_item.num24, .projects_wrap .client_item.num34 {
	top:30%;
	left:24%;
	height:34%;
	width:26.5%;
}
.projects_wrap .client_item.num5, .projects_wrap .client_item.num15, .projects_wrap .client_item.num25, .projects_wrap .client_item.num35 {
	top:30%;
	left:50.5%;
	height:34%;
	width:26.5%;
}
.projects_wrap .client_item.num6, .projects_wrap .client_item.num16, .projects_wrap .client_item.num26, .projects_wrap .client_item.num36 {
	top:30%;
	left:77%;
	height:34%;
	width:23%;
}
.projects_wrap .client_item.num7, .projects_wrap .client_item.num17, .projects_wrap .client_item.num27, .projects_wrap .client_item.num37 {
	top:64%;
	left:0;
	height:36%;
	width:33%;
}
.projects_wrap .client_item.num8, .projects_wrap .client_item.num18, .projects_wrap .client_item.num28, .projects_wrap .client_item.num38 {
	top:64%;
	left:33%;
	height:36%;
	width:38%;
}
.projects_wrap .client_item.num9, .projects_wrap .client_item.num19, .projects_wrap .client_item.num29, .projects_wrap .client_item.num39 {
	top:64%;
	left:71%;
	height:36%;
	width:29%;
}
.float_blocks .projects_wrap .client_item, .float_blocks .client_intro {
	float:left;
	position:relative;
	left:0 !important;
	top:0 !important;
	height:300px !important;
}
@media screen and (max-width: 570px) {
	.float_blocks .client_intro {
		height:auto !important;
	}
}

.no-excludedplatforms .client_item, .no-excludedplatforms .client_item * {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.w_29 {
	width:29%;
}
.w_16 {
	width:16%;
}
.w_16.client_item .text {
	padding:15px 20px;
}
.w_16.client_item .text .name {
	font-size: 188%;
}
.w_16.client_item .text .desc {
	font-size: 118%;
}
.w_32 {
	width:32%;
}
.w_23 {
	width:23%;
}
.w_24 {
	width:24%;
}
.w_26_5 {
	width:26.5%;
}
.w_33 {
	width:33%;
}
.w_38 {
	width:38%;
}
.client_intro {
	padding:30px 50px 0 50px;
	position:absolute;
	top:0;
	left:0;
}
@media screen and (min-width: 1025px) {
	.client_intro h1 {
		font-size: 36px;
	}
}
.client_intro h1 {
	line-height: 1.1;
	margin-bottom: .5em;
}
.client_intro .desc {
	font-size:160%;
	font-weight:100;
	margin-bottom:0.8em;
}
.client_item .bg_img {
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
}
.no-excludedplatforms .client_item:hover .bg_img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
.pseudo_more:before {
	content: 'Подробнее';
}
.client_item .text {
	background-color:rgba(0, 0, 0, 0.7);
	height:100%;
	opacity:0;
	padding:30px 45px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.no-excludedplatforms .client_item:hover .text {
	opacity:1;
}
.excludedplatforms .client_item .text {
	top:auto;
	bottom:0;
	height:auto;
	opacity:1;
}
.excludedplatforms .client_item .text .desc {
	margin-bottom:5px;
	line-height:15px;
}
.excludedplatforms .client_item .text .border_btn {
	display:none;
}
.client_item .text .name {
	font-size:240%;
}
.client_item  .name a {
	text-decoration:none;
}
.client_item  .name a:after {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.client_item .text .desc {
	font-size:138%;
	margin-bottom:1em;
}
.client_item .text .tags {
	font-size:73%;
	margin:10px 0 20px;
	text-transform:uppercase;
}
.client_item .text .border_btn {
	font-size:73%;
	padding:3px 50px;
}
.index_map {
	background-color:#000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
}
.contacts_map {
	height:400px;
	/*margin-top:-15px;*/
	max-width: 100%;
	margin-bottom:20px;
}
.contacts-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; }

.contacts-section_block {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 40px 80px; }
.excludedplatforms .contacts-section_block {
	z-index: 999998 !important;
}
.contacts-form_index {
	background-color: #282c2e; }

.contacts-info {
	background-color:#fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; }
.contacts-info .index-footer_social,
.contacts-info .share-block {
	display: inline-block;
	vertical-align: middle; }
.index-footer_social__text {
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
}
.copy__text {
	display:inline-block;
	vertical-align:middle;
	margin: 5px 3px 5px 0;
}
.contacts-info_address {
	font-size: 22px;
	margin-bottom: 20px; }

.contacts-info_phones_email {
	font-size: 30px;
	margin-bottom: 20px; }

.contacts-info_phones {
	display: inline-block;
	margin-right: 20px;
	text-align: right;
	vertical-align: top; }
.contacts-info_phones a {
	color: #282c2e;
	text-decoration: none;
}

.copy {
	font-size: 15px;
	margin-top: 20px; }
.bottom_contacts {
	background-color:#282c2e;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
}
.bottom_contacts .left, .bottom_contacts .right {
	padding:50px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bottom_contacts .left {
	background-color:#fff;
	float:left;
	font-size:216%;
	font-weight:100;
	min-height:395px;
	width:50%;
}
.bottom_contacts .right {
	background-color:#282c2e;
	color:#fff;
	float:left;
	font-size:335%;
	width:50%;
}
.footer_form {

}
.footer_form label {
	float:left;
	margin-bottom:20px;
	width:48.5%;
}
.footer_form .phone_ic, .footer_form .from_know_ic {
	margin-left:3%;
}
.footer_form .message_ic {
	width:100%;
}
.footer_form textarea {
	resize:none;
}
.footer_form input[type=text], .footer_form input[type=email], .footer_form input[type=tel], .footer_form textarea, .footer_form select, .footer_form .jq-selectbox, .footer_form .jq-selectbox__select {
	color:#fff;
	display:block !important;
	margin-bottom:0;
	width:100%;
}
.footer_form .changed .jq-selectbox__select {
	color:#fff;
}
.footer_form .button {
	clear:both;
	display:block;
	width:48.5%;
}
.footer_form__btn {
	text-align: center;
	margin-top: 20px;
}
.bottom_contacts .footer_form .button {
	float:right;
}
.copy {
	font-size:15px;
	margin-top:25px;
}
.bottom_contacts .social, .bottom_contacts .share_block {
	display:inline-block;
}

.bot_phones {
	display:inline-block;
	margin-right:20px;
	vertical-align:top;
}
.dialog_form_style input[type=text], .dialog_form_style input[type=email], .dialog_form_style input[type=tel], .dialog_form_style textarea, .dialog_form_style select, .dialog_form_style label, .dialog_form_style .button {
	display:inline-block;
	width:100%;
}
.dialog_form_style .jq-selectbox {
	margin-bottom:10px;
	width:100%;
}
.dialog_form_style .w50 {
	width:49%;
}
.button.fw_ttl{
	display:block;
	margin-bottom:20px;
}
#order .black_btn:last-child {
	margin-bottom:0;
}
#order_seo {
	max-width:100%;
	width:910px;
	height:580px;
}
#question_form {
	max-width:100%;
	width:700px;
}
#question_form .orange_btn, #order_seo .orange_btn {
	display:block;
	margin:0 auto;
	width:400px;
}
#order_create {
	max-width:100%;
	width:500px;
	height:560px;
}
label[class*="_ic"] {
	position:relative;
}
label[class*="_ic"]:before {
	background-image:url(/skin/images/icons.png);
	content:'';
	height:30px;
	position:absolute;
	top:8px;
	left:6px;
	width:30px;
}
.name_ic:before {
	background-position:0 -90px;
}
.phone_ic:before {
	background-position:-30px -90px;
}
.email_ic:before {
	background-position:-60px -90px;
}
.message_ic:before {
	background-position:-90px -90px;
}
.from_know_ic:before {
	background-position:-120px -90px;
}
.file_ic:before {
	background-position:-60px -120px;
}
.site_ic:before {
	background-position:0 -120px;
}
.keywords_ic:before {
	background-position:-90px -90px;
}
.info_ic:before {
	background-position:-30px -120px;
}
label[class*="_ic"] input[type="text"], label[class*="_ic"] input[type="email"], label[class*="_ic"] input[type="tel"], label[class*="_ic"] textarea {
	padding-left:40px;
}
.tbl_style_1 {
	font-size:16px;
	width:100%;
}
.tbl_style_1 td, .tbl_style_1 th {
	padding:10px 15px;
}
.tbl_style_1 th {
	background-color:#f7941e;
	color:#fff;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
}
.tbl_style_1 td {
	border-bottom:1px dashed #a9abab;
}
.note_text {
	color:#515557;
	font-size:14px;
	font-style:italic;
	margin-bottom:20px;
}
.services_list {
	background:url(/skin/images/pattern_service.jpg) no-repeat 50% 50%;
	background-size:cover;
	overflow:hidden;
	/*position:absolute;
	top:47px;
	right:0;
	bottom:0;
	left:0;*/
	width:100%;
	height:100vh;
	margin-top:-47px;
	padding-top:47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.services_slide .services_list {
	height: 100%;
	margin-top: 0;
	padding-top: 0;
}
.excludedplatforms .services_slide .services_list {
	height: 100vh;
}
.services_list .row {
	border-bottom:8px solid #c5c5c5;
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
}
.services_list .item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:4px solid #c5c5c5;
	border-bottom:4px solid #c5c5c5;
	height:50%;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:33.33%;
}
.no-excludedplatforms .services_list .item:hover {
	background-color:rgba(247, 147, 30, .1);
}
.services_list .item:nth-child(3n) {
	border-right:none;
}
.services_list .item:nth-child(4), .services_list .item:nth-child(5), .services_list .item:nth-child(6) {
	border-bottom:none;
}
.services_list .item .wrap {
	padding: 100px 60px 20px;
}
.services_list .ic {
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:auto 100%;
	height:150px;
	margin:0 0 10px;
}
.services_list .ttl {
	color:#282c2e;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}
.services_list .desc {
	color:#282c2e;
	font-size:14px;
	line-height: 1.5;
	margin-top: 10px;
}

.flex_wrap {
	min-height:100%;
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex: 1 1 auto;
	-moz-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	max-width:100%;
}
.reviews_page {
	background: #fdfdfd url("/skin/images/pattern_1.jpg") repeat scroll 0 0;
	min-height:100vh;
	margin-top:-47px;
	padding-top:47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reviews_wrap {
	margin:0 auto;
	overflow:hidden;
	padding:0 100px;
	text-align:center;
	max-width:940px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.reviews_list {

}
.review_item {
	float:left;
}
.review_item .person {
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.review_item .person .img_wrap {
	margin-right:6%;
	position:relative;
	max-width:26%;
}
.review_item .person .img {
	background-color:#fff;
	border:3px solid #f7941e;
	border-radius:50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.review_item .person .img img {
	margin:0 auto;
	max-height:70%;
	max-width:70%;
	position:relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.review_item .person .desc {
	font-size:28px;
	font-weight:100;
	text-align:left;
	width:68%;
}
.review_item .person .desc .name {
	font-weight:normal;
	margin-bottom:15px;
}
.review_item .person .desc .status {
	font-size:80%;
}
.review_item .person .desc .url {
	font-size:80%;
	font-style:italic;
}
.review_item .person .desc .url a {
	border-bottom:2px dotted #e0932f;
	text-decoration:none;
}
.review_item .person .desc .url a:hover {
	border-bottom:2px dotted transparent;
}
.review_item .text {
	font-style:italic;
	margin:30px 0;
}
.project_page {
	overflow:hidden;
	width:100%;
}
.project_page .first_screen {
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
	height:900px;
	position:relative;
	text-align:center;
}
.project_page .first_screen:after {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	content:'';
	height:65px;
	margin-left:-33px;
	position:absolute;
	left:50%;
	bottom:40px;
	width:65px;
	opacity:0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.loaded .project_page .first_screen:after {
	opacity:1;
	-webkit-animation: arrAnimate 2s cubic-bezier(0.7,0,0.3,1) both;
	animation: arrAnimate 2s cubic-bezier(0.7,0,0.3,1) both;
}
.project_page .first_screen h1 {
	margin-bottom:0;
}
.project_page .first_screen a {
	color:#fff;
	font-size:100px;
	font-weight:bold;
}
.project_page .first_screen .desc {
	color:#fff;
	font-size:34px;
	font-weight:100;
}
.smartcode_page .first_screen {
	/*background-image:url(/uploads/images/bg_smartcode.jpg);*/
	background-color:#5281af;
}
.allrad_page .first_screen {
	/*background-image:url(/uploads/images/bg_allrad.jpg);*/
	background-color:#6a3638;
}
.terra_page .first_screen {
	/*background-image:url(/uploads/images/bg_terra.jpg);*/
	background-color:#73928c;
}
.anons_page .first_screen {
	/*background-image:url(/uploads/images/bg_anons.jpg);*/
	background-color:#79966a;
}
.buta_page .first_screen {
	/*background-image:url(/uploads/images/bg_buta.jpg);*/
	background-color:#013646;
}
.techno_page .first_screen {
	/*background-image:url(/uploads/images/bg_techno.jpg);*/
	background-color:#b05b1d;
}
.knd_page .first_screen {
	/*background-image:url(/uploads/images/bg_knd.jpg);*/
	background-color:#bca12c;
}
.hyundai_page .first_screen {
	/*background-image:url(/uploads/images/bg_hyundai.jpg);*/
	background-color:#527396;
}
.prime_page .first_screen {
	/*background-image:url(/uploads/images/bg_prime.jpg);*/
	background-color:#5e8858;
}
.project_page .text_block {
	font-size:16px;
	font-style:italic;
	margin:60px 0;
	text-align:center;
}
.project_page .bttl {
	font-size:60px;
	margin:60px 0 40px;
	position:relative;
	text-align:center;
	text-transform:lowercase;
}
.smartcode_page .bttl span {
	color:#579acf;
}
.allrad_page .bttl span {
	color:#b11e2d;
}
.terra_page .bttl span {
	color:#10624f;
}
.anons_page .bttl span {
	color:#9acf16;
}
.buta_page .bttl span {
	color:#004f88;
}
.techno_page .bttl span {
	color:#ff6113;
}
.knd_page .bttl span {
	color:#ffc024;
}
.hyundai_page .bttl span {
	color:#0659ac;
}
.prime_page .bttl span {
	color:#71c73b;
}
.project_page .bttl.inverse {
	color:#fff;
}
.project_page .bttl.inverse span {
	color:#fff;
}
.smartcode_page .bttl.inverse span {
	color:#282c2e;
}
.allrad_page .bttl.inverse span {
	color:#b11e2d;
}
.knd_page .bttl.inverse {
	color:#2d2c2c;
}
.knd_page .bttl.inverse span {
	color:#2d2c2c;
}
.project_img {
	margin:40px 0 80px;
	position:relative;
	text-align:center;
}
.project_img .text {
	color:#9d9c9c;
	font-size:13px;
	font-style:italic;
	position:absolute;
	text-align:left;
}
.project_img .text:before {
	background-repeat:no-repeat;
	background-position:50% 50%;
	content:'';
	height:186px;
	position:absolute;
	top:-200px;
	width:65px;
}
.project_img .text_l:before {
	right:50px;
}
.project_img .text_r:before {
	right:0;
}
.smartcode_page .text_l:before {
	background-image:url(/uploads/images/text_l_blue_bg.png);
}
.smartcode_page .text_r:before {
	background-image:url(/uploads/images/text_r_blue_bg.png);
}
.allrad_page .text_l:before {
	background-image:url(/uploads/images/text_l_red_bg.png);
}
.allrad_page .text_r:before {
	background-image:url(/uploads/images/text_r_red_bg.png);
}
.terra_page .text_l:before {
	background-image:url(/uploads/images/text_l_green_bg.png);
}
.terra_page .text_r:before {
	background-image:url(/uploads/images/text_r_green_bg.png);
}
.anons_page .text_l:before {
	background-image:url(/uploads/images/text_l_salat_bg.png);
}
.anons_page .text_r:before {
	background-image:url(/uploads/images/text_r_salat_bg.png);
}
.buta_page .text_l:before {
	background-image:url(/uploads/images/text_l_gray_bg.png);
}
.buta_page .text_r:before {
	background-image:url(/uploads/images/text_r_gray_bg.png);
}
.techno_page .text_l:before, .knd_page .text_l:before, .hyundai_page .text_l:before, .prime_page .text_l:before {
	background-image:url(/uploads/images/text_l_darkgray_bg.png);
}
.techno_page .text_r:before, .knd_page .text_r:before , .hyundai_page .text_r:before, .prime_page .text_r:before {
	background-image:url(/uploads/images/text_r_darkgray_bg.png);
}
.project_img.img_1 .text {
	right:20px;
	bottom:80px;
	width:340px;
}
.smartcode_page .project_img.img_3 {
	text-align:right;
}
.smartcode_page .project_img.img_3 .text {
	left:0;
	top:640px;
	width:220px;
}
.smartcode_page .project_img.img_3 img {
	margin-right:20px;
}
.smartcode_page .project_img.img_5 .text {
	left:400px;
	bottom:100px;
}
.smartcode_page .project_img.img_6 .text {
	left:360px;
	top:400px;
}
.smartcode_page .project_img.img_6 img {
	vertical-align:top;
}
.smartcode_page .project_img.img_6 .viz {
	margin:0 -550px 60px 200px;
}
.allrad_page .project_img.img_2 .text {
	bottom:150px;
	left:180px;
	width:250px;
}
.allrad_page .project_img.img_3 .text {
	bottom:-35px;
	left:140px;
	width:360px;
}
.allrad_page .project_img.img_3 .text_r:before {
	top:-150px;
	right:-40px;
}
.allrad_page .project_img.img_5 {
	margin-top:150px;
}
.allrad_page .project_img.img_4 .text {
	bottom:-70px;
	left:240px;
	width:230px;
}
.terra_page .project_img.img_1 .text {
	bottom:45px;
}
.terra_page .project_img.img_5 .text {
	bottom:-110px;
	right:380px;
	width:400px;
}
.terra_page .project_img.img_6 {
	margin-top:150px;
}
.anons_page .project_img.img_1 .text {
	width:auto;
}
.anons_page .project_img.img_2 .text {
	bottom:-70px;
	left:50px;
}
.anons_page .project_img.img_2 .text:before {
	right:auto;
	left:-80px;
}
.anons_page .project_img.img_3 .text {
	bottom:-140px;
	right:50px;
	width:250px;
}
.buta_page .project_img.img_1 .text {
	bottom:55px;
}
.buta_page .project_img.img_4 .text {
	bottom:-140px;
	right:110px;
	width:275px;
}
.techno_page .project_img.img_3 .text {
	top:600px;
	left:5px;
	width:300px;
}
.knd_page .project_img.img_3 .text {
	top:600px;
	left:80px;
	width:200px;
}
.knd_page .project_img.img_4 {
	margin-bottom:120px;
}
.knd_page .project_img.img_4 .text {
	bottom:-100px;
	left:300px;
	width:420px;
}
.hyundai_page .project_img.img_3 .text {
	top:600px;
	left:30px;
	width:200px;
}
.hyundai_page .project_img.img_4 {
	margin-bottom:120px;
}
.hyundai_page .project_img.img_4 .text {
	bottom:-100px;
	left:300px;
	width:410px;
}
.prime_page .project_img.img_3 .text {
	top:600px;
	left:30px;
	width:320px;
}
.prime_page .project_img.img_3 .text:before {
	right:200px;
}
.obliquely_block {
	position:relative;
}
.obliquely_block:before {
	content:'';
	height:570px;
	position:absolute;
	top:-35px;
	left:-1000px;
	right:-1000px;
	-webkit-transform: rotate(-6.5deg);
	-moz-transform: rotate(-6.5deg);
	-ms-transform: rotate(-6.5deg);
	-o-transform: rotate(-6.5deg);
	transform: rotate(-6.5deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.obliquely_block.pattern_4:before {
	background:url(/skin/images/pattern_4.png);
}
.obliquely_block.pattern_5:before {
	background:url(/skin/images/pattern_5.png);
}
.obliquely_block.pattern_6:before {
	background:url(/skin/images/pattern_6.png);
}
.obliquely_block.pattern_8:before {
	background:url(/skin/images/pattern_8.png);
}
.obliquely_block.pattern_9:before {
	background:url(/skin/images/pattern_9.png);
}
.obliquely_block.pattern_10:before {
	background:url(/skin/images/pattern_10.png);
}
.obliquely_block.pattern_11:before {
	background:url(/skin/images/pattern_11.png);
}
.obliquely_block.pattern_12:before {
	background:url(/skin/images/pattern_12.png);
}
.terra_page .obliquely_block.obliquely_block_2:before {
	top:230px;
}
.prime_page .obliquely_block:before {
	background:#47c08c;
}
.obliquely_block.logo_r:after {
	background:url(/uploads/images/smartcode_logo_r.png) no-repeat 0 0;
	content:'';
	height:706px;
	position:absolute;
	top:-160px;
	right:0;
	width:440px;
}
.obliquely_block.logo_l:after {
	background:url(/uploads/images/smartcode_logo_l.png) no-repeat 0 0;
	content:'';
	height:711px;
	position:absolute;
	top:80px;
	left:0;
	width:444px;
}
.smartcode_page .thanks {
	background:url(/skin/images/thanks_bg.png) no-repeat 50% 50%;
	color:#579acf;
	font-size:60px;
	height:264px;
	line-height:264px;
	margin:70px 0;
	text-align:center;
}
.slide_item {
	float:left;
}
.common_page {
	overflow:hidden;
	width:100%;
}
.gray_block {
	background-color:#f9f9f9;
	padding:40px 0;
}
.md_ttl {
	font-size:45px;
	font-weight:bold;
	margin-bottom:0.8em;
	text-align:center;
}
.seo_result_list  {
	margin:0 auto 60px;
	width:880px;
}
.seo_result_list .slide_item {
	text-align:center;
}
.steps_list {
	font-size:0;
	text-align:center;
	margin:0 -25px;
}
.steps_list > li {
	display:inline-block;
	font-size:17px;
	margin:0 25px 40px;
	vertical-align:top;
	max-width: 28%;
}
.steps_list .text {
	font-size:14px;
	margin-top:10px;
	text-align:left;
}
.steps_list .text ul {
	list-style:disc;
}
.steps_list.items_3 > li {
	margin:0 2% 30px;
	width:22%;
}
.steps_list .ic {
	height:70px;
	margin:0 auto 20px;
	position:relative;
	width:70px;
}
.steps_list .ic:before {
	background-image:url(/skin/images/bg_step_icons.png);
	content:'';
	height:78px;
	position:absolute;
	top:-4px;
	left:-4px;
	width:78px;
}
.steps_list .step_1 {
	background-position:0 0;
}
.steps_list .step_2 {
	background-position:0 -70px;
}
.steps_list .step_3 {
	background-position:0 -140px;
}
.steps_list .step_4 {
	background-position:0 -210px;
}
.steps_list .step_5 {
	background-position:0 -280px;
}
.steps_list .step_6 {
	background-position:0 -350px;
}
.seo_steps .ic {
	background-image:url(/skin/images/steps_icons/seo_step_icons.png);
}
.context_steps .ic {
	background-image:url(/skin/images/steps_icons/context_step_icons.png);
}
.create_steps .ic {
	background-image:url(/skin/images/steps_icons/create_step_icons.png);
}
.firm_style_steps .ic {
	background-image:url(/skin/images/steps_icons/firm_style_step_icons.png);
}
.seo_soc_steps .ic {
	background-image:url(/skin/images/steps_icons/seo_soc_step_icons.png);
}
.support_steps .ic {
	background-image:url(/skin/images/steps_icons/support_step_icons.png);
}
.seo_project_name {
	margin-bottom:40px;
	text-align:center;
}
.seo_project_name .logo {
	display:inline-block;
	vertical-align:middle;
}
.seo_project_name .link {
	border-bottom:2px dotted #2d3032;
	color:#2d3032;
	display:inline-block;
	font-size:53px;
	line-height:60px;
	margin:-10px 0 0 50px;
	vertical-align:middle;
	text-decoration:none;
	position:relative;
}
.seo_project_name .link:hover {
	border-bottom:2px dotted transparent;
}
.seo_project_name .link:before {
	background-color:#f7941e;
	content:'';
	height:48px;
	margin-top:-20px;
	position:absolute;
	left:-25px;
	top:50%;
	width:2px;
}
.seo_project_name .desc {
	font-size:35px;
	font-weight:100;
	margin-top:20px;
	text-transform:uppercase;
}
.in_seo {
	font-size:22px;
	margin-bottom:40px;
	text-align:center;
}
.seo_results_wrap {
	margin:0 5px 60px;
	position:relative;
}
.project_nav {
	border-bottom:2px dotted #282c2e;
	color:#282c2e;
	font-size:25px;
	font-weight:100;
	position:absolute;
	top:15px;
	text-decoration:none;
}
.project_nav:hover {
	border-bottom:2px dotted transparent;
}
.project_nav:before {
	content:'';
	height:15px;
	position:absolute;
	top:12px;
	width:15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.project_nav.prev {
	left:8px;
}
.project_nav.prev:before {
	border-left:1px solid #282c2e;
	border-bottom:1px solid #282c2e;
	left:-20px;
}
.no-excludedplatforms  .project_nav.prev:hover:before {
	left:-25px;
}
.project_nav.next {
	right:8px;
	text-align:right;
}
.project_nav.next:before {
	border-right:1px solid #282c2e;
	border-top:1px solid #282c2e;
	right:-20px;
}
.no-excludedplatforms  .project_nav.next:hover:before {
	right:-25px;
}
.seo_results_tbl {
	font-size:15px;
	margin:0 auto;
	text-align:center;
	width:600px;
	max-width:100%;
}
.seo_results_tbl th, .seo_results_tbl td {
	border:1px solid #fff;
	padding:15px 20px;
}
.seo_results_tbl th {
	background-color:#d9dada;
}
.seo_results_tbl th:nth-child(2), .seo_results_tbl th:nth-child(3) {
	white-space:nowrap;
}
.seo_results_tbl tr:nth-child(2n+1) {
	background-color:#f9ecd9;
}
.seo_results_tbl td:first-child {
	text-align:left;
}
.big_dotted_link {
	border-bottom:2px dotted #313234;
	color:#313234;
	font-size:45px;
	text-decoration:none;
	text-transform:uppercase;
}
.big_dotted_link:hover {
	border-bottom:2px dotted transparent;
}
.other_projects {
	background-color:#282c2e;
	padding:40px 0 70px;
}
.other_projects .bttl {
	margin-top:0;
	text-transform:none;
}
.bttl .white_dotted {
	border-bottom:4px dotted #fff;
	color:#fff;
	text-decoration:none;
}
.bttl .white_dotted:hover {
	border-bottom:4px dotted transparent;
}
.view_reviews {
	margin-top:-30px;
	text-align: center;
}
.view_reviews a {
	border-bottom:2px dotted #e0932f;
	font-size:22px;
	text-decoration:none;
}
.view_reviews a:hover {
	border-bottom:2px dotted transparent;
}
.other_projects_list {
	text-align:center;
	overflow:hidden;
}
.other_projects_list li {
	border-radius:5px;
	float:left;
	margin:0 0.93%;
	max-width:384px;
	overflow:hidden;
	position:relative;
	width:31.44%;
}
.other_projects_list img {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.other_projects_list a:hover img {
	opacity:0.5;
}
.other_projects_list .ttl {
	background-color:rgba(247, 148, 30, 0.5);
	color:#fff;
	font-size:25px;
	font-weight:bold;
	padding:15px 20px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	text-align:left;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.75);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.other_projects_list a:hover .ttl {
	background-color:rgba(247, 148, 30, 0.8);
}
.footer_order {
	background-color:#3f4041;
	padding:30px 0;
	text-align:center;
}
.footer_order .share_block {
	clear:both;
}
.article_share_block {
	margin-bottom:40px;
	text-align:right;
}
.inner_share_block {
	margin-bottom:40px;
	text-align:right;
}
.footer_question {
	padding:30px 0;
	text-align:center;

}
.border_btn.big_btn {
	border-radius:5px;
	font-size:35px;
	font-weight:normal;
	line-height:normal;
	min-width:280px;
	padding-top:5px;
	text-align:center;
	text-transform:none;
}
.contacts_block {
	margin-bottom:40px;
	position:relative;
	text-align:center;
}
.contacts_block .skype_icq {
	position:absolute;
	right:165px;
	top:0;
	margin:0;
}
.contacts_block .skype_icq img {
	margin-right:3px;
}
.contacts_block > div {
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:20px;
	padding-left:40px;
	text-align:left;
	vertical-align:top;
}
.contacts_block > div:first-child {
	margin-right:15%;
}
.contacts_block .ttl {
	font-weight:bold;
	position:relative;
}
.contacts_block .ttl:before {
	background-image:url(/skin/images/icons.png);
	content:'';
	height:30px;
	position:absolute;
	top:-2px;
	left:-40px;
	width:30px;
}
.contacts_block .phone_ic:before {
	background-position:0 -210px;
}
.contacts_block .mail_ic:before {
	background-position:-30px -210px;
}
.contacts_block .worktime_ic:before {
	background-position:-60px -210px;
}
.contacts_block .address_ic:before {
	background-position:-90px -210px;
}
.contacts_block .desc {
	margin-bottom:5px;
}
.header-map-icons-wrap {
	margin:10px 0 0 -30px;
	text-align:center;
}
.bottom_contacts .header-map-icons-wrap {
	margin:10px 0;
}
.header-map-icon {
	color:#282c2e;
	display:inline-block;
	font-size:14px;
	vertical-align:top;
	text-decoration:none;
	width:48%;
}
#contacts_tabs {
	margin-bottom:35px;
	overflow:hidden;
	text-align:center;
}
#contacts_tabs .border_btn {
	margin:0 15px;
	min-width:160px;
	padding:2px 10px;
}
#contacts_tabs .border_btn:before {
	background-image:url(/skin/images/icons.png);
	content:'';
	display:inline-block;
	height:20px;
	margin:-2px 10px 0 0;
	vertical-align:middle;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	-ms-transition:none;
	transition:none;
}
#contacts_tabs .on_foot:before {
	background-position:-38px -245px;
	width:15px;
}
#contacts_tabs .on_foot.active:before, #contacts_tabs .on_foot:hover:before {
	background-position:-8px -245px;
}
#contacts_tabs .by_car:before {
	background-position:-89px -245px;
	width:31px;
}
#contacts_tabs .by_car.active:before, #contacts_tabs .by_car:hover:before {
	background-position:-59px -245px;
}
#contacts_tabs .border_btn.active {
	background-color:#282c2e;
	color:#fff;
}
#contacts_tabs_panes {
	/*min-height:280px;*/
}
.gray-section {
	background: #f3f3f3;
	padding:40px 0;
	margin: 40px 0;
}
.gray-section .contacts_form {
	margin: 0 auto;
}
.gray-section .inp-txt, .gray-section textarea {
	background-color: #fff;
}
.contacts_form {
	margin:45px auto;
	max-width:700px;
	padding: 0 20px;
}
.contacts_form .send_btn {
	margin:0 auto;
}
.contacts_form input[type="text"], .contacts_form input[type="email"], .contacts_form input[type="tel"], .contacts_form textarea,
.dialog_wrap input[type="text"], .dialog_wrap input[type="email"], .dialog_wrap input[type="tel"], .dialog_wrap textarea {
	border:2px solid #2d3032;
	color:#2d3032;
}
.contacts_form .jq-selectbox__select, .dialog_wrap .jq-selectbox__select, .contacts_form .jq-file__name, .dialog_wrap .jq-file__name {
	border:2px solid #2d3032;
	color:#bfbfbf;
}
.contacts_form .footer_form .changed .jq-selectbox__select, .dialog_wrap .changed .jq-selectbox__select, .contacts_form .changed .jq-file__name, .dialog_wrap .changed .jq-file__name {
	color:#2d3032;
}
.jq-selectbox {
	z-index:10 !important;
}
.article_content {
	text-align:justify;
}
.articles_list {
	font-size:0;
}
.articles_list li {
	display:inline-block;
	margin:0 6.5% 5% 0;
	vertical-align:top;
	width:29%;
}
.articles_list li:nth-child(3n) {
	margin-right:0;
}
.articles_list a {
	text-decoration:none;
}
.articles_list .img {
	border-radius:10px;
	margin-bottom:15px;
	overflow:hidden;
	text-align:center;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.articles_list a:hover .img {
	opacity:0.8;
}
.articles_list .name {
	margin-bottom:15px;
}
.articles_list .name span {
	border-bottom:2px dotted #323232;
	color:#323232;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.articles_list a:hover .name span {
	border-bottom:2px dotted transparent;
}
.articles_list .desc {
	font-size:15px;
}
.article_ttl {
	text-transform:uppercase;
}
.partners_list {
	font-size:0;
}
.content ul.partners_list li {
	display:inline-block;
	font-size:15px;
	list-style:none;
	margin:0 3% 20px 0;
	vertical-align:top;
	width:22%;
}
.partners_list li:before {
	display:none;
}
.partners_list li:nth-child(4n) {
	margin-right:0;
}
.partners_list .img {
	margin-bottom:10px;
}
#layout_body.fixed {
	position:fixed;
	overflow:hidden !important;
	width:100%;
}
.menu-btn {
	position:fixed;
	left:10px;
	top:10px;
	height: 35px;
	width: 40px;
	z-index: 102; }
.menu-btn.active .menu-btn__icon:before,
.menu-btn.active .menu-btn__icon:after {
	background-color: #fff;
}
.menu-btn__icon {
	background: #282c2e;
	border-radius: 2px;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 5px;
	right: 5px;
	-webkit-transition: background 0 .3s;
	transition: background 0 .3s; }
.menu-btn__icon:before, .menu-btn__icon:after {
	background-color: #282c2e;
	border-radius: 2px;
	content: '';
	height: 3px;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s; }
.menu-btn__icon:before {
	top: -10px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform; }
.menu-btn__icon:after {
	bottom: -10px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform; }
.menu-btn.active .menu-btn__icon {
	background: none; }
.menu-btn.active .menu-btn__icon:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0,.3s;
	transition-delay: 0,.3s; }
.menu-btn.active .menu-btn__icon:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0,.3s;
	transition-delay: 0,.3s; }
.whole_popup {
	background:rgba(40, 44, 46, 0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:101;
}
.close_whole_popup {
	color:#fff;
	cursor:pointer;
	font-size:50px;
	line-height:50px;
	padding:0 10px;
	position:fixed;
	top:-8px;
	right:15px;
}
.excludedplatforms .close_whole_popup {
	right:0;
}
.close_whole_popup:hover {
	opacity:0.8;
}
.whole_popup_wrap {
	height:100%;
	overflow:auto;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.site_map {
	font-size:0;
	margin:100px auto 0;
	max-width:1200px;
	padding:0 20px 20px;
}
.site_map_item {
	display:inline-block;
	font-size:18px;
	margin:0 4% 60px 0;
	max-width:100%;
	text-align:left;
	vertical-align:top;
}
.site_map_item:nth-child(3n-2) {
	width:29%;
}
.site_map_item:nth-child(3n-1) {
	width:25%;
}
.site_map_item:nth-child(3n) {
	margin-right:0;
	width:38%;
}
.site_map_item a {
	text-decoration:none;
}
.site_map_item .ttl {
	font-size:30px;
	margin-bottom:15px;
	white-space:nowrap;
}
.site_map_item .ttl a {
	border-bottom:2px dotted #f7931e;
}
.site_map_item .ttl a:hover {
	border-bottom:2px dotted transparent;
}
.site_map_item  li {
	padding-bottom:10px;
}
.site_map_item  ul a {
	color:#282c2e;
	border-bottom:1px dotted #282c2e;
}
.whole_popup .site_map_item  ul a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
.site_map_item ul a:hover {
	border-bottom:1px dotted transparent;
}
.tggl_list {
	white-space:nowrap;
}
.site_map_item  .hidden_list {
	display:none;
	font-size:16px;
	padding:10px 0 0 20px;
}
.site_map_item .tggl, .site_map_item .tggl_big {
	background-image:url(/skin/images/icons.png);
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
	transform-origin:50% 50%;
}
.site_map_item .tggl {
	background-position: -96px -36px;
	height:18px;
	margin-left:10px;
	width:18px;
}
.site_map_item .tggl_big {
	background-position: -120px -120px;
	display:none;
	height:30px;
	margin-left:5px;
	width:30px;
}
.whole_popup .site_map_item  .tggl {
	background:url(/skin/images/icons.png) -36px -36px;
}
.site_map_item  .tggl:hover, .site_map_item  .tggl_big:hover {
	opacity:0.8;
}
.site_map_item  .tggl.active, .site_map_item  .tggl_big.active {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.site_map_item.__hidden-list .ttl + ul {
	display:none;
}
.site_map_item.__hidden-list .tggl_big {
	display:inline-block;
}
.wrap_404 {
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.wrap_404 h1 {
	margin:0;
}
.wrap_404 img {
	margin:2em 0;
}
#price_list .tbl_style_1 td:last-child {
	white-space:nowrap;
}
.prices_list {
	font-size:0;
	height:260px;
	text-align:center;
}
.price_item {
	border:6px solid #f7941d;
	border-radius:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	font-size:17px;
	margin:0 -3px;
	padding:20px 10px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	transition:all 0.2s ease;
	width:20%;
}
.prices_list:before {
	content:'';
	display:inline-block;
	height:260px;
	vertical-align:middle;
	width:1px;
}
.price_item:hover, .price_item.active {
	background-color:#f7941d;
	padding:35px 10px;
}
.price_item:before {
	border:2px solid #fff;
	border-radius:10px;
	content:'';
	opacity:0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.price_item:hover:before, .price_item.active:before {
	opacity:1;
}
.price_item_wrap {
	position:relative;
}
.price_item .package {
	color:#f7941d;
	font-weight:bold;
	line-height:18px;
	min-height:36px;
	margin-bottom:5px;
}
.price_item:hover .package, .price_item.active .package {
	color:#fff;
}
.price_item .name {
	margin-bottom:10px;
}
.price_item .price {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.price_item .price span {
	font-size:26px;
}
.price_item:hover .price, .price_item.active .price {
	color:#fff;
}
.sm_border_btn {
	border:2px solid #f7941d;
	border-radius:10px;
	display:block;
	color: #f7941d;
	font-size:18px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
}
.price_item:hover .sm_border_btn, .price_item.active .sm_border_btn {
	border:2px solid #fff;
	color:#fff;
}
.price_item .sm_border_btn:hover {
	background-color:#fff;
	color:#f7941d;
}
.sub_categories {
	background-color:#f9f9f9;
	font-size:22px;
	padding:20px;
	text-align:center;
}
.sub_categories li {
	display:inline-block;
	margin:15px;
}
.sub_categories a {
	border-bottom:2px dotted #282c2e;
	color:#282c2e;
	text-decoration:none;
}
.sub_categories a:hover {
	border-bottom:2px dotted transparent;
}
.projects_sections {
	overflow: hidden;
	/*position: absolute;
	top: 47px;
	right: 0;
	bottom: 0;
	left: 0;*/
	width: 100%;
	position:relative;
	height:100vh;
	margin-top:-57px;
	padding-top:57px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.projects_sections li {
	position:absolute;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.projects_sections .wrap {
	opacity: .7;
}
.projects_sections li:hover .wrap {
	opacity: 1;
}
.projects_sections li a {
	display:block;
	height:100%;
	text-decoration:none;
	position:relative;
}
.projects_sections img {
	max-height:100%;
}
.projects_sections .ttl {
	color:#fff;
	font-size:30px;
	font-weight:bold;
	margin-top:1em;
}
.projects_sections .firm .ttl {
	color:#282c2e;
}
.projects_sections .develop {
	background-color:#f7941e;
	top:0;
	left:0;
	bottom:0;
	width:50%;
}
.projects_sections .seo {
	background-color:#282c2e;
	top:0;
	right:0;
	bottom:0;
	width:50%;
}
.projects_sections .firm {
	bottom:20px;
	left:50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:282px;
}
.projects_sections .firm a:before {
	background:#fff;
	content:'';
	height:1000px;
	width:1000px;
	position:absolute;
	left:-385px;
	top:-10%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(35deg) skew(-20deg);
}
.projects_sections .firm .wrap {
	position:relative;
}
.projects_sections li:not(.firm) .wrap {
	position:absolute;
	left:50%;
	top:40%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-height: 700px) and (min-width: 1300px) {
	.projects_sections .img {
		height:115px;
	}
	.projects_sections .firm a:before {
		top:10%;
	}
	.projects_sections .ttl {
		font-size:20px;
	}
}
@media screen and (max-width: 1300px) {
	.projects_sections .ttl {
		font-size:17px;
	}
	.projects_sections .firm {
		width:180px;
	}
	.projects_sections .firm a:before {
		left: -436px;
	}
}
@media screen and (max-width: 500px) {
	.projects_sections {
		padding-top: 0;
		margin-top: 0;
	}
	.projects_sections .develop,
	.projects_sections .seo,
	.projects_sections .firm {
		height:33.333%;
		left:0;
		right:0;
		bottom:auto;
		width:100%;
	}
	.projects_sections .develop {
		top:0;
	}
	.projects_sections .seo {
		top:33.333%;
	}
	.projects_sections .firm {
		top:66.666%;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.projects_sections .firm a:before  {
		display:none;
	}
	.projects_sections li:not(.firm) .wrap {
		top:50%;
	}
	.projects_sections .firm .wrap {
		position:absolute;
		left:50%;
		top:50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.projects_sections .ttl {
		white-space: nowrap;
		margin-top: 0.1em;
	}
}
@media screen and (max-width: 500px) and (max-height: 600px) {
	.projects_sections .img {
		height:70px;
	}
}
@media screen and (min-width: 500px) and (max-height: 500px) {
	.projects_sections .develop,
	.projects_sections .seo,
	.projects_sections .firm {
		height:100%;
		right:auto;
		bottom:0;
		width:33.333%;
	}
	.projects_sections .develop {
		left:0;
	}
	.projects_sections .seo {
		left:33.333%;
	}
	.projects_sections .firm {
		left:66.666%;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.projects_sections .firm a:before  {
		display:none;
	}
	.projects_sections li:not(.firm) .wrap {
		top:50%;
	}
	.projects_sections .firm .wrap {
		position:absolute;
		left:50%;
		top:50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.main_tabs {
	margin:0 -10px 40px;
	text-align:center;
}
.main_tabs .main_tabs__item {
	border:3px dotted #a0a0a0;
	border-radius:10px;
	color:#a0a0a0;
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	margin:0 10px 10px;
	min-width:160px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
}
.main_tabs a:hover {
	border-color:#282c2e;
	color:#282c2e;
}
.main_tabs .main_tabs__item.active {
	border:3px solid #e0932f;
	color:#282c2e;
}
.about_block {
	margin-bottom:40px;
	position:relative;
}
.about_block:before {
	/*background:url(/skin/images/pattern_13.png) repeat #232526;*/
	background: #f3f3f3;
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:-1000px;
	right:-1000px;
}
.about_block_content {
	font-size:0;
	overflow:hidden;
	position:relative;
}
.about_img {
	display:inline-block;
	/*margin:-30px 2% -30px 0;*/
	margin-right: 2%;
	vertical-align:middle;
	width:30%;
}
.about_text {
	/*color:#fff;*/
	display:inline-block;
	font-size:15px;
	line-height:25px;
	padding:20px 0;
	vertical-align:middle;
	width:68%;
}
.about_list {
	font-size:0;
}
.about_list_i {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	font-size:15px;
	margin-bottom:40px;
	padding-left:80px;
	position:relative;
	vertical-align:top;
	width:45%;
}
.about_list_i:nth-child(2n-1) {
	margin-right:10%;
}
.about_list_i:before {
	background-image:url(/skin/images/about_icons.png);
	background-repeat:no-repeat;
	content:'';
	height:60px;
	position:absolute;
	top:0;
	left:0;
	width:60px;
}
.about_ic_1:before {
	background-position:0 0;
}
.about_ic_2:before {
	background-position:0 -60px;
}
.about_ic_3:before {
	background-position:0 -120px;
}
.about_ic_4:before {
	background-position:0 -180px;
}
.about_ic_5:before {
	background-position:0 -240px;
}
.about_ic_6:before {
	background-position:0 -300px;
}
.about_ic_7:before {
	background-position:0 -360px;
}
.about_list_i .ttl {
	font-weight:bold;
	margin-bottom:15px;
}
.team_list {
	font-size:0;
	margin-bottom:40px;
	text-align:center;
}
.content .team_list {
	margin:0 0 40px;
}
.team_list_i {
	display:inline-block;
	font-size:14px;
	margin:0 10px 40px;
	text-align:center;
	vertical-align:top;
	width:220px;
}
.content .team_list .team_list_i {
	margin:0 10px 40px;
}
.content .team_list .team_list_i:before {
	display:none;
}
.team_list_i .img {
	border-radius:50%;
	height:140px;
	margin:0 auto 15px;
	overflow:hidden;
	width:140px;
}
.team_list_i .name {
	font-weight:bold;
	margin-bottom:5px;
}
.gray_block_inner {
	margin:40px 0;
	position:relative;
}
.gray_block_inner:before {
	background-color:#ededed;
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:-1000px;
	right:-1000px;
}
.gray_block_inner_content {
	font-size:15px;
	padding:30px 0;
	position:relative;
	text-align:center;
}

.subscription {
	background-color:#e8e8e8;
}
.subscription .wrapper {
	background:url(/skin/images/subscription_bg.png) no-repeat 100% 100%;
	padding-top:50px;
	padding-bottom:50px;
}
.subscription .text, .subscription .subscription_form {
	display:inline-block;
	vertical-align:middle;
}
.subscription .text {
	max-width:450px;
}
.subscription .text .ttl {
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
}
.subscription_form {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left:60px;
	max-width:100%;
	padding-right:180px;
	position:relative;
	width:500px;
}
.subscription_form input[type="email"]{
	background-color:#fff;
	border:none;
	border-radius:10px 0 0 10px !important;
	display:block;
	font-size:18px;
	height:56px;
	width:100%;
}
.subscription_form .button{
	border-radius:0 10px 10px 0;
	font-size:18px;
	height:56px;
	position:absolute;
	top:0;
	right:0;
	text-transform:none;
	width:180px;
}
.vacancy_list {
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin:0 0 20px -20px;
}
.content .vacancy_list {
	margin:0 0 20px -20px;
}
.vacancy_list_i {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -ms-flexbox;
	-ms-box-orient: vertical;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	border:3px solid #f6931d;
	border-radius:10px;
	margin-left:20px;
	padding:30px;
}
.content .vacancy_list .vacancy_list_i {
	margin-left:20px;
	padding:30px;
}
.content .vacancy_list .vacancy_list_i:before {
	display:none;
}
.vacancy_list_i .ttl {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
}
.vacancy_list_i .content_style {
	text-align:left;
}
.vacancy_list_i .content_style ul {
	margin-left:0;
}
.vacancy_list_i .desc {
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.vacancy_list_i .actions {
	text-align:center;
}
.vacancy_list_i .actions .button {
	margin-top:15px;
	width:100%;
}
.job_btn:before {
	background-position: -35px -271px;
	height: 29px;
	width: 21px;
}
.vacancy_list .ic {
	background-image: url(/skin/images/vacancy_icons.png);
	height: 70px;
	margin: 0 auto 20px;
	position: relative;
	width: 70px;
}
.vacancy_list .ic:before {
	background-image: url(/skin/images/bg_step_icons.png);
	content: '';
	height: 78px;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 78px;
}
.vacancy_list .manager_ic {
	background-position:0 0;
}
.vacancy_list .seo_ic {
	background-position:0 -70px;
}
.vacancy_list .php_ic {
	background-position:0 -140px;
}
/* === footer === */
#footer {
	background-color:#525252;
	clear:both;
	height:80px;
	margin:0 auto;
	overflow:hidden;
	padding:20px;
	position:relative;
	width:1180px;
}
#elites {
	background:url(/skin/images/elites.png) no-repeat 50% 0;
	color:#fff;
	float:right;
	padding-top:65px;
	text-align:center;
}

/* === misc === */
.error_message {
	text-align:center;
	color:#df3636;
}
.border_btn {
	background: transparent;
	border-radius: 10px;
	display:inline-block;
	font-weight:bold;
	line-height:32px;
	padding:10px 20px;
	vertical-align:middle;
}
.border_btn.sm {
	font-size:20px;
	font-weight:normal;
	padding:2px 35px;
	text-transform:none;
}
.white_border {
	border:2px solid #fff;
	color:#fff;
}
.black_border {
	border:2px solid #282c2e;
	color:#282c2e;
}
a.border_btn  {
	text-decoration:none;
}
a.white_border  {
	color:#fff;
}
.white_border:hover {
	background:#fff;
	color:#282c2e;
}
a.black_border  {
	color:#282c2e;
}
.black_border:hover {
	background:#282c2e;
	color:#fff;
}
.button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:inline-block;
	font-size:18px;
	font-weight:600;
	height:40px;
	padding:0 15px;
	position:relative;
	text-align:center;
	vertical-align:middle;
	border-radius: 10px;
}
a.button {
	line-height:40px;
	text-decoration:none;
}
div.black_btn {
	line-height:40px;
}
.orange_btn {
	background-color:#f7941e;
	color:#fff;
}
.blue_btn {
	background-color:#02c5da;
	color:#fff;
}
.blue_btn:hover {
	background-color:#15a2b1;
}
.black_btn {
	background-color:#282c2e;
	color:#fff;
}
a.black_btn:hover, input.black_btn:hover, button.black_btn:hover {
	opacity:0.8;
}
a.black_btn {
	color:#fff;
}
.ic_btn:before {
	background-image:url(/skin/images/icons.png);
	content:'';
	display:inline-block;
	margin-right:10px;
	margin-top:-4px;
	vertical-align:middle;
}
.order_btn:before {
	background:url(/skin/images/order_ic.svg) 50% 50%;
	height:17px;
	width:17px;
}
.order_create:before {
	background-position:-36px -62px;
	height:25px;
	width:17px;
}
.order_seo:before {
	background-position:-65px -64px;
	height:21px;
	width:21px;
}
.order_callback:before {
	background-position: -125px -37px;
	height: 18px;
	width: 20px;
}
.send_btn:before {
	background-position:-124px -36px;
	height:20px;
	width:22px;
}
.price_btn:before {
	background-position:-120px -3px;
	height:25px;
	width:29px;
}
/* === forms === */
input, select, textarea {
	outline: none;
	overflow: visible;
}
.grid_2 label {
	float: left;
	width: 48.5%;
}
.grid_2 label:nth-child(2n) {
	margin-left: 3%;
}
.aside-form .btn {
	width: 100%;
}

.btn {
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	font-family: "SegoeUI", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 600;
	height: 44px;
	line-height: 38px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn.__base-inverse {
	color: #282c2e;
	border-color: #282c2e;
}
.btn.__base-inverse:hover, .btn.__base-inverse.__ac {
	color: #fff;
	background-color: #282c2e;
}
.btn.__primary-inverse {
	color: #ee8c3a;
	border-color: #ee8c3a;
}
.btn.__primary-inverse:hover, .btn.__primary-inverse.__ac {
	color: #fff;
	background-color: #ee8c3a;
}

.btn.__primary {
	color: #fff;
	background-color: #f7931e;
	border-color: transparent;
}
.btn.__primary:hover {
	background-color: transparent;
	color: #f7931e;
	border-color: #f7931e;
}
.btn.__l {
	font-size: 20px;
	height: 60px;
	line-height: 54px;
	padding: 0 30px;
}
.btn.__long-text {
	height: auto;
	padding: 10px 20px;
	line-height: normal;
	white-space: normal;
}

input[type=text], input[type=email], input[type=tel], .jq-file, .jq-selectbox__select, .inp-txt, textarea{
	background-color:transparent;
	border:2px solid #282c2e;
	border-radius:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#282c2e;
	font-family: 'SegoeUI', Arial, sans-serif;
	font-size:17px;
	height:44px;
	margin-bottom:20px;
	padding:0 20px;
	vertical-align:top;
	box-shadow:none !important;
	width: 100%;
}
.jq-file:focus, .jq-selectbox__select:focus, .inp-txt:focus, textarea:focus {
	border-color: #95dce4; }
.no-border-style .jq-file, .no-border-style .jq-selectbox__select, .no-border-style .inp-txt, .no-border-style textarea {
	border: none; }
.dark-form .jq-file, .dark-form .jq-selectbox__select, .dark-form .inp-txt, .dark-form textarea {
	background-color: transparent;
	border-color: #fff;
	color: #fff; }
.dark-form .jq-selectbox__dropdown {
	border-color: #fff;
}
textarea {
	height:110px;
	resize:vertical;
	padding:10px 18px;
}
button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor:pointer;
}

input::-webkit-input-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea::-webkit-input-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:-moz-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
input:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:-moz-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
input::-moz-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
textarea::-moz-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
input:-ms-input-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
input:focus:-ms-input-placeholder {
	color: transparent !important;
}
textarea:-ms-input-placeholder {
	color:#c0c5c8;
	opacity: 1 !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}
button {
	line-height:nomal !important;
}
input, textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
::-ms-clear {
	display:none;
}

.recaptcha {
	margin-bottom: 20px;
	text-align: center;
}

.recaptcha .g-recaptcha {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		text-size-adjust: none;
	}
}

/* == dialog == */
.MyCMSDialog_order.mycms-dialog-conteiner .title,
.MyCMSDialog_order_create.mycms-dialog-conteiner .title,
.MyCMSDialog_order_seo.mycms-dialog-conteiner .title,
.MyCMSDialog_price_list.mycms-dialog-conteiner .title {
	display:none;
}
.popup {
	display: none;
}
.dialog_wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:none;
	min-width:500px;
}
#MyCMSDialogShadow {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1000; }

.mycms-dialog-conteiner {
	background-color: #fff;
	padding:40px 50px;
	z-index: 999999 !important;
}

.ws-chat {
	z-index: 1000 !important;
}

.mycms-dialog-conteiner.centersize {
	border-radius: 10px;
	min-width: 200px;
	max-width: 1000px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.mycms-dialog-conteiner.centersize.opened {
	-webkit-animation: animate-scale-opacity 0.3s;
	-moz-animation: animate-scale-opacity 0.3s;
	-o-animation: animate-scale-opacity 0.3s;
	animation: animate-scale-opacity 0.3s; }
.mycms-dialog-conteiner.aside {
	padding: 60px 30px 30px;
	position: fixed;
	right: 0;
	top: 0 !important;
	bottom: 0;
	width: 360px;
	overflow-y: auto;	}
.mycms-dialog-conteiner.aside.opened {
	-webkit-animation: animate-aside 0.3s;
	-moz-animation: animate-aside 0.3s;
	-o-animation: animate-aside 0.3s;
	animation: animate-aside 0.3s; }
.mycms-dialog-conteiner iframe {
	border: none; }
.mycms-dialog-conteiner .header {
	text-align: center;
}
.mycms-dialog-conteiner.aside .header {
	text-align: left;
}
.mycms-dialog-conteiner .title {
	display: block;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.mycms-dialog-conteiner .close {
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 50px;
	position: relative;
	width: 50px;
	-moz-transition: all, 0.2s, ease, false, false 1s;
	-o-transition: all, 0.2s, ease, false, false 1s;
	-webkit-transition: all, 0.2s, ease, false, false 1s;
	transition: all 0.2s ease false false 1s;
	position: absolute;
	right: 5px;
	top: 5px;
}
.mycms-dialog-conteiner .close:hover {
	background-color: rgba(192, 197, 200, 0.2);
}
.mycms-dialog-conteiner .close:before, .mycms-dialog-conteiner .close:after {
	background-color: #c0c5c8;
	border-radius: 2px;
	content: '';
	margin-left: -1px;
	position: absolute;
	top: 14%;
	bottom: 14%;
	left: 50%;
	width: 2px; }
.mycms-dialog-conteiner .close:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); }
.mycms-dialog-conteiner .close:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.mycms-dialog-conteiner .res-content {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	text-transform: uppercase; }

/* ====== animate ====== */
@-webkit-keyframes animate-aside {
	from {
		-moz-transform: translateX(420px);
		-ms-transform: translateX(420px);
		-webkit-transform: translateX(420px);
		transform: translateX(420px); } }
@-moz-keyframes animate-aside {
	from {
		-moz-transform: translateX(420px);
		-ms-transform: translateX(420px);
		-webkit-transform: translateX(420px);
		transform: translateX(420px); } }
@-o-keyframes animate-aside {
	from {
		-moz-transform: translateX(420px);
		-ms-transform: translateX(420px);
		-webkit-transform: translateX(420px);
		transform: translateX(420px); } }
@keyframes animate-aside {
	from {
		-moz-transform: translateX(420px);
		-ms-transform: translateX(420px);
		-webkit-transform: translateX(420px);
		transform: translateX(420px); } }
@-webkit-keyframes animate-aside-hide {
	to {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
@-moz-keyframes animate-aside-hide {
	to {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
@-o-keyframes animate-aside-hide {
	to {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
@keyframes animate-aside-hide {
	to {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0); } }
@-webkit-keyframes zoomAnimate {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); }
}
@keyframes zoomAnimate {
	from { opacity: 0; -webkit-transform: scale3d(0.3,0.3,1); transform: scale3d(0.3,0.3,1); }
}
@-webkit-keyframes arrAnimate {

}
@keyframes arrAnimate {
	0% { opacity: 0; bottom:100px; }
	65% { opacity: 1; bottom:40px; }
	85% { bottom:50px; }
	100% { bottom:40px; }
}

.mycms-dialog-conteiner .mycms-dialog-content {
	/*overflow-y:auto;*/
}

.bottom_contacts_block{
	max-width: 700px;
	margin: 0 auto 30px;
}

.bottom_contacts_block > div{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}

.bottom_contacts_block .ttl{
	font-weight: bold;
}

.main-footer {
	background-color:#282c2e;
	color:#9a9a9a;
	font-size:14px;
}
.main-footer a {
	color:#9a9a9a;
	text-decoration:none;
}
.main-footer a:hover {
	color:#fff;
}
.main-footer_contacts {
	border-bottom:2px solid #3d4143;
	padding:30px 0;
}
.main-footer_contacts .phone {
	color:#fff;
	font-size:24px;
	font-weight:bold;
}

.main-footer_contacts .phone a{
	color:#fff;
}

.main-footer_contacts .address-block {
	padding-left:30px;
	position:relative;
	text-align:right;
}
.main-footer_contacts .address-block:before {
	background:url(/skin/images/address_ic.png) no-repeat 50% 50%;
	content:'';
	height:20px;
	position:absolute;
	top:0;
	left:0;
	width:19px;
}
.main-footer_menu {
	padding:30px 0;
}
.footer-menu_i .parent-link {
	border-bottom:2px dotted;
	color:#fff;
	text-transform:uppercase;
}
.footer-menu_i .submenu {
	margin-top:10px;
}
.footer-menu_i .submenu li {
	margin:3px 0;
}
.main-footer_bot {
	background-color:#333638;
	padding:15px 0;
}
.main-footer_social {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align:center;
}
.social_i {
	background-image:url(/skin/images/social_icons.png);
	display:inline-block;
	height:25px;
	margin-right:5px;
	opacity:0.5;
	vertical-align:middle;
	width:25px;
}
.social_i:last-child {
	margin-right:0
}
.social_i:hover {
	opacity:1;
}
.vk-ic {
	background-position:0 0;
}
.fb-ic {
	background-position:0 -25px;
}
.ok-ic {
	background-position:0 -50px;
}
.in-ic {
	background-position:0 -75px;
}
.tw-ic {
	background-position:0 -100px;
}
.index-footer_social {
	/*margin-right:10px;*/
}
.index-footer_social .social_i {
	background-image:url(/skin/images/social_icons_dark.png);
	opacity:1;
}
.index-footer_social .social_i:hover {
	opacity:.8;
}

.ic_order-orange:before {
	background: url('/skin/images/order-orange_ic.png') 0 0 no-repeat;
	width: 24px;
	height: 22px;
	content: '';
	display: inline-block;
	margin: -3px 10px 0 0;
	vertical-align: middle;
}
.ic_order-orange:hover:before, .ic_order-orange.__ac:before {
	background: url('/skin/images/order-ac.png') 0 0 no-repeat;
}

.elites-preloader {
	z-index: 1000;
	overflow: hidden;
	opacity: 1;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(http://www.elites.ru/uploads/media/elites_video.jpg) 50% 50% no-repeat;
	background-size: cover;
	transition: opacity 0.5s;
}

.elites-preloader.hidden {
	display:none;
}

.elites-preloader__svg {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 80%;
	height: 40%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.elites-preloader__svg-path {
	fill: #59585a;
	stroke: transparent;
}

.elites-preloader__svg-rect {
	fill: #f4962b;
	opacity: 1;
	transform-origin: 50% 0;
	transform: translate(0, 100%);
	transition: transform 3s ease;
}

.load .elites-preloader__svg-rect {
	transform: translate(0, 0%);
}

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.border-img {
	border:2px solid #e1e1e1;
	border-radius:10px;
}

.cols-list {
	display: -ms-flexbox;
	-ms-box-orient: horizontal;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 30px 0 0 -30px;
}
.cols-list__col {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left:30px;
	max-width: 31%;
}
.cols-list__item {
	font-size:15px;
	margin-bottom:40px;
	padding-left:30px;
	position:relative;
	text-align:left;
}
.cols-list__item:before {
	background-color: #e0932f;
	border-radius: 50%;
	color: #fff;
	content: attr(data-num);
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	min-width: 16px;
	padding: 0 2px;
	position: absolute;
	top: 2px;
	left: 0;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.cols-list {
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cols-list__col {
		max-width:100%;
	}
}

.paginator {
	margin-bottom: 20px;
	text-align:center;
}
.paginator__item {
	border:2px solid;
	border-radius:5px;
	display:inline-block;
	height:36px;
	line-height:32px;
	margin:0 5px;
	padding:0 3px;
	text-align:center;
	text-decoration:none;
	min-width:36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.paginator__item:hover {
	border-color:#e0932f;
	background-color:#e0932f;
	color:#fff;
}
.serval_btn {
	background-color:#f7931d;
	border-radius:5px 5px 0 0;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	padding:10px;
	position:fixed;
	left:10%;
	bottom:-5px;
	z-index:100;
}
.serval_btn:hover {
	bottom:0;
}

@media screen and (max-width: 480px) {
	.serval_btn {
		display: none;
	}
}

div.faces ul li:before,  div.no-style ul li:before{
	width: 0;
}

div.faces p, div.faces ul {
	margin-left: 0;
	padding-left: 105px;
}

div.no-style ul {
	margin-left: 0;
}

div.faces ul {
	margin-bottom: 20px;
	position: relative;
}

div.faces ul li, div.no-style ul li {
	margin-left: 0;
	margin-bottom: 0.3em;
}

div.faces .faces__owners:before,  div.faces .faces__visitors:before{
	content: '';
	width: 84px;
	height: 84px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/skin/images/owner.png')
}

div.faces .faces__visitors:before {
	top: 0;
	background: url('/skin/images/visitor.png')
}



@media screen and (max-width: 700px) {
	div.faces .faces__owners:before,  div.faces .faces__visitors:before {
		width: 0;
	}
	div.faces p, div.faces ul {
		padding-left: 0;
	}
}

div.plus, div.minus  {
	position: relative;
}

div.plus h2, div.minus h2 {
	padding-left: 30px;
	margin-bottom: .4em;
}

div.plus h2:before, div.minus h2:before {
	position: absolute;
	top: 17%;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: url('/skin/images/plus.png');
}

div.minus h2:before {
	background: url('/skin/images/minus.png');
}

.prices {
	margin-bottom: 30px;
}

.prices__scroll tbody {
	position: relative;
}

/*.prices__scroll tr:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 40px;
	background: rgba(255, 152, 0, 0.28);
}*/

.prices__scroll tr:hover {
	background: rgba(255, 152, 0, 0.28);
}

.prices h1 span {
	color: black;
}

a.prices__about-btn {
	display: inline-block;
	box-sizing: border-box;
	width: 270px;
	height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	background: #272b2d;
	padding: 8px;
	text-decoration: none;
	text-align: center;
}

a.prices__about-btn:hover {
	background: #737679;
	cursor: pointer;
}

.prices__section_wrapper {
	display: none;
}

.prices table {
	margin-bottom: 7px;
}

.prices tr:first-child td {
	vertical-align: top;
}

.prices tr td {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	/*width: 25%;*/
	min-width: 295px;
	position: relative;
	font-weight: 600;
}

.prices tr td:first-child {
	vertical-align: middle;
	box-sizing: border-box;
	min-width: 300px;
	background: rgba(197, 197, 197, 0.5);
	text-align: right;
	font-size: 16px;
	padding:10px 20px;
	font-weight: 600;
	width: 300px;
}

.prices__scroll table {
	width: 100%;
}

.prices_details {
	font-weight: 500;
}

.prices__ttl {
	box-sizing: border-box;
	font-size: 0;
	text-transform: uppercase;
	background: #e9e9ea;
	border-radius: 5px;
	color: #fff;
	min-height: 84px;
	position: relative;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	padding: 0 3%;
	color: #282c2e;
}

.prices__ttl:hover {
	color: #fff;
	background: #f7941e;
	cursor: pointer;
}

.prices__ttl_active {
	background: #535658;
	color: #fff;
}

.prices__ttl-icon {
	height: 70px;
	width: 70px;
	background: url('/skin/images/prices_icons.png') no-repeat;
	flex:none;
}

.prices_ic_develope {
	background-position: -70px 0;
}

.prices_ic_firm {
	background-position: -70px -70px;
}

.prices_ic_produce {
	background-position: -70px -140px;
}

.prices_ic_support {
	background-position: -70px -210px;
}

.prices_ic_adds {
	background-position: -70px -280px;
}

.prices_ic_smm {
	background-position: -70px -350px;
}

.prices__ttl:hover .prices__ttl-icon{
	background-position-x: 0;
}

.prices__ttl_active .prices__ttl-icon {
	background-position-x: 0;
}

.prices__ttl-text {
	font-size: 30px;
	font-weight: 700;
	flex-grow: 1;
	margin-left: 5%;
}

.prices__ttl-arrow {
	width: 30px;
	height: 18px;
	background: url('/skin/images/arrow-sprite.png') no-repeat;
	background-position: -5px -5px;
	flex:none;
}

.prices__ttl:hover .prices__ttl-arrow {
	background-position: -5px -33px;
}

.prices__ttl_active .prices__ttl-arrow {
	background-position: -45px -5px;
}

.prices__ttl_active:hover .prices__ttl-arrow {
	background-position: -45px -5px;
}

.prices__sub-section-ttl {
	box-sizing: border-box;
	padding: 11px 0 11px 5%;
	font-size: 24px;
	background: #a9aaab;
	border-radius: 5px;
	color: #fff;
	min-height: 58px;
	line-height: 30px;
	position: relative;
	margin-bottom: 3px;
	font-weight: 700;
}

.prices__tariff {
	font-size: 18px;
	text-align: center;
	padding-top: 25px;
	font-weight: 600;
}

.prices__name {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 700;
}

.prices__name span {
	color: #f7941e;
}

.prices__price-from {
	font-size: 18px;
	font-weight: 700;
}

.prices__price-value {
	font-size: 30px;
	font-weight: 700;
}

.prices_details {
	line-height: 1.1;
}

.prices__sprite {
	background-image: url('/skin/images/prices-sprite.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;

}

.prices__sprite_check {
	width: 18px;
	height: 14px;
	background-position: -5px -5px;
}

.prices__sprite_cross {
	width: 11px;
	height: 11px;
	background-position: -33px -5px;
}


.prices-content {
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px 0;
	margin-left: -2%;
}

.prices-content__item {
	padding: 18px 20px 15px 20px;
	border: 3px #c3c3c3 solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 0 auto;
	align-items: center;
	max-width: 315px;
	margin-left: 2%
}
.prices-content_inner .prices-content__item {
	flex: 1;
}

.prices-content__item .prices__tariff {
	padding-top: 0;
}

.prices-content__item .prices__name {
	font-size: 35px;
	line-height: 1;
}

.prices-content__item .prices__price-from {
	text-align: center;
	margin-top: 26px;
	font-size: 24px;
}

.prices-content__item .prices__price-value {
	font-size: 39px;
	line-height: 1;
}

.prices__request {
	text-align: center;
	font-size: 22px;
	margin-top: 7px;
	font-weight: 600;
}






@media screen and (max-width: 1200px) {
	.prices__tariff {
		font-size: 16px;
	}

	.prices__name {
		font-size: 18px;
	}
	.prices-content {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.prices__ttl-text {
		font-size: 25px;;
	}

	.prices__ttl{
		padding: 6px 3% 6px 3%;
		min-height: 70px;
	}

	.prices__tariff {
		font-size: 14px;
	}

	.prices__name {
		font-size: 15px;
	}
	.prices__scroll {
		overflow: auto;
	}
	.prices-content__item .prices__name {
		font-size: 28px;
	}
	.prices-content__item .prices__price-from {
		margin-top: 11px;
		font-size: 24px;
	}

	.prices-content__item .prices__price-value {
		font-size: 25px;
	}
	.prices__request {
		font-size: 18px;
	}
}

@media screen and (max-width: 900px) {
	.prices-content__item .prices__name {
		font-size: 22px;
	}
	.prices-content__item .prices__price-from {
		font-size: 17px;
	}
	.prices-content__item .prices__price-value {
		font-size: 20px;
	}
	.prices-content__item .prices__request {
		font-size: 17px;
	}
}

@media screen and (max-width: 600px) {

	.prices__ttl-text {
		font-size: 18px;
	}

	.prices__ttl{
		padding: 6px 3% 6px 3%;
		min-height: 60px;
	}

	.prices__sub-section-ttl {
		font-size: 20px;
	}
	.prices tr td {
		min-width: 0;
	}
	.prices tr td:first-child {
		font-size: 12px;
		width: 50%;
		min-width: 0;
		padding: 10px;
	}
	.prices__tariff {
		font-size: 13px;
	}

	.prices__price-from {
		font-size: 13px;
	}

	.prices__price-value {
		font-size: 18px;
	}

	.prices-content__item {
		flex: 1;
	}

	.prices-content__item .prices__name {
		font-size: 15px;
	}
	.prices-content__item .prices__price-from {
		margin-top: 2px;
		font-size: 16px;
	}

	.prices-content__item .prices__price-value {
		font-size: 15px;
	}
	.prices__request {
		font-size: 14px;
		margin-top: 3px;
	}
	.prices__scroll-tbody:not(:last-child) {
		border-bottom:5px solid #fff;
	}
}

@media screen and (max-width: 590px) {
	.prices__ttl {
		padding: 6px 3%;
		min-height: 50px;
	}

	.prices__ttl-text {
		font-size: 17px;
		width: 81%;
	}

	.prices__ttl-icon {
		width: 40px;
		height: 40px;
		background-position-x: -40px;
		background-size: 200%;
	}

	.prices_ic_develope {
		background-position-y: 0;
	}

	.prices_ic_firm {
		background-position-y: -40px;
	}

	.prices_ic_produce {
		background-position-y: -80px;
	}

	.prices_ic_support {
		background-position-y: -120px;
	}

	.prices_ic_adds {
		background-position-y: -160px;
	}

	.prices_ic_smm {
		background-position-y: -200px;
	}

	.prices__sub-section-ttl {
		font-size: 17px;
	}
}



@media screen and (max-width: 460px) {
	.prices-content {
		flex-direction: column;
	}
	.prices-content__item  {
		margin-bottom: 5px;
		padding: 5px;
	}
}

@media screen and (max-width: 320px) {
	.prices__ttl {
		padding: 6px 3%;
	}
	.prices__ttl-text {
		padding: 8px 6px;
		font-size: 14px;
		width: 200px;
	}
	.prices__ttl-icon {
		display:none;
	}
}




.portfolio,
.portfolio * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio {
	background-color: #f3f3f3;
	display: flex;
	width: 100%;
}
.portfolio__info {
	background-color: #282c2e;
	border-bottom: 2px solid #3d4143;
	color: #fff;
	flex: none;
	max-width: 30%;
	width: 520px;
}
.portfolio__info-inner {
	padding: 30px;
}
.portfolio__title {
	color: #f3a847;
	margin-bottom: 30px;
	text-align: center;
}
.portfolio__title-h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: .1em;
	text-transform: uppercase;
}
.portfolio__title-sub {
	font-size: 14px;
}
.portfolio__desc {
	margin-bottom: 20px;
}
.portfolio__desc-item {
	margin-bottom: 30px;
}
.portfolio__desc-item:last-child {
	margin-bottom: 0;
}
.portfolio__desc-ttl {
	font-size: 24px;
	font-weight: bold;
}
.portfolio__desc-text {
	color: #9a9a9a;
	font-size: 14px;
	line-height: 1.5;
}
.portfolio__link {
	font-size: 24px;
	text-align: center;
}
.portfolio__nav {
	display: flex;
	margin: 30px -30px 0;
}
.portfolio__nav-item {
	background-color: rgba(255, 255, 255, .1);
	flex: 1;
	margin-right: 10px;
	opacity: .5;
	padding: 20px 10px;
	text-align: center;
}
.portfolio__nav-item:hover {
	opacity: 1;
}
.portfolio__nav-item:before {
	background: url("/skin/images/arrow_big.svg");
	content: '';
	display: inline-block;
	height: 20px;
	vertical-align: middle;
	width: 42px;
}
.portfolio__nav-item_prev:before {
	transform: rotate(180deg);
}
.portfolio__nav-item:last-child {
	margin-right: 0;
}

.portfolio__feedback {
	margin-top: 30px;
}
.portfolio__feedback-ttl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.portfolio-feedback {
	padding-right:180px;
	position:relative;
}
.portfolio-feedback .portfolio-feedback__inp {
	background-color:#fff;
	border:none;
	border-radius:10px 0 0 10px;
	display:block;
	font-size:18px;
	height:56px;
	margin: 0;
	width:100%;
}
.portfolio-feedback__btn {
	border-radius:0 10px 10px 0;
	font-size:18px;
	height:56px;
	position:absolute;
	top:0;
	right:0;
	text-transform:none;
	width:180px;
}
.portfolio__screens {
	flex: 1;
	padding: 60px 3%;
}
.portfolio__screens-logo {
	margin-bottom: 60px;
	text-align: center;
}
.portfolio__screens-item {
	margin-bottom: 60px;
	text-align: center;
}
.portfolio__screens-ttl {
	color: #393939;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .6em;
	text-transform: uppercase;
}
.portfolio__screens-text {
	margin-bottom: 20px;
}
.portfolio__screens-final-img {
	text-align: center;
}
@media screen and (max-width: 1200px), (max-height: 880px) {
	.portfolio__title {
		margin-bottom: 15px;
	}
	.portfolio__title-h1 {
		font-size: 30px;
	}
	.portfolio__desc-item {
		margin-bottom: 10px;
	}
	.portfolio__desc-ttl {
		font-size: 20px;
	}
	.portfolio__desc-text {
		line-height: 1.2;
	}
	.portfolio__nav {
		margin-top: 20px;
	}
	.portfolio__nav-item {
		padding: 15px 10px;
	}
	.portfolio__feedback {
		margin-top: 20px;
	}
	.portfolio__feedback-ttl {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.portfolio-feedback .portfolio-feedback__inp {
		height: 46px;
	}
	.portfolio-feedback__btn {
		height: 46px;
	}
	.portfolio__screens-ttl {
		font-size: 36px;
	}
}

@media screen and (max-width: 1400px) {
	.portfolio-feedback {
		padding-right: 150px;
	}
	.portfolio-feedback__btn {
		padding: 0 10px;
		width: 150px;
	}
}

@media screen and (max-width: 1200px) {
	.portfolio-feedback {
		padding-right: 50px;
	}
	.portfolio-feedback__btn {
		font-size: 0;
		padding: 0 0 0 10px;
		width: 50px;
	}
}

@media screen and (max-width: 1000px) {
	.portfolio {
		flex-direction: column;
	}
	.portfolio__info {
		max-width: 100%;
		width: auto;
	}
	.portfolio__screens {
		padding: 30px 5%;
	}
	.portfolio__screens-logo {
		margin-bottom: 30px;
	}
	.portfolio__screens-item {
		margin-bottom: 30px;
	}
	.portfolio__screens-ttl {
		font-size: 24px;
	}
}