
    @font-face {
        font-family: 'Goudy Bookletter 1911';
        font-style: normal;
        font-weight: normal;
        src: local('Goudy Bookletter 1911'), url('/static/fonts/goudy_bookletter_1911.woff') format('woff');
    }

    @font-face {
        font-family: 'Andika Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Andika Regular'), url('/static/fonts/Andika-R.woff') format('woff');
    }

    @font-face {
        font-family: 'Goudy Old Style';
        font-style: normal;
        font-weight: normal;
        src: local('Goudy Old Style'), url('/static/fonts/GOUDOS.woff') format('woff');
    }

    body {
        padding-bottom: 40px;
        font-family: 'Roboto', sans-serif;
        background: #000000;
        display: flex;
        flex-direction: column;
        min-height: 100vh;


    }



    #header-desktop, #footer-desktop {
        display: flex; /* Используем Flexbox для выравнивания */
        justify-content: center; /* Центрируем контент по горизонтали */
        align-items: center; /* Центрируем по вертикали */
        padding-top: 40px;
        background-color: black; /* Цвет фона хедера и футера */
        font-family: 'Inter', serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF
    }

    .header-content {
        display: flex; /* Flexbox для внутреннего контента хедера и футера */
        width: calc(100% - 140px); /* Занимаем всю ширину контейнера за вычетом отступов по 40px с каждой стороны */
        align-items: center; /* Центрируем по вертикали */
        justify-content: space-between; /* Разделяем контент по горизонтали */
    }

    .footer-content {
        font-family: Inter, serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 19.36px;
        text-align: left;

        display: flex; /* Flexbox для внутреннего контента хедера и футера */
        width: calc(100% - 140px); /* Занимаем всю ширину контейнера за вычетом отступов по 40px с каждой стороны */
        align-items: center; /* Центрируем по вертикали */
        justify-content: space-between; /* Разделяем контент по горизонтали */
    }

    #header-logo, #footer-logo {
        height: 106px;
    }

    .header-nav, .footer-nav {
        display: flex; /* Flexbox для навигационной панели */
        gap: 60px; /* Расстояние между пунктами навигации */
        margin-left: auto; /* Отодвигаем навигацию к правому краю */
    }

    .nav-item {
        text-decoration: none; /* Убираем подчеркивание у ссылок */
        color: #ffffff; /* Цвет текста */
        font-weight: 500; /* Жирность текста */
        position: relative; /* Позиционирование для dropdown */
    }

      .nav-item:hover {
   text-decoration: none;
    color: #ADF1D0; /* Цвет фона при наведении */
    }

      .nav-item:active {
    color: #1E5945; /* Цвет фона при клике */
}

    .header-line, .footer-line {
        margin-top: 180px;
        position: absolute;
        width: calc(100% - 140px);
        height: 0;
        background: #1E5945;
        opacity: 0.5;
        border: 3px solid #1E5945;
        left: 50%;
        transform: translateX(-50%);
    }

        .header-line-service {
        margin-bottom: 180px;
        position: absolute;
        width: calc(100% - 140px);
        height: 0;
        background: #1E5945;
        opacity: 0.5;
        border: 3px solid #1E5945;
        left: 50%;
        transform: translateX(-50%);
    }

    #header-mobile {
        display: none; /* Скрыт по умолчанию, отображается на мобильных */
        background-color: black;
        padding: 20px 0;
        position: relative;

    }

    #header-mobile .header-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 20px;
    }

    #header-logo-mobile {
        width: 89.43px;
        height: 40px;
    }

    .burger-menu {
        background: none;
        border: none;
        font-size: 24px;
        color: white;
    }
  #menu-content-header {
     top: calc(100% + -17px);
         left: calc(100% + -135px);

        display: none;
        position: absolute;
        width: 111px;
        background: #000;
        border: 1px solid #1E5945;
        z-index: 1000;
    }
  #menu-content-header-service {
top: calc(100% + -373px);
    left: calc(100% + -174px);

        display: none;
        position: absolute;
        width: 111px;
        background: #000;
        border: 1px solid #1E5945;
        z-index: 1000;
    }
   .menu-item {
        padding: 10px;
        border-bottom: 1px solid rgba(30, 89, 69, 0.3);
        color: #fff;
    }

    .menu-item:last-child {
        border-bottom: none;
    }

    .menu-item:hover {
        background-color: rgba(30, 89, 69, 0.3);
        cursor: pointer;
    }




    .hidden {
        display: none;
    }
