

/* Start:/local/templates/agc/css/contacts.css?17791325952049*/
.contacts-page {
    margin-bottom: 60px;
}
.contacts-page__container {
    display: grid;
    grid-template-columns: 1fr 520px;
    column-gap: 35px;
}
.contacts-page .bottom-block {
    height: auto;
}
.contacts-page .bottom-block__text {
    font-weight: 700;
    font-size: 22px;
    line-height: 138%;
    padding: 64px 30px;
}
.contacts-page__form {
    margin-top: 35px;
}
.contacts-page__form .form__group {}
.contacts-page__form .form__group:not(:last-child) {
    margin-bottom: 24px;
}
.contacts-page__opt {
    margin-top: -22px;
}
.contacts-page__sub-header {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    margin-top: 38px;
    margin-bottom: 20px;
}
.lk-contacts {
    display: block;
}
.lk-contacts__contacts {
    max-width: 780px;
}
.lk-contacts__contacts .order-form__text {
    line-height: 160%;
}
.lk-contacts__contacts .order-form__header {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 12px;
}
.lk-contacts__contacts .contacts-manager-name {
    font-weight: 700;
}
.lk-contacts__contacts .order-form__header:not(:first-child) {
    margin-top: 26px;
}

@media screen and (max-width: 1299px) {
    .page-header {
        max-width: 565px;
    }
}


@media screen and (max-width: 767px) {
    .contacts-page {
        margin-bottom: 50px;
    }
    .contacts-page__container {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .contacts-page__form .form__group:not(:last-child) {
        margin-bottom: 15px;
    }
    .contacts-page .bottom-block {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    .contacts-page .bottom-block__text {
        font-size: 20px;
        padding: 0;
    }
    .contacts-page__sub-header {
        font-size: 22px;
        margin-top: 25px;
        margin-bottom: 16px;
    }
    .contacts-page__form {
        margin-top: 20px;
        padding-bottom: 35px;
    }





























}
/* End */
/* /local/templates/agc/css/contacts.css?17791325952049 */
