.card-bar-size {
    gap: 10px;
}
div#product-product div#lookedProducts h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    @media (max-width: 800px) {
        font-size: 24px;
    }
}
.swiper-pagination-card{
    z-index: 2;
    bottom: 20px !important;
    height: 20px;
    border-radius: 20px;
    display: none !important;

    @media (max-width: 567px) {
        display: flex !important;
        height: 12px;
        padding: 4px !important;
        gap: 4px !important;
    }
}
.card-bar-delivery i{
    color: #999;
    font-weight: normal;
}


.promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}

.promo-card {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    min-height: 200px;
    color: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform .2s ease, box-shadow .2s ease;
}

.promo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

.promo-card > div {
    background: rgba(0,0,0,0.55);
    padding: 15px;
}




#loginRegisterModal .simpleregister-have-account, #loginRegisterModal .simpleregister-block-content{


    width: 100%!important;
    display: block!important;

}
.toast.custom-slide button.btn-close {
    --bs-btn-close-filter: none;
    position: relative;
    right: 16px;
    top: 16px;
    opacity: 1;
}
.toast.custom-slide {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}
.custom__toast {
    padding: 24px 0 24px 24px;
    background: #ffff;
    color: #000;
    width: 100%;
}
.toast.custom-slide a {
    color: #19735F !important;
    border-bottom: 1px solid #19735F;
}
.swiper-pagination-card span {
    background: #9B9B9B;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 !important;
    opacity: 1 !important;
    transition: .3s;

    @media (max-width: 567px) {
        width: 4px;
        height: 4px;
    }
}
.title_video{
    font-weight: bold;
    margin-top: 10px;
    margin-left: 2px;
}

.swiper-pagination-card span.swiper-pagination-bullet-active {
    width: 18px;
    height: 7px;
    border-radius: 7px;
    background: #000;
    opacity: 1 !important;

    @media (max-width: 567px) {
        width: 10px;
        height: 4px;
        border-radius: 4px;
    }
}
.card-add__discription {
    line-height: 22px;
    max-width: 690px;
    margin-top: 40px;

    @media (max-width: 800px) {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        margin-top: 20px;
    }
}
.card-box {
    width: 100%;
    position: relative;

    @media (max-width: 1024px) {
        flex-wrap: wrap;
    }
}
.card-add__tittle {
    font-size: 20px;
    line-height: 27px;

    @media (max-width: 800px) {
        font-size: 16px;
        line-height: 22px;
    }
}

.card-add__subtittle {
    margin-top: 24px;
    line-height: 27px;
    font-size: 20px;

    @media (max-width: 800px) {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }
}

.card-add-charact span,
.card-add-charact p {
    line-height: 22px;
    flex-shrink: 0;

    @media (max-width: 800px) {
        font-size: 14px;
        line-height: 19px;
    }
}

.card-add-charact__line {
    border: 1px dashed #C3C3C3;
    width: 100%;
    height: 1px;

    @media (max-width:500px) {
        display: none !important;
    }
}
.card-add-charact span.card-add-charact-name, .card-add-charact .card-add-charact-value {
    @media (max-width:500px) {
        width: 50%;
    }
}
.card-add-charact {
    margin-top: 20px;
}

.card-add-charact p {
    max-width: none;
    text-align: right;

    @media (max-width:500px) {
        max-width: initial;
        text-align: left;
    }
}
.card-add-tab {
    margin-top: 26px;
    gap: 60px;
    border-bottom: 1px solid #C3C3C3;
}
.card-add-tab__btn {
    cursor: pointer;
    font-size: 20px;
    line-height: 27px;
    padding: 8px 24px;
    border-bottom: 2px solid #00000000;
    transition: .6s;

    @media (max-width: 800px) {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 15px;
    }
}

.card-add-tab__btn.active {
    border-bottom: 2px solid #000000;
}
.card-add {
    width: calc(100% - 40px - 23.95vw);
    margin-top: 40px;
    @media (min-width: 1920px) {
        width: 64.78%;
    }
    @media (max-width: 1024px) {
        width: 100%;
    }

    @media (max-width: 576px) {
        margin-top: 20px !important;
    }
}
.card-bar-trigger {
    margin-top: 20px;
}
.card-bar__subtittle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;

    @media (max-width: 576px) {
        font-size: 16px;
        line-height: 22px;
    }
}
.card-bar__other {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: #2BA68B1A;
    border: 1px solid #F5F5F5;
    overflow: hidden;
}

.card-bar__other img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card-bar-trigger-item {
    width: calc(100%/3 - 20px/3);
    height: 100px;
    background: #F5F5F5;
    padding: 20px;

    @media (max-width:1024px) {
        height: 60px;
    }

    @media (max-width:700px) {
        padding: 10px;
        padding-right: 60px;
    }

    @media (max-width:576px) {
        padding-right: 10px;
        width: calc(100%/3 - 20px/3);
        height: 100px;
    }
}

.card-bar-trigger-item span {
    line-height: 19px;
    display: block;

    @media (max-width:576px) {
        font-size: 12px !important;
        line-height: 16px;
    }
}

.card-bar-trigger-item img {
    right: 10px;
    bottom: 10px;


}
.card-bar-size {
    gap: 10px;
}

.card-bar__size {
    width: 50px;
    height: 42px;
    border-radius: 10px;
    background: #F5F5F5;
    color: #000;
    transition: .6s;
    line-height: 100% !important;
    cursor: pointer;

    @media (max-width: 576px) {
        height: 39px;
        font-size: 14px !important;
    }
}

.card-bar__size.active {
    background: #000000;
    color: #fff;
}

.card-bar__size.not {
    background: #2BA68B1A;
}

.card-bar-link {
    margin-top: 20px;
}
.card-bar__charact {
    cursor: pointer;
    color: #19735F;
    line-height: 22px;
    width: fit-content;

    @media (max-width: 576px) {
        line-height: 19px;
        font-size: 14px !important;
    }
}
.card-bar-charact span {
    line-height: 22px;

    @media (max-width: 576px) {
        line-height: 19px;
        font-size: 14px !important;
    }
}

.card-bar-charact {
    margin-bottom: 10px;
}

.card-bar__text {
    line-height: 16px;
    margin-bottom: 10px;
}

.text-green {
    color: #19735F;
}

.card-bar__charact::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #19735F;
    left: 0;
    bottom: 0;
    position: absolute;
}
.card-bar-delivery img {
    flex-shrink: 0;
    margin-right: 10px;
}

.card-bar-delivery-not {
    margin-top: 10px;
    width: 100%;
    height: 88px;
    background: #F5F5F5;
    gap: 19px;
    padding: 20px 30px;
    @media (max-width: 576px) {
        padding: 20px;
    }
}

.card-bar-delivery-not svg {
    flex-shrink: 0;
}

.card-bar-delivery-not span {
    font-size: 16px;
    line-height: 150%;
    color: #313131;
    @media (max-width: 576px) {
        font-size: 14px;
    }
}

.card-bar-delivery a, .card-bar-delivery>span{
    line-height: 19px;
    flex-shrink: 0;
    color: #19735F;
    position: relative;
}

.card-bar-delivery a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #19735F;
}

.card-bar-delivery p {
    line-height: 19px;
    flex-shrink: 0;
}

.card-bar-delivery span {
    line-height: 19px;
    flex-shrink: 0;
}

.card-bar-delivery__line {
    flex-shrink: 4;
    width: 100%;
    height: 1px;
    border: 1px dashed #C3C3C3;
    margin: 10px 4px 0 4px;
}
.toast.custom-slide {
    transform: translateX(120%);
    opacity: 0;
    display: block;
    transition: all 0.4s ease;
    background: #fff;
}

