

/* Start:/local/templates/egm/components/bitrix/menu/sitemap/style.css?17722831202868*/
.header__menu nav>li ul li a {
    white-space: nowrap;
}

.header__row-mob {
    transition: .4s !important;
}
/* 
.main-block__wrapper::before {
    z-index: 99 !important;
}

.main-block .container {
    z-index: 100;
} */

.main-block::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0c0c0c;
    display: block;
    position: absolute;
    z-index: -1;
}

.header {
    transition: .4s !important;
}

/* .main-block .container {
    top: 152px;
} */

@media screen and (min-width: 992px) {
    .header.main {
        background: transparent !important;
    }

    .header.main.background {
        background: #0c0c0c !important;
    }

    .header.main.white {
        background: #ecedf0 !important;
    }
}

@media screen and (max-width: 1500px) and (min-width: 992px) {
    .header {
        /* position: relative !important; */
    }

    /* .header.fixed {
        top: 40px;
    } */

    .header__row-mob__btn-search {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .main-block .container {
        top: 207px;
    }

    .header__menu.hidden-menu {
        position: sticky !important;
        top: 0;
    }

    .header.main {
        position: sticky !important;
    }

    .header.fixed {
        position: sticky !important;
        height: 70px;
        margin-bottom: 97px;
    }

    .header.fixed .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .header.fixed .header-info__wrap {
        display: none;
    }

    .header.fixed .header__row {
        flex-direction: row;
    }

    .header.fixed .header__row-mob__btn {
        display: none;
    }

    .header__row-mob__right {
        display: flex;
        /* flex-direction: row-reverse; */
        align-items: center;
        gap: 15px;
    }

    /* .main-block .container {
        top: 167px;
    } */

    .header.fixed .header__row-mob {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .header.main .header__logo-mob {
        opacity: 0;
    }

    .header.white .header__logo-mob {
        opacity: 1;
    }

    .header__row-mob__btn-search {
        width: 24px;
        height: 24px;
        min-width: 24px;
        min-height: 24px;
        flex: 0 0 24px;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (max-width: 992px) {
    .main-block {
        overflow: hidden;
        position: static !important;
        height: calc(100vh - 50px);
    }
}

/* End */
/* /local/templates/egm/components/bitrix/menu/sitemap/style.css?17722831202868 */
