/* New menu reset */
:root {
    --mobile-header-height: 50px;
    @media screen and (max-width: 1024px) {
        --mobile-header-height: 75px;
    }
}

.new-header,
.new-header *,
.new-mobile-drawer,
.new-mobile-drawer * {
    float: none;
    box-sizing: border-box;
}

.new-header div,
.new-mobile-drawer div {
    width: auto;
    @media screen and (max-width: 575px) {
        width: 100%;
        max-width: 100%;
    }
}

/* Disable Bootstrap clearfix pseudo-elements inside new menu */

.new-header .container:before,
.new-header .container:after,
.new-header .row:before,
.new-header .row:after,
.new-mobile-drawer .container:before,
.new-mobile-drawer .container:after,
.new-mobile-drawer .row:before,
.new-mobile-drawer .row:after,
.new-header__main-inner:before,
.new-header__main-inner:after {
    display: none;
    content: none;
}

/* New desktop header */

.new-header {
    background: #fff;
    position: relative;
    z-index: 100;
}

.new-header,
.new-header__main,
.new-header__main-inner,
.new-header__nav,
.new-header__nav > ul,
.new-header__nav > ul > li {
    overflow: visible;
}

.new-header__main {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.new-header__main-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 24px;
}
@media screen and (max-width: 1300px) {
    .new-header__main-inner {
        padding: 5px 15px;
    }
}

@media screen and (max-width: 1600px) {
    .new-header__main-inner {
        gap: 12px;
    }
}

/* New header top old panel */

.new-header .exrtra__panel {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}

.new-header .work_time {
    color: #2f2f2c;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    float: none;
    width: 100%;
}

.new-header .phone_num {
    display: flex;
    align-items: center;
    gap: 14px;
    float: none;
    width: auto;
}

.new-header .social-header {
    display: flex;
    align-items: center;
    gap: 8px;
    float: none;
    width: auto;
}

.new-header .social-header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    text-decoration: none;
}

.new-header .social-header img {
    display: block;
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    object-fit: contain;
}

.new-header .phone_num > a {
    color: #2f2f2c;
    font-size: 13px;
    font-weight: 600;
    line-height: 140%;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
    transition: color 0.3s ease;
}

.new-header .phone_num > a:hover {
    color: #06983a;
}

/* Main navigation */

.new-header__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100px;
    width: 105px;
}

.new-header__logo img {
    width: 100px;
    height: auto;
}

@media screen and (max-width: 1300px) {
    .new-header__logo {
        width: auto;
        height: 40px;
    }

    .new-header__logo img {
        width: 100%;
        height: 100%;
    }
}

.new-header__nav > ul {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 1600px) {
    .new-header__nav > ul {
        gap: 12px;
    }
}

.new-header__nav > ul > li {
    position: relative;
}

.new-header__nav > ul > li.new-header__catalog-item {
    position: static;
}

.row_header_search_wrapper {
    height: auto;
}

.new-header__nav a {
    color: #2f2f2c;
    display: inline-flex;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    flex-shrink: 0;
    transition: color 0.3s ease, background 0.3s ease;
}

.new-header__nav span {
    flex-shrink: 0;
}

.new-header__nav a:hover {
    color: #06983a;
}

/* Catalog button */

.new-header__catalog-button {
    font-size: 15px;
    line-height: 150%;
    cursor: pointer;
    font-family: inherit;
    transform: skewX(-25deg);
    border: 0;
    background: #06983a;
    color: #fff;
    padding: 12px 18px;
    border-radius: 0;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease;
}

.new-header__catalog-button:hover,
.new-header__catalog-item.is-open .new-header__catalog-button {
    background: #057f31;
}

.new-header__catalog-icon {
    flex-shrink: 0;
    transform: skewX(25deg);
    transition: opacity 0.3s ease;
}

.new-header__catalog-icon--close {
    display: none;
}

.new-header__catalog-item.is-open .new-header__catalog-icon--burger {
    display: none;
}

.new-header__catalog-item.is-open .new-header__catalog-icon--close {
    display: block;
}

.new-header__catalog-button-name {
    display: inline-block;
    margin-left: 10px;
    flex-shrink: 0;
    transform: skewX(25deg);
}

/* Header old action buttons */

.new-header__old-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    float: none;
    width: auto;
    max-width: 170px;
}

@media screen and (max-width: 1300px) {
    .new-header__old-actions {
        max-width: 170px;
    }
}

.new-header__old-actions .top_panel_button:nth-child(1) {
    width: 100%;
}

.new-header__old-actions .top_panel_button:nth-child(2),
.new-header__old-actions .top_panel_button:nth-child(3) {
    margin-left: 0;
    margin-right: 0;
}

.new-header__old-actions .top_panel_button:nth-child(3) {
    margin-right: 30px;
}

