/* Вариант 1: Локальное подключение (если файлы есть в папке fonts/) */
@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/Bebas Neue.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Baystar Script";
    src: url("../fonts/BaystarScriptLight.otf") format("opentype");
    font-style: italic;
    font-weight: 300;
}

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
}

img {
    display: block;
}

.nebo {
    width: 100%;
    position: absolute;
}

.leaves-1 {
    position: absolute;
    left: 0;
    width: 30vw;
}

.leaves-2 {
    position: absolute;
    right: 0;
    width: 35vw;
}

.landscape {
    width: 100%;
    top: 7vw;
}

.birds {
    position: absolute;
    top: 12vw;
    left: 24vw;
    width: 19vw;
}

.grass-1 {
    position: absolute;
    right: 0;
    top: 42vw;
    width: 63vw;
}

.beer {
    position: absolute;
    width: 45vw;
    left: 7vw;
    top: 6vw;
}

.title {
    position: absolute;
    top: 5vw;
    right: 1vw;
    width: 55vw;
}

.buy-button {
    position: absolute;
    top: 26vw;
    right: 36vw;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #FFFFFF;
    padding: 20px 20px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 50;
    font-family: 'Bebas Neue', Arial, sans-serif;
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.buy-text {
    color: #003D99;
    font-size: 1.5vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ozon-icon {
    color: #005BFF;
    font-size: 1.2vw;
    font-weight: 700;
    font-family: Arial, sans-serif;
}

.alcohol-free {
    position: absolute;
    top: 26vw;
    right: 6vw;
    width: 17vw;
}

.separator {
    position: absolute;
    margin-top: -27vw;
    width: 100%;
}

.content {
    position: absolute;
    margin-top: -10vw;
    width: 100%;
}

.cloud {
    position: absolute;
    width: 100%;
    top: 0;
}

.landscape-2 {
    position: relative;
    width: 100%;
}

.gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30vw;
    background: linear-gradient(180deg, #004D90 19.56%, rgba(0, 89, 149, 0) 82.24%);
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 10vw;
}

.description {
    position: sticky;
    top: 0;
    left: 55vw;
    color: #FFFFFF;
    max-width: 36vw;
    font-size: 1.375vw;
    align-self: flex-start;
    padding-bottom: 120px;
}

.description .name {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 700;
    font-size: 4em;
    line-height: 1em;
    text-transform: uppercase;
}

.description .alco {
    display: flex;
    align-items: center;
    margin-top: 1vw;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25em;
    line-height: 1em;
}

.description .alco .text {
    margin: 0;
}

.description .alco .icon {
    margin-left: 1vw;
}

.description .alco .icon img {
    width: 1.75vw;
}

.description > .text {
    margin-top: 1vw;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1em;
    text-align: justify;
}

.description .text p:first-child {
    margin: 0;
}

.description .text p {
    margin: 1.25vw 0 0;
}

.slogan {
    margin-top: 2vw;
    font-family: 'Baystar Script';
    font-style: italic;
    font-weight: 300;
    font-size: 1.25em;
    line-height: 1em;
}

.catalog-text {
    margin-top: 2vw;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 1.25em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: justify;
}

.catalog-button {
    display: inline-block;
    margin-top: 1.5vw;
    background-color: #FFFFFF;
    color: #003D99;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.catalog-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Cookie Modal */
#cookie_note {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    background-color: #004D90;
    border-radius: 20px;
    z-index: 999;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: white;
    padding: 0 20px;
}

#cookie_note a {
    color: #fff;
}

#cookie_note img {
    margin-right: 20px;
}

#cookie_note .copy {
    display: inline;
}

#cookie_note .copy a {
    text-decoration: underline;
}

.cookie_accept {
    width: 73px;
    height: 40px;
    background-color: #013763;
    color: #fff;
    margin-left: 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

#cookie_note.show {
    display: flex;
}

/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #004D90;
    padding: 30px 20px;
    text-align: center;
    z-index: 100;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.footer-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-separator {
    color: #FFFFFF;
    font-size: 14px;
    opacity: 0.6;
}

/* Responsive Design */
@media screen and (max-width: 390px) {
    .beer {
        width: 70vw;
        left: 0;
        top: 5vw;
    }

    .landscape-2 {
        position: absolute;
        width: unset;
        right: 0;
    }

    .description {
        left: 15vw;
        max-width: 80vw;
        margin-top: 35vw;
        bottom: 100px; /* Отступ для мобильных устройств */
    }

    .description .name {
        font-size: 15vw;
        line-height: 15vw;
    }

    .description .alco {
        font-size: 7vw;
        line-height: 7vw;
    }

    .description .alco .icon {
        margin-left: 3vw;
    }

    .description .alco .icon img {
        width: 5vw;
    }

    .description > .text {
        font-size: 4vw;
        line-height: 5vw;
    }

    .description .text p {
        margin: 5vw 0 0;
    }

    .slogan {
        margin-top: 7vw;
        font-size: 5vw;
        line-height: 10vw;
    }

    .catalog-text {
        margin-top: 5vw;
        font-size: 4vw;
        line-height: 5vw;
    }

    .catalog-button {
        margin-top: 4vw;
        padding: 12px 20px;
        font-size: 4vw;
    }

    .footer {
        padding: 20px 15px;
    }

    .footer-content {
        flex-direction: column;
        gap: 10px;
    }

    .footer-separator {
        display: none;
    }

    .footer-link {
        font-size: 12px;
    }
}
