.section h2 {
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 48px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
}

@media (min-width: 992px) {
    .section h2 {
        font-size: 64px;
    }
}

@media (min-width: 1400px) {
    .section h2 {
        font-size: 96px;
    }
}

.section p {
    font-family: 'Interstate Light Condensed';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
    color: var(--white);
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -50%;
    z-index: 1;
    width: 100%;
    pointer-events: none;
    transition: all 0.3s ease;
    background: linear-gradient(0deg,
            rgba(187, 13, 21, 0) 0%,
            rgba(187, 13, 21, 0.5)55%,
            rgba(187, 13, 21, 1) 100%);
}

.header.header-fixed:before {
    bottom: -100%;
}

.header .container {
    position: relative;
    z-index: 2;
}

.header .menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    list-style: none;

}

@media (min-width: 992px) {
    .header .menu ul {
        flex-direction: row;
        gap: 20px;
        margin: 20px 0;
    }
}

.header .menu ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    position: relative;
    padding: 5px 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    .header .menu ul li a {
        font-size: 14px;
        padding: 10px 0;
    }

    .header-fixed .menu ul li a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .header .menu ul li a {
        font-size: 20px;
        padding: 10px 0;
    }

    .header-fixed .menu ul li a {
        font-size: 17px;
    }
}

@media (min-width: 1400px) {
    .header .menu ul li a {
        font-size: 22px;
        padding: 10px 0;
    }

    .header-fixed .menu ul li a {
        font-size: 18px;
    }
}

.header .menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--white);
    opacity: 0;
    transition: all 0.3s ease;
}

.header .menu ul li a:hover::before {
    opacity: 0.25;
}

.header .menu ul li a.current::before {
    opacity: 0.5;
}



.header .menu ul li a.current {
    color: var(--white);
}

.header .menu-wrapper {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .header .menu-wrapper .dropdown-language {
        margin: 0 10px 0 auto;
    }
}

.header .logo {
    /* width: 20%;
    max-width: 170px; */
    transition: all 0.6s ease;
}

.header .logo .logo-link {
    display: block;
    width: 100%;
}

.header .logo img {
    display: block;
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
    object-position: center;
    transition: all 0.6s ease;
}

.header .logo-fixed {
    width: 0;
    max-width: 100px;
}

.header.header-fixed .logo-fixed {
    width: 20%;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .header.header-fixed .logo-fixed {
        width: 20%;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .header.header-fixed .logo-fixed {
        width: 20%;
        margin-right: 40px;
    }
}

.header .logo-static {
    width: 20%;
    max-width: 270px;
}

.header .logo-static img {
    display: block;
    width: 100% !important;
    height: 200px !important;
    max-height: 20vh !important;
    object-fit: contain;
    object-position: center;
}

.header.header-fixed .logo-static {
    width: 0%;
    height: 0;
    max-width: 100px;
    overflow: hidden;
}

.header.header-fixed .logo-static img {
    height: 0 !important;
    max-height: 0 !important;
}


.header .dropdown-language .dropdown-menu {
    background: var(--white);
    border: none;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    min-width: fit-content;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
}

.header .dropdown-language .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--white);
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header .dropdown-language .btn span {
    display: flex;
    margin: auto 0;
}

.header .dropdown-language .btn span.ico {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 20px;
    min-width: 20px;
}

.header .dropdown-language .btn span img {
    display: block;
    width: 100%;
}

