.burger-menu-open .background-big-menu {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    z-index: 100;
}

.toggle-menu .phonenum.show-modal,
.scroll-header-fixed .toggle-menu .phonenum.show-modal {
    color: #212121;
}

.toggle-menu .phonenum.show-modal:hover,
.scroll-header-fixed .toggle-menu .phonenum.show-modal:hover {
    color: var(--prv_btn_color)
}

.menu-toggle-header__logo-block {
    width: 185px;
}

.priority-nav-list .nav_list > li > a {
    font-weight: 300;
    font-size: 18px;
    line-height: 125%;
    font-variant: all-small-caps;
    color: #f5f5f5;
    padding: 16px 15px;
}

.menu-toggle-header__logo {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.menu-toggle-header__logo span {
    margin-left: 20px;
    text-transform: uppercase;
    color: #212121;
    font-size: 22px;
    font-weight: bold;
}

.menu-toggle-header__logo:hover span {
    color: var(--prv_btn_color);
    opacity: .9;
}

.toggle-menu-block-big {
    width: 90%;
    background-color: #222;
    height: 90vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    overflow-y: scroll;
    padding: 0 57px 40px;
    list-style: none;
    display: none;
    z-index: 1000;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    color: #fff;
}

.toggle-menu-block-big::-webkit-scrollbar,
.left_float_sidebar::-webkit-scrollbar {
    width: 8px;
}

.toggle-menu-block-big::-webkit-scrollbar-thumb,
.left_float_sidebar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
}

.toggle-menu-block-big::-webkit-scrollbar-track,
.left_float_sidebar::-webkit-scrollbar-track {
    border-radius: 8px;
}

.toggle-menu-block-big a {
    display: flex;
}

.toggle-menu-block-big a:hover,
.toggle-menu-block-big a.root-item-toggle-selected,
.toggle-menu-block-big a.item-selected,
.left_float_sidebar .nav-link:hover {
    color: #c8cacc;
}

.toggle-menu-block-big a:hover,
.toggle-menu-block-big a:focus,
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-item a {
    color: #707070;
}

.nav-item-phones .nav-item {
    display: flex;
    justify-content: space-between;
}

.menu-toggle-mobile__button_ask {
    background: var(--prv_interactive_color);
    color: #fff;
    padding: 12px 0px;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 20px;
}

.menu-toggle-mobile__button_ask:hover,
.menu-toggle-mobile__button_ask:active,
.menu-toggle-mobile__button_ask:focus {
    background: var(--prv_btn_hover);
}

.main_header .phonenum.show-modal {
    font-size: .6666em;
}

.toggle-menu-block-big .level_1 {
    font-size: 1.14em;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.toggle-menu-block-big .level_1 + .root-item-toggle {
    margin-top: 1em;
}

.toggle-menu .level_1 + .level_1 {
    margin-top: 1.71em;
}

.toggle-menu-block-big .root-item-toggle a,
.toggle-menu-block-big .root-item-toggle a:focus {
    color: #c8cacc;
    font-size: 1em;
    line-height: 2.2em;
    font-weight: normal;
}

.toggle-menu-block-big .root-item-toggle a:hover,
.toggle-menu-block-big .root-item-toggle a:active,
.toggle-menu-block-big .root-item-toggle a:active:hover,
.toggle-menu-block-big .root-item-toggle a:active:focus {
    color: #c8cacc;
}

.toggle-menu-block-big ul {
    list-style: none;
    padding-left: 0;
}

.toggle-menu-block-big .root-item-toggle > li {
    padding-right: 20px;
}

.menu-item-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toggle-menu-block-big .root-item-toggle li {
    position: relative;
    padding-right: 20px;
}

.root-item-toggle-angle {
    position: absolute;
    right: 0px;
    top: 0.28em;
    padding: 7px;
}

.root-item-toggle-angle.collapsed {
    top: 0.01em;
}

.toggle-menu-block-big .root-item-toggle > li > ul {
    padding-left: 10px;
}

.menu-toggle-header {
    position: relative;
    padding-right: 44px;
}

.menu-toggle-close {
    position: absolute;
    top: 35px;
    right: 38px;
    height: 22px;
    width: 22px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
}

.menu-toggle-close:hover,
.menu-toggle-close:focus,
.menu-toggle-close:active,
.menu-toggle-close:active:hover,
.menu-toggle-close:active:focus {
    outline: none;
}

.toggle-menu-close_icon {
    fill: #fff;
}

.menu-toggle-close:hover .toggle-menu-close_icon {
    fill: var(--prv_btn_color);
}

/* TOP MENU */
.sticky-top {
    z-index: 998;
}

#top_menu_section {
    background-color: #212121;
}

