/*
Theme name: Text
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');









*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: #E5E5E5;
	color: #000;
	font: 16px/1.5 'Open Sans', Arial, sans-serif;
}
.scroll-fixed {
	overflow: hidden;
}
.alao-box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.alao-container {
	width: 100%;
	min-width: 320px;
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.alao-container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.alao-flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Open Sans', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}






.alao-text {
	overflow: hidden;
}
.alao-text p {
	margin-bottom: 21px;
}
.alao-text h2, .alao-text h3, .alao-text h4, .alao-text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.alao-text h3 {
	font-size: 22px;
}
.alao-text h4, .alao-text h5 {
	font-size: 20px;
}
.alao-text table {
	width: 100%;
	border-collapse: collapse;
}
.alao-text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.alao-text ul, .alao-text ol {
	margin: 0 0 25px 20px;
}
.alao-text li {
	margin-bottom: 7px;
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}




.alao-head {
	display: block;
	width: 100%;
	margin-bottom: 32px;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
}






/* Header ----------------------------------------------------------------------------- */
.alao-header {
	padding-top: 23px;
	padding-bottom: 18px;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	z-index: 10;
}
.alao-header .alao-container {
	align-items: center;
}
.alao-header__logo {
	display: block;
	width: 156px;
	height: 86px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.alao-header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.alao-header__nav li {
	margin: 0 20px;
}
.alao-header__nav a {
	display: block;
	position: relative;
	padding: 2px 10px;
	color: #000;
	font-size: 15px;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}
.alao-header__nav a::before {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
}
.alao-header__nav a:hover::before {
	bottom: -10px;
	opacity: 1;
}

.alao-header__nav-btn {
	display: none;
	width: 40px;
	height: 30px;
	background-color: transparent;
	border: none !important;
	outline: none;
	cursor: pointer;
}
.alao-header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #002442;
	margin: 7px 0 0;
	position: relative;
}
.alao-header__nav-btn span::before, .alao-header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 35px;
	height: 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #002442;
	transition: all 0.4s ease;
}
.alao-header__nav-btn span::before {
	top: -10px;
}
.alao-header__nav-btn span::after {
	bottom: -10px;
}
.alao-nav-active .alao-header__nav-btn span {
	background: transparent;
}
.alao-nav-active .alao-header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 40px;
	height: 4px;
}
.alao-nav-active .alao-header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 40px;
	height: 4px;
}

