/* Minification failed. Returning unminified contents.
(27,61): run-time error CSS1046: Expect comma, found '195'
(27,68): run-time error CSS1046: Expect comma, found '/'
(27,87): run-time error CSS1046: Expect comma, found '136'
(27,94): run-time error CSS1046: Expect comma, found '/'
(38,28): run-time error CSS1046: Expect comma, found '175'
(38,34): run-time error CSS1046: Expect comma, found ')'
(42,24): run-time error CSS1046: Expect comma, found '158'
(42,30): run-time error CSS1046: Expect comma, found ')'
 */
/* v2 */
.card__stickers .card__sticker.prom-skidki-otdyh-maj,
.tags .tags__item.prom-skidki-otdyh-maj {
    background-color: #5D7B24;
}

    .card__stickers .card__sticker.prom-skidki-otdyh-maj::before,
    .filter__promo .icon.prom-skidki-otdyh-maj::before {
        mask-image: url("/assets/images/icons/sale.svg");
    }

    .card__stickers .card__sticker.prom-skidki-otdyh-maj::after,
    .tags .tags__item.prom-skidki-otdyh-maj::after {
        content: "Скидки. Отдых. Май";
    }

/* v1 */
.col.prom-skidki-otdyh-maj {
  position: relative;
}

  .col.prom-skidki-otdyh-maj:after {
    content: "Скидки. Отдых. Май";
    display: block;
    position: absolute;
    background-color: rgba(255,22,22,0.71);
    background: linear-gradient(162deg, #ffeb3b 0%, rgb(139 195 74 / 75%) 30%, rgb(22 136 26 / 71%) 100%);
    z-index: 2;
    color: white;
    padding: 12px 10px 12px 15px;
    left: 5px;
    top: 47px;
    width: 230px;
    text-align: left;
  }

.filter-list>*.prom-skidki-otdyh-maj {
  background-color: rgb(76 175 80);
  padding: 5px 0 5px 7px;
}
  .filter-list>*.prom-skidki-otdyh-maj:hover {
    background: rgb(37 158 42) !important;
  }
  .filter-list>*.prom-skidki-otdyh-maj > span {
    color: white;
  }
  .filter-list>*.prom-skidki-otdyh-maj > .help-icon {
    color: white;
  }
    .filter-list>*.prom-skidki-otdyh-maj > .help-icon:hover {
      color: white !important;
    }
.filter-list>*.prom-skidki-otdyh-maj + .filter-reset {
  margin-top: -25px;
}
.filter-list>*.prom-skidki-otdyh-maj.prom-skidki-otdyh-maj-main-cat + .filter-reset {
  margin-top: -34px;
}


.prom-cell {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
  .prom-cell small {
    font-size: 60%;
    margin: 0 20px;
  }
  .prom-cell small > span[data-tooltip] {
    color: #d7504c;
    border-bottom: 1px red dotted;
    cursor: pointer;
  }

.price.new-price, .prom-cell .old-price-wrapper, .price-from .new-price, .price-from .old-price-wrapper {
  color: #d7504c !important;
}

.price.new-price {
  margin-right: 8px !important;
}

.prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
  text-decoration: line-through;
  font-size: 22px
}

.prom-cell .old-price-wrapper {
  margin-right: 20px;
}

.price-from .old-price-wrapper {
  margin-right: 5px;
}

.prom-cell .old-price, .price-from .old-price {
  color: rgba(0, 0, 0, 0.87)
}

@media only screen and (max-width: 1300px) {
  .prom-cell {
    display: flex;
    flex-direction: column;
  }
    .prom-cell > div:first-child {
      display: flex;
      flex-direction: column;
    }
    .prom-cell br {
      display: none;
    }
    .prom-cell .order-button {
      margin-top: 20px;
    }

  .prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
    margin-right: 8px;
  }
}

@media only screen and (max-width: 530px) {
  .prom-cell .old-price-wrapper, .price-from .old-price-wrapper {
    font-size: 20px;
  }
}

