@media (max-width: 1280px){
    .custom-obrat1-form1__block1{
        margin-top: 40px;
    }
}

@media (max-width: 1023px){
    .custom-obrat1-form1__block1_rules{
        font-size: 13px;
    }
    .custom-obrat1-form1__block1{
        margin-top: 30px;
    }
}

@media (max-width: 768px){
    .custom-obrat1-form1__block1{
        justify-content: space-between;
    }
    .custom-obrat1-form1__block1_rules{
        max-width: none;
        text-align: right;
    }
}

@media (max-width: 767px){
    .custom-obrat1-form1__block1_btn{
        width:100%;
    }
    .custom-obrat1-form1__block1_rules{
        margin-top: 15px;
        margin-left: 0;
        width:100%;
    }
    .custom-obrat1-form1__block1{
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-obrat1-form1__block1_btn{
        text-align: center;
    }
    .custom-obrat1-form1__block1_rules{
        text-align: center;
    }
}