@font-face {
    font-family: 'Good Vibes Pro';
    src: url('../fonts/GoodVibesPro.eot');
    src: local('Good Vibes Pro'), local('GoodVibesPro'),
        url('../fonts/GoodVibesPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoodVibesPro.woff2') format('woff2'),
        url('../fonts/GoodVibesPro.woff') format('woff'),
        url('../fonts/GoodVibesPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    margin: 0;
    padding: 0;
}


body {
    background-color: #F0ECE4;
    font-family: "Inter", sans-serif;
}

.single__page {
    display: flex;
    flex-direction: column;
}

.single__page header {
    flex: 1 0 auto;
}

.single__page footer {
    flex: 0 0 auto;
}


main {
    margin: 0 0 140px 0;
}

body.blur-active::before {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.25);
    z-index: 1200;
    pointer-events: none;
}

body.blur-active-modal::before {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.25);
    z-index: 1320;
    pointer-events: none;
}

body.blur-active-cart::before {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.25);
    z-index: 1320;
    pointer-events: none;
}





header {
    position: sticky;
    top: 20px;
    z-index: 1300;
    width: 1080px;

    margin-left: auto;
    margin-right: auto;

    margin-bottom: 60px;

}

.header-index {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}


.header__container-home {
    /* position: absolute; */
    /* top: 20px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    border-radius: 150px;
    background-color: #F0ECE4;
    padding: 10px;

}


.header__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    border-radius: 70px;
    background-color: #E1DBCD;
}



.header__nav-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}


.header__nav-item {
    margin-right: 24px;
}

.header__nav-item:last-child {
    margin-right: 0;
}

.header__nav-item a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #342318;
    transition: .3s;
    border-bottom: 2px solid transparent;
}


.header__nav-item a:hover {
    color: #902732;
}

.header__nav-item .active {
    padding: 5px;
    color: #902732;
    border-bottom: 2px solid #902732;
}


.mobile__burger__menu {
    display: none;
}

@media(max-width: 1020px) {
    header {
        width: 100%;
    }

    .header__logo {
        margin-right: 0;
    }


    .header__nav {
        display: none;
    }

    .mobile__burger__menu {
        display: block;
    }

    .mobile__burger__menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(10px, -6px);
        background-color: #F0ECE4;
    }

    .mobile__burger__menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 5px);
        background-color: #F0ECE4;
    }

    .mobile__burger__menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 40px;
        height: 24px;
        cursor: pointer;
        position: relative;
        z-index: 1100;

        padding: 21px 13px;
        background-color: #342318;

        border-radius: 50%;
    }

    .mobile__burger__menu span {
        display: block;
        width: 94%;
        height: 3px;
        background-color: #F0ECE4;
        border-radius: 5px;
        transition: transform 0.4s, opacity 0.4s;
        transform-origin: center;
        /* Центрируем точку вращения */
    }

    .mobile__burger__menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(10px, 5px);
        background-color: #F0ECE4;
    }

    .mobile__burger__menu.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile__burger__menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(10px, -5px);
        background-color: #F0ECE4;
    }

    .header__items {
        position: relative;
        padding: 15px 25px;
    }

    .menu-active {
        display: block;
        position: absolute;
        top: 100%;
        background-color: #F0ECE4;
        left: 20px;
        right: 20px;
        border-radius: 0 0 20px 20px;
    }

    .menu-active ul {
        flex-direction: column;
    }


    .header__nav-item {
        text-align: center;
        padding: 20px 0;
        margin-right: 0;
        border-bottom: 2px solid #E1DBCD;
    }

    .header__nav-item:last-child {
        border-bottom: none;
    }
}




.first__block {
    /* margin-bottom: 92px; */
    position: relative;
}


.photo__items {
    display: flex;
    justify-content: space-between;
}

.photo__item {
    width: 49.8%;
    height: 850px;
}

.photo__item video {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

.photo__item:last-child {
    display: none;
}

.photo__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1020px) {
    .photo__item {
        display: none;
    }

    .photo__item:last-child {
        display: block;
    }

    .photo__item {
        width: 100%;
        object-fit: cover;
    }

    .photo__item img {
        width: 100%;
        object-fit: cover;
    }
}


.subscribe__block {
    margin-bottom: 140px;
    margin-top: 92px;
}

.subscribe__item {
    margin-bottom: 50px;
}

.subscribe__item:nth-child(2),
.subscribe__item:last-child {
    margin-left: 109px;
}

.subscribe__item:last-child {
    margin-bottom: 0;
}

.subscribe__name {
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #342318;
    font-family: "Playfair Display", serif;

}

/* font-family: 'Good Vibes Pro'; */


.subscribe__down__title {
    margin-left: 106px;
    margin-top: -40px;
}

.subscribe__down__title span {
    display: inline-block;
    font-family: 'Good Vibes Pro';
    text-transform: lowercase;
    font-weight: normal;
    font-size: 146px;
    color: #902732;
    line-height: 105%;
    margin-right: 20px;
    /* filter:drop-shadow(2px 0 #F0ECE4) drop-shadow(-2px 0 #F0ECE4) drop-shadow(0 2px #F0ECE4) drop-shadow(0 -2px #F0ECE4); */
    text-shadow:
        2px 0 #F0ECE4,
        -2px 0 #F0ECE4,
        0 2px #F0ECE4,
        0 -2px #F0ECE4;
}


.subscribe__txt {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.subscribe__txt span {
    display: block;
    margin-top: 20px;
}


.subscribe__btns {
    display: flex;
}

.subscribe__btn {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #902732;
    text-decoration: none;
    padding: 16px 42px;
    border: 1px solid #902732;
    border-radius: 35px;
    margin-right: 12px;
    position: relative;
    transition: .3s;
}

.subscribe__btn:hover {
    background-color: #902732;
    color: #fff;
}


.subscribe__btn-animate {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #902732;
    text-decoration: none;
    padding: 16px 80px 16px 42px;
    border: 1px solid #902732;
    border-radius: 35px;
    margin-right: 12px;
    position: relative;
    transition: .3s;
    overflow: hidden;
}

.subscribe__btn-animate span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    color: #fff;
    background-color: #902732;
    position: absolute;
    right: 0;
    transition: .3s;
    z-index: 1;
}

.subscribe__btn-animate::before {
    content: attr(data-hover-text);
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    transition: .3s;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
}

.subscribe__btn-animate:hover {
    background-color: #902732;
    color: transparent;
}

.subscribe__btn-animate:hover::before {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.subscribe__btn-animate:hover span {
    right: 0;
    width: 100%;
    border-radius: 35px;
    justify-content: flex-end;
    padding-right: 16px;
}


@media(max-width: 1107px) {
    .subscribe__name {
        font-size: 40px;
    }

    .subscribe__down__title {
        margin-top: 0;
    }

    .subscribe__down__title span {
        font-size: 100px;
    }
}

@media(max-width: 798px) {

    .subscribe__item:nth-child(2),
    .subscribe__item:last-child {
        margin-left: 0;
    }
}


.subscribe__btn-magick {
    display: none;
}

@media(max-width: 583px) {
    .subscribe__name {
        font-size: 32px;
    }

    .subscribe__down__title {
        margin-left: 0;
        margin-top: 0;
    }

    .subscribe__down__title span {
        font-size: 60px;
        display: block;
        margin-left: 100px;
    }

    .subscribe__btns {
        flex-direction: column;
    }

    .subscribe__btns .subscribe__btn-magick {
        display: block;
        margin-bottom: 12px;
        background-color: #902732;
        padding: 16px 0;
        border-radius: 35px;
        text-decoration: none;
        color: #F0ECE4;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: background 0.4s ease;
    }

    /* эффект градиента при hover */
    .subscribe__btns .subscribe__btn-magick:hover {
        background: linear-gradient(90deg, #902732 0%, #2A0B0F 100%);
    }

    /* добавляем звёздочки */
    .subscribe__btns .subscribe__btn-magick::before,
    .subscribe__btns .subscribe__btn-magick::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 11px;
        height: 11px;
        background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.22461 0.814453C5.68558 2.3123 6.27205 3.37018 7.05859 4.0918C7.71898 4.69761 8.48656 5.03408 9.35449 5.21973C8.48297 5.41213 7.71604 5.76339 7.05664 6.37598C6.27258 7.10459 5.68589 8.16217 5.22461 9.63574C4.78241 8.15766 4.17892 7.10084 3.37793 6.37305C2.70594 5.76262 1.9263 5.41287 1.0625 5.2207C1.92273 5.03534 2.70205 4.69917 3.375 4.0957C4.17884 3.37484 4.78263 2.31704 5.22461 0.814453Z' stroke='%23F0ECE4'/></svg>");
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .subscribe__btns .subscribe__btn-magick::before {
        left: 120px;
    }

    .subscribe__btns .subscribe__btn-magick::after {
        right: 120px;
    }

    /* звёздочки появляются при hover */
    .subscribe__btns .subscribe__btn-magick:hover::before,
    .subscribe__btns .subscribe__btn-magick:hover::after {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }


    .subscribe__btns .subscribe__btn-animate {
        display: none;
    }

    .subscribe__btn {
        display: block;
        text-align: center;
        margin-right: 0;
    }
}




.section__title__block {
    margin-bottom: 50px;

}


.section__title__block-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__title {
    font-family: "Playfair Display", serif;

    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #342318;

}

.section__title-single {
    text-align: center;
}

.section__title-single-case {
    text-transform: uppercase;
}

.section__title__btn {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #902732;
    text-decoration: none;
    padding: 16px 42px;
    border: 1px solid #902732;
    border-radius: 35px;
    margin-right: 12px;
    position: relative;
}


.who__block {
    margin-bottom: 140px;
}

.who__items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E1DBCD;
}


.who__items:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.who__item {
    width: 32%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.who__item:nth-child(2) {
    border-right: 2px solid #E1DBCD;
    border-left: 2px solid #E1DBCD;
}


.who__item__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    text-align: center;
    color: #342318;
    margin: 20px 0 12px 0;
}


.who__item__desc {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #342318;
}

.who__item__image-full img {
    width: 100%;
}

.video-circle {
    width: 300px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}

.video-circle video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 842px) {
    .who__items {
        flex-direction: column;
        align-items: center;
        border-bottom: none;
    }

    .who__item {
        width: 70%;
        border-bottom: 2px solid #E1DBCD;
    }

    .who__item:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .who__items:last-child {
        flex-direction: column-reverse;
    }


}

@media(max-width: 595px) {
    .section__title-single {
        font-size: 25px;
    }

    .who__item {
        width: 90%;
    }
}

.sets__block {
    margin-bottom: 140px;
}

.sets__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.set__item {
    text-decoration: none;
    width: 22%;
    border: 2px solid #E1DBCD;
    margin-bottom: 12px;
    padding: 32px 12px 30px 12px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: .3s;

}

.set__item__image {
    overflow: hidden;
    border-radius: 15px;
    transition: .4s;
    position: relative;
}

.set__item__image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    transition: .4s;
}

