414: none;46.offices-page #map {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footer .newsletter__text {
	max-width: 40%;
}

.footer .newsletter__form-btn {
	line-height: 24px;
}

.about-pages,
.ourfleet-pages,
.aircraftsevice-page,
.license-pages,
.gallery-page,
.services-page,
.contacts-page,
.offices-page,
.news-pages,
.offices-page {
	padding: 0;
}

[v-cloak] {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
[v-cloak] > div {
	display: none;
}
[v-cloak]::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: spinner 0.8s linear infinite;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width: 1280px) {
	.header-menu__desktop-list > .header-menu__desktop-item > a {
		text-decoration: none;
	}
	.footer .newsletter__text {
		max-width: unset;
	}
}

@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}

.offices-page .map-container {
	height: 800px;
	position: relative;
}
@media (max-width: 1023px) {
	.offices-page .map-container {
		height: 481px;
	}
}

.offices-page #map {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.offices-page .input-container {
	max-width: 292px;
}
@media (max-width: 768px) {
	.offices-page .input-container {
		max-width: 100%;
		padding: 0 16px;
	}
}

.offices-page .select2 {
	width: 100% !important;
	padding-top: 7px;
	padding-bottom: 9px;
	border: 1px solid #8dc8e8;
	border-radius: 8px;
	background-color: #fff;
	height: 44px;
}

.offices-page .select2-selection__arrow {
	display: none;
}

.offices-page .select2-container--default .select2-selection--single {
	/* height: 44px; */
	background-color: transparent;
	border: none;
	/* padding: 10px 20px 10px 16px; */
}

.offices-page
	.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding-left: 16px;
	padding-right: 30px;
}

.select2-container--default .select2-results__option--selected {
	background-color: transparent;
}

.offices-page .input-container .svg-container {
	left: unset;
	right: 10px;
}

.basic-routes-page > p + p {
	margin-top: -20px;
}

.contacts-page .section-container .card .card-content-container {
	gap: 10px;
}

@media (max-width: 767px) {
	.contacts-page .section-container .card .card-content-container {
		gap: 15px;
		flex-direction: column;
	}
}

.contacts-page .section-container .card .column-right .card-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgb(255, 255, 255);
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	padding: 10px 72px 10px 72px;
	border-radius: 8px;
	background: rgb(109, 205, 246);
}
.contacts-page .section-container .card .column-left .card-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 450;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: left;
	padding: 10px 72px 10px 72px;
	border-radius: 40px;
	background: #6dcdf6;
	height: 44px;
}

@media (max-width: 767px) {
	.contacts-page .section-container .card .column-right .card-btn {
		display: flex;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.contacts-page .section-container .card .column-left .card-btn {
		display: none;
	}
}

.offices-page .section-container .contact-card .right-section .phone-container {
	justify-content: unset;
}

.offices-page
	.section-container
	.contact-card
	.right-section
	.phone-container
	.phone-title {
	flex-shrink: 0;
}

.offices-page .section-container .contact-card .right-section .time-container {
	justify-content: unset;
}

.gallery-page .section-container .cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
	.gallery-page .section-container .cards {
		grid-template-columns: 1fr;
	}
}

.gallery-page .card {
	max-width: 100%;
}

@media (max-width: 767px) {
	.gallery-page .pagination {
		justify-content: space-between;
	}
}

.news-pages .datepiecker-container {
	margin-top: 0;
	display: grid;
	align-items: center;
	/* grid-template-columns: 1fr 1fr 191px; */
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 575px) {
	.news-pages .datepiecker-container {
		display: flex;
		align-items: start;
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.news-pages .datepiecker-container .datepiecker-item {
		width: 100%;
		max-width: unset;
	}
}

.news-pages .datepiecker-container .datepiecker-search-btn {
	/* width: 100%;
  max-width: 191px; */
}

@media (max-width: 575px) {
	.news-pages .datepiecker-container .datepiecker-search-btn {
		width: 100%;
	}
}

.news-pages .datepiecker-container button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	padding: 0;
	border-radius: 40px;
}

.news-pages .datepiecker-container input {
	box-shadow: none;
	width: 100%;
	min-width: 10px;
	height: 44px;
	padding: 0;
	padding-left: 16px;
	padding-right: 8px;
}

@media (max-width: 575px) {
	.news-pages .datepiecker-container input {
		padding-right: 32px;
	}
}

.news-pages .datepiecker-container > * {
	/* flex: 1 1; */
}

.news-pages .datepiecker-container [type='date'] {
	background: #fff url(/img/svg/calendar-icon.svg) 96% 50% no-repeat;
}

.news-pages .card-image {
	flex-shrink: 0;
}

.news-pages .card {
	height: 212px;
}

