.about_country {
  padding: 0 0 96px;
}

.hot_tours_best_price {
  padding: 48px 0 96px;
  background: #FFF7D9;

}

.hot_tours_best_price .container__header {
  margin-top: 0;
}

.small-card-with-caption-list__container:not(.swiper-wrapper) {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.small-card-with-caption-list__item {
  display: inline-block;
  text-decoration: none;
  border-radius: 16px;
  background-color: #fff;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
}
.small-card-with-caption-list__item:hover {
  text-decoration: none;
  box-shadow: 0 20px 24px 0 rgba(0,0,0,.04);
}
.small-card-with-caption-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: transparent;
  border-radius: 16px;
}
.small-card-with-caption-list__item.active::after {
  background-color: #ffea96;
}
.small-card-with-caption-list__photo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 125px;
  margin-bottom: 17px;
  border-radius: 16px 16px 0 0;
  color: #fff;
  position: relative;
}

.small-card-with-caption-list__title {
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .08px;
  color: #474f55;
  text-align: center;
  display: block;
  margin: 16px 0;
}
.show-more-cards-button {
  margin-top: 0;
  color: #0063d7;
}
.sights-slider .resort-list__dropdown-view {
  padding: 0 0 45px;
  margin: 0 0 -20px;
}

/*desktop*/
@media (min-width: 1025px) {
  .small-card-with-caption-list__item {
    width: calc((100% - 5 * 24px) / 6);
    margin-bottom: 24px;
  }
}

/*tablet*/
@media (max-width: 1024px) and (min-width: 768px) {
  .small-card-with-caption-list__item {
    width: calc((100% - 2 * 24px) / 3);
  }
}

/*mobile*/
@media (max-width: 767px) {
  .small-card-with-caption-list__container:not(.swiper-wrapper) {
    gap: 16px;
  }
  .small-card-with-caption-list__item {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}

@media (min-width: 1177px) {
  .show-more-cards-button {
    display: none !important;
  }
}

/*MEDIA DONE*/
