@font-face { 
	font-family: 'MuseoSansCyrl';
	src: url('https://flymeluxury.com/wp-content/themes/flymeluxury/zoho-templates/assets/fonts/MuseoSansCyrl-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face { 
	font-family: 'MuseoSansCyrl';
	src: url('https://flymeluxury.com/wp-content/themes/flymeluxury/zoho-templates/assets/fonts/MuseoSansCyrl-100.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
body {
	position: relative;
}
body * {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'MuseoSansCyrl';
}
#wpadminbar{
	display: none;
}
/*HEADER*/
header {
	background-color: #fff;
	z-index: 999;
	top: 0;
	left: 0;
	position: absolute;
	box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.3);
}
.home .fares-city-front{
	margin: 5px;
	width: 32%;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    padding-top: 32%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
}
.fixed {
	position: fixed;
}

.navbar {
    padding: 20px;
	flex-wrap: wrap;
}

.navbar-brand {
	max-width: 220px;
	width: 220px;
}

button.navbar-toggler {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	justify-content: center;
    -ms-align-items: center ;
    align-items: center ;
	flex-wrap: wrap;
	padding: 0;
    width: 34px;
	min-height: 21px;
	height: auto;
    border: none;
	position: relative;
	cursor: pointer;
}

button.navbar-toggler span {
	width: 100%;
    height: 3px;
    max-height: 3px;
    min-height: 3px;
    background-color: #7E603D;
    margin-bottom: 6px;
    border-radius: 12px;
	position: relative;
	transition: all 0.3s linear;
}

button.navbar-toggler span:last-child {
    margin-bottom: 0;
}

.navbar-collapse button.navbar-toggler {
	margin-left: auto;
}

.navbar-collapse button.navbar-toggler span:first-child {
	transform: rotate(50deg);
    margin: 0;
	position: absolute;
	bottom: 3px;
	right: 1px;
}

.navbar-collapse button.navbar-toggler span:last-child {
	transform: rotate(135deg);
	position: absolute;
    margin: 0;
    bottom: 3px;
    right: 0.5px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

.right_header {
	display: flex;
}

.partners_logo {
	display: flex;
}

.partner_logo {
	height: 50px;
    margin-right: 20px;
}

.partner_logo img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.tel_site {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.tel_site a {
    line-height: 1.4;
    margin-left: 7px;
	text-decoration: none;
	color: #00283a;
	font-family: "MuseoSansCyrl";
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.tel_site i {
	color: #1ECBDF;
    font-size: 22px;
    margin-top: 5px;
}

#menu-header .menu-item {
	margin-right: 18px;
}

#menu-header .menu-item:last-child {
	margin-right: 0;
}

#menu-header .menu-item .nav-link {
	line-height: 100%;
	transition: all 0.2s linear;
	color: #1d242d;
	font-family: "MuseoSansCyrl";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
#menu-header .menu-item.active .nav-link {
    opacity: 1;
    color: #b09a34;
    border-bottom: 2px solid #b09a34;
}


#menu-header .menu-item .nav-link:hover {
	opacity: 1;
}

/*FOOTER*/
.footer-top {
	background-color: #00283b;
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-top hr{
	background-color: #b09a34;
}
.footer-brand {
	width: 250px;
}

.footer-brand img {
	width: 100%;
	height: auto;
}

.footer-address {
	margin-top: 20px;
}

.footer-address__title {
	font-weight: normal;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.3;
    margin-bottom: 7px;
}

.footer-address__content {
	font-weight: normal;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #222222;
    opacity: 0.7;
    margin: 0;
	white-space: pre-wrap;
}

.social_links {
	margin-top: 10px;
	text-align: right;
}

.social_link a {
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
}

.social_link img {
	width: 20px;
	margin-right: 15px;
}

.social_link {
    display: inline-block;
    margin-right: 20px;
}


#menu-footer {
	padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

#menu-footer li a {
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 28px;
    color: #fff;
    font-family: 'MuseoSansCyrl';
}

#menu-footer li {
	margin-right: 15px;
}

#menu-footer li:last-child {
	margin-right: 0;
}

.footer-phone {
	margin-bottom: 12px;
}

.footer-phone i {
	color: #1ECBDF;
    font-size: 22px;
    margin-right: 10px;
}

.footer-phone a {
	font-family: 'MuseoSansCyrl', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 37px;
    color: #000000;
	text-decoration: none;
}

#menu-terms-privacy-policy {
	padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 35px;
}

#menu-terms-privacy-policy li {
	margin-bottom: 15px;
}

#menu-terms-privacy-policy li:last-child {
	margin-bottom: 0;
}

#menu-terms-privacy-policy li a {
	color: #ffffff;
	font-size: 12px;
	font-family: 'MuseoSansCyrl', serif;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	line-height: 28px;
}

.footer-bottom {
	background-color: #BECDDF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-copyright {
	width: 100%;
}

