/* .ovfl-hidden {
    overflow: hidden !important;
} */


div.sticky-header {
    margin-bottom: 39px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .12);
}

header {
    box-shadow: none;
    margin-bottom: 0px;
}


.main_content>div.container::before {
    display: none;
}

.main_content .catalog-section-description ol,
.main_content .catalog-section-description ul,
div[class*="page_article"] ol,
div[class*="page_article"] ul {
    margin: 0 0 15px 0;
    padding: 0;
}

.main_content .catalog-section-description ol li,
.main_content .catalog-section-description ul li,
div[class*="page_article"] ol li,
div[class*="page_article"] ul li {
    color: var(--MainBlack);
    font-size: 20px;
    line-height: 29px;
    flex-wrap: wrap;
    display: block;
    position: relative;
    padding-left: 25px;
}

.main_content .catalog-section-description ol:not(.nav):not(.submenu):not(.clear) li::before,
.main_content .catalog-section-description ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li::before,
div[class*="page_article"] ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li::before,
div[class*="page_article"] ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li::before {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 0;
    margin: 0;
    top: 6px;
}


.product-favor-compare {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}

.product-item-detail-compare:hover {
    cursor: pointer;
}

.product-item-detail-compare svg circle {
    fill: #f3f3f3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item-detail-compare svg {
    width: 30px;
    cursor: pointer;
}


.product-item-detail-compare input[type=checkbox] {
    display: none;
}

.product-item-detail-compare input[type=checkbox]:checked+svg circle {
    fill: #222;
}

.product-item-detail-compare input[type=checkbox]:checked+svg rect {
    fill: #f3f3f3;
}


.catalog-item .tags {
    justify-content: flex-start !important;

}

.catalog-section .catalog-item .tags {
    padding: 10px;
    top: 25px;

}

.catalog-item .tags {
    top: 14px;
}


.product-item-container .absolute_buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    padding: 20px 15px;
    background: none;
    top: 0;
    right: 50px;
    left: unset;
    z-index: 99;
}

.absolute_buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    padding: 20px 15px;
    background: none;
    top: 0;
    left: 0;
}

.absolute_buttons .favor {
    position: static;
}

.absolute_buttons .product-item-compare-container {
    position: static;
}

.favor svg {
    stroke: none;
    fill: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.favor:hover {
    cursor: pointer;
}

.favor.active svg {
    stroke: var(--MainGreen);
    fill: var(--MainGreen);
}

.nav:not(.nav-tabs)>li {
    padding: 15px 0;
}


.left_menu .nav:not(.nav-tabs) li.dropdown>a:after {
    border-right: none;
    border-left: 5px solid rgba(102, 115, 133, .6);
}

.nav:not(.nav-tabs)>li.dropdown>a {
    padding-right: 20px !important;
}


a.rating-search__item {
    border: 1px solid var(--MainGreen);
    color: var(--MainGreen);
    width: 125px;
    padding: 10px;
    text-align: right;
    text-decoration: none;
}

a.rating-search__item svg {
    fill: var(--MainGreen);
    transition: all 0.2s linear;
}

.rating-search__item .name {
    float: left;
}

.contact__item.location {
    margin-bottom: 5px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.logo .company__slogan {
    font-size: 10px;
}

.product-item-scu-list {
    display: flex;
}

.main_content .catalog-item .item-summary .measure {
    flex-wrap: wrap;
}

.main_content .catalog-item .item-summary .measure div[data-entity="sku-block"] {
    width: 100%;
}

.catalog-item .item-summary .measure .label_sku {
    width: 40%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
}

.catalog-item .item-summary .measure .product-item-scu-item-list {
    width: 60%;
    box-sizing: border-box;
}

.main_content .catalog-item .item-summary .measure .product-item-scu-item-list li.product-item-scu-item-text-container {
    padding-left: 5px;
    padding-right: 5px;
    min-width: unset;
    width: 65px;
    font-size: 14px;
}

.main_content .catalog-item .item-summary .measure .check_offer_product {
    width: 100%;
    align-items: center;
}

.main_content .catalog-item .item-summary .measure .check_offer_product .scu-item-text {
    padding: 5px;
    border: 1px solid #193660;
    opacity: 0.8;
}

.main_content .catalog-item .item-summary .measure .check_offer_product .product-item-scu-item-text-container.selected .scu-item-text {
    border: 1px solid #7cbe69;
    font-weight: bold;
    color: #7cbe69;
}

.btn.btn-cursor.btn-white-to-green {
    background-position: center;
}

.catalog-section .catalog-item .tags {
    top: 0;
    left: 0;
    width: 100%;
}

footer .contact__item_wrap {
    display: flex;
    flex-wrap: wrap;
}

footer .contact__item_wrap .contact__item.communication:nth-child(1) {
    display: none;
}

footer .contact__block .contact__item {
    width: auto;
    padding: 0 5px;
}

footer .time_job .contact__item {
    width: 100%;
    margin: 0;
}

.item-summary .item-buttons--new .product-item-button-container {
    width: calc(100% - 60px);
    box-sizing: border-box;
}

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

.catalog-top .catalog-item .item-data .item-buttons .btn.btn-cursor {
    width: 51px;
    background: transparent url(/local/templates/sever/build/images/cursor-b.f97f4914.svg) no-repeat center center;
    flex-grow: 0;
}

.item-summary .item-buttons--new .btn.oneclickbuy,
.catalog-section .catalog-item .item-data .item-summary .item-buttons--new .btn.oneclickbuy {
    font-size: 0;
    color: #2e3c53;
}

.catalog-top-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.catalog-top.swiper {
    padding: 41px 12px
}

.catalog-top.swiper .swiper-slide {
    height: auto
}

.catalog-top.swiper .swiper-button-prev {
    left: 0
}

.catalog-top.swiper .swiper-button-next {
    right: 0
}

.catalog-top.swiper .swiper-slide-active .catalog-item:not(.bx-catalog-element) {
    box-shadow: 0 4px 9px rgba(0, 0, 0, .09)
}

.sections_product_url {

    margin-bottom: 30px;
}

.sections_product_url .flex {
    gap: 10px;
    flex-wrap: wrap;
}

.sections_product_url a {
    display: block;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid;
    border-radius: 5px;
}

.attention {
    color: #934c4c;
}

.attention_green {
    color: #4ec12d;
    margin-top: 20px;
}

.available {
    display: flex;
    align-items: center;
    color: #2E3C53;
}

.available img {
    margin-right: 10px;
}

.product-item-small-card .item-summary .available,
.catalog-item:not(.bx-catalog-element) .item-summary .available {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.product-item-detail-tab-content h3,
.product-item-detail-tab-content .h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.available_adapt {
    display: none;
    align-items: center;
    color: #2E3C53;
}

.available_adapt img {
    margin-right: 10px;
}

#basket-item-table tr td.basket-items-list-item-notification {
    width: 100%;
}

.catalog-section-description ol:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li,
.catalog-section-description ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li,
div[class*="page_article"] ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li,
div[class*="page_article"] ol:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list) li {
    display: block;
}

.catalog-section-description ol li {
    display: block;
}


.sort_block .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 20px;
}

.sort_block .row .col {
    flex: 1 1 0;
    padding: 0;
}

.sort_block .item {
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 20px;
    height: 100%;
}

.sort_block .item .img {
    margin-bottom: 5px;
}

.sort_block .item .img img {
    border-radius: 10px;
}

.sort_block .item .title {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

.sort_block .item .descr {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    line-height: 15px;
}

.catalog-item:not(.bx-catalog-element) .product-item-compare-container {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    z-index: 3;
    background: none;
    border: unset;
    box-shadow: unset;
    margin: 0;
}

.catalog-item:not(.bx-catalog-element) .product-item-compare-container span[data-entity="compare-title"] {
    font-size: 0;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: -1;
    background: url("/upload/images/icons/compare.svg") no-repeat;
}

.catalog-item:not(.bx-catalog-element) .product-item-compare-container input {
    opacity: 0;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    position: absolute;
    cursor: pointer;
}

.catalog-item:not(.bx-catalog-element) .product-item-compare-container label {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    cursor: pointer;
}

.catalog-item:not(.bx-catalog-element) .product-item-compare-container input:checked+span[data-entity="compare-title"] {
    background: url("/upload/images/icons/compare_active.svg") no-repeat;
}


.catalog-item:not(.bx-catalog-element) .favor {
    position: absolute;
    top: 10px;
    left: 45px;
    display: block;
    z-index: 3;
    background: none;
    border: unset;
    box-shadow: unset;
}

#index-slider .swiper-button-prev {
    display: block;
}

#index-slider .swiper-button-next {
    display: block;
}

.index-page__main_slider .index-slider-item .slide-title span {
    font-weight: 700;
}

.index-page__main_slider .index-slider-item>ul {
    margin: 0;
    padding: 0 0 0 0;
}

.index-page__main_slider .index-slider-item .slide-title div {
    margin-bottom: 15px;
}

.index-page__main_slider .index-slider-item .slide-title svg {
    margin-bottom: 15px;
}

.index-page__main_slider .index-slider-item .price_block {
    margin: 15px 0;
    font-size: 30px;
    font-weight: 700;
    color: #7CBE69;
}

.index-page__main_slider .index-slider-item .price_block .old_price {
    color: #9FA49E;
    text-decoration: line-through;
}

.index-page__main_slider .swiper-button-next {
    background: #2E3C53 url(/upload/images/icons/arrow_right.svg) center no-repeat;
    opacity: 0.8;
    transform: none;
    position: static;
    margin: 0;
    width: 55px;
    height: 35px;
}

.index-page__main_slider .swiper-pagination~.swiper-button-next {
    margin: 0;
}

.index-page__main_slider .swiper-button-prev.swiper-button-disabled {
    background: #2E3C53 url(/upload/images/icons/arrow_left.svg) center no-repeat;
    opacity: .3;
}

.index-page__main_slider .swiper-button-prev {
    background: #2E3C53 url(/upload/images/icons/arrow_left.svg) center no-repeat;
    transform: none;
    position: static;
    opacity: 0.8;
    margin: 0;
    width: 55px;
    height: 35px;
}


.index-page__main_slider .swiper-button-next:hover {
    background: #2E3C53 url(/upload/images/icons/arrow_right.svg) center no-repeat;
    opacity: 1;
}

.index-page__main_slider .swiper-button-prev:hover {
    background: #2E3C53 url(/upload/images/icons/arrow_left.svg) center no-repeat;
    opacity: 1;
}

.index-page__main_slider .navigation {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 15px;
    left: 56px;
}

.index-page__main_slider .navigation .swiper-pagination {
    margin: 0;
}

.index-page__main_slider .navigation .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 5px;
    height: 8px;
    width: 8px;
}

.left-fixed-btns.fixed {
    bottom: 10%;
    top: auto;
}

.favor_compare_links {
    width: 300px;
    padding-left: 10px;
}

.favor_compare_links svg {
    width: 30px;
}

.favor_compare_links a {
    font-size: 14px;
    color: #193660;
    text-decoration: none;
}

.favor_compare_links a:hover {
    opacity: 0.6;
}

header .menu {
    align-items: center;
}

header .menu .searchForm {
    max-width: 300px;
    height: 45px;
}

.formSearchMobile {
    display: none;
}

.sticky-header a {
    text-decoration: none;
}

.front_articles h2 {
    text-align: center;
    margin-bottom: 25px;
}

.front_articles .cats {
    margin-top: 90px;
}

.front_articles .cats__cat {
    height: 100%;
    padding-top: 15px;
}

.cats .cats__cat {
    background-size: 100% 100%;
    box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
}


.page_akcii .news-list .cats__cat .cat-data {
    position: relative;
}


.news-list .cats__cat .cat-data {
    position: absolute;
    background: #fff;
    height: 84px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    min-height: unset !important;
}

.index-page__cats .cats .cats__cat .cat-data {
    position: relative;
}

.avantags__avantag {
    text-align: left;
    align-items: start;
    justify-content: start;
}

.avantags__avantag {
    padding: 25px 20px;
}

.avantags__avantag div {
    height: auto;
    text-align: left;
}

.avantags__avantag svg {
    margin-bottom: 15px;
    height: 66px;
}

.avantags__avantag .title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    min-height: 40px;
}

.avantags__avantag .text {
    font-size: 16px;
    font-weight: normal;
}

.front_reviews h2 {
    text-align: center;
}

.front_reviews .item {
    padding: 25px 20px;
    position: relative;
    box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
    border-radius: 10px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.front_reviews .item .name_date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.front_reviews .item .rating {
    margin-bottom: 15px;
    display: flex;
    gap: 3px;
    align-items: center;
    font-size: 16px;
}

.front_reviews .item .name_date .name {
    font-weight: 700;
    font-size: 14px;
}

.front_reviews .item .name_date .date {
    color: #737580;
    font-weight: 300;
    font-size: 14px;
}

.front_reviews .item .text {
    font-size: 16px;
    line-height: 20px;
}

.contact__block .communication .callback-link {
    color: #2E3C53;
}

.top_header {
    gap: 10px;
}

.top_header .contact__block .communication .phone {
    font-size: 16px;
}

.top_header .contact__block {
    gap: 10px;
}

.top_header .logo .company__name {
    font-family: inherit;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 43px;
}

.top_header .buttons_contact>div {
    margin-top: 5px;
}

#form-callback .btn,
#form-oneclick .btn {
    margin: 10px 0;
}