@media (max-width: 767px) {
	.news-pages .card {
		height: auto;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.news-pages .card-image {
		max-width: unset;
		height: 210px;
		max-height: unset;
	}
}

@media (max-width: 767px) {
	.ourfleet-pages .cards .card {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.ourfleet-pages .card-img {
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: unset;
	}
}

@media (max-width: 1023px) {
	.ourfleet-pages .cards {
		gap: 48px;
	}
}

@media (max-width: 767px) {
	.ourfleet-pages .cards {
		gap: 36px;
	}
}

.-mx-\[24px\]:has(.ourfleet-pages) {
	margin-left: 0;
	margin-right: 0;
}

.footer {
	padding-top: 24px;
}

@media (max-width: 1023px) {
	.about-pages .section-container {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.about-pages .section-container {
		gap: 12px;
	}
}

.offices-page .description svg {
	display: flex;
	align-items: center;
	justify-content: center;
}

.offices-page .description svg use {
	width: 100%;
	height: 100%;
}

.partners-container {
	position: relative;
	max-width: 400px;
	max-height: 184px;
	overflow: hidden;
	padding: 0px !important;
}

.partners-container img {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.partners-container span {
	position: absolute;
	top: 15px;
	left: 20px;
	color: white;
}

.aircraftsevice-page .card-text-list {
	list-style: disc;
	list-style-type: disc;
}

.aircraftsevice-page ul + .description {
	/* margin-top: -18px; */
}

@media (max-width: 767px) {
	.aircraftsevice-page ul + .description {
		margin-top: -8px;
	}
}

.aircraftsevice-page .card-text-list {
	padding-left: 8px;
}

.about-pages .section-container section .card-link {
	font-size: 18px;
	font-weight: 450;
}

#popupVacancy {
	position: relative;
	margin: 20px auto;
}

#popupVacancy .select2-container {
	position: relative;
}

#popupVacancy .select2-selection__rendered {
	padding-left: 12px;
}

#popupVacancy
	.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #818c99;
}

#popupVacancy .select2-container .select2-selection--single {
	height: 52px;
	border: none;
}

#popupVacancy
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 52px;
	background-color: #f8f8f8;
	border-radius: 8px;
}

#popupVacancy
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
}

#popupVacancy
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border: none;
	width: 6px;
	height: 6px;
	border-left: 2px solid #428fde;
	border-bottom: 2px solid #428fde;
	transform: rotate(-45deg);
}

#popupVacancy
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	transform: translateY(3px) rotate(-225deg);
}

.accordeon_block + .accordeon_block {
	margin-top: -24px;
}

@media (max-width: 1279px) {
	.accordeon_block + .accordeon_block {
		margin-top: -12px;
	}
}

@media (max-width: 767px) {
	.accordeon_block + .accordeon_block {
		margin-top: 0px;
	}
}
.diamond {
	display: inline-block;
}
body > iframe[title^='tripster-widget-'] {
	display: none;
}
.btn_novost {
	cursor: pointer;
	border: none;
	font-weight: normal;
	color: #ffffff;
	padding: 20px 40px;
	font-size: 14px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	-webkit-transition-property: all;
	padding: 15px 45px;
	background-color: #3083ed;
	border-radius: 10px;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
}
.booksvg {
	width: 50px;
	height: 45px;
}
.knigi {
	display: flex;
	align-items: center;
}

@media (max-width: 414px) {
	.rykovodstvo {
		max-width: none;
		width: 100%;
		overflow: auto;
	}
}

@media (max-width: 414px) {
	.container {
		width: 100%;
		overflow: hidden;
	}
}
.card__btn:hover {
	color: #6dcdf6;
}
.card__img-bottom svg:hover {
	stroke: #6dcdf6;
	fill: #6dcdf6;
}
.card__img-bottom2 svg:hover {
	stroke: #6dcdf6;
	fill: #6dcdf6;
}
.footer__menus-block a:hover {
	color: #6dcdf6;
}
.footer__contacts-text:hover {
	color: #6dcdf6;
}
.footer__additional a:hover {
	color: #6dcdf6;
}
.header__dropdown-menu .dropdown-menu__submenu-item a:hover {
	color: #6dcdf6;
}
.menu-card__link:hover {
	color: #6dcdf6;
}
.aircraftsevice-page .section-container section a:hover {
}

.partners-container span {
	text-background: rgba(0, 0, 0, 0.85);
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.phone-text:hover {
	color: #6dcdf6 !important;
}
.svg-container .text:hover {
	color: #6dcdf6 !important;
}
.header__dropdown-menu .dropdown-menu__submenu-item {
	width: 258px;
}
.header__dropdown-menu .dropdown-menu__item-right {
	align-items: flex-start;
}
.partners-container {
	position: relative;
	overflow: hidden;
}

.partners-container img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Используем cover для лучшего отображения изображений */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.partners-container .text {
	position: relative;
	z-index: 2; /* Помещаем над градиентом */
	color: white; /* Цвет текста */
	font-size: 2rem; /* Размер шрифта */
	text-align: center; /* Выравнивание текста по центру */
}
.link {
	color: #0078d2;
}
.link:hover {
	color: #6dcdf6;
}
.gal {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 7px;
	width: 15px;
	height: 15px;
}
.last-news .card__content {
	justify-content: space-between;
}
.maxfilesText {
	font-size: 12px;
}

#rel {
	margin-bottom: 40px;
}