.footer-logos {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo{
	margin: 0px 20px;
}
.footer-logos img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.align-center{
	align-items: center;
}
.copyright{
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}
.copytight-title {
	font-weight: normal;
    font-size: 12px;
    line-height: 145%;
    color: #222222;
    opacity: 0.6;
}

.copytight-text {
	font-weight: normal;
    font-size: 12px;
    line-height: 145%;
    color: #222222;
    opacity: 0.4;
	margin: 0;
}

/*LIMO*/
.stretched {

}
#limo {
	background: #f2f4f6;
/*	min-height: 102vh;
	padding-top: 10%;
	padding-bottom: 50px;*/
}
.limo__fon{
	background-image: url('/wp-content/uploads/2020/07/servis.jpg');
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.limo__title {
	line-height: 46px;
	color: #b09a34;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.limo__title:after{
	content: " ";
	width: 180px;
	height: 4px;
	background-color: #b09a34;
	position: absolute;
	bottom: 0;
	left: 0;
}
.limo__text {
	font-weight: normal;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: #FCFCFC;
    margin-bottom: 25px;
}
.limo__content{
	max-width: 550px;
	padding: 10% 0px 10% 30px;
}
.limo__box{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 20px 0px;
}
.limo__box-title{
	color: #00283b;
	font-family: "MuseoSansCyrl";
	font-size: 20px;
	line-height: 20px;
	font-weight: 100;
	letter-spacing: 0.5px;
	position: relative;
	padding-top: 22px;
	text-align: center;
}
.limo__box-title:before{
	content: "";
	position: absolute;
	width: 102px;
	height: 2px;
	background-color: #b09a34;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
}
.limo__box-img{
	max-height: 72px;
	margin-bottom: 20px;
}
.filter{
    filter: invert(11%) sepia(42%) saturate(2120%) hue-rotate(168deg) brightness(32%) contrast(102%);
}
.limo__box:hover .filter{
    filter: invert(53%) sepia(31%) saturate(810%) hue-rotate(12deg) brightness(126%) contrast(90%);
}
/*WORK*/
#works {
	background-color: #ffffff;
	margin: 5% 0px;
}

.works__title {
	line-height: 46px;
	color: #b09a34;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.works__title:after{
	content: " ";
	width: 180px;
	height: 4px;
	background-color: #b09a34;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.work {
	display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: 0 15px;
}

.work__number {
	color: #b09a34;
	font-family: 'MuseoSansCyrl';
	font-size: 34px;
	font-weight: 700;
	position: relative;
	margin-right: 30px;
	white-space: nowrap;
}
.work__number:after {
	content: "";
    position: absolute;
    width: 2px;
    height: 90px;
    background-color: #b09a34;
    right: -15px;
    top: 50%;
    margin-top: -45px;
}
.step-block{
	margin: 50px 0px;
}

.work__text p {
	text-align: left;
	color: #00283b;
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.5px;
	font-family: 'MuseoSansCyrl';
	line-height: 22px;
	margin-bottom: 0px;
}

/*ABOUT US*/
#about_us {
	padding-top: 65px;
    padding-bottom: 65px;
}
.about_us {
	text-align: left;
	max-width: 500px;
	padding-right: 20px;
	margin: 0 0 0 auto;
}
.about_us__title {
	line-height: 46px;
	color: #b09a34;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.about_us__title:after{
	content: " ";
	width: 286px;
	height: 4px;
	background-color: #b09a34;
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_us__text {
	margin-bottom: 25px;
    color: #1d242d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.about_us-block{
    display: flex;
    align-items: center;
}
.about-img{
	max-width: 90%;
}
.about-page{
	padding: 5% 0px;
}
.main-btn{
	color: #ffffff !important;
    font-family: "MuseoSansCyrl";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #1ecde2;
    padding: 15px 50px;
}
.main-btn:hover{
	text-decoration: none;
}
.partners {
	margin-top: 0;
    overflow: hidden;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	margin-bottom: 50px;
}

.partners .slick-list {
/*	margin-right: -35px;*/
	padding: 25px 0;
	margin: 0 auto;
	width: 93%;
}

.partner {
	margin-right: 55px;
	height: 30px;
	outline: none;
}

.partner__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.partner img {
	width: auto;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.partner .partner__logo.air_new_zealand img {
	height: 45px;
}

.partner .partner__logo.airfrance img {
	height: 18px;
}

.partner .partner__logo.american_airlines img {
	height: 55px;
}

.partner .partner__logo.asiana_airlines img {
	height: 55px;
}

.partner .partner__logo.austrian img {
	height: 25px;
}

.partner .partner__logo.cathay_pacific img {
	height: 25px;
}

.partner .partner__logo.delta img {
	height: 25px;
}

.partner .partner__logo.emirates img {
	height: 50px;
}

.partner .partner__logo.japan_airlines img {
	height: 40px;
}

.partner .partner__logo.klm img {
	height: 40px;
	margin-bottom: 10px;
}

.partner .partner__logo.korean_air img {
	height: 20px;
}

.partner .partner__logo.qantas img {
	height: 60px;
}

.partner .partner__logo.qatar img {
	height: 40px;
}

.partner .partner__logo.singapore_airlines img {
	height: 45px;
    margin-bottom: 10px;
}

.partner .partner__logo.south_african_airways img {
	height: 55px;
}

.partner .partner__logo.swiss img {
	height: 35px;
}

.partner .partner__logo.thai img {
	height: 40px;
}

.partner .partner__logo.turkish_airlines img {
	height: 45px;
}

.partner .partner__logo.united img {
	height: 35px;
}

.partner .partner__logo.virgin_atlantic img {
	height: 35px;
}

#contact {
	padding-top: 5%;
	padding-bottom: 40px;
	background-color: #fff;
}
.page-id-39 #contact {
    padding-top: 0;
}

.phone_row .iti {
	width: 100%;
}

.contact__title {
	line-height: 46px;
	color: #b09a34;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.contact__title:after{
	content: " ";
	width: 180px;
	height: 4px;
	background-color: #b09a34;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.contact__text {
	color: #1d242d;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
}