.new-header__old-actions .top_panel_button {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

.new-header__old-actions .top_panel_button > a {
    display: block;
    text-decoration: none;
}

.new-header__old-actions .top_btn {
    min-height: 40px;
    height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-25deg);
    transition: background 0.3s ease;
}

.new-header__old-actions .top_btn:hover {
    color: #fff;
    background: #057f31;
}

.new-header__old-actions .top_btn p,
.new-header__old-actions .top_btn img,
.new-header__old-actions .top_btn svg {
    transform: skewX(25deg);
}

.new-header__old-actions .top_btn p {
    margin: 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.new-header__old-actions .top_btn_search {
    width: 48px;
    padding: 0;
}

.new-header__old-actions .top_btn_search img,
.new-header__old-actions .top_btn_search svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* Desktop mega menu */

.new-header .new-mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    width: 100%;
    max-width: 1400px;
    background: #fff;
    /*border-radius: 8px;*/
    /*box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);*/
    overflow: hidden;
    z-index: 500;

    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    pointer-events: none;
    transition: opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.new-header__catalog-item.is-open .new-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.new-mega-menu__inner {
    display: grid;
    grid-template-columns: 315px 1fr;
    height: var(--mega-h, 624px);
}

/* Mega menu left column */

.new-mega-menu__categories {
    padding: 0;
    background: #fff;
    border-right: 1px solid #d9d9d9;
    height: var(--mega-h, 624px);
    overflow-y: auto;
}

.new-mega-menu__categories::-webkit-scrollbar {
    width: 5px;
}

.new-mega-menu__categories::-webkit-scrollbar-track {
    background: #ebebeb;
    border-radius: 100px;
}

.new-mega-menu__categories::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #c7c7c7;
}

.new-mega-menu__category {
    min-height: 48px;
    background: #fff;
    display: flex;
    align-items: stretch;
    transition: background 0.3s ease;
    padding: 12px 12px 12px 16px;
}

.new-mega-menu__category:hover,
.new-mega-menu__category.is-active {
    background: #e8e9e3;
}

.new-mega-menu__category-link {
    flex: 1;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #180c00;
    text-decoration: none;
    transition: color 0.3s ease, background 0.3s ease;
}

.new-mega-menu__category-toggle {
    width: 24px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #06983a;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.new-mega-menu__category:hover .new-mega-menu__category-toggle,
.new-mega-menu__category.is-active .new-mega-menu__category-toggle {
    background: #e9e9e4;
}

.new-mega-menu__category-toggle:hover {
    background: rgba(6, 152, 58, 0.08);
}

/* Mega menu right content */

.new-mega-menu__content {
    padding: 12px 33px;
    height: var(--mega-h, 624px);
    overflow-y: auto;
    scrollbar-width: thin;
}

.new-mega-menu__content::-webkit-scrollbar {
    width: 5px;
}

.new-mega-menu__content::-webkit-scrollbar-track {
    background: #ebebeb;
}

.new-mega-menu__content::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 100px;
}

.new-mega-menu__panel {
    display: none;
    opacity: 0;
    transform: translateY(4px);
}

.new-mega-menu__panel.is-active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: newMegaPanelFade 0.16s ease;
}

@keyframes newMegaPanelFade {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.new-mega-menu__columns {
    column-count: 3;
    column-gap: 40px;
}

.new-mega-menu__columns .new-catalog-group {
    min-width: 0;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
    margin-bottom: 26px;
}

a.new-catalog-group__title {
    font-family: 'Cera_Bold', sans-serif;
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #180c00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-catalog-group__title:hover {
    color: #139b49;
}

div.new-catalog-group__title {
    cursor: default;
}

div.new-catalog-group__title:hover {
    color: #111;
}

.new-catalog-group__list {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.new-catalog-group__list li {
    /*margin-bottom: 7px;*/
}

.new-catalog-group__list a {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #180c00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-catalog-group__list a:hover {
    color: #06983a;
}

.new-catalog-group__list ul {
    margin: 7px 0 0 12px;
    padding: 0;
    list-style: none;
}

.new-catalog-group__list ul a {
    color: #666;
    font-size: 13px;
}

a.new-catalog-group__more {
    display: inline-block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #139b49;
    text-decoration: none;
    transition: color 0.3s ease;
}

.new-catalog-group__more:hover {
    color: #057f31 !important;
}

/* Кнопка-тумблер "Смотреть больше" + аккордеон лишних пунктов */
button.new-catalog-group__more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    padding: 0;
    background: none;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #139b49;
    transition: color 0.3s ease;
}

.new-catalog-group__more-icon {
    transition: transform 0.2s ease;
}

.new-catalog-group.is-expanded .new-catalog-group__more-icon {
    transform: rotate(180deg);
}

.new-catalog-group:not(.is-expanded) .new-catalog-group__list li.is-extra {
    display: none;
}

/* Products group */

.new-catalog-group--products {
    grid-column: 1 / -1;
}

.new-catalog-group--products .new-catalog-group__list {
    /*columns: 3;*/
    /*column-gap: 48px;*/
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.new-catalog-group--products .new-catalog-group__list li {
    break-inside: avoid;
}

/* Каскадное мегаменю (L2 -> детали) */
.new-cascade {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    align-items: start;
}

.new-cascade__l2 {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #ececec;
}

.new-cascade__l2-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px 8px 0;
    cursor: pointer;
}

.new-cascade__l2-item a {
    font-weight: 500;
    font-size: 15px;
    color: #180c00;
    text-decoration: none;
}

.new-cascade__l2-item i {
    color: #c7c7c7;
    font-size: 16px;
    transition: color .2s ease;
}

.new-cascade__l2-item.is-active a,
.new-cascade__l2-item:hover a,
.new-cascade__l2-item.is-active i,
.new-cascade__l2-item:hover i {
    color: #139b49;
}

.new-cascade__detail-block {
    display: none;
}

.new-cascade__detail-block.is-active {
    display: block;
}

.new-cascade__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 12px 40px;
    margin-bottom: 16px;
}