.header-lang {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	margin-left: 9px;
	overflow: hidden;
	margin-bottom: 14px;
	width: max-content;
}
.header--fixed .header-lang {
	max-height: 0;
	overflow: hidden;
	z-index: 999;
}
.header-lang__item {
	display: block;
	padding: 7px 12px 6px 12px;
	font-size: 12px;
	line-height: 1.45;
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.header-lang__item:nth-child(2) {
	border-right: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}
.header-lang__item.current,
.header-lang__item:hover {
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.alao-header__contact {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.alao-header__phone {
	display: inline-block;
	margin-bottom: 12px;
	color: #000;
	font-size: 24px;
	line-height: 1.2;
	text-decoration: none;
}

.alao-header-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.alao-header-social__item {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	position: relative;
	font-size: 0;
	text-decoration: none;
	transition: all .3s ease;
}
.alao-header-social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transition: all .3s ease;
}
.alao-header-social__item--fb::before {
	background-image: url('i/bg-icon-soc-fb.png');
}
.alao-header-social__item--ig::before {
	background-image: url('i/bg-icon-soc-ig.png');
}
.alao-header-social__item--in::before {
	background-image: url('i/bg-icon-soc-in.png');
}
.alao-header-social__item--tw::before {
	background-image: url('i/bg-icon-soc-tw.png');
}
.alao-header-social__item--pi::before {
	background-image: url('i/bg-icon-soc-pi.png');
}
.alao-header-social__item--yt::before {
	background-image: url('i/bg-icon-soc-yt.png');
}
.alao-header-social__item--tt::before {
	background-image: url('i/bg-icon-soc-tt.png');
}

.alao-header-social__item:hover::before {
	transform: scale(1.1);
}


















/* Hero ----------------------------------------------------------------------------- */
.alao-hero {
	overflow: hidden;
	background: #fff;
}
.alao-hero .alao-container {
	max-width: 1700px;
}
.alao-hero img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}







/* Hero-info ----------------------------------------------------------------------------- */
.alao-hero-info {
	padding-top: 40px;
	padding-bottom: 36px;
	background: #0260ca;
	background: -moz-linear-gradient(8deg,  #0260ca 0%, #0260ca 50%, #116acd 50.1%, #116acd 100%);
	background: -webkit-linear-gradient(8deg,  #0260ca 0%,#0260ca 50%,#116acd 50.1%,#116acd 100%);
	background: linear-gradient(-8deg,  #0260ca 0%,#0260ca 49%,#116acd 50%,#116acd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0260ca', endColorstr='#116acd',GradientType=1 );
	color: #fff;
	text-align: center;
}
.alao-hero-info .alao-container {
	max-width: 728px;
}
.alao-hero-info__title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 36px;
	line-height: 30px;
	text-transform: uppercase;
}
.alao-hero-info__text {
	font-size: 18px;
	line-height: 1.67;
}
















/* Filter ----------------------------------------------------------------------------- */
.alao-filter {
	padding-top: 62px;
	padding-bottom: 28px;
	overflow: hidden;
}
.alao-filter__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.alao-filter__label {
	width: 280px;
}
.alao-filter__name {
	font-size: 24px;
	line-height: 1.6;
	color: #000;
}
.alao-filter__desc {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
}
.alao-filter__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 310px);
}
.alao-filter-item {
	margin-right: 20px;
	margin-bottom: 20px;
}
.alao-filter-item input {
	display: none;
}
.alao-filter-item label {
	display: block;
}
.alao-filter-item__name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 60px;
	min-height: 40px;
	padding: 4px 12px;
	border: 1px solid #C4C4C4;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.2;
	color: #002442;
	transition: all .3s ease;
	cursor: pointer;
}
.alao-filter-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 30px;
	margin-right: -4px;
	background: rgba(144, 144, 144, 1);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.alao-filter-item input:checked + .alao-filter-item__name {
	border-color: transparent;
	background: #0260ca;
	background: -moz-linear-gradient(8deg,  #0260ca 0%, #0260ca 50%, #116acd 50.1%, #116acd 100%);
	background: -webkit-linear-gradient(8deg,  #0260ca 0%,#0260ca 50%,#116acd 50.1%,#116acd 100%);
	background: linear-gradient(-8deg,  #0260ca 0%,#0260ca 49%,#116acd 50%,#116acd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0260ca', endColorstr='#116acd',GradientType=1 );
	color: #fff;
}
.alao-filter-item input:checked + .alao-filter-item__name > .alao-filter-item__icon {
	background: #fff;
}












/* Vacancies ----------------------------------------------------------------------------- */
.alao-vacancies {
	padding-top: 12px;
	padding-bottom: 24px;
	overflow: hidden;
}
.alao-vacancies-item  {
	margin-bottom: 20px;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.alao-vacancies-item.active{
	background: #0260CA;

}
.alao-vacancies-item__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 16px 64px 16px 24px;
	position: relative;
	cursor: pointer;
}
.alao-vacancies-item__top::before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 30px;
	width: 10px;
	height: 16px;
	background: #C4C4C4;
	-webkit-mask: url("i/bg-arrow-right.svg") center no-repeat;
	mask: url("i/bg-arrow-right.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.alao-vacancies-item.active .alao-vacancies-item__top::before {
	background: #fff;
	transform: rotate(90deg);
}
.alao-vacancies-item__label {
	width: calc(100% - 480px);
}
.alao-vacancies-item__name {
	margin-bottom: 4px;
	font-size: 30px;
	line-height: 1.1;
	color: #000;
}
.alao-vacancies-item.active .alao-vacancies-item__name {
	color: #fff;
}
.alao-vacancies-item__desc {
	font-size: 14px;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
}
.alao-vacancies-item.active .alao-vacancies-item__desc {
	color: rgba(255, 255, 255, 0.5);
}
.alao-vacancies-item__cost {
	width: 240px;
}
.alao-vacancies-item__cost-title {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}
.alao-vacancies-item__cost-price {
	font-size: 36px;
	line-height: 1.1;
	color: #000;
}
.alao-vacancies-item.active .alao-vacancies-item__cost-title,
.alao-vacancies-item.active .alao-vacancies-item__cost-price {
	color: #fff;
}

.alao-vacancies-item__body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease;

}
.alao-vacancies-item.active .alao-vacancies-item__body {
	max-height: 8000px;
	opacity: 1;
}
.alao-vacancies-item__wrapper {
	overflow: hidden;
	padding: 20px;
}
.alao-vacancies-item__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 52px;
	padding-top: 12px;
	overflow: hidden;
}
.alao-vacancies-item__info,
.alao-vacancies-item__video {
	width: calc(50% - 16px);
	overflow: hidden;
}
.alao-vacancies-item__info {
	color: #fff;
	font-size: 14px;
	line-height: 1.7;
}
.alao-vacancies-item__video img {
	display: block;
	width: 100%;
	height: auto;
}

.alao-vacancies-item__faq {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.alao-vacancies-item__faq-point {
	width: calc(50% - 32px);
	margin: 0 16px;
	border-top: 1px solid #fff;
}
.alao-vacancies-item__faq-point:nth-child(1),
.alao-vacancies-item__faq-point:nth-child(2) {
	border-top-color: transparent;
}
.alao-vacancies-item__faq-head {
	padding: 12px 32px 12px 20px;
	font-size: 18px;
	line-height: 25px;
	position: relative;
	color: #FFF;
	cursor: pointer;
}
.alao-vacancies-item__faq-head::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	width: 10px;
	height: 16px;
	background: url('i/bg-arrow-right.svg') center no-repeat;
	transition: all .3s ease;
}
.alao-vacancies-item__faq-point.active .alao-vacancies-item__faq-head::before {
	transform: rotate(90deg);
}
.alao-vacancies-item__faq-body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.alao-vacancies-item__faq-point.active .alao-vacancies-item__faq-body {
	max-height: 2000px;
	opacity: 1;
}
.alao-vacancies-item__faq-text {
	padding: 0 20px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.alao-vacancies-item__top-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 21px;
}















/* Results ----------------------------------------------------------------------------- */
.alao-results{
	padding-top: 28px;
	padding-bottom: 30px;
	overflow: hidden;
	color: #FFF;
}
.alao-results-item{
	background: #0260CA;
	border-radius: 3px;
	padding: 36px 32px 24px;
}
.alao-results-item__top {
	padding: 16px 64px 16px 24px;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
.alao-results-item__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 812px;
	margin: 0 auto;
	position: relative;
}
.alao-results-item__wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #fff;
}
.alao-results-item__name {
	font-size: 30px;
	line-height: 1.1;
	text-align: center;
}
.alao-results-item__desc {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.alao-results-item__info {
	width: 50%;
	max-width: 312px;
	padding-top: 8px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 1.4;
}
.alao-results-button {
	margin-top: 48px;
}
.alao-results-button__title {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
}
.alao-results-button__slider {
	width: 142px;
	margin: 0 auto;
	position: relative;
}
.alao-results-button__slider .slick-list {
	overflow: hidden;
}
.alao-results-button-item {
	float: left;
	width: 100%;
	min-height: 40px;
	padding: 8px;
	border: 1px solid #FFF;
	border-radius: 3px;
	font-size: 14px;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
}
.alao-results-button__slider .slick-arrow {
	position: absolute;
	top: calc(50% - 8px);
	display: block;
	width: 10px;
	height: 16px;
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 0;
	cursor: pointer;
}
.alao-results-button__slider .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-mask: url("i/bg-arrow-right.svg") center no-repeat;
	mask: url("i/bg-arrow-right.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.alao-results-button__slider .slick-prev {
	left: -22px;
}
.alao-results-button__slider .slick-prev::before {
	transform: rotate(-180deg);
}
.alao-results-button__slider .slick-next {
	right: -22px;
}
.alao-results-button__slider .slick-disabled {
	opacity: .2;
	cursor: default;
}

.alao-results-average {
	width: 48%;
	max-width: 312px;
	padding-bottom: 20px;
	overflow: hidden;
}
.alao-results-average__item {
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.alao-results-average__cost {
	width: 40%;
	max-width: 100px;
}
.alao-results-average__cost-title {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 30px;
}
.alao-results-average__cost-price {
	margin-bottom: 64px;
	font-size: 36px;
	line-height: 1.1;
}
.alao-results-average__cost-change {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	border: 1px solid #FFF;
	border-radius: 3px;
	color: #FAFF00;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}








/* Our services ----------------------------------------------------------------------------- */
.alao-our-services {
	padding-top: 8px;
	padding-bottom: 40px;
	overflow: hidden;
}
.alao-our-services__head {
	margin-bottom: 16px;
}
.alao-our-services__item {
	width: calc(50% - 52px);
	position: relative;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
	text-align: left;
}
.alao-our-services__item::before {
	content: '';
	position: absolute;
	top: 7px;
	left: -20px;
	width: 10px;
	height: 10px;
	border: 1px solid #0260CA;
	border-radius: 3px;
}
.alao-our-services__item:nth-child(odd) {
	text-align: right;
}
.alao-our-services__item:nth-child(odd)::before {
	right: -20px;
	left: inherit;
}













/* Routes ----------------------------------------------------------------------------- */
.alao-routes__box {
	padding: 24px 32px 20px;
	overflow: hidden;
	background: #0260CA;
}
.alao-routes__head {
	color: #fff;
}
.alao-routes__slider {
	position: relative;
	padding-bottom: 75px;
}
.alao-routes-item {
	float: left;
	width: 100%;
}
.alao-routes-item__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.alao-routes-item__map {
	width: 50%;
}
.alao-routes-item__map-inside {
	width: 100%;
	padding-top: 78%;
	position: relative;
}
.alao-routes-item__map img,
.alao-routes-item__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.alao-routes-item__info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(50% - 32px);
	color: #fff;
}
.alao-routes-item__title {
	width: 100%;
	margin-bottom: 4px;
	font-size: 30px;
	line-height: 1.3;
}
.alao-routes-item__charact {
	margin-bottom: auto;
}
.alao-routes-item__charact-line {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #C9C9C9;
	font-size: 18px;
	line-height: 1.4;
}
.alao-routes-item__charact-line:first-child {
	border-top: none;
}
.alao-routes-item__charact-line span {
	font-weight: bold;
}
.alao-routes-item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding-top: 8px;
	gap: 20px;
}
.alao-routes-item__button {
	display: inline-block;
	padding: 8px 16px;
	margin-right: 0px;
	border: 1px solid #fff;
	background-color: transparent;
	outline: none;
	font-size: 14px;
	line-height: 36px;
	text-transform: uppercase;
	color: #FAFF00;
	cursor: pointer;
	transition: all .3s ease;
}
.alao-routes-item__button:hover {
	background: #fff;
	color: #0260CA;
}

.alao-routes__slider .slick-list {
	overflow: hidden;
}
.alao-routes__slider .slick-arrow {
	position: absolute;
	top: calc(50% - 8px);
	width: 10px;
	height: 16px;
	border: none;
	background-color: transparent;
	font-size: 0;
	cursor: pointer;
}
.alao-routes__slider .slick-arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-mask: url('i/bg-arrow-right.svg') center no-repeat;
	mask: url('i/bg-arrow-right.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.alao-routes__slider .slick-prev {
	left: -20px;
}
.alao-routes__slider .slick-prev::before {
	transform: rotate(180deg);
}
.alao-routes__slider .slick-next {
	right: -20px;
}
.alao-routes__slider .slick-arrow:hover::before {
	background: #000;
}

.alao-routes__slider .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	list-style: none;
}
.alao-routes__slider .slick-dots li {
	margin: 0 6px;
}
.alao-routes__slider .slick-dots li button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	min-width: 30px;
	height: 30px;
	padding: 4px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	transition: all .3s ease;
	cursor: pointer;
}
.alao-routes__slider .slick-dots li.slick-active button,
.alao-routes__slider .slick-dots li button:hover {
	background: #fff;
	font-weight: bold;
	color: #0260CA;
}