.contact {
	margin: 0 auto;
	max-width: 320px;
}
#contact hr{
	margin-top: 50px;
}
#contact-form {
	line-height: 0;
}
.сontact-footer .title{
	color: #a8acb9;
	font-size: 12px;
	font-family: 'MuseoSansCyrl';
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	margin-bottom: 0px;
}
.сontact-footer .desc a{
	color: #4f5362;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}
.iti.iti--allow-dropdown .phone {
	width: 100%;
	min-height: 100%;
	height: 44px;
}
.contact .input {
	border-radius: 5px;
	background-color: #eff0f4;
	color: #000;
	font-size: 12px;
	font-weight: 500;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	border: none!important;
	resize: none;
	outline: none!important;
	width: 100%;
	height: 100%;
	padding: 15px 20px;
	margin-bottom: 10px;
	transition-duration: 0.3s;
}

#contact textarea{
	height: 132px;
}
#contact .iti input, #contact .iti input[type=tel], #contact .iti input[type=text] {
    margin-bottom: 10px!important;
    padding-left: 40px;
    height: 44px;
}
.contact__img{
	max-width: 100%;
}
.contact .input:focus, .contact .input:hover{
	box-shadow: 0 9px 18px rgba(173, 178, 199, 0.62);
	border-radius: 5px;
	background-color: #ffffff;
	border: none !important;
	outline: none !important;
}
.contact .button{
	margin-top: 20px;
	font-family: 'MuseoSansCyrl';
	font-weight: 100;
}
@keyframes input {
	30% {
		box-shadow: inset 0px 0px 1px 1px rgba(104, 74, 39, 0.3);
	}
	70% {
		box-shadow: inset 0px 0px 1px 1px rgba(104, 74, 39, 0.5);
	}
	0%,100% {
		box-shadow: inset 0px 0px 1px 1px rgba(104, 74, 39, 0.2);
	}
}

.input_row p {
	margin: 0;
}

.button {
	background-color: #1ecde2;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	margin: 4px 0 0;
	width: 100%;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	resize: none;
	outline: none;
	transition: all 0.2s linear;
}

.button:hover {
	background-color: #1ecbdf;
}

.button:disabled {
	background-color: #92C1BF;
	cursor: no-drop;
}

.button:disabled:hover {
	background-color: #92C1BF;
}

.lite-button {
	display: inline-block;
	border: 2px solid #1ECBDF;
	border-radius: 4px;
	padding: 13px 35px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4;
	color: #222222;
	cursor: pointer;
}

.lite-button:hover,
.lite-button:active,
.lite-button:focus {
	text-decoration: none;
	color: inherit;
}
/*testimonials*/
#testimonials{
	background-color: #f2f4f6;
}
.testimonials{
	padding: 5% 0px;
}
.testimonials__title {
	line-height: 46px;
	color: #b09a34;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.testimonials__title:after{
	content: " ";
	width: 180px;
	height: 4px;
	background-color: #b09a34;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.review-card{
    transition: transform .8s,box-shadow .8s;
    background-color: #fff;
    padding: 24px;
    width: 100%;
    margin: 30px 0 16px 0;
    box-shadow: 0 3px 3px 0 transparent;
    z-index: 10;
}
.review-card:hover {
    transform: perspective(1px) scale(1.05);
    box-shadow: 0 3px 25px 0 rgba(0,0,0,.1);
}
.review-card__body {
    overflow: hidden;
    margin-top: 12px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
}
.review-card__author span{
    margin-top: 8px;
    color: #adadad;
    font-weight: 400;
    font-size: 12px;
    font-size: .75rem;
    line-height: 16px;
    line-height: 1rem;
}
.review-card__header {
    display: flex;
    align-items: center;
}
.review-card__header .profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.star-rating img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
}
.star-rating--medium {
    width: 108px;
    height: 20px;
}
/*MAP*/
#map {
	background-color: #FAF8F7;
	padding-top: 60px;
	padding-bottom: 60px;
}

.map__title {
	line-height: 46px;
	color: #b09a34;
	font-size: 46px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.map__title:after{
	content: " ";
	width: 180px;
	height: 4px;
	background-color: #b09a34;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.map_subtitle {
    line-height: 1.5;
    text-align: center;
	color: #1d242d;
	font-size: 24px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.map {
	width: 100%;
	padding: 0 9%;
	position: relative;
}

.map img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.map-point {
    width: 9.2vw;
/*    min-width: 130px;*/
    padding-top: 9.2vw;
/*	min-height: 130px;*/
    border-radius: 50%;
    text-decoration: none;
    position: absolute;
    background-color: rgba(245, 234, 226, 0.9);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.map-point:not(.inactive):active,
.map-point:not(.inactive):hover {
	text-decoration: none;
	background-color: rgba(245, 234, 226, 1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.map-point__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px 15px 20px;
}

.map-point__title {
	font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
    text-align: center;
    color: #222222;
	margin: 0;
}

.map-point__text {
	font-weight: 200;
	font-size: 16px;
	line-height: 1.3;
	color: #222222;
	text-align: center;
	margin: 5px 0 0;
}

.map-point__text span {
	font-weight: 600;
}

.asia {
	right: 22%;
    top: 15%;
}

.europe {
	left: 43%;
    top: 8%;
}

.africa {
	bottom: 38%;
    left: 41%;
}

.middle-east {
	right: 39%;
    top: 27%;
}

.south-america {
	bottom: 25%;
    left: 25%;
}

.oceania {
	bottom: 10%;
    right: 12%;
}

.india {
	right: 29%;
    bottom: 40%;
}

.usa {
	top: 16%;
    left: 16.5%;
}

/*CALLBACK*/
#callback {
    background: #1ecde2;
    box-shadow: 1px 2px 20px rgba(43, 105, 123, 0.24);
    position: fixed;
    right: 2vw;
    bottom: 3vw;
    border-radius: 50%;
    padding: 15px;
    width: 100px;
    height: 100px;
    z-index: 99;
	transition: all 0.2s linear;
	cursor: pointer;
}

.callback-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.callback-content p {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    color: #FCFCFC;
    margin: 0;
}

.callback-content i {
    color: #FCFCFC;
    transform: rotate(-30deg);
    font-size: 38px;
	line-height: 1.2;
    margin-bottom: 3px;
	animation: phone 7s infinite ease-in-out;
	transition: all 0.3s linear;
}

@keyframes phone {
	1% {
		transform: rotate(-45deg);
	}
	2% {
		transform: rotate(0deg);
	}
	3% {
		transform: rotate(-45deg);
	}
	4% {
		transform: rotate(0deg);
	}
	0%,5%,100% {
		transform: rotate(-30deg);
	}
}

#callback:hover i {
	animation: none;
}

#callback:hover {
	box-shadow: 1px 2px 20px rgba(43, 105, 123, 1);
}

#callbackmodal .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto;
    height: 100%;
	padding: 15px;
}

