/******** меню для таблеток и мобильных ********/
.main-menu{
    height: 100%;
}
.main-menu-tablet-warp {
    height: 100px;
}
.main-menu-tablet {
    width: 100%;
    height: 68px;
    background-color: #36424c;
}
.main-menu-tablet a {
    color: #ffffff;
    font-weight: normal;
}
.main-menu-tablet-wrap {
    width: 100%;
    height: 100%;
}
.main-menu-tablet-auth {
    display: block;
    position: relative;
    width: auto;
    height: 48px;
    background-color: #90bf63;
    padding-top: 17px;
    color: #ffffff;
    text-transform: none;
}
.main-menu-tablet-auth .mdi {
    position: absolute;
    font-size: 20px;
    margin-top: -3px;
}
.main-menu-phone {
    width: 100%;
    height: calc(100vh - 100px);
    position: absolute;
    top: 100px;
    background-color: #fff;
    display: none;
    border-top: 1px solid #e6e6e6;
}
.main-menu-phone-wrap {
    width: 100%;
    height: 100px;
}
.popup-search-menu-slide {
    display: none;
    overflow:scroll;
    position:fixed;
    background-color: rgb(250, 250, 250);
    height:100%;
    width:100%;
    z-index: 99991;
}
.popup-menu-slide {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: calc(100%);
    width: 100%;
    z-index: 99999;
    height: auto;
    max-height: calc(100vh - 100%);
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
body.hasTopFlashBanner .popup-menu-slide {
    max-height: calc(100vh - 100% - 48px);
}
@media screen and (min-width: 1024px){
    #header_menu_slider ~ .popup-menu-slide {
        top: calc(100% + 50px);
        max-height: calc(100vh - 100% - 50px);
    }
    .header-mini-slider-hide #header_menu_slider ~ .popup-menu-slide {
        top: calc(100%);
        max-height: calc(100vh - 100%);
    }
}
.popup-menu__block-close {
    font-size: 24px;
    display: block;
    color: #969a9f;
    margin-left: auto;
    margin-right: auto;
}
/*header.page-header-transparent:not(.page-header-transparentActive) #header_menu_slider{*/
/*position: absolute;*/
/*top: 100%;*/
/*}*/

.search__nav-btn {
    cursor: pointer;
}
/*@media screen and (max-width: 1023px){*/
/*.popup-menu-slide {*/
/*top: calc(100%);*/
/*max-height: calc(100vh - 100%);*/
/*}*/
/*}*/
.popup-menu-slide::-webkit-scrollbar {
    width: 0;
}
.popup-menu__content-wrap {
    display: block;
}
.popup-menu__block-close {
    text-align: center;
    padding-bottom: 8px
}
.popup-menu-shadow {
    display: none;
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
    overflow: hidden;
}
/******** меню для таблеток и мобильных ********/

.global-menu-shadow {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99;
    overflow: hidden;
    overflow-y: hidden;
}