/*------------------------------site-header----------------------------------*/
:root {
    --wc-side-position-top: calc(var(--bx-panel-height) * var(--bx-panel-fixed));
    --wc-side-width: 375px;
    --wc-side-padding: 0;
    --wc-side-radius: 0px 0 0 0px;
    --wc-side-background: #fff;
    --wc-side-color: #04324a;
    --wc-side-head-padding: 7px 15px;
    --wc-side-body-padding: 20px 15px 15px 15px;
    --wc-side-close-position: absolute;
    --wc-side-close-position-top: 6px;
    --wc-side-close-position-left: calc(100% + 8px);
    --wc-side-close-size: 38px;
    --wc-side-close-padding: 8px;
    --wc-side-close-bg: transparent;
    --wc-side-close-color: #fff;
    --wc-side-close-display: none;
    --wc-side-close-align: flex-start;
    --wc-side-close-line-thickness: 2px;
    --wc-side-back-display: none;
    --wc-side-overlay-bg: rgba(0, 0, 0, 0.50);
    --wc-side-overflow: visible;
    --wc-side-overlay-z: 950;
    --wc-side-z: 10200;
}
/*------------------------------logo-box-------------------------------------*/
.logo-box {
    display: flex;
    align-items: center;
}
.logo-box__link {
    max-width: 100%;
    display: flex;
    flex: 0 0 auto;
    text-decoration: none;
    color: inherit;
}
.logo-box__image, .logo-box img {
    flex: 0 0 auto;
}
/*------------------------------site-header----------------------------------*/
.site-header {
    display: contents;
    box-sizing: border-box;
}
.site-header *, .site-header *:before, .site-header *:after {
    box-sizing: inherit;
}

.site-header-top {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--bx-panel-height) * var(--bx-panel-fixed));
    background: #005A8A;
    color: #fff;
    z-index: 900;
}
.site-header-top__inner {
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.site-header-top .site-header-top__inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header-top__inner:after {
    content: none !important;
    display: none;
}
.site-header-top__inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    right: 0;
    width: 100vw;
    height: 100%;
    background: inherit;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.site-header-top__burger {
    width: 90px;
    flex: 0 0 auto;
}
.site-header-top__burger-btn {
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: calc(17 / 14);
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    gap: 15px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.site-header-top__burger-btn:before {
    content: '';
    width: 18px;
    height: 14px;
    background: url("/bitrix/templates/main/images/icons.svg?v=1#burger-view") center center / contain no-repeat;
    flex: 0 0 auto;
}
.site-header-top__tariff {
    font-size: 14px;
    font-weight: 600;
    line-height: calc(17 / 14);
    flex: 0 0 auto;
    text-transform: uppercase;
    color: #FFA300;
}
.site-header-top__tariff-link {
    text-decoration: none;
    color: inherit;
}
.site-header-top__phone {
    line-height: 1;
    width: 90px;
    flex: 0 0 auto;
    text-align: right;
}
.site-header-top__phone-link {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.site-header-top__phone-link:before {
    content: '';
    width: 16px;
    height: 15px;
    background: url("/bitrix/templates/main/images/icons.svg?v=1#phone-view") center center / contain no-repeat;
    display: block;
    flex: 0 0 auto;
}
.site-header-top__catalog {}
.site-header-top__menu {}
.site-header-top__contact {
    display: flex;
    flex-direction: column;
    gap: 10px 30px;
}
.site-header-top__consultation {}
.site-header-top__consultation .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: calc(12 / 10);
    min-width: 1px;
    padding: 12px 20px;
    border-radius: 50px;
    box-shadow: none;
    text-transform: uppercase;
    flex: 0 0 auto;
}
.site-header-top__right {
    margin-left: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    flex: 0 0 auto;
}
.site-header-top__office {
    display: none;
}

.site-header-middle {
    position: relative;
}
.site-header-middle__inner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px 18px;
}
.site-header-middle .site-header-middle__inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-header-middle__inner:after {
    content: none !important;
    display: none;
}
.site-header-middle__logo {
    width: 98px;
    flex: 0 0 auto;
}
.site-header-middle__menu {
    max-width: 620px;
    min-width: 1px;
    margin-right: auto;
    display: none;
    flex: 1 1 auto;
}
.site-header-middle__consultation {}
.site-header-middle__consultation .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: calc(12 / 10);
    min-width: 1px;
    min-height: 38px;
    padding: 6px 14px;
    border-radius: 50px;
    box-shadow: none;
    text-transform: uppercase;
    flex: 0 0 auto;
}
.site-header-middle__office {
    color: #215B84;
}

