/* Minification failed. Returning unminified contents.
(3,28): run-time error CSS1039: Token not allowed after unary operator: '-green-color'
 */
/* v2 */
.card__stickers .card__sticker.prom-rannee-bronirovanie, .tags .tags__item.prom-rannee-bronirovanie {
    background-color: var(--green-color);
}
    .card__stickers .card__sticker.prom-rannee-bronirovanie::before {
        mask-image: url("/assets/images/icons/calendarStar.svg");
    }
    .card__stickers .card__sticker.prom-rannee-bronirovanie::after {
        content: "Раннее бронирование";
    }

/* v1 */
.col.prom-rannee-bronirovanie {
  position: relative;
}

  .col.prom-rannee-bronirovanie:before {
    content: "Раннее бронирование";
    display: block;
    position: absolute;
    background-color: #00a65abf;
    z-index: 2;
    color: white;
    padding: 12px 10px 12px 15px;
    left: 5px;
    top: 47px;
    width: 225px;
    text-align: left;
  }
	.col.prom-rannee-bronirovanie.prom-akciya-dnya:before {
      top: 102px;
    }

.filter-list>*.prom-rannee-bronirovanie {
  background-color: #00a65a;
  padding: 5px 0 5px 7px;
}
  .filter-list>*.prom-rannee-bronirovanie:hover {
    background: #008f4d !important;
  }
  .filter-list>*.prom-rannee-bronirovanie > span {
    color: white;
  }
  .filter-list>*.prom-rannee-bronirovanie > .help-icon {
    color: white;
  }
    .filter-list>*.prom-rannee-bronirovanie > .help-icon:hover {
      color: white !important;
    }
.filter-list>*.prom-rannee-bronirovanie + .filter-reset {
  margin-top: -25px;
}
.filter-list>*.prom-rannee-bronirovanie.prom-rannee-bronirovanie-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;
  }
}