.toast.custom-slide.show {
    transform: translateX(0);
    opacity: 1;
}

.card-bar-delivery {
    margin-bottom: 12px;
}
.card-bar-stores:hover svg path{
    stroke: #fff;
}
.card-bar-stores:hover {
    background: #19735F;
    border-color: #19735F;
    color: #fff;
}

.card-bar-stores {
    margin-top: 20px;
    gap: 10px;
    width: 100%;
    height: 46px;
    border: 1px solid #0D0D0D;
    border-radius: 10px;
    background: #fff;

    @media (max-width: 576px) {
        /*display: none !important;*/
    }
}

.card-bar-shares {
    height: 115px;
    background: #F5F5F5;
    width: 100%;
    border-radius: 10px;
    gap: 10px 10px;
    margin-top: 20px;
}
.card-bar-shares__btn {
    width: calc(50% - 25px);
    height: 46px;
    background: #FFFFFF;
    border-radius: 10px;
    gap: 10px;
}

.card-bar-shares__btn span {
    color: #0D0D0D;
}

.card-bar-shares__btn img {
    width: 117px;
}

.card-bar-shares__text {
    text-align: center;
    line-height: 19px;

    @media (max-width: 576px) {
        line-height: 16px;
        font-size: 12px !important;
        max-width: 220px;
    }
}

