.menu .nav:not(.nav-tabs) li.catalog_menu_item:hover > ul.submenu {
    display: none;
}

.catalog_menu_item .submenu_wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    background: #F4F4F4;
    padding: 65px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
}

.catalog_menu--active .catalog_menu_item .submenu_wrapper {
    display: block;
}

.submenu_overflow_wrapper {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.submenu_overflow {
    width: 387px;
    height: 100%;
    padding-right: 40px;
    overflow-y: auto;
}

.close_submenu_trigger {
    position: absolute;
    top: -20px;
    right: -2px;
    cursor: pointer;
    z-index: 10;
}

.menu .nav:not(.nav-tabs) .catalog_menu_item .submenu_overflow > .submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    position: static;
}

.submenu_overflow > .submenu > li {
    width: 100%;
    margin-bottom: 4px;
}

.submenu_overflow > .submenu > li:last-child {
    margin-bottom: 0;
}

.submenu_overflow > .submenu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    padding: 20px 20px 23px 23px;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.submenu_overflow > .submenu > li.selected > a {
    background: #fff;
}

.submenu_overflow > .submenu > li.dropdown > a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/new_img/submenu_icon.svg) no-repeat center center;
    background-size: contain;
    margin-left: auto;
}

.menu .submenu_overflow > .submenu > li.dropdown > .submenu {
    display: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    width: calc(100% - 447px);
    min-width: auto;
    min-height: 100%;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 5;
}

.menu .submenu_overflow > .submenu > li.dropdown > .submenu::before {
    content: '';
    display: block;
    width: 130px;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 0;
    z-index: 2;
}

.menu .submenu_overflow > .submenu > li.dropdown > .submenu > li {
    /* width: 46%; */
    /* margin-right: 4%; */
    margin-right: 40px;
    margin-bottom: 4px;
}

.menu .submenu_overflow > .submenu > li.dropdown > .submenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: transparent;
    border-radius: 8px;
    padding: 20px 20px 23px 23px;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.pwa_menu .header_bottom--new .header_bottom_wrap--new {
    padding: 6px 12px !important;
}

.header_bottom--new .pwa_menu .mobile_btn {
    color: #2E3C53;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
}



.pwa_menu .bottom-menu--new .navbar-header {
    top: 0;
}

.pwa_menu .bottom-menu--new .mobile_btn {
    height: 100%;
}

.pwa_menu .bottom-menu--new .navbar-header button {
    width: 64px;
    height: 48px;
    background: #7CBE69;
    border-radius: 10px;
}

.pwa_menu .bottom-menu--new .menu svg {
    width: auto;
    height: auto;
}

.pwa_menu .bottom-menu--new {
    height: 100%;
}

.pwa_menu .header_bottom--new {
    width: 100%;
}

.pwa_menu .bottom-menu--new .navbar {
    height: 100%;
}

.price_page > .col-3.d-lg-block {
    display: none !important;
}

.price_page > .col-12 {
    width: 100%;
}

.price-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

/* .price-list-title h1 {
  margin: 0;
} */

.btn-price-list-wrapper {
    width: 387px;
    margin-left: auto;
}

.page_price-list .btn-price-list--new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 75px;
    background: #7CBE69 !important;
    border-radius: 10px;
    margin-left: auto;
    margin-bottom: 0;
    padding: 5px 35px;
    color: #FFF;
    font-family: "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}

.btn-price-list--new svg {
    margin-left: auto;
}

.price_element_wrapper {
    margin-bottom: 10px;
}

.price_element .table-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    background: #F3F3F3;
    border-radius: 8px;
    margin: 0;
    padding: 20px 35px;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: normal;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.price_element_wrapper--active .price_element .table-heading {
    background: #E3E5E8;
}

.price_element .table-heading::after {
    display: none;
}

.price_element .table-heading .name {
    margin-right: 20px;
}

.price_element .table-heading .price {
    margin-left: auto;
    color: #2E3C53;
    text-align: right;
    font-family: "Segoe UI", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: lowercase;
}

