

/* Start:/terms/way_pay/style.css?17224450222766*/
.pay-conditions {
  display: block;
  margin-bottom: 50px;
}

.pay-conditions__types {
  margin-bottom: 20px;
  text-align: left;
}

.pay-conditions__types-big {
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
}

.pay-conditions__types-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pay-conditions__types-item {
  width: 240px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
}

.pay-conditions__types-icon {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.pay-conditions__types-icon--1 {
  width: 35px;
  height: 31px;
  background-image: url(/terms/way_pay/img/cash.png);
}
.pay-conditions__types-icon--2 {
  width: 24px;
  height: 32px;
  background-image: url(/terms/way_pay/img/cod.png);
}
.pay-conditions__types-icon--3 {
  width: 35px;
  height: 25px;
  background-image: url(/terms/way_pay/img/card.png);
}
.pay-conditions__types-icon--4 {
  width: 19px;
  height: 31px;
  background-image: url(/terms/way_pay/img/mobile.png);
}
.pay-conditions__types-icon--5 {
  width: 32px;
  height: 32px;
  background-image: url(/terms/way_pay/img/online.png);
}
.pay-conditions__types-icon--6 {
  width: 23px;
  height: 30px;
  background-image: url(/terms/way_pay/img/cashless.png);
}

.pay-conditions__types-descr {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.pay-conditions__types-descr--strong {
  font-weight: 700;
}
.pay-conditions__types-descr--small {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}

.pay-conditions__info {
  display: block;
}

.pay-conditions__info-type {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  padding-left: 95px;
}
.pay-conditions__info-type::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.pay-conditions__info-type--card::before {
  width: 29px;
  height: 37px;
  background-image: url(/terms/way_pay/img/rouble.png);
}
.pay-conditions__info-type--cash::before {
  width: 37px;
  height: 37px;
  background-image: url(/terms/way_pay/img/bill.png);
}

.pay-conditions__info-descr {
  max-width: 160px;
  padding-right: 20px;
}

.pay-conditions__info-text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pay-conditions__info-content {
  max-width: 530px;
}

.pay-conditions__info-star {
  color: #fd5b9e;
}

@media (max-width: 996px) {
  .pay-conditions__types-list {
    justify-content: center;
  }

  .pay-conditions__types-item {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .pay-conditions__info-type {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 50px;
  }

  .pay-conditions__info-descr {
    max-width: 100%;
  }
}

/* End */
/* /terms/way_pay/style.css?17224450222766 */
