/* site ********************************************************************************************************************************************************************/
.page-content {
	padding: 0 !important;
}
body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
body.ios {
	/* min-height: 100%; */
}
@media screen and (max-width: 767px) {
	.footer_index {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.dop-wrap-flex {
		padding-bottom: 88px;
	}
}

/* form ********************************************************************************************************************************************************************/
.mapflight__route {
	position: absolute;
	top: 0;
	left: 50%;
	/* right: 0; */
	transform: translateX(-50%);
	display: flex;
	padding: 20px 0 0;
	justify-content: center;
	z-index: 1;
}
.mapflight__route form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mapflight__route__dop {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	padding-right: 182px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
}
.mapflight__route__clear {
	position: relative;
    padding: 8px 30px 8px 15px;
	background: #161834;
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
}
.mapflight__route__clear:before,
.mapflight__route__clear:after {
	content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 15px;
	height: 1px;
	margin-top: -1px;
    background: #fff;
    transform: rotate(45deg);
}
.mapflight__route__clear:after {
    transform: rotate(-45deg);
}
.mapflight__route__direct {
	display: flex;
	align-items: center;
	/* height: 28px; */
	margin-right: 30px;
	background: #161834;
	border-radius: 5px;
	line-height: 23px;
	margin-right: 10px;
}
.mapflight__route__direct input {
	display: none;
}
.mapflight__route__direct label {
	margin-bottom: 0 !important;
	padding: 9px 10px 8px 8px;
	color: #fff;
	cursor: pointer;
}
.mapflight__route__direct label:before {
	content: '';
	position: relative;
	top: 3px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	box-sizing: border-box;
}
.mapflight__route__direct input:checked + label:before {
	border: 3px solid #abe2dc;
	background: #abe2dc;
}

.mapflight__route__conf {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mapflight__route__i {
	position: relative;
	margin-right: 10px;
}
#cityFrom,
#cityTo {
	display: none;
}
.mapflight__route input[type="text"] {
	background: #fff;
	padding: 15px 23px 15px 10px;
	width: 300px;
	overflow: hidden;
	color: #161834;
	font-size: 17px;
	line-height: 20px;
	border: 1px solid #161834;
	border-radius: 5px;
}
.mapflight__route input[type="text"]:disabled {
	background-color: #f0f0f0;
}
.page-content .mapflight__route input[type="submit"] {
	padding: 5px 15px;
	background: #F6955E !important;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	/* line-height: 40px; */
	font-weight: 400 !important;
	cursor: pointer;
	text-shadow: none !important;
	box-shadow: none !important;
	color: #fff !important;
}
.page-content .mapflight__route input[type="submit"]:hover {
	background-color: #161834 !important;
}




/* list city map's form ********************************************************************************************************************************************************************/
.mapflight__route__list {
	position: absolute;
	top: 51px;
	left: 0;
	right: 0;
	display: none;
	background: #fff;
	border: 1px solid #161834;
	border-top: none;
	padding-right: 0;
	max-height: 300px;
	overflow-y: scroll;
	border-radius: 5px;
}
.mapflight__route__list::-webkit-scrollbar {
	width: 2px;
}
.mapflight__route__list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
.mapflight__route__list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid transparent;
}
/* .mapflight__route__i input[type="text"]:focus + .mapflight__route__list_active { */
.mapflight__route__list_active {
	display: block;
}
.mapflight__route__list__i {
	cursor: pointer;
	padding: 10px;
	margin: 0;
	border-top: 1px solid #161834;
	color: #161834;
}
.mapflight__route__list__i_active:first-child {
	/* border-top: none; */
	/* background: #f1f1f1; */
}
.mapflight__route__list__i_disabled {
	display: none;
}






