@charset "UTF-8";
.material-icons {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	position: relative;
	font: 400 1em/1.4em 'Roboto Condensed', sans-serif;
	background: #fff;
	color: #000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	min-width: 980px;
}
@media all and (max-width: 1000px) {
	body {
		min-width: 320px;
	}
}
@media all and (max-width: 1300px) {
	body {
		font-size: 0.9em;
	}
}
@media all and (max-width: 700px) {
	body {
		font-size: 0.8em;
	}
}
a img,
img {
	border: 0;
	max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
button,
input,
select,
textarea {
	font: 400 1em/1.1em 'Roboto Condensed', sans-serif;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input.text {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 1.135em;
	border-radius: 1.135em;
	padding: 0.5em 1em;
	font-size: 0.94em;
	height: 2.27em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out,
		border-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
	border: 1px solid #ddd;
}
input.text.transparent {
	background: 0 0;
	color: #fff;
}
input.text.transparent::-webkit-input-placeholder {
	color: #ddd;
}
input.text.transparent::-moz-input-placeholder {
	color: #ddd;
}
input.text.transparent:-moz-input-placeholder {
	color: #ddd;
}
input.text.transparent:-ms-input-placeholder {
	color: #ddd;
}
input.text.big {
	padding: 1em 2em;
	height: 4.032em;
	-webkit-border-radius: 4.032em;
	border-radius: 4.032em;
}
input.text.error {
	border-color: #f37b30;
}
input.hid {
	display: none !important;
}
.button {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 1.135em;
	border-radius: 1.135em;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 0.94em;
	height: 2.27em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	background-color: #f37b30;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
	border: 1px solid #f37b30;
	cursor: pointer;
}
.button:hover {
	color: #fff;
	background-color: #f69a60;
}
.button.big {
	font-size: 1.33em;
	padding: 0.5em 1.75em;
	height: 2.85em;
	line-height: 1.6em;
	-webkit-border-radius: 1.425em;
	border-radius: 1.425em;
}
.button.disabled {
	opacity: 0.5;
	cursor: default;
	background-color: #999;
	border-color: #999;
}
a {
	color: #069;
	-webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
a:hover {
	color: red;
}
.dt {
	top: -0.12em;
	border-bottom: 1px dotted;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	color: #069;
}
.dt span {
	position: relative;
	color: #069;
	top: 0.12em;
	margin-bottom: -0.12em;
	-webkit-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: color 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.dt:hover,
.dt:hover span {
	color: red;
}
.dt.solid {
	border-bottom-style: solid;
}
.tel {
	text-decoration: none;
	cursor: default;
	color: #000;
}
.tel:hover {
	color: #000;
}
.fz54 a {
	color: #f37b30;
}
.fz54 a span {
	color: #f37b30;
}
.ajax-form .status.ok {
	color: green;
}
.ajax-form .status.error {
	color: red;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	line-height: normal;
}
.h1,
h1 {
	font-size: 2.8em;
	margin-bottom: 0.5em;
}
.h2,
h2 {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}
.h3,
h3 {
	font-size: 2em;
	margin-bottom: 1em;
}
.h4,
h4 {
	font-size: 1.75em;
	margin-bottom: 1em;
}
.h5,
h5 {
	font-size: 1.5em;
	margin-bottom: 1.5em;
}
.h6,
h6 {
	font-size: 1em;
	margin-bottom: 1.5em;
}
@media (max-width: 1300px) {
	.h1,
	h1 {
		font-size: 2.25em;
	}
	.h2,
	h2 {
		font-size: 2em;
	}
	.h3,
	h3 {
		font-size: 1.75em;
	}
	.h4,
	h4 {
		font-size: 1.5em;
	}
	.h5,
	h5 {
		font-size: 1.25em;
	}
}
@media (max-width: 700px) {
	.h1,
	h1 {
		font-size: 1.5em;
	}
	.h2,
	h2 {
		font-size: 1.4em;
	}
	.h3,
	h3 {
		font-size: 1.3em;
	}
	.h4,
	h4 {
		font-size: 1.2em;
	}
	.h5,
	h5 {
		font-size: 1.1em;
	}
}
.clear,
.clr {
	display: block;
	width: 100%;
	height: 0;
	clear: both;
	padding: 0;
	margin: 0;
}
.text-content ul {
	list-style: none;
}
.text-content ul li {
	position: relative;
	margin: 0.5em 0;
	margin-left: 1em;
	font-size: 1em;
	line-height: 1.4em;
}
.text-content ul li:before {
	content: '—';
	position: absolute;
	top: 0;
	left: -1em;
}
.text-content ol li {
	position: relative;
	margin: 0.5em 0;
	margin-left: 1em;
	font-size: 1em;
	line-height: 1.4em;
}
.nwr {
	white-space: nowrap;
}
.adv-ico {
	display: inline-block;
	vertical-align: middle;
	background: url(/img/SKV_icon_sprite.svg) no-repeat;
	-webkit-background-size: 900px 100px;
	background-size: 900px 100px;
	width: 100px;
	height: 100px;
}
.adv-ico.i1 {
	background-position: 0 0;
}
.adv-ico.i2 {
	background-position: -100px 0;
}
.adv-ico.i3 {
	background-position: -200px 0;
}
.adv-ico.i4 {
	background-position: -300px 0;
}
.adv-ico.i5 {
	background-position: -400px 0;
}
.adv-ico.i6 {
	background-position: -500px 0;
}
.adv-ico.i7 {
	background-position: -600px 0;
}
.adv-ico.i8 {
	background-position: -700px 0;
}
.adv-ico.i9 {
	background-position: -800px 0;
}
@media (max-width: 500px) {
	.adv-ico {
		-webkit-background-size: 675px 75px;
		background-size: 675px 75px;
		width: 75px;
		height: 75px;
	}
	.adv-ico.i1 {
		background-position: 0 0;
	}
	.adv-ico.i2 {
		background-position: -75px 0;
	}
	.adv-ico.i3 {
		background-position: -150px 0;
	}
	.adv-ico.i4 {
		background-position: -225px 0;
	}
	.adv-ico.i5 {
		background-position: -300px 0;
	}
	.adv-ico.i6 {
		background-position: -375px 0;
	}
	.adv-ico.i7 {
		background-position: -450px 0;
	}
	.adv-ico.i8 {
		background-position: -525px 0;
	}
	.adv-ico.i9 {
		background-position: -600px 0;
	}
}
.slider-holder {
	position: relative;
	overflow: hidden;
}
.slider-holder .slider-wrapper {
	position: relative;
	white-space: nowrap;
}
.slider-holder .slider-wrapper .slide {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.js .scroll-anim-right {
	opacity: 0;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	will-change: transform, opacity;
}
.js .scroll-anim-right-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.js .scroll-anim-right-transition {
	-webkit-transition: opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .scroll-anim-left {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
	will-change: transform, opacity;
}
.js .scroll-anim-left-active {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.js .scroll-anim-left-transition {
	-webkit-transition: opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .scroll-anim-top {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	will-change: transform, opacity;
}
.js .scroll-anim-top-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.js .scroll-anim-top-transition {
	-webkit-transition: opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .scroll-anim-bottom {
	opacity: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	will-change: transform, opacity;
}
.js .scroll-anim-bottom-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.js .scroll-anim-bottom-transition {
	-webkit-transition: opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear,
		-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .scroll-anim-logo {
	opacity: 0;
	-webkit-transform: translateY(20px) rotateY(-135deg);
	transform: translateY(20px) rotateY(-135deg);
	will-change: transform, opacity;
}
.js .scroll-anim-logo-active {
	opacity: 1;
	-webkit-transform: translateY(0) rotateY(0);
	transform: translateY(0) rotateY(0);
}
.js .scroll-anim-logo-transition {
	-webkit-transition: opacity 0.4s linear, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: opacity 0.4s linear, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear;
	transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s linear,
		-webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .scroll-anim-marks {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
.js .scroll-anim-marks-active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.js .scroll-anim-marks-transition {
	-webkit-transition: opacity 0.15s linear,
		-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.15s linear, -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s linear;
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s linear;
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s linear,
		-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.js .toggle-holder .toggle-content {
	display: none;
}
.wrapper {
	position: relative;
	padding: 0 100px;
	margin: 0 auto;
	max-width: 1600px;
}
@media (max-width: 1450px) {
	.wrapper {
		padding: 0 50px;
	}
}
@media (max-width: 700px) {
	.wrapper {
		padding: 0 20px;
	}
}
section {
	padding: 2em 0;
}
section header {
	text-align: center;
	padding: 6em 0 4em;
}
section header .h3,
section header h3 {
	font-size: 3.12em;
	margin-bottom: 0.25em;
}
section header p {
	font-size: 1.25em;
	line-height: 1.4em;
}
@media (max-width: 1300px) {
	section header .h3,
	section header h3 {
		font-size: 2.6em;
	}
}
@media (max-width: 700px) {
	section header {
		padding: 1em 0 2em;
	}
	section header .h3,
	section header h3 {
		font-size: 2em;
	}
}
.popup-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	display: none;
}
.popup-holder .popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: #3682c6;
	opacity: 0.7;
}
.popup-holder .popup-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
}
.popup-holder .popup-wrapper .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 60;
}
.popup-holder .popup-wrapper .h4,
.popup-holder .popup-wrapper h4 {
	font-size: 3.12em;
	line-height: 1.2em;
	font-weight: 700;
}
.popup-holder .popup-wrapper .status {
	margin-bottom: 2em;
}
.popup-holder .popup-wrapper .status.error {
	color: #f37b30;
}
.popup-holder .popup-wrapper .status.success {
	color: #f37b30;
}
.popup-holder .popup-wrapper.feedback,
.popup-holder .popup-wrapper.order {
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
}
.popup-holder .popup-wrapper.feedback .popup,
.popup-holder .popup-wrapper.order .popup {
	width: 850px;
	height: auto;
	background-color: #fff;
	margin: -350px 0 0 -425px;
}
.popup-holder .popup-wrapper.feedback .form-wrapper,
.popup-holder .popup-wrapper.order .form-wrapper {
	padding: 4.5em 5em 7.5em;
	max-width: 400px;
	margin: 0 auto;
}
.popup-holder .popup-wrapper.feedback .form-wrapper .status,
.popup-holder .popup-wrapper.order .form-wrapper .status {
	margin-top: -1.4em;
}
.popup-holder .popup-wrapper.feedback .form-wrapper label,
.popup-holder .popup-wrapper.order .form-wrapper label {
	display: block;
	margin: 1em 0;
}
.popup-holder .popup-wrapper.feedback .form-wrapper label input,
.popup-holder .popup-wrapper.order .form-wrapper label input {
	width: 100%;
}
.popup-holder .popup-wrapper.feedback .form-wrapper .button,
.popup-holder .popup-wrapper.order .form-wrapper .button {
	margin: 1em 0 2em 0;
}
.popup-holder .popup-wrapper.feedback .form-wrapper .fz54,
.popup-holder .popup-wrapper.order .form-wrapper .fz54 {
	max-width: 315px;
}
.popup-holder .popup-wrapper.feedback .popup-close,
.popup-holder .popup-wrapper.order .popup-close {
	top: 50%;
	right: 50%;
	margin: -340px -470px 0 0;
}
@media (max-width: 950px), (max-height: 650px) {
	.popup-holder .popup-wrapper.feedback .popup,
	.popup-holder .popup-wrapper.order .popup {
		width: 600px;
		margin-top: -250px;
		margin-left: -300px;
	}
	.popup-holder .popup-wrapper.feedback .form-wrapper,
	.popup-holder .popup-wrapper.order .form-wrapper {
		max-width: none;
		padding: 1.5em 4em 2.5em;
	}
	.popup-holder .popup-wrapper.feedback .form-wrapper .fz54,
	.popup-holder .popup-wrapper.order .form-wrapper .fz54 {
		max-width: 315px;
	}
	.popup-holder .popup-wrapper.feedback .popup-close,
	.popup-holder .popup-wrapper.order .popup-close {
		margin: -285px -340px 0 0;
	}
}
@media (max-width: 700px), (max-height: 550px) {
	.popup-holder .popup-wrapper.feedback,
	.popup-holder .popup-wrapper.order {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		background-color: #fff;
	}
	.popup-holder .popup-wrapper.feedback .popup,
	.popup-holder .popup-wrapper.order .popup {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.popup-holder .popup-wrapper.feedback .form-wrapper,
	.popup-holder .popup-wrapper.order .form-wrapper {
		padding: 1.5em 3em;
	}
	.popup-holder .popup-wrapper.feedback .popup-close,
	.popup-holder .popup-wrapper.order .popup-close {
		position: absolute;
		top: 2.3em;
		right: 3em;
		margin: 0;
	}
	.popup-holder .popup-wrapper.feedback .popup-close:after,
	.popup-holder .popup-wrapper.feedback .popup-close:before,
	.popup-holder .popup-wrapper.order .popup-close:after,
	.popup-holder .popup-wrapper.order .popup-close:before {
		background-color: #000;
	}
}
@media (max-width: 500px) {
	.popup-holder .popup-wrapper.feedback .form-wrapper,
	.popup-holder .popup-wrapper.order .form-wrapper {
		padding: 1em 2em;
	}
	.popup-holder .popup-wrapper.feedback .form-wrapper .h4,
	.popup-holder .popup-wrapper.feedback .form-wrapper h4,
	.popup-holder .popup-wrapper.order .form-wrapper .h4,
	.popup-holder .popup-wrapper.order .form-wrapper h4 {
		padding-right: 40px;
	}
	.popup-holder .popup-wrapper.feedback .popup-close,
	.popup-holder .popup-wrapper.order .popup-close {
		top: 1.6em;
		right: 2em;
	}
}
.popup-holder .popup-wrapper.video {
	top: 40px;
	left: 40px;
	bottom: 40px;
	right: 40px;
	width: auto;
	height: auto;
}
.popup-holder .popup-wrapper.video .popup {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.popup-holder .popup-wrapper.video .popup iframe {
	width: 100%;
	height: 100%;
}
.popup-holder .popup-wrapper.video .popup-close {
	top: 8px;
	right: 8px;
}
@media (max-width: 850px), (max-height: 650px) {
	.popup-holder .popup-wrapper.video {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.popup-holder .popup-wrapper.video .popup-close {
		top: 0;
		right: 0;
		width: 20px;
		height: 20px;
	}
}
.popup-holder .popup-wrapper.review {
	top: 80px;
	left: 80px;
	bottom: 80px;
	right: 80px;
	width: auto;
	height: auto;
}
.popup-holder .popup-wrapper.review .popup {
	position: absolute;
	height: 100%;
	width: 900px;
	top: 0;
	left: 50%;
	margin-left: -450px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
	text-align: center;
}
.popup-holder .popup-wrapper.review .popup .review-wrapper {
	padding: 1.2em 2em;
	display: inline-block;
	text-align: left;
	background-color: #fff;
}
.popup-holder .popup-wrapper.review .popup .review-wrapper .h5,
.popup-holder .popup-wrapper.review .popup .review-wrapper h5 {
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}
@media (max-width: 1000px), (max-height: 550px) {
	.popup-holder .popup-wrapper.review .popup {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}
@media (max-width: 850px), (max-height: 650px) {
	.popup-holder .popup-wrapper.review {
		top: 20px;
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.popup-holder .popup-wrapper.review .popup-close {
		top: 0;
		right: 0;
		width: 20px;
		height: 20px;
	}
}
.popup-holder .popup-close {
	position: fixed;
	top: 32px;
	right: 32px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 70;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
		-webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.popup-holder .popup-close:after,
.popup-holder .popup-close:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: 0;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.popup-holder .popup-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popup-holder .popup-close:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.header-main {
	position: relative;
	color: #fff;
}
@media (max-width: 1350px) {
	.header-main {
		padding-top: 99px;
	}
}
@media (max-width: 700px) {
	.header-main {
		padding-top: 96px;
	}
}
.header-main.fixed {
	padding-top: 201px;
}
@media (max-width: 1350px) {
	.header-main.fixed {
		padding-top: 99px;
	}
}
@media (max-width: 700px) {
	.header-main.fixed {
		padding-top: 96px;
	}
}
.header-main.fixed .header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 1em 0;
	background-color: #999;
	background-color: rgba(153, 153, 153, 0.6);
	background-color: #3682c6;
	background-color: rgba(54, 130, 198, 0.9);
	z-index: 500;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
@media (max-width: 1350px) {
	.header-main.fixed .header-top {
		background-color: #3682c6;
		background-color: rgba(54, 130, 198, 0.9);
	}
}
.header-main.fixed .header-top .logo img {
	width: 70px;
}
.header-main.fixed .header-top .logo span {
	font-size: 1.25em;
}
.header-main.fixed .header-top .menu {
	padding-top: 26px;
}
@media (max-width: 1350px) {
	.header-main.fixed .header-top .menu {
		padding: 0;
	}
}
.header-main.fixed .header-top .header-callback {
	padding-top: 0;
}
@media (max-width: 1350px) {
	.header-main.fixed .header-top .header-callback {
		padding-top: 20px;
	}
}
.header-main .header-top {
	position: relative;
	padding: 2.94em 0;
	height: 106px;
	z-index: 2;
}
.header-main .header-top .logo {
	float: left;
	font-family: Roboto, sans-serif;
}
.header-main .header-top .logo a {
	color: #fff;
	text-decoration: none;
}
.header-main .header-top .logo img {
	vertical-align: middle;
	width: 106px;
	-webkit-transition: width 0.2s ease-out;
	-o-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
}
.header-main .header-top .logo div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
.header-main .header-top .logo span {
	display: block;
	font-size: 1.44em;
	line-height: 1.2em;
	-webkit-transition: font-size 0.2s ease-out;
	-o-transition: font-size 0.2s ease-out;
	transition: font-size 0.2s ease-out;
}
.header-main .header-top .logo span.light {
	font-weight: 300;
}
.header-main .header-top .logo span.normal {
	font-weight: 400;
}
.header-main .header-top .logo span.bold {
	font-weight: 700;
}
.header-main .header-top .menu {
	text-align: center;
	padding-top: 41px;
	padding-right: 150px;
	padding-left: 250px;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
.header-main .header-top .menu ul {
	list-style: none;
}
.header-main .header-top .menu ul li {
	display: inline-block;
	margin: 0 1.5em;
}
.header-main .header-top .menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.25em;
}
.header-main .header-top .header-callback {
	position: absolute;
	right: 100px;
	top: 0;
	text-align: center;
	padding-top: 20px;
	-webkit-transition: padding 0.2s ease-out;
	-o-transition: padding 0.2s ease-out;
	transition: padding 0.2s ease-out;
}
@media (max-width: 1400px) {
	.header-main .header-top .header-callback {
		right: 50px;
	}
}
.header-main .header-top .header-callback .callback-phone {
	font-size: 1.25em;
	margin: 0 0 0.5em 0;
}
.header-main .header-top .header-callback .callback-phone a {
	text-decoration: none;
	font-weight: 700;
	color: #fff;
}
.header-main .header-top .menu-init {
	display: none;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -7.5px;
	line-height: 0;
	margin-right: 0;
	margin-left: auto;
	width: 26px;
	z-index: 2000;
	cursor: pointer;
}
.header-main .header-top .menu-init i {
	display: block;
	width: 26px;
	height: 3px;
	margin-bottom: 3px;
	background-color: #fff;
	-webkit-transition: opacity 0.1s linear, width 0.2s ease-out, -webkit-transform 0.2s ease-out;
	transition: opacity 0.1s linear, width 0.2s ease-out, -webkit-transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out, opacity 0.1s linear, width 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.1s linear, width 0.2s ease-out;
	transition: transform 0.2s ease-out, opacity 0.1s linear, width 0.2s ease-out,
		-webkit-transform 0.2s ease-out;
}
.header-main .header-top .menu-init i.i1 {
	-webkit-transform-origin: 24.5px 50%;
	-ms-transform-origin: 24.5px 50%;
	transform-origin: 24.5px 50%;
}
.header-main .header-top .menu-init i.i3 {
	-webkit-transform-origin: 24.5px 50%;
	-ms-transform-origin: 24.5px 50%;
	transform-origin: 24.5px 50%;
	margin-bottom: 0;
}
.header-main .header-top .menu-init:hover .i1 {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}
.header-main .header-top .menu-init:hover .i3 {
	-webkit-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
}
.header-main .header-top .menu-init.active i {
	width: 28px;
}
.header-main .header-top .menu-init.active .i1 {
	-webkit-transform: translate(-4px, -1.5px) rotate(-45deg);
	-ms-transform: translate(-4px, -1.5px) rotate(-45deg);
	transform: translate(-4px, -1.5px) rotate(-45deg);
}
.header-main .header-top .menu-init.active .i2 {
	-webkit-transform: translatex(25px);
	-ms-transform: translatex(25px);
	transform: translatex(25px);
	opacity: 0;
}
.header-main .header-top .menu-init.active .i3 {
	-webkit-transform: translate(-4px, 1.5px) rotate(45deg);
	-ms-transform: translate(-4px, 1.5px) rotate(45deg);
	transform: translate(-4px, 1.5px) rotate(45deg);
}
@media (max-width: 1350px) {
	.header-main .header-top {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding: 1em 0;
		background-color: #3682c6;
		background-color: rgba(54, 130, 198, 0.9);
		z-index: 500;
	}
	.header-main .header-top .logo {
		float: none;
	}
	.header-main .header-top .logo img {
		width: 70px;
	}
	.header-main .header-top .logo span {
		font-size: 1.25em;
	}
	.header-main .header-top .menu-init {
		display: block;
	}
	.header-main .header-top .adp-menu {
		position: fixed;
		width: 100%;
		height: auto;
		left: 0;
		top: -100%;
		background-color: #3682c6;
		z-index: 1000;
		padding: 50px;
		padding-right: 100px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: top 0.2s ease-out;
		-o-transition: top 0.2s ease-out;
		transition: top 0.2s ease-out;
	}
	.header-main .header-top .adp-menu.active {
		top: 0;
	}
	.header-main .header-top .menu {
		text-align: left;
		padding: 0;
	}
	.header-main .header-top .menu ul li {
		font-size: 1.25em;
		margin: 0 1em 1em 0;
	}
	.header-main .header-top .header-callback {
		position: static;
		text-align: left;
	}
	.header-main .header-top .header-callback .callback-phone {
		font-size: 2em;
		margin-bottom: 0.5em;
	}
	.header-main .header-top .header-callback .callback-phone a {
		font-weight: 400;
	}
}
@media (max-width: 700px) {
	.header-main .header-top .menu-init {
		right: 20px;
	}
	.header-main .header-top .adp-menu {
		padding: 35px 20px;
	}
	.header-main .header-top .menu ul li {
		display: block;
		font-size: 1.5em;
		margin: 0 0 1em 0;
	}
}
.header-main .intro,
.header-main .intro video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header-main .intro {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(/img_content/header-bg.jpg) 50% 0 #3682c6 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.header-main .intro .bg,
.header-main .intro video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header-main .intro .bg {
	background: #3682c6;
	opacity: 0.88;
	z-index: 2;
}
.header-main .header-middle {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
	padding: 3em 0;
	z-index: 2;
}
.header-main .header-middle .h1,
.header-main .header-middle h1 {
	text-align: center;
	margin-bottom: 1em;
	font-weight: 500;
}
.header-main .header-middle .header-advantages {
	margin: 5em auto 6em;
	max-width: 1200px;
}
.header-main .header-middle .header-advantages dl {
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	width: 18%;
}
.header-main .header-middle .header-advantages dl:nth-child(4) {
	width: 28%;
}
.header-main .header-middle .header-advantages dl dt {
	font-size: 4.38em;
}
.header-main .header-middle .header-advantages dl dd {
	font-size: 1.12em;
}
.header-main .header-middle .button-holder {
	margin: 4em 0;
	text-align: center;
}
@media (max-width: 1350px) {
	.header-main .header-middle .header-advantages {
		margin: 4em 0 2em 0;
		text-align: center;
	}
	.header-main .header-middle .header-advantages dl {
		width: 33.3%;
		text-align: center;
		margin-bottom: 4em;
	}
	.header-main .header-middle .header-advantages dl:nth-child(4) {
		width: 33.3%;
	}
	.header-main .header-middle .header-advantages dl dt {
		text-align: center;
	}
	.header-main .header-middle .header-advantages dl dd {
		text-align: center;
		max-width: 220px;
		margin: 0 auto;
	}
	.header-main .header-middle .button-holder {
		margin: 2em 0;
	}
}
@media (max-width: 700px) {
	.header-main .header-middle .header-advantages {
		margin: 4em 0 2em 0;
	}
	.header-main .header-middle .header-advantages dl {
		width: 20%;
		text-align: left;
		margin-right: 2.3em;
		font-size: 0.9em;
	}
	.header-main .header-middle .header-advantages dl:nth-child(4) {
		width: 30%;
	}
	.header-main .header-middle .header-advantages dl dt {
		font-size: 3em;
	}
	.header-main .header-middle .header-advantages dl dd {
		max-width: 100px;
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.header-main .header-middle .header-advantages {
		margin: 4em auto 2em;
	}
	.header-main .header-middle .header-advantages dl {
		width: 33%;
		margin-right: 0;
	}
	.header-main .header-middle .header-advantages dl:nth-child(4) {
		width: 50%;
	}
	.header-main .header-middle .header-advantages dl dd {
		max-width: 100%;
		margin: 0;
	}
}
.footer-main {
	padding: 2em 0 4em 0;
	height: 106px;
	line-height: 106px;
}
.footer-main .footer-logo {
	float: left;
	font-family: Roboto, sans-serif;
}
.footer-main .footer-logo a {
	color: #000;
	text-decoration: none;
}
.footer-main .footer-logo img {
	vertical-align: middle;
	width: 106px;
}
.footer-main .footer-logo div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1em;
}
.footer-main .footer-logo span {
	display: block;
	font-size: 1.44em;
	line-height: 1.2em;
}
.footer-main .footer-logo span.light {
	font-weight: 300;
}
.footer-main .footer-logo span.normal {
	font-weight: 400;
}
.footer-main .footer-logo span.bold {
	font-weight: 700;
}
.footer-main .footer-contacts {
	margin: 0 auto;
	text-align: center;
	padding-right: 250px;
}
.footer-main .footer-contacts .footer-contact {
	display: inline-block;
	vertical-align: middle;
	width: 230px;
	text-align: left;
	font-size: 1.25em;
	line-height: 1.4em;
	margin: 0 2em;
}
.footer-main .footer-contacts .footer-contact a {
	text-decoration: none;
	white-space: nowrap;
}
.footer-main .footer-politic {
	position: absolute;
	right: 100px;
	top: 50%;
	margin-top: -1em;
	line-height: 1.4em;
	color: #999;
}
.footer-main .footer-politic a {
	color: #e6e6e6;
}
.footer-main .footer-politic a span {
	color: #999;
}
.footer-main .footer-politic a:hover {
	color: #f99;
}
.footer-main .footer-politic a:hover span {
	color: red;
}
@media (max-width: 1200px) {
	.footer-main {
		padding: 0 0 2em 0;
		height: auto;
		line-height: normal;
	}
	.footer-main .footer-logo {
		float: none;
		margin: 0 0 2em 0;
		display: none;
	}
	.footer-main .footer-contacts {
		margin: 0;
		text-align: left;
	}
	.footer-main .footer-contacts .footer-contact {
		margin: 0 2em 0 0;
	}
	.footer-main .footer-politic {
		top: auto;
		bottom: 0;
		margin: 0;
		height: auto;
		line-height: normal;
	}
}
@media (max-width: 850px) {
	.footer-main .footer-contacts {
		padding-right: 0;
	}
	.footer-main .footer-contacts .footer-contact {
		width: 50%;
		margin-right: 0;
	}
	.footer-main .footer-politic {
		position: static;
		margin-top: 1em;
	}
}
@media (max-width: 650px) {
	.footer-main .footer-contacts {
		padding-right: 0;
	}
	.footer-main .footer-contacts .footer-contact {
		display: block;
		width: auto;
		margin-right: 0;
		margin-bottom: 1em;
	}
	.footer-main .footer-contacts .footer-contact a {
		margin-right: 1em;
	}
}
.advantages .advantages-list {
	max-width: 1400px;
	margin: 0 auto;
}
.advantages .advantages-list .advantages-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 3.5em;
}
.advantages .advantages-list .advantages-item:nth-child(3n-1) {
	text-align: center;
}
.advantages .advantages-list .advantages-item:nth-child(3n) {
	text-align: right;
}
.advantages dl {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	max-width: 320px;
}
.advantages dl dt {
	position: absolute;
	top: 0;
	left: 0;
}
.advantages dl dd {
	margin-left: 130px;
	min-height: 100px;
	line-height: 100px;
}
.advantages dl dd span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
@media (max-width: 1200px) {
	.advantages .advantages-list .advantages-item {
		width: 50%;
		margin-bottom: 2em;
		text-align: center;
	}
	.advantages .advantages-list .advantages-item:nth-child(3n-1) {
		text-align: center;
	}
	.advantages .advantages-list .advantages-item:nth-child(3n) {
		text-align: center;
	}
}
@media (max-width: 800px) {
	.advantages dl dt {
		position: static;
		text-align: center;
	}
	.advantages dl dd {
		margin-left: 0;
		text-align: center;
		min-height: 0;
		line-height: normal;
		margin: 1em auto;
		width: 90%;
		font-size: 1.2em;
	}
}
@media (max-width: 500px) {
	.advantages dl dd {
		font-size: 1.1em;
	}
}
.promo-banner {
	position: relative;
	padding: 0;
	margin: 0;
	background-color: #00b6f5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.promo-banner .promo-img {
	width: 40%;
}
.promo-banner .promo-img .wrapper {
	padding-left: 0;
}
.promo-banner .promo-text {
	position: relative;
	padding: 4em 0 6em;
	width: 60%;
	color: #fff;
	font-size: 1.5em;
	line-height: normal;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.promo-banner .promo-text p {
	margin-bottom: 0.5em;
}
.promo-banner .promo-text .logos {
	margin: 1em 0 0 0;
}
.promo-banner .promo-text .logos img {
	vertical-align: middle;
	margin: 0.5em 0;
	margin-right: 1em;
}
@media (max-width: 1200px) {
	.promo-banner .promo-text {
		padding: 3em 0;
		font-size: 1.2em;
	}
}
@media (max-width: 1000px) {
	.promo-banner {
		display: block;
	}
	.promo-banner .promo-img {
		width: auto;
		text-align: center;
		padding-bottom: 2em;
	}
	.promo-banner .promo-img img {
		width: 500px;
		max-width: 100%;
	}
	.promo-banner .promo-text {
		width: auto;
	}
}
.video .video-container {
	position: relative;
	height: 0;
	padding-bottom: 30%;
	overflow: hidden;
	-webkit-transition: padding-bottom 0.4s ease-out;
	-o-transition: padding-bottom 0.4s ease-out;
	transition: padding-bottom 0.4s ease-out;
}
@media (max-width: 1400px) {
	.video .video-container {
		padding-bottom: 40%;
	}
}
@media (max-width: 600px) {
	.video .video-container {
		padding-bottom: 56.25%;
	}
}
.video .video-container.played {
	padding-bottom: 56.25%;
}
.video .video-container.played .play {
	top: 130%;
}
.video .video-container .bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url(/img_content/video-bg.jpg) #3682c6 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.video .video-container .bg iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.video .video-container .play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -150px;
	width: 300px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	line-height: normal;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: top 0.3s ease-out;
	-o-transition: top 0.3s ease-out;
	transition: top 0.3s ease-out;
	white-space: nowrap;
}
.video .video-container .play .play-ico-holder {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #3682c6;
	margin-right: 1em;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.video .video-container .play .play-ico-holder i {
	vertical-align: middle;
	font-size: 40px;
	padding: 20px 18px 20px 22px;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	transition: -webkit-transform 0.2s ease-out;
	-o-transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
@media (max-width: 500px) {
	.video .video-container .play .play-ico-holder {
		display: block;
		margin: 0 auto 0.5em;
		width: 60px;
		height: 60px;
	}
	.video .video-container .play .play-ico-holder i {
		font-size: 30px;
		padding: 15px 14px 15px 16px;
	}
}
.video .video-container .play span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	max-width: 250px;
	font-size: 0.9em;
}
.video .video-container .play:hover .play-ico-holder {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.video .video-container .play:hover .play-ico-holder i {
	-webkit-transform: scale(0.90909);
	-ms-transform: scale(0.90909);
	transform: scale(0.90909);
}
.packs .packs-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1800px;
}
.packs .packs-links .packs-link {
	display: inline-block;
	vertical-align: bottom;
	width: 25%;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
.packs .packs-links .packs-link .packs-link-wrap {
	padding: 2em 100px;
}
.packs .packs-links .packs-link .packs-link-wrap .pack-name {
	font-size: 2.5em;
	margin-bottom: 0.5em;
	line-height: normal;
}
.packs .packs-links .packs-link .packs-link-wrap .pack-cost {
	font-size: 1.56em;
	line-height: normal;
	margin-bottom: 1em;
}
.packs .packs-links .packs-link .packs-link-wrap .pack-short-desc {
	font-size: 0.94em;
	line-height: normal;
	color: #999;
}
.packs .packs-links .packs-link:hover {
	background-color: rgba(237, 236, 236, 0.8);
}
.packs .packs-links .packs-link.active {
	background-color: #edecec;
	cursor: default;
}
.packs .packs-links .packs-link.active.member-pack {
	background-color: #cae2f6;
}
@media (max-width: 1400px) {
	.packs .packs-links .packs-link .packs-link-wrap {
		padding: 2em 50px;
	}
}
@media (max-width: 1250px) {
	.packs .packs-links {
		display: block;
	}
	.packs .packs-links .packs-link {
		display: block;
		width: auto;
	}
}
@media (max-width: 700px) {
	.packs .packs-links .packs-link .packs-link-wrap {
		padding: 2em 20px;
	}
}
.packs .packs-content {
	padding: 3em 0 2em 0;
	background-color: #edecec;
}
.packs .packs-content.member-pack {
	background-color: #cae2f6;
}
.packs .packs-content .pack-adv {
	margin: 3.5em 0;
}
.packs .packs-content .pack-adv dl {
	display: inline-block;
	vertical-align: top;
	width: 19%;
}
.packs .packs-content .pack-adv dl dt {
	font-size: 2.5em;
	margin-bottom: 0.25em;
	line-height: normal;
}
.packs .packs-content .pack-adv dl dd {
	font-size: 1.12em;
	line-height: 1.1em;
	max-width: 220px;
	color: #999;
}
@media (max-width: 1200px) {
	.packs .packs-content .pack-adv dl {
		width: 33%;
		margin-bottom: 1.5em;
	}
}
@media (max-width: 800px) {
	.packs .packs-content .pack-adv dl {
		width: 47%;
		margin-right: 3%;
		margin-bottom: 2em;
	}
	.packs .packs-content .pack-adv dl dt {
		font-size: 2em;
	}
}
.packs .packs-content .pack-slider {
	position: relative;
}
.packs .packs-content .pack-slider .pack-slider-header {
	padding-right: 60px;
}
@media (max-width: 700px) {
	.packs .packs-content .pack-slider .pack-slider-header {
		padding-top: 4px;
	}
}
.packs .packs-content .pack-slider .pack-slider-controls {
	position: absolute;
	top: 0;
	right: 0;
}
.packs .packs-content .pack-slider .pack-slider-controls .next,
.packs .packs-content .pack-slider .pack-slider-controls .prev {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	opacity: 0.33;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.packs .packs-content .pack-slider .pack-slider-controls .next:hover,
.packs .packs-content .pack-slider .pack-slider-controls .prev:hover {
	opacity: 1;
}
.packs .packs-content .pack-slider .slider-wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.packs .packs-content .pack-slider .slider-wrapper .slide {
	position: relative;
	width: 24%;
	min-width: 24%;
	margin-right: 1.3333%;
	background-color: #fff;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .img {
	position: relative;
	height: 0;
	padding-bottom: 56%;
	background-color: #d5d5d5;
	text-align: center;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .img img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap {
	padding: 2em 2.25em;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap.with-video {
	padding-bottom: 5em;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap .name {
	font-size: 1.2em;
	line-height: normal;
	margin-bottom: 1em;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap .cost {
	font-size: 1.56em;
	line-height: normal;
	color: #999;
	margin-bottom: 0.5em;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap .video-link {
	position: absolute;
	bottom: 2em;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap .video-link a {
	text-decoration: none;
	color: #000;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap .video-link a:hover {
	color: red;
}
.packs
	.packs-content
	.pack-slider
	.slider-wrapper
	.slide
	.text
	.wrap
	.video-link
	a
	.play-ico-holder {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #3682c6;
	margin-right: 0.5em;
}
.packs
	.packs-content
	.pack-slider
	.slider-wrapper
	.slide
	.text
	.wrap
	.video-link
	a
	.play-ico-holder
	i {
	vertical-align: middle;
	color: #fff;
}
.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap .video-link a .txt {
	vertical-align: middle;
}
@media (max-width: 1200px) {
	.packs .packs-content .pack-slider .slider-wrapper .slide {
		width: 32%;
		min-width: 32%;
	}
}
@media (max-width: 850px) {
	.packs .packs-content .pack-slider .slider-wrapper .slide .text .wrap {
		padding: 1.25em 1.5em;
	}
}
@media (max-width: 800px) {
	.packs .packs-content .pack-slider .slider-wrapper .slide {
		width: 50%;
		min-width: 50%;
	}
}
@media (max-width: 500px) {
	.packs .packs-content .pack-slider .slider-wrapper .slide {
		width: 100%;
		min-width: 100%;
	}
}
.packs .packs-content .pack-sub-info {
	margin: 1em 0;
	font-size: 0.9em;
	color: #999;
}
.packs .packs-content .pack-text .pack-text-block {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-bottom: 2em;
}
@media (max-width: 900px) {
	.packs .packs-content .pack-text .pack-text-block {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.packs .packs-content .pack-text .pack-text-block {
		width: 100%;
	}
}
.packs .packs-content .pack-text .pack-text-block .pack-text-wrapper {
	max-width: 400px;
	margin-right: 2em;
}
.packs .packs-content .pack-text .pack-text-block .h4,
.packs .packs-content .pack-text .pack-text-block h4 {
	margin-bottom: 0.5em;
}
.packs .packs-content .button-holder {
	text-align: center;
	margin: 3em 0;
}
.brand {
	border-bottom: 1px solid #ddd;
}
.brand .about-brand {
	position: relative;
	max-width: 66%;
	margin: 0 auto;
}
.brand .about-brand .about-brand-text {
	position: relative;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-right: 450px;
}
.brand .about-brand .about-brand-text .h4,
.brand .about-brand .about-brand-text h4 {
	font-size: 3.12em;
	line-height: normal;
	margin-bottom: 0.5em;
}
.brand .about-brand .about-brand-text p {
	font-size: 1.12em;
	line-height: 1.4em;
	color: #444;
	margin-bottom: 1em;
}
.brand .about-brand .about-brand-text .about-brand-logo {
	position: absolute;
	top: 0;
	right: 0;
}
.brand .about-brand .about-brand-text .about-brand-price {
	font-size: 2.5em;
	line-height: normal;
	font-weight: 700;
	margin: 0.5em 0;
}
@media (max-width: 1200px) {
	.brand .about-brand {
		max-width: none;
	}
	.brand .about-brand .about-brand-text {
		padding-right: 300px;
	}
	.brand .about-brand .about-brand-text .h4,
	.brand .about-brand .about-brand-text h4 {
		font-size: 2.6em;
		margin-bottom: 1em;
	}
}
@media (max-width: 600px) {
	.brand .about-brand .about-brand-text {
		padding-right: 0;
		text-align: center;
	}
	.brand .about-brand .about-brand-text .h4,
	.brand .about-brand .about-brand-text h4 {
		font-size: 2em;
	}
	.brand .about-brand .about-brand-text .about-brand-logo {
		position: static;
	}
	.brand .about-brand .about-brand-text .about-brand-logo img {
		height: 200px;
	}
}
.brand .about-brand-column-text {
	margin: 6em auto;
}
.brand .about-brand-column-text h4 {
	margin-bottom: 0.5em;
}
.brand .about-brand-column-text p {
	font-size: 1.12em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
.brand .about-brand-column-text .about-brand-column-1 {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 14%;
}
.brand .about-brand-column-text .about-brand-column-2 {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-right: 12%;
}
.brand .about-brand-column-text .about-brand-column-3 {
	display: inline-block;
	vertical-align: top;
	width: 23%;
}
@media (max-width: 1200px) {
	.brand .about-brand-column-text .about-brand-column-1,
	.brand .about-brand-column-text .about-brand-column-2,
	.brand .about-brand-column-text .about-brand-column-3 {
		width: 45%;
		margin-right: 4%;
		margin-bottom: 5%;
	}
}
@media (max-width: 600px) {
	.brand .about-brand-column-text .about-brand-column-1,
	.brand .about-brand-column-text .about-brand-column-2,
	.brand .about-brand-column-text .about-brand-column-3 {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2.5em;
	}
}
.you-get .tiles {
	max-width: 1400px;
	margin: 0 auto;
}
.you-get .tiles .tile {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.you-get .tiles .tile .tile-item {
	position: relative;
	overflow: hidden;
	background-color: #edecec;
	height: 280px;
	line-height: 280px;
	margin: 10px;
}
.you-get .tiles .tile .tile-item .img {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	text-align: right;
	overflow: hidden;
}
.you-get .tiles .tile .tile-item .img img {
	vertical-align: middle;
	max-width: none;
	max-height: 100%;
}
.you-get .tiles .tile .tile-item .text {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding: 2.5em 2.7em;
	width: 60%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
}
.you-get .tiles .tile .tile-item .text .name {
	font-size: 1.66em;
	line-height: 1.07em;
	font-weight: 700;
	margin-bottom: 0.25em;
}
.you-get .tiles .tile .tile-item .text ol,
.you-get .tiles .tile .tile-item .text p,
.you-get .tiles .tile .tile-item .text ul {
	font-size: 1.12em;
	margin: 1.5em 0;
	line-height: normal;
	color: #999;
}
.you-get .tiles .tile .tile-item .text ol:last-child,
.you-get .tiles .tile .tile-item .text p:last-child,
.you-get .tiles .tile .tile-item .text ul:last-child {
	margin-bottom: 0;
}
.you-get .tiles .tile .tile-item .text ol {
	padding-left: 1em;
}
.you-get .tiles .tile .tile-item .video {
	height: 100%;
}
.you-get .tiles .tile .tile-item .video .video-container {
	padding-bottom: 0;
	height: 100%;
}
.you-get .tiles .tile .tile-item .video .video-container .bg .noise {
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.you-get .tiles .tile .tile-item .hover-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3682c6;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 2;
}
.you-get .tiles .tile .tile-item .hover-block .hover-block-text {
	display: inline-block;
	vertical-align: bottom;
	line-height: normal;
	padding: 2.5em 2.7em;
	color: #fff;
}
.you-get .tiles .tile .tile-item .hover-block .hover-block-text p {
	margin: 1em 0 0 0;
}
.you-get .tiles .tile .tile-item .hover-block .hover-block-text .toggle-link {
	margin-bottom: 1em;
	font-size: 1.2em;
}
.you-get .tiles .tile .tile-item .hover-block .hover-block-text .toggle-link .dt {
	display: inline;
	color: #fff;
	border-bottom-width: 2px;
}
.you-get .tiles .tile .tile-item .hover-block .hover-block-text .toggle-link .dt span {
	color: #fff;
}
.you-get .tiles .tile .tile-item:hover .hover-block {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.you-get .tiles .tile .tile-item.x2h {
	height: 580px;
}
.you-get .tiles .tile .tile-item.x2h .img {
	position: static;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	padding: 2.5em 2.7em;
	padding-bottom: 1em;
	text-align: left;
	line-height: 0;
}
.you-get .tiles .tile .tile-item.x2h .text {
	width: 100%;
}
.you-get .tiles .tile .tile-item.x2h .text .name {
	width: 100%;
}
.you-get .tiles .tile .tile-item.x2h .hover-block .hover-block-text {
	vertical-align: top;
}
.you-get .tiles .tile .tile-item.x2h .hover-block .hover-block-text p {
	margin: -0.5em 0 2em 0;
}
.you-get .tiles .tile .tile-item:nth-child(2) {
	margin-top: 20px;
}
.you-get .tiles .tile.x2w {
	width: 100%;
}
@media (max-width: 1000px) {
	.you-get .tiles .tile {
		width: 100%;
	}
	.you-get .tiles .tile .tile-item.x2h {
		height: auto;
	}
	.you-get .tiles .tile .tile-item.x2h .video {
		height: 280px;
	}
	.you-get .tiles .tile .tile-item.x2h .img {
		text-align: center;
	}
	.you-get .tiles .tile .tile-item.x2h .img img {
		max-width: 100%;
	}
}
@media (max-width: 600px) {
	.you-get .tiles .tile .tile-item {
		height: auto;
		line-height: 200px;
		min-height: 200px;
	}
	.you-get .tiles .tile .tile-item .text {
		width: auto;
		padding: 1em 2em;
	}
	.you-get .tiles .tile .tile-item .text .name {
		font-size: 1.6em;
		width: 50%;
	}
	.you-get .tiles .tile .tile-item .hover-block {
		position: static;
		height: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		line-height: normal;
	}
	.you-get .tiles .tile .tile-item .hover-block .hover-block-text {
		padding: 1em 2em;
	}
}
@media (max-width: 400px) {
	.you-get .tiles .tile .tile-item {
		line-height: normal;
	}
	.you-get .tiles .tile .tile-item .text {
		width: 100%;
	}
	.you-get .tiles .tile .tile-item .text .name {
		width: 100%;
	}
	.you-get .tiles .tile .tile-item .img {
		display: none;
	}
}
.scheme-map {
	border-bottom: 1px solid #ddd;
}
.scheme-map header {
	padding-bottom: 0;
}
.scheme-map .graph-map-holder {
	position: relative;
	max-width: 1174px;
	margin: 0 auto;
}
.scheme-map .graph-map-holder img {
	max-width: 100%;
}
.scheme-map .graph-map-holder .graph-map-marker {
	position: absolute;
}
.scheme-map .graph-map-holder .graph-map-marker .amount {
	position: relative;
	font-size: 0.88em;
	width: 1.64em;
	height: 1.64em;
	line-height: 1.64em;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #3682c6;
	color: #fff;
	z-index: 2;
	cursor: pointer;
}
.scheme-map .graph-map-holder .graph-map-marker .text {
	position: absolute;
	top: -1.25em;
	left: -1.44em;
	background-color: #fff;
	padding: 1.25em 2em 1.25em 3.44em;
	z-index: 1;
	min-width: 163px;
	-webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.16);
}
.scheme-map .graph-map-holder .graph-map-marker .text .name {
	font-size: 1.25em;
	line-height: normal;
	margin-bottom: 0.5em;
}
.scheme-map .graph-map-holder .graph-map-marker .text .img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 1em 0;
	overflow: hidden;
}
.scheme-map .graph-map-holder .graph-map-marker .text p {
	font-size: 0.88em;
	color: #999;
}
.scheme-map .graph-map-holder .graph-map-marker.active {
	z-index: 3;
}
.scheme-map .button-holder {
	text-align: center;
	margin: 2em 0;
}
.about header {
	max-width: 1200px;
	margin: 0 auto;
}
.about .company-block-holder {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.about .company-block-holder .company-block {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	background-color: #edecec;
	padding: 4em 0 8em;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
@media (max-width: 1200px) {
	.about .company-block-holder .company-block {
		padding: 2em 0 4em;
	}
}
@media (max-width: 600px) {
	.about .company-block-holder .company-block {
		padding: 1em 0 2em;
	}
}
.about .company-block-holder .company-block .logo {
	margin-bottom: 1em;
}
.about .company-block-holder .company-block .logo svg {
	max-width: 163px;
	-webkit-transition: fill 0.3s ease-out;
	-o-transition: fill 0.3s ease-out;
	transition: fill 0.3s ease-out;
	fill: #000;
}
.about .company-block-holder .company-block .name {
	color: #000;
	font-size: 1.88em;
	line-height: normal;
	font-weight: 700;
	margin-bottom: 0.8em;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.about .company-block-holder .company-block .text {
	color: #000;
	-webkit-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.about .company-block-holder .company-block .text p {
	font-size: 1.12em;
	line-height: 1.55em;
	margin-bottom: 1em;
}
.about .company-block-holder .company-block.hover {
	background-color: #3682c6;
}
.about .company-block-holder .company-block.hover .logo svg {
	fill: #fff;
}
.about .company-block-holder .company-block.hover .name,
.about .company-block-holder .company-block.hover .text {
	color: #fff;
}
.about .company-block-holder .company-block.hover a {
	color: #fff;
}
.about .company-block-holder .company-block.hover a:hover {
	text-decoration: none;
}
@media (max-width: 600px) {
	.about .company-block-holder {
		display: block;
	}
	.about .company-block-holder .company-block {
		display: block;
		width: auto;
	}
}
.reviews header {
	padding-bottom: 0;
}
.reviews .reviews-list {
	margin: 2em -20px;
	text-align: left;
	text-align: center;
}
.reviews .reviews-list .reviews-item {
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-bottom: 17%;
}
.reviews .reviews-list .reviews-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 20px 20px 40px 20px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.reviews .reviews-list .reviews-item a:hover .bg {
	-webkit-box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 24px 32px 0 rgba(0, 0, 0, 0.31);
}
.reviews .reviews-list .reviews-item .review-popup-text {
	display: none;
}
.reviews .reviews-list .reviews-item .bg {
	position: relative;
	display: block;
	height: 100%;
	-webkit-transition: -webkit-box-shadow 0.2s ease-out;
	transition: -webkit-box-shadow 0.2s ease-out;
	-o-transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out;
	transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}
.reviews .reviews-list .reviews-item .bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}
.reviews .reviews-list .reviews-item .text-holder {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.reviews .reviews-list .reviews-item .text-holder .play-ico-holder {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-color: #3682c6;
	color: #fff;
	margin-right: 1em;
}
.reviews .reviews-list .reviews-item .text-holder .play-ico-holder i {
	vertical-align: middle;
}
.reviews .reviews-list .reviews-item .text-holder .text {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.reviews .reviews-list .reviews-item .text-holder .text .name {
	display: block;
	font-size: 1.25em;
	line-height: normal;
	font-weight: 700;
	color: #000;
	text-shadow: 0 0 10px #fff;
}
.reviews .reviews-list .reviews-item .text-holder .text .city {
	display: block;
	font-size: 0.94em;
	line-height: normal;
	color: #eee;
}
.reviews .reviews-list .reviews-item .text-holder .text.light .name {
	text-shadow: 0 0 10px #000;
	color: #fff;
}
.reviews .reviews-list .reviews-item .button {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.reviews .reviews-list .show-more {
	margin: 2em 0 0 0;
	text-align: center;
}
.reviews .reviews-list .show-more a {
	font-size: 1.12em;
	color: #999;
}
.reviews .reviews-list .show-more a span {
	color: #999;
	top: 0;
}
.reviews .reviews-list .show-more a:hover {
	color: red;
}
.reviews .reviews-list .show-more a:hover span {
	color: red;
}
@media (max-width: 1200px) {
	.reviews .reviews-list .reviews-item {
		width: 49%;
		padding-bottom: 34%;
	}
}
@media (max-width: 600px) {
	.reviews .reviews-list .reviews-item {
		width: 100%;
		padding-bottom: 68%;
	}
	.reviews .reviews-list .reviews-item a {
		padding: 10px 20px;
	}
}
@media (max-width: 400px) {
	.reviews .reviews-list .reviews-item .text-holder {
		left: 20px;
		bottom: 20px;
	}
	.reviews .reviews-list .reviews-item .button {
		right: 20px;
		bottom: 20px;
	}
}
.you-need header {
	padding: 1em 0;
}
.you-need ol {
	margin: 1em 0 3em 0;
	list-style: none;
	counter-reset: list;
}
.you-need ol li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 19%;
	margin-right: 6.66%;
	min-height: 4em;
	line-height: 4em;
	padding-left: 3em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.12em;
	color: #555;
}
.you-need ol li:last-child {
	margin-right: 0;
}
.you-need ol li:before {
	position: absolute;
	top: 50%;
	left: 0;
	counter-increment: list;
	content: counter(list);
	font-size: 3.89em;
	line-height: 1em;
	margin-top: -0.5em;
	color: #000;
	opacity: 0.22;
}
.you-need ol li span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
@media (max-width: 1000px) {
	.you-need ol li {
		width: 45%;
		margin-right: 5%;
		margin-bottom: 2em;
	}
	.you-need ol li:last-child {
		margin-right: inherit;
	}
}
@media (max-width: 500px) {
	.you-need ol li {
		display: block;
		width: auto;
		margin-right: 0;
		margin-bottom: 2em;
	}
	.you-need ol li:last-child {
		margin-right: inherit;
	}
}
.callback .wrapper {
	overflow: hidden;
}
.callback .callback_holder {
	color: #fff;
	background-color: #3682c6;
	padding: 4em 6em;
	text-align: center;
}
.callback .callback_holder h3 {
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 1em;
}
.callback .callback_holder form {
	margin: 1em 0;
	height: 162px;
}
.callback .callback_holder input {
	margin: 10px 0.7em;
	width: 22%;
	vertical-align: top;
	color: #fff;
}
.callback .callback_holder button {
	margin: 10px 0.4em;
	vertical-align: top;
}
.callback .callback_holder a {
	color: #fff;
}
.callback .callback_holder a span {
	color: #fff;
}
.callback .callback_holder a:hover {
	color: transparent;
}
.callback .callback_holder a:hover span {
	color: #f37b30;
}
.callback .callback_holder .status {
	font-size: 1.5em;
}
.callback .callback_holder .status.error {
	color: #f37b30;
}
.callback .callback_holder .status.success {
	color: #fff;
}
.callback .callback_holder.sended form {
	-webkit-transition: 0.4s height 0.4s ease-out,
		-webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition: 0.4s height 0.4s ease-out,
		-webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-o-transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045), 0.4s height 0.4s ease-out;
	transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045), 0.4s height 0.4s ease-out;
	transition: transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045), 0.4s height 0.4s ease-out,
		-webkit-transform 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
	-webkit-transform: translateX(120%);
	-ms-transform: translateX(120%);
	transform: translateX(120%);
	height: 0;
}
@media (max-width: 1200px) {
	.callback .callback_holder form {
		margin: 2em 0 0 0;
		height: auto;
	}
	.callback .callback_holder input {
		display: block;
		margin: 1em auto;
		width: 100%;
	}
}
@media (max-width: 600px) {
	.callback .callback_holder {
		padding: 2em 3em;
	}
	.callback .callback_holder input {
		min-width: 100%;
	}
}
@media (max-width: 600px) {
	.callback .callback_holder {
		padding: 2em;
	}
}

.header-main .header-middle .header-advantages dl.two-rows dt::before {
	content: 'более';
	font-size: 1.5rem;
	margin-right: 0.875rem;
	margin-left: -2rem;
	vertical-align: middle;
}

.header-main .header-middle .header-advantages {
	display: flex;
}
.header-main .header-middle .header-advantages dl:first-child {
	margin-left: auto;
}
.header-main .header-middle .header-advantages dl:last-child {
	margin-right: auto;
}
/*# sourceMappingURL=project.css.map */
