@charset "UTF-8";
@import url("reset.css");

body {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.5rem;
    margin: 0px;
    background-image: url('/assets/images/full-circles-2.svg');
    background-position: top;
}

[class*="__container"] {
    max-width: 989px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    block-size: 100%;
}


.wrapper>main {
    flex-grow: 1;
}

/* Header Page Start */
header {
    background: #1d4d66;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: -2px;
}

@media (min-width: 768px) {
    .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
    }
}

@media (max-width: 767.99px) {
    .header-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        margin-right: 1rem;
        margin-left: -1.25rem;
    }
}

.logo {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.logo img {
    height: 40px;
    margin-right: 10px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

nav a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    color: var(--corporate-blue, #87CDEB);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;

}

.mobile-menu {
    display: none;
    flex-direction: column;
    background: #1d4d66;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mobile-menu a {
    padding: 10px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: "Nunito Sans";
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    nav ul {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-menu {
        display: none;
    }

}

/* Header Page End */



.section {
    padding: 50px 0;

}



.section-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

}



.text-content {

    max-width: 50%;

}



.text-content h1 {

    font-size: 48px;

    font-weight: bold;

    margin: 0;

}



.text-content .blue-text {

    color: #1d4d66;

}




.text-content-description p {
    color: var(--black, #000);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

}



.btn-green {
    color: #fff;
    display: flex;
    padding: 0.375rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.234rem;
    background: var(--green, #69C3AF);

}



.image-content img {

    max-width: 100%;

    height: auto;

}



@media (max-width: 768px) {

    .section-content {

        flex-direction: column;

        text-align: center;

    }

    .text-content {

        max-width: 100%;

    }

}

.info-box {

    max-width: 45%;

    padding: 20px;

    border: 2px solid #1d4d66;

    border-radius: 10px;

    background: #fff;

    text-align: left;

}



.info-box h3 {

    display: flex;

    align-items: center;

    font-size: 22px;

    color: #1d4d66;

}



.info-box img {

    height: 30px;

    margin-right: 10px;

}



.info-box p {

    font-size: 14px;

    color: #666;

    margin-bottom: 10px;

}



.info-box ul {

    list-style: none;

    padding: 0;

}



.info-box li {

    font-size: 14px;

    line-height: 1.6;

    padding-left: 20px;

    position: relative;

    color: #1d4d66;

    font-weight: bold;

}



.info-box li::before {

    content: "✔";

    position: absolute;

    left: 0;

    color: #4caf50;

}



@media (max-width: 768px) {

    .container {

        flex-direction: column;

        text-align: center;

    }

    .text-side,
    .info-box {

        max-width: 100%;

    }

}

.how-it-works {
    padding: 2.2rem 0;
    text-align: left;
}




.how-it-works h2 {
    color: var(--corporate-dark-blue, #00506E);
    text-align: center;
    font-family: Rokkitt;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;

}

@media (min-width: 768.01px) {
    .how-it-works h2 {
        margin-top: -4rem;
        margin-bottom: 2rem;

    }
}

@media (max-width: 768px) {
    .how-it-works h2 {
        margin-top: 0rem;
        margin-bottom: 2rem;

    }

}

.how-it-works p {
    color: var(--black, #000);
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 130%;

    /* Забезпечує правильний розподіл тексту */

}



.how-it-works strong {

    color: #1d4d66;

}

/*

@media (max-width: 768px) {

    .how-it-works {

        text-align: left;

    }

}
*/
@media (max-width: 768px) {
    .feature-item-horisontal img {
        width: 100%;
        /* Зображення займає всю ширину екрану */
        height: auto;
        /* Висота зображення автоматично регулюється пропорційно */
    }

    .feature-item .feature-text {
        font-size: 2rem;
        left: 10px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        width: auto;
        line-height: 110%;
        font-style: normal;
        font-weight: 700;
        font-family: 'Rokkitt';
        text-align: center;
        justify-content: center;
    }

}

@media (min-width: 768.01px) and (max-width: 948.99px) {
    .feature-item .feature-text {
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 700;
        font-family: 'Rokkitt';
        left: 10px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 948.99px) {

    .feature-grid__container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 70%;
        align-content: center;
    }

    .feature-grid-1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .feature-grid-2 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

}



@media (min-width: 949.00px) {

    .feature-grid__container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .feature-grid-1 {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .feature-grid-2 {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

}

.feature-item {

    position: relative;

    border-radius: 15px;

    overflow: hidden;

}

.feature-item img {

    width: 100%;

    height: auto;

   /* display: block;*/

    border-radius: 15px;

}


@media (min-width: 949.00px) {
.feature-item .feature-text {
    font-size: 2.625rem;
}
}

.feature-item .feature-text {

    position: absolute;

    left: 10px;

    right: 10px;

    top: 30%;

    transform: translateY(-50%);

    bottom: auto;

    color: #FFFFFF;

    font-family: 'Rokkitt';

    font-style: normal;

    font-weight: 700;

    line-height: 110%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 0;

    width: auto;

}





.sustainability-section {

    padding: 40px 00px;

}



.sustainability-section .intro-text {
    font-size: 1.5rem;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 3rem;

}

.sustainability-section .intro-text strong {
    color: var(--corporate-dark-blue, #00506E);
}


.sustainability-content img {

    max-width: 50%;

    height: auto;

    border-radius: 15px;

}

@media (min-width: 768.01px) {
    .sustainability-text {

        padding: 20px;

        max-width: 50%;

    }
}

.sustainability-text h3 {
    flex-shrink: 0;
    color: var(--white, #FFF);
    font-family: Rokkitt;
    font-size: 2.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;

}



.sustainability-text p {
    color: var(--white, #FFF);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 1.5rem;


}



@media (max-width: 768px) {

    .sustainability-content {

        flex-direction: column;

        text-align: center;

    }


    .sustainability-content img {

        max-width: 100%;

    }

    .sustainability-text {
        padding: 20px;
    }

    .sustainability-text h3 {
        font-size: 2rem;
        margin-top: 0rem;
        margin-bottom: 0.7rem;
    }

    .sustainability-text p {

        font-size: 1.3rem;

    }

}

.sustainability-content {
    flex-shrink: 0;
    border-radius: 0.469rem;
    background-image: url('/assets/images/dog.svg');
    display: flex;
    justify-content: flex-end;
}





@media (min-width: 768.01px) {
    .marsavet-products__container {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .marsavet-products__container {
        padding: 20px 20px;
    }

}

.products-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

}



.text-content {

    max-width: 60%;

}

.text-content h2 {
    color: var(--corporate-dark-blue, #00506E);
    font-family: Rokkitt;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}

@media (min-width: 768.01px) {
    .text-content h2 {
        font-size: 5.625rem;
    }
}

@media (max-width: 768px) {
    .text-content h2 {
        font-size: 3rem;
    }

}


.text-content .light-blue-text {
    color: #6cb6e6;
    font-family: Rokkitt;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    max-width: 100%;

}

@media (min-width: 768.01px) {
    .text-content .light-blue-text {
        font-size: 5.625rem;
    }
}

@media (max-width: 768px) {
    .text-content .light-blue-text {
        font-size: 3rem;
    }

}


.text-content-description p {
    color: var(--black, #000);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}


@media (max-width: 768px) {

    .products-header {

        flex-direction: column;

        text-align: center;

    }



    .text-content {

        max-width: 100%;

    }



    .logo-content img {

        max-width: 120px;

    }

}

.product-grid {

    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

    gap: 20px;

    padding: 40px 20px;

    max-width: 989px;

    margin: 0 auto;

}



.product-item {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
    display: flex;
    padding-bottom: 1.406rem;
    flex-direction: column;
    align-items: center;
    gap: 0.938rem;
    border-radius: 0.469rem;
    border: 0.063rem solid var(--gray, #555F64);
}



.product-item:hover {

    transform: scale(1.05);

}



.product-item img {

    max-width: 100%;

    height: auto;

    border-radius: 10px;

    margin-bottom: 15px;

}



.product-item h3 {
    align-self: stretch;
    color: var(--black, #000);
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;

}



.product-item .price {
    align-self: stretch;
    color: var(--corporate-dark-blue, #00506E);
    text-align: center;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;

}



.btn-green {
    color: #fff;
    display: flex;
    padding: 0.375rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.375rem;
    border-radius: 0.234rem;
    background: var(--green, #69C3AF);
}



.btn-green:hover {

    background: var(--green, #5ba998);
}



@media (max-width: 768px) {

    .product-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media (max-width: 480px) {

    .product-grid {

        grid-template-columns: 1fr;

    }

}

.faq-section {

    padding: 40px 0px;

}



.faq-section .container {

    display: flex;
    flex-direction: row;
    max-width: 989px;
    margin: 0 auto;
    gap: 40px;
    padding: 0 1.25rem;
}



.faq-section .container .faq-left {
    max-width: 30%;
}

@media (min-width: 768px) {
    .faq-section .container .faq-left {
        max-width: 30%;
        margin-top: -1.5rem
    }
}


.faq-section .container .faq-left h2 {
    color: var(--corporate-dark-blue, #00506E);
    font-family: Rokkitt;
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}



.faq-section .container .faq-left p {
    color: var(--black, #000);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 1.9rem;

}



.support-btn {
    padding: 0.75rem 3.75rem;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
    border-radius: 0.234rem;
    background: var(--mid-blue, #64B9E1);
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.support-btn:hover {
    padding: 0.75rem 3.75rem;
    align-items: center;
    gap: 0.375rem;
    flex-shrink: 0;
    border-radius: 0.234rem;
    background: var(--mid-blue, #3b99c5);
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

.faq-right {

    flex-grow: 1;

}



.faq-item {

    background: var(--green, #69C3AF);
    color: #fff;
    padding: 0.375rem 0.75rem;
    margin-bottom: 1.0625rem;
    border-radius: 5px;
    cursor: pointer;

}



.faq-item .faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    align-items: center;
    padding: 0.375rem 0.75rem;
    align-items: center;
    flex-shrink: 0;
    background: var(--green, #69C3AF);

}



.arrow {

    font-size: 18px;
    transition: transform 0.5s ease;

}

.rotate .arrow-image {
    transform: rotateX(180deg);
    transition: transform 0.5s ease;
}

.faq-answer {

    display: none;
    background: #fff;
    color: #000;
    padding: 0.625rem;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    border-radius: 5px;
    margin-top: 0.3125px;

}



.faq-item.active .faq-answer {

    display: block;

}



.faq-item.active .arrow {
    transform: rotate(180deg);

}


@media (max-width: 768px) {

    .faq-section .container {

        flex-direction: column;

    }

    .faq-section .container .faq-left h2 {
        text-align: center;
    }

    .faq-section .container .faq-left {
        max-width: 100%;
        text-align: left;
        /*  padding: 0px 20px;*/

    }

    .faq-section .container .faq-right {
        width: 100%;
        /*  padding: 0px 20px;*/
    }

    .support-btn {
        margin-left: 25%;
    }
}





.future-nutrition {
    padding: 50px 0;

}



.future-nutrition .container {

    max-width: 989px;

    margin: 0 auto;

    padding: 0 20px;

}



.nutrition-content {

    display: flex;

    align-items: left;

    justify-content: space-between;

    gap: 30px;

    flex-wrap: wrap;

}



.text-section {

    flex: 1;

    min-width: 300px;

}



.text-section h2 {
    color: #00506E;
    font-family: Rokkitt;
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 1.5rem;

}



.text-section .highlight {

    color: #3399cc;

}



.text-section p {
    flex-shrink: 0;
    color: var(--black, #000);
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 130%;
    margin-bottom: 1.5rem;

}


.text-section p strong,
.how-it-works p strong {
    flex-shrink: 0;
    color: #00506E;
    font-family: "Nunito Sans";
    font-size: 1.5rem;
    font-style: normal;
    line-height: 130%;

}

.text-section p strong strong2,
.how-it-works p strong strong2 {
    flex-shrink: 0;
    color: var(--mid-blue, #64B9E1);

}



.text-section img {

    max-width: 100%;

    margin-top: 20px;

}



.benefits-section {

    flex: 1;

    min-width: 300px;

    padding: 20px;

    border-radius: 10px;

    text-align: left;

}
.benefits-features {
    text-align: center;
    padding: 1.25rem;
}


.feature-details {
    color: #555555;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
    font-weight: 600;
}

@media (min-width: 0px) and (max-width: 499.99px) {

    .feature-details {
        font-size: 1.2rem;
    }
}
@media (min-width: 500px) and (max-width: 767.99px) {

    .feature-details {
        font-size: 1.5rem;
    }
}
@media (min-width: 768.01px) and (max-width: 977.99px) {

    .feature-details {
    font-size: 1.2rem;
}
}

@media (max-width: 768px) {
    .benefits-header img {
        width: 100%;
    }
}

@media (min-width: 768.01px) {
    .benefits-header {
        margin-top: -7rem;

    }
    .benefits-header img {
        width: 100%;
    }
}



.benefits-list {

    list-style: none;

    padding: 0;

}



.benefits-list li {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.benefits-list-text-left {
    flex-shrink: 0;
    color: #00506E;
    font-family: Rokkitt;
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.benefits-list-text-right {
    flex-shrink: 0;
    color: #000;
    font-family: Rokkitt;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.benefits-list li img {
    margin-right: 1.5rem;
}



@media (max-width: 768px) {

    .nutrition-content {

        flex-direction: column;

        text-align: left;

    }



    .text-section,
    .benefits-section {

        flex: none;
        text-align: left;
        width: 100%;

    }



    .benefits-section {
        padding: 10px;

    }

    .microbell-text .h1-image img {
        width: 70%;
    }

}

@media (min-width: 1110px) {
    .microbell-section {
        margin-top: -2rem;
    }
}


.microbell__container {

    max-width: 989px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    flex-wrap: wrap;

}



.microbell-text h3 {
    color: var(--black, #000);
    font-family: Rokkitt;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}



.microbell-text h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
    width: -webkit-fill-available;
}


.microbell-blue {

    color: #1d4d66;

}



.microbell-text h2 {
    color: var(--corporate-dark-blue, #00506E);
    font-size: 4.078rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;

}


.microbell-light-blue {
    flex-shrink: 0;
    color: var(--corporate-blue, #87CDEB);
    font-size: 2.813rem;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}

@media (max-width: 768px) {
    .microbell-text h2 {
        font-size: 2.2rem;
    }

    .microbell-light-blue {
        font-size: 1.8rem;
    }

    .microbell-text h3 {
        font-size: 1.4rem;
    }
}

/*
.microbell-text p {

    font-size: 16px;

    line-height: 1.5;

    color: #333;

}
*/


.button-microbell {
    margin-top: 1rem;
    transform: rotate(-4.786deg);
    padding: 0.563rem 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex-shrink: 0; */
    background: var(--green, #69C3AF);
    color: var(--white, #FFF);
    text-align: center;
    font-family: Rokkitt;
    font-size: 1.969rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.microbell-image {

    flex: 1;

    min-width: 300px;

}

.microbell-text__description {
    text-align: left;
}


@media (min-width: 768.01px) and (max-width: 977.99px) {

    .microbell-image img {
        width: 100%;
    }

}

@media (min-width: 978px) {
.microbell-image img {
        width: 100%;
        height: auto;
        position: relative;
        width: 950px;
        left: 260px;
        top: 60px;
        z-index: 1;
        margin-top: -39rem;
    }

    .microbell-text__description p {
        max-width: 28.125rem;
        flex-shrink: 0;
        color: var(--black, #000);
        font-family: "Nunito Sans";
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

}


@media (max-width: 767.99px) {

    .microbell__container {
        flex-direction: column;
        text-align: center;
    }



    .microbell-text,
    .microbell-image {
        width: 100%;

    }

    .microbell-image img {
        width: -webkit-fill-available;
    }

    .microbell-banner {
        max-width: 80%;
    }

    .microbell-text__description p {
        flex-shrink: 0;
        color: var(--black, #000);
        font-family: "Nunito Sans";
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .button-microbell {
        font-size: 1.169rem;
    }
}


/*----Footer start--------*/

.footer {
    background: #005073;
    color: #fff;
    padding: 0;
}

.footer__container {
    margin: 0 auto;
    padding: 30px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-logo img {
    max-width: 140px;
}

.footer-info,
.footer-contact,
.footer-links {
    font-size: 14px;
    line-height: 1.5;
}

.footer-info p,
.footer-contact p,
.footer-links p {
    margin: 0;
}

.footer-info p strong,
.footer-contact p strong,
.footer-links p strong {
    color: #64B9E1;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;

}

.footer-contact a:hover {
    color: #64B9E1;
    text-decoration: none;
    font-size: 1.5rem;

}

.footer-links a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-links a:hover {
    color: #64B9E1;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-bottom {
    background-color: #00263a;
    padding: 0;
}

.footer-bottom__container {
    background-color: #00263a;
    padding: 15px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom__container a {
    max-width: 1024px;
    text-decoration: none;
    margin-right: 5px;
    color: var(--corporate-blue, #87CDEB);
}

.footer-bottom__container span {
    margin-left: auto;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-bottom__container {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom__container span {
        margin-top: 10px;
        margin-left: 0;
        color: var(--corporate-blue, #87CDEB);
    }
}



/*--------Footer END--------------*/

/* Стилі для перемикача мов на десктопі */
nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: flex;
    align-items: center;
}

nav ul li a {
    display: flex;
    align-items: center;
}

.language - selector {
    position: relative;
}

.current - language {
    display: flex;
    align - items: center;
    gap: 5px;
    cursor: pointer;
    padding: 8px 12px;
}

.lang - arrow {
    font - size: 10px;
    transition: transform 0.3s;
}

language-dropdown{
    display: none;
    position: absolute;
    top: 100 %;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border - radius: 4px;
    box - shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min - width: 220px;
    max - height: 400px;
    overflow - y: auto;
    z - index: 1000;
    margin - top: 5px;
}

.language - dropdown li {
    list - style: none;
    border - bottom: 1px solid #f0f0f0;
}

.language - dropdown li: last - child {
    border - bottom: none;
}

.language - dropdown a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text - decoration: none;
    white - space: nowrap;
    transition: background 0.2s;
}

.language - dropdown a:hover {
    background: #f5f5f5;
}

.language - selector: hover.language - dropdown {
    display: block;
}

.language - selector: hover.lang - arrow {
    transform: rotate(180deg);
}

/* Стилі для мобільного перемикача */
.mobile - language - selector {
    margin - top: 20px;
    padding - top: 20px;
    border - top: 1px solid #ddd;
}

.mobile - lang - button {
    width: 100 %;
    padding: 12px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border - radius: 4px;
    cursor: pointer;
    font - size: 16px;
    display: flex;
    align - items: center;
    justify - content: space - between;
}

.mobile - lang - button::after {
    content: '▼';
    font - size: 12px;
}

.mobile - language - list {
    display: none;
    margin - top: 10px;
    background: white;
    border: 1px solid #ddd;
    border - radius: 4px;
    max - height: 300px;
    overflow - y: auto;
}

.mobile - language - list.active {
    display: block;
}

.mobile - language - list a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text - decoration: none;
    border - bottom: 1px solid #f0f0f0;
}

.mobile - language - list a: last - child {
    border - bottom: none;
}

.mobile - language - list a:hover {
    background: #f5f5f5;
}

/* Мобільний перемикач мов */
.mobile-language-selector {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
}

.mobile-lang-button {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.mobile-lang-button:hover {
    background: rgba(255, 255, 255, 0.15);
}

.mobile-lang-button::after {
    content: '▼';
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mobile-language-list.active+.mobile-lang-button::after,
.mobile-lang-button:hover::after {
    transform: rotate(180deg);
}

.mobile-language-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    margin-top: 10px;
}

.mobile-language-list.active {
    max-height: 500px;
    overflow-y: auto;
}

.mobile-language-list a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease;
}

.mobile-language-list a:last-child {
    border-bottom: none;
}

.mobile-language-list a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-language-list a span {
    margin-right: 10px;
    font-size: 20px;
}

/* Десктопний перемикач мов */
.language-selector {
    position: relative;
}

.language-selector .current-language {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.lang-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.language-selector.active .lang-arrow {
    transform: rotate(180deg);
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-top: 10px;
}

.language-selector.active .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-dropdown li {
    list-style: none;
}

.language-dropdown a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
    gap: 10px;
}

.language-dropdown a:hover {
    background: #f5f5f5;
}

.language-dropdown a:first-child {
    border-radius: 8px 8px 0 0;
}

.language-dropdown a:last-child {
    border-radius: 0 0 8px 8px;
}

/* Мобільне меню */
.mobile-menu {
    display: none;
    flex-direction: column;
    /*background: rgba(0, 0, 0, 0.95);*/
    top: 70px;
   /* left: 0; */
    right: 0;
    padding: 20px;
   /* transform: translateY(-100%);*/
    transition: transform 0.3s ease;
    z-index: 999;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.mobile-menu.active {
    display: flex;
    transform: translateY(0);
}

.mobile-menu a {
    padding: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Медіа-запити */
@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
        color: white;
    }

    nav {
        display: none;
    }
}