.header-wrap{
    display: none !important;
}
.promo-menu {
    z-index: 1000;
    position: relative;
    padding: 28px 0 56px;
    background: #fff;
}

.promo-menu .icons-wrap {
    margin: 0;
}

.promo-menu .header__logo_img {
    max-width: 156px;
}

.promo-menu .header-phone {
    width: 37px;
    height: 37px;
    position: relative;
}

.promo-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-menu .icons-wrap {
    margin: 0;
}

.promo-menu-item-wrap {
    display: flex;
    gap: 20px;
}

.promo-menu-item {
    font-family: Unbounded;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 14px 32px 14px 42px;
    background: #F6F6F6;
    border-radius: 12px;
    cursor: pointer;
}

.promo-menu-item:hover span {
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-menu-item:before {
    position: absolute;
    content: '';
    left: 10px;
    top: calc(50% - 11px);
    width: 22px;
    height: 22px;
    background-size: 18px;
}

.promo-menu-item:after {
    position: absolute;
    content: '';
    right: 10px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-arrow.svg") no-repeat center;
}

.promo-menu .active:after {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-arrow-h.svg") no-repeat center;
}

.promo-menu-item-consalt:before {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-consalt.svg") no-repeat center;
}

.promo-menu-item-consalt:hover:before {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-consalt-h.svg") no-repeat center;
}

.promo-menu-item-reiting:before {
    background: url("/wp-content/themes/top-mining/img/icon-nav_item-ratings.svg") no-repeat center;
}

.promo-menu-item-catalog:before {
    background: url("/wp-content/themes/top-mining/img/icon-nav_item-catalog.svg") no-repeat center;
}

.promo-menu-item-catalog:hover:before {
    background: url("/wp-content/themes/top-mining/img/icon-nav_item-catalog-h.svg") no-repeat center;
}

.promo-menu-item-calc:before {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-calc.svg") no-repeat center;
}

.promo-menu-item-calc:hover:before {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-calc-h.svg") no-repeat center;
}

.promo-menu-item-blog:before {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-blog.svg") no-repeat center;
}

.promo-menu-item-blog:hover:before {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-blog-h.svg") no-repeat center;
}

.promo-menu #menu-header-ratings .menu-item, .fixed_header_promo #menu-header-ratings .menu-item {
    background: url("/wp-content/themes/top-mining/img/icon-nav_item-ratings.svg") no-repeat center left;
}

.promo-menu #menu-header-blog .menu-item, .fixed_header_promo #menu-header-blog .menu-item {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-blog.svg") no-repeat center left;
}

.promo-menu #menu-header-catalog .menu-item, .fixed_header_promo #menu-header-catalog .menu-item {
    background: url("/wp-content/themes/top-mining/img/icon-nav_item-catalog.svg") no-repeat center left;
}

.promo-menu #menu-header-calculator .menu-item, .fixed_header_promo #menu-header-calculator .menu-item {
    background: url("/wp-content/themes/top-mining/img/promo-menu-item-calc.svg") no-repeat center left;
}

.promo-menu #menu-header-contacts {
    max-width: none;
}

.promo-menu .menu, .fixed_header_promo .menu {
    position: absolute;
    content: '';
    left: 0;
    top: calc(100% + 10px);
    box-shadow: 0px 10px 10px 0px #00000008;
    border-radius: 12px;
    padding: 10px;
    background: #F6F6F6;
    display: none;
    height: 0;
    width: max-content;
    transition: 0.3s;
    backdrop-filter: blur(15px);
    z-index: 999;
}

.promo-menu .active .menu {
    display: block !important;
    height: auto !important;
}

.promo-menu .menu .menu-item, .fixed_header_promo .menu .menu-item {
    margin-bottom: 8px;
    padding: 0 0 0 30px;
}

.promo-menu .menu .menu-item a {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #141414;
}

.promo-menu .menu .menu-item a:hover, .fixed_header_promo .menu .menu-item a:hover {
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-menu .menu .menu-item:last-child, .fixed_header_promo .menu .menu-item:last-child {
    margin: 0;
}

.promo-menu-header-phone {
    position: relative;
    margin-top: 15px;
    font-family: Mulish;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    color: #141414;
    padding-left: 42px;
    display: block;
}

.promo-menu-header-phone:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/top-mining/img/header-phone-btn.svg) no-repeat center;
    z-index: 1;
}

.promo-menu-header-phone:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    z-index: 0;
}

.menu .promo-menu-header-phone {
    line-height: 32px;
    font-weight: 600;
    font-size: 16px;
}

.menu .promo-menu-header-phone:before, .menu .promo-menu-header-phone:after {
    width: 32px;
    height: 32px;
}

.menu .promo-menu-header-phone:before {
    background-size: 15px;
}