/* map's sidebar ********************************************************************************************************************************************************************/
.mapflight__sidebar {
	position: absolute;
	top: 20px;
	left: 20px;
	max-height: 608px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	z-index: 1;
	border-radius: 5px;
}
.activeFromElement .mapflight__sidebar {
	width: 270px;
}
.mapflight__sidebar__list::-webkit-scrollbar {
	width: 0px;
}
.mapflight__sidebar__list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}
.mapflight__sidebar__list::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid transparent;
}
.mapflight__sidebar__list {
	overflow-y: scroll;
	scrollbar-face-color: darkgrey;
    scrollbar-track-color: darkgrey;
}
.mapflight__sidebar__list::-webkit-scrollbar {
	/* display: none; */
}
.mapflight__sidebar__i_t {
	position: relative;
	padding: 12px 30px 14px 10px;
	background: #161834;
	color: #fff !important;
	font-size: 20px;
}
.mapflight__sidebar__i_t:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	width: 10px;
	height: 10px;
	margin-top: -9px;
	border: 1px solid #fff;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}
.mapflight__sidebar__i {
	display: block;
	position: relative;
	padding: 10px 35px 10px 10px;
    font-size: 18px;
	background: #fff;
	cursor: pointer;
	color: #161834;
	transition: padding-left .3s linear;
	text-decoration: none;
}
.mapflight__sidebar__i__pam {
	display: none;
	font-size: 12px;
}
.mapflight__sidebar__i_transfer {
	padding-top: 4px;
	padding-bottom: 2px;
}
.mapflight__sidebar__i_transfer .mapflight__sidebar__i__pam {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mapflight__sidebar__i_transfer .mapflight__sidebar__i__pam:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #ff0000;
	border-radius: 100%;
	margin-right: 3px;
}
.mapflight__sidebar__i + .mapflight__sidebar__i {
	border-top: 1px solid #e8e8e8;;
}
.mapflight__sidebar__i:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19px;
	height: 19px;
	margin-top: -10px;
	color: #6a6a6a;
	font-size: 11px;
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjYuNSIgc3Ryb2tlPSIjQ0ZDRkNGIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTIuNzA3MSAxMi4yOTI5TDE4LjcwNzEgMTguMjkyOSIgc3Ryb2tlPSIjQ0ZDRkNGIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
}
.mapflight__sidebar__i:before {
	content: '';
	position: absolute;
	top: 13px;
	left: -70px;
	width: 17px;
	height: 17px;
	background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.4458 16.6545C4.42279 16.7466 4.43433 16.8272 4.48036 16.8963C4.52645 16.9654 4.59556 17 4.68767 17H5.93158C6.16197 17 6.34621 16.8963 6.48442 16.689L10.3198 10.2276C10.435 10.0203 10.6193 9.91667 10.8726 9.91667H15.1917C15.4221 9.91667 15.6409 9.87061 15.8482 9.77845C16.4932 9.52508 16.8503 9.16801 16.9194 8.70732C16.9424 8.63821 16.9539 8.56911 16.9539 8.5C16.9539 8.43089 16.9424 8.35028 16.9194 8.25813C16.9194 8.23508 16.9136 8.2063 16.9021 8.17175C16.8906 8.13719 16.8733 8.09687 16.8503 8.05081C16.8042 7.88955 16.7006 7.73984 16.5393 7.60163C16.378 7.46341 16.2283 7.35976 16.0901 7.29065L15.8482 7.18699C15.6409 7.11789 15.4221 7.08333 15.1917 7.08333H10.8726C10.6193 7.08333 10.435 6.97967 10.3198 6.77236L6.48442 0.310976C6.34621 0.103659 6.16197 0 5.93158 0L4.68767 0C4.59556 0 4.52645 0.0345528 4.48036 0.103659C4.43433 0.172764 4.42279 0.253376 4.4458 0.345528L6.51897 6.7378C6.56507 6.82996 6.55933 6.91057 6.5017 6.97967C6.44413 7.04878 6.36929 7.08333 6.2771 7.08333H2.92548C2.67207 7.08333 2.47629 6.99118 2.33808 6.80691L1.71613 5.94309C1.57792 5.75882 1.38214 5.66667 1.12873 5.66667H0.299461C0.207344 5.66667 0.138239 5.70122 0.092144 5.77032C0.046051 5.83943 0.0345802 5.92004 0.0575924 6.01219L0.679543 8.15447C0.74865 8.38483 0.74865 8.61516 0.679543 8.84553L0.0575924 10.9878C0.0345802 11.08 0.046051 11.1606 0.092144 11.2297C0.138239 11.2988 0.207344 11.3333 0.299461 11.3333H1.12873C1.38214 11.3333 1.57792 11.2412 1.71613 11.0569L2.33808 10.1931C2.47629 10.0088 2.67207 9.91667 2.92548 9.91667H6.2771C6.3923 9.91667 6.47295 9.95122 6.51897 10.0203C6.56507 10.0894 6.56507 10.17 6.51897 10.2622L4.4458 16.6545Z" fill="%23161834"/></svg>');
	transition: left .3s linear;
}
.mapflight__sidebar__i:hover {
	color: #161834;
	padding-left: 35px;
}
.mapflight__sidebar__i:hover:before {
	left: 10px;
}
.mapflight__sidebar__i:hover:after {
	background-image: url('data:image/svg+xml,<svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7.5" cy="7.5" r="6.5" stroke="%23161834" stroke-width="2"/><path d="M12.7071 12.2929L18.7071 18.2929" stroke="%23161834" stroke-width="2"/></svg>');
}






