

/* Start:/local/templates/.default/components/bitrix/form.result.new/modal/style.css?17661359142252*/
.modal__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 48px 48px;

    @media screen and (max-width: 480px) {
        padding: 20px;
    }
}

.modal__wrapper h4 {
    color: #05509b;
    font-size: 20px;
    margin: 0;

    @media screen and (max-width: 480px) {
        text-align: center;
    }
}

.modal__description {
    text-align: center;
}

.modal__form-item {
    margin-bottom: 15px;
}

.modal__form-item:last-child {
    margin-bottom: 0;
}

.modal__form-file {
    position: relative;
    display: inline-block;
}

.modal__form-file span.modal__form-text {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #05509b;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}

.modal__form-file .modal__form-desc {
    padding: 0 10px;
    line-height: 40px;
    display: inline-block;
}

.modal__form-file input[type=file] {
    position: absolute;
    z-index: 1;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.modal__form-file input[type=file]:focus + span:not(.bx-input-file-desc) {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.modal__form-file:hover span:not(.bx-input-file-desc) {
    background-color: #0769c7;
}

.modal__form-file:active span:not(.bx-input-file-desc) {
    background-color: #053c73;
}

.modal__form-file input[type=file]:disabled + span:not(.bx-input-file-desc) {
    background-color: #eee;
}

.modal__form-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__form-captcha {
    text-align: center;
}

.modal__form-captcha img {
    margin-bottom: 15px;
}

.modal__form-item label.error {
    font-size: 12px;
    margin-top: 10px;
    color: brown;
}

.form-message-success {
    color: #03873c;
}

.form-message-error {
    color: brown;
}
/* End */
/* /local/templates/.default/components/bitrix/form.result.new/modal/style.css?17661359142252 */
