.rotator {
  margin-bottom: 0 !important;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.body-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.index_wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}

.index_wrapper:nth-child(2n) {
  background: #f4f4f5;
}

.index_wrapper > * {
  max-width: 1000px;
  width: 100%;
}

.index_wrapper.search_waiting2 {
  background-color: #fff;
  min-height: 210px;
}

@media all and (max-width: 600px) {
  .index_wrapper.search_waiting2 {
    min-height: 465px;
  }
}

.index_wrapper > .index_header {
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
  color: #1584c1;
  font-weight: 700;
}

/* search */
.index-block-container {
  min-height: 10rem;
}

.element {
  min-height: 5rem;
}

.owl-stage {
  display: flex;
  align-items: center;
}

.lazy-list__more {
  display: none !important;
}

.calendar__wrap {
  margin-top: 2rem;
}

.calendar__wrap .calendar__body {
  background: transparent;
}

/* CALENDAR */
.calendar__wrap {
  margin-bottom: 50px;
  margin-top: 10px;
  padding-bottom: 1.5rem;
}

.calendar__wrap .country__list ul {
  text-align: center;
}

.calendar__wrap .country__list ul li {
  display: inline-block;
  list-style: none;
  padding: 0.5rem 10px;
  cursor: pointer;
  color: #007abc;
  background: #f8f8f8;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  white-space: nowrap;
}

.calendar__wrap .country__list ul li:first-child {
  border-radius: 4px 0 0 0;
}

.calendar__wrap .country__list ul li:last-child {
  border-right: 1px solid transparent;
  border-radius: 0 4px 0 0;
  min-width: 170px;
}

.calendar__wrap .country__list ul li.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #007abc;
}

.calendar__wrap .calendar__body {
  margin-top: 20px;
  padding-top: 10px;
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  height: 100px;
  padding-left: 40px;
}

.calendar__wrap .calendar__body .calendar__lines .lines__top {
  width: 100%;
  height: 1px;
  border-top: 1px dotted #c9655e;
  position: absolute;
  bottom: 90%;
  transition: bottom 0.5s linear 0.2s;
}

.calendar__wrap .calendar__body .calendar__lines .lines__top span {
  position: absolute;
  left: -35px;
  top: -10px;
  font-size: 10px;
  display: inline-block;
  text-align: right;
  width: 35px;
  padding-right: 5px;
  color: #fff;
}

.calendar__wrap .calendar__body .calendar__lines .lines__bottom span {
  position: absolute;
  left: -35px;
  top: -2px;
  font-size: 10px;
  display: inline-block;
  text-align: right;
  width: 35px;
  padding-right: 5px;
  color: #fff;
}

.calendar__wrap .calendar__body .calendar__items {
  height: 100%;
  width: 100%;
}

.calendar__wrap .calendar__body .calendar__item {
  position: absolute;
  width: 2%;
  background: #3e92cf;
  bottom: 0px;
  border-radius: 2px 2px 0 0;
  opacity: 0.8;
  transition: height 0.5s linear 0.2s;
}

.calendar__wrap .calendar__body .calendar__item:hover .item__price {
  display: block;
}

.calendar__wrap .calendar__body .calendar__item:hover {
  opacity: 1;
  cursor: pointer;
}

.calendar__wrap .calendar__body .item__price {
  display: none;
  position: absolute;
  top: -36px;
  font-size: 12px;
  color: #444;
  margin-left: -50%;
  text-align: center;
  background-color: #c3dcef;
  padding: 3px;
  border-radius: 5px;
  left: -65%;
  z-index: 2;
  transition: all 1s ease 0s;
}

.calendar__wrap .calendar__body .item__price:before {
  bottom: -6px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #c3dcef;
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
  left: 25px;
}

.calendar__wrap .calendar__body .item__date {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -1rem;
  font-size: 10px;
  color: #007abc;
}

@media all and (max-width: 30em) {
  .calendar__wrap .calendar__body .item__date {
    font-size: 6px;
  }
}

.calendar__wrap .calendar__body .calendar__mounth {
  position: absolute;
  bottom: -25px;
  width: 100%;
  height: 5px;
  border-top: none;
  text-align: center;
}

.calendar__wrap .calendar__body .calendar__mounth .fa {
  padding: 0 10px;
  cursor: pointer;
}

.calendar__wrap .calendar__body .calendar__mounth .fa:hover {
  color: #eca900;
}

