

/* Start:/local/templates/ekoseti_2026/pages/contacts/contacts.css?178758134512312*/
/* ==========================================================================
   Страница «Контакты»
   Подключается только на /contacts/ (см. contacts/index.php)
   Брейкпоинты соответствуют макетам: 1600 / 1200 / 760 / 360
   ========================================================================== */

/* --------------------------------------------------------------------------
   Общее
   -------------------------------------------------------------------------- */
.contacts-page .contacts-section+.contacts-section {
    margin-top: 55px;
}

/* Яндекс-карта Битрикса тянется на всю высоту своей обёртки */
.contacts-page .bx-yandex-view-layout,
.contacts-page .bx-yandex-view-map,
.contacts-page .bx-yandex-map {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* заголовок страницы отбивается собственным margin у .h2 */
.contacts-page .contacts-intro+.contacts-section {
    margin-top: 0;
}

.contacts-link {
    color: inherit;
    text-decoration: none;
}

.contacts-link:hover {
    color: inherit;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   Центральный офис: колонка с контактами + карта
   -------------------------------------------------------------------------- */
.contacts-office__inner {
    display: flex;
    align-items: flex-start;
    column-gap: 17px;
    row-gap: 20px;
}

.contacts-office__info {
    flex: 0 0 494px;
    max-width: 494px;
}

.contacts-office__title {
    margin: 0 0 22px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.contacts-office__desc {
    margin: 0 0 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.contacts-office__list {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.contacts-office__item {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.contacts-office__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 184px;
    height: 40px;
    padding: 0 20px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}

.contacts-office__map {
    flex: 1 1 auto;
    min-width: 0;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* --------------------------------------------------------------------------
   Реквизиты организаций
   -------------------------------------------------------------------------- */
.contacts-requisites__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 53px;
    row-gap: 50px;
    align-items: start;
}

.contacts-requisites__title {
    margin: 0 0 18px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.contacts-requisites__group+.contacts-requisites__group {
    margin-top: 25px;
}

.contacts-requisites__subtitle {
    margin: 0 0 18px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

/* Таблица «параметр — значение» на grid: dt = параметр, dd = значение */
.requisites-table {
    display: grid;
    grid-template-columns: 407fr 336fr;
    gap: 7px;
    margin: 0;
}

.requisites-table dt,
.requisites-table dd {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 4px 20px;
    min-height: 35px;
    background: #f4f5f7;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    word-break: break-word;
}

.requisites-table dt:first-of-type {
    border-top-left-radius: 10px;
}

.requisites-table dd:first-of-type {
    border-top-right-radius: 10px;
}

.requisites-table dt:last-of-type {
    border-bottom-left-radius: 10px;
}

.requisites-table dd:last-of-type {
    border-bottom-right-radius: 10px;
}

/* --------------------------------------------------------------------------
   Сертификат дилера
   -------------------------------------------------------------------------- */
.contacts-certificate__inner {
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
    /* по макету блок выровнен по началу правой колонки реквизитов */
    margin-left: calc(50% + 26px);
}

.contacts-certificate__image {
    flex: 0 0 216px;
    max-width: 216px;
}

.contacts-certificate__image img {
    display: block;
    width: 100%;
    height: auto;
}

.contacts-certificate__content {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 9px;
}

.contacts-certificate__title {
    margin: 0 0 22px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
}

.contacts-certificate__text {
    margin: 0;
    max-width: 494px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/* --------------------------------------------------------------------------
   Контакты филиала: карточка поверх карты во всю ширину
   -------------------------------------------------------------------------- */
.contacts-branch {
    position: relative;
    overflow: hidden;
}

.contacts-branch__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacts-branch__container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 421px;
    padding-top: 24px;
    padding-bottom: 24px;
    /* чтобы контейнер не перехватывал перетаскивание карты */
    pointer-events: none;
}

.contacts-branch__card {
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    width: 427px;
    min-height: 336px;
    padding: 29px 30px;
    background: rgba(0, 109, 47, .7);
    -webkit-backdrop-filter: blur(5.35px);
    backdrop-filter: blur(5.35px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    pointer-events: auto;
}

.contacts-branch__title {
    margin: 0 0 28px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.contacts-branch__list {
    margin: 0 0 auto;
    padding: 0;
    list-style: none;
}

.contacts-branch__item {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.contacts-branch__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    margin-top: 30px;
    min-width: 181px;
    height: 40px;
    padding: 0 20px;
    border: 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: box-shadow .3s ease-in-out;
    -webkit-transition: box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
}

.contacts-branch__button:hover {
    color: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
}

/* ==========================================================================
   < 1600
   ========================================================================== */
@media screen and (max-width: 1599px) {
    .contacts-page .contacts-section+.contacts-section {
        margin-top: 45px;
    }

    .contacts-office__inner {
        column-gap: 20px;
    }

    .contacts-office__info {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .contacts-office__map {
        height: 297px;
    }

    .contacts-requisites__grid {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 45px;
    }

    .requisites-table {
        grid-template-columns: 407fr 504fr;
    }

    .requisites-table dt,
    .requisites-table dd {
        min-height: 32px;
        font-size: 14px;
    }

    .contacts-certificate__inner {
        margin-left: 0;
    }

    .contacts-branch__card {
        margin-left: 42px;
    }
}

/* ==========================================================================
   < 1200
   ========================================================================== */
@media screen and (max-width: 1199px) {
    .contacts-page .contacts-section+.contacts-section {
        margin-top: 30px;
    }

    .contacts-office__info {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .contacts-office__title,
    .contacts-requisites__title,
    .contacts-requisites__subtitle,
    .contacts-certificate__title {
        font-size: 20px;
    }

    .contacts-office__desc,
    .contacts-office__item,
    .contacts-certificate__text,
    .contacts-branch__item {
        font-size: 14px;
    }

    .contacts-office__button,
    .contacts-branch__button {
        min-width: 158px;
        height: 30px;
        font-size: 14px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .requisites-table {
        grid-template-columns: 305fr 426fr;
    }

    .contacts-certificate__image {
        flex: 0 0 162px;
        max-width: 162px;
    }

    .contacts-certificate__content {
        padding-top: 0;
    }

    .contacts-branch__container {
        min-height: 330px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contacts-branch__card {
        margin-left: 20px;
        width: 389px;
        min-height: 260px;
    }

    .contacts-branch__title {
        margin-bottom: 22px;
        font-size: 22px;
    }
}

/* ==========================================================================
   < 760
   ========================================================================== */
@media screen and (max-width: 759px) {
    .contacts-office__inner {
        flex-direction: column;
        row-gap: 22px;
    }

    .contacts-office__info {
        flex: 1 1 auto;
        max-width: 100%;
        width: 100%;
    }

    .contacts-office__map {
        width: 100%;
        height: 277px;
    }

    .contacts-office__title,
    .contacts-requisites__title,
    .contacts-requisites__subtitle {
        font-size: 16px;
    }

    .contacts-office__title {
        margin-bottom: 16px;
    }

    /* таблица реквизитов превращается в список «параметр / значение» */
    .requisites-table {
        display: block;
    }

    .requisites-table dt,
    .requisites-table dd {
        display: block;
        min-height: 0;
        padding: 0;
        background: none;
        border-radius: 0;
        font-size: 14px;
        line-height: 1.25;
    }

    .requisites-table dt {
        font-weight: 500;
    }

    .requisites-table dt:not(:first-of-type) {
        margin-top: 14px;
    }

    .requisites-table dd {
        margin-top: 6px;
        color: #9d9d9d;
    }

    .contacts-certificate__inner {
        flex-direction: column;
    }

    .contacts-certificate__content {
        order: 1;
    }

    .contacts-certificate__image {
        order: 2;
        flex: 0 0 auto;
        margin: 20px auto 0;
        width: 174px;
        max-width: 100%;
    }

    .contacts-certificate__title {
        margin-bottom: 16px;
        font-size: 19px;
    }

    .contacts-branch__container {
        min-height: 288px;
        padding: 0;
    }

    .contacts-branch__card {
        margin-left: 0;
        width: 100%;
        min-height: 256px;
        padding: 18px 12px 24px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .contacts-branch__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .contacts-branch__button {
        min-width: 165px;
    }
}

/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/staff-list/style.css?17881819873146*/
/* ==========================================================================
   Шаблон news.list «Список сотрудников» (staff-list)
   Брейкпоинты соответствуют макетам: 1600 / 1200 / 760 / 360
   ========================================================================== */

.staff-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 17px;
    row-gap: 30px;
}

.staff-list__item {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.staff-list__photo {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.staff-list__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.staff-list__name {
    margin-top: 15px;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    word-break: break-word;
}

.staff-list__position {
    margin-top: 6px;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.staff-list__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 13px;
}

.staff-list__contact {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    word-break: break-word;
}

.staff-list__contact-w-icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.staff-list__contact:hover {
    color: #000;
    text-decoration: underline;
}

/* ==========================================================================
   < 1600
   ========================================================================== */
@media screen and (max-width: 1599px) {
    .staff-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 26px;
    }

    .staff-list__name {
        font-size: 20px;
    }
}

/* ==========================================================================
   < 1200
   ========================================================================== */
@media screen and (max-width: 1199px) {
    .staff-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 16px;
        row-gap: 24px;
    }

    .staff-list__name {
        margin-top: 12px;
        font-size: 18px;
    }

    .staff-list__position {
        font-size: 12px;
    }

    .staff-list__contacts {
        margin-top: 10px;
    }

    .staff-list__contact {
        font-size: 14px;
    }
}

/* ==========================================================================
   < 760
   ========================================================================== */
@media screen and (max-width: 759px) {
    .staff-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 12px;
        row-gap: 24px;
    }

    .staff-list__name {
        margin-top: 10px;
        font-size: 16px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1783321332666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/ekoseti_2026/pages/contacts/contacts.css?178758134512312 */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/staff-list/style.css?17881819873146 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1783321332666 */