.header .dropdown-language .dropdown-menu li a.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: var(--red-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.header .dropdown-language .dropdown-menu li a.dropdown-item span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header .dropdown-language .dropdown-menu li a.dropdown-item span.ico {
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
}

.header .dropdown-language .dropdown-menu li a.dropdown-item span.ico img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.header .dropdown-language .dropdown-menu li a.dropdown-item:hover {
    background: var(--white);
    color: var(--red-primary);
}

.header .dropdown-language .dropdown-menu li a.dropdown-item.active {
    background: var(--red-primary);
    color: var(--white);
    pointer-events: none;
}

@media (max-width: 992px) {
    .header .logo-fixed {
        width: 80px !important;
        margin-right: auto !important;
    }

    .header .menu {
        position: absolute;
        top: 100%;
        left: auto;
        right: 12px;
        background: rgba(187, 13, 21, 0.75);
        z-index: 1000;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        visibility: hidden;
        height: 0;
        padding: 0 20px;
        border-radius: 20px;
        backdrop-filter: blur(10px);
    }

    .openMenu .header .menu {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 20px 20px;

    }
}

.section-hero-home {
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}


.section-hero-home .bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section-hero-home .bg {
    width: 100%;
    height: 0;
    min-height: 350px;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

@media(min-width: 1800px) {
    .section-hero-home .bg {
        padding-bottom: 45.25%;
    }
}

.section-hero-home .bg video {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.section-hero-home .bg .actions {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.5;
    transition: all 0.3s ease;
    flex-direction: column;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-hero-home:hover .bg .actions {
    opacity: 1;
}

.section-hero-home .bg .actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    background: var(--red-primary);
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.section-hero-home .bg .actions button:hover,
.section-hero-home .bg .actions button:focus-visible {
    background: var(--white);
    border-color: var(--red-primary);
    color: var(--white);
    outline: none;
}

.section-hero-home .bg .actions button svg {
    display: block;
    fill: currentColor;
}

.section-hero-home .toggleMute .icon-mute,
.section-hero-home .toggleMute .icon-unmute,
.section-hero-home .playFromBegining .icon-playFromBegining {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.section-hero-home .toggleMute .icon-unmute {
    display: none;
}

.section-hero-home .toggleMute.is-muted .icon-mute {
    display: inline-flex;
}

.section-hero-home .toggleMute.is-muted .icon-unmute {
    display: none;
}

.section-hero-home .toggleMute:not(.is-muted) .icon-mute {
    display: none;
}

.section-hero-home .toggleMute:not(.is-muted) .icon-unmute {
    display: inline-flex;
}

.section-hero-home .bg .actions button {
    background: rgba(255, 255, 255, 0.25);
    color: var(--red-primary);
    border: 2px solid var(--red-primary);
    padding: 5px;
    border-radius: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.section-hero-home .bg .actions button svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-hero-home .bg .logo-wrapper {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 200px;
    z-index: 2;
    display: none;
}

@media (min-width: 992px) {
    .section-hero-home .bg .logo-wrapper {
        display: block;
    }
}

.section-hero-home .bg .logo-wrapper .logo-link,
.section-hero-home .bg .logo-wrapper .logo-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


.section-hero-home .bg .actions button:hover {
    background: var(--red-primary);
    color: var(--white);
}

.section-hero-home .icon-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.section-story-home {
    padding: 50px 0;
    background: url("../img/common/bg-story.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-story.webp") type("image/webp"),
            url("../img/common/bg-story.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;

    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .section-story-home {
        padding: 100px 0;
    }

    .section-story-home .text {
        padding-left: 25%;
    }
}



.section-story-home .img img {
    max-height: 50vh;
    object-fit: contain;
    object-position: center;
}

@media (min-width: 992px) {
    .section-story-home .img img {
        max-height: 70vh;
    }
}

.section-story-home .cta-badges {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.section-story-home .cta-badges .cta-badge {
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
    padding: 10px 20px;
    min-width: 60%;
    text-align: center;
}

@media (min-width: 992px) {
    .section-story-home .cta-badges .cta-badge {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .section-story-home .cta-badges .cta-badge {
        font-size: 52px;
    }
}

.section-story-home .cta-badges .cta-badge-black {
    background: var(--black-primary);
}

.section-story-home .cta-badges .cta-badge-red {
    background: var(--red-primary);
}

.section-story-home h4 {
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
}

@media (min-width: 992px) {
    .section-story-home h4 {
        font-size: 32px;
    }
}

.section-story .video-container {}

.section-story .video-container video {
    border-radius: 20px;
}

@media (min-width: 992px) {
    .section-story .video-container video {
        border-radius: 40px;
    }
}

@media (min-width: 1600px) {
    .section-story .video-container video {
        width: 100%;
    }
}

.features-list {
    color: var(--white);
    display: flex;
    flex-direction: column;
}

.features-list .item {
    display: flex;
}

.features-list .item h3 {
    display: flex;
    padding: 7px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-family: 'Europhonic';
    text-transform: uppercase;
}

.features-list .item h3 .ico {
    display: block;

}

.features-list .item h3 .ico svg {
    display: block;
}

@media (min-width: 992px) {
    .features-list .item h3 {
        padding: 10px 20px;
        font-size: 32px;
    }
}

.features-list .item.active h3 {
    background: var(--white);
    color: var(--red-primary);
}

.section-moments-home {
    padding: 50px 0;
    position: relative;
}



@media (min-width: 992px) {
    .section-moments-home {
        padding: 100px 0;
    }
}


.section-moments-home .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../img/common/bg-moments.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-moments.webp") type("image/webp"),
            url("../img/common/bg-moments.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: hard-light;
    opacity: 0.5;
}

.section-moments-home .container {
    position: relative;
    z-index: 2;
}

.section-moments-home .logos {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.section-moments-home .btn-follow-us {
    background: var(--blue-facebook);
    color: var(--white);
    border: 1px solid var(--blue-facebook);
    padding: 10px 30px;
    border-radius: 0;
    font-size: 32px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.section-moments-home .btn-follow-us:hover {
    opacity: 1;
}

.section-moments-home .has-x-animation::before {
    opacity: 0.2;
}

.section-moments-home .posts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0;
}

.section-moments-home .posts .item {
    width: calc(33% - 20px);
    padding: 10px 0;
}


@media (min-width: 992px) {
    .section-moments-home .posts .item {
        width: calc(25% - 20px);
    }
}


.section-moments-home .posts .item .post {
    padding: 5% 5% 20%;
    background: var(--white);
    transform-origin: center center;
    position: relative;
    z-index: 2;
    margin: 0 -5%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 1s ease;
}

.section-moments-home.in-view .posts .item:first-child .post {
    transform: rotate(-10deg);
}

.section-moments-home.in-view .posts .item:last-child .post {
    transform: rotate(10deg);
}

.section-moments-home.in-view .posts .item:first-child .post,
.section-moments-home.in-view .posts .item:last-child .post {
    z-index: 3;
}

.section-moments-home .logos a {
    display: block;
    max-width: 51%;
}


.section-products-home {
    padding: 50px 0;
    position: relative;
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);

    background: url("../img/common/bg-products-red-gradient.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-products-red-gradient.webp") type("image/webp"),
            url("../img/common/bg-products-red-gradient.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 992px) {
    .section-products-home {
        padding: 100px 0;
    }
}


.section-products-home .products-wrapper {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: url("../img/common/bg-x-products.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-x-products.webp") type("image/webp"),
            url("../img/common/bg-x-products.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    max-width: 700px;
    margin: 0 auto;
}

.section-products-home .swiper {
    overflow: visible;
    position: relative;
}

.section-products-home .swiper-button-prev,
.section-products-home .swiper-button-next {
    position: absolute;
    top: 42%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
    transition: background 0.3s ease;
}

.section-products-home .swiper-button-prev::after,
.section-products-home .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.section-products-home .swiper-button-prev:hover,
.section-products-home .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.section-products-home .swiper-button-prev {
    left: 0;
}

.section-products-home .swiper-button-next {
    right: 0;
}

.section-products-home .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.section-products-home .swiper-arrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.section-products-home .swiper-arrows .swiper-buttons {
    position: static !important;
    margin: 0 !important;
    transform: none !important;
}

.section-products-home .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.section-products-home .swiper-slide .product-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-products-home .swiper-slide .product-item-image {
    margin-bottom: 20px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.85);
    opacity: 0.6;
    transform-origin: center center;
    cursor: pointer;
}

.section-products-home .swiper-slide.swiper-slide-active .product-item-image {
    transform: scale(1);
    opacity: 1;
}

.section-products-home .swiper-slide .product-item-image img {
    width: 100%;
    height: 100%;
    max-height: 55vh;
    object-fit: contain;
    object-position: center bottom;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.section-products-home .swiper-slide.swiper-slide-active .product-item-image:hover img {
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.75));
}


.section-products-home .swiper-slide .product-item-description .item-title {
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.section-products-home .swiper-slide.swiper-slide-active .product-item-description .item-title {
    opacity: 1;
}

.section-products-home .swiper-slide .product-item-description .item-title h3 {
    text-transform: uppercase;
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    white-space: nowrap;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .section-products-home .swiper-slide .product-item-description .item-title h3 {
        font-size: 32px;
    }
}

@media (min-width: 1400px) {
    .section-products-home .swiper-slide .product-item-description .item-title h3 {
        font-size: 44px;
    }
}

.section-products-home .swiper-slide .product-item-description .item-title h4 {
    text-transform: uppercase;
    font-family: 'Europhonic';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    color: var(--pink);
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .section-products-home .swiper-slide .product-item-description .item-title h4 {
        font-size: 24px;
    }
}

@media (min-width: 1400px) {
    .section-products-home .swiper-slide .product-item-description .item-title h4 {
        font-size: 32px;
    }
}

.section-products-home .swiper-slide .product-item-description .modal-text {
    display: none;
}

.section-products-home .awards {
    margin-top: 40px;
}

.section-products-home .awards-years {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.section-products-home .awards-year {
    appearance: none;
    border: 2px solid var(--white);
    border-radius: 10px;
    background: transparent;
    color: var(--white);
    font-family: 'Europhonic';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 10px 22px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.section-products-home .awards-year.is-active {
    background: var(--white);
    color: var(--red-primary);
}

.section-products-home .awards-panel {
    display: none;
}

.section-products-home .awards-panel.is-active {
    display: block;
}

.section-products-home .award-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.section-products-home .award-item:first-child {
    padding-top: 0;
}

.section-products-home .award-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section-products-home .award-item-icon {
    flex: 0 0 64px;
    width: 64px;
}

.section-products-home .award-item-icon img {
    width: 100%;
    height: auto;
    display: block;
}

.section-products-home .award-item-text {
    flex: 1 1 auto;
    min-width: 0;
}

.section-products-home .award-item-title {
    font-family: 'Interstate Bold Condensed';
    font-size: 18px;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 0;
    line-height: 1.35;
}

.section-products-home .award-item-org {
    font-family: 'Interstate Light Condensed';
    font-size: 14px;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 0;
    line-height: 1.35;
}

.section-products-home .award-item-title {
    margin-bottom: 4px;
}

@media (min-width: 992px) {
    .section-products-home .awards-year {
        font-size: 20px;
        padding: 12px 26px;
    }

    .section-products-home .award-item-icon {
        flex: 0 0 72px;
        width: 72px;
    }
}

.products-modal .modal-dialog {
    overflow: visible;
}


@media (min-width: 576px) {
    .products-modal .modal-dialog {
        max-width: calc(100% - 40px);
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .products-modal .modal-dialog {
        max-width: 920px;
        overflow: visible;
    }
}

.products-modal .modal-content {
    background: var(--red-primary);
    border: none;
    border-radius: 24px;
    overflow: visible;
    position: relative;
}

.products-modal .modal-body {
    padding: 0;
    overflow: visible;
}

.products-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    opacity: 1;
    filter: brightness(0) invert(1);
}

.products-modal-inner {
    display: flex;
    align-items: center;
    min-height: 280px;
}

.products-modal-description {
    flex: 1 1 55%;
    padding: 40px 20px 40px 40px;
    color: var(--white);
}

.products-modal-description .item-title {
    opacity: 1;
    margin-bottom: 20px;
}

.products-modal-description .item-title h3 {
    text-transform: uppercase;
    font-family: 'Europhonic';
    font-weight: normal;
    font-size: 42px;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 0;
}

.products-modal-description .item-title h4 {
    display: none;
}

.products-modal-description .item-title .btn {
    display: none;
}

.products-modal-description .modal-text {
    display: block;
}

.products-modal-description .modal-description p {
    font-family: 'Interstate Light Condensed';
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 24px;
    color: var(--white);
}

.products-modal-description .modal-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-modal-description .modal-details li {
    font-family: 'Interstate Light Condensed';
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.products-modal-description .modal-details li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}


.products-modal-image {
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
    pointer-events: none;
    overflow: visible;
}

.products-modal-image img {
    width: auto;
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    margin: -50px 0 -25px;
}

@media (min-width: 992px) {
    .products-modal-image img {
        margin: -100px 0 -50px;
    }
}

@media (max-width: 767px) {
    .products-modal-inner {
        flex-direction: column;
        min-height: 0;
    }

    .products-modal-description {
        order: 2;
        flex: none;
        width: 100%;
        padding: 36px 24px 16px;
    }

    .products-modal-description .item-title h3 {
        font-size: 24px;
    }

    .products-modal-image {
        order: 1;
        flex: none;
        width: 100%;
        padding: 0 24px 24px;
    }

    .products-modal-image img {
        max-height: 280px;
        margin: 20px 0;
        transform: none;
    }
}

.section-recipes-home {
    padding: 50px 0;
    position: relative;
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 992px) {
    .section-recipes-home {
        padding: 100px 0;
    }
}



.section-recipes-home .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../img/common/bg-recipes.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-recipes.webp") type("image/webp"),
            url("../img/common/bg-recipes.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: color-burn;
    opacity: 0.5;
}

.section-recipes-home .container {
    position: relative;
    z-index: 2;
}

.section-recipes-home .recipes-wrapper {
    position: relative;
    z-index: 2;
    padding: 30px 0 20px;
    overflow: hidden;
}

.section-recipes-home .swiper {
    overflow: visible;
    padding-bottom: 50px;
    position: relative;
}

.section-recipes-home .swiper-button-prev,
.section-recipes-home .swiper-button-next {
    position: absolute;
    top: 38%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: var(--white);
    cursor: pointer;
    transition: background 0.3s ease;
}

.section-recipes-home .swiper-button-prev::after,
.section-recipes-home .swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.section-recipes-home .swiper-button-prev:hover,
.section-recipes-home .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.section-recipes-home .swiper-button-prev {
    left: 10px;
}

.section-recipes-home .swiper-button-next {
    right: 10px;
}

.section-recipes-home .swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.section-recipes-home .swiper-arrows {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.section-recipes-home .swiper-arrows .swiper-buttons {
    position: static !important;
    margin: 0 !important;
    transform: none !important;
}

.section-recipes-home .swiper-slide {
    height: auto;
}

.section-recipes-home .recipe-item {
    padding: 30px 20px 10px 20px;
    transition: all ease 0.4s;
    opacity: 0.5;
    transform-origin: center top;
}

.section-recipes-home .swiper-slide.swiper-slide-active .recipe-item {
    padding: 10px 10px 10px 10px;
    opacity: 1;
}

.section-recipes-home .recipe-item .recipe-item-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.section-recipes-home .swiper-slide.swiper-slide-active .recipe-item .recipe-item-image {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45);
}

.section-recipes-home .recipe-item .recipe-item-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.section-recipes-home .recipe-item .item-title {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.section-recipes-home .recipe-item .item-title h3 {
    font-family: 'Europhonic';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--white);
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    min-width: 0;
}

@media (min-width: 992px) {
    .section-recipes-home .recipe-item .item-title h3 {
        font-size: 18px;
    }
}

.section-recipes-home .recipe-item .item-title .btn {
    border-radius: 30px;
    font-size: 14px;
    padding: 5px 16px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .section-recipes-home .recipe-item .item-title .btn {
        font-size: 16px;
        padding: 6px 20px;
    }
}

.section-recipes-home .swiper-scrollbar {
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 20px auto;
    width: min(420px, calc(100% - 40px));
    height: 10px;
    background: var(--white);
    border-radius: 5px;
}

.section-recipes-home .swiper-scrollbar .swiper-scrollbar-drag {
    height: 101%;
}

.section-recipes-home .swiper-scrollbar-drag {
    background: var(--red-dark);
    border-radius: 5px;
    cursor: grab;
}

.section-recipes-home .recipe-item-description .modal-text {
    display: none;
}

.recipes-modal .modal-dialog {
    overflow: visible;
}

@media (min-width: 576px) {
    .recipes-modal .modal-dialog {
        max-width: calc(100% - 40px);
        overflow: visible;
    }
}

@media (min-width: 992px) {
    .recipes-modal .modal-dialog {
        max-width: 920px;
        overflow: visible;
    }
}




.recipes-modal .modal-content {
    background: var(--red-primary);
    border: none;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.recipes-modal .modal-body {
    padding: 0;
    overflow: visible;
}

.recipes-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    opacity: 1;
    filter: brightness(0) invert(1);
}

.recipes-modal-inner {
    display: flex;
    align-items: center;
}

.recipes-modal-description {
    flex: 1 1 50%;
    padding: 40px 20px 40px 40px;
    color: var(--white);
}

.recipes-modal-description .item-title {
    opacity: 1;
    margin-bottom: 20px;
}

.recipes-modal-description .item-title h3 {
    text-transform: uppercase;
    font-family: 'Europhonic';
    font-weight: normal;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: var(--white);
    margin: 0;
}

.recipes-modal-description .item-title h4 {
    display: none;
}

.recipes-modal-description .item-title .btn {
    display: none;
}

.recipes-modal-description .modal-text {
    display: block;
}

.recipes-modal-description .modal-description p {
    font-family: 'Interstate Light Condensed';
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 24px;
    color: var(--white);
}

.recipes-modal-description .modal-details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recipes-modal-description .modal-details li {
    font-family: 'Interstate Light Condensed';
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--white);
}

.recipes-modal-image {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    pointer-events: none;
    overflow: hidden;

    border-radius: 24px;
}

.recipes-modal-image img {
    width: auto;
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
    margin: 0;
}

@media (min-width: 992px) {
    .recipes-modal-image img {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .recipes-modal-inner {
        flex-direction: column;
        min-height: 0;
    }

    .recipes-modal-description {
        order: 2;
        flex: none;
        width: 100%;
        padding: 36px 24px 16px;
    }

    .recipes-modal-description .item-title h3 {
        font-size: 24px;
    }

    .recipes-modal-image {
        order: 1;
        flex: none;
        width: 100%;
        padding: 0;
    }

    .recipes-modal-image img {
        max-height: 100%;
        margin: 0;
        transform: none;
        border-radius: 24px;
    }
}


.section-slider-home h3 {
    font-family: 'Interstate Bold Condensed';
    font-weight: bold;
    font-size: 24px;
}

@media (min-width: 992px) {
    .section-slider-home h3 {
        font-size: 32px;
    }
}

@media (min-width: 1400px) {
    .section-slider-home h3 {
        font-size: 42px;
    }
}

.section-slider-home .swiper-slide {
    position: relative;
}

.section-slider-home .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.section-slider-home .swiper-slide .bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center center;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.section-slider-home .swiper-slide .text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: center;
    padding: 30px;

    background: url("../img/common/bg-gradient-blob.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-gradient-blob.webp") type("image/webp"),
            url("../img/common/bg-gradient-blob.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-slider-home .btn-white {
    padding: 7px 20px;
}


@media (min-width: 992px) {
    .section-slider-home .btn-white {
        padding: 10px 30px;
    }
}


.section-slider-home .icon-wrapp img {
    width: 80px;
}

@media (min-width: 992px) {

    .section-slider-home .icon-wrapp img {
        width: 120px;
    }
}

.section-hero-page {
    border-bottom: 4px solid rgba(255, 255, 255, 0.2);
    padding: 100px 0 50px;

    background: url("../img/common/bg-recipes.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-recipes.webp") type("image/webp"),
            url("../img/common/bg-recipes.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 992px) {
    .section-hero-page {
        padding: 200px 0 100px;
    }
}

.section-hero-page h1 {
    font-family: 'Interstate Bold Condensed';
}


.section-no-content {
    padding: 50px 0;

    position: relative;
    background: url("../img/common/bg-moments.png") no-repeat right bottom;
    background-image: image-set(url("../img/common/bg-moments.webp") type("image/webp"),
            url("../img/common/bg-moments.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.section-no-content .wrap {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border: 2px solid var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-family: 'Europhonic';
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    background: rgba(187, 13, 21, 0.5);
    backdrop-filter: blur(5px);
}

.section-no-content .wrap .logo {
    display: block;
    margin: 10px auto 30px;
    max-width: 300px;
    width: 100%;
}


.section-no-content .wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
}


.footer {
    background: var(--black-secondary);
    padding: 55px 0 40px;
}

@media (min-width: 992px) {
    .footer {
        padding: 50px 0 10px;
    }
}

.footer .logo,
.footer .logo-link,
.footer .logo-link img {
    display: block;
}

.footer .copy {
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-top: 1px solid var(--white);
}

.footer .copy ul {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-menu {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.footer .footer-menu .footer-col-menu-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-menu h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.footer a[href^="mailto:"] {
    text-decoration: underline;
}



.footer .footer-menu a,
.footer .copy a {
    display: block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.55) !important;
    transition: all 0.3s ease;
}

.footer .footer-menu a:hover,
.footer .copy a:hover {
    color: var(--white) !important;
}

.footer .footer-menu a.current,
.footer .copy a.current {
    color: var(--white) !important;
}

@media (max-width: 576px) {
    .footer .footer-menu .footer-col-menu-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px !important;
    }
}

.footer a {
    text-decoration: none;
}

.social-list {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 40px 0 20px
}

.social-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    color: var(--white);
    transition: all 0.3s ease;
}

.social-list a svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    fill: currentColor;
}

.section-wysiwyg {
    padding: 50px 0;
}

.section-wysiwyg .wysiwyg a {
    color: var(--white-primary);
    text-decoration: underline;

    &:hover {
        color: var(--white-primary);
        text-decoration: underline;
    }
}


.section-wysiwyg .wysiwyg {
    font-family: 'Interstate Light Condensed';
}


.section-wysiwyg .wysiwyg h1,
.section-wysiwyg .wysiwyg h2,
.section-wysiwyg .wysiwyg h3,
.section-wysiwyg .wysiwyg h4,
.section-wysiwyg .wysiwyg h5,
.section-wysiwyg .wysiwyg h6 {
    font-family: 'Interstate Bold Condensed';
}

.section-wysiwyg .wysiwyg h1 {
    font-size: 36px;
}

.section-wysiwyg .wysiwyg h2 {
    font-size: 32px;
}

.section-wysiwyg .wysiwyg h3 {
    font-size: 28px;
}

.section-wysiwyg .wysiwyg h4 {
    font-size: 24px;
}