.gift-info-link img {
  width: auto;
}

.gifts-section:not(:last-child) {
  margin-bottom: 35px;
}

.gifts-section__title {
  margin: 0;
  padding: 0;
  margin-bottom: 26px;
  color: #e60094;
}

.gift-item__container {
  height: 350px;
  margin-bottom: 0 !important;
}

.gift-item__img img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.gift__picture {
  text-align: center;
}

.gift__picture img {
  width: 50%;
  max-width: 100%;
  height: auto;
}

.gift__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.gift__description {
  margin-bottom: 20px;
  font-size: 13px;
}

.gift-properties {
  font-size: 13px;
}

.gift-properties__list {
  display: grid;
  grid-template-columns: auto auto;
}

.gift-properties__list > dt {
  display: flex;

  font-weight: 400;
}

.gift-properties__list > dt::after {
  content: "";
  flex-grow: 1;
  margin-left: 10px;

  background-image: url(/bitrix/templates/aspro_next/images/dott.png);
  background-position: 0 14px;
  background-repeat: repeat-x;
}

.gift-properties__list > dd {
  display: flex;

  text-align: right;
}

.gift-properties__list > dd::before {
  content: "";
  flex-grow: 1;
  margin-right: 10px;

  background-image: url(/bitrix/templates/aspro_next/images/dott.png);
  background-position: 0 14px;
  background-repeat: repeat-x;
}

.gift_popup_intro .pop-up-title {
  font-size: 18px !important;
}

.popup-gift {
  max-width: 80vw !important;
}

.gift-info-controls {
  padding: 20px 0;

  text-align: right;
}

@media (min-width: 600px) {
  .gift-item__container {
    height: 315px;
  }

  .gift__picture img {
    width: auto;
  }
  .popup-gift {
    max-width: 500px !important;
  }
}

@media (min-width: 900px) {
  .popup-gift {
    max-width: 700px !important;
  }
}
