 !important;.main-banner__layer img.custom-banner {
  width: 100%; /* Ширина баннера */
  max-width: 1200px; /* Максимальная ширина */
  margin: 0 auto; /* Центрирование баннера */
  padding: 20px; /* Внутренний отступ */
  background-color: #f5f5f5; /* Фоновый цвет */
  border-radius: 10px; /* Скругленные углы */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Тень */
  margin-right: 900px;
}

/* Можно добавить дополнительные стили для адаптивности */
@media (max-width: 768px) {
  .custom-banner {
    padding: 10px;
  }
}
/* .widget-additionalOptions{
    display: none !important;
  } */
.widget-classType__inner__button_selected {
  background: #6dcdf6;
}

/* .widget__routeTypeSwitch .widget__routeTypeSwitch_toCR{
    top: 45px !important;
} */

.widget .btn {
}

/* .widget-additionalOptions, .widget-additionalOptions__checkboxes {
    display: none !important;
} */
.widget__routeTypeSwitch {
  /* display: block;
	left: -760px !important;
	top: 10px; */
}
.widget-footer__col:nth-of-type(2n) {
  display: flex !important;
}
.widget-footer__col:nth-of-type(2n) {
  height: 100px;
}
/* .widget__routeTypeSwitch_toOW {
	top: 60px;
	padding-top: 60px;
} */
.widget-segments {
  gap: 10px;
}
.widget-segments__segment {
  display: flex;
  width: 100%;
}
.widget-airports {
  /* -ms-flex-preferred-size: 100%; */
  flex-basis: 100%;
  display: -webkit-box;
  /* display: -ms-flexbox; */
  display: flex;
}

/*--------------------------------------------------- */

.widget-segments_CR
  .widget-segments__segment
  .widget-airports__col:first-of-type {
  padding-right: 0px;
}
.widget-airports__col:nth-child(1) .widget-airports__select__value {
  right: 94px;
}
.widget-airports__col:nth-child(2) .widget-airports__select__value {
  right: 66px;
}
.widget-airports__select__value__countryName {
  width: 90px;
}
/* .widget-airports__select .Select-control {
	cursor: pointer;
	height: 50px;
	border-color: #97999b !important;
	border-radius: 12px 0 0 12px;
} */

