/* Выпадающее меню в хедере */
.menu ul li.has-dropdown {
    position: relative;
}

.menu ul li.has-dropdown > a {
    cursor: pointer;
    pointer-events: auto;
}

/* Выпадающее меню */
.menu ul li.has-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #252525;
    border: 1px solid #3a3a3a;
    border-radius: 4px;
    padding: 0;
    min-width: 150px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin: 5px 0 0 0;
    list-style: none;
    flex-direction: column;
    gap: 0;
}

.menu ul li.has-dropdown:hover .dropdown-menu,
.menu ul li.has-dropdown.open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.menu ul li.has-dropdown .dropdown-menu li {
    display: block !important;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none !important;
}

.menu ul li.has-dropdown .dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #B5B4B4;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.2s ease;
    width: 100%;
    box-sizing: border-box;
}

.menu ul li.has-dropdown .dropdown-menu li a:hover {
    background: #2a2a2a;
    color: #FFD6A5;
}

/* Активная страница в dropdown */
.menu ul li.has-dropdown .dropdown-menu li.active a,
.menu ul li.has-dropdown .dropdown-menu li a.active {
    color: #FFD6A5;
    background: #2a2a2a;
}

/* Стрелка для dropdown */
.menu ul li.has-dropdown > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.3s ease;
}

.menu ul li.has-dropdown:hover > a::after,
.menu ul li.has-dropdown.open > a::after {
    transform: rotate(180deg);
}

/* Адаптив */
@media screen and (max-width: 1280px) {
    .menu ul li.has-dropdown .dropdown-menu {
        min-width: 120px;
    }
    
    .menu ul li.has-dropdown .dropdown-menu li a {
        font-size: 13px;
    }
}

.cart {
    padding: 32px 45px 41px 47px;
}

