.header {
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.header.header-fixed {
    background: rgba(var(--blue-quaternary-rgb), 0.65);
    box-shadow: 0 0 10px rgba(var(--blue-quaternary-rgb), 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--white-primary);
}

.header .menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header .logo-wrapper {
    display: flex;
    align-items: center;
    width: 100px;
    max-width: 100%;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0));
}

@media(min-width: 768px) {
    .header .logo-wrapper {
        width: 120px;
    }
}

@media(min-width: 992px) {
    .header .logo-wrapper {
        width: 150px;
    }
}

.header .logo-wrapper .logo-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease;
    gap: 0;
}

.header .logo-wrapper .logo-link img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
}

.header .logo-wrapper .logo-link .logo-ship {
    width: 30%;
    margin-bottom: 5%;
}

.header .logo-wrapper .logo-link .logo-antarktys-text {
    width: 100%;
    margin: 5% auto
}

.header .logo-wrapper .logo-link .logo-vodka-text {
    width: 60%;
}

.header.header-fixed .logo-wrapper {
    width: 100px;
    min-width: 100px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}


@media(min-width: 768px) {
    .header.header-fixed .logo-wrapper {
        width: 150px;
    }

}

@media(min-width: 992px) {
    .header.header-fixed .logo-wrapper {
        width: 150px;
    }
}

@media(min-width: 1400px) {
    .header.header-fixed .logo-wrapper {
        width: 220px;
    }
}


.header.header-fixed .logo-wrapper .logo-link {
    flex-direction: row;
    justify-content: start;
    gap: 10px;
}

.header.header-fixed .logo-wrapper .logo-link .logo-ship {
    width: 20%;
    margin-bottom: 0;
}

.header.header-fixed .logo-wrapper .logo-link .logo-antarktys-text {
    width: 100%;
    margin: 0;
}

.header.header-fixed .logo-wrapper .logo-link .logo-vodka-text {
    width: 0;
    display: none;
}


.header .dropdown-language .dropdown-menu {
    background: var(--white-primary);
    border: none;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 100%;
    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-primary);
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

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

.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-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.75;
    transition: all 0.3s ease;
}

.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-primary);
    color: var(--blue-primary);
}

.header .dropdown-language .dropdown-menu li a.dropdown-item.active {
    opacity: 1;
    background: var(--blue-primary);
    color: var(--white-primary);
}


.header .menu-list a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: var(--white-primary);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}


.header .menu-list a:hover {
    color: var(--blue-primary);
}

.header .menu-list a.current {
    color: var(--blue-primary);
}

.header .menu-item-logo,
.header .menu-item-language {
    width: 50%;
}

@media(min-width: 992px) {

    .header .menu-item-logo,
    .header .menu-item-language {
        width: 25%;
    }
}

.header .menu-item-language {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}



.header .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.openMenu .header .menu-list {
    flex-direction: column;
}

@media(max-width: 992px) {
    .header .menu-list-wrapper {
        position: relative;
    }

    .header .menu-item-list {
        order: 3;
        width: 100%;
        min-width: 100%;
        flex: 1 1 auto;
        max-width: 100%;
    }

    .header .menu-list {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 100%;
        min-width: 160px;
        width: fit-content;
        background: rgba(var(--blue-quaternary-rgb), 0.85);
        z-index: 1000;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        padding: 20px 0;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        height: 0;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transform: translateY(-10%);
        transition: all 0.3s ease;
    }

    .openMenu .header .menu-list {
        padding: 10px 0;
        opacity: 1;
        visibility: visible;
        height: auto;
        transform: translateY(14px);
    }

    .header .menu-list li {
        width: 100%;
    }

    .header .menu-list a {
        display: block;
        transition: all 0.25s ease;
        opacity: 0;
        padding: 5px 20px;
    }

    .openMenu .header .menu-list a {
        opacity: 1;
    }
}

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

    .header .menu-item-logo {
        order: 1;
    }

    .header .menu-item-list {
        order: 2;
    }

    .header .menu-item-language {
        order: 3;
    }

}


