<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;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&amp;display=swap');

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

html, body, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine, .cinnamon\2D brown {
    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, .sandstone\2D beige, .magenta, .orchid\2D lavender, .sunflower\2D yellow, .biscotti\2D brown {
    margin: 0;
}


body, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown, .wheat\2D beige {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: normal;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
}

.plans, .dark\2D violet, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow {
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

/* Ð—Ð¼Ñ–Ð½Ð½Ñ– ÑˆÑ€Ð¸Ñ„Ñ‚Ñ–Ð² */
.font-one, .boysenberry\2D purple, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white {
    font-family: "Roboto", sans-serif !important;
}

.font-two, .slate\2D gray, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink, .fuchsia {
    font-family: "Open Sans", sans-serif !important;
}

.font-three, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine, .cinnamon\2D brown {
    font-family: "Montserrat", sans-serif !important;
}

.font-four, .coffee\2D black, .medium\2D orchid, .smoke\2D gray, .umber\2D brown, .navajo\2D white {
    font-family: "Inter", sans-serif !important;
}

.font-five, .carmine\2D pink, .dark\2D cyan, .lemonchiffon\2D white, .vermilion\2D red, .brick\2D orange {
    font-family: "Poppins", sans-serif !important;
}
section.contact-form:nth-of-type(2), .moss\2D green, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white {
    display: none;
}

/* Ð—Ð¼Ñ–Ð½Ð½Ñ– Ð¿Ð°Ð»Ñ–Ñ‚Ñ€ */
.palette-one, .coral\2D pink, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue, .mint\2D green, .cream\2D white {
    --bg-color: #F2F2F2;
    --accent-color: #8EF375;
}

.palette-two, .alice\2D blue, .raw\2D umber, .bright\2D red, .beige, .magenta\2D pink {
    --bg-color: #FAF4E0;
    --accent-color: #757BF3;
}

.palette-three, .milk\2D chocolate, .steel\2D blue, .sienna\2D red, .dandelion\2D yellow, .crystal\2D blue {
    --bg-color: #F1FAE0;
    --accent-color: #CF75F3;
}

.palette-four, .battleship\2D gray, .lavender, .ginger\2D ale, .deep\2D tan, .army\2D green {
    --bg-color: #EEFEFF;
    --accent-color: #F3D275;
}

.palette-five, .gold\2D paint, .bubblegum\2D pink, .burgundy\2D wine, .violet\2D red, .crimson {
    --bg-color: #FFEEFD;
    --accent-color: #FE4A4A;
}

body, .gold, .peru\2D brown, .light\2D lime, .medium\2D aquamarine, .lavender\2D indigo {
    line-height: normal;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    line-height: normal;
}

.container, .old\2D rose, .scarlet\2D red, .olive\2D drab, .cobalt\2D blue, .medium\2D slate\2D blue {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.header-wrapper, .light\2D steel\2D blue, .raspberry\2D pink, .espresso\2D brown, .tangerine\2D orange, .moccasin\2D white {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    width: 100%;
    transition: all 1s ease;
    position: relative;
}

.logo, .powder\2D pink, .sangria\2D red, .wisteria\2D purple, .lilac, .khaki {
    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, .sky\2D blue, .golden\2D yellow, .eggplant\2D black, .navajowhite\2D white, .teal\2D blue {
    background-color: var(--accent-color);

}

.logo:active, .deep\2D magenta, .dark\2D sea\2D green, .dark\2D green, .gold\2D metallic, .onyx\2D black {
    background-color: var(--accent-color);
}

.logo-text, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine, .cinnamon\2D brown {
    font-size: 18px;
    font-weight: 400;
    line-height: 0.995;
    letter-spacing: 1.8px;
    color: #0D0D0D;
    text-transform: lowercase;
}

.menu-items, .sandstone\2D beige, .magenta, .orchid\2D lavender, .sunflower\2D yellow, .biscotti\2D brown {
    display: flex;
    align-items: center;
    gap: 20px;
}

.menu-item, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown, .wheat\2D beige {
    white-space: nowrap;
}

.menu-item a, .dark\2D violet, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow {
    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, .boysenberry\2D purple, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white {
    color: var(--accent-color);
}

.arrow__icon, .slate\2D gray, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink, .fuchsia {
    display: none;
    cursor: pointer;
    z-index: 10;
}

.burger__icon, .coffee\2D black, .medium\2D orchid, .smoke\2D gray, .umber\2D brown, .navajo\2D white {
    display: none;
    cursor: pointer;
    z-index: 10;
}


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


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

/* ÐœÐ¾Ð±Ñ–Ð»ÑŒÐ½Ð° Ð²ÐµÑ€ÑÑ–Ñ */
@media (max-width: 850px) {
    .header-wrapper, .biscotti\2D brown, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown {
        padding: 16px 0;
    }

    .burger__icon, .wheat\2D beige, .dark\2D violet, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray {
        display: block;
    }

    .menu-items, .pale\2D yellow, .boysenberry\2D purple, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod {
        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, .oldlace\2D white, .slate\2D gray, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink {
        font-size: 32px;
        line-height: 1.2;
        transition: color 0.3s ease;
    }

    .menu-items.active, .fuchsia, .coffee\2D black, .medium\2D orchid, .smoke\2D gray, .umber\2D brown {
        transform: translateX(0);
    }

    .arrow__icon.active, .navajo\2D white, .carmine\2D pink, .dark\2D cyan, .lemonchiffon\2D white, .vermilion\2D red {
        display: block;
    }

}

/* Hero Styles */

.main, .brick\2D orange, .moss\2D green, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow {
    padding: 40px 0px 120px 0px;
}

.hero, .opal\2D white, .coral\2D pink, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue, .mint\2D green {
    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, .cream\2D white, .alice\2D blue, .raw\2D umber, .bright\2D red, .beige {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 334px;
}

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

.hero__title-mobile, .milk\2D chocolate, .steel\2D blue, .sienna\2D red, .dandelion\2D yellow, .crystal\2D blue {
    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, .battleship\2D gray, .lavender, .ginger\2D ale, .deep\2D tan, .army\2D green {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.hero__title, .gold\2D paint, .bubblegum\2D pink, .burgundy\2D wine, .violet\2D red, .crimson {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hero__description, .gold, .peru\2D brown, .light\2D lime, .medium\2D aquamarine, .lavender\2D indigo {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .hero, .old\2D rose, .scarlet\2D red, .olive\2D drab, .cobalt\2D blue, .medium\2D slate\2D blue {
        flex-direction: column;
        align-items: center;
    }

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

}

@media (max-width: 576px) {

    .main, .raspberry\2D pink, .espresso\2D brown, .tangerine\2D orange, .moccasin\2D white, .powder\2D pink {
        padding: 0px 0px 48px 0px;
    }

    .hero, .sangria\2D red, .wisteria\2D purple, .lilac, .khaki, .sky\2D blue {
        gap: 24px;
    }

    .hero__image, .golden\2D yellow, .eggplant\2D black, .navajowhite\2D white, .teal\2D blue, .deep\2D magenta {
        width: 100%;
        height: 313px;
        flex: unset;
    }

    .hero__title, .dark\2D sea\2D green, .dark\2D green, .gold\2D metallic, .onyx\2D black, .darkolivegreen\2D green {
        display: none;
    }

    .hero__description, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine, .cinnamon\2D brown, .sandstone\2D beige {
        font-size: 16px;
    }

    .hero__title-mobile, .magenta, .orchid\2D lavender, .sunflower\2D yellow, .biscotti\2D brown, .maroon {
        display: block;
    }

}

/* Doctor Styles */

.doctor, .topaz\2D blue, .golden\2D tan, .ginger\2D brown, .wheat\2D beige, .dark\2D violet {
    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, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow, .boysenberry\2D purple {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.doctor__image, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white, .slate\2D gray {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    width: 340px;
}

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

.doctor__name, .mauve\2D pink, .indian\2D pink, .fuchsia, .coffee\2D black, .medium\2D orchid {
    font-size: 18px;
    line-height: 120%;
}

.doctor__content, .smoke\2D gray, .umber\2D brown, .navajo\2D white, .carmine\2D pink, .dark\2D cyan {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.doctor__description, .lemonchiffon\2D white, .vermilion\2D red, .brick\2D orange, .moss\2D green, .taupe\2D gray {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .doctor, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white, .coral\2D pink, .lightgoldenrodyellow\2D yellow {
        flex-direction: column-reverse;
        align-items: center;
    }

    .doctor__image, .hyacinth\2D blue, .mint\2D green, .cream\2D white, .alice\2D blue, .raw\2D umber {
        height: 358px;
        width: 340px;
    }

    .doctor__image img, .bright\2D red {
        object-position: center;
    }

}

@media (max-width: 767px) {
    .doctor__content, .beige, .magenta\2D pink, .milk\2D chocolate, .steel\2D blue, .sienna\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, .dandelion\2D yellow, .crystal\2D blue, .battleship\2D gray, .lavender, .ginger\2D ale {
        gap: 32px;
        padding: 0px 0px 40px 0px;
    }

    .doctor__images, .deep\2D tan, .army\2D green, .gold\2D paint, .bubblegum\2D pink, .burgundy\2D wine {
        align-items: center;
        gap: 16px;
        float: unset;
        width: 100%;
    }

    .doctor__image, .violet\2D red, .crimson, .gold, .peru\2D brown, .light\2D lime {
        width: 100%
    }

    .doctor__description, .medium\2D aquamarine, .lavender\2D indigo, .old\2D rose, .scarlet\2D red, .olive\2D drab {
        font-size: 16px;
    }

    .doctor__name, .cobalt\2D blue, .medium\2D slate\2D blue, .light\2D steel\2D blue, .raspberry\2D pink, .espresso\2D brown {
        font-size: 16px;
    }

}

/* Cta Styles */

.cta, .tangerine\2D orange, .moccasin\2D white, .powder\2D pink, .sangria\2D red, .wisteria\2D purple {
    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, .lilac, .khaki, .sky\2D blue, .golden\2D yellow, .eggplant\2D black {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

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

.cta__content, .teal\2D blue, .deep\2D magenta, .dark\2D sea\2D green, .dark\2D green, .gold\2D metallic {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.cta__title, .onyx\2D black, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cta__description, .cinnamon\2D brown, .sandstone\2D beige, .magenta, .orchid\2D lavender, .sunflower\2D yellow {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.button, .biscotti\2D brown, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown {
    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, .wheat\2D beige {
    border: 2px solid var(--black-color);
}

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

.cta__button, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow, .boysenberry\2D purple {
    max-width: 358px;
}

@media (max-width: 850px) {
    .cta, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white, .slate\2D gray {
        flex-direction: column;
        align-items: center;
    }

    .cta__image img, .deep\2D forest\2D green {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .cta, .mauve\2D pink, .indian\2D pink, .fuchsia, .coffee\2D black, .medium\2D orchid {
        gap: 24px;
    }

    .cta__content, .smoke\2D gray, .umber\2D brown, .navajo\2D white, .carmine\2D pink, .dark\2D cyan {
        gap: 24px;
    }

    .cta__image, .lemonchiffon\2D white {
        width: 100%;
    }

    .cta__title, .vermilion\2D red, .brick\2D orange, .moss\2D green, .taupe\2D gray, .dark\2D khaki {
        font-size: 32px;
    }

    .cta__description, .daffodil\2D yellow, .opal\2D white, .coral\2D pink, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    .cta__button, .mint\2D green, .cream\2D white, .alice\2D blue, .raw\2D umber, .bright\2D red {
        max-width: 100%;
    }
}

/* Articles Styles */

.articles, .beige, .magenta\2D pink, .milk\2D chocolate, .steel\2D blue, .sienna\2D red {
    padding: 80px 0px 120px 0px;
}

.articles_wrapper, .dandelion\2D yellow, .crystal\2D blue, .battleship\2D gray, .lavender, .ginger\2D ale {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.articles-title, .deep\2D tan, .army\2D green, .gold\2D paint, .bubblegum\2D pink, .burgundy\2D wine {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 580px;
}

.articles-scroll-container, .violet\2D red, .crimson, .gold, .peru\2D brown, .light\2D lime {
    overflow-x: auto;
    height: 260px;
}

.articles-flex-container, .medium\2D aquamarine, .lavender\2D indigo, .old\2D rose, .scarlet\2D red, .olive\2D drab {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.article-card, .cobalt\2D blue, .medium\2D slate\2D blue, .light\2D steel\2D blue, .raspberry\2D pink, .espresso\2D brown {
    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, .tangerine\2D orange {
    text-decoration: underline;
}

.article-card__image, .moccasin\2D white, .powder\2D pink, .sangria\2D red, .wisteria\2D purple, .lilac {
    position: relative;
    height: 100%;
    width: 261px;
    min-width: 261px;
    display: flex; /* Ð”Ð¾Ð´Ð°Ð½Ð¾ Ð´Ð»Ñ Ñ†ÐµÐ½Ñ‚Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ */
    align-items: center; /* Ð’ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ðµ Ñ†ÐµÐ½Ñ‚Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ */
    justify-content: center;
    overflow: hidden;
}

.article-card__image img, .khaki {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.article-title, .sky\2D blue, .golden\2D yellow, .eggplant\2D black, .navajowhite\2D white, .teal\2D blue {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 16px;
}

@media (max-width: 1232px) {
    .articles-flex-container, .deep\2D magenta, .dark\2D sea\2D green, .dark\2D green, .gold\2D metallic, .onyx\2D black {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
    }

    .article-card, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine, .cinnamon\2D brown {
        height: 100%;
        flex: 1;
        flex-direction: column;
        gap: 8px;
    }

    .article-card__image, .sandstone\2D beige {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .articles-scroll-container, .magenta, .orchid\2D lavender, .sunflower\2D yellow, .biscotti\2D brown, .maroon {
        overflow-x: auto;
        height: 100%;
    }

    .article-card__image, .topaz\2D blue {
        height: 200px;
    }
}

@media (max-width: 620px) {
    .articles-flex-container, .topaz\2D blue, .golden\2D tan, .ginger\2D brown, .wheat\2D beige, .dark\2D violet {
        width: max-content; /* Ð’Ð°Ð¶Ð»Ð¸Ð²Ð¾ Ð´Ð»Ñ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ ÑÐºÑ€Ð¾Ð»Ñƒ */
    }

    .article-card, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow, .boysenberry\2D purple {
        flex: unset;
        min-width: 160px;
        max-width: 160px;
    }
}

@media (max-width: 767px) {

    .articles-scroll-container, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white, .slate\2D gray {
        overflow-x: auto;
        height: 100%;
        padding: 0px 0px 10px 0px;
    }

    .article-card__image, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink, .fuchsia, .coffee\2D black {
        height: 160px;
    }

    .article-title, .medium\2D orchid, .smoke\2D gray, .umber\2D brown, .navajo\2D white, .carmine\2D pink {
        font-size: 16px;
        padding: 0px 8px 18px 8px;
    }
}

@media (max-width: 576px) {

    .articles, .dark\2D cyan, .lemonchiffon\2D white, .vermilion\2D red, .brick\2D orange, .moss\2D green {
        padding: 8px 0px 48px 0px;
    }

    .articles_wrapper, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white, .coral\2D pink {
        gap: 24px;
    }

    .article-card__image, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue, .mint\2D green, .cream\2D white, .alice\2D blue {
        height: 120px;
    }

    .articles-title, .raw\2D umber, .bright\2D red, .beige, .magenta\2D pink, .milk\2D chocolate {
        font-size: 32px;
    }

    .articles-flex-container, .steel\2D blue, .sienna\2D red, .dandelion\2D yellow, .crystal\2D blue, .battleship\2D gray {
        gap: 8px;
    }

}

/* Contact Form Section */
.contact-form, .lavender, .ginger\2D ale, .deep\2D tan, .army\2D green, .gold\2D paint {

}

.contact-form__wrapper, .bubblegum\2D pink, .burgundy\2D wine, .violet\2D red, .crimson, .gold {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 580px;
    margin: 0 auto;
}

.contact-form__title, .peru\2D brown, .light\2D lime, .medium\2D aquamarine, .lavender\2D indigo, .old\2D rose {
    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, .scarlet\2D red, .olive\2D drab, .cobalt\2D blue, .medium\2D slate\2D blue, .light\2D steel\2D blue {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.form-input, .raspberry\2D pink, .espresso\2D brown, .tangerine\2D orange, .moccasin\2D white, .powder\2D pink {
    position: relative;
    width: 100%;
}

.form-input input,
.form-input textarea, .sangria\2D red, .wisteria\2D purple, .lilac, .khaki, .sky\2D blue {
    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, .golden\2D yellow {
    min-height: 120px;
    resize: vertical;
}

/* Floating label styles */
.floating-label, .eggplant\2D black, .navajowhite\2D white, .teal\2D blue, .deep\2D magenta, .dark\2D sea\2D green {
    position: relative;
}

.floating-label label, .dark\2D green, .gold\2D metallic, .onyx\2D black, .darkolivegreen\2D green, .golden\2D brown {
    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, .goldenrod\2D yellow {
    outline: none;
    border-color: var(--accent-color);
}

.contact-form__button, .sandstone\2D beige, .magenta, .orchid\2D lavender, .sunflower\2D yellow, .biscotti\2D brown {
    margin-top: 20px;
    border: 0;
    align-self: flex-start;
}

@media (max-width: 576px) {

    .contact-form__wrapper, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown, .wheat\2D beige {
        gap: 24px;
    }

    .contact-form__title, .dark\2D violet, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow {
        font-size: 32px;
    }

    .contact-form__form, .boysenberry\2D purple, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white {
        gap: 16px;
    }

    .contact-form__button, .slate\2D gray, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink, .fuchsia {
        margin-top: 8px;
    }

}

/* Policy Styles */
.main-privacy-policy, .coffee\2D black, .medium\2D orchid, .smoke\2D gray, .umber\2D brown, .navajo\2D white {
    padding: 40px 0px 80px 0px;
}

.main__wrapper, .carmine\2D pink, .dark\2D cyan, .lemonchiffon\2D white, .vermilion\2D red, .brick\2D orange {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.policy, .moss\2D green, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white {
    display: flex;
    gap: 40px;
}

.policy__block, .coral\2D pink, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue, .mint\2D green, .cream\2D white {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.policy__title, .alice\2D blue, .raw\2D umber, .bright\2D red, .beige, .magenta\2D pink {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.policy__block p, .milk\2D chocolate, .steel\2D blue, .sienna\2D red, .dandelion\2D yellow, .crystal\2D blue {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.policy__block ul, .battleship\2D gray, .lavender, .ginger\2D ale, .deep\2D tan, .army\2D green {
    font-size: 18px;
    list-style-type: disc;
    padding-left: 24px;
}

.copyright-policy a, .gold\2D paint, .bubblegum\2D pink {
    color: inherit;
    text-decoration: none;
}

#hbgBDAgqmW-cookie, .burgundy\2D wine, .violet\2D red, .crimson, .gold, .peru\2D brown {
    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, .light\2D lime, .medium\2D aquamarine, .lavender\2D indigo, .old\2D rose, .scarlet\2D red {
    display: inline-block;
}

#hbgBDAgqmW-cookie button, .olive\2D drab, .cobalt\2D blue, .medium\2D slate\2D blue, .light\2D steel\2D blue, .raspberry\2D pink {
    float: right;
    background-color: var(--accent-color);
}

@media (max-width: 850px) {

    .policy, .lavender\2D indigo, .old\2D rose, .scarlet\2D red, .olive\2D drab, .cobalt\2D blue {
        flex-direction: column;
        gap: 47px;
    }

    .main__wrapper, .medium\2D slate\2D blue, .light\2D steel\2D blue, .raspberry\2D pink, .espresso\2D brown, .tangerine\2D orange {
        gap: 47px;
    }

    .policy__block, .moccasin\2D white, .powder\2D pink, .sangria\2D red, .wisteria\2D purple, .lilac {
        gap: 24px;
    }

    .policy__title, .khaki, .sky\2D blue, .golden\2D yellow, .eggplant\2D black, .navajowhite\2D white {
        font-size: 32px;
    }

    .policy__block ul, .teal\2D blue, .deep\2D magenta, .dark\2D sea\2D green, .dark\2D green, .gold\2D metallic {
        font-size: 16px;
    }

    .policy__block p, .onyx\2D black, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine {
        font-size: 16px;
    }

}

/* Contacts Styles */

.main-contacts, .cinnamon\2D brown, .sandstone\2D beige, .magenta, .orchid\2D lavender, .sunflower\2D yellow {
    flex: 1;
    margin-bottom: auto;
}

.contacts, .biscotti\2D brown, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown {
    padding: 40px 0px 0px 0px;
}

.contacts__wrapper, .wheat\2D beige, .dark\2D violet, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray {
    display: flex;
    gap: 40px;
}

.contacts__maps, .pale\2D yellow, .boysenberry\2D purple, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod {
    flex: 1;
    height: 580px;
    border-radius: 8px;
    overflow: hidden;
}

.contacts__maps iframe, .oldlace\2D white {
    height: 100%;
}

.contacts__info, .slate\2D gray, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink, .fuchsia {
    flex: 1;
}
.contacts__info-list, .coffee\2D black, .medium\2D orchid, .smoke\2D gray, .umber\2D brown, .navajo\2D white {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
}

.contacts__info-item, .carmine\2D pink, .dark\2D cyan, .lemonchiffon\2D white, .vermilion\2D red, .brick\2D orange {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts__info-link, .moss\2D green, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white {
    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, .coral\2D pink, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue, .mint\2D green, .cream\2D white {
        padding: 0;
    }

    .contacts__wrapper, .alice\2D blue, .raw\2D umber, .bright\2D red, .beige, .magenta\2D pink {
        gap: 24px;
        flex-direction: column;
    }

    .contacts__maps, .milk\2D chocolate, .steel\2D blue, .sienna\2D red, .dandelion\2D yellow, .crystal\2D blue {
        flex: unset;
        width: 100%;
        height: 390px;
    }

    .contacts__info-item svg, .battleship\2D gray {
        min-width: 24px;
    }

    .contacts__info-link, .lavender, .ginger\2D ale, .deep\2D tan, .army\2D green, .gold\2D paint {
        font-size: 16px;
    }
}

/* Article Styles */

.main-article, .bubblegum\2D pink, .burgundy\2D wine, .violet\2D red, .crimson, .gold {
    flex: 1;
}

.article-content, .peru\2D brown, .light\2D lime, .medium\2D aquamarine, .lavender\2D indigo, .old\2D rose {
    padding: 40px 0px 80px 0px;
}

.article-content__wrapper, .scarlet\2D red, .olive\2D drab, .cobalt\2D blue, .medium\2D slate\2D blue, .light\2D steel\2D blue {
    display: flex;
    gap: 40px;
}

.article-content__left, .raspberry\2D pink, .espresso\2D brown, .tangerine\2D orange, .moccasin\2D white, .powder\2D pink {
    display: flex;
    flex-direction: column;
    gap: 80px;
    flex: 1;
    min-width: 0;
}

.article-content__image, .sangria\2D red, .wisteria\2D purple, .lilac, .khaki, .sky\2D blue {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
}

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


.article-content__form, .eggplant\2D black, .navajowhite\2D white, .teal\2D blue, .deep\2D magenta, .dark\2D sea\2D green {
}
.desktop-form, .dark\2D green {
}

.mobile-form, .gold\2D metallic {
    display: none;
}

.article-content__right, .onyx\2D black, .darkolivegreen\2D green, .golden\2D brown, .goldenrod\2D yellow, .plum\2D wine {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.article-content__title, .cinnamon\2D brown, .sandstone\2D beige, .magenta, .orchid\2D lavender, .sunflower\2D yellow {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.article-content__text, .biscotti\2D brown, .maroon, .topaz\2D blue, .golden\2D tan, .ginger\2D brown {
    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, .wheat\2D beige {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {

    .article-content, .dark\2D violet, .raspberry\2D red, .dark\2D yellow, .graphite\2D gray, .pale\2D yellow {
        padding: 0px;
    }

    .article-content__wrapper, .boysenberry\2D purple, .deep\2D wood\2D green, .latte\2D brown, .dark\2D goldenrod, .oldlace\2D white {
        flex-direction: column;
        gap: 24px;
    }

    .article-content__left, .slate\2D gray, .deep\2D forest\2D green, .mauve\2D pink, .indian\2D pink, .fuchsia {
        gap: 40px;
    }

    .article-content__right, .coffee\2D black, .medium\2D orchid, .smoke\2D gray, .umber\2D brown, .navajo\2D white {
        gap: 24px;
    }

    .article-content__text, .carmine\2D pink, .dark\2D cyan, .lemonchiffon\2D white, .vermilion\2D red, .brick\2D orange {
        gap: 24px;
    }

    .desktop-form, .moss\2D green {
        display: none;
    }

    section.contact-form:nth-of-type(2), .moss\2D green, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white {
        display: block;
    }

    footer .container, .old\2D rose, .scarlet\2D red, .olive\2D drab, .cobalt\2D blue, .medium\2D slate\2D blue {
        padding: 0;
    }

    .mobile-form, .taupe\2D gray, .dark\2D khaki, .daffodil\2D yellow, .opal\2D white, .coral\2D pink {
        padding: 48px 0px;
        display: block;
    }

}

@media (max-width: 576px) {

    .article-content__image, .lightgoldenrodyellow\2D yellow, .hyacinth\2D blue, .mint\2D green, .cream\2D white, .alice\2D blue {
        height: 200px;
    }

    .article-content__title, .raw\2D umber, .bright\2D red, .beige, .magenta\2D pink, .milk\2D chocolate {
        font-size: 32px;
    }

    .article-content__text, .steel\2D blue, .sienna\2D red, .dandelion\2D yellow, .crystal\2D blue, .battleship\2D gray {
        font-size: 16px;
    }

}

/* Footer Styles */
.footer, .lavender, .ginger\2D ale, .deep\2D tan, .army\2D green, .gold\2D paint {
    width: 100%;
}

/* Copyright section at the bottom */
.footer-copyright, .bubblegum\2D pink, .burgundy\2D wine, .violet\2D red, .crimson, .gold {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #0D0D0D;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    width: 100%;
}

.copyright-text, .copyright-policy, .peru\2D brown, .light\2D lime, .medium\2D aquamarine, .lavender\2D indigo, .old\2D rose {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--accent-color);
}

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

.copyright-policy:hover, .olive\2D drab {
    opacity: 0.8;
}
</pre></body></html>