.cart .cart-block .cart-items .cart-item {
    padding: 8px 0 11px 0;
}
.mini-cart-img-container {
    width: 150px;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-rows{
    display: flex;
    flex:1;
    flex-direction: column;
    justify-content: space-between;
}
.cart .cart-block .cart-items {
    margin: 21px 0 29px 0;
}

.cart-item-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cart-item .product-qty-wrapper {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative; /* на всякий случай оставляем для контекста */
    background: transparent; /* или добавь фон, если нужно как на скрине */
    border: 1px solid #A2A2A2;
    border-radius: 15px;
    width: 62px;
    height: 42px;
    overflow: hidden;
}
.cart-item .product-qty {
    flex: 1;
    width: 100% ;
    height: 100% ;
    background: transparent ;
    border: none ;
    color:#A2A2A2;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 0 !important;
    margin: 0;
}
.product-qty::-webkit-inner-spin-button,
.product-qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart .cart-block .cart-items .cart-item .cart-item-title a {
    font-family: 'Buyan';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fff;
    display: block;
    width: 215px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Ровно 2 строки */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart .cart-block .cart-items .cart-item .cart-item-title form input {
    width: 65px;
    background: transparent;
    border: 1px solid #A2A2A2;
    border-radius: 18px;
    color: #A2A2A2;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.bottom-cart-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-desc-item-zakaz-item-total {
    display: flex;
    width: 20%;
    align-items: flex-end;
    margin-bottom: 3px;
}
.cart-item .btn-qty {
    position: static;
    transform: none ;
    flex: 0 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    color: #A2A2A2;
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    font-size: 16px;
}
.cart-item-price .sale_price {
    color: #EABD88 !important;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: Bold;
    font-size: 9px;
    line-height: 120%;
    letter-spacing: 5%;
    font-variant: small-caps;
    margin-left: auto;
    margin-bottom: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.cart-item-price{
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
    overflow: hidden;
}
.cart-item-price div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    white-space: nowrap;
}
.cart-item-price p, 
.cart-item-price .old_price, 
.cart-item-price .mr-2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.cart-item-price p.is-full, 
.cart-item-price .old_price.is-full, 
.cart-item-price .mr-2.is-full {
    overflow: visible;
    white-space: normal;
    z-index: 100;
    background: #2a2a2a;
    padding: 2px 8px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    position: absolute;
    right: 0;
    width: max-content;
}
.checkout-promo-input-styles{
    width: 100%;
    border: 1px dotted #A2A2A2;
    background: transparent;
    border-radius: 6px;
    color: #A2A2A2;
    font-family: Buyan;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding:7px 0 6px 20px !important;
}
.cart .cart-block .cart-total-cost .cart-total-cost-title {
    margin-bottom: 5px;
}
.cart .cart-block .cart-total-cost .cart-total-cost-pre-price li {
    margin-bottom: 5px;
}
.cart .cart-block .cart-total-cost .cart-total-cost-pre-price {
    margin-bottom: 16px;
}
.cart .cart-block .cart-total-cost .cart-total-cost-total-price .cart-total-cost-total-price-1 {
    font-size: 25px;
}
.checkout-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    gap: 10px;
}
.cart .btn{
    font-size: 14px;
    box-shadow: 0px 2.8px 0px 0px #D8A86E;
    max-height: 50px;
}
@media (max-width:1024px) {
    .cart {
        padding:24px 35px 32px 35px;
    }
    .mini-cart-img-container {
        margin-right: 20px;
    }
    .cart .cart-block .cart-items .cart-item .cart-item-title a {
        width: 205px;
        font-size: 17px;
    }
    .cart .cart-block .cart-items .cart-item {
        padding-bottom: 8px;
    }
    .cart-item .product-qty-wrapper{
        width: 52px;
        height: 41px;
    }
    .cart .cart-block .cart-items {
        margin: 11px 0 18px 0;
    }
    .cart .cart-block .cart-promocode {
        min-height: 31px;
        max-height: 31px;
        border-radius: 6px;
        margin-top: 18px;
    }
    .checkout-promo-input-styles{
        font-size: 14px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-title {
        margin-bottom: 3px;
        font-size: 18px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-pre-price li div:nth-child(1) {
        font-size: 10px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-pre-price li:last-child div:nth-child(1) {
        font-size: 10px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-pre-price {
        margin-bottom: 10px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-pre-price li div:nth-child(3) {
        font-size: 12px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-pre-price li:last-child div:nth-child(3) {
        font-size: 12px;
    }
    .cart-item-price{
        font-size: 14px;
    }
    .cart-item-price .sale_price {
        font-size: 8px;
    }  
    .order-desc-item-zakaz-item-total {
        max-width: 55px;
        max-height: 41px;
        padding-right: 0;
    }
    .cart-item .btn-qty {
        flex: 0 0 15px;
        font-size: 17px;
    }
    .cart-item .product-qty {
        font-family: Montserrat;
        font-weight: 700;
        font-style: Bold;
        font-size: 14px;
        line-height: 128%;
        letter-spacing: 5%;
        font-variant: small-caps;
        border-radius: 15px;
    }
    .cart .cart-block .cart-items .cart-item .cart-item-price .old_price {
        margin-right: 15px;
    }
    .checkout-btn{
        margin-top: 10px;
        font-size: 12px;
    }
    .cart .btn{
        border-radius: 13px;
        max-height: 45px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-total-price .cart-total-cost-total-price-1 {
        font-size: 22px;
    }
}
@media (max-width:600px) {
    .cart {
        padding: 25px 30px 25px 30px;
        width: 95%;
    }
    .cart .cart-block h2 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .mini-cart-img-container {
        width: 86px;
        margin-right: 13px;
    }
    .cart .cart-block .cart-items .cart-item .cart-item-title a {
        width: 100%;
        font-size: 16px;
        margin-bottom: 0;
    }
    .cart-item-price{
        font-size: 14px;
    }
    .cart-item-price .sale_price {
        font-size: 8px;
    }  
    .order-desc-item-zakaz-item-total {
        max-width: 50px;
        max-height: 41px;
        padding-right: 0;
    }
    .cart-item .product-qty-wrapper{
        width: 52px;
        height: 36px;
        border-radius: 12px;
    }
    .cart-item .product-qty {   
        font-size: 14px;
    }
    
    .cart .cart-block .cart-items .cart-item .cart-item-price .old_price {
        font-size: 14px;
    }
    .cart .cart-block .cart-promocode {
        min-height: 33px;
        max-height: 33px;
    }
    .cart .cart-block .cart-total-cost .cart-total-cost-title {
        margin-bottom: 7px;
    }
    .checkout-btn{
        margin-top: 17px;
    }
    .cart .btn{
        font-size: 12px;
        padding: 15px 97px 15px 97px;
        max-height: 38px;
        border-radius: 11px;
    }
    .cart-item .product-qty-wrapper {
        max-width: 52px;
        max-height: 37px;
    }
}
@media (max-width:480px) {
    .mini-cart-img-container {
        width: 98px;
        margin-right: 13px;
    }
    .cart-item-price{
        font-size: 14px;
        width: 137px;
    }
    .cart .cart-block .cart-items .cart-item .cart-item-price .old_price {
        margin-right: 10px;
        flex-wrap: wrap;
    }
    .btn-qty.plus-btn {
        width: 18px;
        font-size: 15px;
    }
    .cart .btn{
        padding: 10px 70px 10px 70px;
    }
}
.sliderBaners {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.sliderBaners-container {
    position: relative;
    width: 100%;
}

.sliderBaners-slide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s 0.5s;
    will-change: transform;
}

.sliderBaners-slide.active {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s;
}

.sliderBaners-slide.prev {
    transform: translateX(-100%);
}

.sliderBaners-link {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.sliderBaners-slide img {
    width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
    border-radius: 24px;
}

.sliderBaners {
    overflow: hidden;
}

.sliderBaners__inner {
    position: relative;
    overflow: hidden;
}

.sliderBaners-container {
    position: relative;
    overflow: hidden;
}

.sliderBaners-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    padding: 0px 10px;
}

.sliderBaners-buttons button {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #FFC47F, #FFD7A9, #FFD8AB, #FFD29D, #F4BD7D);
    box-shadow: rgb(88, 77, 62) 0px -1px 3.8px 0px inset;
}

.sliderBaners-buttons button:focus {
    outline: none;
}

.sliderBaners-buttons button img {
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 992px) {
    .sliderBaners-buttons {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .sliderBaners-slide img {
        border-radius: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sliderBaners-dot {
        width: 8px;
        height: 8px;
    }
}

@media screen and (max-width: 576px) {
    .sliderBaners-dot {
        width: 7px;
        height: 7px;
    }
    .sliderBaners-dots {
        gap: 8px;
        bottom: 7px;
    }
}

.sliderBaners-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

/* Скрываем навигацию если слайд только один */
.sliderBaners-container:has(.sliderBaners-slide:only-child) ~ .sliderBaners-buttons,
.sliderBaners-container:has(.sliderBaners-slide:only-child) ~ .sliderBaners-dots {
    display: none;
}

.sliderBaners-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.sliderBaners-dot.active {
    background-color: #FFC47F;
}

.scroll-left .scroll-right{
    cursor: pointer;
    box-shadow: rgb(88, 77, 62) 0px -1px 3.8px 0px inset;
    background: linear-gradient(145deg, rgb(255, 196, 127), rgb(255, 215, 169), rgb(255, 216, 171), rgb(255, 210, 157), rgb(244, 189, 125));
}

.sliderBaners-flip-card {
    width: 100%;
    perspective: 1000px;
    cursor: pointer;
}

.sliderBaners-flip-card-inner {
    position: relative;
    width: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.sliderBaners-flip-card.flipped .sliderBaners-flip-card-inner {
    transform: rotateY(180deg);
}

.sliderBaners-flip-card-front,
.sliderBaners-flip-card-back {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 24px;
    overflow: hidden;
}

.sliderBaners-flip-card-front {
    display: block;
}

.sliderBaners-flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
}

.sliderBaners-flip-card-front img,
.sliderBaners-flip-card-back img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.sliderBaners-flip-card-back-placeholder {
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #FFC47F, #FFD7A9);
    padding: 40px;
    text-align: center;
    border-radius: 24px;
}

.sliderBaners-flip-card-back-placeholder p {
    font-size: 24px;
    font-weight: 600;
    color: #584D3E;
    margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
    .sliderBaners-flip-card-front img,
    .sliderBaners-flip-card-back img,
    .sliderBaners-flip-card-front,
    .sliderBaners-flip-card-back,
    .sliderBaners-flip-card-back-placeholder {
        border-radius: 20px;
    }

    .sliderBaners-flip-card-back-placeholder {
        min-height: 250px;
    }

    .sliderBaners-flip-card-back-placeholder p {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .sliderBaners-flip-card-back-placeholder {
        padding: 20px;
        min-height: 200px;
    }

    .sliderBaners-flip-card-back-placeholder p {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.goods {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
}

.goods .separator {
    height: 74px;
}

.goods__inner {
    position: relative;
    overflow: hidden;
}

.goods-header {
    display: flex;
    align-items: center;
    gap: 38px;
    margin-bottom: 25px;
}

.goods-header h2 {
    font-family: Buyan;
    font-weight: 700;
    font-size: 70px;
    line-height: 128%;
    letter-spacing: 5%;
    color: #FFFFFF;
}

.goods-scroll-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
    user-select: none;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
}

.goods-scroll-container.grabbing {
    cursor: grabbing;
    scroll-behavior: auto;
}

.goods-scroll-container::-webkit-scrollbar {
    display: none;
}

.goods-scroll-container-card {
    min-width: 390px;
    max-width: 390px;
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    background: #4B4B4B;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 29px 24px 35px 24px;
}

.goods-scroll-container-card-image  {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.goods-scroll-container-card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

@media screen and (max-width: 900px) {
    .goods-scroll-container-card-image img {
        border-radius: 22px;
    }
}


@media screen and (max-width: 600px) {
    .goods-scroll-container-card-image img {
        border-radius: 16px;
    }
}

.goods-scroll-container-card-content {
    padding: 0;
}

.goods-scroll-container-card-title {
    font-family: Buyan;
    font-weight: 700;
    font-size: 32px;
    line-height: 105%;
    letter-spacing: 2%;
    min-height: calc(32px * 1.05 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 28px 0 22px 0;
    pointer-events: auto;
    cursor: pointer;
}

.goods-scroll-container-card-title a {
    color: #FFFFFF;
    text-decoration: none;
}

.goods-scroll-container-card-variants {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    margin-bottom: 22px;
    min-height: 37px;
    max-height: 37px;
    cursor: grab;
    user-select: none;

    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: default;
}

.goods-scroll-container-card-variants.grabbing {
    cursor: grabbing;
}

.goods-scroll-container-card-variants::-webkit-scrollbar {
    display: none;
}

.goods-scroll-container-card-variant {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #807A74;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 37px;
    max-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #807A74;
    white-space: nowrap;
    flex-shrink: 0;
}

.goods-scroll-container-card-variant span {
    font-family: Buyan;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 128%;
    letter-spacing: 0;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .goods-scroll-container-card-variant span {
        font-size: 14px;
    }
}

.goods-scroll-container-card-variant.active {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.goods-scroll-container-card-prices {
    margin-bottom: 28px;
}

.goods-scroll-container-card-price {
    display: none;
}

.goods-scroll-container-card-price.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    min-height: 31px;
}

.goods-scroll-container-card-price .old-price, .goods-scroll-container-card-price .price {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 105%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.goods-scroll-container-card-price .price {
    color: #FFFFFF;
}

.goods-scroll-container-card-price .old-price {
    color: #7E7E7E;
    text-decoration: line-through;
}

.goods-scroll-container-card-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(264.11deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 3.8px 0px 0px #E6B57B;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 18px;
    line-height: 128%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #584D3E;
}

@media screen and (max-width: 600px) {
    .goods-scroll-container-card-button {
        border-radius: 10px;
    }
}

.goods-scroll-container-card-button:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 24px;
}

.goods-scroll-container-card-button:disabled {
    background: linear-gradient(264.11deg, #929292 -30.35%, #D0D0D0 5.5%, #E8E8E8 49.71%, #CECECE 95.1%, #8A8A8A 123.89%);
    border: 1px solid;
    box-shadow: 0px 3.8px 0px 0px #737373;
    cursor: not-allowed;
}

.goods-scroll-container-card-button:disabled:before {
    display: none;
}

.goods-scroll-container-card-image img {
    object-fit: cover;
}

.goods-scroll-container-card-desc {
    padding: 20px;
}

.goods-scroll-container-card-desc h3 {
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 10px;
}

.goods-price {
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}

.goods-buttons {
    display: flex;
    gap: 25px;
    margin-top: 0;
}

.goods-buttons button {
    pointer-events: auto;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #FFC47F, #FFD7A9, #FFD8AB, #FFD29D, #F4BD7D);
    box-shadow: rgb(88, 77, 62) 0px -1px 3.8px 0px inset;
}

.goods-buttons button:focus {
    outline: none;
}

.goods-buttons button img {
    width: 21px;
    height: 21px;
}
.goods__inner--cart {
    margin-top: 30px;
    margin-right: -45px;
}

.goods__inner--cart .goods-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 13px;
    gap: 0;
    padding-right: 45px;
}
.goods__inner--cart .goods-header h2{
    font-family: Buyan;
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 128%;
    letter-spacing: 0%;
    font-variant: small-caps;
    margin: 0;
}

.goods__inner--cart .goods-buttons {
    display: flex !important;
    gap: 8px !important;
    margin-left: auto;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75px;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.goods__inner--cart .goods-buttons button {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}

.goods__inner--cart .goods-buttons button img {
    width: 12px;
    height: 12px;
}

.goods__inner--cart .goods-scroll-container {
    gap: 14px;
}

.goods__inner--cart .goods-scroll-container-card {
    box-shadow: none;
    max-width: 245px;
    min-width: 245px;
    border-radius: 20px 20px 0 0;
    background: none;
    padding: 0;
}

.goods__inner--cart .goods-scroll-container-card-image {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    margin-bottom: 15px;
}


.goods__inner--cart .goods-scroll-container-card-title {
    font-family: Buyan;
    font-weight: 700;
    font-style: Bold;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0;
    min-height: calc(25px * 1.2 * 1);
    max-height: calc(25px * 1.2 * 1);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods__inner--cart .goods-scroll-container-card-prices {
    margin-bottom: 15px;
}
.goods__inner--cart .goods-scroll-container-card-price .price {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.goods__inner--cart .goods-scroll-container-card-price .old-price {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 5%;
    text-transform: uppercase;
}
.goods__inner--cart .goods-scroll-container-card-price.active {
    justify-content: space-between;
    gap: 0;
    min-height: 24px;
    max-height: 24px;
}
.goods__inner--cart .goods-scroll-container-card-button {
    width: 100%;
    padding: 16px 40px 16px 40px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 128%;
    letter-spacing: 5%;
    text-transform: uppercase;
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%),
    radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 12px;
    box-shadow: 0px 3px 0px 0px #D8A86E;
    margin-bottom: 10px;

}

.goods__inner--cart .goods-scroll-container-card-button:disabled {
    background: linear-gradient(264.11deg, #929292 -30.35%, #D0D0D0 5.5%, #E8E8E8 49.71%, #CECECE 95.1%, #8A8A8A 123.89%);
    border: 1px solid;
    box-shadow: 0px 5.8px 0px 0px #737373;
    cursor: not-allowed;
    pointer-events: none;
    color: #584D3E;
}

.goods__inner--cart .goods-scroll-container-card-button:disabled:before {
    display: none;
}

@media screen and (max-width: 1024px) {
    .goods__inner--cart {
        margin-top: 18px;
        margin-right: -35px;
    }
    .goods__inner--cart .goods-header{
        margin-bottom: 10px;
        padding-right: 35px;
    }
    .goods__inner--cart .goods-header h2{
        font-size: 35px;
    }
    .goods__inner--cart .goods-buttons {
        display: none !important;
    }
    .goods__inner--cart .goods-scroll-container-card {
        min-width: 158px;
        max-width: 158px;
    }

    .goods__inner--cart .goods-scroll-container-card-image {
        width: 100%;
        height: 150px;
        border-radius: 14px;
        margin-bottom: 10px;
    }
    .goods__inner--cart .goods-scroll-container-card-title {
        margin-bottom: 5px;
        min-height: calc(16px * 1.2 * 1);
        max-height: calc(16px * 1.2 * 1);
        font-size: 16px;
    }
    .goods__inner--cart .goods-scroll-container-card-prices {
        margin-bottom: 10px;
    }
    .goods__inner--cart .goods-scroll-container-card-price .price{
        font-size: 14px;
    }
    .goods__inner--cart .goods-scroll-container-card-price .old-price{
        font-size: 14px;
    }
    .goods__inner--cart .goods-scroll-container-card-button {
        font-size: 9px;
        padding: 10px 15px 12px 20px;
        border-radius: 10px;
        box-shadow: 0px 3px 0px 0px #D8A86E;
    }
}
@media screen and (max-width: 900px) {
    .goods-scroll-container {
        gap: 18px;
    }

    .goods-scroll-container-card {
        min-width: 345px;
        max-width: 345px;
        padding: 22px 22px 27px 21px;
        border-radius: 20px;
    }

    .goods-scroll-container-card-image {
    }

    .goods-scroll-container-card-title {
        font-size: 30px;
        min-height: calc(30px * 1.05 * 2);
        margin: 17px 0 19px 0;
    }
    .goods__inner--cart .goods-scroll-container-card-price.active {
        justify-content: space-between;
        min-height: auto;
    }
    .goods-scroll-container-card-variants {
        min-height: 41px;
        max-height: 41px;
        margin-bottom: 20px;
    }

    .goods-scroll-container-card-variant {
        min-height: 41px;
        max-height: 41px;
        padding: 9px;
    }

    .goods-header {
        margin-bottom: 20px;
    }

    .goods-header h2 {
        font-size: 60px;
    }

    .goods-buttons {
        display: none;
    }

    .goods-scroll-container-card-button {
        font-size: 14px;
    }

    .goods .separator {
        height: 67px;
    }
}

@media screen and (max-width: 600px) {
    .goods-scroll-container {
        gap: 10px;
    }

    .goods-header h2 {
        font-size: 50px;
    }

    .goods-scroll-container-card {
        min-width: 177px;
        max-width: 177px;
        padding: 13px 9px 16px 9px;
        border-radius: 16px;
    }

    .goods-scroll-container-card-image {
    }

    .goods-scroll-container-card-title {
        font-size: 16px;
        min-height: calc(16px * 1.05 * 2);
        margin: 10px 0 11px 0;
    }

    .goods-scroll-container-card-variants {
        min-height: 27px;
        max-height: 27px;
        margin-bottom: 11px;
        gap: 9px;
    }

    .goods-scroll-container-card-variant {
        padding: 5px 10px;
        min-height: 27px;
        max-height: 27px;
    }

    .goods-scroll-container-card-price .old-price, .goods-scroll-container-card-price .price {
        font-size: 16px;
    }
    .goods-scroll-container-card-prices {
        margin-bottom: 11px;
    }

    .goods-scroll-container-card-button {
        font-size: 9px;
        padding: 10px;
    }

    .goods .separator {
        height: 58px;
    }
    .goods__inner--cart {
        margin-top: 24px;
        margin-right: -30px;
    }
    .goods__inner--cart .goods-header{
        margin-bottom: 10px;
        padding-right: 30px;
    }
    .goods__inner--cart .goods-header h2{
        font-size: 30px;
    }

}

.goods__inner__product .goods-header {
    margin-top: 55px;
    margin-bottom: 37px;
}

.goods__inner__product .goods-header h2 {
  font-family: Buyan;
  font-weight: 700;
  font-size: 41px;
  line-height: 128%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.goods__inner__product .goods-buttons {
    gap: 20px;
    display: flex;
}

.goods__inner__product .goods-buttons button {
    width: 32px;
    height: 32px;
}

.goods__inner__product .goods-buttons img {
  width: 14px;
  height: 14px;
}

.goods__inner__product .goods-scroll-container {
    gap: 12px;
}

.goods__inner__product .goods-scroll-container-card {
  min-width: 293px;
  max-width: 293px;
  padding: 21px 17px 19px 18px;
}

.goods__inner__product .goods-scroll-container-card-image {
}

.goods__inner__product .goods-scroll-container-card-title {
  margin: 18px 0 14px 0;
  font-size: 26px;
  min-height: calc(26px * 1.05 * 2);
}

.goods__inner__product .goods-scroll-container-card-price .old-price, .goods__inner__product .goods-scroll-container-card-price .price {
  font-size: 24px;
}

.goods__inner__product .goods-scroll-container-card-prices {
  margin-bottom: 17px;
}

.goods__inner__product .goods-scroll-container-card-button {
  font-size: 14px;
  border-radius: 15px;
}

@media screen and (max-width: 900px) {
    .goods__inner__product .goods-header {
      margin-top: 37px;
      margin-bottom: 21px;
      gap: 15px;
    }

    .goods__inner__product .goods-scroll-container-card {
      min-width: 227px;
      max-width: 227px;
      padding: 17px 12px 15px 12px;
    }

    .goods__inner__product .goods-header h2 {
      font-size: 30px;
    }

    .goods__inner__product .goods-buttons button {
      width: 25px;
      height: 25px;
    }

    .goods__inner__product .scroll-buttons button:first-child img {
      margin-left: 2px;
    }

    .goods__inner__product .goods-buttons img {
      width: 12px;
      height: 12px;
    }

    .goods__inner__product .goods-scroll-container-card-image {
    }

    .goods__inner__product .goods-scroll-container-card-image img {
      border-radius: 20px;
    }

    .goods__inner__product .goods-scroll-container-card-title {
      margin-top: 14px 0 12px 0;
    }

    .goods__inner__product .goods-scroll-container-card-variants {
      min-height: 27px;
      max-height: 27px;
      margin-bottom: 12px;
    }

    .goods__inner__product .goods-scroll-container-card-variant {
      min-height: 27px;
      max-height: 27px;
    }

    .goods__inner__product .goods-scroll-container-card-button {
      font-size: 10px;
      height: 39px;
      border-radius: 12px;
    }

    .goods__inner__product .goods-scroll-container-card-title {
        margin: 14px 0 12px 0;
        font-size: 24px;
        min-height: calc(24px * 1.05 * 2);
    }

    .goods__inner__product .goods-scroll-container-card-prices {
      margin-bottom: 12px;
    }

    .goods__inner__product .goods-scroll-container-card-price .old-price, .goods__inner__product .goods-scroll-container-card-price .price {
      font-size: 18px;
    }

    .goods__inner__product .goods-scroll-container-card-price.active {
      justify-content: space-between;
      gap: 5px;
      min-height: auto;
    }

    .goods__inner__product .goods-buttons {
      gap: 10px;
      display: none;
    }
}

@media screen and (max-width: 515px) {
  .goods__inner__product .goods-header {
      margin-top: 43px;
      gap: 12px;
  }

  .goods__inner__product .goods-scroll-container-card {
    min-width: 177px;
    max-width: 177px;
    padding: 13px 9px 15px 10px;
  }

  .goods__inner__product .goods-scroll-container-card-image {
  }

  .goods__inner__product .goods-scroll-container-card-title {
    margin: 11px 0 11px 0;
    font-size: 16px;
    min-height: calc(16px * 1.05 * 2);
  }

  .goods__inner__product .goods-scroll-container-card-button {
    font-size: 9px;
    height: 30px;
    border-radius: 10px;
  }

  .goods__inner__product .goods-scroll-container-card-variants {
    margin-bottom: 11px;
  }

  .goods__inner__product .goods-scroll-container-card-price .old-price, .goods__inner__product .goods-scroll-container-card-price .price {
    font-size: 16px;
  }
}

.goods__inner__review {
    margin-bottom: 10px;
}

.goods__inner__review .goods-header {
    margin-bottom: 37px;
}
.goods__inner__review .goods-header h2 {
    font-family: Buyan;
    font-weight: 700;
    font-size: 41px;
    line-height: 128%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: auto;
}

.goods__inner__review .goods-buttons {
    gap: 20px;
    display: flex;
}

.goods__inner__review .goods-buttons button {
    width: 32px;
    height: 32px;
}

.goods__inner__review .goods-buttons img {
    width: 14px;
    height: 14px;
}

.goods__inner__review .goods-scroll-container {
    gap: 12px;
}

.goods__inner__review .goods-scroll-container-card {
    min-width: 293px;
    max-width: 293px;
    background: #505050;
    border-radius: 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.goods__inner__review .goods-scroll-container-card-image {
    height: auto;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.goods__inner__review .goods-scroll-container-card-image img {
    border-radius: 24px 24px 0 0;
}

@media screen and (max-width: 900px) {
    .goods__inner__review .goods-scroll-container-card-image img {
        border-radius: 20px 20px 0 0;
    }
}

@media screen and (max-width: 515px) {
    .goods__inner__review .goods-scroll-container-card-image img {
        border-radius: 16px 16px 0 0;
    }
}

.goods__inner__review .goods-scroll-container-card-image img,
.goods__inner__review .goods-scroll-container-card-image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.goods__inner__review .goods-scroll-container-card-image video {
    background: #000;
}

.slider-review-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.goods__inner__review .goods-scroll-container-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 19.28px 17.09px 16.05px;
}



.goods__inner__review .review-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 128%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(12px * 1.28 * 3);
    margin-bottom: 14px;
    color: #FFFFFF;
}

.goods__inner__review .reviews-scroll-container-card-desc-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
    margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
    .goods__inner__review .reviews-scroll-container-card-desc-1 {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 900px) {
    .goods__inner__review .reviews-scroll-container-card-desc-1{
        margin-bottom: 5px;
    }
}

.goods__inner__review .reviews-message-user-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 128%;
    min-width: 0;
    color: #FFFFFF;
}

.goods__inner__review .testimonial-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 3px;
    flex-shrink: 0;
}

.goods__inner__review .testimonial-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods__inner__review .reviews-message-user-name {
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
}


.goods__inner__review .review-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.goods__inner__review .review-rating-stars {
    display: flex;
    gap: 2px;
}

.goods__inner__review .review-rating-stars svg {
    width: 16px;
    height: auto;
}

.goods__inner__review .review-stats {
    display: flex;
    gap: 12px;
}

.goods__inner__review .review-stats-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.goods__inner__review .review-stats-item svg {
    width: auto;
    height: 16px;
    flex-shrink: 0;
}

.goods__inner__review .review-stats-item span {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 128%;
    color: #FFFFFF;
}


.goods__inner__review .review-details-btn {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3px 0px 0px #D8A86E;
    width: 100%;
    height: 38px;
    border-radius: 12px;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 10px;
    line-height: 128%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #584D3E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goods__inner__review .review-details-btn:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 12px;
}

.goods__inner__review .review-details-btn:hover {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    color: #584D3E;
}

@media screen and (max-width: 900px) {
    .goods__inner__review {
        margin-bottom: 13px;
    }

    .goods__inner__review .goods-scroll-container-card {
        min-width: 227px;
        max-width: 227px;
        border-radius: 20px;
    }

    .goods__inner__review .goods-scroll-container-card-image {
        padding-bottom: 100%;
    }

    .goods__inner__review .goods-scroll-container-card-content {
        padding: 6px 23px 14.48px 12.66px;
    }

    .goods__inner__review .testimonial-photo {
        width: 28px;
        height: 28px;
    }

    .goods__inner__review .reviews-message-user-info {
        font-size: 10px;
    }

    .goods__inner__review .review-rating {
        margin-bottom: 6px;
    }

    .goods__inner__review .review-rating-stars svg {
        width: 14px;
        height: auto;
    }

    .goods__inner__review .review-stats {
        gap: 10px;
    }

    .goods__inner__review .review-stats-item svg {
        height: 14px;
    }

    .goods__inner__review .review-stats-item span {
        font-size: 10px;
    }

    .goods__inner__review .review-text {
        font-size: 9px;
        min-height: calc(9px * 1.28 * 3);
        margin-bottom: 6px;
    }

    .goods__inner__review .goods-header {
        margin-bottom: 28px;
        gap: 15px;
    }

    .goods__inner__review .goods-header h2 {
        font-size: 30px;
    }

    .goods__inner__review .goods-buttons {
        gap: 10px;
        display: none;
    }

    .goods__inner__review .goods-buttons button {
        width: 25px;
        height: 25px;
    }

    .goods__inner__review .goods-buttons img {
        width: 12px;
        height: 12px;
    }

    .goods__inner__review .scroll-buttons button:first-child img {
        margin-left: 2px;
    }

    .goods__inner__review .review-details-btn {
        height: 30px;
        font-size: 10px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 515px) {
    .reviews h2 {
        margin-bottom: 0 !important;
    }

    .reviews .scroll-right {
        margin-left: 0;
    }

    .reviews .scroll-left {
        margin-right: 0;
    }

    .goods__inner__review .goods-scroll-container-card {
        min-width: 177px;
        max-width: 177px;
        border-radius: 16px;
    }

    .goods__inner__review .goods-scroll-container-card-content {
        padding: 5.65px 11.57px 12.09px 9.81px;
    }

    .goods__inner__review .testimonial-photo {
        width: 22px;
        height: 22px;
    }

    .goods__inner__review .reviews-scroll-container-card-desc-1 {
        gap: 5px;
    }

    .goods__inner__review .reviews-message-user-info {
        font-size: 9px;
    }

    .goods__inner__review .review-rating {
        margin-bottom: 5px;
    }

    .goods__inner__review .review-rating-stars svg {
        width: 12px;
        height: auto;
    }

    .goods__inner__review .review-stats {
        gap: 5px;
    }

    .goods__inner__review .review-stats-item svg {
        height: 12px;
    }

    .goods__inner__review .review-stats-item span {
        font-size: 9px;
    }

    .goods__inner__review .review-text {
        font-size: 9px;
        min-height: calc(9px * 1.28 * 3);
        margin-bottom: 6px;
    }

    .goods__inner__review .review-details-btn {
        border-radius: 8px;
        font-size: 9px;
    }
}

.reviewsPageTitle {
    font-family: Buyan;
    font-weight: 700;
    font-size: 70px;
    line-height: 128%;
    text-transform: uppercase;
}

.tile-review-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.tile-review {
    background: #505050;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 289px;
    border-radius: 24px;
}

.tile-review-image {
    width: 100%;
    position: relative;
    padding-bottom: 100%; /* для сохранения пропорций */
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}

.tile-review-image img,
.tile-review-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.tile-review-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.tile-review-content {
    padding: 0 19px 17.5px 16px;
    color: #fff;
}

.tile-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

@media screen and (max-width: 900px) {
    .tile-review-header {
        margin-bottom: 6px;
    }
}

@media screen and (max-width: 900px) {
    .tile-review-header {
        margin-bottom: 5px;
    }
}
.tile-review-user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    min-width: 0;
}

.tile-review-user-photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 3px;
    flex-shrink: 0;
}

.tile-review-user-photo img {
    width: 100%;
    height: 100%;
}

.tile-review-user-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 128%;
    min-width: 0;
}

.tile-review-user-name {
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex: 1;
    min-width: 0;
}

.tile-review-rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.tile-review-rating-stars {
    display: flex;
    gap: 2px;
}

.tile-review-rating-stars svg {
    width: 16px;
    height: auto;
}

.tile-review-stats {
    display: flex;
    gap: 12px;
}

.tile-review-stats-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.tile-review-stats-item svg {
    width: auto;
    height: 16px;
    flex-shrink: 0;
}

@media screen and (max-width: 900px) {
    .tile-review-stats-item .camera-svg {
        width: 14px;
        height: 100%;
    }

    .tile-review-stats {
        gap: 10px;
    }
}

.tile-review-stats-item .like-svg {
    width: 16px;
    height: 100%;
}

@media screen and (max-width: 515px) {
    .tile-review-stats-item .camera-svg {
        width: 15px;
        height: 100%;
    }

    .tile-review-stats {
        gap: 5px;
    }
}

.tile-review-stats-item .camera-svg {
    width: 16px;
    height: 100%;
}

.tile-review-stats-item span {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
}

.tile-review-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 128%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(12px * 1.28 * 3);
    margin-bottom: 14px;
}

.tile-review-footer a {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 3px 0px 0px #D8A86E;
    width: 100%;
    height: 38px;
    border-radius: 12px;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 10px;
    line-height: 128%;
    text-transform: uppercase;
    color: #584D3E;
}

.tile-review-footer a:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 12px;
}

.tile-review-footer a:hover {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    color: #584D3E;
}

@media screen and (max-width: 900px) {
    .tile-review-image {
        padding-bottom: 100%;
        margin-bottom: 6px;
    }

    .tile-review-user-photo {
        width: 28px;
        height: 28px;
    }

    .tile-review-user-info {
        font-size: 10px;
    }

    .tile-review-rating {
        margin-bottom: 6px;
    }

    .tile-review-rating-stars {
        gap: 1px;
    }

    .tile-review-rating-stars svg {
        width: 14px;
        height: auto;
    }

    .tile-review-stats {
        gap: 10px;
    }

    .tile-review-stats-item {
        gap: 3px;
    }

    .tile-review-stats-item svg {
        width: auto;
        height: 14px;
    }

    .tile-review-stats-item span {
        font-size: 10px;
    }

    .tile-review-text {
        font-size: 9px;
        min-height: calc(9px * 1.28 * 3);
        margin-bottom: 6px;
    }

    .tile-review-footer a {
        border-radius: 8px;
        height: 30px;
        padding: 0;
        padding-top: 2px;
    }

    .tile-review {
        border-radius: 15px;
    }
}

.tile-review__main {
    margin-bottom: 45px;
}

.reviewsPageTitle-main {
    background: radial-gradient(
        214.59% 1708.61% at 46.09% 49.4%, 
        #FFFFFF 0%, 
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 470px;
    margin: 0 auto;
}

.tile-review-grid.tile-review__main {
    margin-top: 64px;
}

.tile-review-more {
    max-width: 468px;
    margin: 0 auto;
}

.tile-review-more a {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 8px 0px 0px #D8A86E;
    width: 100%;
    height: 95px;
    border-radius: 24px;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 21px;
    line-height: 128%;
    text-transform: uppercase;
    
    color: #584D3E;
}

.tile-review-more a:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 24px;
}

.tile-review-more a:hover {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    color: #584D3E;
}

@media screen and (max-width: 900px) {
    .tile-review__main.tile-review-grid {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .tile-review__main.tile-review-grid::-webkit-scrollbar {
        display: none;
    }

    .tile-review__main .tile-review {
        flex: 0 0 229px;
        scroll-snap-align: start;
    }

    .reviews .wrapper, .reviews-product-goods .wrapper {
        padding: 0 0 0 30px;
    }

    .tile-review-grid.tile-review__main {
        gap: 12px;
    }

    .tile-review-grid.tile-review__main {
        margin-top: 40px;
        margin-bottom: 35px;
    }

    .reviewsPageTitle-main {
        font-size: 60px;
        max-width: 470px;
    }

    .tile-review-more {
        width: 311px;
    }

    .tile-review-more a {
        font-size: 16px;
        height: 72px;
        border-radius: 12px;
        box-shadow: 0px 5px 0px 0px #D8A86E;
    }

    .tile-review-content {
        padding: 0 15px 15px 12px;
    }
}

@media screen and (max-width: 515px) {
    .reviews .wrapper, .reviews-product-goods .wrapper {
        padding: 0 0 0 14px;
    }

    .reviews .reviewsPageTitle-main {
        font-size: 50px;
        max-width: 335px;
        text-align: center;
        margin-bottom: 35px !important;
    }

    .tile-review-grid.tile-review__main {
        gap: 10px;
    }

    .tile-review__main .tile-review {
        flex: 0 0 177px;
    }

    .tile-review-image {
        margin-bottom: 5px;
    }

    .tile-review-user {
        margin-bottom: 2px;
    }

    .tile-review-user-photo {
        width: 22px;
        height: 22px;
    }

    .tile-review-user {
        gap: 5px;
    }

    .tile-review-user-info {
        font-size: 9px;
    }

    .tile-review-rating {
        margin-bottom: 5px;
    }

    .tile-review-rating svg {
        width: 13px;
        height: auto;
    }

    .tile-review-footer a {
        font-size: 9px;
        padding: 0;
    }

    .tile-review-content {
        padding: 0 11px 12px 9px;
    }

    .tile-review-grid.tile-review__main {
        margin: 35px 0 25px 0;
    }

    .tile-review-more {
        width: 281px;
    }

    .tile-review-more a {
        font-size: 14px;
        height: 61px;
        border-radius: 16px;
        box-shadow: 0px 5px 0px 0px #D8A86E;
    }
}

@media screen and (max-width: 350px) {
    .tile-review-more {
        width: 200px;
    }

    .tile-review-more a {
        font-size: 12px;
        text-align: center;
        height: 45px;
    }

    .reviews .reviewsPageTitle-main {
        font-size: 45px;
    }
}

@media screen and (max-width: 350px) {
    .reviews .reviewsPageTitle-main {
        font-size: 35px;
    }
}


.catalogSystem-card {
    width: 100%;
    padding: 29px 24px 28px 24px;
    background-color: #474646;
    border-radius: 24px;
}

.catalogSystem-card__image {
    width: 100%;
    position: relative;
    padding-bottom: 100%; /* для сохранения пропорций */
    max-width: 342px;
    overflow: hidden;
    border-radius: 24px;
    margin: 0 auto;
}

.catalogSystem-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.catalogSystem-card__title {
    font-family: Buyan;
    font-weight: 700;
    font-size: 32px;
    line-height: 105%;
    color: #FFFFFF;
    margin: 28px 0 22px 0;
    min-height: calc(32px * 1.05 * 2); /* Высота на 2 строки */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.catalogSystem-card__variants {
    display: flex;
    overflow-x: auto;
    gap: 13px;
    margin-bottom: 22px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    min-height: 37px;
    max-height: 37px;
}

.catalogSystem-card__variants.grabbing {
    cursor: grabbing;
}

.catalogSystem-card__variants::-webkit-scrollbar {
    display: none;
}

.catalogSystem-card__variant {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #807A74;
    text-align: center;
    cursor: pointer;
    color: #807A74;
    font-family: Buyan;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 37px;
    max-height: 37px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
}

.catalogSystem-card__variant.active {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.catalogSystem-card__prices {
    margin-bottom: 26px;
}

.catalogSystem-card__price {
    display: none;
}

.catalogSystem-card__price.active {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    min-height: 31px;
}

.catalogSystem-card__price .price,
.catalogSystem-card__price .old-price {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 105%;
    color: #FFFFFF;
}

.catalogSystem-card__price .old-price {
    color: #7E7E7E;
    text-decoration: line-through;
}

.catalogSystem-card__form {
    width: 100%;
}

.catalogSystem-card__button {
  width: 100%;
  border: none;
  border-radius: 18px;
  background: linear-gradient(264.11deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0px 5.8px 0px 0px #E6B57B;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  line-height: 128%;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #584D3E;
  height: 70px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  touch-action: manipulation;
}

.catalogSystem-card__button:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 24px;
}

.catalogSystem-card__button:hover {
    box-shadow: 0px 1.8px 0px 0px #E6B57B;
}

.catalogSystem-card__button:disabled{
    background: linear-gradient(264.11deg, #929292 -30.35%, #D0D0D0 5.5%, #E8E8E8 49.71%, #CECECE 95.1%, #8A8A8A 123.89%);
    border: 1px solid;
    box-shadow: 0px 5.8px 0px 0px #737373;

}

@media screen and (max-width: 1255px) {
    .catalogSystem-card__button {
        height: 66px;
    }
}

@media screen and (max-width: 1025px) {
  .catalogSystem-card {
    padding: 25px 21px 32px 20.5px;
  }

  .catalogSystem-card__image {
    padding-bottom: 100%; /* для сохранения пропорций */
  }
}

@media screen and (max-width: 900px) {
  .catalogSystem-card__image {
    padding-bottom: 100%; /* для сохранения пропорций */
  }

  .catalogSystem-card__title {
    font-size: 30px;
    min-height: calc(30px * 1.05 * 2); /*Высота на 2 строки */
    margin: 24px 0 24px 0;
  }

  .catalogSystem-card__prices {
    margin-bottom: 22px;
  }

  .catalogSystem-card__variants {
    margin-bottom: 24px;
    min-height: 37px;
    max-height: 37px;
  }

  .catalogSystem-card__variant {
    min-height: 37px;
    max-height: 37px;
  }

  .catalogSystem-card__button {
    height: 58px;
  }
}

@media screen and (max-width: 600px) {

  .catalogSystem-card {
    padding: 13px 9px 11px 10px;
    border-radius: 16px;
  }

  .catalogSystem-card__image {
    border-radius: 16px;
    padding-bottom: 100%; /* для сохранения пропорций */
  }

  .catalogSystem-card__title {
    font-size: 16px;
    min-height: calc(16px * 1.05 * 2); /*Высота на 2 строки */
    max-height: 30px;
    margin: 11px 0 11px 0;
  }

  .catalogSystem-card__variants {
    margin-bottom: 11px;
    gap: 9px;
    min-height: 27px;
    max-height: 27px;
  }

  .catalogSystem-card__variant {
    font-size: 14px;
    padding: 5px 10px;
    min-height: 27px;
    max-height: 27px;
  }

  .catalogSystem-card__prices {
    margin-bottom: 10px;
    min-height: 11px;
  }

  .catalogSystem-card__price .price, .catalogSystem-card__price .old-price {
    font-size: 16px;
  }

  .catalogSystem-card__button {
    box-shadow: 0px 3px 0px 0px #E6B57B;
    height: 30px;
    font-size: 9px;
    border-radius: 9px;
  }
}

.catalogNew__items {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1025px) {
    .catalogNew__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 600px) {
  .catalogNew__items {
    gap: 12px;
  }
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-item {
    margin: 0;
}

.pagination .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #474646;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0;
}

.page-item.active .page-link {
    background: #FFCC8F;
    color: #252525;
}

.page-link:hover {
    background: #FFCC8F;
    color: #252525;
}

.page-item.disabled .page-link {
    background: #333333;
    color: #666666;
    cursor: not-allowed;
}

@media screen and (max-width: 600px) {
    .pagination .page-item .page-link {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .pagination {
        gap: 5px;
    }
}

.catalog-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
}

.load-more-btn {
    background: #474646;
    color: #FFFFFF;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.load-more-btn:hover {
    background: #FFCC8F;
    color: #252525;
}

.load-more-btn.loading {
    opacity: 0.7;
    cursor: not-allowed;
    background: #333333;
}

@media screen and (max-width: 768px) {
    .load-more-btn {
        padding: 7px 10px;
        font-size: 12px;
    }
    .catalog-navigation {
        margin-bottom: 20px;
    }
}

.fancybox-inner .review-form {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  background: #383838;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.fancybox-inner .review-form::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(111, 111, 111, 0.6) 0%, rgba(111, 111, 111, 0) 70%);
  filter: blur(120px);
  z-index: 0;
}

.fancybox-inner .review-form::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(111, 111, 111, 0.6) 0%, rgba(111, 111, 111, 0) 70%);
  filter: blur(120px);
  z-index: 0;
}

.fancybox-inner .review-form > * {
  position: relative;
  z-index: 1;
}

/* Кнопка закрытия Fancybox */
.fancybox-container .fancybox-button.fancybox-close-small,
button.fancybox-button.fancybox-close-small {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: auto !important;
}

.review-form-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.review-back-container {
  padding-top: 30px;
}

@media (max-width: 900px) {
  .review-form-title {
    font-size: 50px;
  }

  .fancybox-inner .review-form {
    width: 100%;
    min-height: 100vh;
  }

  .fancybox-slide--html {
    padding: 0 !important;
  }
}

@media (max-width: 600px) {
  .review-form-title {
    font-size: 40px;
  }
}

.empty-state {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}

.empty-state-icon {
  width: 180px;
  height: 150px;
  border: 5px solid #B5B4B4;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 35px;
}

.empty-state-icon svg {
  width: 100px;
  height: 100px;
  fill: #B5B4B4;
}

.empty-state-content {
  flex: 1;
}

.empty-state-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 45px;
  text-align: center;
}

.empty-state-button {
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  width: 381px;
  height: 95px;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 25px;
  color: #584D3E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
  border: none;
  cursor: pointer;
}

.empty-state-button:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}

.empty-state-button:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

.empty-state-button:active {
  box-shadow: 0px 4px 0px 0px #D8A86E;
}


@media screen and (max-width: 900px) {
    .empty-state-title {
        font-size: 50px;
        margin-bottom: 45px;
    }

    .empty-state-icon {
      width: 150px;
      height: 125px;
      margin-bottom: 30px;
    }

    .empty-state-icon svg {
      width: 70px;
      height: 70px;
      fill: #B5B4B4;
    }

  .empty-state-button {
    width: 262px;
    height: 75px;
    font-size: 16px;
    border-radius: 18px;
  }
}

@media screen and (max-width: 600px) {
  .empty-state {
    padding: 50px 14px 50px 14px;
  }

  .empty-state-title {
    font-size: 40px;
    margin-bottom: 30px;
    max-width: 309px;
  }

  .empty-state-icon {
    width: 125px;
    height: 125px;
    margin-bottom: 30px;
  }

  .empty-state-icon svg {
    width: 50px;
    height: 50px;
  }

  .empty-state-content {
    width: 100%;
  }

  .empty-state-button {
    width: 100%;
    height: 68px;
    font-size: 16px;
    border-radius: 18px;
  }
}

.orders-list {
  padding: 141px 174px 95px 173px;
}

.review-form-title-step1 {
  margin-bottom: 43px;
}

.review-step {
  transition: all 0.3s ease;
}

.review-step.fade-enter {
  opacity: 0;
  transform: translateX(20px);
}

.review-step.fade-enter-active {
  opacity: 1;
  transform: translateX(0);
}

.review-step.fade-exit {
  opacity: 1;
  transform: translateX(0);
}

.review-step.fade-exit-active {
  opacity: 0;
  transform: translateX(-20px);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 13px;
  margin: 20px 0;
}

.product-select-card {
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.product-select-card.product-hidden {
  display: none;
}

.product-select-image {
  width: 100%;
  position: relative;
  padding-bottom: 102%;
  overflow: hidden;
  border-radius: 14px;
  margin-bottom: 12px;
  border: 5px solid transparent;
  transition: border-color 0.3s ease;
}

.product-select-card:hover .product-select-image {
  border-color: #FFCC8F;
}

.product-select-card.selected .product-select-image {
  border-color: #FFCC8F;
}

.product-select-card:active .product-select-image {
  border-color: #FFCC8F;
  opacity: 0.8;
}

.product-select-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.orders-list .review-form-actions {
  display: flex;
  justify-content: end;
  margin-top: 43px;
}

.orders-list .next-step-btn {
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  width: 381px;
  height: 95px;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  color: #584D3E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
  border: none;
  cursor: pointer;
}

.orders-list .next-step-btn:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}

.orders-list .next-step-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

.orders-list .next-step-btn:active {
  box-shadow: 0px 4px 0px 0px #D8A86E;
}


.product-select-name {
  font-family: Buyan;
  font-weight: 700;
  font-size: 30px;
  line-height: 105%;
  text-transform: uppercase;
  color: #FFFFFF;
  min-height: calc(30px * 1.05 * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.order-section{
  width: 100%;
  margin-bottom: 43px;
}

.order-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 35px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
}

@media screen and (max-width: 1280px) {
  .orders-list .review-form-actions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .orders-list .next-step-btn {
    width: auto;
    grid-column: 3;
    height: 75px;
  }
}

@media screen and (max-width: 900px) {
  .orders-list {
    padding: 138px 45px 76px 45px;
  }

  .review-form-title-step1 {
    margin-bottom: 32px;
  }

  .order-section{
    margin-bottom: 32px;
  }

  .order-title {
    font-size: 30px;
  }

  .products-grid {
    gap: 21px 12px;
    margin: 19px 0;
  }

  .product-select-image {
    border-radius: 12px;
    padding-bottom: 99%;
    margin-bottom: 16px;
  }

  .product-select-name {
    font-size: 25px;
    min-height: calc(25px * 1.05 * 2);
  }

  .orders-list .review-form-actions {
    margin-top: 32px;
  }

  .orders-list .next-step-btn {
    width: auto;
    font-size: 18px;
    border-radius: 18px;
  }
}

@media screen and (max-width: 600px) {
  .orders-list {
    padding: 103px 16px 60px 13px;
  }

  .review-form-title-step1 {
    margin-bottom: 30px;
  }

  .order-section{
    margin-bottom: 25px;
  }
  
  .order-title {
    font-size: 25px;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px 8px;
    margin: 15px 0;
  }

  .product-select-image {
    border-radius: 14px;
    padding-bottom: 92%;
    margin-bottom: 11px;
  }

  .product-select-name {
    font-size: 18px;
    min-height: calc(18px * 1.05 * 2);
  }

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

  .orders-list .next-step-btn {
    width: 100%;
    max-width: 366px;
    height: 68px;
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  .orders-list .review-form-actions {
    display: flex;
    justify-content: center;
  }
}

.review-step2 {
  padding: 173px 167px 180px 175px;
}

.review-step2 .review-step2-top, .review-step2 .review-step2-bottom {
  display: flex;
  width: 100%;
  padding-bottom: 35px;
  gap: 39px;
}

.review-step2 .review-form-title-mobile {
  display: none;
}

.review-step2 .review-step2-bottom {
  padding-bottom: 0;
}

.review-step2 .product-preview-image, .review-step2 .product-preview-name {
  width: 43.7%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-bottom: 37.7%;
  flex-shrink: 0;
}

.review-step2 .product-preview-name {
  padding-bottom: 0;
  border-radius: 0;
}

.review-step2 .product-preview-name-mobile {
  display: none;
}

.review-step2 .product-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.review-step2 .star {
  cursor: pointer;
  transition: transform 0.2s ease;
  display: inline-block;
}

.review-step2 .star svg {
  pointer-events: none;
  display: block;
}

.review-step2 .star path {
  fill: #7E7E7E;
  transition: fill 0.2s ease;
  pointer-events: none;
}

.review-step2 .star:hover {
  transform: scale(1.1);
}

.review-step2 .star.active path {
  fill: #FFCC8F;
}

.review-step2 .review-step2-top-right, .review-step2 .review-step2-bottom-right {
  width: 100%;
}

.review-step2 .review-form-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
}

.review-step2 .stars-container {
  display: flex;
}

.review-step2 .stars-container svg {
  width: 90px;
  height: 90px;
}

.review-step2 .rating-hint {
  margin-top: 16.36px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.review-step2 .next-step-btn {
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  width: 100%;
  height: 95px;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  color: #584D3E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
  border: none;
  cursor: pointer;
}

.review-step2 .next-step-btn:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}

.review-step2 .next-step-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

.review-step2 .next-step-btn:active {
  box-shadow: 0px 4px 0px 0px #D8A86E;
}

.review-step2 .product-preview-name {
  font-family: Buyan;
  font-weight: 700;
  font-size: 35px;
  line-height: 105%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.review-step2 .rating-stars {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .review-step2 {
    padding: 320px 44px 407px 46px;
  }

  .review-step2 .product-preview-image, .review-step2 .product-preview-name {
    width: 44%;
    border-radius: 20px;
    padding-bottom: 39%;
  }

  .review-step2 .product-preview-name {
    padding-bottom: 0;
    border-radius: 0;
  }

  .review-step2 .review-form-title {
    font-size: 50px;
  }

  .review-step2 .stars-container svg {
    width: 65px;
    height: 65px;
  }

  .review-step2 .rating-hint {
    font-size: 18px;
  }

  .review-step2 .product-preview-name {
    font-size: 30px;
  }

  .review-step2 .review-step2-top {
    padding-bottom: 25px;
  }

  .review-step2 .review-step2-top, .review-step2 .review-step2-bottom {
    gap: 25px;
  }
}

@media screen and (max-width: 900px) {
  .review-step2 .next-step-btn {
    height: 78px;
    font-size: 16px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 670px) {
  .review-step2 {
    padding: 76px 14px 76px 14px;
  }
}

@media screen and (max-width: 650px) {
  .review-step2 .next-step-btn {
    height: 68px;
    font-size: 14px;
    border-radius: 18px;
  }

  .review-step2 .review-step2-top {
    flex-direction: column;
  }

  .review-step2 .review-step2-bottom {
    display: none;
  }

  .review-step2 .product-preview-name-mobile {
    display: block;
  }

  .review-step2 .review-form-title {
    display: none;
  }

  .review-step2 .review-form-title-mobile {
    display: block;
  }

  .review-step2 .rating-stars {
    margin-bottom: 25px;
  }  
}

@media screen and (max-width: 550px) {
  .review-step2 .review-step2-top {
    gap: 15px;
    padding-bottom: 0;
  }

  .review-step2 .product-preview-name-mobile {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .review-step2 .review-form-title-mobile {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .review-step2 .rating-hint {
    font-size: 16px;
    margin-top: 6px;
  }

  .review-step2 .stars-container svg {
    width: 72px;
    height: 72px;
  }

  .review-step2 .product-preview-image {
    width: 100%;
    padding-bottom: 100%;
  }

  .review-step2 .product-preview-name {
    width: 60%;
  }
}

.review-step3 {
    padding: 168px 173.93px 207px 174px;
}

.review-step3 .review-form-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 38px;
}

.review-step3 .review-types {
  display: flex;
  gap: 13px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.review-step3 .review-type-card {
  position: relative;
  background: linear-gradient(86.58deg, #4DBFFF -0.28%, #7BD0FF 56.98%, #4DBFFF 99.31%);
  padding: 33px 18px 30px 32px;
  width: 279px;
  height: 233px;
  border-radius: 14px;
  border: 5px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  transition: border 0.3s ease;
  overflow: hidden;
}

.review-step3 .review-type-card:hover {
  border-color: #FFCC8F;
}

.review-step3 .review-type-card.selected {
  border-color: #FFCC8F;
}

.review-step3 .review-type-card img {
  position: absolute;
  pointer-events: none;
}

.review-step3 .type-card-content {
  pointer-events: none;
}

.review-step3 .text_img {
  bottom: 0;
  right: -8%;
  width: 125px;
  height: 165px;
}

.review-step3 .photo_img {
  bottom: 0;
  right: 0;
  width: 112px;
  height: 174px;
}

.review-step3 .video_img {
  bottom: 0;
  right: 0;
  width: 99px;
  height: 174px;
}

.review-step3 .type-card-title {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 21px;
  line-height: 108%;
  text-transform: uppercase;
  color: #FFFFFF;
  min-height: calc(21px*1.05*2);
}

.review-step3 .type-card-bonus {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 78px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 150px;
}

.review-step3 .type-card-label {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 27px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 150px;
}

.review-step3 .review-step3-bottom {
    display: flex;
    gap: 19px;
    justify-content: space-between;
}

.review-step3-text {
  width: 100%;
  max-width: 481px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
}

.review-step3-text span {
  font-weight: 800;
}

.review-step3 .review-form-actions {
  width: 100%;
}

.review-step3 .next-step-btn {
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  width: 100%;
  height: 95px;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  color: #584D3E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
  border: none;
  cursor: pointer;
}

.review-step3 .next-step-btn:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}

.review-step3 .next-step-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

.review-step3 .next-step-btn:active {
  box-shadow: 0px 4px 0px 0px #D8A86E;
}

@media screen and (max-width: 1325px) {
  .review-step3 {
    padding: 244px 125px 207px 125px;
  }
}

@media screen and (max-width: 1225px) {
  .review-step3 {
    padding: 244px 100px 207px 100px;
  }
}

@media screen and (max-width: 1168px) {
  .review-step3 {
    padding: 244px 70px 207px 70px;
  }
}

@media screen and (max-width: 1105px) {
  .review-step3 {
    padding: 244px 50px 207px 50px;
  }
}

@media screen and (max-width: 1057px) {
  .review-step3 {
    padding: 244px 45px 207px 45px;
  }
}

@media screen and (max-width: 1057px) {
  .review-step3 .review-type-card {
    padding: 26px 21px 24px 25px;
    border-radius: 12px;
  }

  .review-step3 .type-card-title {
    font-size: 17px;
  }

  .review-step3 .type-card-bonus {
    font-size: 68px;
  }

  .review-step3 .type-card-label {
    font-size: 27px;
  }
}

@media screen and (max-width: 1052px) {
  .review-step3 .text_img {
    bottom: 0;
    right: -8%;
    width: 87.43px;
    height: 129px;
  }
  
  .review-step3 .photo_img {
    bottom: 0;
    right: 0;
    width: 87.57px;
    height: 136.04px;
  }
  
  .review-step3 .video_img {
    bottom: 0;
    right: 0;
    width: 72.1px;
    height: 137px;
  }
}

@media screen and (max-width: 965px) {
  .review-step3 .review-form-title {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .review-step3 .review-types {
    gap: 12px;
  }
}

@media screen and (max-width: 900px) {
  .review-step3 {
    padding: 314px 45px 317px 45px;
  }

  .review-step3 .review-type-card {
    width: 33.3%;
    height: auto;
  }

  .review-step3 .review-step3-text {
    font-size: 16px;
  }

  .review-step3 .review-types {
    margin-bottom: 20px;
  }

  .review-step3 .next-step-btn {
    font-size: 16px;
    border-radius: 18px;
    height: 75px;
  }

  .review-step3 .review-form-actions {
    max-width: 235px;
  }

  .review-step3 .type-card-bonus {
    line-height: 87%;
  }
}

@media screen and (max-width: 850px) {
  .review-step3 .text_img {
    right: -10%;
  }
  
  .review-step3 .photo_img {
    right: -5%;
  }
  
  .review-step3 .video_img {
    right: -3%;
  }
}

@media screen and (max-width: 790px) {
  .review-step3 .type-card-label {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .review-step3 .review-type-card {
    padding: 26px 21px 24px 10px;
  }
}

@media screen and (max-width: 670px) {
  .review-step3 {
    padding: 76px 13px 74px 14px;
  }
  .review-step3 .review-form-title {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .review-step3 .review-types {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }

  .review-step3 .review-type-card {
    width: 100%;
    height: auto;
    padding: 25px 10px 25px 24px;
  }

  .review-step3 .text_img, .review-step3 .photo_img, .review-step3 .video_img {
    right: 0;
  }

  .review-step3 .type-card-title {
    min-height: 0;
    font-size: 23px;
  }

  .review-step3 .type-card-bonus {
    font-size: 100px;
    line-height: 100%;
  }

  .review-step3 .type-card-label {
    font-size: 27px;
  }

  .review-step3 .review-step3-bottom {
    flex-direction: column;
    gap: 23px;
  }

  .review-step3 .review-step3-text {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
  }

  .desktop-br {
    display: none;
  }

  .review-step3 .review-form-actions {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .review-step3 .next-step-btn {
    font-size: 14px;
    height: 68px;
  }
}

.review-step4 {
  padding: 173px 175px 80px 175px;
}

.review-step4 .review-step4-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.review-step4 .review-step4-left {
  width: 48%;
}

.review-step4 .product-preview-image {
  width: 100%;
  padding-bottom: 91%;
  position: relative;
  flex-shrink: 0;
  border-radius: 24px;
  margin-bottom: 36px;
  overflow: hidden;
}

.review-step4 .product-preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.review-step4 .product-preview-name {
  font-family: Buyan;
  font-weight: 700;
  font-size: 35px;
  line-height: 105%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.review-step4 .review-step4-right {
  width: 52%;
}

.review-step4 .review-form-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.review-step4 .form-group {
  margin-bottom: 25px;
}

.review-step4 .form-group label {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}

.review-step4 .form-control {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #9E9E9E;
  border-radius: 0;
  outline: none;
}

.review-step4 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.review-step4 .form-control:focus {
  border-bottom-color: #FFCC8F;
}

.review-step4 .upload-label {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 12px;
  display: block;
}

.review-step4 .upload-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 10px;
  margin-bottom: 25px;
}

.review-step4 .upload-item {
  width: 139px;
  height: 139px;
  background: #D9D9D9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  overflow: hidden;
  position: relative;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

@media screen and (max-width: 900px) {
    .review-step4 .upload-item {
        width: 109px;
        height: 109px;
    }
}

@media screen and (max-width: 900px) {
    .review-step4 .upload-item {
        width: 115px;
        height: 115px;
        border-radius: 12px;
    }
}

.review-step4 .upload-item:hover {
  opacity: 0.8;
}

.review-step4 .upload-item img,
.review-step4 .upload-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.review-step4 .upload-item svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}

.review-step4 .upload-item.has-file svg.upload-icon {
  display: none;
}

.review-step4 .upload-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-step4 .delete-media-btn {
  background: #FF0000;
  color: white;
  border: none;
  border-radius: 9px;
  padding: 7px 0;
  margin-top: 7px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}

.review-step4 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s ease;
}

.review-step4 .play-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.review-step4 .play-btn svg {
  width: 24px;
  height: 24px;
}

.review-step4 .add-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-step4 .add-media-btn {
  width: 139px;
  height: 139px;
  background: #D9D9D9;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  color: #7E7E7E;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.review-step4 .add-media-btn:hover {
  opacity: 0.8;
}

.review-step4 .add-media-btn svg {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 900px) {
    .review-step4 .upload-item {
        width: 109px;
        height: 109px;
    }
}

@media screen and (max-width: 900px) {
    .review-step4 .upload-item {
        width: 115px;
        height: 115px;
        border-radius: 12px;
    }
}

.review-step4 .upload-item.has-video {
  background: #7D7D7D;
}

.review-step4 .upload-item.has-video video {
  display: none;
}

.review-step4 .upload-item.has-video .play-btn {
  display: flex !important;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
}

.review-step4 .upload-item.has-video .play-btn svg {
  width: 25px;
  height: 25px;
}

.review-step4 .upload-item.has-video .play-btn svg path {
  fill: #3D3D3D;
}

.review-step4 .form-group textarea {
  height: 35px;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #B6B6B6;
  resize: auto;
}

.review-step4 .form-group textarea::placeholder {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #B6B6B6;
}

.review-step4 .next-step-btn {
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  width: 100%;
  height: 95px;
  border-radius: 24px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 18px;
  color: #584D3E;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.1s ease-in, box-shadow 0.25s ease-in;
  border: none;
  cursor: pointer;
}

.review-step4 .next-step-btn:before {
  content: '';
  background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 24px;
}

.review-step4 .next-step-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

.review-step4 .next-step-btn:active {
  box-shadow: 0px 4px 0px 0px #D8A86E;
}

.review-step4 .review-form-title-tablet {
  display: none;
}

@media screen and (max-width: 1275px) {
  .review-step4 {
    padding: 173px 44px 80px 46px;
  }
}

@media screen and (max-width: 1200px) {
  .review-step4 {
    padding: 266px 44px 265px 46px;
  }
}

@media screen and (max-width: 900px) {
  .review-step4 .next-step-btn {
    height: 78px;
    font-size: 16px;
    border-radius: 20px;
  }

  .review-step4 .review-form-title {
    display: none;
    font-size: 50px;
    margin-bottom: 30px;
  }

  .review-step4 .review-form-title-tablet {
    display: block;
  }

  .review-step4 .review-step4-left {
    width: 45%;
  }

  .review-step4 .product-preview-image {
    padding-bottom: 89%;
    border-radius: 20px;
    margin-bottom: 25px;
  }

  .review-step4 .product-preview-name {
    font-size: 30px;
  }

  .review-step4 .form-group {
    margin-bottom: 22px;
  }

  .review-step4 .form-group textarea {
    height: 30px;
    font-size: 16px;
  }

  .review-step4 .form-group textarea::placeholder {
    font-size: 16px;
  }

  .review-step4 .form-group label {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .review-step4 .upload-grid {
    gap: 15px 8px;
    margin-bottom: 20px;
  }

  .review-step4 .review-step4-content {
    gap: 25px;
  }

  .review-step4 .upload-item svg {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 670px) {
  .review-step4 {
    padding: 76px 14px 76px 14px;
  }

  .review-step4 .next-step-btn {
    height: 68px;
    font-size: 14px;
    border-radius: 18px;
  }

  .review-step4 .review-form-title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .review-step4 .review-step4-content {
    /* flex-direction: column; */
    margin-bottom: 23px;
  }

  .review-step4 .form-group textarea {
    font-size: 12px;
  }

  .review-step4 .form-group textarea::placeholder {
    font-size: 12px;
  }

  .review-step4 .form-group label {
    font-size: 23px;
  }

  .review-step4 .upload-item svg {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 515px) {
  .review-step4 .review-step4-content {
    flex-direction: column;
  }

  .review-step4 .review-step4-left {
    width: 100%;
  }

  .review-step4 .review-step4-right {
    width: 100%;
  }
}

#thank-you-modal {
  max-width: 1280px;
  width: 90%;
  background: #0083F6;
  padding: 0;
}

.thank-you-content {
  background-image: url('/images/reviews/successBg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 276px 595px 262px 175px;
}

.thank-you-title, .thank-you-text, .thank-you-subtitle, .thank-you-btn {
  max-width: 440px;
}

.thank-you-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
  transition: opacity 0.3s ease;
}

.thank-you-close:hover {
  opacity: 0.7;
}

.thank-you-title {
  font-family: Buyan;
  font-weight: 700;
  font-size: 55px;
  line-height: 128%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.thank-you-text, .thank-you-subtitle {
  font-family: Montserrat;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
}

.thank-you-subtitle {
  margin-bottom: 30px;
}

.thank-you-btn {
  width: 100%;
  height: 95px;
  background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);
  box-shadow: 0px 8.8px 0px 0px #D8A86E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 800;
  line-height: 128%;
  font-size: 18px;
  color: #584D3E;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
}

.thank-you-btn:hover {
  box-shadow: 0px 5px 0px 0px #D8A86E;
}

@media (max-width: 1235px) {
  .thank-you-content {
    padding: 276px 500px 262px 150px;
  }
}

@media (max-width: 1100px) {
  .thank-you-content {
    padding: 276px 400px 262px 50px;
  }
}

@media (max-width: 900px) {
  #thank-you-modal, .thank-you-content {
    width: 100%;
    min-height: 100vh;
  }

  .thank-you-content {
    padding: 276px 400px 262px 50px;
  }

  .thank-you-content {
    background-image: url('/images/reviews/successBgTablet.png');
  }

  .thank-you-title {
    font-size: 50px;
    margin-bottom: 26px;
  }

  .thank-you-text, .thank-you-subtitle {
    font-size: 16px;
  }

  .thank-you-btn {
    height: 76px;
    font-size: 16px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 600px) {
  .thank-you-content {
    background-image: url('/images/reviews/successBgMobile.png');
    padding: 66px 13px 548px 14px;
  }

  .thank-you-title {
    font-size: 40px;
    margin-bottom: 25px;
  }

  .thank-you-text, .thank-you-subtitle {
    font-size: 12px;
  }

  .thank-you-subtitle {
    margin-bottom: 23px;
  }

  .thank-you-btn {
    height: 68px;
    font-size: 14px;
    border-radius: 18px;
  }
}

.unity-product-review {
    background: #4B4B4B;
    border-radius: 24px;
    overflow: hidden;
    padding: 22px 16.5px 14.5px 14.8px;
}

.unity-product-review-image {
    width: 100%;
    position: relative;
    padding-bottom: 100%; /* для сохранения пропорций */
    overflow: hidden;
    border-radius: 24px;
}

.unity-product-review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.unity-product-review-content {
    padding-top: 17px;
    padding-bottom: 6.7px;
}

.unity-product-review-title {
    font-family: Buyan;
    font-weight: 700;
    font-size: 25px;
    line-height: 105%;
    text-transform: uppercase;
    color: #FFFFFF;
    min-height: calc(25px * 1.05 * 2);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.unity-product-review-title:hover {
    color: #FFCC8F;
}

.unity-product-review-rating {
    display: flex;
    align-items: end;
    gap: 8px;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
}

.unity-product-review-stars {
    display: flex;
}

.unity-product-review-stars svg {
    width: 27px;
    height: 27px;
}

.unity-product-review-count {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 105%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.unity-product-review-actions {
    margin-top: 15px;
}

.products-with-reviews .unity-product-review-actions .btn {
    width: 100%;
    padding: 8px 15px;
    box-shadow: 0px 6.78px 0px 0px #D8A86E;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    height: 49.7px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: Montserrat;
    font-weight: 800;
    font-size: 14px;
    line-height: 128%;
    text-transform: uppercase;
}

.products-with-reviews .unity-product-review-actions .btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}

.products-with-reviews .unity-product-review-actions .btn:hover {
    background: linear-gradient(264.11deg, #929292 -30.35%, #D0D0D0 5.5%, #E8E8E8 49.71%, #CECECE 95.1%, #8A8A8A 123.89%);
    box-shadow: 0px 5.8px 0px 0px #737373;
}

@media screen and (max-width: 900px) {
    .unity-product-review {
        border-radius: 16px;
        padding: 16px 12.9px 13.5px 14px;
    }

    .unity-product-review-image {
        padding-bottom: 100%;
        border-radius: 16px;
    }

    .unity-product-review-content {
        padding-top: 11.59px;
        padding-bottom: 5px;
    }

    .unity-product-review-title {
        font-size: 22px;
        min-height: calc(22px * 1.05 * 2);
        margin-bottom: 5px;
    }

    .unity-product-review-rating {
        gap: 7px;
    }

    .unity-product-review-stars svg {
        width: 25px;
        height: 25px;
    }

    .unity-product-review-count {
        font-size: 16px;
    }

    .unity-product-review-actions {
        margin-top: 12px;
    }

    .products-with-reviews .unity-product-review-actions .btn {
        box-shadow: 0px 5px 0px 0px #D8A86E;
        height: 39px;
        font-size: 12px;
        border-radius: 12px;
    }

    .products-with-reviews .unity-product-review-actions .btn:hover {
        box-shadow: 0px 3px 0px 0px #737373;
    }
}

@media screen and (max-width: 515px) {
    .unity-product-review {
        padding: 14px 10px 13.6px 11px;
        border-radius: 14px;
    }

    .unity-product-review-image {
        padding-bottom: 100%;
        border-radius: 14px;
    }


    .unity-product-review-content {
        padding-top: 11.23px;
        padding-bottom: 3px;
    }

    .unity-product-review-title {
        font-size: 16px;
        min-height: calc(16px * 1.05 * 2);
        margin-bottom: 3px;
    }

    .unity-product-review-rating {
        gap: 6.56px;
    }

    .unity-product-review-stars svg {
        width: 17px;
        height: 17px;
    }

    .unity-product-review-count {
        font-size: 14px;
    }

    .unity-product-review-actions {
        margin-top: 13px;
    }

    .products-with-reviews .unity-product-review-actions .btn {
        box-shadow: 0px 3px 0px 0px #D8A86E;
        height: 30px;
        font-size: 9px;
        border-radius: 9px;
    }

    .products-with-reviews .unity-product-review-actions .btn:hover {
        box-shadow: 0px 1px 0px 0px #737373;
    }
}

.reviews-page {
    padding-top: 0;
    padding-bottom: 55px;
}

.products-with-reviews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 25px;
}

.reviews-page-title {
    margin: 0 auto 73px auto;
    width: 250px;
    font-family: Buyan;
    font-weight: 700;
    font-size: 92px;
    line-height: 105%;
    text-transform: uppercase;
    text-align: center;
    background: radial-gradient(
        164.72% 3204.14% at 46.81% 50%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.reviews-page-filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.reviews-search-label,
.custom-select-label {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.reviews-search-wrapper {
    position: relative;
}

.reviews-search input {
    width: 100%;
    background-color: #868686;
    color: #D2D2D2;
    border-radius: 9px;
    padding: 11px 23px !important;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}

.reviews-search-wrapper .search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #B0B0B0;
    font-size: 18px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    display: none;
}

.reviews-search-wrapper .search-clear.active {
    display: block;
}

.reviews-search-wrapper .search-clear:hover {
    color: #FFFFFF;
}

.reviews-search input::placeholder {
    color: #B0B0B0;
    opacity: 1;
}

.reviews-filters {
    display: flex;
    width: 100%;
    gap: 23px;
}

.reviews-page-actions {
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 5px;
    display: none;
}

.reviews-page-actions button {
    height: 49px;
    cursor: pointer;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 14px;
    line-height: 128%;
    text-transform: uppercase;
    box-shadow: 0px 6px 0px 0px #D8A86E;
    border-radius: 15px;
}

.reviews-page-actions button:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 15px;
}

.reviews-page-content-title {
    margin-top: 74px;
    font-family: Buyan;
    font-weight: 700;
    font-size: 70px;
    line-height: 105%;
    text-transform: uppercase;
    background: radial-gradient(
        164.72% 3204.14% at 46.81% 50%,
        #FFFFFF 0%,
        rgba(255, 255, 255, 0) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.reviews-page-content .score__inner {
    width: 100%;
    margin-top: 59px;
    margin-bottom: 74px;
}

.reviews-page-content .pagination-wrapper {
    margin-top: 30px;
}

.reviews-page-all-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.reviews-page-all-btn a {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 8px 0px 0px #D8A86E;
    width: 100%;
    max-width: 377px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    position: relative;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 20px;
    line-height: 128%;
    text-transform: uppercase;
    text-decoration: none;
    color: #584D3E;
}

.reviews-page-all-btn a:before {
    content: '';
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 24px;
}

.reviews-page-all-btn a:hover {
    color: #584D3E;
}

@media screen and (max-width: 1024px) {
    .reviews-page {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .reviews-page-content .score__inner {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .reviews-page {
        padding-top: 0;
        padding-bottom: 39px;
    }

    .products-with-reviews {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 35px;
        gap: 13px;
    }

    .products-with-reviews__top {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .products-with-reviews__top::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .reviews-page-title {
        margin: 0 auto 51px auto;
        font-size: 60px;
    }

    .reviews-search-label,
    .custom-select-label {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .reviews-search input {
        padding: 10px 16px !important;
    }

    .reviews-page-filters {
        gap: 22px;
    }

    .reviews-page-actions button {
        height: 34px;
    }

    .reviews-page-actions button {
        font-size: 10px;
        border-radius: 10px;
    }

    .reviews-filters {
        gap: 9px;
    }

    .reviews-page-content-title {
        margin-top: 50px;
        font-size: 60px;
    }

    .reviews-page-all-btn a {
        height: 67px;
        font-size: 16px;
        border-radius: 12px;
        max-width: 326px;
        box-shadow: 0px 5px 0px 0px #D8A86E;
    }
}

@media screen and (max-width: 670px) {
    .reviews-page-actions button {
        height: 46px;
        border-radius: 12px;
    }

    .reviews-page-filters {
        gap: 20px;
    }

    .reviews-filters {
        flex-direction: column;
        gap: 20px;
    }

    .reviews-page-actions {
        padding-top: 3px;
    }

    .reviews-page-actions button {
        width: 100%;
        height: 40px;
        padding: 5px 0 0 0;
    }

    .reviews-page-title {
        margin: 0 auto 35px auto;
        font-size: 50px;
    }

    .reviews-page-content .score__inner {
        margin-top: 42px;
        margin-bottom: 42px;
    }

    .reviews-page-content-title {
        margin-top: 42px;
        font-size: 50px;
    }

    .reviews-page-all-btn a {
        height: 46px;
        font-size: 11px;
        border-radius: 16px;
        max-width: 281px;
        box-shadow: 0px 2.5px 0px 0px #D8A86E;
    }
}

@media screen and (max-width: 600px) {
    .products-with-reviews {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 515px) {
    .reviews-page {
        padding-top: 0;
        padding-bottom: 35px;
    }
}

#smoke-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
    opacity: 1;
}

.smoke-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
}

.smoke-image:nth-child(1) {
    top: 550px;
}

.smoke-image:nth-child(2) {
    top: 3900px;
    opacity: 0.5;
}

.smoke-image:nth-child(3) {
    top: 5030px;
}

.smoke-image:nth-child(4) {
    top: 6023px;
}

.smoke-image:nth-child(5) {
    top: 7500px;
    display: none;
}

.smoke-image:nth-child(6) {
    top: 8572px;

}

.footer-smoke-image {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    opacity: 0.5;
}

@media screen and (max-width: 507px) {
    .smoke-image:nth-child(1) {
        top: 760px;
    }
}

@media screen and (max-width: 1280px) {
    .smoke-image:nth-child(2) {
        top: 4132px;
    }
}

@media screen and (max-width: 768px) {
    .smoke-image:nth-child(2) {
        top: 3717px;
    }
}

@media screen and (max-width: 730px) {
    .smoke-image:nth-child(2) {
        top: 4340px;
    }
}

@media screen and (max-width: 600px) {
    .smoke-image:nth-child(2) {
        top: 3770px;
    }
}

@media screen and (max-width: 515px) {
    .smoke-image:nth-child(2) {
        top: 4523px;
        opacity: 0.4;
    }
}

@media screen and (max-width: 467px) {
    .smoke-image:nth-child(2) {
        top: 4480px;
    }
}

@media screen and (max-width: 400px) {
    .smoke-image:nth-child(2) {
        top: 4293px;
    }
}

@media screen and (max-width: 1600px) {
    .smoke-image:nth-child(3) {
        top: 5067px;
    }
}

@media screen and (max-width: 1250px) {
    .smoke-image:nth-child(3) {
        top: 5235px;
    }
}

@media screen and (max-width: 800px) {
    .smoke-image:nth-child(3) {
        top: 5155px;
    }
}

@media screen and (max-width: 768px) {
    .smoke-image:nth-child(3) {
        top: 4832px;
    }
}

@media screen and (max-width: 730px) {
    .smoke-image:nth-child(3) {
        top: 5515px;
    }
}

@media screen and (max-width: 600px) {
    .smoke-image:nth-child(3) {
        top: 4989px;
    }
}

@media screen and (max-width: 515px) {
    .smoke-image:nth-child(3) {
        top: 5975px;
    }
}

@media screen and (max-width: 467px) {
    .smoke-image:nth-child(3) {
        top: 5827px;
    }
}

@media screen and (max-width: 400px) {
    .smoke-image:nth-child(3) {
        top: 5730px;
    }
}

@media screen and (max-width: 350px) {
    .smoke-image:nth-child(3) {
        top: 5680px;
    }
}

@media screen and (max-width: 1400px) {
    .smoke-image:nth-child(4) {
        top: 6023px;
        opacity: 0.7;
    }
}

@media screen and (max-width: 1280px) {
    .smoke-image:nth-child(4) {
        top: 6195px;
        opacity: 1;
    }
}

@media screen and (max-width: 978px) {
    .smoke-image:nth-child(4) {
        top: 6253px;
    }
}

@media screen and (max-width: 865px) {
    .smoke-image:nth-child(4) {
        top: 6253px;
    }
}

@media screen and (max-width: 780px) {
    .smoke-image:nth-child(4) {
        top: 6112px;
    }
}

@media screen and (max-width: 767px) {
    .smoke-image:nth-child(4) {
        top: 5916px;
    }
}

@media screen and (max-width: 730px) {
    .smoke-image:nth-child(4) {
        top: 6615px;
    }
}

@media screen and (max-width: 622px) {
    .smoke-image:nth-child(4) {
        top: 6712px;
    }
}

@media screen and (max-width: 587px) {
    .smoke-image:nth-child(4) {
        top: 6492px;
    }
}

@media screen and (max-width: 515px) {
    .smoke-image:nth-child(4) {
        top: 7557px;
    }
}

@media screen and (max-width: 460px) {
    .smoke-image:nth-child(4) {
        top: 7407px;
    }
}

@media screen and (max-width: 430px) {
    .smoke-image:nth-child(4) {
        top: 7338px;
    }
}

@media screen and (max-width: 366px) {
    .smoke-image:nth-child(4) {
        top: 7079px;
    }
}

@media screen and (max-width: 1235px) {
    .smoke-image:nth-child(6) {
        top: 8602px;
    }
}

@media screen and (max-width: 900px) {
    .smoke-image:nth-child(6) {
        top: 8091px;
    }
}

@media screen and (max-width: 768px) {
    .smoke-image:nth-child(6) {
        top: 7860px;
    }
}

@media screen and (max-width: 730px) {
    .smoke-image:nth-child(6) {
        top: 8540px;
    }
}

@media screen and (max-width: 640px) {
    .smoke-image:nth-child(6) {
        top: 8875px;
    }
}

@media screen and (max-width: 550px) {
    .smoke-image:nth-child(6) {
        top: 8692px;
    }
}

@media screen and (max-width: 515px) {
    .smoke-image:nth-child(6) {
        top: 9500px;
    }
}

@media screen and (max-width: 450px) {
    .smoke-image:nth-child(6) {
        top: 9251px;
        opacity: 0.8;
    }
}
@media screen and (max-width: 370px) {
    .smoke-image:nth-child(6) {
        top: 9000px;
    }
}

.smoke-image.smoke-image-about {
    top: 890px;
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .smoke-image.smoke-image-about {
        top: 630px;
    }
}


.smoke-image.smoke-image-nursery {
    top: 955px;
    opacity: 0.5;   
}

@media screen and (max-width: 768px) {
    .smoke-image.smoke-image-nursery {
        top: 650px;
    }
}

.whatsapp-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000001A;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.whatsapp-modal-overlay.active {
    display: flex;
}

.whatsapp-modal {
    background-color: #181818;
    background-image: url('/images/catalog/bg_modal.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 92px 191px;
    width: 55%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 5px solid #FFCC8F;
    animation: slideUp 0.3s ease;
}

.whatsapp-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.whatsapp-modal-close:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.whatsapp-modal-content {
    text-align: center;
}

.whatsapp-modal-title {
    font-family: 'Buyan', sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 105%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.whatsapp-modal-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.whatsapp-modal-button {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%), radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 5px 0px 0px #D8A86E;
    border-radius: 18px;
    width: 100%;
    height: 89px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 128%;
    text-transform: uppercase;
    color: #584D3E;
    transition: all 0.1s linear;
    text-decoration: none;
    max-width: 390px;
    margin: 0 auto;
}

.whatsapp-modal-button:hover {
    background: linear-gradient(264.11deg, #929292 -30.35%, #D0D0D0 5.5%, #E8E8E8 49.71%, #CECECE 95.1%, #8A8A8A 123.89%);
    box-shadow: 0px 3px 0px 0px #737373;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1210px) {
    .whatsapp-modal {
        width: 70%;
    }
}

@media screen and (max-width: 1055px) {
    .whatsapp-modal {
        width: 80%;
    }
}

@media screen and (max-width: 900px) {
    .whatsapp-modal {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 768px) {
    .whatsapp-modal {
        width: calc(100% - 60px);
        background-image: url('/images/catalog/bg_modal_tablet.png');
        padding: 98px 172px;
    }

    .whatsapp-modal-title {
        font-size: 50px;
        margin-bottom: 33px;
    }

    .whatsapp-modal-text {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .whatsapp-modal-button {
        font-size: 16px;
    }
}

@media screen and (max-width: 670px) {
    .whatsapp-modal {
        width: calc(100% - 125px);
        background-image: url('/images/catalog/bg_modal_mobile.png');
        padding: 84px 41px;
    }

    .whatsapp-modal-button {
        height: 75px;
    }
}

@media screen and (max-width: 550px) {
    .whatsapp-modal {
        width: calc(100% - 25px);
        border: 3px solid #FFCC8F;
        border-radius: 20px;
        padding: 86px 30px;
    }

    .whatsapp-modal-title {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .whatsapp-modal-text {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .whatsapp-modal-button {
        font-size: 14px;
    }
}

.quiz-entry-point {
    width: 100%;
    margin: 65px 0;
    padding: 0;
}

@media screen and (max-width: 900px) {
    .quiz-entry-point {
        margin: 30px 0;
    }
}

.quiz-entry-container {
    display: flex;
    gap: 32px;
    background:
        radial-gradient(48.14% 140.83% at 0% 0%, #6F6F6F 0%, rgba(56, 56, 56, 0) 100%),
        radial-gradient(44.75% 138.45% at 100% 100%, #6F6F6F 0%, rgba(56, 56, 56, 0) 100%),
        #383838;
    overflow: hidden;
    min-height: auto;
    padding: 46px 49px 0 49px;
    border-radius: 20px;
}

@media screen and (max-width: 1200px) {
    .quiz-entry-container {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 900px) {
    .quiz-entry-container {
        padding: 0;
    }
}

/* Левая часть - Медиа */
.quiz-entry-media {
    width: 32.5%;
    position: relative;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 20px;
    max-height: 590px;
    /* aspect-ratio: 1 / 1;
    align-self: flex-start; */
}

@media screen and (max-width: 1270px) {
    .quiz-entry-media {
        width: 37%;
    }
}

@media screen and (max-width: 900px) {
    .quiz-entry-media {
        display: none;
    }
}

.quiz-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.quiz-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Когда видео играет - показываем его полностью */
/* .quiz-video.playing {
    object-fit: contain !important;
} */

/* В полноэкранном режиме показываем видео полностью без обрезки */
.quiz-video:fullscreen {
    object-fit: contain;
}

.quiz-video:-webkit-full-screen {
    object-fit: contain;
}

.quiz-video:-moz-full-screen {
    object-fit: contain;
}

.quiz-video:-ms-fullscreen {
    object-fit: contain;
}

/* Скрываем стандартные контролы по умолчанию */
.quiz-video::-webkit-media-controls {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.quiz-video::-webkit-media-controls-enclosure {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Показываем контролы при наведении на wrapper */
.quiz-video-wrapper:hover .quiz-video::-webkit-media-controls {
    opacity: 1;
}

.quiz-video-wrapper:hover .quiz-video::-webkit-media-controls-enclosure {
    opacity: 1;
}

/* Скрываем контролы пока видео не начало играть */
.quiz-video:not(.playing)::-webkit-media-controls {
    display: none !important;
}

.quiz-video:not(.playing)::-webkit-media-controls-enclosure {
    display: none !important;
}

/* Когда видео играет - показываем контролы при наведении */
.quiz-video.playing::-webkit-media-controls {
    display: flex !important;
}

.quiz-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1;
}

.quiz-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.quiz-play-button.hidden {
    display: none;
}

.quiz-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

/* Правая часть - Контент */
.quiz-entry-content {
    width: 63.5%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .quiz-entry-content {
        width: 100%;
    }
}

.quiz-entry-content .quiz-entry-title {
    background-image: radial-gradient(159.48% 598.74% at 19.84% 55.71%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-family: Buyan, sans-serif;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.2;
    text-align: start;
    text-transform: uppercase;
    margin-bottom: 9px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: calc(65px * 1.2 * 2);
}

@media screen and (max-width: 900px) {
    .quiz-entry-content .quiz-entry-title  {
        margin: 38px 24px 6px 24px;
        font-size: 45px;
        height: calc(45px * 1.2 * 2);
    }
}

.quiz-entry-description {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 26px 0;
    line-height: 149%;
}

@media screen and (max-width: 900px) {
    .quiz-entry-description  {
        margin: 6px 24px 19px 24px;
        font-size: 14px;
    }
}


.quiz-entry-button {
    width: 100%;
    max-width: 350px;
    border: none;
    border-radius: 24px;
    background: linear-gradient(264.11deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 8.8px 0px 0px #D8A86E;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 128%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #584D3E;
    height: 80px;
}

@media screen and (max-width: 900px) {
    .quiz-entry-button  {
        margin: 19px 24px 24px 24px;
        max-width: 100%;
        width: auto;
        box-shadow: 0px 3.8px 0px 0px #D8A86E;
        font-size: 14px;
        border-radius: 18px;
        height: 68px;
    }
}

/* Декоративная картинка */
.quiz-entry-decoration {
    bottom: -49px;
    right: -40px;
    width: 77%;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 900px) {
    .quiz-entry-decoration  {
        width: 108%;
    }
}

/* Скрываем декоративную картинку на iOS */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 900px) {
        .quiz-entry-decoration {
            display: none !important;
        }

        .quiz-entry-media-mobile {
            margin-bottom: 24px !important;
        }
    }
}

.quiz-entry-decoration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quiz-entry-media-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .quiz-entry-media-mobile {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        margin: 24px 24px 205px 24px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        text-align: left;
    }

    .quiz-entry-media-mobile[aria-hidden="true"] {
        cursor: default;
    }
}


@media screen and (max-width: 900px) {
    .quiz-entry-media-mobile {
        margin-bottom: -90px;
    }
}


@media screen and (max-width: 725px) {
    .quiz-entry-media-mobile {
        margin-bottom: -80px;
    }
}


@media screen and (max-width: 600px) {
    .quiz-entry-media-mobile {
        margin-bottom: -145px;
    }
}


@media screen and (max-width: 463px) {
    .quiz-entry-media-mobile {
        margin-bottom: -130px;
    }
}

@media screen and (max-width: 407px) {
    .quiz-entry-media-mobile {
        margin-bottom: -95px;
    }
}

.quiz-entry-media-mobile__circle {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    flex: 0 0 85px;
    background: #1a1a1a;
}

.quiz-entry-media-mobile__circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.quiz-entry-media-mobile__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
}

.quiz-entry-media-mobile__play::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #000;
}

.quiz-entry-media-mobile__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.quiz-entry-media-mobile__text-title, .quiz-entry-media-mobile__text-subtitle {
    font-family: Buyan, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}

/* Модалка квиза */
.quiz-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
}

.quiz-modal-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background: radial-gradient(circle at top left, rgb(210, 210, 210) 0%, #6F6F6F 50%), radial-gradient(circle at bottom right, rgba(210, 210, 210) 0%, #6F6F6F 50%);
    background-blend-mode: multiply;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

/* Кнопка закрытия */
.quiz-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.quiz-modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* Шапка модалки */
.quiz-modal-header {
    padding: 41px 36px 0 36px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

@media screen and (max-width: 900px) {
    .quiz-modal-header {
        padding: 36px 24px 0 24px;
    }
}

.quiz-step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #D4A574;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    flex-shrink: 0;
}

.quiz-modal-header .quiz-question-text {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 55px;
    color: #fff;
    margin: 0;
    line-height: 120%;
    flex: 1;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    .quiz-modal-header .quiz-question-text {
        font-size: 40px;
    }
}

/* Основной контент */
.quiz-modal-content {
    flex: 1;
    display: flex;
    overflow: hidden;
    padding-bottom: 10px;
}

/* Вопрос и опции */
.quiz-modal-question {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 25px 36px 146px 36px;
}

@media screen and (max-width: 900px) {
    .quiz-modal-question {
        padding: 13px 24px 62px 24px;
    }
}

/* Опции квиза */
.quiz-options {
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 900px) {
    .quiz-options {
        gap: 15px;
    }
}

@media screen and (max-width: 515px) {
    .quiz-options {
        flex-direction: column;
        align-items: stretch;
    }

    .quiz-option-button {
        width: 100%;
    }

    .quiz-option-button.large_button,
    .quiz-option-button.small_button {
        width: 100%;
    }

    .quiz-option-button.large_button {
        height: auto;
    }
}

/* Layout: в ряд (по умолчанию) */
.quiz-options.layout-row {
    flex-direction: row;
    flex-wrap: wrap;
}

/* Layout: в колонку */
.quiz-options.layout-column {
    flex-direction: column;
    align-items: flex-start;
}

/* Базовые стили кнопок */
.quiz-option-button {
    border: 2px solid #5F5F5F;
    border-radius: 12px;
    background: #5F5F5F;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-option-button:hover {
    border-color: #D4A574;
    background: #3a3a3a;
    transform: translateY(-4px);
}

.quiz-option-button.selected {
    border-color: #D4A574;
    background: #5F5F5F;
    color: #fff;
    transform: translateY(-4px);
}

/* Размеры кнопок */
.quiz-option-button.large_button {
    padding: 31px 0 0 27px;
    font-size: 18px;
    min-height: 80px;
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 105%;
    color: #FFFFFF;
}

.quiz-option-button.large_button.button_text {
    padding: 24px;
}

@media screen and (max-width: 900px) {
    .quiz-option-button.large_button {
        padding: 24px 0 0 21px;
        font-size: 35px;
    }

    .quiz-option-button.large_button.button_text {
        padding: 24px;
    }
}

.quiz-option-button.small_button {
    padding: 17px 23px 15px 29px;
    min-height: 84px;
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 105%;
    color: #FFFFFF;
}

@media screen and (max-width: 900px) {
    .quiz-option-button.small_button {
        padding: 20px 21px 18px 21px;
        font-size: 35px;
        min-height: 75px;
    }
}

/* Типы контента */
.quiz-option-button.button_image {
    padding: 16px;
}

.quiz-option-button.button_text_image {
    gap: 16px;
    text-align: left;
}

/* Большие кнопки с картинкой */
.quiz-option-button.large_button {
    width: 325px;
    height: 309px;
}

@media screen and (max-width: 900px) {
    .quiz-option-button.large_button {
        width: 297px;
        height: 172px;
    }
}

@media screen and (max-width: 515px) {
    .quiz-option-button.large_button {
        width: 100%;
    }
}

.quiz-option-button.large_button.button_text_image {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.quiz-option-button.large_button.button_text_image .quiz-option-text {
    position: relative;
    z-index: 2;
    max-width: 135px;
}

.quiz-option-button.large_button.button_text_image .quiz-option-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    z-index: 1;
}

@media screen and (max-width: 900px) {
    .quiz-option-button.large_button.button_text_image .quiz-option-image {
        width: 134px;
    }
}

/* Маленькие кнопки с картинкой */
.quiz-option-button.small_button.button_text_image {
    display: flex;
    align-items: center;
    gap: 12px;
}

.quiz-option-button.small_button .quiz-option-image {
    width: auto;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

/* Базовые стили для картинок */
.quiz-option-image {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.quiz-option-text {
    flex: 1;
    text-transform: uppercase;
}

/* Навигация снизу */
.quiz-modal-footer {
    margin: 0 36px 26px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 15px 17px 18px 23px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
}

.quiz-modal-footer-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    .quiz-modal-footer--desktop {
        display: none;
    }

    .quiz-modal-footer-mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 0 24px 26px 24px;
    }

    .quiz-modal-footer-mobile .quiz-progress-text {
        margin: 0;
        margin-bottom: 12px;
        font-size: 30px;
    }

    .quiz-modal-footer-mobile__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px;
        border: 1px solid #FFFFFF;
        border-radius: 20px;
        gap: 12px;
    }

    .quiz-modal-footer-mobile__box .quiz-nav-button {
        height: 64px;
        border-radius: 18px;
    }

    .quiz-modal-footer-mobile__box .quiz-nav-back {
        width: 90px;
        background: #5F5F5F;
        border: none;
    }

    .quiz-modal-footer-mobile__box .quiz-nav-next {
        flex: 1;
        border: none;
    }
}

.quiz-progress-text {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    color: #fff;
    text-transform: uppercase;
    flex: 1;
    display: flex;
    align-items: center;
}

.quiz-nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: transparent;
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.quiz-nav-button.quiz-nav-back {
    background: #5F5F5F;
    border: 1px solid #5F5F5F;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    width: 153px;
    height: 60px;
    margin-right: 16px;
}

.quiz-modal-footer-mobile__box .quiz-nav-button.quiz-nav-back {
    margin: 0;
    width: 120px;
}

.quiz-nav-button.quiz-nav-next {
    background: linear-gradient(264.11deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);
    border: none;
    box-shadow: 0px 4px 0px 0px #D8A86E;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 128%;
    color: #584D3E;
    text-transform: uppercase;
    width: 203px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.quiz-nav-button.quiz-nav-next:hover:not(:disabled) {
    background: #d4b584;
}

.quiz-nav-button.quiz-nav-back:hover:not(:disabled) {
    background: #3a3a3a;
    border-color: #888;
}

.quiz-nav-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.quiz-nav-button svg {
    flex-shrink: 0;
}


/* Кастомный скроллбар для контента с товарами */
.quiz-modal-question::-webkit-scrollbar {
    width: 8px;
}

.quiz-modal-question::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.quiz-modal-question::-webkit-scrollbar-thumb {
    background: #D4A574;
    border-radius: 4px;
}

.quiz-modal-question::-webkit-scrollbar-thumb:hover {
    background: #e0b585;
}

/* Сетка товаров в результате */
.quiz-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 0;
}

@media screen and (max-width: 600px) {
    .quiz-products-grid {
        grid-template-columns: repeat(2, 153px);
        justify-content: center;
        gap: 15px;
    }
}

/* Карточка товара */
.quiz-product-card {
    background: transparent;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: #5F5F5F;
    border-radius: 20px;
}

.quiz-product-card:hover {
    transform: translateY(-4px);
}

.quiz-product-image {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background: #1a1a1a;
    overflow: hidden;
    border-radius: 20px;
}

.quiz-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz-product-info {
    padding: 12px;
}

.quiz-product-name {
    font-family: "Buyan", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #fff;
    line-height: 120%;
    margin: 0 0 9px 0;
    min-height: calc(25px * 1.2 * 2);
}

@media screen and (max-width: 600px) {
    .quiz-product-name {
        font-size: 16px;
        min-height: calc(16px * 1.2 * 2);
        margin-bottom: 3px;
    }

    .quiz-product-image {
        border-radius: 14px;
    }

    .quiz-product-info {
        padding: 9px;
    }
}


/* Варианты товара */
.quiz-product-variants {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 17px;
    min-height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #D4A574 transparent;
    -webkit-overflow-scrolling: touch;
}

.quiz-product-variants::-webkit-scrollbar {
    height: 4px;
}

.quiz-product-variants::-webkit-scrollbar-track {
    background: transparent;
}

.quiz-product-variants::-webkit-scrollbar-thumb {
    background: #D4A574;
    border-radius: 2px;
}

.quiz-product-variants::-webkit-scrollbar-thumb:hover {
    background: #c89563;
}

.quiz-product-variants::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.quiz-product-variants::-webkit-scrollbar-button:start:decrement,
.quiz-product-variants::-webkit-scrollbar-button:end:increment {
    display: none;
}

.quiz-product-variant {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background: #3a3a3a;
    border: 2px solid #555;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

@media screen and (max-width: 600px) {
    .quiz-product-variants {
        min-height: 20px;
        margin-bottom: 8px;
        gap: 3px;
    }

    .quiz-product-variant {
        padding: 4px 8px;
        font-size: 10px;
    }
}

.quiz-product-variant:hover {
    border-color: #D4A574;
}

.quiz-product-variant.active {
    background: #D4A574;
    border-color: #D4A574;
    color: #000;
}

/* Контейнер для цен */
.quiz-product-prices {
    margin-bottom: 16px;
}

@media screen and (max-width: 600px) {
    .quiz-product-prices {
        margin-bottom: 0;
    }
}

.quiz-product-price-item {
    display: none;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.quiz-product-price-item.active {
    display: flex;
}

.quiz-product-old-price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-decoration: line-through;
    color: #A2A2A2;
}

.quiz-product-current-price {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}

@media screen and (max-width: 600px) {
    .quiz-product-current-price, .quiz-product-old-price {
        font-size: 14px;
        margin-bottom: 9px;
    }
}

.quiz-product-button {
    width: 100%;
    padding: 12px 20px;
    background: linear-gradient(264.11deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%);    border: none;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #584D3E;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 128%;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .quiz-product-button {
        height: 30px;
        font-size: 9px;
        border-radius: 10px;
    }
}

.quiz-product-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 165, 116, 0.4);
}

.quiz-product-button:disabled,
.quiz-product-button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    height: 51px;
    border-radius: 12px;
}

@media screen and (max-width: 600px) {
    .quiz-product-button:disabled,
    .quiz-product-button[disabled] {
        height: 30px;
        font-size: 9px;
        border-radius: 10px;
    }
}


.quiz-product-button:disabled:hover,
.quiz-product-button[disabled]:hover {
    transform: none;
    box-shadow: none;
}

/* =============================================
PVZ Picker - Выбор пунктов выдачи
============================================= */

/* Основной контейнер */
.pvz-picker {
    display: none;
    margin-bottom: 15px;
}

/* Верхняя панель: поиск + фильтры */
.pvz-picker__header {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.pvz-picker__search-wrapper {
    flex: 1;
    min-width: 200px;
}

.pvz-picker__search-input {
    height: 37px;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 11px;
    font-size: 16px;
    outline: none;
    color: #000;
    background: #fff;
}

.pvz-picker__search-input:focus {
    border-color: #aaa;
}

/* Фильтры */
.pvz-picker__filters {
    display: flex;
    gap: 10px;
}

.pvz-picker__filter-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 11px;
    cursor: pointer;
    font-size: 13px;
    border: 2px solid transparent;
    background: #fff;
    color: #333;
    transition: all 0.2s;
    user-select: none;
}

.pvz-picker__filter-btn.active {
    opacity: 1;
}

.pvz-picker__filter-btn:not(.active) {
    opacity: 0.5;
}

.pvz-picker__filter-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pvz-picker__filter-dot--pvz {
    background: #00D4FF;
}

.pvz-picker__filter-dot--postomat {
    background: #00FF51;
}

/* Основной контент: список + карта */
.pvz-picker__content {
    display: flex;
    gap: 12px;
    min-height: 456px;
}

/* Левая панель */
.pvz-picker__left-panel {
    width: 35%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    max-height: 456px;
    background-color: #737373;
}

/* Режим списка */
.pvz-picker__list-mode {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 456px;
    background-color: #737373;
    margin: 20px 0;
    border-radius: 10px;
}

/* Кастомный скроллбар для списка ПВЗ */
.pvz-picker__list-mode::-webkit-scrollbar {
    width: 6px;
}

.pvz-picker__list-mode::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.pvz-picker__list-mode::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.pvz-picker__list-mode::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}

.pvz-picker__list {
    padding: 0;
}

/* Элемент списка */
.pvz-picker__list-item {
    margin: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    transition: background 0.2s;
}

.pvz-picker__list-item:hover {
    background: #4a4a4a;
}

.pvz-picker__list-item-badge {
    margin-bottom: 12px;
}

.pvz-picker__list-item-street {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.pvz-picker__list-item-city {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin-top: 11px;
    color: #ffffff;
}

/* Бейджи типов */
.pvz-picker__badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 7px;
    font-size: 11px;
    color: #fff;
}

.pvz-picker__badge--pvz {
    background: #fff;
    color: #000;
}

.pvz-picker__badge--pvz::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00D4FF;
    margin-right: 6px;
}

.pvz-picker__badge--postomat {
    background: #fff;
    color: #000;
}

.pvz-picker__badge--postomat::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00FF51;
    margin-right: 6px;
}

.pvz-picker__badge--large {
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

/* Режим деталей точки */
.pvz-picker__detail-mode {
    display: none;
    padding: 15px;
    color: #fff;
}

.pvz-picker__detail-badge {
    margin-bottom: 12px;
}

.pvz-picker__detail-address {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.pvz-picker__detail-city, .pvz-picker__detail-phone, .pvz-picker__detail-schedule {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    margin: 10px 0;
}

/* Режим выбранной точки */
.pvz-picker__selected-mode {
    display: none;
    padding: 15px;
    color: #fff;
}

.pvz-picker__selected-badge {
    margin-bottom: 12px;
}

.pvz-picker__selected-address {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.pvz-picker__selected-city {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 12px;
}

.pvz-picker__selected-schedule {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 4px;
}

.pvz-picker__selected-phone {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 20px;
}

/* Кнопки */
.pvz-picker__btn {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    transition: opacity 0.2s;
}

.pvz-picker__btn:hover {
    opacity: 0.9;
}

.pvz-picker__btn--select {
    background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%),
                radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    border: none;
    color: #000000;
    font-weight: 800;
    margin-bottom: 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-shadow: 0px 3.8px 0px 0px #D8A86E;
}

.pvz-picker__btn--back,
.pvz-picker__btn--cancel {
    background: radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%),
                linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: none;
    color: #000000;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    box-shadow: 0px 3.8px 0px 0px #BEBEBE;
}

.pvz-picker__btn--back,
.pvz-picker__btn--cancel,
.pvz-picker__btn--select {
    border-radius: 14px;
    height: 51px;
}

/* Правая панель: карта */
.pvz-picker__right-panel {
    flex: 1;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.pvz-picker__map {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

.pvz-picker__widget {
    width: 100%;
    height: 100%;
    min-height: 350px;
}

/* Пустое состояние */
.pvz-picker__empty {
    padding: 20px;
    text-align: center;
    color: #aaa;
}

/* Мобильный балун - скрыт по умолчанию */
.pvz-picker__mobile-balloon {
    display: none;
}

/* Мобильная кнопка переключения карта/список - скрыта на десктопе */
.pvz-picker__mobile-toggle-btn {
    display: none;
}

/* Класс для скрытия кнопки (используется JS) */
.pvz-picker__mobile-toggle-btn--hidden {
    display: none !important;
}

/* Мобильные подсказки поиска ПВЗ */
.pvz-picker__mobile-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0 0 11px 11px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 200px;
    overflow-y: auto;
    z-index: 30;
}

.pvz-picker__mobile-suggestions--visible {
    display: block;
}

.pvz-picker__suggestion-item {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pvz-picker__suggestion-item:last-child {
    border-bottom: none;
}

.pvz-picker__suggestion-item:hover,
.pvz-picker__suggestion-item:active {
    background: #f5f5f5;
}

.pvz-picker__suggestion-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}

.pvz-picker__suggestion-dot--pvz {
    background: #00D4FF;
}

.pvz-picker__suggestion-dot--postomat {
    background: #00FF51;
}

.pvz-picker__suggestion-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ========== АДАПТИВ 768px ========== */
@media (max-width: 768px) {
    .pvz-picker {
        flex-direction: column;
    }

    .pvz-picker__header {
        flex-direction: column;
        gap: 10px;
        padding-bottom: 10px;
    }

    .pvz-picker__list-item-street {
        font-size: 12px;
    }

    .pvz-picker__list-item-city {
        font-size: 10px;
    }

    .pvz-picker__list-item-badge {
        margin-bottom: 10px;
    }

    .pvz-picker__search-wrapper {
        width: 100%;
    }

    .pvz-picker__search-input {
        width: 100%;
        border-radius: 9px;
    }

    .pvz-picker__filters {
        width: 100%;
        justify-content: flex-start;
    }

    .pvz-picker__content {
        flex-direction: column;
    }

    /* Левая панель - скрыта по умолчанию на мобильных */
    .pvz-picker__left-panel {
        display: none !important;
        width: 100%;
        max-height: none;
        border-right: none;
        border-radius: 18px;
    }

    .pvz-picker__detail-mode {
        border-radius: 18px;
    }

    /* Когда показываем список на мобильных */
    .pvz-picker__left-panel.pvz-picker__left-panel--mobile-visible {
        display: block !important;
    }

    /* Правая панель - карта на всю ширину */
    .pvz-picker__right-panel {
        width: 100%;
        height: 456px;
        min-height: 456px;
        position: relative;
        overflow: hidden;
    }

    .pvz-picker__right-panel .pvz-picker__map {
        height: 456px;
        min-height: 456px;
    }

    /* Скрываем карту когда показываем список */
    .pvz-picker__right-panel.pvz-picker__right-panel--hidden {
        display: none;
    }

    /* Мобильный балун поверх карты */
    .pvz-picker__mobile-balloon {
        display: none;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        background: rgba(40, 40, 40, 0.95);
        border-radius: 20px;
        padding: 20px;
        z-index: 100;
    }

    .pvz-picker__mobile-balloon.pvz-picker__mobile-balloon--visible {
        display: block;
    }

    /* Blur эффект на карте когда балун открыт */
    .pvz-picker__map.pvz-picker__map--blurred {
        filter: blur(3px);
    }

    /* Кнопка переключения карта/список */
    .pvz-picker__mobile-toggle-btn {
        display: block;
        width: 100%;
        padding: 14px;
        margin-top: 10px;
        background: linear-gradient(263.56deg, #FFE9C8 -4.53%, #FFD9AD 18.44%, #FFDDB5 51.46%, #FFDDB5 76.6%, #FFCC8F 111.92%),
                    radial-gradient(55.13% 55.13% at 50% 2.23%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
        border: none;
        border-radius: 14px;
        height: 45px;
        font-size: 14px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        cursor: pointer;
        box-shadow: 0px 3.8px 0px 0px #D8A86E;
    }

    /* Скрытие кнопки при выборе точки */
    .pvz-picker__mobile-toggle-btn.pvz-picker__mobile-toggle-btn--hidden {
        display: none !important;
    }
}
