html {
    scroll-behavior: smooth;
}
body.noscroll {
    overflow-y: hidden;
}
.btn-scroll-wrapper {
    margin-left: auto;
    padding-left: 20px;
}
.btn-scroll {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 0.5px solid var(--main-text-color);
    background: var(--white-text-color) url('../images/scrollTop.png') no-repeat center;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn-scroll-fixed {
    position: fixed;
    left: 10%;
    bottom: 5%;
    z-index: 55;
    opacity: 0;
    pointer-events: none;
}
.btn-scroll-fixed.show {
    opacity: 1;
    pointer-events: all;
}
.btn-scroll-static {
    opacity: 1;
    margin-left: auto;
}
#load-more {
    width: 100%;
    border: 0.5px solid var(--main-text-color);
    margin-bottom: 20px;
}
.compare-count-wrapper {
    display: flex;
    position: relative;
    margin-right: 8px;
}
.header_bottom_wrap .compare-count-wrapper {
    margin-right: 0;
}
.compare-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #E9E9E9;
    position: absolute;
    right: -50%;
    top: -2px;
    right: -8px;
    top: -5px;
    font-size: 10px;
    font-weight: 400;
    font-family: "Montserrat-Regular";
}
.arr_b_left {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.arr_b_left:before {
    display: flex;
    width: 18px;
    height: auto;
    content: url('../images/arr_b_left.svg');
}
.catalog-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.catalog-banner:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
body:is(.term-accessories) .catalog-banner:after {
    display: none;
}
.banner-content {
    display: flex;
    flex-direction: column;
	justify-content: center;
    min-height: 332px;
    padding: 72px 0px 60px;
    position: relative;
    z-index: 1;
    max-width: 610px;
}
.banner-content :is(h1,h2) {
    color: var(--white-text-color);
    font-size: var(--h1-size);
    margin: 0 0 20px;
    line-height: 120%;
}
.banner-content span {
    display: inline-block;
    font-size: var(--small-size);
    color: var(--white-text-color);
    opacity: 0.6;
    line-height: 120%;
    font-weight: 400;
    margin: 0 0 30px;
}
.banner-content .btn-holder {
    display: flex;
    gap: 15px;
}
.banner-content a {
    font-size: var(--p1-size);
    max-width: 240px;
}
.btn-backdrop {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: var(--white-text-color);
    border: 1px solid var(--white-text-color);
}
.banner-content input {
    width: fit-content;
}
a.btn-secondary {
    width: fit-content;
}
@media screen and (max-width: 768px) {
    .banner-content {
        min-height: auto;
        padding: 45px 0px 20px;
    }
}
@media screen and (max-width: 582px) {
    .banner-content input {
        width: 100%;
    }
    .banner-content .btn-holder {
        flex-direction: column;
        gap: 7px;
    }
    .banner-content a {
        max-width: none;
        width: 100%;
    }
}

.catalog-wrapper {
    display: flex;
    margin-bottom: 120px;
}
#catalog-filter {
    width: 280px;
    flex-shrink: 0;
    margin-right: 45px;
    margin-bottom: 20px;
}
.header-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}
.header-wrapper .filter-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.header-wrapper .filter-title {
    font-size: var(--h3-size);
    color: var(--main-text-color);
    margin-right: 5px;
    font-weight: 500;
    font-family: "Montserrat-Medium";
}
.header-wrapper .close-filter {
    display: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: transparent url('../images/close-filter.png') no-repeat center;
    background-size: cover;
}
#reset-filter {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 5px;
    padding: 2px 15px 5px;
    border: none;
    line-height: 120%;
    cursor: pointer;
}
#reset-filter:after {
    content: '';
    background-image: url('../images/close.svg');
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 6px;
}
.woocommerce .woocommerce-breadcrumb {
    padding-top: 30px;
    width: 100%;
    margin: 0 0 25px;
    font-size: var(--small-size);
    line-height: 110%;
    color: var(--main-text-color);
}
.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    opacity: 0.4;
	transition: all 0.3s linear;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #1D1F22;
    opacity: 1;
}
.products-header .catalog-header-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}
.products-header-catalog .catalog-header-wrapper {
    width: 100%;
}
.products-header-subcat #title-back {
    flex-shrink: 0;
    margin-right: 15px;
}
.products-header .btn-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column-reverse;
    gap: 10px;
    width: fit-content;
}
.products-header #orderby-form {
    position: relative;
    width: fit-content;
}
.products-header .filter-order-values {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    background-color: var(--white-text-color);
    border: 1px solid rgba(29, 31, 34, 0.25);
    padding: 10px 0px;
    border-radius: 5px;
    box-shadow: 0 0px 7px 0px #1d1f2233;
    z-index: 20;
    -webkit-animation: fadeShow 0.3s ease-out forwards;
}
.products-header .filter-order-values.show {
    display: flex;
}
.products-header .filter-order-values input {
    display: none;
}
.products-header .filter-order-values label {
    color: var(--main-text-color);
    padding: 6px 15px;
    background-color: var(--white-text-color);
    line-height: 120%;
    font-size: var(--p1-size);
    font-family: "Montserrat-Medium";
    font-weight: 500;
    cursor: pointer;
    transition: .2s ease-out;
}
.products-header .filter-order-values label:hover {
    background-color: #F1F1F1;
}
.products-header .filter-order-current {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 212px;
    padding: 4px 15px;
    font-size: var(--p1-size);
    color: var(--main-text-color);
    font-family: "Montserrat-Medium";
    font-weight: 500;
    border: 0.5px solid var(--main-text-color);
    border-radius: 5px;
    line-height: 100%;
    cursor: pointer;
    user-select: none;
    transition: .2s ease-out;
}
.products-header .filter-order-current:after {
    content: '';
    display: block;
    background: transparent url('../images/arr_order.svg') center no-repeat;
    width: 16px;
    height: 14px;
    margin-left: 5px;
    background-size: contain;
    transition: .2s ease-out;
}
.products-header .filter-order-current:hover {
    color: #fff;
    background-color: #1D1F22;
}
.products-header .filter-order-current:hover:after {
    filter: invert(100%);
}
.header-wrapper .result-count {
    font-size: var(--p1-size);
    margin: 0;
    color: var(--main-text-color);
    font-family: "Montserrat-Medium";
    font-weight: 500;
    line-height: 120%;
}
.products {
    width: calc(100% - 325px);
}
.products-header {
    display: flex;
    align-items: flex-start;
}