@media (min-width: 768px) {
    .site-header-middle__inner {
        gap: 0 20px;
    }
    .site-header-middle__consultation .btn {
        padding: 8px 20px;
    }
}
@media (min-width: 992px) {
    .site-header {}

    .site-header-top {
        position: -webkit-sticky;
        position: sticky;
        top: auto;

        --sticky-transform: translateY(calc(var(--bx-panel-height) * var(--bx-panel-fixed) * -1));
        --sticky-bottom: -5px;
    }
    .site-header-top.is-sticky {
        top: calc(var(--bx-panel-height) * var(--bx-panel-fixed) - 1px);
        transform: translateY(calc(-100% + 1px));
        z-index: 750;
        --sticky-bottom: 0px;
    }
    .site-header-top__inner {
        min-height: 56px;
        gap: 20px;
    }
    .site-header-top.is-sticky .site-header-top__inner {
        transform: translateY(100%);
        transition: transform 0.4s ease-in-out 0s;
    }
    .site-header-top__burger {
        display: none;
    }
    .site-header-top__tariff {
        display: none;
    }
    .site-header-top__phone {
        display: none;
    }

    .site-header-top__catalog {
        display: none;
    }
    .site-header-top__menu {
        min-width: 1px;
        flex: 1 0 auto;
    }
    .site-header-top.is-sticky .site-header-top__menu {
        flex: 0 0 auto;
    }
    .site-header-top__menu .main-menu {
        max-width: 700px;
    }
    .site-header-top__contact {
        min-width: 1px;
        flex-direction: row;
        gap: 10px 16px;
        color: inherit;
    }
    .site-header-top.is-sticky .header-contact-email {
        display: none;
    }
    .site-header-top__consultation {
        display: none;
    }
    .site-header-top__consultation .btn {
        font-size: 14px;
        line-height: calc(17 / 14);
        padding: 16px 20px;
    }
    .site-header-top__right {
        flex-direction: row;
        order: 24;
    }
    .site-header-top.is-sticky .site-header-top__office {
        display: block;
    }

    .site-header-middle__inner {
        gap: 0px 20px;
    }
    .site-header-middle .site-header-middle__inner {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .site-header-middle__logo {
        width: 98px;
    }
    .site-header-middle__menu {
        display: block;
    }
    .site-header-middle__consultation .btn {
        font-size: 12px;
        line-height: calc(17 / 14);
        padding: 8px 16px;
    }
}
@media (min-width: 1280px) {
    .site-header-top__inner {
        gap: 20px;
    }
    .site-header-top.is-sticky .site-header-top__inner {
        gap: 25px;
    }
    .site-header-top__contact {
        gap: 10px 30px;
    }

    .site-header-middle__inner {
        gap: 0px 26px;
    }
    .site-header-middle__logo {
        width: 165px;
    }
    .site-header-middle__consultation {
        flex: 0 0 auto;
    }
    .site-header-middle__consultation .btn {
        font-size: 14px;
        padding: 16px 20px;
    }
}
/*------------------------------site-header-side-----------------------------*/
.site-header-side {
    display: contents;

    --wc-side-head-padding: 7px 15px;
    --wc-side-head-background: #005B88;
}
.site-header-side__close {
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: calc(17 / 14);
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    display: none;
    align-items: center;
    gap: 15px;
    flex: 0 0 auto;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.site-header-side__close:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url("/bitrix/templates/main/images/icons.svg?v=1#close-view") center center / contain no-repeat;
    flex: 0 0 auto;
}
.site-header-side:where(.is-activated) .site-header-side__close {
    display: flex;
}
.site-header-side:where(.is-activated) .site-header-top__menu {
    margin-top: 15px;
}
.site-header-side:where(.is-activated) .site-header-top__contact {
    margin-top: 15px;
}
.site-header-side:where(.is-activated) .site-header-top__consultation {
    margin-top: 20px;
}
.site-header-side:where(.is-activated) .site-header-top__consultation .btn {
    width: 100%;
}

@media (min-width: 992px) {
    .site-header-side {
        display: contents;
    }
    .site-header-side__close {
        display: none;
    }
}
/*------------------------------top-menu-------------------------------------*/
.top-menu {
    font-size: 14px;
    font-weight: 500;
    line-height: calc(28 / 14);
    /*color: #02334B;*/

    --wc-collapse-head-gap: 3px;
}
.top-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.top-menu__item {
    position: relative;
    padding: 0;
    margin: 0;
}
.top-menu__item-toggle {
    position: relative;
    font: inherit;
    padding: 0 5px;
    margin: 0;
    border: none;
    background: none;
    display: none;
    align-items: center;
    justify-content: center;
    color: inherit;
}
.is-overflow .top-menu__item-toggle {
    display: flex;
}
.top-menu__item-toggle:before {
    content: '';
    width: 10px;
    height: 6px;
    background: url("/bitrix/templates/main/images/icons.svg?v=1#menu-arrow-view") center center no-repeat;
    display: block;
    transform: rotate(-90deg);
    flex: 0 0 auto;
}
.is-open > .top-menu__item-toggle:before {
    transform: rotate(0deg);
}
.top-menu__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.top-menu__link:hover, .top-menu__item.current > .top-menu__link, .top-menu__item.current > collapse-box > .top-menu__link {
    color: #EA8100;
}
.top-menu__link--parent:before {
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform: translateY(-50%);
}
.top-menu__dropdown {
    font-weight: normal;
    padding: 5px 0 0 15px;
}
.top-menu__sublist {
    padding: 0;
    margin: 0;
    list-style: none;
}
.top-menu__subitem {
    padding: 0;
    margin: 0;
}
.top-menu__subitem.current {
    color: #EA8100;
}
.top-menu__sublink {
    text-decoration: none;
    color: inherit;
}
.top-menu__sublink:hover {
    color: #EA8100;
}

@media (min-width: 992px) {
    .top-menu {
        font-weight: 600;
        line-height: calc(17 / 14);

        --wc-collapse-close-max-height: none;
    }
    .top-menu__list {
        flex-direction: row;
        gap: 5px 16px;
    }
    .top-menu__link--parent {
        padding-right: 18px;
    }
    .top-menu__link--parent:before {
        content: '';
    }
    .top-menu collapse-box {
        display: contents;
    }
    .top-menu__dropdown {
        position: absolute;
        font-size: 14px;
        font-weight: 500;
        line-height: calc(28 / 14);
        top: 100%;
        left: 0;
        padding: 14px;
        margin-top: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
        background: #fff;
        display: none;
        white-space: nowrap;
        color: #02334B;
        z-index: 900;
    }
    .top-menu__dropdown:before {
        position: absolute;
        content: '';
        bottom: 100%;
        left: 0;
        right: 0;
        height: 20px;
        margin-bottom: -10px;
    }
    .top-menu__item:hover .top-menu__dropdown {
        display: block;
    }
}
@media (min-width: 1280px) {
    .top-menu__list {
        gap: 5px 28px;
    }
}
/*------------------------------header-contact-------------------------------*/
.header-contact-phone {
    font-size: 18px;
    font-weight: 600;
    line-height: calc(22 / 18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.header-contact-phone a[href^="tel:"] {
    text-decoration: none;
}
.header-contact-phone__calback {
    flex: 0 0 auto;
}
.header-contact-phone__calback .btn {
    font-size: 12px;
    font-weight: 700;
    line-height: calc(15 / 12);
    min-width: 1px;
    padding: 10px 12px 8px 12px;
    border: 1px solid #FFA300;
    border-radius: 50px;
    box-shadow: none;
    background: none;
    white-space: nowrap;
    text-transform: uppercase;
    color: #FFA300;
}
.header-contact-phone__calback .btn:hover {
    background: #FFA300;
    color: #fff;
}

.header-contact-email {
    font-size: 18px;
    font-weight: 600;
    line-height: calc(22 / 18);
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.header-contact-email a[href^="mailto:"] {
    text-decoration: none;
}
.header-contact-email__item {}
.header-contact-email__descr {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: rgba(2, 51, 75, 0.5);
}

@media (min-width: 992px) {
    .header-contact-phone {
        font-size: 16px;
        line-height: calc(20 / 16);
        flex-wrap: wrap;
        gap: 4px 16px;
    }
    .header-contact-phone__calback .btn {
        padding: 4px 12px;
    }

    .header-contact-email {
        font-size: 16px;
        line-height: calc(20 / 16);
        gap: 4px 16px;
    }
    .header-contact-email__descr {
        color: rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 1200px) {
    .header-contact-phone {
        flex-wrap: nowrap;
    }
    .header-contact-phone__calback .btn {
        padding: 9px 14px;
    }
}
@media (min-width: 1280px) {
    .header-contact-phone {
        flex-direction: row;
        gap: 24px;
    }
    .header-contact-phone__calback .btn {
        padding: 9px 19px;
    }

    .header-contact-email {
        gap: 24px;
    }
}
/*------------------------------header-search--------------------------------*/
.header-search {}
.header-search__toggle {
    font: inherit;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    cursor: pointer;
}
.header-search__toggle:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/main/images/icons.svg?v=1#search-view") center center / contain no-repeat;
    display: block;
    flex: 0 0 auto;
}

.header-search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    background: #005A8A;
    overflow: hidden;
    color: #fff;
    z-index: 899;

    --wc-collapse-duration: 0s;
}
.header-search-dropdown:defined {
    height: auto;
    overflow: visible;
}
.header-search-dropdown .header-search-dropdown__inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*------------------------------header-lang----------------------------------*/
.header-lang {
    font-size: 14px;
    font-weight: 700;
    line-height: calc(18 / 14);
    text-transform: uppercase;
    color: #5994b2;
}
.header-lang__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.header-lang__item {
    padding: 0;
    margin: 0;
}
.header-lang__item.current {
    color: #fff;
}
.header-lang__link {
    text-decoration: none;
    color: inherit;
}
.header-lang__link:hover {
    color: #fff;
}
/*------------------------------main-menu------------------------------------*/
.main-menu {
    font-size: 13px;
    font-weight: 600;
    line-height: calc(16 / 13);
    text-transform: uppercase;
}
.main-menu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px 24px;
}
.main-menu__item {
    padding: 0;
    margin: 0;
}
.main-menu__item.current {
    color: #EA8100;
}
.main-menu__link {
    text-decoration: none;
    color: inherit;
}
.main-menu__link:hover {
    color: #EA8100;
}

@media (min-width: 992px) {
    .main-menu__list {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        gap: 12px 16px;
    }
}
@media (min-width: 1280px) {
    .main-menu__list {
        gap: 15px 24px;
    }
}
@media (min-width: 1440px) {
    .main-menu__list {
    }
}
/*------------------------------office-box-----------------------------------*/
.office-box {
    font-size: 14px;
    font-weight: 600;
    line-height: calc(17 / 14);
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
}
.office-box__item {
    flex: 0 0 auto;
}
.office-box__link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}
.office-box__link--login {}
.office-box__link--login:before {
    content: '';
    width: 18px;
    height: 19px;
    background: currentColor;
    mask: url("/bitrix/templates/main/images/icons.svg?v=1#user-view") center center / contain no-repeat;
    display: block;
    flex: 0 0 auto;
}
.office-box__link--logout {}
.office-box__link--logout:before {
    content: '';
    width: 20px;
    height: 18px;
    background: currentColor;
    mask: url("/bitrix/templates/main/images/icons.svg?v=1#logout-view") center center / contain no-repeat;
    display: block;
    flex: 0 0 auto;
}
.office-box__link--user {

}
.office-box__link--user:before {
    content: '';
    width: 18px;
    height: 19px;
    background: currentColor;
    mask: url("/bitrix/templates/main/images/icons.svg?v=1#user-view") center center / contain no-repeat;
    display: block;
    flex: 0 0 auto;
}
.office-box__link-text {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 2px;
}
/*------------------------------ --------------------------------------------*/
