

/* Start:/local/components/aft/vopros/templates/.default/style.css?17446335084002*/
.application {
    overflow: hidden;
}
.application .page-caption h1 {
    margin-bottom: 10px;
}
.application h1 ~ p {
    margin: 0 auto;
}
.application__form .form__label {
    color: var(--color-black);
    font-size: 16px;
}
.application__form .form__input {
    font-size: 18px;
}
.application__form .form__item--accept .form__checkbox-label {
    color: #009BB9;
}
.application__form .form__btn {
    border-radius: 100vmax;
}
.result__title {
    font-size: 18px;
}
.application .form__result {
    font-size: 16px;
    font-weight: normal;
    padding: 0;
}
.application-popup p {
    text-align: center;
    margin: 0 auto;
    max-width: 30ch;
}
.application-popup .modal__close {
    display: flex;
    align-items: center;
    margin: 0;
    opacity: 0.5;
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 3rem;
    height: 3rem;
    outline: none;
}
.application-popup .modal__close svg {
    fill: inherit;
    stroke: inherit;
}
.application-popup__wrap {
    background-color: #fff;
    margin: 0 auto;
    max-width: 80rem;
    padding: 10rem 3.2rem 9.9rem;
    position: relative;
    transform: translateZ(0) translateY(-50%);
    top: 50%;
    border-radius: 3.5rem;
    width: 100%;
}
.application-popup__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.application-popup__btn {
    background-color: transparent;
    color: var(--color-app__text);
    font-weight: 700;
    margin: 0 8% 0 0;
    padding: 0 15px;
}
.application-popup__btn:last-child {
    margin: 0;
}
@media (min-width: 576px) {
    .application .documents__link {
        padding: 15px 43px 15px 15px;
    }
    .application .documents__link .app-icon {
        width: 63px;
        height: 63px;
        margin-right: 15px;
    }
    .form__result.result {
        text-align: left;
    }
    .application-popup__btns {
        margin-top: 56px;
    }
    .application-popup__btn {
        padding: 0 10px;
    }
}
@media (min-width: 768px) {
    .application .page-caption h1 {
        font-size: 6rem;
        margin-bottom: 29px;
        padding-top: 38px;
    }
    .application h1 ~ p {
        width: 45ch;
    }
    .application__form {
        position: relative;
    }
    .application__form .form {
        padding: 8rem 0 10rem;
    }
    .application__form .form__item {
        margin-bottom: 2.3rem;
    }
    .application__form .form__label, .application__form .form__checkbox-label {
        font-size: 18px;
    }
    .application__form .form__input {
        font-size: 26px;
        line-height: 1.3;
    }
    .application__form .form__item--accept {
        margin: 0 0 73px;
    }
    .application__form .form__checkbox-label {
        padding-left: 35px;
    }
    .application__form .form__checkbox-label::before {
        border: 2px solid #979797;
        width: 22px;
        height: 22px;
    }
    .application .form__result {
        font-size: 24px;
        padding: 3rem 0 10rem;
    }
    .result__title {
        font-size: 38px;
        margin-bottom: 50px;
    }
    .application .documents__label {
        font-size: 18px;
    }
    .application .documents__item {
        margin-top: 18px;
    }
}
@media (min-width: 1024px) {
    .application .page-caption h1 {
        line-height: 1.3;
    }
    .application__form .form__btn.button {
        font-size: 18px;
        padding: 2.8rem 7rem;
        width: auto;
    }
    .application__form::before {
        background-image: url("/local/templates/aft/img/sertifikat.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        content: '';
        display: block;
        position: absolute;
        top: -35px;
        right: -134px;
        width: 100%;
        height: calc(100% + 35px);
        z-index: -1;
    }
    .application__wrap {
        width: 57%;
    }
}
textarea.form__input {
    border: 1px solid var(--color-app__text);
    margin-top: 8px;
    resize: none;
}

/* End */
/* /local/components/aft/vopros/templates/.default/style.css?17446335084002 */