.catalog-title {
    display: flex;
    align-items: center;
    font-size: var(--h1-size);
    line-height: 75%;
    margin: 0;
}
.catalog-title svg {
    margin-right: 10px;
}
/* .catalog-title span {
    display: inline-block;
    margin-right: 10px;
} */
.catalog-title.arr_b_left::before {
    margin-right: 10px;
}
#title-back {
    width: fit-content;
    min-width: 325px;
    cursor: pointer;
}
.products-header .form-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}
.products-header .form-tags .sub-cat {
    padding: 3px 15px;
    background-color: var(--white-text-color);
    border-radius: 5px;
    border: 0.5px solid var(--main-text-color);
    color: var(--main-text-color);
    line-height: 120%;
    font-size: var(--p1-size);
    cursor: pointer;
    font-family: "Montserrat-Medium";
    transition: all .2s ease-out;
    max-height: 24px;
    white-space: nowrap;
}
.products-header .form-tags .sub-cat:hover {
    color: #fff;
    background-color: #1D1F22;
}
.products-header .form-tags .sub-cat.current-category {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    border: none;
}
.products-header .form-tags .sub-cat.current-category:after {
    content: '';
    background-color: transparent;
    width: 8px;
    height: 8px;
    background: url('../images/close_btn.svg') no-repeat center;
    background-size: cover;
    margin-left: 6px;
}
.btn-service_link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: fit-content;
    border: 0.5px solid var(--main-text-color);
    padding: 5px 15px;
    color: var(--main-text-color);
    font-family: "Montserrat-Medium";
    font-size: var(--p1-size);
    font-weight: 500;
    border-radius: 5px;
    line-height: 100%;
    height: 24px;
    width: 100%;
    transition: .2s ease-out;
}
.btn-service_link:after {
    content: '';
    background: transparent url('../images/heart.svg') center no-repeat;
    background-size: cover;
    width: 16px;
    height: 14px;
    display: block;
    margin-left: 5px;
    transition: .2s ease-out;
}