.promo-menu #menu-header-calculator .menu-item-calc-tg, .fixed_header_promo #menu-header-calculator .menu-item-calc-tg {
    border-top: 1px solid #D3D3D3;
    padding-top: 10px;
    margin-top: 10px;
    background: url(/wp-content/themes/top-mining/img/icon-nav_item-tg.svg) no-repeat;
    background-position: 0 10px;
}

.promo-menu #menu-header-calculator .menu-item-convert, .fixed_header_promo #menu-header-calculator .menu-item-convert {
    background: url(/wp-content/themes/top-mining/img/convert.svg) center left no-repeat;
}

.fixed_header_def {
    display: none !important;
}

.fixed_header_promo {
    background: #FFFFFFE5;
    display: flex;
}

.fixed_header_promo .menu {
    padding: 20px;
    border-radius: 20px;
    display: none;
    background: #FFFFFFE5;
    top: calc(100% + 28px);
}

.fixed_header_promo .menu:before {
    content: '';
    position: absolute;
    display: flex;
    width: 100%;
    height: 40px;
    bottom: 100%;
    left: 0;
}

.active-fix .menu {
    display: block;
    height: auto;
}

.fixed_header_promo .promo-menu-item {
    padding: 14px 10px 14px 42px;
    background: transparent;
}

.fixed_header_promo .promo-menu-item:after {
    display: none;
}

.fixed_header_promo .icons-wrap {
    margin: 0;
}

.fixed_header_promo .icons-wrap .header-phone {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
}

.fixed_header_promo #menu-header-contacts {
    max-width: 321px;
    width: 321px;
}

.fixed_header_promo #menu-header-blog {
    width: 262px;
}

.fixed_header_promo #menu-header-catalog {
    width: 266px;
    max-width: 266px;
}

.fixed_header_promo #menu-header-calculator {
    width: 262px;
}

.fixed_header_promo #menu-header-ratings {
    width: 268px;
}

@media (max-width: 1730px) {
    .promo-menu-wrap .whatsapp-btn, .promo-menu-wrap .header-tg-btn, .promo-menu-wrap .header-phone,
    .fixed_header_promo .whatsapp-btn, .fixed_header_promo .header-tg-btn, .fixed_header_promo .icons-wrap .header-phone {
        width: 46px;
        height: 46px;
    }

    .promo-menu-wrap .header-tg-btn:before, .promo-menu-wrap .whatsapp-btn:before, .promo-menu-wrap .header-phone:before,
    .fixed_header_promo .header-tg-btn:before, .fixed_header_promo .whatsapp-btn:before, .fixed_header_promo .header-phone:before {
        width: 26px;
        height: 26px;
        top: calc(50% - 13px);
        left: calc(50% - 13px);
        background-size: contain;
    }

    .promo-menu-wrap .header-phone:after, .fixed_header_promo .header-phone:after {
        width: 46px;
        height: 46px;
        top: 0;
        left: 0;
    }

    .promo-menu .icons-wrap, .fixed_header_promo .icons-wrap {
        gap: 10px;
    }

    .promo-menu-item {
        padding: 13px 32px 13px 42px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        display: flex;
        align-items: center;
    }

    .promo-menu-item-wrap {
        gap: 15px;
        max-width: 932px;
    }
}

@media (max-width: 1439px) {
    .promo-menu {
        padding-bottom: 30px;
    }
    .promo-menu-item:before {
        display: none;
    }

    .promo-menu-item {
        padding: 13px 36px 13px 10px;
        font-size: 11px;
        line-height: 14px;
    }

    .promo-menu-item-wrap {
        max-width: 100%;
        gap: 15px;
        order: 3;
    }

    .promo-menu-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    .promo-menu .header__logo_img {
        max-width: 106px;
    }

    .promo-menu-wrap .header-phone:after, .fixed_header_promo .header-phone:after {
        width: 32px;
        height: 32px;
    }

    .promo-menu-wrap .whatsapp-btn, .promo-menu-wrap .header-tg-btn, .promo-menu-wrap .header-phone, .fixed_header_promo .whatsapp-btn, .fixed_header_promo .header-tg-btn, .fixed_header_promo .icons-wrap .header-phone {
        width: 32px;
        height: 32px;
    }

    .promo-menu-wrap .header-tg-btn:before, .promo-menu-wrap .whatsapp-btn:before, .promo-menu-wrap .header-phone:before, .fixed_header_promo .header-tg-btn:before, .fixed_header_promo .whatsapp-btn:before, .fixed_header_promo .header-phone:before {
        width: 18px;
        height: 18px;
        top: calc(50% - 9px);
        left: calc(50% - 9px);
        background-size: contain;
    }

    .promo-menu .menu .menu-item {
        padding-left: 20px;
        background-size: 16px !important;
        margin-bottom: 4px;
    }

    .promo-menu .menu .menu-item a {
        font-size: 10px;
        line-height: 16px;
    }

    .menu .promo-menu-header-phone {
        margin-top: 10px;
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        padding-left: 20px;
    }

    .menu .promo-menu-header-phone:before, .menu .promo-menu-header-phone:after {
        width: 16px;
        height: 16px;
    }

    .menu .promo-menu-header-phone:before {
        background-size: 10px;
    }

    #menu-header-blog {
        left: auto;
        right: 0;
    }

    .fixed_header_promo {
        display: none;
    }

    .fixed_header_def {
        display: none;
    }
}