.set__item__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
    position: relative;
    transition: .3s;
    z-index: 2;
    padding: 20px 0;
    background-color: #F0ECE4;
    height: 48px;
    overflow: hidden;
}

.set__item__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D1CCBF;
    opacity: 0;
    transition: .4s;
}


.set__item__types {
    display: flex;
    white-space: nowrap;
}

.set__item__type {
    /* max-width: 180px; */
    font-weight: 400;
    font-size: 14px;
    color: #342318;
    margin-bottom: 24px;
    text-align: center;
    padding: 4px 0;
    border-radius: 25px;
    background-color: #e1dbcd;
    position: relative;
    z-index: 2;
    padding: 4px 12px;
    margin-right: 10px;
    transition: .4s;
}

.set__item__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #902732;
    position: relative;
    z-index: 2;
    transition: .4s;
    margin-bottom: 0;
}

.set__item__price span {
    text-decoration: line-through;
    font-size: 16px;
    color: grey;
    margin-left: 10px;
}














.set__item__links {
    display: flex;
}


.set__item__link:first-child {
    width: 73%;
    border-radius: 25px 0 0 25px;
}

.set__item__link:last-child {
    width: 20%;
    left: 0;
    border-radius: 0 25px 25px 0;
    left: 75%;
}

.set__item__link svg {
    width: 15px;
}









.set__item__link {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: calc(100% - 24px);
    margin: 0 12px;
    height: 0;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    color: #902732;
    text-decoration: none;
    padding: 0;
    border: 1px solid #902732;
    border-radius: 25px;
    z-index: 2;
    opacity: 0;
    transition: .3s;
    text-align: center;
}

.set__item__link:hover {
    background-color: #902732;
    color: #F0ECE4;
}

/* Анимация при наведении */
.set__item:hover {
    background-color: #E1DBCF;
}

.set__item:hover .set__item__image {
    /* transform: scale(0.8); Картинка только уменьшается, не двигается */
}

.set__item:hover .set__item__image img {
    transform: scale(.8);
}

.set__item:hover .set__item__title {
    transform: translateY(-54px);
    /* Текст наезжает на картинку */
    background-color: #E1DBCF;
}

.set__item:hover .set__item__title::before {
    opacity: 1;
}

.set__item:hover .set__item__type,
.set__item:hover .set__item__price {
    transform: translateY(-54px);
    /* Текст наезжает на картинку */
}

.set__item:hover .set__item__link {
    height: auto;
    padding: 12px 0;
    opacity: 1;
    bottom: 24px;
}

.set__item:hover .set__item__type {
    background-color: #F1EFE9;
}

@media(max-width: 1150px) {
    .set__item {
        width: 29%;
    }
}

@media(max-width: 1080px) {
    .set__item {
        height: 430px !important;
    }

    .set__item__link {
        position: relative;
        opacity: 1;
        height: auto;
        padding: 12px 0;
        bottom: -20px;
    }

    .set__item__link:last-child {
        left: 0;
    }
}

@media(max-width: 830px) {
    .set__item {
        width: 45%;
    }

    .section__title__block-btns .subscribe__btn-animate {
        display: none;
    }



    .section__title__block-btns {
        display: block;
        width: 100%;
    }

    .section__title__block-btns .section__title {
        text-align: center;
    }
}

@media(max-width: 670px) {
    .set__item {
        width: 44%;
    }
}

@media(max-width: 595px) {
    .section__title__block-btns .section__title {
        font-size: 32px;
    }
}

@media(max-width: 563px) {
    .sets__items {
        justify-content: center;
    }

    .set__item {
        width: 80%;
    }
}


.tag__item {
    position: absolute;
    top: 15px;
    right: 7px;
    width: auto;
    padding: 5px 20px;
    background-color: #902732;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 15px;
}




.choice__block {
    margin-bottom: 140px;
}

.choice__block__title {
    font-family: "Good Vibes Pro", serif;
    font-size: 130px;
    margin-left: 111px;
    color: #902732;
    line-height: 130%;
}

.choice__items {
    display: flex;
    justify-content: space-between;
}

.choice__item {
    width: 23%;
    position: relative;
}

.choice__item__video {
    width: 100%;
    height: 300px;
    position: relative;
}

.choice__item__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.choice__item span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 25px 25px;
    text-align: center;
    padding: 20px 0;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #f0ece4;
    text-decoration: none;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.25);
}


.choice__item__image img {
    width: 100%;
    height: auto;
}