#callbackmodal .modal-content {
    background-color: #fff;
	border-radius: 4px;
}


#callbackmodal .modal-body {
    background-color: #fff;
}

#callbackmodal img {
	width: 100%;
	position: relative;
}

#callbackmodal .close {
	opacity: 1;
    width: 28px;
    height: 28px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
}

#callbackmodal .close:hover {
	opacity: .7;
}

#callbackmodal .close span {
	display: block;
    width: 100%;
    height: 2.5px;
    background-color: #222222;
    border-radius: 4px;
    position: absolute;
	top: 50%;
	left: 0;
}

#callbackmodal .close span:first-child {
	transform: rotate(45deg);
}

#callbackmodal .close span:last-child {
	transform: rotate(-45deg);
}

.callbackmodal {
	margin-top: 45px;
	padding: 0px 25px 0px 0px;
}

.callbackmodal__title {
    margin-bottom: 10px;
	color: #b09a34;
	font-family: 'MuseoSansCyrl';
	font-size: 29px;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}
.callbackmodal__title:after {
    content: " ";
    width: 180px;
    height: 4px;
    background-color: #b09a34;
    position: absolute;
    bottom: 0;
    left: 0;
}
.callbackmodal__subtitle {
	color: #1d242d;
	font-size: 16px;
	font-weight: 700;
}


.form-select-row .selectric-wrapper:nth-child(2) {
	display: none;
}
.form-select-row.active .selectric-wrapper:nth-child(2) {
	display: block;
}

.form-select-row {
	display: flex;
	justify-content: space-between;
}

.form-select-row .selectric-wrapper {
	width: calc(50% - 5px);
}

.selectric-wrapper {
	width: 100%;
}

.selectric {
	border: none;
	background-color: #FCFCFC;
	border-radius: 4px;
}

.selectric .label {
	margin: 0 38px 0 20px;
    line-height: 1.4;
    height: auto;
    padding: 9px 0;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.selectric .button {
	background-color: inherit;
    padding: 0;
    margin: 0;
    height: 100%;
}

.selectric .button:after {
/*	border: 7px solid transparent;
    border-bottom: 0;
    border-top-width: 10px;
    border-top-color: #BBB;*/
}

.selectric-items .selectric-scroll {
	padding: 8px 0;
	scrollbar-color: #1ECBDF #BECDDF;
 	scrollbar-width: thin;
}


.selectric-items .selectric-scroll::-webkit-scrollbar-track
{
	background-color: #BECDDF;
	width: 13px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar
{
	background-color: #BECDDF;
	width: 13px;
}

.selectric-items .selectric-scroll::-webkit-scrollbar-thumb
{
	border-radius: 7px;
	background-color: #1ECBDF;
	width: 13px;
}

.selectric-items {
	background: #FCFCFC;
    border-radius: 0px 0px 4px 4px;
	border: none;
    box-shadow: none;
}

.selectric-items li {
	padding: 6px 20px;
	font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.selectric-items li:hover,
.selectric-items li.highlighted {
	background-color: #1ecbdf;
    color: #fff;
}


.form-call-input {
	display: flex;
	margin-bottom: 11px;
}

.form-call-notice {
	display: none;
	margin: 11px 0;
	width: 100%;
	font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #222222;
    opacity: 0.6;
	text-align: right;
}

.form-call-input .input {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0;
    flex-grow: 1;
	width: 10%;
}

.form-call-input .button {
    margin: 10px 0px 0px 0px;
    width: auto;
}

.callbackmodal__text {
	color: #1d242d;
	font-size: 13px;
	font-weight: 700;
}

.callbackmodal__text a {
    color: #222222;
	text-decoration: underline;
}


#quote {
	display: -webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	min-height: 90vh;
	background-color: #fff;
	padding-top: 20vh;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: cover;
}

.quote-title {
    line-height: 70px;
    text-align: center;
    width: 100%;
    margin-bottom: 55px;
    z-index: 3;
	color: #b09a34;
	font-size: 72px;
	font-weight: 100;
	letter-spacing: 2.88px;
}
.quote-title span{
	font-weight: 700;
	letter-spacing: 2.88px;
	padding: 5px 15px 10px 15px;
	border: 2px solid #b09a34;
}

#video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}

#qoute-form {
	z-index: 10;
	width: 100%;
    background-color: rgba(29, 36, 45, 0.85);
    border-radius: 4px;
    padding: 25px 40px 40px;
    margin-bottom: 40px;
}
#qoute-form .form-point input, #qoute-form .form-date input, .form-footer-row input{
	width: 100%;
    height: 100%;
    border: none;
    padding: 10px 20px;
    margin-bottom: 11px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
    resize: none;
    background-color: #FCFCFC;
    outline: none;
    text-transform: uppercase;
}

.form-header {
	margin-bottom: 10px;
}

.form-select .selectric-wrapper {
	width: auto;
}

.form-select .selectric {
	background-color: inherit;
    padding-right: 20px;
    border: 2px solid #20a5b6;
    border-radius: 5px;
	padding: 5px 25px 5px 10px;
	width: 202px;
}