.iconLoad {
	margin-left: 20px;
}

#charCount {
	margin-top: 0;
	margin-left: 85%;
}

/* кто удалит тот редиска */
input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	left: 0 !important;
	position: relative !important;
}

#checkboxAgreement {
	margin-left: 20px;
	scale: 1.5;
}

.title-search-result {
	/* left: 0 !important; */
	border: none !important;
	transform: translateY(-5px);
	/* z-index: 9; */
	background-color: #fff;
}

.title-search-result table {
	width: 100%;
	display: block;
}

.title-search-result tbody,
.title-search-result tr,
.title-search-result td {
	width: 100%;
	display: block;
}

table.title-search-result td {
	padding-top: 0;
	padding-bottom: 0;
}

.title-search-result tr + tr {
	margin-top: 36px;
}

.title-search-result tr:nth-child(2) {
	margin-top: 18px;
}

table.title-search-result td.title-search-item {
	text-wrap: wrap;
}

.title-search-result .title-search-item a {
	padding-left: 28px !important;
	font-size: 18px;
	color: rgba(151, 153, 155, 1) !important;
}

.title-search-result .title-search-selected .title-search-item {
	background-color: #ffffff;
}

.title-search-result .title-search-selected .title-search-item a {
	background-color: #ffffff;
}

.title-search-result .title-search-selected .title-search-item a {
	color: rgba(0, 122, 194, 1) !important;
}

table.title-search-result td.title-search-item b {
	color: rgba(0, 122, 194, 1) !important;
}

label::after {
	display: none;
}

.last-news .card__title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.checkbenefit {
	height: 20px;
	width: 20px;
	background-color: #f8f8f8;
	border-radius: 4px;
}

.mailsub {
	height: 52px;
	font-size: 15px;
	line-height: 20px;
	color: #212529;
	width: 100%;
	background-color: #f8f8f8;
	padding: 12px 16px;
	border-bottom: 1px;
	border-color: black;
}
.dark .footer .newsletter__form input {
	color: #fff !important;
}

.flight-feedback-page input[type='checkbox']:checked,
.flight-feedback-page input[type='checkbox']:not(:checked),
.flight-feedback-page input[type='radio']:checked,
.flight-feedback-page input[type='radio']:not(:checked) {
	position: absolute !important;
	left: -9999px !important;
}

.flight-feedback-page input[type='checkbox']:checked + label,
.flight-feedback-page input[type='checkbox']:not(:checked) + label,
.flight-feedback-page input[type='radio']:checked + label,
.flight-feedback-page input[type='radio']:not(:checked) + label {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	line-height: 24px;
	cursor: pointer;
}

.flight-feedback-page input[type='checkbox']:checked + label:before,
.flight-feedback-page input[type='checkbox']:not(:checked) + label:before,
.flight-feedback-page input[type='radio']:checked + label:before,
.flight-feedback-page input[type='radio']:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 24px;
	height: 24px;
	border: 1px solid #97999b;
	background-color: #ffffff;
}

.flight-feedback-page input[type='checkbox']:checked + label:before {
	background-color: #6dcdf6;
	border-color: #6dcdf6;
}

.flight-feedback-page input[type='checkbox']:not(:checked) + label:before {
	background-color: #ffffff;
}

.flight-feedback-page input[type='radio']:checked + label:before {
	border-radius: 100%;
	border-color: #6dcdf6;
}

.flight-feedback-page input[type='radio']:not(:checked) + label:before {
	border-radius: 100%;
}