.new-cascade__products {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-cascade__products--flat {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 10px 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Header search row desktop */

.new-header__search-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
    border-top: 1px solid transparent;
    position: relative;
    z-index: 450;

    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-10px);
    pointer-events: none;

    transition: max-height 0.25s ease,
    opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease,
    padding 0.22s ease,
    border-color 0.22s ease;
}

.new-header__search-wrapper.is-active {
    max-height: 80px;
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    pointer-events: auto;
    padding: 12px 0;
    border-top-color: #e5e5e5;
}

.new-header__search-wrapper form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.new-header__search-wrapper .header-search__input {
    flex: 1;
    height: 42px;
    border: 1px solid #d9d9d9;
    padding: 0 14px;
    color: #222;
    font-size: 14px;
    outline: none;
}

.new-header__search-wrapper .header-search__input:focus {
    border-color: #06983a;
}

.new-header__search-wrapper .search-btn {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.new-header__search-wrapper .search-btn .top_btn {
    min-height: 42px;
    height: 42px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-25deg);
    transition: background 0.3s ease;
}

.new-header__search-wrapper .search-btn .top_btn:hover {
    background: #057f31;
}

.new-header__search-wrapper .search-btn .top_btn svg,
.new-header__search-wrapper .search-btn .top_btn p {
    margin: 0;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    transform: skewX(25deg);
    white-space: nowrap;
}

/* Mobile old top search */


#mobile-nav.new-mobile-top {
    display: none;
    position: relative;
    z-index: 900;
    overflow: visible;
    padding: 16px 18px;
    gap: 10px;
    @media screen and (max-width: 1200px) {
        display: flex;
        align-items: center;
    }
}

