:root {
  --color1: #ff8e00;
  --color2: #fff;
}
body {
    background: #0c0c0c;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.text{min-height:100vh;}
/* Скрыть скроллбары в Chrome, Edge, Safari, Opera */
*::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* Firefox */
* {
    scrollbar-width: none; /* скрыть */
    scrollbar-color: transparent transparent;
}

/* Internet Explorer / старый Edge */
* {
    -ms-overflow-style: none;
}


.radio-player {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 52px;
    height: 52px;
    background: rgba(0,0,0,0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999999;
    transition: 0.3s;
}

.radio-player i {
    color: #fff;
    font-size: 22px;
}

.radio-player:hover {
    transform: scale(1.1);
}


.spc-event-date {
    text-align: left;
    margin-top: 24px;
    display: block;
}
.spc-product-card {
    padding: 20px;
    width: 100%;
    text-align: center;
    box-shadow: none;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
    padding-bottom: 100px;
    transition: 0.4s;
    background: #0e0e0e;
    border: 1px solid #333333;
}
.gallery-section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.gallery-swiper {
    width: 100%;
    height: 400px; /* фиксированная высота слайдов */
    overflow: hidden;
}

.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* чтобы картинка не растягивалась */
}
.load i {
    margin: 0 auto;
    font-size: 30px;
    animation: spin 0.6s linear infinite;
    color: var(--color1);
}
#spc-product-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 91%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.content_section {
    color: #fff;
}
.spc-product-gallery img {
    width: 100%;
    background: var(--color1);
    padding: 2px;
    border-radius: 10px;
}
.spc-product-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: 58px 0px;
}
.spc-popup-content {
    background: #1f1f1f;
    padding: 20px;
    max-width: 1250px;
    width: 90%;
    position: relative;
    overflow-y: scroll;
    max-height: 75vh;
    border-radius: 25px;
}
	.joie:hover g circle {
    animation: rotate_alogo .5s linear infinite
}

.joie:hover g>:nth-child(2n) circle {
    animation: rotate_alogo .4s linear infinite
}
@keyframes rotate_alogo {
    0% {
        transform: rotate(0) translate(8px) rotate(0)
    }

    to {
        transform: rotate(360deg) translate(8px) rotate(-360deg)
    }
}
.spc-close-popup:hover{transform:rotate(180deg);}
.spc-close-popup {
    position: absolute;
    top: 1%;
    right: 1%;
    font-size: 24px;
    cursor: pointer;
    z-index: 99;
    color: #fff;
    font-size: 130px;
    font-weight: 100;
    transition: 0.4s;
    cursor: pointer;
    line-height: 1;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    background: transparent;
}
.loading .load {opacity:1;pointer-events: all;}
.load {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 101%;
    height: 101%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #111111;
    z-index: 3;
    transition: 0.4s;
    opacity: 0;
    pointer-events: none;
}
/* Ключевые кадры анимации */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spc-product-card .btn {
    margin: 0 auto;
    margin-top: 10px;
}
.spc-product-card p.spc-excerpt {
    text-align: left;
    font-size: 14px;
    margin-top: 8px;
}
.spc-product-card h3 {
    text-align: left;
    font-size: 22px;
}
input.hidden {
    width: 100%;
    display: block;
}
.spc-product-card button.btn.a-form {
    padding-left: 27px;
}
.spc-product-card button.btn.a-form::before {
    left: -468%;
}
.spc-product-card button.btn.a-form:hover::before {
    left: 100%;
}

.byts {
    position: absolute;
    bottom: 30px;
    display: grid;
    grid-template-columns: auto;
    left: calc(50% - 90px);
}

.product-image {
    background: #1d1d1d;
    min-height: 30vh;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 13px;
    transition: 0.4s;
    aspect-ratio: 1 / 1;
}
.product-image:hover {
    background-size: 110%;
}
.btn::before {
    content: '';
    position: absolute;
    left: -268%;
    bottom: 0;
    width: 200px;
    height: calc(100% + 0px);
    z-index: -2;
    transition: 0.8s;
    background: #fff;
    clip-path: polygon(53% 0%, 100% 0%, 62% 101%, 12% 100%);
}
.btn:hover::before {
    left: 100%;
}
.btn::after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: -4px;
    width: 100%;
    height: 88px;
    z-index: 1;
    transition: 0.8s;
    border: 2px solid var(--bg-color);
}
.btn span {
    position: relative;
    z-index: 2;
    color: #ffffff;
}
.btn:hover {
    clip-path: polygon(0px 0, 100% 0, 100% calc(100% - 0px), calc(100% - 20px) 100%, 0 100%, 0 0px);
}
.btn {
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    margin: 15px 0px;
    display: block;
    width: fit-content;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    background-color: var(--color1);
    padding: 15px 30px;
    padding-left: 60px;
    border: 2px solid var(--color1);
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    font-family: 'Montserrat';
    overflow: hidden;
}
.spc-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.btn:hover i {color:#fff;}
.btn i {
    position: absolute;
    left: 21px;
    top: calc(50% - 8px);
    z-index: 2;
    color: #ffffff;
}
.btn input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    opacity: 0;
}
.btn input ~ span {
    position: absolute;
    left: -2px;
    top: 15px;
    z-index: 9;
    background: #2b2b2b;
    display: block;
    opacity: 1;
    transform: scale(1.2);
}
.social-links a i {
    position: absolute;
    left: 0;
    top: calc(50% - 24px);
    background: var(--color1);
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
}
.social-links a {
    color: var(--color1);
    display: block;
    font-size: 33px;
    padding: 10px 0px;
    text-align: left;
    position: relative;
    padding-left: 65px;
}
.social-links iframe {
    margin-top: 50px;
}

