@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, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen, .cosmic\2D red\2D light {
    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, .icy\2D green\2D flare, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray, .stormy\2D brown\2D mist {
    margin: 0;
}


body, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine, .icy\2D gray\2D flare {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: normal;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
}

.plans, .obsidian\2D gray\2D shine, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light {
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

/* Змінні шрифтів */
.font-one, .neon\2D brown\2D sheen, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone {
    font-family: "Roboto", sans-serif !important;
}

.font-two, .marble\2D white\2D flare, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown {
    font-family: "Open Sans", sans-serif !important;
}

.font-three, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen, .cosmic\2D red\2D light {
    font-family: "Montserrat", sans-serif !important;
}

.font-four, .prism\2D cyan\2D light, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave {
    font-family: "Inter", sans-serif !important;
}

.font-five, .marble\2D orange\2D tone, .gilded\2D purple\2D flare, .crystal\2D blue, .raspberry\2D pink, .arctic\2D black\2D wave {
    font-family: "Poppins", sans-serif !important;
}
section.contact-form:nth-of-type(2), .icy\2D gray\2D shade, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura {
    display: none;
}

/* Змінні палітр */
.palette-one, .umber\2D brown, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura, .onyx\2D black {
    --bg-color: #F2F2F2;
    --accent-color: #8EF375;
}

.palette-two, .frozen\2D gray\2D flare, .shadow\2D cyan\2D shine, .hotpink\2D pink, .deep\2D violet, .obsidian\2D orange\2D shine {
    --bg-color: #FAF4E0;
    --accent-color: #757BF3;
}

.palette-three, .shadow\2D purple\2D light, .solar\2D yellow\2D tone, .neon\2D brown\2D wave, .twilight\2D pink\2D mist, .dusty\2D green\2D aura {
    --bg-color: #F1FAE0;
    --accent-color: #CF75F3;
}

.palette-four, .sunset\2D pink\2D mist, .gold\2D metallic, .deep\2D pink, .ginger\2D ale, .neon\2D orange\2D shade {
    --bg-color: #EEFEFF;
    --accent-color: #F3D275;
}

.palette-five, .marble\2D blue\2D mist, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen, .midnight\2D blue, .desert\2D pink\2D shade {
    --bg-color: #FFEEFD;
    --accent-color: #FE4A4A;
}

body, .icy\2D yellow\2D light, .stormy\2D green\2D wave, .medium\2D blue, .antique\2D white, .lunar\2D red\2D sheen {
    line-height: normal;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    line-height: normal;
}

.container, .sunflower\2D yellow, .old\2D lace, .twilight\2D blue\2D shade, .marble\2D brown\2D glow, .dandelion\2D yellow {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.header-wrapper, .shadow\2D orange\2D tone, .marble\2D black\2D glow, .dusty\2D green\2D glow, .neon\2D orange\2D light, .sunset\2D purple\2D tone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    width: 100%;
    transition: all 1s ease;
    position: relative;
}

.logo, .gilded\2D red\2D sheen, .frozen\2D brown\2D shine, .lunar\2D pink\2D sheen, .papaya\2D whip, .stormy\2D pink\2D tone {
    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, .marble\2D brown\2D mist, .arctic\2D cyan\2D aura, .solar\2D red\2D mist, .dodger\2D blue, .arctic\2D orange\2D shine {
    background-color: var(--accent-color);

}

.logo:active, .gilded\2D brown\2D sheen, .neon\2D red\2D tone, .neon\2D black\2D mist, .stormy\2D brown\2D sheen, .velvet\2D white\2D light {
    background-color: var(--accent-color);
}

.logo-text, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen, .cosmic\2D red\2D light {
    font-size: 18px;
    font-weight: 400;
    line-height: 0.995;
    letter-spacing: 1.8px;
    color: #0D0D0D;
    text-transform: lowercase;
}

.menu-items, .icy\2D green\2D flare, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray, .stormy\2D brown\2D mist {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-item, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine, .icy\2D gray\2D flare {
    white-space: nowrap;
}

.menu-item a, .obsidian\2D gray\2D shine, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light {
    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, .neon\2D brown\2D sheen, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone {
    color: var(--accent-color);
}

.arrow__icon, .marble\2D white\2D flare, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown {
    display: none;
    cursor: pointer;
    z-index: 10;
}

.burger__icon, .prism\2D cyan\2D light, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave {
    display: none;
    cursor: pointer;
    z-index: 10;
}


.arrow__icon:hover rect:first-child, .marble\2D orange\2D tone {
    fill: var(--accent-color);
}


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

/* Мобільна версія */
@media (max-width: 850px) {
    .header-wrapper, .stormy\2D brown\2D mist, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine {
        padding: 16px 0;
    }

    .burger__icon, .icy\2D gray\2D flare, .obsidian\2D gray\2D shine, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura {
        display: block;
    }

    .menu-items, .marble\2D green\2D light, .neon\2D brown\2D sheen, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red {
        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, .neon\2D brown\2D tone, .marble\2D white\2D flare, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone {
        font-size: 32px;
        line-height: 1.2;
        transition: color 0.3s ease;
    }

    .menu-items.active, .latte\2D brown, .prism\2D cyan\2D light, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen {
        transform: translateX(0);
    }

    .arrow__icon.active, .sunset\2D yellow\2D wave, .marble\2D orange\2D tone, .gilded\2D purple\2D flare, .crystal\2D blue, .raspberry\2D pink {
        display: block;
    }

}

/* Hero Styles */

.main, .arctic\2D black\2D wave, .icy\2D gray\2D shade, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen {
    padding: 40px 0px 120px 0px;
    height: -webkit-fill-available;
}

.hero, .desert\2D pink\2D aura, .umber\2D brown, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura {
    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, .onyx\2D black, .frozen\2D gray\2D flare, .shadow\2D cyan\2D shine, .hotpink\2D pink, .deep\2D violet {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 334px;
}

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

.hero__title-mobile, .shadow\2D purple\2D light, .solar\2D yellow\2D tone, .neon\2D brown\2D wave, .twilight\2D pink\2D mist, .dusty\2D green\2D aura {
    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 pink\2D mist, .gold\2D metallic, .deep\2D pink, .ginger\2D ale, .neon\2D orange\2D shade {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.hero__title, .marble\2D blue\2D mist, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen, .midnight\2D blue, .desert\2D pink\2D shade {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hero__description, .icy\2D yellow\2D light, .stormy\2D green\2D wave, .medium\2D blue, .antique\2D white, .lunar\2D red\2D sheen {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .hero, .sunflower\2D yellow, .old\2D lace, .twilight\2D blue\2D shade, .marble\2D brown\2D glow, .dandelion\2D yellow {
        flex-direction: column;
        align-items: center;
    }

    .hero__image img, .shadow\2D orange\2D tone {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .main, .marble\2D black\2D glow, .dusty\2D green\2D glow, .neon\2D orange\2D light, .sunset\2D purple\2D tone, .gilded\2D red\2D sheen {
        padding: 0px 0px 48px 0px;
    }

    .hero, .frozen\2D brown\2D shine, .lunar\2D pink\2D sheen, .papaya\2D whip, .stormy\2D pink\2D tone, .marble\2D brown\2D mist {
        gap: 24px;
    }

    .hero__image, .arctic\2D cyan\2D aura, .solar\2D red\2D mist, .dodger\2D blue, .arctic\2D orange\2D shine, .gilded\2D brown\2D sheen {
        width: 100%;
        height: 313px;
        flex: unset;
    }

    .hero__title, .neon\2D red\2D tone, .neon\2D black\2D mist, .stormy\2D brown\2D sheen, .velvet\2D white\2D light, .cosmic\2D pink\2D aura {
        display: none;
    }

    .hero__description, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen, .cosmic\2D red\2D light, .icy\2D green\2D flare {
        font-size: 16px;
    }

    .hero__title-mobile, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray, .stormy\2D brown\2D mist, .lunar\2D gray\2D aura {
        display: block;
    }

}

/* Doctor Styles */

.doctor, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine, .icy\2D gray\2D flare, .obsidian\2D gray\2D shine {
    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, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light, .neon\2D brown\2D sheen {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.doctor__image, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone, .marble\2D white\2D flare {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    width: 340px;
}

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

.doctor__name, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown, .prism\2D cyan\2D light, .deep\2D lilac {
    font-size: 18px;
    line-height: 120%;
}

.doctor__content, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave, .marble\2D orange\2D tone, .gilded\2D purple\2D flare {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.doctor__description, .crystal\2D blue, .raspberry\2D pink, .arctic\2D black\2D wave, .icy\2D gray\2D shade, .shadow\2D orange\2D sheen {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .doctor, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura, .umber\2D brown, .lunar\2D cyan\2D aura {
        flex-direction: column-reverse;
        align-items: center;
    }

    .doctor__image, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura, .onyx\2D black, .frozen\2D gray\2D flare, .shadow\2D cyan\2D shine {
        height: 358px;
        width: 340px;
    }

    .doctor__image img, .hotpink\2D pink {
        object-position: center;
    }

}

@media (max-width: 767px) {
    .doctor__content, .deep\2D violet, .obsidian\2D orange\2D shine, .shadow\2D purple\2D light, .solar\2D yellow\2D tone, .neon\2D brown\2D wave {
        border-top: 1px solid var(--white);
        border-bottom: 1px solid var(--white);
        background: #EEFEFF;
        padding: 16px;
        margin: 0 -16px;
    }
}

@media (max-width: 576px) {

    .doctor, .twilight\2D pink\2D mist, .dusty\2D green\2D aura, .sunset\2D pink\2D mist, .gold\2D metallic, .deep\2D pink {
        gap: 32px;
        padding: 0px 0px 40px 0px;
    }

    .doctor__images, .ginger\2D ale, .neon\2D orange\2D shade, .marble\2D blue\2D mist, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen {
        align-items: center;
        gap: 16px;
        float: unset;
        width: 100%;
    }

    .doctor__image, .midnight\2D blue, .desert\2D pink\2D shade, .icy\2D yellow\2D light, .stormy\2D green\2D wave, .medium\2D blue {
        width: 100%
    }

    .doctor__description, .antique\2D white, .lunar\2D red\2D sheen, .sunflower\2D yellow, .old\2D lace, .twilight\2D blue\2D shade {
        font-size: 16px;
    }

    .doctor__name, .marble\2D brown\2D glow, .dandelion\2D yellow, .shadow\2D orange\2D tone, .marble\2D black\2D glow, .dusty\2D green\2D glow {
        font-size: 16px;
    }

}

/* Cta Styles */

.cta, .neon\2D orange\2D light, .sunset\2D purple\2D tone, .gilded\2D red\2D sheen, .frozen\2D brown\2D shine, .lunar\2D pink\2D sheen {
    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, .papaya\2D whip, .stormy\2D pink\2D tone, .marble\2D brown\2D mist, .arctic\2D cyan\2D aura, .solar\2D red\2D mist {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

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

.cta__content, .arctic\2D orange\2D shine, .gilded\2D brown\2D sheen, .neon\2D red\2D tone, .neon\2D black\2D mist, .stormy\2D brown\2D sheen {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.cta__title, .velvet\2D white\2D light, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cta__description, .cosmic\2D red\2D light, .icy\2D green\2D flare, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.button, .stormy\2D brown\2D mist, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine {
    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, .icy\2D gray\2D flare {
    border: 2px solid var(--black-color);
}

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

.cta__button, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light, .neon\2D brown\2D sheen {
    max-width: 358px;
}

@media (max-width: 850px) {
    .cta, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone, .marble\2D white\2D flare {
        flex-direction: column;
        align-items: center;
    }

    .cta__image img, .denim\2D blue {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .cta, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown, .prism\2D cyan\2D light, .deep\2D lilac {
        gap: 24px;
    }

    .cta__content, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave, .marble\2D orange\2D tone, .gilded\2D purple\2D flare {
        gap: 24px;
    }

    .cta__image, .crystal\2D blue {
        width: 100%;
    }

    .cta__title, .raspberry\2D pink, .arctic\2D black\2D wave, .icy\2D gray\2D shade, .shadow\2D orange\2D sheen, .gold\2D bronze {
        font-size: 32px;
    }

    .cta__description, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura, .umber\2D brown, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    .cta__button, .solar\2D cyan\2D aura, .onyx\2D black, .frozen\2D gray\2D flare, .shadow\2D cyan\2D shine, .hotpink\2D pink {
        max-width: 100%;
    }
}

/* Articles Styles */

.articles, .deep\2D violet, .obsidian\2D orange\2D shine, .shadow\2D purple\2D light, .solar\2D yellow\2D tone, .neon\2D brown\2D wave {
    padding: 80px 0px 120px 0px;
}

.articles_wrapper, .twilight\2D pink\2D mist, .dusty\2D green\2D aura, .sunset\2D pink\2D mist, .gold\2D metallic, .deep\2D pink {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.articles-title, .ginger\2D ale, .neon\2D orange\2D shade, .marble\2D blue\2D mist, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 580px;
}

.articles-scroll-container, .midnight\2D blue, .desert\2D pink\2D shade, .icy\2D yellow\2D light, .stormy\2D green\2D wave, .medium\2D blue {
    overflow-x: auto;
    height: 260px;
}

.articles-flex-container, .antique\2D white, .lunar\2D red\2D sheen, .sunflower\2D yellow, .old\2D lace, .twilight\2D blue\2D shade {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.article-card, .marble\2D brown\2D glow, .dandelion\2D yellow, .shadow\2D orange\2D tone, .marble\2D black\2D glow, .dusty\2D green\2D glow {
    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, .neon\2D orange\2D light {
    text-decoration: underline;
}

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

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

.article-title, .marble\2D brown\2D mist, .arctic\2D cyan\2D aura, .solar\2D red\2D mist, .dodger\2D blue, .arctic\2D orange\2D shine {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 16px;
}

@media (max-width: 1232px) {
    .articles-flex-container, .gilded\2D brown\2D sheen, .neon\2D red\2D tone, .neon\2D black\2D mist, .stormy\2D brown\2D sheen, .velvet\2D white\2D light {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
    }

    .article-card, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen, .cosmic\2D red\2D light {
        height: 100%;
        flex: 1;
        flex-direction: column;
        gap: 8px;
    }

    .article-card__image, .icy\2D green\2D flare {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .articles-scroll-container, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray, .stormy\2D brown\2D mist, .lunar\2D gray\2D aura {
        overflow-x: auto;
        height: 100%;
    }

    .article-card__image, .icy\2D orange\2D light {
        height: 200px;
    }
}

@media (max-width: 620px) {
    .articles-flex-container, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine, .icy\2D gray\2D flare, .obsidian\2D gray\2D shine {
        width: max-content; /* Важливо для горизонтального скролу */
    }

    .article-card, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light, .neon\2D brown\2D sheen {
        flex: unset;
        min-width: 160px;
        max-width: 160px;
    }
}

@media (max-width: 767px) {

    .articles-scroll-container, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone, .marble\2D white\2D flare {
        overflow-x: auto;
        height: 100%;
        padding: 0px 0px 10px 0px;
    }

    .article-card__image, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown, .prism\2D cyan\2D light {
        height: 160px;
    }

    .article-title, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave, .marble\2D orange\2D tone {
        font-size: 16px;
        padding: 0px 8px 18px 8px;
    }
}

@media (max-width: 576px) {

    .articles, .gilded\2D purple\2D flare, .crystal\2D blue, .raspberry\2D pink, .arctic\2D black\2D wave, .icy\2D gray\2D shade {
        padding: 8px 0px 48px 0px;
    }

    .articles_wrapper, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura, .umber\2D brown {
        gap: 24px;
    }

    .article-card__image, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura, .onyx\2D black, .frozen\2D gray\2D flare {
        height: 120px;
    }

    .articles-title, .shadow\2D cyan\2D shine, .hotpink\2D pink, .deep\2D violet, .obsidian\2D orange\2D shine, .shadow\2D purple\2D light {
        font-size: 32px;
    }

    .articles-flex-container, .solar\2D yellow\2D tone, .neon\2D brown\2D wave, .twilight\2D pink\2D mist, .dusty\2D green\2D aura, .sunset\2D pink\2D mist {
        gap: 8px;
    }

}

/* Contact Form Section */
.contact-form, .gold\2D metallic, .deep\2D pink, .ginger\2D ale, .neon\2D orange\2D shade, .marble\2D blue\2D mist {

}

.contact-form__wrapper, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen, .midnight\2D blue, .desert\2D pink\2D shade, .icy\2D yellow\2D light {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 580px;
    margin: 0 auto;
}

.contact-form__title, .stormy\2D green\2D wave, .medium\2D blue, .antique\2D white, .lunar\2D red\2D sheen, .sunflower\2D yellow {
    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, .old\2D lace, .twilight\2D blue\2D shade, .marble\2D brown\2D glow, .dandelion\2D yellow, .shadow\2D orange\2D tone {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.form-input, .marble\2D black\2D glow, .dusty\2D green\2D glow, .neon\2D orange\2D light, .sunset\2D purple\2D tone, .gilded\2D red\2D sheen {
    position: relative;
    width: 100%;
}

.form-input input,
.form-input textarea, .frozen\2D brown\2D shine, .lunar\2D pink\2D sheen, .papaya\2D whip, .stormy\2D pink\2D tone, .marble\2D brown\2D mist {
    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, .arctic\2D cyan\2D aura {
    min-height: 120px;
    resize: vertical;
}

/* Floating label styles */
.floating-label, .solar\2D red\2D mist, .dodger\2D blue, .arctic\2D orange\2D shine, .gilded\2D brown\2D sheen, .neon\2D red\2D tone {
    position: relative;
}

.floating-label label, .neon\2D black\2D mist, .stormy\2D brown\2D sheen, .velvet\2D white\2D light, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine {
    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, .gilded\2D yellow\2D wave {
    outline: none;
    border-color: var(--accent-color);
}

.contact-form__button, .icy\2D green\2D flare, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray, .stormy\2D brown\2D mist {
    margin-top: 20px;
    border: 0;
    align-self: flex-start;
}

@media (max-width: 576px) {

    .contact-form__wrapper, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine, .icy\2D gray\2D flare {
        gap: 24px;
    }

    .contact-form__title, .obsidian\2D gray\2D shine, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light {
        font-size: 32px;
    }

    .contact-form__form, .neon\2D brown\2D sheen, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone {
        gap: 16px;
    }

    .contact-form__button, .marble\2D white\2D flare, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown {
        margin-top: 8px;
    }

}

/* Policy Styles */
.main-privacy-policy, .prism\2D cyan\2D light, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave {
    padding: 40px 0px 80px 0px;
}

.main__wrapper, .marble\2D orange\2D tone, .gilded\2D purple\2D flare, .crystal\2D blue, .raspberry\2D pink, .arctic\2D black\2D wave {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.policy, .icy\2D gray\2D shade, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura {
    display: flex;
    gap: 40px;
}

.policy__block, .umber\2D brown, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura, .onyx\2D black {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.policy__title, .frozen\2D gray\2D flare, .shadow\2D cyan\2D shine, .hotpink\2D pink, .deep\2D violet, .obsidian\2D orange\2D shine {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.policy__block p, .shadow\2D purple\2D light, .solar\2D yellow\2D tone, .neon\2D brown\2D wave, .twilight\2D pink\2D mist, .dusty\2D green\2D aura {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.policy__block ul, .sunset\2D pink\2D mist, .gold\2D metallic, .deep\2D pink, .ginger\2D ale, .neon\2D orange\2D shade {
    font-size: 18px;
    list-style-type: disc;
    padding-left: 24px;
}

.copyright-policy a, .marble\2D blue\2D mist, .neon\2D gray\2D shine {
    color: inherit;
    text-decoration: none;
}

#hbgBDAgqmW-cookie, .obsidian\2D pink\2D sheen, .midnight\2D blue, .desert\2D pink\2D shade, .icy\2D yellow\2D light, .stormy\2D green\2D wave {
    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, .medium\2D blue, .antique\2D white, .lunar\2D red\2D sheen, .sunflower\2D yellow, .old\2D lace {
    display: inline-block;
}

#hbgBDAgqmW-cookie button, .twilight\2D blue\2D shade, .marble\2D brown\2D glow, .dandelion\2D yellow, .shadow\2D orange\2D tone, .marble\2D black\2D glow {
    float: right;
    background-color: var(--accent-color);
}

@media (max-width: 850px) {

    .policy, .lunar\2D red\2D sheen, .sunflower\2D yellow, .old\2D lace, .twilight\2D blue\2D shade, .marble\2D brown\2D glow {
        flex-direction: column;
        gap: 47px;
    }

    .main__wrapper, .dandelion\2D yellow, .shadow\2D orange\2D tone, .marble\2D black\2D glow, .dusty\2D green\2D glow, .neon\2D orange\2D light {
        gap: 47px;
    }

    .policy__block, .sunset\2D purple\2D tone, .gilded\2D red\2D sheen, .frozen\2D brown\2D shine, .lunar\2D pink\2D sheen, .papaya\2D whip {
        gap: 24px;
    }

    .policy__title, .stormy\2D pink\2D tone, .marble\2D brown\2D mist, .arctic\2D cyan\2D aura, .solar\2D red\2D mist, .dodger\2D blue {
        font-size: 32px;
    }

    .policy__block ul, .arctic\2D orange\2D shine, .gilded\2D brown\2D sheen, .neon\2D red\2D tone, .neon\2D black\2D mist, .stormy\2D brown\2D sheen {
        font-size: 16px;
    }

    .policy__block p, .velvet\2D white\2D light, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen {
        font-size: 16px;
    }

}

/* Contacts Styles */

.main-contacts, .cosmic\2D red\2D light, .icy\2D green\2D flare, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray {
    flex: 1;
    margin-bottom: auto;
}

.contacts, .stormy\2D brown\2D mist, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine {
    padding: 40px 0px 0px 0px;
}

.contacts__wrapper, .icy\2D gray\2D flare, .obsidian\2D gray\2D shine, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura {
    display: flex;
    gap: 40px;
}

.contacts__maps, .marble\2D green\2D light, .neon\2D brown\2D sheen, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red {
    flex: 1;
    height: 580px;
    border-radius: 8px;
    overflow: hidden;
}

.contacts__maps iframe, .neon\2D brown\2D tone {
    height: 100%;
}

.contacts__info, .marble\2D white\2D flare, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown {
    flex: 1;
}
.contacts__info-list, .prism\2D cyan\2D light, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
}

.contacts__info-item, .marble\2D orange\2D tone, .gilded\2D purple\2D flare, .crystal\2D blue, .raspberry\2D pink, .arctic\2D black\2D wave {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts__info-link, .icy\2D gray\2D shade, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura {
    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, .umber\2D brown, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura, .onyx\2D black {
        padding: 0;
    }

    .contacts__wrapper, .frozen\2D gray\2D flare, .shadow\2D cyan\2D shine, .hotpink\2D pink, .deep\2D violet, .obsidian\2D orange\2D shine {
        gap: 24px;
        flex-direction: column;
    }

    .contacts__maps, .shadow\2D purple\2D light, .solar\2D yellow\2D tone, .neon\2D brown\2D wave, .twilight\2D pink\2D mist, .dusty\2D green\2D aura {
        flex: unset;
        width: 100%;
        height: 390px;
    }

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

    .contacts__info-link, .gold\2D metallic, .deep\2D pink, .ginger\2D ale, .neon\2D orange\2D shade, .marble\2D blue\2D mist {
        font-size: 16px;
    }
}

/* Article Styles */

.main-article, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen, .midnight\2D blue, .desert\2D pink\2D shade, .icy\2D yellow\2D light {
    flex: 1;
}

.article-content, .stormy\2D green\2D wave, .medium\2D blue, .antique\2D white, .lunar\2D red\2D sheen, .sunflower\2D yellow {
    padding: 40px 0px 80px 0px;
}

.article-content__wrapper, .old\2D lace, .twilight\2D blue\2D shade, .marble\2D brown\2D glow, .dandelion\2D yellow, .shadow\2D orange\2D tone {
    display: flex;
    gap: 40px;
}

.article-content__left, .marble\2D black\2D glow, .dusty\2D green\2D glow, .neon\2D orange\2D light, .sunset\2D purple\2D tone, .gilded\2D red\2D sheen {
    display: flex;
    flex-direction: column;
    gap: 80px;
    flex: 1;
    min-width: 0;
}

.article-content__image, .frozen\2D brown\2D shine, .lunar\2D pink\2D sheen, .papaya\2D whip, .stormy\2D pink\2D tone, .marble\2D brown\2D mist {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
}

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


.article-content__form, .solar\2D red\2D mist, .dodger\2D blue, .arctic\2D orange\2D shine, .gilded\2D brown\2D sheen, .neon\2D red\2D tone {
}
.desktop-form, .neon\2D black\2D mist {
}

.mobile-form, .stormy\2D brown\2D sheen {
    display: none;
}

.article-content__right, .velvet\2D white\2D light, .cosmic\2D pink\2D aura, .dusty\2D white\2D shine, .gilded\2D yellow\2D wave, .stormy\2D purple\2D sheen {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.article-content__title, .cosmic\2D red\2D light, .icy\2D green\2D flare, .marble\2D gray\2D light, .icy\2D pink\2D aura, .slategrey\2D gray {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.article-content__text, .stormy\2D brown\2D mist, .lunar\2D gray\2D aura, .icy\2D orange\2D light, .neon\2D white\2D shade, .neon\2D purple\2D shine {
    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, .icy\2D gray\2D flare {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {

    .article-content, .obsidian\2D gray\2D shine, .whitesmoke\2D white, .arctic\2D cyan\2D tone, .volcano\2D pink\2D aura, .marble\2D green\2D light {
        padding: 0px;
    }

    .article-content__wrapper, .neon\2D brown\2D sheen, .volcano\2D red\2D tone, .twilight\2D gray\2D wave, .beetroot\2D red, .neon\2D brown\2D tone {
        flex-direction: column;
        gap: 24px;
    }

    .article-content__left, .marble\2D white\2D flare, .denim\2D blue, .gilded\2D purple\2D shine, .cosmic\2D orange\2D tone, .latte\2D brown {
        gap: 40px;
    }

    .article-content__right, .prism\2D cyan\2D light, .deep\2D lilac, .khaki, .arctic\2D brown\2D sheen, .sunset\2D yellow\2D wave {
        gap: 24px;
    }

    .article-content__text, .marble\2D orange\2D tone, .gilded\2D purple\2D flare, .crystal\2D blue, .raspberry\2D pink, .arctic\2D black\2D wave {
        gap: 24px;
    }

    .desktop-form, .icy\2D gray\2D shade {
        display: none;
    }

    section.contact-form:nth-of-type(2), .icy\2D gray\2D shade, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura {
        display: block;
    }

    footer .container, .sunflower\2D yellow, .old\2D lace, .twilight\2D blue\2D shade, .marble\2D brown\2D glow, .dandelion\2D yellow {
        padding: 0;
    }

    .mobile-form, .shadow\2D orange\2D sheen, .gold\2D bronze, .frozen\2D brown\2D sheen, .desert\2D pink\2D aura, .umber\2D brown {
        padding: 48px 0px;
        display: block;
    }

}

@media (max-width: 576px) {

    .article-content__image, .lunar\2D cyan\2D aura, .gilded\2D green\2D sheen, .solar\2D cyan\2D aura, .onyx\2D black, .frozen\2D gray\2D flare {
        height: 200px;
    }

    .article-content__title, .shadow\2D cyan\2D shine, .hotpink\2D pink, .deep\2D violet, .obsidian\2D orange\2D shine, .shadow\2D purple\2D light {
        font-size: 32px;
    }

    .article-content__text, .solar\2D yellow\2D tone, .neon\2D brown\2D wave, .twilight\2D pink\2D mist, .dusty\2D green\2D aura, .sunset\2D pink\2D mist {
        font-size: 16px;
    }

}

/* Footer Styles */
.footer, .gold\2D metallic, .deep\2D pink, .ginger\2D ale, .neon\2D orange\2D shade, .marble\2D blue\2D mist {
    width: 100%;
}

/* Copyright section at the bottom */
.footer-copyright, .neon\2D gray\2D shine, .obsidian\2D pink\2D sheen, .midnight\2D blue, .desert\2D pink\2D shade, .icy\2D yellow\2D light {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #0D0D0D;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    width: 100%;
}

.copyright-text, .copyright-policy, .stormy\2D green\2D wave, .medium\2D blue, .antique\2D white, .lunar\2D red\2D sheen, .sunflower\2D yellow {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--accent-color);
}

.copyright-policy, .old\2D lace {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.copyright-policy:hover, .twilight\2D blue\2D shade {
    opacity: 0.8;
}
