/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0px;
    padding: 0px;
    font-family: 'Jost', sans-serif;
    color: rgb(85, 90, 96);
}

body {}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Заголовки */
h1 {
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 48px;
    margin-bottom: 35px;
}

h2 {
    font-size: 20px;
    font-weight: 700;
}

/* Текст */
p {
    font-size: 16px;
}

/* Ссылки */
a {
    color: rgb(85, 90, 96);
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 16px;
}

a:hover {
    color: rgb(254, 217, 105);
}

/* Списки */
ul, ol {
    list-style-position: inside;
}

li {
    font-size: 16px;
    line-height: 1.5;
}

.content {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.header-lvl1 {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.header-lvl1-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl1-content1 {
    width: 16%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl1-content1>a {
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl1-content1>a>img {
    margin-top: auto;
    margin-bottom: auto;
    max-height: 45px;
}

.header-lvl1-content2 {
    width: 29%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl1-content3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 54%;
}

.header-lvl1-content3c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.header-lvl1-content3c>div:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl1-content3c>div:first-of-type>svg {
    width: 28px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-filter: invert(37%) sepia(5%) saturate(723%) hue-rotate(172deg) brightness(90%) contrast(91%);
    filter: invert(37%) sepia(5%) saturate(723%) hue-rotate(172deg) brightness(90%) contrast(91%);
}

.header-lvl1-content3>a:first-of-type {
    margin-left: auto;
}

.header-lvl1-content3c {
    margin-top: auto;
    margin-bottom: auto;
}

.header-lvl1-content2>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.header-lvl1-content2>form>input {
    background-color: #f4f4f6;
    padding: 9px 15px;
    border-right: 0px;
    border-left: 1px solid rgba(102, 107, 112, 0.08);
    border-top: 1px solid rgba(102, 107, 112, 0.08);
    border-bottom: 1px solid rgba(102, 107, 112, 0.08);
    border-radius: 50px 0 0 50px;
    font-size: 15px;
    width: 100%;
}

.header-lvl1-content2>form>button {
    border-radius: 0 50px 50px 0;
    background-color: rgb(85, 90, 96);
    padding: 10px 20px;
    color: white;
    border: 0px;
    font-size: 16px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.header-lvl1-content2>form>button:hover {
    background-color: rgb(254, 217, 105);
    color: rgb(85, 90, 96);
}

.header-lvl1-content3c>div:last-of-type>p:last-of-type {
    font-weight: 500;
}

.header-lvl2 {
    margin-top: 18px;
    margin-bottom: 18px;
}

.header-lvl2>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.header-lvl21>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 30px;
    min-width: 200px;
    background-color: rgb(85, 90, 96);
    gap: 15px;
}

.header-lvl21>a>svg {
    width: 18px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(100%) contrast(104%);
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(100%) contrast(104%);
}

.header-lvl21>a>span {
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
}

.header-lvl22-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl22-nav>ul>li:not(:first-of-type) {
    padding-left: 20px;
}

.header-lvl22-nav>ul>li:not(:last-of-type) {
    padding-right: 20px;
}

.header-lvl22-nav>ul>li {
    padding: 11px 0px;
}

.header-lvl22-nav ul li {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-lvl22-nav ul li a {
    text-decoration: none;
    color: rgb(85, 90, 96);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-lvl22-nav ul li a svg {
    margin-left: 10px;
}

.header-lvl22-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 30px;
    z-index: 99999;
}

.header-lvl22-nav ul ul ul {
    top: 0;
    left: 100%;
}

.header-lvl22-nav ul ul li {
    white-space: nowrap;
}

.header-lvl22-nav>ul ul li:not(:last-of-type) {
    padding-bottom: 10px;
}

.menu svg {
    max-width: 10px;
    height: auto;
    -webkit-filter: invert(37%) sepia(5%) saturate(723%) hue-rotate(172deg) brightness(90%) contrast(91%);
    filter: invert(37%) sepia(5%) saturate(723%) hue-rotate(172deg) brightness(90%) contrast(91%);
}

.header-lvl21 {
    width: 260px;
}

.header-lvl22 {
    width: calc(100% - 260px);
}

.header-lvl22-nav>ul ul a {
    font-size: 15px;
}

.header-lvl22-nav a:hover {
    text-decoration: underline;
}

.wc-block-components-checkbox__label>a {
    text-decoration: underline;
}

.header-lvl22-nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lvl22-nav>ul>li:not(:first-of-type) {
    margin-left: auto;
}

.header-lvl22-nav>ul>li:not(:last-of-type) {
    margin-right: auto;
}

.home-cat-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}

.home-cat-slider-left>.home-cat-slider-left-categ:first-of-type {
    padding: 0px 15px;

}

.home-cat-slider-left-categ {
    border: 1px solid rgb(230, 230, 230);

}

.home-cat-slider-right {
    width: calc(100% - 290px);
}

.home-cat-slider-left-categ>a {
    display: block;
    padding: 10px;
    color: rgb(85, 90, 96);
    line-height: 27.2px;
    font-size: 16px;
}

.home-cat-slider-left-categ>a:not(:last-of-type) {
    border-bottom: 1px solid rgb(230, 230, 230);
}

.home-cat-slider-right-slider {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.home-cat-slider-right-slider-slide {
    height: 435px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    background-position: center center;
    background-size: cover;
}

.home-cat-slider-right-slider-slide-content {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    padding: 55px;
}

.home-cat-slider-right-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.home-cat-slider-right-slider .slick-dots li {
    width: 9px;
    height: 9px;
    background: rgb(85, 90, 96);
    border: 1px solid rgb(85, 90, 96);
    margin: 0 5px;
    padding: 0;
    border-radius: 100%;
}

.home-cat-slider-right-slider .slick-dots li button {
    display: none;
}

.home-cat-slider-right-slider .slick-dots .slick-active {
    background: #fff;
}

.home-cat-slider-right .slick-dotted.slick-slider {
    margin-bottom: 30 !important;
}

.home-cat-slider-right-slider-slide-content>p:first-of-type {}

.home-cat-slider-right-slider-slide-content>h1, .home-castom-sider-text {
    font-size: 48px;
    font-weight: 700;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 48px;
    margin-bottom: 35px;
}

.yealow-button, .wpcf7-form-control.wpcf7-submit.has-spinner, .woocommerce-Button.wc-forward.button, .button.wc-forward, .woocommerce-Button.button, .woocommerce-button.button.woocommerce-form-login__submit, .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained, .woocommerce-button.button.view.order-actions-button {
    background-color: rgb(254, 217, 105) !important;
    color: rgb(85, 90, 96) !important;
    padding: 10px 25px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    border-radius: 50px !important;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease !important;
    -o-transition: background-color 0.3s ease, color 0.3s ease !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    border: 0px !important;
    cursor: pointer !important;
}

.yealow-button:hover, .wpcf7-form-control.wpcf7-submit.has-spinner:hover, .woocommerce-Button.wc-forward.button:hover, .button.wc-forward:hover, .woocommerce-Button.button:hover, .woocommerce-button.button.woocommerce-form-login__submit:hover, .wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover, .woocommerce-button.button.view.order-actions-button:hover {
    background-color: rgb(85, 90, 96) !important;
    color: white !important;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover .wc-block-components-checkout-place-order-button__text {
    color: white;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover>.wc-block-components-button__text {
    color: white;
}

.home-cat-slider-left>div:not(:last-of-type) {
    margin-bottom: 30px;
}

.product-block-list-left>.home-cat-slider-left-categ:not(:last-of-type) {
    margin-bottom: 10px;
}

.home-cat-slider-left-categ-title {
    background-color: rgb(244, 244, 246);
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 18px;
}

.home-cat-slider-left-categ-product {
    padding: 20px;
}

.home-cat-slider-left-categ-product-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.home-cat-slider-left-categ-product-sod-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
}

.home-cat-slider-left-categ-product-sod-left>img {
    width: 80px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.home-cat-slider-left-categ-product-sod-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 80px - 15px);
}

.home-cat-slider-left-categ-product-sod-right>p:first-of-type {
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-top: auto;
    width: 100%;
}

.home-cat-slider-left-categ-product-sod-right>p:last-of-type {
    margin-bottom: auto;
    font-weight: 500;
}

.home-cat-slider-left-categ-product>a:not(:last-of-type) {
    margin-bottom: 15px;
}

.home-cat-slider-left-categ-product-sod-right>p:last-of-type>span {
    color: rgba(85, 90, 96, 0.486);
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22.5px;
    font-size: 15px;
    text-decoration: line-through;
}

.home-cat-slider-left-categ-reklama {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-cat-slider-left-categ-reklama>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-cat-slider-left-categ-reklama>a>img {
    width: 100%;
    height: auto;
}

.home-cat-slider-left-categ-otz {
    padding: 20px;
}

.home-cat-slider-left>.home-cat-slider-left-categ:not(:first-of-type) {
    width: 260px;
}

.home-cat-slider-left-categ-otz-slider {
    margin: 0 auto;
}

.home-cat-slider-left-categ-otz-slider-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
}

.home-cat-slider-left-categ-otz-slider .slick-dots {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.home-cat-slider-left-categ-otz-slider .slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    padding: 0;
    border-radius: 100%;
}

.home-cat-slider-left-categ-otz-slider .slick-dots li button {
    display: none;
}

.home-cat-slider-left-categ-otz-slider .slick-dots .slick-active {
    background: rgb(254, 217, 105);
}

.home-cat-slider-left-categ-otz-slider-slide>svg {
    fill: rgb(254, 217, 105);
    width: 30px;
    height: auto;
}

.home-cat-slider-left-categ-otz-slider-slide>*:not(:last-of-type) {
    margin-bottom: 10px;
}

.home-cat-slider-left-categ-otz-slider-slide>p:last-of-type {
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
}

.home-recomend-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.home-recomend-block-element {
    width: calc(100% / 3 - (30px * 2 / 3));
    background-color: rgb(244, 244, 246);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-recomend-block-element-content {
    padding: 12px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.home-recomend-block-element-content-img {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-recomend-block-element-content-img>svg {
    width: 40px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-filter: invert(31%) sepia(7%) saturate(531%) hue-rotate(172deg) brightness(104%) contrast(88%);
    filter: invert(31%) sepia(7%) saturate(531%) hue-rotate(172deg) brightness(104%) contrast(88%);
}

.home-recomend-block-element-content-text {
    width: calc(100% - 30px - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}

.home-recomend-block-element-content-text>p {
    width: 100%;
}

.home-recomend-block-element-content-text>p:first-of-type {
    margin-top: auto;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
}

.home-recomend-block-element-content-text>p:last-of-type {
    margin-bottom: auto;
}

.home-Trending-Items {
    border: 1px solid rgb(230, 230, 230);
    margin-bottom: 30px;
}

.home-Trending-Items-title {
    padding: 14px 30px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.home-Trending-Items-title>h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 20px;
}

.home-Trending-Items-content {
    padding: 14px 30px;
}

.home-Trending-Items-content-sod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-Trending-Items-content-sod-rnblock {
    width: 1px;
    background-color: rgb(230, 230, 230);
}

.home-Trending-Items-content-sod-block {
    width: calc(100% / 3 - (15px * 4 / 3) - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.home-Trending-Items-content-sod-block-img {
    width: calc(35% - (15px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-Trending-Items-content-sod-block-content {
    width: calc(65% - (15px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-Trending-Items-content-sod-block-content>* {
    width: 100%;
}

.home-Trending-Items-content-sod-block-img-cont {
    height: 120px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
}

.home-Trending-Items-content-sod-block-img-cont>p:first-of-type {
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-bottom: 3px;
}

.home-Trending-Items-content-sod-block-content-otz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.rating-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
}

.star {
    font-size: 16px;
}

.star.good {
    color: rgb(254, 217, 105);
}

.star.bad {
    color: gray;
}

.review-count {
    margin-left: 5px;
    font-size: 16px;
    color: #666;
}

.home-Trending-Items-content-sod-block-content>p:last-of-type {
    font-weight: 500;
    margin-bottom: auto;
}

.home-Trending-Items-content-sod-block-content>p:first-of-type {
    margin-top: auto;
}

.home-action-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.home-action-block-kontent {
    width: calc(100% / 2 - (30px * 1 / 2));
    background-position: center center;
    background-size: cover;
}

.home-action-block-kontent-sys {
    padding: 45px;
    display: block;
}

.home-action-block-kontent-sys>p:first-of-type {
    background-color: rgb(254, 217, 105);
    display: inline-block;
    padding: 0 5px;
    letter-spacing: 0.3px;
    line-height: 24px;
    margin-bottom: 12px;
}

.home-action-block-kontent-sys>p:last-of-type {
    max-width: 220px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 32px;
}

.home-action-block {
    margin-bottom: 30px;
}

.home-Trending-Items-content-sell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.home-Trending-Items-content-sell-line {
    width: 1px;
    background-color: rgb(230, 230, 230);
}

.home-Trending-Items-content-sell-cont {
    width: calc(100% / 4 - (15px * 6 / 4) - 2px);
}

.home-Trending-Items-content-sell-cont-sale {
    background-color: #df3030;
    padding: 3px 6px;
    border-radius: 5px;
    color: white;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.home-Trending-Items-content-sell-cont-img {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.home-Trending-Items-content-sell-cont-price {
    font-weight: 500;
    margin-top: 5px;
}

.home-Trending-Items-content-sell-cont-price>span {
    color: rgba(85, 90, 96, 0.486);
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22.5px;
    font-size: 15px;
    text-decoration: line-through;
}

.home-Trending-Items-content-sell-cont-title {
    margin-bottom: 5px;
}

.home-popular-kat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

.home-popular-kat-block {
    width: calc(100% / 3 - (30px * 2 / 3) - (6px / 3));
    border: 1px solid rgb(230, 230, 230);
}

.home-popular-kat-block-sod {
    padding: 20px;
}

.home-popular-kat-block-sod-img {
    width: 100%;
    height: 180px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.home-popular-kat-block-sod-title {
    font-weight: 500;
    margin-bottom: 15px;
}

.home-popular-kat-block-sod-url>a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(85, 90, 96);
}

.home-popular-kat-block-sod-url>a:hover {
    text-decoration: underline;
}

.home-popular-kat-block-sod-url {
    margin-bottom: 15px;
}

.button-gray {
    background-color: rgb(85, 90, 96);
    color: white;
    letter-spacing: 0.3px;
    line-height: 20px;
    border-radius: 50px;
    padding: 10px 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.button-gray:hover {
    background-color: rgb(254, 217, 105);
    color: rgb(85, 90, 96);
}

.home-Trending-Items-content-sod.marginblock {
    margin-bottom: 15px;
}


.home-Trending-Items-content-sod-block-content>p:last-of-type>span {
    color: rgba(85, 90, 96, 0.486);
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22.5px;
    font-size: 15px;
    text-decoration: line-through;
}

.home-Trending-Items-content-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.home-Trending-Items-content-news-sod {
    width: calc(100% / 3 - (30px * 2 / 3));
}

.home-Trending-Items-content-news-sod-img {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
}

.home-Trending-Items-content-news-sod-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.home-Trending-Items-content-news-sod-link-name {
    font-weight: 500;
    text-decoration: underline;
}

.home-Trending-Items-content-news-sod-date {
    margin-bottom: 5px;
}

.home-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.home-brand>div {
    height: 70px;
    width: calc(100% / 4 - (30px * 3 / 4));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

footer {
    margin-top: 60px;
    background-color: rgb(85, 90, 96);
}

.footer-lvl1 {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid rgba(214, 215, 216, 0.1);
}

.working-hours {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 15px;
    color: white !important; /* Весь текст белый */
}

.working-hours-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
}

.working-hours-text {
    color: inherit;
}

.working-hours-title,
.working-hours-time,
.working-hours-desc {
    margin: 0;
    line-height: 1.4;
    color: inherit !important;
}

.working-hours-title {
    font-weight: 400;
    font-size: 16px;
}

.working-hours-time {
    font-size: 16px;
}

.working-hours-desc {
    font-size: 16px;
    opacity: 1.8;
}

.footer-lvl1>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-lvl1-cont {
    width: calc(100% / 4 - (30px * 3 / 4));
}

.footer-lvl1-cont-title {
    margin-bottom: 22px;
    color: white;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 18px;
}

.footer-lvl1-cont-korinfo, .footer-lvl1-cont-korinfo>a {
    color: white;
    letter-spacing: 0.3px;
    line-height: 22.4px;
}

.footer-lvl1-cont>.footer-lvl1-cont-korinfo:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-lvl1-cont-social svg {
    height: 14px;
    width: auto;
    -webkit-filter: invert(31%) sepia(7%) saturate(531%) hue-rotate(172deg) brightness(104%) contrast(88%);
    filter: invert(31%) sepia(7%) saturate(531%) hue-rotate(172deg) brightness(104%) contrast(88%);
}

.footer-lvl1-cont-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 15px;
}

.footer-lvl1-cont-social>a {
    background-color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px;
    border-radius: 100%;
}

.footer-lvl1-cont-urinfo {
    color: white;
}

.footer-lvl1-cont-urinfo>span {
    color: white;
    font-weight: 500;
}

.footer-lvl1-cont>.footer-lvl1-cont-urinfo:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-lvl1-cont-link {
    color: white;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-lvl1-cont-link:hover {
    color: rgb(254, 217, 105);
}

.footer-lvl1-cont>.footer-lvl1-cont-link:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer-lvl2 {
    padding-top: 28px;
    padding-bottom: 28px;
}

.footer-lvl2>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-lvl2>div>div {
    width: calc(100% / 2 - (30px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-lvl2-logo>img {
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.footer-lvl2-author>p {
    color: white;
    letter-spacing: 0.3px;
    line-height: 22.4px;
    margin-top: auto;
    margin-bottom: auto;
}

.home-Trending-Items-content-sod-rnblock:nth-child(3n) {
    display: none;
}

.seo-block {
    background-color: rgb(244, 244, 246);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.seo-block>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.seo-block>div>nav {
    margin-left: auto;
    margin-right: auto;
}

.seo-block>div>nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
}

.seo-block>div>nav li {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 21px;
}

.seo-block>div>nav li:not(:last-of-type) {
    margin-right: 7px;
}

.product-lvl1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.product-lvl1>div {
    width: calc(100% / 2 - (30px * 1 / 2));
}

.product-title {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-bottom: 10px;
}

.product-reviews {
    margin-bottom: 10px;
}

.product-price {
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 27px;
    margin-bottom: 10px;
}

.product-description {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.6px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 10px;
}

.product-sku, .product-stock {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 22.4px;
    margin-bottom: 10px;
}

.product-sku>span, .product-stock>span {
    font-weight: 500;
}

.product-stock {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 10px;
}

.product-variations>p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 19.6px;
    margin-bottom: 10px;
}

/* Скрываем стандартные радио-кнопки */
.product-variations input[type="radio"] {
    display: none;
}

/* Стили для кастомных кнопок выбора */
.product-variations label {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid rgba(85, 90, 96, 0.123);
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 13px;
}

/* Стиль при наведении */
.product-variations label:hover {
    border: 1px solid rgba(85, 90, 96);
}

/* Стиль для активного варианта (если выбран) */
.product-variations input[type="radio"]:checked+label {
    border: 1px solid rgba(85, 90, 96);
}

.product-variations {
    margin-bottom: 10px;
}

.product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.quantity {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 19.6px;
    margin-bottom: 10px;
}

.add-to-cart {}

/* Стили кнопок + и - */
.product-quantity-block-vn>.quantity-btn {
    width: 20px;
    height: 16px;
    background-color: white;
    border: none;
    font-size: 13px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: rgb(85, 90, 96);
}



.product-quantity-block>.product-quantity-block-vn.first>.quantity-btn {
    border-radius: 5px 0 0 5px;
    border-bottom: 1px solid rgba(85, 90, 96, 0.123);
    border-left: 1px solid rgba(85, 90, 96, 0.123);
    border-top: 1px solid rgba(85, 90, 96, 0.123);
    height: 100%;
}

.product-quantity-block>.product-quantity-block-vn.last>.quantity-btn {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid rgba(85, 90, 96, 0.123);
    border-bottom: 1px solid rgba(85, 90, 96, 0.123);
    height: 100%;
    border-top: 1px solid rgba(85, 90, 96, 0.123);
}

.quantity-btn:hover {}

/* Поле ввода количества */
.quantity-input {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    border: 1px solid rgba(85, 90, 96, 0.123);
    font-size: 13px;
    -moz-appearance: textfield;
    /* Убираем стрелки в Firefox */
}

/* Убираем стрелки в Chrome, Safari, Edge, Opera */
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-quantity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-lvl2-title {
    background-color: rgb(254, 217, 105);
    color: rgb(85, 90, 96);
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0px;
    margin-bottom: 10px;
}

.product-lvl2-opis {
    padding: 20px;
    border: 1px solid rgb(230, 230, 230);
}

.product-lvl2 {
    margin-bottom: 30px;
}

.product-lvl3>h2 {
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-weight: 500;
}

.product-lvl1-left-img {
    height: 400px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid rgb(230, 230, 230);
    padding: 20px;
    margin-bottom: 20px;
}

.product-lvl1-left-slider-item {
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgb(230, 230, 230);
    padding: 10px;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    gap: 20px;
}

.product-lvl1-left-slider .slick-next, .product-lvl1-left-slider .slick-prev {
    font-size: 15px;
}

.product-lvl1-left-slider .slick-slide {
    margin: 0 10px 0 0;
}

.product-lvl1-left-slider.slick-initialized.slick-slider {
    margin-right: -10px;
}

.product-lvl1-left-slider .slick-prev::before {
    content: '';
}

.product-lvl1-left-slider .slick-next::before {
    content: '';
}

.product-lvl1-left-slider-button.slick-prev.slick-arrow svg, .product-lvl1-left-slider-button.slick-next.slick-arrow svg {
    height: 11px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

.product-lvl1-left-slider-button.slick-prev.slick-arrow, .product-lvl1-left-slider-button.slick-next.slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    background-color: rgb(244, 244, 246);
    border-radius: 100%;
    z-index: 999;
}

.product-lvl1-left-slider-button.slick-prev.slick-arrow:hover, .product-lvl1-left-slider-button.slick-next.slick-arrow:hover {
    background-color: rgb(254, 217, 105);
}

.product-lvl1-left-slider-button.slick-prev.slick-arrow {
    left: 0;
}

.product-lvl1-left-slider-button.slick-next.slick-arrow {
    right: 10px;
}

.product-lvl3-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-lvl3-content-tovar {
    border-right: 1px solid rgb(230, 230, 230);
    padding: 15px;
    width: calc(100% / 6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 6);
    flex: 1 1 calc(100% / 6);
    max-width: calc(100% / 6);
}

.product-lvl3-content-tovar-img-b {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 10px;
}

.product-lvl3-content-tovar>h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-bottom: 10px;
}

.product-lvl3-content-tovar>.home-Trending-Items-content-sod-block-content-otz {
    margin-bottom: 10px;
}

.product-lvl3 {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.product-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.product-reviews>div {
    width: calc(100% / 2 - (30px * 1 / 2));
}

.otziv-block h3, .otziv-block h2 {
    padding-bottom: 20px;
    color: rgb(18, 18, 18);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 33.6px;
}

.rev-sum-block {
    background-color: rgb(247, 247, 247);
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 5px;
}

.rev-sum-block>div {
    width: calc(100% / 2 - (30px * 1 / 2));
}

.rev-sum-block-left {
    display: -ms-grid;
    display: grid;
}

.rev-sum-block-left>p:first-of-type {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    color: rgb(18, 18, 18);
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
}

.rev-sum-block-left>p:last-of-type {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.reviews-rating>div {
    color: rgb(18, 18, 18);
}

.reviews-rating>div>span {
    color: rgb(254, 217, 105);
    font-size: 19px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 10px;
}

.reviews-rating>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-rating-line {
    margin-right: 30px;
    width: 100%;
    height: 5px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(18, 18, 18, 0.1);
    border-radius: 50px;
}

.reviews-rating>div>p {
    width: 50px;
    text-align: right;
}

.review-form {
    margin-top: 30px;
}

.star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    color: rgba(18, 18, 18, 0.3);
    /* Серый цвет для неактивных звезд */
}

.star-rating span.active {
    color: rgb(254, 217, 105);
    /* Желтый цвет для активных звезд */
}

.review-name, .star-rating-block, .review-text-block, .review-email {
    width: calc(100% - 10px);
    margin-bottom: 10px;
}

.review-name>label, .star-rating-block>label, .review-text-block>label, .review-email>label {
    width: 100%;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.review-name>input, .review-text-block>textarea, .review-email>input {
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: rgb(85, 90, 96);
}

.review-item {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid rgb(230, 230, 230);
}

.review-item:not(:last-of-type) {
    margin-bottom: 30px;
}

.ri-lr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 10px;
}

.ri-lr>div {
    width: calc(100% / 2 - (30px * 1 / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ri-lr-r>p {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-size: 14px;
}

.review-item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.review-item-name>span {
    margin-top: auto;
    margin-bottom: auto;
}

.review-item-name>.review-item-name-radius {
    background: rgb(191, 221, 232);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.review-item-name>.review-item-name-radius>span {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgb(0, 0, 0);
}

.review-item-name>span {
    color: rgb(32, 34, 35);
    font-weight: 500;
}

.product-block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.product-block-list-left {
    width: calc(25% - (15px * 1 / 2));
}

.product-block-list-righjt {
    width: calc(75% - (15px * 1 / 2));
}

.product-block-list-left-content {
    border: 1px solid rgb(230, 230, 230);
    padding: 15px;
}

.product-block-list-left-title {
    border-top: 1px solid rgb(230, 230, 230);
    border-right: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
    padding: 10px 15px;
}

.product-block-list-left-title>p {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 25.5px;
}

.product-block-list-righjt-content>h1 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 25.5px;
    padding: 11px 15px;
}

.product-block-list-righjt-content-product-img {
    width: 100%;
    height: 230px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.product-block-list-righjt-content-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-block-list-righjt-content-product>a {
    border-right: 1px solid rgb(230, 230, 230);
    padding: 15px;
    width: calc(100% / 4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 4);
    flex: 1 1 calc(100% / 4);
    max-width: calc(100% / 4);
    margin-bottom: 30px;
    position: relative;
}

.not-nalich {
    position: absolute;
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-radius: 50px;
}

.product-block-list-righjt-content-product-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22px;
    margin-bottom: 5px;
}

.product-block-list-righjt-content-product>a>.home-Trending-Items-content-sod-block-content-otz {
    margin-bottom: 5px;
}

.product-block-list-left-content h3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 22.5px;
    margin-bottom: 10px;
}

.product-block-list-left-content>div:not(:last-of-type) {
    margin-bottom: 30px;
}

.product-block-list-left-content input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Убирает стандартный чекбокс */
    width: 16px;
    /* Размер чекбокса */
    height: 16px;
    border: 1px solid rgb(230, 230, 230);
    /* Цвет и толщина границы */
    border-radius: 5px;
    /* Закругление углов */
    position: relative;
    cursor: pointer;
}

.product-block-list-left-content input[type="checkbox"]:checked {
    border-color: rgb(85, 90, 96);
}

.product-block-list-left-content input[type="checkbox"]::after {
    content: "✓";
    /* Галочка */
    font-size: 12px;
    color: rgb(85, 90, 96);
    /* Цвет галочки */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.product-block-list-left-content input[type="checkbox"]:checked::after {
    opacity: 1;
}

.product-block-list-left-content label {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.product-block-list-left-content label input {
    margin-top: auto;
    margin-bottom: auto;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.pagination>* {
    padding: 2px 7px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    cursor: pointer;
}

.home-cat-slider-right-slider-slide-content {
  display: flex;
  gap: 30px;
}

.home-cat-slider-right-slider-slide-content-left {
  width: 50%;
  display: flex;
}


.home-cat-slider-right-slider-slide-content-left-sod {
  margin-top: auto;
  margin-bottom: auto;
}

.home-cat-slider-right-slider-slide-content-right {
  width: 50%;
  display: flex;
}


.home-cat-slider-right-slider-slide-content-right > img {
  max-height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.page-class-title {
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 48px;
    margin-bottom: 35px;
}

.filter-button.yealow-button {
    width: 100%;
    text-align: center;
    display: block !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.reset-filter-button.button-gray {
    width: 100%;
    text-align: center;
    display: block;
    border: 0px;
    cursor: pointer;
}

#product-filter-form>div:not(:last-of-type) {
    margin-bottom: 20px;
}

.product-price .old-price {
    color: rgba(85, 90, 96, 0.486);
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 22.5px;
    font-size: 15px;
    text-decoration: line-through;
}

.product-attributes {
    margin-top: 20px;
}

.product-attributes>h3 {
    margin-bottom: 10px;
    font-weight: 500;
}

.attributes-table {
    border: 1px solid rgb(230, 230, 230);
    width: 100%;
}

.attributes-table .attr-name {
    border-right: 1px solid rgb(230, 230, 230);
    width: 20%;
    padding: 10px;
    display: flex;
}

.attributes-table tr {
    display: flex;
    flex-wrap: nowrap;
}

.attributes-table .attr-value {
    display: flex;
    width: 70%;
    padding: 10px;
}

.wp-block-woocommerce-empty-cart-block>h2:last-of-type, .wp-block-woocommerce-empty-cart-block>hr {
    display: none;
}

.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
    display: none;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large * {
    font-size: 15px;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-weight: 500;
}

.product-block-list-righjt-content-kategorii {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.product-block-list-righjt-content-kategorii-img {
    width: 100%;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.product-block-list-righjt-content-kategorii>a {
    box-sizing: border-box;
    /* Учитываем padding в расчетах */
    width: calc((100% - 30px * 5) / 6);
    /* Учитываем 5 отступов между 6 элементами */
    border: 1px solid rgb(230, 230, 230);
    padding: 10px;
}

.product-block-list-righjt-content-kategorii>a>p {
    text-align: center;
    font-weight: 500;
}

.product-block-list-righjt-content.shop-page>h1 {
    margin-bottom: 0px;
}

.product-block-list-righjt-content-blog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.product-block-list-righjt-content-blog-list>a {
    padding: 10px;
    border: 1px solid rgb(230, 230, 230);
    box-sizing: border-box;
    /* Учитывает паддинги и бордеры в расчете ширины */
    width: calc((100% - 20px) / 3);
    /* Вычитаем gap между элементами */
}

.product-block-list-righjt-content-blog-list-img {
    height: 150px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.product-block-list-righjt-content-blog-list-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-block-list-righjt-content-blog-list-text {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-block-list-righjt-content-blog-list-url {
    font-weight: 500;
    text-decoration: underline;
}

.product-block-list-righjt-content.post-content>h1 {
    margin-bottom: 10px;
    padding: 10px 0px;
}

.product-block-list-righjt-content.post-content>.product-block-list-righjt-content-blog-img {
    width: 100%;
}

.return-form {
    border: 1px solid rgb(230, 230, 230);
    padding: 10px;
    margin-top: 30px;
}

.return-form>.return-form-group:not(:last-of-type) {
    margin-bottom: 10px;
}

.return-form>.return-form-group:not(:nth-last-of-type(-n+2)) span {
    width: 100%;
    display: flex;
}

.return-form>.return-form-group:not(:nth-last-of-type(-n+2)) input,
.return-form>.return-form-group:not(:nth-last-of-type(-n+2)) textarea,
.contact-info-block-right textarea {
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: rgb(85, 90, 96);
}

.classic-content-page>div>*:not(:last-of-type) {
    margin-bottom: 10px;
}

.classic-content-page .woocommerce {
    display: flex;
    gap: 30px;
}

.classic-content-page .woocommerce-MyAccount-navigation {
    width: 30%;
}

.classic-content-page .woocommerce-MyAccount-navigation>ul {
    padding: 10px;
    border: 1px solid rgb(230, 230, 230);
}

.classic-content-page .woocommerce-MyAccount-content {
    width: 70%;
}

.classic-content-page .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}

.classic-content-page .woocommerce {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.classic-content-page .woocommerce-info {
    background: rgb(244, 244, 246);
    color: rgb(85, 90, 96);
}

.classic-content-page .woocommerce-info {
    background: rgb(244, 244, 246);
    color: rgb(85, 90, 96);
    border-top: 4px solid rgb(85, 90, 96);
}

.classic-content-page .woocommerce-info::before {
    color: rgb(85, 90, 96);
}

.woocommerce-Button.wc-forward.button, .button.wc-forward {
    margin-top: -6px !important;
}

.woocommerce-Button.button {
    margin-top: 30px !important;
    display: inline-flex;
}

.woocommerce-EditAccountForm.edit-account input {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: rgb(85, 90, 96);
}

fieldset {
    border: 1px solid rgb(230, 230, 230);
}

#customer_login h2 {
    font-weight: 500;
}

#customer_login input {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    color: rgb(85, 90, 96);
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: auto;
}

#customer_login form {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 0;
}

.classic-content-page .woocommerce-order {
    width: 100%;
}

.classic-content-page .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-bottom: 10px;
}

.classic-content-page .woocommerce-order-details__title {
    margin-top: 10px;
    margin-bottom: 10px;
}



.classic-content-page address {
    border: 1px solid rgb(230, 230, 230) !important;
}

.classic-content-page .woocommerce-column__title {
    margin-bottom: 10px;
}

.contact-info-block h1, .contact-info-block h2 {
    font-size: 28px;
    font-weight: 500;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 28px;
    margin-bottom: 10px;
}

.contact-info-block {
    display: flex;
    gap: 30px;
}

.contact-info-block-right {
    padding: 10px;
    border: 1px solid rgb(230, 230, 230);
    width: 70%;
}

.contact-info-block-left {
    width: 30%;
    padding: 11px 0;
}

.contact-info-block-left-inf {
    margin-bottom: 10px;
}

.return-form.contact-page {
    padding: 0px;
    border: 0px;
}

.header-lvl1 {
    position: relative;
    width: 100%;
    background: white;
    z-index: 1000;
    transition: all 0.4s ease-in-out;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    animation: smoothAppear 0.4s ease-in-out;
}

.eror404page>* {
    text-align: center;
    margin-bottom: 40px;
}

.eror404page>h1 {
    font-size: 72px;
    line-height: 72px;
}

.aut-kat-block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.aut-kat-block>a {
    box-sizing: border-box;
    /* Учитываем padding и border в размерах */
    width: calc((100% - 90px) / 4);
    /* Вычитаем gap (3 * 30px) и делим на 4 */
    padding: 10px;
    border: 1px solid rgb(230, 230, 230);
}


.aut-kat-block .aut-kat-block-img {
    height: 150px;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.aut-kat-block h2 {
    text-align: center;
    font-weight: 500s;
}

.product-lvl1-left {
    position: relative;
}

.big-img-icon {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
}

.big-img-icon>svg {
    width: 30px;
    height: auto;
    margin-left: auto;
    filter: invert(37%) sepia(12%) saturate(320%) hue-rotate(173deg) brightness(86%) contrast(86%);
}

.header-cat-svipe-list {
    display: none;
    /* Изначально скрыт */
    position: absolute;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.header-cat-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.home-Trending-Items-content-sell-cont-wrapper {
    width: calc(100% / 4 - (15px * 6 / 4) - 2px);
}

.product-button {
    display: flex;
    flex-wrap: wrap;
}

.product-button>a, .product-button>button {
    width: 100%;
    justify-content: center;
}

@keyframes smoothAppear {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

body.fixed-header-padding {
    padding-top: 80px;
    /* Высота шапки */
}

.header-lvl1.header-fixed {
    background-color: white;
    opacity: 1 !important;
}

.page.active-page, .page-numbers.current {
    background: rgb(254, 217, 105);
    color: rgb(85, 90, 96);
    border-color: rgb(254, 217, 105);
}

/* Убираем стрелки в Chrome, Safari, Edge */
.price-inputs input[type="number"]::-webkit-outer-spin-button,
.price-inputs input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Убираем стрелки в Firefox */
.price-inputs input[type="number"] {
    -moz-appearance: textfield;
}

.price-inputs {
    display: flex;
    margin-bottom: 20px;
}

.price-inputs>span {
    width: 10%;
    text-align: center;
}

.price-inputs>input {
    width: 45%;
    border: 1px solid rgb(230, 230, 230);
    height: 30px;
    padding: 5px;
}

.price-inputs>span {
    width: 10%;
    text-align: center;
    line-height: 30px;
    padding: 5px;
}



.u-column1.col-1.woocommerce-Address {
    display: none;
}

.u-column2.col-2.woocommerce-Address {
    width: 100%;
}

#menu-mobilnoe-menju .sub-menu>li>.sub-menu {
    margin-left: 5px;
}

.category-menu-wrapper {
    list-style: none;
    padding: 0;
}

#menu-menju-kategorij-1>.category-menu-item:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.category-sub-menu>.category-menu-item:first-of-type {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.category-sub-menu>.category-menu-item:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.category-sub-menu>.category-menu-item:last-of-type {
    padding-bottom: 0px;
}

.category-menu-item {
    position: relative;
    padding: 10px 0 10px 10px;
}

.category-plus-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
}

.category-sub-menu {
    display: none;
    padding-left: 5px;
    list-style: none;
}

.home-cat-slider-left-categ {
    padding: 10px;
}

.category-menu-link {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.3px;
}

/* По умолчанию скрываем чекбокс */
.toggle-filters-checkbox {
    display: none;
}

.out-of-stock {
    color: #999;
    text-decoration: line-through;
    cursor: not-allowed;
}

input[name="variation"]:disabled+label {
    opacity: 0.6;
    pointer-events: none;
}


@media screen and (max-width: 1100px) {
    .header-lvl1-content3>.header-lvl1-content3c.header-lvl1-content3c-scr>div:last-of-type {
        display: none;
    }

    .header-lvl1-content1 {
        width: 25%;
    }

    .header-lvl1-content2 {
        width: 35%;
    }

    .header-lvl1-content3 {
        width: 50%;
    }

    .header-lvl22-nav>ul>li:not(:last-of-type) {
        padding-right: 10px;
    }

    .header-lvl22-nav>ul>li:not(:first-of-type) {
        padding-left: 10px;
    }
    h1 {
      font-size: 33px;
      line-height: 37px;
    }
}

@media screen and (max-width: 1000px) {
    .home-recomend-block-element {
        width: 100%;
    }

    .home-Trending-Items-content-sod-block {
        width: 100%;
    }

    .home-Trending-Items-content-sod.popularitems .home-Trending-Items-content-sod-rnblock {
        display: none;
    }

    .home-Trending-Items-content-sod.popularitems>.home-Trending-Items-content-sod-block:not(:last-of-type) {
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-bottom: 15px;
    }

    .home-Trending-Items-content-sell-cont {
        width: calc(100% / 2 - (15px * 1 / 2) - 8px);
    }

    .home-Trending-Items-content-sell.actioncontent>.home-Trending-Items-content-sell-line:nth-child(3),
    .home-Trending-Items-content-sell.actioncontent>.home-Trending-Items-content-sell-line:nth-child(4) {
        display: none;
    }

    .home-action-block-kontent {
        width: 100%;
    }

    .home-popular-kat-block {
        width: 100%;
    }

    .home-Trending-Items-content-sod.marginblock.recomendpok>.home-Trending-Items-content-sod-rnblock {
        display: none;
    }

    .home-Trending-Items-content-sod.marginblock.recomendpok>.home-Trending-Items-content-sod-block:not(:last-of-type) {
        border-bottom: 1px solid rgb(230, 230, 230);
        padding-bottom: 15px;
    }

    .home-Trending-Items-content-news-sod {
        width: calc(100% / 2 - (30px * 1 / 2));
    }

    .home-Trending-Items-content-news-sod-img {
        height: 90px;
    }

    .footer-lvl1-cont {
        width: calc(100% / 2 - (30px * 1 / 2));
    }

    .header-lvl22-nav>ul>li:not(:first-of-type) {
        padding-left: 5px;
    }

    .header-lvl22-nav>ul>li:not(:last-of-type) {
        padding-right: 5px;
    }

    .product-block-list-righjt-content-kategorii>a {
        width: calc((100% - 30px * 3) / 4);
        /* 3 элемента в ряду */
    }

    .product-block-list.shop-page-all-block>div {
        width: 100%;
    }

    .product-block-list.shop-page-all-block>.product-block-list-left {
        order: 2;
    }

    .aut-kat-block>a {
        width: calc((100% - 60px) / 3);
    }

    .home-Trending-Items-content-sell-cont-wrapper {
        width: calc(100% / 2 - (15px * 1 / 2) - 8px);
    }
    
    
}

@media screen and (min-width: 826px) {
    .header-lvl3 {
        display: none;
    }

    .mobil-menu-element {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .product-block-list-left-title>p>span {
        display: none;
    }

    .open-close-filters {
        display: none;
    }
}

@media screen and (max-width: 825px) {
    .header-lvl2 {
        display: none;
    }

    .header-lvl3 {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .header-lvl3 .header-lvl1-content2 {
        width: 100%;
    }

    .header-lvl3 form {
        width: 70%;
    }

    .home-cat-slider {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home-cat-slider-right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .home-cat-slider-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: none;
    }

    .home-cat-slider-left>.home-cat-slider-left-categ:not(:first-of-type) {
        width: 100%;
    }

    .home-cat-slider-left-categ-reklama>a {
        width: 100%;
    }

    .header-lvl1-content>.header-lvl1-content2>form {
        display: none;
    }

    /* Стиль для кнопки */
    .mobil-menu-element {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        border: 0;
        background-color: rgba(255, 255, 255, 0);
        cursor: pointer;
        bottom: 20px;
        left: 20px;
    }

    /* Стиль для иконки внутри кнопки */
    .mobil-menu-element>svg {
        width: 30px;
        height: auto;
        -webkit-filter: invert(34%) sepia(9%) saturate(404%) hue-rotate(172deg) brightness(94%) contrast(85%);
        filter: invert(34%) sepia(9%) saturate(404%) hue-rotate(172deg) brightness(94%) contrast(85%);
    }

    /* Стиль для скрытого мобильного меню */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1000;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        transition: left 0.3s ease;
    }

    /* Контент внутри мобильного меню */
    .mobile-menu-content {
        height: 100%;
        color: white;
    }

    /* Стиль для раскрытого меню */
    .mobile-menu.open {
        left: 0;
    }

    /* Стиль для меню по умолчанию (снаружи экрана) */
    .mobile-menu {
        left: -100%;
    }

    body.menu-open {
        overflow: hidden;
        /* Блокируем прокрутку */
    }

    .mobile-menu-content-sod {
        width: 70%;
        background-color: white;
        height: 100%;
    }


    .header-lvl1-content>.header-lvl1-content1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .header-lvl1-content>.header-lvl1-content2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .header-lvl1-content>.header-lvl1-content3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header-lvl1-content2 {
        width: 10%;
    }

    .header-lvl1-content1 {
        width: 30%;
    }

    .header-lvl1-content3 {
        width: 60%;
    }

    .mobile-menu-content-sod-header {
        background-color: rgb(254, 217, 105);
        padding: 8px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
    }

    .mobile-menu-content-sod-header>div {
        width: 50%;
    }

    .mobile-menu-content-sod-header-left>p {
        font-weight: 500;
    }

    .mobile-menu-content-sod-header-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mobile-menu-content-sod-header-right>* {
        margin-left: auto;
    }

    .mobile-menu-content-sod-header-right-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(255, 255, 255, 0);
        border: 0;
        margin-top: auto;
        margin-bottom: auto;
        cursor: pointer;
    }

    .mobile-menu-content-sod-header-right-close>svg {
        height: 18px;
        width: auto;
    }

    .mobile-menu-content-sod-content {
        padding: 0px 15px;
    }

    .mobile-menu-content-sod-content-menu {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-content-sod-content-menu>li {
        border-bottom: 1px solid #ccc;
    }

    .mobile-menu-content-sod-content-menu a {
        display: block;
        padding: 10px 0;
        text-decoration: none;
    }

    .mobile-menu-content-sod-content-menu .sub-menu {
        display: none;
        padding-left: 0px;
        list-style-type: none;
    }

    .mobile-menu-content-sod-content-menu .plus-icon {
        float: right;
    }

    .sub-menu a {
        padding: 5px;
        font-size: 14px;
    }

    .product-lvl1>div {
        width: 100%;
    }

    .product-lvl3-content-tovar {
        width: calc(100% / 3);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% / 3);
        flex: 1 1 calc(100% / 3);
        max-width: calc(100% / 3);
        margin-bottom: 30px;
    }

    .product-reviews>div {
        width: 100%;
    }

    .product-block-list-left {
        width: 100%;
    }

    .product-block-list-righjt {
        width: 100%;
    }

    .product-block-list-left-title span {
        font-size: 13px;
    }

    .attributes-table .attr-name {
        width: 40%;
    }

    .attributes-table .attr-value {
        width: 60%;
    }

    .product-block-list-righjt-content-kategorii>a {
        width: calc((100% - 30px * 2) / 3);
        /* 3 элемента в ряду */
    }

    .product-block-list-righjt-content-blog-list>a {
        width: calc((100% - 20px) / 2);
    }

    .classic-content-page .woocommerce {
        flex-wrap: wrap;
    }

    .classic-content-page .woocommerce-MyAccount-navigation {
        width: 100%;
    }

    .classic-content-page .woocommerce-MyAccount-content {
        width: 100%;
    }

    .contact-info-block {
        flex-wrap: wrap;
    }

    .contact-info-block-left {
        width: 100%;
    }

    .contact-info-block-right {
        width: 100%;
    }

    .product-block-list-left.single-blog {
        display: none;
    }

    .product-block-list-left-title {
        display: none;
    }

    .open-close-filters {
        display: block;
        cursor: pointer;
        text-align: center;
        border: 1px solid rgb(230, 230, 230);
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    /* Скрываем фильтры по умолчанию */
    .product-block-list-left-content {
        display: none;
    }

    /* Показываем фильтры, если чекбокс активен */
    .toggle-filters-checkbox:checked~.product-block-list-left-content {
        display: block;
    }

    /* Меняем текст кнопки при активации */
    .toggle-filters-checkbox:checked+.open-close-filters::after {
        content: " (Свернуть фильтры)";
    }

    /* Добавляем стрелку к кнопке */
    .open-close-filters::after {
        content: " ▼";
        font-size: 14px;
    }

    /* Меняем стрелку, если чекбокс активен */
    .toggle-filters-checkbox:checked+.open-close-filters::after {
        content: " ▲";
        font-size: 14px;
    }
}

@media screen and (min-width: 551px) {
    .mobil-img-slider {
      display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .header-lvl1-content3>a:first-of-type>div:nth-of-type(2) {
        display: none;
    }

    .header-lvl1-content1 {
        width: 25%;
    }

    .header-lvl1-content3 {
        width: 65%;
    }

    .footer-lvl1-cont {
        width: 100%;
    }

    .footer-lvl2>div>div {
        width: 100%;
    }

    .footer-lvl2-author>p {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .footer-lvl2-logo>img {
        margin-right: auto;
    }

    .home-brand>div {
        width: calc(100% / 2 - (30px * 1 / 2));
    }

    .product-lvl3-content-tovar {
        width: calc(100% / 2);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% / 2);
        flex: 1 1 calc(100% / 2);
        max-width: calc(100% / 2);
        margin-bottom: 30px;
    }

    .product-block-list-righjt-content-product>a {
        width: calc(100% / 2);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% / 2);
        flex: 1 1 calc(100% / 2);
        max-width: calc(100% / 2);
    }

    .product-block-list-righjt-content-kategorii>a {
        width: calc((100% - 30px) / 2);
        /* 2 элемента в ряду */
    }

    .product-block-list-righjt-content-blog-list>a {
        width: 100%;
    }

    .aut-kat-block>a {
        width: calc((100% - 30px) / 2);
    }
    .home-cat-slider-right-slider-slide-content-left {
      width: 100%;
    }
    
    .home-cat-slider-right-slider-slide-content-right {
      display: none;
    }
    
    .home-cat-slider-right-slider-slide-content-left {
      width: 100%;
    }
    
    .home-cat-slider-right-slider-slide-content-right {
      display: none;
    }
    
    .mobil-img-slider {
      max-height: 200px;
      margin-bottom: 20px;
    }
    .home-cat-slider-right-slider-slide {
        height: 500px;
    }
}