#form-callback .cons-form__form__summary {
    gap: 10px;
    flex-wrap: wrap;
}

#form-callback .checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

form .social {
    color: #2E3C53;
    font-size: 18px;
    font-weight: bold;
    gap: 10px;
    align-items: center;
    position: relative;
    z-index: 3;
}

form .social a {
    text-decoration: none;
}

.contacts_form .form-group.textarea {
    height: calc(100% - 20px);
}

.contacts_form textarea {
    height: 100%;
}

.contacts_form .policy {
    font-size: 12px;
    color: #C0C4CB;
}

.contacts_form .btn {
    width: 100%;
}

.contacts_form form {
    position: relative;
    z-index: 1;
}

.share {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #193660;
    font-size: 18px;
}

.footer-copyright {
    margin-top: 15px;
}


.ya-share2 {
    margin: 30px 0;
}

.ya-share2 li::before {
    display: none;
}

.subscribe_form {
    background: url("/upload/images/content/subscribe.png") right top -50px no-repeat,
        linear-gradient(180deg, #edf4f0, #edf4ee 53.66%, #ddefde);
    border-radius: 16px;
    margin: 113px 0 100px;
    padding: 55px 62px 55px;
}

.subscribe_form .block_title {
    font-size: 36px;
    font-weight: bold;
    color: #7cbe69;
    margin-bottom: 15px;
}

.subscribe_form .text {
    color: #2E3C53;
    margin-bottom: 30px;
}

.subscribe_form .block_title span {
    color: #193660;
}

.subscribe_form #sender-subscribe form {
    display: flex;
    gap: 5px;
}

.subscribe_form #sender-subscribe form input {
    height: 50px;
    border-radius: 8px;
}

.subscribe_form #sender-subscribe form button {
    height: 50px;
    width: 100%;
    background: #2E3C53;
    border-radius: 8px;
    padding: 5px 0px 5px 0px;
}

.subscribe_form #sender-subscribe .btn-subscribe::before {
    display: none;
}

.subscribe_form #sender-subscribe form .bx-input-group {
    width: 70%;
}

.subscribe_form #sender-subscribe form .bx_subscribe_submit_container {
    width: 30%;
}

#form-oneclick .form-group img {
    display: block;
}

#form-callback .form-group img {
    display: block;
}

.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="text"],
.form-group textarea {
    padding: 15px 15px;
}

.modal .modal-header {
    padding: 1rem 1rem 1rem;
}


.contacts_form {
    background: #e7eaf4;
    background: linear-gradient(180deg, #edf4f0, #edf4ee 53.66%, #ddefde);
    border-radius: 16px;
    margin: 113px 0 100px;
    padding: 55px 62px 25px;
}

.nav:not(.nav-tabs) {
    margin-right: 20px;
}

.nav:not(.nav-tabs)>li.dropdown>a {
    padding-right: 0px !important;
}

.news-list .cat-data .cat-bt {
    position: static;
    flex: 0 0 auto;
}

.cats__cat .cat-data .cat-title {
    text-align: left;
}

#bx_catalog_compare_block .d-flex {
    flex-wrap: wrap;
}

header {
    position: relative;
}

header .menu {
    position: static;
}


.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu {
    width: calc(100% - 30px);
    margin: 20px 15px 0 15px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    min-width: unset;
    gap: 10px;
}


