.back_call{
    margin: 0 auto;
    padding: 140px 0;
    width: 574px;
}

.back_call_heading{
    margin-bottom: 50px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;

    text-align: center;
    letter-spacing: 0.03em;

    color: #FFFFFF;
}

.back_call_inputs{
}

.back_call_input{
    margin: 0 auto;
    margin-top: 30px;
    display: block;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 50px;
    background: none;
    padding: 14px 40px 16px 40px;
    width: 482px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.03em;

    color: rgba(255, 255, 255, 0.7);
}
.back_call_input:focus{
    outline:none;
}

.back_call_input::placeholder{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.03em;

    color: rgba(255, 255, 255, 0.7);
}

.back_call_consent{
    display: block;
    width: max-content;
    margin: 0 auto;
    margin-top: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;

    color: #FFFFFF;
}

.back_call_checkbox {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.back_call_checkbox_input {
    /* display: none; */
    width: 1px;
    height: 1px;
    opacity: 0;
    position: relative;
    top: 20px;
    left: 7px;
}
.back_call_checkbox_input:checked~.back_call_custom-checkbox:after {
    background-color: #FFFFFF;
}
.back_call_custom-checkbox {
    margin-top: 3px;
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    margin-right: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.back_call_custom-checkbox:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    transition: all linear 0.1s;
    border-radius: 50%;
}
.back_call_checkbox-text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;

    color: #FFFFFF;
}

.back_call_checkbox_link{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;

    color: #FFFFFF;
}

.back_call_buttons{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.back_call_button{
    background: #FC0041;
    border-radius: 50px;
    height: 48px;
    display: flex;
    width: 258px;
    min-width: 170px;
}

.back_call_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;
}

.back_call_button_input{
    background: #FC0041;
    border-radius: 50px;
    height: 48px;
    width: 258px;
    min-width: 170px;
    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;

    border: unset;

    -webkit-appearance: none;
    -webkit-border-radius: none;
}

@media (max-width: 1100px) {

    .back_call{
        margin: 0 auto;
        padding: 80px 40px;
        width: unset;
    }

    .back_call_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: #FFFFFF;
    }

    .back_call_input{
        margin-top: 15px;
        padding: 9px 25px 11px 25px;
        width: 203px;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.03em;
    }
    
    .back_call_input::placeholder{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.03em;
    }
    .back_call_custom-checkbox {
        margin-top: unset;
        position: relative;
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 20px;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
    }
    .back_call_custom-checkbox:after {
        content: '';
        position: absolute;
        top: 2px;
        right: 2px;
        left: 2px;
        bottom: 2px;
        transition: all linear 0.1s;
        border-radius: 50%;
    }

    .back_call_checkbox {
        padding: 0 15px;
        align-items: center;
    }

    .back_call_checkbox-text{
        max-width: 150px;
        display: inline-block;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.03em;

        color: #FFFFFF;
    }

    .back_call_checkbox_link{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.03em;
    }

    .back_call_buttons{
        margin-top: 20px;
        justify-content: center;
    }

    .back_call_button:nth-child(2){
        display: none;
    }

    .back_call_button{
        margin: auto 25px;
        margin-bottom: 0;
    
        background: #FC0041;
        border-radius: 50px;
        height: 26px;
        display: flex;
        width: 143px;
        min-width: 120px;
    }
    
    .back_call_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;
    }

    .back_call_button_input{
        margin: auto 25px;    
        background: #FC0041;
        border-radius: 50px;
        height: 26px;
        width: 143px;
        min-width: 120px;

        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;
    
        border: unset;
    }
}