/* map ********************************************************************************************************************************************************************/
.mapflight-w {
	position: relative;
}
#mapflight {
	width: 100%;
	height: 700px;
}
/* balloon ********************************************************************************************************************************************************************/
.ymaps-2-1-79-balloon-pane {
	z-index: 4001 !important;
}
.ymaps-2-1-79-balloon,
.ymaps-2-1-79-balloon__layout {
	border-radius: 5px;
}
.ymaps-2-1-79-balloon__close {
	/* display: none;
	width: 0px !important; */
	float: none;
	overflow: hidden !important;
	height: 0px !important;
}
.ymaps-2-1-79-balloon__close-button {
	height: 1px !important;
	background: transparent;
}
.ymaps-2-1-79-balloon__content {
	padding: 0;
	margin-right: 0 !important;
	text-align: center;
}
.balloon__img {
	width: 100%;
	min-width: 100px;
}
.balloon__tx {
	display: inline;
	line-height: 15px;
	/* padding-bottom: 10px; */
}
.ymaps-2-1-79-balloon-pane .balloon__tx {
	display: inline-block;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
}
/* places ********************************************************************************************************************************************************************/
@keyframes pulsate {
	0% {
		transform:scale(.1, .1);
		opacity:0
	} 50% {
		opacity:1
	} 100% {
		transform:scale(1.2, 1.2);
		opacity:0
	}
}
@keyframes route {
	0% {
		width: 0px;
	} 100% {
		width: unset;
	}
}
.ymaps-2-1-79-placemark-overlay {
	font-size: 0px !important;
}
.ymaps-2-1-79-places-pane {
	z-index: 4000 !important;
}
.selectedCityFrom,
.selectedCityTo {
	z-index: 4000 !important;
}
.ymaps-2-1-79-image-with-content {
	background: #fff !important;
	background-image: url('data:image/svg+xml,<svg width="80" height="85" viewBox="0 0 80 85" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><rect width="80" height="85" fill="url(%23pattern0)"/><defs><pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1"><use xlink:href="%23image0_1538_120" transform="scale(0.0125 0.0117647)"/></pattern><image id="image0_1538_120" width="80" height="85" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABVCAYAAADe3GMeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAE7WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDI0LTAyLTE0VDAyOjM1OjUzKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyNC0wMi0xNFQwMjozOToyMCswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNC0wMi0xNFQwMjozOToyMCswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Y2E1MGI1OGMtYmIxNC03NTQzLWI3OWQtYTcyZTE3Njg3ZjM2IiB4bXBNTTpEb2N1bWVudElEPSJ4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"/></defs></svg>') !important;
	background-repeat: no-repeat !important;
	background-position: -2px center !important;
	background-size: 20px 16px !important;
	border: 1px solid #161834;
	border-radius: 20px;
	left: -11px !important;
	top: -10px !important;
	transition: width .3s linear;
}
.ymaps-2-1-79-image-with-content:hover,
.ymaps-2-1-79-image-with-content.selectedandhover {
	cursor: pointer;
}
.ymaps-2-1-79-image-with-content:hover:before,
.ymaps-2-1-79-image-with-content.selectedandhover:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: -1;
	width: 40px;
	height: 40px;
	animation: pulsate 1.5s ease-out;
	animation-iteration-count: infinite;
	opacity: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff, 
				0 0 0 3px #161834, 
				0 0 0 4px #fff;
}
ymaps.selectedCityFrom .ymaps-2-1-79-image-with-content:hover:before,
ymaps.selectedCityTo .ymaps-2-1-79-image-with-content:hover:before {
	display: none;
}
ymaps.selectedCityFrom .ymaps-2-1-79-image-with-content,
ymaps.selectedCityTo .ymaps-2-1-79-image-with-content {
	width: auto !important;
	overflow: hidden;
}
.ymaps-2-1-79-image-with-content-content {
	position: relative !important;
	width: auto !important;
	display: none;
	padding-left: 31px;
	padding-right: 31px;
	text-align: left !important;
}
ymaps.selectedCityFrom .ymaps-2-1-79-image-with-content-content,
ymaps.selectedCityTo .ymaps-2-1-79-image-with-content-content {
	display: block;
}
ymaps[id*="id_"] > ymaps,
ymaps[id*="id_"] > ymaps {
	position: static;
	white-space: nowrap;
	font-size: 15px;
	line-height: 13px;
	vertical-align: top;
}
ymaps[id*="id_"] {
	position: static;
	/* padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px; */
}