@media(max-width: 902px) {
    .choice__block__title {
        margin-left: 0;
    }

    .choice__items {
        flex-wrap: wrap;
    }

    .choice__item {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media(max-width: 792px) {
    .choice__block__title {
        font-size: 52px;
    }
}

@media(max-width: 590px) {
    .choice__items {
        justify-content: center;
    }

    .choice__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

.comments__block {
    margin-bottom: 140px;
}

.comments__wrapper {
    background-color: #902732;
    border-radius: 20px;
    padding: 80px 108px;
}

.comments__title {
    font-family: "Playfair Display", serif;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    color: #f0ece4;
}

.comments__items {
    display: flex;
    justify-content: space-between;
}

.comments__item {
    display: flex;
    justify-content: space-between;
    background-color: #F0ECE4;
    width: 44%;
    border-radius: 20px;
    padding: 24px;
}

.comments__image {
    margin-right: 23px;
}

.comments__name {
    font-family: "Playfair Display", serif;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #342318
}

.comments__comment {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

@media(max-width: 1100px) {
    .comments__items {
        flex-direction: column;
    }

    .comments__item {
        width: 100%;
        margin-bottom: 12px;
    }
}

@media(max-width: 642px) {
    .comments__title {
        font-size: 32px;
    }

    .comments__image img {
        width: 50px;
        height: 50px;
    }

    .comments__name {
        font-weight: 400;
        font-size: 22px;
        color: #342318;
    }
}

.aboutwine__block {
    margin-bottom: 140px;
}

.aboutwine__header {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    position: relative;
    margin-bottom: 83px;
}

.aboutwine__header span {
    font-family: 'Good Vibes Pro';
    font-weight: 400;
    font-size: 60px;
    color: #902732;
    position: absolute;
    top: 35px;
    margin-left: 210px;
    /* filter: drop-shadow(2px 0 #F0ECE4) drop-shadow(-2px 0 #F0ECE4) drop-shadow(0 2px #F0ECE4) drop-shadow(0 -2px #F0ECE4); */
    text-shadow:
        2px 0 #F0ECE4,
        -2px 0 #F0ECE4,
        0 2px #F0ECE4,
        0 -2px #F0ECE4;
}

.aboutwine__chips {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 50px;
}

.aboutwine__chips-item {
    background-color: #e1dbcd;
    width: 22%;
    padding: 20px 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    border-radius: 25px;
    position: relative;

    border: 8px solid #f0ece4;
    border-radius: 200px;
    padding: 20px 30px;
    margin-left: -40px;
}

.aboutwine__chips-item:first-child {
    margin-left: 0;
}


.aboutwine__chips-item:nth-child(1) {
    z-index: 20;
}

.aboutwine__chips-item:nth-child(2) {
    z-index: 18;
}

.aboutwine__chips-item:nth-child(3) {
    z-index: 16;
}

.aboutwine__chips-item:nth-child(4) {
    z-index: 14;
}

.aboutwine__chips-item:nth-child(5) {
    z-index: 12;
}

.aboutwine__chips-item:nth-child(6) {
    z-index: 10;
}

/* .aboutwine__chips-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -9%;
    transform: translateY(-50%);
    width: 20px;
    height: 100%;
    background-color: rgb(240, 236, 228);
    z-index: 500;
    border-radius: 0px 500px 500px 0px;
}

.aboutwine__chips-item:last-child:after {
    display: none;
} */


/* Вогнутая левая сторона только со второго элемента */
/* .aboutwine__chips-item:not(:first-child) {
    -webkit-mask:
        radial-gradient(100px at -70px 50%, transparent 98%, black 100%),
        linear-gradient(black, black);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
} */


.aboutwine__items {
    display: flex;
    justify-content: space-between;
}


.aboutwine__item:first-child {
    width: 70%;
}

.aboutwine__item:last-child {
    width: 30%;
}

.aboutwine__item:last-child {
    margin-right: 0;
}

.aboutwine__item-iamges {
    display: flex;
}

.aboutwine__item-iamges video {
    width: 279px;
    height: 351px;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 25px;
}

.aboutwine__item-iamges img {
    margin-right: 12px;
}

.aboutwine__item-iamges img:last-child {
    margin-right: 0;
}


.aboutwine__item-txt {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    margin-bottom: 50px;
}


.aboutwine__item .subscribe__btn-animate {
    width: 35%;
}

@media(max-width: 1218px) {
    .aboutwine__item:first-child {
        width: 45%;
    }

    .aboutwine__item-iamges {
        width: 100%;
    }

    .aboutwine__item-iamges video {
        display: none;
    }

    .aboutwine__item-iamges img {
        width: 100%;
    }

    .aboutwine__item:last-child {
        width: 50%;
    }
}


@media(max-width: 1170px) {
    .aboutwine__chips {
        display: none;
    }
}


@media(max-width: 990px) {
    .aboutwine__item-iamges video {
        width: 100%;
        object-fit: cover;
        margin-bottom: 12px;
        display: block;
    }

    .aboutwine__items {
        flex-direction: column;
        align-items: center;
    }

    .aboutwine__item-iamges {
        flex-direction: column;
    }

    .aboutwine__item-iamges img {
        margin-bottom: 20px;
    }

    .aboutwine__item:first-child {
        width: 50%;
    }

    .aboutwine__item .subscribe__btn-animate {
        display: none;
    }

    .aboutwine__item .subscribe__btn-magick {
        display: block;
    }

    .aboutwine__item .subscribe__btn-magick {
        display: block;
        margin-bottom: 12px;
        background-color: #902732;
        padding: 16px 0;
        border-radius: 35px;
        text-decoration: none;
        color: #F0ECE4;
        text-align: center;
        position: relative;
        overflow: hidden;
        transition: background 0.4s ease;
    }

    /* эффект градиента при hover */
    .aboutwine__item .subscribe__btn-magick:hover {
        background: linear-gradient(90deg, #902732 0%, #2A0B0F 100%);
    }

    /* добавляем звёздочки */
    .aboutwine__item .subscribe__btn-magick::before,
    .aboutwine__item .subscribe__btn-magick::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 11px;
        height: 11px;
        background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.22461 0.814453C5.68558 2.3123 6.27205 3.37018 7.05859 4.0918C7.71898 4.69761 8.48656 5.03408 9.35449 5.21973C8.48297 5.41213 7.71604 5.76339 7.05664 6.37598C6.27258 7.10459 5.68589 8.16217 5.22461 9.63574C4.78241 8.15766 4.17892 7.10084 3.37793 6.37305C2.70594 5.76262 1.9263 5.41287 1.0625 5.2207C1.92273 5.03534 2.70205 4.69917 3.375 4.0957C4.17884 3.37484 4.78263 2.31704 5.22461 0.814453Z' stroke='%23F0ECE4'/></svg>");
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        transition: all 0.4s ease;
    }

    .aboutwine__item .subscribe__btn-magick::before {
        left: 120px;
    }

    .aboutwine__item .subscribe__btn-magick::after {
        right: 120px;
    }

    /* звёздочки появляются при hover */
    .aboutwine__item .subscribe__btn-magick:hover::before,
    .aboutwine__item .subscribe__btn-magick:hover::after {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

@media(max-width: 680px) {
    .aboutwine__item:first-child {
        width: 100%;
    }

    .aboutwine__item:last-child {
        width: 100%;
    }
}

@media(max-width: 555px) {
    .aboutwine__header {
        font-size: 32px;
    }

    .aboutwine__header span {
        font-size: 52px;
        margin-left: 80px;
    }
}


.case__block {
    margin-bottom: 140px;
}

.case__photos {
    margin-top: 140px;
}

.case__photos img {
    width: 100%;
}


@media(max-width: 595px) {
    .case__photos {
        margin-top: 120px;
    }
}


.footer {
    padding: 80px;
    background-color: #902732;
}


.footer__items {
    background-color: #F0ECE4;
    padding: 40px;
    border-radius: 20px;

    display: flex;
    justify-content: space-between;
}

.footer__item {
    width: 30%;
}

.footer__logo img {
    width: 100%;
}

.footer__copyright {
    padding: 32px 0;
}

.footer__warn {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #342318;
}

.footer__warn a {
    color: #342318;
}

.footer__contact {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 2px solid #E1DBCD;

    font-family: "Playfair Display", serif;

    font-weight: 400;
    font-size: 18px;
    color: #342318;
}

.footer__contact:first-child {
    border-top: 2px solid #E1DBCD;
}

.footer__contact span {
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.footer__socials {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
}

.footer__social {
    font-family: "Playfair Display", serif;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #342318;

}

.footer__social:last-child {
    margin-bottom: 0;
}


.footer__form {
    background-color: #e1dbcd;
    padding: 40px;
    border-radius: 25px;
}

.footer__form__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 18px;
    color: #342318;
    margin-bottom: 76px;
    position: relative;
}

.footer__form__title span {
    position: absolute;
    top: 40px;
    left: 20px;
    display: block;
    font-family: "Good Vibes Pro";

    font-weight: 400;
    font-size: 35px;
    color: #342318;
}

.footer__form-input {
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #c2b89f;
    padding-bottom: 16px;
    margin-bottom: 32px;

    font-weight: 400;
    font-size: 14px;
    color: #342318;

    width: 100%;

    outline: none;
}

.subscribe__btn-footer {
    padding: 16px 0;
    display: block;
    width: 100%;
    border-radius: 25px;
    outline: none;
    border: 2px solid #902732;
    background: transparent;
    transition: .3s;

    font-weight: 400;
    font-size: 16px;
    color: #902732;
}

.subscribe__btn-footer:hover {
    background-color: #902732;
    color: #fff;
}


@media(max-width: 1375px) {
    .footer {
        padding: 20px;
    }
}

@media(max-width: 1256px) {
    .footer__form__title span {
        font-size: 30px;
    }
}

@media(max-width: 1203px) {
    .footer__items {
        flex-wrap: wrap;
    }

    .footer__item {
        width: 48%;
        margin-bottom: 40px;
    }

    .footer__item:last-child {
        width: 100%;
    }
}

@media(max-width: 940px) {
    .footer__item {
        width: 100%;
    }
}

@media(max-width: 595px) {
    .footer {
        padding: 10px 0;
    }
}

@media(max-width: 488px) {
    .footer__form {
        padding: 20px;
    }

    .footer__form__title {
        font-size: 15px;
    }
}



.contact__page__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact__page__item {
    width: 30%;
    padding: 40px;
    border-radius: 25px;
    height: 619px;
    position: relative;
}

.contact__page__item img {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact__page__item:first-child {
    background-color: #E1DBCD;
}

.contact__page__item:last-child {
    background-color: #E1DBCD;
}

.contact__first__column-item {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C2B89F;
}

.contact__first__column-item:last-child {
    margin-top: 60px;
    margin-bottom: 0;
    border-bottom: none;
}

.contact__first__column-item span {
    font-family: "Inter", sans-serif;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.contact__first__column-item-socials {
    display: flex;
    flex-direction: column;
}

.contact__first__column-item-social {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    color: #342318;
}

.contact__first__column-item-social:last-child {
    margin-bottom: 0;
}

.contact__last__column-forms-title {
    font-family: "Good Vibes Pro";
    font-weight: 400;
    font-size: 40px;
    color: #902732;
    margin-bottom: 24px;
}

.contact__last__column-forms-subtitle {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
    margin-bottom: 40px;
}


.contact__last__column-forms-label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #342318;
    margin-bottom: 12px;
}

.contact__last__column-forms-input {
    display: block;
    width: 100%;
    margin-bottom: 24px;

    background-color: #f0ece4;
    border: none;
    outline: none;

    padding: 15px 0 15px 20px;

    border-radius: 12px;
    padding: 20px 0 20px 20px;

    font-weight: 400;
    font-size: 16px;
    color: #342318;
}


.contact__last__column-forms-btn {
    margin-top: 40px;
    margin-bottom: 24px;

    display: block;
    width: 100%;
    padding: 16px 0;
    outline: none;
    background: transparent;
    border-radius: 25px;

    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #902732;

    border: 1px solid #902732;
    transition: .3s;
}

.contact__last__column-forms-btn:hover {
    color: #f0ece4;
    background-color: #902732;
}

.contact__last__column-forms-footer {
    display: block;

    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #342318;
}

.contact__last__column-forms-footer a {
    color: #342318;
}

@media(max-width: 1050px) {


    .contact__page__item {
        width: 40%;
        height: 700px;
    }

    .contact__page__item:nth-child(2) {
        display: none;
    }

}


@media(max-width: 950px) {
    .contact__page__items {
        flex-direction: column;
    }


    .contact__page__item {
        width: 50%;
        height: auto;
    }

    .contact__page__item img {
        position: inherit;
        top: 0;
        left: 0;
        transform: none;
    }

    .contact__page__item:nth-child(2) {
        display: block;
    }
}

@media(max-width: 750px) {
    .contact__page__item {
        width: 80%;
        height: auto;
    }
}


.serteficats__items {
    display: flex;
    justify-content: space-between;
}

.serteficats__item {
    width: 50%;
    margin-right: 12px;
}

.serteficats__item:last-child {
    margin-right: 0;
}

.serteficats__item img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.serteficats__item:first-child {
    border: 2px solid #e1dbcd;
    padding: 40px;
    border-radius: 25px;
}

.serteficats__title {
    font-family: "Playfair Display", serif;
    line-height: 1;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #342318;
    position: relative;
    margin-bottom: 127px;
}

.serteficats__title span {
    font-family: "Good Vibes Pro";
    line-height: 100%;
    font-weight: 400;
    font-size: 146px;
    text-transform: lowercase;
    color: #902732;
    position: absolute;
    left: 0;
    top: 60%;
    text-shadow:
        2px 0 #F0ECE4,
        -2px 0 #F0ECE4,
        0 2px #F0ECE4,
        0 -2px #F0ECE4;
}

.serteficats__desc {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    margin-bottom: 65px;
}




.serteficats__link {
    display: block;
    margin-bottom: 12px;
    background-color: #902732;
    padding: 16px 0;
    border-radius: 35px;
    text-decoration: none;
    color: #F0ECE4;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
}

/* эффект градиента при hover */
.serteficats__link:hover {
    background: linear-gradient(90deg, #902732 0%, #2A0B0F 100%);
}

/* добавляем звёздочки */
.serteficats__link::before,
.serteficats__link::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.22461 0.814453C5.68558 2.3123 6.27205 3.37018 7.05859 4.0918C7.71898 4.69761 8.48656 5.03408 9.35449 5.21973C8.48297 5.41213 7.71604 5.76339 7.05664 6.37598C6.27258 7.10459 5.68589 8.16217 5.22461 9.63574C4.78241 8.15766 4.17892 7.10084 3.37793 6.37305C2.70594 5.76262 1.9263 5.41287 1.0625 5.2207C1.92273 5.03534 2.70205 4.69917 3.375 4.0957C4.17884 3.37484 4.78263 2.31704 5.22461 0.814453Z' stroke='%23F0ECE4'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
}

.serteficats__link::before {
    left: 120px;
}

.serteficats__link::after {
    right: 120px;
}

/* звёздочки появляются при hover */
.serteficats__link:hover::before,
.serteficats__link:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}





@media(max-width: 1234px) {
    .serteficats__title {
        font-size: 40px;
    }

    .serteficats__title span {
        font-size: 120px;
    }
}

@media(max-width: 1020px) {
    .serteficats__items {
        flex-direction: column;
        align-items: center;
    }

    .serteficats__item {
        width: 80%;
        margin-bottom: 32px;
    }
}


@media(max-width: 596px) {
    .serteficats__title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .serteficats__title span {
        font-size: 64px;
        margin-left: 70px;
    }

    .serteficats__item:first-child {
        border: none;
    }
}






.subscribe__btn-magick-subscribe {
    display: block;
    width: 40%;
    margin-bottom: 12px;
    background-color: #902732;
    padding: 16px 0;
    border-radius: 35px;
    text-decoration: none;
    color: #F0ECE4;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
}

/* эффект градиента при hover */
.subscribe__btn-magick-subscribe:hover {
    background: linear-gradient(90deg, #902732 0%, #2A0B0F 100%);
}

/* добавляем звёздочки */
.subscribe__btn-magick-subscribe::before,
.subscribe__btn-magick-subscribe::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.22461 0.814453C5.68558 2.3123 6.27205 3.37018 7.05859 4.0918C7.71898 4.69761 8.48656 5.03408 9.35449 5.21973C8.48297 5.41213 7.71604 5.76339 7.05664 6.37598C6.27258 7.10459 5.68589 8.16217 5.22461 9.63574C4.78241 8.15766 4.17892 7.10084 3.37793 6.37305C2.70594 5.76262 1.9263 5.41287 1.0625 5.2207C1.92273 5.03534 2.70205 4.69917 3.375 4.0957C4.17884 3.37484 4.78263 2.31704 5.22461 0.814453Z' stroke='%23F0ECE4'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
}

.subscribe__btn-magick-subscribe::before {
    left: 60px;
}

.subscribe__btn-magick-subscribe::after {
    right: 60px;
}

/* звёздочки появляются при hover */
.subscribe__btn-magick-subscribe:hover::before,
.subscribe__btn-magick-subscribe:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}




.subscribe__page__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
    text-transform: uppercase;
    color: #342318;
    position: relative;
    margin-bottom: 151px;
    width: 100%;
    text-align: center;
}

.subscribe__page__title span {
    font-family: "Good Vibes Pro";
    display: inline-block;
    vertical-align: baseline;
    line-height: 100%;
    text-transform: none;
    font-weight: 400;
    font-size: 146px;
    color: #902732;
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    /* filter:drop-shadow(5px 0 #F0ECE4) drop-shadow(-5px 0 #F0ECE4) drop-shadow(0 5px #F0ECE4) drop-shadow(0 -5px #F0ECE4); */
    text-shadow:
        2px 0 #F0ECE4,
        -2px 0 #F0ECE4,
        0 2px #F0ECE4,
        0 -2px #F0ECE4;
}

.subscribe__page__about {
    display: flex;
    margin-bottom: 140px;
    margin-top: 50PX;
}

.subscribe__page__about-image {
    margin-right: 40px;
    width: 393px;
    height: 612px;
}

.subscribe__page__about-image video {
    width: 393px;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.subscribe__page__about-info {
    margin-bottom: 140px;
}

.subscribe__page__about-info-items {
    display: flex;
    border-bottom: 2px solid #e1dbcd;
    padding-bottom: 20px;
}

.subscribe__page__about-info-item {
    width: 30%;
}

.subscribe__page__about-info-item:nth-child(2) {
    border-right: 2px solid #e1dbcd;
    border-left: 2px solid #e1dbcd;
    padding-left: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
}


.subscribe__page__about-info-item-title {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #342318;
    font-family: "Playfair Display", serif;
    margin-bottom: 12px;
}

.subscribe__page__about-info-item-desc {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}


.subscribe__page__about-info-lider-items {
    background-color: #E1DBCD;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 40px;

}

.subscribe__page__about-info-lider-item {
    width: 70%;
}

.subscribe__page__about-info-creater {
    background-color: #f0ece4;
    padding: 24px;
    border-radius: 25px;

    display: flex;
}

.subscribe__page__about-info-creater-image {
    margin-right: 12px;
}

.subscribe__page__about-info-creater-name {
    font-weight: 600;
    font-size: 14px;
    color: #342318;
    margin-bottom: 8px;
}

.subscribe__page__about-info-creater-word {
    font-weight: 400;
    font-size: 12px;
    color: #342318;
}

.subscribe__page__plans {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 140px;
}

.subscribe__page__plan {
    width: 25%;
    border: 2px solid #E1DBCD;
    padding: 40px;
    border-radius: 25px;
    height: 515px;
    position: relative;
}

.subscribe__page__plan:nth-child(2) {
    background-color: #E1DBCD;

}

.subscribe__page__plan-title {
    font-family: "Good Vibes Pro";
    font-weight: 400;
    font-size: 40px;
    color: #342318;
    margin-bottom: 40px;
}

.subscribe__page__plan-price {
    font-weight: 700;
    font-size: 40px;
    color: #902732;
    margin-bottom: 40px;
}

.subscribe__page__plan-btn {
    position: absolute;
    bottom: 40px;
    text-align: center;
    color: #902732;
    border: 1px solid #902732;
    left: 20px;
    right: 20px;
    padding: 16px 0;
    border-radius: 25px;
    text-decoration: none;
    transition: .3s;
}

.subscribe__page__plan-list-item {
    margin-bottom: 8px;
}

.subscribe__page__plan-btn:hover {
    background-color: #902732;
    color: #F0ECE4;
}

.subscribe__page__cart {
    position: relative;
}

.subscribe__page__cart-form {
    position: absolute;
    top: 26px;
    left: 26px;
}

.subscribe__page__cart-form {
    background-color: #F0ECE4;
    padding: 40px;
    border-radius: 25px;
}

.subscribe__page__cart-form-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    margin-bottom: 40px;
    line-height: .8;
}

.subscribe__page__cart-form-title span {
    font-family: "Good Vibes Pro";
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #902732;
    text-shadow:
        2px 0 #F0ECE4,
        -2px 0 #F0ECE4,
        0 2px #F0ECE4,
        0 -2px #F0ECE4;
}

.subscribe__page__cart-form-info {
    margin-bottom: 40px;
}

.subscribe__page__cart-form-link {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #902732;
    padding: 16px 0;
    border: 1px solid #902732;
    width: 100%;
    border-radius: 25px;
    transition: .3s;
}


.subscribe__page__cart-form-link:hover {
    background-color: #902732;
    color: #F0ECE4;
}

.subscribe__page__cart-bg {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 25px;
}

@media(max-width: 1170px) {
    .subscribe__page__about-image {
        display: none;
    }
}

@media(max-width: 870px) {
    .subscribe__page__title {
        font-size: 32px;
        margin-bottom: 120px;
    }

    .subscribe__page__title span {
        font-size: 64px;
    }

    .subscribe__page__about-info-lider-item {
        width: 50%;
        font-size: 15px;
    }
}

@media(max-width: 800px) {
    .subscribe__page__about-info-items {
        flex-direction: column;
        align-items: center;
    }

    .subscribe__page__about-image {
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 32px;
    }

    .subscribe__page__about-image video {
        width: 100%;
    }

    .subscribe__page__about-image img {
        width: 100%;
    }

    .subscribe__page__about {
        flex-direction: column;
    }

    .subscribe__page__about-info-item {
        width: 90%;
        border-bottom: 2px solid #E1DBCD;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .subscribe__page__about-info-item:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    .subscribe__page__about-info-item:last-child {
        border-bottom: 0;
    }

    .subscribe__page__about-info-lider-items {
        flex-direction: column;
    }

    .subscribe__page__about-info-lider-item {
        width: 100%;
    }

    .subscribe__btn-magick-subscribe {
        display: none;
    }

    .subscribe__page__about-info {
        margin-bottom: 120px;
    }

    .subscribe__page__plan {
        width: 90%;
        margin-bottom: 32px;
    }

    .subscribe__page__plans {
        margin-bottom: 120px;
    }
}

@media(max-width: 624px) {
    .subscribe__page__cart-form {
        position: inherit;
        top: 0;
        left: 0;
    }

    .subscribe__page__cart {
        display: flex;
        flex-direction: column-reverse;
    }

    .subscribe__page__cart-form-info img {
        width: 100%;
    }

    .subscribe__page__cart-bg {
        height: auto;
        border-radius: 0;
    }
}


.about__page__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: .9;
    text-transform: uppercase;
    color: #342318;
    position: relative;
    margin-bottom: 109px;

}

.about__page__title span:first-child {
    font-family: "Good Vibes Pro";
    text-transform: none;
    font-weight: 400;
    font-size: 146px;
    line-height: 100%;
    color: #902732;
}

.about__page__title span:last-child {
    display: block;
    position: absolute;
    right: 0;
    top: 80%;
}

.about__page__abouts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 140px;
}


.about__page__abouts-image {
    margin-right: 40px;
}

.about__page__abouts-txt {
    border: 2px solid #E1DBCD;
    padding: 40px;
    border-radius: 25px;
    width: 35%;
}

.about__page__abouts-txt-header {
    display: flex;
}

.about__page__abouts-txt-header-image {
    margin-right: 12px;
}

.about__page__abouts-txt-header-name {
    font-family: "Playfair Display", serif;
    line-height: 1;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
}


.about__page__abouts-txt-desc {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}


.about__page__mobile {
    display: none;
}

.about__page__team {
    margin-bottom: 140px;
}

.about__page__team-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.about__page__team-txt {
    width: 50%;
}

.about__page__team-controls {
    display: flex;
}

.about__page__team-control img {
    width: 60px;
}

.about__page__team-control img:last-child {
    display: none;
}


.swiper-button-disabled img:last-child {
    display: block;
}

.swiper-button-disabled img:first-child {
    display: none;
}


.about__page__team-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    margin-bottom: 24px;
}

.about__page__team-desc {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    margin-bottom: 53px;
}

.myTeam {
    margin-bottom: 50px;
    width: 100%;
    padding-right: 20px;

}

.myTeam-wrapper .swiper-slide {
    border: 2px solid #E1DBCD;
    border-radius: 25px;
    overflow: hidden;
    height: 900px;
}

.myTeam-header {
    padding: 24px;
}

.myTeam-header-name {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
}

.myTeam-header-position {
    font-weight: 400;
    font-size: 14px;
    color: #342318;
    opacity: .5;
}


.myTeam-header-desc {
    padding: 0 24px 43px 24px;

    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.myTeam-image img {
    width: 100%;
}

.myGallery-wrapper .swiper-slide img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 25px;
}

.myGallery-wrapper .swiper-slide video {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 25px;

}

.about__page__team-link {
    padding: 16px 0;
    display: block;
    margin: 0 auto;
    width: 300px;
    border-radius: 25px;
    outline: none;
    border: 2px solid #902732;
    background: transparent;
    transition: .3s;

    font-weight: 400;
    font-size: 16px;
    color: #902732;
    text-decoration: none;
    text-align: center;
}

.about__page__team-link:hover {
    background-color: #902732;
    color: #fff;
}

.about__page__gallery {
    margin-bottom: 140px;
    position: relative;
}

.about__page__gallery .swiper-button-prev {
    position: absolute;
    left: -2%;
}

.about__page__gallery .swiper-button-next {
    position: absolute;
    right: -2%;
    z-index: 100;
}

.about__page__gallery .swiper-button-prev::after {
    display: none !important;
}

.about__page__gallery .swiper-button-next::after {
    display: none !important;
}

.about__page__gallery .swiper-pagination {
    position: absolute;
    bottom: -5%;
}

.about__page__gallery .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #902732;
}