.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu::before {
    display: block;
    content: "";
    height: 50px;
    top: -50px;
    position: absolute;
    width: 100%;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li {
    height: auto;
    position: relative;
    width: calc((100% - 10px * (5 - 1)) / 5);

}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a {
    font-size: 16px;
    height: 55px;
    color: #575757;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 5px 10px;
    margin: 0;
}

.mobile_bt+.nav.opened li a {
    margin: 0 !important;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a {
    background: none;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a span br {
    display: none;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a .icon,
.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a .icon {
    border-radius: 10px;
}


.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent.selected>a {
    background: #7CBE69;
    color: #fff;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li:hover>a {
    background: #7CBE69;
    color: #fff;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a.current {
    background: #7CBE69;
    color: #fff;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a.current .slide_menu {
    transform: rotate(180deg);
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a.current .slide_menu svg path {
    fill: #fff;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a::after {
    display: none;
}

.mobile_bt+.nav.opened li.dropdown.opened>ul.submenu {
    display: flex;
    align-items: start;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a .slide_menu svg {
    height: auto;
    width: auto;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a .slide_menu {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>ul.submenu {
    position: static;
    width: 100%;
    box-shadow: unset;
    display: none;
}

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

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.selected>ul.submenu {
    display: block;
}

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li:hover>ul.submenu a {
    color: #3f3f3f;
    font-size: 16px;
}

.mobile_bt+.nav {
    width: 100%;
    overflow-x: hidden;
}

.mobile_bt+.nav.opened li.dropdown li {
    padding-left: 0;
}

.mobile_bt+.nav.opened li.dropdown li li {
    margin: 15px 0px;
}

.bx-sidebar-block.bx-sidebar-block--new {
    box-shadow: unset;
}

.sidebar_menu .nav.mob_off {
    padding: 0;
    flex-direction: column;
    display: flex;
    gap: 5px;
}

.sidebar_menu .nav:not(.nav-tabs) li.selected>a::before {
    display: none;
}

.sidebar_menu .nav:not(.nav-tabs)>li {
    padding: 0;
    width: 100%;
}

.sidebar_menu .nav:not(.nav-tabs)>li>a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 8px !important;
    width: 100%;
    position: relative;
    color: #575757;
    font-weight: 600;
}

.sidebar_menu .nav:not(.nav-tabs)>li>a.current {
    color: #fff;
    background: #7cbe69;
}

.sidebar_menu .nav:not(.nav-tabs)>li>.current svg path {
    fill: #fff;
}

.sidebar_menu .nav:not(.nav-tabs) li.dropdown>a::after {
    display: none;
}

.sidebar_menu .nav:not(.nav-tabs)>li>a span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 20px;

}

.sidebar_menu .nav:not(.nav-tabs)>li.selected:not(.dropdown)>a svg path,
.sidebar_menu .nav:not(.nav-tabs)>li>a:hover svg path {
    fill: #7cbe69;
}

.sidebar_menu .nav:not(.nav-tabs)>li.selected:not(.dropdown) a::before,
.sidebar_menu .nav:not(.nav-tabs)>li:hover>a::before {
    content: "";
    display: block;
    background: #7CBE69;
    position: absolute;
    height: 70%;
    left: -3px;
    border-radius: 3px;
    width: 3px;
}

.sidebar_menu .nav:not(.nav-tabs)>li.selected:not(.dropdown) a,
.sidebar_menu .nav:not(.nav-tabs)>li>a:hover {
    color: #7cbe69;
    background: #fff;
}

.sidebar_menu .nav:not(.nav-tabs)>li>ul {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0 10px 15px;
    margin: 10px 0;
}

.sidebar_menu .nav:not(.nav-tabs)>li.selected ul {
    display: block;
}

.sidebar_menu .nav:not(.nav-tabs)>li ul li {
    margin: 15px 0;
}

.sidebar_menu .nav:not(.nav-tabs)>li>ul li a {
    font-size: 16px;
    color: #838383;
}

.sidebar_menu .nav:not(.nav-tabs)>li>ul li a span:first-letter {
    text-transform: uppercase;
}

.sidebar_menu .nav:not(.nav-tabs)>li>a .slide_menu {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar_menu .nav:not(.nav-tabs)>li>a.current .slide_menu {
    transform: rotate(-180deg);
}

.sidebar_menu .nav:not(.nav-tabs)>li>a:hover svg path {
    fill: #7cbe69;
}

.open_menu_mobile {
    display: none;
}

ol:not(.nav):not(.submenu):not(.clear) li::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}


.smart-filter-form .form-group label {
    cursor: pointer;
}

.product-item-compare-container {
    cursor: pointer;
}


#bx-soa-order .form-check-label {
    cursor: pointer;
}

.bx-soa-pp-company-graf-container {
    cursor: pointer;
}

.basket-checkout-block-total-price {
    margin-right: auto;
}

.links_sections {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.links_sections .link {
    display: flex;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    padding: 10px 10px;
    color: #050505;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.links_sections .link span {
    color: rgba(46, 60, 83, 0.5);
}

.links_sections .link.slick-slide {
    display: flex;
}


.links_sections .slick-prev {
    left: 0;
    background: url("/local/templates/sever/assets/images/sections_arrow_left.svg") no-repeat center;
    width: 35px;
    height: 35px;
}

.links_sections .slick-prev:hover {
    left: 0;
    background: url("/local/templates/sever/assets/images/sections_arrow_left.svg") no-repeat center;
    width: 35px;
    height: 35px;
}

.links_sections .slick-prev::before {
    display: none;
}

.links_sections .slick-next {
    right: 0;
    background: url("/local/templates/sever/assets/images/sections_arrow_right.svg") no-repeat center;
    width: 35px;
    height: 35px;
}

.links_sections .slick-next:hover {
    right: 0;
    background: url("/local/templates/sever/assets/images/sections_arrow_right.svg") no-repeat center;
    width: 35px;
    height: 35px;
}

.links_sections .slick-next::before {
    display: none;
}

@media (min-width: 768px) {

    .catalog-top.swiper {
        padding: 20px 9px;
        margin: 0 -9px;
    }

    .catalog-top.swiper .swiper-slide-active+.swiper-slide .catalog-item:not(.bx-catalog-element) {
        box-shadow: 0 4px 9px rgba(0, 0, 0, .09)
    }

    .custom-row .contact__item {
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .catalog-top.swiper {
        margin: 0 8px 0 4px
    }

    .catalog-top.swiper .swiper-slide-active+.swiper-slide+.swiper-slide .catalog-item:not(.bx-catalog-element) {
        box-shadow: 0 4px 9px rgba(0, 0, 0, .09)
    }
}


@media screen and (min-width: 1240px) {
    .main_content {
        min-height: calc(100vh - 450px);
    }
}

@media screen and (min-width: 992px) {
    .catalog-section .catalog-item .item-data .item-buttons .btn.oneclickbuy {
        font-size: 16px;
        text-align: center;
        box-sizing: border-box;
        background: none;
        padding: 5px;
    }
}

@media screen and (max-width: 1240px) {
    .cart-custom {
        margin-left: unset !important;
    }
}

@media screen and (max-width: 1480px) {
    .catalog-section .catalog-item .item-data .item-buttons .btn.oneclickbuy {
        font-size: 14px;
    }

    .catalog-section .catalog-item .item-data .item-buttons .addToCart {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {

    .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li {
        width: calc((100% - 10px * (3 - 1)) / 3);
    }

    .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu {
        width: 100%;
        margin: 15px 0;
        padding: 0;
    }

    footer {
        padding-bottom: 100px;
    }

    .index-page__main_slider .index-slider-item {
        padding: 58px 56px 100px;
    }

    .index-page__main_slider .navigation {
        bottom: 125px;
    }

    .favor_compare_links {
        display: none;
    }

    .address_time {
        display: none;
    }

    .pwa_menu .menu svg {
        width: 90px;
    }
}

@media screen and (max-width: 991px) {


    .header_favorites {
        gap: 5px;
    }

    .cart {
        border: unset;
        font-size: 14px;
    }

    .cart::after {
        display: none;
    }

    .cart img {
        margin-right: 10px;
        width: 25px;
    }

    .logo .company__name {
        font-size: 25px;
    }

    .formSearchMobile .searchForm {
        display: block !important;
        width: 100%;
        position: relative;
        height: 45px;
        margin-top: 15px;
    }

    .formSearchMobile .searchForm input[type="text"] {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #D2D2D2;
        padding: 5px 15px;
        height: 45px;
    }

    .formSearchMobile .searchForm input[type="submit"] {
        width: 45px;
        height: 45px;
        background: url("../images/search_icon.svg") no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        background-size: 100%;
        border: none;
    }

    .logo .company__slogan {
        font-size: 9px;
    }

    .logo__icon {
        width: 50px;
        height: 45px;
    }

    div.sticky-header {
        margin: unset;
        box-shadow: unset;
        padding-bottom: 20px;
    }

    .index-page__main_slider {
        padding-top: 0;
    }

    .index-page {
        margin-top: -65px;
        padding-top: 85px;
    }

    header {
        padding: 0;
    }

    .cart {
        padding: 0 10px;
        width: 100%;
    }

    div.sticky-header .logo .company__name {
        font-size: 23px;
        line-height: 25px;

    }

    .logo .company__slogan {
        font-size: 8px;
        padding: 0;
        text-align: left;
    }

    div.sticky-header .logo .company {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 5px;
    }

    .sticky-header .phone_ico img {
        height: 45px;
        width: 45px;
    }

    .catalog-section .catalog-item .item-data .item-buttons {
        justify-content: center;
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        background-position: 10px;
        background-size: 19px;
        flex-grow: 0;
        font-size: 12px;
        padding: 20px;
        /*width: 51px;*/
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.oneclickbuy {
        font-size: 0;
    }

    .product-item-button-container {
        width: auto;
    }

    .sort_block .row .col {
        flex: 0 0 calc(33.33333333% - 15px);
    }

    .index-page__main_slider .index-slider-item {
        padding: 58px 56px 65px;
    }

    .index-page__main_slider .navigation {
        bottom: 70px;
    }

    .contacts_form {
        padding: 55px 30px 25px;
    }

    .cats__cat .cat-data .cat-title {
        font-size: 14px;
        padding-right: 10px;
    }

    .news-list .cats__cat .cat-data .cat-title {
        font-size: 15px;
    }

    .news-list .cats__cat .cat-data {
        height: 70px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li {
        width: calc((100% - 10px * (2 - 1)) / 2);
    }

    .top_header {
        flex-wrap: wrap;
    }

    .index-page__main_slider .navigation {
        bottom: 25px;
    }

    .header_favorites {
        width: 100%;
    }

    .mobile_bt+.nav {
        padding: 50px 15px !important;
    }

    .sidebar_menu {
        display: none;
    }

    .open_menu_mobile {
        border: 1px solid #A6A6A6;
        color: #333;
        display: inline-flex;
        padding: 10px 30px;
        border-radius: 6px;
    }
}

@media (max-width: 600px) {


    .attention_green {
        margin-bottom: 20px;
    }

    .available_adapt {
        display: flex;
    }

    .available {
        display: none;
    }

    .first-line.flex.mb-4 {
        margin-bottom: 0 !important;
    }

    .index-page__main_slider .index-slider-item {
        padding: 50px 15px 90px;
    }

    .index-page__main_slider .navigation {
        bottom: 30px;
        left: 15px;
    }

    .subscribe_form {
        background-size: 150px;
        background-position: top -20px right -20px;
    }

    .subscribe_form .block_title {
        font-size: 22px;
    }

    .subscribe_form .text {
        font-size: 16px;
    }

    .subscribe_form #sender-subscribe form {
        flex-wrap: wrap;
    }

    .subscribe_form #sender-subscribe form .bx-input-group {
        width: 100%;
    }

    .subscribe_form #sender-subscribe form .bx_subscribe_submit_container {
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li {
        width: 100%;
    }

    .favorite_list .row {
        margin: 0 -7px;
    }

    .favorite_list div[class^="col"] {
        padding: 0 2px;
    }

    .sort_block .row .col {
        flex: 0 0 calc(50% - 10px);
    }

    .available {
        width: 100%;
        order: 0;
    }


    .main-button-container .btn-cart {
        order: 1;
    }

    .main-button-container .oneclickbuy {
        order: 2;
    }

    div.sticky-header .logo .company__name {
        font-size: 6vw;
    }

    .cart {
        font-size: 3vw;
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.btn-cursor {
        display: block;
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        background-position: 10px;
        background-size: 15px;
        flex-grow: 0;
        font-size: 10px;
        padding: 20px;
        /*width: 51px;*/

    }

    .cons-form {
        margin: 113px 0 0;
    }

    .index-page__main_slider .index-slider-item .price_block {
        font-size: 15px;
    }

    .index-page__main_slider .index-slider-item .slide-bt {
        padding: 10px 25px 10px 50px;
        background-position: 16px center;
    }

    .index-page__main_slider .navigation {
        bottom: 80px;
        left: 15px;
    }

    .contacts_form {
        padding: 55px 20px 25px;
    }

    .front_articles .cats__cat {
        height: 100%;
        padding-top: 15%;
        background-size: 100%;
        box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
    }

    .cat .news-list .cats__cat {
        height: 100%;
        padding-top: 15%;
        background-size: 100%;
        box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
    }

    .cats__cat .cat-data .cat-bt {
        position: absolute;
        right: 10px;
        top: unset;
        bottom: 10px;
    }

    .cat-data.flex.column.space-between {
        align-items: start;
        padding: 5px;
    }

    .cats div[class^="col"] {
        padding: 0 5px;
    }

    #bx_catalog_compare_block .d-flex>div {
        margin-bottom: 10px;
        width: 100%;
    }

    .links_sections {
        padding: 0 50px;
    }

    .links_sections .link {
        margin: 0 5px;
    }

}

@media (max-width: 390px) {
    .catalog-item .product-item-detail-pay-block.item-summary .price .product-item-detail-price-current {
        font-size: 24px !important;
    }

    .catalog-item .item-summary span.measure-title {
        font-size: 15px;
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        background-position: 10px;
        background-size: 15px;
        flex-grow: 0;
        font-size: 10px;
        padding: 20px 10px;
        /*width: 51px;*/
        justify-content: end;
    }
}

.btn.btn-cart {
    background-position: 10%;
    padding: 8px 15px 8px 40px;
}

@media screen and (max-width: 368px) {
    .btn.btn-cart {
        background-position: 19%;
        background-size: 21px;
        padding: 8px 15px 8px 40px;
    }

    .main-button-container .oneclickbuy {
        padding: 8px 15px;
    }

    .index-page__main_slider .navigation {
        bottom: 40px;
        left: 15px;
    }
}

@media screen and (max-width: 348px) {
    .btn.btn-cart {
        background-position: 19%;
        background-size: 21px;
        padding: 8px 15px 8px 40px;
    }

    .main-button-container .oneclickbuy {
        padding: 8px 15px;
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        background-position: 50%;
        font-size: 0;
        width: 51px;
    }

}

@media (max-width: 767px) {

    .container,
    .container-sm {
        max-width: unset;
    }
}


.h1-block {
    display: flex;
    flex-direction: row;
    gap: 20px;


}

.h1-block .products-count {
    font-size: 25px;
    color: #5c636f;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}


.cons-form__form__summary .btn-phone {
    height: 53px;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: center;
}

.footer-bottom-links a {
    color: var(--MainBlack);
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 23px;
    opacity: .4;
}

@media (max-width: 1300px) {
    .footer-bottom-links {
        padding-right: 100px;
    }
}

@media (max-width: 1200px) {
    .footer-bottom-links {
        justify-content: flex-end;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .footer-bottom-links {
        gap: 10px;
        padding: 10px 0;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .footer-bottom-links {
        justify-content: center;
        padding: 0;
    }

    .footer-bottom-links a {
        text-align: center !important;
    }

    .footer-copyright__block {
        display: flex;
        gap: 10px;
        flex-direction: column-reverse;
        padding: 10px;
    }
}


.logo--v1 .company__slogan {
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}

@media (max-width: 991px) {
    .logo--v1 .company__slogan {
        font-size: 16px;
        padding-top: 5px;
    }

}

@media screen and (max-width: 568px) {
    .logo--v1 .company__slogan {
        font-size: 4vw;
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }
}


.catalog-item--v1 .tags {
    justify-content: flex-end !important;
}

.catalog-item--v1 .absolute_buttons {
    top: 10px;
    left: 10px;
    right: unset;
    padding: 0;
}

.catalog-item--v1 .absolute_buttons>* {
    position: static !important;
}

.catalog-item.catalog-item--v1 .product-item-compare-container span[data-entity="compare-title"],
.catalog-item--v1 span[data-entity="compare-title"] {
    background: url("/upload/images/icons/compare-v1.svg") no-repeat;
}


.catalog-item.catalog-item--v1 .product-item-compare-container input:checked+span[data-entity="compare-title"],
.catalog-item--v1 input:checked+span[data-entity="compare-title"] {
    background: url("/upload/images/icons/compare_active-v1.svg") no-repeat;
}

.catalog-item--v1 .product-item-image-wrapper {
    padding-top: 190px;
}

.catalog-item--v1 .item-data {
    padding: 20px;
}

.catalog-item--v1 .item-data .item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #2E3C53;
}

.catalog-item--v1 .item-bottom-info {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 5px;
}

.catalog-item--v1 .item-bottom-info>* {
    grid-column-start: 1;
    grid-column-end: 3;
}

.catalog-item--v1 .item-bottom-info .price {
    grid-column-start: 1;
    grid-column-end: 2;
}

.catalog-item--v1 .item-bottom-info .quantity {
    grid-column-start: 2;
    grid-column-end: 3;
    justify-self: flex-end;
}

.catalog-item--v1 .item-bottom-info .item-buttons {
    margin-top: 20px;
}

.catalog-item--v1 .item-summary,
.catalog-item--v1 .item-summary:not(.product-item-detail-pay-block) {
    padding-bottom: 0;
}


.catalog-item--v1 .available {
    margin-bottom: 14px;
}

.catalog-top--v1 .swiper-button-prev.swiper-button-disabled {
    background-color: #7CBE69;
    background-image: url(/local/templates/sever/build/images/arrow-r-w.ea0ec56c.svg);
    opacity: 1;
}

.catalog-top-wrapper {
    position: relative;
}

.catalog-top--v1 .swiper-button-next,
.catalog-top--v1 .swiper-button-prev {
    top: 65%;
}


.catalog-element-v1 h1 {
    margin-bottom: 30px;
    margin-top: 0;
}

.catalog-element-v1 .item-summary .price span.rub_symbol {
    display: none;
}

.catalog-element-v1 .item-buttons .btn,
.catalog-element-v1 .btn.btn-cart {
    flex-grow: unset;
}

.catalog-element-v1 .oneclickbuy {
    font-size: 16px;
    padding: 14px 28px;
    line-height: 1.5;
}

.catalog-element-v1 .item-buttons {
    gap: 5px;
    margin: 30px 0;
}

.catalog-element-v1 .product-favor-compare {
    margin-top: 30px;
    margin-bottom: 30px;
}

.catalog-element-v1 .product-favor-compare .ya-share2 {
    margin: 0;
}


.catalog-element-v1 .product-item-detail-slider-image-slick img {
    min-height: 470px;
    max-height: 470px;
}

.catalog-element-v1 .item-properties .product-item-detail-properties {
    padding: 15px 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.catalog-element-v1 .item-properties .product-item-detail-properties li {
    margin-bottom: 0;
}


.catalog-element-v1 .slick-arrow {
    background-color: #7CBE69;
    background-image: url(/local/templates/sever/build/images/arrow-r-w.ea0ec56c.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 39px;
    height: 36px;
    opacity: 1;
}

.catalog-element-v1 .slick-arrow:hover {
    background-color: #7CBE69;
    background-image: url(/local/templates/sever/build/images/arrow-r-w.ea0ec56c.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.catalog-element-v1 .slick-arrow::before {
    display: none;
}

.catalog-element-v1 .slick-prev {
    transform: translate(0, -50%) rotate(180deg);
    left: 9px;
}

.catalog-element-v1 .slick-next {
    right: 9px;
}

.catalog-element-v1 .product-item-detail-slider-thumbnails .thumbnail-item {
    height: 80px;
}

.detail-product-advantages {
    margin-top: 35px;
}

.catalog-element-v1__tags {
    position: absolute;
    top: 25px;
    right: 22px;
    z-index: 2;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.catalog-element-v1__tag {
    background: var(--MainGreen);
    border: 1px solid var(--MainGreen);
    border-radius: 16px;
    color: #fbfcff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .25px;
    padding: 5px 15px;
}

@media (max-width: 1400px) {

    .catalog-element-v1 .item-buttons {
        row-gap: 10px;
    }

    .catalog-element-v1 .btn.btn-cart {
        padding-left: 26px;
        background-position-x: 10px;
    }

    .catalog-element-v1 .item-buttons .btn,
    .catalog-element-v1 .btn.btn-cart,
    .catalog-element-v1 .available {
        flex-grow: 1;
        width: 100%;
    }
}


@media (max-width: 991px) {

    .catalog-element-v1 .item-buttons .btn,
    .catalog-element-v1 .btn.btn-cart,
    .catalog-element-v1 .available {
        flex-grow: unset;
        width: auto;
    }

    .catalog-element-v1 .btn.btn-cart {
        padding-left: 40px;
    }
}


.basket-items-list-table tr:nth-child(odd),
.basket-items-list-header {
    background: transparent;
}




.basket-v1 {
    padding-right: 400px;
    position: relative;
}

.basket-v1 .delete-btn-cart {
    background: none;
}

.basket-v1__total {
    position: absolute;
    right: 0;
    width: 390px;
    z-index: 2;
}

.basket-v1__total .basket-checkout-section-inner {
    flex-wrap: wrap;
}

.basket-v1__total .basket-checkout-block-btn {
    width: 100%;
    padding: 15px 15px 0;
    text-align: center;
}


.basket-v1__total .basket-checkout-container {
    margin-bottom: 0;
}

@media (min-width: 991px) {
    .basket-v1__total.fixed {
        position: fixed;
    }

    .basket-v1__total.stop {
        position: absolute;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .basket-v1 {
        padding-right: 200px;
    }

    .basket-v1__total .basket-checkout-block-total {
        padding: 0;
    }

    .basket-v1__total .basket-checkout-container {
        padding: 10px;
    }

    .basket-v1__total {
        width: 210px;
    }

    .basket-v1__total .basket-coupon-block-total-price-current {
        font-size: 24px;
    }

    .basket-v1__total .basket-checkout-block-btn {
        padding: 15px 0;
    }

    .basket-v1__total .basket-checkout-block-btn .btn {
        padding: 15px 10px;
    }
}



@media (max-width: 991px) {
    .basket-v1__total .basket-checkout-block-btn {
        padding-right: 0;
        width: auto;
        flex: unset;
    }

    .basket-v1__total {
        position: static;
        width: 100%;
        /* margin-bottom: 20px; */
        margin: 0 0 20px;
    }

    .basket-v1__total>* {
        padding: 0;
    }

    .basket-v1 {
        padding-right: 0;
    }
}

.header-favorite,
.header-compare {
    position: relative;
}

.header-favorite svg,
.header-compare svg {
    margin-right: 5px;
}

.header-favorite__count[data-count="0"],
.header-compare__count[data-count="0"] {
    display: none;
}

.header-favorite__count,
.header-compare__count {
    position: absolute;
    top: -5px;
    left: 20px;
    font-size: 10px;
    color: white;
    z-index: 2;
    background: var(--MainGreen);
    border-radius: 50%;
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
}

.basket-v1 .basket-checkout-container.basket-checkout-container-fixed,
.basket-v1 .basket-items-list-header.basket-items-list-header-fixed {
    position: static;
}



.basket-v1 .basket-checkout-container-fixed-hide {
    display: flex;
    opacity: 1 !important;
    position: static;
}


.top_header .contact__item {
    transition-duration: .2s;
}

.top_header .buttons_contact .contact__item:hover {
    opacity: .8;
}

.top_header .contact__item.location:hover a,
.contact__block .communication:hover .phone,
.contact__item:hover .callback-link {
    color: var(--MainGreen);
}

.bx-basket a,
.bx-basket a img {
    transition-duration: .2s;
}

.bx-basket a:hover {
    background: var(--MainGreen);
    border-color: var(--MainGreen);
    color: white;
}


.bx-basket a:hover img {
    filter: brightness(10);
}

.product-item-detail-compare {
    transition-duration: .2s;
}


.product-item-detail-favor:hover svg {
    stroke: var(--MainGreen);
    fill: var(--MainGreen);
}

.product-favor-compare .ya-share2:hover .ya-share2__link_more {
    opacity: .5 !important;
}

.product-item-detail-compare:hover {
    filter: invert(10)
}

.bx-catalog-element .item-summary .quantity {
    overflow: hidden;
}

.bx-catalog-element .item-summary .quantity-minus:hover,
.bx-catalog-element .item-summary .quantity-plus:hover {
    background: #aaa;
}



.links_sections--v1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.links_sections__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.links_sections__fold {
    cursor: pointer;
    text-decoration: underline;
    color: #3C8D24;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    display: none;
}

.links_sections--v1 .link {
    display: flex;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    padding: 10px 10px;
    color: #050505;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.links_sections--v1 .link span {
    color: rgba(46, 60, 83, 0.5);
}


@media (max-width: 480px) {

    .links_sections .link {
        border-color: #3C8D24
    }

    .links_sections__list .link {
        width: 100%;
        border-color: #3C8D24
    }

    .links_sections .link span,
    .links_sections--v1 .link span {
        color: #3C8D24;
        opacity: .5;
    }

    .links_sections .link:hover,
    .links_sections__list .link:hover {
        color: #3C8D24;
    }

    .links_sections__fold {
        display: block;
    }

    .links_sections--v1:not(.links_sections--opened) .links_sections__list .link:nth-child(n+5) {
        display: none;
    }


}



.product-item-detail-slider-images-container-slick:not(.slick-initialized) .product-item-detail-slider-image-slick:nth-child(n+2) img {
    display: none;
}


@media screen and (max-width: 1199px) {
    .index-page__main_slider .navigation {
        bottom: 20px
    }

    .index-page__main_slider .swiper-wrapper {
        align-items: stretch;
    }

    .index-page__main_slider .index-slider-item {
        height: auto;
    }
}


@media (max-width: 768px) {
    .bx-breadcrumb {
        overflow-x: auto;
        padding-bottom: 10px;
        display: flex;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        min-width: max-content;
    }
}

@media (max-width: 640px) {
    .back-scroll.shown {
        right: -30px;
    }
}

.nav:not(.nav-tabs) .submenu li {
    height: auto;
}

.bx-soa-cart-total-ghost {
    padding-top: 190px !important;
    margin-top: -190px;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 190px;
}

.bx-soa-cart-total-fixed~#duplicate {
    top: 325px;
}

@media (max-width: 1400px) {
    .bx-soa-cart-total-ghost {
        padding-top: 225px !important;
        margin-top: -225px;
    }

    .bx-soa-cart-total.bx-soa-cart-total-fixed {
        top: 225px;
    }

    .bx-soa-cart-total-fixed~#duplicate {
        top: 360px;
    }

}

@media (max-width: 1200px) {
    .bx-soa-cart-total-ghost {
        padding-top: 120px !important;
        margin-top: -120px;
    }

    .bx-soa-cart-total.bx-soa-cart-total-fixed {
        top: 120px;
    }

    .bx-soa-cart-total-fixed~#duplicate {
        top: 260px;
    }
}

@media (max-width: 991px) {
    .bx-soa-cart-total-ghost {
        padding-top: 80px !important;
        margin-top: -80px;
    }

    .bx-soa-cart-total.bx-soa-cart-total-fixed {
        top: 80px;
    }

    .bx-soa-cart-total-fixed~#duplicate {
        top: 215px;
    }
}

.catalog-top-wrapper--v1 {
    position: relative;
}

.catalog-top-wrapper--v1 .swiper-button-prev,
.catalog-top-wrapper--v1 .swiper-button-next {
    background-color: #7CBE69;
    background-image: url(/local/templates/sever/build/images/arrow-r-w.ea0ec56c.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    box-shadow: 0 0 9px rgba(0, 0, 0, .06);
    cursor: default;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border-radius: 10.25px;
    height: 36.44px;
    position: absolute;
    transition: all .3s ease-out;
    width: 39px;
    z-index: 1;
    cursor: pointer;
}

@media (min-width: 1400px) {
    .catalog-top-wrapper--v1 .catalog-top--v1 {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .catalog-top-wrapper--v1 .catalog-top--v1 {
        margin: 0;
    }
}

.catalog-top-wrapper--v1 .swiper-button-next {
    right: -35px;
    left: unset;
}

.catalog-top-wrapper--v1 .swiper-button-prev {
    transform: translateY(-50%) scale(-1);
    left: -35px;
}

@media (max-width: 768px) {
    .catalog-top-wrapper--v1 {
        padding: 0 40px;

    }

    .catalog-top-wrapper--v1 .swiper-button-next {
        right: 0;
    }

    .catalog-top-wrapper--v1 .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 414px) {
    .catalog-top-wrapper--v1 {
        padding: 0;
    }

    .catalog-top-wrapper--v1 .swiper-button-next,
    .catalog-top-wrapper--v1 .swiper-button-prev {
        display: none;
    }
}


.product-item-detail-cart-button {
    display: none;
}

.bx-catalog-element--added .product-item-detail-cart-button {
    display: flex;
}

.bx-catalog-element--added .product-item-detail-buy-button {
    display: none;
}


.bx-catalog-element--added .product-item-detail-cart-button,
.bx-catalog-element--added .oneclickbuy {
    padding: 14px 10px;
}


.catalog-item__sale-text-bar {
    position: absolute;
    width: 90%;
    bottom: 10px;
    left: 5%;
    padding: 10px;
    border-radius: 14px;
    background: rgba(124, 190, 105, .7);
    color: white;
    font-size: 14px;
    text-align: center;
    z-index: 2;
}

.cats__more {
    /* margin-left: auto;
    margin-right: auto; */
    display: block;
}



.bottom-menu .navbar-header .mobile-close {
    position: relative;
}


.sitemap [data-item-id="febf10f966f14750ba69dbdf3d2361ed"] {
    display: none;
}



.green-dot {
    padding-left: 25px;
    position: relative
}

.green-dot::before {
    content: '';
    position: absolute;
    left: 7px;
    width: 9px;
    height: 9px;
    border: solid 1px #7CBE69;
    border-radius: 50%;
    top: calc(50% - 4.5px);
}

.green-dot::after {
    content: '';
    position: absolute;
    left: 9px;
    width: 5px;
    height: 5px;
    background: #7CBE69;
    border-radius: 50%;
    top: calc(50% - 2.5px);
}

.color-gray {
    color: rgba(46, 60, 83, .5);
}

.top_header--v1 {
    padding-top: 14px;
}

.top_header--v1 .contact__block {
    color: #193660;
}

.fz-12 {
    font-size: 12px;
}

.top_header--v1 .callback-link {
    font-weight: bold;
    color: #2E3C53;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.125;
}

.mobile-menu-toggler {
    display: none;
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/sever/assets/images/gg_menu-left.svg);
    background-size: contain;
    cursor: pointer;
}

@media(max-width: 768px) {
    .top_header--v1 {
        display: grid;
        grid-template-areas: 'burger logo cart'
            'contacts contacts contacts';
    }

    .top_header--v1 .mobile-menu-toggler {
        grid-area: burger;
    }

    .top_header--v1 .header_logo {
        grid-area: logo;
    }

    .top_header--v1 .cart-custom {
        grid-area: cart;
    }

    .top_header--v1 .header_favorites {
        grid-area: contacts;
    }


    .mobile-menu-toggler {
        display: block;
    }

    .menu-opened .nav.mob_off {
        display: flex;
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%;
        background: white;
        /* height: 100vh; */
        max-height: calc(100vh - 221px);
        overflow: auto;
        height: 100vh;
    }

    .menu-opened .sticky-header header {
        padding-top: 25px;
        position: relative;
    }

    .menu-opened .nav:not(.nav-tabs)>li {
        padding: 0;
        width: 100%;
        height: auto;
    }

    .menu-opened .nav:not(.nav-tabs)>li a {
        padding: 14px 30px;
        padding-right: 30px !important;
    }

    .menu-opened .nav:not(.nav-tabs) li.dropdown:hover>a:after {
        transform: rotate(180deg) translateY(50%);
        border-top-color: white;
    }

    .menu-opened .nav:not(.nav-tabs)>li.dropdown>a {
        padding-top: 10px;
        padding-bottom: 10px;
        justify-content: space-between;
        height: max-content;
    }

    .menu-opened .nav:not(.nav-tabs)>li.dropdown:hover>a {
        background: #7CBE69;
        color: #fff;
    }


    .menu-opened .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu {
        position: static;
        box-shadow: none;
        margin: 0;
        padding: 0;
        gap: 0;
    }

    .menu-opened .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li {
        width: 100%;
        padding: 14px 40px;
    }

    .menu-opened .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li>a {
        border: none;
        height: max-content;
        padding: 0;
    }

    .menu-opened .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li:hover>a {
        background: none;
        color: #7CBE69;
    }
}

@media (max-width: 480px) {
    .top_header--v1 .logo__icon {
        width: 42px;
    }

    .sticky-header .top_header--v1 .logo .company__name,
    .top_header--v1 .logo .company__name {
        font-size: 18px;
    }

    .top_header--v1 .logo .company__slogan {
        font-size: 7px;
    }

    div.sticky-header .top_header--v1 .logo .company,
    .top_header--v1 .logo .company {
        padding: 0;
        justify-content: center;
    }
}



.bx-catalog-element .infoblock__text {
    font-size: 16px;
}

.btn-cart.product-item-detail-buy-button:hover {
    border-color: #7cbe69;
}

.bx-catalog-element .item-properties .props-title {
    font-size: 18px;
    color: #2e3c53;
    opacity: unset;
}

.bx-catalog-element .item-properties .product-item-detail-properties li {
    font-size: 16px;
    line-height: 20px;
}


.top_header .delivery-info {
    margin-bottom: 10px;
}

.bx-catalog-element h1 {
    margin-top: 0;
}

@media (max-width: 568px) {
    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        font-size: 13px;
        background-position: 15px;
        padding: 5px 5px 5px 20px;
    }
}

@media (max-width: 414px) {
    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        background-position: 10px;
    }
}

@media (max-width: 380px) {
    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        font-size: 12px;
        background-position: 5px;
        justify-content: center;
        padding: 8px 8px 8px 20px;
    }
}

@media (max-width: 360px) {
    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        padding: 5px 5px 5px 20px;
    }
}

@media (max-width: 992px) {

    footer .contact__block--v1,
    footer .flex.contact__block--v1 {
        justify-content: flex-start;
        gap: 0;
        margin-top: 10px;
    }

    footer .contact__block--v1>* {
        width: auto;
    }

    footer .contact__block--v1 .contact_address .location {
        margin-bottom: 0;
    }

    footer .contact__block--v1 .contact__item {
        margin: 0;
    }
}


@media (max-width: 576px) {

    footer .contact__block--v1,
    footer .flex.contact__block--v1 {
        justify-content: center;
        margin: 0;
    }


}

.slide_menu--mob {
    display: none;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
}


@media (max-width: 768px) {
    header .menu {
        align-items: flex-start;
    }

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

    .slide_menu--mob {
        display: flex;

    }

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

    .current .slide_menu--mob {
        transform: rotate(180deg);
    }

    .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a.current {
        background: #fff;
        color: #7CBE69;
    }

    .menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu>li.parent>a.current .slide_menu svg path {
        fill: #000;
    }
}


@media (max-width: 480px) {
    #sort-panel a {
        font-size: inherit;
    }

    #sort-panel {
        font-size: 13px;
    }

    .catalog-item__sale-text-bar {
        padding: 1px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .cart {
        border: 1px solid #2E3C53;
        height: 46px;
    }

    .cart::after {
        display: block;
        font-size: 10px;
        height: 10px;
        min-width: 15px;
        min-height: 15px;
        line-height: 1;
        padding: 3px 5px;
    }
}

@media (max-width: 480px) {
    .cart {
        height: 40px;
        min-width: 120px;
    }
}

@media (max-width: 380px) {
    .cart {
        height: 40px;
        min-width: 110px;
    }
}

.smart-filter.smart-filter--v1 .smart-filter-parameters-box-title-text,
.smart-filter.smart-filter--v1 .smart-filter-parameters-box .form-check,
.smart-filter.smart-filter--v1 .smart-filter-input-container input,
.smart-filter.smart-filter--v1 .smart-filter-input-container label {
    font-size: 16px;
}

.smart-filter.smart-filter--v1 .smart-filter-input-container label {
    height: 100%;
    align-items: center;
}

.smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper>* {
    margin: 0;
    flex: 1;
}

.smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper .btn_show_result_wrap.reset input,
.smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper .btn_show_result_wrap .smart-filter-popup-result {
    margin: 0;
    min-width: 120px;
}

.smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper .btn_show_result_wrap.reset input {
    padding: 9.5px 26px;
}

.smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper .btn_show_result_wrap .smart-filter-popup-result {
    padding: 12.5px 10px;
}

.smart-filter--v1 {
    border: 1px solid #EDEDED;
    border-radius: 10px;
}


.catalog-item:hover .item-data .item-properties ul li,
.catalog-item:hover .item-data .item-properties ul li a {
    color: var(--MainBlack) !important;
}

.catalog-item .item-data .item-properties ul li a:hover {
    color: #7cbe69 !important;
}

.product-item-detail-slider-image-slick [data-fancybox="product-gallery"] {
    display: block;
}


@media (max-width: 414px) {
    .header_logo .logo {
        gap: 5px;
    }
}

.bold600 {
    font-weight: 600;
}

.article-element__date,
.article-element__author {
    margin: 10px 0;
    color: var(--MainBlack);
    font-size: 20px;
    line-height: 29px;
}

.article-element__text {
    margin-top: 20px;
}


.product-item-detail-tab-content[data-value="garanty"] p {
    letter-spacing: .01em;
    margin-bottom: 28px
}

.product-item-detail-tab-content[data-value="garanty"] .check {
    margin: 0;
    padding-left: 25px
}

.product-item-detail-tab-content[data-value="garanty"] .check li {
    font-size: 18px;
    line-height: 18px;
    margin: 22px 0 0
}

.product-item-detail-tab-content[data-value="garanty"] .bottom-quote {
    margin: 26px 0 -17px;
    padding: 20px 0 16px 57px
}

.product-item-detail-tab-content[data-value="garanty"] .other_info .return {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    color: var(--MainBlack);
    font-size: 18px;
    line-height: 18px;
    padding: 20px
}

.product-item-detail-tab-content[data-value="garanty"] .other_info .return .subhead {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 25px;
    margin-bottom: 27px
}


.cons-form__bg {
    z-index: -1;
}

#form-callback .form-agree-v1,
#form-oneclick .form-agree-v1,
.modal .form-agree-v1 {
    font-size: 13px;
}


.modal .form-agree-v1 a {
    color: inherit;
}

.product-item-detail-tab-content ol:not(.nav):not(.submenu):not(.clear).list li,
.product-item-detail-tab-content ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list).list li,
.product-item-detail-tab-content ol:not(.nav):not(.submenu):not(.clear).shadow li,
.product-item-detail-tab-content ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list).shadow li,
.product-item-detail-tab-content p,
.product-item-detail-tab-content h3,
.product-item-detail-tab-content .h3,
.product-item-detail-tab-content li {
    font-size: 16px;
    line-height: 1.45;
}


.text-10 {
    font-size: 10px;
}

.text-12 {
    font-size: 12px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-26 {
    font-size: 26px;
}

.text-28 {
    font-size: 28px;
}

.text-30 {
    font-size: 30px;
}

.text-32 {
    font-size: 32px;
}

.text-34 {
    font-size: 34px;
}

.text-36 {
    font-size: 36px;
}


.font-100 {
    font-weight: 500;
}

.font-200 {
    font-weight: 500;
}

.font-300 {
    font-weight: 500;
}

.font-400 {
    font-weight: 500;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 500;
}

.font-700 {
    font-weight: 500;
}

.font-800 {
    font-weight: 500;
}

.font-900 {
    font-weight: 500;
}


@media (max-width: 640px) {
    .catalog-section-description table {
        overflow: auto;
        width: 100%;
        display: block;
    }

    .catalog-section-description thead,
    .catalog-section-description tbody {
        min-width: max-content;
    }
}



@media (max-width:1199px) {
    .pwa_menu .header_bottom_wrap .mobile_btn {
        font-family: "Segoe UI", sans-serif;
    }
}

@media (max-width:575px) {
    .calc-form__form .row {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .sidebar_wrapper .smart-filter--v1 {
        border: none;
    }
}

@media (max-width: 767px) {
    .sidebar_wrapper .open_menu_mobile {
        display: none;
    }
}


@media (max-width: 1200px) {
    .menu .nav.mob_off li a span:first-letter {
        text-transform: uppercase;
    }
}

.front-news-list--mobile {
    display: none;
}

.front-news-list--mobile .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.front-news-list--mobile .swiper-slide {
    height: auto;
}

@media (max-width: 640px) {
    .front-news-list--desktop {
        display: none;
    }

    .front-news-list--mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .bx-touch .smart-filter__buttons-wrapper .smart-filter-popup-result {
        position: static !important;
        line-height: 18px;
    }
}

[data-entity="items-wrapper"] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
    width: 100%;
    margin: 0;
}

[data-entity="items-wrapper"]>* {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
}

.lazy-load-btn {
    padding: 9px 26px;
    min-width: 204px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    width: max-content;
    margin: 15px auto;
    background: #f8f5fa;
    color: #2e3c53;
    transition: all .3s ease-out;
    border: solid 1px #f8f5fa;
}

.lazy-load-btn:hover {
    color: #7cbe69;
    background: #f8f5fa;
}

@media (max-width: 1200px) {
    [data-entity="items-wrapper"] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    [data-entity="items-wrapper"] {
        column-gap: 5px;
    }

}

@media (max-width: 414px) {
    [data-entity="items-wrapper"] {
        grid-template-columns: 1fr;
    }

    [data-entity="items-wrapper"] .catalog-item .item-data .item-buttons .btn.addToCart {
        width: 100%;
    }
}


.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}


.index-page__main_slider .swiper-pagination {
    width: 83px;
    display: block;
}


.header_search {
    max-width: 300px;
    width: 100%;
}

.header_search .searchForm {
    max-width: 300px;
    height: 45px;
    position: relative;
    width: 100%;
}

.header_search .searchForm .search {
    background: #f3f3f3;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    height: 41px;
    margin-top: 2px;
    max-width: 380px;
    padding: 0 35px 0 20px;
    width: 100%;
}

.header_search .searchForm .search__submit {
    background: #f3f3f3 url(/local/templates/sever/build/images/search.f280ecb9.svg) no-repeat 50%;
    border: 0;
    color: transparent;
    height: calc(100% - 10px);
    margin: 5px 0 5px -30px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}



.sticky-header-v2 .buttons_contact .contact__item {
    width: 25px;
    height: 25px;
}

.sticky-header-v2 .top_header {
    justify-content: space-between !important;
    gap: 15px;
}

.sticky-header-v2 .contact__block {
    gap: 20px;
    flex: 1;
}

.sticky-header-v2 .logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sticky-header-v2 .header_logo {
    max-width: 248px;
}

.sticky-header-v2 .address_time {
    max-width: 225px;
    width: 100%;
}

.sticky-header-v2 .header-favorite svg,
.sticky-header-v2 .header-compare svg {
    margin-right: 0;
}

.sticky-header-v2 .favor_compare_links {
    display: flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    margin-left: 60px;
}

@media (min-width: 768px) {
    .sticky-header-v2 .cart_container {
        display: none;
    }

    .sticky-header-v2 .cart {
        width: 58px;
    }

}


@media (max-width: 1199px) {
    .sticky-header-v2 .header_search .searchForm {
        display: block !important;
    }

    .sticky-header-v2 .favor_compare_links {
        display: none;
    }
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}

.gap-50 {
    gap: 50px;
}

.gap-60 {
    gap: 60px;
}

.gap-70 {
    gap: 70px;
}

.gap-80 {
    gap: 80px;
}

.gap-90 {
    gap: 90px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.my-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.my-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}


.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .sticky-header-v2 .nav:not(.nav-tabs)>li.dropdown>a {
        padding-right: 22px !important;
        position: relative
    }

    .sticky-header-v2 .nav:not(.nav-tabs)>li.dropdown>a:after {
        border: none;
        width: 10px;
        margin: 0;
        height: 6px;
        background-image: url(/local/templates/sever/assets/images/chevron-down-blue.svg);
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }


}




.index-page__services .cat-data {
    min-height: 135px !important;
    height: auto !important;
    position: relative;
    padding: 13px 65px 15px 14px;
    background: white;
    align-items: unset;
}

.index-page__services .cats__cat {
    display: block;
    background-color: #c4c4c4;
    background-repeat: no-repeat;
    background-position: center top;
    /* background-size: contain; */
    background-size: 100% 100%;
    position: relative;
    text-decoration: none;
    padding-top: 175px;
    margin-bottom: 16px;
    border-radius: 16px;
    box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
    overflow: hidden;
}

.index-page__services .cats__cat .cat-elem-count {
    background: #fff;
    position: absolute;
    right: 3.82%;
    top: 4.96%;
    padding: 6px 8px 5px;
    font-weight: 500;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(46, 60, 83, 0.7);
    border-radius: 999px;
}

.index-page__services .cats__cat .cat-data {
    background: #fff;
    position: relative;
    height: 84px;
    padding: 13px 65px 15px 14px;
}

.index-page__services .cats__cat .cat-data .cat-title {
    color: #2e3c53;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.2s ease-out;
}

.index-page__services .cats__cat .cat-data .cat-price,
.index-page__services .cats__cat .cat-data .cat-price span .rub_symbol {
    color: #2e3c53;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;

}

.index-page__services .cats__cat .cat-data .cat-price span {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
}

.index-page__services .cats__cat .cat-data .cat-price sup {
    font-weight: 700;
    font-size: 8px;
    line-height: 8px;
}

.index-page__services .cats__cat .cat-data .cat-bt {
    background: rgba(46, 60, 83, 0.2) url("/local/templates/sever/components/bitrix/catalog.section.list/.default/images/arrow-long-r-b.svg") center no-repeat;
    color: #2e3c53;
    position: absolute;
    right: 5%;
    top: unset;
    bottom: 27%;
    width: 40px;
    height: 37px;
    box-shadow: 0 1.5px 10.7px rgba(0, 0, 0, 0.12);
    border-radius: 9.15px;
    transition: all 0.3s ease-out;
}

.index-page__services .cats__cat:hover {
    box-shadow: 0 4.16717px 29.1702px rgba(0, 0, 0, .12);
    filter: drop-shadow(0 4.16717px 29.1702px rgba(0, 0, 0, 0.12));
}

.index-page__services .cats__cat:hover .cat-data .cat-title {
    color: #7cbe69;
}

.index-page__services .cats__cat:hover .cat-data .cat-bt {
    background: #7cbe69 url("/local/templates/sever/components/bitrix/catalog.section.list/.default/images/arrow-long-r-w.svg") center no-repeat;
    color: #fff;
}

.index-page__services .cats__more {
    width: 219px;
    margin: 30px auto;
}

.index-page__services .cat-data {
    min-height: 135px !important;
    height: auto !important;
}



.justify-center {
    justify-content: center;
}

.w-max {
    width: max-content;
}


.sort-info-table h2 {
    text-align: center;
    margin-bottom: 40px;
}

.sort-info-table table th {
    background: #7CBE69;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
    opacity: 1;
}

.sort-info-table table thead tr th {
    border-right: 4px solid #fff;
}

.sort-info-table table thead tr th:last-child {
    border-right: none;
}

.sort-info-table table td {
    padding: 10px 20px;
    vertical-align: top;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    border: none;
}

.sort-info-table td p {
    font-size: inherit;
    line-height: inherit;
}

.sort-info-table table tbody tr {
    border: none;
}

.sort-info-table table tbody tr:nth-child(odd) {
    background: #fff;
}

.sort-info-table table tbody tr:nth-child(even) {
    background: #F3F3F3;
}

.sort-info-table table tbody tr td:first-child {
    font-weight: 700;
}

.sort-info-table {
    margin-bottom: 140px;
}

@media (max-width: 1200px) {
    .sort-info-table {
        margin-bottom: 80px;
    }
}

.sort-info-table__accordion {
    display: none;
}

@media (max-width: 767px) {
    .sort-info-table table {
        display: none;
    }

    .sort-info-table__accordion {
        display: block;
    }
}

.sort-info-table__accordion-item {
    margin-bottom: 4px;
}

.sort-info-table__accordion-item-title {
    position: relative;
    padding: 10px 52px 10px 20px;
    background: #7CBE69;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    cursor: pointer;
}

.sort-info-table__accordion-item-title::before {
    content: '';
    position: absolute;
    background-image: url(/local/templates/sever/assets/images/arrow-r-w.svg);
    background-size: contain;
    width: 7px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition-duration: .2s;
}

.sort-info-table__accordion-item.opened .sort-info-table__accordion-item-title::before {
    transform: translateY(-50%) rotate(-90deg);
}


.sort-info-table__accordion-item-line-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
    margin-bottom: 4px;
}

.sort-info-table__accordion-item-line-value {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.sort-info-table__accordion-item-content .sort-info-table__accordion-item-line:nth-child(odd)>div {
    background: #fff;
}

.sort-info-table__accordion-item-content .sort-info-table__accordion-item-line:nth-child(even)>div {
    background: #F3F3F3;
}

.sort-info-table__accordion-item-content {
    display: none;
}

.sort-info-table__accordion-item.opened .sort-info-table__accordion-item-content {
    display: block;
}


.front_reviews {
    margin-bottom: 50px;
}

.reviews-slider .swiper-navigation {
    display: flex;
    gap: 14px;
}

.reviews-slider .swiper-button-prev {
    position: static;
    transform: rotate(180deg);
}

.reviews-slider .swiper-button-next {
    position: static;
    transform: none;
}

/* BEGIN FAQ */

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #D8D8D8;
}

.faq-item__header {
    cursor: pointer;
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    background-color: var(--MainGreen);
    padding: 10px 10px 10px 20px;
    font-weight: 700;
    color: #fff;
    transition: background-color 0.2s;
    font-size: 20px;
}

.faq-item__header::after {
    content: '\002B';
    display: flex;
    flex: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #e9e9e9;
    border-radius: 50px;
    font-size: 24px;
    line-height: 0;
    padding-bottom: 2px;
    font-weight: 400;
    color: var(--MainBlack);
    transition: 0.2s ease-in-out;
    transition-property: color, background-color;
}

.faq-item.opened .faq-item__body {
    display: block;
    padding: 20px;
    max-height: 1000px;
    overflow: hidden;
}

.faq-item.opened .faq-item__header::after {
    content: '\2212';
}

.faq-item__body {
    display: none;
}

.faq-item__header {}


/* END FAQ */


/* BEGIN Кнопки в фильтре */

.smart-filter--v1 .smart-filter-popup-result {
    border-radius: 6px;
}

.smart-filter--v1 #del_filter {
    border-radius: 6px;
}

/* END Кнопки в фильтре */


/* BEGIN Калькулятор */

.calc-form__form__quantity .minus,
.calc-form__form__quantity .plus {
    cursor: pointer;
}

.calc-form__form__remove,
.calc-form__form__add {
    min-width: 204px;
}

.calc-form__form__remove:hover {
    background-color: var(--MainGreen) !important;
    color: #fff !important;
}

.calc-form__form__add:hover {
    background-color: #5fb43d !important;
    color: #fff !important;
}

/* END Калькулятор */



/* BEGIN Теги v2 */
.links-sections-v2 {
    width: max-content;
    max-width: 100%;
}

.links-sections-v2 .links-sections-v2__tag-line:nth-child(n+4):not(.links-sections-v2__tag-line--show-more) {
    display: none;
}

.links-sections-v2--opened .links-sections-v2__tag-line:nth-child(n+4):not(.links-sections-v2__tag-line--show-more) {
    display: grid;
}

.links-sections-v2__tag-line {
    display: grid;
    grid-template-columns: 120px auto;
    margin-bottom: 10px;
}

.links-sections-v2__tag-label {
    font-weight: 500;
    padding-top: 10px;
    font-size: 14px;
}

.links-sections-v2__tag-items {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.links-sections-v2__tag-items .link {
    display: flex;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    padding: 5px 10px;
    color: #050505;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.links-sections-v2__tag-items .cat-elem-count {
    color: rgba(46, 60, 83, 0.5);
}

.links-sections-wrapper .links_sections {
    display: none;
}

@media (max-width: 414px) {
    .links-sections-wrapper .links_sections {
        display: flex;
    }

    .links-sections-wrapper .links-sections-v2 {
        display: none;
    }
}

.links-sections-v2__show-more {
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-decoration: none;
    padding: 5px 10px;
    color: #050505;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #2e3c53;
}

/* END Теги v2 */


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

@media (max-width: 1199.98px) {
    .pwa_menu .mobile-bottom-menu .menu svg {
        height: auto;
    }
}

.subscribe_form #sender-subscribe form {
    gap: 10px;
    align-items: center;
}

.subscribe_form #sender-subscribe form .bx-input-group {
    width: unset;
    flex: 1;
}

.subscribe_form #sender-subscribe form input {
    margin-bottom: 0;
}

.bx-subscribe-mailing {
    display: flex;
    flex-direction: column;
}

.bx-subscribe-mailing .bx-subscribe-desc {
    margin-bottom: 10px;
}

.bx-subscribe-mailing .bx_subscribe_checkbox_container {
    display: flex;
    gap: 5px;
    align-items: center;
}

.bx-subscribe-mailing .bx_subscribe_checkbox_container input {
    height: auto !important;
}

@media (max-width: 600px) {
    .subscribe_form #sender-subscribe form .bx-input-group {
        width: 100%;
        flex: unset;
    }
}

.calc-form__control-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 767px) {
    .calc-form__control-buttons {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .calc-form__control-buttons {
        column-gap: 20px;
        row-gap: 15px;
    }

    .calc-form__form__remove,
    .calc-form__form__add {
        min-width: unset;
        flex: 1;
    }
}

@media (max-width: 360px) {
    .calc-form__control-buttons {
        flex-direction: column;
    }
}

.gallery-v2 {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery-v2 a {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #aaa;
    color: inherit;
    cursor: pointer;
    display: block;
    line-height: 0;
    padding: 3px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper .btn_show_result_wrap .smart-filter-popup-result {
        background: #57a338;
    }

    .smart-filter.smart-filter--v1 .smart-filter__buttons-wrapper .btn_show_result_wrap .smart-filter-popup-result:hover {
        background: #5fb43d;
    }
}


.product-item-scu-item-list .scu-item-text {
    border-radius: 6px;
    text-transform: lowercase;
}

.catalog-item .item-summary .measure .product-item-scu-item-list {
    margin-right: 0;
    justify-content: flex-end;
    gap: 30px;
}

.bx-catalog-element.catalog-item .item-summary .measure .product-item-scu-item-list {
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    gap: 3px;
}

.bx-catalog-element.catalog-item .item-summary .quantity {
    width: auto;
    overflow: unset;
}

.main_content .catalog-item .item-summary .measure .product-item-scu-item-list li.product-item-scu-item-text-container {
    width: auto;
    /* padding-left: 0;
    padding-right: 0; */
    color: var(--MainBlack);

}

.main_content .catalog-item .item-summary .measure {
    width: 100%;
}

.catalog-item:hover .item-data .measure .product-item-scu-item-list li.product-item-scu-item-text-container {
    color: var(--MainBlack) !important;
}

.reviews-slider .swiper-navigation {
    justify-content: flex-end;
    /* justify-content: space-between; */
    /* position: absolute; */
    position: static;
    top: 50%;
    /* height: 0px; */
    overflow: visible;
    width: 100%;
    left: 0;
    padding: 0 5px;
}

@media (max-width: 680px) {
    .reviews-slider .swiper-navigation {
        justify-content: space-between;
        position: absolute;
        height: 0;
    }
}


@media (max-width: 480px) {
    .reviews-slider .swiper-navigation {
        /*justify-content: center;*/
        /*margin-bottom: 20px;*/
        padding: 0 20px;
    }
}


.catalog-top--v2.swiper .swiper-button-prev,
.catalog-top--v2.swiper .swiper-button-next {
    background: var(--MainGreen) url(/local/templates/sever/build/images/arrow-r-w.ea0ec56c.svg) center no-repeat;
    opacity: 1;
    cursor: pointer;
}

.catalog-top--v2.swiper .swiper-button-prev:hover,
.catalog-top--v2.swiper .swiper-button-next:hover {
    background: #fff url(/local/templates/sever/build/images/arrow-r-g.f07d2cf6.svg) 50% no-repeat;
}

.block {
    display: block;
}

.about__mobile-image {
    display: none;
    max-width: 540px;
    justify-content: center;
}

@media (max-width: 768px) {
    .about__desktop-image {
        display: none;
    }

    .about__mobile-image {
        display: block;
        margin: 0 auto 16px;
    }
}

@media (max-width: 991px) {
    .bx-breadcrumb {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        margin-bottom: 0;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 13px;
    }

    h1 {
        margin-top: 10px;
    }

    .bx-catalog-element {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .page_catalog__cons-form .social {
        flex-direction: column;
    }

    .index-page__hit-tabs .nav li a.nav-link {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        min-height: 50px;
        font-size: 16px;
        border: solid 1px #2e3c53b3;
        box-shadow: none;
    }

    .index-page__hit-tabs .nav li a.nav-link:hover,
    .index-page__hit-tabs .nav li a.nav-link.active {
        border: solid 1px var(--MainGreen);
    }


    .front_articles .cats,
    .stages--v2 .stages__row {
        margin-top: 0px;
    }

}


@media (max-width: 576px) {
    h1 {
        margin-top: 20px;
    }

    .page_catalog__cons-form .social .title {
        font-size: 15px;
    }


    .advantages--v2 .avantags__avantag {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 15px;
    }

    .advantages--v2.avantags__avantag svg {
        margin-bottom: 0;
    }

    .advantages--v2 .avantags__avantag .title {
        margin: 0;
        align-self: center;
    }

    .advantages--v2 .avantags__avantag .text {
        grid-column: 1 / -1;
    }

    .index-page__hit-tabs .nav.nav-tabs.nav-pills {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: max-content;
    }

    .hit-tabs-wrapper {
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .index-page__hit-tabs .catalog-top.swiper {
        padding-top: 20px;
    }

    /*.__jivoMobileButton {
        --jivoMobileOffsetBottom: -10px !important;
    }*/
}


.index-page__cats .cat-bt {
    display: none;
}

.index-page__cats .cat-data .cat-title {
    text-align: center;
}

.index-page__cats .cats__more {
    min-width: 230px;
    padding-top: 8px;
    padding-bottom: 8px;
}


.index-page__services .cat-bt {
    display: none;
}

.index-page__services .cat-data .cat-title,
.index-page__services .cat-data .cat-price {
    text-align: center;
}

.index-page__services .cat-data .cat-price {
    margin: 0 auto;
}


.sidebar--active .__jivoMobileButton {
    --jivoMobileOffsetBottom: -10px !important;
}



.mobile-compare-icon,
.mobile-favorite-icon {
    position: relative;
}

.mobile-compare-icon__count[data-count="0"],
.mobile-favorite-icon__count[data-count="0"] {
    display: none;
}

.mobile-compare-icon__count,
.mobile-favorite-icon__count {
    position: absolute;
    font-size: 10px;
    color: #fff;
    line-height: 1;
    padding: 2px 5px;
    border-radius: 0 6px 0 8.43243px;
    display: block;
    font-weight: 700;
    /*font-family: 'Muller', serif;*/
    font-family: 'Segoe UI', sans-serif;
    top: 0;
    right: 0;
    background: #f24f41;
}


.links-sections-v3__select {
    position: relative;
}

.links-sections-v3__tag-label {
    width: max-content;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 999;
    background: #fff;
    transition-duration: .2s;
}

.links-sections-v3__dropdown {
    position: absolute;
    top: 80%;
    opacity: 0;
    left: 0;
    z-index: 1;
    transition-duration: .3s;
    /*min-width: 175px;*/
    min-width: max-content;
    border-radius: 10px;
    box-shadow: 0px 1.53px 10.68px 0px #0000001F;
    padding: 14px;
    background: #fff;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    gap: 14px;
}

.links-sections-v3__select:hover .links-sections-v3__tag-label {
    background: #7CBE69;
    color: #fff;
}


.links-sections-v3__select:hover .links-sections-v3__dropdown {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 10px);
}

.links-sections-v3__select:hover {
    z-index: 1000;
}

.links-sections-v3 {
    display: flex;
    gap: 8px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}


.links-sections-v3__select--1 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/SORT.svg);
}

.links-sections-v3__select--1:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/SORT-alt.svg);
}

