

.hot-block_string {
  width: 100% !important;
  max-width: 100% !important;
}

.hot-tours-container {

  * {
    font-family: Comfortaa, sans-serif !important;
  }

  .hot-wrapper.swiper-wrapper {
    width: calc(100% + 24px) !important;
    margin-right: -24px;
  }

  .hot-block_table {
    max-width: 100%;
  }

  .hot-block_table .hot-wrapper {
    padding: 0;
  }

  .hot-otp-content {
    text-align: left;
  }

  .hot-otp-form-wrap {
    width: calc(100% / 3 - 16px);
    height: 272px;
    border-radius: 24px;
    margin-bottom: 24px;
    box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 0 !important;
    border: none;
    cursor: pointer;
    transition-duration: 0.3s;

    &:hover {
      box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.26);
    }

    &:not(:nth-child(3n+3)) {
      margin-right: 24px;
    }
  }

  .hot-block_table .hot-otp-form-wrap {
    margin-top: 0 !important;
  }

  .hot-block_table .hot-otp-form-wrap:first-child {
    padding: 0 !important;
  }

  .new-hot-tour-img-container {
    height: 182px;
    -webkit-border-radius: 24px 24px 0 0;
    -moz-border-radius: 24px 24px 0 0;
    border-radius: 24px 24px 0 0;
    overflow: hidden;

    & > img {
      width: 100%;
    }
  }

  .new-hot-tour-body {
    position: relative;
    padding: 8px 16px 16px 16px;
    color: $grey-color;
    font-weight: 900;

    p {
      display: inline-block;
      margin: 0;
      font-size: 14px;
    }
  }

  .new-hot-tour-price {
    position: absolute;
    top: -25px;
    right: 0;
    min-width: 115px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    padding: 8px 12px 12px 12px;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }

  .new-hot-tour-price-value > span {
    font-size: 18px;
  }

  .new-hot-tour-price-desc {
    font-size: 13px;
  }

  .new-hot-tour-location {
    max-width: calc(100% - 140px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  p.new-hot-tour-name {
    margin: 0 0 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
  }

  p.new-hot-tour-img-geo {
    font-size: 18px;
    margin: 0;
    white-space: nowrap;
  }

  .text-right {
    text-align: right;
  }

  .new-hot-tour-date:before {
    content: url(../img/moon-icon.svg);
    vertical-align: sub;
    margin-right: 8px;
  }

  .new-hot-tour-transport {
    display: inline-block;
    vertical-align: sub;
    margin: 0 21px 6px 0;
  }

  .new-hot-tour-date {
    margin-bottom: 6px;
  }

  [data-transport="air"]:before {
    content: url(../img/plane-icon.svg);
  }

  [data-transport="bus"]:before {
    content: url(../img/bus-icon.svg);
  }

  .hot-otp-content {
    margin-bottom: -24px;
  }
}

@include phone {
  .hot-tours-container {

    .hot-otp-content {
      width: calc(100% + 20px);
      margin-right: -20px;
    }

    .show-more-btn {
      display: none;
    }

    .hot-otp-form-wrap {
      width: 100%;
    }

    .hot-otp-form-wrap:first-child {
      padding-top: 0 !important;
    }

    .hot-wrapper.swiper-wrapper {
      display: flex !important;

      .swiper-slide {
        width: 85% !important;
        max-width: 350px;
      }
    }
  }
}

