body.page-template-page-pay {
  text-align: left;
}


.radio {
  display: flex;
}
.radio input {
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}
.radio label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #7e858e;
}

.pay_page {
  margin-top: 20px;
  padding-bottom: 80px;
}
.pay_page h1 {
  margin-top: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.pay_page__section {
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}

.pay-item {
  width: 30%;
  max-width: 340px;
  margin-right: 30px;
}
.pay-item__block {
  padding-bottom: 30px;
  border: 1px solid #d1d1d1;
}
.pay-item__header {
  padding: 70px 25px 10px;
  text-align: center;
  background-color: #f3f2f1;
  border-bottom: 1px solid #d1d1d1;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: auto 52px;
}
.pay-item__header span {
  font-size: 20px;
  font-weight: 600;
}
.pay-item__text {
  padding: 10px 25px;
  font-size: 13px;
  text-align: center;
  color: #7e858e;
}
.pay-item .radio {
  padding: 7px 25px;
}
.pay-item .radio.main-radio {
  padding: 15px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.pay-item__icons {
  width: 100%;
  padding-bottom: 170px;
  background: url("../img/pay-icons.png") center no-repeat;
  border-top: 1px solid #d1d1d1;
}
.pay-item:nth-last-of-type(1) {
  margin-right: 0;
}
.pay-item.freekassa_api .pay-item__header {
  background-image: url("../images/pay/freekassa.svg");
}
.pay-item.cryptomus .pay-item__header {
  background-image: url("../images/pay/cryptomus.svg");
}
.pay-item.enot_api .pay-item__header,
.pay-item.enot .pay-item__header {
  background-image: url("../img/enot.svg");
}
.pay-item.stripe .pay-item__header {
  background-image: url("../img/stripe1.svg");
  background-position: center 20px;
  background-size: auto 40px;
}
.pay-item.betatransfer .pay-item__header {
  background-image: url("../img/nord_card.svg");
}



.pay-item.webmoney .pay-item__header {
  background-image: url("../img/webmoney.svg");
}
.pay-item label {
  display: flex;
}
.pay-item label .name {
  width: calc(100% - 20px);
}
.pay-item__icon {
  display: flex;
  align-items: flex-start;
  margin-right: 5px;
  width: 20px;
  height: 22px;
}
.pay-item__icon img {
  max-width: 100%;
  max-height: 100%;
}

.pay_selected .title {
  margin: 25px 0;
  color: inherit;
}
.pay_selected__content {
  display: flex;
}
.pay_selected__list {
  width: 40%;
}
.pay_selected__list .item {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}
.pay_selected__list .item.ips_list {
  flex-wrap: wrap;
}
.pay_selected__list .item.ips_list .value {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 1;
  font-size: 12px;
}
.pay_selected__list .name {
  color: #7e858e;
  margin-right: 10px;
}
.pay_selected__list .flag {
  display: inline-block;
  float: none;
  width: 22px;
  height: 15px;
}
.pay_selected__list .item__btn .btn {
  font-size: 13px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.pay_selected .price__old {
  text-decoration: line-through;
  margin-right: 5px;
}
.pay_selected .price__usd {
  margin-left: 15px;
}
.pay_selected .price__del {
  margin-right: 15px;
}
.pay_selected .price__usdsum {
  padding: 0 3px;
}
.pay_selected__fields {
  width: 60%;
}
.pay_selected .input-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}
.pay_selected .input-row label {
  font-size: 14px;
  font-weight: 600;
  color: #7e858e;
  width: 56px;
}
.pay_selected .input-row input {
  margin-right: 15px;
  max-width: 340px;
}
.pay_selected .input-row .btn {
  font-size: 13px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.pay_selected .input-row .btn.applied {
  opacity: 0.3;
  cursor: inherit;
}
.pay_selected__total {
  border-top: 1px solid #d1d1d1;
  margin-top: 30px;
  padding-top: 30px;
}
.pay_selected__total .btn-row {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pay_selected__total .btn-row .btn {
  border-radius: 5px;
  padding: 14px 61px;
  cursor: pointer;
  margin-right: 50px;
}
.pay_selected__total .btn-row .agree {
  display: flex;
  align-items: center;
}
.pay_selected__total .btn-row .agree input {
  width: auto;
  margin-right: 10px;
}
.pay_selected__total .btn-row .agree label {
  font-size: 12px;
  color: #19212D;
  cursor: pointer;
}
.pay_selected__total .btn-row .agree label a {
  color: inherit;
  text-decoration: underline;
}
.pay_selected__summ {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.pay_selected__summ .old-price {
  display: none;
}
.pay_selected__summ .price {
  margin-left: 0.25em;
}
.pay_selected__summ .usdsum {
  font-size: 30px;
  font-weight: 400;
}
.pay_selected__summ.has-discount .old-price {
  display: inline-block;
  position: relative;
  margin-left: 0.25em;
}
.pay_selected__summ.has-discount .old-price::after {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  width: 100%;
  height: 2px;
  background: #333;
}

.payment-method-section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 600;
}
.payment-method-section .name {
  color: #7e858e;
  margin-right: 10px;
}
.payment-method-section__title {
  display: inline-flex;
  align-items: flex-end;
}
.payment-method-section .pay-item__icon {
  align-items: center;
}

.pay__info {
  margin-top: 7px;
  padding-left: 56px;
  width: 100%;
  font-size: 12px;
  color: #7e858e;
}

.modal-ips {
  border-radius: 15px;
  width: 100%;
  max-width: 326px;
  overflow: hidden !important;
}
.modal-ips .modal-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
.modal-ips .item {
  padding-bottom: 5px;
}

.page-template-page-pay .disount-summ {
  display: none;
}

@media (max-width: 991px) {
  .pay-item__icons {
    background-size: 90% auto;
  }

  .pay_selected__content {
    flex-direction: column;
  }
  .pay_selected__list {
    margin-bottom: 10px;
    width: 100%;
  }
  .pay_selected__fields {
    width: 100%;
  }
  .pay_selected .input-row {
    flex-wrap: wrap;
  }
  .pay_selected .input-row label {
    width: 100%;
    margin-bottom: 10px;
  }
  .pay_selected__summ {
    font-size: clamp(24px, 5.0454vw, 50px);
  }
  .pay_selected__summ .usdsum {
    font-size: clamp(16px, 3.0772vw, 30px);
  }

  .pay__info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .pay_page__section {
    padding-bottom: 0;
    flex-direction: column;
  }

  .pay-item {
    margin-bottom: 50px;
    width: 100%;
    max-width: none;
  }
  .pay-item__icons {
    background-size: auto;
  }
}
@media (max-width:920px) {
  .pay_selected__total .btn-row .agree {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
  .pay_selected .input-row .btn {
    margin-top: 10px;
  }
  .pay_selected__total .btn-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .pay_selected__total .btn-row .agree {
    margin-top: 10px;
  }

  .pay_selected__summ {
    margin-bottom: 10px;
  }
  .pay_selected__summ .text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .pay_selected__summ .old-price {
    margin-right: 0.25em;
  }
  .pay_selected__summ .price {
    margin-left: 0;
  }
}
@media (max-width: 360px) {
  .pay-item__icons {
    background-size: 90% auto;
  }
}

@media screen and (min-width: 900px){
  .pay_selected__total .btn-row span.agree {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }

}
.pay_selected__total .btn-row .one-agree-text {
  color: rgb(221, 0, 0);
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  bottom: -30px;
  left: 5px;
}
@media screen and (man-width: 900px) {
  .pay_selected__total .btn-row .one-agree-text {
    bottom: -40px;
  }
}

.row-search-country {
  display: flex;
  justify-content: flex-start;
}

.row-search-country input {
  max-width: 340px;
  margin-bottom: 2rem;
}

.country-not-fount__page {
  text-align: left;
}
