

/* Start:/local/templates/aquatex/components/bitrix/form.result.new/form-list/style.css?17778990482699*/
.form__info .form-header{
    display: none;
}
.form-inner{
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.form__wrapper{
    padding: 100px 0;
}

.form__wrapper--main {
    display: grid;
    grid-template-columns: minmax(0,680px) minmax(0,630px);
    justify-content: space-between;
    gap: 32px;
}

.um-form__custom div+div{
    margin-top: 20px;
}

.um-form__custom .form-group{
    margin-bottom: 0 !important; 
}

.form-checkbox__box{
    background: none;
    border-radius: 5px;
    border-color: #393185 !important;
}

.form-footer__btn button{
    padding: 16px 60px;
    border-radius: 50px;
}
.index-block__title{
    font-size: 48px !important;
    color: #393185;
}
.um-form__footer{
    padding-top: 32px !important;
}

@media (max-width:767px){
    .form__wrapper--main {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .form__wrapper--main .mt--24{
        margin-top: 20px;
    }
    .um-form__custom div + div{
        margin-top: 16px;
    }
    .form__wrapper--main .form-checkbox__box{
        width: 32px;
        height: 32px;
    }
    .form__wrapper--main .form-checkbox__input:checked + .form-checkbox__label .form-checkbox__box::before{
        left: 1px;
        top: 6px;
    }
    .form__wrapper--main .flexbox--mb20-t991{
        margin-bottom: 0;
    }
    .form__wrapper{
        gap: 28px ;
    }
    .form__wrapper--main{
        padding-top: 24px;
        padding-bottom: 32px;
    }
    .um-form__footer{
        padding-top: 24px !important;
    }
    .index-block__title{
        font-size: 28px !important;
        line-height: 130%;
    }
    .form-footer__btn button{
        width: 100%;
    }
}
.form-list.form-list-template{
    background: var(--Light-gradient, linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(136, 211, 242, 0.50) 69.23%, rgba(0, 160, 227, 0.50) 100%));
}
.form .form-footer .btn{
    --button-height: 56px;
}
.um-form__custom .form-control{
    display: flex !important;
    max-width: 680px !important;
    padding: 16px 24px 18px 24px !important;
    align-items: flex-start !important;
    gap: 10px !important;
    border-radius: 15px !important;
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    background: transparent !important;
    color: #555560 !important;
    border: 1px solid #393185;
}
.um-form__custom .form-control::placeholder{
    color: #555560;
}
.form-checkbox__label{
    font-weight: 300 !important;
}
@media (max-width: 767px) {
    .um-form__custom .form-control{
        font-size: 16px !important;
    }
    .form .form-footer .btn{
        --button-height: 48px;
    }
}
/* End */
/* /local/templates/aquatex/components/bitrix/form.result.new/form-list/style.css?17778990482699 */