.about__page__gallery .swiper-pagination-bullet-active {
    background-color: #902732;

}


.about__page__partners {
    margin-bottom: 140px;
}


.about__page__partners_header {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    width: 40%;
}

.about__page__partners_title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    margin-bottom: 24px;
}

.about__page__partners_subtitle {
    margin-bottom: 50px;
}

.about__page__partners_images {
    display: flex;
    margin-bottom: 50px;
}

.about__page__partners_images img {
    margin-right: 50px;
    object-fit: cover;
    height: 63px;
}

.about__page__partners_images img:last-child {
    margin-right: 0;
}






.about__page__partners_link {
    display: block;
    margin: 0 auto;
    background-color: #902732;
    padding: 16px 0;
    width: 300px;
    border-radius: 35px;
    text-decoration: none;
    color: #F0ECE4;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
}

/* эффект градиента при hover */
.about__page__partners_link:hover {
    background: linear-gradient(90deg, #902732 0%, #2A0B0F 100%);
}

/* добавляем звёздочки */
.about__page__partners_link::before,
.about__page__partners_link::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.22461 0.814453C5.68558 2.3123 6.27205 3.37018 7.05859 4.0918C7.71898 4.69761 8.48656 5.03408 9.35449 5.21973C8.48297 5.41213 7.71604 5.76339 7.05664 6.37598C6.27258 7.10459 5.68589 8.16217 5.22461 9.63574C4.78241 8.15766 4.17892 7.10084 3.37793 6.37305C2.70594 5.76262 1.9263 5.41287 1.0625 5.2207C1.92273 5.03534 2.70205 4.69917 3.375 4.0957C4.17884 3.37484 4.78263 2.31704 5.22461 0.814453Z' stroke='%23F0ECE4'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
}