.ymaps-2-1-79-image-with-content.disabled {
	opacity: .5;
	border-color: #f0f0f0;
	cursor: default !important;
	background-color: #f0f0f0 !important;
	display: none;
}
.ymaps-2-1-79-image-with-content.disabled:hover:before {
	display: none;
}


.map_preloader {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,.2);
}
.map_preloader__anime {
	height: 200px;
	width: 200px;
	/* background: url(img/ui-loader-planes.svg) center center no-repeat; */
	background: url(img/ui-loader-logo.svg) center center no-repeat;
	background-size: 100% auto;
}









.place-content__city {
	font-size: 13px;
	line-height: 20px;
}


.content-info__close {
	position: absolute;
	right: 7px;
	top: 2px;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.content-info__close:before,
.content-info__close:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	width: 15px;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
}
.content-info__close:after {
	transform: rotate(-45deg);
}
.mapflight__route__i .content-info__close {
	top: 50%;
	margin-top: -7px;
	display: none;
}
.activeFromElement .mapflight__route__i_from .content-info__close {
	display: block;
}
.activeToElement .mapflight__route__i_to .content-info__close {
	display: block;
}
.ymaps-2-1-79-graphics-SVG svg {
	overflow: hidden;
	/* width: unset; */
	/* animation: route 1.5s ease-out; */
	/* animation-iteration-count: infinite; */
}

.new-footer {
	margin-top: 0px;
}
.new-footer::after {
	left: 15px;
	right: 15px;
}


@media screen and (max-width: 1400px) {
	.mapflight__route {
		justify-content: flex-end;
		padding-right: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.mapflight__route {
		padding-right: 20px;
	}
	.mapflight__route input[type="text"] {
		width: 270px;
	}
}