section {
    padding: 50px 0;
}

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

.section-hero-home {
    background: url("../img/front/home/bg-hero-home.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/bg-hero-home.webp") type("image/webp"),
            url("../img/front/home/bg-hero-home.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: left 40% center;
    background-size: cover;
    padding: 180px 0 30px;
    position: relative;
    z-index: 10;
}

@media(max-width:576px) {
    .section-hero-home .inner {
        position: relative;
        z-index: 2;
    }

    .section-hero-home::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }
}

@media(min-width:576px) {
    .section-hero-home {
        padding: 170px 0 30px;
    }
}

@media(min-width:768px) {
    .section-hero-home {
        padding: 190px 0 30px;
    }
}

@media(min-width:992px) {
    .section-hero-home {
        padding: 220px 0 30px;
    }
}

@media(min-width: 1200px) {
    .section-hero-home {
        padding: 250px 0 30px;
    }
}

.section-hero-home h1 {
    display: flex;
    gap: 12%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    text-transform: uppercase;
}

.section-hero-home h1 span {
    font-size: inherit;
}

.section-hero-home h1>span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4%;
    width: 40%;
    text-align: left;
}

.section-hero-home h1 small {
    font-size: 50%;
}

.section-hero-home h1>span:first-of-type {
    text-align: right;
    justify-content: flex-end;
}

.section-hero-home .image {
    max-width: 50%;
    margin: 0 auto;
    pointer-events: none;
}

.section-hero-home .image img {
    display: block;
    margin: -40% auto -20%;
    max-width: 40%;
    pointer-events: none;
}

@media(min-width: 768px) {
    .section-hero-home .image img {
        display: block;
        margin: -30% auto -45%;
        max-width: 40%;
    }
}

@media(min-width: 992px) {
    .section-hero-home .image img {
        display: block;
        margin: -30% auto -85%;
        max-width: 100%;
    }
}

@media(min-width: 1200px) {
    .section-hero-home .image img {
        margin: -40% auto -75%;
    }
}


.section-hero-home .container-bottom h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media(min-width: 1400px) {
    .section-hero-home .container-bottom h2 {
        font-size: 63px;
    }
}

.section-hero-home .container-bottom h2 .small {
    font-size: 70%;
}


