.single-parameters-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 30px 100px 80px 100px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}

@media (max-width: 600px) {
    .single-parameters-container {
        padding: 40px 5% 50px 5%;
        flex-direction: column;
    }
}

.single-parameters-container .info-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #F2EAD8;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    flex: 1;
    text-align: left;
    align-items: start;
}

@media (max-width: 600px) {
    .single-parameters-container .info-section {
        flex-direction: column;
        padding: 30px 20px 30px 20px;
        text-align: left;
        align-items: start;
    }
}

.single-parameters-container .info-section .title {
    font-family: e-Ukraine;
    font-weight: 700;
    font-size: 56px;
    line-height: 128%;
    letter-spacing: 2%;
    text-align: left;
    color: #3F342A;
}

@media (max-width: 600px) {
    .single-parameters-container .info-section .title {
        font-size: 38px;
        text-align: left;
    }
}

.single-parameters-container .info-section .subtitle {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: left;
    color: #3F342A;
}

@media (max-width: 600px) {
    .single-parameters-container .info-section .subtitle {
        font-size: 16px;
    }
}

.single-parameters-container .info-section .text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: left;
    color: #3F342A;
}

@media (max-width: 600px) {
    .single-parameters-container .info-section .text {
        font-size: 16px;
    }
}

.single-wellness-container4 {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 80px 100px 80px 100px;
    box-sizing: border-box;
    display: block;
    align-items: start;
    background: #F2EAD8;
}

@media (max-width: 600px) {
    .single-wellness-container4 {
        padding: 80px 5%;
    }
}



.video-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 100px;
}

@media (max-width: 600px) {
    .video-container {
        padding: 60px 5%;
    }
}

.video-container .content-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}

@media (max-width: 600px) {
    .video-container .content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

.video-container .content-wrapper .image-block {
    flex: 1;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-width: 55%;
}

.video-container .content-wrapper .image-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-container .content-wrapper .image-block .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.video-container .content-wrapper .image-block .play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-container .content-wrapper .image-block .play-btn::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #D6BC70;
    margin-left: 4px;
}


.about-container3 {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 80px 100px 80px 100px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
}

@media (max-width: 600px) {
    .about-container3 {
        padding: 80px 5%;
        flex-direction: column;
    }
}

.about-container3 .left-column {
    flex: 1;
    width: 100%;
    max-width: 50%;
    width: 100%;
    max-width: 610px;
    position: relative;
    justify-content: center;
    flex-direction: column;
    display: flex;
    padding: 0 25px 0 0;
}

.about-container3 .left-column h2 {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 34px;
    line-height: 136%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #3F342A;
    margin: 0 0 30px 0;
}

@media (max-width: 600px) {
    .about-container3 .left-column h2 {
        font-size: 24px;
        text-align: center;
        margin: 0 auto 30px auto;
    }
}

.about-container3 .left-column .how-going-list {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.about-container3 .left-column .how-going-list .how-going-item {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.about-container3 .left-column .how-going-list .how-going-item .how-going-num {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6C4D38;
    border-radius: 50%;
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media (max-width: 600px) {
    .about-container3 .left-column .how-going-list .how-going-item .how-going-num {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}

.about-container3 .left-column .how-going-list .how-going-item .how-going-text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #5d554d;
}

@media (max-width: 600px) {
    .about-container3 .left-column .how-going-list .how-going-item .how-going-text {
        font-size: 16px;
    }
}

.about-container3 .left-column .read-more {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    cursor: pointer;
    margin-top: 28px;
}

.about-container3 .left-column .read-more .read-more-text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #3F342A;
}

.about-container3 .left-column .read-more .read-more-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2px;
}

.about-container3 .left-column .note {
    margin-top: 32px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #5D554D;
}

@media (max-width: 600px) {
    .about-container3 .left-column .note {
        font-size: 16px;
        margin-top: 24px;
    }
}

.about-container3 .left-column .note .orangr-text {
    color: #ED7A54;
}

.about-container3 .right-column {
    flex: 1;
    width: 100%;
    max-width: 50%;
    margin: 0;
}

@media (max-width: 600px) {
    .about-container3 .right-column {
        margin: 20px 0 0px 0;
        max-width: 100%;
    }
}

.about-container3 .right-column .image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    height: 422px;
}