.flight-feedback-page input[type='checkbox']:checked + label span:after,
.flight-feedback-page input[type='checkbox']:not(:checked) + label span:after,
.flight-feedback-page input[type='radio']:checked + label span:after,
.flight-feedback-page input[type='radio']:not(:checked) + label span:after {
	content: '';
	position: absolute;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.flight-feedback-page input[type='checkbox']:checked + label span:after,
.flight-feedback-page input[type='checkbox']:not(:checked) + label span:after {
	left: 4px;
	top: 6px;
	width: 17px;
	height: 8px;
	border-radius: 0px;
	border-left: 2px solid white;
	border-bottom: 2px solid white;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.flight-feedback-page input[type='radio']:checked + label span:after,
.flight-feedback-page input[type='radio']:not(:checked) + label span:after {
	left: 6px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #6dcdf6;
}

.flight-feedback-page input[type='checkbox']:not(:checked) + label span:after,
.flight-feedback-page input[type='radio']:not(:checked) + label span:after {
	opacity: 0;
}

.flight-feedback-page input[type='checkbox']:checked + label span:after,
.flight-feedback-page input[type='radio']:checked + label span:after {
	opacity: 1;
}

@media (min-width: 640px) {
	.rukovodstvo-page .cards .card img {
		max-height: 341px;
		object-fit: cover;
	}

	.rukovodstvo-page .cards .card:nth-child(1) {
		grid-column-start: 1;
		grid-column-end: 3;
	}

	.rukovodstvo-page .cards .card {
		max-width: 341px;
	}
}
@media (max-width: 1024px) {
	.rukovodstvo-page .cards .card:nth-child(1) {
		width: 261px;
	}
}
@media (max-width: 768px) {
	.rukovodstvo-page .cards .card:nth-child(1) {
		width: 311px;
	}
}
@media (max-width: 640px) {
	.rukovodstvo-page .cards .card:nth-child(1) {
		width: 100%;
	}
}

/* .custom-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #003da5;
  background-color: #fff;
  transition: all 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #003da5;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
  content: "\2714";
  position: absolute;
  left: 4px;
  top: -1px;
  color: #fff;
  font-size: 14px;
} */

.last-news__title + .card__title {
	margin-bottom: 25px;
	margin-right: 85px;
	transition: all 0.2s ease-in-out;
}

.last-news__title + .card__title:hover {
	color: #6dcdf6;
}

@media (max-width: 1208px) {
	.last-news__title + .card__title {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.last-news__title + .card__title {
		margin-right: 0px;
		margin-bottom: 24px;
	}
	.last-news .container > div {
		flex-direction: column;
		align-items: start;
	}
	.last-news .last-news__title {
		margin-bottom: 0px;
	}
}

.news-pages .card-text {
	padding: 24px;
}

/* .container {
  overflow: hidden;
} */

body strong {
	font-weight: 450;
}

.header .header__tools .close {
	position: absolute;
	width: 24px;
	height: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

.header .header__tools .header-search-btn .close {
	display: flex;
	cursor: pointer;
}

.header .header__tools .close span:before,
.header .header__tools .close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -1px;
	width: 26px;
	height: 2px;
	background-color: #000000;
}
.dark .header .header__tools .close span:before,
.dark .header .header__tools .close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -1px;
	width: 26px;
	height: 2px;
	background-color: #fff;
}

.header .header__tools .close span:before {
	transform: rotate(45deg);
}

.header .header__tools .close span:after {
	transform: rotate(-45deg);
}

.header-tools__item {
	position: relative;
}

.header-search__panel {
	position: absolute;
	bottom: -12px;
	right: -10px;
	width: 0;
	background-color: #fff;
	padding: 12px 24px;
	padding-right: 0;
	padding-left: 0;
	opacity: 0;
	transition: all 0.2s ease-in;
}

.header .header__tools .header-search-btn.active .header-search__panel {
	width: 780px;
	opacity: 1;
	padding-right: 50px;
	padding-left: 24px;
}

@media (max-width: 1208px) {
	.header .header__tools .header-search-btn.active .header-search__panel {
		width: calc(91vw - 290px);
	}
}

.header-search__input {
	display: flex;
}

.header-search__input input {
	width: 100%;
	background-color: transparent;
	outline: none;
}

.header-search__panel {
	border: 1px solid #6ab3e7;
	border-radius: 10px;
	cursor: auto;
}

.title-search-result.index-search > div {
	max-width: 1208px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.title-search-result.index-search .all_result {
	display: none !important;
}

.search-page .input {
	width: 100%;
	height: auto !important;
	padding: 12px 24px !important;
	border-color: #6ab3e7 !important;
	border-radius: 10px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #212529 !important;
}

.search-page .search-item {
	border: none !important;
}

.search-page .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 34px;
	margin-top: 32px;
}

.search-page .pagination a {
	color: #97999b;
	font-family: Avenir Next Cyr;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	text-align: left;
}

.search-page .pagination .active {
	color: #007ac2;
}

.search-page .pagination a {
	font-family: inherit;
}

.search-page .reverse-chevron svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.select2-container--default .select2-selection--multiple {
	background-color: #f6f7f8;
}

/* .hidden {
  display: none;
} */

.search-page .search-view-default {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 10px;
}

.search-page .search-item {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	padding: 24px;
	border-radius: 24px;
}

.search-page .search-item .search-title a {
	font-size: 24px;
	color: #212529;
}

@media (max-width: 414px) {
	.main-banner__item .container {
		padding-bottom: 22px;
	}
}

.main-banner__item .container .content__link {
	display: none;
	align-self: baseline;
	padding: 10px 32px;
	margin-top: 48px;
	border-radius: 40px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 450;
	color: rgba(33, 37, 41, 1);
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
	margin-bottom: 24px;
}

.main-banner__item .container .main-banner__content {
	display: flex;
	flex-direction: column;
}

.main-banner__item .container .content__price + .content__link {
}

/* .main-banner .content__direction {
  bottom: 152px;
} */

.main-banner__wrapper > .container {
	padding-bottom: 46px;
}

@media (max-width: 991px) {
	.main-banner__item .container .content__link {
		margin-top: 10px;
		margin-bottom: 34px;
	}
}

@media (min-width: 1208px) {
	.main-banner__wrapper > .container {
		width: auto;
		transform: translateX(145%);
	}
}

.main-banner .main-banner__item {
	overflow: hidden;
}

.offices-page
	.section-container
	.contact-card
	.right-section
	.time-container
	.time-text {
	text-align: left;
}

section:has(#map) {
	max-height: 480px !important;
}

#map {
	max-height: 480px !important;
}
#checkboxAgreement {
	left: 0 !important;
	position: relative !important;
}

