.lead_consultation{
    border: 1px solid #00000033;
    background: #D6E9FF;
    border-radius: 15px;
    padding: 35px;
}
.lead_consultation-title{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
}
.lead_consultation_block_info{
    display: flex;
    gap: 7px;
}
.lead_consultation_block{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.lead_consultation .checkbox__custom-forms, .lead_consultation .checkbox__label-privacy-custom{
    font-family: Wix Madefor Display;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 100%;
}

.lead_consultation-ok{
    display: flex;
    gap: 40px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    color: black;
}
.block-btn-check{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: column;
}

@media (max-width: 1650px) {
    .block-btn-check {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }
}
@media (max-width: 1405px ) and ( min-width: 1050px) {
    .block-btn-check {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        flex-direction: column;
    }
}

@media screen and (max-width:980px) {
    .lead_consultation-ok{
        font-size: 20px;
    }
    .block-btn-check {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }
}

@media screen and (max-width:670px) {
    .lead_consultation_block_info {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .block-btn-check {
        flex-direction: column;
    }
}