.pre-catalog-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pre-catalog-brands a {
    background-color: #fff;
    padding: 10px 14px;
    color: #000 !important;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    max-height: 38px;
    overflow: hidden;
}

.pre-catalog-brands a.is-hidden {
    display: none;
}

.pre-catalog-brands a.pre-catalog-brands__toggle-all {
    color: #ef4a3d !important;
    display: inline-flex !important;
    align-items: center;
}

.pre-catalog-brands a:hover {
    background-color: #ef4a3d;
    color: #fff !important;
}

.pre-catalog-brands a.pre-catalog-brands__toggle-all:after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23ef4a3d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(1px);
}

.pre-catalog-brands a.pre-catalog-brands__toggle-all:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M10 7L15 12L10 17' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.pre-catalog-brands a.pre-catalog-brands__toggle-all.is-open:after {
    transform: rotate(180deg);
}

.goods__filter .bx-filter.bx-blue .bx-filter-section {
    padding: 0;
}

.goods__filter .bx-filter .bx-filter-parameters-box-title {
    padding: 0;
}

.goods__filter .row.bx-filter-parameters-box-container>div {
    padding: 0;
}

.goods__filter .bx-filter.bx-blue .bx-filter-section>form>.row {
    gap: 16px;
}

.goods__filter {
    margin-top: 32px;
}

.goods__filter .bx-filter.bx-blue .bx-filter-section>form>.row:before,
.goods__filter .bx-filter.bx-blue .bx-filter-section>form>.row:after {
    display: none;
}

.goods__filter .bx-filter .bx-filter-parameters-box-title {
    margin-bottom: 10px;
    pointer-events: none;
}

.goods__filter .bx-filter .bx-filter-parameters-box-title span {
    font-weight: 600;
}

.goods__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 14px;
    padding-right: 36px;
    font-size: 14px;
}

.goods__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    width: 36px;
}

.goods__filter .select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #DADADA;
    border-radius: 6px;
}

.goods__filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23B0B0AD'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin: 0;
    border: none;
    background-size: contain;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
}

.goods__filter .bx-filter .bx-filter-button-box {
    padding: 0;
}

.goods__filter .bx-filter-parameters-box-container {
    padding: 0;
    margin-top: 16px;
}

.goods__filter .bx-filter .bx-filter-button-box .bx-filter-block .bx-filter-parameters-box-container {
    margin-bottom: 20px;
}

.goods__filter .bx-filter-parameters-box {
    width: 25% !important;
    flex-basis: 25% !important;
}

.goods__filter-sort {
    margin-left: auto;
    width: 25%;
}

.goods__filter-sort .bx-filter-parameters-box-title {
    text-align: right;
}

.preview-catalog-list__row {
    display: flex;
    align-items: center;
    padding: 2px;
}

.preview-catalog-list__head .preview-catalog-list__col {
    font-size: 12px;
    color: #7c7c7a;
}

.preview-catalog-list__head {
    padding-top: 36px;
    background-color: #f7f7f7;
    padding-bottom: 4px;
    border-top: none;
    position: sticky;
    top: -2px;
    z-index: 2;
}

.preview-catalog-list__col--1 {
    flex-basis: 25%;
    flex-grow: 1;
}

.preview-catalog-list__col {
    flex-basis: 15%;
    padding: 8px;
    line-height: 1.2;
    flex-shrink: 0;
    font-size: 14px;
}

.preview-catalog-list__body .preview-catalog-list__row {
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    overflow: hidden;
}

.preview-catalog-list__body .preview-catalog-list__row+.preview-catalog-list__row {
    margin-top: 8px;
}

.preview-catalog-list__col .discount-percent.discount-percent {
    position: absolute;
    top: 0;
    left: 50px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='18' height='18' viewBox='0 0 394.4 394.4'%3E%3Cpath fill='%23fff' d='M37.4 377.4c-5.223 0-10.438-1.992-14.423-5.977-7.97-7.963-7.97-20.883 0-28.846l319.6-319.601c7.97-7.97 20.876-7.97 28.846 0 7.97 7.962 7.97 20.882 0 28.845l-319.6 319.601c-3.985 3.986-9.2 5.978-14.423 5.978zm357-78.201c0-52.496-42.704-95.199-95.2-95.199S204 246.703 204 299.199s42.704 95.201 95.2 95.201 95.2-42.705 95.2-95.201zm-40.799 0c0 29.996-24.405 54.4-54.4 54.4s-54.4-24.404-54.4-54.4c0-29.994 24.405-54.398 54.4-54.398s54.4 24.404 54.4 54.398zM190.4 95.2C190.4 42.704 147.696 0 95.2 0S0 42.704 0 95.2s42.704 95.2 95.2 95.2 95.2-42.704 95.2-95.2zm-40.8 0c0 29.995-24.405 54.4-54.4 54.4s-54.4-24.405-54.4-54.4 24.405-54.4 54.4-54.4 54.4 24.406 54.4 54.4z'/%3E%3Cscript xmlns=''/%3E%3C/svg%3E");
    font-size: 0;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e30614;
    border-radius: 4px;
    height: 24px;
    width: 24px;
    transform: none !important;
    padding: 0 !important;
}