.alao-faq {
	padding-top: 64px;
	padding-bottom: 48px;
	overflow: hidden;
}
.alao-faq-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 800px;
	margin: 0 auto;
}
.alao-faq-tabs__caption {
	width: 160px;
	list-style: none;
}
.alao-faq-tabs__caption li {
	padding: 8px 0;
	font-size: 18px;
	line-height: 1.8;
	text-align: right;
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.alao-faq-tabs__caption li.active,
.alao-faq-tabs__caption li:hover {
	text-decoration: underline;
}

.alao-faq-tabs__content {
	width: calc(100% - 240px);
	display: none; /* по умолчанию прячем все блоки */
}
.alao-faq-tabs__content.active {
	display: block; /* по умолчанию показываем нужный блок */
}
.alao-faq-tabs__content-head {
	display: none;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
}

.alao-faq-item {
	border-top: 1px solid #C9C9C9;
}
.alao-faq-item:first-child {
	border-top: none;
}
.alao-faq-item__head {
	padding: 8px 56px 8px 4px;
	position: relative;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	cursor: pointer;
}
.alao-faq-item__head::before {
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	width: 10px;
	height: 16px;
	background: #C4C4C4;
	-webkit-mask: url("i/bg-arrow-right.svg") center no-repeat;
	mask: url("i/bg-arrow-right.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.alao-faq-item.active .alao-faq-item__head::before {
	background: #000;
	transform: rotate(90deg);
}
.alao-faq-item__body {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}
.alao-faq-item.active .alao-faq-item__body {
	max-height: 4000px;
	opacity: 1;
	transition: all .3s ease;
}
.alao-faq-item__text {
	padding: 4px 4px 8px;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
}












/* Experience ----------------------------------------------------------------------------- */
.alao-experience {
	padding-bottom: 24px;
	overflow: hidden;
}
.alao-experience__box {
	padding: 24px;
	overflow: hidden;
	background: #0260CA;
	border-radius: 3px;
}
.alao-experience__head {
	color: #fff;
}
.alao-experience__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.alao-experience__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(45% - 24px);
}
.alao-experience__desc {
	padding-right: 20px;
	padding-bottom: 8px;
	position: relative;
	font-size: 18px;
	line-height: 1.6;
	color: #FFF;
}
.alao-experience__desc::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #C9C9C9;
}
.alao-experience__bottom {
	width: 100%;
	overflow: hidden;
}
.alao-experience__min-video {
	float: left;
	display: block;
	width: calc(50% - 10px);
	margin: 0 5px;
	overflow: hidden;
	border-radius: 10px;
}
.alao-experience__min-video-inside {
	display: block;
	width: 100%;
	padding-top: 57%;
	position: relative;
}
.alao-experience__min-video-inside img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.alao-experience__more-video {
	font-size: 14px;
	line-height: 1.3;
	color: #FFF;
	text-decoration: underline;
}
.alao-experience__more-video:hover {
	text-decoration: none;
}