.links-sections-v3__select--2 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/MATERIAL.svg);
}

.links-sections-v3__select--2:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/MATERIAL-alt.svg);
}


.links-sections-v3__select--3 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/HUMIDITY.svg);
}

.links-sections-v3__select--3:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/HUMIDITY-alt.svg);
}

.links-sections-v3__select--4 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/QUANTITY.svg);
}

.links-sections-v3__select--4:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/QUANTITY-alt.svg);
}

.links-sections-v3__select--5 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/LINING.svg);
}

.links-sections-v3__select--5:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/LINING-alt.svg);
}

.links-sections-v3__select--6 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/APPLYING.svg);
}

.links-sections-v3__select--6:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/APPLYING-alt.svg);
}

.links-sections-v3__select--7 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/LUMBER.svg);
}

.links-sections-v3__select--7:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/LUMBER-alt.svg);
}

.links-sections-v3__select--8 .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/PROCESSING.svg);
}

.links-sections-v3__select--8:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/PROCESSING-alt.svg);
}

.links-sections-v3__select--additional .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/ADDITIONAL.svg);
}

.links-sections-v3__select--additional:hover .links-sections-v3__tag-label::before {
    background-image: url(/local/templates/sever/assets/images/ADDITIONAL-alt.svg);
}



.links-sections-v3__select .links-sections-v3__tag-label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.links-sections-v3__select .links-sections-v3__tag-label::after {
    content: '';
    display: block;
    /*width: 16px;
    height: 16px;*/
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/sever/assets/images/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
}