#open_filter {
    display: none;
    align-items: center;
    text-decoration: none;
    height: fit-content;
    border: 0.5px solid var(--main-text-color);
    padding: 4px 15px;
    color: var(--main-text-color);
    font-family: "Montserrat-Medium";
    font-size: var(--p1-size);
    font-weight: 500;
    border-radius: 5px;
    line-height: 100%;
    background-color: var(--white-text-color);
    outline: none;
    cursor: pointer;
}
#open_filter:after {
    content: '';
    background: transparent url('../images/filter.svg') center no-repeat;
    background-size: contain;
    width: 12px;
    height: 8px;
    display: block;
    margin-left: 5px;
}
.woocommerce .woocommerce-ordering {
    float: none;
}
.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin: 0 0 20px;
    padding: 0;
}
.woocommerce .products .product {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 20px;
    width: calc(50% - 10px);
    background-color: var(--card-main-color);
}
.products .product-cat {
    font-size: var(--p2-size);
    opacity: 0.6;
    color: var(--main-text-color);
    margin-bottom: 10px;
}
.product a {
    text-decoration: none;
}
.product .product-title {
    font-size: var(--h3-size);
    font-weight: 500;
    color: var(--main-text-color);
    margin: 0 0 15px;
}
.gallery-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: transparent;
}
.catalog-wrapper .gallery-wrapper {
    height: 380px;
}
.gallery-wrapper .products-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 15;
}
.gallery-wrapper .product-tag {
    padding: 3px 15px;
    border-radius: 5px;
    border: 0.5px solid var(--main-text-color);
    font-size: var(--p2-size);
    color: var(--main-text-color);
    font-family: "Montserrat-Medium";
    font-weight: 500;
    line-height: 120%;
    background-color: var(--white-text-color);
}
.gallery-wrapper .swiper-slide img {
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.catalog-wrapper .gallery-wrapper .swiper-slide {
    max-width: 100%;
    /* background: transparent; */
}
.catalog-wrapper .gallery-wrapper .swiper-slide img {
    object-fit: scale-down;
}
.product-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
}
.gallery-wrapper .arrow-left,
.gallery-wrapper .arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}
.gallery-wrapper .arrow-left {
    left: 10px;
}
.gallery-wrapper .arrow-right {
    right: 10px;
}
.gallery-wrapper .swiper-pagination {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 15px;
    z-index: 10;
    width: 100%;
    gap: 6px;
}
.gallery-wrapper .swiper-pagination .point {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: rgba(181, 181, 181, 0.60);
    transition: .2s ease-out;
}
.gallery-wrapper .swiper-pagination .point.point-active {
    border: 1px solid rgba(181, 181, 181, 0.60);
    background-color: transparent;
}
.gallery-wrapper .product-single-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 5px;
}
.gallery-wrapper .product-single-image img {
    user-select: none;
    pointer-events: none;
    object-fit: contain;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-position: bottom;
}
.price-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.product .price {
    color: var(--main-text-color);
    font-size: var(--h3-size);
    font-weight: 400;
}
.btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.btn-compare {
    width: 16px;
    height: 20px;
    background-image: url('../images/compare.svg');
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
	transition: opacity 0.2s linear;
}
.btn-compare:hover {
    opacity: 1;
}
.compare-message {
    position: absolute;
    pointer-events: none;
    background-color: var(--white-text-color);
    padding: 8px 12px;
    border-radius: 3px;
    border: 0.5px solid #DDDEDE;
    font-size: 12px;
    color: var(--main-text-color);
    top: 25px;
    opacity: 0;
    transform: translateY(-10px);
    transition: .2s ease-out;
    z-index: 10;
    white-space: nowrap;
}
.compare-message::after {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    background-color: #fff;
    border-left: 0.5px solid rgba(29, 31, 34, 0.15);
    border-top: 0.5px solid rgba(29, 31, 34, 0.15);
    width: 12px;
    height: 12px;
    border-radius: 3px 0px 0px 0px;
    top: -6.5px;
}
.compare-message.right {
    right: -10px;
}
.compare-message.right::after {
    right: 12px;
}
.compare-message.left {
    left: -11px;
}
.compare-message.left::after {
    left: 15px;
}
.btn-compare.show .compare-message {
    opacity: 1;
    transform: translateY(0);
}
.btn-copylink {
    width: 18px;
    height: 18px;
    background-image: url('../images/copylink.svg');
    background-position: center;
    background-size: cover;
    opacity: 0.5;
    background-color: transparent;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: "Montserrat-Regular";
	transition: opacity 0.2s linear;
}
.btn-copylink:hover {
    opacity: 1;
}
.copy-message {
    /* display: none; */
    position: absolute;
    pointer-events: none;
    background-color: var(--white-text-color);
    padding: 8px 12px;
    border-radius: 3px;
    border: 0.5px solid #DDDEDE;
    font-size: 12px;
    color: var(--main-text-color);
    top: 25px;
    opacity: 0;
    transform: translateY(-10px);
    transition: .2s ease-out;
    z-index: 10;
}
.copy-message::after {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    background-color: #fff;
    border-left: 0.5px solid rgba(29, 31, 34, 0.15);
    border-top: 0.5px solid rgba(29, 31, 34, 0.15);
    width: 12px;
    height: 12px;
    border-radius: 3px 0px 0px 0px;
    top: -6.5px;
}
.copy-message.right {
    right: -10px;
}
.copy-message.right::after {
    right: 12px;
}
.copy-message.left {
    left: -11px;
}
.copy-message.left::after {
    left: 15px;
}
.btn-copylink.show .copy-message {
    opacity: 1;
    transform: translateY(0);
}
#clipboard-link {
    position: absolute;
    left: 9999px;
    top: 9999px;
}
.product-short_attr {
    display: flex;
    justify-content: center;
    /*gap: 30px;*/
    gap: 20px;
    padding: 15px 0px;
    border-top: 1px solid #DDDDDE;
    border-bottom: 1px solid #DDDDDE;
}
.product-short_attr .product_attr-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.product-short_attr .product_attr-item .attr-value {
    font-family: "Montserrat-SemiBold";
    color: var(--main-text-color);
    font-size: var(--p1-size);
    font-weight: 500;
}
.product-short_attr .product_attr-item .attr-value-pref {
    font-family: "Montserrat-SemiBold";
    color: var(--main-text-color);
    font-size: var(--p1-size);
    font-weight: 500;
}
.product-short_attr .product_attr-item .attr-subtitle {
    color: var(--main-text-color);
    font-size: var(--p2-size);
    opacity: 0.6;
}
.product-short_descr {
    margin-top: 15px;
    margin-bottom: 20px;
}
.woocommerce .product-short_descr ul:before,
.woocommerce .product-short_descr ul:after {
    display: none;
}
.woocommerce .product-short_descr  ul {
    margin: 0 0 0 10px;
}
.woocommerce .product-short_descr ul li {
    list-style: disc;
    padding-left: 5px;
}
.woocommerce .product-short_descr ul li::marker {
    font-size: var(--p2-size);
}
.product-short_descr li {
    font-size: var(--p2-size);
    font-weight: 400;
    line-height: 150%;
    opacity: 0.6;
    color: var(--main-text-color);
}
.product .order.btn {
    width: 100%;
    background-color: var(--main-text-color);
    color: var(--white-text-color);
    font-size: var(--small-size);
    transition: .2s ease-out;
    margin-top: auto;
}
.product .order.btn:hover {
    /*background-color: var(--btn-dark-hover);*/
}
.btn-wrapper {
    display: flex;
    margin-top: auto;
}
.btn-wrapper .btn-secondary {
    border-color: var(--main-text-color);
    width: 100%;
    min-width: auto;
}
.filter-item {
    padding: 30px 0px;
    border-bottom: 1px solid #DDDDDE;
}
.filter-item:last-child {
    margin-bottom: 20px;
}
.filter-item:first-child {
    border-top: 1px solid #DDDDDE;
}
.filter-item .filter-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--h3-size);
    color: var(--main-text-color);
    font-weight: 500;
    font-family: "Montserrat-Medium";
    margin-bottom: 20px;
    cursor: pointer;
    transition: .2s ease-out;
    user-select: none;
}
.filter-item .filter-title:after {
    content: "";
    display: block;
    background-image: url('../images/minus.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: none;
}
.filter-item.hidden .filter-title {
    margin-bottom: 0px;
}
.filter-item.hidden .filter-title:after {
    background-image: url('../images/plus.svg');
    transition: .3s ease-out;
    rotate: 90deg;
}
.filter-item .range-wrapper {
    margin-bottom: 19px;
}
.filter-item .range-slide,
.filter-item .price-slide {
    width: calc(100% - 16px);
    margin: 0 auto;
    height: 2px;
}
.filter-item .range-slide.ui-widget-content,
.filter-item .price-slide.ui-widget-content {
    border: 1px solid rgba(29, 31, 34, 0.25);
}
.filter-item .range-slide .ui-slider-handle,
.filter-item .price-slide .ui-slider-handle {
    border-radius: 50%;
    background-color: var(--main-text-color);
    width: 16px;
    height: 16px;
    border: none;
    top: -8px;
}
.filter-item .range-slide .ui-slider-range,
.filter-item .price-slide .ui-slider-range {
    background-color: var(--main-text-color);
    border: none;
    height: 2px;
    top: -1px;
}
.filter-item .range-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter-item .range-wrapper .input-wrapper {
    display: flex;
    align-items: center;
    width: 120px;
    border: 0.5px solid var(--main-text-color);
    border-radius: 3px;
    padding: 6px 12px;
}
.filter-item .range-wrapper .input-wrapper .units {
    font-size: var(--p1-size);
    color: var(--main-text-color);
    font-weight: 400;
    line-height: 100%;
    padding-left: 3px;
}
.filter-item .range-wrapper input {
    display: inline-block;
    max-width: 100px;
    color: var(--main-text-color);
    font-size: var(--p1-size);
    border: none;
    font-family: "Montserrat-Regular";
}
.filter-item .checkbox-group {
    display: flex;
    flex-direction: column;
}
.filter-item .checkbox-group input {
    display: none;
}
.filter-item .checkbox-group label {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    font-size: var(--p1-size);
    font-weight: 400;
    user-select: none;
    cursor: pointer;
}
.filter-item .checkbox-group label:not(:last-child) {
    margin-bottom: 13px;
}
.filter-item .checkbox-group label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0.5px solid var(--main-text-color);
    border-radius: 3px;
    margin-right: 14px;
}
.filter-item .checkbox-group input:checked + label:before {
    background-color: var(--main-text-color);
    background-image: url('../images/checkbox2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.filter-item .radio-group input {
    display: none;
}
.filter-item .radio-group label {
    display: flex;
    align-items: center;
    color: var(--main-text-color);
    font-size: var(--p1-size);
    font-weight: 400;
    user-select: none;
    cursor: pointer;
}
.filter-item .radio-group label:not(:last-child) {
    margin-bottom: 13px;
}
.filter-item .radio-group label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0.5px solid var(--main-text-color);
    border-radius: 3px;
    margin-right: 14px;
}
.filter-item .radio-group input:checked + label:before {
    background-color: var(--main-text-color);
    background-image: url('../images/checkbox2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.filter-item .images-group input {
    display: none;
}
.filter-item .images-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.filter-item .images-group label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    border: 0.5px solid transparent;
    transition: .1s ease-out;
    background-color: #DDDDDE;
    position: relative;
    cursor: pointer;
}
.filter-item .images-group input:checked + label {
    border: 0.5px solid var(--main-text-color);
    background-color: var(--white-text-color);
}
.filter-item .images-group label img {
    width: 40px;
    height: 40px;
}
.filter-item .images-group label .popup-descr {
    position: absolute;
    top: 56px;
    left: 0px;
    padding: 8px 15px;
    border: 0.5px solid rgba(29, 31, 34, 0.15);
    text-align: center;
    font-size: var(--p2-size);
    color: var(--main-text-color);
    background-color: #fff;
    font-weight: 400;
    opacity: 0;
    transform: translateY(5px);
    transition: .2s ease-out;
/*     pointer-events: none; */
    white-space: nowrap;
    border-radius: 3px;
}
.filter-item .images-group label:hover .popup-descr {
    opacity: 1;
    transform: translateY(0px);
}
/* .filter-item .images-group label .popup-descr:before {
    content: '';
    position: absolute;
    transform: rotate(45deg);
    background-color: #fff;
    border-left: 0.5px solid rgba(29, 31, 34, 0.15);
    border-top: 0.5px solid rgba(29, 31, 34, 0.15);
    width: 12px;
    height: 12px;
    border-radius: 3px 0px 0px 0px;
    top: -6.5px;
    left: 15px;
} */