#language-dropdown {
    text-align: center;
    position: absolute;
    width: 138px;
    height: 160px;
    background: #000000;
    border: 1px solid #1E5945;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    top: 100%; /* Расположение под кнопкой */
    left: 50%;
    transform: translateX(-50%);
}

#language-dropdown-footer {
    text-align: center;
    position: absolute;
    width: 138px;
    height: 160px;
    background: #000000;
    border: 1px solid #1E5945;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
        bottom: 160%;
    left: 50%;
    transform: translateX(-50%);
}

#language-dropdown-mobile {
    top: calc(100% + -86px);
    left: calc(100% + -248px);
    text-align: center;
    position: absolute;
    background: #000000;
    border: 1px solid #1E5945;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;

}
#language-dropdown-mobile-service {
    top: calc(100% + -86px);
    left: calc(100% + -248px);
    text-align: center;
    position: absolute;
    background: #000000;
    border: 1px solid #1E5945;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;

}

#language-dropdown-mobile-service-footer {
    top: calc(100% + -133px);
    left: calc(100% + -248px);
    text-align: center;
    position: absolute;
    background: #000000;
    border: 1px solid #1E5945;
    padding: 10px;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;

}

.language-container {
    position: relative; /* Относительное позиционирование контейнера */
}


    .language-option {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}


/* Линии */
.language-option::after {
    content: "";
    display: block;
    width: 116px;
    border-top: 1px solid #1E5945;
    margin: 5px 0;
}

.language-option:hover {
    color: #ADF1D0; /* Изменение фона при наведении */
}

.language-option:active {
    color: #1E5945; /* Изменение фона при клике */
}


/* Удалить линию для последнего элемента */
.language-option:last-child::after {
    display: none;
}

footer {
    font-family: Inter, serif;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 19.36px;
    font-weight: 400;
    text-align: left;
}
.footer-container {
    display: none;
}
.footer-container {
    background-color: #000000; /* Цвет фона */
    color: #FFFFFF; /* Цвет текста */
    padding: 20px; /* Отступы */
    text-align: center; /* Выравнивание текста по центру */
    position: relative; /* Для абсолютного позиционирования внутренних элементов */
}

.div-border-footer-mobile {
    height: 2px;
    background-color: #1E5945;
    opacity: 0.3;
    margin-bottom: 20px;
}

.div-border-footer {
    position: absolute;

        margin-top: -95px;
    width: calc(100% - 140px);
    height: 0;
    background: #1E5945;
    opacity: 0.5;
    border: 3px solid #1E5945;
    left: 50%;
    transform: translateX(-50%);
}

/* Стили для ссылок */
.footer-container a {

    color: #FFFFFF; /* Цвет ссылок */

}
.footer-container a:active {
    color: #ADF1D0;
}
.footer-container a:hover {
    text-decoration: none; /* Убрать подчеркивание */
}

#list-procedure {
    width: 100%;
    height: 1730px;
}
#line-desktop-list {
    margin-top: 20px;
}
#text-for-image-desktop-list {
    margin-bottom: -35px;
}

#block-15 {
margin-inline: auto;
    margin-bottom: -25px;
    width: 630px;
    height: 125px;
}

#block-16 {
margin-inline: auto;
    margin-bottom: -25px;
    width: 630px;
    height: 125px;

}

#block-17 {

    width: 630px;
    height: 125px;
 margin-inline: auto;
    margin-bottom: -25px;
}

#block-18 {

    width: 630px;
    height: 125px;
   margin-inline: auto;
    margin-bottom: -25px;
}

#block-19 {

    width: 630px;
    height: 125px;
   margin-inline: auto;
    margin-bottom: -25px;
}

#block-20 {

    width: 630px;
    height: 125px;
  margin-inline: auto;
    margin-bottom: -25px;
}

#block-21 {

    width: 630px;
    height: 125px;
margin-inline: auto;
    margin-bottom: -25px;
}

#block-22 {

    width: 630px;
    height: 125px;
margin-inline: auto;
    margin-bottom: -25px;
}

#block-23 {

    width: 630px;
    height: 125px;
margin-inline: auto;
    margin-bottom: -25px;
}

#block-24 {

    width: 630px;
    height: 125px;
   margin-inline: auto;
    margin-bottom: -25px;
}

#block-25 {

    width: 630px;
    height: 125px;
 margin-inline: auto;
    margin-bottom: -25px;
}

#block-26 {

    width: 630px;
    height: 125px;
  margin-inline: auto;
    margin-bottom: -25px;
}

#block-27 {

    width: 630px;
    height: 125px;
 margin-inline: auto;
    margin-bottom: -25px;
}

#block-28 {

    width: 630px;
    height: 125px;
    margin-inline: auto;
    margin-bottom: -25px;
}

