html,
body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}
.search-form .nav.nav-tabs {
  border: 0;
  margin-bottom: 25px;
  width: 100%;
  position: relative;
  display: flex;
}
.top-banner img{
  max-width: 100%;
  min-width:100%;
  height: auto;
}
.btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 19.5px;
  border-radius: 10px;
  padding: 15px;
  border: 0;
}
.search-form .nav.nav-tabs::after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #d9d9d9;
  position: absolute;
  bottom: -5px;
  border-radius: 4px;
  z-index: 0;
}
.search-form .nav.nav-tabs .nav-link {
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  color: #000;
  padding: 0 15px 12px;
  border: 0;
  position: relative;
  padding: 10px 40px;
}
.search-form .nav.nav-tabs .nav-link.active {
  color: #53a8f1;
  background-color: transparent;
}
.search-form .nav.nav-tabs .nav-link.active::after {
  content: "";
  height: 4px;
  width: 100%;
  background-color: #53a8f1;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  border-radius: 4px;
}
.search-form .tab-content .form-label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17.07px;
  margin-bottom: 13px;
}
.search-form .tab-content .input-group .form-select,
.search-form .tab-content .input-group input {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  font-size: 14px;
  line-height: 17.07px;
  border: 0;
  border-radius: 10px;
  height: 36px;
  font-weight: 400;
  color: #fff;
}
.date_from_zb,
.date_to_zb {
  position: relative;
}
.datepicker-fields input {
  background: #f0f1f4;
  border: 0;
  padding-left: 35px !important;
  height: 38px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.datepicker-fields input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.elementor-container {
  max-width: 100% !important;
}
.datepicker-fields #date_from,
.datepicker-fields #date_from_ins,
#requests-date_start {
  border-radius: 10px 0 0 10px;
}
.datepicker-fields #date_to,
.datepicker-fields #date_to_ins,
#requests-date_end {
  border-radius: 0 10px 10px 0;
  padding-left: 45px !important;
  padding-right: 10px !important;
}
button.Zebra_DatePicker_Icon {
  left: 10px;
  right: auto;
}
.date_to_container button.Zebra_DatePicker_Icon {
  left: 20px;
  right: auto;
}
.date_to_container .form-group-label {
  margin-left: 10px;
}
.form-search .card {
  height: 250px;
  background: #f0f1f4;
  border: 0;
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.form-search .card::-webkit-scrollbar {
  width: 5px;
}

.form-search .card::-webkit-scrollbar-thumb {
  background: #ccc; /* Green */
}
.form-search .filter-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: #f0f1f4;
  border: 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #ccc;
  outline: none;
  line-height: 27px;
}