/* Новый вид облицовки */

.filter-item .images-group {
    flex-direction: column;
    flex-wrap: nowrap;
}

.filter-item .images-group label .popup-descr {
    opacity: 1;
    color: var(--main-text-color);
    font-size: var(--p1-size);
    font-weight: 400;
    border: 0px;
    top: auto;
    left: 48px;
    transform: translateY(0px);
}

#catalog-filter .clear-form {
    border: 1px solid var(--main-text-color);
    width: 100%;
}
#catalog-filter .clear-form:hover {
    color: #fff;
    background: #1D1F22;
}
#catalog-filter .filter-head .clear-form {
    display: flex;
    align-items: center;
    border: none;
    background-color: #F2F2F2;
    outline: none;
    position: relative;
    width: fit-content;
    color: var(--main-text-color);
    font-size: var(--p1-size);
    line-height: 120%;
    font-weight: 500;
    border-radius: 5px;
    padding: 2px 15px;
    cursor: pointer;
    font-family: "Montserrat-Medium";
}
#catalog-filter .filter-head .clear-form:after {
    content: '';
    display: block;
    background: url('../images/close_btn.svg') no-repeat center;
    background-size: cover;
    width: 8px;
    height: 8px;
    margin-left: 6px;
}
.input-buffer {
    position: absolute;
    top: -1000px;
    left: -1000px;
    font-size: var(--p1-size);
}
.products-header {
    margin-bottom: 30px;
}
.product-wrapper {
    display: flex;
    flex-direction: column;
    width: calc(100% - 325px);
    transition: .2s ease-out;
}
.term-description p {
    font-size: 10px;
    line-height: 120%;
    color: #C7C7C8;
    font-family: "Montserrat-Regular";
}
.products-form {
    background-color: var(--main-text-color);
    background-position: center right;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    padding: 22px 43px;
    position: relative;
}
.products-form::after {
    content: '';
    position: absolute;
    background: linear-gradient(90.00deg, rgb(29, 31, 34) 45%,rgba(29, 31, 34, 0) 85%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.products-form .products-form__title {
    max-width: 575px;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    font-size: var(--h1-size);
    color: var(--white-text-color);
    line-height: 120%;
}
.products-form .product-form__descr {
    max-width: 575px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    letter-spacing: -2%;
    font-size: var(--p1-size);
    color: var(--white-text-color);
    opacity: 0.6;
}
.products-form .product-form__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.products-form .product-form__buttons button {
    max-width: 240px;
}
.navigation-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.navigation-wrapper #showposts-count {
    position: relative;
    width: fit-content;
    margin-left: auto;
}
.navigation-wrapper .filter-showposts-values {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    max-width: 170px;
    background-color: var(--white-text-color);
    border: 1px solid rgba(29, 31, 34, 0.25);
    padding: 10px 0px;
    border-radius: 5px;
    z-index: 20;
    box-shadow: 0 0px 7px 0px #1d1f2233;
    -webkit-animation: fadeShow 0.3s ease-out forwards;
}
.navigation-wrapper .filter-showposts-values.show {
    display: flex;
}
.navigation-wrapper .filter-showposts-values input {
    display: none;
}
.navigation-wrapper .filter-showposts-values label {
    color: var(--main-text-color);
    padding: 6px 15px;
    background-color: var(--white-text-color);
    line-height: 120%;
    font-size: 14px;
    font-family: "Montserrat-Medium";
    font-weight: 500;
    cursor: pointer;
    transition: .2s ease-out;
}
.navigation-wrapper .filter-showposts-values label:hover {
    background-color: #F1F1F1;
}
.navigation-wrapper .filter-showposts-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 160px;
    max-width: 175px;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    color: var(--main-text-color);
    font-family: "Montserrat-Medium";
    font-weight: 500;
    background-color: #F2F2F2;
    border-radius: 5px;
    line-height: 100%;
    cursor: pointer;
    user-select: none;
    transition: .2s ease-out;
}
.navigation-wrapper .filter-showposts-current:hover {
    color: #fff;
    background-color: #1D1F22;
}
.navigation-wrapper .filter-showposts-current:after {
    content: '';
    display: block;
    background: transparent url('../images/arr_bottom.png') center no-repeat;
    width: 8px;
    height: 4px;
    margin-left: 5px;
    transition: .2s ease-out;
}
.navigation-wrapper .filter-showposts-current:hover:after {
    filter: invert(1);
}
.navigation-wrapper nav.woocommerce-pagination {
    width: fit-content;
}
.navigation-wrapper nav.woocommerce-pagination .page-numbers {
    display: flex;
    flex-direction: row;
    width: fit-content;
    border: none;
    margin: 0;
}
.woocommerce .navigation-wrapper nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce .navigation-wrapper nav.woocommerce-pagination ul li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    color: var(--main-text-color);
    font-size: 14px;
    line-height: 100%;
    font-family: "Montserrat-Medium";
    font-weight: 500;
    border-radius: 0;
    background-color: var(--white-text-color);
}
.woocommerce .navigation-wrapper nav.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce .navigation-wrapper nav.woocommerce-pagination ul li .page-numbers.current {
    background-color: #F2F2F2;
    border-radius: 5px;
}
.woocommerce .navigation-wrapper nav.woocommerce-pagination ul li .prev,
.woocommerce .navigation-wrapper nav.woocommerce-pagination ul li .next {
    display: none;
}