.widget-segments_CR .widget-segments__segment .widget-dates {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0 12px 12px 0;
}
.widget-segments_CR
  .widget-airports__col:last-child
  .widget-airports__select
  .Select-control {
  border-radius: 0 0 0 0;
}
.widget_CR .widget-footer__col:first-of-type {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding-right: 0;
}
.widget-segments_CR {
  max-width: 100%;
}
.widget_CR .widget-footer__col:last-of-type {
  padding-left: 0;
}
.widget-segments__segment__drop {
  background-color: transparent;
  margin-top: 0;
  height: 100%;
  width: 0%;
  margin-right: 0;
  left: 103%;
}
.widget-segments_CR
  .widget-segments__segment:not(:nth-child(2))
  .widget-ui-input {
  border-radius: 0 12px 12px 0;
}
.widget__routeTypeSwitch {
  position: relative;
  margin-top: 0;
}
.widget-additionalOptions {
  order: 1;
  margin-bottom: -20px;
}
.fa {
  font-size: 24px !important;
  width: 24px;
  margin-top: 11px;
  margin-left: 2px;
}
.widget .btn {
  width: 52px;
}
.widget__tickets {
  display: none;
}
.widget-airports__select__value__airportName {
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-airports__select__value {
  right: 53px;
}
.widget_CR .widget-footer__col:first-of-type {
  min-width: 77.8%;
}
.widget__startButton.btn-primary:hover {
  background-color: #6dcdf6;
}
.widget-airports__select__value__airportName,
.widget-airports__select__value__comma,
.widget-airports__select__value__countryName,
.widget-dates__caption,
.widget .form-control,
.widget__routeTypeSwitch,
.widget-airports__select .Select-placeholder,
.widget__addSegment,
.widget-passengers__title,
.widget-passengers__counter,
.widget-airports__select .widget-airports__select__value__placeholder,
.widget-ui-mobile__header
  .widget-airports__header
  .widget-airports__header_visible {
  font-weight: 400;
}
@media (max-width: 972px) {
  .widget__holder {
    flex-wrap: wrap;
  }
  .widget-segments__segment {
    flex-wrap: wrap;
    gap: 12px;
  }
  .widget-dates {
    flex-basis: 100%;
  }
	.widget-footer {
		flex-wrap: wrap;
		flex-basis: 100%;
		display: flex;
		justify-content: right;
		margin-top: 12px;
	}
  .widget-segments
    .widget-airports__col
    .widget-airports__select
    .Select-control {
    border-radius: 12px;
  }
  .widget-passengers__trigger {
    border-radius: 12px;
  }
  .widget .widget-ui-input_disabled {
    border-radius: 0 12px 12px 0 !important;
  }
  .widget .widget-dates__col:nth-child(1) .widget-ui-input {
    border-radius: 12px 0 0 12px;
  }
  .widget .widget-dates__col:nth-child(2) .widget-ui-input {
    border-radius: 0 12px 12px 0;
  }
  .widget_CR .widget-ui-input {
    border-radius: 12px;
  }
  .widget__routeTypeSwitch_toCR {
    top: 86px;
  }
  .widget-additionalOptions {
    height: 0px;
    z-index: 2;
  }
  .widget-footer__col {
    position: relative;
  }
  .widget .btn {
    width: 100%;
    max-width: 278px !important;
    position: absolute;
    right: 0;
    justify-content: center;
  }
  .widget__tickets {
    display: block;
    font-weight: 400;
  }
  .widget__startButton.btn-primary {
    gap: 10px;
  }
  .widget-footer__col:nth-of-type(2n) {
    height: 52px;
    right: 0;
  }
  .widget-segments_CR .widget-airports {
    min-width: 100%;
  }
  .widget-segments_CR
    .widget-segments__segment:not(:nth-child(2))
    .widget-ui-input {
    border-radius: 12px;
  }
  .widget-segments_CR
    .widget-airports__col
    .widget-airports__select
    .Select-control {
    border-radius: 12px 0 0 12px;
  }
  .widget-segments_CR
    .widget-airports__col:last-child
    .widget-airports__select
    .Select-control {
    border-radius: 0 12px 12px 0;
  }
  .widget__routeTypeSwitch_toOW {
    top: 88px;
  }
  .widget-segments__segment__drop {
    left: 98%;
  }
  .widget-segments_CR
    .widget-segments__segment:has(.widget-segments__segment__drop)
    .widget-dates {
    flex-basis: 95% !important;
  }
  .widget-segments__segment__drop {
    margin-top: 31px;
  }
}
@media (max-width: 650px) {
	.widget-airports__col .Select-placeholder {
		left: 20px;
	}
  .widget-airports__col:first-of-type .widget-ui-input__arrow {
    right: 24px;
  }
  .widget-airports__swap {
    left: -27px;
    transform: rotate(0deg);
    top: 0;
  }
  .widget-segments {
    display: flex;
  }
  .widget-additionalOptions {
    display: flex;
    top: 10px;
  }
  .widget__routeTypeSwitch_toCR {
    top: 92px;
  }
  .widget-airports__col:last-of-type
    .Select-control
    .widget-airports__select__value {
    padding-left: 35px !important;
  }
  .widget-airports__col:first-of-type .widget-airports__airportCode {
    right: 29px;
  }
  .widget__routeTypeSwitch {
    top: 150px;
    padding-right: 10px;
  }
  .widget-additionalOptions {
    justify-content: right;
  }
  .widget .btn {
    max-width: none !important;
  }
  .widget-segments_CR .widget-segments__segment {
    margin-bottom: 0;
  }
  .main-panel .main-panel__wrapper {
    padding: 16px 16px;
  }
  .widget__addSegment {
    margin: 0;
  }
}
@media (max-width: 666px) {
  .widget-airports__col:nth-child(1) .widget-airports__select__value {
    right: 60px;
  }
  .widget-airports__col:nth-child(2) .widget-airports__select__value {
    right: 34px;
  }
  .widget-airports__airportCode {
    display: none;
  }
  .widget-airports__select__value {
    right: 25px;
  }
  .widget-segments_CR
    .widget-segments__segment:has(.widget-segments__segment__drop)
    .widget-dates {
    flex-basis: 93% !important;
  }
  .widget-segments__segment__drop {
    left: 97%;
  }
}
@media (max-width: 600px) {
  .widget-airports__select__value__countryName {
    display: none;
  }
}
@media (max-width: 375px) {
  .widget-airports__select__value__countryName {
    display: none;
  }
}
@media (max-width: 460px) {
  .widget-segments_CR
    .widget-segments__segment:has(.widget-segments__segment__drop)
    .widget-dates {
    flex-basis: 90% !important;
  }
  .widget-segments__segment__drop {
    left: 96%;
  }
  .overflow-hidden .w-full .items-center {
    margin-top: -48px;
  }
}
.widget .form-control {
  padding: 0 59px 0 13px;
}
.widget__startButton.btn-primary {
  align-items: center;
  justify-content: center;
}
.widget-airports__col:last-of-type .Select-control {
  border-top: solid 1px;
}
.Select-noresults {
  font-weight: 400 !important;
}
.transition .rounded-full {
  box-shadow: 0px 2px 2px 0px #00000040;
}
@media (max-width: 768px) {
  .blue-list-diamond-mobile {
    margin-top: -25px;
  }
}
.footer .newsletter__text {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.footer__contacts-item {
  align-items: center;
}
.license-pages .card-text-item svg {
  min-width: 27px;
}
.license-pages .card-text-item p {
  min-width: 70px;
}
.license-pages .card-text-item {
  margin-bottom: 6px;
}
.card-link {
  font-weight: 450;
}
.card-content-container .column-left .card-btn {
  padding: 10px 24px 10px 24px !important;
}
.card-content-container .column-left {
  max-width: 220px !important;
}
.form-required {
  padding-left: 16px;
}
.diamond {
  display: inline;
  transform: scale(1.5);
}
.news-pages .pagination a {
  font-family: inherit;
}
/* --------------------------------------------------АДАПТИВ МОБИЛКИ------------------------------------------------*/

@media (max-width: 1280px) {
  .flex.flex-col.relative.bg-\[\#97999B\].p-\[32px\].h-\[320px\] {
    height: 280px;
  }
}
@media (max-width: 1023px) {
  .footer .newsletter__form input {
    width: 100% !important;
  }
  .footer .newsletter__form-btn {
    font-size: 16px;
    min-width: 240px;
  }
  .footer .newsletter__form {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .first-diamond {
    display: none;
  }
  .footer__contacts {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__contacts-content {
    width: 100%;
  }
  .footer__contacts-socdiam {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .second-diamond {
    display: none;
  }
}
@media (max-width: 940px) {
  .footer__contacts-content {
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer__contacts-item {
    width: 49%;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer__menus__right-qrs {
    flex-direction: column;
    width: 100%;
    gap: 8px !important;
  }
  .footer__contacts-socdiam {
    order: 0;
  }
  .footer__contacts-content {
    order: 2;
  }
  .footer__qr-img {
    display: none;
  }
  .footer__menus__right {
    width: 100%;
  }
  .footer__qr {
    width: 100%;
  }
  .group.list-group-item.list-header.p-\[36px\] {
    padding: 24px;
  }
  .footer .container,
  .footer__contacts {
    row-gap: 25px;
  }
  .footer__additional,
  .footer__additional-links {
    row-gap: 12px;
  }
  .arrow_section_blocks {
    width: 24px;
    height: 24px;
  }
  .text_section_blocks {
    font-size: 18px !important;
  }
  .license-pages .cards .card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .footer__contacts-content {
    flex-direction: row;
  }
  .contacts-page {
    padding: 0px 16px 0px 16px !important;
  }
}
@media (max-width: 692px) {
  .footer .newsletter__text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .footer .newsletter__form {
    flex-direction: column;
  }
}
@media (max-width: 495px) {
  .footer__contacts-socdiam {
    order: 2;
    justify-content: center;
  }
  .footer__contacts-content {
    order: 0;
  }
  .first-diamond {
    display: block;
  }
  .second-diamond {
    display: none;
  }
  .footer__contacts-content {
    flex-direction: column;
  }
  .footer__contacts-item {
    width: 100%;
  }
}
@media (max-width: 425px) {
  p.text-\[18px\].leading-\[28px\],
  .description,
  .card-text-item {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .relative.h-\[296px\].overflow-hidden {
    height: 240px !important;
  }
  p.gap-\[24px\] {
    gap: 0px !important;
  }
  p.text-\[22px\] {
    font-size: 18px;
  }
  p.text-\[24px\] {
    font-size: 18px;
  }
  .cards .card-title {
    font-size: 18px !important;
  }
  h1.uppercase.text-\[25px\] {
    font-size: 22px !important;
  }
  .footer .newsletter__text {
    line-height: 24px;
  }
  .footer__newsletter {
    row-gap: 24px;
  }
  div.text-\[18px\].leading-\[28px\] {
    font-size: 15px !important;
    line-height: 22px !important;
  }
  .license-pages .cards .card {
    padding: 16px;
  }
  ul.text-\[16px\] {
    font-size: 15px !important;
  }
  div.text-\[18px\] {
    font-size: 15px !important;
  }
  p.text-\[16px\] {
    font-size: 15px !important;
  }
}
@media (min-width: 767px) {
  .contacts-page .section-container .card .column-left .mobile-card-btn {
    display: none !important;
  }
  .contacts-page .section-container .card .card-content-container .mobile-card {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .contacts-page .section-container .card .column-left .mobile-card-btn {
    display: flex !important;
  }
}
/* --------------------------------------------------АДАПТИВ МОБИЛКИ------------------------------------------------ */

.best-deals__text {
  display: none;
}

/* --------------------------------------------------АДАПТИВ МОБИЛКИ ГЛАВНОЙ СТРАНИЦЫ------------------------------------------------ */

@media (max-width: 1208px) {
  .diamond-mile__content {
    flex-direction: row;
    gap: 12px;
    align-items: center;
    padding: 24px 16px !important;
  }
  .diamond-mile__content-title {
    font-size: 18px;
    width: 100%;
  }
  .diamond-mile__text {
    font-size: 16px;
    width: 100%;
  }
  .diamond-mile__btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1022px) {
  .main-panel .main-panel__top {
    flex-wrap: nowrap;
    overflow: auto;
    scrollbar-width: none;
  }
  .main-panel .main-panel__top > .main-panel-tablinks {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .best-deals .best-deals__card:nth-child(even) {
    margin-bottom: 0px !important;
  }
  .additional__slider .swiper-wrapper a {
    width: 250px !important;
    height: 360px !important;
  }
}

@media (max-width: 768px) {
  .main-banner__item {
    height: 476px;
  }
  .main-panel {
    padding-bottom: 0px;
  }
  .offers .offers__card,
  .information .information__card {
    width: 250px !important;
  }
  .last-news .card__title {
    font-size: 18px;
  }
  .last-news .last-news__card {
    width: 300px !important;
  }
  .last-news .card__content {
    row-gap: 8px;
  }
}

@media (max-width: 575px) {
  .diamond-mile__card {
    width: 242px;
    height: auto;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .diamond-mile__cards > :not(:first-child) {
    margin-left: -200px;
  }
}

@media (max-width: 425px) {
  .main-banner__item {
    height: 543px;
  }
}
@media (min-width: 1209px) {
  .diamond-mile .container {
    height: 300px;
  }
}

/* --------------------------------------------------АДАПТИВ МОБИЛКИ ГЛАВНОЙ СТРАНИЦЫ------------------------------------------------*/

.additional .additional__slider-btns {
	position: relative !important;
	top: 0px !important;
	right: 0px !important;
}

@media (max-width: 768px) {
  .additional .main-page-title {
    margin-bottom: 0px;
  }
  .offers .main-page-title {
    margin-bottom: 0px;
  }
}
.information__slider-btns {
  position: relative;
  /* top: 20px;
  right: 24px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  align-items: center;
}

/* --------------------------------------------------модальное окно подписаться------------------------------------------------*/

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-width: 630px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 90vh;
  padding: 80px 0px;
  border-radius: 16px;
}
.popup-window__close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; /* Изначально скрыто */
}
.popup-window__title {
  font-family: avenirnextcyr;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #005d9f;
}
.blue-border:focus {
  outline: none;
  border: 1px solid #6dcdf6;
}
.popup-window__select {
  width: 100%;
  height: 52px;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 12px 16px;
}
#checkboxAgreement {
  margin-left: 0px !important;
  scale: 1 !important;
}
.popup-window__text {
  font-family: avenirnextcyr;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #232323;
  margin-bottom: 8px;
}
.popup-window__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.popup-window__btn {
  font-family: avenirnextcyr;
}
@media (max-width: 640px) {
  .popup-container {
    max-width: 95%;
    padding: 60px 16px;
  }
  .popup-window__title {
    font-size: 22px;
    line-height: 24px;
  }
  .popup-window__text {
    font-size: 15px;
    line-height: 18px;
  }
  .popup-window__close-btn {
    top: 16px;
    right: 16px;
  }
  .popup-window__close-btn img {
    transform: scale(0.7);
  }
  .captcha-block input {
    width: 100%;
  }
}
.input_date {
  font-size: 15px;
  width: 100%;
  height: 52px;
  background-color: #f6f7f8;
  border-radius: 6px;
  padding: 12px 16px;
}
.daterangepicker {
  font-family: 'avenirnextcyr' !important;
  font-size: 15px !important;
  margin-top: 0px;
  border: none;
  box-shadow: 0px 8px 16px 0px #0000001a;
}
.daterangepicker .calendar-table table {
  font-weight: 700 !important;
}
.table-condensed tbody tr {
  height: 44px;
  width: 44px;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  text-decoration: auto;
}
.daterangepicker .calendar-table td {
  border-top: 1px solid #d7d7d7 !important;
  border: none;
}
.daterangepicker .calendar-table th {
  border-bottom: 1px solid #d7d7d7 !important;
  border: none;
  height: 44px;
  color: #818c99;
}
.daterangepicker td.start-date.end-date {
  border-radius: 0px !important;
}
.daterangepicker td.active {
  background-color: #6dcdf6 !important;
}
.daterangepicker.openscenter:before {
  display: none;
}
.daterangepicker:before {
  display: none;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none;
}
.daterangepicker td.off {
  color: #d7d7d7;
}
.daterangepicker th.month {
  font-size: 16px;
  color: #000000 !important;
}
.dark .daterangepicker th.month {
  font-size: 16px;
  color: #ffffff !important;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container .select2-selection--single {
  height: 52px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #f8f8f8 !important;
  border: 0px !important;
  border-radius: 6px !important;
}
.select2-search--dropdown {
  display: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 12px 16px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex !important;
  height: 100% !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #007ac2 !important;
  border-width: 0px 2px 2px 0px !important;
  height: 8px !important;
  width: 8px !important;
  transform: rotate(45deg) !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 9px !important;
  right: 13px !important;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #428fde !important;
  border-width: 0px 2px 2px 0px !important;
  transform: rotate(225deg) !important;
  top: 18px !important;
}
.select2-container--default .select2-selection--single:focus {
  border: 1px solid #6dcdf6 !important;
}
.select2-results__option--selectable {
  max-height: 140px !important;
  height: 100%;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}
.select2-dropdown {
  border: 0px !important;
  border-radius: 6px !important;
  /* outline: 1px solid #6DCDF6 !important; */
  box-shadow: 0px 8px 16px 0px #0000001a;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f6f7f8 !important;
  color: #212529 !important;
}
.select2-results__option {
  padding: 14px 16px !important;
}
.select2-results__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select2 {
  width: 100% !important;
}
.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px !important;
  max-width: 310px;
}
.select2-container--default .select2-results__option--disabled {
  display: none;
}
.input_date {
  background-image: url('/upload/biznesu/ikonki/icon-calend-16.svg');
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 30px;
}

/* --------------------------------------------------модальное окно подписаться------------------------------------------------*/

/* --------------------------------------------------select на странице специальные предложения------------------------------------------------*/
#special-offers-page .select2-container .select2-selection--single .select2-selection__rendered {
  border: 1px solid #6dcdf6 !important;
  border-radius: 6px;
}
#special-offers-page .select2-container.select2-container--open .select2-selection--single .select2-selection__rendered {
  border: 0px !important;
}
#special-offers-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px !important;
}
/* --------------------------------------------------select на странице специальные предложения------------------------------------------------*/

/* --------------------------------------------------input количества пассажиров на странице групповые перевозки------------------------------------------------*/
.counter {
	display: flex;
	margin: 0 0 12px 0;
	flex-direction: column;
	gap: 12px;
}
.counter button {
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.type_ticket {
	display: flex;
	flex-direction: wrap;
}
.type_ticket__text {
    display: flex;
    flex-direction: column;
}
.radio-buttons .type_ticket__text {
    margin-left: 10px;
}
.text_big {
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
	color: #212529;
}
.text_small {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	color: #818C99;
}
.counter_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	color: #212529;
}
.container_person {
	width: 100%;
    padding: 15px;
    background: #FFFFFF;
    z-index: 1000;
    position: absolute;
    border-radius: 6px;
	box-shadow: 0px 8px 16px 0px #0000001A;
}
.radio-buttons {
	display: flex;
	flex-direction: column;
    gap: 12px;
}
.type_ticket__radio {
	transform: scale(1.5);
	margin: 5px;
}
.counter button {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    border: 1px solid #6DCDF6;
    border-radius: 50%;
    background: #6DCDF6;
    color: white;
}

/* --------------------------------------------------input количества пассажиров на странице групповые перевозки------------------------------------------------*/

.iframe-container {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%; /* Соотношение сторон 16:9 */
     height: 0;
     overflow: hidden;
}

.iframe-container iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border: 0;
}

.card_1 img {
	object-fit: cover;
    height: 120px;
    width: 100%;
}

.dark .daterangepicker td.off {
  color: grey !important;
}
.dark .daterangepicker td.active {
  background-color: #0094d3 !important;
}
.dark .daterangepicker .calendar-table .next span, .dark .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid white;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
/* .dark .daterangepicker .calendar-table .next span, .dark .daterangepicker .calendar-table .prev span {
  color: grey;
  border: solid grey;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
} */
.dark .daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: grey;
  border-color: transparent;
  color: inherit;
}

/* --------------------------------------------------модальное окно внимание на главной странице------------------------------------------------*/

.popup-attention-container {
  opacity: 0.8;
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 94px;
  background-color: #fff;
  z-index: 2;
  box-sizing: border-box;
  overflow-y: auto;
  background-color: #6AB3E7 !important;
}
.have-cookies {
  top: 167px;
}
.popup-attention__close-btn {
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
}
.popup-attention-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
}
.popup-attention-text {
  color: #ffffff;
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popup-attention-close {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 12px 0 24px;
}
@media (max-width: 1129px) {
	.popup-attention-container {
	  top: 106px;
	}
	.have-cookies {
		top: 179px;
	}
}
@media (max-width: 1023px) {
	.popup-attention-container {
	  top: 74px;
	}
	.have-cookies {
		top: 147px;
	}
}
@media (max-width: 650px) {
	.popup-attention-text {
		font-size: 15px;
		line-height: 14px;
	}
	.have-cookies {
		top: 125px;
	}
}
@media (max-width: 412px) {
	.have-cookies {
		top: 137px;
	}
}

/* --------------------------------------------------модальное окно внимание на главной странице------------------------------------------------*/