@charset 'UTF-8';
@font-face {
	font-family: _Semibold;
	src: url(fonts/opensans-semibold.woff)
}
@font-face {
	font-family: _Bold;
	src: url(fonts/opensans-bold.woff)
}
@font-face {
	font-family: _Regular;
	src: url(fonts/opensans-regular.woff)
}
body {
	margin: 0;
	padding: 0;
	font-family: _Regular;
	color: #000;
	font-size: 62.5%;
	overflow-x: hidden
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.reviews_pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.reviews_arrow {
    background-color: #3498db;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.reviews_arrow:hover {
    background-color: #2980b9;
}

.reviews_current_page,
.reviews_of,
.reviews_total_pages {
    font-size: 18px;
    margin: 0 10px;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	outline: 0;
	height: 100%;
	min-height: 1px
}
[dir='rtl'] .slick-slide {
	float: right
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-loading .slick-list {
	background: #fff url('ajax-loader.gif') center center no-repeat
}
.slick-prev, .slick-next {
	width: 48px;
	height: 40px;
	display: block;
	position: absolute;
	color: transparent;
	border: 0;
	margin-top: -20px;
	outline: 0;
	top: 50%;
	padding: 0;
	background: url(../img/arrow_left.png) center center no-repeat;
	background-size: contain
}
.slick-next {
	background: url(../img/arrow_right.png) center center no-repeat;
	background-size: contain;
	right: -54px
}
.slick-prev:focus, .slick-prev:focus {
	outline: 0
}
.slick-prev:hover {
	background: url(../img/arrow_left_hover.png) center center no-repeat;
	cursor: pointer;
	background-size: contain
}
.slick-next:hover {
	background: url(../img/arrow_right_hover.png) center center no-repeat;
	cursor: pointer;
	background-size: contain
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -180px
}
[dir='rtl'] .slick-prev {
	left: -125px;
	left: auto
}
.slick-prev:before {
	content: ''
}
[dir='rtl'] .slick-prev:before {
	content: ''
}
.slick-next {
	right: -180px
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -125px
}
.slick-next:before {
	content: ''
}
[dir='rtl'] .slick-next:before {
	content: ''
}
.slick-dotted.slick-slider {
	margin-bottom: 0
}
.slick-dots {
	position: absolute;
	bottom: 23px;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	list-style: none;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	float: none;
	width: 23px;
	height: 23px;
	padding: 0;
	margin: 0 5px;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	width: 23px;
	height: 23px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 23px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	content: '';
	border-radius: 50%;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	background: #fff;
	color: black
}
.slick-dots {
	display: block
}
.partner-item:focus {
	outline: 0
}
.arcticmodal-overlay, .arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000
}
.arcticmodal-container {
	overflow: auto;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse
}
*:first-child+html .arcticmodal-container {
	height: 100%
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto
}
.arcticmodal-container_i2 {
	padding: 24px 17px;
	margin: 0;
	border: 0;
	vertical-align: middle
}
.arcticmodal-error {
	padding: 20px;
	border-radius: 10px;
	background: #000;
	color: #fff
}
.arcticmodal-loading {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #000 url(../img/loading.html) no-repeat 50% 50%
}
@media screen and (max-width:480px) {
	.arcticmodal-container_i2 {
		padding: 24px 3px
	}
}
div, p, ul, ol, li, header, footer, section, nav, h1, h2, h3, h4, h5, h6, form, button {
	display: block;
	float: left;
	width: 100%;
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	padding: 0
}
*:hover {
	cursor: default
}
input::-webkit-input-placeholder {
	font-size: 1em;
	color: #b2b0b0
}
input::-moz-placeholder {
	font-size: 1em;
	color: #b2b0b0
}
input:-moz-placeholder {
	font-size: 1em;
	color: #b2b0b0
}
input:-ms-input-placeholder {
	font-size: 1em;
	color: #b2b0b0
}
input:focus::-webkit-input-placeholder {
	color: transparent
}
input:focus::-moz-placeholder {
	color: transparent
}
input:focus:-moz-placeholder {
	color: transparent
}
input:focus:-ms-input-placeholder {
	color: transparent
}
input::-webkit-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input::-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input:-moz-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input:-ms-input-placeholder {
	opacity: 1;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease
}
input:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input:focus::-moz-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input:focus:-moz-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input:focus:-ms-input-placeholder {
	opacity: 0;
	transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-ms-transition: opacity .5s ease
}
input[type=submit], button {
	-webkit-appearance: none
}
button {
	border: 0;
	outline: 0
}
button:hover {
	cursor: pointer
}
button:active {
	background: #d2be5f;
	transition: none
}
button:active:before {
	display: none;
	transition: none
}
input {
	border: 0;
	display: block;
	float: left;
	width: 100%;
	outline: 0
}
input[type="submit"] {
	-webkit-appearance: none
}
input[type="text"] {
	-webkit-appearance: none;
	padding: 0;
	text-align: center
}
input[type=text]:hover {
	cursor: text
}
textarea:hover {
	cursor: text
}
.wrap {
	width: 1100px;
	float: none;
	margin: 0 auto
}
.title {
	color: #000;
	font-size: 4.8em;
	font-family: _Bold;
	margin-bottom: 17px;
	text-align: center
}
.btn_wrap {
	text-align: center;
	height: 60px
}
.main_btn {
	max-width: 446px;
	width: auto;
	height: 60px;
	display: inline-block;
	background: #fde159;
	-webkit-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	-moz-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	font-family: _Bold;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: center;
	float: none;
	margin: 0 auto;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	padding: 0 60px;
	box-sizing: border-box;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
	min-width: 200px
}
.main_btn:hover {
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
	cursor: pointer
}
.btn {
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0)
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fde882;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px
}
.btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.btn:active {
	background: #ddc658;
	outline: 0
}
.btn:focus {
	background: #ddc658;
	outline: 0
}
.btn.input:before {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px
}
a {
	text-decoration: none;
	color: inherit
}
a:hover {
	cursor: pointer
}
a:hover * {
	cursor: pointer
}
input[type=submit]:hover {
	cursor: pointer
}
.header {
	background: url(../img/header_bg.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 62px;
	box-sizing: border-box;
	padding-top: 35px
}
.header .nav_menu {
	height: 35px;
	position: fixed;
	top: 0;
	background: #000;
	border-bottom-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-bottom-right-radius: 30px;
	width: 1100px;
	z-index: 10
}
.header .nav_menu ul {
	text-align: center
}
.header .nav_menu ul li {
	color: #fff;
	font-size: 1.5em;
	line-height: 35px;
	width: auto;
	display: inline-block;
	float: none;
	margin: 0 11px
}
.header .nav_menu ul li a {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4)
}
.header .nav_menu ul li a:hover {
	border-bottom: 1px dashed rgba(192, 239, 245, 0.4);
	color: #c0eff5
}
.header .nav_menu ul li a.active {
	border-bottom: 0
}
.header .nav_menu ul li .share_a {
	color: #ff4d50;
	border-bottom: 1px dashed rgb(255, 77, 80);
	position: relative;
	margin-left: 25px
}
.header .nav_menu ul li .share_a:before {
	width: 18px;
	height: 18px;
	background: url(../img/menu_share.png) center center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	top: 0;
	left: -20px
}
.header_top {
	padding: 25px 29px 34px;
	box-sizing: border-box;
	text-align: center
}
.header_top_left {
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain;
	max-width: 206px;
	height: 60px;
	display: block;
	width: 100%;
	float: left
}
.header_top_center {
	display: inline-block;
	width: auto;
	float: none;
	padding-top: 6px;
	box-sizing: border-box
}
.header_top_center_adress {
	font-size: 1.8em;
	color: #b90f0f;
	position: relative;
	width: auto;
	float: none;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.header_top_center_adress:before {
	width: 20px;
	height: 24px;
	display: block;
	content: '';
	background: url(../img/header_marker.png) center center no-repeat;
	background-size: contain;
	left: -20px;
	position: absolute
}
.header_top_center_adress span {
	border-bottom: 1px dashed rgba(81, 181, 195, 0.4)
}
.header_top_center_adress:hover {
	color: #44d2e6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.header_top_center_adress:hover:before {
	background: url(../img/header_marker_hover.png) center center no-repeat;
	background-size: contain
}
.header_top_center_adress:hover span {
	border-bottom: 1px dashed rgba(68, 210, 230, 0.47)
}
.header_top_center_text {
	color: #000;
	font-size: 1.5em
}
.header_top_right {
	max-width: 228px;
	float: right;
	font-size: 2.1em;
	color: #000a2a;
	padding-top: 6px;
	box-sizing: border-box
}
.header_top_right_vel {
	position: relative;
	display: block;
	float: left;
	width: 100%
}
.header_top_right_vel:before {
	position: absolute;
	width: 15px;
	height: 11px;
	background: url(../img/vel.png) center center no-repeat;
	background-size: contain;
	content: '';
	display: block;
	top: 9px;
	left: 3px
}
.header_top_right_mts {
	position: relative;
	display: block;
	float: left;
	width: 100%
}
.header_top_right_mts:before {
	position: absolute;
	width: 15px;
	height: 15px;
	background-size: contain;
	content: '';
	display: block;
	top: 7px;
	left: 3px
}
.header_top_right span {
	font-family: _Semibold
}
.header_main {
	border: 6px solid #c00;
	box-sizing: border-box;
	border-top-right-radius: 29px;
	-webkit-border-top-right-radius: 29px;
	-moz-border-top-right-radius: 29px;
	border-bottom-left-radius: 29px;
	-webkit-border-bottom-left-radius: 29px;
	-moz-border-bottom-left-radius: 29px;
	padding: 30px 80px 35px 60px
}
.header_main_left {
	max-width: 550px
}
.header_main_left_title {
	font-family: _Bold;
	font-size: 4.8em;
	margin-bottom: 25px;
	line-height: 1.25
}
.header_main_left_text {
	font-size: 2em;
	margin-bottom: 38px
}
.header_main_left_partners {
	height: 35px
}
.header_main_left_partners img {
	display: block;
	float: left;
	height: 100%;
	width: auto;
	margin-right: 35px
}
.header_main_right {
	max-width: 307px;
	float: right;
	padding-top: 20px;
	box-sizing: border-box
}
.header_main_right p {
	font-size: 1.8em;
	text-align: center
}
.header_main_right form {
	margin-top: 17px
}
.header_main_right form .input {
	height: 50px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
	padding: 0 20px;
	font-size: 1.8em;
	color: #000;
	font-family: _Regular
}
.header_main_right form .input.submit {
	border: 0;
	width: 100%;
	background: #fde159;
	font-size: 1.6em;
	font-family: _Bold;
	text-transform: uppercase;
	-webkit-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	-moz-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	margin-top: 12px
}
.info {
	background: url(../img/big_bg.png) center right 120% no-repeat;
	background-size: cover
}
.services {
	padding: 75px 0 10px;
	box-sizing: border-box
}
.services .subtitle {
	text-align: center;
	font-size: 2em;
	padding: 0 255px;
	box-sizing: border-box
}
.services .subtitle span {
	color: #53b8c6;
	border-bottom: 1px dashed rgba(83, 184, 198, 0.4);
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.services .subtitle a:hover span {
	border-bottom: 1px dashed rgba(68, 210, 230, 0.4);
	color: #44d2e6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.services_content {
	padding: 0 29px;
	box-sizing: border-box;
	margin-top: 47px;
	margin-bottom: 13px
}
.services_item {
	width: 30%;
	max-width: 301px;
	margin-right: 69px;
	margin-bottom: 40px;
	display: block;
	float: left
}
.services_item:nth-child(3n+3) {
	margin-right: 0
}
.services_item:nth-child(3n+1) {
	clear: both
}
.services_item:hover .services_item_img img {
	opacity: .3
}
.services_item:hover .services_item_img p {
	display: table-cell
}
.services_item:hover .services_item_img:before, .services_item:hover .services_item_img:before, .services_item:hover .services_item_img:before {
	-webkit-transform: scale(2);
	transform: scale(2)
}
.services_item:hover .services_item_title {
	color: #333
}
.services_item:hover .services_item_title span {
	border-bottom: 1px dashed rgba(0, 0, 0, 0)
}
.services_item_img {
	height: 230px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	background: #c00;
	border: 6px solid #c00;
	box-sizing: border-box;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}
.services_item_img:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.services_item_img:hover, .services_item_img:focus, .services_item_img:active {
	color: white
}
.services_item_img img {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute
}
.services_item_img p {
	position: relative;
	width: 100%;
	height: 230px;
	display: none;
	vertical-align: middle;
	font-family: _Bold;
	font-size: 2em;
	color: #c0eff5;
	float: none;
	text-transform: uppercase;
	padding: 0 34px;
	box-sizing: border-box;
	text-align: center
}
.services_item_img p span {
	border-bottom: 1px dashed rgba(192, 239, 245, 0.4)
}
.services_item_title {
	font-size: 2.6em;
	font-family: _Bold;
	color: #333
}
.services_item_title span {
	border-bottom: 1px dashed rgba(83, 184, 198, 0.4)
}
.client_area {
	padding-top: 72px;
	box-sizing: border-box
}
.client_area .wrap_float {
	padding: 0 29px 0 375px;
	box-sizing: border-box;
	background: url(../img/client_area_bg.png) bottom left no-repeat;
	min-height: 665px;
	border-bottom: 1px solid #f5f5f5
}
.client_area .title {
	text-align: left
}
.client_area .subtitle {
	font-size: 2em;
	margin-bottom: 30px;
	padding-right: 60px;
	box-sizing: border-box
}
.client_area_content li {
	font-size: 1.6em;
	width: 25%;
	padding-top: 60px;
	box-sizing: border-box;
	padding-right: 40px;
	position: relative
}
.client_area_content li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block
}
.client_area_content li:nth-child(1):before {
	width: 53px;
	height: 44px;
	background: url(../img/client_area_1.png) center bottom no-repeat;
	background-size: contain
}
.client_area_content li:nth-child(2):before {
	width: 43px;
	height: 44px;
	background: url(../img/client_area_2.png) center bottom no-repeat;
	background-size: contain
}
.client_area_content li:nth-child(3):before {
	width: 70px;
	height: 44px;
	background: url(../img/client_area_3.png) center bottom no-repeat;
	background-size: contain
}
.client_area_content li:nth-child(4):before {
	width: 50px;
	height: 44px;
	background: url(../img/client_area_4.png) center bottom no-repeat;
	background-size: contain
}
.advantages {
	padding: 85px 0 45px;
	box-sizing: border-box
}
.advantages .title {
	padding: 0 280px;
	box-sizing: border-box
}
.advantages_content {
	padding: 0 29px;
	box-sizing: border-box;
	margin-top: 57px;
	position: relative;
	margin-bottom: 47px
}
.advantages_content:before {
	content: '';
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	background: url(../img/advantage_bad_bg.png) center center no-repeat
}
.advantages_content:after {
	content: '';
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../img/advantage_good_bg.png) center center no-repeat
}
.advantages_item {
	width: 50%;
	max-width: 506px;
	padding: 0 78px 0 35px;
	box-sizing: border-box;
	margin-bottom: 34px;
	position: relative;
	text-align: right
}
.advantages_item:after {
	width: 28px;
	height: 28px;
	background: url(../img/advantage_bad.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 5px;
	right: 30px
}
.advantages_item:nth-child(odd) {
	clear: both
}
.advantages_item:nth-child(even) {
	padding: 0 35px 0 78px;
	text-align: left;
	float: right
}
.advantages_item:nth-child(even):after {
	width: 34px;
	height: 30px;
	background: url(../img/advantage_good.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	top: 2px;
	left: 30px
}
.advantages_item_title {
	font-size: 2em;
	font-family: _Bold;
	margin-bottom: 8px
}
.advantages_item_text {
	font-size: 1.8em
}
#share_1 {
	background: url(../img/share_1.jpg) center center no-repeat
}
#share_1 .title {
	margin-bottom: 17px
}
.share {
	padding: 45px 0 10px;
	box-sizing: border-box
}
.share_item {
	background: url(../img/share_bg.jpg) center bottom no-repeat;
	background-size: cover;
	border-bottom-left-radius: 35px;
	-webkit-border-bottom-left-radius: 35px;
	-moz-border-bottom-left-radius: 35px;
	border-top-right-radius: 35px;
	-webkit-border-top-right-radius: 35px;
	-moz-border-top-right-radius: 35px;
	position: relative;
	padding: 66px 58px 66px 370px;
	box-sizing: border-box;
	border: 6px solid #c00;
	overflow: hidden
}
.share_item_content {
	z-index: 2;
	position: relative
}
.share_item_content .title {
	margin-bottom: 0
}
.share_item_content .share_description {
	font-size: 3em;
	color: #fff;
	margin-bottom: 17px
}
.share_item_content .share_bonus {
	font-size: 1.7em;
	margin-bottom: 10px;
	color: #fff
}
.share_item_content form {
	margin-top: 17px
}
.share_item_content form .input {
	height: 50px;
	max-width: 307px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
	padding: 0 20px;
	font-size: 1.8em;
	color: #000;
	font-family: _Regular
}
.share_item_content form .input.submit {
	width: 100%;
	border: 0;
	background: #fde159;
	font-size: 1.6em;
	font-family: _Bold;
	text-transform: uppercase;
	-webkit-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	-moz-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	margin-left: 17px
}
.share_item:after {
	position: absolute;
	background: #333c;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-top-right-radius: 25px
}
.share_item .title {
	color: #fff;
	text-align: left;
	line-height: 1.1
}
.share_item .subtitle {
	color: #fff;
	text-align: left;
	font-size: 2em;
	margin: 7px 0
}
.results {
	padding: 68px 0 25px;
	box-sizing: border-box
}
.results .wrap_float {
	padding: 0 99px;
	box-sizing: border-box
}
.results_content {
	border: 6px solid #c00;
	box-sizing: border-box;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	padding: 40px 74px 60px;
	margin-top: 25px
}
.results_content .slide_title {
	color: #222;
	font-size: 3.2em;
	text-align: center;
	padding: 0 115px;
	box-sizing: border-box;
	margin-bottom: 30px
}
.results_content .slide_before {
	width: 50%;
	max-width: 350px
}
.results_content .slide_before_img {
	height: 240px;
	margin-bottom: 27px;
	overflow: hidden;
	position: relative
}
.results_content .slide_before_img p {
	font-family: _Bold;
	position: absolute;
	top: 10px;
	left: 25px;
	color: #fff;
	font-size: 32px
}
.results_content .slide_before_img img {
	display: block;
	float: left;
	height: 100%;
	width: auto
}
.results_content .slide_before_title {
	font-size: 1.8em;
	font-family: _SemiBold;
	text-transform: uppercase;
	margin-bottom: 7px;
	position: relative;
	padding-left: 32px;
	box-sizing: border-box
}
.results_content .slide_before_title:before {
	position: absolute;
	width: 25px;
	height: 25px;
	content: '';
	left: 0;
	top: 0;
	background: url(../img/result_before.png) center center no-repeat;
	background-size: contain
}
.results_content .slide_before_problems {
	padding-left: 32px;
	box-sizing: border-box
}
.results_content .slide_before_problems li {
	font-size: 1.6em
}
.results_content .slide_before_problems li:before {
	content: "—";
	position: relative;
	left: 0
}
.results_content .slide_after {
	width: 50%;
	max-width: 350px;
	float: right;
	font-family: _SemiBold;
	font-size: 1.8em;
	text-transform: uppercase
}
.results_content .slide_after span {
	color: #c00;
	font-family: _Bold
}
.results_content .slide_after_img {
	height: 240px;
	margin-bottom: 27px;
	overflow: hidden;
	position: relative
}
.results_content .slide_after_img p {
	font-family: _Bold;
	position: absolute;
	top: 10px;
	left: 25px;
	color: #fff;
	font-size: 32px;
	text-transform: capitalize
}
.results_content .slide_after_img img {
	display: block;
	float: left;
	height: 100%;
	width: auto
}
.results_content .slide_after_time {
	padding-left: 34px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px
}
.results_content .slide_after_time:before {
	position: absolute;
	width: 19px;
	height: 32px;
	background: url(../img/result_after_time.png) center center no-repeat;
	background-size: contain;
	content: '';
	left: 3px;
	top: -5px
}
.results_content .slide_after_price {
	padding-left: 34px;
	box-sizing: border-box;
	position: relative
}
.results_content .slide_after_price:before {
	position: absolute;
	width: 26px;
	height: 27px;
	background: url(../img/result_after_price.png) center center no-repeat;
	background-size: contain;
	content: '';
	left: 0;
	top: -5px
}
.reviews {
	padding: 85px 0 0;
	box-sizing: border-box
}
.reviews_content {
	padding: 0 29px;
	box-sizing: border-box;
	margin-top: 34px
}
.reviews_item {
	width: 33%;
	max-width: 285px;
	margin: 0 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	margin-bottom: 30px;
	display: block;
	float: left;
	text-align: center
}
.reviews_item_img {
	height: 200px;
	margin-bottom: 25px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	overflow: hidden;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .4s;
	transition-duration: .4s
}
.reviews_item_img img {
	display: block;
	float: left;
	width: 100%;
	height: 100%
}
.reviews_item_img:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #c00;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.reviews_item_img:hover, .reviews_item_img:focus, .reviews_item_img:active {
	color: white
}
.reviews_item p {
	text-align: center;
	font-size: 2em;
	color: #c00;
	position: relative;
	padding-left: 32px;
	box-sizing: border-box;
	display: inline-block;
	float: none;
	width: auto
}
.reviews_item p:before {
	width: 25px;
	height: 25px;
	background: url(../img/review_zoom.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	content: '';
	margin-left: -32px
}
.reviews_item p span {
	border-bottom: 1px dashed rgba(81, 181, 195, 0.4)
}
.reviews_item:hover .reviews_item_img img {
	opacity: .6
}
.reviews_item:hover .reviews_item_img:before, .reviews_item:hover .reviews_item_img:before, .reviews_item:hover .reviews_item_img:before {
	-webkit-transform: scale(2);
	transform: scale(2)
}
.about {
	padding: 105px 0 0;
	box-sizing: border-box;
	overflow: hidden
}
.about_us {
	height: 480px;
	background: #c00;
	padding: 25px 134px 30px 446px;
	box-sizing: border-box;
	position: relative;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px
}
.about_us .title {
	color: #fff;
	text-align: left
}
.about_us p {
	color: #fff;
	font-size: 1.8em;
	line-height: 1.5
}
.about_us p span {
	font-size: .8333em
}
.about_us img {
	position: absolute;
	max-width: 373px;
	height: auto;
	left: 50px;
	top: -60px
}
.contacts {
	padding: 100px 0 85px;
	box-sizing: border-box
}
.contacts_content {
	padding: 0 69px;
	box-sizing: border-box;
	margin-top: 30px
}
.contacts_item {
	width: 33%;
	max-width: 306px;
	padding: 0 50px;
	box-sizing: border-box
}
.contacts_item_title {
	font-size: 1.8em;
	font-family: _Semibold;
	text-transform: uppercase;
	margin-bottom: 10px
}
.contacts_item_text {
	font-size: 1.6em
}
.contacts_item_text a {
	display: block;
	float: left;
	width: 100%
}
.contacts_item:nth-child(1) {
	padding-left: 70px
}
.contacts_item:nth-child(1) .contacts_item_title {
	position: relative
}
.contacts_item:nth-child(1) .contacts_item_title:before {
	width: 22px;
	height: 26px;
	content: '';
	position: absolute;
	background: url(../img/header_marker.png) center center no-repeat;
	background-size: contain;
	left: -29px
}
.contacts_item:nth-child(2) {
	padding-left: 80px
}
.contacts_item:nth-child(2) .contacts_item_title {
	position: relative
}
.contacts_item:nth-child(2) .contacts_item_title:before {
	width: 15px;
	height: 25px;
	content: '';
	position: absolute;
	background: url(../img/phone.png) center center no-repeat;
	background-size: contain;
	left: -26px
}
.contacts_item:nth-child(3) {
	padding-left: 80px;
	padding-right: 0
}
.contacts_item:nth-child(3) .contacts_item_title {
	position: relative
}
.contacts_item:nth-child(3) .contacts_item_title:before {
	width: 25px;
	height: 25px;
	content: '';
	position: absolute;
	background: url(../img/clock.png) center center no-repeat;
	background-size: contain;
	left: -32px
}
.map {
	padding-bottom: 36px;
	box-sizing: border-box
}
.map .btn_wrap {
	height: auto
}
.map #map {
	height: 700px;
	margin-bottom: 58px
}
.map [class*="ymaps-2-1"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%)
}
.map p {
	font-size: 1.6em;
	color: #7c7c7c;
	text-align: center;
	margin-top: 20px
}
.footer {
	border-top: 1px solid #f5f5f5;
	padding: 39px 0;
	box-sizing: border-box
}
.footer_content {
	padding: 0 29px;
	box-sizing: border-box
}
.footer_logo {
	width: 203px;
	height: 60px;
	background: url(../img/footer_logo.png) center center no-repeat;
	background-size: contain;
	margin-right: 70px
}
.footer_info {
	width: auto
}
.footer_info p {
	font-size: 1.5em;
	color: #969696;
	width: auto;
	margin-bottom: 6px
}
.footer_info a {
	color: #c00;
	font-size: 1.5em;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
.footer_info a span {
	border-bottom: 1px solid rgba(81, 181, 195, 0.4)
}
.footer_info a:hover {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	color: #cdaf08
}
.footer_info a:hover span {
	border-bottom: 1px solid rgba(205, 175, 8, 0.45)
}
.footer_creator {
	width: 240px;
	float: right
}
.footer_creator p {
	width: auto;
	font-size: 1.5em;
	margin-right: 8px;
	letter-spacing: .3px;
	margin-bottom: 15px;
	color: #969696
}
.footer_creator .landingpages-icon {
	position: relative;
	width: 202px;
	height: 35px;
	float: left;
	margin-top: -6px;
	background: url(../img/landingpages-logo.png) center center no-repeat;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-o-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-o-transition-property: transform;
	-ms-transition-property: transform;
	-moz-transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0)
}
.footer_creator .landingpages-icon:hover {
	cursor: pointer
}
.footer_creator .landingpages-icon:hover, .footer_creator .landingpages-icon:focus, .footer_creator .landingpages-icon:active {
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg)
}
.footer_creator sup {
	font-size: 10px;
	display: block;
	float: left;
	margin-top: -8px;
	margin-left: 5px;
	color: #969696;
	font-family: _Regular
}
.modal {
	display: block;
	float: left;
	width: 100%;
	max-width: 700px;
	height: auto;
	background: url(../img/modal_bg.jpg) center bottom no-repeat;
	padding: 50px;
	padding-bottom: 60px;
	box-sizing: border-box;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}