.price_element .table-heading svg {
    min-width: 47px;
    margin-left: 45px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.price_element_wrapper--active .price_element .table-heading svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.price_element .table__response {
    /* display: none; */
    height: 0;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.price_element_wrapper--active .price_element .table__response {
    /* display: block; */
    height: auto;
    opacity: 1;
    visibility: visible;
}

.table_header th {
    height: 70px;
    background: #2E3C53;
    border: 0;
    opacity: 1;
    padding: 15px 20px !important;
    color: #FFF;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.table_header th:first-child {
    border-radius: 8px 0 0 8px;
    text-align: left;
}

.table_header th:last-child {
    border-radius: 0 8px 8px 0;
}

.table__response tr {
    border: 0;
}

.table__response tr td {
    height: 70px;
    background: #fff;
    border: 0;
    opacity: 1;
    padding: 15px 20px !important;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.table__response tr:nth-child(2n) td {
    background: #F3F5F7;
}

.table__response tr td:first-child {
    border-radius: 8px 0 0 8px;
    text-align: left;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.table__response tr td:last-child {
    border-radius: 0 8px 8px 0;
}

.new_catalog .new_catalog__item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 85px;
}

.new_catalog .new_catalog__item:nth-child(4n) {
    margin-right: 0;
}

.catalog_photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
    position: relative;
}

.catalog_photo .cat-elem-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    background: #7CBE69;
    border-radius: 90px;
    padding: 2px 8px;
    color: #FFF;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none;
    position: absolute;
    right: 10px;
    bottom: 6px;
}

.catalog_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.catalog_title {
    margin-bottom: 20px;
}

.catalog_title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #2E3C53;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}

.catalog_categories_list ul {
    margin-bottom: 0;
    padding-left: 0;
}

.catalog_categories_list li {
    margin-bottom: 10px;
}

.catalog_categories_list li::before {
    display: none;
}

.catalog_categories_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #2E3C53;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}

.catalog_categories_list li .catalog-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    color: #2E3C53;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
}

.catalog-more::after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: transparent url(../images/new_img/catalog_more_icon.svg) no-repeat center center;
    background-size: contain;
    margin-left: 4px;
}

.bx-sidebar-block--new {
    background: #FFF;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 8px 0px #F1EEEE;
    box-shadow: 0px 0px 8px 0px #F1EEEE;
}

.left_menu--new {
    margin-bottom: 0 !important;
}

.left_menu--new .nav.mob_off {
    padding: 30px 24px 10px;
}

.left_menu--new .nav:not(.nav-tabs) > li {
    margin-bottom: 13px;
}

.left_menu--new .nav:not(.nav-tabs) > li > a {
    min-height: auto;
    padding: 0 !important;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.left_menu--new .nav:not(.nav-tabs) li.selected > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 0;
    color: #2E3C53;
    font-weight: 700;
}

/*.left_menu--new .nav:not(.nav-tabs) li.selected > a::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: transparent url(../images/new_img/sidebar_active_icon.svg) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
}*/

.left_menu--new .nav:not(.nav-tabs) li.selected > a::after {
    display: none;
}

.left_menu--new .nav:not(.nav-tabs) li > .submenu {
    background: transparent;
    border: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    position: static !important;
}

.left_menu--new .nav:not(.nav-tabs) li.selected > .submenu {
    display: block !important;
}