.about__page__partners_link::before {
    left: 60px;
}

.about__page__partners_link::after {
    right: 60px;
}

/* звёздочки появляются при hover */
.about__page__partners_link:hover::before,
.about__page__partners_link:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}


.about__page__title-news {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    text-align: center;
    margin-bottom: 50px;
}

.about__page__news_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.about__page__news_items:last-child {
    margin-bottom: 0;
}

.about__page__news_item {
    width: 28%;
    height: 521px;
    border: 2px solid #E1DBCD;
    padding: 24px;
    border-radius: 25px;
    position: relative;
}

.about__page__news_item-noborder {
    display: flex;
    align-items: center;
    border: none;
}

.about__page__news_item-noborder img {
    width: 100%;
}

.about__page__news_smalltitle {
    font-weight: 400;
    font-size: 14px;
    color: #342318;
    opacity: .5;
    margin-bottom: 12px;
}

.about__page__news_title {
    font-weight: 400;
    font-size: 19px;
    color: #342318;
    line-height: 1;
    font-family: "Playfair Display", serif;
    margin-bottom: 24px;
}

.about__page__news_desc {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.about__page__news_readmore {
    position: absolute;
    bottom: 24px;

    font-weight: 400;
    font-size: 14px;
    color: #902732;
}

.about__page__abouts-image {
    position: relative;
}

.about__page__abouts-image video {
    width: 364px;
    height: 444px;
    object-fit: cover;
    border-radius: 25px;
}

.about__page__abouts-image img {
    width: 394px;
    position: absolute;
    right: -80%;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1290px) {
    .about__page__gallery .swiper-button-prev {
        position: absolute;
        left: 3%;
    }

    .about__page__gallery .swiper-button-next {
        position: absolute;
        right: 3%;
        z-index: 100;
    }
}

@media(max-width:1170px) {
    .about__page__abouts-txt {
        width: 30%;
    }
}

@media(max-width: 990px) {
    .about__page__gallery .swiper-button-prev {
        position: absolute;
        left: 5%;
    }

    .about__page__gallery .swiper-button-next {
        position: absolute;
        right: 5%;
        z-index: 100;
    }
}

@media(max-width: 990px) {
    .about__page__gallery .swiper-button-prev {
        position: absolute;
        left: 8%;
    }

    .about__page__gallery .swiper-button-next {
        position: absolute;
        right: 8%;
        z-index: 100;
    }
}

@media(max-width: 1140px) {
    .about__page__abouts {
        flex-direction: column;
    }

    .about__page__abouts-image {
        margin-bottom: 32px;
    }

    .about__page__abouts-txt {
        width: 80%;
    }
}

@media(max-width: 1170px) {
    .about__page__partners_images {
        overflow-x: scroll;
    }
}

@media(max-width: 1100px) {
    .about__page__news_items {
        flex-direction: column;
    }

    .about__page__news_item {
        width: 80%;
        height: auto;
    }

    .about__page__news_item-noborder {
        height: auto;
        justify-content: center;
    }

    .about__page__news_item-noborder img {
        width: 50%;
        height: auto;
        object-fit: cover;
    }

    .about__page__news_items:last-child {
        display: none;
    }
}

@media(max-width: 1060px) {
    .about__page__title span:first-child {
        font-size: 100px;
    }

    .about__page__title span:last-child {
        position: inherit;
        display: inline-block;
    }

    .about__page__title {
        font-size: 40px;
        text-align: center;
    }
}

@media(max-width: 980px) {
    .about__page__abouts-image img {
        display: none;
    }
}

@media(max-width: 795px) {

    .about__page__abouts-image {
        width: 100%;
        margin-right: 0;
    }

    .about__page__abouts-image video {
        width: 100%;
    }

    .about__page__title span:first-child {
        font-size: 64px;
    }

    /* .about__page__title span:last-child {
        position: inherit;
        display: inline-block;
    } */

    .about__page__title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 50px;
    }

    .about__page__abouts {
        margin-bottom: 120px;
    }

    .about__page__team {
        margin-bottom: 120px;
    }

    .about__page__gallery {
        margin-bottom: 120px;
    }

    .about__page__partners {
        margin-bottom: 120px;
    }

    .about__page__team-title {
        font-size: 32px;
    }

    .about__page__partners_title {
        font-size: 32px;
    }

    .about__page__partners_header {
        width: 100%;
    }

    .about__page__title-news {
        font-size: 32px;
    }

    .about__page__mobile {
        width: 100%;
        display: block;
        margin-bottom: 120px;
    }
}


@media(max-width: 747px) {
    .about__page__team-controls {
        display: none;
    }

    .about__page__team-txt {
        width: 100%;
    }
}

@media(max-width: 535px) {
    .about__page__team-header {
        width: 100%;
    }
}


.business__page__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #342318;
    position: relative;
    margin-bottom: 120px;
}

.business__page__title span:first-child {
    font-family: "Good Vibes Pro";
    text-transform: none;
    font-weight: 400;
    font-size: 146px;
    color: #902732;
    margin-right: 62px;
}

.business__page__title span:last-child {
    display: block;
    position: absolute;
    left: 33%;
}

.business__page__items {
    display: flex;
    justify-content: center;
    margin-bottom: 140px;
}

.business__page__item {
    position: relative;
}

.business__page__item:last-child {
    width: 32%;
}

.business__page__item img {
    margin-right: 24px;
}


.business__page__item-video {
    width: 392px;
    height: 503px;
    position: relative;
    margin-right: 38px;
}

.business__page__item-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.business__page__item-video img {
    position: absolute;
    top: 50%;
    width: 260px;
    transform: translateY(-50%);
    left: -40%;
}

.business__page__item-title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
    margin-bottom: 20pxs;

}

.business__page__item-subtitle {
    font-family: "Inter", sans-serif;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #C2B89F;
}

.business__page__item-subtitle-last {
    border-bottom: none;
}




.business__page__item-link {
    display: block;
    margin-bottom: 12px;
    background-color: #902732;
    padding: 16px 0;
    border-radius: 35px;
    text-decoration: none;
    color: #F0ECE4;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* эффект градиента при hover */
.business__page__item-link:hover {
    background: linear-gradient(90deg, #902732 0%, #2A0B0F 100%);
}

/* добавляем звёздочки */
.business__page__item-link::before,
.business__page__item-link::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url("data:image/svg+xml;utf8,<svg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.22461 0.814453C5.68558 2.3123 6.27205 3.37018 7.05859 4.0918C7.71898 4.69761 8.48656 5.03408 9.35449 5.21973C8.48297 5.41213 7.71604 5.76339 7.05664 6.37598C6.27258 7.10459 5.68589 8.16217 5.22461 9.63574C4.78241 8.15766 4.17892 7.10084 3.37793 6.37305C2.70594 5.76262 1.9263 5.41287 1.0625 5.2207C1.92273 5.03534 2.70205 4.69917 3.375 4.0957C4.17884 3.37484 4.78263 2.31704 5.22461 0.814453Z' stroke='%23F0ECE4'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%) scale(0);
    opacity: 0;
    transition: all 0.4s ease;
}

.business__page__item-link::before {
    left: 120px;
}

.business__page__item-link::after {
    right: 120px;
}

/* звёздочки появляются при hover */
.business__page__item-link:hover::before,
.business__page__item-link:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}



.about__page__slogan {
    font-family: "Playfair Display", serif;
    line-height: 1;
    margin-bottom: 140px;
    text-align: center;

    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    color: #342318;
}


.about__page__gifts {
    margin-bottom: 140px;
}

.about__page__gifts_name {
    font-family: "Playfair Display", serif;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
}

.about__page__gifts_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about__page__gifts_item {
    width: 32%;
    border: 2px solid #E1DBCD;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about__page__gifts_item_image img {
    width: 100%;
}

.about__page__gifts_item_title {
    font-family: "Playfair Display", serif;
    padding: 24px 0 12px 24px;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
}

.about__page__gifts_item_desc {
    padding: 0 24px;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.about__page__gifts_item_price {
    padding: 20px 24px 24px 24px;
}

.about__page__gifts_item_price span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #902732;
}

.about__page__gifts_item_price span:first-child {
    margin-bottom: 20px;
}

.business__page__item img:last-child {
    display: none;
}

.business__page__mobile {
    display: none;
}


@media(max-width: 1163px) {
    .business__page__title {
        font-size: 40px;
        text-align: center;
    }

    .business__page__title span:first-child {
        font-size: 100px;
    }
}

@media(max-width: 1060px) {
    .about__page__gifts_item {
        width: 49%;
    }
}

@media(max-width: 1020px) {
    .business__page__items {
        flex-direction: column;
        align-items: center;
    }

    .business__page__item-video {
        margin-right: 0;
    }

    .business__page__item:last-child {
        width: 100%;
    }

    .business__page__item {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    .business__page__item img {
        margin: 0 auto;
        display: block;
    }

    .business__page__item-link {
        position: inherit;
    }

    .business__page__items {
        margin-bottom: 120px;
    }

    .about__page__slogan {
        margin-bottom: 120px;
    }

    .about__page__gifts {
        margin-bottom: 120px;
    }

    .comments__block {
        margin-bottom: 120px;
    }

    .about__page__gallery {
        margin-bottom: 120px;
    }

    .about__page__partners {
        margin-bottom: 120px;
    }
}

@media(max-width: 736px) {
    .comments__item {
        padding: 24px 5px;
    }
}

@media(max-width: 720px) {
    .about__page__gifts_items {
        justify-content: center;
    }

    .about__page__gifts_item {
        width: 100%;
    }
}

@media(max-width: 650px) {
    .business__page__item img:last-child {
        display: block;
        width: 100%;
    }

    .business__page__item img:first-child {
        display: none;
    }

    .business__page__mobile {
        display: block;
        width: 70%;
        margin: 0 auto 120px auto;
    }

    .business__page__title {
        font-size: 32px;
        text-align: left;
    }

    .business__page__title span:first-child {
        font-size: 64px;
        display: block;
    }

    .business__page__title span:last-child {
        left: 0;
    }

    .about__page__slogan {
        font-size: 20px;
    }

    .about__page__gifts_name {
        font-size: 32px;
        margin-bottom: 40px;
    }

}

@media(max-width: 584px) {
    .comments__wrapper {
        padding: 50px 58px;
    }
}

@media(max-width: 496px) {
    .comments__wrapper {
        padding: 30px 28px;
    }

    .comments__item {
        padding: 24px 0;
    }
}

@media(max-width: 418px) {
    .comments__wrapper {
        padding: 30px 18px;
    }
}


.container-fluid {
    max-width: 95%;
    margin: 0 auto;
}


.set__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    text-align: center;
    margin-bottom: 40px;
}

.set__title span {
    font-family: "Good Vibes Pro";
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    color: #902732;
}

.set__info__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}