.form-select .selectric .label {
	font-weight: normal;
	padding: 0;
    margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.form-select .selectric .button {
	width: 15px;
	margin-right: 10px;
}

.form-select .selectric .button:after {
	border-top-color: #fff;
    background-image: url(/wp-content/uploads/2020/07/arrow.png);
    width: 14px;
    height: 8px;
    background-size: 100%;
    z-index: 9;
    background-repeat: no-repeat;
    border: none;
}


.form-select .selectric-items {
	width: 100% !important;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

.form-select .selectric-items li {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #222222;
	white-space: nowrap;
}

.form-select .selectric-items li:hover,
.form-select .selectric-items li.highlighted {
   background-color: #1ecbdf;
    color: #222;
}
.form-body {
	width: 100%;
	position: relative;
}

.form-body-row {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
}

.form-body-row:last-child {
	margin-bottom: 0;
}

.form-date,
.form-point {
	display: block;
	position: relative;
	padding-right: 10px;
    width: calc(100% / 5);
    max-width: calc(100% / 5);
}

.form-date input {
	background-image: url('/wp-content/uploads/2020/07/calend.svg');
	background-repeat: no-repeat;
	background-size: 15%;
    background-position: 93% 50%;
}

.form-date .input,
.form-point .input {
	margin: 0;
}

.form-submit {
    width: calc(100% / 5);
    max-width: calc(100% / 5);
    margin-left: auto;
/*    background-color: #1ecde2;*/
    border-radius: 5px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.form-submit input{
	color: #ffffff;
	font-family: 'MuseoSansCyrl', serif;
	font-size: 16px;
	font-weight: 100;
	line-height: 28px;
}


.form-submit .button {
	margin: 0;
}

.form-point .reverse {
	cursor: pointer;
    position: absolute;
    left: calc(100% - 18px);
    top: calc((100% - 25px) / 2);
    background: #1ecde2;
    border-radius: 50%;
    width: 27px;
    height: 27px;
	z-index: 9;
    background-image: url(/wp-content/uploads/2020/07/reload.svg);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.1s linear;
}

.form-point .reverse:active {
	transform: rotate(180deg);
}

.ui-datepicker {
	display: none;
	background: #fff;
	border-radius: 3px;
	z-index: 9999 !important;
	padding: 20px 20px 25px;
	margin-top: 10px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 1px solid #cfcfcf;
}

.ui-datepicker-buttonpane,
.ui-datepicker-buttonpane .ui-datepicker-current {
	display: none;
}

.ui-datepicker .ui-datepicker-header {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.ui-datepicker-group {
	display: inline-block;
    width: calc((100% - 25px) / 2);
}

.ui-datepicker-group-last {
	float: right;
}

.ui-datepicker .ui-datepicker-prev {
	order: 1;
}
.ui-datepicker .ui-datepicker-next {
	order: 3;
}
.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 33px;
	order: 2;
	margin: 0 auto;
	font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #222222;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
	display: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	border: 1px solid rgba(34, 34, 34, 0.3);
    border-radius: 4px;
	width: 40px;
	min-width: 40px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;    cursor: pointer;
}

.ui-icon {
	display: none;
}

.ui-datepicker-prev:before {
	content: '\f0d9';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	line-height: 1;
    font-size: 20px;
	margin-right: 3px;
}

.ui-datepicker-next:before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	line-height: 1;
    font-size: 20px;
	margin-left: 3px;
}

.ui-datepicker-prev {
	margin-right: 15px;
}

.ui-datepicker-next {
	margin-left: 15px;
}

.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-calendar th {
	font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
	opacity: 0.5;
	cursor: default;
}

.ui-datepicker-calendar .ui-datepicker-unselectable a {
	cursor: default;
}

.ui-datepicker-calendar td.ui-datepicker-unselectable:hover {
	background-color: #FCFCFC;
}

.ui-datepicker-calendar td {
	background: #FCFCFC;
    border: 1px solid #E0E0E0;
    text-align: center;
    cursor: pointer;
}

.ui-datepicker-calendar td:hover {
	background: #D2EEEC;
}

.ui-datepicker-calendar td.selected {
	background-color: #D2EEEC;
}
/*

.ui-datepicker-calendar td.ui-datepicker-today {
	background: #1ECBDF;
}
*/

.ui-datepicker-calendar td.ui-datepicker-current-day,
.ui-datepicker-calendar td.selected-start,
.ui-datepicker-calendar td.selected-end {
	background: #1ecbdf;
}

.ui-datepicker-calendar td.ui-state-disabled {
	background: #FCFCFC;
	cursor: default;
	opacity: 0.5;
}

.ui-datepicker-calendar td a {
	font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-decoration: none;
}

.points:focus + .airlist {
	display: block;
}

.airlist {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-height: 300px;
	overflow: auto;
	background-color: #fff;
	z-index: 99;
	list-style: none;
	padding: 0;
	background: #FCFCFC;
	border-radius: 0px 0px 4px 4px;
}

.airlist:hover {
	display: block;
}

.airlist.deactive {
	display: none;
}

.airlist li {
	padding: 6px 20px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
	cursor: pointer;
	white-space: nowrap;
}

.airlist li.item {
	cursor: default;
}

.airlist li.subitem {
	padding-left: 40px;
}

.airlist li.subitem.active {
	background-color: #1ECBDF;
	color: #fff;
}

.airlist li.item {
	font-weight: 600;
}

.airlist li:first-child{
	margin-top: 8px;
}

.airlist li:last-child{
	margin-bottom: 8px;
}

.airlist li:not(.item):hover {
	background-color: #1ecbdf;
    color: #fff;
}

.form-new-flight {
	flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#addFlight,
#removeFlight {
	display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222222;
    cursor: pointer;
}

#addFlight span {
    display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #1ECBDF;
    color: #1ECBDF;
    padding-top: 2px;
    padding-left: 1px;
    font-weight: 300;
    font-size: 24px;
    margin-right: 10px;
	cursor: pointer;
	transition: all 0.2s linear;
}

#addFlight span {
	display: none !important;
}


#addFlight:hover span {
	background-color: #1ECBDF;
	color: #fcfcfc;
}

#removeFlight span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #f28675;
    color: #f28675;
    padding-bottom: 3px;
    padding-left: 0px;
    font-weight: 300;
    font-size: 24px;
    cursor: pointer;
}

#removeFlight,
#addFlight {
	display: block;
    border: 2px solid #1ecbdf;
    border-radius: 8px;
    justify-content: center;
    padding: 7px;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}


