

/* Start:/local/templates/main/css/pay&delivery.css?17771267822802*/
#payment {
  position: relative;
}

#delivery {
  position: relative;
  padding-bottom: 322px;
}

.pay-and-delivery__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  align-items: center;
}

.pay-and-delivery__title {
  font-size: clamp(32px, 5vw, 52px);
}

.pay-and-delivery__subtitle {
  font-size: 20px;
}

#delivery .pay-and-delivery__subtitle {
  font-weight: 600;
}

.pay-and-delivery__list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 68px;
}

@media (width < 560px) {
  .pay-and-delivery__list {
    gap: 60px;
  }
}

.pay-and-delivery__item {
  display: flex;
  gap: clamp(40px, 10vw,105px);
  width: 600px;
  margin-inline: auto;
}

#delivery .pay-and-delivery__item {
  justify-content: space-between;
}

@media (width < 768px) {
  .pay-and-delivery__item {
    width: 100%;
  }
}

@media (width < 560px) {
  .pay-and-delivery__item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  #delivery .pay-and-delivery__item {
    flex-direction: column-reverse;
  }
}

.pay-and-delivery__icon-wrapper {
  display: flex;
  background-color: var(--color-bg-white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 130px;
  flex-shrink: 0;
}

.pay-and-delivery__icon-wrapper-inner {
  display: flex;
  background: linear-gradient(180deg, #FFC066 0.38%, #FC8D07 99.62%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
}

.pay-and-delivery__item-title {
  font-size: 20px;
  font-weight: 600;
}

@media (width < 560px) {
  .pay-and-delivery__item-title {
    text-align: center;
  }
}

.pay-and-delivery__item-text {
  margin-top: 10px;
}

@media (width < 560px) {
  .pay-and-delivery__item-text {
    text-align: center;
  }
}

#payment::before, #payment::after {
  content: "";
  position: absolute;
  left: 0;
  top: 235px;
  width: 173px;
  height: 422px;
  background-image: var(--mandala-left);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

#payment::after {
  background-image: var(--mandala-right);
  left: unset;
  top: unset;
  right: 0;
  bottom: -211px;
}

#delivery::before, #delivery::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 750px;
  background-image: var(--mandala-left);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}

@media (width < 768px) {
  #delivery::before, #delivery::after {
    width: 173px;
    height: 422px;
  }
}

#delivery::after {
  background-image: var(--mandala-right);
  left: unset;
  top: 470px;
  right: 0;
}
/* End */
/* /local/templates/main/css/pay&delivery.css?17771267822802 */