.links-sections-v3__select:hover .links-sections-v3__tag-label::after {
    transform: rotate(180deg);
    background-image: url(/local/templates/sever/assets/images/arrow-down-alt.svg);
}


.links-sections-v3__select .cat-elem-count {
    color: #C4C4C4;
    font-size: 14px;
    white-space: nowrap;
}

.links-sections-v3__dropdown a {
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

.links-sections-v3__link-title {
    /* text-decoration: underline; */
    text-decoration: none;
}

.links-sections-v3__dropdown a:hover .links-sections-v3__link-title {
    color: #3C8D24;
}


@media (max-width: 480px) {
    .links-sections-v3 {
        flex-direction: column;
    }

    .links-sections-v3__select .links-sections-v3__tag-label {
        width: 100%;
    }

    .links-sections-v3__select .links-sections-v3__tag-label::after {
        margin-left: auto;
    }

    .links-sections-v3__dropdown {
        width: 100%;
        position: static;
        display: none;
    }

    .links-sections-v3__select:hover .links-sections-v3__dropdown {
        display: flex;
    }
}

.sidebar-menu-v1 .submenu {
    padding: 0 !important;
    margin: 0 !important;
}

.sidebar-tag__title {
    padding-left: 26px;
    color: #193660;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-right: 15px;
    display: block;
    cursor: pointer;
}

.sidebar-tag {
    margin: 0 !important;
    padding: 15px 0;
    border-bottom: solid 1px #EEEEEE;
}

.submenu .sidebar-tag:last-child {
    border-bottom: none;
}

.sidebar-tag__count {
    color: #C4C4C4;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 5px;
}

.sidebar-tag__arrow {
    cursor: pointer;
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/sever/assets/images/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform .2s ease-in-out;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar_menu .sidebar-menu-v1 .submenu {
    padding-left: 8px !important;
}

.sidebar_menu .sidebar-menu-v1 .sidebar-tag__title > .sidebar-tag__count {
    display: none;
}


.sidebar-tag__title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-tag--1 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/SORT.svg);
}

