        body {
            max-width: 1440px;
            width: 100%;
            margin: 0 auto;
            align-items: center;
            font-family: 'Inter', sans-serif;
            background: #f8f4ee;
            color: #443a35;
            line-height: 1.6;
        }

        h1,
        h2,
        h3 {
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            font-style: normal;
        }

        a {
            text-decoration: none;
            color: #443a35;
        }

        header {
            /* background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://via.placeholder.com/1200x500') center/cover no-repeat; */
            color: #443a35;
            text-align: center;
            padding: 40px 20px;
        }

        .nav {
            margin: 0 35px;
            margin-top: 10px;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

        .nav-contact {
            font-size: x-small;

        }

        .nav-logo {
            padding-right: 65px;
            padding-left: 65px;

        }

        @media (max-width: 425px) {
            .map {
                display: none;
            }
        }

        .map {
            position: relative;
            border-radius: 20px;
            background-color: #443a35;
            color: #f8f4ee;
            padding: 12px 15px 12px 40px;
            margin-right: 10px;
        }

        .map>img {
            position: absolute;
            top: 10px;
            left: 12px;
        }

        .tel {
            position: relative;
            border-radius: 20px;
            background-color: #443a35;
            color: #f8f4ee;
            padding: 12px 15px 12px 40px;
        }



        .tel>img {
            position: absolute;
            top: 10px;
            left: 12px;
        }

        /* nav */
        .nav-link-item {
            padding-right: 10px;
        }

        .header-title {
            width: 100%;
            max-width: 1440px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        .header-left {
            width: 50%;
            padding-right: 10px;

        }

        .header-left-title {
            color: #f8f4ee;
            background-color: #443a35;
            /* border: 1px solid black; */
            border-radius: 10px;
            margin-bottom: 10px;
            padding: 10px;
        }

        .header-left-service-item {
            flex: 0 0 50%;
            scroll-snap-align: end;
            /* margin: 0 auto; */
            height: 191px;
            width: 49%;
            /* border: 1px solid black; */
            border-radius: 10px;
            margin-bottom: 10px;
            /* padding: 10px; */
            position: relative;
        }

        .service-massage {
            background-image: url('/IMG_5075.JPG');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;

        }

        .service-face-massage {
            background-image: url('/IMG_5076.JPG');
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .service-btn {
            position: absolute;
            bottom: 15px;
            left: 10px;
        }

        .header-left-service {
            padding-right: 10px;
            gap: 10px;
            overflow: scroll;
            scroll-snap-type: x mandatory;
            display: flex;
            justify-content: space-between;
        }

        .header-left-consult {
            border-radius: 10px;
            background-color: #c5b49c24;
            border: 1px solid #0000001a;
            padding: 10px;
            padding-bottom: 37px;
        }

        .header-right {
            margin-left: 17px;
        }

        .header-right-img {
            width: 450px;
            border-radius: 20px;
        }

        .service-item-img {
            width: 150px;
        }

        /* nav  end */

        /* btn  */
        .btn-dark {
            background: #443a35;
            color: #f8f4ee;
            border: none;
            padding: 12px 25px;
            font-size: 1em;
            border-radius: 25px;
            cursor: pointer;
            transition: background 0.3s;
            animation: fadeInUp 2s ease-out;
        }

        .btn-light {
            background: #f8f4ee;
            color: #443a35;
            border: none;
            padding: 12px 25px;
            font-size: 0.7em;
            border-radius: 25px;
            cursor: pointer;
            transition: background 0.3s;
            animation: fadeInUp 2s ease-out;
        }

        /* btn end */

        header h1 {
            font-size: 2.5em;
            margin-bottom: 10px;
            animation: fadeInDown 1s ease-out;
        }

        header p {
            font-size: 1.2em;
            margin-bottom: 20px;
            animation: fadeIn 1.5s ease-out;
        }

        header button {
            background: #443a35;
            color: #f8f4ee;
            border: none;
            padding: 12px 25px;
            font-size: 1em;
            border-radius: 25px;
            cursor: pointer;
            transition: background 0.3s;
            animation: fadeInUp 2s ease-out;
        }

        header button:hover {
            background: #443a352d;
        }

        /* about */

        @media (max-width: 600px) {
            .about-title>p {
                width: 100%;
            }

            .about-title {
                justify-content: flex-start;
            }
        }


        @media (min-width: 600px) {
            .about-title>p {
                width: 35%;
            }

            .about-title {
                justify-content: space-around;
            }
        }

        .about-title {
            margin-bottom: 50px;
            position: relative;
            display: flex;
            flex-wrap: wrap;
            /* justify-content: space-around; */
        }

        .about-title>h2 {
            margin: 7px;
        }

        .about-title>p {
            /* width: 35%; */
        }

        .about-title>a {
            position: absolute;
            bottom: -10px;
            right: 60px;
        }

        .about-card {
            display: flex;
            justify-content: space-around;
        }

        .about-card-item {
            color: #f8f4ee;
            background-color: #443a35;
            width: 22%;
            /* border: 1px solid black; */
            border-radius: 20px;
        }

        .card-title {
            padding: 10px 15px;
        }

        .card-desc {
            padding: 10px 15px;
        }

        /* about :end */
        section {
            padding: 30px 20px;
            max-width: 1200px;
            margin: auto;
        }

        h2 {
            /* text-align: center; */
            /* font-size: 2em; */
            /* margin-bottom: 40px; */
            margin: 0;
        }

        @media (max-width: 900px) {
            .about-card {
                gap: 10px;
                width: 108%;
                /* margin-left: 25px; */
                height: 200px;
                /* display: block; */
                scroll-snap-type: x mandatory;
                overflow: scroll;
            }

            .about-card-item {
                flex: 0 0 100%;
                scroll-snap-align: center;
                width: 100%;

            }
        }

        /* services */
        @media (max-width: 768px) {
            .services {
                max-width: 1440px;
                width: 100%;
            }
        }


        .body-title {
            margin-bottom: 50px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        @media (max-width: 425px) {
            .body-title-desc {
                flex: 0 0 100%;
            }

            .services-title>p {
                flex: 0 0 100%;
            }
        }

        .body-title-desc {
            width: 30%;
        }

        .services-title {
            /* margin-bottom: 50px; */
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .services-title>p {
            width: 30%;
        }

        .services-flex {
            display: flex;
            justify-content: space-between;

        }

        .service-vertical {
            display: flex;
            width: 50%;
            justify-content: center;

        }

        .service-horizon {
            display: flex;
            width: 49%;
            justify-content: center;
            flex-direction: column;
            align-items: center;
        }

        .service-vertical-img {
            object-fit: cover;
            width: 97%;
            height: 400px;
            border-radius: 20px;
        }

        .service-horizon-img {

            object-fit: cover;
            width: 580px;
            height: 197px;
            border-radius: 20px;
        }



        .service-bottom {
            display: flex;
            justify-content: space-between;
        }

        .service-bottom-img {
            position: relative;
            object-fit: cover;
            width: -webkit-fill-available;
            height: 202px;
            border-radius: 20px;
            /* padding-right: 10px; */
        }

        .service-bottom-img>p {
            padding-left: 20px;
            text-align: left;
            width: 80%;
        }

        .dark-card {
            width: 98%;
            border-radius: 20px;
            background-color: #443a35;
            color: #f8f4ee;
            border: 1px solid #0000001a;
            /* padding: 10px; */
            /* padding-bottom: 37px; */
        }

        .service {
            position: relative;
            flex: 0 0 50%;
        }

        .horr-img {
            left: 15px;
            position: absolute;
            bottom: 30px;
        }

        /* 
        .horr-img-last {
             left: 15px;
            position: absolute;
            bottom: 30px;
        } */

        .service-bottom-item {
            position: relative;
            flex: 0 0 33%;
        }



        .service,
        .portfolio-item,
        .review {
            padding-right: 5px;
            width: 100%;
            /* background: #f9f9f9; */
            /* border-radius: 10px; */
            overflow: hidden;
            text-align: center;
            /* padding: 20px;    */
            transition: transform 0.3s ease;
        }

        .service:hover,
        .portfolio-item:hover {
            transform: translateY(-5px);
        }


        .service-1250 {
            /* width: 450px; */
            display: flex;
            flex-wrap: nowrap;
            /* overflow: scroll; */
            /* scroll-snap-type: x mandatory; */
        }

        .service-container-1250 {
            scroll-snap-align: start;
            display: inline;
            width: 100vw;
            height: 300px;
        }

        .service-vertical-img-1250 {}

        /* .service img, .portfolio-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        } */

        .carousel-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin: 20px 0;
        }

        .carousel {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            scroll-behavior: smooth;
        }

        .carousel::-webkit-scrollbar {
            display: none;
            /* скрыть скроллбар */
        }

        .carousel-item {
            flex: 0 0 100%;
            /* ширина одного слайда */
            margin-right: 10px;
            scroll-snap-align: start;
            border-radius: 10px;
            overflow: hidden;
        }

        .carousel-item img {
            width: 100%;
            display: block;
            object-fit: cover;
            border-radius: 10px;
        }

        @media (max-width: 768px) {
            .carousel-item {
                padding: 0 9px;
                position: relative;
                flex: 0 0 98%;
            }

            .btn-1250 {
                position: absolute;
                left: 25px;
                bottom: 25px;

            }
        }


        /* services end  */

        /* portfolio  */
        /* @media (max-width: 900px) {
            .portfolio-item {

                position: relative;
                display: flex;
            }

            .portfolio-item-desc {
                display: flex;
                position: absolute;
                flex-direction: column;
                background-color: #443a3500;


            }

            .portfolio-item-img {

                flex: 0 0 100%;

            }
        } */
        /* @media (max-width: 660px) {
            .portfolio-item-desc {
                background-color: #443a35;
                height: 95%;
                 width: 30%;
            }
        } */

        @media (min-width: 900px) {
            .portfolio-item-desc {
                background-color: #443a35;
                height: 95%;
                width: 30%;
            }
        }

        @media (max-width: 900px) {
            .portfolio-item {
                flex-direction: column-reverse;
            }
        }

        @media (max-width: 900px) {
            .portfolio-item-desc {
                background-color: #443a35;
                height: 95%;
                width: 97%;
                display: flex;
                flex-direction: column;
            }
        }

        @media (max-width: 425px) {
            .portfolio-item-desc {

                height: 95%;
                width: 92%;

            }
        }

        @media (max-width: 320px) {
            .portfolio-item-desc {

                height: 95%;
                width: 89%;

            }
        }

        @media (max-width: 768px) {
            .portfolio-flex {
                width: 105%;
                margin-left: 10px;
            }
        }

        .portfolio-flex {
            /* width: 111%; */
            display: flex;
            overflow: scroll;
            gap: 10px;
            scroll-snap-type: x mandatory;
        }

        .portfolio-item {
            padding-left: 8px;
            scroll-snap-align: center;
            display: flex;
            width: 100%;
            flex: 0 0 98%;
        }

        .portfolio-item-desc {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            background-color: #443a35;
            /* height: 95%;
                 width: 30%; */
            color: #f8f4ee;

            /* border: 1px solid black; */
            border-radius: 20px;
            margin-right: 20px;
            padding: 16px 17px;


            text-align: left;
        }

        .portfolio-item-img {
            width: 100%;
        }

        .portfolio-item-img>img {
            border-radius: 20px;
            width: 100%;
        }

        /* portfolio  end*/
        .reviews .review {
            text-align: left;
            position: relative;
            padding-left: 50px;
        }

        .reviews .review::before {
            content: "“";
            font-size: 3em;
            position: absolute;
            left: 15px;
            top: -10px;
            color: #e91e63;
        }

        /* accordion */

        .faq {
            width: 100%;

            margin: 50px auto;
            padding: 0 15px;
        }

        .faq h2 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 25px;
            text-transform: uppercase;
            color: #2b3a35;
        }

        @media (max-width: 425px) {
            .accordion {
                grid-template-columns: 1fr;
            }
        }

        @media (min-width: 426px) {
            .accordion {
                grid-template-columns: 1fr 1fr;
            }
        }

        .accordion {
            display: grid;
            /* grid-template-columns: 1fr 1fr; */
            gap: 12px;
        }

        .accordion-item {
            background: #c5b49c24;
            border-radius: 8px;
            overflow: hidden;
            border: 1px solid #d9e2df;
        }

        .accordion-header {
            width: 100%;
            background: transparent;
            border: none;
            padding: 18px 20px;
            font-size: 16px;
            text-align: left;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 500;
            color: #2b3a35;
        }

        .accordion-header span {
            font-size: 22px;
            transition: transform 0.3s ease;
        }

        .accordion-item.active .accordion-header span {
            transform: rotate(45deg);
        }

        .accordion-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            padding: 0 20px;
            background: #f8f4ee;
            color: #555;
            font-size: 15px;
        }

        .accordion-body p {
            margin: 15px 0;
        }

        /* accordion end */

        /* .review */
        .reviews-section {
            max-width: 1024px;
            margin: 50px auto;
            padding: 0 20px;
            text-align: center;
            font-family: Arial, sans-serif;
        }

        .reviews-carousel {
            position: relative;
            overflow: hidden;
        }

        .reviews-wrapper {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .fa-solid {
            padding-right: 10px;
        }

        .review {
            min-width: 100%;
            box-sizing: border-box;
            padding: 20px;
            background: #f8f4ee;
            margin: 0 10px;
            border-radius: 10px;
            cursor: pointer;
        }

        .review p {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .review h4 {
            font-size: 16px;
            color: #555;
        }

        button.prev-btn,
        button.next-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.2);
            border: none;
            font-size: 30px;
            padding: 10px;
            cursor: pointer;
            border-radius: 30%;
            color: #f8f4ee;
        }

        button.prev-btn {
            left: 10px;
        }

        button.next-btn {
            right: 10px;
        }

        @media (max-width: 425px) {
            .next-btn, .prev-btn {
                display: none;
            }
        }

        @media (max-width: 600px) {
            .review p {
                font-size: 16px;
            }

            .review h4 {
                font-size: 14px;
            }
        }

        /* .review end */
        .contact-social p {
            margin: 0;
            padding: 5px 5px;
        }
        .social {
            display: flex;
            gap: 15px;
        }
        .contact-block {
            margin-top: 50px;
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
            justify-content: space-around;
        }
        .contacts form {
            max-width: 500px;
            margin: auto;
        }

        form input,
        form textarea,
        form button {
            width: 100%;
            padding: 12px;
            margin-bottom: 12px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-family: inherit;
        }

        form button {
            background: #e91e63;
            color: white;
            border: none;
            cursor: pointer;
            transition: background 0.3s;
        }

        form button:hover {
            background: #c2185b;
        }

        footer {
            background: #f4f4f4;
            text-align: center;
            padding: 20px;
            font-size: 0.9em;
        }

        footer a {
            color: #e91e63;
            margin: 0 5px;
        }

        /* Анимации */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (min-width: 768px) {

            .service-bottom-1250,
            .services-flex-1250 {
                display: none;
            }
        }

        @media (max-width: 768px) {

            .service-bottom,
            .services-flex {
                display: none;
            }

            .services-flex-1250 {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                justify-content: center;
                align-items: center;
            }

            .service-horizon {
                flex-direction: row;
            }

            .service-bottom-1250 {
                display: flex;
                flex-direction: row;
            }
        }

        @media (min-width: 951px) {
            .table {
                display: none;
            }
        }


        @media (max-width: 950px) {
            .header-title {
                flex-direction: column-reverse;
                align-content: center;
                justify-content: space-between;
                align-items: baseline;
            }

            .header-right-img {
                width: 100%;
                border-radius: 20px;
            }

            .table {
                width: 96%;
                color: #f8f4ee;
                background-color: #443a35;
                /* border: 1px solid black; */
                border-radius: 10px;
                margin-bottom: 10px;
                padding: 10px;
            }

            .header-right {
                /* color: #f8f4ee;
    background-color: #443a35; */

                /* border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px; */
                display: flex;
                /* margin: 0 auto; */
                align-items: center;
                flex-wrap: nowrap;
                flex-direction: column;
                align-content: flex-start;
                justify-content: center;
            }

            .header-left-title {
                display: none;
            }

            .header-left {
                padding-left: 15px;
                margin: 15px auto;
                width: 100%;
                padding-right: 0;
            }
        }


        @media (max-width: 768px) {
            .tel {
                display: none;
            }
        }


        @media (max-width: 1143px) {
            .nav-contact {
                margin-top: 20px;
            }
        }

        @media (max-width: 1024px) {
            .burger {
                display: flex;
                /* justify-content: space-evenly; */
            }

            .nav {
                justify-content: space-evenly;
            }

            .nav-contact {
                margin-top: 0px;
            }

            .nav-link {
                position: fixed;
                top: 0;
                right: 0;
                height: 100vh;
                width: 220px;
                background: #fff;
                flex-direction: column;
                align-items: flex-start;
                padding: 80px 20px;
                transform: translateX(100%);
                transition: transform 0.4s ease;
                box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
                z-index: 1000;
                display: none;
            }

            .nav-link a {
                margin: 15px 0;
                font-size: 18px;
            }

            .nav-link.active {
                display: flex;
                transform: translateX(0);
            }
        }

        .fade-in-section {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
            will-change: opacity, transform;
        }

        .fade-in-section.is-visible {
            opacity: 1;
            transform: none;
        }

        /* Бургер кнопка */
        .burger {
            /* display: none; */
            flex-direction: column;
            justify-content: space-between;
            width: 25px;
            height: 18px;
            cursor: pointer;
            z-index: 1001;
        }

        .burger span {
            /* display: block; */
            height: 3px;
            width: 100%;
            background: #333;
            border-radius: 2px;
            transition: all 0.4s ease;
        }

        /* Анимация крестика */
        .burger.active span:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .burger.active span:nth-child(2) {
            opacity: 0;
        }

        .burger.active span:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }

        /* Навигация */
        /* .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
} */

        /* Меню по умолчанию (десктоп) */
        .nav-link {
            display: flex;
            gap: 20px;
        }

        @media (max-width: 1024px) {
            .nav-link {
                display: none;
            }
        }


        @media (max-width: 425px) {
            header {
                padding: 60px 15px;
            }

            header h1 {
                font-size: clamp(20px, 6vw, 28px);
            }

            header p {
                font-size: clamp(12px, 4vw, 16px);
            }

            .nav-link {
                width: 200px;
                /* меню уже */
            }

            .services {
                padding: 40px 15px;
            }

            .service h3 {
                font-size: clamp(14px, 4vw, 18px);
            }

            .service p {
                font-size: clamp(12px, 3.5vw, 16px);
            }

        }


        @media (max-width: 320px) {
            header {
                padding: 40px 10px;
            }

            header h1 {
                font-size: clamp(18px, 7vw, 24px);
            }

            header p {
                font-size: clamp(11px, 4.5vw, 14px);
            }

            .nav-link {
                width: 180px;
            }

            .services {
                padding: 30px 10px;
            }

            .service h3 {
                font-size: clamp(13px, 4.5vw, 16px);
            }

            .service p {
                font-size: clamp(11px, 4vw, 14px);
            }
        }