

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/form.result.new/form-list/style.css?17845426114383*/
.support-form {
    border-radius: 18px;
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
    padding: 60px;
}

.form-contacts {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-contacts__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-contacts__label {
    color: rgba(36, 36, 36, 0.40);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.form-contacts__link {
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
}

.form-contacts__link:hover {
    color: #242424;
    text-decoration: underline;
}

.support-form .form-body--placeholder .form-group--placeholder {
    margin-bottom: 0;
}

.support-form .form-body--placeholder .form-group--placeholder .form-control {
    width: 100%;
    background: #FFF;
}

.support-form .form-body--placeholder .form-group--placeholder .input {
    position: relative;
}

.support-form .form-body--placeholder .form-group--placeholder .form-placeholder {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
}

.support-form .form-body--placeholder .form-group--placeholder textarea.form-control ~ .form-placeholder {
    top: 14px;
    transform: none;
}

.support-form .form-body--placeholder .form-group--placeholder .form-control:focus ~ .form-placeholder,
.support-form .form-body--placeholder .form-group--placeholder .form-control:not(:placeholder-shown) ~ .form-placeholder,
.support-form .form-body--placeholder .form-group--placeholder .form-control.input-filed ~ .form-placeholder {
    display: none;
}

#main .support-form .form-body--placeholder .form-group--placeholder .required-star {
    color: #E02222;
    margin-left: 4px;
}

.support-form .form-body--fields-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.support-form .form-body--fields-row > .row {
    width: 100%;
    margin: 0;
}

.support-form .form-body--fields-row > .row.row--half {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    margin-left: 0;
    margin-right: 0;
}

.support-form .form--inline .form-footer--inline {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    padding: 20px 16px 0;
}

.support-form .form-footer--inline .form-footer__btn,
.support-form .form-footer--inline .licence_block {
    margin: 0;
    padding: 0;
}

@media (max-width: 1100px) {
    .support-form {
        padding: 40px;
    }

    .support-form .form__wrapper {
        flex-direction: column !important;
        gap: 32px;
    }

    .support-form .form-header,
    .support-form .form-inner {
        width: 100%;
        max-width: 100%;
        flex: 0 0 auto;
    }

    .support-form .form-header .sticky-block {
        position: static;
        top: auto;
    }

    .support-form .form-header .index-block__preview {
        margin-top: 24px;
    }

    .support-form .form-inner {
        padding-top: 0;
    }

    .support-form .form--inline .form-footer--inline {
        padding: 20px 0 0;
    }

    .support-form .col-md-12 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .support-form {
        padding: 20px;
    }

    .support-form .form-header,
    .support-form .form-header .index-block__title,
    .support-form .form-header .index-block__preview {
        text-align: center;
    }

    .support-form .maxwidth-theme {
        padding: 0;
    }

    .support-form .form-contacts {
        gap: 10px;
        align-items: center;
    }

    .support-form .form-contacts__item {
        align-items: center;
        text-align: center;
    }

    .support-form .form-body--fields-row > .row.row--half {
        width: 100%;
        flex-basis: 100%;
    }

    .support-form .form-footer--inline {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .support-form .form--inline .form-footer--inline {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
    }

    .support-form .form-footer--inline .form-footer__btn,
    .support-form .form-footer--inline .form-footer__btn .btn {
        width: 100%;
    }
}

/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/form.result.new/form-list/style.css?17845426114383 */