.gap-10 {
    gap: 10px;
}
.card-bar__size {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f8f8f8;
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.card-bar__size:hover {
    background: #ececec;
}

/* растягиваем радио на весь блок, чтобы всё кликабельно */
.card-bar__size input[type="radio"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    margin: 0;
    cursor: pointer;
}

/* АКТИВНОЕ состояние через :has() */
.card-bar__size:has(input[type="radio"]:checked) {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* Отключённые варианты */
.card-bar__size:has(input[disabled]) {
    opacity: .45;
    cursor: not-allowed;
}

.swiper.mySwiper {
    width: 100px;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    height: calc(100% - 130px);
    overflow: hidden;
    margin-top: 54px;

    @media (max-width: 1024px) {
        display: none !important;
    }
}
.card-foto {
    margin-left: 140px;
    background: #F5F5F5;
    border-radius: 20px;
    height: 92px;
    margin-top: 20px;
    gap: 19px;
    cursor: pointer;
    z-index: 2;

    @media (max-width: 1024px) {
        display: none !important;
    }
}

.card-foto-text {
    gap: 4px;
    height: 100%;
}

.card-foto-text span,
.card-foto-text p {
    line-height: 24px;
    color: #313131;

    @media (max-width: 1240px) {
        font-size: 14px;
        line-height: 19px;
    }

    @media (max-width: 1100px) {
        font-size: 12px;
        line-height: 17px;
    }
}
.card-slider {
    width: 100%;
    height: 780px;
    position: relative;

    @media (max-width: 1240px) {
        height: 550px;
    }

    @media (max-width: 1100px) {
        height: 450px;
    }

    @media (max-width: 1024px) {
        height: 830px;
    }

    @media (max-width: 800px) {
        height: calc(100vw - 40px);
    }
}
.card-slider-sheldec .sticker {
    color: #fff;
    border-radius: 4px;
    height: 25px;
    align-content: center;
    text-transform: uppercase;
}
.mySwiper .swiper-slide {
    width: 100px;
    border: 2px solid #F5F5F5;
    height: 100px;
    border-radius: 10px;
    transition: .6s;
    cursor: pointer;
    overflow: hidden;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-bar-buy {
    gap: 1px;
    margin-top: 20px;
}
.card-bar__buy {
    height: 46px;
    background: #19735F;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 100%;
    line-height: 100%;
    cursor: pointer;
    transition: .6s;
    border: 0;
}
.card-bar__buy:hover, .card-bar__like:hover {
    background: #2BA68B;
}
.card-bar__like {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 100%;
    background: #19735F;
    cursor: pointer;
    transition: .6s;
}
.mySwiper2 .swiper-slide {
    height: 100%;
    position: relative;
}

.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 600px;
    max-height: fit-content;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #C3C3C3;
}
.card-slider-sheldec {
    top: 27px;
    left: 160px;
    gap: 6px;
    z-index: 2;
    pointer-events: none;

    @media (max-width: 1024px) {
        top: 22.5px;
        left: 20px;
    }

    @media (max-width: 576px) {
        top: initial;
        bottom: -43px;
        left: 0;
    }
}

.card-slider-sheldec__item {
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    padding: 0 7px;
    line-height: 25px !important;
    padding-bottom: 0px;
    text-transform: uppercase;

    @media (max-width: 576px) {
        font-size: 12px !important;
        height: 22px;
        padding: 3 7px;
    }
}
.card-foto-icon {
    display: none;

    @media (max-width: 1024px) {
        display: block;
        top: 20px;
        right: 60px;
        z-index: 2;
    }

    @media (max-width: 576px) {
        bottom: -44px;
        top: initial;
        right: 32px;
    }
}

.card-foto-icon svg {
    @media (max-width: 576px) {
        width: 24px;
        height: 24px;
    }
}
.card-slider-sheldec__item.hit {
    background: #BB913C;
}

.card-slider-sheldec__item.new {
    background: #19735F;
}
.card-like {
    z-index: 2;
    bottom: -44px;
    right: 30px;
}
.card-share {
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 2;

    @media (max-width: 1024px) {
        top: 20px;
        right: 20px;
    }

    @media (max-width: 576px) {
        bottom: -44px;
        right: 0;
        top: initial;
    }
}

.card-share svg {
    @media (max-width: 576px) {
        width: 24px;
        height: 24px;
    }
}
.swiper.mySwiper2 {
    width: calc(100% - 140px);
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
    height: 780px;
    background: #fff;

    @media (max-width: 1240px) {
        height: 550px;
    }

    @media (max-width: 1100px) {
        height: 450px;
    }

    @media (max-width: 1024px) {
        height: 830px;
        width: 100%;
    }

    @media (max-width: 800px) {
        height: calc(100vw - 40px);
    }

    @media (max-width: 576px) {
        width: calc(100% + 34px);
        margin-left: -17px;
        margin-right: -17px;
    }
}
.card-review {
    margin-top: 20px;

    @media (max-width:800px) {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column-reverse;
        gap: 10px;
    }
}

.card-review span {
    line-height: 19px;
    color: #0D0D0D;
}

.card-review div p {
    line-height: 19px;
    margin-left: 4px;
    color: #808080;
}

.card-review b {
    font-weight: 400;
    line-height: 19px;
    margin: 0 10px 0 4px;
    color: #0D0D0D;
}

.card-bar-price {
    margin: 20px 0 0 0;
}

.card-bar-price {
    gap: 10px 20px;
}

.card-bar-price__new, .card-bar-price__bierday {
    font-size: 28px;
    line-height: 38px;

    @media (max-width: 576px) {
        font-size: 24px;
        line-height: 33px;
    }
}

.card-bar-price__bierday {
    font-family: 'Arial', sans-serif;
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
    margin: auto;
}

.card-bar-price__bierday .price {
    font-size: 28px;
    font-weight: bold;
    color: #2a7d4a;
    display: block;
    margin-bottom: 10px;
}

.card-bar-price__bierday .price-info {
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 1.4;
}

.card-bar-price__bierday .highlight-date {
    color: #e04a4a;
    font-weight: bold;
}

.card-bar-price__old {
    line-height: 19px;
    text-decoration: line-through;
}

.card-bar-price__shild {
    border: 1px solid #CA2339;
    border-radius: 4px;
    width: 41px;
    height: 22px;
    color: #CA2339;
}

.card-bar__subtittle {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;

    @media (max-width: 576px) {
        font-size: 16px;
        line-height: 22px;
    }
}
.card-bar__subtittle i{
    color: #999;
    font-size: 12px;
}
.card-bar-link {
    margin-top: 20px;
}
.card-bar-link a, .write__review__link, .card-bar-charact a, .card-add-charact-value a {
    color: #19735F;
    transition: .6s;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.card-bar-link a::after, .write__review__link::after, .card-bar-charact a::after, .card-add-charact-value a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #19735F;
    position: absolute;
    bottom: 0;
    left: 0;
}
.card_tittle a.btn.btn-primary.edit-btn {
    top: -4rem;
}
.card-bar-size {
    gap: 10px;
}

.card_tittle {
    font-size: 28px;
    line-height: 39px;
    font-family: "Alegreya Sans", sans-serif;

    @media (max-width:800px) {
        line-height: 34px;
    }

    @media (max-width: 576px) {
        font-size: 24px;
        line-height: 29px;
    }
}
.mySwiper2 .swiper-slide a {
    display: block;
    cursor: pointer;
    height: 100%;
    text-align: center;
    align-content: center;
}
.card-left {
    width: calc(100% - 23.95vw - 40px);
    height: fit-content;
    position: sticky;
    top: 70px;
    padding-top: 30px;
    z-index: 9;

    @media (max-width: 1700px) {
        width: calc(100% - 440px);
    }

    @media (max-width: 1024px) {
        width: 100%;
        position: relative;
        top: initial;
        padding-top: 20px;
    }
    @media (min-width: 1920px) {
        width: 64.78%;
    }
}
.card-glass {
    pointer-events: none;
    right: 20px;
    bottom: 20px;
    z-index: 2;

    @media (max-width: 576px) {
        display: none;
    }
}
.card-bar {
    width: 23.95vw;
    flex-shrink: 0;
    padding-top: 30px;

    @media (min-width: 1920px) {
        width: 33%;
    }

    @media (max-width: 1700px) {
        width: 400px;
    }

    @media (max-width: 1024px) {
        width: 100%;
        padding-top: 20px;
    }

    @media (max-width: 576px) {
        padding-top: 64px;
    }
}
.preview-arrow div::after {
    display: none;
}

.preview-arrow div {
    width: 44px;
    height: 44px;
    border: 2px solid #F5F5F5;
    border-radius: 10px;
}

.preview-arrow {
    height: calc(100% - 22px);
    left: 28px;

    @media (max-width: 1024px) {
        display: none !important;
    }
}
input{
    outline: none;
}
.cursor-pointer{
    cursor: pointer;
}

.network {
    width: 44px;
    height: 44px;
    border-color: #C3C3C3;
    border-radius: 10px;
}

a {
    text-decoration: none;
}

.bg-primary {
    background-color: #19735F !important;
}

.text-black {
    color: black !important;
}

.gap-4 {
    gap: 30px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

header button.btn {
    border-radius: 10px;
    width: 190px;
    height: 46px;
}

.br-10 {
    border-radius: 10px;
}

header .search {
    width: 296px;
    height: 42px;
    border: 1px solid #C3C3C3;

    @media (max-width: 1440px) {
        width: 220px;
    }
}

header input {
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
}
button.search_header__btn {
    top: 10px;
}
header .search button, button.search_header__btn {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 16px;
    top: 8px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

header .catalog {
    width: 142px;
    height: 46px;
    flex-shrink: 0;
    transition: .3s;
    cursor: pointer;
}

header .catalog:hover{
    background-color: #2BA68B !important;
}

header .icons {
    flex-shrink: 0;
    width: fit-content;
}

header .icon {
    flex-shrink: 0;
    width: 108px;
}

header .backet {
    width: 30px !important;
    height: 30px !important;
}

header .backet div {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: -7px;
    right: -7px;
    line-height: 110%;
}

.slideshow__swiper .swiper-slide {
    position: relative;
}

.slideshow__swiper  {
    width: 100%;
    overflow: hidden;
}

.slideshow__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-position: bottom;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 20px;
}

.swiper .container {
    z-index: 2;
    width: 100%;
    height: 100%;



}

.swiper h1 {
    font-size: 88px;
    max-width: 965px;
    text-transform: uppercase;

    @media (max-width: 1700px) {
        padding-left: 100px;
    }

    @media (max-width: 1440px) {
        font-size: 60px;
        max-width: 765px;
    }

    @media (max-width: 900px) {
        font-size: 48px;
        max-width: 581px;
    }

    @media (max-width: 767px) {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        max-width: 441px;
        font-size: 40px;
    }

    @media (max-width: 480px) {
        max-width: 281px;
        font-size: 24px;
    }
}

.swiper-arrow div {
    background: #FFFFFF66;
    border-radius: 10px;
    width: 44px;
    height: 44px;
}

.swiper-arrow {
    left: 60px;
    width: calc(100% - 120px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;

    @media (max-width: 1440px) {
        left: 10px;
        width: calc(100% - 20px);
    }

}

.swiper-arrow div::after {
    display: none;
}

.swiper-arrow div svg {
    width: 24px;
    height: 24px;
}

.swiper-dots {
    bottom: 60px !important;
    width: fit-content !important;
    padding: 10px !important;
    border-radius: 20px !important;
    background: #0000004D !important;
    backdrop-filter: blur(10px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    @media (max-width: 900px) {
        bottom: 20px !important;
    }
}

.swiper-dots span {
    background: #FFFFFF99;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 !important;
    opacity: 1 !important;
    transition: .3s;
}

.swiper-dots span.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 9px;
    background: #FFFFFF;
    opacity: 1 !important;
}

.new h2 {
    font-size: 48px;

    @media (max-width: 900px) {
        font-size: 40px;
    }

    @media (max-width: 767px) {
        font-size: 24px;
    }
}

.new {
    height: 615px;

    @media (max-width: 900px) {
        height: 570px;
    }

    @media (max-width: 767px) {
        height: 414px;
    }
}

.bg-dark {
    background-color: #000 !important;
}

.product__card .new-slide-trigger div {
    border-radius: 4px;
    height: 25px;
    font-size: 14px;
    text-transform: uppercase;
    align-content: center;
    color: #fff;

    @media (max-width: 767px) {
        font-size: 12px;
        height: 20px;
    }
}

.bg-green {
    background: #2BA68B !important;
}

.bg-red {
    background-color: #FF0000B2;
}

.text-grey {
    color: #808080 !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.price-sale {
    width: 41px;
    height: 22px;
    border: 1px solid #CA2339;
    border-radius: 4px;
    color: #CA2339;
    font-size: 14px;
    text-align: center;

    @media (max-width: 1199px) {
        border: none;
        width: auto;
        height: auto;
        font-size: 10px;
        margin-left: 5px;
    }
}
span.price-sale-value {
    font-weight: 700;
}

.backet {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

.backet img {
    height: 100% !important;
}

.new-slider {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    z-index: 3;
    padding-bottom: 50px;

    @media (max-width: 900px) {
        margin-top: 20px;
    }

    @media (max-width: 767px) {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
    }
}

.new-slider .swiper-slide {
    padding: 20px;
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    height: fit-content;
    cursor: pointer;
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    transition: .3s;

    @media (max-width: 767px) {
        padding: 10px;
        width: 175px;
    }
}

.fz-10 {
    font-size: 10px;
}

.swiper-arrow3 {
    @media (max-width: 1440px) {
        display: none !important;
    }
}

.product__card div.like svg path{
    fill: #808080;
}
.product__card .new-slide-trigger .like.wishlist__allready svg path {
    fill: #ca2339;
}
.product__card .new-slide-trigger div.like {
    @media (max-width: 767px) {
        right: -9px;
    }
}

.like {
    right: 10px;
    top: 15px;
    opacity: 0;
    width: 20px;
    height: 20px;
    z-index: 1030;

    @media (max-width: 767px) {
        opacity: 1;
    }
}

.active .like {
    opacity: 1;
}

.new-slider .swiper-slide img {
    width: 100%;
    height: 257px;
    object-fit: cover;
    object-position: center;

    @media (max-width: 767px) {
        height: 155px;
    }
}

.swiper-arrow2 {
    width: 98px;

    @media (max-width: 767px) {
        width: 78px;
    }
}

.swiper-arrow2 div {
    width: 44px;
    height: 44px;
    border: 2px solid #F5F5F5;
    border-radius: 10px;

    @media (max-width: 767px) {
        width: 34px;
        height: 34px;
    }
}

.swiper-arrow2 div svg,
.swiper-arrow4 div svg {
    @media (max-width: 767px) {
        width: 18px;
        height: 18px;
    }
}

.new {
    position: relative;
}

.new-headling {
    width: 100%;
}

.f-open {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.new a.btn {
    width: 312px;
    height: 46px;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 567px;
    z-index: 1;

    @media (max-width: 900px) {
        top: 523px;
    }

    @media (max-width: 767px) {
        top: 370px;
        width: 260px;
        font-size: 14px !important;
    }
}

.btn.mt-40 {
    @media (max-width: 900px) {
        margin-top: 20px !important;
    }
}

.new-slider .swiper-slide .link {
    height: 46px;
    border-radius: 10px;
    width: 100%;
    display: none !important;
    transition: .3s;
}

.new-slider .swiper-slide.active .link {
    display: flex !important;
}

.new-slider .swiper-slide.active {
    box-shadow: 0px 20px 50px 0px #0000001A;
    border: none;
    transform: scale(1.06);
}

.mt-6 {
    margin-top: 120px;

    @media (max-width: 900px) {
        margin-top: 60px;
    }

    @media (max-width: 767px) {
        margin-top: 45px;
    }
}

.mt-7 {
    margin-top: 158px;
}

.br-10 {
    border-radius: 10px;
}

.division-box {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 880px;
    width: 100%;

    @media (max-width: 1460px) {
        right: 20px;
    }

    @media (max-width: 1200px) {
        right: initial;
        position: relative !important;
        top: initial;
        transform: none;
        max-width: none;
        width: 100%;
    }

    @media screen and (min-width: 1921px) {
        right: 10%;
    }
}

.division-box h2 {
    font-size: 48px;
    margin-bottom: 40px;
    line-height: 58px;
    display: block;
    width: 100%;

    @media (max-width: 900px) {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 48px;
    }

    @media (max-width: 767px) {
        font-size: 24px;
        line-height: 29px;
    }
}

.division-box-item {
    width: 213px;
    height: 213px;
    overflow: hidden;

    @media (max-width: 1024px) {
        width: auto;
        height: auto;
        overflow: hidden;
    }

    @media screen and (min-width: 1921px) {
        width: 300px;
        height: 300px;
    }
}

.division-box-item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;

    @media (max-width: 1100px) {
        width: 100%;
        height: auto;
        min-heght: none;
    }

    @media (max-width: 767px) {
        height: 100%;
        width: 100%;
    }

}
.division-box-item:hover span {
    bottom: 30px;
    @media (max-width: 767px) {
        bottom: 10px;
    }
}
.division-box-item.text-light span {
    text-shadow: 0 2px 7px #00000066;
}
.division-box-item span {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: .3s all;

    @media (max-width: 768px) {
        bottom: 1rem;
    }
    @media (max-width: 767px) {
        bottom: 10px;
        font-size: 20px !important;
    }
}

.categories-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .3s all;
}
.slider-banner-box:hover img {
    transform: scale(1.1);
    transition: 1s all;
}
.categories-slider .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0;
    transition: 1s all;
}
.categories-slider {
    width: 100%;
    overflow: visible !important;
    height: fit-content;
}

.categories {
    width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;

    @media (max-width: 1460px) {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }

    @media (max-width: 1440px) {
        width: calc(100% - 20px);
        margin-left: 20px;
        margin-right: 0px;
    }
}

header .call {
    text-wrap: nowrap;

    @media (max-width: 767px) {
        font-size: 14px !important;
        position: absolute;
        width: fit-content;
        right: 16px;
        top: auto;
        bottom: 8px;
    }
}

header .search-icon svg {
    @media (max-width: 767px) {
        width: 24px;
        height: 24px;
    }
}

header {
    @media (max-width: 767px) {
        padding-bottom: 20px;
    }
}

.burger {
    width: 40px;
    height: 40px;
    margin-right: 33px;

    @media (max-width: 800px) {
        margin-right: 20px;
    }

    @media (max-width: 767px) {
        width: 30px;
        height: 30px;
    }
}

.burger svg {
    @media (max-width: 767px) {
        width: 17px;
        height: 15px;
    }
}

footer .logo_tablet {
    @media (max-width: 767px) {
        position: relative;
        left: auto;
        transform: none;
    }
}
.logo_tablet {
    @media (max-width: 767px) {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 19px;
    }
}

.logo_tablet img {
    @media (max-width: 767px) {
        width: 130px;
    }
}

.categories a.btn:not(.edit-btn) {
    width: 312px;
    height: 46px;
    border-radius: 10px;
    z-index: 1;

    @media (max-width: 767px) {
        width: 260px;
        font-size: 14px !important;
    }
}

.categories-slider .swiper-slide {
    height: fit-content;

    @media (max-width: 1440px) {
        width: 230px;
        height: fit-content;
    }

    @media (max-width: 767px) {
        width: 150px;
    }
}

.header-left {
    @media (max-width: 767px) {
        width: 100%;
    }
}

.categories-slider .swiper-slide span {
    @media (max-width: 767px) {
        font-size: 12px !important;
    }
}

.mt-40 {
    margin-top: 40px;
}

.categories {
    position: relative;
}

.swiper-arrow3 div {
    border: 2px solid #F5F5F5;
    width: 44px;
    height: 44px;
    background: #fff;
    pointer-events: auto;
}

.swiper-arrow3 {
    width: calc(100% + 40px);
    left: -20px;
    top: calc(50% - 22px - 66px);
    z-index: 3;
    pointer-events: none;
}

.bg-white {
    background-color: #FFf !important;
}

.btn-white {
    width: 117px;
    height: 44px;
}

.light a img {
    right: 0;
    top: 0;
    width: 250px;

    @media (max-width: 767px) {

        width: 100%;
        top: initial;
        bottom: -10px;
    }
}

.light-flex::-webkit-scrollbar {
    height: 0;

}
.light-flex::-webkit-scrollbar-track {
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
}
.light-flex::-webkit-scrollbar-thumb {
    background: transparent;
    width: 0px;
    height: 0;
    border-radius: 0px;
    opacity: 0;
}

.light a {
    width: calc(100%/4 - 48px/4);
    height: 244px;
    background: linear-gradient(121.51deg, #DEDEDE -8.16%, #F5F5F5 41.84%, #F5F5F5 73.57%, #ECECEC 98.84%);
    padding: 40px;

    @media (max-width: 1700px) {
        padding: 30px;
        font-size: 24px;
        height: 234px;
        width: calc(100%/3 - 32px/3);
    }

    @media (max-width: 1300px) {
        width: calc(100%/2 - 8px);
    }

    @media (max-width: 767px) {
        width: 155px;
        padding: 20px;
        height: 210px;
    }
}

.light-flex {
    @media (max-width: 767px) {
        overflow-x: auto !important;
        display: flex;
    }
}

.light-flex-wrap {
    @media (max-width: 767px) {
        flex-wrap: nowrap !important;
    }
}

.text-short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    user-select: none;

    @media (max-width: 767px) {
        font-size: 12px !important;
        -webkit-line-clamp: 2;
    }
}

.light {
    margin-left: 60px;
    margin-right: 60px;
    width: calc(100% - 120px);

    @media (max-width: 1460px) {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

.light a span {
    max-width: 180px;

    @media (max-width: 1700px) {
        max-width: 170px;
    }

    @media (max-width: 767px) {
        font-size: 20px !important;
    }
}


.small a {
    width: calc(25% - 12px);
    height: 244px;

    @media (max-width: 900px) {
        width: calc(50% - 8px);
    }

    @media (max-width: 767px) {
        width: 100%;
        height: 150px;
    }

    @media (max-width: 568px) {
        height: 100px;
    }
}

.small a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.small span {
    z-index: 2;
    padding-top: 40px;
    padding-left: 40px;

    @media (max-width: 767px) {
        padding-top: 10px;
        padding-left: 10px;
    }
}

.banner-text {
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;

    @media (max-width: 767px) {
        bottom: 46px;
    }
}

.banner {
    width: 100%;
}

.banner-text a {
    width: 312px;
    height: 46px;
    transition: .3s;

    @media (max-width: 767px) {
        font-size: 14px !important;
        width: 260px;
    }
}

.banner-text a:hover{
    background-color: #2BA68B !important;
}

.banner h2 {
    font-size: 48px;

    @media (max-width: 767px) {
        font-size: 24px;
    }

}

.banner img {
    @media (max-width: 767px) {
        min-height: 280px !important;
        width: 100%;
        object-fit: cover;
    }
}

.banner span {
    @media (max-width: 767px) {
        font-size: 12px;
    }
}

footer .network a {
    border: 1px solid #19735F;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    margin-top: 0 !important;
}

footer .network {
    gap: 10px;
    height: 38px;
}

footer .network p {
    max-width: 130px;
    width: 100%;
    line-height: 19px !important;
    height: 38px;
}

footer .footer__text {
    max-width: 242px;

    @media (max-width: 767px) {
        text-align: center;
    }
}

footer .first {
    max-width: 292px;
    flex-shrink: 0;

    @media (max-width: 767px) {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
}

footer .first a:nth-child(2) {
    @media (max-width: 767px) {
        margin-top: 20px;
    }
}

footer .second {
    @media (max-width: 500px) {
        flex-wrap: wrap;
    }
}

footer .second div:nth-child(1) {
    @media (max-width: 500px) {
        width: 100%;
        margin-bottom: 40px;
    }
}

.second-link1 {
    @media (max-width: 500px) {
        flex-wrap: wrap !important;
        justify-content: space-between;
        flex-direction: row !important;
        gap: 20px !important;
    }
}
.btn.bg-primary:hover{
    background-color: #2BA68B !important;
}

.second-link1 a {
    @media (max-width: 500px) {
        width: calc(100%/3 - 40px/3)
    }
}

footer .center {
    max-width: 700px;
    width: 100%;

    @media (max-width: 1100px) {
        max-width: 600px;
    }

    @media (max-width: 950px) {
        max-width: 500px;
    }

    @media (max-width: 850px) {
        max-width: 435px;
    }

    @media (max-width: 767px) {
        max-width: initial;
    }
}

footer .top-btn {
    width: 44px;
    height: 44px;
    background: #FFFFFF66;
    border: 2px solid #000000;
    cursor: pointer;
    transition: .3s;

    @media (max-width: 1240px) {
        position: absolute !important;
        bottom: 0;
        right: 20px;
    }
}

footer .top-btn:hover {
    border-color: #19735F;
}

footer .top-btn svg path {
    transition: .3s;
}

footer .top-btn:hover svg path {
    fill: #19735F;
}

footer .center a {
    transition: .3s;
}

footer .center a:hover {
    color: #19735F !important;
}

footer .first a {
    transition: .3s;
}

footer .first a:hover {
    color: #19735F !important;
}

footer .bottom {
    padding: 30px 0;
    background: #000000;
    @media (max-width: 1199px) {
        padding: 30px 0 77px 0;
    }
    @media (max-width: 991px) {
        padding: 30px 0 80px;
    }
}

footer .bottom .container {
    @media (max-width: 767px) {
        flex-wrap: wrap;
    }
}

footer .bottom .container div {
    @media (max-width: 767px) {
        order: 0;
        font-size: 12px !important;
        width: 100%;
    }
}

footer .bottom .container a:nth-child(1) {

    font-size: 12px !important;
    text-align: right !important;
    width: calc(40% - 8px);
}

footer .bottom .container a:nth-child(2) {

    font-size: 12px !important;
    text-align: right !important;
    /*width: calc(40% - 8px);*/
    @media (max-width: 767px) {
        text-align: left !important;
        width: 100%;
    }
}

footer .bottom .container a:nth-child(3) {

    font-size: 12px !important;
    text-align: right !important;
    /*width: calc(40% - 8px);*/
}
footer .bottom .container a:nth-child(4) {

    font-size: 12px !important;
    text-align: right !important;
    @media (max-width: 767px) {
        text-align: left !important;
        width: 100%;
    }
}
footer .bottom .container a:nth-child(5) {

    font-size: 12px !important;
    text-align: right !important;
    /*width: calc(40% - 8px);*/
}


.menu-shop {
    max-width: 1480px;
    width: 100%;
    padding: 24px 30px 30px 30px;
    background: #FFFFFF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    position: absolute;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    top: 165px;
    display: none !important;
}

.menu-shop.active {
    display: flex !important;
}

.menu-shop::after {
    width: 126px;
    height: 1px;
    background-color: #FF0000B2;
    content: '';
    position: absolute;
    top: 0;
    left: 400px;
}

.menu-shop-box {
    width: 100%;
    gap: 20px;
    height: 124px;
}

.menu-shop-box a {
    width: 200px;
    line-height: 21px;
    height: fit-content !important;
    transition: .3s;
}

.menu-shop-box a:hover {
    color: #19735F !important;
}

.menu-shop-img {
    border-radius: 20px;
    width: 40%;
    margin-right: 20px;
    flex-shrink: 0;
    height: auto;
}

.menu-shop-img img {
    object-fit: cover;
    object-position: center;
}

.swiper-swiper .swiper-slide {
    height: fit-content;
}

.swiper-swiper .swiper-dots {
    bottom: 20px !important;
    width: fit-content !important;
    padding: 4px !important;
    border-radius: 10px !important;
    background: #FAFAFA !important;
    backdrop-filter: none !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 3;
}

.swiper-swiper .swiper-dots span {
    background: #9B9B9B;
    width: 4px;
    height: 4px;
    margin: 0 !important;
    opacity: 1 !important;
    transition: .3s;

}

.swiper-swiper .swiper-dots span.swiper-pagination-bullet-active {
    width: 10px;
    height: 4px;
    border-radius: 9px;
    background: #000000;
    opacity: 1 !important;
}

.new-slider .swiper-swiper .swiper-slide {
    padding: 0 !important;
    border: none !important;
}
.menu-fix{
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 2000;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menu-fix.hidden{
    display: none !important;
}
.backet-menu-fix div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 8px;
    right: 7px;
    top: -4px;
}
.text-red{
    color: #CA2339;
}

.catalog-tittle {
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

    @media (max-width: 1140px) {
        margin-bottom: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 0 20px;
    }
    @media (max-width: 768px) {
        gap: 10px 20px;
    }
}

.catalog-tittle h1 {
    font-size: 40px;
    line-height: 135%;

    @media (max-width: 1140px) {
        font-size: 36px;
    }

    @media (max-width: 576px) {
        font-size: 24px;
    }
}

.catalog-number-products {
    border: 1px solid #C3C3C3;
    height: 32px;
    padding-left: 14px;
    padding-right: 14px;
}

.catalog-trigger {
    gap: 10px;
    overflow-x: auto !important;




    @media (max-width: 576px) {
        gap: 6px;
        margin-right: -20px;
        width: calc(100% + 20px);
    }
}

.catalog-trigger::-webkit-scrollbar {
    height: 0px;

}

.catalog-trigger::-webkit-scrollbar-track {
    box-shadow: none;
    background: #FFFFFF;
    border-radius: 0px;
}

.catalog-trigger::-webkit-scrollbar-thumb {
    height: 0px;
    border-radius: 0px;
    opacity: 0;
}

.catalog-trigger__item {
    background-color: #F5F5F5;
    padding-left: 16px;
    padding-right: 16px;
    height: 39px;
    flex-shrink: 0;

    @media (max-width: 576px) {
        font-size: 12px !important;
        padding-left: 10px;
        padding-right: 10px;
        height: 28px;
    }
}

.catalog-trigger__item.active {
    background: #2BA68B1A;
}

.filter-box-btn {
    margin-top: 23px;
    margin-bottom: 8px;

    @media (max-width: 1139px) {
        flex-direction: row-reverse;
        margin-bottom: 20px;
    }
    @media (max-width: 535px) {
        gap: 10px;
    }
}

.filter-box-btn__item {
    border: 1px solid #C3C3C3;
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px;
    cursor: pointer;
    text-wrap: nowrap;

    @media (max-width: 768px) {
        border: 1px solid #C3C3C3 !important;
        height: 36px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        gap: 6px;
        cursor: pointer;
    }
    @media (max-width: 535px) {

    }
}

.filter-box-btn__item span {
    pointer-events: none;
    @media (max-width: 576px) {
        font-size: 14px !important;
    }
}

.catalog-box {
    gap:20px;

    @media (max-width: 768px) {
        gap:0;
    }
    @media (max-width: 640px) {
        margin-left: -16px;
        margin-right: -16px;
        width: calc(100% + 32px);
        gap: 0;
    }
}

.catalog-box-wrap {
    gap: 20px;
    position: relative;

    @media (max-width: 640px) {
        gap: 10px;
    }
}

.catalog-box-wrap-item {
    gap: 20px;
    position: relative;
    justify-content: start;

    @media (max-width: 1440px) {
        gap: 10px 0;
        justify-content: space-between;
    }

    @media (max-width: 992px) {
        gap: 10px 4px;
        justify-content: space-between;
    }

    @media (max-width: 767px) {
        gap: 10px 2px;
        justify-content: space-between;
    }
}

.catalog-box-item.col-md-2 {
    width: calc(19% - 2px);
    @media (max-width: 1500px) {
        width: calc(98%/4 - 40px/4);
    }

    @media (max-width: 992px) {
        width: calc(100%/3 - 40px/3);
    }

    @media (max-width: 768px) {
        width: calc(50% - 2px);
    }
}

.catalog-box-item {
    display: block;
    position: relative;
    width: calc(25% - 15px);

    @media (max-width: 1500px) {
        width: calc(98%/4 - 40px/4);
    }

    @media (max-width: 992px) {
        width: calc(100%/3 - 40px/3);
    }

    @media (max-width: 768px) {
        width: calc(50% - 2px);
    }
}

.catalog-box-item .product__card {
    background: #fff;
    border-radius: 10px;
    position: relative;
    border: solid 2px #F5F5F5;
    width: 100%;
    padding-top: 10px;





    @media (max-width: 1139px) {
        padding: 0;
    }

    @media (max-width: 576px) {
        padding: 0;
    }
}


.catalog-box-item .product__card:hover:before {
    height: calc(100% + 24px + 46px);
}

.catalog-box-item .product__card:hover:before {
    position: absolute;
    top: -8px;
    left: -12px;
    z-index: -1;
    display: block;
    width: calc(100% + 24px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 14px 30px 0px #0000001A;
    content: "";

}

.catalog-box-item .product__card:hover {
    z-index: 1040;
}

.catalog-box-item .product__card img {
    width: 100%;
    object-position: center;
    object-fit: contain;
}

.catalog-box-item .product__card:hover .product__card__hover {
    display: block;
    position: relative;
    z-index: 1030;
}

.catalog-box .product-thumb,
.catalog-box .product__card__name {
    z-index: 2;
    position: relative;
}

.catalog-box-wrap {
    width: calc(100% - 240px);

    @media (max-width: 1140px) {
        width: 100%;
    }
}

.catalog-filter {
    width: 220px;


    @media (max-width: 1140px) {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0px 0px 10px 0px #00000033;
        width: 280px;
        padding: 30px 30px 23px 30px;
        height: fit-content;
        max-height: 100svh;
        overflow-y: scroll;
        display: none;
    }
}

.catalog-filter.active {
    @media (max-width: 1140px) {
        display: block;
    }
}

.catalog-filter::-webkit-scrollbar {
    width: 4px;

}

.catalog-filter::-webkit-scrollbar-track {
    box-shadow: none;
    background: #F5F5F5;
    border-radius: 2px;
    cursor: pointer;
}

.catalog-filter::-webkit-scrollbar-thumb {
    background: #9B9B9B;
    width: 4px;
    border-radius: 2px;
    opacity: 1;
}

.catalog-box .product-thumb {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    @media (max-width: 1140px) {
        height: 192px;
    }

    @media (max-width: 660px) {
        height: auto;
        width: 100%;
    }
}

.catalog-box .product-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-box .product-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

.catalog-box .product__card__name a {
    line-height: 135%;
    font-family: 'Open Sans';

    @media (max-width: 1140px) {
        font-size: 12px;
        line-height: 130%;
    }
}
.catalog-box .product__card .product-price span.price-new {
    font-family: "Open Sans", sans-serif;
    text-wrap: nowrap;

    @media (max-width: 1140px) {
        font-size: 16px;
    }
}

.catalog-box .product__card .product-price span.price-old {
    font-family: "Open Sans", sans-serif;
    text-wrap: nowrap;

    @media (max-width: 1140px) {
        font-size: 12px;
    }
    @media (max-width: 576px) {
        font-size: 10px;

    }
}

.catalog-box .price-sale {
    width: 41px;

    @media (max-width: 1140px) {
        font-size: 12px;
        width: 36px;
        height: 19px;
    }

    @media (max-width: 991px) {
        font-size: 10px;
        width: auto;
        height: 14px;
    }
}

.catalog-box .backet {
    width: 24px;
    height: 24px;
    margin-top: 1px;
}

.catalog-box .product__card__name a {
    @media (max-width: 660px) {
        -webkit-line-clamp: 2;
    }
}

.catalog-box-banner {
    width: 100%;
    height: 460px;

    @media (max-width: 1140px) {
        height: 320px;
    }

    @media (max-width: 576px) {
        height: 160px;
    }
}

.catalog-box-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-box-btn {
    margin-top: 20px;
    cursor: pointer;
    transition: .3s;
    max-width: 340px;
    width: 100%;
    height: 46px;

    @media (max-width: 576px) {
        margin-top: 10px;
    }

    @media (max-width: 380px) {
        width: calc(100% - 32px);

    }
}

.catalog-pagination {
    gap: 20px;
    margin-top: 0px;

    @media (max-width: 576px) {
        gap: 10px;
        margin-top: 10px;
    }
}

.catalog-pagination a, .catalog-pagination span {
    width: 44px;
    height: 44px;
}

.catalog-pagination__arrow {
    border: 2px solid #F5F5F5;
    background: #FFFFFF66;
}

.catalog-pagination_number {
    transition: .3s;
}

.catalog-pagination_number.active {
    color: #CA2339 !important;
    border-bottom: 1px solid #CA2339;
}

.catalog-text {
    margin-top: 60px;

    @media (max-width: 1140px) {
        margin-top: 40px;
    }

    @media (max-width: 640px) {
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 32px);
    }

    @media (max-width: 576px) {
        margin-top: 30px;
    }
}

.catalog-text__tittle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;

    @media (max-width: 1140px) {
        font-size: 20px;
    }

    @media (max-width: 576px) {
        font-size: 16px;
    }
}

.catalog-text p {
    font-size: 18px;

    @media (max-width: 1140px) {
        font-size: 16px;
    }

    @media (max-width: 576px) {
        font-size: 14px;
    }
}

.catalog-filter__clean {
    cursor: pointer;
}

.catalog-filter-data {
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F5F5F5;
}

.catalog-filter-data__item {
    margin-bottom: 10px;
    gap: 10px;
}

.catalog-filter-data .catalog-filter-data__item:last-child {
    margin-bottom: 0px;
}

.catalog-filter-data__item span {
    color: #808080;
}

.catalog-filter-data__item-name {
    border: 2px solid #F5F5F5;
    background-color: #FAFAFA;
    height: 34px;
    padding-left: 8px;
    padding-right: 8px;
    gap: 12px;
    cursor: pointer;
}

.catalog-filter-data__item span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #808080;
    left: 0;
    bottom: 0;
}

.catalog-filter-item__tittle {
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.catalog-filter-item__tittle i {
    transition: .3s;
    transform: rotate(90deg);
}

.open .catalog-filter-item__tittle i {
    transform: rotate(0deg);
}

.catalog-filter-range_input {
    width: 100%;
    height: 11px;
    position: relative;
}


.catalog-filter-range_input_line {
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    top: calc(50% - 2px);
    background: linear-gradient(to right, #C3C3C3 0%, #C3C3C3 100%);
}

.catalog-filter-range_input input {
    width: 100%;
    z-index: 1;
    appearance: none;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    width: 100%;
}

.catalog-filter-range_input input::-ms-track {
    appearance: none;
    height: 5px;
}

.catalog-filter-range_input input:focus {
    border: none;
    background: inherit;
}

.catalog-filter-range_input input::-webkit-slider-thumb {
    appearance: none;
    height: 16px;
    width: 16px;
    background-color: #808080;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 0px;
    pointer-events: auto;
}

.catalog-filter-range_input input::-moz-range-thumb {
    appearance: none;
    height: 16px;
    width: 16px;
    background-color: #808080;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 0px;
    pointer-events: auto;
}

.catalog-filter-range_input input::-moz-thumb {
    appearance: none;
    height: 16px;
    width: 16px;
    background-color: #808080;
    cursor: pointer;
    border-radius: 50%;
    margin-top: 0px;
    pointer-events: auto;
}

.catalog-filter-range_range {
    margin-bottom: 10px;
    width: 100%;
}


.catalog-filter-range_range_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-filter-range_range_box input {
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    background: #FAFAFA;
    width: 96px;
    height: 46px;
    outline: none;
    font-family: 'Open Sans';
    padding-left: 16px;
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

}

.catalog-filter-range_range_box_line {
    height: 1px;
    width: 10px;
    background-color: #000;
}

.catalog-filter-range {
    width: 142px;
    height: 46px;
    margin-top: 10px;
}

.catalog-filter-item {
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 20px;
}

.catalog-filter-item__checkbox,
.catalog-filter-item__flex {
    margin-bottom: 10px;
}

.catalog-filter-item__body {
    overflow: hidden;
    transition: max-height 1s ease;
    max-height: 0;
}
.catalog-filter-item.open .catalog-filter-item__body {
    max-height: 1000px; /* запасной максимум; или можно оставить без фиксированной цифры, но браузер не может анимировать до 'auto' */
}

.catalog-filter-item__body .catalog-filter-item__checkbox:last-child,
.catalog-filter-item__body .catalog-filter-item__flex:last-child {
    margin-bottom: 0px;
}

.catalog-filter-item__checkbox-box label {
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    border-radius: 2px;
    cursor: pointer;
}

.radio .catalog-filter-item__checkbox-box label {
    border-radius: 50%;
}

.catalog-filter-item__checkbox-box {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.catalog-filter-item__checkbox-box input {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.catalog-filter-item__checkbox-box label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #808080;
    top: 5px;
    left: 5px;
    border-radius: 2px;
}

.radio .catalog-filter-item__checkbox-box label:after {
    border-radius: 50%;
}

.catalog-filter-item__checkbox-box input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.catalog-filter-item__checkbox-box input[type=radio]:checked+label:after {
    opacity: 1;
}

.catalog-filter-item__flex .catalog-filter-item__checkbox {
    width: calc(50% - 5px);
    margin-bottom: 0;
}

.catalog-filter-item__flex .catalog-filter-item__checkbox.radio {
    width: 60px;
    margin-bottom: 0;
}

.catalog-filter-item__search button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 8px;
    left: 12px;
}

.catalog-filter-item__search {
    border: 1px solid #C3C3C3;
    width: 100%;
    height: 42px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.catalog-filter-item__search input {
    width: 100%;
    border: none;
    height: 42px;
}

.catalog-filter-item__search input::placeholder {
    color: #808080;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
}

.catalog-filter-item__scroll {
    height: 150px;
    overflow-y: scroll;
}

.catalog-filter-item__scroll::-webkit-scrollbar {
    width: 4px;

}

.catalog-filter-item__scroll::-webkit-scrollbar-track {
    box-shadow: none;
    background: #F5F5F5;
    border-radius: 2px;
    cursor: pointer;
}

.catalog-filter-item__scroll::-webkit-scrollbar-thumb {
    background: #9B9B9B;
    width: 4px;
    border-radius: 2px;
    opacity: 1;
}

.catalog-filter-item__checkbox span {
    line-height: 22px !important;
}

.catalog-filter-item__trigger {
    gap: 10px;
}

.catalog-filter-item__trigger-item {
    background-color: #F5F5F5;
    padding-left: 10px;
    padding-right: 10px;
    height: 42px;
    line-height: 42px;
    transition: .3s;
    cursor: pointer;
    color: #000;
}

.catalog-filter-item__trigger-item.active {
    background: #000000;
    color: #fff;
}

.catalog-filter-mobile {
    margin-bottom: 20px;
    display: none !important;

    @media (max-width: 1140px) {
        display: flex !important;
    }
}

.catalog-filter-mobile span {
    font-size: 24px;
    line-height: 39px;
}

.price-sale-value {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 14px;

    @media (max-width: 1140px) {
        font-size: 12px;
        line-height: 19px;
    }
}

.price-discount.price-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: 'Open Sans';

    @media (max-width: 1140px) {
        font-size: 12px;
        line-height: 19px;
    }
}

.catalog-box .swiper-swiper .swiper-slide {
    height: 100%;
}

.blok_hand_links_fv {
    background: #fff;
    border-radius: 12px;
    /* padding: 16px 20px; */
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.05); */
    margin: 20px 0;
    font-family: "Segoe UI", sans-serif;

    @media (max-width: 1140px) {
        margin: 10px 0 0 10px;
    }

    @media (max-width: 767px) {
        margin: 0;
    }
}

.title_blok_hand_links_fv {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;

    @media (max-width: 1140px) {
        margin-bottom: 0;
    }
}

.blok_hand_links_fv_a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #d1d1d1 transparent;
}
@media (max-width: 535px) {
    .hand_link_fv {
        text-wrap: nowrap;
        margin-bottom: 10px;
    }
    .blok_hand_links_fv_a {
        flex-wrap: nowrap;
    }
    .cart-empty p, .cart-empty a{
        width: 100%;
    }
}

.blok_hand_links_fv_a::-webkit-scrollbar {
    height: 6px;
}
.blok_hand_links_fv_a::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.hand_link_fv {
    display: inline-block;
    padding: 8px 14px;
    background: #f5f7fa;
    border-radius: 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.hand_link_fv:hover {
    background: #19735F;
    color: #fff;
    /* transform: translateY(-2px); */
}
.hand_link_fv:hover span {
    color: #fff;
}
.blok_hand_links_fv:not(.hand_link_fv_img) .action_hl_fv:hover span {
    color: #fff;
}


#blog_wrap .nav-tabs .nav-link {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-bottom: none;
    margin-right: 4px;
    border-radius: 0.375rem 0.375rem 0 0;
    color: #495057;
}
#blog_wrap .nav-tabs .nav-link:hover {
    background-color: #e9ecef;
}
#blog_wrap .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #0d6efd;
    font-weight: 600;
}
ul#blogTabs {
    margin-bottom: 40px;
    @media (max-width: 768px) {
        margin-bottom: 20px;
    }
}
#blog_wrap .card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#blog_wrap .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
#blog_wrap .card-img-top {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}
#blog_wrap .card-title {
    font-size: 28px;
}
div#blog_wrap .catalog-tittle {
    @media (max-width: 768px) {
        margin-bottom: 20px;
    }
}
p.aricle__card__body__time {
    color: #808080;
    font-size: 14px;
    @media (max-width: 768px) {
        font-size: 12px;
    }
}
.aricle__card {
    margin-bottom: 40px;
    position: relative;
    @media (max-width: 768px) {
        margin-bottom: 20px;
    }
}
.aricle__card__body h5 a {
    font-size: 20px;
    font-weight: bold;
    border-radius: 0;

    @media (max-width: 992px) {
        font-size: 16px;
    }
    @media (max-width: 768px) {
        font-size: 14px;
    }
}
.aricle__card a {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.aricle__card img {
    transition: .3s all;
}
.aricle__card:hover:before {
    position: absolute;
    top: -8px;
    left: -12px;
    z-index: -1;
    display: block;
    width: calc(100% + 24px);
    height: calc(100% + 19px);
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 14px 30px 0px #0000001A;
    content: "";

    @media (max-width: 992px) {
        display: none;
    }
}
#blog_wrap .nav-pills .nav-link {
    background-color: #f6f6f6;
    color: #222;
    border: 1px solid transparent;
    transition: all 0.2s ease;

    @media (max-width: 768px) {
        font-size: 14px;
    }
}
#blog_wrap .nav-pills .nav-link:hover {
    background-color: #e6e6e6;
    color: #111;
}
#blog_wrap  .nav-pills .nav-link.active {
    background-color: #212121;
    color: #fff;
}


