.lk_m_oplata {
  box-sizing: border-box;
  color: #3c4456;
  font-size: 16px;
  line-height: 1.375;
  margin: 0 auto;
  max-width: 100%;
  padding: 36px 40px 40px;
  text-align: left;
  width: 560px;
}
@media only screen and (max-width: 919.98px) {
  .lk_m_oplata {
    padding: 28px 24px 32px;
    width: 480px;
  }
}
@media only screen and (max-width: 767.98px) {
  .lk_m_oplata {
    padding: 24px 18px 28px;
    width: 100%;
  }
}
.lk_m_oplata .form-group {
  margin: 0 0 18px;
}
.lk_m_oplata .help-block {
  line-height: 1.3;
  margin: 6px 0 0;
}
.lk_m_oplata .notice-list {
  margin-bottom: 20px;
}
.pay-modal__title {
  color: #8ca1c7;
  font-size: 18px;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .pay-modal__title {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.pay-modal__card {
  border-radius: 4px;
  background: #f4f7fb;
  border: 1px solid #cfdeed;
  margin: 0 0 20px;
  padding: 14px 18px;
}
@media only screen and (max-width: 767.98px) {
  .pay-modal__card {
    padding: 12px 14px;
  }
}
.pay-modal__row {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6px 0;
}
.pay-modal__row:first-child {
  padding-top: 0;
}
.pay-modal__row:last-child {
  padding-bottom: 0;
}
.pay-modal__row-name {
  color: #7d8ea1;
  font-size: 14px;
  padding-right: 16px;
}
.pay-modal__row-value {
  color: #013866;
  font-weight: 600;
  text-align: right;
}
@media only screen and (max-width: 479.98px) {
  .pay-modal__row-value {
    text-align: left;
    width: 100%;
  }
}
.pay-modal__confirmed {
  align-items: center;
  color: #6d9c1f;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 18px;
}
.pay-modal__confirmed:before {
  border-radius: 50%;
  background: #8abe2e;
  color: #ffffff;
  content: '✓';
  flex: 0 0 auto;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  width: 20px;
}
.pay-modal__label {
  color: #7d8ea1;
  font-size: 14px;
  margin: 0 0 6px;
}
.pay-modal__submit {
  display: block;
  margin: 4px 0 0;
  padding: 13px 24px;
  width: 100%;
}
.lk-payment-info {
  border-radius: 4px;
  background: #fdf6e6;
  border: 1px solid #f0e0b8;
  margin: 0 0 20px;
  padding: 12px 16px;
}
@media only screen and (max-width: 767.98px) {
  .lk-payment-info {
    padding: 10px 12px;
  }
}
.lk-payment-info__desc {
  color: #8a6d1f;
  font-size: 14px;
  margin: 0 0 4px;
}
.lk-payment-info__link {
  transition: all 0.8s;
  border-bottom: 1px dotted #8abe2e;
  color: #8abe2e;
  display: inline-block;
  font-weight: 600;
}
.lk-payment-info__link:hover {
  border-bottom-color: transparent;
}
.lk-payment-info__link:focus-visible {
  outline: 2px solid #8abe2e;
  outline-offset: 3px;
}
.inp_text {
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.8s;
  background: #ffffff;
  border: 1px solid #cfdeed;
  color: #013866;
  display: block;
  font-family: OpenSans;
  font-size: 16px;
  height: 46px;
  outline: none;
  padding: 0 14px;
  width: 100%;
}
.inp_text::placeholder {
  color: #a9b7c6;
}
.inp_text:hover {
  border-color: #b3c7dd;
}
.inp_text:focus {
  border-color: #4080b6;
  box-shadow: 0 0 0 3px rgba(64, 128, 182, 0.12);
}
@media only screen and (max-width: 767.98px) {
  .inp_text {
    font-size: 16px;
    height: 44px;
  }
}
.has-error .inp_text {
  border-color: #c0392b;
}
.has-error .inp_text:focus {
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
