@font-face {
	font-family: "IntroRegular";
	src: url(../fonts/IntroRegular/IntroRegular.eot);
	src: url(../fonts/IntroRegular/IntroRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/IntroRegular/IntroRegular.woff) format("woff"), url(../fonts/IntroRegular/IntroRegular.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "IntroInline";
	src: url(../fonts/IntroInline/IntroInline.eot);
	src: url(../fonts/IntroInline/IntroInline.eot?#iefix) format("embedded-opentype"), url(../fonts/IntroInline/IntroInline.woff) format("woff"), url(../fonts/IntroInline/IntroInline.ttf) format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

.politics {
	font-size: 12px;
	color: gray;
	padding-left: 3.375em;
	padding-right: 3.375em;
	padding-bottom: 1.5625em
}

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

.col-xs-1-5 {
	width: 20%;
	float: left
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left
	}
}

html {
	font-size: 16px
}

body {
	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	color: #000
}

h1 {
	font-size: 3.125em;
	font-weight: 700;
	color: #fff;
	padding: 3.125rem 0
}

h3 {
	font-size: 2.125em;
	font-weight: 700
}

h4 {
	font-size: 1.5em;
	font-weight: 700
}

.container-fluid {
	padding: 0
}

.container-fluid .row {
	margin: 0 0 0 -15px
}

.logo {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.logo-img {
	display: inline-block
}

.logo-descr {
	display: inline-block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	padding: 0 1em;
	color: #34496c
}

.logo-descr__lightbg {
	background: #f2f6f9;
	color: #000
}

.menu {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
	padding: 2.2em 0
}

.menu-left {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	-ms-grid-row-align: stretch;
	align-items: stretch;
	padding: 2.6em 0 0
}

@media (max-width: 1200px) {
	.menu-left {
		padding: 10px
	}
}

.menu-link {
	display: block;
	font-size: .938em;
	text-transform: uppercase;
	font-weight: 700;
	color: #000
}

.menu-link:hover {
	color: #000
}

.topTel {
	padding: 1.5em 0;
	text-align: right
}

.topTel-num {
	font-size: 1.375em;
	font-weight: 700;
	line-height: 1.1;
	position: relative;
	display: inline-block
}

.topTel-num:before {
	position: absolute;
	content: url(../img/red-phone.png);
	left: -20px;
	top: -2px
}

.topTel-descr {
	color: #979fa5;
	font-size: .75em
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.section-1,
.section-1__advantages::before {
	background: url(../img/sect1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover
}

.section-1 {
	position: relative;
	overflow: hidden;
	padding: 7rem 0 10.625rem
}

.section-1>.container {
	position: relative
}

.section-1 h1 {
	line-height: 1.2
}

.section-1__ellips {
	position: absolute;
	right: 85px;
	top: 124px;
	z-index: 1;
	width: 142px;
	height: 142px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #F92E33;
	border-radius: 50%;
	padding: 2.6875rem 1.25rem 0
}

.section-2__name {
	position: absolute;
	right: -120px;
	top: 430px;
	z-index: 1;
	width: 250px;
	height: auto;
	color: #fff;
	font-style: italic
}

.section-1__advantages {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 1.875rem 0 2.1875rem;
	overflow: hidden;
	background-color: #001C3F;
	opacity: .8
}

.section-1__advantages::before {
	content: "";
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	filter: blur(5px)
}

.section-1__advantages .container {
	position: relative
}

.section-2__advantages,
.section-3__advantages {
	margin-top: 5em
}

.advantages__item {
	text-align: center
}

.advantages__item__img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.advantages__item__cnt {
	margin-top: .9375rem
}

.advantages__item--line {
	text-align: left
}

.advantages__item--line .advantages__item__img {
	float: left
}

.advantages__item--line .advantages__item__cnt {
	margin-top: 0
}

.advantages__item--section-1 {
	color: #fff
}

.advantages__item--section-1 .advantages__item__img {
	width: 54px;
	height: 67px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.advantages__item--section-1 .advantages__item__cnt {
	margin-left: 4.6875rem;
	padding-top: .3125rem;
	font-size: 20px
}

.advantages__item--section-2 .advantages__item__img {
	height: 82px
}

.advantages__item--section-2 .advantages__item__cnt p,
.advantages__item--section-3 .advantages__item__cnt p {
	margin-bottom: .9375em
}

.advantages__item--section-2 .advantages__item__cnt p:first-child,
.advantages__item--section-3 .advantages__item__cnt p:first-child {
	font-size: 20px
}

.advantages__item--section-2 .advantages__item__cnt p:last-child:not(:only-child),
.advantages__item--section-3 .advantages__item__cnt p:last-child:not(:only-child) {
	opacity: .7
}

.advantages__item--section-3 .advantages__item__img {
	height: 91px
}

.h2 {
	font-size: 3em;
	font-weight: 700;
	margin: 5.313rem 0 2.5rem;
	position: relative;
	display: inline-block
}

.h2 span {
	z-index: 2;
	position: relative;
	background-size: 1px 1em;
	-webkit-box-shadow: inset 0 -.14em white, inset 0 -.35em #eefdff;
	box-shadow: inset 0 -.14em white, inset 0 -.35em #eefdff;
	display: inline
}

.selCity {
	width: 244px;
	margin: 5.53rem 0 2.5rem
}

.h2__white {
	color: #fff
}

.h2__white span {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.h2__center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center
}

p {
	font-family: 'PT Sans', sans-serif;
	font-size: 1em
}

.section-2 {
	padding-bottom: 6em
}

.section-3 {
	background: url(../img/section3-bg.jpg) no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	padding-bottom: 21.25em
}

.allTovar {
	color: #fff;
	position: relative;
	padding-left: 90px;
	margin: 7em 0 1em
}

.allTovar:before {
	content: url(../img/red-cir.png);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.allTovar-name {
	font-size: 1.875em;
	font-weight: 700
}

.allTover__right {
	margin-left: 1.7em
}

.allRussiaBanner {
	color: #838383;
	background: url(../img/allRu.png) no-repeat;
	background-position: right bottom;
	background-color: #fff;
	padding: 3.125em 3.125em 2em;
	position: relative;
	z-index: 3;
	width: 100%
}

.allRussiaBanner-num {
	color: #f0292a;
	font-weight: 700;
	font-size: 3.75em
}

.partner-link {
	color: #f0292a;
	font-size: .938em;
	font-weight: 700
}

.partner-link:hover {
	color: #f0292a
}

.partner {
	margin-bottom: 1.5em;
	margin-top: 1.5em
}

.partner-logo {
	margin-bottom: 1em;
	height: 73px;
	line-height: 73px
}

.partner-logo img {
	max-width: 100%
}

.partner-name {
	min-height: 44px
}

.section-4 {
	padding-bottom: 1.75em;
	margin-top: -18.75em
}

.ourOtl {
	border: 3px solid #f0f0f0;
	position: relative;
	padding: 3.125em;
	-webkit-box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14);
	box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14);
	margin-bottom: 4em;
	margin-top: 4em
}

.ourOtl:before {
	content: url(../img/red-tri.png);
	position: absolute;
	top: -3px;
	left: -3px
}

.ourOtl:after {
	content: url(../img/blue-tri.png);
	position: absolute;
	height: 30px;
	bottom: -3px;
	right: -3px
}

.ourOtlVideo-content {
	text-align: center;
	position: relative
}

.ourOtlVideo-content img {
	width: 100%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14);
	box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14)
}

.ourOtlVideo-content::after {
	content: url("../img/video-bg.jpg");
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: -1;
	margin-top: -6.25em;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.ourOtlVideo-title {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 50%;
	padding-left: 3.75rem;
	margin: 0;
	font-weight: 400;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ourOtlVideo-descr {
	position: relative;
	margin-top: 6.25em
}

.ourOtlVideo-descr p {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em
}

.ourOtlVideo-descr p span {
	color: #7a7a7a
}

.more-ac-info {
	text-align: center
}

.ourOtlVideo-btn {
	display: block;
	background: url(../img/play-btn.png) no-repeat;
	width: 97px;
	height: 108px;
	position: absolute;
	bottom: -54px;
	left: 50%;
	z-index: 1;
	outline: none!important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.galPlane {
	padding-top: 4em
}

.galPlane-img {
	background-color: #fff;
	float: left;
	width: 237px;
	text-align: center;
	margin: 0 10px 10px 0;
	-webkit-box-shadow: 10px 10px 0 0 #E5E5E5;
	box-shadow: 10px 10px 0 0 #E5E5E5
}

.galPlane-cnt {
	margin-left: 293px
}

.galPlane-cnt p {
	font-size: 15px
}

.galPlane-zag {
	font-size: 1.625em;
	font-weight: 700;
	margin-bottom: .3125rem
}

.galPlane-company {
	color: #9c9c9c;
	margin-bottom: 2.1875rem
}

.wIconOtl {
	text-align: center
}

.wIconOtl-icon {
	height: 91px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.wIconOtl-text {
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: 700
}

.wIconOtl-zag {
	font-size: 2.25em;
	text-align: left;
	font-weight: 700;
	line-height: 1;
	margin: 1em 0
}

.zagMission {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1
}

.btn {
	background: #d73236;
	color: #fff!important;
	text-transform: uppercase;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: .875em;
	font-weight: 700;
	letter-spacing: .05em;
	padding: .9em 2em;
	display: inline-block;
	outline: none!important
}

.btn:hover {
	background: #c6181c;
	color: #fff
}

.addFile {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px
}

.addFile-text {
	position: relative;
	z-index: 1;
	background: #fff;
	cursor: pointer;
	font-weight: 700;
	border-bottom: 1px solid red
}

.addFile-text:before {
	content: url(../img/small-sq.png);
	position: absolute;
	left: -20px;
	top: 1px
}

.addFile-text--active {
	border-bottom-color: transparent;
	color: red
}

.input__line {
	position: absolute;
	width: 100%;
	z-index: 9;
	opacity: 0;
	cursor: pointer
}

.btn__large {
	padding: 1em 4em
}

.btn__large:hover {
	transition: 6s
}

.kodeks {
	display: block;
	background: url(../img/kodeks.png) no-repeat;
	background-position: left;
	padding: .8em 0 .8em 4.5em;
	margin-top: 2em
}

.kodeks-red {
	color: #f0292a;
	font-weight: 700;
	font-size: 1.063em
}

.kodeks-size {
	color: #b7b7b7;
	font-size: .875em
}

.testDrive-banner {
	margin-bottom: 2.5em
}

.testDrive-banner img {
	width: 100%;
	-webkit-box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14);
	box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14)
}

.testDrive-zag {
	font-size: 1.875em;
	font-weight: 700;
	margin-bottom: 1em
}

.testDrive-block {
	margin-bottom: 4.5em
}

.testDrive-foto {
	margin-bottom: 1em
}

.testDrive-foto img {
	width: 100%;
	-webkit-box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14);
	box-shadow: 31px 28px 23px -18px rgba(0, 0, 0, 0.14)
}

.social-see {
	background: #eee;
	height: 300px
}

.ulWithOk {
	background: #fff;
	padding: 1.5em 2em;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative
}

.ulWithOk:before {
	content: url(../img/greu-tri.png);
	left: -17px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.ulWithOk-item {
	position: relative;
	padding-left: 25px
}

.ulWithOk-item+.ulWithOk-item {
	margin-top: 1.2em
}

.ulWithOk-icon {
	position: absolute;
	left: 0;
	color: #f13132
}

.ulWithOk-content {
	font-size: 1.063em
}

.vakant {
	border: 4px solid #ebebeb;
	padding: 1.5em 1.5em 2em;
	position: relative;
	margin-bottom: 3em;
	border-bottom: 0
}

.vakant:after {
	content: '';
	position: absolute;
	left: -0;
	bottom: -2px;
	width: 100%;
	height: 18px;
	display: block;
	background: url(../img/vakant.png);
	background-size: cover;
	background-position: center
}

.vakant:before {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	height: 4px;
	width: 60%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #d73236
}

.vakant-item {
	border-bottom: 1px solid #ebebeb;
	padding: 1em;
	cursor: pointer
}

.vakant-item:last-child {
	border-bottom: 0
}

.vakant-item__cnt {
	min-height: 47px
}

.vakant-item__btn {
	display: none
}

.vakant-name {
	font-size: 1.5em;
	font-weight: 700;
	display: inline-block;
	margin-right: .5em
}

.vakant-city {
	opacity: .5;
	display: inline-block
}

.formBottom {
	padding-bottom: 3.125em
}

.formBottom-zag {
	font-size: 2.25em;
	margin-bottom: 3.125rem;
	margin-top: .5em;
	color: #fff
}

.formBottom-help-text {
	font-size: 12px;
	color: #fff;
	margin-top: 1.875em;
	opacity: .39
}

.formBottom-label {
	font-size: 14px;
	color: #fff;
	opacity: .5
}

.formBottom .input {
	margin-top: 0;
	margin-bottom: 2.5em
}

.formBottom .input input,
.formBottom .input input:hover,
.formBottom .input input:focus {
	background: none!important
}

.formBottom .input input {
	border-bottom-color: #fff;
	color: #fff
}

.formBottom .input>label {
	top: 35%;
	font-size: 14px;
	color: #fff;
	opacity: .5
}

.formBottom .addFile-text {
	background: none;
	color: #fff
}

.formBottom .btn-gr {
	padding-top: 0
}

.btn-gr {
	padding-top: 3em
}

.btn-gr .btn {
	margin-right: 2em;
	margin-bottom: .5em
}

.input {
	position: relative;
	margin: 2em 0 0
}

.input input {
	padding: .5em 0;
	border: 0;
	border-bottom: 1px solid #000;
	position: relative;
	width: 100%
}

.input input,
.input input:hover,
.input input:focus {
	outline: none!important;
	box-shadow: none
}

/*.input input:valid {
	background: #fff;
	z-index: 3
}*/
.input input {
	background: #fff;
	z-index: 3
}
/*
.input>label {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 1;
	font-weight: 400
}*/

.input input:focus {
	border-bottom-color: #d73236
}

/*.input input:focus+label,
.input input:valid+label {
	top: 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #a4a4a4
}*/
.input input+label {
	top: -16px;
	bottom: 0;
	left: 0;
	font-weight: 400;
	width: 100%;	
	font-size: 11px;
	position: absolute;
	text-transform: uppercase;
	font-size: 11px;
	color: #a4a4a4
}
footer {
	background: #001233;
	padding-top: 2.875em;
	padding-bottom: .9375rem;
	margin-top: -2.0625rem
}

footer .topTel {
	color: #fff
}

footer .logo {
	margin-left: -27px
}

.social {
	padding: 1.5em 0;
	text-align: center
}

.social-link {
	width: 35px;
	height: 35px;
	display: inline-block;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	line-height: 35px;
	margin: 0 .3em;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all
}

.social-link .fa {
	color: #fff;
	vertical-align: top;
	line-height: 33px
}

.social-link:hover {
	background: #d73236;
	border: 1px solid #d73236;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all
}

.owl-carousel.galPlane .owl-item {
	padding-left: 8.125em;
	padding-right: 8.125em
}

.owl-prev,
.owl-next {
	border-radius: 50%;
	margin-top: -2em;
	background-color: #DEDEDE
}

.owl-prev::before,
.owl-next::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -14.5px;
	margin-left: -8.5px;
	width: 17px;
	height: 29px;
	background-image: url(../img/owl-arrows.png);
	background-repeat: no-repeat
}

.owl-prev:hover,
.owl-next:hover {
	background-color: #FF2425
}

.owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
	width: 68px;
	height: 68px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-prev::before {
	background-position: -34px 0
}

.owl-prev:hover::before {
	background-position: -51px 0
}

.owl-next {
	position: absolute;
	right: 0;
	top: 50%;
	width: 68px;
	height: 68px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-next::before {
	background-position: 0 0
}

.owl-next:hover::before {
	background-position: -17px 0
}

.owl-dots {
	text-align: center;
	margin-top: 4.6875em
}

.owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px
}

.owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #DEDEDE
}

.owl-dot.active span {
	background-color: #FF2425
}

.section-4 h2.m-b-0 {
	margin-bottom: .9375rem
}

.section-4__map {
	position: relative;
	z-index: -1;
	margin-top: -11.1875em
}

.section-4__form {
	background-color: #fff;
	border: 1px solid #052240;
	border-radius: 4px;
	-webkit-box-shadow: 0 19px 24px 0 rgba(89, 35, 35, .15);
	box-shadow: 0 19px 24px 0 rgba(89, 35, 35, .15);
	padding: 3.4375em 3.4375em 2.8125em
}

.section-4__form h3 {
	margin-top: 0
}

.section-4__form__steps {
	background-color: #F7F7F7;
	margin-top: 3.4375em;
	margin-left: -3.4375em;
	margin-right: -3.4375em;
	padding-left: 3.4375em;
	padding-right: 3.4375em
}

.section-4__form__steps>ul {
	margin-bottom: 0
}

.section-4__form__steps>ul>li {
	position: relative;
	float: left;
	padding: 1.25rem 2.8125em 1.25rem 2.1875em;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #d73236
}

.section-4__form__steps>ul>li.active {
	color: #000
}

.section-4__form__steps>ul>li:first-child {
	padding-left: 0
}

.section-4__form__steps>ul>li:last-child {
	padding-right: 0
}

.section-4__form__steps>ul>li:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 19px;
	height: 100%;
	background: url(../img/step-arrow.png) no-repeat
}

.section-4__form__steps__label {
	position: absolute;
	left: 0;
	top: -23px;
	font-size: 12px;
	color: #aeadad
}

.section-4__form__btn {
	margin-top: 4.375em
}

.section-4__form__btn .btn--prev {
	background: none;
	color: #000!important
}

.section-4__form__btn .btn--prev::before {
	content: url("../img/btn-prev.png");
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 15px
}

.section-4__form__btn .help-text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #a1a1a1;
	line-height: 1.1;
	max-width: 273px;
	margin-left: 2.5em;
	margin-bottom: 0;
	text-align: left
}

.section-4__form__cnt {
	padding-top: 2.8125em
}

.section-4__form__cnt h4:not(.m-b-0) {
	margin-bottom: 2.5rem
}

.section-4__form__cnt .formBottom-label {
	opacity: 1;
	color: #000;
	padding-top: 9px
}

.section-4__form__cnt .input {
	margin-top: 0
}

.section-4__form__cnt .input>label {
	font-size: 14px
}

.section-4__form__cnt form {
	margin-top: 3.125rem
}

.section-4__form__range {
	margin-left: -3.4375em;
	margin-right: -3.4375em
}

.section-4 .more-ac-info {
	text-align: center;
	margin: 15px 0 20px
}

.form-write-checkbox {
	margin-bottom: 1.6875rem
}

.form-write-checkbox [type="checkbox"],
.form-write-checkbox [type="radio"] {
	display: none
}

.form-write-checkbox label {
	position: relative;
	display: block;
	cursor: pointer;
	margin-bottom: 0;
	padding-left: 35px;
	min-height: 20px;
	font-weight: 400;
	font-size: 17px;
	transition: all ease-in-out .15s
}

.form-write-checkbox [type="checkbox"]:checked+label .form-write-checkbox-square,
.form-write-checkbox [type="radio"]:checked+label .form-write-checkbox-square {
	background-color: #fff;
	border-color: #F92E33
}

.form-write-checkbox [type="checkbox"]:checked+label .form-write-checkbox-square::before,
.form-write-checkbox [type="radio"]:checked+label .form-write-checkbox-square::before {
	display: block
}

.form-write-checkbox-square {
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #D9D9D9;
	width: 19px;
	height: 19px;
	border-radius: 4px;
	transition: all ease-in-out .15s
}

.form-write-checkbox-square::before {
	content: "";
	display: none;
	position: absolute;
	left: 3px;
	top: 4px;
	width: 12px;
	height: 10px;
	background: url(../img/checkbox.png) no-repeat;
	transition: all ease-in-out .15s
}

.section-5 {
	background: #f7f7f7;
	background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(211, 215, 232, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(211, 215, 232, 1) 100%);
	background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(211, 215, 232, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#d3d7e8', GradientType=0)
}

.section-6__city {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin: 2.0625rem
}

.section-6__city>ul {
	margin-bottom: 0
}

.section-6__city>ul>li {
	float: left
}

.section-6__city>ul>li>a {
	display: block;
	padding: 1.0625rem 1.1875rem;
	text-transform: uppercase;
	text-decoration: none;
	color: #0f1d31
}

.section-6__city>ul>li.active>a {
	background-color: #FF3C1D;
	color: #fff
}

.section-7 {
	background-color: #001C3F;
	padding: 1.25em 0 0
}

.section-7__contacts {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 2.0625rem .9375rem;
	text-align: center;
	border-radius: 4px
}

.section-7__contacts__label {
	font-size: 20px
}

.section-7__contacts__phone {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1
}

.section-7__contacts__phone>a {
	color: #000
}

.section-7__contacts__email {
	font-size: 18px;
	font-weight: 700;
	color: #d73236
}

.section-7__contacts__email>a {
	font-size: 18px;
	font-weight: 700;
	color: #d73236
}

.section-map {
	position: relative;
	overflow: hidden;
	height: 540px;
	background-color: #AEAEAE
}

.section-map #map,
.section-map iframe {
	width: 100%;
	height: 100%
}

.section-map__address>.container {
	position: relative
}

.section-map__address__inner {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 454px;
	height: 540px;
	overflow: hidden
}

.section-map__address__inner .slick-list {
	height: 100%!important
}

.section-map__address__item,
.section-map__address__item.slick-current {
	position: relative;
	background-color: #fff;
	padding: 1.25rem 2.5rem;
	margin-left: 24px;
	margin-right: 36px;
	border-radius: 4px;
	-webkit-box-shadow: 0 19px 24px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 19px 24px 0 rgba(0, 0, 0, .15);
	opacity: .79;
	outline: none!important
}

.section-map__address__item.slick-active:not(.slick-current) {
	opacity: 1
}

.section-map__address__item:not(:last-child) {
	margin-bottom: 43px
}

.section-map__address__item::after {
	content: "";
	position: absolute;
	right: -12px;
	top: 50%;
	margin-top: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent;
	border-left-color: #fff
}

.section-map__address__item>ul {
	margin-bottom: 0
}

.section-map__address__item>ul>li {
	position: relative
}

.section-map__address__item>ul>li:not(:last-child) {
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 1.3125rem;
	margin-bottom: 1.3125rem
}

.section-map__address__item>ul>li::before {
	position: absolute;
	left: -24px;
	top: -2px
}

.section-map__address__item>ul>li.li-label::before {
	content: url("../img/red-label.png")
}

.section-map__address__item>ul>li.li-phone::before {
	content: url("../img/red-phone.png")
}

.section-map__address__item__label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #aeaeae;
	margin-bottom: 8px
}

.section-map__address__item__address {
	font-size: 18px;
	margin-bottom: 4px
}

.section-map__address__item__email {
	font-size: 15px;
	color: #f63e24
}

.section-map__address__item__email>a {
	font-size: 15px;
	color: #f63e24
}

.section-map__address__item__help {
	font-size: 13px;
	color: #b4b4b4
}

.modal-content {
	border: 1px solid #052240;
	-webkit-box-shadow: 0 19px 24px 0 rgba(89, 35, 35, .15);
	box-shadow: 0 19px 24px 0 rgba(89, 35, 35, .15)
}

.modal-footer {
	border-top: 0;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 3.75em
}

.modal-header {
	border-bottom: 0;
	height: 0
}

.modal {
	text-align: center
}

.modal::before {
	content: "";
	margin-right: -4px;
	/*display: inline-block;*/
	vertical-align: middle;
	height: 100%
}

.modal-dialog {
	margin: 30px 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: left
}

button.close {
	position: relative;
	z-index: 1;
	width: 18px;
	height: 18px;
	background: url(../img/modal-close.png) no-repeat;
	outline: none!important;
	opacity: 1
}

.modal-body {
	padding: 0 3.375em 1.5625em
}

.modal-body--p-2 {
	padding-left: 0;
	padding-right: 0
}

.modal-body--p-3 {
	padding: 0
}

.modal-body h3 {
	margin-top: 0
}

.modal-body .input>label {
	font-size: 11px
}

.modal-video .modal-body {
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.modal-video .embed-responsive {
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.modal-video button.close {
	position: absolute;
	right: 0;
	top: -32px
}

/*виджет instagram*/
.widget-preview-wrapper {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

.widget-preview {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: none;
  background-color: rgba(255,255,255,1);
}

/* head */
.widget-preview__title {
  position: relative;
  padding: 5px;
  background-color: #46729b;
  overflow: hidden;
}

.widget-preview__title a {
  display: block;
  width: 100%;
  height: 25px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.widget-preview__title span {
  position: absolute;
  top: 5px;
  left: 10px;
  height: 25px;
  overflow: hidden;
  vertical-align: top;
}

.widget-profile {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.widget-profile::after {
  display: block;
  content: '';
  clear: both;
}

.widget-profile td {
  border: 1px solid #c3c3c3;
}

.profile-image {
  padding: 8px;
  width: 80px;
  border-left: 0 !important;
}

.profile-image img {
  width: 60px;
  height: 60px;
}

.profile-data {
  padding: 0 5px 5px 5px;
  font-weight: bold;
}

.profile-data:last-child {
  border-right: 0 !important;
}

.profile-data span {
  display: block;
  font-size: 9px;
  font-weight: bold;
  color: #999;
}

.profile-subscribe {
  border-right: 0 !important;
}

.profile-subscribe a {
  display: inline-block;
  margin: 5px 0;
  padding: 3px 15px;
  border: 3px solid #FFF;
  border-radius: 5px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-color: #cf3838;
}

/* images table */
.widget-body {
              background-color: "transparent";
          }

.widget-body table {
  border-collapse: collapse;
  margin: 0 auto;
}

.widget-body tr {
  margin: 0;
  padding: 0;
}

.widget-body td {
  box-sizing: content-box;
  margin: 0;
  padding:  5px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 130px;
  height: 130px;
}

.widget-body img {
  position: absolute;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  display: block;
  /*height: 100%;*/
  padding: 5px;
  width: 130px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

/* /////////// */

@media screen and (min-width: 1600px) {
	.section-1,
	.section-1__advantages::before {
		background-size: cover
	}
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
	.menu-parent {
		width: 58.33333333%
	}
	.topTel-parent {
		left: 58.33333333%
	}
}

@media screen and (max-width: 1199px) {
	.section-0 .container-fluid {
		padding-left: 15px;
		padding-right: 15px
	}
	.section-0 .container-fluid .row {
		margin-right: -15px
	}
	.section-0 .logo {
		position: relative;
		background: #f2f6f9;
		margin-left: -15px
	}
	.section-0 .logo::after {
		content: "";
		position: absolute;
		left: 100%;
		height: 100%;
		width: 1500px;
		background: #f2f6f9
	}
	.menu-parent {
		right: 0;
		width: 100%
	}
	.menu {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto
	}
	.section-1 {
		padding: 7rem 0 15.625rem;
		margin-top: 20px
	}
	.section-1__ellips,
	.section-2__name {
		display: none
	}
	.section-4__form__steps>ul>li {
		padding-top: .6875rem;
		padding-bottom: .6875rem
	}
	.section-4__form__steps__label {
		position: relative;
		top: auto
	}
	.section-4__map {
		margin-top: -7.1875em
	}
}

@media screen and (max-width: 1024px) {
	.allRussiaBanner {
		background: #fff;
		position: relative;
		text-align: center
	}
}

@media screen and (max-width: 991px) {
	html {
		font-size: 14px
	}
	footer .topTel {
		text-align: center
	}
	.social-see {
		height: 100px;
		margin-bottom: 15px
	}
	footer .logo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.topTel {
		padding: 1.9em 0
	}
	.section-4__form__btn .help-text {
		max-width: none;
		margin-left: 0;
		margin-top: 1.5625em
	}
	.galPlane-img {
		float: none;
		margin-left: auto;
		margin-right: auto
	}
	.galPlane-cnt {
		text-align: center;
		margin-left: 0;
		margin-top: 2.1875em
	}
	.section-7 img {
		display: none
	}
}

@media screen and (max-width: 767px) {
	.logo {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.section-0 .logo-img {
		position: relative
	}
	.section-0 .logo-img::before {
		content: "";
		position: absolute;
		right: 100%;
		margin-right: -15px;
		height: 100%;
		width: 1000px;
		background: #002241
	}
	.section-0 .topTel {
		text-align: center
	}
	.section-0 .menu {
		display: block;
		text-align: center;
		padding-top: .7em;
		padding-bottom: .7em
	}
	.menu-link {
		display: inline-block;
		margin: 0 15px 15px
	}
	.section-1 {
		background-size: cover;
		text-align: center;
		background-position: left center;
		position: relative;
		overflow: hidden;
		padding: 7rem 0 15.625rem;
		margin-top: 130px
	}
	.section-1__advantages {
		display: none
	}
	.section-2__advantages,
	.section-3__advantages {
		margin-top: 0
	}
	.advantages__item {
		margin-top: 2.1875em
	}
	.section-4__form__steps>ul>li {
		width: 100%;
		padding-left: 0
	}
	.section-4__form__steps>ul>li:not(:last-child)::after {
		display: none
	}
	.section-4 {
		padding-bottom: 0
	}
	.section-4__map {
		display: none
	}
	.allRussiaBanner {
		padding-bottom: 0
	}
	.owl-carousel.galPlane .owl-item {
		padding-left: 0;
		padding-right: 0
	}
	.section-6__city {
		display: block;
		margin-left: 0;
		margin-right: 0
	}
	.section-6__city>ul>li {
		width: 50%
	}
	.btn__large {
		padding-left: 2em;
		padding-right: 2em
	}
	.modal-video .modal-dialog {
		width: calc(100% - 30px)
	}
}

@media screen and (max-width: 565px) {
	.section-1 h1 {
		font-size: 2.75em
	}
	.section-1 {
		padding: 7rem 0 10.625rem
	}
}

@media screen and (max-width: 480px) {
	.section-1 h1,
	h1 {
		font-size: 2em
	}
	.h2 {
		font-size: 1.875em
	}
	h3 {
		font-size: 1.875em
	}
	.formBottom-zag,
	.section-7__contacts__phone {
		font-size: 1.875em
	}
	.container-fluid {
		padding: 0 15px
	}
	.container-fluid .row {
		margin-right: -15px;
		margin-left: -15px
	}
	.topTel {
		text-align: center
	}
	.allRussiaBanner {
		text-align: center
	}
	.logo {
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-left: -15px;
		margin-right: -15px;
		background: #f2f6f9
	}
	footer .logo {
		background: none
	}
	.owl-prev,
	.owl-next {
		display: none!important
	}
	.section-map__address__inner {
		width: 100%
	}
	.ourOtlVideo-title {
		width: 100%;
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	button.close {
		position: absolute;
		right: 0;
		top: 0;
		width: 46px;
		height: 46px;
		background-position: center;
		margin-top: 0!important
	}
	.modal-video button.close {
		right: -14px;
		top: -46px
	}
}

@media screen and (max-width: 414px) {
	.addFile {
		margin-top: 1.5em
	}
	.section-2 {
		overflow: hidden
	}
	.section-6__city>ul>li {
		text-align: center
	}
	.section-6__city>ul>li>a {
		padding-left: 0;
		padding-right: 0
	}
	.modal-body {
		padding-left: 15px;
		padding-right: 15px
	}
	.modal-footer .btn {
		white-space: normal;
		display: block;
		width: 100%;
		font-size: .8em;
		padding-left: 0;
		padding-right: 0
	}
	.modal-video .modal-body {
		padding-left: 0;
		padding-right: 0
	}
}

.row--inline-block {
	font-size: 0
}

.row--inline-block>* {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px
}

.section-0 {
	overflow: hidden
}

.ellips_icon {
	position: absolute;
	top: 50px;
	right: 100px;
	z-index: 1;
	background: f7f7f7;
	background: url(img/icon-eln) no-repeat center center;
	width: 81px;
	height: 81px;
	border-radius: 50px
}

.qwert {
	background-color: #fff
}

.modal-open .qwert {
	right: 17px;
}

@media screen and (max-width: 350px) {
	.section-7 img {
    width: 100%;
	}
}

.collapse-nav-container {
	background-color: #fff;
	margin-top: -15px
}

.test {
	padding: 0 15px
}

@media (min-width: 0) {
	.test {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto
	}
	.test:after {
		content: " ";
		display: block;
		clear: both
	}
}

@media (min-width: 576px) {
	.test {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto
	}
	.test:after {
		content: " ";
		display: block;
		clear: both
	}
}

@media (min-width: 1200px) {
	.test {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto
	}
	.test:after {
		content: " ";
		display: block;
		clear: both
	}
}

@media (min-width: 992px) {
	.test {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto
	}
	.test:after {
		content: " ";
		display: block;
		clear: both
	}
}

@media (min-width: 1200px) {
	.test {
		max-width: 1170px;
		margin-left: auto;
		margin-right: auto
	}
	.test:after {
		content: " ";
		display: block;
		clear: both
	}
}

a {
	text-decoration: none;
	color: rgba(34, 34, 34, 0.8)
}

a:hover,
a :focus {
	color: #000
}

.menu-left a {
	display: inline-block;
	position: relative;
	padding-bottom: 0;
	transition: color .35s ease;
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 0.20)
}

.menu-left a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	transition: width 0 ease, background .35s ease
}

.menu-left a:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #000;
	transition: width .35s ease
}

nav .logo {
	float: left;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	font-weight: 500;
	color: #000
}

nav .logo:after {
	content: '';
	display: table;
	clear: both
}

nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0
}

nav ul li {
	float: none;
	margin-left: 0
}

@media (min-width: 768px) {
	nav ul li {
		float: left;
		margin-left: 1rem
	}
}

nav ul li a {
	display: block
}

@media (min-width: 576px) {
	nav ul li a {
		display: block;
		padding: .425rem 0
	}
}

@media (max-width: 768px) {
	ul {
		clear: both
	}
	ul li {
		padding: .5em 0
	}
}

.hide-nav {
	transform: translateY(-120% !important);
	-webkit-transform: translateY(-120%)!important
}

ul.menu-left {
	display: block;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 10
}

@media (min-width: 768px) {
	ul.menu-left {
		display: block!important;
		max-height: none
	}
}

ul.menu-left:before {
	content: '';
	display: table;
	clear: both
}

ul.menu-left.collapse {
	max-height: 15em!important
}

.nav-toggle {
	display: block;
	border-radius: 5px;
	background-color: transparent;
	float: right;
	height: 38px;
	width: 38px;
	cursor: pointer;
	padding: 8px;
	margin-top: -50px
}

.nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(4.4px, 4.4px)
}

.nav-toggle.open span:nth-child(2) {
	width: 0;
	opacity: 0
}

.nav-toggle.open span:last-child {
	transform: rotate(-45deg) translate(4.4px, -4.4px)
}

@media (min-width: 768px) {
	.nav-toggle {
		display: none
	}
}

.nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 4px;
	background-color: #000;
	transition: all .25s
}

.signature {
	position: fixed;
	font-weight: 100;
	bottom: 10px;
	color: #000;
	left: 0;
	letter-spacing: 4px;
	font-size: 10px;
	width: 100vw;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none
}

@media screen and (max-width: 767px) {
	.ourOtlVideo-btn {
		bottom: -25px;
		background-size: cover;
		width: 50px;
		height: 55px
	}
}

.down>a {
	color: #fff
}

footer .logo-descr {
	color: #fff
}

.input-rb-none {
	display: none
}

.modal-text {
	padding-top: 25px
}

.modal-type1 {
	max-width: 540px
}

.modal-type1 .modal-content button.btn {
	margin-top: 0!important
}

.super {
	color: red;
}

@media (max-width: 540px) {
	.qwert {
		height: 133px
	}
	.logo-img img {
    width: 70%;
	}
	.topTel {
    padding: 0.9em 0;
	}
	.nav-toggle {
    margin-top: -38px;
	}
	.section-1 {
    padding: 1rem 0 10.625rem;
	}
}


/* Виджеты соц-сетей */

.social_vidjets {
  margin: 70px 0 0;
}

.social_vidjets .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
}