#blog_wrap .tab-content {
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to   {
        opacity: 1;
        transform: translateY(0);
    }
}



.summary-line.removable {
    position: relative;
    transition: all 0.25s ease;
}

.summary-line.removable:hover {
    background: #f9f9f9;
    transform: translateX(-6px);
}

.remove-line {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    border: none;
    background: transparent;
    color: #a33;
    font-size: 18px;
    line-height: 1;
    opacity: 0;
    cursor: pointer;
    transition: all 0.25s ease;
    pointer-events: none; /* чтобы не мешал клику до появления */
}

.summary-line.removable:hover .remove-line {
    right: -20px;
    opacity: 1;
    transform: translateY(-50%) scale(1);
    pointer-events: auto;
}
.card-bar__banner {
    width: 100%;
    height: 190px;
    margin-top: 20px;

    @media (max-width: 1024px) {
        width: 320px;
        height: 130px;
        flex-shrink: 0;
    }

    @media (max-width: 800px) {
        width: 295px;
        height: 120px;
    }

    @media (max-width: 576px) {
        width: 320px;
        height: 120px;
    }

    @media (max-width: 370px) {
        width: 290px;
        height: 120px;
    }

    @media (max-width: 345px) {
        width: 270px;
        height: 120px;
    }
}

.card-bar__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mobile-banners-slider {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
}

