

/* Start:/local/templates/teikovo-clear/components/bitrix/menu/header/style.css?17827343676183*/
.header-menu {
    margin: 0;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0px;
    left: 0;
    overflow-y: scroll;
    z-index: 6;
    pointer-events: none;
    content: "is-mobile";
    transition: left ease-out 0.5s;
    max-width: 100vw;
    min-width: 320px;
    box-shadow: 7px 7px 10px rgba(59, 60, 59, 0.05);
    opacity: 0;
}

.header-menu:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #3B3C3B;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity ease-in-out 0.5s;
}

.header-menu._is-active {
    pointer-events: all;
    z-index: 100;
    opacity: 1;
}
.header-menu._is-active:before {
    pointer-events: all;
    opacity: 0.6;
}


.header-menu__wrapper {
    position: absolute;
    left: -900px;
    top: 0;
    min-height: 100%;
    min-width: 320px;
    width: 100%;
    max-width: 385px;
    font-size: 18px;
    transition: left linear 1s;
    padding: 0;
    box-shadow: 7px 7px 10px rgba(59, 60, 59, 0.05);
}
.header-menu__wrapper._is-active {
    left: 0;
}

.header-menu__list_level-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-menu__list_level-2 {
    list-style: none;
    min-width: 190px;

    position: relative;
    box-shadow: none;
    border: none;
    left: auto;
    top: auto;
    width: 100%;
    margin: -10px 0 0;
    background-color: transparent;
    display: none;
    padding: 15px 0 0 20px;
}


.header-menu__list_level-2._is-active {
    display: block;
}

.header-menu__content {
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    padding-bottom: 50px;
    min-height: 100vh;
}

.header-menu__content._is-active {
    display: none;
}


.header-menu__list_common {
    display: block;
    margin-top: 10px;
}

.header-menu__list_common .header-menu__link_level-2 {
    padding-left: 20px;
}

.header-menu__item_root {
    position: static;
}

.header-menu__item_level-1 {
    margin-bottom: 0px;
    width: 100%;
}


.header-menu__item_level-1:hover .header-menu__link_level-1 {
    color: #3B3C3B;
}

.header-menu__item_level-1:hover > .header-menu__list {
    display: none;
}


.header-menu__item_level-1:hover > .header-menu__list._is-active {
    display: block;
}

.header-menu__item_level-2:hover > .header-menu__list {
    color: #3B3C3B;
    background-color: #F1F1F1;
}
.header-menu__link {
    display: block;
    cursor: pointer;
}
.header-menu__link_level-1 {
    color: #3B3C3B;
    text-decoration: none;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 15px 20px 40px;
    flex-grow: 1;
    font-weight: 400;
    font-size: 18px;
}

.header-menu__link_level-1._is-active, .header-menu__link_level-1:hover {
    color: #CA4A2D;
}
.header-menu__link_level-2 {
    padding: 8px 15px 8px 40px;
    color: #929292;
    text-decoration: none;
    white-space: nowrap;
}

.header-menu__link_level-2._is-active, .header-menu__link_level-2:hover {
    background-color: #F1F1F1;
    color: #3B3C3B;
}

.header-menu__link_root._is-active {
    color: #CA4A2D;
}
.header-menu__link_root._is-active .header-menu__burger svg, .header-menu__link_root:hover .header-menu__burger svg {
    fill: #CA4A2D;
}


.header-menu__contact {
    padding-top: 15px;
    padding-left: 40px;
}
.header-menu__phone {
    font-size: 14px;
    color: #3B3C3B;
    font-weight: 700;
    text-decoration: none;
}
.header-menu-mobile {
    display: none;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 2;
    width: 100%;
    padding-bottom: 50px;
    min-height: 100vh;
}


.header-menu-mobile._is-active {
    display: block;
}

.header-menu__city {
    font-size: 12px;
}
.header-menu__name {
    font-weight: 700;
    font-size: 38.0024px;
    text-align: center;
    color: #4F535B;
    margin-left: 0;
    margin-right: auto;
}
.header-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px 40px 40px;
    width: 100%;
}



.header-menu__close {
    cursor: pointer;
    font-size: 0;
}
.header-menu__close svg {
    stroke: #3B3C3B;
}
.header-menu__close:hover svg {
    stroke: #CA4A2D;
}
.header-menu__box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.header-menu__box:hover {
    background-color: #F1F1F1;
}


.header-menu__button {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 25px;
}
.header-menu__button:hover {
    background-color: #F1F1F1;
}

.header-menu__button svg {
    fill: #3B3C3B;
}
.header-menu__button._is-active {
    transform: rotate(180deg);
}
.header-menu__button._is-active svg {
    fill: #CA4A2D;
}
.header-menu__back {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    line-height: 13px;
    cursor: pointer;
}
.header-menu__back svg {
    fill: #3B3C3B;
    max-width: 100%;
    max-height: 100%;
}
.header-menu__burger {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.header-menu__burger svg {
    fill: #3B3C3B;
    max-width: 100%;
    max-height: 100%;
}

.header-menu__contacts._is-active {
    display: none;
}

.whatsapp-icon svg {
    fill: #CA4A2D;
    max-width: 100%;
    max-height: 100%;
}

.whatsapp-icon {
    width: 17px;
    margin-left: 5px;
    font-size: 0;
    flex-shrink: 0;
    display: inline-block;
    vertical-align: baseline;
}

.whatsapp-icon:hover svg {
    fill: #3b3c3b;
}

.header-menu__list_level-1 > .header-menu__item_level-1:nth-child(3) .header-menu__link_level-1 {
    font-weight: 900;
    text-transform: uppercase;
}


/* End */
/* /local/templates/teikovo-clear/components/bitrix/menu/header/style.css?17827343676183 */