#special-offers-page .select2-container--default .select2-selection--single {
	position: relative;
	background-color: #fff;
	border: 1px solid #8dc8e8;
	border-radius: 8px;
}

#special-offers-page
	.select2-container
	.select2-selection--single
	.select2-selection__rendered {
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#special-offers-page
	.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
}

#special-offers-page .select2-container .select2-selection--single {
	height: auto;
}

#special-offers-page
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

#special-offers-page .select2-container {
	width: 100% !important;
	max-width: 292px;
}

#special-offers-page
	.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
/*ховер на главной странице */
.best-deals__card,
.card__img {
	filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}

.best-deals__card:hover,
.best-deals__card .card__img:hover,
.best-deals__card .card__content:hover,
.card__img:hover,
.card__img img:hover,
.card__price:hover,
.card__text:hover,
.additional__card:hover,
.offers-card:hover {
	filter: none !important;
	-webkit-filter: none !important;
}

.information .information__card {
	overflow: hidden;
	height: 400px;
	padding: 0;
}

.information .information__card > .card__img {
	width: 100%;
	height: 210px;
	flex-shrink: 0;
}

.information .information__card > .card__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.information .information__card .card__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px;
}

.information__btn--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.information__slider-btns {
		display: none;
	}
}

@media (max-width: 1208px) {
	.additional .additional__link {
		margin-bottom: 36px;
	}
}

@media (max-width: 768px) {
	.additional .additional__link {
		margin-bottom: 0px;
	}
}

@media (max-width: 768px) {
	.offers .card__title {
		margin-bottom: 0px;
	}
}

.information__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.swiper-button-lock {
	display: none !important;
}
.offers-card:hover,
.swiper-backface-hidden .swiper-slide:hover {
	-webkit-filter: none !important;
	filter: none !important;
}