.section-cta-home {
    background: url("../img/front/home/bg-ice-close-up.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/bg-ice-close-up.webp") type("image/webp"),
            url("../img/front/home/bg-ice-close-up.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0 100px;
    position: relative;
    z-index: 3;
}

@media(min-width: 768px) {
    .section-cta-home {
        padding: 200px 0 100px;
    }
}

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

.section-attributes-home {
    background: url("../img/front/home/bg-arctic-island.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/bg-arctic-island.webp") type("image/webp"),
            url("../img/front/home/bg-arctic-island.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.attributes-wrapper .row {
    justify-content: center;
}

.attributes-wrapper .col-item {
    margin-bottom: 20px;
}

.attributes-wrapper .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;

    img {
        width: 50%;
        max-height: 80%;
        object-fit: contain;
    }
}

.section-serves-home {
    background: url("../img/front/home/bg-ice-closer-up.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/bg-ice-closer-up.webp") type("image/webp"),
            url("../img/front/home/bg-ice-closer-up.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.section-serves-home .recipes-wrapper .item .image img {
    display: block;
    width: 325px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 50%;
}

.section-serves-home .recipes-wrapper .item .image {
    margin-bottom: 20px;
}

.section-serves-home .recipes-wrapper .item h3 {
    color: var(--blue-primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Sweet Sans Pro';
}

@media(min-width: 768px) {
    .section-serves-home .recipes-wrapper .item h3 {
        font-size: 28px;
    }

    .section-serves-home .recipes-wrapper .item p {
        font-size: 20px;
    }
}

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

    .section-serves-home .recipes-wrapper .item p {
        font-size: 20px;
    }
}

.section-serves-products {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
}

.section-serves-products .inner {
    padding: 50px 0;
    width: 100%;
}

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

.section-serves-products .side-wrapper {
    display: none;
    width: 100px;
    align-items: center;
    justify-content: center;
}

.section-serves-products .col-items {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

@media(min-width: 768px) {
    .section-serves-products .side-wrapper {
        display: flex;
        width: 120px;
    }
}

@media(min-width: 992px) {
    .section-serves-products .side-wrapper {
        display: flex;
        width: 130px;
    }
}

@media(min-width: 1200px) {
    .section-serves-products .side-wrapper {
        min-width: 160px;
    }
}

.section-serves-products .side-wrapper .bg {
    background: #072a48;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to bottom,
            #072a48 0%,
            #072a48 14%,
            #165276 20%,
            #22688a 26%,
            #206486 35%,
            #144f73 45%,
            #0d365a 50%,
            #144f73 55%,
            #206486 65%,
            #22688a 74%,
            #165276 80%,
            #072a48 86%,
            #072a48 100%);
    background-size: 100% 200%;
    background-position: 0% 0%;
    animation: serves-side-gradient 10s ease-in-out infinite alternate;
}

@keyframes serves-side-gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 0% 0%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .section-serves-products .side-wrapper .bg {
        animation: none;
        background-position: 0% 0%;
    }
}

.section-serves-products .side-wrapper .side-logo {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-serves-products .side-wrapper .side-logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 20px;
    width: 100%;
    height: 100%;
}

.section-serves-products .side-wrapper .side-logo a img {
    display: block;
    max-width: 70%;
    max-height: 80%;
    margin-top: 20%;
    object-fit: contain;
    object-position: center;
}



.section-celebrate-home {
    padding: 0;
    border-bottom: 1px solid var(--blue-primary);
}

@media(min-width: 768px) {
    .section-celebrate-home {
        padding: 0;
    }
}


.section-celebrate-home .col-bg {
    background: url("../img/front/home/bg-celebrate.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/bg-celebrate.webp") type("image/webp"),
            url("../img/front/home/bg-celebrate.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
}

@media(min-width: 767px) {
    .section-celebrate-home .col-bg {
        height: 1000px;
        max-height: 80vh;
    }
}

.section-celebrate-home .col-bg .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 80%;
    transform: translate(-50%, -50%);
}

@media(max-width: 460px) {
    .section-celebrate-home .col-text {
        width: 66%;
        padding: 0 20px;
    }

    .section-celebrate-home .col-text .text {
        padding: 50px 0 !important;
    }

    .section-celebrate-home .col-bg {
        width: 34%;
    }


}

@media(min-width: 460px) {
    .section-celebrate-home .col-bg .image {
        position: absolute;
        top: 50%;
        left: 0;
        width: 30%;
        height: 80%;
        transform: translate(-50%, -50%);
    }
}

.section-celebrate-home .col-bg .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-celebrate-home .col-text {
    display: flex;
    align-items: center;
    justify-content: end;
    background: url("../img/front/home/img-celebrate.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/img-celebrate.webp") type("image/webp"),
            url("../img/front/home/img-celebrate.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: 60% bottom;
    background-size: 30% auto;

}

.section-celebrate-home .col-text .text {
    padding: 50px 20% 50px 0;
    width: 650px;
    max-width: 100%;
}

.section-moments-home {
    position: relative;
    background: linear-gradient(to bottom,
            var(--blue-secondary) 0%,
            var(--blue-secondary) 35%,
            var(--blue-tertiary) 35%,
            var(--blue-tertiary) 100%);
}

@media(min-width: 768px) {
    .section-moments-home {
        position: relative;
        background: linear-gradient(to bottom,
                var(--blue-secondary) 0%,
                var(--blue-secondary) 50%,
                var(--blue-tertiary) 50%,
                var(--blue-tertiary) 100%);
    }
}

.section-moments-home .moments-wrapper .item h3 {
    text-transform: uppercase;
}


.section-moments-home .moments-wrapper .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white-primary);
    transition: all 0.3s ease;


    .image {
        position: relative;

        .ico {
            position: absolute;
            bottom: 20px;
            right: 20px;
            padding-right: 40px;
            opacity: 0;
            transition: all 0.3s ease;

            &:after {
                content: '';
                position: absolute;
                width: 10px;
                height: 10px;
                top: 50%;
                right: 0;
                border-radius: 50%;
                transform: translateY(-50%);
                background: var(--blue-primary);
                opacity: 0;
                transition: all 0.3s ease;
                z-index: 2;
            }

            img {
                position: relative;
                z-index: 3;
                width: 0;
                transition: all 0.3s ease;
            }
        }
    }


    &:hover {
        color: var(--blue-primary);

        .image {

            .ico {
                opacity: 1;
                padding-right: 10px;

                &:after {
                    background: var(--blue-primary);
                    opacity: 1;
                    width: 40px;
                    height: 40px;
                }

                img {
                    width: 50px;
                }
            }
        }
    }
}



.section-moments-home .moments-wrapper .item .image {
    margin-bottom: 20px;
}

.section-moments-home .moments-wrapper .item .image picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer {
    padding: 80px 0 0;

    background: var(--blue-tertiary);

    position: relative;
}

.footer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background: url("../img/front/common/bg-footer.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/common/bg-footer.webp") type("image/webp"),
            url("../img/front/common/bg-footer.png") type("image/png"));

    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    mix-blend-mode: lighten;
}

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