@media (max-width: 600px) {
    .about-container3 .right-column .image-wrapper {
        height: 68vw;
    }
}

.about-container3 .right-column .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    object-fit: cover;
}


.areas-container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 80px 100px 80px 100px;
    box-sizing: border-box;
    display: block;
    align-items: start;
}

@media (max-width: 600px) {
    .areas-container {
        padding: 80px 5%;
    }
}

/* Головний заголовок */
.areas-container .main-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 132%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #3F342A;
    margin: 0;
    text-align: center;
}

@media (max-width: 600px) {
    .areas-container .main-title {
        font-size: 24px;
        text-align: center;
    }
}

/* Стрічка */
.areas-container .ribbon {
    position: absolute;
    right: 100px;
    top: 90px;
    width: max-content;
    height: 30px;
    background-image: url('/views/images/ribbon2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3px 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 148%;
    letter-spacing: 4%;
    text-transform: uppercase;
    color: #FFF;
    white-space: nowrap;
    margin: 0 auto;
}

@media (max-width: 600px) {
    .areas-container .ribbon {
        position: relative;
        top: 10px;
        right: 0;
        height: 27px;
        font-size: 13px;
        background-size: 100% 27px;
    }
}

/* Блок для контейнера для карток послуг і елементів навігації */
.areas-container .services-container {}

.areas-container .services-container .scroll-line {
    position: relative;
    width: 100%;
    height: 4px;
    background: rgba(223, 195, 136, 0.3);
    margin: 40px 0 30px 0;
}

.areas-container .services-container .scroll-line .scroll-active-line {
    position: absolute;
    top: -1px;
    left: 0;
    width: 400px;
    height: 6px;
    border-radius: 3px;
    background: rgba(223, 195, 136, 0.3);
}

.areas-container .services-container .nav-btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 600px) {
    .areas-container .services-container .nav-btn {
        display: none;
    }
}

.areas-container .services-container .left-nav {
    left: 40px;
}

.areas-container .services-container .right-nav {
    right: 40px;
}

/* Контейнер для карток послуг */
.areas-container .services-grid {
    display: flex;
    gap: 20px;
    align-items: start;
    margin: 40px 0 20px 0;
    align-items: stretch;
}

/* Загальні стилі для карток послуг */
.areas-container .services-grid .service-card {
    position: relative;
    width: 400px;
    min-width: 400px;
    gap: 20px;
    opacity: 1;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
    background-color: #FFF;
    font-family: Montserrat;
}

.areas-container .services-grid .service-card:hover {}

/* Зображення в картках */
.areas-container .services-grid .service-card .card-image {
    width: 100%;
    border-radius: 15px;
}

/* Текст заголовка картки */
.areas-container .services-grid .service-card .card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #3F342A;
}

@media (max-width: 600px) {
    .areas-container .services-grid .service-card .card-title {
        font-size: 16px;
    }
}

/* Описовий текст */
.areas-container .services-grid .service-card .card-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #5D554D;
}

@media (max-width: 600px) {
    .areas-container .services-grid .service-card .card-description {
        font-size: 14px;
    }
}

.areas-container .services-grid .service-card .price-block {
    display: flex;
    margin: 10px 0 10px 0;
    align-items: center;
}

.areas-container .services-grid .service-card .price-block .price-val {
    font-weight: 700;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: rgba(63, 52, 42, 1);
}

@media (max-width: 600px) {
    .areas-container .services-grid .service-card .price-block .price-val {
        font-size: 16px;
    }
}

