@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 {
    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 {
    margin: 0;
}


body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    line-height: normal;
    background-color: var(--bg-color);
    display: flex;
    flex-direction: column;
}

.lilac-purple {
    flex: 1;
    display: flex;
    flex-direction: column;
}

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

/* Змінні шрифтів */
.dark-turquoise {
    font-family: "Roboto", sans-serif !important;
}

.font-two {
    font-family: "Open Sans", sans-serif !important;
}

.font-three {
    font-family: "Montserrat", sans-serif !important;
}

.font-four {
    font-family: "Inter", sans-serif !important;
}

.font-five {
    font-family: "Poppins", sans-serif !important;
}
section.arctic-orange-sheen:nth-of-type(2) {
    display: none;
}

/* Змінні палітр */
.cosmic-red-aura {
    --bg-color: #F2F2F2;
    --accent-color: #8EF375;
}

.palette-two {
    --bg-color: #FAF4E0;
    --accent-color: #757BF3;
}

.palette-three {
    --bg-color: #F1FAE0;
    --accent-color: #CF75F3;
}

.palette-four {
    --bg-color: #EEFEFF;
    --accent-color: #F3D275;
}

.palette-five {
    --bg-color: #FFEEFD;
    --accent-color: #FE4A4A;
}

body {
    line-height: normal;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    line-height: normal;
}

.container {
    max-width: 1232px;
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
}

.obsidian-black-mist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    width: 100%;
    transition: all 1s ease;
    position: relative;
}

.neon-blue-shine {
    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;
}

.neon-blue-shine:hover {
    background-color: var(--accent-color);

}

.neon-blue-shine:active {
    background-color: var(--accent-color);
}

.frozen-orange-wave {
    font-size: 18px;
    font-weight: 400;
    line-height: 0.995;
    letter-spacing: 1.8px;
    color: #0D0D0D;
    text-transform: lowercase;
}

.menu-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.volcano-purple-shade {
    white-space: nowrap;
}

.volcano-purple-shade a {
    font-size: 18px;
    white-space: break-spaces;
    font-weight: 400;
    color: #0D0D0D;
    text-decoration: none;
    line-height: 1.2;
    transition: color 0.2s ease;
}

.volcano-purple-shade a:hover {
    color: var(--accent-color);
}

.arrow__icon {
    display: none;
    cursor: pointer;
    z-index: 10;
}

.burger__icon {
    display: none;
    cursor: pointer;
    z-index: 10;
}


.arrow__icon:hover rect:first-child {
    fill: var(--accent-color);
}


.burger__icon:hover rect:first-child {
    fill: var(--accent-color);
}

/* Мобільна версія */
@media (max-width: 850px) {
    .obsidian-black-mist {
        padding: 16px 0;
    }

    .burger__icon {
        display: block;
    }

    .menu-items {
        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;
    }

    .volcano-purple-shade a {
        font-size: 32px;
        line-height: 1.2;
        transition: color 0.3s ease;
    }

    .menu-items.active {
        transform: translateX(0);
    }

    .arrow__icon.active {
        display: block;
    }

}

/* Hero Styles */

.violet-purple {
    padding: 40px 0px 120px 0px;
    height: -webkit-fill-available;
}

.gilded-brown-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%;
}

.sea-green {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 334px;
}

.sea-green img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.arctic-purple-shine {
    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;
}