.footer .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 240px;
    max-width: 50%;
    width: min(680px, 85%);
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    padding: 7% 0 4%;
    background: var(--blue-quaternary);
    border-radius: 9999px 9999px 0 0;
}

.footer .logo-wrapper .logo-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 34%;
    gap: 0;
}

.footer .logo-wrapper .logo-link .logo-ship {
    width: 30%;
    margin-bottom: 12%;
}

.footer .logo-wrapper .logo-link .logo-antarktys-text {
    width: 100%;
    margin: 0 auto 8%;
}

.footer .logo-wrapper .logo-link .logo-vodka-text {
    width: 56%;
}

.footer .col-item {
    text-align: center;
    margin-bottom: 20px;
}

@media(min-width: 992px) {
    .footer .col-item {
        text-align: left;
    }
}


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

.footer ul li {
    margin-bottom: 10px;
}

.footer .social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

@media(min-width: 992px) {
    .footer .social-list {
        justify-content: flex-start;
    }
}

.footer .social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer a {
    display: block;
    color: var(--white-primary);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: var(--blue-primary);
}

.footer a.current {
    color: var(--blue-primary);
}

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



.footer h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

@media(min-width: 992px) {
    .footer h4 {
        margin-bottom: 20px;
    }
}

.footer-partners {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px auto 70px;
}

