.content {
  padding-top: 127px;
}
.content * {
  box-sizing: border-box;
}

.payments_form_info_1 {
  padding: 20px 0 87px;
  width: 600px;
  margin: 0 auto;
}
.payments_form_info_1 img:not(:last-child) {
  margin-right: 20px;
}

.pay_form {
  padding: 20px 0 30px;
}
.pay_form img {
  vertical-align: middle;
  border-style: none;
}

.payments_form_wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 0 auto;
  position: relative;
}
.payments_form_wrapp form {
  width: 100%;
}

.payments_input_wrap {
  position: relative;
  margin-bottom: 28px;
}
.payments_input_wrap input {
  border-radius: 3px;
  border: 1px solid #cbcaca;
}
.payments_input_wrap input:focus {
  outline: none;
}

.input_new {
  width: 100%;
  height: 53px;
  padding: 0 14px;
  font-size: 20px;
}

.icon_pay.person {
  background: url(../images/form/icon2.svg) center no-repeat;
}

.payments_input_wrap .icon_pay {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
}

.icon_pay.rub {
  background: url(../images/form/icon1.svg) center no-repeat;
}

.pay_method_label {
  font-size: 20px;
  color: #3D3C3E;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
}
.pay_method_label .checkmark {
  margin: 0 28px 0 0;
}
.pay_method_label .pay_method_label_icon {
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}
.pay_method_label.disable {
  opacity: 0.4;
}
.pay_method_label small {
  font-size: 12px;
}

.btn_pay.btn {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00b5da;
  border-radius: 3px;
  color: #00b5da;
  transition: all 0.2s ease-in-out;
}
.btn_pay.btn:hover {
  background: #00b5da;
  color: #fff;
}
.btn_pay.btn.disable {
  background: #c0bebe !important;
  color: #595c67 !important;
  border-color: #c0bebe;
}

.custom_radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom_radio + .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #95A9BB;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
}
.custom_radio + .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: transparent;
  transition: all 0.2s linear;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}

.custom_radio:checked + .checkmark {
  border-color: #08A2D6;
}
.custom_radio:checked + .checkmark:after {
  background: #08A2D6;
}

.icon_sbp {
  background: url("../images/form/SBP_color_min.svg") center no-repeat;
}

.icon_card {
  background: url("../images/form/Card_color_min.svg") center no-repeat;
}

.disable .icon_sbp {
  background-image: url("../images/form/SBP_Grey_min.svg");
}
.disable .icon_card {
  background-image: url("../images/form/Card_Grey_min.svg");
}

.withicon:hover .icon_sbp {
  background-image: url("../images/form/SBP_White_min.svg");
}
.withicon:hover .icon_card {
  background-image: url("../images/form/Card_White_min.svg");
}

.pay_submit {
  width: 448px;
  margin: 0 auto;
}
.pay_submit .btn {
  display: block;
  width: 100%;
  float: none !important;
}

.pay_commission {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #404453;
  margin-bottom: 10px;
}
.pay_commission.disable {
  opacity: 0.4;
}

.pay_commission_mb {
  display: none;
}

.payments_form_wrapp {
  display: flex;
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 3px;
  border: 2px solid transparent;
  text-align: center;
  overflow: hidden;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn.disable {
  cursor: default;
  pointer-events: none;
  background: gray !important;
}

.btn_pay.btn {
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #00b5da;
  border-radius: 3px;
  color: #00b5da;
  transition: all 0.2s ease-in-out;
}
.btn_pay.btn:hover {
  background: #00b5da;
  color: #fff;
}
.btn_pay.btn.disable {
  background: #c0bebe !important;
  color: #595c67 !important;
  border-color: #c0bebe;
}

.payments_form_wrapp .btn {
  margin-top: 10px;
  float: right;
  -webkit-transition: 0.2s color, 0.2s background, 0.2s border;
  transition: 0.2s color, 0.2s background, 0.2s border;
  cursor: pointer;
  font-size: 20px;
  background: transparent;
}

.btn_pay.btn.disable {
  background: #c0bebe !important;
  color: #595c67 !important;
  border-color: #c0bebe;
}

.qrcode-guid-phone {
  display: none;
}

@media (max-width: 767.98px) {
  .qrcode-guid-phone {
    display: block;
  }
  .qrcode-guid-pc {
    display: none;
  }
}

/*# sourceMappingURL=form.css.map */
