.promotion__row {
  display: flex;
  column-gap: 10rem;
}
@media (max-width: 979px) {
  .promotion__row {
    column-gap: 0;
    row-gap: 2.5rem;
    flex-direction: column;
  }
}
.promotion__content {
  margin-bottom: 8rem !important;
}
@media (max-width: 979px) {
  .promotion__content {
    margin-bottom: 4rem !important;
  }
}
.promotion__desc {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promotion__desc .title {
  width: auto;
  display: inline-block;
}
.promotion__desc .btn {
  margin-top: auto;
  box-shadow: 0 0 20px rgba(0, 157, 255, 0.2);
}
@media (max-width: 767px) {
  .promotion__desc .btn {
    width: 100%;
  }
}
.promotion__img img {
  margin-left: 0 !important;
}
.promotion__anons {
  color: #546071;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 979px) {
  .promotion__anons {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
  }
}
.promotion__anons p {
  margin-bottom: 2.5rem;
}
.promotion__anons p:last-child {
  margin-bottom: 0;
}
.promotion__info {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #546071;
}
@media (max-width: 979px) {
  .promotion__info {
    font-size: 1.4rem !important;
  }
}
.promotion__info p {
  font-size: 1.8rem !important;
}
@media (max-width: 979px) {
  .promotion__info p {
    font-size: 1.4rem !important;
  }
}

/*
.adv-stocks {
  margin-bottom: 8rem;

  @media (max-width: 979px) {
    margin-bottom: 4rem;
  }

  &__title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 100%;
    color: #3c9cd7;
    margin-bottom: 2.5rem;
  }

  &__list {
    display: flex;
    align-items: center;
  }

  .adv-item {
    position: relative;
    padding-bottom: 3rem;

    &__img {
      height: 22.4rem;
      width: 100%;
      border-radius: 0 5rem 5rem 5rem;
      overflow: hidden;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    &__title {
      border-radius: 5rem 5rem 0 5rem;
      backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.7);
      font-weight: 500;
      color: #173a67;
      min-height: 7.5rem;
      padding: 1.7rem 2rem;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      position: absolute;
      bottom: 0;
      right: -1rem;
      width: calc(100% - 1.7rem);

      @media (max-width: 979px) {
        border-radius: 2.5rem 2.5rem 0 2.5rem;
      }

      span {
        font-size: 2rem;
        line-height: 100%;
        max-width: 90%;
      }
    }
  }

  &__wrap {

    &.swiper {

      @media (max-width: 979px) {
        width: calc(100% + 2.8rem);
        padding-right: 1.4rem;
        padding-left: 1.4rem;
        box-sizing: border-box;
        margin: 0 -1.4rem;
      }
    }
  }

  .slider-progressbar {
    margin-top: 3.2rem;

    @media (max-width: 767px) {
      display: block;
    }
  }
}


.adv-house {
  margin: 8rem 0;

  @media (max-width: 979px) {
    margin-bottom: 0;
    margin-top: 4rem;
  }

  &__title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 100%;
    color: #3c9cd7;
    margin-bottom: 2.5rem;
  }

  &__list {
    display: flex;
    column-gap: 9rem;

    @media (max-width: 979px) {
      flex-direction: column;
      row-gap: 2.4rem;
    }
  }

  .adv-house-item {
    position: relative;
    padding-bottom: 3rem;
    max-width: 49rem;

    &__img {
      height: 34.7rem;
      width: 100%;
      border-radius: 0 10rem 10rem 10rem;
      overflow: hidden;

      @media (max-width: 979px) {
        height: 24rem;
        border-radius: 0 5rem 5rem 5rem;
      }

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }

    &__title {
      border-radius: 5rem 5rem 0 5rem;
      backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.7);
      font-weight: 500; 
      color: #173a67;
      min-height: 12.2rem;
      padding: 3rem 4rem;
      box-sizing: border-box;
      display: flex;
      position: absolute;
      bottom: 0;
      right: -3.6rem;
      width: calc(100% - 1.7rem);
      max-width: 41rem;

      @media (max-width: 979px) {
        border-radius: 2.5rem 2.5rem 0 2.5rem;
        min-height: 7.5rem;
        right: -0.5rem;
      }

      span {
        font-size: 3rem;
        line-height: 100%;
        max-width: 90%;
      }
    }
  }
}
 */

/*# sourceMappingURL=style.css.map */