div.act .x{opacity: 1;}
.x {
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 30px;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    padding: 22px;
    border-radius: 0px 0px 50px 0px;
    transition: 1.4s;
    opacity: 0;
    z-index: 9;
}
a.x svg {
    width: 35px;
    height: auto;
}
.menu.act ~ .info_block {
    pointer-events: all;
    opacity:1;
}
h2 {
    font-size: 55px;
}
section.info_block > div img {
    width: 100%;
    height: auto;
}
section.info_block > div .joie {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}
section.info_block > div {
    pointer-events: none;
    opacity: 0;
    color: #fff;
    padding: 86px 265px;
    overflow: auto;
    max-height: 100vh;
    box-sizing: border-box;
    display: none;
    min-height: 100vh;
}
section.info_block > div.act{
    display:block;
    pointer-events: all;
    opacity: 1;
}
section.info_block {
    pointer-events: none;
    z-index: 8;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: #111;
    opacity: 0;
}

scetion {
    background: #1a1a1a;
    min-height: 50vh;
    max-height: 90vh;
    overflow-y: scroll;
    width: 80%;
    position: absolute;
    top: 25%;
    left: 10%;
    transition: 0.4s;
    pointer-events: none;
    opacity: 0;
}
scetion.act {
    pointer-events: all;
    opacity: 1;
}




.floating-beans {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 5;
}

.bean-wrapper {
    position: absolute; /* ← ЭТО ГЛАВНОЕ! */
    will-change: left, top;
}

.bean {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
    will-change: transform;
}




.circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.8;
    transition: transform 0.2s ease-out;
}

.ims.act .eyes {
    transform: scale(0.4);
    left: calc(50% - 37px);
    top: calc(50% - 93px);
}
.eyes {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin-top: 50px;
    z-index: 2;
    position: absolute;
    left: calc(50% - 45px);
    top: calc(50% - 129px);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}

.eye {
    width: 26px;
    height: 37px;
    background: #f3efef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s ease;
}

.pupil {
    width: 15px;
    height: 15px;
    background: #000;
    border-radius: 50%;
}
.menu a span {
    position: relative;
    overflow: hidden;
}
.menu > a span::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ff8d00;
    white-space: nowrap;
    overflow: hidden;
    transition: width 0.4s ease;
    pointer-events: none;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 2s;
}

/* При ховере — заливка справа налево */
.menu > a:hover span::after {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}
.menu a {
    background: #542c08;
}
.menu a~a {
    background: #ff8d00;
}
.menu a~a~a {
    background: #371800;
}
.menu a~a~a~a {
    background: #be6900;
}
.menu.act {
    margin-left: -100%;
}
.menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    width: 100%;
	transition:0.4s;
}
.menu a {
    color: #fff;
    font-size: 75px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: "Archivo Black", sans-serif;
    text-decoration: none;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.menu a:hover {
    background: #0c0c0c;

}
.bubble {
    position: absolute;
    background: rgb(255 187 103 / 32%);
    border-radius: 50%;
    pointer-events: none;
    backdrop-filter: blur(3px);
}
div#puziriki {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ims.act {
    position: fixed;
    left: 0;
    top: 85px;
    width: 180px;
    height: 180px;
}

.ims {
    position: absolute;
    width: 450px;
    height: 450px;
    left: calc(50% - 225px);
    top: calc(50% - 225px);
    z-index: 9;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.ims img {
    position: absolute;
    width: 100%;
    height: auto;
}
.ims img.a {
    z-index: 2;
}
.ims img.b {
    z-index: 2;
}
.ims img.a,
.ims img.b {
    animation: djMove 1.2s ease-in-out infinite;
    transform-origin: center;
}

/* Делаем вторую пластинку немного сдвинутой по времени */
.ims img.b {
    animation-delay: 1.6s; /* половина цикла */
}

@keyframes djMove {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-3px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}


@media(max-width:1200px){
.spc-product-gallery {
    grid-template-columns: 1fr 1fr 1fr;
}
.menu a {
    font-size: 40px;
}
}


@media(max-width:900px){
.spc-product-gallery {
    grid-template-columns: 1fr 1fr;
}
.spc-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
section.info_block > div {
    padding: 86px 65px;
}

.ims.act {
    position: fixed;
    left: calc(100% - 176px);
    top: 0;
    width: 180px;
    height: 180px;
}
.ims {
    transform: scale(0.7);
}
}


@media(max-width:700px){
.product-image {
    min-height: 10vh;
}
.spc-product-gallery {
    grid-template-columns: 1fr;
}
.spc-products-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.ims.act {
    transform: scale(1);
}
.ims {
    transform: scale(0.5);
}
.menu a {
    font-size: 28px;
}
section.info_block > div {
    padding: 166px 24px;
}
}