#top_menu_section .navbar {
    padding: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

#top_menu_section .navbar-expand-lg .nav-link {
    padding: 23px 15px;
    font-family: 'MullerBold', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
}

#top_menu_section .navbar-expand-lg .nav-link .fa-angle-down,
#top_menu_section .navbar-expand-lg .nav-link .fa-angle-right {
    margin-left: 10px;
}

#top_menu_section .navbar-expand-lg .nav-link:hover, #top_menu_section .navbar-expand-lg .nav-link.active {
    background-color: var(--prvcolor);
}

#top_menu_section .navbar-expand-lg .nav-link.top_search_btn {
    font-size: 16px;
    line-height: 16px;
    padding: 21px;
    height: 58px;
}

#top_menu_section .navbar-expand-lg .nav-link.top_search_btn i.fa {
    margin-top: -3px;
}

.prv_dropdown_parent {
    position: relative;
}

.prv_dropdown_block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 160px;
    margin-top: -2px;
    background-color: #212121;
    border-top: 2px solid var(--prvcolor);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style-type: none;
    padding-left: 0px;
}

.prv_dropdown_parent:hover .prv_dropdown_block {
    display: block;
}

#top_menu_section .navbar-expand-lg .prv_dropdown_block .nav-link {
    padding: 14px 15px;
    text-transform: none;
    font-size: 16px;
}

.menu_burger, .menu_burger:focus {
    height: 58px;
    border: none;
    vertical-align: baseline;
    padding-right: 17px;
    padding-left: 17px;
    border-radius: 0px;
    background-color: transparent;
    outline: none;
}

.menu_burger:hover {
    background-color: var(--prvcolor);
    outline: none;
}

.navbar-toggler-icon {
    color: #fff;
    display: inline;
    font-size: 25px;
    width: auto;
    height: auto;
}

.left_float_sidebar {
    background: #fff;
    z-index: 1000;
    overflow: hidden;
    overflow-y: auto;
    transition: left 0.4s ease 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 300px;
    max-width: 100%;
    text-align: left; /* new */
}

.menu-mobile__close-btn {
    padding: 25px 29px 25px 34px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}

.menu-toggle-header__logo-block-left {
    margin-right: auto;
}

.swipe_container .nav-link {
    padding: 25px 34px;
    font-family: var(--prv_font_family);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.94em;
    line-height: 0.94em;
    color: #707070;
    border-bottom: 1px solid #EFEFEF;
}

.swipe_container.nav-link:first-child {
    border-top: 1px solid #EFEFEF;
}

.left_float_sidebar .nav-link.open_swipe {
    display: flex;
    justify-content: space-between;
}