.swiper-backface-hidden .swiper-slide:hover .card__img-bottom {
	background-color: var(--blue-hover, #007ac2) !important;
}
.information__card:hover .card__btn,
.information__card:hover .card__btn span,
.information__card:hover .card__btn svg {
	transition: fill 0.3s ease;
	color: #007ac2 !important;
	fill: #007ac2 !important;
}
.last-news__card:hover .card__img-bottom2 svg {
	fill: var(--blue-hover, #007ac2) !important;
}
.best-deals__card:hover .card__price {
	/* color: red; */
	color: #007ac2 !important;

	text-decoration: underline;
}
.best-deals__btn svg,
.additional__btn svg {
	transition: fill 0.3s ease;
	fill: #97999b;
}
.best-deals__btn svg:hover,
.additional__btn svg:hover {
	fill: #007ac2;
}
.card-link-blue:hover {
	color: #007ac2 !important;
}

.heading__title h1 {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
}
#chevron-gray {
	transition: fill 0.3s ease;
	fill: #97999b;
}
#chevron-gray:hover {
	fill: var(--blue-hover, #007ac2) !important;
}
.card__img,
.card__img img,
.card__text,
.card__price,
.card__content {
	-webkit-filter: none !important;
	filter: none !important;
}
.card__price span {
	font-family: Inter;
}
.newsletter__form-btn:hover {
	background-color: var(--blue-hover, #007ac2) !important;
}

.search-page .container {
	padding: 0;
}

.search-page .search-page__cards {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.search-page .search-page__cards > * {
	flex: 1 1;
}

.search-page .search-page__card {
	display: flex;
	flex-direction: column;
	padding: 24px;
	background-color: #def4fd;
	box-shadow: 0px 0px 25.9px 0px rgba(0, 0, 0, 0.05);
}

.search-page .search-page__card .card__title {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 450;
	color: #212529;
}

.search-page .search-page__card .card__text {
	flex-grow: 1;
	margin-bottom: 24px;
	font-size: 16px;
	/* font-weight: 450; */
	color: #212529;
}

.search-page .search-page__card .card__btn {
	align-self: start;
	padding: 10px 41px;
	padding-top: 12px;
	margin-bottom: 24px;
	font-size: 16px;
	color: #212529;
	background-color: #fff;
	border-radius: 30px;
}

.search-page .search-page__card .card__btn span {
	font-size: 20px;
	font-weight: 450;
	color: #212529;
}

.offices-page .input-container input {
	background-image: url(/upload/airline/opros/24px-location.svg);
	background-repeat: no-repeat;
	background-position: right 14px center;
}

.ymaps-2-1-79-map {
	position: absolute !important;
}

@media (850px <= width <= 1279px) {
	.join_btn-1 {
		margin-top: 30px;
		position: absolute;
		top: 920px;
		margin: 20px 0;
	}
}

@media (width <= 525px) {
	.join_btn-1 a {
		display: flex;
		justify-content: center;
	}
}

@media (525px < width) {
	.join_btn-1 {
		margin: 20px 0;
	}
}

/*____________________________________карта сайта_____________________________________________*/

.map-level-0 {
	list-style: inside;
	margin-left: 24px;
}
.map-level-1 {
	list-style: inside;
	margin-left: 24px;
}
.map-level-0 a:hover {
	color: #6dcdf6;
}
/*____________________________________карта сайта_____________________________________________*/

.competitions-page .cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 12px;
}

.competitions-page .cards .card {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.competitions-page .cards .card__title {
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 450;
	line-height: 20px;
	color: #212529;
}

@media (max-width: 767px) {
	.competitions-page .cards {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 576px) {
	.competitions-page .cards {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1208px) {
	.additional .additional__link {
		margin-bottom: 0 !important;
	}
}

.stock .card__title {
	-webkit-line-clamp: 2;
	/* display: -webkit-box; */
	-webkit-box-orient: vertical;
	flex-shrink: 0;
	overflow: hidden;
}

.stock .card__text span {
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	flex-grow: 0;
	overflow: hidden;
}

.stock .card__btn {
	flex-shrink: 0;
}
.atumquiz-form[data-template='.default']
	.atumquiz-item[data-page='field']
	.atumquiz-item-checkbox
	.atumquiz-item-field:has(input[type='checkbox']:checked) {
	background-color: #f1f1f1 !important;
}
.dark
	.atumquiz-form[data-template='.default']
	.atumquiz-item[data-page='field']
	.atumquiz-item-checkbox
	.atumquiz-item-field:has(input[type='checkbox']:checked) {
	background-color: #6dcdf6 !important;
}
.atumquiz-form[data-template='.default']
	.atumquiz-item[data-page='field']
	.atumquiz-item-radio
	.atumquiz-item-field:has(input[type='radio']:checked) {
	background-color: #f1f1f1 !important;
}
.dark
	.atumquiz-form[data-template='.default']
	.atumquiz-item[data-page='field']
	.atumquiz-item-radio
	.atumquiz-item-field:has(input[type='radio']:checked) {
	background-color: #6dcdf6 !important;
}
.dark .select2-search textarea {
	background-color: #000000 !important;
	border: none !important;
	--placeholder-color: #e1e1e1 !important;
}
.dark .select2-selection--multiple {
	border: none !important;
}

.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	outline: none !important;
}

.header__mobile-search {
	/* position: relative; */
}

.header__mobile-search-btn .header-search__panel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 1000;
	overflow-y: auto;
}

.header__mobile-search-btn.active .header-search__panel {
	/* width: 780px;
	opacity: 1;
	padding-right: 50px;
	padding-left: 24px; */

	display: flex;
	opacity: 1;
	padding: 0;
	padding-left: 16px;
	padding-right: 16px;
}

.header__mobile-search-btn .header-search__panel {
	flex-direction: column;
	padding-left: 16px;
	padding-right: 16px;
}

.header__mobile-search-btn .header-search__input {
	flex-direction: column;
	width: 100%;
	/* margin-top: 100px; */
	padding-top: 24px;
	padding-bottom: 24px;
}

.header__mobile-search-btn .header-search__input input {
	border: 1px solid #97999b;
	border-radius: 6px;
	padding: 16px 12px;
	padding-right: 36px;
}

.header__mobile-search-btn .header-search__mobile-top {
	display: flex;
	/* flex-direction: row; */
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
}

.header__mobile-search-btn .index-search-mobile {
	overflow: visible;
	box-shadow: none;
}

.header__mobile-search-btn .header-search__mobile-top-right {
	position: relative;
}

.header .header__mobile-search .close {
	position: absolute;
	width: 24px;
	height: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.header .header__mobile-search .close {
	display: flex;
	cursor: pointer;
}

.header .header__mobile-search .close span:before,
.header .header__mobile-search .close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -1px;
	width: 26px;
	height: 2px;
	background-color: #000000;
}
.dark .header .header__mobile-search .close span:before,
.dark .header .header__mobile-search .close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -1px;
	width: 26px;
	height: 2px;
	background-color: #fff;
}

.header .header__mobile-search .close span:before {
	transform: rotate(45deg);
}

.header .header__mobile-search .close span:after {
	transform: rotate(-45deg);
}

@media (max-width: 1023px) {
	.bx_smart_searche .bx_item_block_href {
		padding-left: 16px;
		padding-right: 16px;
	}
}

.bx_smart_searche * {
	font-family: Avenir Next Cyr;
	font-size: 18px;
}

.header__mobile-menu .header-menu__mobile-close {
	position: relative;
	width: 24px;
	height: 24px;
}

.header .header__mobile-menu .close {
	position: absolute;
	width: 24px;
	height: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.header .header__mobile-menu .close {
	display: flex;
	cursor: pointer;
}

.header .header__mobile-menu .close span:before,
.header .header__mobile-menu .close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -1px;
	width: 26px;
	height: 2px;
	background-color: #000000;
}
.dark .header .header__mobile-menu .close span:before,
.dark .header .header__mobile-menu .close span:after {
	content: '';
	position: absolute;
	top: 12px;
	left: -1px;
	width: 26px;
	height: 2px;
	background-color: #fff;
}

.header .header__mobile-menu .close span:before {
	transform: rotate(45deg);
}

.header .header__mobile-menu .close span:after {
	transform: rotate(-45deg);
}

@media (max-width: 767px) {
	.search-page {
		padding: 0 16px;
	}
	.search-page .pagination {
		gap: 0px;
		justify-content: space-between;
	}
	.search-page .search-item .search-title a {
		font-size: 18px;
	}
	.search-page .search-page__card .card__title {
		margin-bottom: 0px;
		font-size: 18px;
	}
	.search-page .search-page__card .card__btn {
		margin-bottom: 0px;
	}
	.search-page .search-page__card .card__btn span {
		font-size: 15px;
	}
	.search-page .search-item {
		padding: 16px;
		border-radius: 16px;
	}
}

/*____________________________________Cookies files_____________________________________________*/

.nca-cookiesaccept-line > div {
    justify-content: center;
    color: #ffffff;
}

.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color: #ffffff !important;
	line-height: 24px;
}

.nca-cookiesaccept-line.style-1 {
    background-color: #6AB3E7 !important;
}

.nca-cookiesaccept-line > div > div:last-child {
    background-color: #6DCDF6 !important;
    min-width: 52px !important;
    min-height: 52px !important;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px !important;
	margin: 10px 24px 10px 0px !important;
}

.nca-cookiesaccept-line > div > div {
    padding: 10px 16px 10px 16px !important;
    font-size: 16px;
}

#nca-cookiesaccept-line {
    top: 94px !important;
    position: absolute !important;
    min-height: 72px !;
	padding: 0px !important;
	z-index: 1;
 	opacity: 0.8;
}

