

/* Start:/inc/css/main-banner.css?17475074182188*/
.main-banner-wrapper {
    padding: 10rem 0 15rem 0;
    background-color: #FBFAFC;
}

.main-banner {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main-banner__content {
    flex-basis: 50%;
    width: 100%;
}

.main-banner__title {
    margin-top: 2.5rem;
    margin-bottom: 0;
}

.main-banner__subtitle {
    margin-top: 1.6rem;
    margin-bottom: 0;
}

.main-banner__buttons {
    margin-top: 4.2rem;
}

.main-banner__buttons .button:first-child {
    margin-right: 2rem;
}

.main-banner__img {
    flex-basis: 50%;
}

.main-banner__img img {
    width: 100%;
    max-width: 650px;
    height: auto;
}

.social_buttons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    background-color: #000E4B;
    border-radius: 8px;
    transition: background-color .2s ease-in-out;

}

.social_buttons:hover {
    background-color: rgba(255, 103, 66, 1);
}

.social_buttons {
    margin-right: 0.6rem;
	margin-left: 0.6rem;
}

.social_buttons:nth-of-type(1) {
	margin-left: 1.6rem; 
}

/*.social_buttons:not(:last-child) {
    margin-right: 1.6rem;
	margin-left: 1.6rem;
}*/

@media screen and (max-width: 1200px) {
    .main-banner__buttons {
        display: block;
        flex-direction: column;
    }

    .main-banner__buttons .button:first-child {
        margin-right: 0;
        margin-bottom: 1.6rem;
    }
}

