/* Minification failed. Returning unminified contents.
(3,28): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
 */
/* v2 */
.card__sticker.prom-spo, .tags .tags__item.prom-spo {
    background-color: var(--main-color);
}
    .card__sticker.prom-spo::before {
        mask-image: url("/assets/images/icons/hot.svg");
    }
    .card__sticker.prom-spo::after {
        content: "Горящий тур";
    }

/* v1 */
.col.prom-spo {
  position: relative;
}

  .col.prom-spo:before,
  .col.prom-spo.prom-akciya-dnya > .search-result-item:before,
  .col.prom-spo.prom-rannee-bronirovanie > .search-result-item:before {
    content: "Горящие туры";
    display: block;
    position: absolute;
    background-color: #ff4c4cc2;
    z-index: 2;
    color: white;
    padding: 12px 10px 12px 15px;
    left: 5px;
    top: 47px;
    width: 155px;
    text-align: left;
  }
  .col.prom-spo.prom-akciya-dnya > .search-result-item,
  .col.prom-spo.prom-rannee-bronirovanie > .search-result-item {
	  overflow: visible;
  }
  .col.prom-spo.prom-akciya-dnya > .search-result-item:before,
  .col.prom-spo.prom-rannee-bronirovanie > .search-result-item:before {
    left: -9px;
    top: 96px;
  }
  .col.prom-spo.prom-rannee-bronirovanie.prom-akciya-dnya > .search-result-item:before {
    top: 148px;
  }

.filter-list>*.prom-spo {
  background-color: #00a65a;
  padding: 5px 0 5px 7px;
}
  .filter-list>*.prom-spo:hover {
    background: #008f4d !important;
  }
  .filter-list>*.prom-spo > span {
    color: white;
  }
  .filter-list>*.prom-spo > .help-icon {
    color: white;
  }
    .filter-list>*.prom-spo > .help-icon:hover {
      color: white !important;
    }
.filter-list>*.prom-spo + .filter-reset {
  margin-top: -25px;
}
.filter-list>*.prom-spo.prom-spo-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;
  }
}

.col.prom-spo.prom-akciya-dnya:not(.prom-rannee-bronirovanie):before {
  display: none;
}