#block-29 {

    width: 630px;
    height: 125px;
    margin-inline: auto;
    margin-bottom: -25px;
}
#hint-4 {
   text-align: center;
    width: 100%;
    height: 33px;
}
#line-all-desktop {
    width: calc(100% - 200px);
    background: #1E5945;
    opacity: 0.5;
    border: 3px solid #1E5945;
    margin-top: 30px;
    margin-inline: auto;
}
.list-name-desktop {
    margin-bottom: 85px;
    text-align: center;
    width: auto;
    height: 44px;
    font-family: 'Goudy Bookletter 1911', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
    @media (max-width: 1200px) {

        #header-desktop {
            font-size: 18px;
        }


    }


    @media (max-width: 1024px) {
        .footer-content {
            gap: 30px;
    font-family: Inter, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    display: flex;
    width: calc(100% - 140px);
    align-items: center;
    justify-content: space-between;
}

        #header-desktop {
            font-size: 18px;

        }

        #header-logo {
            height: 80px;
        }
    }

    @media (max-width: 990px) {

        #header-desktop {
            font-size: 15px;

        }

        #header-logo {
            height: 60px;
        }

        .header-line {
            opacity: 0.3;
            margin-top: 75px;
            width: calc(100% - 139px);
            border: 1.7px solid #1E5945;
        }

    }

    @media (max-width: 890px) {
         .footer-content {
            gap: 15px;
    font-family: Inter, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    display: flex;
    width: calc(100% - 140px);
    align-items: center;
    justify-content: space-between;
}

         .language-option {
          font-size: 16px;
        line-height: 20px;
}
        #language-dropdown {
                height: 136px;
        }
        #header-desktop {
            font-size: 13px;

        }


        #header-logo {
            height: 45px;
        }

        .header-line {
            opacity: 0.3;
            margin-top: 75px;
            width: calc(100% - 139px);
            border: 1.5px solid #1E5945;
        }
    }

    @media (max-width: 800px) {
        #list-procedure {
    margin-top: 325px;
    width: 100%;
    height: 1730px;
}
         #footer-desktop {
            display: none;
        }
        .footer-container {
    display: block;
}
        #header-desktop, #footer-desktop {
            display: none;
        }

        #header-mobile {
            display: block;
        }

        .header-line {
            background: #1E5945;
            opacity: 0.3;
            border: 1px solid #1E5945;
            margin-top: 15px;
            width: calc(100% - 40px);
        }

        .header-content {
            width: calc(100% - 45px);
        }

        .burger-menu {

            font-size: 36px;
        }
    }
    @media (max-width: 750px) {

    }
    @media (max-width: 560px) {
            #list-procedure {
                margin-left: -45px;
        margin-top: 325px;
        width: 100%;
        height: 1730px;
    }
        .list-name-desktop {
margin-left: 75px;
}
#hint-4 {
    margin-left: 46px;
}

#line-all-desktop {
    display: none;
}

    }
    @media (max-width: 435px) {
        #hint-4 {
        margin-left: 61px;
    }
        .list-name-desktop {
        width: 400px;
        margin-left: 75px;
    }
          #list-procedure {
        margin-left: -62px;
        margin-top: 325px;
        width: 100%;
        height: 1730px;
    }
              #manicure-list-blocks {
        margin-left: 60px;
    }
                  #pedicure-list-blocks {
        margin-left: 60px;
    }
    }


    @media (max-width: 400px) {
        #hint-4 {
                    width: 390px;
        margin-left: 69px;
    }
.list-name-desktop {
        font-weight: 400;
        font-size: 18px;
        width: 400px;
        margin-left: 62px;
    }
          #list-procedure {
        margin-left: -62px;
        margin-top: 110px;
        width: 100%;
        height: 1690px;
    }
    }

    @media (max-width: 390px) {
        #hint-4 {
                    width: 390px;
        margin-left: 69px;
    }
.list-name-desktop {
        font-weight: 400;
        font-size: 18px;
        width: 400px;
        margin-left: 62px;
    }
          #list-procedure {
        margin-left: -62px;
        margin-top: -8px;
        width: 100%;
        height: 1690px;
    }
    }

@media (max-width: 375px) {
    .list-name-desktop  {
        font-weight: 400;
        font-size: 18px;
        width: 100%;
        margin-left: 62px;

    }
}

    @media (max-width: 320px) {
    .list-name-desktop {
        font-weight: 400;
        font-size: 18px;
        width: 282px;
        margin-left: 75px;
    }
            #hint-4 {
        width: 294px;
        margin-left: 75px;
    }
}