/*MOBILE FORM*/
#qoute-mobile-form {
	padding-top: 30px;
	padding-bottom: 60px;
	width: 100%;
	z-index: 10;
	max-width: 400px;
	margin: 0 auto;
}

.mobile-form-title {
    line-height: 25px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    z-index: 3;
	color: #b09a34;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 1.88px;
}
.mobile-form-title span{
	font-weight: 700;
	letter-spacing: 1.88px;
	padding: 5px 10px 5px 10px;
	border: 2px solid #b09a34;
}
.mobile-form-top {
	margin-top: 30px;
	margin-bottom: 20px;
}

.mobile-type {
	display: flex;
	justify-content: space-between;
}

.mobile-type-item {
	width: calc((100% - 30px) / 3);
	margin: 0;
}

.mobile-type-item__name {
    display: block;
	width: 100%;
    padding: 5px 7px;
	font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #222222;
	background-color: #FCFCFC;
	border-radius: 4px;
	cursor: pointer;
}

.mobile-type-item input:checked + span {
	background-color: #D0D0D0;
}

.mobile-type-item input[type="radio"]{
	display: none;
}

.mobile-points {
	margin-bottom: 20px;
}

.mobile-point {
	position: relative;
}

.mobile-point input {
	margin: 0;
}

.mobile-point:first-child input {
	border-radius: 4px 4px 0 0;
	margin-bottom: 2px;
}

.mobile-point:last-child input {
	border-radius: 0 0 4px 4px;
}

.mobile-dates {
	margin-bottom: 20px;
}

.mobile-dates input.input {
	background-image: url('../../images/date.png');
	background-repeat: no-repeat;
	background-size: 30px;
    background-position: 97% 50%;
}

.mobile-dates input:first-child {
	border-radius: 4px 4px 0 0;
	margin-bottom: 2px;
}

.mobile-dates input:last-child {
	border-radius: 0 0 4px 4px;
	margin: 0;
}

.mobile-form-name,
.mobile-form-data {
	margin-bottom: 20px;
}

.mobile-form-name {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 20xp;
}

.mobile-form-name .input {
	width: calc(50% - 7px);
	margin: 0;
}

.mobile-form-data .iti {
	width: 100%;
	margin-bottom: 2px;
}

.mobile-form-data .iti input {
	border-radius: 4px 4px 0 0;
}

.mobile-form-data>input:last-child {
	border-radius: 0 0 4px 4px;
	margin: 0;
}

.mobile-form-footer {
	margin-bottom: 13px;
}

.mobile-form-footer .selectric-wrapper {
	margin-bottom: 7px;
}

.add_point {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	
}

.add_point span {
	display: block;
    border: 2px solid #1ecbdf;
    border-radius: 4px;
    justify-content: center;
/*    background-color: #fcfcfc;*/
    padding: 7px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.add_point span:active {
	color: #fcfcfc;
	background-color: #1ecbdf;
}

.remove_point {
	display: flex;
    justify-content: flex-end;
	margin-bottom: 15px;
}

.remove_point span {
	font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
	border-radius: 4px;
	border: 2px solid #1ecbdf;
	padding: 5px 8px;
}

.remove_point span:active {
	color: #fcfcfc;
	background-color: #1ecbdf;
}


.mobile-reverse {
	cursor: pointer;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(100% - 15px);
    background: #1ecbdf;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9;
    background-image: url(/wp-content/uploads/2020/07/reload.svg);
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.1s linear;
}

.mobile-reverse:active {
	transform: rotate(180deg);
}

/*FARES*/

.fares-page #works {
	background-color: #fff;
	box-shadow: none;
}
.page-id-39 #works {
	background-color: #f2f4f6;
	padding-bottom: 50px;
	padding-top: 50px;
}
#fares {
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url(/wp-content/uploads/2020/07/cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.page-id-39 #fares{
	background-image: inherit;
	padding-bottom: 20px;
	padding-top: 0%;
}
.page-id-39 .fare-page{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
	min-height: 60vh;
    background-color: #F4EBE4;
    background-image: url(/wp-content/uploads/2020/07/fare-fon.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page-id-39 .fare-title{
	display: none;
}
.page-id-39 .map__title{
	padding: 10px 20px 10px 20px;
    border: 2px solid #b09a34;
    margin: 0 auto 10px auto;
}
.page-id-39 .map_subtitle {
    color: #fff;
}
.page-id-39 .map__title:after {
	display: none;
}
.eg-item-type-icon{
	display: none;
}
.fares-title {
	width: 100%;
	font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    color: #000000;
	margin-bottom: 30px;
}

.fares-categories {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.fares-category {
	padding: 15px;
	cursor: pointer;
	transition: all 0.2s linear;
}

.fares-category:hover .fares-category__name ,
.fares-category.active .fares-category__name {
	color: #b09a34;
	border-bottom: 2px solid #b09a34;
}

.fares-category-image {
	margin: 0 15%;
}

.fares-category-image__frame {
	padding-top: 100%;
    position: relative;
}

.fares-category-image img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.fares-category__name {
	color: #00283b;
	font-family: 'MuseoSansCyrl';
	font-size: 24px;
	font-weight: 700;
}

.fares-cities {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position: relative;
}

.fares-city {
	width: 32%;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
    padding-top: 32%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    overflow: hidden;
}

.fares-city__frame {
    height: 120px;
    width: 100%;
    padding: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(36, 40, 42, 0) 0%, #16191b 100%);
}

.fares-city__title {
	text-align: left;
    margin: 0px 0px 20px 0px;
    font-family: 'MuseoSansCyrl';
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.6px;
}

.fares-city__price {
    margin: 5px 0 0;
    text-align: left;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    display: initial;
    border-radius: 5px;
    padding: 10px 10px;
    background-color: #1ecde2;
}

.fares-city__price span {
	font-family: 'MuseoSansCyrl', serif;
    font-size: 14px;
    font-weight: 100;
}

.form-footer {
	display: flex;
	margin-top: 10px;
	width: 100%;
}

.form-footer-row {
	padding-right: 10px;
	width: calc(100% / 5);
    max-width: calc(100% / 5);
}
#citymodal .modal-dialog {
	height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1200px;
}

#citymodal .modal-content {
	background-color: rgba(29, 36, 45, 0.85);
    border-radius: 4px;
}

#citymodal .modal-body {
	padding: 45px 15px;
}

