/* Vars, which are specific for current project */
.card-promo {
  width: 100%;
  color: #464646;
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 7px 10px 0 rgba(121, 146, 184, 0.2);
          box-shadow: 0 7px 10px 0 rgba(121, 146, 184, 0.2);
}

.card-promo.disabled:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: inherit;
}

.card-promo.disabled .date-holder:before {
  background-color: #e75a63;
}

.card-promo:hover, .card-promo:focus {
  color: inherit;
  text-decoration: none;
}

.card-promo .card-img {
  position: relative;
  height: 120px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.card-promo .card-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain';
}

.card-promo .card-img .img-full {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.card-promo .card-block {
  position: relative;
  padding: 1.75rem 1.25rem 1rem;
}

.card-promo .card-footer {
  text-align: center;
  line-height: 1.2;
  padding: 1rem .5rem;
  border-top: 1px solid #e5e5e5;
  margin-top: auto;
}

.card-promo .card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: sans-serif;
}

.card-promo .card-text {
  font-size: 13px;
}

.card-promo .label {
  position: absolute;
  left: 1.25rem;
  bottom: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 10px;
  color: #fff;
  background-color: #1cbce3;
  border-radius: .25rem;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.card-promo .date-holder {
  font-size: 11px;
  font-weight: 700;
}

.card-promo .date-holder:before {
  display: inline-block;
  content: '';
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-color: #31C69B;
}

.card-slider .card-promo {
  width: 240px;
  margin: 0 10px 1rem;
}

.layout-main .card-slider .card-promo {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .card-slider .card-promo {
    width: 270px;
    margin: 0 15px 1rem;
  }
}

@media (min-width: 992px) {
  .card-slider .card-promo {
    width: 100%;
    max-width: 270px;
  }
}

@media (min-width: 1200px) {
  .layout-main .card-slider .card-promo {
    margin-left: 10px;
    margin-right: 10px;
  }
  .block-review .card-slider .card-promo {
    margin-left: 8px;
    margin-right: 8px;
  }
}
