@charset "UTF-8";
@font-face {
  font-family: "amobile-brutal";
  src: url("./../fonts/A-MobileBrutal-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: "amobile-brutal";
  src: url("./../fonts/A-MobileBrutal-Medium.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "amobile-brutal";
  src: url("./../fonts/A-MobileBrutal-Bold.woff2");
  font-weight: 700;
}
.replenishment-methods {
  font-size: 16px;
  min-height: 750px;
}
.replenishment-methods--title {
  font: 400 1.7em/1.4 "amobile-brutal", sans-serif;
  margin-top: 1.15em;
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .replenishment-methods--title {
    font-size: 2.8em;
  }
}

.replenishment-method {
  min-width: 180px;
  border-radius: 5px;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0);
}
@media (min-width: 0px) {
  .replenishment-method {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 540px) {
  .replenishment-method {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .replenishment-method {
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .replenishment-method {
    width: calc(33% - 35px);
    margin-right: 35px;
    margin-bottom: 35px;
  }
}
@media (hover: hover) {
  .replenishment-method {
    transition: 0.3s ease-in-out;
  }
  .replenishment-method:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transform: scale(1.05);
  }
}
@media (min-width: 1200px) {
  .replenishment-method {
    max-width: 180px;
  }
  .replenishment-method:nth-child(3n) {
    margin-right: 30%;
  }
}
.replenishment-method a {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 56%;
}
.replenishment-method a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 70%;
}

@media (min-width: 1200px) {
  .replenishment-methods--pay .replenishment-method:nth-child(3n) {
    margin-right: 35px;
  }
}
@media (min-width: 0px) {
  .replenishment-methods--pay .replenishment-method {
    width: calc(100% - 0px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (min-width: 540px) {
  .replenishment-methods--pay .replenishment-method {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .replenishment-methods--pay .replenishment-method {
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .replenishment-methods--pay .replenishment-method {
    width: calc(33% - 35px);
    margin-right: 35px;
    margin-bottom: 35px;
  }
}

.replenishment-methods--apra .replenishment-methods--title {
  margin-bottom: 25px;
}
.replenishment-methods form {
  margin-bottom: 200px;
  font-size: 16px;
  padding: 2.375em 1.875em 3.125em 1.875em;
  background-color: #E5E5E5;
  width: 100%;
  max-width: 350px;
}
.replenishment-methods form .input-inner {
  margin-bottom: 30px;
  position: relative;
}
.replenishment-methods form .input-inner label.error {
  font: 400 12px/1.2 "amobile-brutal", sans-serif;
  margin-top: 5px;
}
.replenishment-methods form .input-inner .capture {
  font: 400 10px/1.2 "amobile-brutal", sans-serif;
  color: #7E7E7E;
  margin-top: 5px;
}
.replenishment-methods form .form-footer .input-inner {
  margin-bottom: 0;
}
.replenishment-methods form label {
  font: 500 0.94em/1 "amobile-brutal", sans-serif;
}
.replenishment-methods form input {
  height: 45px;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  width: 100%;
  min-width: unset;
  padding: 12px 20px;
}
.replenishment-methods form input .error {
  border-color: red;
}
.replenishment-methods form input:focus {
  outline: none;
}
.replenishment-methods form .get-again {
  width: 100%;
  background-color: transparent;
  margin-top: 15px;
  padding: 15px 0;
  transition: 0.2s;
}
.replenishment-methods form .get-again:disabled {
  opacity: 0.5;
}

.on-sms-send p:first-child {
  font: 400 0.94em/1.2 "amobile-brutal", sans-serif;
  color: #198815;
  margin-top: 13px;
}
.on-sms-send--counter {
  margin-top: 8px;
}

.on-sms-send--show {
  display: none;
}

.replenishment-submit-btn {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E4002B;
  color: #fff;
  font-size: 1rem;
  border-radius: 0;
  margin-top: 30px;
}
.replenishment-submit-btn.border-btn {
  color: #E4002B;
  border: 1px solid #E4002B;
  background-color: transparent;
}

.sms-was-send .on-sms-send--show {
  display: block;
}
.sms-was-send .replenishment-submit-btn {
  margin-top: 0;
}

.input-inner .amount-field-inner {
  position: relative;
}
.input-inner .amount-field-inner:before {
  content: "₽";
  color: #C5C5C5;
  position: absolute;
  transform: translateY(-50%);
  top: 22.5px;
  right: 10px;
  font-size: 18px;
  display: block;
}
.input-inner .amount-field-inner input {
  padding-right: 30px;
}

.modal-btn-group .modal-close {
  margin-top: 10px;
}

.dots-item span {
  background-color: #fff;
}

#pay-confirm {
  background-color: #E5E5E5;
}
#pay-confirm .dots-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin: 25px 0 0 0;
}
@media (max-width: 500px) {
  #pay-confirm .dots-item {
    font-size: 14px;
  }
}
#pay-confirm .dots-item:before {
  content: "..............................................................................................................................................................................";
  position: absolute;
  letter-spacing: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 9px;
  line-height: 1;
  font-size: 10px;
}
#pay-confirm .dots-item span {
  background-color: #E5E5E5;
  position: relative;
  z-index: 2;
  font: 400 0.94em/1 "amobile-brutal", sans-serif;
}
#pay-confirm .dots-item span:first-of-type {
  padding-right: 5px;
}
#pay-confirm .dots-item span:last-of-type {
  padding-left: 5px;
}
#pay-confirm .dots-item.total-amount {
  font-size: 1.25em;
}
#pay-confirm .dots-item.total-amount span {
  font-size: 1em;
}
#pay-confirm h3 {
  font: 700 1.125em/1.25 "amobile-brutal", sans-serif;
  margin-bottom: 35px;
}
#pay-confirm .modal-btn-group {
  margin-top: 3.2em;
}

input:-moz-read-only {
  background-color: rgba(0, 0, 0, 0.18);
}

input:read-only {
  background-color: rgba(0, 0, 0, 0.18);
}

textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
}

.replenishment-methods--pay form {
  margin-bottom: 40px;
}
.replenishment-methods--pay ul {
  margin-bottom: 100px;
}
/*# sourceMappingURL=build.css.map */