.modal.modal_reviews {
	max-width: 800px
}
.modal .title {
	font-size: 3.6em;
	font-family: _Bold;
	margin-bottom: 37px
}
.modal .p_text {
	font-size: 1.8em;
	text-align: center
}
.modal .form {
	max-width: 307px;
	float: none;
	margin: 0 auto
}
.modal .form .input {
	height: 50px;
	max-width: 307px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	background: #fff;
	padding: 0 20px;
	font-size: 1.8em;
	color: #000;
	font-family: _Regular;
	margin-top: 20px
}
.modal .form .input.submit {
	width: 100%;
	border: 0;
	background: #fde159;
	font-size: 1.6em;
	font-family: _Bold;
	text-transform: uppercase;
	-webkit-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	-moz-box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	box-shadow: 0 10px 15px 0 rgba(205, 175, 8, 0.45);
	margin-top: 13px
}
.modal .table {
	width: 100%
}
.modal .table .thead .tr .td {
	font-size: 1.8em;
	font-family: _Semibold;
	text-align: left;
	padding-bottom: 8px
}
.modal .table .thead .tr .td:last-child {
	text-align: right
}
.modal .table .tbody .tr .td:first-child {
	font-size: 1.8em;
	text-align: left
}
.modal .table .tbody .tr .td:last-child {
	font-size: 2.4em;
	color: #53b8c6;
	text-align: right
}
.modal .btn_wrap {
	margin-top: 25px
}
.modal .main_btn {
	min-height: 50px;
	height: 50px
}
.modal_close {
	width: 22px;
	height: 22px;
	background: url(../img/modal_close.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 19px;
	top: 19px
}
.modal_close:hover {
	cursor: pointer
}
.modal img {
	display: block;
	width: 100%;
	float: left
}
.success_container {
	padding-bottom: 300px
}
.success_container .header {
	padding: 0
}
.success_container .header_top {
	padding: 25px 0
}
.success_container .success {
	padding: 55px 20px;
	box-sizing: border-box
}
.success_container .success .subtitle {
	font-size: 1.6em;
	text-align: center
}
.success_footer {
	position: absolute;
	bottom: 0
}
.success_html {
	position: relative;
	min-height: 100%
}
@media screen and (max-width:1200px) {
	.header .nav_menu ul li {
		font-size: 1.3em
	}
	.slick-prev {
		left: -65px
	}
	.slick-next {
		right: -65px
	}
	.wrap {
		width: 100%
	}
	.header .nav_menu {
		width: 100%;
		left: 0;
		right: 0
	}
	.header_main_right {
		width: 40%
	}
	.header_main_left {
		width: 55%
	}
	.services_item {
		margin-right: 5%
	}
	.share_item {
		padding-left: 250px
	}
	.results .wrap_float {
		padding: 0 40px
	}
	.reviews_item {
		width: 30%;
		margin: 0;
		margin-right: 5%
	}
	.reviews_item:nth-child(3n+3) {
		margin-right: 0
	}
	.reviews_item:nth-child(3n+1) {
		clear: both
	}
	.services_item_img img {
		position: static
	}
	.services_item:hover .services_item_img p {
		display: none
	}
	.services_item_img p {
		display: none
	}
	.header, .share {
		padding-left: 15px;
		padding-right: 15px
	}
	.map #map {
		height: 600px;
		overflow: hidden
	}
	.advantages .title {
		padding: 0 15px
	}
	.services_item_img {
		height: auto
	}
	.about {
		padding-left: 15px;
		padding-right: 15px
	}
}
@media screen and (max-width:990px) {
	body {
		font-size: 58%
	}
	.header {
		padding-top: 0
	}
	.header .nav_menu {
		display: none
	}
	.header_top {
		padding-left: 0;
		padding-right: 0
	}
	.header_main {
		padding: 25px 35px
	}
	.header_main_left {
		width: 100%
	}
	.header_main_right {
		width: 100%;
		float: left
	}
	.services .subtitle {
		padding: 0 30px
	}
	.services_item {
		width: 47%;
		margin-right: 6%;
		max-width: 100%
	}
	.services_item:nth-child(3n+3) {
		margin-right: 6%
	}
	.services_item:nth-child(even) {
		margin-right: 0
	}
	.services_item:nth-child(3n+1) {
		clear: none
	}
	.services_item:nth-child(odd) {
		clear: both
	}
	.client_area .wrap_float {
		padding: 0 29px
	}
	.advantages .title {
		padding: 0
	}
	.advantages_content {
		padding: 0
	}
	.advantages_item {
		padding: 0 40px 0 15px;
		width: 48%
	}
	.advantages_item:after {
		right: 0
	}
	.advantages_item:nth-child(even) {
		padding: 0 15px 0 40px
	}
	.advantages_item:nth-child(even):after {
		left: 0
	}
	.share_item {
		padding: 28px
	}
	.reviews_item {
		width: 48%;
		margin-right: 4%;
		max-width: 100%
	}
	.reviews_item:nth-child(3n+3) {
		margin-right: 4%
	}
	.reviews_item:nth-child(even) {
		margin-right: 0
	}
	.reviews_item:nth-child(3n+1) {
		clear: none
	}
	.reviews_item:nth-child(odd) {
		clear: both
	}
	.reviews_item_img {
		height: auto
	}
	.about_us {
		min-height: 440px;
		height: auto;
		padding: 40px;
		padding-left: 320px
	}
	.about_us img {
		max-width: 253px;
		top: auto;
		bottom: 0;
		left: 20px
	}
	.contacts_content {
		padding: 0
	}
	.contacts_item {
		padding: 0;
		padding-left: 40px
	}
	.footer_logo {
		width: 100%;
		margin-right: 0
	}
	.results_content {
		padding-top: 90px
	}
	.results_content .slick-prev {
		top: -30px;
		left: 50%;
		margin-left: -60px
	}
	.results_content .slick-next {
		top: -30px;
		right: 50%;
		margin-right: -60px
	}
	.results_content .slide_title {
		padding: 0
	}
	.results_content .slide_before {
		width: 48%
	}
	.results_content .slide_before_img img {
		width: auto;
		height: 100%
	}
	.results_content .slide_after {
		width: 48%
	}
	.results_content .slide_after_img img {
		width: auto;
		height: 100%
	}
	.results .wrap_float {
		padding: 0
	}
	.results {
		padding-left: 10px;
		padding-right: 10px
	}
	.results_content {
		padding-left: 24px;
		padding-right: 24px
	}
	.share_item_content form .input.submit {
		margin-left: 0;
		clear: both;
		display: block;
		margin-top: 13px;
		float: left
	}
	.client_area .wrap_float {
		background-size: contain
	}
	.title {
		padding: 0 15px !important;
		box-sizing: border-box;
		font-size: 4.4em
	}
	.about_us .title {
		padding: 0 !important
	}
	.share_item .title {
		padding: 0 !important
	}
	.client_area .title {
		padding: 0 !important
	}
	.footer_logo {
		margin-bottom: 32px
	}
	.header_top_right_vel:before {
		top: 7px
	}
	.header_top_right_mts:before {
		top: 5px
	}
	.services_item_img:before {
		display: none
	}
	.services_item:hover .services_item_img img {
		opacity: 1
	}
}
@media screen and (max-width:760px) {
	.advantages {
		padding: 35px;
		padding-right: 35px
	}
	.header_top_center {
		display: block;
		width: 200px;
		float: left;
		clear: both;
		margin-left: 50px
	}
	body {
		font-size: 50%
	}
	.header_top_left {
		max-width: 100%;
		margin-bottom: 13px
	}
	.advantages_content:before {
		display: none
	}
	.advantages_content:after {
		display: none
	}
	.advantages_item {
		width: 100%;
		padding: 0 15px 0 40px;
		text-align: left
	}
	.advantages_item:after {
		left: 0;
		right: auto
	}
	.advantages_item:nth-child(even) {
		padding: 0 15px 0 40px;
		float: left
	}
	.results_content .slide_after_img {
		height: auto
	}
	.results_content .slide_after_img img {
		width: 100%;
		height: auto
	}
	.results_content .slide_before_img {
		height: auto
	}
	.results_content .slide_before_img img {
		width: 100%;
		height: auto
	}
	.header_top_right {
		max-width: 208px
	}
	.header_top_right_vel:before {
		top: 6px
	}
	.header_top_right_mts:before {
		top: 4px
	}
	.modal {
		padding: 30px
	}
}
@media screen and (max-width:630px) {
	.about_us img {
		max-width: 203px;
		left: auto;
		right: 20px
	}
	.about_us {
		padding-left: 40px;
		height: 550px
	}
}
@media screen and (max-width:580px) {
	.btn_wrap {
		padding: 0 19px;
		box-sizing: border-box
	}
	.main_btn {
		height: auto;
		min-height: 60px;
		padding: 0 20px
	}
	.results_content .slide_title {
		padding: 0
	}
	.results_content .slide_before {
		width: 100%;
		max-width: 100%
	}
	.results_content .slide_before_img {
		height: auto
	}
	.results_content .slide_before_img img {
		width: 100%;
		height: auto
	}
	.results_content .slide_after {
		width: 100%;
		max-width: 100%
	}
	.results_content .slide_after_img {
		height: auto
	}
	.results_content .slide_after_img img {
		width: 100%;
		height: auto
	}
	.services_item {
		width: 100%;
		margin-right: 0 !important;
		clear: both !important
	}
	.services_item_img {
		height: auto
	}
	.services_item_img img {
		position: static
	}
	.services_item_title {
		text-align: center
	}
	.client_area_content li {
		width: 50%
	}
	.client_area_content li:nth-child(odd) {
		clear: both
	}
	.results_content .slide_before {
		margin-bottom: 45px
	}
	.footer_logo {
		background-position: left center
	}
	.footer_creator {
		float: left
	}
	.share_item {
		padding: 18px
	}
	.share_item .title {
		font-size: 4.5em
	}
	.client_area_content li {
		margin-bottom: 14px
	}
	.advantages {
		padding: 23px
	}
	.contacts {
		padding-bottom: 40px
	}
}
@media screen and (max-width:520px) {
	.header_main_left_title {
		font-size: 4em
	}
	section {
		padding-top: 40px !important
	}
	.header_top_center {
		width: auto;
		display: inline-block;
		float: none;
		clear: none;
		margin-left: 0;
		margin-bottom: 12px
	}
	body {
		font-size: 45%
	}
	.header_main {
		padding: 20px
	}
	.header_main_left_partners img {
		margin-right: 20px
	}
	.reviews_item {
		width: 100%;
		max-width: 100%;
		margin-right: 0 !important;
		clear: both !important
	}
	.about_us {
		padding: 25px;
		padding-bottom: 0;
		height: auto
	}
	.about_us img {
		height: auto;
		width: 100%;
		bottom: -30px;
		max-width: 100%;
		position: static;
		top: auto;
		margin-bottom: -10px
	}
	.contacts_item {
		width: 100%;
		padding-left: 60px !important
	}
	.header_top_right {
		float: none;
		margin: 0 auto;
		max-width: 190px
	}
	.header_top_right_vel:before {
		top: 4px
	}
	.header_top_right_mts:before {
		top: 2px
	}
	.client_area .wrap_float {
		min-height: 630px
	}
	.client_area .subtitle {
		padding-right: 0
	}
	.contacts_item {
		margin-bottom: 28px
	}
	.map #map {
		height: 300px
	}
	.modal {
		padding: 20px
	}
	.modal_close {
		right: 10px;
		top: 10px
	}
	.modal .table .tbody .tr .td:first-child {
		padding-bottom: 8px
	}
	.modal .table .tbody .tr .td:last-child {
		padding-bottom: 8px
	}
	.reviews_content {
		margin-top: 20px
	}
	.header_main_right {
		max-width: 100%
	}
	.main_btn {
		max-width: 100%;
		width: 100%;
		display: block;
		float: left;
		margin: 0
	}
	.share_item_content form .input {
		max-width: 100%
	}
	.modal .form {
		max-width: 100%;
		float: left;
		margin: 0 auto
	}
	.modal .form .input {
		max-width: 100%
	}
	.header_top_center_adress {
		font-size: 2.1em
	}
	.header_top_center_text {
		font-size: 1.8em
	}
	.header_main_right p {
		font-size: 2em
	}
	.header_main_right form .input {
		font-size: 2.2em
	}
	.client_area_content li {
		font-size: 1.9em
	}
	.advantages_item_title {
		font-size: 2.2em
	}
	.advantages_item_text {
		font-size: 2em
	}
	.results_content .slide_before_problems li {
		font-size: 2em
	}
	.results_content .slide_before_problems li {
		font-size: 2.2em
	}
	.share_item_content form .input {
		font-size: 2.2em
	}
	.about_us p {
		font-size: 2.1em
	}
	.contacts_item_title {
		font-size: 2.2em
	}
	.contacts_item_text {
		font-size: 1.8em
	}
	.map p {
		font-size: 1.9em
	}
	.footer_info p, .footer_info a {
		font-size: 1.7em
	}
	.footer_info {
		margin-bottom: 12px
	}
	.share_item_content .share_description {
		font-size: 2.5em
	}
	.share_item .subtitle {
		font-size: 2.2em
	}
}
@media screen and (max-width:300px) {
	body {
		font-size: 42%
	}
	.title, .header_main_left_title, .share_item .title {
		font-size: 3.2em;
		word-wrap: break-word
	}
	.results_content {
		padding-left: 10px;
		padding-right: 10px
	}
	.footer_creator {
		width: 100%
	}
	.header_main {
		padding: 8px
	}
	.footer_creator .landingpages-icon {
		width: 100%;
		background-size: contain
	}
	.main_btn {
		min-width: auto
	}
	tr.tr {
		display: block
	}
	.modal .table .thead .tr .td:last-child {
		float: right
	}
	.modal .table .thead .tr .td:first-child {
		float: left
	}
	.header_main_left_partners {
		height: 25px
	}
}