@media (max-width: 1129px) {
	#nca-cookiesaccept-line {
		top: 106px !important;
	}
}

@media (max-width: 1023px) {
	#nca-cookiesaccept-line {
		top: 74px !important;
	}
}

@media (max-width: 650px) {
	.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text, .nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
		font-size: 15px;
		line-height: 14px;
	}
	.nca-cookiesaccept-line > div > div:last-child {
		min-width: 40px !important;
		min-height: 40px !important;
		margin: 5px 24px 5px 0px !important;
	}
	#nca-cookiesaccept-line-accept-btn {
		font-size: 12px;
	}
}

/*____________________________________Cookies files_____________________________________________*/

.widget-ui-icon.widget-ui-mobile__back {
	word-break: break-word;
}

@media (max-width: 650px) {
    .widget .widget-ui-datepicker__header, .widget .widget-ui-mobile__header {
        width: 100vw;
		z-index: 1000;
    }
    .widget-airports__select.is-focused .Select-menu-outer {
        width: 100vw;
		z-index: 1000;
    }
	body:has(.Select.widget-airports__select.is-open) {
		overflow: hidden;
	}
	body:has(.react-datepicker-ignore-onclickoutside) {
		overflow: hidden;
	}
	.main-panel:has(.Select.widget-airports__select.is-open) {
		z-index: 150;
	}
	.main-panel:has(.react-datepicker-ignore-onclickoutside) {
		z-index: 150;
	}
}

.widget-airports__underlay {
	display: none;
}

/*____________________________________стили для баннеров разделов_____________________________________________*/

.banner-menu {
	width: calc(100% / 3 - 8px);
}

.banners-main {
	margin-top: -96px !important;
}

.banner-menu:nth-child(1), .banner-menu:nth-child(2), .banner-menu:nth-child(3) {
	border-top: 2px solid #E4002B;
}

.banner-menu:nth-child(1) {
	height: 450px;
	margin-top: 100px;
}

.banner-menu:nth-child(2) {
	height: 450px;
}

.banner-menu:nth-child(3) {
	height: 380px;
	margin-top: 70px;
}

.banner-menu:nth-child(4) {
	height: 360px;
}

.banner-menu:nth-child(5) {
	margin-top: -100px;
	width: calc(100% / 3 * 2 - 4px);
	height: 320px;
}

.banner-menu:nth-child(6) {
	height: 220px;
}

.banner-menu:nth-child(7), .banner-menu:nth-child(8) {
	margin-top: -140px;
}

.banner-menu:nth-child(9), .banner-menu:nth-child(10) {
	height: 300px;
}

.banner-menu:nth-child(9) {
	height: 300px;
	width: calc(100% / 3 * 2 - 4px);
}


.buying-managment:nth-child(9) {
	width: 100%;
}