.set__info__searchall {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

.set__info__searchall span {
    font-weight: 600;
}

.set__info__sort_items {
    display: flex;
    align-items: center;
}

.set__info__sort_item {
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    margin-right: 12px;
}

.set__info__sort_btn {
    font-weight: 700;
    font-size: 16px;
    color: #342318;
    padding: 10px 15px;
    border: 2px solid #E1DBCD;
    border-radius: 25px;
    cursor: pointer;
}

.set__info__sort_btn img {
    margin-left: 12px;
}

.set__info__filtre_btn {
    display: none;
}

.catalog {
    display: flex;
}

.catalog__filters {
    width: 20%;
    margin-right: 40px;
    background-color: #e1dbcd;
    padding: 24px;
    height: 100%;
    border-radius: 25px;
}


.catalog__filters_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.catalog__filters_name {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
}

.catalog__filters_name_clear_link {
    font-weight: 400;
    font-size: 14px;
    color: #902732;
}


.catalog__filters_name_type {
    font-weight: 600;
    font-size: 16px;
    color: #342318;
}

.catalog__filters_block {
    margin-bottom: 32px;
}


.filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: 250px;
    overflow-y: auto;
    /* auto или scroll — по вкусу */

    /* Для Firefox */
    scrollbar-width: thin;
    scrollbar-color: #902732 #E1DBCD;

    /* Убираем встроенные стрелки/кнопки в старом IE/Edge (частично) */
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* WebKit: сам скроллбар */
.filter-grid::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Трек */
.filter-grid::-webkit-scrollbar-track {
    background: #E1DBCD;
    border-radius: 4px;
}

/* Ползунок */
.filter-grid::-webkit-scrollbar-thumb {
    background-color: #902732;
    border-radius: 4px;
}

/* Скрыть кнопки-стрелки сверху/снизу — несколько вариантов селекторов для кросс-совместимости */
.filter-grid::-webkit-scrollbar-button,
.filter-grid::-webkit-scrollbar-button:single-button,
.filter-grid::-webkit-scrollbar-button:vertical:decrement,
.filter-grid::-webkit-scrollbar-button:vertical:increment,
.filter-grid::-webkit-scrollbar-button:horizontal:decrement,
.filter-grid::-webkit-scrollbar-button:horizontal:increment {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    -webkit-appearance: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Убрать угол (corner) чтобы не было видимого квадратика внизу справа */
.filter-grid::-webkit-scrollbar-corner {
    background: transparent;
}

/* СТРЕЛКИ СКРОЛЛБАРА — ПЕРЕКРАШИВАЕМ В ЦВЕТ ФОНА */
.filter-grid::-webkit-scrollbar-button:single-button {
    background: #E1DBCD !important;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    /* форма треугольника */
    border-color: transparent transparent #E1DBCD transparent !important;
    height: 12px;
}

/* Стрелка вверх */
.filter-grid::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 4px 4px 0 4px;
    border-color: #E1DBCD transparent transparent transparent !important;
}

/* Стрелка вниз */
.filter-grid::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #E1DBCD transparent !important;
}

/* Чтобы не мешали клики — делаем неактивными */
.filter-grid::-webkit-scrollbar-button {
    pointer-events: none !important;
}



.filter-input {
    display: none;
}

.filter-label {
    background: #f0ece4;
    border: 2px solid transparent;
    border-radius: 25px;
    padding: 10px 14px;
    font-size: 14px;
    color: #342318;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    display: block;
    user-select: none;
}

.filter-label:hover {
    border-color: #902732;
}

.filter-input:checked+.filter-label {
    border-color: #902732;
}






.inputs-row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.input-group {
    flex: 1;
    position: relative;
}

.input-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #999;
    pointer-events: none;
}

.price-input {
    width: 60%;
    padding: 10px 12px 10px 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    background: white;
    font-family: inherit;
}

.price-input:focus {
    outline: none;
    border-color: #0088cc;
}

.values-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding: 0 4px;
}

.value-label {
    font-size: 14px;
    font-weight: 600;
    color: #342318;
}

.slider-container {
    position: relative;
    margin-bottom: 8px;
}

.range-track {
    height: 8px;
    background: #F0ECE4;
    border-radius: 4px;
    position: relative;
}

.range-fill {
    position: absolute;
    height: 100%;
    background: #902732;
    border-radius: 4px;
    left: 3.33%;
    right: 33.33%;
}

.range-inputs {
    position: relative;
    height: 8px;
}

.range-input {
    position: absolute;
    width: 100%;
    height: 8px;
    top: -100%;
    left: 0;
    appearance: none;
    background: transparent;
    pointer-events: none;
    margin: 0;
}

.range-input::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F0ECE4;
    border: 3px solid #F0ECE4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: auto;
    position: relative;
}

.range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #8b4545;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    pointer-events: auto;
}

.min-max-labels {
    display: flex;
    justify-content: space-between;
    padding: 0 4px;
    font-size: 13px;
    color: #342318;
    font-weight: 400;
}


.catalog__products {
    width: 80%;
    height: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.catalog__products .set__item {
    width: 29%;
    height: 350px;
}


.mobile__btns {
    display: none;
}

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0ECE4;
    z-index: 1200;
}

@media(max-width: 1310px) {
    .catalog__filters {
        width: 25%;
    }
}

@media(max-width: 1160px) {
    .catalog__filters {
        width: 30%;
    }

    .catalog__products .set__item {
        width: 45%;
    }
}

@media(max-width: 980px) {

    .catalog__filters {
        margin-right: 0;
        display: none;
    }

    .filter-grid {
        height: 180px;
    }

    .values-row {
        display: none;
    }

    .slider-container {
        display: none;
    }

    .min-max-labels {
        display: none;
    }

    .catalog__products {
        width: 100%;
    }

    .catalog__products .set__item {
        width: 46%;
    }

    .filters__wrapper {
        overflow-y: scroll;
        height: 90%;
    }

    .set__info__sort_btn {
        margin-right: 23px;
    }

    .set__info__filtre_btn {
        display: block;

        font-weight: 700;
        font-size: 16px;
        color: #342318;
        padding: 10px 15px;
        border: 2px solid #E1DBCD;
        border-radius: 25px;
    }

    .set__info__filtre_btn img {
        margin-right: 8px;
    }

    .catalog__active {
        display: block;
        position: fixed;
        z-index: 1300;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 2%;
        width: 75%;
        height: 80%;
    }

    .mobile__btns {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: -11%;
        width: 100%;
        left: 0;
        right: 0;
    }

    .mobile__btn {
        display: block;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: #902732;
        border: 2px solid #902732;
        padding: 16px 0;
        width: 45%;
        border-radius: 25px;
        text-decoration: none;
    }

    .mobile__btn-bg {
        background-color: #902732;
        color: #F0ECE4;
    }
}


@media(max-width: 840px) {
    .catalog__products .set__item {
        width: 45%;
    }
}

@media(max-width: 710px) {
    .set__info__line {
        flex-direction: column;
        align-items: start;
    }

    .set__info__sort_item {
        display: none;
    }

    .set__info__searchall {
        font-family: "Playfair Display", serif;
        font-weight: 400;
        font-size: 24px;
        color: #342318;
        margin-bottom: 24px;
    }
}


@media(max-width: 650px) {
    .catalog__products {
        justify-content: center;
    }

    .catalog__products .set__item {
        width: 90%;
    }
}


.catalog__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}

.catalog__footer__link {
    border: 2px solid #E1DBCD;
    padding: 9px 14px;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
}

.catalog__footer__link:hover {
    background-color: #902732;
    color: #fff;
}

.catalog__footer__prev img {
    margin-right: 10px;
}

.catalog__footer__next img {
    margin-left: 10px;
}

.catalog__footer__paginations a {

    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #342318;
    text-decoration: none;

    padding: 10px 16px;
}

.catalog__footer__paginations-active {
    background-color: #902732;
    border-radius: 10px;
    color: #F0ECE4 !important;
}

.sort {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1300;
    display: none;
}

.sort__active {
    display: block;
}

.sort-container {

    max-width: 400px;
    margin: 0 auto;
    background: #E1DBCD;
    padding: 24px;
    border-radius: 20px;

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.title {
    font-size: 24px;
    font-weight: 400;
    color: #2c2c2c;
    font-family: Georgia, serif;
}

.close-btn {
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #2c2c2c;
    top: 50%;
    left: 50%;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sort-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sort-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-input {
    display: none;
}

.radio-custom {
    width: 28px;
    height: 28px;
    border: 2px solid #8b6f5e;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.radio-input:checked+.sort-label .radio-custom {
    border-color: #6b3e3e;
    border-width: 3px;
}

.radio-input:checked+.sort-label .radio-custom::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #6b3e3e;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sort-label {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2c2c2c;
    cursor: pointer;
    width: 100%;
}

.sort-text {
    flex: 1;
}


.sort-yes {
    display: block;
    margin: 20px auto 0 auto;
    background-color: #902732;
    text-align: center;
    padding: 16px 0;
    width: 300px;
    border-radius: 25px;
    color: #f0ece4;
    text-decoration: none;
}


@media(max-width: 595px) {
    .catalog__footer__link {
        display: none;
    }
}

.bread__crumbs {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
}

.bread__crumbs span:first-child {
    opacity: 0.5;
}

.set__inner__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
}

.set__inner__item {
    width: 46%;
    overflow: hidden;
    position: relative;
}

.set__inner__item:first-child {
    border: 2px solid #E1DBCD;
    padding: 40px;
    border-radius: 25px;
}

.set__inner__item_name {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #342318;
    margin-bottom: 24px;
    hyphens: auto;
}

.set__inner__item_type {
    max-width: 100px;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
    margin-bottom: 24px;
    text-align: center;
    padding: 4px 12px;
    border-radius: 25px;
    background-color: #e1dbcd;
    position: relative;
    z-index: 2;
    transition: .4s;
}

.set__inner__item_desc {
    font-weight: 400;
    font-size: 20px;
    color: #342318;
    margin-bottom: 40px;
}

.set__inner__item_price {
    font-weight: 700;
    font-size: 40px;
    color: #902732;
    margin-bottom: 40px;
}

.set__inner__item_price .old__single_price {
    text-decoration: line-through;
    font-size: 25px;
    color: grey;
    margin-left: 10px;
}


.set__inner__item_link {
    width: 100%;
    display: block;
    background-color: #902732;
    color: #F0ECE4;
    text-align: center;
    padding: 16px 0;
    border-radius: 25px;
    text-decoration: none;
}

.set__inner__item:last-child {
    background-color: #E1DBCD;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.set__inner__item:last-child img {
    width: 100%;

    object-fit: contain;
    padding: 40px 0;
    height: 300px;
}


.set__inner__info {
    margin-bottom: 140px;
}

.set__inner__info_title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    color: #342318;
    text-align: center;
    margin-bottom: 50px;
}

.set__inner__info img {
    display: block;
    width: auto;
    margin: 0 auto;
    margin-right: 0;
    margin-left: 0;
}


.similar__title {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    color: #342318;
    margin-bottom: 50px;
}

.similar__items {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}


.similar__items .set__item {
    margin-right: 20px;
    width: 21%;
}


