.modal {
    position:fixed;
    display:none;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    background:rgba(0,0,0,.7);
    z-index:1;
    top: 0;
}

.modal-block {
    position: relative;
    width: 1086px;
    height: 640px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-bottom: 40px;
    margin: 0px 30px;
}

.modal-active {
    display: flex;
}

.modal-close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.modal-copy-icon {
    display: block;
}

.modal-copy-icon-disable {
    display: none;
}

.modal-title-wrapper {
    text-align: center;
    padding-top: 48px;
    padding-left: 15px;
    padding-right: 15px;
}

.modal-title {
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 29px;


    text-align: center;

    color: #242424;
}

.modal-content {
    padding: 0;
    margin: 0;
    margin-top: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

    color: #4E4E4E;
}

.modal-requisites-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 49px;
}

.modal-requisites-wrapper-block {
    width: 372px;
    height: 246px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.requisites-wrapper-blocks {
    display: flex;
    align-items: center;
}

.modal-requisites-button {
    width: 372px;
    height: 60px;
    border: none;
    text-decoration: none;
    margin-top: 65px;
    background: #242424;
    border-radius: 10px;
    font-style: normal;
    filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.25));
    font-weight: 600;
    font-size: 24px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;


    color: #FFFFFF;
}

.modal-requisites-switch-title {
    font-size: 18px;
}

.modal-requisites-wrapper-block-title {
    margin: 0;
    margin: 0px 0px 18px 0px;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 28px;

    color: #242424;
}

.modal-second-content {
    width: 962px;
    margin: 38px auto 0px;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: start;
    color: rgb(78, 78, 78);
}

.modal-requisites-wrapper-second-block {
    width: 511px;
    height: 246px;

    display: none;
}

.modal-requisites-en-payment {
    margin-top: 18px;
    padding: 0px 24px 0px 0px;
}

.modal-requisites-input-title-wrapper {
    padding-bottom: 4px;
} 

.modal-requisites-input-title {
    font-size: 18px;
    line-height: 22px;
}


.modal-requisites-payment-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
/* identical to box height, or 129% */
    margin: 0;
    padding: 0;

    color: #242424;
}

.modal-requisites-payment-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;  
/* identical to box height, or 129% */


    color: #242424;
    margin: 0;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 16px;
}


.modal-requisites-payment-number {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
/* identical to box height, or 129% */


    color: #000000;
    margin-left: 12px;
}

.modal-requisites-payment-contribution {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    color: #242424;
    margin: 0;
}

.modal-requisites-wrapper-block-title-en {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: 2px !important;

    color: #242424;
}

.modal-requisites-wrapper-eng {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 18px 0px;
}

.modal-requisites-wrapper-eng img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.modal-requisites-payment {
    margin-top: 18px;
}

.modal-requisites-input-wrapper {
    margin-top: 18px;
    position: relative;
    width: 100%;
    max-width: 511px;
}

.modal-requisites-input-wrapper {
    margin-top: 18px;
}

.modal-requisites-input {
    width: 100%;
    height: 70px;
    box-sizing: border-box;

    border: 1px solid #A5A5A5;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    padding: 0px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    cursor: auto;
/* identical to box height, or 183% */


    color: #242424;
}

.modal-requisites-eng-input {
    width: 511px;
    box-sizing: border-box;
    height: 70px;

    border: 1px solid #A5A5A5;
    border-radius: 10px;
    text-decoration: none;
    outline: none;
    padding: 0px 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    cursor: auto;
/* identical to box height, or 183% */


    color: #242424;
}

.modal-requisites-input-eng-label {
    position: absolute;
    cursor: pointer;
    display: flex;
    top: 7.5px;
    right: 22px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
/* identical to box height, or 169% */


    color: #242424;
}

.modal-requisites-input-eng-label svg {
    margin-left: 10px;
}




.modal-requisites-input-label {
    position: absolute;
    cursor: pointer;
    display: flex;
    top: 20.5px;
    right: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #242424;
/* identical to box height, or 169% */

}

.modal-eng-requisites-input-label {
    position: absolute;
    cursor: pointer;
    display: flex;
    top: 20.5px;
    right: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 17px;
    color: #242424;
/* identical to box height, or 169% */

}

.requisites-input-label svg {
    margin-left: 12px;
}   

.modal-requisites-modal-title {
    display: none;
}