#citymodal #qoute-form {
	background-color: inherit;
	margin: 0;
}

#citymodal .form-select .selectric-items {
	background-color: #fff;
}


#citymodal .close {
	opacity: 1;
    width: 28px;
    height: 28px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

#citymodal .close:hover {
	opacity: .7;
}

#citymodal .close span {
	display: block;
    width: 100%;
    height: 2px;
	background-color: #fff;
    border-radius: 4px;
    position: absolute;
	top: 50%;
	left: 0;
}

#citymodal .close span:first-child {
	transform: rotate(45deg);
}

#citymodal .close span:last-child {
	transform: rotate(-45deg);
}

#infoFlight .input {
	margin-bottom: 0;
}

.info-flight-el {
	margin-bottom: 30px;
}

.choose-another {
	width: 100%;
	padding-bottom: 60px;
}

.choose-another__button {
	padding: 14px 31px;
    border: 2px solid #1ECBDF;
    border-radius: 4px;
    margin-bottom: 20px;
}

.choose-another__button span {
	display: block;
	position: relative;
	height: 40px;
	width: 2px;
	margin: 0 auto;
	background-color: #1ECBDF;
}

.choose-another__button span:before,
.choose-another__button span:after {
	content: '';
	width: 2px;
	height: 8px;
	background-color: #1ECBDF;
	position: absolute;
	top: 0;
	border-radius: 4px;
    z-index: 1;	
}

.choose-another__button span:after {
	transform: rotate(-45deg);
    left: 3px;
}

.choose-another__button span:before {
	transform: rotate(45deg);
    right: 3px;
}

.choose-another__text {
	margin: 0;
	width: 100%;
	font-weight: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    text-align: center;
}

#choose-direction {
	margin-bottom: 50px;
}
.choose-direction__box{
	display: flex;
    flex-direction: row;
    padding: 20px 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.choose-direction__title {
    color: #00283b;
    font-family: 'MuseoSansCyrl';
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 50px;
}

.choose-direction__button {
	color: #ffffff;
	font-size: 16px;
	font-family: 'MuseoSansCyrl';
	font-weight: 100;
	line-height: 28px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #1ecde2;
	cursor: pointer;
	padding: 10px 20px;
}
#fares .button{
/*    margin: 20px auto 0px auto;*/
}
#fares  .btn-all{
	width: 230px;
	margin: 40px auto 0px auto;
}
#fares .button:hover{
	color: #fff;
	text-decoration: none;
}
/*MODAL*/
.type-thankyou .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
	margin: 0 auto;
}
.type-thankyou .modal-content {
    border-radius: 4px;
	background-image: url('/wp-content/uploads/2023/01/11111.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
.type-thankyou .modal-body {
    padding: 25px;
	background: linear-gradient(0deg, rgb(42 41 41 / 73%), rgb(0 0 0 / 57%));
}


.type-thankyou .close {
	opacity: 1;
    width: 28px;
    height: 28px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 99;
}

.type-thankyou .close:hover {
	opacity: .7;
}

.type-thankyou .close span {
	display: block;
    width: 100%;
    height: 2.5px;
    background-color: #fcfcfc;
    border-radius: 4px;
    position: absolute;
	top: 50%;
	left: 0;
}

.type-thankyou .close span:first-child {
	transform: rotate(45deg);
}

.type-thankyou .close span:last-child {
	transform: rotate(-45deg);
}

.thank-you-title {
    margin: 5% 0 0;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    font-family: 'MuseoSansCyrl';
    width: 100%;
}

.thank-you-subtitle {
    font-weight: 100;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin: 15px 0 0;
    width: 100%;
}

.thank-you-text {
	font-weight: 700;
    font-size: 28px;
    line-height: 1.4;
    color: #FCFCFC;
    width: 100%;
    margin: 50px 0 0;
    font-family: 'MuseoSansCyrl';
    text-align: center;
}

.thank-you-phone {
	font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #FCFCFC;
    width: 100%;
    text-align: center;
    margin: 10px 0 20%;
}

.thank-you-okay {
	display: none;
	padding-top: 50px;
    padding-bottom: 100px;
}

.thank-you-okay .check {
	display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 40px;
    width: 100%;
}

.thank-you-okay .button {
	width: 220px;
	margin: 0 auto;
}

.thank-you-okay .check i {
	color: #4DB08E;
    font-size: 52px;
    margin-right: 20px;
}

.thank-you-okay .check h4 {
	font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}

/* .page-template {
	padding-bottom: 75px;
	padding-top: 75px;
} */

/*BLOG PAGE*/
.post-container{
	display: flex;
	width: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 10px;
	margin-bottom: 40px;
	border-radius: 4px;
	align-items: center;
	position: relative;
}
#search {
	padding-top: 60px;
	padding-bottom: 35px;
	width: 100%;
}
.search-row {
	width: 100%;
}

#search-form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

#search-form .input {
	margin: 0;
    max-width: 140px;
	border-radius: 0 4px 4px 0;
	border: 1px solid rgba(34, 34, 34, 0.3);
	background-color: #fcfcfc;
	transition: all 0.3s linear;
}

#search-form .input:focus {
	max-width: 100%;
}

#search-form .button {
	margin: 0;
    max-width: 44px;
	border-radius: 4px 0 0 4px;
	position: relative;
}

#search-form .magnifier {
	display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 3px solid #fcfcfc;
    position: absolute;
    left: calc(50% - 14px);
    top: calc(50% - 14px);
}