@media screen and (max-width: 1150px) {
    .main-banner__logo {
        display: none;
    }

    .main-banner__title {
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-banner__buttons {
        display: block;
    }

    .main-banner__buttons .button:first-child {
        margin-right: 2rem;
    }

    .main-banner-wrapper {
        padding: 6rem 0 10rem;
    }

    .main-banner {
        flex-direction: column;
        padding: 0;
    }

    .main-banner__img {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 550px) {
    .main-banner__buttons {
        display: block;
        flex-direction: column;
    }

    .main-banner__buttons .button:first-child {
        margin-right: 0;
        margin-bottom: 1.6rem;
    }
}
/* End */


/* Start:/inc/css/main-banner_noindex.css?1647612219351*/
.main-banner__content .bx-breadcrumb {
    margin-bottom: 2.4rem;
}

@media screen and (max-width: 500px) {
    .main-banner__content .bx-breadcrumb {
        margin-bottom: 1.9rem;
    }
}

.main-banner__logo {
    max-width: 206px;
}

.main-banner__title {
    margin-top: 1.6rem;
}

.main-banner__img {
    align-self: center;
}
/* End */


/* Start:/local/templates/megatext/components/bitrix/news.list/faq/style.css?1647612218241*/
.gray-accordion__content {
    font-size: 1.8rem;
    line-height: 2.8rem;
}

.gray-accordion__content a {
    color: var(--primary);
    font-weight: bold;
}

.gray-accordion .gray-accordion__title svg {
    margin-left: 1rem;
}
/* End */


/* Start:/contacts/office/office.css?179045030811748*/
/* Страница офиса /contacts/<city>/<slug>/ — этап C, 26.09.2026 */
.of-title { max-width: 80rem; }
.of-lead { margin-top: 1.6rem; max-width: 80rem; font-size: 1.8rem; line-height: 2.8rem; }
.of-note { margin-top: 2.4rem; max-width: 80rem; font-size: 1.4rem; line-height: 2.2rem; color: #6b7086; }
.of-note a { text-decoration: underline; }

.of-grid { display: grid; grid-template-columns: minmax(0, 46rem) 1fr; gap: 3.2rem; align-items: stretch; }
.of-card { background-color: #F9F9F9; border-radius: 1.2rem; padding: 3.2rem; }

.of-status { display: inline-flex; align-items: center; font-size: 1.4rem; line-height: 2.1rem; font-weight: bold; color: var(--text-primary-dark); margin-bottom: 2rem; }
.of-status:before { content: ''; display: block; flex-shrink: 0; width: 1.2rem; height: 1.2rem; border-radius: 50%; margin-right: .6rem; background-color: #a1a2a3; }
.of-status.green:before { background-color: #4BAF4F; }
.of-status.yellow:before { background-color: #FDB927; }
.of-status.red:before { background-color: #F34B42; }

.of-list { margin: 0; }
.of-list__row { display: grid; grid-template-columns: 12rem 1fr; gap: 1.6rem; padding: 1.4rem 0; border-bottom: 1px solid rgba(0, 14, 75, .1); }
.of-list__row:first-child { padding-top: 0; }
.of-list dt { font-size: 1.4rem; line-height: 2.1rem; color: #000E4B; opacity: .5; padding-top: .2rem; }
.of-list dd { margin: 0; font-size: 1.6rem; line-height: 2.4rem; font-weight: bold; color: var(--text-primary-dark); }
.of-landmark { display: block; margin-top: .4rem; font-size: 1.4rem; line-height: 2.1rem; font-weight: normal; color: #000E4B; opacity: .6; }
.of-phone { font-size: 1.8rem; line-height: 2.8rem; font-weight: 700; color: var(--text-primary-dark); }
.of-phone:hover { color: var(--primary); }

.of-metro { display: inline-flex; align-items: center; font-weight: bold; color: var(--text-primary-dark); }
.of-metro__line { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 50%; margin-right: .8rem; color: #fff; font-size: 1.3rem; font-weight: bold; flex-shrink: 0; }

.of-hours { border-collapse: collapse; }
.of-hours th, .of-hours td { padding: 0 1.6rem .2rem 0; font-size: 1.6rem; line-height: 2.4rem; text-align: left; vertical-align: top; }
.of-hours th { font-weight: normal; color: #000E4B; opacity: .7; white-space: nowrap; }
.of-hours td { font-weight: bold; color: var(--text-primary-dark); }

/* Ссылки карточки офиса — список-меню с иконками (26.09.2026, было: четыре оранжевые текстовые ссылки) */
.of-links { margin: 2.4rem 0 0; padding: 0; list-style: none; background-color: #fff; border-radius: 1.2rem; box-shadow: 0 2px 8px rgba(0, 14, 75, .05); overflow: hidden; }
.of-links li { margin: 0; }
.of-links li + li { border-top: 1px solid rgba(0, 14, 75, .08); }
.of-links__a { display: flex; align-items: center; gap: 1.2rem; padding: 1.2rem 1.6rem; font-size: 1.6rem; line-height: 2.4rem; font-weight: bold; color: var(--text-primary-dark); transition: background-color .2s ease-in-out, color .2s ease-in-out; }
.of-links__a:before { content: ''; flex-shrink: 0; width: 3.6rem; height: 3.6rem; border-radius: 50%; background: rgba(255, 103, 66, .1) no-repeat center / 2rem 2rem; }
.of-links__a--scheme:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FF6742' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 4L3 6v14l6-2 6 2 6-2V4l-6 2-6-2z'/%3E%3Cpath d='M9 4v14'/%3E%3Cpath d='M15 6v14'/%3E%3C/svg%3E"); }
.of-links__a--maps:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FF6742' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-7-6.1-7-11a7 7 0 0 1 14 0c0 4.9-7 11-7 11z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E"); }
.of-links__a--reviews:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FF6742' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3.5l2.6 5.3 5.9.9-4.3 4.1 1 5.8L12 16.8l-5.2 2.8 1-5.8-4.3-4.1 5.9-.9z'/%3E%3C/svg%3E"); }
.of-links__a--all:before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23FF6742' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 6h10'/%3E%3Cpath d='M10 12h10'/%3E%3Cpath d='M10 18h10'/%3E%3Ccircle cx='5' cy='6' r='1.2'/%3E%3Ccircle cx='5' cy='12' r='1.2'/%3E%3Ccircle cx='5' cy='18' r='1.2'/%3E%3C/svg%3E"); }
.of-links__text { flex: 1; min-width: 0; }
.of-links__tag { flex-shrink: 0; padding: .2rem .6rem; border-radius: .4rem; background-color: #F1F2F6; color: #6b7086; font-size: 1.1rem; line-height: 1.6rem; letter-spacing: .04em; }
.of-links__a:after { content: ''; flex-shrink: 0; width: 2rem; height: 2rem; background-color: currentColor; opacity: .35; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center / contain; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center / contain; transition: opacity .2s ease-in-out, transform .2s ease-in-out; }
.of-links__a--ext:after { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 5h5v5'/%3E%3Cpath d='M19 5l-8 8'/%3E%3Cpath d='M18 14v4a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h4'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 5h5v5'/%3E%3Cpath d='M19 5l-8 8'/%3E%3Cpath d='M18 14v4a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h4'/%3E%3C/svg%3E"); }
.of-links__a:hover { background-color: #FFF5F2; color: var(--primary); }
.of-links__a:hover:after { opacity: 1; transform: translateX(2px); }
.of-links__a:focus-visible { outline: 2px solid var(--primary); outline-offset: -2px; }

.of-map { min-height: 42rem; border-radius: 1.2rem; overflow: hidden; background-color: #eef0f6; }
.of-map noscript a { display: block; padding: 2.4rem; }

.of-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.4rem; }
.of-service { display: flex; flex-direction: column; padding: 3.2rem; border-radius: 1.2rem; background-color: #fff; box-shadow: 0 4px 12px rgba(0, 14, 75, .06); color: var(--text-primary-dark); transition: transform .3s ease-in-out; }
.of-service:hover { transform: translateY(-5px); }
.of-service__title { font-size: 2rem; line-height: 2.8rem; font-weight: bold; }
.of-service__text { margin-top: 1.2rem; font-size: 1.5rem; line-height: 2.3rem; font-weight: normal; flex: 1; }
.of-service__price { margin-top: 1.6rem; font-size: 1.8rem; line-height: 2.8rem; font-weight: bold; color: var(--primary); }

.of-near__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.4rem; }
.of-near__card { display: flex; flex-direction: column; padding: 2.4rem; border-radius: 1.2rem; background-color: #F9F9F9; color: var(--text-primary-dark); transition: transform .3s ease-in-out; }
.of-near__card:hover { transform: translateY(-5px); }
.of-near__card .of-metro { font-size: 1.4rem; line-height: 2.1rem; margin-bottom: 1.2rem; }
.of-near__address { font-size: 1.6rem; line-height: 2.4rem; font-weight: bold; }
.of-near__hours { margin-top: .6rem; font-size: 1.4rem; line-height: 2.1rem; color: #000E4B; opacity: .5; flex: 1; }
.of-near__more { display: inline-flex; align-items: center; margin-top: 1.6rem; font-size: 1.6rem; line-height: 2.4rem; font-weight: bold; color: var(--primary); }
.of-near__more:after { content: ''; display: inline-block; width: 2.4rem; height: 2.4rem; margin-left: .4rem; background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23FF6742' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center; }

.of-faq .gray-accordion { max-width: 100rem; }

@media screen and (max-width: 992px) {
    .of-grid { grid-template-columns: 1fr; }
    .of-map { min-height: 36rem; }
    .of-cards { grid-template-columns: 1fr 1fr; }
    .of-near__cards { grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width: 650px) {
    .of-card { padding: 2rem; }
    .of-list__row { grid-template-columns: 1fr; gap: .4rem; }
    .of-cards, .of-near__cards { grid-template-columns: 1fr; }
    .of-service { padding: 2.4rem; }
    .of-map { min-height: 30rem; }
    .of-lead { font-size: 1.6rem; line-height: 2.6rem; }
}

/* Офисы 2.0 (26.09.2026): «Как пройти», «Уже у здания?», фото, праздничные дни — выводятся только при заполненных полях */
.of-special__day { display: block; }
.of-route { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3.2rem; align-items: start; }
.of-route--text { grid-template-columns: minmax(0, 80rem); }
.of-steps { margin: 0; padding: 0; list-style: none; counter-reset: of-step; }
.of-steps__item { position: relative; padding: 0 0 2rem 5.2rem; font-size: 1.7rem; line-height: 2.6rem; color: var(--text-primary-dark); counter-increment: of-step; }
.of-steps__item:before { content: counter(of-step); position: absolute; left: 0; top: -.2rem; width: 3.6rem; height: 3.6rem; border-radius: 50%; background-color: rgba(255, 103, 66, .12); color: var(--primary); font-weight: bold; font-size: 1.6rem; line-height: 3.6rem; text-align: center; }
.of-steps__item:not(:last-child):after { content: ''; position: absolute; left: 1.75rem; top: 3.8rem; bottom: .4rem; width: 2px; background-color: rgba(255, 103, 66, .2); }
.of-arrive { margin-top: .8rem; padding: 2.4rem; border-radius: 1.2rem; background-color: #F9F9F9; }
.of-arrive__title { margin: 0 0 1rem; font-size: 1.8rem; line-height: 2.6rem; font-weight: bold; color: var(--text-primary-dark); }
.of-arrive p { margin: 0 0 .6rem; font-size: 1.6rem; line-height: 2.5rem; color: var(--text-primary-dark); }
.of-arrive p:last-child { margin-bottom: 0; }
.of-route__note { margin: 1.6rem 0 0; font-size: 1.5rem; line-height: 2.3rem; color: var(--text-primary-dark); }
.of-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.of-photo { margin: 0; }
.of-photo:first-child { grid-column: 1 / -1; }
.of-photo:last-child:nth-child(even) { grid-column: 1 / -1; }
.of-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1.2rem; background-color: #eef0f6; }
.of-photo figcaption { margin-top: .6rem; font-size: 1.3rem; line-height: 1.9rem; color: #6b7086; }
@media screen and (max-width: 992px) {
    .of-route { grid-template-columns: 1fr; }
}
@media screen and (max-width: 650px) {
    .of-steps__item { font-size: 1.6rem; line-height: 2.4rem; }
    .of-arrive { padding: 2rem; }
}

/* End */


/* Start:/local/templates/megatext/components/bitrix/breadcrumb/mt-breadcrumb/style.min.css?16476361721253*/
.bx-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx-breadcrumb-item {
    font-size: 1.6rem;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.bx-breadcrumb-item:last-child {
    flex-shrink: 1;
}

.bx-breadcrumb svg {
    flex-shrink: 0;
}

.bx-breadcrumb-item-angle {
    margin: 0 10px;
    color: #b5bdc2;
    vertical-align: top;
    font-size: 12px;
}

.bx-breadcrumb-item-link {
    font-weight: bold;
    border-bottom: none;
    vertical-align: top;
    line-height: 24px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
    font-weight: bold;
    vertical-align: top;
    transition: 250ms linear all;
}

@media screen and (max-width: 992px) {
    .bx-breadcrumb-item {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 500px) {
    .bx-breadcrumb-item {
        font-size: 1.2rem;
    }
}
/* End */
/* /inc/css/main-banner.css?17475074182188 */
/* /inc/css/main-banner_noindex.css?1647612219351 */
/* /local/templates/megatext/components/bitrix/news.list/faq/style.css?1647612218241 */
/* /contacts/office/office.css?179045030811748 */
/* /local/templates/megatext/components/bitrix/breadcrumb/mt-breadcrumb/style.min.css?16476361721253 */