.areas-container .services-grid .service-card .price-block .price-text {
    font-weight: 500;
    font-size: 13px;
    line-height: 148%;
    letter-spacing: 1%;
    color: rgba(63, 52, 42, 0.5);
    margin-left: auto;
}

@media (max-width: 600px) {
    .areas-container .services-grid .service-card .price-block .price-text {
        font-size: 12px;
    }
}

.areas-container .services-grid .service-card .service-button-block {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    margin: 20px 0 0 0;
}

@media (max-width: 600px) {
    .areas-container .services-grid .service-card .service-button-block {
        font-size: 14px;
    }
}

.areas-container .services-grid .service-card .service-button-block .left-button {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    border-radius: 22px;
    color: #FFF;
    cursor: pointer;
}

.areas-container .services-grid .service-card .service-button-block .right-button {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    border-radius: 22px;
    background: #F8F4ED;
    color: rgba(63, 52, 42, 1);
    cursor: pointer;
}

.areas-container .services-grid .service-card .service-button-block .left-button.background-color1 {
    background: #D7B46A;
}

.areas-container .services-grid .service-card .service-button-block .left-button.background-color2 {
    background: #6C4D38;
}

.areas-container .services-grid .service-card .service-button-block .left-button.background-color3 {
    background: #3480B4;
}

.areas-container .services-grid .service-card .service-button-block .left-button.background-color4 {
    background: #779673;
}

/**/
.areas-container .services-grid {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE/Edge */
}

.areas-container .services-grid::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

@media (max-width: 600px) {
    .areas-container .services-grid {
        gap: 15px;
    }
}


.place-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin: 0 auto;
    padding: 80px 100px 80px 100px;
    box-sizing: border-box;
    align-items: start;
    background: linear-gradient(0deg, #F2EAD8, #F2EAD8), radial-gradient(50% 50% at 50% 50%, rgba(215, 180, 106, 0) 70%, rgba(215, 180, 106, 0.1) 100%);
}

@media (max-width: 600px) {
    .place-container {
        padding: 80px 5%;
    }
}

.place-container .title {
    display: block;
    width: 100%;
    font-family: e-Ukraine;
font-weight: 500;
font-size: 34px;
line-height: 136%;
letter-spacing: 2%;
text-transform: uppercase;
color: #3F342A;
text-align: center;
margin: 20px 0 40px 0;
}

@media (max-width: 600px) {
    .place-container .title {
        font-size: 24px;
    }
}

.place-container .content-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 рівні колонки */
    gap: 20px;
}

@media (max-width: 600px) {
    .place-container .content-wrapper {
        grid-template-columns: 1fr;
        /* Одна колонка на мобільних пристроях */
    }
}

.place-container .content-wrapper .place-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    padding: 20px;
    background: #F8F4ED;
}

@media (max-width: 600px) {
    .place-container .content-wrapper .place-block {
        flex-direction: row;
    }
}

.place-container .content-wrapper .place-block.img {
    width: 100%;
    border-radius: 20px;
    padding: 0px;
    overflow: hidden;
}

.place-container .content-wrapper .place-block .icon {
    display: flex;
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 34px;
    background-color: #fff;
    box-shadow: 0px 4px 28px 0px #00000014;
}

.place-container .content-wrapper .place-block .icon img {
    width: 40px;
    height: 40px;
    margin: auto;
}

.place-container .content-wrapper .place-block .text {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #5D554D;
}

@media (max-width: 600px) {
    .place-container .content-wrapper .place-block .text {
        font-size: 16px;
    }
}

.place-container .content-wrapper .place-block .text .block-title {
    font-family: e-Ukraine;
    font-weight: 500;
    font-size: 18px;
    line-height: 148%;
    letter-spacing: 0%;
    color: #3F342A;
    margin-bottom: 15px;
}

@media (max-width: 600px) {
    .place-container .content-wrapper .place-block .text {
        font-size: 16px;
    }
}

.place-container .content-wrapper .place-block .image {
}

.place-container .content-wrapper .place-block .image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}