.alao-experience__video {
	width: 55%;
	border-radius: 10px;
	overflow: hidden;
}
.alao-experience__video-item {
	float: left;
	width: 100%;
	z-index: 99 !important;
}
.alao-experience__video a {
	display: block;
	width: 100%;
	padding-top: 57%;
	position: relative;
}
.alao-experience__video img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}















/* Applic ----------------------------------------------------------------------------- */
.alao-applic {
	padding-top: 40px;
	padding-bottom: 75px;
}
.alao-applic__box {
	background: #fff;
	padding: 48px 32px 16px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.alao-applic__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.alao-applic__left {
	width: 52%;
}
.alao-applic__head {
	margin-bottom: 8px;
	text-align: left;
}
.alao-applic__desc {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.5);
}

.alao-applic__right {
	width: 42%;
}
.alao-applic-form__label {
	margin-bottom: 12px;
}
.alao-applic-form__label input,
.alao-applic-form__label textarea {
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	background: #fff;
	outline: none;
	border-bottom: 1px solid #C9C9C9;
	font-weight: 300;
	font-size: 14px;
}
.alao-applic-form__label textarea {
	height: 64px;
	resize: none;
	padding-top: 12px;
}
.alao-applic-form__submit {
	max-width: 142px;
	margin: 40px auto 0;
}
.alao-applic-form__submit input {
	display: block;
	width: 100%;
	height: 40px;
	background: #0260CA;
	border: 1px solid #FFF;
	border-radius: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FAFF00;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}
.alao-applic-form__submit input:hover {
	background: #fff;
	border-color: #0260CA;
	color: #0260CA;
}




/* Footer ----------------------------------------------------------------------------- */
.alao-footer {
	padding-top: 24px;
	padding-bottom: 16px;
	background: #0260CA;
}
.alao-footer__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alao-footer__contact{
	min-width: 280px;
}
.alao-footer__phone{
	font-size: 14px;
	line-height: 15px;
	text-transform: lowercase;
	color: #FFFFFF;
}
.alao-footer__email{
	font-size: 14px;
	line-height: 15px;
	text-transform: lowercase;
	color: #FFFFFF;
}
.alao-footer__logo {
	display: flex;
	align-content:center;
	width: 156px;
	height: 86px;
	background: url('i/bg-footer-logo.png') top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.alao-footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 12px;
}
.alao-footer-social__item {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	position: relative;
	font-size: 0;
	text-decoration: none;
	transition: all .3s ease;
}
.alao-footer-social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transition: all .3s ease;
}
.alao-footer-social__item--fb::before {
	background-image: url('i/burger-fb.svg');
}
.alao-footer-social__item--ig::before {
	background-image: url('i/burger-inst.svg');
}
.alao-footer-social__item--in::before {
	background-image: url('i/burger-linkedin.svg');
}
.alao-footer-social__item--tw::before {
	background-image: url('i/burger-twitter.svg');
}
.alao-footer-social__item--pi::before {
	background-image: url('i/burger-pinterest.svg');
	border-radius: 7px;
}
.alao-footer-social__item--yt::before {
	background-image: url('i/burger-yt.svg');
}
.alao-footer-social__item--tt::before {
	background-image: url('i/burger-tt.svg');
}
.alao-footer-t {
	padding-top: 8px;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
	color: #FFF;
}









/* Всплывающие окна */
.alao-overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.alao-overlay.active {
	display: block;
}