.footer .footer-partners a {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-partners a img {
    max-width: 100%;
    height: auto;
}



.section-hero-products {
    background: url("../img/front/products/") no-repeat right bottom;
    background-image: image-set(url("../img/front/products/bg-hero-products.webp") type("image/webp"),
            url("../img/front/products/bg-hero-products.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0 30px;
    position: relative;
    z-index: 10;
}

@media(min-width: 576px) {
    .section-hero-products {
        padding: 200px 0 30px;
    }
}

@media(min-width: 992px) {
    .section-hero-products {
        padding: 250px 0 30px;
    }
}


.product-attributes {
    border: 1px solid var(--blue-primary);
    border-left: none;
    border-right: none;
    padding: 20px 0;
    margin: 20px 0;
}

.product-attributes .title {
    color: var(--blue-primary);
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.product-notes {
    max-width: 600px;

}

.product-notes .item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.product-notes .item .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    padding: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(var(--white-primary-rgb), 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

@media(min-width: 992px) {
    .product-notes .item .icon {
        width: 80px;
        min-width: 80px;
        height: 80px;
        padding: 10px;
    }
}

.product-notes .item .icon img {
    display: block;
    width: 50%;
    max-height: 80%;
    object-fit: contain;
    object-position: center;
}

.product-notes .item h4 {
    text-transform: uppercase;
}


.section-hero-page {
    padding: 160px 0 30px;
    background: url("../img/front/products/bg-hero-products.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/products/bg-hero-products.webp") type("image/webp"),
            url("../img/front/products/bg-hero-products.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 30px;
    }
}

.section-hero-cocktails {
    background: url("../img/front/cocktails/bg-hero-cocktails.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/cocktails/bg-hero-cocktails.webp") type("image/webp"),
            url("../img/front/cocktails/bg-hero-cocktails.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 170px 0 30px;
}

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

.section-collection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 0;
}


.section-collection .col-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media(min-width: 992px) {
    .section-collection .col-item {
        margin-top: auto;
        margin-bottom: auto;
    }
}

.section-collection .item {
    width: 100%;
    padding: 40px 0;
    position: relative;
    z-index: 10;
}


@media(min-width: 992px) {
    .section-collection .item {
        width: 100%;
        padding: 80px 0;
    }

}


.section-collection .item:nth-of-type(even) {
    background: var(--blue-quinary);
}



@media(min-width: 578px) {
    .section-collection .item:nth-of-type(even) .row {
        flex-direction: row-reverse;
    }


}

@media(min-width: 992px) {

    .section-collection .item:nth-of-type(even) .col-image {
        padding-left: 7% !important;
    }

    .section-collection .item:nth-of-type(odd) .col-image {
        padding-right: 7% !important;
    }

}


.section-collection .image {
    border-radius: 300px;
    transition: all 0.6s ease;
    overflow: hidden;
}


.section-collection .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-collection .text *:last-of-type {
    margin-bottom: 0;
}


.section-collection::before,
.section-collection::after {
    content: '';
    display: block;
    position: fixed;
    z-index: 5;
    pointer-events: none;
}

@media(min-width: 1500px) {
    .section-collection .item:first-of-type {
        background: url("../img/front/svg/ship.svg") no-repeat left bottom;
        background-size: 15%;
    }
}

.section-collection::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5%;
    padding-top: 15%;
    background: url("../img/front/svg/logo/logo-antarktys-vodka-vertical.svg") no-repeat right 10px top;
    background-size: contain;
    z-index: 20;
    pointer-events: none;
}


.section-hero-journey {
    background: url("../img/front/journey/bg-hero-journey.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/journey/bg-hero-journey.webp") type("image/webp"),
            url("../img/front/journey/bg-hero-journey.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 180px 0 30px;
}

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

@media(min-width: 1600px) {
    .section-hero-journey {
        padding: 300px 0 100px;
    }
}

.section-destinations-journey {
    background: url("../img/front/journey/bg-destination.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/journey/bg-destination.webp") type("image/webp"),
            url("../img/front/journey/bg-destination.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

@media(min-width: 1200px) {
    .section-destinations-journey {
        padding: 150px 0;
    }
}

@media(min-width: 1600px) {
    .section-destinations-journey {
        padding: 200px 0;
    }
}

.section-destinations-journey .text *:last-of-type {
    margin-bottom: 0;
}

.section-cta-journey {
    background: url("../img/front/journey/img-journey.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/journey/img-journey.webp") type("image/webp"),
            url("../img/front/journey/img-journey.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 150% 0 30px;
    position: relative;
    overflow: hidden;
}

.section-cta-journey .container {
    position: relative;
    z-index: 2;
}

.section-cta-journey::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

@media(min-width: 578px) {
    .section-cta-journey {
        padding: 100% 0 30px;
    }
}

@media(min-width: 768px) {
    .section-cta-journey {
        padding: 600px 0 30px;
    }
}

@media(min-width: 1200px) {
    .section-cta-journey {
        padding: 700px 0 0;
    }
}

@media(min-width: 1920px) {
    .section-cta-journey {
        padding: 1200px 0 0;
        background-position: center top;
    }
}

.section-cta-journey .text *:last-of-type {
    margin-bottom: 0;
}


.section-philosophy-journey {
    background: url("../img/front/journey/bg-ice-close-up.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/journey/bg-ice-close-up.webp") type("image/webp"),
            url("../img/front/journey/bg-ice-close-up.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
}

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

@media(min-width: 1200px) {
    .section-philosophy-journey {
        padding: 150px 0;
    }
}

.section-timeline-journey {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
    background: url("../img/front/home/img-celebrate.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/home/img-celebrate.webp") type("image/webp"),
            url("../img/front/home/img-celebrate.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: right 20% bottom;
    background-size: 20% auto;
    background-color: var(--blue-quaternary);

}

@media (min-width: 1200px) {
    .section-timeline-journey {
        padding: 120px 0 80px;
    }
}

.section-timeline-journey .timeline-heading {
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .section-timeline-journey .timeline-heading {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .section-timeline-journey .timeline-heading {
        font-size: 44px;
        margin-bottom: 70px;
    }
}

.timeline-journey {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 10px 0 30px;
}

.timeline-journey__line {
    position: absolute;
    top: 0;
    bottom: 40px;
    z-index: 1;
    left: 18px;
    width: 1px;

    background: rgba(var(--white-primary-rgb), 0.45);
    box-shadow: 0 0 8px rgba(var(--blue-primary-rgb), 0.45);
}

@media (min-width: 768px) {
    .timeline-journey__line {
        left: 50%;
        transform: translateX(-50%);
    }
}

.timeline-journey__item {
    position: relative;
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 16px 18px;
    align-items: start;
    padding-bottom: 48px;
}

@media (min-width: 768px) {
    .timeline-journey__item {
        grid-template-columns: 1fr 36px 1fr;
        gap: 0 24px;
        padding-bottom: 70px;
        align-items: start;
    }
}

@media (min-width: 1200px) {
    .timeline-journey__item {
        gap: 0 80px;
    }
}

.timeline-journey__marker {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1.5px solid var(--blue-primary);
    background: transparent;
    box-shadow: 0 0 12px rgba(0, 173, 238, 0.75), 0 0 24px rgba(0, 173, 238, 0.35);
    position: relative;
    z-index: 2;
    margin-top: 8px;
    justify-self: center;
}

.timeline-journey__marker::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--blue-primary);
    transform: translate(-50%, -50%);
    /* box-shadow: 0 0 8px rgba(0, 173, 238, 0.9); */
    z-index: 333;
}

@media (min-width: 768px) {
    .timeline-journey__marker {
        grid-column: 2;
        grid-row: 1;
        margin-top: 14px;
        width: 24px;
        height: 24px;
        background: var(--blue-quaternary);
    }

    .timeline-journey__marker::after {
        width: 12px;
        height: 12px;
    }
}

@media (min-width: 992px) {
    .timeline-journey__marker {
        width: 42px;
        height: 42px;
    }

    .timeline-journey__marker::after {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1200px) {
    .timeline-journey__marker {
        width: 56px;
        height: 56px;
    }

    .timeline-journey__marker::after {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1600px) {
    .timeline-journey__marker {
        width: 66px;
        height: 66px;
    }

    .timeline-journey__marker::after {
        width: 20px;
        height: 20px;
    }
}

.timeline-journey__content {
    min-width: 0;
}

.timeline-journey__item--left .timeline-journey__content {
    grid-column: 2;
    grid-row: 1;
}

.timeline-journey__item--left .timeline-journey__marker {
    /* grid-column: 1; */
    grid-row: 1;
}

.timeline-journey__item--right .timeline-journey__content {
    grid-column: 2;
    grid-row: 1;
}

.timeline-journey__item--right .timeline-journey__marker {
    grid-column: 1;
    grid-row: 1;
}

.timeline-journey__media {
    grid-column: 2;
    margin-top: 8px;
}

.timeline-journey__media img {
    display: block;
    width: 100%;
    max-width: 360px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.timeline-journey__media--empty {
    display: none;
}

@media (min-width: 768px) {
    .timeline-journey__item--left .timeline-journey__content {
        grid-column: 1;
        text-align: right;
    }

    .timeline-journey__item--left .timeline-journey__meta {
        justify-content: flex-end;
    }

    .timeline-journey__item--left .timeline-journey__text {
        margin-left: auto;
    }

    .timeline-journey__item--left .timeline-journey__media {
        grid-column: 3;
        grid-row: 1;
        margin-top: 0;
    }

    .timeline-journey__item--right .timeline-journey__content {
        grid-column: 3;
        text-align: left;
    }

    .timeline-journey__item--right .timeline-journey__marker {
        grid-column: 2;
    }

    .timeline-journey__item--final .timeline-journey__media--empty {
        display: block;
        grid-column: 3;
        grid-row: 1;
    }
}

.timeline-journey__meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.timeline-journey__icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.timeline-journey__connector {
    display: none;
    width: 36px;
    height: 1px;
    background: rgba(var(--white-primary-rgb), 0.45);
}

@media (min-width: 768px) {
    .timeline-journey__connector {
        display: block;
    }
}

@media (min-width: 1200px) {
    .timeline-journey__connector {
        width: 64px;
    }
}

.timeline-journey__year {
    font-size: 42px;
    line-height: 1;
    color: var(--white-primary);
    letter-spacing: 0.04em;
}

@media (min-width: 992px) {
    .timeline-journey__year {
        font-size: 56px;
    }
}

.timeline-journey__stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.timeline-journey__year--stat {
    font-size: 48px;
}

@media (min-width: 992px) {
    .timeline-journey__year--stat {
        font-size: 64px;
    }
}

.timeline-journey__stat-label {
    display: block;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white-primary);
    line-height: 1.2;
    max-width: 110px;
}

@media (min-width: 768px) {
    .timeline-journey__item--right .timeline-journey__meta {
        flex-wrap: nowrap;
        align-items: center;
    }
}

.timeline-journey__text {
    max-width: 340px;
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--white-primary);
    opacity: 0.92;
}

@media (min-width: 992px) {
    .timeline-journey__text {
        font-size: 16px;
    }
}

.timeline-journey__footer {
    position: relative;
    text-align: center;
    padding: 20px 0 40px;
    max-width: 820px;
    margin: 0 auto;
}

.timeline-journey__quote {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.35;
    margin: 0;
    color: var(--white-primary);
}

@media (min-width: 768px) {
    .timeline-journey__quote {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .timeline-journey__quote {
        font-size: 34px;
    }
}

.section-character .icon-anchor img {
    width: 70px;
    max-width: 15%;
    display: block;
}


.section-character {
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
    background: url("../img/front/journey/bg-character.png") no-repeat right bottom;
    background-image: image-set(url("../img/front/journey/bg-character.webp") type("image/webp"),
            url("../img/front/journey/bg-character.png") type("image/png"));
    background-repeat: no-repeat;
    background-position: right 20% bottom;
    background-size: cover;
    background-color: var(--blue-secondary);

}

@media (min-width: 1200px) {
    .section-character {
        padding: 120px 0 80px;
    }
}

.section-wysiwyg {
    background-color: var(--blue-tertiary);
}

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

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