@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

html, body, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare, .cosmic\2D gray\2D glow {
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, .arctic\2D gray\2D shade, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink, .neon\2D brown\2D mist {
    margin: 0;
}


body, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare, .neon\2D red\2D sheen {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: normal;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
}

.plans, .daffodil\2D yellow, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive {
    flex: 1;
    display: flex;
    flex-direction: column;
}

:root {
    /* Color Variables */
    --text-color: #FFF;
    --black: #000;
    --white: #fff;
    --black-color: #0D0D0D;
}

/* Змінні шрифтів */
.font-one, .dark\2D green, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose {
    font-family: "Roboto", sans-serif !important;
}

.font-two, .dusty\2D pink\2D shade, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare {
    font-family: "Open Sans", sans-serif !important;
}

.font-three, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare, .cosmic\2D gray\2D glow {
    font-family: "Montserrat", sans-serif !important;
}

.font-four, .arctic\2D black\2D light, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone {
    font-family: "Inter", sans-serif !important;
}

.font-five, .arctic\2D purple\2D shine, .fawn\2D brown, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura, .carmine\2D pink {
    font-family: "Poppins", sans-serif !important;
}
section.contact-form:nth-of-type(2), .shadow\2D red\2D flare, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow {
    display: none;
}

/* Змінні палітр */
.palette-one, .sunset\2D red\2D light, .prism\2D black\2D tone, .blanchedalmond\2D white, .twilight\2D red\2D shine, .prism\2D purple\2D aura {
    --bg-color: #F2F2F2;
    --accent-color: #8EF375;
}

.palette-two, .cosmic\2D red\2D tone, .neon\2D pink\2D shade, .olive\2D drab, .marble\2D gray\2D shade, .obsidian\2D green\2D aura {
    --bg-color: #FAF4E0;
    --accent-color: #757BF3;
}

.palette-three, .sunset\2D cyan\2D sheen, .prism\2D purple\2D sheen, .burgundy\2D red, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen {
    --bg-color: #F1FAE0;
    --accent-color: #CF75F3;
}

.palette-four, .sunset\2D orange\2D shade, .golden\2D honey, .lunar\2D blue\2D sheen, .neon\2D orange\2D sheen, .orchid\2D pink {
    --bg-color: #EEFEFF;
    --accent-color: #F3D275;
}

.palette-five, .orchid\2D lavender, .marble\2D red\2D wave, .gold\2D leaf, .desert\2D red\2D sheen, .skyblue\2D blue {
    --bg-color: #FFEEFD;
    --accent-color: #FE4A4A;
}

body, .fire\2D red, .medium\2D purple, .dusty\2D white\2D shade, .prism\2D brown\2D tone, .lunar\2D green\2D tone {
    line-height: normal;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    line-height: normal;
}

.container, .marble\2D brown\2D tone, .silver, .neon\2D purple\2D shine, .lunar\2D blue\2D light, .stormy\2D red\2D shade {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.header-wrapper, .frozen\2D red\2D light, .volcano\2D gray\2D light, .neon\2D black\2D sheen, .sunset\2D yellow\2D wave, .gilded\2D red\2D sheen {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    width: 100%;
    transition: all 1s ease;
    position: relative;
}

.logo, .obsidian\2D pink\2D shine, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow, .arctic\2D green\2D sheen, .dusty\2D green\2D glow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1px solid #0D0D0D;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.logo:hover, .ruby\2D red, .fern\2D green, .desert\2D pink\2D tone, .cosmic\2D white\2D shade, .desert\2D black\2D sheen {
    background-color: var(--accent-color);

}

.logo:active, .volcano\2D pink\2D glow, .prism\2D black\2D shade, .marble\2D cyan\2D flare, .lightgoldenrodyellow\2D yellow, .obsidian\2D black\2D glow {
    background-color: var(--accent-color);
}

.logo-text, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare, .cosmic\2D gray\2D glow {
    font-size: 18px;
    font-weight: 400;
    line-height: 0.995;
    letter-spacing: 1.8px;
    color: #0D0D0D;
    text-transform: lowercase;
}

.menu-items, .arctic\2D gray\2D shade, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink, .neon\2D brown\2D mist {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-item, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare, .neon\2D red\2D sheen {
    white-space: nowrap;
}

.menu-item a, .daffodil\2D yellow, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive {
    font-size: 18px;
    white-space: break-spaces;
    font-weight: 400;
    color: #0D0D0D;
    text-decoration: none;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.menu-item a:hover, .dark\2D green, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose {
    color: var(--accent-color);
}

.arrow__icon, .dusty\2D pink\2D shade, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare {
    display: none;
    cursor: pointer;
    z-index: 10;
}

.burger__icon, .arctic\2D black\2D light, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone {
    display: none;
    cursor: pointer;
    z-index: 10;
}


.arrow__icon:hover rect:first-child, .arctic\2D purple\2D shine {
    fill: var(--accent-color);
}


.burger__icon:hover rect:first-child, .fawn\2D brown {
    fill: var(--accent-color);
}

/* Мобільна версія */
@media (max-width: 850px) {
    .header-wrapper, .neon\2D brown\2D mist, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare {
        padding: 16px 0;
    }

    .burger__icon, .neon\2D red\2D sheen, .daffodil\2D yellow, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow {
        display: block;
    }

    .menu-items, .olive, .dark\2D green, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--bg-color);
        flex-direction: column;
        align-items: start;
        gap: 40px;
        transform: translateX(100%);
        transition: transform 1s ease;
        z-index: 5;
        padding: 112px 16px 16px 16px;
    }

    .menu-item a, .old\2D rose, .dusty\2D pink\2D shade, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura {
        font-size: 32px;
        line-height: 1.2;
        transition: color 0.3s ease;
    }

    .menu-items.active, .cosmic\2D black\2D flare, .arctic\2D black\2D light, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine {
        transform: translateX(0);
    }

    .arrow__icon.active, .desert\2D green\2D tone, .arctic\2D purple\2D shine, .fawn\2D brown, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura {
        display: block;
    }

}

/* Hero Styles */

.main, .carmine\2D pink, .shadow\2D red\2D flare, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone {
    padding: 40px 0px 120px 0px;
    height: -webkit-fill-available;
}

.hero, .arctic\2D black\2D glow, .sunset\2D red\2D light, .prism\2D black\2D tone, .blanchedalmond\2D white, .twilight\2D red\2D shine {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    padding: 0 0 40px 0;
    width: 100%;
    transition: all 1s ease;
    max-width: 100%;
}

.hero__image, .prism\2D purple\2D aura, .cosmic\2D red\2D tone, .neon\2D pink\2D shade, .olive\2D drab, .marble\2D gray\2D shade {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 334px;
}

.hero__image img, .obsidian\2D green\2D aura {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.hero__title-mobile, .sunset\2D cyan\2D sheen, .prism\2D purple\2D sheen, .burgundy\2D red, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen {
    color: var(--white, #FFF);
    position: absolute;
    bottom: 10px;
    left: 16px;
    right: 16px;
    z-index: 1;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    width: 100%;
    display: none;
}

.hero__content, .sunset\2D orange\2D shade, .golden\2D honey, .lunar\2D blue\2D sheen, .neon\2D orange\2D sheen, .orchid\2D pink {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.hero__title, .orchid\2D lavender, .marble\2D red\2D wave, .gold\2D leaf, .desert\2D red\2D sheen, .skyblue\2D blue {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hero__description, .fire\2D red, .medium\2D purple, .dusty\2D white\2D shade, .prism\2D brown\2D tone, .lunar\2D green\2D tone {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .hero, .marble\2D brown\2D tone, .silver, .neon\2D purple\2D shine, .lunar\2D blue\2D light, .stormy\2D red\2D shade {
        flex-direction: column;
        align-items: center;
    }

    .hero__image img, .frozen\2D red\2D light {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .main, .volcano\2D gray\2D light, .neon\2D black\2D sheen, .sunset\2D yellow\2D wave, .gilded\2D red\2D sheen, .obsidian\2D pink\2D shine {
        padding: 0px 0px 48px 0px;
    }

    .hero, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow, .arctic\2D green\2D sheen, .dusty\2D green\2D glow, .ruby\2D red {
        gap: 24px;
    }

    .hero__image, .fern\2D green, .desert\2D pink\2D tone, .cosmic\2D white\2D shade, .desert\2D black\2D sheen, .volcano\2D pink\2D glow {
        width: 100%;
        height: 313px;
        flex: unset;
    }

    .hero__title, .prism\2D black\2D shade, .marble\2D cyan\2D flare, .lightgoldenrodyellow\2D yellow, .obsidian\2D black\2D glow, .army\2D green {
        display: none;
    }

    .hero__description, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare, .cosmic\2D gray\2D glow, .arctic\2D gray\2D shade {
        font-size: 16px;
    }

    .hero__title-mobile, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink, .neon\2D brown\2D mist, .dusty\2D pink\2D mist {
        display: block;
    }

}

/* Doctor Styles */

.doctor, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare, .neon\2D red\2D sheen, .daffodil\2D yellow {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 60px 0 80px 0;
    width: 100%;
    transition: all 1s ease;
    max-width: 100%;
}

.doctor__images, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive, .dark\2D green {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.doctor__image, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose, .dusty\2D pink\2D shade {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    width: 340px;
}

.doctor__image img, .desert\2D purple\2D sheen {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 30%;
    display: block;
}

.doctor__name, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare, .arctic\2D black\2D light, .tomato\2D red {
    font-size: 18px;
    line-height: 120%;
}

.doctor__content, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone, .arctic\2D purple\2D shine, .fawn\2D brown {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.doctor__description, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura, .carmine\2D pink, .shadow\2D red\2D flare, .icy\2D black\2D tone {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .doctor, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow, .sunset\2D red\2D light, .prism\2D black\2D tone {
        flex-direction: column-reverse;
        align-items: center;
    }

    .doctor__image, .blanchedalmond\2D white, .twilight\2D red\2D shine, .prism\2D purple\2D aura, .cosmic\2D red\2D tone, .neon\2D pink\2D shade {
        height: 358px;
        width: 340px;
    }

    .doctor__image img, .olive\2D drab {
        object-position: center;
    }

}

@media (max-width: 767px) {
    .doctor__content, .marble\2D gray\2D shade, .obsidian\2D green\2D aura, .sunset\2D cyan\2D sheen, .prism\2D purple\2D sheen, .burgundy\2D red {
        border-top: 1px solid var(--white);
        border-bottom: 1px solid var(--white);
        background: #EEFEFF;
        padding: 16px;
        margin: 0 -16px;
    }
}

@media (max-width: 576px) {

    .doctor, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen, .sunset\2D orange\2D shade, .golden\2D honey, .lunar\2D blue\2D sheen {
        gap: 32px;
        padding: 0px 0px 40px 0px;
    }

    .doctor__images, .neon\2D orange\2D sheen, .orchid\2D pink, .orchid\2D lavender, .marble\2D red\2D wave, .gold\2D leaf {
        align-items: center;
        gap: 16px;
        float: unset;
        width: 100%;
    }

    .doctor__image, .desert\2D red\2D sheen, .skyblue\2D blue, .fire\2D red, .medium\2D purple, .dusty\2D white\2D shade {
        width: 100%
    }

    .doctor__description, .prism\2D brown\2D tone, .lunar\2D green\2D tone, .marble\2D brown\2D tone, .silver, .neon\2D purple\2D shine {
        font-size: 16px;
    }

    .doctor__name, .lunar\2D blue\2D light, .stormy\2D red\2D shade, .frozen\2D red\2D light, .volcano\2D gray\2D light, .neon\2D black\2D sheen {
        font-size: 16px;
    }

}

/* Cta Styles */

.cta, .sunset\2D yellow\2D wave, .gilded\2D red\2D sheen, .obsidian\2D pink\2D shine, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
    padding: 0 0 40px 0;
    width: 100%;
    transition: all 1s ease;
    max-width: 100%;
}

.cta__image, .arctic\2D green\2D sheen, .dusty\2D green\2D glow, .ruby\2D red, .fern\2D green, .desert\2D pink\2D tone {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.cta__image img, .cosmic\2D white\2D shade {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cta__content, .desert\2D black\2D sheen, .volcano\2D pink\2D glow, .prism\2D black\2D shade, .marble\2D cyan\2D flare, .lightgoldenrodyellow\2D yellow {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.cta__title, .obsidian\2D black\2D glow, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cta__description, .cosmic\2D gray\2D glow, .arctic\2D gray\2D shade, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.button, .neon\2D brown\2D mist, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent-color);
    color: var(--black-color);
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 120%;
}

.button:hover, .neon\2D red\2D sheen {
    border: 2px solid var(--black-color);
}

.button:active, .daffodil\2D yellow {
    border: 1px solid var(--black);
}

.cta__button, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive, .dark\2D green {
    max-width: 358px;
}

@media (max-width: 850px) {
    .cta, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose, .dusty\2D pink\2D shade {
        flex-direction: column;
        align-items: center;
    }

    .cta__image img, .desert\2D purple\2D sheen {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .cta, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare, .arctic\2D black\2D light, .tomato\2D red {
        gap: 24px;
    }

    .cta__content, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone, .arctic\2D purple\2D shine, .fawn\2D brown {
        gap: 24px;
    }

    .cta__image, .sunset\2D yellow\2D aura {
        width: 100%;
    }

    .cta__title, .lunar\2D gray\2D aura, .carmine\2D pink, .shadow\2D red\2D flare, .icy\2D black\2D tone, .snow\2D white {
        font-size: 32px;
    }

    .cta__description, .marble\2D green\2D tone, .arctic\2D black\2D glow, .sunset\2D red\2D light, .prism\2D black\2D tone, .blanchedalmond\2D white {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    .cta__button, .twilight\2D red\2D shine, .prism\2D purple\2D aura, .cosmic\2D red\2D tone, .neon\2D pink\2D shade, .olive\2D drab {
        max-width: 100%;
    }
}

/* Articles Styles */

.articles, .marble\2D gray\2D shade, .obsidian\2D green\2D aura, .sunset\2D cyan\2D sheen, .prism\2D purple\2D sheen, .burgundy\2D red {
    padding: 80px 0px 120px 0px;
}

.articles_wrapper, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen, .sunset\2D orange\2D shade, .golden\2D honey, .lunar\2D blue\2D sheen {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.articles-title, .neon\2D orange\2D sheen, .orchid\2D pink, .orchid\2D lavender, .marble\2D red\2D wave, .gold\2D leaf {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 580px;
}

.articles-scroll-container, .desert\2D red\2D sheen, .skyblue\2D blue, .fire\2D red, .medium\2D purple, .dusty\2D white\2D shade {
    overflow-x: auto;
    height: 260px;
}

.articles-flex-container, .prism\2D brown\2D tone, .lunar\2D green\2D tone, .marble\2D brown\2D tone, .silver, .neon\2D purple\2D shine {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.article-card, .lunar\2D blue\2D light, .stormy\2D red\2D shade, .frozen\2D red\2D light, .volcano\2D gray\2D light, .neon\2D black\2D sheen {
    max-width: 580px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--accent-color);
    text-decoration: none;
}

.article-card:hover, .sunset\2D yellow\2D wave {
    text-decoration: underline;
}

.article-card__image, .gilded\2D red\2D sheen, .obsidian\2D pink\2D shine, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow, .arctic\2D green\2D sheen {
    position: relative;
    height: 100%;
    width: 261px;
    min-width: 261px;
    display: flex; /* Додано для центрування */
    align-items: center; /* Вертикальне центрування */
    justify-content: center;
    overflow: hidden;
}

.article-card__image img, .dusty\2D green\2D glow {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.article-title, .ruby\2D red, .fern\2D green, .desert\2D pink\2D tone, .cosmic\2D white\2D shade, .desert\2D black\2D sheen {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 16px;
}

@media (max-width: 1232px) {
    .articles-flex-container, .volcano\2D pink\2D glow, .prism\2D black\2D shade, .marble\2D cyan\2D flare, .lightgoldenrodyellow\2D yellow, .obsidian\2D black\2D glow {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
    }

    .article-card, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare, .cosmic\2D gray\2D glow {
        height: 100%;
        flex: 1;
        flex-direction: column;
        gap: 8px;
    }

    .article-card__image, .arctic\2D gray\2D shade {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .articles-scroll-container, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink, .neon\2D brown\2D mist, .dusty\2D pink\2D mist {
        overflow-x: auto;
        height: 100%;
    }

    .article-card__image, .velvet\2D red\2D flare {
        height: 200px;
    }
}

@media (max-width: 620px) {
    .articles-flex-container, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare, .neon\2D red\2D sheen, .daffodil\2D yellow {
        width: max-content; /* Важливо для горизонтального скролу */
    }

    .article-card, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive, .dark\2D green {
        flex: unset;
        min-width: 160px;
        max-width: 160px;
    }
}

@media (max-width: 767px) {

    .articles-scroll-container, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose, .dusty\2D pink\2D shade {
        overflow-x: auto;
        height: 100%;
        padding: 0px 0px 10px 0px;
    }

    .article-card__image, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare, .arctic\2D black\2D light {
        height: 160px;
    }

    .article-title, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone, .arctic\2D purple\2D shine {
        font-size: 16px;
        padding: 0px 8px 18px 8px;
    }
}

@media (max-width: 576px) {

    .articles, .fawn\2D brown, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura, .carmine\2D pink, .shadow\2D red\2D flare {
        padding: 8px 0px 48px 0px;
    }

    .articles_wrapper, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow, .sunset\2D red\2D light {
        gap: 24px;
    }

    .article-card__image, .prism\2D black\2D tone, .blanchedalmond\2D white, .twilight\2D red\2D shine, .prism\2D purple\2D aura, .cosmic\2D red\2D tone {
        height: 120px;
    }

    .articles-title, .neon\2D pink\2D shade, .olive\2D drab, .marble\2D gray\2D shade, .obsidian\2D green\2D aura, .sunset\2D cyan\2D sheen {
        font-size: 32px;
    }

    .articles-flex-container, .prism\2D purple\2D sheen, .burgundy\2D red, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen, .sunset\2D orange\2D shade {
        gap: 8px;
    }

}

/* Contact Form Section */
.contact-form, .golden\2D honey, .lunar\2D blue\2D sheen, .neon\2D orange\2D sheen, .orchid\2D pink, .orchid\2D lavender {

}

.contact-form__wrapper, .marble\2D red\2D wave, .gold\2D leaf, .desert\2D red\2D sheen, .skyblue\2D blue, .fire\2D red {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 580px;
    margin: 0 auto;
}

.contact-form__title, .medium\2D purple, .dusty\2D white\2D shade, .prism\2D brown\2D tone, .lunar\2D green\2D tone, .marble\2D brown\2D tone {
    font-family: var(--font-family);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black-color);
    text-align: left;
}

.contact-form__form, .silver, .neon\2D purple\2D shine, .lunar\2D blue\2D light, .stormy\2D red\2D shade, .frozen\2D red\2D light {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.form-input, .volcano\2D gray\2D light, .neon\2D black\2D sheen, .sunset\2D yellow\2D wave, .gilded\2D red\2D sheen, .obsidian\2D pink\2D shine {
    position: relative;
    width: 100%;
}

.form-input input,
.form-input textarea, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow, .arctic\2D green\2D sheen, .dusty\2D green\2D glow, .ruby\2D red {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #9A9A9A;
    border-radius: 8px;
    background-color: #FFFFFF;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #0D0D0D;
    transition: all 0.3s ease;
}

.form-input textarea, .fern\2D green {
    min-height: 120px;
    resize: vertical;
}

/* Floating label styles */
.floating-label, .desert\2D pink\2D tone, .cosmic\2D white\2D shade, .desert\2D black\2D sheen, .volcano\2D pink\2D glow, .prism\2D black\2D shade {
    position: relative;
}

.floating-label label, .marble\2D cyan\2D flare, .lightgoldenrodyellow\2D yellow, .obsidian\2D black\2D glow, .army\2D green, .solar\2D yellow\2D light {
    position: absolute;
    top: 16px;
    left: 16px;
    font-family: var(--font-family);
    font-size: 16px;
    color: #9A9A9A;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 1.2;
}

.floating-label input:focus,
.floating-label textarea:focus, .obsidian\2D brown\2D mist {
    outline: none;
    border-color: var(--accent-color);
}

.contact-form__button, .arctic\2D gray\2D shade, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink, .neon\2D brown\2D mist {
    margin-top: 20px;
    border: 0;
    align-self: flex-start;
}

@media (max-width: 576px) {

    .contact-form__wrapper, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare, .neon\2D red\2D sheen {
        gap: 24px;
    }

    .contact-form__title, .daffodil\2D yellow, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive {
        font-size: 32px;
    }

    .contact-form__form, .dark\2D green, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose {
        gap: 16px;
    }

    .contact-form__button, .dusty\2D pink\2D shade, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare {
        margin-top: 8px;
    }

}

/* Policy Styles */
.main-privacy-policy, .arctic\2D black\2D light, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone {
    padding: 40px 0px 80px 0px;
}

.main__wrapper, .arctic\2D purple\2D shine, .fawn\2D brown, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura, .carmine\2D pink {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.policy, .shadow\2D red\2D flare, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow {
    display: flex;
    gap: 40px;
}

.policy__block, .sunset\2D red\2D light, .prism\2D black\2D tone, .blanchedalmond\2D white, .twilight\2D red\2D shine, .prism\2D purple\2D aura {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.policy__title, .cosmic\2D red\2D tone, .neon\2D pink\2D shade, .olive\2D drab, .marble\2D gray\2D shade, .obsidian\2D green\2D aura {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.policy__block p, .sunset\2D cyan\2D sheen, .prism\2D purple\2D sheen, .burgundy\2D red, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.policy__block ul, .sunset\2D orange\2D shade, .golden\2D honey, .lunar\2D blue\2D sheen, .neon\2D orange\2D sheen, .orchid\2D pink {
    font-size: 18px;
    list-style-type: disc;
    padding-left: 24px;
}

.copyright-policy a, .orchid\2D lavender, .marble\2D red\2D wave {
    color: inherit;
    text-decoration: none;
}

#hbgBDAgqmW-cookie, .gold\2D leaf, .desert\2D red\2D sheen, .skyblue\2D blue, .fire\2D red, .medium\2D purple {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 100%;
    max-width: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 20px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
    gap: 15px;
    z-index: 999999;
    font-size: 15px;
    color: #fff;
}

#hbgBDAgqmW-cookie div, .dusty\2D white\2D shade, .prism\2D brown\2D tone, .lunar\2D green\2D tone, .marble\2D brown\2D tone, .silver {
    display: inline-block;
}

#hbgBDAgqmW-cookie button, .neon\2D purple\2D shine, .lunar\2D blue\2D light, .stormy\2D red\2D shade, .frozen\2D red\2D light, .volcano\2D gray\2D light {
    float: right;
    background-color: var(--accent-color);
}

@media (max-width: 850px) {

    .policy, .lunar\2D green\2D tone, .marble\2D brown\2D tone, .silver, .neon\2D purple\2D shine, .lunar\2D blue\2D light {
        flex-direction: column;
        gap: 47px;
    }

    .main__wrapper, .stormy\2D red\2D shade, .frozen\2D red\2D light, .volcano\2D gray\2D light, .neon\2D black\2D sheen, .sunset\2D yellow\2D wave {
        gap: 47px;
    }

    .policy__block, .gilded\2D red\2D sheen, .obsidian\2D pink\2D shine, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow, .arctic\2D green\2D sheen {
        gap: 24px;
    }

    .policy__title, .dusty\2D green\2D glow, .ruby\2D red, .fern\2D green, .desert\2D pink\2D tone, .cosmic\2D white\2D shade {
        font-size: 32px;
    }

    .policy__block ul, .desert\2D black\2D sheen, .volcano\2D pink\2D glow, .prism\2D black\2D shade, .marble\2D cyan\2D flare, .lightgoldenrodyellow\2D yellow {
        font-size: 16px;
    }

    .policy__block p, .obsidian\2D black\2D glow, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare {
        font-size: 16px;
    }

}

/* Contacts Styles */

.main-contacts, .cosmic\2D gray\2D glow, .arctic\2D gray\2D shade, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink {
    flex: 1;
    margin-bottom: auto;
}

.contacts, .neon\2D brown\2D mist, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare {
    padding: 40px 0px 0px 0px;
}

.contacts__wrapper, .neon\2D red\2D sheen, .daffodil\2D yellow, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow {
    display: flex;
    gap: 40px;
}

.contacts__maps, .olive, .dark\2D green, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine {
    flex: 1;
    height: 580px;
    border-radius: 8px;
    overflow: hidden;
}

.contacts__maps iframe, .old\2D rose {
    height: 100%;
}

.contacts__info, .dusty\2D pink\2D shade, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare {
    flex: 1;
}
.contacts__info-list, .arctic\2D black\2D light, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
}

.contacts__info-item, .arctic\2D purple\2D shine, .fawn\2D brown, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura, .carmine\2D pink {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts__info-link, .shadow\2D red\2D flare, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    max-width: 326px;
}

@media (max-width: 767px) {

    .contacts, .sunset\2D red\2D light, .prism\2D black\2D tone, .blanchedalmond\2D white, .twilight\2D red\2D shine, .prism\2D purple\2D aura {
        padding: 0;
    }

    .contacts__wrapper, .cosmic\2D red\2D tone, .neon\2D pink\2D shade, .olive\2D drab, .marble\2D gray\2D shade, .obsidian\2D green\2D aura {
        gap: 24px;
        flex-direction: column;
    }

    .contacts__maps, .sunset\2D cyan\2D sheen, .prism\2D purple\2D sheen, .burgundy\2D red, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen {
        flex: unset;
        width: 100%;
        height: 390px;
    }

    .contacts__info-item svg, .sunset\2D orange\2D shade {
        min-width: 24px;
    }

    .contacts__info-link, .golden\2D honey, .lunar\2D blue\2D sheen, .neon\2D orange\2D sheen, .orchid\2D pink, .orchid\2D lavender {
        font-size: 16px;
    }
}

/* Article Styles */

.main-article, .marble\2D red\2D wave, .gold\2D leaf, .desert\2D red\2D sheen, .skyblue\2D blue, .fire\2D red {
    flex: 1;
}

.article-content, .medium\2D purple, .dusty\2D white\2D shade, .prism\2D brown\2D tone, .lunar\2D green\2D tone, .marble\2D brown\2D tone {
    padding: 40px 0px 80px 0px;
}

.article-content__wrapper, .silver, .neon\2D purple\2D shine, .lunar\2D blue\2D light, .stormy\2D red\2D shade, .frozen\2D red\2D light {
    display: flex;
    gap: 40px;
}

.article-content__left, .volcano\2D gray\2D light, .neon\2D black\2D sheen, .sunset\2D yellow\2D wave, .gilded\2D red\2D sheen, .obsidian\2D pink\2D shine {
    display: flex;
    flex-direction: column;
    gap: 80px;
    flex: 1;
    min-width: 0;
}

.article-content__image, .gilded\2D yellow\2D shine, .sunset\2D pink\2D glow, .arctic\2D green\2D sheen, .dusty\2D green\2D glow, .ruby\2D red {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
}

.article-content__image img, .fern\2D green {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.article-content__form, .desert\2D pink\2D tone, .cosmic\2D white\2D shade, .desert\2D black\2D sheen, .volcano\2D pink\2D glow, .prism\2D black\2D shade {
}
.desktop-form, .marble\2D cyan\2D flare {
}

.mobile-form, .lightgoldenrodyellow\2D yellow {
    display: none;
}

.article-content__right, .obsidian\2D black\2D glow, .army\2D green, .solar\2D yellow\2D light, .obsidian\2D brown\2D mist, .stormy\2D orange\2D flare {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.article-content__title, .cosmic\2D gray\2D glow, .arctic\2D gray\2D shade, .cosmic\2D black\2D tone, .frozen\2D brown\2D sheen, .bubblegum\2D pink {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.article-content__text, .neon\2D brown\2D mist, .dusty\2D pink\2D mist, .velvet\2D red\2D flare, .neon\2D green\2D mist, .obsidian\2D blue\2D flare {
    display: flex;
    flex-direction: column;
    gap: 32px;
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.num-block, .neon\2D red\2D sheen {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {

    .article-content, .daffodil\2D yellow, .mintcream\2D white, .obsidian\2D black\2D tone, .dusty\2D black\2D glow, .olive {
        padding: 0px;
    }

    .article-content__wrapper, .dark\2D green, .sunset\2D purple\2D light, .shadow\2D yellow\2D mist, .sunset\2D green\2D shine, .old\2D rose {
        flex-direction: column;
        gap: 24px;
    }

    .article-content__left, .dusty\2D pink\2D shade, .desert\2D purple\2D sheen, .volcano\2D white\2D aura, .cosmic\2D purple\2D aura, .cosmic\2D black\2D flare {
        gap: 40px;
    }

    .article-content__right, .arctic\2D black\2D light, .tomato\2D red, .lunar\2D cyan\2D tone, .neon\2D black\2D shine, .desert\2D green\2D tone {
        gap: 24px;
    }

    .article-content__text, .arctic\2D purple\2D shine, .fawn\2D brown, .sunset\2D yellow\2D aura, .lunar\2D gray\2D aura, .carmine\2D pink {
        gap: 24px;
    }

    .desktop-form, .shadow\2D red\2D flare {
        display: none;
    }

    section.contact-form:nth-of-type(2), .shadow\2D red\2D flare, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow {
        display: block;
    }

    footer .container, .marble\2D brown\2D tone, .silver, .neon\2D purple\2D shine, .lunar\2D blue\2D light, .stormy\2D red\2D shade {
        padding: 0;
    }

    .mobile-form, .icy\2D black\2D tone, .snow\2D white, .marble\2D green\2D tone, .arctic\2D black\2D glow, .sunset\2D red\2D light {
        padding: 48px 0px;
        display: block;
    }

}

@media (max-width: 576px) {

    .article-content__image, .prism\2D black\2D tone, .blanchedalmond\2D white, .twilight\2D red\2D shine, .prism\2D purple\2D aura, .cosmic\2D red\2D tone {
        height: 200px;
    }

    .article-content__title, .neon\2D pink\2D shade, .olive\2D drab, .marble\2D gray\2D shade, .obsidian\2D green\2D aura, .sunset\2D cyan\2D sheen {
        font-size: 32px;
    }

    .article-content__text, .prism\2D purple\2D sheen, .burgundy\2D red, .velvet\2D orange\2D flare, .arctic\2D orange\2D sheen, .sunset\2D orange\2D shade {
        font-size: 16px;
    }

}

/* Footer Styles */
.footer, .golden\2D honey, .lunar\2D blue\2D sheen, .neon\2D orange\2D sheen, .orchid\2D pink, .orchid\2D lavender {
    width: 100%;
}

/* Copyright section at the bottom */
.footer-copyright, .marble\2D red\2D wave, .gold\2D leaf, .desert\2D red\2D sheen, .skyblue\2D blue, .fire\2D red {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #0D0D0D;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    width: 100%;
}

.copyright-text, .copyright-policy, .medium\2D purple, .dusty\2D white\2D shade, .prism\2D brown\2D tone, .lunar\2D green\2D tone, .marble\2D brown\2D tone {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--accent-color);
}

.copyright-policy, .silver {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.copyright-policy:hover, .neon\2D purple\2D shine {
    opacity: 0.8;
}