.sidebar-tag--2 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/MATERIAL.svg);
}

.sidebar-tag--3 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/HUMIDITY.svg);
}

.sidebar-tag--4 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/QUANTITY.svg);
}
.sidebar-tag--5 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/LINING.svg);
}

.sidebar-tag--6 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/APPLYING.svg);
}

.sidebar-tag--7 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/LUMBER.svg);
}

.sidebar-tag--8 .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/PROCESSING.svg);
}

.sidebar-tag--additional .sidebar-tag__title::before {
    background-image: url(/local/templates/sever/assets/images/ADDITIONAL.svg);
}



.sidebar-tag__submenu {
    display: none;
    padding-left: 26px;
    padding-top: 17px;
    flex-direction: column;
    gap: 14px;
}

.sidebar-tag__submenu-item {
    display: flex;
    align-items: center;
}

.sidebar-tag__submenu-item a {
    color: #193660 !important;
    font-size: 16px;
    line-height: 20px;
}

.sidebar-tag__submenu-item a:hover {
    color: #3C8D24 !important;
    text-decoration: underline !important;
}

.sidebar-tag.opened .sidebar-tag__submenu {
    display: flex;
}

.sidebar-tag.opened .sidebar-tag__arrow {
    transform: translateY(-50%) rotate(180deg);
}



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