@media (max-width : 1200px) {
    .modal-second-content {
        line-height: initial;
    }

    .modal-requisites-modal-title {
        display: flex !important;
        text-align: start;
        font-weight: bold !important;
    }

    .modal-requisites-wrapper-second-block {
        height: 0px;
    }

    .modal-block {
        width: 800px;
        max-height: 624px;
        padding: 0px 24px;
    }
    .modal-close-icon {
        width: 10px;
        height: 10px;
    }

    .modal-requisites {
        width: 111px;
        height: 38px;
    }

    .modal-requisites-wrapper-block-title {
      display: none;
    }

    .modal-title-wrapper {
        padding: 0px;
    }

    .modal-requisites-input-label {
        top: 8px;
        right: 0px;
    }

    .modal-requisites-wrapper-second-block {
        width: 100%;
    }

    .switch-label {
        width: 30px !important;
        height: 16px !important;
    }

    .requisites-switch {
        height: 47px;
        padding: 9px 16px;
    }

    .modal-requisites-switch {
        padding: 9px;
        height: 31px;
        margin-bottom: 6px;
    }

    .switch-label:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 2px;
        width: 14px !important;
        height: 14px !important;
        background: #fff;
        border-radius: 90px;
        transition: 0.3s;
    }    

    .modal-requisites-switch-title {
        font-size: 11px;
    }

    .modal-requisites-wrapper-eng  {
        display: none;
        margin-bottom: 2px;
        justify-content: start;
    }

    .modal-title {
        font-size: 18px;
        color: #0052CE;
    }

    .modal-second-content {
        width: 100%;
        max-width: 740px;
        font-size: 15px;
        margin-top: 10px;
    }

    .modal-requisites-wrapper {
        margin-top: 24px;
    }

    .modal-title-wrapper {
        padding-top: 30px;
    }

    .modal-requisites-wrapper-block {
        margin-right: 0 !important;
        width: 262px;
        height: 148px;
        margin-bottom: 24px;
        border-bottom: 2px solid #EDEFF2;
    }

    .modal-equisites-wrapper-second-block-eng {
        width: 262px;
        height: 197px;
    }

    .modal-requisites-wrapper-block-title-en {
        line-height: 0;
        font-size: 15px;
    }

    .modal-requisites-wrapper-block-title-en svg {
        width: 125px;
        height: 30px;
    }


    .modal-requisites-icon {
        width: 101px;
        height: 53px;
    }

    .modal-requisites-button {
        margin-top: 24px;
        width: 170px;
        height: 33px;
        font-weight: 600;
        font-size: 13px;
        line-height: 16px;
    }

    .modal-requisites-wrapper-block-title {
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .modal-requisites-payment-name {
        font-weight: 600;
        font-size: 11px;
        line-height: 10px;
    }

    .modal-requisites-payment-title {
        font-weight: 600;
        font-size: 11px;
        line-height: 10px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .modal-requisites-payment-number {
        font-size: 11px;
        line-height: 10px;
    }

    .modal-requisites-input-title {
        font-size: 11px;
        line-height: 10px;
    }

    .modal-requisites-payment-contribution {
        font-weight: 600;
        font-size: 11px;
        line-height: 10px;
        margin-top: 5px;
    }

    .modal-requisites-en-payment {
        margin-top: 0px;
    }

    .modal-requisites-input-title-wrapper {
        padding-bottom: 0px;
    }

    .modal-copy-wrapper {
        margin-left: 6px;
        margin-top: 0px;
    }

    .modal-requisites-eng-input {
        width: 252px;
        height: 26px;
        font-weight: 600;
        font-size: 9px;
        line-height: 10px;
    }

    .modal-requisites-input-eng-label {
        font-weight: 600;
        font-size: 6px;
        line-height: 10px;
        top: 9.5px;

    }

    .modal-requisites-input-eng-label svg {
        width: 12px;
        height: 12px;
    }

    .modal-block {
        padding-bottom: 0px;
    }

    .modal-requisites-input {
        height: 26px;
        font-weight: 600;
        font-size: 11px;
        line-height: 10px;
        width: 302px;
    }

    .modal-requisites-input-label {
        font-weight: 600;
        font-size: 5px;
        line-height: 10px;
    }

    .modal-requisites-input-wrapper {
        margin-top: 8px;
    }

    .modal-requisites-input-label svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width : 425px) {
    .modal-second-content {
        font-size: 12px;
    }
}