@media(max-width: 1160px) {
    .set__inner__item {
        width: 45%;
    }

    .set__inner__item_name {
        font-size: 32px;
    }

    .set__inner__item_type {
        font-size: 16px;
    }

    .set__inner__item_desc {
        font-size: 20px;
    }

    .set__inner__item_price {
        font-size: 28px;
    }

    .similar__items .set__item {
        width: 22%;
    }
}


@media(max-width: 1080px) {
    .similar__items {
        flex-direction: column;
        align-items: center;
    }

    .similar__items .set__item {
        width: 80%;
    }

    .set__inner__info img {
        width: 100%;
    }
}

@media(max-width: 940px) {
    .set__inner__items {
        flex-direction: column-reverse;
        margin-bottom: 120px;
    }

    .set__inner__item {
        width: 100%;
        margin-bottom: 40px;
    }

    .set__inner__item:first-child {
        border: none;
        padding: 0;
    }

    .set__inner__item:last-child img {
        width: 70%;
        padding: 60px 0;
        margin: 0 auto;
    }

    .set__inner__info_title {
        font-size: 32px;
    }

    .similar__title {
        font-size: 32px;
    }
}


.subscription-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
    width: 100%;
}


.subscription-modal-active {
    display: block;
}

.subscription-container {
    max-width: 600px;
    margin: 0 auto;
    background: #e8ddd4;
    padding: 32px;
    position: relative;
    border-radius: 25px;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background: #2c2c2c;
    top: 50%;
    left: 50%;
}

.close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.subscription-container .title {
    font-family: "Good Vibes Pro";
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 40px;
    color: #902732;
}

.subscription-container .description {
    font-family: "Playfair Display", serif;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
}

.subscription-container .form-group {
    margin-bottom: 20px;
}

.subscription-container .form-label {
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.subscription-container .form-input {
    width: 100%;
    padding: 14px 0 14px 5px;
    border: 1px solid #c4b5a8;
    border-radius: 15px;
    font-size: 15px;
    background: #f5ede6;
    color: #2c2c2c;
}

.form-input::placeholder {
    color: #999;
}

.form-input:focus {
    outline: none;
    border-color: #8b3a3a;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-row .form-group {
    flex: 1;
}

.radio-group-label {
    display: block;
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.radio-options {
    display: flex;
    gap: 24px;
}

.radio-option {
    display: flex;
    align-items: center;
}

.radio-input {
    display: none;
}

.radio-custom {
    width: 28px;
    height: 28px;
    border: 2px solid #8b6f5e;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s ease;
    cursor: pointer;
}

.radio-input:checked+.radio-label .radio-custom {
    border-color: #8b3a3a;
    border-width: 2px;
}

.radio-input:checked+.radio-label .radio-custom::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #8b3a3a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radio-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #2c2c2c;
    cursor: pointer;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: transparent;
    border: 2px solid #8b3a3a;
    border-radius: 50px;
    font-size: 18px;
    color: #8b3a3a;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.submit-btn:hover {
    background: #8b3a3a;
    color: white;
}

.privacy-text {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 12px;
}

.privacy-link {
    color: #8b3a3a;
    text-decoration: underline;
}

@media(max-width: 500px) {
    .subscription-container .title {
        font-size: 32px;
    }

    .subscription-container .description {
        font-size: 16px;
    }
}

@media (max-width: 421px) {
    .catalog__filters_block {
        margin-bottom: 20px;
    }
}










/* Стили для счетчика месяцев */
.counter-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-btn {
    width: 34px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #8b3a3a;
    background: transparent;
    color: #8b3a3a;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.counter-btn:hover {
    background: #8b3a3a;
    color: #fff;
}

.counter-input {
    width: 100%;
    text-align: center;
    border: none;
    background: #f5ede6;
    font-size: 15px;
    font-weight: bold;
    color: #2c2c2c;
    padding: 8px;
    border-radius: 10px;
}

/* Стили для блока с ценой */
.bottles-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.price-display {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-weight: bold;
    color: #902732;
    white-space: nowrap;
}

/* Адаптив для цены */
@media(max-width: 500px) {
    .bottles-price-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-display {
        margin-top: 10px;
        align-self: flex-end;
    }
}




















.wines-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.wine-item {
    position: relative;
    width: 90px;
}

.wine-bottle {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;

    /* КЛЮЧЕВОЕ ИЗМЕНЕНИЕ: Бутылка больше не будет вызывать hover */
    pointer-events: none;
}

/* КЛЮЧЕВОЕ ИЗМЕНЕНИЕ: 
   Мы по-прежнему анимируем бутылку при наведении на весь блок, 
   но сам hover будет срабатывать только от точки (см. ниже)
*/
.wine-item:hover .wine-bottle {
    transform: scale(1.05);
}

.info-dot {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #8b3a3a;
    border: 4px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;

    /* КЛЮЧЕВОЕ ИЗМЕНЕНИЕ: Только точка будет "ловителем" hover-а */
    pointer-events: auto;
}

/* НОВОЕ: Белая точка внутри */
.info-dot::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-dot::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    border: 2px solid #8b3a3a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.info-dot:hover {
    transform: translateX(-50%) scale(1.1);
}

.info-card {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 20px;

    /* ИСПРАВЛЕНИЕ ШИРИНЫ: Возвращаем как было */
    width: 600px;

    /* ИЗМЕНЕНО: Полупрозрачный фон */
    background: rgba(234, 229, 219, 0.95);

    border: 2px solid #902732;
    border-radius: 16px;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);

    /* КЛЮЧЕВОЕ ИЗМЕНЕНИЕ: Карточка тоже не "ловит" hover, чтобы не было мерцания */
    pointer-events: none;
}

.info-card::before {
    content: '';
    position: absolute;
    left: -22px;

    /* ИЗМЕНЕНО: Выравнивание линии по центру точки */
    top: 30%;
    transform: translateY(19px);
    /* (40px высота точки / 2) - (2px высота линии / 2) */

    width: 20px;
    height: 2px;
    background: #902732;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* КЛЮЧЕВОЕ ИЗМЕНЕНИЕ: 
   Возвращаем старый селектор. Теперь он будет срабатывать 
   только от точки, но не будет иметь "разрыва".
*/
.wine-item:hover .info-card {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    /* Делаем карточку кликабельной, КОГДА она видна */
}

.wine-item:hover .info-card::before {
    opacity: 1;
}

/* Эта логика позиционирования карточек справа - верная, ее оставляем */
.wine-item:last-child .info-card,
.wine-item:nth-last-child(2) .info-card,
.wine-item:nth-last-child(3) .info-card {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 20px;
}

/* ИЗМЕНЕНО: Выравнивание линии для карточек справа */
.wine-item:last-child .info-card::before,
.wine-item:nth-last-child(2) .info-card::before,
.wine-item:nth-last-child(3) .info-card::before {
    left: auto;
    right: -22px;
    /* Добавляем выравнивание по точке и для них */
    top: 30%;
    transform: translateY(19px);
}

.info-card-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.info-card-header img {
    height: 200px;
    object-fit: contain;
}

.info-card-image {
    width: 80px !important;
    height: 200px !important;
    object-fit: contain !important;
    flex-shrink: 0;
}

.info-card-title {
    flex: 1;
}

.wine-name {
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 22px;
    color: #342318;
    margin-bottom: 24px;
}

.wine-params {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 16px;
    font-size: 16px;
}

.param-label {
    color: #902732;
    font-weight: 600;
}

.param-value {
    color: #342318;
}

.wine-description {
    margin-top: 16px;
    padding-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #342318;
}

/* Адаптивность для мобильных (оставляем) */
@media (max-width: 768px) {
    .info-card {
        width: 90vw;
        /* Занимает 90% ширины экрана */
        left: 50%;
        transform: translateX(-50%);
        top: 60px;
        /* Немного отступаем от точки */
        margin-left: 0;
    }

    /* На мобильных ВСЕ карточки будут открываться по центру */
    .wine-item:last-child .info-card,
    .wine-item:nth-last-child(2) .info-card,
    .wine-item:nth-last-child(3) .info-card {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-right: 0;
    }

    /* Прячем соединительные линии на мобильных */
    .info-card::before,
    .wine-item:last-child .info-card::before,
    .wine-item:nth-last-child(2) .info-card::before,
    .wine-item:nth-last-child(3) .info-card::before {
        display: none;
    }
}


/* Адаптив для мобильных */
@media (max-width: 768px) {
    .wines-container {
        gap: 15px;
    }

    .wine-item {
        width: 140px;
    }

    .info-card {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 380px;
        margin: 0;
    }

    .info-card::before {
        display: none;
    }
}

.wines-container-mobile {
    position: relative;
    display: none;
}

@media(max-width: 1050px) {
    .wines-container {
        display: none;
    }

    .wines-container-mobile {
        display: block;
        border: 2px solid #902732;
        padding: 20px;
        border-radius: 25px;
    }

    .wine-params {
        display: flex;
        flex-direction: column;
    }

    .wine-params span {
        display: block;
    }
}


@media (max-width: 1020px) {
    main {
        margin: 0 0 120px 0;
    }

    .subscribe__page__about-info {
        margin-bottom: 0;
    }

    .subscribe__page__about {
        margin-bottom: 120px;
    }

    .subscribe__page__plans {
        margin-bottom: 120px;
    }
}














/* 2. Плавающая кнопка корзины */
.custom-cart-icon {
    position: fixed;
    z-index: 1000;
    top: 43px;
    right: 50px;
    width: 60px;
    height: 60px;
    background-color: #902732;
    /* Пример: винный цвет */
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: none;
    /* Скрыта по умолчанию, JS ее покажет */
}

.custom-cart-icon:hover {
    transform: scale(1.1);
    background-color: #A52A2A;
}

.custom-cart-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.custom-cart-icon__count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #FFFFFF;
    color: #902732;
    border: 1px solid #902732;
    font-size: 12px;
    font-weight: bold;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    box-sizing: border-box;
}

/* 3. Сайдбар корзины */
.custom-cart-sidebar {
    position: fixed;
    top: 0;
    right: -450px;
    /* Скрыт за экраном */
    width: 100%;
    max-width: 450px;
    height: 100vh;
    z-index: 1321000;
    background-color: #F0ECE4;
    /* Ваш цвет фона */
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.15);
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Оверлей (для клика снаружи) */
    background-color: rgba(0, 0, 0, 0.5);
    /* Фон для оверлея */
}

.custom-cart-sidebar.is-open {
    right: 0;
}

.custom-cart-sidebar.is-open~.amo-button-holder {
    display: none !important;
}

/* Внутренний контейнер с вашим фоном */
.custom-cart-sidebar__inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    /* Та же ширина, что у сайдбара */
    height: 100vh;
    background-color: #F0ECE4;
    display: flex;
    flex-direction: column;
}

/* 4. Содержимое сайдбара */
.custom-cart-view,
.custom-cart-form {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.custom-cart-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #DDD;
    flex-shrink: 0;
}

.custom-cart-sidebar__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.custom-cart-sidebar__close,
.custom-cart-sidebar__back {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0 5px;
    color: #333;
}