@media (max-width: 767px) {
    .promo-menu{
        padding: 0 0 18px;
    }
    .promo-menu-wrap {
        display: none;
    }

    .promo-menu .menu-item a {
        font-family: Mulish;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px !important;
        color: #141414;
    }

    .promo-menu .menu-item {
        padding-left: 17px;
        line-height: 12px;
    }

    #menu-header-catalog-m .menu-item,
    #menu-header-ratings-m .menu-item,
    #menu-header-calculator-m .menu-item,
    #menu-header-articles-m .menu-item{
        margin-bottom: 5px;
    }


    .promo-menu .more-sep {
        display: block;
        font-size: 6px;
        font-family: Unbounded;
        font-weight: 300;
        line-height: 14px !important;
        background: none !important;
        text-transform: uppercase;
        cursor: pointer;
        padding: 0 !important;
        margin: 0 !important;
    }

    .promo-menu .more {
        display: inline-block;
        background: url(/wp-content/themes/top-mining/img/icon-arrow-down-more.svg) right center no-repeat;
        padding: 0 12px 0 0;
    }

    #menu-header-ratings-m .menu-item {
        background: url(/wp-content/themes/top-mining/img/icons/icon-nav_item-ratings-m.svg) no-repeat left center;
    }
    .site_header__nav_m_item--contacts{
        border-bottom: 1px solid #D3D3D3;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .promo-menu .header-phone{
        font-family: Mulish;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
        color: #141414;
        padding-left: 16px;
        display: flex;
        height: 12px;
        align-items: center;
        width: max-content;
    }
    #menu-header-contacts-m li:last-child{
        padding: 0;
        margin: 0;
    }
    header #menu-header-contacts-m li:last-child{
        padding-left: 17px
    }
    .site_header__nav_m_item--contacts .menu-item{
        background-size: 12px !important;
        background-position: left center;
        max-width: 170px !important;
    }
    .header__nav_m_title{
        position: relative;
        display: block;
        width: max-content;
        padding-right: 17px;
        margin: 0 0 5px;
    }
    .header__nav_m_title svg{
        display: none;
    }
    .header__nav_m_title:after {
        position: absolute;
        content: '';
        right: 0;
        top: calc(50% - 8px);
        width: 12px;
        height: 16px;
        background: url(/wp-content/themes/top-mining/img/promo-menu-item-arrow.svg) no-repeat center;
        background-size: 8px;
    }
    #menu-header-contacts-m {
        gap: 5px 28px;
    }
    .header__nav_m_list {
        gap: 5px 54px;
    }
    .menu-m, #menu-header-calculator-m{
        display: none;
    }
    header .menu-m, header #menu-header-calculator-m{
        display: flex;
    }
    .header__nav_m_item .active{
        display: block !important;
    }
    .site_header__nav_m_item--contacts .header__nav_m_title{
        margin-bottom: 5px;
        display: flex;
    }
    .site_header__nav_m_item--contacts .header__nav_m_title:after{
        display: none;
    }
    .site_header__nav_m_item--contacts .header__nav_m_title svg{
        display: block;
    }
    #menu-header-articles-m li{
        background-position: left center;
    }
    .site_header__nav_m_item--calculator .menu-item{
        background-size: 12px;
        background-position: left center;
    }
    #menu-header-calculator-m li:nth-child(4){
        background: url(/wp-content/themes/top-mining/img/icon-nav_item-tg.svg) no-repeat left center !important;
        background-size: 12px !important;
    }
    #menu-header-calculator-m li:last-child{
        background: url(/wp-content/themes/top-mining/img/convert.svg) no-repeat left center !important;
        background-size: 12px !important;
    }
    .site_header__nav_m_item--articles .menu-item{
        background-size: 12px;
    }

}
@media (max-width: 389px) {
    .promo-menu .menu-item a {
        font-family: Mulish;
        font-weight: 300;
        font-size: 8px;
        line-height: 12px;
        color: #141414;
    }
    #menu-header-contacts-m {
        gap: 5px 50px !important;
    }
    header #menu-header-contacts-m {
        gap: 5px !important;
    }
    .site_header__nav_m_item--contacts .menu-item{
        max-width: 145px !important;
    }
    .promo-menu .header-phone {
        font-size: 8px;
    }
}