.alao-popup {
	display: none;
	position: relative;
	width: 100%;
	max-width: 400px;
	max-height: 96%;
	overflow: hidden;
	overflow-y: visible;
	padding: 20px;
	background: #0260CA;
	text-align: center;
	z-index: 9999;
}
.alao-popup-first-module {
	max-width: 1000px;
	padding: 20px 32px 24px;
	border-radius: 3px;
	color: #fff;
}
.alao-popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	background: #fff;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	cursor: pointer;
	transition: background .3s ease;
}
.alao-popup__close:hover {
	background: #000;
}
.alao-popup__head {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}
.alao-popup__label {
	position: relative;
}
.alao-popup__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.alao-popup__label {
	width: 1000%;
	margin-bottom: 8px;
	position: relative;
}
.alao-popup__label input {
	display: block;
	width: 100%;
	height: 64px;
	border: 1px solid rgba(255, 255, 255, .02);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), rgba(255, 255, 255, 0.12);
	padding-left: 20px;
	padding-right: 8px;
	border-radius: 18px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}
.alao-popup__label input:focus {
	color: #fff;
}
.alao-popup__label input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup__label input::-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup__label input:-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup__label input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup__submit {
	width: 100%;
	max-width: 360px;
	margin: 16px auto 0;
	position: relative;
}
.alao-popup__submit input {
	display: block;
	width: 100%;
	height: 56px;
	background: transparent;
	border: 1px solid #FFF;
	outline: none;
	border-radius: 3px;
	font-size: 36px;
	text-transform: uppercase;
	color: #FAFF00;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}
.alao-popup__submit input:hover {
	background: #0260CA;
	color: #fff;
}


.alao-popup-first-module__top,
.alao-popup-first-module__middle {
	border-bottom: 1px solid #C9C9C9;
}
.alao-popup-first-module__title {
	padding-bottom: 16px;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
}
.alao-popup-first-module__title span {
	font-weight: bold;
}
.alao-popup-first-module__middle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-top: 36px;
	padding-bottom: 32px;
}
.alao-popup-first-module__middle-head {
	font-size: 24px;
	line-height: 1.2;
}
.alao-popup-first-module__item {
	position: relative;
	padding-left: 48px;
	margin-left: 12px;
	font-size: 32px;
	line-height: 1;
}
.alao-popup-first-module__item::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 48px;
	height: 48px;
	background: url('i/bg-icon-modal-arrow.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.alao-popup-first-module__item span {
	font-weight: bold;
}

.alao-popup-first-module__bottom {
	padding-top: 48px;
}
.alao-popup-first-module__head {
	margin-bottom: 48px;
	font-size: 64px;
	line-height: 1.1;
	text-align: center;
}
.alao-popup-first-module__head span {
	display: block;
	color: #FFD600;
	font-weight: bold;
}
.alao-popup-first-module__form-head {
	width: 100%;
	padding-bottom: 8px;
	text-align: left;
}
.alao-popup-first-module__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 12px;
}
.alao-popup-first-module__label {
	width: calc(50% - 8px);
	position: relative;
}
.alao-popup-first-module__label input {
	display: block;
	width: 100%;
	height: 64px;
	border: 1px solid rgba(255, 255, 255, .02);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), rgba(255, 255, 255, 0.12);
	padding-left: 20px;
	padding-right: 8px;
	border-radius: 18px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
}
.alao-popup-first-module__label input:focus {
	color: #fff;
}
.alao-popup-first-module__label input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup-first-module__label input::-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup-first-module__label input:-moz-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup-first-module__label input:-ms-input-placeholder {
	color: rgba(255, 255, 255, .4);
}
.alao-popup-first-module__submit {
	width: 100%;
	max-width: 360px;
	margin: 16px auto 0;
	position: relative;
}
.alao-popup-first-module__submit input {
	display: block;
	width: 100%;
	height: 56px;
	background: transparent;
	border: 1px solid #FFF;
	outline: none;
	border-radius: 3px;
	font-size: 36px;
	text-transform: uppercase;
	color: #FAFF00;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}
.alao-popup-first-module__submit input:hover {
	background: #0260CA;
	color: #fff;
}
.wpcf7-spinner {
	position: absolute;
	top: 8px;
	left: 8px;
}


.alao-header__nav .burger-contacts{
	display: none;
}

/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.alao-popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.alao-popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}



.burger-social__item {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0;
	position: relative;
}
.burger-social__item::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	bottom: unset !important;
	-webkit-mask-position: center !important;
	mask-position: center !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat !important;
	-webkit-mask-size: contain !important;
	mask-size: contain !important;
	transition: all .3s ease !important;
	pointer-events: all !important;
	opacity: 1 !important;
	background-size: cover !important;
}
.burger-social__item--fb::before {
	background: url('i/burger-fb.svg') !important;
	background-size: cover !important;
}
.burger-social__item--ig::before {
	background: url('i/burger-inst.svg') !important;
	background-size: cover !important;
}
.burger-social__item--in::before {
	background: url('i/burger-linkedin.svg') !important;
	background-size: cover !important;
}
.burger-social__item--tw::before {
	background: url('i/burger-twitter.svg') !important;
	background-size: cover !important;
}
.burger-social__item--tt::before {
	background: url('i/burger-tt.svg') !important;
	background-size: cover !important;
}
.burger-social__item--pi::before {
	background: url('i/burger-pinterest.svg') !important;
	background-size: cover !important;
	border-radius: 7px;
}
.burger-social__item--yt::before {
	background: url('i/burger-yt.svg') !important;
	background-size: cover !important;
}
.burger-social__item--blog::before {
	background: url('i/blog-icon.png') !important;
	background-size: cover !important;
}