.preview-catalog-list__col {
    position: relative;
}

.preview-catalog-list__col--1 a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #000 !important;
}

.preview-catalog-list__col .discount-percent:after {
    display: none;
}

.preview-catalog-list__col--1 a img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 0;
    flex-shrink: 0;
}

.preview-catalog-list__body .preview-catalog-list__col--3 {
    /* text-transform: uppercase; */
}

.preview-catalog-list__col--2>a {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    background: #F7F7F7;
    border-radius: 36px;
    padding: 4px 8px;
    margin-bottom: 6px;
    color: #000 !important;
}

.preview-catalog-list .request-price {
    color: #ef4a3d !important;
}

.goods__filter .bx-filter {
    margin-bottom: 0;
}

.goods__filter .bx-filter .bx-filter-button-box .bx-filter-block .bx-filter-parameters-box-container {
    margin-bottom: 0;
}

.preview-catalog-list-loadmore {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-catalog-list-loadmore__btn {
    border: 1px solid #efefef;
    background: #fff;
    padding: 10px 16px;
    border-radius: 7px;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.preview-catalog-list-loadmore__btn:hover {
    text-decoration: underline;
}

.preview-catalog-list__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 500;
    gap: 32px;
}

.preview-catalog-list__pages {
    display: flex;
    align-items: center;
    gap: 16px;
}

.preview-catalog-list__pagination a {
    color: #000 !important;
}

.preview-catalog-list__prev,
.preview-catalog-list__next {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.preview-catalog-list__prev {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23ef4a3d'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
    background-size: contain;
    background-repeat: no-repeat;
}

.preview-catalog-list__next {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23ef4a3d'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transform: rotate(-90deg);
    background-size: contain;
}

.preview-catalog-list__prev.is-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    pointer-events: none;
}

.preview-catalog-list__next.is-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    pointer-events: none;
}

.preview-catalog-list__pagination a.is-active {
    background-color: #ef4a3d;
    color: #fff !important;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 4px;
    pointer-events: none;
}

.preview-catalog-list__head .preview-catalog-list__col--1 {
    padding-left: 80px;
}

.fixed-top {
    min-height: 34px;
}


.section-page-description {
    padding: 24px 24px 16px 24px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    line-height: 1.5;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.section-page-description strong[style*="display: block"],
.section-page-description strong[style*="display:block"] {
    font-size: 18px;
    padding: 0;
    margin-top: 1.2em;
    margin-bottom: 0.75em;
    font-weight: 600 !important;
}

.section-page-description h2 {
    font-weight: 600;
    padding: 0;
    margin-top: 1.2em;
    margin-bottom: 0.75em;
}

.section-page-description p[style*="margin-left:-7.1pt"],
.section-page-description p[style*="margin-left: -7.1pt"] {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    text-indent: 0 !important;
    margin-top: 16px !important;
}

.section-page-description.is-collapsed .section-page-description__content {
    max-height: 200px;
    overflow: hidden;
}

.section-page-description__toggle {
    background: none;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    color: #505050;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.section-page-description__toggle:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23505050'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin: 0;
    border: none;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

.section-page-description.is-collapsed .section-page-description__toggle::after {
    transform: rotate(0);
}

.section-page-description__toggle:hover {
    text-decoration: underline;
}

.section-page-description:after {
    display: none;
}

.section-page-description.is-collapsed:after {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(0deg, #FFF, transparent);
    position: absolute;
    display: block;
}

.npc-block {
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.doopss span {
    font-family: Roboto;
    font-weight: 300;
    line-height: 1.5;
}

.faq {
    margin: 0 auto;
    width: 100%;
}

.faq-item {
    border-radius: 8px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    margin-bottom: 8px;
    overflow: hidden;
    background-color: #fff;
}

.faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px;
    cursor: pointer;
    user-select: none;
    font-weight: 600;
    font-size: 14px;
    border: none;
    width: 100%;
    background: transparent;
    outline: none !important;
    box-shadow: none;
}

.faq-trigger:focus {
    outline: 3px solid rgba(0, 119, 204, .15);
    outline-offset: 2px;
}

.faq-meta {
    color: var(--muted);
    font-weight: 400;
    font-size: 13px;
}

.faq-icon {
    transition: transform .22s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3021_9302)'%3E%3Cpath d='M7.41 8.58984L12 13.1698L16.59 8.58984L18 9.99984L12 15.9998L6 9.99984L7.41 8.58984Z' fill='%23505050'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3021_9302'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    margin: 0;
    border: none;
    background-size: contain;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
}

.faq-icon.open {
    transform: rotate(180deg);
}

.faq-panel {
    padding: 0 16px 16px 16px;
    line-height: 1.5;
    color: #222;
    display: none;
    font-size: 14px;
}

.faq-panel p + p {
    margin-top: 12px;
}

.faq>h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

h2.slider-block__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

.slider-block {
    margin: 40px 0;
}

.card-swiper .swiper-button-prev, .card-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    background: #FFFFFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
}

.card-swiper.card-swiper {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
}

.card-swiper .swiper-button-prev {
    left: 2px;
}

.card-swiper .swiper-button-next:after, .card-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}