.calendar__wrap .calendar__body .calendar__mounth .mounth {
  background: #fff;
  color: #007abc;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: -3px;
  font-size: 16px;
}

.calendar__wrap .calendar__body > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.calendar__wrap .calendar__body .calendar__mounth .mounth {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.country__list li {
  flex-grow: 1;
  flex-basis: 5rem;
}

.index_wrapper .calendar__wrap {
  margin-bottom: 0px;
  width: 100%;
}

.calendar__wrap {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.28);
  min-height: 208px;
}

.country__ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.country__list {
  position: relative;
}

.country__list .country__ul_hidden {
  position: absolute;
  top: 100%;
  right: 0;
  width: 170px;
  min-height: 100px;
  background: #fff;
  z-index: 10;
  padding: 0.5rem 1rem;
  border: solid 1px #ccc;
  border-radius: 0 0 4px 4px;
  max-height: 70vh;
  overflow-y: auto;
}

.country__list .country__ul_hidden.hide {
  display: none;
}

.country__list .country__ul_hidden div {
  cursor: pointer;
  width: 200px;
  padding: 0.5rem 1rem;
}

/* HOT TOURS RIBBON */
#index_hot_tours .home-tours {
  margin-top: 15px;
  margin-bottom: 0;
}

#index_hot_tours .dot-loader {
  width: 100%;
}

#sort_hot_index_tours {
  text-align: center;
  margin-bottom: 0;
}

#sort_hot_index_tours .sort, #sort_hot_index_tours a {
  border: none;
  background-color: transparent;
  padding: 3px;
  color: inherit;
}

#sort_hot_index_tours .sort.active {
  background-color: #66bb6a;
  color: #fff;
  border-radius: 3px;
  padding: 5px 7px;
}

.swiper-container-hot-tours {
  overflow-x: hidden;
}

.tours {
  padding: 0 !important;
}

#index_hot_tour_list {
  margin-top: 1rem;
  position: relative;
  padding-bottom: 40px;
}
#index_hot_tour_list .index_tour_item .tour__sale {
  display: block;
  font-size: 16px;
  position: absolute;
  background: #e5097f;
  padding: 4px 8px;
  border-radius: 0 0 10px;
  top: 0;
  left: 0;
  color: #fff;
  box-shadow: 1px 1px 3px #555;
  font-family: 'Play', 'Arial', 'Verdana';
  font-weight: bold;
  z-index: 1;
}
.owl-theme .owl-dots .owl-dot span {
  background: #009a4750;
}

.owl-theme .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #009a47;
}

#index_hot_tour_list {
  min-height: 341px;
}