.form-search label.form-group-label {
  font-weight: bold;
}
.form-search .child-checkboxes {
  margin-left: 20px;
}
.form-search .form-control {
  background: #f0f1f4;
  border: 0;
}
.text-bold {
  font-weight: bold;
}
.notes-desc ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.notes-desc span {
  height: 18px;
}
.note-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.note-icon.green {
  background: green;
}
.note-icon.yellow {
  background: yellow;
}
.note-icon.red {
  background: red;
}
.note-icon.blue {
  background: #c1d5ff;
}
.popload .fancybox-content {
  padding: 0;
}
.hidden {
  display: none;
}
.price-row {
  background: #fff;
  border-radius: 10px;
  border: 0;

  font-size: 14px;
  margin-bottom: 10px;
}
.offer {
  text-shadow: 0px 0px 25px #000;
}
.price-row .col-nights {
  color: #45a3db;
  font-weight: 600;
}
.price-row.opened .price-main {
  background: #45a3db;
  color: #fff;
}
.price-row .price-main {
  align-items: center;
  border-radius: 10px;
  min-height: 50px;
}
.price-row.opened .price-main a {
  color: #fff;
}
.price-row.opened .col-nights {
  color: #fff;
}
.price-row .room-price .price a {
  width: 100%;
  margin: -7px 0px;
  border-radius: 10px;
  /* margin-left: 20px; */
  color: #fff;
}
.price-row .price a.tour-rooms {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-row .price a.tour-rooms svg {
  fill: #45a3db;
}
.price-row.opened .price a.tour-rooms svg {
  fill: #fff;
}
.price-row .room-price {
  background: #f0f1f4;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 7px;
}
.price-rooms-container {
  padding: 0 20px;
}
.loading-container,
.noprice-container,
.error-container,
.search_expire-container {
  display: none;
  text-align: center;
  height: 200px;
  margin-top: 50px;
}
.loading-text {
  font-size: 35px;
  margin-left: 40px;
}
.loading-container .lds-ring {
  width: 140px;
  height: 140px;
}
.loading-container .lds-ring.active div {
  width: 124px;
  height: 124px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  visibility: hidden;
}
.lds-ring.active {
  visibility: visible;
}
.lds-ring.active div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 5px solid #ccc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}
.lds-ring.active div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring.active div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring.active div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hotel-icons img {
  height: 20px;
}
.tour-search:hover {
  background-color: #3dd5f3;
}

.ticket-card {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.airline-logo {
  font-size: 22px;
  font-weight: bold;
  color: #d8232a;
}
.flight-time {
  font-size: 20px;
  font-weight: bold;
}
.layover {
  color: #007bff;
  font-size: 14px;
}
.flight-duration {
  flex-grow: 1;
}
.service-desc {
  font-size: 12px;
}

.custom-dropdown {
  background: none;
  border: none;
  color: #53a8f1;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.38px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom-dropdown:hover,
.custom-dropdown:focus {
  color: #2980b9;
}
.custom-dropdown::after {
}
.custom-dropdown span {
  border-bottom: 2px solid #3498db;
}
/* Стили для выпадающего списка */
.dropdown-menu {
  border-radius: 10px;
  border: 1px solid #ddd;
}
.dropdown-item {
  font-size: 16px;
  color: #333;
}
.dropdown-item:hover {
  background: #f1f1f1;
  color: #000;
}
form .help-block {
  color: red;
  font-size: 12px;
}
.fill-red {
  fill: red;
  color: red;
}
.fill-green {
  fill: green;
  color: green;
}
.LegInfo__stop-line {
  height: 2px;
  width: 99%;
  background-color: #817b8f;
  margin: 0.375rem auto;
  padding: 0;
  position: relative;
  border-radius: 0.375rem;
  display: block;
  text-align: center;
  line-height: 0;
}
.LegInfo__stops-label-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.LegInfo__stop-dot {
  background-image: none;
  background-color: #ff5452;
  border-radius: 0.375rem;
  box-shadow: 0 0 0 2px #fff;
  width: 0.375rem;
  height: 0.375rem;
  line-height: 0;
  top: -2px;
  position: relative;
  display: inline-block;
  margin: 0 4%;
  zoom: 1;
}
ul {
  list-style: none;
  padding: 0;
}
.LegInfo__stop-line:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: -0.375rem;
  top: 50%;
  margin-top: -8px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23898294' d='M3.922 12h.499a.52.52 0 0 0 .444-.247L7.949 6.8l3.233-.019A.8.8 0 0 0 12 6a.8.8 0 0 0-.818-.781L7.949 5.2 4.866.246A.525.525 0 0 0 4.421 0h-.499a.523.523 0 0 0-.489.71L5.149 5.2H2.296l-.664-1.33a.523.523 0 0 0-.436-.288L0 3.509 1.097 6 0 8.491l1.196-.073a.523.523 0 0 0 .436-.288l.664-1.33h2.853l-1.716 4.49a.523.523 0 0 0 .489.71'/%3E%3C/svg%3E");

  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12px;
}
.tour-rooms-disable svg {
  display: none;
}
button.logout {
  border: 0;
  background: none;
  color: red;
  padding: 0;
}
.basket-info .label {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.red {
  color: red;
}
.flight-time small {
  display: block;
  line-height: 0;

  font-weight: 400;
  font-size: 0.5em;
}
.flight-time:first-child {
  text-align: left;
}
.flight-time:last-child {
  text-align: right;
}

/* Стили для аккордеона */
.elementor-accordion .elementor-accordion-item {
  border: none; /* Убираем стандартную рамку */
  background: #f5f5f7; /* Светлый фон */
  margin-bottom: 10px; /* Отступ между элементами */
  border-radius: 10px; /* Закругление углов */
  overflow: hidden;
}

/* Стили заголовка аккордеона */
.elementor-accordion .elementor-tab-title {
  font-size: 18px;
  font-weight: bold;
  background: #f5f5f7; /* Такой же фон */
  padding: 15px 20px;
  cursor: pointer;
  color: #000;
  border-bottom: none;
}

/* Иконка стрелки */
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  transition: transform 0.3s ease-in-out;
  color: #000;
}

/* При открытии меняем иконку */
.elementor-accordion
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon {
  transform: rotate(180deg);
}

/* Стили содержимого аккордеона */
.elementor-accordion .elementor-tab-content {
  padding: 15px 20px;
  border: 0 !important;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.layout-action-excursion {
  background: #fff;
}
/* Убираем границы и подчеркивания */
.elementor-accordion .elementor-tab-title.elementor-active {
  border-radius: 10px;
}
.elementor-accordion .elementor-accordion-item {
  border: 0 !important;
}
.insurance-item .icons svg {
  width: 40px;
  height: 40px;
}
.insurance-item a.name {
  font-size: 22px;
  font-weight: bold;
}
.insurance-item .ins-price {
  font-size: 24px;
  font-weight: bold;
  color: #45a3db;
}
.layout-action-contact {
  background: #fff;
}
.contacts-bg-layes {
  background-color: #f0f1f4;
  border-radius: 0 0 40px 40px;
  position: relative;
}
.contacts-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("/img/contacts-bg.png") center center;
  opacity: 0.5;
  background-size: 140%;
  z-index: 0;
  border-radius: 0 0 40px 40px;
}
.contacts-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-top: 100px;
  color: #191127;
}
.contacts-content .text-sub {
  font-size: 24px;
  margin: 20px 0;
  color: #42a3dc;
}
.contact-additional {
  font-size: 14px;
}
.hint-block {
  font-size: 12px;
  color: #666;
}

.page-item:first-child span {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child span {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.page-item span {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: #ccc;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid
    var(--bs-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.main-page {
  margin-top: -44px;
  /* padding: 44px; */
  border-radius: 44px;
  z-index: 1;
}
ul.pagination {
  justify-content: center;
}
.message-left {
  float: left;
  clear: both;
}
.message-right {
  float: right;
  clear: both;
}
.to_do .card {
  background: #f0f1f4;
}
.offer-title a {
  color: #fff;
  font-family: "Unbounded";
}
.offer-title {
  bottom: 45px;
  left: 5%;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  width: 90%;
}
.offer-block .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  z-index: 1;
  background: linear-gradient(to top, rgb(0 0 0 / 78%), rgb(0 0 0 / 0%));
}
.layout-action-excursions {
  background: #fff;
}
.excursion-container input[type="checkbox"] {
  appearance: none; /* Remove default styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px; /* Adjust size */
  height: 20px;
  background-color: white; /* White background */
  border-radius: 5px; /* Rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none; /* Remove border */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

/* Custom checkmark when checked */
.excursion-container input[type="checkbox"]::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Show checkmark when checked */
.excursion-container input[type="checkbox"]:checked::after {
  display: block;
}
.layout-action-promo{
  background: #fff;
}
table.rates{
  margin: 0 auto;
}
table.rates td{
  padding: 0px 5px;
}
#orders-grid{
  font-size: 13px;
}
#orders-grid .bg-danger td{
  background: #ffcccc;
}
.Zebra_DatePicker td.green { background: green; color: #fff; }
.Zebra_DatePicker td.yellow { background: #ffef06; }
.Zebra_DatePicker td.redbg { background: #ce0000; }
.Zebra_DatePicker td.avia-min-price { background: #33b7b3; color: #fff; }
.Zebra_DatePicker td.avia-near-min-price { background: #c6f4f3; color: #114f8a; }
