.model_call_back{
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #121c32c4;
}

.model_call_back_container{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.model_call_back_block,
.model_call_back_block_accept{
    padding: 50px;

    width: 664px;
    height: 445px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 50px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-align: center;

    color: #121C32;
}

.model_call_back_accept{
    display: none;
}

.model_call_back_heading{
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;

    color: #121C32;
}

.model_call_back_input{
    margin-bottom: 25px;
    display: block;
    border: 1px solid #121C32;
    box-sizing: border-box;
    border-radius: 50px;

    background: none;
    padding: 0 40px;
    width: 400px;
    height: 40px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03em;

    color: rgba(18, 28, 50, 0.7);
}

.model_call_back_input:focus{
    outline:none;
}

.model_call_back_input::placeholder{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.03em;

    color: rgba(18, 28, 50, 0.7);
}

.model_call_back_checkbox{
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.model_call_back_checkbox input[type="checkbox"] {
    display: none;
}
.model_call_back_checkbox input[type="checkbox"]:checked~.model_call_back_custom_checkbox:after {
    background-color: #121C32;
}
.model_call_back_custom_checkbox {
    margin-bottom: 3px;
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-right: 20px;
    border: 1px solid #121C32;
    border-radius: 50%;
}
.model_call_back_custom_checkbox:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    transition: all linear 0.1s;
    border-radius: 50%;
}
.model_call_back_checkbox_text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    
    color: #121C32;
}

.model_call_back_button{
    margin-top: 30px;
    background: #FC0041;
    border-radius: 50px;
    height: 48px;
    display: flex;
    width: 258px;
    min-width: 170px;
    cursor: pointer;
}

.model_call_backl_button_text{
    margin: auto;

    display: block;
    text-align: center;
    text-decoration: none;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.05em;
    
    color: #FFFFFF;
}

@media (max-width: 1100px) {
    .model_call_back_block,
    .model_call_back_block_accept{
        padding: 25px;
        border-radius: 30px;
        width: 287px;
        height: 279px;

        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.03em;
    }
    .model_call_back_heading{
        margin-bottom: 30px;

        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.03em;
    
        color: #121C32;
    }

    .model_call_back_input{
        margin-bottom: 15px;
        display: block;    

        padding: 0 25px;
        width: 203px;
        height: 30px;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.03em;
    
        color: rgba(18, 28, 50, 0.7);
    }
    
    .model_call_back_input:focus{
        outline:none;
    }
    
    .model_call_back_input::placeholder{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.03em;
    
        color: rgba(18, 28, 50, 0.7);
    }

    .model_call_back_checkbox{
        margin-left: 24px;
        margin-right: 24px;
    }

    .model_call_back_checkbox_text{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.03em;
        
        color: #121C32;
    }

    .model_call_back_button{
        margin-top: 20px;
        background: #FC0041;
        border-radius: 50px;
        height: 26px;
        display: flex;
        width: 143px;
    }
    
    .model_call_backl_button_text{
        margin: auto;
    
        display: block;
        text-align: center;
        text-decoration: none;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 8px;
        line-height: 100%;
        letter-spacing: 0.05em;
        
        color: #FFFFFF;
    }
}