ul.requisites-list,
ul.replenishment-methods-list{
    margin-right: 0px;
    padding-inline-start: 0px;
}

label.error {
    color: #E4002B;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 0;
}

.payment-title-container{
    margin-bottom: 50px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(52, 52, 52, 0.7);
    z-index: 9999999999;
    display: none;
    cursor: pointer;
}

.modal-window {
    font-family: "Navigo" , sans-serif;
    width: 460px;
    height: auto;
    max-height: 98vh;
    overflow: auto;
    background-color: #F7F7F7;
    z-index: 9999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
    -ms-transform: translate(-50%, -50%) scale(0.1);
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    -webkit-transition: opacity .5s ease, -webkit-transform .4s ease-out;
    transition: opacity .5s ease, -webkit-transform .4s ease-out;
    -o-transition: opacity .5s ease, transform .4s ease-out;
    transition: opacity .5s ease, transform .4s ease-out;
    transition: opacity .5s ease, transform .4s ease-out, -webkit-transform .4s ease-out;
    will-change: opacity, transform;
}
@media (max-width: 575px) {
    .modal-window {
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        top: 0;
        opacity: 1;
        left: 0;
    }
}
.modal-window button {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
    padding: 10px;
}
.modal-window button.get-sms {
    border-radius: 2px;
    border: 1px solid #E4002B;
    background-color: #fff;
    font-size: 1rem;
    height: 55px;
    margin-top: 30px;
    width: 40%;
}
@media (max-width: 575px) {
    .modal-window button.get-sms {
        width: 50%;
    }
}
.modal-window button.submit-btn {
    width: 100%;
    height: 55px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E4002B;
    color: #fff;
    font-size: 1rem;
    border-radius: 0;
    margin-top: 30px;
}
.modal-window button.success-close {
    height: 55px;
    border: 1px solid #E4002B;
    background-color: transparent;
    color: #E4002B;
}
.modal-window button.red-btn {
    width: 100%;
    height: 55px;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #E4002B;
    color: #fff;
    font-size: 1rem;
    border-radius: 0;
    margin-top: 30px;
}

.modal-active {
    -webkit-transform: scale(1) translate(-50%, -50%) rotate(0);
    -ms-transform: scale(1) translate(-50%, -50%) rotate(0);
    transform: scale(1) translate(-50%, -50%) rotate(0);
    opacity: 1;
    -webkit-transition: opacity .3s ease, -webkit-transform .5s ease;
    transition: opacity .3s ease, -webkit-transform .5s ease;
    -o-transition: opacity .3s ease, transform .5s ease;
    transition: opacity .3s ease, transform .5s ease;
    transition: opacity .3s ease, transform .5s ease, -webkit-transform .5s ease;
}
@media (max-width: 575px) {
    .modal-active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
}

.modal-icon-inner {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #343434;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}

.modal-title {
    font-size: 36px;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .modal-title {
        font-size: 24px;
    }
}

.form-row-modal {
    margin-bottom: 20px;
    position: relative;
}

@media (min-width: 1300px){
    .container {
        max-width: 1240px !important;
    }
}

.payment-title-container h1.h1 {
    font-weight: 700;
    font-size: 50px !important;
    width: 75%;
}

.small-info-dialog .section_form .h2{
    font-weight: 600;
}



@media (min-width: 577px) and (max-width: 1209px)  {
    .payment-title-container h1.h1 {
        font-size: 50px;
        padding-left: 50px;
    }
}

@media only screen and (min-width: 1210px) {
    .payment-title-container h1.h1 {
        font-size: 50px !important;
    }
}

@media (max-width: 1024px) {
    .payment-title-container h1.h1 {
        padding-left: 70px !important;
        font-size: 40px !important;
    }
}

@media (max-width: 768px){
    .payment-title-container h1.h1 {
        font-weight: 700;
        font-size: 24px !important;
        width: 100%;
    }
}