/* Mulish */
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/mulish/Mulish-Regular.woff2') format('woff2'), url('../fonts/mulish/Mulish-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/mulish/Mulish-SemiBold.woff2') format('woff2'), url('../fonts/mulish/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
/**/

/* ---- new header ---- */
@media (max-width: 768px) {
    .gmnh_top, .gmnh_logo, .gmnh_bot_right,
    .gmh_search_close, .gmh_search .btn_search {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .bu-header-tools {
        display: none !important;
    }
    /*  fix end  */
    .gmnh_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1820px;
        font-family: 'Mulish';
        padding: 16px 0 11px 0;
    }
    .gmnh_top a {
        transition: all .3s;
    }
    .gmnh_top_date {
        color: rgb(102, 102, 102);
        font-family: Mulish;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        padding: 0 0 0 10px;
        letter-spacing: -0.02em;
        display: none;
    }
    .gmnh_top_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        flex-direction: row;
        /*margin-left: -7%;*/
        margin-left: 10px;
    }
    .gmnh_top_menu li:not(:last-child) {
        margin-right: 23px;
    }
    .gmnh_top_menu li a {
        color: rgb(102, 102, 102);
        font-family: 'Mulish';
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: -0.02em;
        text-align: center;
        display: flex;
        align-items: center;
    }
    .gmnh_top_menu li a:hover {
        color: #19110b;
    }
    .gmnh_top_menu li a img {
        margin-right: 4px;
    }
    .gmnh_top_right {
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 0 10px 0 0;
    }
    .gmnh_top_right a {
        position: relative;
        font-size: 0;
    }
    #cart-header {
        margin-right: 0;
    }
    #cart-header svg {
        width: auto;
    }
    .gmnh_top_right a:first-child {
        margin-right: 20px;
    }
    .gmnh_top_right a > span {
        position: absolute !important;
        width: 16px;
        height: 16px;
        top: -8px !important;
        right: -8px;
        color: rgb(255, 255, 255);
        font-family: 'Mulish';
        /*font-size: 12px;*/
        font-size: 10px;
        font-weight: 600;
        line-height: 15px;
        text-align: center;
        background: rgb(209, 7, 10);
        border-radius: 100%;
    }
}
/* ----  ---- */
@media(min-width:993px){
    .sort_div_wrap {
        margin-left: calc(((100vw - 81px) / 5) * -1);
        padding-left: 6px;
    }
}
@media (min-width: 769px) {
    /*#title-search {*/
    /*    display: none !important;*/
    /*}*/
    .sort_div_wrap {
        justify-content: space-between;
		margin-top: 0px !important;
        margin-bottom: 30px;
        padding-top: 15px;
        border-bottom: 1px solid #e4e4e4 !important;
        /*border-top: 1px solid #e4e4e4;*/

    }
    .gmnh_bot {
        display: flex;
        justify-content: space-between;
        /*padding: 19px 0 25px 0;*/
        padding: 25px 0 18px 0;
        height: auto;
        margin: 0 auto;
        max-width: 1820px;
        font-family: 'Mulish';
        box-shadow: none !important;
        position: relative;
		/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);*/
    }
    .gmnh_bot a, .gmnh_bot button {
        transition: all .3s;
    }
    .gmnh_bot .cat_btn {
        margin: 0 0 0 10px;
    }
    .gmnh_search_btn {
        box-sizing: border-box;
        border: 1px solid rgb(25, 17, 11);
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gmnh_search_btn:hover {
        opacity: 0.55;
    }
    .gmnh_bot .catalog_btn {
        margin-left: 12px;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        font-family: 'Mulish';
        padding: 12px 28px;
        border-radius: 0;
        letter-spacing: -0.03em;
    }
    .gmnh_logo {
        /*margin-left: 14%;*/
    }
    .gmnh_bot_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 10px;
    }
    .gmnh_bot_right_adr {
        margin-right: 32px;
        letter-spacing: -0.03em;
    }
    /**/
    .gmnh_bot_right_adr p:first-child {
        color: rgb(102, 102, 102);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .gmnh_bot_right_adr p:nth-child(2) {
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    /**/
    /*.gmnh_bot_right_phone {*/
    /*    margin-right: 42px;*/
    /*}*/
    .gmnh_bot_right_phone {
        position: relative;
    }
    .gmnh_bot_right_phone p:first-child {
        color: rgb(102, 102, 102);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .gmnh_bot_right_phone a {
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.03em;
    }
    .gmnh_bot_right_phone a:hover {
        border-bottom: 1px solid rgb(25, 17, 11);
    }
    .gmnh_bot_rphone_btn {
        background: rgb(25, 17, 11);
        position: absolute;
        width: 160px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        color: rgb(255, 255, 255);
        font-family: 'Mulish';
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.03em;
        z-index: 2;
        right: -21px;
        bottom: -48px;
        cursor: pointer;
    }
    .gmnh_bot_rphone_btn._show {
        display: flex;
    }
    .gmnh_bot_rphone_btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: -12px;
        margin-left: -6px;
        border: 6px solid transparent;
        border-bottom: 6px solid rgb(25, 17, 11);
    }
    /**/
    .gmnh_bot_right_links {
        display: none;
    }
    .gmnh_bot_right_links a {
        box-sizing: border-box;
        border: 1px solid rgb(34, 34, 34);
        /* telegram */
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .gmnh_bot_right_links a:hover {
        opacity: 0.55;
    }
    .gmnh_bot_right_links a:first-child {
        margin-right: 8px;
    }
    .gmnh_bot_right_links img {

    }
}

/**/
.gmh_search {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 10;
    margin: 0 !important;
    padding: 0 10px;
    max-width: 100% !important;
}
.gmh_search._show {
    display: flex;
}
.gmh_search .search {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmh_search .btn_search {
    width: 168px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(25, 17, 11) !important;
    color: rgb(255, 255, 255) !important;
    font-family: 'Mulish' !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.03em;
    margin-left: 8px !important;
    flex-shrink: 0;
}
.gmh_search_close {
    background: rgb(234, 232, 228) !important;
    width: 48px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    flex-shrink: 0;
}
.gmh_search .btn_search:hover, .gmh_search_close:hover {
    opacity: 0.75;
}
/**/
.gmh_search .bu-search-input, .gmh_search .bu-search-form {
    max-width: 100% !important;
}
.gmh_search .bu-search-input .bu-search-input__input {
    box-sizing: border-box;
    border: 1px solid rgb(234, 232, 228);
    background: rgb(255, 255, 255);
    width: 960px;
    height: 48px;
    color: rgb(102, 102, 102);
    font-family: 'Mulish';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    text-align: left;
    font-style: normal;
    text-transform: inherit;
    border-radius: 0;
}

@media (min-width: 992px) {
    .gmnh_top_date {
        display: block;
    }
    .gmnh_top_menu {
        margin-left: 0;
    }
    .gmnh_top_menu li:not(:last-child) {
        margin-right: 10px;
    }
    .gmnh_bot_right_phone {
        margin-right: 42px;
    }
    .gmnh_bot_right_links {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1024px) {
    .gmnh_top_menu li a {
        font-size: 14px;
    }
}
@media (min-width: 1280px) {
    .gmnh_top_menu {
        margin-left: -7%;
    }
    .gmnh_top_menu li:not(:last-child) {
        margin-right: 23px;
    }
    .gmnh_logo {
        margin-left: 14%;
    }
}
/* ---- home page slider ---- */
.gmhp_slider {
    max-width: 1560px;
    margin: 0 auto;
}
.gmhp_slider .base-slider, .gmhp_slider .base-slider .slick-slide {
    max-height: 880px !important;
}
@media (min-width: 769px) {
    .gmhp_slider .bu-smart-picture img{
        width: auto !important;
        margin: 0 auto;
    }
}
.gmhp_slider .asnier-modal-button_next div,
.gmhp_slider .asnier-modal-button_priv div {
    width: 48px;
    height: 48px;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.gmhp_slider .asnier-modal-button_next div:before,
.gmhp_slider .asnier-modal-button_priv div:before {
    content: '';
    width: 27px;
    height: 12px;
    background: url("/local/templates/main/img/arrowb.svg") no-repeat center;
    background-size: contain;
    display: block;
}
.gmhp_slider .asnier-modal-button_next:not(:hover) div:before {
    transform: rotate(180deg);
}
.gmhp_slider .asnier-modal-button_next:hover div,
.gmhp_slider .asnier-modal-button_priv:hover div {
    background: rgb(34, 34, 34);
}
.gmhp_slider .asnier-modal-button_next:hover div:before {
    background: url("/local/templates/main/img/arrow.svg") no-repeat center;
}
.gmhp_slider .asnier-modal-button_priv:hover div:before {
    transform: rotate(180deg);
    background: url("/local/templates/main/img/arrow.svg") no-repeat center;
}
/**/
@media (min-width: 1700px) {
    .gmhp_slider .asnier-modal-button_next {
        right: -100px;
    }
    .gmhp_slider .asnier-modal-button_priv {
        left: -100px;
    }
}
@media (min-width: 1848px) {
    .gmhp_slider .asnier-modal-button_next {
        right: -144px;
    }
    .gmhp_slider .asnier-modal-button_priv {
        left: -144px;
    }
}




/* ----  ---- */
/* ----  ---- */

/*
font-family: 'Mulish';
*/