* {
    border: 0;
    margin: 0;
    padding: 0;
}
*,
:after,
:before {
    box-sizing: border-box;
}
:after,
:before {
    display: inline-block;
}
body,
html {
    height: 100%;
}
body {
    line-height: 1;
    scrollbar-gutter: stable;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}
button,
input,
textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input,
textarea {
    width: 100%;
}
label {
    display: inline-block;
}
button,
option,
select {
    cursor: pointer;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
ul li {
    list-style: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
address {
    font-style: normal;
}
summary::-webkit-details-marker {
    display: none;
}
summary {
    list-style: none;
}
@font-face {
    font-display: swap;
    font-family: MontserratAlternates;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/MontserratAlternates-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: MontserratAlternates;
    font-style: normal;
    font-weight: 500;
    src: url(../assets/fonts/MontserratAlternates-Medium.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../assets/fonts/Montserrat-SemiBold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/Montserrat-Regular.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url(../assets/fonts/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../assets/fonts/Montserrat-Bold.woff2) format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Gogol;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/fonts/Gogol.woff2) format("woff2");
}
:root {
    --primary: #000;
    --red: #ff0037;
    --white: #fff;
    --gray: #cecece;
    --gray-bg: #f5f5f7;
}
body {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    min-width: 20rem;
}
[data-fls-scrolllock] body {
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: clip;
}
.wrapper > main {
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
::-webkit-scrollbar {
    width: 0.375rem;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: var(--red);
}
.ibg {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
[class*="__container"] {
    margin-inline: auto;
    max-width: 76.25rem;
    padding-inline: 1.5625rem;
    width: 100%;
}
[class*="__container--big"] {
    max-width: 93.125rem;
}
.ff-acc {
    font-family: Gogol, sans-serif;
}
.txt {
    font-weight: 400;
    line-height: 1.18;
}
.red {
    color: var(--red);
}
.btn--c .btn--ic img,
.btn--c .btn--ic svg {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.btn {
    background-color: var(--red);
    border: 0.0625rem solid var(--white);
    border-radius: 5.25rem;
    color: var(--white);
    display: grid;
    font-weight: 700;
    max-width: max-content;
    outline-width: 0.0625rem;
    padding: 0.375rem 1.5625rem;
    place-items: center;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    width: 100%;
}
.btn:focus-visible {
    outline-color: var(--primary);
}
.btn--c {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.375rem 1rem;
}
.btn--c .btn--ic img,
.btn--c .btn--ic svg {
    object-fit: contain;
}
.btn--c .btn--ic img {
    filter: invert(100%) sepia(100%) saturate(0) hue-rotate(292deg) brightness(104%) contrast(102%);
}
.swiper {
    overflow: hidden;
}
.swiper-initialized {
    touch-action: pan-y;
}
.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}
.swiper-vertical .swiper-wrapper {
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-button-lock {
    display: none !important;
}
[data-fls-splittype] {
    font-kerning: none;
}
.element .line {
    overflow: hidden;
}
.element .word {
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.22, 0.89, 0.34, 0.96);
}
.element._watcher-view .word {
    transform: translateY(0);
    transition-delay: calc(var(--index) * 0.03s);
}
.word {
    overflow: hidden;
}
.cake-hero__bg img,
.cake-hero__bg video,
.catalog-cake__picture img,
.category-cake__picture img,
.items-history img,
.marquee-cake__picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.cake-catalog:after,
.cake-catalog__link:before,
.cake-format__img:before,
.category-cake__picture:before,
.info-cake__bg span,
.marquee-cake__podium,
.marquee-history__txt:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.--watcher-view.cake-history__img img,
.--watcher-view.items-history__item--img.item--1 img,
.--watcher-view.items-history__item--img.item--4 img,
.--watcher-view.items-history__item--img.item--8 img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.cake-history__img img,
.items-history__item--img.item--1 img,
.items-history__item--img.item--4 img,
.items-history__item--img.item--8 img {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 0.75s ease;
    will-change: clip-path;
}
.--watcher-view.items-history__item--img.item--2 img,
.--watcher-view.items-history__item--img.item--6 img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.items-history__item--img.item--2 img,
.items-history__item--img.item--6 img {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: clip-path 0.75s ease;
    will-change: clip-path;
}
.--watcher-view .cake-detail__title .subword {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--index) * 0.05s);
}
.cake-format__title .subword,
.cake-history__title .subword,
.catalog-cake__title .subword,
.dessert-cake__txt .subword {
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.22, 0.89, 0.34, 0.96), opacity 0.2s ease;
}
.--watcher-view .cake-format__title .subword,
.--watcher-view .cake-history__title .subword,
.--watcher-view .catalog-cake__title .subword,
.--watcher-view .dessert-cake__txt .subword {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--index) * 0.05s);
}
.cake-hero__container--bottom,
.cake-hero__title .ff-acc {
    opacity: 0;
}
.cake-hero__title [data-fls-loaded] .ff-acc,
[data-fls-loaded] .cake-hero__container--bottom,
[data-fls-loaded] .cake-hero__title .ff-acc {
    opacity: 1;
    transition: opacity 0.65s ease;
}
.cake-detail__btn--wr,
.cake-history__text,
.items-history__text,
.items-history__title {
    opacity: 0;
    transition: opacity 0.45s ease 0s;
}
.--watcher-view .cake-detail__btn--wr,
.--watcher-view .cake-history__text,
.--watcher-view .items-history__text,
.--watcher-view .items-history__title {
    opacity: 1;
}
.cake-catalog__link,
.cake-format__img,
.category-cake__picture {
    position: relative;
}
.cake-catalog__link:before,
.cake-format__img:before,
.category-cake__picture:before {
    aspect-ratio: 1;
    background-image: url(../assets/img/elements/hearts.svg);
    background-size: contain;
    content: "";
    left: 45%;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.45s ease;
    width: 115%;
    z-index: -1;
}
.page--cake {
    background-color: var(--gray-bg);
}
.cake-hero {
    padding-bottom: 2.5rem;
    padding-top: 10.625rem;
    position: relative;
    z-index: 1;
}
.cake-hero__bg {
    inset: 0;
    max-height: 74%;
    position: absolute;
    z-index: -1;
}
.cake-hero__container--top {
    position: relative;
    z-index: 1;
}
.cake-hero__container--bottom {
    transition-delay: 0.8s !important;
}
.cake-hero__title {
    color: var(--white);
    opacity: 0;
    text-transform: uppercase;
}
[data-fls-loaded] .cake-hero__title {
    opacity: 1;
    transition: opacity 0.2s ease;
}
.cake-hero__title .ff-acc {
    display: block;
    line-height: 0.6;
    text-transform: lowercase;
    transition-delay: 0.3s !important;
}
.cake-hero__title .subword {
    transform: translateY(100%);
}
[data-fls-loaded] .cake-hero__title .subword {
    transform: translateY(10%);
    transition: transform 0.75s cubic-bezier(0.22, 0.89, 0.34, 0.96), opacity 0.2s ease;
    transition-delay: calc(var(--index) * 0.05s);
}
.cake-hero__marquee {
    opacity: 0;
}
.cake-hero__marquee.--watcher-view {
    opacity: 1;
    transition: opacity 0.65s ease 0.5s;
}
.cake-hero__btn {
    min-width: 12.5rem;
    position: relative;
    z-index: 5;
}
.marquee-cake {
    margin-block: 3.125rem;
    position: relative;
    transform: rotate(-8deg);
}
.marquee-cake:before {
    background-color: var(--red);
    content: "";
    height: 0.125rem;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 110%;
    z-index: -1;
}
.marquee-cake__item {
    transform: rotate(8deg);
}
.marquee-cake__body {
    position: relative;
    transform: scale(1.4);
}
.marquee-cake__picture {
    position: relative;
    z-index: 1;
}
.marquee-cake__picture img {
    object-fit: contain;
}
.marquee-cake__podium {
    aspect-ratio: 735/450;
    background-image: url(../assets/img/elements/podium-mb.webp);
    bottom: 0;
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 100%;
}
.marquee-cake__title {
    color: var(--gray);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.cake-detail {
    padding-bottom: 4.25rem;
}
.cake-detail__container.--view .cake-detail__body {
    opacity: 1;
}
.cake-detail__container.--view .info-cake {
    opacity: 1;
    transform: translateY(0);
}
.cake-detail__container .cake-detail__body,
.cake-detail__container .info-cake {
    opacity: 0;
    transition: all 0.65s ease;
}
.cake-detail__container .info-cake {
    transform: translateY(20%);
}
.cake-detail__body {
    position: relative;
    z-index: 1;
}
.cake-detail__title {
    font-family: MontserratAlternates, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.cake-detail__title .subword {
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.22, 0.89, 0.34, 0.96), opacity 0.2s ease;
}
.cake-detail__btn--wr {
    transition-delay: 0.5s;
}
.list-detail {
    left: 0.1875rem;
    margin-inline: auto;
    max-width: 61%;
    padding-top: 1.25rem;
    position: relative;
}
.list-detail.--view .list-detail__item {
    transform: translateY(0);
}
.list-detail.--view .list-detail__btn {
    opacity: 1;
    pointer-events: all;
    transition: color 0.3s ease, text-shadow 0.3s ease, opacity 0.45s ease 0.45s;
}
.list-detail__img {
    transition: transform 0.45s ease 0.1s;
}
.list-detail__img img {
    height: auto;
    width: 100%;
}
.list-detail__item {
    position: relative;
    transition: transform 0.55s ease;
}
.list-detail__item.--hover .list-detail__img {
    transform: scale(1.05);
    transition-delay: 0s;
}
.list-detail__btn {
    font-weight: 400;
    line-height: 1.18;
    opacity: 0;
    outline: none;
    pointer-events: none;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    transition: color 0.3s ease, text-shadow 0.3s ease, opacity 0.15s ease 0s;
    z-index: 2;
}
.list-detail__btn svg {
    height: auto;
    position: absolute;
}
.list-detail__btn svg path {
    transition: stroke 0.3s ease;
}
.list-detail__btn.--hover-el {
    color: var(--red);
    text-shadow: 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor;
}
.list-detail__btn.--hover-el svg path {
    stroke: var(--red);
}
.list-detail__btn:active {
    color: var(--red);
    text-shadow: 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor;
}
.list-detail__btn:active svg path {
    stroke: var(--red);
}
.list-detail__item--1 {
    transform: translateY(35%);
    z-index: 8;
}
.list-detail__item--1 .list-detail__btn:first-child {
    left: -1%;
    top: -12%;
    transform: translate(0);
}
.list-detail__item--1 .list-detail__btn:first-child svg {
    max-width: 5.125rem;
    right: 25%;
    top: 155%;
    width: 60%;
}
.list-detail__item--1 .list-detail__btn:nth-child(2) {
    right: -31%;
    top: -33%;
    transform: translate(0);
}
.list-detail__item--1 .list-detail__btn:nth-child(2) svg {
    max-width: 7.375rem;
    right: 36%;
    top: 149%;
    transform: scaleX(-1) rotate(-135deg);
    width: 88%;
}
.list-detail__item--1 .list-detail__btn:nth-child(3) {
    left: 10%;
    top: 12%;
    transform: translate(-100%);
}
.list-detail__item--1 .list-detail__btn:nth-child(3) svg {
    max-width: 4rem;
    right: 27%;
    top: 140%;
    transform: rotate(22deg);
    width: 45%;
}
.list-detail__item--2 {
    margin-top: -3%;
    transform: translateY(0);
    z-index: 7;
}
.list-detail__item--2 .list-detail__btn:first-child {
    left: 0;
    top: 65%;
    transform: translate(-94%);
}
.list-detail__item--2 .list-detail__btn:first-child svg {
    max-width: 6.25rem;
    right: 12%;
    top: -132%;
    width: 70%;
}
.list-detail__item--2 .list-detail__btn:nth-child(2) {
    right: -6%;
    top: -44%;
    transform: translate(100%);
}
.list-detail__item--2 .list-detail__btn:nth-child(2) svg {
    left: -12%;
    max-width: 5.3125rem;
    top: 114%;
    width: 60%;
}
.list-detail__item--2 .list-detail__img img {
    transform: rotate(-1deg);
}
.list-detail__item--3 {
    margin-top: -1.5%;
    transform: translateY(-56%);
    z-index: 5;
}
.list-detail__item--3 .list-detail__btn:first-child {
    right: -3%;
    top: 85%;
    transform: translate(100%);
}
.list-detail__item--3 .list-detail__btn:first-child svg {
    left: -25%;
    max-width: 5.25rem;
    top: -110%;
    transform: scaleY(-1);
    width: 80%;
}
.list-detail__item--3 .list-detail__img {
    margin-inline: auto;
    max-width: 90%;
}
.list-detail__item--4 {
    margin-top: -1.5%;
    transform: translateY(-115%);
    z-index: 6;
}
.list-detail__item--4 .list-detail__btn:first-child {
    left: 3%;
    top: 72%;
    transform: translate(-100%);
}
.list-detail__item--4 .list-detail__btn:first-child svg {
    max-width: 6.375rem;
    right: 15%;
    top: -35%;
    transform: scaleY(-1);
    width: 65%;
}
.list-detail__item--5 {
    margin-top: -1%;
    transform: translateY(-146%);
    z-index: 4;
}
.list-detail__item--5 .list-detail__img img {
    transform: rotate(-1deg);
}
.list-detail__item--6 {
    margin-top: -1.5%;
    transform: translateY(-270%);
    z-index: 2;
}
.list-detail__item--6 .list-detail__btn:first-child {
    left: auto;
    right: 0;
    top: -20%;
    transform: translate(101%);
}
.list-detail__item--6 .list-detail__btn:first-child svg {
    left: -15%;
    max-width: 6.1875rem;
    right: auto;
    top: 110%;
    transform: scaleX(-1);
    width: 54%;
}
.list-detail__item--6 .list-detail__img {
    margin-inline: auto;
    max-width: 88%;
}
.list-detail__item--7 {
    margin-top: -2%;
    transform: translateY(-276%);
    z-index: 3;
}
.list-detail__item--7 .list-detail__btn:first-child {
    left: 3%;
    top: -83%;
    transform: translate(-100%);
}
.list-detail__item--7 .list-detail__btn:first-child svg {
    max-width: 7.4375rem;
    right: 5%;
    top: 152%;
    transform: scale(-1) rotate(31deg);
    width: 88%;
}
.list-detail__item--8 {
    margin-top: -1%;
    transform: translateY(-292%);
    z-index: 1;
}
.list-detail__item--8 .list-detail__btn:first-child {
    left: 3%;
    top: 79%;
    transform: translate(-100%);
}
.list-detail__item--8 .list-detail__btn:first-child svg {
    max-width: 7.875rem;
    right: 12%;
    top: -145%;
    transform: rotate(-17deg);
    width: 80%;
}
.list-detail__item--8 .list-detail__btn:nth-child(2) {
    right: 0;
    top: 31%;
    transform: translate(124%);
}
.list-detail__item--8 .list-detail__btn:nth-child(2) svg {
    left: -28%;
    max-width: 6.4375rem;
    top: 132%;
    width: 58%;
}
.list-detail__item--8:before {
    aspect-ratio: 397/70;
    background-color: #b4a39d;
    border-radius: 50%;
    bottom: 0;
    content: "";
    filter: blur(0.6875rem);
    left: 72%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    width: 80%;
    z-index: -1;
}
.list-detail__item--8 .list-detail__img img {
    transform: rotate(-1deg);
}
[data-info-subel] .info-cake__img,
[data-info-subel] .info-cake__item {
    opacity: 0;
    transition: opacity 0.3s ease;
}
[data-info-subel] .info-cake__img.--active,
[data-info-subel] .info-cake__item.--active {
    opacity: 1;
}
.info-cake {
    position: relative;
}
.info-cake__bg {
    display: inline-block;
    pointer-events: none;
    position: absolute;
    z-index: 10;
}
.info-cake__bg span {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.info-cake__bg--1 {
    right: 0;
    top: 0;
}
.info-cake__images {
    position: relative;
}
.info-cake__images--1 {
    aspect-ratio: 277/311;
}
.info-cake__images--1 .info-cake__bg--1 {
    aspect-ratio: 183/68;
    transform: translate(28%, -18%) rotate(62deg);
    width: 66%;
}
.info-cake__images--1 .info-cake__bg--1 span {
    background-image: url(../assets/img/elements/el-1.webp);
}
.info-cake__images--1 .info-cake__img {
    aspect-ratio: 277/311;
}
.info-cake__images--2 {
    aspect-ratio: 286/196;
}
.info-cake__images--2 .info-cake__bg--1 {
    aspect-ratio: 206/197;
    width: 72%;
}
.info-cake__images--2 .info-cake__bg--1 span {
    background-image: url(../assets/img/elements/el-2.webp);
}
.info-cake__images--2 .info-cake__img {
    aspect-ratio: 286/196;
}
.info-cake__images--3 {
    aspect-ratio: 237/356;
}
.info-cake__images--3 .info-cake__bg--1 {
    aspect-ratio: 313/145;
    transform: translate(71%, -10%) rotate(3deg);
    width: 132%;
}
.info-cake__images--3 .info-cake__bg--1 span {
    background-image: url(../assets/img/elements/el-3.webp);
}
.info-cake__images--3 .info-cake__img {
    aspect-ratio: 237/356;
}
.info-cake__img,
.info-cake__item {
    left: 0;
    position: absolute;
    top: 0;
}
.info-cake__img:first-child,
.info-cake__item:first-child {
    position: relative;
}
.info-cake__title {
    font-family: MontserratAlternates, sans-serif;
    font-weight: 400;
    line-height: 1.18;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.info-cake__txt {
    text-wrap: balance;
}
.cake-history__bg,
.dessert-cake__bg {
    inset: 0;
    position: absolute;
    z-index: -1;
}
.cake-history__bg:before,
.dessert-cake__bg:before {
    background-color: var(--red);
    content: "";
    inset: 0;
    opacity: 0.84;
    position: absolute;
}
.cake-history__top {
    color: var(--white);
    margin-top: 7.625rem;
    position: relative;
    z-index: 1;
}
.cake-history__body {
    padding-top: 2.5rem;
}
.cake-history__title {
    line-height: 1.12;
}
.cake-history__title .word {
    line-height: 0.9;
}
.cake-history__text {
    line-height: 1.23;
    text-wrap: balance;
    transition-delay: 0.3s;
}
.cake-history__text p:not(:last-child) {
    margin-bottom: 1.125rem;
}
.cake-history__img img {
    aspect-ratio: 558/666;
    transition-duration: 1s;
}
.cake-history__subtext {
    line-height: 0.75;
    margin-top: -0.9375rem;
    transform: rotate(-8deg);
}
.cake-history__subtext p {
    margin-left: auto;
    max-width: max-content;
}
.cake-history__container--big {
    position: relative;
    z-index: 2;
}
.items-history img {
    object-fit: contain;
}
.items-history__title {
    font-weight: 500;
    line-height: 1.18;
    text-transform: uppercase;
    transition-delay: 0.3s;
    transition-duration: 0.8s;
}
.items-history__title span {
    color: var(--red);
    display: block;
}
.items-history__title:not(:last-child) {
    margin-bottom: 1.4375rem;
}
.items-history__text {
    text-wrap: balance;
    transition-delay: 0.45s;
    transition-duration: 0.8s;
}
.items-history__item {
    position: relative;
}
.items-history__item--img img {
    transition-duration: 1.5s;
}
.items-history__item--img.item--1 img {
    aspect-ratio: 934/996;
}
.items-history__item--img.item--2 img {
    aspect-ratio: 513/479;
}
.items-history__item--img.item--4 img {
    aspect-ratio: 726/570;
}
.items-history__item--img.item--6 img {
    aspect-ratio: 780/760;
}
.items-history__item--img.item--8 img {
    aspect-ratio: 1317/654;
}
.items-history__item--block {
    padding-block: 2.5rem;
}
.marquee-history {
    background-color: var(--red);
    padding-block: 1.5625rem 6.25rem;
    z-index: 1;
}
.marquee-history,
.marquee-history .marquee-cake {
    position: relative;
}
.marquee-history .marquee-cake:after {
    background-color: var(--gray-bg);
    content: "";
    height: 200%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translate(-50%, -65%);
    width: 120%;
    z-index: -2;
}
.marquee-history .marquee-cake .marquee-cake__title--2 {
    bottom: 23%;
    color: var(--white);
    left: 50%;
    line-height: 0.7;
    max-width: max-content;
    position: absolute;
    transform: translate(-25%) rotate(-8deg);
}
.marquee-history__txt {
    color: var(--white);
    line-height: 1.18;
    margin-left: auto;
    max-width: max-content;
    padding-right: 3.125rem;
    position: relative;
}
.marquee-history__txt:before {
    aspect-ratio: 64/69;
    background-image: url(../assets/img/icons/arrow-a.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    width: 4rem;
}
.marquee-rect {
    position: relative;
    z-index: 2;
}
.marquee-rect__item img {
    aspect-ratio: 421/297;
}
.cake-format__head {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 75% 1fr;
    margin-inline: auto;
    max-width: calc(100% - 2.5rem);
}
.cake-format__head:after,
.cake-format__head:before {
    background-color: var(--red);
    content: "";
    height: 0.0625rem;
    width: 100%;
}
.cake-format__title {
    font-family: MontserratAlternates, sans-serif;
    font-weight: 400;
    text-align: center;
}
.--watcher-view .cake-format__title .subword {
    transform: translateY(-8%);
}
.cake-format__slider {
    overflow: visible !important;
    position: relative;
}
.cake-format__slide-title {
    text-align: center;
    text-transform: uppercase;
}
.cake-format__img {
    cursor: pointer;
}
.cake-format__img:before {
    width: 100%;
}
.cake-format__img img {
    aspect-ratio: 381/354;
    object-fit: contain;
    transition: filter 0.3s ease 0.3s, transform 0.65s ease;
}
.cake-format__button {
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: absolute;
    top: 50%;
    transition: background-color 0.3s ease;
}
.cake-format__button svg {
    height: auto;
    width: 100%;
}
.cake-format__button svg path {
    transition: fill 0.3s ease;
}
.cake-format__button:active {
    background-color: var(--red);
}
.cake-format__button:active svg path {
    fill: var(--white);
}
.cake-format__button.swiper-button-prev {
    left: 0;
    transform: translate(-50%, -50%);
}
.cake-format__button.swiper-button-next {
    right: 0;
    transform: translate(50%, -50%);
}
.dessert-cake {
    color: var(--white);
    position: relative;
    z-index: 1;
}
.dessert-cake__bg img {
    object-position: top;
}
.dessert-cake__block {
    font-family: MontserratAlternates, sans-serif;
    font-weight: 400;
    max-width: 95%;
}
.--watcher-view .dessert-cake__txt .subword {
    transform: translateY(-8%);
}
.dessert-cake__img {
    display: inline-block;
    overflow: hidden;
}
.dessert-cake__img.img--1 img {
    aspect-ratio: 223/50;
    transition-delay: 0.15s;
}
.dessert-cake__img.img--2 img {
    aspect-ratio: 194/50;
    transition-delay: 0.3s;
}
.dessert-cake__img img {
    height: auto;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.65s ease, opacity 0.3s ease;
    width: 100%;
}
.--watcher-view .dessert-cake__img img {
    opacity: 1;
    transform: translate(0);
}
.cake-catalog {
    position: relative;
    z-index: 1;
}
.cake-catalog:after {
    aspect-ratio: 1440/82;
    background-image: url(../assets/img/elements/ellipse.svg);
    background-size: contain;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, 70%);
    width: 100%;
}
.cake-catalog__head {
    text-wrap: balance;
}
.cake-catalog__head .cake-format__title {
    text-wrap: auto;
}
.cake-catalog__list {
    display: grid;
    gap: 2rem 0.3125rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
.cake-catalog__link {
    opacity: 0;
    transform: translateY(50%);
    transition: opacity 0.45s ease, transform 0.75s ease;
}
.--watcher-view .cake-catalog__link {
    opacity: 1;
    transform: translate(0);
}
.cake-catalog__link img {
    aspect-ratio: 235/224;
    margin-bottom: 0.625rem;
    object-fit: contain;
    transition: transform 0.45s ease;
}
.cake-catalog__link h3 {
    line-height: 1.18;
    text-align: center;
    text-transform: uppercase;
}
.cake-catalog__link:active img {
    transform: scale(1.05);
}
.cake-catalog__link:active:before {
    transform: translate(-50%, -50%) scale(1);
}
.category-cake {
    position: relative;
    z-index: 1;
}
.category-cake__list {
    display: grid;
    gap: 1.875rem 0.9375rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}
.category-cake__picture {
    margin-bottom: 0.3125rem;
}
.category-cake__picture:before {
    width: 100%;
}
.category-cake__picture img {
    object-fit: contain;
    transition: transform 0.45s ease;
}
.category-cake__picture:active:before {
    transform: translate(-50%, -50%) scale(1);
}
.category-cake__picture:active img {
    transform: translateY(-5%);
}
.category-cake__btn {
    margin-inline: auto;
    max-width: 14.375rem;
}
.catalog-cake {
    margin-bottom: 3.125rem;
    padding-top: 3.125rem;
}
.catalog-cake__item {
    align-items: center;
    background-color: var(--red);
    color: var(--white);
    display: grid;
    grid-template-columns: auto 40% auto;
    justify-content: space-between;
    padding-block: 1.6875rem;
    padding-inline: 1.375rem;
    position: relative;
}
.catalog-cake__title {
    font-family: MontserratAlternates, sans-serif;
    font-weight: 500;
    line-height: 1.18;
}
.catalog-cake__picture {
    grid-column: 2/3;
    left: 50%;
    max-width: 19.875rem;
    min-width: 9.375rem;
    position: absolute;
    transform: translate(-60%);
    width: 100%;
}
.catalog-cake__picture img {
    object-fit: contain;
}
.catalog-cake__link {
    aspect-ratio: 1;
    border: 0.0625rem solid var(--white);
    border-radius: 50%;
    flex: 0 0 auto;
    grid-column: 3/4;
    height: 2rem;
    transition: all 0.3s ease;
    width: 2rem;
}
.catalog-cake__link svg {
    height: auto;
    width: 100%;
}
.catalog-cake__link svg path {
    transition: fill 0.3s ease;
}
.footer-margin {
    margin-bottom: 31.25rem;
}
.popup-cake__picture img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-cake__bg:after,
.popup-cake__bg:before,
.popup-cake__podium {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
body:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity 0.45s ease 0s;
    width: 100%;
    z-index: 149;
}
[data-fls-popup-open] body:after {
    opacity: 1;
    transition-delay: 0.1s;
}
[data-fls-popup] {
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 1.875rem 0.625rem;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: visibility 0.8s ease 0s, opacity 0.45s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 150;
}
[data-fls-popup][data-fls-popup-active] {
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: auto;
    visibility: visible;
}
[data-fls-popup-active] [data-fls-popup-body] {
    transform: scale(1);
    visibility: visible;
}
[data-fls-popup-wrapper] {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
}
[data-fls-popup-body] {
    background-color: #eee;
    border-radius: 1.25rem;
    max-width: 56.25rem;
    padding: 1.25rem;
    transform: scale(0);
    transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
}
[data-fls-popup-close] {
    aspect-ratio: 1;
    background-color: var(--red);
    border: 0.0625rem solid var(--red);
    border-radius: 50%;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    transition: all 0.3s ease;
    width: 2.5rem;
    z-index: 5;
}
[data-fls-popup-close] svg path {
    transition: stroke 0.3s ease;
}
[data-fls-popup="popup-details"] {
    padding: 0.3125rem;
}
[data-fls-popup="popup-details"] [data-fls-popup-body] {
    overflow: hidden;
    position: relative;
}
[data-fls-popup="popup-details"] [data-fls-popup-close] {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
}
[data-fls-popup="popup-cake"] {
    background-color: var(--gray-bg);
    padding: 0;
}
[data-fls-popup="popup-cake"] [data-fls-popup-body] {
    background-color: var(--gray-bg);
    border-radius: 0;
    display: flex;
    max-width: 100%;
    min-height: 100dvh;
    padding: 0;
    transform: scale(1);
    transition: transform 0.45s ease 0s, visibility 0.45s ease 0s;
    width: 100%;
}
[data-fls-popup="popup-cake"] [data-fls-popup-content] {
    width: 100%;
}
[data-fls-popup="popup-cake"] [data-fls-popup-close] {
    border-color: var(--white);
}
[data-fls-popup="popup-cake"][data-fls-popup-active] [data-fls-popup-body] {
    transform: scale(1);
    visibility: visible;
}
.popup-cake__wrapper {
    min-height: 100%;
    position: relative;
    z-index: 2;
}
.popup-cake__bg {
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.popup-cake__bg:after,
.popup-cake__bg:before {
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    width: 106.25rem;
}
.popup-cake__bg:before {
    aspect-ratio: 1440/800;
    background-color: var(--red);
    clip-path: ellipse(66% 0 at 47% 0);
    transition: clip-path 0.45s ease 0.55s;
    z-index: 1;
}
[data-fls-popup-active] .popup-cake__bg:before {
    clip-path: ellipse(66% 70% at 47% 0);
    transition-delay: 0s;
}
.popup-cake__bg:after {
    aspect-ratio: 1440/289;
    background-image: url(../assets/img/cake-popup/line-ellipse.svg);
    top: 43vh;
    z-index: -1;
}
.popup-cake__nav {
    align-items: center;
    display: flex;
    gap: 1.25rem;
    justify-content: flex-end;
    margin-bottom: 1.25rem;
}
.popup-cake__body {
    opacity: 0;
    transition: opacity 0.45s ease 0.3s;
}
[data-fls-popup-active] .popup-cake__body {
    opacity: 1;
}
.popup-cake__info {
    color: var(--white);
}
.popup-cake__head {
    background-color: var(--red);
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    position: relative;
}
.popup-cake__head:before {
    background-color: var(--white);
    bottom: 0;
    content: "";
    height: 0.125rem;
    left: auto;
    position: absolute;
    width: 70%;
}
.popup-cake__title {
    font-weight: 700;
    line-height: 1.18;
    text-transform: uppercase;
    text-wrap: balance;
}
.popup-cake__title:not(:last-child) {
    margin-bottom: 1.125rem;
}
.popup-cake__txt {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    text-wrap: balance;
}
.popup-cake__txt p:not(:last-child) {
    margin-bottom: 1.125rem;
}
.popup-cake__images {
    margin-top: 1.875rem;
}
.popup-cake__block {
    position: relative;
}
.popup-cake__picture {
    margin-inline: auto;
    position: relative;
}
.popup-el--cake-catalog .popup-cake__picture {
    left: 0.3125rem;
    max-width: 80%;
    top: -2.5rem;
}
.popup-cake__picture img {
    object-fit: contain;
}
.popup-cake__podium {
    aspect-ratio: 735/450;
    background-image: url(../assets/img/elements/podium.webp);
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translate(-48%, 15%);
    width: 134%;
    z-index: -1;
}
.popup-el--cake-format .popup-cake__podium {
    display: none;
}
.specification__list {
    background-color: var(--red);
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}
.specification__item {
    font-size: 0.75rem;
    line-height: 1.18;
}
.specification__title {
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 84.43625em) {
    .cake-format__slider {
        margin-inline: auto;
        max-width: 80%;
    }
}
@media (max-width: 75.06125em) {
    .cake-history__subtext p {
        margin-right: 1.25rem;
    }
}
@media (max-width: 75em) {
    .items-history__title {
        font-size: 1.5rem;
    }
}
@media (max-width: 64.06125em) and (min-width: 51.31125em) {
    .items-history {
        gap: 0.625rem;
    }
}
@media (max-width: 62.06125em) {
    .info-cake {
        column-gap: 1.25rem;
        display: grid;
        grid-template-columns: auto auto;
    }
    .info-cake__bg.info-cake__bg--0 {
        display: none;
    }
    .info-cake__images--1 {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-top: 1.875rem;
        transform: translate(-36%) rotate(-15deg);
    }
    .info-cake__images--1 .info-cake__bg--2 {
        aspect-ratio: 313/145;
        bottom: 0;
        left: 0;
        transform: translate(-33%, 51%) rotate(-7deg) scaleX(-1);
        width: 110%;
    }
    .info-cake__images--1 .info-cake__bg--2 span {
        background-image: url(../assets/img/elements/el-3.webp);
    }
    .info-cake__images--2 .info-cake__bg--1 {
        left: 0;
        right: auto;
        transform: translate(-61%, -10%) rotate(-6deg);
    }
    .info-cake__images--2 .info-cake__bg--2 {
        display: none;
    }
    .info-cake__images--2 {
        grid-column: 2/3;
        grid-row: 5/6;
        transform: translate(22%, -3%) rotate(7deg);
    }
    .info-cake__images--3 {
        grid-column: 2/3;
        grid-row: 1/2;
        transform: translate(40%, 28%) rotate(-15deg);
    }
    .info-cake__list {
        grid-column: 1/3;
        grid-row: 2/3;
        padding-block: 1.875rem;
        position: relative;
        z-index: 2;
    }
    .info-cake__item {
        display: none;
        position: relative;
    }
    .info-cake__item.--active {
        display: block;
    }
    .info-cake__title {
        max-width: 65%;
    }
}
@media (max-width: 51.31125em) {
    .items-history__item--block {
        margin-inline: auto;
    }
    .items-history__item.item--1 {
        margin-inline: -5rem;
    }
    .items-history__item.item--2 {
        display: none;
    }
    .items-history__item.item--8 {
        margin-inline: -3.75rem;
    }
    .marquee-history .marquee-cake:before {
        transform: translate(-50%, -1.875rem);
    }
    [data-fls-popup="popup-cake"]::-webkit-scrollbar {
        display: none;
    }
    .popup-cake__images {
        margin-inline: auto;
        max-width: 31.25rem;
    }
}
@media (max-width: 48.06125em) {
    .cake-hero__title {
        text-align: center;
    }
}
@media (max-width: 43.81125em) {
    .cake-history__top .cake-history__container {
        margin-bottom: -4.0625rem;
        position: relative;
        top: -7.625rem;
    }
    .items-history {
        margin-top: 4.0625rem;
    }
}
@media (max-width: 37.56125em) {
    .cake-detail__title {
        margin-bottom: 1.8125rem;
    }
}
@media (max-width: 30.06125em) {
    .cake-hero__btn {
        margin-inline: auto;
    }
    .marquee-cake__body {
        margin-bottom: 0.625rem;
    }
    .list-detail__btn {
        font-size: 0.625rem;
    }
    .list-detail__btn span {
        display: inline-block;
        max-width: 4.8125rem;
    }
    .list-detail__item--1 .list-detail__btn:first-child span {
        max-width: 100%;
    }
    .info-cake__title {
        max-width: 79%;
    }
    .items-history__text {
        max-width: 80%;
    }
    .cake-format__slide.swiper-slide-next .cake-format__img img,
    .cake-format__slide.swiper-slide-prev .cake-format__img img {
        filter: blur(0.25rem);
    }
    .cake-format__slide.swiper-slide-active .cake-format__img img {
        transition-delay: 0s;
    }
    .swiper-slide-active .cake-format__img:before {
        transform: translate(-50%, -50%) scale(1);
        transition-delay: 0.3s;
    }
    .dessert-cake__img.img--dymanic {
        display: none;
    }
    .popup-cake__bg:before {
        clip-path: ellipse(40% 0 at 47% 0) !important;
    }
    [data-fls-popup-active] .popup-cake__bg:before {
        clip-path: ellipse(40% 70% at 47% 15%) !important;
    }
    .popup-cake__bg:after {
        height: 84% !important;
        transform: translate(-50%) rotate(-4deg);
    }
}
@media (max-width: 23.43625em) {
    .catalog-cake__picture {
        min-width: 6.25rem;
    }
}
@media (max-width: 20em) {
    .txt {
        font-size: 0.875rem;
    }
    .btn--a {
        font-size: 0.625rem;
        min-height: 2.5rem;
    }
    .btn--b {
        font-size: 0.5625rem;
    }
    .btn--b,
    .btn--c {
        min-height: 2.125rem;
    }
    .btn--c {
        font-size: 0.5625rem;
    }
    .btn--c .btn--ic {
        height: 1.3125rem;
    }
    .cake-hero__title {
        font-size: 3.5rem;
    }
    .cake-hero__title .ff-acc {
        font-size: 2.375rem;
    }
    .marquee-cake:before {
        top: 10.9375rem;
    }
    .marquee-cake__item {
        max-width: 23rem;
    }
    .marquee-cake__title {
        font-size: 1.0625rem;
    }
    .cake-detail__body {
        margin-bottom: 2.5rem;
    }
    .cake-detail__title {
        font-size: 2rem;
    }
    .cake-detail__btn {
        min-width: 14.5625rem;
    }
    .info-cake__images--1 {
        max-width: 9.5rem;
    }
    .info-cake__images--2 {
        max-width: 11.1875rem;
    }
    .info-cake__images--3 {
        max-width: 9.0625rem;
    }
    .info-cake__title {
        font-size: 2rem;
    }
    .cake-history__title {
        font-size: 1.5625rem;
    }
    .cake-history__title:not(:last-child) {
        margin-bottom: 1.125rem;
    }
    .cake-history__subtext {
        font-size: 2.375rem;
    }
    .items-history {
        padding-top: 3.125rem;
    }
    .marquee-history .marquee-cake .marquee-cake__title--2 {
        font-size: 1.5625rem;
    }
    .marquee-history__txt {
        font-size: 2.1875rem;
    }
    .marquee-rect {
        margin-top: -2.5rem;
    }
    .marquee-rect__item {
        margin-inline: 0.3125rem;
        width: 13.1875rem;
    }
    .marquee-rect__item img {
        border-radius: 0.625rem;
    }
    .cake-format__container.top {
        padding-block: 2.5rem;
    }
    .cake-format__title {
        font-size: 1.375rem;
    }
    .cake-format__slide-title {
        font-size: 0.75rem;
    }
    .cake-format__button {
        width: 2.25rem;
    }
    .cake-catalog,
    .category-cake,
    .dessert-cake {
        padding-block: 2.8125rem;
    }
    .dessert-cake__block {
        font-size: 1.375rem;
    }
    .dessert-cake__img.img--1 img {
        max-width: 5.6875rem;
    }
    .dessert-cake__img.img--2 img {
        max-width: 4.9375rem;
    }
    .cake-catalog__head {
        margin-bottom: 2.3125rem;
    }
    .cake-catalog__link img {
        max-width: 8.375rem;
    }
    .cake-catalog__link h3 {
        font-size: 0.75rem;
    }
    .catalog-cake__item {
        border-radius: 1.1875rem;
    }
    .catalog-cake__title {
        font-size: 1.125rem;
    }
    .popup-cake__wrapper {
        padding-top: 1.25rem;
    }
    .popup-cake__title {
        font-size: 1.5rem;
    }
}
@media (min-width: 20em) and (max-width: 76.25em) {
    .txt {
        font-size: clamp(0.875rem, 0.7861111111125rem + 0.4444444444vw, 1.125rem);
    }
    .btn--a {
        font-size: clamp(0.625rem, 0.55833333333125rem + 0.3333333333vw, 0.8125rem);
        min-height: clamp(2.5rem, 2.25555555555625rem + 1.2222222222vw, 3.1875rem);
    }
    .btn--b {
        font-size: clamp(0.5625rem, 0.4736111111125rem + 0.4444444444vw, 0.8125rem);
    }
    .btn--b,
    .btn--c {
        min-height: clamp(2.125rem, 1.747222222225rem + 1.8888888889vw, 3.1875rem);
    }
    .btn--c {
        font-size: clamp(0.5625rem, 0.4736111111125rem + 0.4444444444vw, 0.8125rem);
    }
    .btn--c .btn--ic {
        height: clamp(1.3125rem, 1.090277777775rem + 1.1111111111vw, 1.9375rem);
    }
    .cake-hero__title {
        font-size: clamp(3.5rem, 3.1rem + 2vw, 4.625rem);
    }
    .cake-hero__title .ff-acc {
        font-size: clamp(2.375rem, 1.81944444444375rem + 2.7777777778vw, 3.9375rem);
    }
    .marquee-cake:before {
        top: clamp(10.9375rem, 10.38194444444375rem + 2.7777777778vw, 12.5rem);
    }
    .marquee-cake__item {
        max-width: clamp(23rem, 19.622222222225rem + 16.8888888889vw, 32.5rem);
    }
    .marquee-cake__title {
        font-size: clamp(1.0625rem, 0.90694444444375rem + 0.7777777778vw, 1.5rem);
    }
    .cake-detail__body {
        margin-bottom: clamp(2.5rem, 0.277777777775rem + 11.1111111111vw, 8.75rem);
    }
    .cake-detail__title {
        font-size: clamp(2rem, 1.777777777775rem + 1.1111111111vw, 2.625rem);
    }
    .cake-detail__btn {
        min-width: clamp(14.5625rem, 13.0736111111125rem + 7.4444444444vw, 18.75rem);
    }
    .info-cake__images--1 {
        max-width: clamp(9.5rem, 6.722222222225rem + 13.8888888889vw, 17.3125rem);
    }
    .info-cake__images--2 {
        max-width: clamp(11.1875rem, 8.809722222225rem + 11.8888888889vw, 17.875rem);
    }
    .info-cake__images--3 {
        max-width: clamp(9.0625rem, 7.084722222225rem + 9.8888888889vw, 14.625rem);
    }
    .info-cake__title {
        font-size: clamp(2rem, 1.822222222225rem + 0.8888888889vw, 2.5rem);
    }
    .cake-history__title {
        font-size: clamp(1.5625rem, 1.00694444444375rem + 2.7777777778vw, 3.125rem);
    }
    .cake-history__title:not(:last-child) {
        margin-bottom: clamp(1.125rem, 0.85833333333125rem + 1.3333333333vw, 1.875rem);
    }
    .cake-history__subtext {
        font-size: clamp(2.375rem, 1.81944444444375rem + 2.7777777778vw, 3.9375rem);
    }
    .items-history {
        padding-top: clamp(3.125rem, 2.19166666666875rem + 4.6666666667vw, 5.75rem);
    }
    .marquee-history .marquee-cake .marquee-cake__title--2 {
        font-size: clamp(1.5625rem, 1.31805555555625rem + 1.2222222222vw, 2.25rem);
    }
    .marquee-history__txt {
        font-size: clamp(2.1875rem, 1.85416666666875rem + 1.6666666667vw, 3.125rem);
    }
    .marquee-rect {
        margin-top: clamp(-5rem, -1.6111111111125rem + -4.4444444444vw, -2.5rem);
    }
    .marquee-rect__item {
        margin-inline: clamp(0.3125rem, 0.2013888888875rem + 0.5555555556vw, 0.625rem);
        width: clamp(13.1875rem, 8.52083333333125rem + 23.3333333333vw, 26.3125rem);
    }
    .marquee-rect__item img {
        border-radius: clamp(0.625rem, 0.402777777775rem + 1.1111111111vw, 1.25rem);
    }
    .cake-format__container.top {
        padding-block: clamp(2.5rem, 1.16666666666875rem + 6.6666666667vw, 6.25rem);
    }
    .cake-format__title {
        font-size: clamp(1.375rem, 0.975rem + 2vw, 2.5rem);
    }
    .cake-format__slide-title {
        font-size: clamp(0.75rem, 0.572222222225rem + 0.8888888889vw, 1.25rem);
    }
    .cake-format__button {
        width: clamp(2.25rem, 1.40555555555625rem + 4.2222222222vw, 4.625rem);
    }
    .cake-catalog,
    .category-cake,
    .dessert-cake {
        padding-block: clamp(2.8125rem, 1.67916666666875rem + 5.6666666667vw, 6rem);
    }
    .dessert-cake__block {
        font-size: clamp(1.375rem, 0.6861111111125rem + 3.4444444444vw, 3.3125rem);
    }
    .dessert-cake__img.img--1 img {
        max-width: clamp(5.6875rem, 2.75416666666875rem + 14.6666666667vw, 13.9375rem);
    }
    .dessert-cake__img.img--2 img {
        max-width: clamp(4.9375rem, 2.38194444444375rem + 12.7777777778vw, 12.125rem);
    }
    .cake-catalog__head {
        margin-bottom: clamp(2.3125rem, 2.15694444444375rem + 0.7777777778vw, 2.75rem);
    }
    .cake-catalog__link img {
        max-width: clamp(8.375rem, 6.13055555555625rem + 11.2222222222vw, 14.6875rem);
    }
    .cake-catalog__link h3 {
        font-size: clamp(0.75rem, 0.572222222225rem + 0.8888888889vw, 1.25rem);
    }
    .catalog-cake__item {
        border-radius: clamp(1.1875rem, 1.05416666666875rem + 0.6666666667vw, 1.5625rem);
    }
    .catalog-cake__title {
        font-size: clamp(1.125rem, 0.725rem + 2vw, 2.25rem);
    }
    .popup-cake__wrapper {
        padding-top: clamp(1.25rem, 0.80555555555625rem + 2.2222222222vw, 2.5rem);
    }
    .popup-cake__title {
        font-size: clamp(1.5rem, 0.96666666666875rem + 2.6666666667vw, 3rem);
    }
}
@media (min-width: 30.06125em) and (max-width: 90.06125em) {
    .list-detail__btn {
        font-size: clamp(0.625rem, 0.31186197916875rem + 1.0416666667vw, 1.25rem);
    }
}
@media (min-width: 30.06125em) {
    .btn--c {
        gap: 0.9375rem;
        padding: 0.375rem 1.5625rem;
    }
    .cake-hero {
        padding-bottom: 5.625rem;
        padding-top: 14.625rem;
    }
    .cake-hero__btn {
        margin-left: auto;
        min-width: 15.625rem;
    }
    .marquee-cake {
        margin-block: 1.875rem;
    }
    .marquee-cake:before {
        height: 0.1875rem;
    }
    .marquee-cake__podium {
        background-image: url(../assets/img/elements/podium.webp);
    }
    .list-detail {
        left: 0.5rem;
        max-width: 33%;
    }
    .list-detail__item--1 .list-detail__btn:first-child {
        left: 0;
        top: 0;
        transform: translate(-83%, 85%);
    }
    .list-detail__item--1 .list-detail__btn:first-child svg {
        right: -13%;
        top: 109%;
        width: 39%;
    }
    .list-detail__item--1 .list-detail__btn:nth-child(2) {
        right: 0;
        top: 20%;
        transform: translate(98%, 14%);
    }
    .list-detail__item--1 .list-detail__btn:nth-child(2) svg {
        right: 69%;
        top: -52%;
        transform: scaleX(1) rotate(0deg);
        width: 78%;
    }
    .list-detail__item--1 .list-detail__btn:nth-child(3) {
        left: 0;
        top: 55%;
        transform: translate(-104%);
    }
    .list-detail__item--1 .list-detail__btn:nth-child(3) svg {
        right: -2%;
        top: 107%;
        transform: rotate(0deg);
        width: 27%;
    }
    .list-detail__item--2 .list-detail__btn:first-child {
        left: 0;
        top: 65%;
        transform: translate(-108%);
    }
    .list-detail__item--2 .list-detail__btn:first-child svg {
        right: -8%;
        top: -216%;
        width: 44%;
    }
    .list-detail__item--2 .list-detail__btn:nth-child(2) {
        right: 0;
        top: -10%;
        transform: translate(131%);
    }
    .list-detail__item--2 .list-detail__btn:nth-child(2) svg {
        left: -29%;
        top: 114%;
        width: 48%;
    }
    .list-detail__item--3 .list-detail__btn:first-child {
        right: 0;
        top: 0;
        transform: translate(124%);
    }
    .list-detail__item--3 .list-detail__btn:first-child svg {
        left: -32%;
        top: 107%;
        transform: scaleY(1);
        width: 40%;
    }
    .list-detail__item--4 .list-detail__btn:first-child {
        left: 0;
        top: 23%;
        transform: translate(-122%);
    }
    .list-detail__item--4 .list-detail__btn:first-child svg {
        right: -19%;
        top: 40%;
        transform: scaleY(1);
        width: 48%;
    }
    .list-detail__item--6 .list-detail__btn:first-child {
        left: 0;
        right: auto;
        top: -2%;
        transform: translate(-101%);
    }
    .list-detail__item--6 .list-detail__btn:first-child svg {
        left: auto;
        right: -10%;
        top: 106%;
        transform: scaleX(1);
        width: 48%;
    }
    .list-detail__item--7 .list-detail__btn:first-child {
        left: 0;
        top: 8%;
        transform: translate(-130%);
    }
    .list-detail__item--7 .list-detail__btn:first-child svg {
        right: -28%;
        top: 61%;
        transform: scale(1) rotate(0deg);
        width: 56%;
    }
    .list-detail__item--8 .list-detail__btn:first-child {
        left: 0;
        top: 46%;
        transform: translate(-112%);
    }
    .list-detail__item--8 .list-detail__btn:first-child svg {
        right: -10%;
        top: -154%;
        transform: rotate(0deg);
        width: 56%;
    }
    .list-detail__item--8 .list-detail__btn:nth-child(2) {
        right: 0;
        top: 31%;
        transform: translate(124%);
    }
    .list-detail__item--8 .list-detail__btn:nth-child(2) svg {
        left: -28%;
        top: 132%;
        width: 58%;
    }
    .cake-history__body {
        max-width: 26.25rem;
    }
    .items-history__item--block {
        align-self: center;
        max-width: 78%;
    }
    .marquee-history {
        margin-top: 3.125rem;
        padding-block: 3.125rem 9.5rem;
    }
    .cake-format__head {
        gap: 2.5rem;
        grid-template-columns: 1fr auto 1fr;
    }
    .cake-format__head:after,
    .cake-format__head:before {
        height: 0.125rem;
    }
    .cake-format__slide {
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.45s ease;
    }
    .cake-format__slide.swiper-slide-active,
    .cake-format__slide.swiper-slide-next,
    .cake-format__slide.swiper-slide-prev {
        opacity: 1;
        pointer-events: all;
    }
    .cake-format__button.swiper-button-prev {
        transform: translate(-100%, -50%);
    }
    .cake-format__button.swiper-button-next {
        transform: translate(100%, -50%);
    }
    .dessert-cake__block {
        max-width: 86%;
    }
    .cake-catalog:after {
        transform: translate(-50%, 40%);
    }
    .cake-catalog__list {
        gap: 2rem;
        grid-template-columns: repeat(3, 1fr);
    }
    .cake-catalog__link img {
        margin-bottom: 0.3125rem;
    }
    .catalog-cake__item {
        gap: 1.25rem;
        grid-template-columns: auto 33% auto;
    }
    .catalog-cake__picture {
        transform: translate(-50%);
    }
    [data-fls-popup-close] {
        padding-top: 0.125rem;
    }
    [data-fls-popup="popup-cake"] [data-fls-popup-close] {
        width: 3.125rem;
    }
    .popup-cake__nav {
        gap: 2.75rem;
        margin-bottom: 2.5rem;
    }
    .popup-cake__head {
        margin-bottom: 2.625rem;
        padding-bottom: 2.625rem;
    }
    .popup-cake__title:not(:last-child) {
        margin-bottom: 2rem;
    }
    .popup-el--cake-format .popup-cake__picture img {
        transform: scale(1.3);
    }
    .specification__list {
        gap: 2.125rem;
    }
}
@media (min-width: 37.56125em) {
    .cake-detail__bottom {
        align-items: center;
        display: grid;
        gap: 1.25rem;
        grid-template-columns: auto auto;
        margin-inline: auto;
        max-width: 61.75rem;
    }
    .cake-detail__title br {
        display: none;
    }
    .catalog-cake__link {
        border-width: 0.125rem;
        height: 4.625rem;
        width: 4.625rem;
    }
}
@media (min-width: 43.81125em) {
    .cake-history__top {
        margin-top: 5.25rem;
        padding-bottom: 5rem;
    }
    .cake-history__top .cake-history__container {
        display: grid;
        gap: 1.25rem;
        grid-template-columns: 1fr 1fr;
    }
    .cake-history__body {
        align-self: flex-end;
        order: 1;
        padding-bottom: 7.5rem;
    }
    .cake-history__pictures {
        margin-top: -5.25rem;
        order: 2;
    }
    .cake-history__subtext {
        margin-top: -2.8125rem;
    }
    .category-cake__list {
        gap: 0.9375rem;
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (min-width: 48.06125em) {
    .cake-hero__title .ff-acc {
        padding-left: 3.25rem;
    }
}
@media (min-width: 51.31125em) {
    .list-detail__btn svg {
        pointer-events: none;
    }
    .items-history {
        display: grid;
        grid-template-columns: 36% 1fr 36%;
        margin-inline: -1.5625rem;
    }
    .items-history__item.item--1 {
        grid-column: 1/3;
        grid-row: 1/3;
    }
    .items-history__item.item--3 {
        margin-left: 1.875rem;
        top: -10%;
    }
    .items-history__item.item--4 {
        grid-column: 2/4;
        grid-row: 3/4;
        justify-self: center;
        left: -5%;
        margin-bottom: -4%;
        margin-top: -15%;
        max-width: 80%;
        width: 100%;
    }
    .items-history__item.item--5 {
        margin-left: auto;
        max-width: 65%;
        top: -5%;
    }
    .items-history__item.item--6 {
        grid-column: 1/3;
        grid-row: 4/5;
        justify-self: flex-end;
        margin-bottom: -35%;
        margin-right: 1.875rem;
        margin-top: -10%;
        max-width: 82%;
        width: 100%;
    }
    .items-history__item.item--7 {
        max-width: 26.25rem;
    }
    .items-history__item.item--8 {
        grid-column: 1/4;
        grid-row: 5/6;
        justify-self: center;
        max-width: 85%;
        width: 100%;
    }
    .popup-cake__body {
        display: grid;
        grid-template-columns: 60% 1fr;
    }
}
@media (min-width: 62.06125em) {
    .list-detail__btn:focus-visible {
        color: var(--red);
        text-shadow: 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor, 0 0 0.0375rem currentColor;
    }
    .list-detail__btn:focus-visible svg path {
        stroke: var(--red);
    }
    .info-cake {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .info-cake__bg.info-cake__bg--0 span {
        background-image: url(../assets/img/elements/el-4.webp);
    }
    .info-cake__bg.info-cake__bg--0 {
        aspect-ratio: 346/451;
        bottom: 0;
        right: 0;
        transform: translate(78%, -1%) rotate(1deg);
        width: 21.625rem;
    }
    .info-cake__images {
        position: absolute;
    }
    .info-cake__images--1 {
        left: 0;
        top: 13%;
        transform: translate(-63%) rotate(-15deg);
    }
    .info-cake__images--1 .info-cake__bg--2 {
        display: none;
    }
    .info-cake__images--2 .info-cake__bg--1 {
        transform: translate(17%, -70%) rotate(-6deg);
    }
    .info-cake__images--2 .info-cake__bg--2 span {
        background-image: url(../assets/img/elements/el-3.webp);
    }
    .info-cake__images--2 .info-cake__bg--2 {
        aspect-ratio: 313/145;
        bottom: 0;
        left: 0;
        transform: translate(-10%, 127%) rotate(-33deg) scaleX(-1);
        width: 110%;
    }
    .info-cake__images--2 {
        left: 0;
        top: 54%;
        transform: translate(-62%) rotate(7deg);
    }
    .info-cake__images--3 {
        right: 0;
        top: 7%;
        transform: translate(59%) rotate(-15deg);
    }
    .info-cake__list {
        left: 70%;
        max-width: 34.375rem;
        position: absolute;
        top: 53.5%;
        width: 30.5vw;
    }
    .info-cake__txt {
        max-width: 65%;
    }
}
@media (min-width: 64.06125em) {
    .items-history {
        gap: 1.875rem;
    }
    .catalog-cake__item {
        padding-block: 3.625rem;
        padding-inline: 6.875rem 5rem;
    }
}
@media (min-width: 75em) and (max-width: 90.06125em) {
    .items-history__title {
        font-size: clamp(1.5rem, -0.36737488588125rem + 2.4898331812vw, 1.875rem);
    }
}
@media (min-width: 75.06125em) {
    .cake-hero__btn {
        margin-top: -3.125rem;
    }
    .cake-history__subtext p {
        margin-right: -1.875rem;
    }
    .popup-el--cake-format .popup-cake__picture {
        left: 10%;
    }
}
@media (min-width: 76.25em) {
    .txt {
        font-size: 1.125rem;
    }
    .btn--a {
        font-size: 0.8125rem;
    }
    .btn--a,
    .btn--b {
        min-height: 3.1875rem;
    }
    .btn--b {
        font-size: 0.8125rem;
    }
    .btn--c {
        font-size: 0.8125rem;
        min-height: 3.1875rem;
    }
    .btn--c .btn--ic {
        height: 1.9375rem;
    }
    .cake-hero__title {
        font-size: 4.625rem;
    }
    .cake-hero__title .ff-acc {
        font-size: 3.9375rem;
    }
    .marquee-cake:before {
        top: 12.5rem;
    }
    .marquee-cake__item {
        max-width: 32.5rem;
    }
    .marquee-cake__title {
        font-size: 1.5rem;
    }
    .cake-detail__body {
        margin-bottom: 8.75rem;
    }
    .cake-detail__title {
        font-size: 2.625rem;
    }
    .cake-detail__btn {
        min-width: 18.75rem;
    }
    .info-cake__images--1 {
        max-width: 17.3125rem;
    }
    .info-cake__images--2 {
        max-width: 17.875rem;
    }
    .info-cake__images--3 {
        max-width: 14.625rem;
    }
    .info-cake__title {
        font-size: 2.5rem;
    }
    .cake-history__title {
        font-size: 3.125rem;
    }
    .cake-history__title:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .cake-history__subtext {
        font-size: 3.9375rem;
    }
    .items-history {
        padding-top: 5.75rem;
    }
    .marquee-history .marquee-cake .marquee-cake__title--2 {
        font-size: 2.25rem;
    }
    .marquee-history__txt {
        font-size: 3.125rem;
    }
    .marquee-rect {
        margin-top: -5rem;
    }
    .marquee-rect__item {
        margin-inline: 0.625rem;
        width: 26.3125rem;
    }
    .marquee-rect__item img {
        border-radius: 1.25rem;
    }
    .cake-format__container.top {
        padding-block: 6.25rem;
    }
    .cake-format__title {
        font-size: 2.5rem;
    }
    .cake-format__slide-title {
        font-size: 1.25rem;
    }
    .cake-format__button {
        width: 4.625rem;
    }
    .cake-catalog,
    .category-cake,
    .dessert-cake {
        padding-block: 6rem;
    }
    .dessert-cake__block {
        font-size: 3.3125rem;
    }
    .dessert-cake__img.img--1 img {
        max-width: 13.9375rem;
    }
    .dessert-cake__img.img--2 img {
        max-width: 12.125rem;
    }
    .cake-catalog__head {
        margin-bottom: 2.75rem;
    }
    .cake-catalog__link img {
        max-width: 14.6875rem;
    }
    .cake-catalog__link h3 {
        font-size: 1.25rem;
    }
    .catalog-cake__item {
        border-radius: 1.5625rem;
    }
    .catalog-cake__title {
        font-size: 2.25rem;
    }
    .popup-cake__wrapper {
        padding-top: 2.5rem;
    }
    .popup-cake__title {
        font-size: 3rem;
    }
}
@media (min-width: 90.06125em) {
    .list-detail__btn {
        font-size: 1.25rem;
    }
    .items-history__title {
        font-size: 1.875rem;
    }
    .popup-cake__bg:after,
    .popup-cake__bg:before {
        min-width: 120rem;
        width: 100%;
    }
}
@media (any-hover: hover) {
    .btn:hover {
        background-color: var(--white);
        border-color: var(--red);
        color: var(--red);
    }
    .btn--c:hover .btn--ic img {
        filter: invert(11%) sepia(92%) saturate(6875%) hue-rotate(344deg) brightness(103%) contrast(104%);
    }
    .cake-format__img:hover:before {
        transform: translate(-50%, -50%) scale(1);
    }
    .cake-format__button:hover {
        background-color: var(--red);
    }
    .cake-format__button:hover svg path {
        fill: var(--white);
    }
    .cake-catalog__link:hover img {
        transform: scale(1.05);
    }
    .cake-catalog__link:hover:before,
    .category-cake__picture:hover:before {
        transform: translate(-50%, -50%) scale(1);
    }
    .category-cake__picture:hover img {
        transform: translateY(-5%);
    }
    .catalog-cake__link:hover {
        background-color: var(--white);
    }
    .catalog-cake__link:hover svg path {
        fill: var(--red);
    }
    [data-fls-popup="popup-cake"] [data-fls-popup-close]:hover {
        background-color: var(--white);
    }
    [data-fls-popup="popup-cake"] [data-fls-popup-close]:hover svg path {
        stroke: var(--red);
    }
}
@media (orientation: portrait) {
    .popup-cake__bg:before {
        clip-path: ellipse(60% 0 at 47% 0) !important;
        height: 95%;
    }
    [data-fls-popup-active] .popup-cake__bg:before {
        clip-path: ellipse(60% 70% at 47% 25%) !important;
        transition-delay: 0s !important;
    }
    .popup-cake__bg:after {
        background-position: 50% 94%;
        background-size: contain;
        height: 94%;
        top: 0;
    }
}