.catalog_bottom_descr {
    display: flex;
    width: 100%;
}
.catalog_bottom_descr .btn-scroll {
    margin-left: auto;
    flex-shrink: 0;
}

/*форма в каталоге*/
.wpcf7-spinner {
    display: none;
}
.wpcf7-list-item {
    margin: 0;
    padding: 0;
}

.catalog-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 70px;
    margin-bottom: 50px;
}
.catalog-form h2 {
    grid-column: 1/-1;
    font-size: var(--h1-size);
    padding-bottom: 30px;
    border-bottom: 1px solid var(--main-text-color);
    line-height: 120%;
    font-weight: 500;
}
.form-content_text {
    margin: 0;
    letter-spacing: -0.28px;
    opacity: 0.6;
    font-size: var(--p1-size);
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 1.25em;
}
.modal .quantity_field .wpcf7-form-control-wrap {
    height: 100%;
    margin-bottom: 0px;
}
.wpcf7 select {
    width: 100%;
    height: 44px;
    border: 1px solid rgba(29, 31, 34, 0.125);
    border-radius: 5px;
    padding-right: 15px;
    padding-left: 15px;
}
.wpcf7 .select2-container, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 textarea {
    display: block;
    width: 100% !important;
    color: #1D1F22;
    font: 12px/1.2 "Montserrat-Regular" !important;
    box-shadow: unset;
}
.wpcf7 .select2-container--default .select2-selection--single, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"] {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba( 29, 31, 34, 0.125 );
    border-radius: 5px;
}
.wpcf7 .select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.wpcf7 .select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #1D1F22;
}
.wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 16px;
    height: 8px;
    margin-left: -8px;
    border: unset !important;
    float: right;
    background: url(../images/modal-color-arrow.svg) no-repeat center center;
    background-size: auto;
    background-size: 16px 8px;
    transition: all 0.4s linear;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #1D1F22;
    background-color: #F1F1F1;
}
.wpcf7 .select2-container, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"], .wpcf7 textarea {
    display: block;
    width: 100% !important;
    color: #1D1F22;
    font: 12px/1.2 "Montserrat-Regular" !important;
    box-shadow: unset;
}
.wpcf7 .select2-container--default .select2-selection--single, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="date"] {
    height: 44px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid rgba( 29, 31, 34, 0.125 );
    border-radius: 5px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item-label a {
    color: #a5a5a5;
    text-decoration: none;
}
.info-checkout-client-agree .wpcf7-acceptance label {
    display: grid;
    grid-template-columns: 19px 1fr;
    grid-gap: 9px;
    align-items: center;
    font: 10px/1.2 "Montserrat-Medium";
    margin-top: 15px;
    color: #a5a5a5;
}
.info-checkout-client-agree input {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: none;
    width: 19px;
    height: 19px;
    margin: 0 0 0 2px;
    border: none;
    box-shadow: none;
    vertical-align: middle;
    opacity: 1;
    appearance: none;
    outline: none;
}
.info-checkout-client-agree input:checked {
    background: url(../images/modal-checkbox.svg) center no-repeat;
    background-size: auto;
    background-size: 8px;
}
.btn-dark {
    color: #fff;
    background: rgba( 29, 31, 34, 0.9 );
    border: 1px solid #1D1F22;
    -webkit-transition: linear 0.5s all;
    -moz-transition: linear 0.5s all;
    -ms-transition: linear 0.5s all;
    -o-transition: linear 0.5s all;
    transition: linear 0.5s all;
}
.wpcf7-submit {
    width: 100%;
}

@-webkit-keyframes fadeShow {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@media screen and (max-width: 1200px) {
    .product-short_attr {
        flex-wrap: wrap;
    }
    .product-short_attr .product_attr-item {
        width: calc(50% - 30px);
    }
    .products-header-subcat #title-back {
        flex-shrink: unset;
        width: min-content;
        min-width: 310px;
    }
}
@media screen and (max-width: 991px) {
    .products-header-subcat #title-back {
        min-width: fit-content;
    }
    .catalog-title {
        line-height: 100%;
    }
    #title-back {
        min-width: auto;
    }
    .products-header {
        flex-direction: column;
    }
    .products-header-catalog .catalog-header-wrapper {
        flex-direction: column;
    }
    .products-header-catalog .btn-holder {
        flex-direction: row;
    }
    .products-header-catalog .btn-holder .btn-service_link {
        width: fit-content;
        height: 22px;
    }
    .products-header-catalog .filter-order-current {
        height: 22px;
    }
    .products-header .form-tags {
        max-width: none;
    }
    #catalog-filter {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: var(--white-text-color);
        transform: translateX(-100%);
        z-index: 1000;
        overflow-y: auto;
        transition: .2s ease-out;
        margin: 0;
    }
    #catalog-filter.show {
        transform: translateX(0);
    }
    #catalog-filter .filter-head .clear-form {
        display: none;
    }
    .filter-item .range-wrapper .input-wrapper {
        width: 45%;
    }
    .header-wrapper .close-filter {
        display: block;
    }
    #open_filter {
        display: flex;
    }
    .product-short_attr .product_attr-item {
        width: fit-content;
    }
    .product-wrapper {
        width: 100%;
    }
    .catalog-wrapper .gallery-wrapper {
        height: 300px;
    }
    #title-back {
        margin-bottom: 30px;
    }
    .modal {
        margin: 40px auto 30px;
        padding: 10px 20px 0px 10px;
        max-height: none;
        height: 95%;
    }
    .modal-container:after {
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .catalog-title svg {
        width: 12px;
        height: 10px;
    }
    .catalog-wrapper {
        margin-bottom: 70px;
    }
    .products-header .catalog-header-wrapper {
        flex-direction: column;
    }
    .products-header .btn-holder {
        justify-content: flex-start;
    }
    .products-header .form-tags {
        flex-wrap: nowrap;
        width: 100%;
        max-width: none;
        overflow-x: auto;
        padding-bottom: 5px;
    }
    .products-header .catalog-header-wrapper {
        gap: 15px;
    }
    .product-single-image {
        display: flex;
        align-items: center;
    }
    .product-short_attr {
        gap: 20px;
    }
    .catalog-form .form-title {
        margin-bottom: 15px;
        padding-bottom: 25px;
    }
    .catalog-form {
        grid-template-columns: 1fr;
        grid-gap: 15px 0;
    }
    .modal {
        padding: 10px 20px 0px 10px;
        max-height: none;
        height: 95%;
    }
    .modal-container .simplebar-track.simplebar-vertical {
        width: 8px;
        margin: 10px 6px 10px 0;
    }
    .modal-container .simplebar-scrollbar.simplebar-visible:before {
        top: 1px;
        left: 1px;
        right: 1px;
    }
    .products-header .filter-order-values {
        top: calc(100% + 5px);
    }
    .products-header .form-tags .sub-cat:hover {
        color: var(--color-text);
    }
    .product .product-title {
        font-size: var(--h1-size);
    }
    .product-short_attr .product_attr-item .attr-value{
        font-size: var(--h3-size);
    }
    .product-short_descr li {
        font-size: 12px;
    }
}
@media screen and (max-width: 576px) {
    #title-back {
        margin-bottom: 10px;
    }
    .woocommerce .products .product {
        width: 100%;
        padding: 15px 13px;
    }
    .catalog-wrapper .gallery-wrapper {
        height: auto;
        aspect-ratio: 1/1;
    }
    .gallery-wrapper .swiper-slide img {
        object-position: center;
    }
    .woocommerce .woocommerce-breadcrumb {
        padding-top: 30px;
        margin: 0 0 15px;
    }
    .products-header .form-tags .sub-cat {
        padding: 5px 10px;
    }
    .products-header-catalog .btn-holder .btn-service_link {
        height: 24px;
    }
    .products-header-catalog .filter-order-current {
        height: 24px;
    }
    .products-header-catalog #open_filter {
        height: 24px;
    }
    .btn-service_link {
        padding: 3px 10px;
        height: 24px;
    }
    .btn-service_link:after {
        width: 14px;
        height: 12px;
        background: transparent url('../images/heart-mobile.svg') center no-repeat;
    }
    .products-header .btn-holder {
        gap: 8px;
    }
    .products-header .filter-order-current {
        padding: 6px 15px;
    }
    .products-header .filter-order-current:after {
        width: 14px;
        height: 10px;
        background-size: contain;
    }
    .woocommerce .product-short_descr  ul {
        margin: 0 0 0 7px;
    }
    .products-form {
        display: flex;
        flex-direction: column;
        height: 220px;
        padding: 30px 20px;
        margin: 0px -20px;
        box-sizing: content-box;
        border-radius: 0px;
    }
    .products-form .product-form__buttons {
        margin-top: auto;
        gap: 8px;
    }
    .products-form .product-form__buttons a {
        max-width: none;
        width: 100%;
    }
    .products-form::after {
        background: linear-gradient(180.00deg, rgb(29, 31, 34) 25%,rgba(29, 31, 34, 0) 75%);
    }
}
@media screen and (max-width: 480px) {
    .products-header-catalog .btn-holder .btn-service_link {
        width: 100%;
        order: 3;
        justify-content: center;
    }
    #open_filter {
/*         width: calc(50% - 4px); */
        padding: 6px 15px;
        justify-content: center;
    }
    .products-header #orderby-form {
/*         width: calc(50% - 4px); */
    }
    .products-header .filter-order-current {
        width: 100%;
        min-width: auto;
        justify-content: center;
    }
}
@media screen and (max-width: 380px) {
	.products-header .btn-holder {
		width: 100%;
	}
    #open_filter {
        width: 100%;
    }
    .products-header #orderby-form {
        width: 100%;
    }
    .product-short_attr {
        gap: 10px;
    }
    .product-short_descr li {
        font-size: var(--p1-size);
    }
}