.menu .nav:not(.nav-tabs)>li.dropdown>ul.submenu--catalog>li {
    width: 100%;
    display: block;
}

.menu .nav:not(.nav-tabs) li .submenu--catalog__inner ul.submenu {
    position: static;
}


.submenu--catalog__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.submenu--catalog__inner .col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.submenu--catalog__inner-item>a {
    font-size: 16px;
    height: 55px !important;
    color: #575757;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    padding: 5px 10px;
    margin: 0;
}

header .submenu--catalog__inner-item span br {
    display: none;
}

.submenu--catalog__inner-item .submenu {
    box-shadow: none !important;
    padding: 0 5px !important;
}

.submenu--catalog__inner-item:not(.root-parent) .slide_menu {
    display: none;
}

@media (max-width: 768px) {
    .submenu--catalog__inner {
        grid-template-columns: repeat(1, 1fr);
    }
}


.product-item-detail-properties {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    gap: 8px;
    list-style: none;
}

.product-item-detail-properties-item {
    background: #F0F0F0;
    padding: 10px 8px 10px 32px;
    position: relative;
    font-size: 16px;
    color: #193660;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 0 !important;
}

.product-item-detail-properties-item a {
    font-weight: inherit;
    font-size: inherit;
}

/* .product-item-detail-properties-item::before { */
.product-item-detail-properties-icon {
    width: 16px;
    height: 16px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

/**/
/* .product-item-detail-properties-item--NALICHIE::before { */
/*     background-image: url(/local/templates/sever/assets/images/NALICHIE.svg); */
/* } */
/**/
/* .product-item-detail-properties-item--PRICE::before { */
/*     background-image: url(/local/templates/sever/assets/images/PRICE.svg); */
/* } */
/**/
/* .product-item-detail-properties-item--MATERIAL::before { */
/*     background-image: url(/local/templates/sever/assets/images/MATERIAL.svg); */
/* } */
/**/
/* .product-item-detail-properties-item--QUANTITY::before { */
/*     background-image: url(/local/templates/sever/assets/images/QUANTITY.svg); */
/* } */
/**/
/* .product-item-detail-properties-item--SORT::before { */
/*     background-image: url(/local/templates/sever/assets/images/SORT.svg); */
/* } */
/**/
/* .product-item-detail-properties-item--HUMIDITY::before { */
/*     background-image: url(/local/templates/sever/assets/images/HUMIDITY.svg); */
/* } */


.product-item-detail__sections {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.product-item-detail__section {
    border: 1px solid #7CBE69;
    border-radius: 10px;
    padding: 10px;
    text-decoration: underline;
    font-size: 14px;
}

.catalog-item .item-properties .product-item-detail-properties {
    padding-top: 0;
}


.catalog-top-wrapper--viewed .swiper-button-wrapper {
    display: flex;
    gap: 14px;
    margin-top: 30px;
    justify-content: flex-end;
}

@media (max-width: 680px) {
    .catalog-top-wrapper--viewed .swiper-button-wrapper {
        justify-content: flex-start;
    }
}

.catalog-top-wrapper--viewed {
    padding-left: 0;
    padding-right: 0;
}

.catalog-top-wrapper--viewed .swiper-button-wrapper>* {
    position: static;
    transform: unset;
}

.catalog-top-wrapper--viewed .swiper-button-wrapper .swiper-button-prev {
    transform: rotate(180deg);
}

.catalog-top--viewed .catalog-item--v1 .item-data {
    padding: 15px 10px;
}

.catalog-top--viewed .catalog-item .item-summary:not(.product-item-detail-pay-block) {
    padding-top: 10px;
}

.catalog-top--viewed,
.catalog-top--viewed.swiper {
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 680px) {
    .catalog-top--viewed .item-bottom-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .catalog-top--viewed .addToCart {
        font-size: 0;
        width: 51px;
        background-size: 24px 23px;
        background-position: center;
    }

    .catalog-top--viewed .catalog-item .item-data .item-buttons .btn.addToCart {
        font-size: 0;
        width: 51px;
        background-size: 24px 23px;
        background-position: center;
        padding: 0;
    }

    .catalog-top--viewed .catalog-item .item-data .item-buttons {
        justify-content: flex-start;
    }

    .catalog-top--viewed .catalog-item .item-summary:not(.product-item-detail-pay-block) {
        justify-content: flex-start;
    }

    .catalog-top--viewed .catalog-item .item-summary .item-buttons--new .product-item-button-container {
        width: max-content;
    }

    .catalog-top--viewed .catalog-item--v1 .item-bottom-info>* {
        grid-column-end: unset;
        margin: 0 !important;
    }

    .catalog-top--viewed .item-summary .item-buttons--new .btn.oneclickbuy {
        padding: 0;
        width: 51px;
    }
}

@media (max-width: 414px) {
    .catalog-top--viewed .catalog-item--v1 .product-item-image-wrapper {
        padding-top: 100px;
    }

    .catalog-top--viewed .catalog-item--v1 .item-data .item-title {
        font-size: 14px;
        line-height: 1.2;
    }

    .catalog-top-wrapper--viewed .swiper-button-next,
    .catalog-top-wrapper--viewed .swiper-button-prev {
        display: block;
    }
}


.catalog-item .tags .tag+.tag,
.catalog-item .tags .tag+.tag+.tag+.tag {
    background: none;
}


.catalog-section .catalog-item .tags,
.catalog-top .catalog-item .tags {
    display: flex;
    left: unset;
    right: 7px;
    top: 7px;
    padding: 0;
    gap: 7px;
    width: max-content;
}


.catalog-element-v1__tag--sale,
.catalog-item .tag.sale {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    background-image: url(/local/templates/sever/assets/images/sale.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    order: 1;
}

.catalog-element-v1__tag--popular,
.catalog-item .tag.popular {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    background-image: url(/local/templates/sever/assets/images/top.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    order: 2;
}

.catalog-item .tag.sale span,
.catalog-item .tag.popular span {
    display: none;
}

.product-item-container .absolute_buttons {
    right: unset;
    left: 7px;
    top: 7px;
    display: flex;
    gap: 7px;
    padding: 0;
}

.catalog-item:not(.bx-catalog-element) .favor,
.catalog-item:not(.bx-catalog-element) .product-item-compare-container {
    position: static;
}

@media (max-width: 414px) {
    .catalog-section [data-entity="items-wrapper"] {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-section .catalog-item .item-data .item-buttons .btn.addToCart {
        font-size: 0;
        width: 51px;
        background-size: 24px 23px;
        background-position: center;
    }

    .catalog-section .catalog-item .item-data .item-buttons {
        justify-content: flex-start;
    }

    .catalog-item .item-summary:not(.product-item-detail-pay-block) {
        justify-content: flex-start;
    }

    .catalog-section .item-summary .item-buttons--new .product-item-button-container {
        width: max-content;
    }
}

.sidebar_menu .nav.sidebar-menu-v1>li>ul li a,
.sidebar_menu .sidebar-menu-v1 .sidebar-tag__submenu-item a {
    font-size: 14px;
}

.sidebar_menu .nav.sidebar-menu-v1 > li:not(.dropdown) .slide_menu,
.sidebar_menu .sidebar-menu-v1 > li:not(.dropdown) .slide_menu {
    display: none;
}


@media (max-width:575.98px) {
    .bx-catalog-element.catalog-item .item-summary .quantity {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .bx-catalog-element.catalog-item .item-summary .price-wrapper {
        flex-wrap: wrap;
    }

    .bx-catalog-element.catalog-item .item-summary .measure {
        width: max-content;
    }

    .bx-catalog-element.catalog-item .item-summary .price-wrapper .price {
        width: 100%;
    }
}

.item-pieces-info {
    display: flex;
    min-width: 100%;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.item-quantity-of-pieces,
.item-price-per-piece {
    padding-left: 26px;
    position: relative;
    font-size: 14px;
    line-height: 1;
}

.item-quantity-of-pieces::before,
.item-price-per-piece::before {
    content: '';
    background-image: url(/local/templates/sever/assets/images/PRICE.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-quantity-of-pieces::before {
    background-image: url(/local/templates/sever/assets/images/QUANTITY.svg);
}


.catalog-item .item-summary:not(.product-item-detail-pay-block).pt-10 {
    padding-top: 10px;
}

.sidebar_menu .nav:not(.nav-tabs)>li>a {
    font-weight: 400;
    color: #212529;
    font-size: 16px;
}

.sidebar-tag__title {
    color: #212529;
    font-size: 15px;
}


.sidebar_menu .sidebar-tag {
    padding-right: 12px;
}


.logo .company__slogan,
.page_contacts .sever-map-baloon,
.page_contacts__details summary,
.nav:not(.nav-tabs) li,
.bx-breadcrumb,
#sort-panel,
.links-sections-v3,
.smart-filter,
.smart-filter-wrapper .smart-filter-parameters-box-title-text,
.smart-filter-wrapper .smart-filter-input-group-number-inputs input,
.smart-filter-wrapper .smart-filter-input-group-number-inputs label,
.smart-filter-wrapper .smart-filter-parameters-box .form-check {
    font-family: var(--bs-font-sans-serif);
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 15px;
}

.links-sections-v3__tag-label {
    font-size: 15px;
}

.links-sections-v3__link-title {
    font-size: 14px;
    color: #212529;
}

.links-section-v3__tag-label-delim,
.links-section-v3__tag-label-count {
    color: #C4C4C4;
}

.links-sections-v3__select:hover .links-section-v3__tag-label-delim,
.links-sections-v3__select:hover .links-section-v3__tag-label-count {
    color: #fff;
}

.product-favor-compare .ya-share2 {
    margin: 0;
}

.product-item-detail-compare-container {
    padding: 0;
    margin: 0;
}


.bx-catalog-element .btn.btn-cart {
    padding-left: 35px;
    background-position-x: 5px;
}

.catalog-item .item-properties .product-item-detail-properties {
    padding-bottom: 0;
}

.product-item-detail-tab-content li,
.product-item-detail-tab-link {
    color: #2e3c53;
}

.main_content .catalog-section-description ol li,
.main_content .catalog-section-description ul li,
.catalog-section-description p,
.catalog-section-description span,
.catalog-section-description li,
.catalog-section-description a {
    font-size: 16px;
    line-height: 1.5;
}


.bx-catalog-element.catalog-item .item-summary .first-line {
    column-gap: 20px;
}

.bx-catalog-element.catalog-item .product-item-detail-pay-block.item-summary .price {
    min-width: auto;
}

.bx-catalog-element.catalog-item .item-summary .measure {
    width: auto;
    min-width: max-content;
}


.main_content .catalog-section-description ul li::before {
    top: 5px !important;
}

@media screen and (max-width: 568px) {
    .product-favor-compare {
        order: 3;
    }

    .bx-catalog-element .available {
       display: block;
       width: max-content;
    }
}


[data-availability] {
    position: relative;
    padding-left: 28px;
}


[data-availability]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[data-availability="available"]::before {
    background-image: url(/local/templates/sever/assets/images/check.svg);
}

[data-availability="to_order"]::before {
    background-image: url(/local/templates/sever/assets/images/check-red.svg);
}

.available-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.product-item-small-card .item-summary .available-wrapper .available,
.catalog-item:not(.bx-catalog-element) .item-summary .available-wrapper .available {
    width: max-content;
}

.product-element__properties {
    margin-top: 5px;
}

.product-element__property {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-bottom: solid 1px #D9D9D9;
    padding: 14px 0;
}


.product-element__properties .product-element__property:last-child {
    border-bottom: 0;
}

.catalog-element-v2 .product-item-detail-slider-image-slick img {
    max-height: 420px;
}


.catalog-element-v2 h1 {
    margin-bottom: 30px;
}


.catalog-element-v2__cheaper {
    text-decoration: underline;
    /*font-size: 18px;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #2E3C5399;
    margin: auto 0;
    cursor: pointer;
}


.catalog-element-v2 .product-favor-compare {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    flex-direction: column;
}

 .catalog-element-v2 .product-item-detail-favor {
     border-radius: 50px;
     background: #F4F4F4;
 }

 .catalog-element-v2 .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
     background-color: #F4F4F4;
 }


.catalog-element-v2 .catalog-element-v1__tags {
    top: 20px;
    left: 20px;
    right: unset;
}


.catalog-element-v2 .catalog-element__img-slider .slick-slide {
    max-height: 420px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #D9D9D9;
}


.catalog-element-v2 .catalog-element__img-slider .slick-slide,
.catalog-element-v2 .catalog-element__img-slider .slick-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-element-v2 .catalog-element__img-slider .slick-slide > a {
    width: 100%;
    height: 100%;
}

.catalog-element-v2 .catalog-element__img-slider .slick-slide img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.catalog-element-v2 .catalog-element__img-slider .slick-track {
    display: flex;
    align-items: stretch;
}


.catalog-element-v2 .catalog-element__img-slider {
    margin-bottom: 20px;
}


.catalog-element-v2 .catalog-element__thumb-slider .slick-track {
    display: flex;
    align-items: stretch;
    margin-left: 0;
}

.catalog-element-v2 .catalog-element__thumb-slider .slick-list {
    margin: 0 -10px;
}

.catalog-element-v2 .catalog-element__thumb-slider .slick-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 10px;
    max-height: 108px;
}

.catalog-element-v2 .catalog-element__thumb-slider .slick-slide img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.catalog-element-v2 .catalog-element__thumb-slider {
    padding-right: 115px;
}


.catalog-element__thumb-slider .slick-next {
    right: 53px;
    width: 39px;
    height: 36.44px;
    box-shadow: 0px 0px 9px 0px #0000000F;
    background: center / 7px 12px url(/local/templates/sever/assets/images/gray-arrow-right.svg) no-repeat;
}


.catalog-element__thumb-slider .slick-next:hover {
    background: center / 7px 12px url(/local/templates/sever/assets/images/gray-arrow-right.svg) no-repeat;
}

@media(max-width: 480px) {

    .catalog-element-v2 .catalog-element__img-slider .slick-slide {
        max-height: 208px;
    }

    .catalog-element-v2 .catalog-element__thumb-slider {
        padding-right: 78px;
    }

    .catalog-element__thumb-slider .slick-next {
        right: 19px;
    }

    .catalog-element-v2 .catalog-element__thumb-slider .slick-slide {
        max-height: 75px;
    }
}


#form-cheaper .modal-content {
    background: #E4F1E5;
}

#form-cheaper.modal .modal-dialog {
    max-width: 430px;
}

#form-cheaper.modal .modal-title-block .h2,
#form-cheaper.modal .success .h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

#form-cheaper.modal .modal-title-block .h5,
#form-cheaper.modal .success .h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

#form-cheaper .modal-header {
    padding: 0;
}

#form-cheaper .form-agree-v1,
#form-cheaper .form-agree-v1 a {
    margin-top: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #A6A6A6;
    text-decoration: none;
}

#form-cheaper .custom-errors * {
    font-size: 12px;
    line-height: 1.2;
}

#form-cheaper.modal .success {
    padding-top: 30px;
}

#form-cheaper.modal .success,
#form-cheaper.modal .success .h2,
#form-cheaper.modal .success .h5 {
    text-align: center;
}


.catalog-element-v2 .infoblock {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.catalog-element-v2 .infoblock__text {
    align-items: flex-start;
    justify-content: flex-start;
}




.catalog-element__top-wrapper {
    display: grid;
    grid-template-columns: minmax(450px, 1fr) minmax(0, 570px);
    max-width: 100%;
    gap: 30px;
}

.catalog-element__images {
    max-width: 100%;
}


.page_catalog__infoblock--mobile {
    display: none;
}

.catalog-element-v2 .product-item-detail-pay-block {
    padding: 0;
}

@media (max-width: 991px) {
    .page_catalog__infoblock--mobile {
        display: block;
    }
    .page_catalog__infoblock--desktop {
        display: none;
    }

    .catalog-element__top-wrapper {
        display: block;
    }

    .catalog-element__info {
        margin-top: 30px;
    }

    .catalog-element-v2 .page_catalog__infoblock .row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .catalog-element-v2 .page_catalog__infoblock .row > * {
        padding: 0;
        margin: 0;
    }

}

@media (max-width: 480px) {

    .catalog-element-v2 .page_catalog__infoblock .row {
        grid-template-columns: 1fr;
    }
}

.catalog-element__services {
    margin-top: 20px;
}

.catalog-element__services-header {
    color: #2E3C53;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 14px;
}

.catalog-element__services-item {
    display: flex;
    padding: 14px 17px;
    align-items: center;
    gap: 16px;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
}

.catalog-element__services-icon {
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
}


.catalog-element__services-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #193660;
}

.catalog-element__services-link {
    font-size: 12px;
    line-height: 1.2;
    color: #193660;
    text-decoration: underline;;
}

.catalog-element__services-slider {
    padding-right: 91px;
}

.catalog-element__services-slider .slick-track{
    display: flex;
    align-items: stretch;
    margin: 0 -7px;
}


.catalog-element__services-slider .slick-slide {
    height: auto;
    padding: 0 7px;
}


.catalog-element__services-slider .slick-next {
    right: 53px;
    width: 39px;
    height: 36.44px;
    box-shadow: 0px 0px 9px 0px #0000000F;
    background: center / 7px 12px url(/local/templates/sever/assets/images/gray-arrow-right.svg) no-repeat;
}


.catalog-element__services-slider .slick-next:hover {
    background: center / 7px 12px url(/local/templates/sever/assets/images/gray-arrow-right.svg) no-repeat;
}


@media (max-width: 414px) {
    .catalog-element__services-slider {
        padding-right: 0;
    }
}

.nails-gift-banner {
    background: center / cover url(/local/templates/sever/assets/images/nails-gift-banner-1920.jpg) no-repeat;
    padding: 30px 60px;
    border-radius: 10px;
    margin: 30px 0;
}

.nails-gift-banner__title {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 7px;
}

.nails-gift-banner__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}


@media (max-width: 991px) {
    .nails-gift-banner {
        background-image: url(/local/templates/sever/assets/images/nails-gift-banner-768.jpg);
        padding: 30px 40px;
    }
}


@media (max-width: 480px) {

    .nails-gift-banner {
        background-image: url(/local/templates/sever/assets/images/nails-gift-banner-320.jpg);
        padding: 41px 26px 154px;
    }
    .nails-gift-banner__title {
        font-size: 24px;
        text-align: center;
    }

    .nails-gift-banner__text {
        text-align: center;
    }
}


.catalog-inserted-banner {
    background: center / cover url(/local/templates/sever/assets/images/ins-banner-v1-1920.jpg) no-repeat;
    padding: 30px 70px;
    border-radius: 10px;
    margin: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    grid-column-start: 1;
    grid-column-end: 4;
}

.catalog-inserted-banner__title {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 7px;
}

.catalog-inserted-banner__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.catalog-inserted-banner__button .btn {
    white-space: nowrap;
}

@media (max-width: 1201px) {

    .catalog-inserted-banner {
        grid-column-end: 3;
    }
}

@media (max-width: 991px) {

    .catalog-inserted-banner {
        background-image: url(/local/templates/sever/assets/images/ins-banner-v1-768.jpg);
        padding: 25px 40px;
    }

    .catalog-inserted-banner__title {
        font-size: 30px;
    }

    .catalog-inserted-banner__text {
        max-width: 360px;
    }
}


@media (max-width: 580px) {

    .catalog-inserted-banner {
        background-image: url(/local/templates/sever/assets/images/ins-banner-v1-320.jpg);
        padding: 102px 26px 35px;
        flex-direction: column;
        gap: 14px;
    }

    .catalog-inserted-banner__title {
        font-size: 24px;
        text-align: center;
    }

    .catalog-inserted-banner__text {
        text-align: center;
        max-width: 100%;
    }
}


#sort-panel * {
    font-size: 15px;
}

.front_articles .cats__cat .cat-elem-count.date_change {
    top: 10px;
}


.index-page__index.text-block .text .columns p,
.index-page__index.text-block li,
.index-page__index.text-block p {
    font-size: 16px;
    line-height: 1.5;
}


[data-custom-fancybox] {
    position: relative;
}

[data-custom-fancybox]::after {
    background: #fcfcfc url(/local/templates/sever/build/images/lupa-b.d826b462.svg) 13px no-repeat;
    border-radius: 999px;
    box-shadow: 0 0 103px rgba(0, 0, 0, .37);
    color: var(--MainBlack);
    content: "Увеличить";
    font-size: 12px;
    height: 34px;
    left: 50%;
    line-height: 34px;
    opacity: 0;
    padding-left: 17px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    width: 103px;
}

[data-custom-fancybox]:hover::after {
    opacity: 1;
}

.page_about__video {
    margin-bottom: 40px;
}


.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}


.product-element__property-label {
    padding-left: 32px;
    position: relative;
}


.product-element__property-label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background: center / contain no-repeat;
}

.product-element__property-label--MATERIAL::before {
    background-image: url(/local/templates/sever/assets/images/MATERIAL.svg);
}

.product-element__property-label--QUANTITY::before {
    background-image: url(/local/templates/sever/assets/images/QUANTITY.svg);
}

.product-element__property-label--SORT::before {
    background-image: url(/local/templates/sever/assets/images/SORT.svg);
}

.product-element__property-label--HUMIDITY::before {
    background-image: url(/local/templates/sever/assets/images/HUMIDITY.svg);
}

.product-element__property-label--NALICHIE::before {
    background-image: url(/local/templates/sever/assets/images/NALICHIE.svg);
}

.product-element__property-label--LINING::before {
    background-image: url(/local/templates/sever/assets/images/LINING.svg);
}

.product-element__property-label--APPLYING::before {
    background-image: url(/local/templates/sever/assets/images/APPLYING.svg);
}

.product-element__property-label--LUMBER::before {
    background-image: url(/local/templates/sever/assets/images/LUMBER.svg);
}

.product-element__property-label--PRICE::before {
    background-image: url(/local/templates/sever/assets/images/PRICE.svg);
}

.product-element__property-label--PROCESSING::before {
    background-image: url(/local/templates/sever/assets/images/PROCESSING.svg);
}

ol:not(.nav):not(.submenu):not(.clear).list li,
ul:not(.nav):not(.submenu):not(.clear):not(.images):not(.gallery):not(.bx-soa-pp-list).list li,
.about__desc p,
.text-block .text p,
p, span, li, a {
    font-size: 16px;
    line-height: 1.5;
}


.bx-breadcrumb {
    display: flex;
    align-items: center;
}


.smart-filter-parameters-box {
    position: static;
}

.smart-filter-form {
    position: relative;

}

#modef.smart-filter-popup-result {
    left: 100%;
    background: white;
    width: max-content;
}

@media (max-width: 680px) {
    #modef.smart-filter-popup-result {
        left: unset;
        right: 0;
    }
}

@media (max-width: 380px) {

    #modef.smart-filter-popup-result {
        display: none !important;
    }
}