.row_header_search_wrapper__mobile {
    display: block;
    position: absolute;
    top: var(--mobile-header-height);
    left: 0;
    right: 0;
    width: 100%;

    margin: 0;
    padding: 10px 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    z-index: 850;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    pointer-events: none;

    transition: opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.row_header_search_wrapper__mobile.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.row_header_search_wrapper__mobile .container {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.row_header_search_wrapper__mobile form {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.row_header_search_wrapper__mobile .header-search__input {
    flex: 1;
    min-width: 0;
    height: 40px;
    border: 1px solid #d9d9d9;
    padding: 0 12px;
    color: #222;
    font-size: 14px;
    outline: none;
}

.row_header_search_wrapper__mobile .header-search__input:focus {
    border-color: #06983a;
}

.row_header_search_wrapper__mobile .search-btn {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    flex-shrink: 0;
}

.row_header_search_wrapper__mobile .search-btn .top_btn {
    height: 40px;
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skewX(-25deg);
}

.row_header_search_wrapper__mobile .search-btn .top_btn p {
    margin: 0;
    transform: skewX(25deg);
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

/* Mobile drawer */

.new-mobile-drawer {
    position: fixed;
    top: var(--mobile-header-height);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.22s ease,
    visibility 0.22s ease;
}

.new-mobile-drawer.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.new-mobile-drawer__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.new-mobile-drawer__panel {
    position: relative;
    width: 292px;
    max-width: 86vw;
    height: 100%;
    background: #fff;
    overflow: hidden;

    transform: translateX(-100%);
    transition: transform 0.25s ease;
}

.new-mobile-drawer.is-active .new-mobile-drawer__panel {
    transform: translateX(0);
}

.new-mobile-drawer__screen {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0;
    visibility: hidden;
    transform: translateX(18px);
    pointer-events: none;

    transition: opacity 0.22s ease,
    transform 0.22s ease,
    visibility 0.22s ease;
}

.new-mobile-drawer__screen.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    pointer-events: auto;
}

.new-mobile-drawer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new-mobile-drawer__list li {
    /*border-bottom: 1px solid #f2f2f2;*/
}

.new-mobile-drawer__screen[data-screen="category"].is-terminal .new-mobile-drawer__list li {
    border-bottom: 1px solid #f2f2f2;
}

.new-mobile-drawer__link,
.new-mobile-drawer__list a {
    width: 100%;
    min-height: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 13px 8.5px 19px;
    background: transparent;
    border: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #06983a;
    text-decoration: none;
    font-family: inherit;
    text-align: left;
}

.new-mobile-drawer__link span,
.new-mobile-drawer__list a span {
    font-size: 17px;
    color: #06983a;
}

.new-mobile-drawer__head {
    height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-mobile-drawer__head button {
    border: 0;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #180c00;
    font-family: inherit;
    padding: 0;
}

.new-mobile-drawer__title {
    padding: 0 19px 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
    color: #180c00;
}

.new-mobile-drawer__bottom {
    padding: 12px;
    border-top: 1px solid #e5e5e5;
}

.new-mobile-drawer__callback {
    display: inline-flex;
    border: 1px solid #06983a;
    color: #06983a;
    padding: 9px 12px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.new-mobile-drawer__contacts {
    display: grid;
    gap: 6px;
}

.new-mobile-drawer__contacts a {
    color: #222;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    .header .top_panel_logo {
        background: transparent;
        height: auto;
    }
}

/* Mobile menu button */

.new-mobile-menu-button {
    width: 44px;
    height: 44px;
    background: #06983a;
    color: #fff;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #139b49;
    border-radius: 2px;

    transform: skewX(0deg);
    transition: transform 0.22s ease,
    background 0.22s ease;
}

.new-mobile-menu-button.is-active {
    transform: skewX(-25deg);
    background: #057f31;
}

.new-mobile-menu-button__icon {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    flex-shrink: 0;

    transform: skewX(0deg) scale(1);
    transition: opacity 0.3s ease,
    transform 0.22s ease;
}

.new-mobile-menu-button.is-active .new-mobile-menu-button__icon {
    transform: skewX(25deg) scale(1);
}

.new-mobile-menu-button__icon--burger {
    opacity: 1;
}

.new-mobile-menu-button__icon--close {
    opacity: 0;
}

.new-mobile-menu-button.is-active .new-mobile-menu-button__icon--burger {
    opacity: 0;
}

.new-mobile-menu-button.is-active .new-mobile-menu-button__icon--close {
    opacity: 1;
}

.new-mobile-top .logo {
    padding: 0;
    position: unset;
    margin-inline: auto;
}

@media (max-width: 767px) {
    .new-mobile-top {
        padding: .65rem 1rem;
        display: flex !important;
        align-items: center;
    }
}

.new-mobile-top .phone-button {
    position: unset;
    margin: 0;
    padding: 0;
    width: 27px;
    height: 26px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: unset;

    a {
        height: inherit;
    }

    img {
        width: 100%;
        height: 100%;
        top: unset;
    }
}

.new-mobile-top#mobile-nav .search-button {
    padding: 0;
    display: flex;
    height: 44px;
    width: 48px;
    align-items: center;
    justify-content: center;
    position: unset;
}

#mobile-nav .search-button span,
.phone-button .fa {
    font-size: 30px;
}

/*.phone-button + .phone-button {*/
/*    margin-left: 10px;*/
/*}*/

.header .clearfix:before, header .clearfix:after, header .container:before, header .container:after, header .container-fluid:before, header .container-fluid:after, header .row:before, header .row:after {
    display: none;
    content: "";
}

@media screen and (max-width: 575px) {
    .top_panel_button {
        height: auto;
    }
}

body.new-menu-opened::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.36);
    z-index: 90;
}

body.new-menu-opened .new-header {
    position: relative;
    z-index: 100;
}

body.new-menu-opened .new-mega-menu {
    z-index: 101;
}

body.new-menu-opened .new-mobile-drawer {
    z-index: 101;
}

body.new-menu-opened .fix_btn {
    margin-right: var(--scrollbar-compensation, 0px);
}

.fa-search:before {
    font-size: 25px;
}

#mobile-nav .search-button span {
    display: flex;
}

.new-mobile-drawer__head {
    margin: 12px 0 12px 16px;
}

.new-mobile-drawer__head button {
    display: flex;
    align-items: center;
    gap: 8px;
}

.new-mobile-drawer__screen[data-screen="category"] .new-mobile-drawer__list li a,
.new-mobile-drawer__screen[data-screen="category"] .new-mobile-drawer__link,
.new-mobile-drawer__screen[data-screen="catalog"] .new-mobile-drawer__link {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #180c00;
}

.container-custom .container-fluid.bg-block9 {
    margin-top: 0;
}