.mobile-banners-slider a {
    display: inline-block;
    white-space: normal;
    width: 260px; /* оптимальная ширина мобильного баннера */
}

/* Chrome, Safari */
.mobile-banners-slider::-webkit-scrollbar {
    display: none;
}

/* Firefox */
.mobile-banners-slider {
    scrollbar-width: none;
}

/* Edge/IE */
.mobile-banners-slider {
    -ms-overflow-style: none;
}





.birthday-banner {
    position: relative;
    margin-top: 20px;
    overflow: hidden;

    width: 100%;
    height: 120px;

    padding: 20px 32px 20px 202px;

    background: url("../image/bierday/def_bg_.jpg") no-repeat;
    background-size: 100% 100%;
    background-position: center;

    border-radius: 16px;
    color: #fff;
}

/* Левый декор */
.birthday-banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../image/bierday/left_bg_fer.svg") left center no-repeat;
    background-size: auto 100%;

    pointer-events: none;
    z-index: 9;
}

/* Правый декор */
.birthday-banner::after {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../image/bierday/right_bg_fer.svg") right center no-repeat;
    background-size: auto 100%;

    pointer-events: none;
    z-index: 9;
}

/* Контент */
.birthday-banner__content {
    position: absolute;
    right: 30px;
    z-index: 1;
}

.birthday-banner__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.birthday-banner__price {
    font-size: 20px;
    margin-top: 4px;
    font-weight: 700;
}



.price-badge {
    display: inline-flex;
    align-items: center;

    margin-left: 8px;
    padding:4px 10px;

    background: #000;        /* ⬅️ плашка чёрная */
    border-radius: 6px;

    white-space: nowrap;
}

/* ЗОЛОТО ТОЛЬКО НА ТЕКСТЕ */
.price-gold {
    font-size: 20px;
    font-weight: 700;
    line-height: 135%;

    background-image: linear-gradient(
        180deg,
        #fff3b0 0%,
        #ffe066 50%,
        #ffd54d 100%
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    /* почти без объёма */
    text-shadow: 0 0 0 transparent;
}

.birthday-banner__note {
    margin-top: 4px;
    font-size: 12px;

}

/* Адаптив */
@media (max-width: 576px) {
    .birthday-banner__content {
        /*line-height: unset; */
        /* display: flex; */
        padding-top: 20px;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        background-color: rgb(0 0 0 / 40%);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

@media (max-width: 576px) {
    .birthday-banner {
        padding: 16px;
        background-size: cover;
    }
}