.custom-cart-sidebar__back {
    font-size: 16px;
    font-weight: normal;
}

/* 5. Список товаров */
.custom-cart-sidebar__items {
    flex-grow: 1;
    overflow-y: auto;
    /* Появится скролл, если товаров много */
    padding: 15px 20px;
}

.custom-cart-sidebar__empty {
    text-align: center;
    padding-top: 50px;
    color: #777;
}

.custom-cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #E0DACE;
}

.custom-cart-item__image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #E0DACE;
}

.custom-cart-item__details {
    flex-grow: 1;
}

.custom-cart-item__name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
}

.custom-cart-item__name:hover {
    text-decoration: underline;
}

.custom-cart-item__price {
    font-size: 14px;
    color: #555;
}

.custom-cart-item__controls {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #CCC;
    border-radius: 4px;
}

.custom-cart-item__btn {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 8px;
    color: #902732;
}

.custom-cart-item__btn:hover {
    background-color: #E0DACE;
}

.custom-cart-item__remove {
    font-size: 20px;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    color: #AAA;
    padding: 5px;
}

.custom-cart-item__remove:hover {
    color: #D9534F;
}

/* 6. Подвал корзины (Итого и кнопка) */
.custom-cart-sidebar__footer {
    padding: 20px;
    border-top: 1px solid #DDD;
    background-color: #F9F6F0;
    flex-shrink: 0;
}

.custom-cart-sidebar__total {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom-cart-sidebar__submit {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    background-color: #902732;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    border-radius: 25px;
    transition: background-color 0.2s;
}

.custom-cart-sidebar__submit:hover {
    background-color: #A52A2A;
}

.custom-cart-sidebar__submit:disabled {
    background-color: #CCC;
    cursor: not-allowed;
}


/* 7. Форма оформления заказа */
.custom-cart-form__form {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
}

.custom-cart-form__group {
    margin-bottom: 15px;
}

.custom-cart-form__group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

.custom-cart-form__group input[type="text"],
.custom-cart-form__group input[type="tel"],
.custom-cart-form__group input[type="email"],
.custom-cart-form__group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    font-weight: 400;
    color: #342318;
    border-radius: 12px;
    /* Важно для 100% ширины */
}

.custom-cart-form__group textarea {
    resize: vertical;
    min-height: 60px;
}

.custom-cart-form__feedback {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
}

/* 8. Адаптивность */
/* @media (max-width: 768px) {

    .custom-cart-icon {
        bottom: 20px;
        right: 20px;
        width: 55px;
        height: 55px;
    }

    .custom-cart-sidebar,
    .custom-cart-sidebar__inner {
        max-width: 100%;
        right: -100%;
    }

    .custom-cart-sidebar.is-open {
        right: 0;
    }
} */

@media(max-width: 1200px) {
    .custom-cart-icon {
        top: 50%;
        right: 20px;
    }
}

/* --- Блок скидок --- */
.cart-discounts-box {
    background: #f7f7f7;
    padding: 15px;
    margin: 0 20px 15px 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
}

.discount-header {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.discount-progress {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 10px;
    padding: 0 5px;
}

/* Линия */
.discount-progress::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 0;
    transform: translateY(-50%);
}

/* Кружки */
.d-tier {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    min-width: 30px;
    text-align: center;
}

.d-tier.active {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    transform: scale(1.1);
}

.next-tier-hint {
    text-align: center;
    font-size: 11px;
    color: #666;
}

/* --- Поля Промо и Сертификат --- */
.promo-cert-row {
    display: flex;
    gap: 10px;
    padding: 0 20px 15px 20px;
}

.pc-wrap {
    flex: 1;
    position: relative;
}

.pc-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
}

.pc-msg {
    position: absolute;
    bottom: -14px;
    left: 2px;
    font-size: 10px;
    white-space: nowrap;
}

.pc-msg.success {
    color: #46b450;
}

.pc-msg.error {
    color: #d63638;
}

/* --- Итоговая детализация --- */
.cart-summary-details {
    padding: 0 20px 10px 20px;
    font-size: 14px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    color: #555;
}

.discount-row {
    color: #d63638;
}

.final-total-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 5px;
}































.catalog {
    position: relative;
    /* ... твои другие стили ... */
}

/* Стили для состояния загрузки */
.catalog.loading .catalog__products,
.catalog.loading .catalog__footer {
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Простой спиннер (можно заменить на свой) */
.catalog.loading::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    /* Цвет твоего бренда */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Стиль для неактивных кнопок пагинации */
.catalog__footer__link.disabled {
    opacity: 0.5;
    pointer-events: none;
}


.toast-notification .show {
    position: absolute;
    right: 1%;
    top: 5%;
    z-index: 10000000000000000000000;
    background-color: green;
    padding: 20px 40px;
    border-radius: 20px;
    color: #fff;
}


.variable-pagination {
    position: absolute;
    bottom: -5% !important;
    text-align: center;
}

.variable-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #902732;
}

.variable-pagination .swiper-pagination-bullet-active {
    background-color: #902732;

}

.page__title {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 50px;
}


.set__pdf__btn {
    display: block;
    width: 250px;
    border: 1px solid #902732;
    margin: 70px auto 0 auto;
    padding: 16px 0;
    border-radius: 25px;
    text-align: center;
    color: #342318;
    text-decoration: none;
    transition: .3s;
}

.set__pdf__btn:hover {
    background-color: #902732;
    color: #F0ECE4;
}















/* Основной контейнер уведомления */
.toast-notification {
    position: fixed;
    top: 60px;
    /* Чуть ниже шапки, чтобы не перекрывать меню */
    right: 30px;
    z-index: 9999999;

    display: flex;
    align-items: center;
    gap: 15px;

    min-width: 300px;
    max-width: 400px;
    padding: 18px 24px;

    /* Фирменный стиль */
    background-color: #FFFFFF;
    /* Чистый фон */
    color: #333333;
    /* Темный текст для читаемости */
    border: 1px solid #E0DACE;
    /* Мягкая граница как в корзине */
    border-left: 6px solid #902732;
    /* Винный акцент слева по умолчанию */

    border-radius: 12px;
    /* Скругление как у инпутов */
    box-shadow: 0 8px 25px rgba(144, 39, 50, 0.15);
    /* Тень с легким оттенком вина */

    font-family: inherit;
    /* Твой шрифт сайта */
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;

    /* Анимация (скрыто) */
    opacity: 0;
    visibility: hidden;
    transform: translateX(120%);
    /* Улетел вправо */
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Твоя плавная анимация */
    cursor: pointer;
}

/* Состояние ПОКАЗА */
.toast-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* --- ТИП: УСПЕХ (SUCCESS) --- */
.toast-notification.success {
    border-left-color: #46b450;
    /* Зеленый акцент */
}

/* Иконка галочки (SVG) */
.toast-notification.success::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    /* Зеленая галочка */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2346b450' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* --- ТИП: ОШИБКА (ERROR) --- */
.toast-notification.error {
    border-left-color: #902732;
    /* Винный (красный) акцент */
}

/* Иконка ошибки (SVG) */
.toast-notification.error::before {
    content: '';
    display: block;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    /* Винный крестик/восклицание */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23902732' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* Мобильная версия */
@media (max-width: 600px) {
    .toast-notification {
        top: 20px;
        right: 15px;
        left: 15px;
        max-width: none;
        border-radius: 16px;
        transform: translateY(-150%);
        /* На мобилках выезжает сверху */
    }

    .toast-notification.show {
        transform: translateY(0);
    }
}













/* Кастомный Select */
.custom-select {
    position: relative;
    width: 101%;
    margin-bottom: 20px;
}

.select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #f5ede6;
    border: 2px solid #c4b5a8;
    border-radius: 15px;
    cursor: pointer;
}


.select-trigger.active {
    border-color: #8b3a3a;
    border-radius: 8px 8px 0 0;
}

.select-text {
    font-size: 15px;
    color: #2c2c2c;
}

.select-text.placeholder {
    color: #999;
}

.select-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    transition: transform 0.3s;
}

.select-trigger.active .select-arrow {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 100;
}

.select-dropdown.active {
    max-height: 300px;
    overflow-y: auto;
}

.select-options {
    display: flex;
    flex-direction: column;
}

.select-option {
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.2s;
    border-bottom: 1px solid #f0f0f0;
    color: #2c2c2c;
    font-size: 15px;
}

.select-option:last-child {
    border-bottom: none;
}

.select-option:hover {
    background: #f5f5f5;
}

.select-option.selected {
    background: #e8f4f8;
}
















































.promo-badge {
    position: absolute;
    top: 50%;
    right: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(144, 39, 50, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    text-decoration: none;
}

.badge-white {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #F0ECE4;
    border: 3.24px solid #902732;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.badge-label {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #902732;
}

.badge-value {
    font-size: 52px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    color: #902732;
    font-family: "Playfair Display", serif;
}

.curved-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.curved-text svg {
    width: 100%;
    height: 100%;
}

.star {
    position: absolute;
    color: #F0ECE4;
    font-size: 35px;
    z-index: 1;
}

.curved-text text {
    fill: #F0ECE4;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    letter-spacing: 2px;
}



.subscribe__btn-sub {
    margin-bottom: 12px;
    margin-left: 20px;
}

@media(max-width: 800px) {
    .subscribe__btn-sub {
        display: block;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
}

.photo__items-sales .photo__item {
    width: 50%;
}


@media(max-width: 1020px) {
    .photo__items-sales .photo__item {
        width: 100%;
    }
}

















/* Стили для поиска - не трогают остальные элементы */
.header__search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header__search .search-input {
    opacity: 0;
    width: 0;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.4s ease;
    pointer-events: none;
    position: absolute;
    right: 50px;
}

.header__search .search__btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.header__search .search-submit {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    z-index: 3;
    color: #342318;
    transition: all 0.3s ease;
}

.header__search .search-submit:hover {
    opacity: 0.7;
}

.header__search .search-close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

/* Состояние когда поиск активен */
.header__items.search-active .header__logo,
.header__items.search-active .header__nav,
.header__items.search-active .mobile__burger__menu {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.header__items.search-active .header__search .search-input {
    opacity: 1;
    width: 850px;
    pointer-events: auto;
    outline: none;
    right: 50px;
    background-color: #f0ece4;
    color: #342318;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 50px 12px 12px;
    /* Отступ справа для кнопки */
    border-radius: 15px;
    border: none;
}

.header__items.search-active .header__search .search__btn {
    display: none;
}

.header__items.search-active .header__search .search-submit {
    display: flex;
}

.header__items.search-active .header__search .search-close {
    display: flex;
}

@media (max-width: 1020px) {
    .header__items.search-active .header__search .search-input {
        width: 800px;
    }
}

@media (max-width: 1012px) {
    .header__items.search-active .header__search .search-input {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .header__items.search-active .header__search .search-input {
        width: 200px;
    }
}

.header__controlls {
    display: flex;
    align-items: center;
}

.header__search {
    margin-left: 20px;
}