.employees {
	margin-top: 0px !important;
}

.employees:nth-child(1), .employees:nth-child(3) {
	margin-top: 70px !important;
	height: 380px !important;
}

.employees:nth-child(5) {
	height: 360px !important;
}

.banner-menu:nth-child(11), .banner-menu:nth-child(12), .banner-menu:nth-child(13), .banner-menu:nth-child(14), .banner-menu:nth-child(15), .banner-menu:nth-child(16) {
	height: 360px !important;
}

.for-passenger:nth-child(12) {
	height: 300px !important;
	width: calc(100% / 3 * 2 - 4px);
}

.for-passenger:nth-child(13) {
	height: 300px !important;
}

.for-passenger:nth-child(14), .for-passenger:nth-child(15) {
	margin-top: -60px !important;
}

.extra-services:nth-child(11) {
	height: 690px !important;
}

.extra-services:nth-child(12) {
	height: 320px !important;
}

.extra-services:nth-child(12) {
	width: calc(100% / 3 * 2 - 4px);
}

.extra-services:nth-child(14), .extra-services:nth-child(13) {
	margin-top: -368px;
}

.extra-services:nth-child(13) {
    margin-left: calc(100% / 3 + 3px);
}

.extra-services:nth-child(14) {
    margin-right: 0;
}

.security {
	height: 360px !important;
	margin-top: 0px !important;
}

.security:nth-child(4), .security:nth-child(5) {
	height: 300px !important;
}

.security:nth-child(4) {
	width: calc(100% / 3 * 2 - 4px);
}

.security:nth-child(5) {
	width: calc(100% / 3 - 8px);
}

.onboard {
	height: 300px !important;
	margin-top: 0px !important;
}

.onboard:nth-child(1) {
	width: calc(100% / 3 * 2 - 4px);
}

@media (max-width: 1280px) {
	.banner-menu {
		width: calc(100% / 3 - 6px);
	}
	.banner-menu:nth-child(5) {
		width: calc(100% / 3 * 2 - 3px);
	}
	.banners-main {
		margin-top: -48px !important;
	}
	.security:nth-child(5) {
		width: calc(100% / 3 - 8px);
	}
}

@media (max-width: 767px) {
	.banner-menu {
		width: calc(100% / 2 - 2px);
		margin-top: 0px !important;;
		height: 280px !important;
	}
	.banner-menu:nth-child(5) {
		width: calc(100% / 2 - 2px);
	}
	.banner-menu:nth-child(1), .banner-menu:nth-child(2), .banner-menu:nth-child(3) {
		width: calc(100% / 3 - 3px);
	}
	.banner-menu {
		width: calc(100% / 2 - 2px) !important;
		margin-top: 0px !important;
		height: 280px !important;
	}
	.banner-menu:nth-child(5) {
		width: calc(100% / 2 - 2px);
	}
	.banner-menu:nth-child(1), .banner-menu:nth-child(2), .banner-menu:nth-child(3) {
		width: calc(100% / 3 - 3px) !important;
	}
	.employees {
		height: 280px !important;
	}
	.employees:nth-child(1), .employees:nth-child(3) {
		height: 280px !important;
		margin-top: 0px !important;
	}
	.employees:nth-child(5) {
		height: 280px !important;
	}
	.airline:nth-child(11), .airline:nth-child(12), .airline:nth-child(13), .airline:nth-child(14) {
		height: 280px !important;
	}
	.for-passenger:nth-child(11) {
		height: 280px !important;
	}
	.for-passenger:nth-child(12) {
		height: 280px !important;
	}
	.for-passenger:nth-child(13) {
		height: 280px !important;
	}
	.for-passenger:nth-child(14), .for-passenger:nth-child(15) {
		margin-top: 0px !important;
		height: 280px !important;
	}
	.for-passenger:nth-child(16) {
		width: 100% !important;
		height: 280px !important;
	}
	.extra-services:nth-child(11), .extra-services:nth-child(12), .extra-services:nth-child(13), .extra-services:nth-child(14) {
		height: 280px !important;
	}
	.extra-services:nth-child(14) {
		margin-top: 0px;
		margin-left: 0px;
	}
	.security:nth-child(4), .security:nth-child(5) {
		height: 280px !important;
	}
	.onboard:nth-child(1) {
		width: calc(100% / 3 * 2 - 4px) !important;
	}
}

@media (max-width: 640px) {
	.banner-menu {
		width: 100% !important;
	}
	.banner-menu:nth-child(1) {
		width: 100% !important;
	}
	.banner-menu:nth-child(2), .banner-menu:nth-child(3) {
		width: calc(50% - 2px) !important;
	}
	.onboard:nth-child(2) {
		width: 100% !important;
	}
}

@media (max-width: 414px) {
	.banners-main {
		margin-top: 0px !important;
	}
}

.last-news .card__text {
	max-height: 98px;
	overflow: hidden;
	-webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.last-news .card__content {
	row-gap: 22px;
}