.left_float_sidebar.float_left_show {
    left: 0;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.float_fade_background {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    z-index: 999;
    display: none;
}

.float_fade_background.float_background_show {
    display: block;
}

.swipe_container {
    transform: translateX(0%);
    transition: transform .5s ease-in-out;
}

.prv_swipe_block {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 901;
    list-style-type: none;
    padding-left: 0px;
    display: block;
    visibility: hidden;
}

.prv_swipe_block.prv_swipe_show {
    visibility: visible;
}

.swipe_parent_link {
    border-top: 2px solid var(--prvcolor);
    border-bottom: 2px solid var(--prvcolor);
}

.float_menu_info {
    border-top: 1px solid #EFEFEF;
    padding-top: 20px;
}

.float_menu_info div.float_menu_info--elem, .float_menu_info p, .float_menu_info a {
    color: #212121;
    font-size: 0.9285em;
    line-height: 20px;
    font-family: var(--prv_font_family);
}

.float_menu_info div.float_menu_info--elem,
.float_menu_info p {
    padding: 0px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.float_menu_info i {
    color: #212121;
    margin-right: 10px;
}

.float_menu_info--icon {
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.nav-item a svg {
    margin-right: 10px;
}

/* TOP MENU END */

.left_float_sidebar.float_left_show {
    display: none !important;
}

.nav-link {
    display: block;
}

@media (max-width: 992px) {
    .toggle-menu-block-big {
        display: none !important;
    }

    .left_float_sidebar.float_left_show {
        display: block !important;
    }
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: unset;
}

/*dropdown fix*/
.scroll_visible .nav_list > li > ul.root-item-toggle {
    text-align: left;
}

@media (min-width: 768px) {
    .toggle-menu-block-big > .container-fluid {
        width: 100%;
        padding: 0 22px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .toggle-menu-block-big > .container-fluid {
        max-width: 992px;
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .toggle-menu-block-big > .container-fluid {
        max-width: 1344px;
        padding: 0 72px;
    }
}

.menu-toggle-right-block {
    border: 1px solid #C5D0EC;
    border-radius: 10px;
}

.toogle-menu-right-block--no-cart {
    padding-top: 20px;
}

.menu-toggle-right-block .dropdown.phonenum .prv_top_number {
    display: inline;
}

.menu-toggle-right-block .dropdown-menu a,
.menu-toggle-right-block .dropdown-menu a:focus {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}

.menu-toggle-right-block .dropdown-menu a:hover,
.menu-toggle-right-block .dropdown-menu a:active,
.menu-toggle-right-block .dropdown-menu a:active:focus,
.menu-toggle-right-block .dropdown-menu a:active:hover {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.menu-toggle-block__big {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 35px;
    border-bottom: 1px solid #D7D7D7;
}

.menu-toggle-block__medium {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 20px;
    border-bottom: 1px solid #D7D7D7;
}

.menu-toggle-block__medium .header_phonenum,
.menu-toggle-block__medium .contacts-section__email-block_header_1,
.menu-toggle-block__medium .contacts-section__address-block_header_1 {
    margin: 0;
}

.menu-toggle-block__medium .contacts-section__address-block_header_1 {
    color: #fff;
}

.menu-toggle-block__medium svg path {
    fill: var(--prv_color);
}

.menu-toggle-block__medium .header_phonenum .header__dropdown-phone-title {
    color: #fff;
    font-weight: 600;
}

.menu-toggle-block__subscribe {
    padding: 22px 18px 4px;
}

.toggle-menu-cart-block__title {
    color: #212121;
    font-size: 1.14em;
    font-weight: bold;
}

.toggle-menu-cart-block__cart-icon {
    position: relative;
}

.toggle-menu-cart-block__cart-icon .dropdown_cart {
    display: none !important;
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.menu-toggle-right-block .cart_image svg {
    fill: #000 !important;
}

.contacts-section__email-block_header_1 {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.contacts-section__email_header_1 a {
    color: #212121;
    margin-left: 10px;
}

.contacts-section__address-block_header_1 {
    display: flex;
    margin-top: 25px;
}

.contacts-section__address-block_header_1 svg {
    flex-shrink: 0;
}

.contacts-section__address_header_1 {
    margin-left: 10px;
}

.menu-toggle-right__button_ask {
    padding: 15px 0;
    text-align: center;
    background: var(--prv_color);
    margin: 0;
    color: #fff;
    transition: 0.6s;
    border-radius: 0 0 10px 10px;
}

.menu-toggle-right__button_ask:hover {
    cursor: pointer;
    opacity: var(--prv_btn_opacity);
}

.root-item-toggle-angle_toggle-menu i {
    text-align: center;
    width: 20px;
    height: 20px;
    transition: 0.2s;
}

.root-item-toggle-angle_toggle-menu:hover i {
    border-radius: 100em;
    background: var(--prv_interactive_color);
    color: #fff;
}

.root-item-toggle-angle_toggle-menu.collapsed > .fas {
    transform: rotate(0deg);
    transition: 0s;
}

.root-item-toggle-angle_toggle-menu:not(.collapsed) > .fas {
    transform: rotate(180deg);
    transition: 0s;
}

.contacts-section__email-block_header_1 {
    display: flex;
    align-items: center;
    margin: 25px 35px 0 35px;
}

.contacts-section__email_header_1 a {
    color: #212121;
    margin-left: 10px;
}

.contacts-section__address-block_header_1 {
    display: flex;
    align-items: center;
    margin: 25px 35px 0 35px;
}

.contacts-section__address-block_header_1 svg {
    flex-shrink: 0;
}

.contacts-section__address_header_1 {
    margin-left: 10px;
}

.menu_one-level {
    margin-bottom: 40px;
}

.menu_one {
    margin-bottom: 40px;
}

.menu-toggle__button_ask {
    padding: 15px 0;
    text-align: center;
    background: var(--prv_button_bg);
    color: #fff;
    transition: 0.6s;
}

.menu-toggle__button_ask:hover {
    cursor: pointer;
    background: var(--prv_btn_hover);
}

.header-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 46px 15px 82px;
}

.search_result__toggle-menu {
    height: 100%;
    background: #fff;
}

/* Socials */
.menu-toggle-block__network-list {
    display: flex;
    justify-content: space-evenly;
    font-size: 14px;
    margin: 18px 60px;
    padding: 0;
}

.menu-toggle-block__network-list li {
    display: inline-block;
}

.menu-toggle-block__network-list a {
    color: #AFAFAF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
}

.contacts-section.light .menu-toggle-block__network-list a {
    color: #212121;
}

.menu-toggle-block__network-list a:hover,
.contacts-section.light .menu-toggle-block__network-list a:hover {
    color: var(--prv_btn_color);
}

.menu-toggle-block__network-list a:hover,
.menu-toggle-block__network-list a:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .menu-toggle-block__network-list {
        margin-top: 20px;
    }
}

@media (max-width: 1200px) {
    .phonenum-cnt {
        margin: 0;
    }

    .contacts-section__email-block_header_1 {
        flex-direction: column;
    }

    .contacts-section__email_header_1 {
        margin-top: 10px;
    }

    .contacts-section__address-block_header_1 {
        flex-direction: column;
    }

    .contacts-section__address_header_1 {
        margin-top: 10px;
    }

    .menu-toggle-block__network-list {
        margin: 18px 10px;
        text-align: center;
    }

    .menu-toggle-block__big {
        padding: 12px;
    }

    .menu-toggle-block__medium {
        padding: 12px;
    }
}

@media (min-width: 1200px) {
    .toggle-menu .menu-toggle-block__medium .phonenum.show-modal {
        margin-left: 29px;
    }
}

.hamburger-btn .icon-bar {
    display: block;
    width: 19px;
    height: 2px;
    border-radius: 2px;
}

.hamburger-btn .icon-bar + .icon-bar {
    margin-top: 3px;
}

.nav-link.close_swipe {
    font-size: 1.7em;
}

.menu-toggle-right-block .account-block {
    margin: 0 35px;
    margin-bottom: 20px;
}

.menu-toggle-right-block .account-icon span {
    margin-left: 10px;
    color: #212121;
}

.menu-toggle-right-block .regionality-block {
    margin-left: 0;
}

.menu-toggle-right-block .regionality-block .regionality {
    display: block;
}

.close_background_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: opacity 1s ease;
    background-color: rgba(0, 0, 0, 0.3);
}

.close_background_menu.active {
    z-index: 992;
    width: 100%;
    transition: background-color .5s ease, opacity .5s ease;
}

@media (max-width: 1265px) {
    .menu-toggle-block__medium .header_phonenum .header__dropdown-phone-title-block .header__dropdown-phone-title,
    .menu-toggle-block__medium .contacts-section__email-block_header_1 .contacts-section__email_header_1 a {
        margin: 0;
    }

    .menu-toggle-block__medium .contacts-section__address-block_header_1 .contacts-section__address_header_1 {
        margin-left: 0;
    }
}

/*.toggle-menu-cart-block__region-icon{*/
/*    width: 100%;*/
/*}*/