.volcano-red-mist {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.hero__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hero__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .gilded-brown-aura {
        flex-direction: column;
        align-items: center;
    }

    .sea-green img {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .violet-purple {
        padding: 0px 0px 48px 0px;
    }

    .gilded-brown-aura {
        gap: 24px;
    }

    .sea-green {
        width: 100%;
        height: 313px;
        flex: unset;
    }

    .hero__title {
        display: none;
    }

    .hero__description {
        font-size: 16px;
    }

    .arctic-purple-shine {
        display: block;
    }

}

/* Doctor Styles */

.neon-black-sheen {
    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%;
}

.arctic-green-glow {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.frozen-pink-flare {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 340px;
    width: 340px;
}

.frozen-pink-flare img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 30%;
    display: block;
}

.neon-pink-mist {
    font-size: 18px;
    line-height: 120%;
}

.sunset-brown-wave {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.doctor__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

@media (max-width: 850px) {
    .neon-black-sheen {
        flex-direction: column-reverse;
        align-items: center;
    }

    .frozen-pink-flare {
        height: 358px;
        width: 340px;
    }

    .frozen-pink-flare img {
        object-position: center;
    }

}

@media (max-width: 767px) {
    .sunset-brown-wave {
        border-top: 1px solid var(--white);
        border-bottom: 1px solid var(--white);
        background: #EEFEFF;
        padding: 16px;
        margin: 0 -16px;
    }
}

@media (max-width: 576px) {

    .neon-black-sheen {
        gap: 32px;
        padding: 0px 0px 40px 0px;
    }

    .arctic-green-glow {
        align-items: center;
        gap: 16px;
        float: unset;
        width: 100%;
    }

    .frozen-pink-flare {
        width: 100%
    }

    .doctor__description {
        font-size: 16px;
    }

    .neon-pink-mist {
        font-size: 16px;
    }

}

/* Cta Styles */

.gilded-red-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%;
}

.prism-red-shine {
    position: relative;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.prism-red-shine img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.neon-red-flare {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.cta__title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.cta__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.marble-blue-light {
    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%;
}

.marble-blue-light:hover {
    border: 2px solid var(--black-color);
}

.marble-blue-light:active {
    border: 1px solid var(--black);
}

.sunset-gray-light {
    max-width: 358px;
}

@media (max-width: 850px) {
    .gilded-red-sheen {
        flex-direction: column;
        align-items: center;
    }

    .prism-red-shine img {
        object-position: center;
    }

}

@media (max-width: 576px) {

    .gilded-red-sheen {
        gap: 24px;
    }

    .neon-red-flare {
        gap: 24px;
    }

    .prism-red-shine {
        width: 100%;
    }

    .cta__title {
        font-size: 32px;
    }

    .cta__description {
        font-size: 16px;
    }

}

@media (max-width: 480px) {
    .sunset-gray-light {
        max-width: 100%;
    }
}

/* Articles Styles */

.neon-black-shine {
    padding: 80px 0px 120px 0px;
}

.dim-gray {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.marble-yellow-sheen {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 580px;
}

.solar-red-shine {
    overflow-x: auto;
    height: 260px;
}

.dusty-gray-tone {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 40px;
}

.cosmic-blue-wave {
    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;
}

.cosmic-blue-wave:hover {
    text-decoration: underline;
}

.onyx-black {
    position: relative;
    height: 100%;
    width: 261px;
    min-width: 261px;
    display: flex; /* Додано для центрування */
    align-items: center; /* Вертикальне центрування */
    justify-content: center;
    overflow: hidden;
}

.onyx-black img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.shadow-red-flare {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    padding: 16px;
}

@media (max-width: 1232px) {
    .dusty-gray-tone {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        height: 100%;
    }

    .cosmic-blue-wave {
        height: 100%;
        flex: 1;
        flex-direction: column;
        gap: 8px;
    }

    .onyx-black {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .solar-red-shine {
        overflow-x: auto;
        height: 100%;
    }

    .onyx-black {
        height: 200px;
    }
}

@media (max-width: 620px) {
    .dusty-gray-tone {
        width: max-content; /* Важливо для горизонтального скролу */
    }

    .cosmic-blue-wave {
        flex: unset;
        min-width: 160px;
        max-width: 160px;
    }
}

@media (max-width: 767px) {

    .solar-red-shine {
        overflow-x: auto;
        height: 100%;
        padding: 0px 0px 10px 0px;
    }

    .onyx-black {
        height: 160px;
    }

    .shadow-red-flare {
        font-size: 16px;
        padding: 0px 8px 18px 8px;
    }
}

@media (max-width: 576px) {

    .neon-black-shine {
        padding: 8px 0px 48px 0px;
    }

    .dim-gray {
        gap: 24px;
    }

    .onyx-black {
        height: 120px;
    }

    .marble-yellow-sheen {
        font-size: 32px;
    }

    .dusty-gray-tone {
        gap: 8px;
    }

}

/* Contact Form Section */
.arctic-orange-sheen {

}

.desert-pink-sheen {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 580px;
    margin: 0 auto;
}

.cosmic-black-sheen {
    font-family: var(--font-family);
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black-color);
    text-align: left;
}

.shadow-yellow-tone {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.sunset-orange-flare {
    position: relative;
    width: 100%;
}

.sunset-orange-flare input,
.sunset-orange-flare textarea {
    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;
}

.sunset-orange-flare textarea {
    min-height: 120px;
    resize: vertical;
}

/* Floating label styles */
.twilight-yellow-sheen {
    position: relative;
}

.twilight-yellow-sheen label {
    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;
}

.twilight-yellow-sheen input:focus,
.twilight-yellow-sheen textarea:focus {
    outline: none;
    border-color: var(--accent-color);
}

.orchid-lavender {
    margin-top: 20px;
    border: 0;
    align-self: flex-start;
}

@media (max-width: 576px) {

    .desert-pink-sheen {
        gap: 24px;
    }

    .cosmic-black-sheen {
        font-size: 32px;
    }

    .shadow-yellow-tone {
        gap: 16px;
    }

    .orchid-lavender {
        margin-top: 8px;
    }

}

/* Policy Styles */
.main-privacy-policy {
    padding: 40px 0px 80px 0px;
}

.medium-blue {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.marble-black-mist {
    display: flex;
    gap: 40px;
}

.desert-orange-mist {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gold {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.desert-orange-mist p {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

.desert-orange-mist ul {
    font-size: 18px;
    list-style-type: disc;
    padding-left: 24px;
}

.arctic-cyan-tone a {
    color: inherit;
    text-decoration: none;
}

#hbgBDAgqmW-cookie {
    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 {
    display: inline-block;
}

#hbgBDAgqmW-cookie button {
    float: right;
    background-color: var(--accent-color);
}

@media (max-width: 850px) {

    .marble-black-mist {
        flex-direction: column;
        gap: 47px;
    }

    .medium-blue {
        gap: 47px;
    }

    .desert-orange-mist {
        gap: 24px;
    }

    .gold {
        font-size: 32px;
    }

    .desert-orange-mist ul {
        font-size: 16px;
    }

    .desert-orange-mist p {
        font-size: 16px;
    }

}

/* Contacts Styles */

.cosmic-purple-aura {
    flex: 1;
    margin-bottom: auto;
}

.beetroot-red {
    padding: 40px 0px 0px 0px;
}

.stormy-blue-aura {
    display: flex;
    gap: 40px;
}

.marble-gray-shade {
    flex: 1;
    height: 580px;
    border-radius: 8px;
    overflow: hidden;
}

.marble-gray-shade iframe {
    height: 100%;
}

.cerise-red {
    flex: 1;
}
.desert-purple-wave {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0;
}

.neon-brown-tone {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gilded-pink-shade {
    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) {

    .beetroot-red {
        padding: 0;
    }

    .stormy-blue-aura {
        gap: 24px;
        flex-direction: column;
    }

    .marble-gray-shade {
        flex: unset;
        width: 100%;
        height: 390px;
    }

    .neon-brown-tone svg {
        min-width: 24px;
    }

    .gilded-pink-shade {
        font-size: 16px;
    }
}

/* Article Styles */

.main-article {
    flex: 1;
}

.gold-spray {
    padding: 40px 0px 80px 0px;
}

.espresso-brown {
    display: flex;
    gap: 40px;
}

.velvet-purple-tone {
    display: flex;
    flex-direction: column;
    gap: 80px;
    flex: 1;
    min-width: 0;
}

.raw-umber {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
}

.raw-umber img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}


.obsidian-cyan-shade {
}
.emerald {
}

.mobile-form {
    display: none;
}

.arctic-orange-light {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex: 1;
}

.article-content__title {
    color: var(--black-color);
    font-family: var(--font-family);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.article-content__text {
    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 {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {

    .gold-spray {
        padding: 0px;
    }

    .espresso-brown {
        flex-direction: column;
        gap: 24px;
    }

    .velvet-purple-tone {
        gap: 40px;
    }

    .arctic-orange-light {
        gap: 24px;
    }

    .article-content__text {
        gap: 24px;
    }

    .emerald {
        display: none;
    }

    section.arctic-orange-sheen:nth-of-type(2) {
        display: block;
    }

    footer .container {
        padding: 0;
    }

    .mobile-form {
        padding: 48px 0px;
        display: block;
    }

}

@media (max-width: 576px) {

    .raw-umber {
        height: 200px;
    }

    .article-content__title {
        font-size: 32px;
    }

    .article-content__text {
        font-size: 16px;
    }

}

/* Footer Styles */
.sunset-cyan-flare {
    width: 100%;
}

/* Copyright section at the bottom */
.stormy-brown-sheen {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #0D0D0D;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    width: 100%;
}

.obsidian-gray-shine, .arctic-cyan-tone {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--accent-color);
}

.arctic-cyan-tone {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.arctic-cyan-tone:hover {
    opacity: 0.8;
}