.form-rassilki {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-rassilki .form_head .form_desc {
    max-width: 530px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(56, 56, 56, 1);
    font-family: Roboto
}
.form-block-container {
    max-width: 660px;
    width: 100%;
}
.form-block-container .form-control label:first-child, .form-block-container .form_footer button[type='reset']{
    display: none;
}
.form-block-container  .form_body {
    display: flex;
    gap: 12px;
    align-items: unset;
    flex-wrap: wrap;
}
.form-rassilki .form-block-container  .form_footer {
    display: flex;
    gap: 24px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: -10px;
}
.rassilki-block{
    margin-top: 120px;
    /*margin-bottom: 64px;*/
    background: rgba(249, 249, 250, 1);
}
.wraps .wrapper_inner  .container_inner  .middle   .drag-block.rassilki-block .maxwidth-theme {
    padding-top: 64px;
    padding-bottom: 64px;
    background: rgba(249, 249, 250, 1);
}
.rassilki-block .form.form-rassilki .captcha-row .captcha_image{
    position: static;
    left: 0;
}
.drag-block.rassilki-block .maxwidth-theme > .form.inline{
    padding: 0;
}
.form.form-rassilki .form_footer .btn{
    max-width: 200px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    height: 52px;
    text-transform: unset;
    border-radius: 0;
}
.form.form-rassilki .form_footer .filter.licence_block{
    margin: 0;
    padding:0 ;
}
.form.form-rassilki .form_body div.form-control{
    width: 49%;
    background: rgba(249, 249, 250, 1);
}
.form.form-rassilki .form_body div.form-control input{
    height: 52px;
    border: 2px solid rgba(233, 235, 239, 1);
    border-radius: 0;

    color:#333;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: 0.3s;
    background: #FFF;

    &:hover{
        border-color:#D2D6DC;
    }

}
.form.form-rassilki .form_body div.form-control input:focus{
    border: 2px solid rgba(12, 84, 160, 1)
}
.form.form-rassilki .form_body div.form-control input::placeholder{
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(183, 190, 202, 1);
}

.form-rassilki .send-subscribe{
    color:#FFF;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#main .form-rassilki .form_footer .onoff.licence_block label{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(56, 56, 56, 1);
}
.form-rassilki .form_footer .licence_block label a{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(12, 84, 160, 1);
}
.success-block .success-text-block {
    margin-bottom: 8px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: rgba(90, 97, 108, 1);
}
.success-block p.success-email{
    color: rgba(51, 51, 51, 1);
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0;
}

.form-rassilki .form-block-container .form_body{
    margin-bottom: 0;
}

.form.form-rassilki .form_body div.form-control input{
    color:#333;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-rassilki .form-block-container .form_footer{
    margin: 0;
    align-items: center;
}
.maxwidth-theme > .form.inline.form.form-rassilki .form_footer .btn {
    margin: 0;
    margin-top: 0;
}
@media (max-width: 767px) {
    .form.form-rassilki{
        gap: 40px;
    }
    .form.form-rassilki .form_body div.form-control{
        width: 100%;
        margin: 0;
    }
    .form-rassilki .form_head .form_desc{
        margin: 0;
    }
    .rassilki-block .form.form-rassilki .captcha-row .captcha_image{
        position: static !important;
        order: unset;
    }
    .form-rassilki .form-block-container .form_footer{
        flex-direction: column;
    }
    .form.form-rassilki .form_body div.form-control input{
        height: 48px;
    }
    .form.form-rassilki .form_body div.form-control input::placeholder{
        font-size: 16px;
    }
    .form.form-rassilki .form_footer .btn{
        max-width: 100%;
        height: 48px;
    }
    .wraps .wrapper_inner .container_inner .middle .drag-block.rassilki-block .maxwidth-theme{
        padding-top: 40px;
        padding-bottom: 4px;
    }
    .rassilki-block{
        margin-bottom: 0;
        margin-top: 80px;
    }
}