/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1450px) {

	.alao-popup-first-module__title {
		font-size: 40px;
	}
	.alao-popup-first-module__middle {
		padding-top: 32px;
		padding-bottom: 28px;
	}
	.alao-popup-first-module__middle-head {
		font-size: 24px;
	}
	.alao-popup-first-module__item {
		font-size: 32px;
	}
	.alao-popup-first-module__bottom {
		padding-top: 32px;
	}
	.alao-popup-first-module__head {
		margin-bottom: 32px;
		font-size: 56px;
	}
	.alao-popup-first-module__label input {
		height: 64px;
		font-size: 20px;
	}


}


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

	.alao-filter-item {
		margin-right: 12px;
	}


	.alao-routes-item__button {
		padding: 8px 20px;
		margin-right: 24px;
	}


	.alao-applic__box {
		padding: 32px;
	}


	.alao-popup-first-module {
		padding: 20px 24px;
	}

}











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

	.alao-header__nav li {
		margin: 0 8px;
	}


	.alao-filter-item {
		margin: 0 8px 8px 0;
	}


	.alao-vacancies-item__label {
		width: calc(100% - 320px);
	}
	.alao-vacancies-item__cost {
		width: 160px;
	}


	.alao-routes-item__button {
		margin: 0 8px 8px 0;
	}


	.alao-experience__desc {
		font-size: 16px;
		line-height: 1.4;
	}


	.alao-applic__right {
		width: 48%;
	}
	.alao-applic-form__submit {
		margin-top: 20px;
	}


	.alao-footer-social__item {
		margin-left: 4px;
	}


	.alao-popup-first-module__item {
		padding-left: 44px;
		margin-left: 12px;
		font-size: 25px;
	}
	.alao-popup-first-module__item::before {
		top: -10px;
		width: 40px;
		height: 40px;
	}


}












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

	.alao-header .alao-container {
		align-items: center;
	}
	.alao-header__contact {
		margin-left: auto;
		margin-right: 32px;
		display: none;
	}

	.alao-header__nav {
		position: absolute;
		top: 20px;
		/*right: 0;*/
		background: #FFF;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
		z-index: 40;
		width: 0;
		padding: 0;
		right: 100px;
		height: 0;
	}

	.alao-header__nav .burger-contacts {
		display: none;
	}

	.alao-nav-active .burger-contacts {
		display: block;
	}

	.alao-nav-active .alao-header__nav {
		padding: 20px 15px;
		top: 104px;
		opacity: 1;
		pointer-events: auto;
		width: 100%;
		height: calc(100vh - 48px);
		background: #0260CA;
		border-radius: 0;
		overflow: scroll;
		right:0;
	}

	.alao-header__nav .burger-contacts{
		/*display: block;*/
		margin-top: 25px;
	}

	.alao-header__nav .burger-contacts .social{
		display: flex;
		gap: 15px;
		margin-left: -2px;
		margin-top: 22px;
	}

	.alao-header__nav .burger-contacts .phone{
		display: flex;
		align-items: center;
		font-family: 'Open Sans', sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 100%;
		color: #fff;
		padding: 0;
	}

	.alao-header__nav .burger-contacts .phone img{
		display: block;
		margin-right: 8px;
	}


	.header-lang {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		background: #FFF;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
		border-radius: 3px;
		margin-left: 0;
		overflow: hidden;
		width: max-content;
		margin-top: 33px;
	}
	.header-lang__item {
		display: block;
		padding: 10px 11px !important;
		font-size: 10px;
		line-height: 1 !important;
		color: #fff !important;
		text-decoration: none;
		transition: all .3s ease;
		cursor: pointer;
		outline: none !important;
		background: #0260CA !important;
	}
	.header-lang__item:hover::before {
		content: none !important;
	}

	.header-lang__item:nth-child(2) {
		border-right: 1px solid #0156B7;
		border-left: 1px solid #0156B7;
	}
	.header-lang__item.current,
	.header-lang__item:hover {
		box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.12);
		background: #0260CA;
	}


	.alao-header__phone
	{
		display: none;
	}

	.alao-header__nav ul
	{
		flex-direction: column;
		align-items: flex-start;
	}

	.alao-header__nav ul li
	{
		border-bottom: 2px solid rgba(255, 255, 255, 0.42);
		width: 100%;
		margin:0;
	}

	.alao-header__nav ul li a
	{
		color: #fff;
		padding: 18px 0;
		font-size: 14px;
		line-height: 1;
	}

	.alao-header__nav ul li a:hover
	{
		background: none;
	}

	.alao-header__nav-btn {
		display: block;
	}


	.alao-filter__label {
		width: 200px;
	}
	.alao-filter__list {
		width: calc(100% - 210px);
	}


	.alao-vacancies-item__label {
		width: calc(100% - 280px);
	}
	.alao-vacancies-item__cost {
		width: 120px;
	}
	.alao-vacancies-item__cost-price {
		font-size: 32px;
	}


	.alao-results-average__cost-price {
		margin-bottom: 56px;
		font-size: 32px;
	}


	.alao-our-services {
		padding-top: 16px;
	}


	.alao-faq-tabs__content {
		width: calc(100% - 200px);
	}


	.alao-popup-first-module__title {
		padding-bottom: 20px;
		font-size: 36px;
	}
	.alao-popup-first-module__middle {
		padding-top: 24px;
		padding-bottom: 20px;
	}
	.alao-popup-first-module__middle-head {
		font-size: 20px;
	}
	.alao-popup-first-module__item {
		padding-left: 40px;
		margin-left: 8px;
		font-size: 20px;
	}
	.alao-popup-first-module__head {
		margin-bottom: 24px;
		font-size: 40px;
	}
	.alao-popup-first-module__submit input {
		height: 56px;
		font-size: 32px;
	}


}












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

	.alao-hero-info__title {
		margin-bottom: 24px;
		font-size: 32px;
	}


	.alao-filter__box {
		align-items: flex-start;
		margin-bottom: 24px;
	}


	.alao-vacancies-item__top {
		justify-content: flex-start;
	}
	.alao-vacancies-item__label {
		width: 100%;
		margin-bottom: 20px;
	}
	.alao-vacancies-item__box {
		margin-bottom: 20px;
	}
	.alao-vacancies-item__info, .alao-vacancies-item__video {
		width: 100%;
		padding-bottom: 20px;
	}


	.alao-our-services__item {
		width: calc(50% - 32px);
	}


	.alao-routes__slider {
		padding-bottom: 40px;
	}
	.alao-routes-item__map,
	.alao-routes-item__info {
		width: 100%;
		padding-bottom: 20px;
	}


	.alao-experience__info {
		width: 100%;
	}
	.alao-experience__bottom {
		display: none;
	}
	.alao-experience__video {
		width: 100%;
		padding: 20px 0;
	}


	.alao-applic__box {
		padding: 20px;
	}


	.alao-footer__logo {
		order: -5;
		margin-top: -16px;
		margin-bottom: 20px;
		margin-left: -16px;
	}
	.alao-footer-social {
		justify-content: center;
		width: 100%;
	}


	.alao-popup-first-module__title {
		padding-bottom: 16px;
		font-size: 30px;
		line-height: 1.2;
	}
	.alao-popup-first-module__middle {
		padding-bottom: 4px;
	}
	.alao-popup-first-module__item {
		padding-bottom: 20px;
	}
	.alao-popup-first-module__head {
		margin-bottom: 20px;
		font-size: 36px;
	}


}












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

	.alao-head {
		margin-bottom: 24px;
		font-size: 28px;
	}


	.alao-header {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.alao-header__logo {
		width: 120px;
		height: 64px;
	}
	.alao-header-social__item {
		width: 24px;
		height: 24px;
		margin-left: 4px;
	}

	.alao-nav-active .alao-header__nav
	{
		top: 80px;
	}

	.alao-nav-active .header--fixed .alao-header__nav
	{
		top: 68px;
	}


	.alao-hero-info {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.alao-hero-info__title {
		margin-bottom: 16px;
		font-size: 28px;
	}
	.alao-hero-info__text {
		font-size: 16px;
	}


	.alao-filter__label,
	.alao-filter__list {
		width: 100%;
	}
	.alao-filter__list {
		padding-top: 8px;
	}
	.alao-filter-item__name {
		padding: 4px 8px;
	}
	.alao-filter-item__icon {
		width: 44px;
	}


	.alao-vacancies-item__faq-point {
		width: 100%;
	}
	.alao-vacancies-item__faq-point:nth-child(2) {
		border-top-color: #fff;
	}
	.alao-vacancies-item__faq-head {
		padding: 8px 24px 8px 0;
		font-size: 16px;
	}


	.alao-results-button {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.alao-results-button__title {
		margin-bottom: 0;
	}
	.alao-results-button__slider {
		width: 104px;
	}
	.alao-results-item__top {
		padding: 16px;
	}
	.alao-results-item__wrapper::before {
		display: none;
	}
	.alao-results-item__info,
	.alao-results-average {
		width: 100%;
	}
	.alao-results-item__info {
		margin: 0 auto;
	}
	.alao-results-button {
		margin-top: 24px;
	}
	.alao-results-average {
		margin: 0 auto;
		padding: 20px 0 0;
	}
	.alao-results-average__cost {
		text-align: center;
	}
	.alao-results-average__cost-price {
		margin-bottom: 20px;
	}


	.alao-routes-item__charact {
		width: 100%;
	}
	.alao-routes-item__bottom {
		margin: 0 auto;
		gap: 0 20px;
	}
	.alao-routes-item__button {
		width: 80%;
		margin: 0 auto 8px;
	}
	.alao-routes__slider .slick-arrow {
		top: 200px;
	}


	.alao-faq-tabs__caption {
		display: none;
	}
	.alao-faq-tabs__content {
		display: block;
		width: 100%;
		margin-bottom: 16px;
	}
	.alao-faq-tabs__content-head {
		display: block;
	}
	.alao-faq-tabs__content-body {
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease;
	}
	.alao-faq-tabs__content-body.active {
		max-height: 4000px;
	}


	.alao-experience__info {
		align-items: center;
	}
	.alao-experience__bottom {
		display: none;
	}
	.alao-experience__video .slick-dots {
		position: absolute;
		bottom: 16px;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		width: 100%;
		list-style: none;
	}
	.alao-experience__video .slick-dots li {
		margin: 0 8px;
	}
	.alao-experience__video .slick-dots li button {
		display: block;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border: none;
		outline: none;
		background: #C9C9C9;
		font-size: 0;
		cursor: pointer;
		transition: all .3s ease;
	}
	.alao-experience__video .slick-dots li.slick-active button,
	.alao-experience__video .slick-dots li button:hover {
		transform: scale(1.6);
	}
	.alao-experience__desc {
		margin-bottom: 16px;
	}


	.alao-applic__left,
	.alao-applic__right {
		width: 100%;
	}


	.alao-popup-first-module__head {
		font-size: 32px;
	}
	.alao-popup-first-module__line {
		margin-bottom: 0;
	}
	.alao-popup-first-module__label {
		width: 100%;
		margin-bottom: 12px;
	}
	.alao-popup-first-module__submit {
		max-width: 320px;
		margin: 4px auto 0;
	}


}












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

	.alao-head {
		font-size: 24px;
	}


	.alao-header__logo {
		margin-left: -16px;
	}
	.alao-header__contact {
		margin-right: 4px;
	}
	.alao-header-social {
		display: none;
	}
	.alao-header__phone {
		margin-bottom: 0;
		font-size: 17px;
	}


	.alao-vacancies-item {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
	.alao-vacancies-item__top {
		padding: 12px 40px 12px 16px;
	}
	.alao-vacancies-item__top::before {
		right: 20px;
	}
	.alao-vacancies-item__name {
		font-size: 20px;
	}
	.alao-vacancies-item__desc {
		font-size: 12px;
	}
	.alao-vacancies-item__cost-title {
		font-size: 14px;
	}
	.alao-vacancies-item__cost-price {
		font-size: 24px;
	}


	.alao-results-item {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 24px 20px;
	}


	.alao-our-services__item {
		width: 100%;
		padding-left: 24px;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.alao-our-services__item:nth-child(odd) {
		text-align: left;
	}
	.alao-our-services__item::before,
	.alao-our-services__item:nth-child(odd)::before {
		top: 5px;
		right: inherit;
		left: 0;
	}


	.alao-routes__box {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 20px;
	}
	.alao-routes__head {
		font-size: 20px;
	}
	.alao-routes-item__title {
		font-size: 24px;
	}
	.alao-routes-item__charact-line {
		font-size: 14px;
	}


	.alao-faq {
		padding-top: 24px;
		padding-bottom: 16px;
	}
	.alao-faq__head {
		font-size: 20px;
	}
	.alao-faq-tabs__content-head {
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 8px 15px;
	}

	.alao-faq-item__head {
		padding: 8px 40px 8px 0;
		font-size: 16px;
	}
	.alao-faq-item__head::before {
		right: 12px;
	}


	.alao-experience__box,
	.alao-applic__box {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 20px;
	}
	.alao-experience__head {
		font-size: 22px;
	}


	.alao-applic {
		padding-top: 8px;
		padding-bottom: 32px;
		overflow: hidden;
	}


	.alao-footer .alao-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.alao-footer__logo {
		width: 136px;
		height: 70px;
		margin-left: -20px;
	}
	.alao-footer__contact {
		margin-left: -20px;
		text-align: right;
	}
	.alao-footer__email {
		font-size: 12px;
	}



}




/* FOOTER NEW */

.alao-footer
{
	padding-top: 63px;
}

.alao-footer__links
{

}

.alao-footer__links h5
{
	font-size: 16px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	line-height: normal;
	margin-bottom: 11px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}

.alao-footer__links ul
{
	list-style: none;
	columns: 2;
	column-gap: 55px;
}

.alao-footer__links ul li
{
	margin-bottom: 14px;
}

.alao-footer__links ul li a
{
	text-decoration: none;
	color: #DBE9F8;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.alao-footer-t{
	margin-top: 30px;
	font-size: 10px;
	color: #DBE9F8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.alao-footer-social-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 28px;
}

.alao-footer-social{
	display: flex;
	flex-direction: column;
}

.alao-footer-social__item:first-of-type
{
	margin-left: -10px;
}

.alao-footer .alao-container>div{
	flex-basis: 33%;
}

.alao-footer .alao-container{
	align-items: stretch;
	max-width: 1220px;
}

.alao-footer__contact
{
	display: flex;
	flex-direction: column;
	gap: 11px;
}

.alao-footer__contact a
{
	text-decoration: none;
	font-size: 14px;
	color: #DBE9F8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.alao-footer__logo
{
	background: none;
	width: 220px;
	height: 135px;
}

.alao-footer-social-links-mobile
{
	display: none;
}

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

	.alao-footer
	{
		padding-top: 43px;
		padding-bottom: 28px;
	}

	.alao-footer__links
	{
		order: 3;
	}

	.alao-footer-social .alao-footer-social-links{
		display: none;
	}

	.alao-footer .alao-container>div
	{
		flex-basis: unset;
	}

	.alao-footer .alao-container .alao-footer__links
	{
		flex-basis: 100%;
	}

	.alao-footer__links ul
	{
		columns: 1;
		display: flex;
		flex-direction: column;
	}

	.alao-footer-social
	{
		width: 50%;
		justify-content: flex-start;
		margin: 0;
		flex-grow: 1;
		align-content: flex-end;
	}

	.alao-footer__links ul li { margin-bottom: 0; position: relative; }

	.alao-footer__links ul li:after {
		content: url('i/dispatcher-service-footer-goto.svg');
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.alao-footer__links ul li a
	{
		display: block;
		padding: 11px 0;
		border-bottom: 1px solid #DDDDDD;
	}

	.alao-footer-t
	{
		margin-top: 30px;
		font-size: 8px;
		line-height: 160%;
	}

	.alao-footer-social-links-mobile
	{
		margin-top: 28px;
		display: flex;
		justify-content: space-between;
		flex-basis: 100%;
		width: 100%;
	}

	.alao-footer-social__item:first-of-type
	{
		margin-left: 0;
	}

	.alao-footer-social__item{
		width: 32px;
		height: 32px;
	}

	.alao-footer-social__item.alao-footer-social__item--yt{
		width: 44px;
		height: 32px;
	}

	.alao-footer__logo
	{
		background: none;
		width: 50%;
		height: auto;
		margin: 0;
		max-width: 120px;
	}

	.alao-footer__logo img
	{
		max-width: 100%;
		height: auto;
		object-fit: cover;
	}

	.alao-footer__contact
	{
		min-width: unset;
		width: auto;
		margin: 0;
		text-align: right;
		gap: 14px;
	}

	.alao-footer__contact a:first-of-type{ order: 2; }
	.alao-footer__contact a:last-of-type{ order: 3; }


}

/* FOOTER NEW END */



/* STICKY HEADER */

.header--fixed
{
	transition: all 0.3s ease;
}

.header--fixed{
	position: fixed;
	top: 0;
	padding: 5px 0;
	z-index: 999;
}

.alao-header__logo
{
	transition: all 0.3s ease;
}

.header--fixed .alao-header__logo
{
	width: 126px;
}

.header--fixed .burger-contacts .header-lang{
	max-height: unset !important;
	overflow: hidden;
}

/* STICKY HEADER END */




/* END ============================================================= */