/* hotels */
.best-tours #index_hotels_list {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.best-tours .swiper-outer-container {
  width: 100%;
  padding: 20px 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  max-height: 662px;
  position: relative;
}
.swiper-tours-container {
  overflow: hidden;
}
.best-tours .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.best-tours .swiper-wrapper {
  max-height: 656px;
  height: 100%;
  transition: height 0.7s linear;
  min-height: 301px;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  text-shadow: 0 0 10px black;
}
.best-tours .swiper-button-next,
.best-tours .swiper-button-prev {
  color: #000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}
.best-tours .swiper-button-next {
  right: -15px;
}
.best-tours .swiper-button-prev {
  left: -15px;
}
.swiper-pagination-bullet {
  background: #009a47;
  width: 10px;
  height: 10px;
}
.best-tours .hotel__categories {
  list-style: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 20px;
}
.best-tours .hotel__categories .swiper-button-next,
.best-tours .hotel-reviews__filter .swiper-button-next {
  position: absolute;
  right: -14px;
  top: 38px;
  display: none;
}
.best-tours .hotel__body {
  width: 100%;
  height: 126px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 20px 20px 44px 20px;
  row-gap: 5px;
}
.best-tours .hotel__body .hotel__title {
  height: 20px;
}
.best-tours .hotel__body .hotel__features {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  overflow: hidden;
}
.best-tours .hotel__body .hotel__feature {
  padding: 2px 5px;
  font-size: 12px;
  line-height: normal;
  border-radius: 4px;
  color: #fff;
  background-color: #de4596bf;
  height: min-content;
}
.best-tours .hotel__category-btn {
  background-color: #66bb6a;
  color: #fff;
  border: none;
  padding: 8px 10px;
  max-width: 150px;
  font-size: 14px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  height: 100%;
  min-width: 100px;
}
.best-tours .hotel__category-btn_active {
  background-color: #fff;
  color: #00a0e3;
}
.best-tours .hotel-reviews__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 20px;
  list-style: none;
}
.best-tours .hotel-reviews__country:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.best-tours .hotel-reviews__country button {
  background-color: transparent;
  color: #007abc;
  border: none;
}
.best-tours .hotel-reviews__country_active button {
  border-bottom: 1px solid #007abc;
  padding-bottom: 1px;
}
@media all and (max-width: 800px) {
  .index_wrapper.best-tours {
    position: relative;
  }
  .best-tours .hotel-reviews__filter {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-x: auto;
    justify-content: normal;
    padding: 0 10px 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .best-tours .hotel-reviews__country {
    flex: 0 0 auto;
  }
  .best-tours .swiper-wrapper {
    height: 320px;
    flex-wrap: nowrap;
  }
  .best-tours .swiper-button-next,
  .best-tours .swiper-button-prev {
    display: none;
  }
  .best-tours .hotel__categories {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 20px 5px 0;
  }
  .best-tours .hotel__category-btn {
    border-radius: 10px;
    padding: 6px 8px;
    font-size: 14px;
    background-color: #fff;
    color: #00a0e3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .best-tours .hotel__category-btn_active {
    background-color: #00a0e3;
    color: #fff;
    font-weight: bold;
  }
  .best-tours .hotel__categories .swiper-button-next{
    display: block;
  }
  .best-tours .hotel-reviews__filter .swiper-button-next {
    display: block;
    top: 94px;
    right: 2px;
  }
  .best-tours .hotel__categories .swiper-button-next::after,
  .best-tours .hotel-reviews__filter .swiper-button-next::after {
    font-size: 20px;
  }
}
.index_wrapper .hotel__item {
  height: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  background: #fafafa;
  border: 1px solid #0000001d;
  box-shadow: 0 5px 8px 0 #00000008;
  border-radius: 10px;
  overflow: hidden;
  max-height: min-content;
}

.index_wrapper .hotel-stars {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 14px;
}

.index_wrapper .hotel__title {
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  display: block;
}

#index_hotels_list a:hover {
  text-decoration: none;
}

.index_wrapper .hotel__item-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.index_wrapper .hotel__item-image-container {
  height: 153px;
  min-width: 200px;
  min-height: 100px;
  margin: 0 0 5px 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index_wrapper .hotel__item-reviews-container {
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 25px;
  width: 25px;
  overflow: hidden;
  border-radius: 50%;
}

.index_wrapper .hotel__item-reviews-label {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.index_wrapper .index_country_label {
  color: #fff;
  font-size: 1.4rem;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  background: #de4596bf;
  border-radius: 0 0 10px 0;
}

.index_wrapper .hotel__price {
  background: #66bb6a;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  min-height: 55px;
  line-height: unset;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index_wrapper .hotel__price:has(i) {
  display: block;
}

.index_wrapper #index_hot_tour_list .hotel__price {
  padding-left: 30px;
}

.index_wrapper .hotel__price-description {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 5px;
}

.index_wrapper .hotel__price-old {
  color: #fff;
  text-decoration: line-through;
  text-align: start;
  text-decoration-color: red;
  font-size: 16px;
  font-weight: bold;
  align-self: center;
  position: absolute;
  bottom: 6px;
  left: 7px;
}

/* advantages */
.index_wrapper.advantages .element {
  width: 100%;
  margin: 0rem;
}

.index_wrapper.advantages .element h3 {
  margin: 0.5rem 0;
  font-weight: 600;
  color: #1584c1;
  font-size: 16px;
}

.index_wrapper.advantages .element p {
  margin: 0.5rem 0;
  line-height: 24px;
  color: #333;
}

.index_wrapper.advantages .index_header {
  padding-bottom: 2rem;
}

.index_wrapper.advantages .element img {
  width: 50px;
  margin-right: 10px;
}

.index_wrapper.advantages .index_block {
  overflow: hidden;
}

/* operators */

.owl-dots.disabled,
.owl-nav.disabled {
  display: none;
}

@media screen and (max-width: 500px) {
  .index_wrapper.bottom_banners > div,
  .index_wrapper.bottom_banners > section {
    flex-wrap: wrap;
  }

  .bottom_banners a {
    width: 100%;
  }
}

/* seotext bottom */

@media screen and (max-width: 700px) {
  #index_map {
    display: none;
  }
}

#live_tours .live-tours__wrapper {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr 180px;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  padding: 10px;
  box-shadow: 0 0 5px #00a3d3;
  border: 3px solid #00a3d3;
  border-radius: 8px;
}
.live-tours__wrapper .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
#live_tours {
  background-color: #f4f4f5;
}
#moving_text {
  font-size: 0.8em;
  color: #333;
}
.live-block .item {
  max-height: 40px;
  overflow: hidden;
}
.live-block__text {
  font-family: 'Rounds Black', sans-serif;
  text-transform: uppercase;
  color: #e10585;
  font-size: 16px;
}
.live-block__text_right {
  text-align: right;
}