.left_menu--new .nav:not(.nav-tabs) li > .submenu a {
    opacity: 0.9;
    padding: 5px 0 5px 20px !important;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.left_menu--new .nav:not(.nav-tabs) li > .submenu .selected > a {
    font-weight: 600;
}

.left_menu .nav:not(.nav-tabs) li > a:hover {
    background: transparent;
    color: #2E3C53;
}

.smart-filter-wrapper .smart-filter {
    margin-bottom: 0 !important;
    padding: 10px 24px 38px;
}

.smart-filter-wrapper .smart-filter-parameters-box-title-text {
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.smart-filter-wrapper .smart-filter-input-group-number-inputs {
    border: 0;
}

.smart-filter-wrapper .row {
    margin-left: 0;
    margin-right: 0;
}

.smart-filter-wrapper .smart-filter-parameters-box {
    padding-right: 0;
    padding-left: 0;
}

.smart-filter-wrapper .smart-filter-slider-handle {
    background: #7CBE69;
}

.smart-filter-wrapper .smart-filter-slider-track-container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.smart-filter-wrapper .smart-filter-input-group-number-inputs .form-group {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
    padding: 0;
}

.smart-filter-wrapper .smart-filter-input-group-number-inputs .form-group:last-child {
    margin-right: 0;
}

.smart-filter-wrapper .smart-filter-input-container {
    width: 100%;
    height: 40px;
    background: #F3F3F3;
    border-radius: 8px;
    padding: 6px 15px;
}

.smart-filter-wrapper .smart-filter-input-group-number-inputs label {
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.smart-filter-wrapper .smart-filter-input-group-number-inputs input {
    background: transparent;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

.smart-filter-wrapper .smart-filter-input-group-number-inputs .form-group:first-child input {
    border: 0;
}

.smart-filter-wrapper .smart-filter-slider-ruler span {
    display: none;
}

.sidebar_toggle_mobile {
    display: none;
}

.sidebar_close_mobile {
    display: none;
}

.submenu_overflow::-webkit-scrollbar-button {
    opacity: 0;
    visibility: hidden;
}

.catalog-item .item-buttons--new {
    gap: 6px;
}

.item-buttons--new .product-item-button-container {
    width: 50%;
}

.item-buttons--new .btn.oneclickbuy,
.catalog-section .catalog-item .item-data .item-buttons--new .btn.oneclickbuy {
    /*width: 50%;*/
    background: transparent url(/local/templates/sever/build/images/cursor-b.f97f4914.svg) no-repeat center center;
    font-size: 0;
    color: transparent;
}

.smart-filter-wrapper .form-check-input:active {
    filter: none;
}

.smart-filter-wrapper .form-check-input:focus {
    box-shadow: none;
}

.smart-filter-wrapper .form-check-input {
    width: 24px;
    height: 24px;
    background: #F3F3F3;
    border: 7px solid #F3F3F3;
    border-radius: 8px;
    margin-top: 0;
    margin-left: -35px;
}

.smart-filter-wrapper .form-check-input:checked {
    background: #7CBE69;
}

.smart-filter-wrapper .smart-filter-parameters-box .form-check {
    margin-bottom: 11px !important;
    padding-left: 35px;
    color: #2E3C53;
    font-family: "Segoe UI", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}



@media screen and (min-width: 1025px) {
    .menu .submenu_overflow > .submenu > li.dropdown:hover > .submenu {
        display: block;
    }

    .submenu_overflow > .submenu > li:hover > a {
        background: #fff;
    }

    .menu .submenu_overflow > .submenu > li.dropdown > .submenu li:hover > a {
        background: #fff;
    }

    .left_menu .nav:not(.nav-tabs) li > a:hover {
        text-decoration: underline;
    }

    .left_menu .nav:not(.nav-tabs) li.dropdown:hover > a:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@media screen and (max-width: 1199.98px) {
    .mobile_bt + .nav_mobile--new {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: normal;
        align-content: normal;
        width: 100%;
        max-width: 780px;
        background: #F4F4F4;
        padding: 0 !important;
    }

    .nav_mobile_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #fff;
        padding: 15px 19px 15px 15px;
    }

    .nav_mobile_header .logo {
        width: 182px;
        height: 34px;
    }

    .nav_mobile_header .logo__icon {
        padding-top: 0;
        height: 100%;
    }

    .nav_mobile_header .logo__icon img {
        height: 100%;
    }

    .nav_mobile_header .logo .company__name {
        font-size: 19px !important;
        line-height: 1.1 !important;
    }

    .nav_mobile_header .logo .company__slogan {
        font-size: 6px;
    }

    .nav_mobile_header .mobile-close {
        margin-left: auto;
        margin-bottom: 0;
        position: static;
    }

    .nav_mobile_search {
        padding: 26px 15px 20px;
    }

    .nav_mobile_search .searchForm {
        display: block !important;
        max-width: none !important;
    }

    header .nav_mobile_search .searchForm .search {
        width: 100%;
        max-width: none;
        height: 50px;
        background: #FFF;
        border: 1px solid #D2D2D2;
        border-radius: 8px;
        margin: 0;
        padding: 0 50px 0 20px;
        color: #2E3C53;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
    }

    header .nav_mobile_search .searchForm .search__submit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: transparent url(../images/new_img/search_btn_menu.svg) no-repeat center center;
        background-size: contain;
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .nav_mobile_menu {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .nav_mobile_menu li {
        width: 100%;
        /* max-width: 420px; */
    }

    .nav_mobile_menu li::before {
        display: none;
    }

    .nav_mobile_menu > li > a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 100%;
        padding: 20px 30px !important;
        color: #2E3C53;
        font-family: "Segoe UI", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }

    .mobile_bt + .opened .nav_mobile_menu li a {
        margin-bottom: 0 !important;
    }

    .nav_mobile_menu li.dropdown > a::after {
        content: '' !important;
        display: block;
        width: 20px;
        height: 20px;
        background: transparent url(../images/new_img/submenu_icon.svg) no-repeat center center;
        background-size: contain;
        border: 0 !important;
        margin: 0 0 0 auto !important;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.root-parent > .submenu {
        width: 100%;
        height: calc(100vh - 230px);
        background: #F4F4F4;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
        padding: 0 0 80px;
        position: absolute;
        top: 70px !important;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 20;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.opened > .submenu {
        display: none !important;
    }

    .menu .nav:not(.nav-tabs) .nav_mobile_menu li:hover > ul.submenu {
        display: none;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.level1--active > a {
        width: 100%;
        background: #F4F4F4;
        margin-bottom: 20px !important;
        padding: 20px 30px 11px !important;
        color: #7CBE69;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.level1--active > a::before {
        content: '';
        display: block;
        width: auto;
        height: 1px;
        background: rgba(124, 190, 105, 0.20);
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 0;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.level1--active > a::after {
        display: none;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.level1--active > .submenu {
        display: block !important;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.root-parent > .submenu > li {
        padding: 0;
        margin: 0;
    }

    .nav_mobile_menu .submenu li > a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        width: 100%;
        background: #F4F4F4;
        padding: 20px 30px !important;
        color: #2E3C53;
        font-family: "Segoe UI", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu .close_trigger_item {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding: 20px 30px 60px !important;
        color: #7CBE69;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 1.2;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu .close_trigger_item::before {
        content: '' !important;
        display: block;
        width: 20px !important;
        height: 20px !important;
        background: transparent url(../images/new_img/back_menu_mob_icon.svg) no-repeat center center !important;
        background-size: contain !important;
        margin-right: 20px;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.parent {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.parent > a {
        width: 100%;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu .parent > .submenu {
        width: 100%;
        position: static;
        padding-left: 20px;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu li.parent.level2--active > .submenu {
        display: block !important;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu .level2--active > a::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile_bt + .nav.opened .nav_mobile_menu .parent > .submenu a {
        padding: 10px 20px !important;
        font-size: 16px;
    }

    .mobile_bt + .nav.opened .nav_mobile_menu .parent > .submenu .close_trigger_item {
        display: none !important;
    }

    .nav_mobile_contacts {
        width: 100%;
        max-width: 420px;
        padding: 20px 15px 80px;
    }

    .nav_mobile_contacts .contact__item_wrap .contact__item {
        margin: 0;
    }

    /* .nav_mobile_contacts .callback-link {
      display: none;
    } */
    .contacts_phone_wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #2E3C53;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }

    .contacts_phone_wrap a svg {
        margin-right: 20px;
    }

    .contacts_mail_wrap {
        margin-top: 10px;
    }

    .contacts_mail_wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #2E3C53;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }

    .contacts_mail_wrap a svg {
        margin-right: 20px;
    }

    .contacts_wapp_wrap {
        margin-top: 10px;
    }

    .contacts_wapp_wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #2E3C53;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }

    .contacts_wapp_wrap a svg {
        margin-right: 20px;
    }

    .contacts_callback_wrap {
        margin-top: 30px;
    }

    .contacts_callback_wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 56px;
        background: #7CBE69;
        border-radius: 5px;
        padding: 2px;
        color: #FFF;
        font-family: 'Onest', sans-serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.1;
    }

    .contacts_location_wrap {
        max-width: 300px;
        margin-top: 47px;
    }

    .contacts_location_wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #2E3C53;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    .contacts_location_wrap a svg {
        min-width: 29px;
        margin-right: 20px;
    }

    .contacts_time_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 300px;
        margin-top: 20px;
        color: #2E3C53;
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
    }

    .contacts_time_wrap svg {
        min-width: 29px;
        margin-right: 20px;
    }

    .sidebar_wrapper {
        display: none !important;
        width: 100vw;
        height: 100vh;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
    }

    .sidebar--hidden {
        width: 100%;
    }

    .sidebar_toggle_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        max-width: 450px;
        margin-bottom: 20px;
    }

    .sidebar_toggle_mobile span {
        color: #2E3C53;
        font-family: "Segoe UI", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
    }

    .sidebar_toggle_mobile svg {
        margin-left: auto;
    }

    .sidebar--active .sidebar_wrapper {
        display: block !important;
        overflow-y: auto;
        padding: 22px 12px 84px;
    }

    .sidebar_close_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 450px;
        margin-bottom: 40px;
    }

    .sidebar_close_mobile span {
        color: #2E3C53;
        font-family: "Segoe UI", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
    }

    .sidebar_close_mobile span:last-child {
        margin-left: auto;
    }

    .bx-sidebar-block--new {
        max-width: 450px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .left_menu--new .nav.mob_off {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .smart-filter-wrapper {
        max-width: 450px;
        margin-top: 20px;
    }

    .smart-filter-wrapper .smart-filter {
        padding: 0;
    }

    /* .btn_show_result_wrap {
      display: block;
    }

    .btn_show_result_wrap .smart-filter-popup-result.btn_show_result {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 52px;
      background: #7CBE69;
      border-radius: 8px;
      margin: 0;
      color: #FFF;
      font-family: "Segoe UI", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.3;
      text-decoration: none;
      position: static !important;
    } */
}

@media screen and (max-width: 1024px) {
    .new_catalog .new_catalog__item {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 30px;
    }

    .new_catalog .new_catalog__item:nth-child(2n) {
        margin-right: 0;
    }

    .catalog_photo {
        margin-bottom: 10px;
    }

    .catalog_title {
        margin-bottom: 15px;
    }

    .catalog_categories_list li .catalog-more {
        margin-top: 5px;
    }
}

@media screen and (max-width: 991px) {
    .btn-price-list-wrapper {
        width: 250px;
    }

    .page_price-list .btn-price-list--new {
        padding: 5px 10px;
    }

    .price_element .table-heading {
        padding: 12px 20px;
        font-size: 18px;
    }

    .price_element .table-heading .price {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .price-list-header {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 44px;
    }

    .btn-price-list-wrapper {
        width: 100%;
        max-width: 420px;
        margin-top: 44px;
        margin-left: 0;
    }

    .page_price-list .btn-price-list--new {
        height: 67px;
        padding: 5px 26px;
        font-size: 18px;
    }

    .bx-touch .bx-sidebar-block--new .smart-filter-popup-result a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 450px;
        height: 52px;
        background: #7CBE69;
        border-radius: 8px;
        margin: 0;
        color: #FFF;
        font-family: "Segoe UI", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
        text-decoration: none;
        left: 15px;
        right: 15px;
        bottom: 20px;
    }

    .bx-touch .bx-sidebar-block--new .smart-filter-popup-result a #modef_num {
        display: inline-block;
        margin: 0 5px;
    }
}

@media screen and (max-width: 576px) {
    .price_element .table-heading .price {
        display: none;
    }

    .price_element .table-heading svg {
        margin-left: auto;
    }

    .new_catalog .new_catalog__item {
        width: 100%;
        margin-right: 0;
    }
}


.reviews-slider {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.reviews-slider .swiper-wrapper {
    display: flex;
    align-items: stretch;
    padding-top: 10px;
}

.reviews-slider .swiper-slide {
    height: auto;
}


#black-friday .modal-content {
    padding: 0;
    overflow: hidden;
}

#black-friday .modal-dialog {
    max-width: 750px;
}

.black-friday {
    display: flex;
}

.black-friday > * {
    flex: 1;
}

.black-friday__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-friday__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.black-friday__content {
    padding: 25px;
}

.black-friday__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    color: #7cbe69;
}

.black-friday__subtitle {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.black-friday__text {
    font-size: 18px;
    margin-bottom: 20px;
}

.black-friday__button .btn {
    padding-left: 50px;
}

@media (max-width: 640px) {
    .black-friday {
        flex-direction: column;
    }
}