#search-form .magnifier:after {
	content: '';
    width: 3px;
    z-index: 1;
    height: 10px;
    background-color: #fcfcfc;
    border-radius: 4px;
    position: absolute;
    left: calc(100% + 1px);
    top: calc(100% - 3px);
    transform: rotate(-45deg);
}

#last-post {
    padding-top: 50px;
    padding-bottom: 50px;	
}

.last-post-image {
	padding-right: 15px;
	width: 100%;
	border-radius: 4px;
}
.last-post-content{
	padding: 0px 10px;
}
.last-post-image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.last-post-content__title {
	font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: #222222;
	margin-bottom: 5px;
}

.last-post-content__date {
	color: #595f6f;
	font-size: 12px;
	font-weight: 400;
}

.last-post-content__text {
	font-weight: normal;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
	margin-bottom: 45px;
}

.last-post-content__link .arrow-right-long {
	margin-left: 10px;
}
.btn-read, .btn-read:hover{
    color: #af9b35;
    font-family: 'MuseoSansCyrl';
    font-size: 18px;
    font-weight: 100;
    line-height: 28px;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0px 25px 20px 0px;
}
#blog {
	padding-top: 30px;
	padding-bottom: 100px;
}

.blog-title {
	font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 45px;
}

.blog-posts {
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.blog-post {
	display: block;
    width: 100%;
	text-decoration: none !important;
	margin-bottom: 40px;
	margin-right: 15px;
}
.blog-post:nth-child(3n){
	margin-right: 0;
}

.blog-post-image {
	position: relative;
    padding-top: 62%;
    margin-bottom: 15px;
}

.blog-post-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
}

.blog-post-content {
	
}

.blog-post-date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	color: #222222;
	opacity: 0.7;
	text-decoration: none;
	margin-bottom: 15px;
}

.blog-post-title {
	color: #00283b;
	font-family: 'MuseoSansCyrl';
	font-size: 38px;
	font-weight: 700;
}

.blog-post-text {
font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3;
	text-decoration: none;
	color: #222222;
	margin: 0;
}

/*SINGLE POST*/
#single-post {

}

.single-post-column {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
	padding: 25px;
	background: #fff;
	margin: 40px 0px;
}

.single-post-content {
	width: 100%;
}
.single-post__box{
	max-width: 830px;
	width: 100%;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	padding: 50px;
	margin: -100px auto 0 auto;
    z-index: 9;
    position: relative;
    border-radius: 4px;
}
.breadcrumbs {
	display: flex;
	align-items: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #222222;
    opacity: 0.5;
    margin: 0 0 20px;
}

.breadcrumbs a {
	color: #222222;
    text-decoration: none;
}

.breadcrumbs__title {
	margin: 0;
}

.arrow-right {
	margin: 0 10px 0 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    opacity: 0.5;
    transform: rotate(45deg);
}

.single-post__title {
	color: #00283b;
	font-family: 'MuseoSansCyrl';
	font-size: 38px;
	font-weight: 700;
}

.single-post__date {
	color: #595f6f;
	font-size: 12px;
	font-weight: 400;
}

.single-post__image {
	margin-bottom: 25px;
}

.single-post__image img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.single-post__text h1,
.single-post__text h2,
.single-post__text h3,
.single-post__text h4,
.single-post__text h5,
.single-post__text h6 {
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.4;
	color: #222222;
	margin-bottom: 25px;
}

.single-post__text p {
	color: #1d242d;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.45px;
}

.single-post-sidebar {
	width: calc(30% - 35px);
    padding-left: 35px;
    margin-left: 35px;
    border-left: 1px solid rgba(34, 34, 34, 0.1);
}

.latest-title {
	font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 20px;
}

.latest-posts .blog-post {
	width: 100%;
}

.latest-posts .blog-post-date {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.latest-posts .blog-post-title {
	font-size: 18px;
	font-family: 'MuseoSansCyrl', serif;
}

.latest-posts .blog-post-text {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.arrow-left-long {
	width: 17px;
    height: 1px;
    background-color: #222;
    display: inline-block;
    margin: 6px 0;
    position: relative;
}

.arrow-left-long:after {
	content: '';
	width: 5px;
	height: 5px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: calc(50% - 2.5px);
}

.arrow-right-long {
	width: 17px;
    height: 1px;
    background-color: #222;
    display: inline-block;
    margin: 6px 0;
    position: relative;
}

.arrow-right-long:after {
	content: '';
	width: 5px;
	height: 5px;
	border-right: 1px solid #222;
	border-top: 1px solid #222;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: calc(50% - 2.5px);
}

.single-post-action {
	width: 100%;
	margin-bottom: 35px;
    margin-top: 15px;
}

.single-post-action .arrow-left-long {
	margin-right: 5px;
}

.sigle-post-notice {
	padding-top: 60px;
	padding-bottom: 90px;
	width: 100%;
	text-align: center;
}

.sigle-post-notice__title {
	font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 30px;
}

/*callback-form*/

#callback-form .input {
    border-radius: 5px;
    background-color: #eff0f4;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: none!important;
    resize: none;
    outline: none!important;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
    transition-duration: 0.3s;
}
#callback-form .input:focus, #callback-form .input:hover {
    box-shadow: 0 9px 18px rgba(173, 178, 199, 0.62);
    border-radius: 5px;
    background-color: #ffffff;
    border: none !important;
    outline: none !important;
}
#callback-form input.phone{
	padding-left: 45px;
}
#callback-form .selectric{
    background-color: #eff0f4;
}
#callback-form  .selectric-wrapper {
    border-radius: 5px;
    color: #a8acb9;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border: none!important;
    resize: none;
    outline: none!important;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    transition-duration: 0.3s;
}
.iti__selected-flag {
    height: 44px;
}
.form-call-input {
    flex-direction: column;
}
.modal-body {
    padding: 0 !important;
}