/* блок с отзывами агентов  */
#agents-reviews_list .agents-reviews__countries {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px auto;
  list-style: none;
}
#agents-reviews_list .agents-reviews__countries .swiper-button-next {
  position: absolute;
  right: 2px;
  top: 116px;
  display: none;
}
#agents-reviews_list .agents-reviews__country:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
#agents-reviews_list .agents-reviews_list {
  margin: 0 auto;
  min-height: 302px;
}
@media all and (max-width: 800px) {
  #agents-reviews_list .agents-reviews_list {
    min-height: 139px;
  }
}
#agents-reviews_list .agents-reviews_list .swiper-wrapper {
  max-height: 330px;
}
#agents-reviews_list .bestagent__filter button {
  border: 2px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #333;
  padding: 5px;
}
#agents-reviews_list.reviews_main {
  display: block;
  position: relative;
  padding-bottom: 30px;
}
#agents-reviews_list .bestagent__filter button.active {
  border: 2px solid dodgerblue;
  color: #333;
  font-weight: bold;
}
.consult__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  max-inline-size: 1000px;
  margin-inline: auto;
  padding: 10px 0;
  margin: 10px;
}

#touragents_list .swiper-slide {
  padding: 5px;
}

#touragents_list .bestagent__description {
  border-radius: 5px;
  box-shadow: 0 0 3px #009a47;
}
.bestagent__description {
  padding: 5px;
  text-decoration: none;
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  min-height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 3px #009a47;
  margin: 3px;
}

.bestagent__description .bestagent__reviews-counter {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  font-family: inherit;
  border: none;
  border-radius: 0 5px 0 50%;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c960a1;
  box-shadow: 1px -1px 3px -1px #009a47;
}

@media (max-width: 900px) {
  .bestagent__item .touragent__name {
    font-size: 10px !important;
  }
  .bestagent__item .touragent__post {
    font-size: 8px !important;
    font-weight: bold;
    margin-top: -3px;
    padding-bottom: 5px;
  }
}
@media all and (max-width: 800px) {
    #agents-reviews_list .agents-reviews_list {
      max-height: 140px;
    }
    #agents-reviews_list .swiper-slide {
      max-width: 178px;
    }
}
@media all and (max-width: 600px) {
  #agents-reviews_list .agents-reviews__countries {
    gap: 5px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: normal;
    padding: 0 10px 10px 0;
  }
  #agents-reviews_list .agents-reviews__countries .swiper-button-next {
    display: block;
    color: black;
  }
  #agents-reviews_list .agents-reviews__countries .swiper-button-next::after {
    font-size: 20px;
  }
  #agents-reviews_list .agents-reviews__country {
    line-height: normal;
    text-wrap: nowrap;
  }
  #agents-reviews_list .agents-reviews__country:not(:last-child) {
    padding-right: 5px;
  }
}

/* отзывы наших туристов comment_list index */
#index_comment_list .index_header {
  padding: 0 0 1rem 0;
}

#index_comment_list .comment__item {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 98%;
  padding: 10px;
  position: relative;
  border-radius: 3px;
  height: 244px;
  background: #e8f5e9;
}

#index_comment_list .owl-stage {
  align-items: start;
}

#index_comment_list .owl-item {
  align-self: stretch;
}

#index_comment_list .index_banner_additional_text {
  font-size: 10px;
  margin: 0px;
  line-height: 17px;
  color: #007abc;
}

.comment__item_city {
  color: #007abc;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: auto;
  text-align: right;
  text-transform: capitalize;
}