.card-swiper .swiper-button-next.swiper-button-disabled, .card-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
}

.card-swiper .swiper-button-next {
    right: 2px;
}

div.swiper .card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    margin-bottom: 3px;
}

.swiper div.card-image {
    aspect-ratio: 1.34;
    height: auto;
}

body .select2-search--dropdown {
    padding: 0;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #DADADA;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
    width: calc(100% + 2px);
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
}

body .select2-dropdown {
    border-color: #DADADA;
    border-radius: 6px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ef4a3d;
}

body .select2-results__option {
    padding: 6px 10px;
}

.preview-catalog-list-loadmore {
    margin-bottom: -16px;
}

.preview-catalog-list__mobile-title {
    display: none;
}

.card-swiper .swiper-pagination {
    display: none;
}

@media (max-width: 1024px) {
    .pre-catalog-brands a {
        font-size: 13px;
        max-height: 34px;
    }
    
    .preview-catalog-list__col {
        font-size: 12px;
    }
    
    .preview-catalog-list__col--2>a {
        font-size: 12px;
    }
    
    .preview-catalog-list__pagination {
        font-size: 14px;
    }
    
    body .section-page-description + .npc-block .row.doopss {
        margin: 32px 0 32px 0 !important;
    }
    
    .faq>h2 {
        font-size: 20px;
    }
    
    h2.slider-block__title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .goods__filter .bx-filter.bx-blue .bx-filter-section>form>.row {
        flex-direction: column;
        gap: 10px;
    }
    
    .goods__filter .bx-filter-parameters-box {
        width: 100% !important;
        flex-basis: 100% !important;
        text-align: left;
    }
    
    .goods__filter .bx-filter .bx-filter-parameters-box-title {
        font-size: 14px;
        text-align: left;
    }
    
    .goods__filter .bx-filter-parameters-box-container {
        margin-top: 0;
    }
    
    .goods__filter-sort {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .faq {
        text-align: left;
    }
    
    .faq-trigger {
        text-align: left;
    }
    
    .section-page-description {
        text-align: left;
    }
    
    .section-page-description h2 {
        font-size: 18px;
    }
    
    .section-page-description {
        line-height: 1.4;
    }
    
    h2.slider-block__title {
        text-align: left;
    }
    
    .preview-catalog-list {
        overflow: auto;
    }
    
    .preview-catalog-list__col {
        min-width: 100px;
    }
    
    .preview-catalog-list__col--1 {
        min-width: 300px;
        margin-bottom: 8px;
    }
    
    .preview-catalog-list__body .preview-catalog-list__row {
        flex-direction: column;
        padding: 8px;
    }
    
    .preview-catalog-list__head {
        display: none;
    }
    
    .preview-catalog-list-wrapper {
        margin-top: 32px;
    }

    .preview-catalog-list__mobile-title {
        display: inline-flex;
        font-size: 12px;
        color: #7c7c7a;
    }

    .preview-catalog-list__col.preview-catalog-list__col {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
        align-items: center;
        gap: 8px;
        padding-top: 0;
        padding-bottom: 0;
        min-height: 20px;
    }
    
    .preview-catalog-list__col--2>a {
        line-height: 1;
    }

    .goods__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        text-align: left;
    }

    .card-swiper .swiper-pagination {
        display: none;
    }
    
    .card-swiper .swiper-pagination {
        display: flex;
        position: relative;
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }
    
    .card-swiper .swiper-button-prev, .card-swiper .swiper-button-next {
        display: none;
    }
    
    .card-swiper .swiper-pagination-bullet-active {
        background: #ef4a3d;
    }
    
    .card-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}