/*menu*/
.top_menu {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 24px;
    min-width: 300px;
    background: #000;
    font-size: 17px;
    line-height: 35px;
    padding: 23px 0 25px 0;
    z-index: 11;
    overflow: hidden;
    background-image: url(/local/templates/tpl_2020/assets/images/menu-fon.png);
}
.site-header .top_menu {
    top:0;
    height: 100vh;
    margin-top: 0;
    padding-top: 150px;
}
.icon-hamburger {
    z-index: 12;
}
.top_menu__nav-container {
    position: relative;
    z-index: 11;
}
.top_menu__smoke {
    position: absolute;
    top: 0;
    height: 150%;
    width: 100%;
}
@media( min-width: 1024px ){
    .top_menu {
        margin-top: 30px;
    }
}
.top-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
}

.top-menu__item {
    position: relative;
    list-style: none;
    font-size: 17px;
    line-height: 35px;
}

.top-menu__link {
    display: block;
    margin: 0 20px 25px 0;
    font-size: 21px;
    line-height: 30px;
    border-bottom: 1px solid rgba(227, 114, 34, 0.7);
}

.top-menu__item:hover {
    color: #E37222;
}

.show_top_menu .top_menu {
    display: block;
}

@media (min-width: 768px) {
    .top-menu {
        padding-left: 83px;
    }

}

#canvas {position: absolute; right: 0; bottom: 0; left: 0; z-index: 10; width: 100%; height: 343px;}

.logo { /*z-index: 1110;*/}