.pay-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f8f8f8b8;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.pay-popup-bg.active {
  display: flex;
}
.pay-popup-bg .pay-popup {
  padding: 80px;
  background: var(--white);
  position: relative;
}
.pay-popup-bg .close {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 34px;
  width: 34px;
  cursor: pointer;
}
.pay-popup-bg .close:after,
.pay-popup-bg .close:before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
}
.pay-popup-bg .close:after {
  width: 34px;
  height: 0;
  border-bottom: 1px solid #6e7689;
  top: 16px;
  right: 0;
}
.pay-popup-bg .close:before {
  width: 0;
  height: 34px;
  border-right: 1px solid #6e7689;
  top: 0;
  right: 16px;
}
.pay-popup-bg .pay-popup-title {
  font-size: 28px;
  font-weight: 500;
}
.pay-popup-bg .pay-popup-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  gap: 40px;
  flex-wrap: wrap;
}
.pay-popup-bg .pay-popup-btns .btn {
  width: 202px;
  height: 56px;
  font-size: 12px;
}
.pay-popup-bg .pay-popup-btns .btn-pay-spb {
  background: #1d1346;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-popup-bg .pay-popup-btns .btn-pay-spb img {
  width: 72px;
  height: 40px;
}
.pay-popup-bg .pay-popup-btns .btn-pay-cart a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.progressbar {
  margin-top: 5.85651537vw;
  font-weight: 500;
}
.progressbar .str1 span {
  color: var(--gray1);
}
.progressbar .str1 .r {
  float: right;
  color: #e48295;
}
.progressbar .progress {
  height: 0.58565154vw;
  background: #f1f1f1;
  width: 100%;
}
.progressbar .progress .inner {
  background: #e48295;
  height: 100%;
}
.progressbar .str2 span {
  color: var(--gray1);
}
/*# sourceMappingURL=valera.css.map */
