a {
    color: transparent;
    text-decoration: none;
}
a:visited {
    /*color: #fff !important;*/
}
body {
    font-family: Mont, sans-serif !important;
}

a:hover {
    color: transparent;
}

.social-icons {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

header.bg-light {
    max-width: 1720px;
    margin: 0 auto;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(218, 218, 226, 1);
    margin-bottom: 20px;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.nav {
    background-color: #007bff;
    padding: 10px 0;
}

.nav-link {
    color: #fff;
    margin-right: 20px;
    text-decoration: none;
}

.nav-link:last-child {
    margin-right: 0;
}

.social-icons .list-inline-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    transition: background-color 0.3s, box-shadow 0.3s;
    color: #4169e100;
    border: 1px solid rgba(218, 218, 226, 1);
}

.social-icons .list-inline-item a:hover {
    background: rgba(216, 183, 123, 1);
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    border: 1px solid rgba(216, 183, 123, 1);
}

.social-icons .list-inline-item a .bi path {
    fill: rgba(206, 173, 113, 1);
}

.social-icons .list-inline-item a:hover .bi path {
    fill: white;
}

.dropdown-menu {
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    display: none;
}
.post, .page {
    margin: 0 !important;
}

.dropdown-phones .dropdown .dropdown-menu,
.dropdown-phones {
    width: 255px;
}
.dropdown-phones {
    /*float: right;*/
}
.dropdown-lang .dropdown .dropdown-menu,
.dropdown-lang {
    width: 93px;
}
.dropdown-lang {
    /*float: right;*/
}

.dropdown .dropdown-menu {
    margin-top: 10px;
    border: 2px solid rgba(206, 173, 113, 1);
    border-radius: 8px 16px 8px 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-lang .dropdown-menu {
    margin-top: 10px;
    border: 2px solid rgba(206, 173, 113, 1);
    border-radius: 8px 16px 8px 16px;
    opacity: 0;
    transition: opacity 0.3s ease;
    min-width: 93px;

}

.dropdown-menu.active {
    opacity: 1;
    transition: opacity 0.3s ease;
    display: block;
}

.dropdown-item {
    padding: 12px 16px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    text-align: center;
}

#languageDropdownMenu .dropdown-item a {
    font-size: 18px;
    color: rgba(32, 32, 40, 1);
    opacity: 0.5;
    transition: opacity 0.3s ease;
    width: 100%;
    display: block;
}
#languageDropdownMenu .dropdown-item:hover a {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.dropdown .icon {
    width: 20px;
    height: 20px;
    margin-left: auto;
}

.dropdown .phone-number {
    color: rgba(32, 32, 40, 1);
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
}

.dropdown .name {
    color: rgba(32, 32, 40, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
}

.dropdown-phones .dropdown-toggle {
    width: 255px;
    position: relative;
}

.dropdown-lang .dropdown-toggle {
    width: 93px;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-left: 26px;
    height: 57px;
}
.dropdown-lang {
    margin-left: 25px;
}

header .dropdown-lang .dropdown-toggle,
header .header-btns{
    margin-top: 5px;
}

.dropdown-lang .dropdown-toggle .arrow svg {
    top: 25px;
}

.dropdown-toggle {
    height: 65px;
    gap: 10px;
    border-radius: 8px 16px 8px 16px;
    border: 2px solid rgba(206, 173, 113, 1);
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s;
    cursor: pointer;
}

.dropdown-toggle:hover {
    border: 2px solid rgba(206, 173, 113, 1);
    transition: box-shadow 0.3s;
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    cursor: pointer;
}

.dropdown-toggle:active,
.dropdown-toggle:focus {
    border: 2px solid rgba(206, 173, 113, 1);
}

.dropdown-toggle.active {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    border: 2px solid rgba(206, 173, 113, 1);
}

.dropdown .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dropdown .icon {
    width: 20px;
    height: 20px;
}

.dropdown .icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    fill: rgba(206, 173, 113, 1);
}

.dropdown .icon path {
    fill: rgba(206, 173, 113, 1);
}

.dropdown .contact-info .contact-info--bottom .name {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-align: left;
}

.dropdown-toggle .arrow svg {
    position: absolute;
    right: 18px;
    top: 30px;
    transition: transform 0.3s ease;
}

.dropdown-toggle.active .arrow svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#languageDropdownMenu .dropdown-menu {
    margin-top: 10px;
    border: 2px solid rgba(206, 173, 113, 1);
    border-radius: 8px 16px 8px 16px;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#languageDropdownMenu .dropdown-menu.active {
    opacity: 1;
}

#languageDropdownMenu .dropdown-toggle .arrow svg {
    position: absolute;
    right: 15px;
    top: 30px;
    transition: transform 0.3s ease;
}

#languageDropdownMenu .dropdown-toggle.active .arrow svg {
    transform: rotate(180deg);
}

.header-btns {
    margin-left: 25px;
}

.btn {
    width: 212px;
    height: 57px;
    padding: 16px 32px 16px 32px;
    gap: 10px;
    border-radius: 32px 16px 32px 16px;
    background: rgba(206, 173, 113, 1);
    border: none;
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
    color: #fff !important;
    transition: box-shadow 0.3s;
}
header .btn {
    display: block;
}

.btn:hover {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
    cursor: pointer;
}

nav .navbar-nav li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: rgba(32, 32, 40, 1);
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: 0.3s ease;
}

nav .navbar-nav li {
    flex-grow: 1;
    text-align: center;
}
nav .navbar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
nav .navbar-toggler {
    display: none;
}

nav .navbar-nav li a:hover {
    border-bottom: 1px solid rgba(206, 173, 113, 1);
    color: rgba(206, 173, 113, 1);
    transition: 0.3s ease;
}

footer {
    background: rgba(32, 32, 40, 1);
}
footer .footer-content {
    max-width: 1720px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 25px;
}
footer .footer-content .footer-content--contacts{
    border-bottom: 1px solid rgba(206, 173, 113, 1);
    margin-bottom: 25px;
}

.footer-content--contacts h4 {
    font-size: 18px;
    font-weight: 400 !important;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-content--contacts .ico {
    width: 48px;
    height: 48px;
    border-radius: 123px;
    border: 1px solid rgba(218, 218, 226, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer-content--contacts .block .ico,
.footer-content--contacts .block .text {
    float: left;
}

.footer-content--contacts .block .text span {
    font-size: 12px;
    color: rgba(206, 173, 113, 1);
}

.footer-content--contacts .block .text p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
.footer-content--contacts--first-line {
    margin-bottom: 30px;
}

.footer-middle a {
    color: #fff !important;
    transition: 0.3s ease;
    margin-right: 25px;
    font-size: 18px;
    font-weight: 300;
}
.footer-middle a:hover {
    border-bottom: 1px solid rgba(206, 173, 113, 1);
    color: rgba(206, 173, 113, 1) !important;
    transition: 0.3s ease;
}

.footer-middle .social-container ul li:last-child a {
    margin-right: 0;
}

.footer-middle {
    border-bottom: 1px solid rgba(206, 173, 113, 1);
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.footer-bottom p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.footer-bottom p.first{
    line-height: 50px;

}

.footer-bottom p.two {
    line-height: 50px;
    float: left;
}
.footer-bottom p.three  {
    float: left;
}

.video-overlay {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-popup {
    font-size: 18px;
}

.video-popup,
.map-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
}

.video-bg-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 65px;
}
.video-bg-main .row {
    max-width: 1720px;
    margin: 0 auto;
}

.video-bg-main h1 {
    color: rgba(249, 249, 255, 1);
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    font-family: 'PlayfairDisplay';
}

.video-bg-main p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(249, 249, 255, 1);
    margin-bottom: 60px;
}

.video-overlay {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.open-popup {
    font-size: 18px;
}

.video-popup,
.map-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    text-align: center;
}
.btn-transparent {
    background: transparent;
    border: 2px solid rgba(206, 173, 113, 1);
    transition: background-color 0.3s;
}
.btn-transparent:hover {
    background: rgba(206, 173, 113, 1);
    transition: background-color 0.3s;
}

.video-bg-main .btn-transparent {
    margin-left: 30px;
}
nav {
    padding-bottom: 20px;
}
.close-popup,
.close-popup-map{
    padding: 0;
    background: #fff;
    border: none;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 3px;
}
.bottom-map {
    height: 640px;
    background-image: url(../assets/mount-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -350px;
    position: relative;
    padding-top: 80px;
}
#map {
    max-width: 1080px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px 0px rgba(39, 42, 52, 0.25);
    overflow: hidden;
    border-radius: 33px;
    height: 480px;
}

#iframe {
    border: none;
    width: 100%;
    height: 480px;
}
.main-info h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info {
    max-width: 800px;
    margin: 0 auto;
}
.content-main {
    box-shadow: 0px 0px 16px 0px rgba(39, 42, 52, 0.25);
    background: #fff;
}
.stub {
    height: 410px;
}
.stub-top {
    height: 10px;
}

.content-fluid {
    position: relative; /* Для позиционирования относительно этого контейнера */
}

.svg-object {
    position: absolute; /* Позиционируем SVG-объекты абсолютно внутри .container-fluid */
    width: 1000px; /* Установите ширину и высоту ваших SVG-объектов */
    height: 1000px;
    animation: rotate 50s linear infinite; /* Применяем анимацию */
    border-radius: 50%;
    z-index: -1;
}
.svg-object-1 {
    right: 50%;
    top: 960px;
}
.svg-object-2 {
    left: 50%;
    top: 2520px;
}

.svg-object-2 {
    top: 2220px;
}
.svg-object-3 {
    top: 3520px;
    right: 50%;
}
.svg-object-4 {
    top: 4420px;
    left: 50%;
}

.svg-object-5 {
    top: 5320px;
    right: 50%;
}
.svg-object-6 {
    top: 6250px;
    left: 50%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg); /* Начальный угол вращения */
    }
    to {
        transform: rotate(360deg); /* Конечный угол вращения */
    }
}

.content-main .main-info {
    background-image: url('../assets/bg-olen.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 60px;
    margin-top: 100px;
}
.content-main .main-info .pluses h3 {
    color: rgba(206, 173, 113, 1);
    font-size: 32px;
    font-family: 'PlayfairDisplay';
    text-align: center;
}

.content-main .main-info .btn {
    min-width: 232px;
    display: inline-flex;
    align-items: center;
}
.content-main .main-info .btn.btn-primary {
    margin-right: 50px;
}
.content-main .main-info .btn.btn-transparent {
    color: #000 !important;
    text-align: center;
    width: 320px;
}

.content-main .main-info .btn path {
    fill: #fff;
}
.content-main .main-info .btn.btn-transparent path {
    fill: #000;
}
.content-main .main-info .btn.btn-transparent:hover {
    color: #fff !important;
}
.content-main .main-info .btn.btn-transparent:hover path {
    fill: #fff !important;
}
.content-main .main-info .buttons-block {
    margin-top: 40px;
}
.content-main .gifs {
    margin-top: 70px;
}
.content-main .gifs img {
    border-radius: 32px;
}
.main-info2 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info2 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info2 {
    max-width: 800px;
    margin: 80px auto 0;
}

.advantages .plate {
    text-align: center;
    background: rgba(249, 249, 255, 1);
    padding: 40px 0px 45px 0px;
    border-radius: 16px;
    margin-bottom: 20px;
}

.advantages .plate h3 {
    color: rgba(32, 32, 40, 1);
    margin-top: 10px;
    font-family: 'PlayfairDisplay';
}

.row.advantages {
    display: flex;
    justify-content: space-around;
}

.plate {
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    transition: transform 0.3s ease;
}

.plate:hover {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
}

.plate .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(206, 173, 113, 1);
    border-radius: 16px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.plate:hover .overlay {
    opacity: 1;
}

.details-btn {
    background: #CEAD71;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s ease;
}

.details-btn:hover {
    background: #b98d58;
}

.advantages .plate .btn {
    border: 2px solid #fff;
    max-width: 180px;
}
.advantages .plate .btn:hover {
    box-shadow: none;
    background: #fff;
    color: rgba(206, 173, 113, 1) !important;
}
.adv-plate {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    text-align: center;
}

.adv-plate-map {
    max-width: 750px;
}

.page-template-tpl-contacts .content-main {
    box-shadow: none;
}
.main-info3 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info3 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info3 {
    max-width: 800px;
    margin: 80px auto 0;
}

.main-info4 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info4 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info4 {
    max-width: 800px;
    margin: 80px auto 0;
}
.accom-img {
    position: relative; /* Устанавливаем позицию относительно */
    overflow: hidden; /* Скрываем все, что не помещается в блок */
    border-radius: 32px;
}

/* Стили для изображения */
.accom-img .image {
    width: 100%; /* Ширина изображения */
    height: 100%; /* Высота изображения */
    background-size: cover; /* Масштабирование изображения по размеру */
    background-position: center; /* Выравнивание изображения по центру */
    transition: transform 0.3s ease; /* Анимация при изменении размера */
    height: 418px;
    border-radius: 32px;
}

/* Стили при наведении */
.accom-img:hover .image {
    transform: scale(1.2); /* Увеличение размера изображения */
}
.accom .buttons-block {
    margin-top: 25px;
}
.accom .buttons-block .btn {
    width: 256px;
}
.treatment-img {
    position: relative; /* Устанавливаем позицию относительно */
    overflow: hidden; /* Скрываем все, что не помещается в блок */
    border-radius: 32px;
}

/* Стили для изображения */
.treatment-img .image {
    width: 100%; /* Ширина изображения */
    height: 100%; /* Высота изображения */
    background-size: cover; /* Масштабирование изображения по размеру */
    background-position: center; /* Выравнивание изображения по центру */
    transition: transform 0.3s ease; /* Анимация при изменении размера */
    height: 418px;
    border-radius: 32px;
}

/* Стили при наведении */
.treatment-img:hover .image {
    transform: scale(1.2); /* Увеличение размера изображения */
}
.treatment .buttons-block {
    margin-top: 25px;
}
.treatment .buttons-block .btn {
    width: 256px;
}
.main-info5 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info5 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info5 {
    max-width: 800px;
    margin: 80px auto 0;
}
.leisure-img {
    position: relative; /* Устанавливаем позицию относительно */
    overflow: hidden; /* Скрываем все, что не помещается в блок */
    border-radius: 32px;
}

/* Стили для изображения */
.leisure-img .image {
    width: 100%; /* Ширина изображения */
    height: 100%; /* Высота изображения */
    background-size: cover; /* Масштабирование изображения по размеру */
    background-position: center; /* Выравнивание изображения по центру */
    transition: transform 0.3s ease; /* Анимация при изменении размера */
    height: 418px;
    border-radius: 32px;
}

/* Стили при наведении */
.leisure-img:hover .image {
    transform: scale(1.2); /* Увеличение размера изображения */
}
.leisure .buttons-block {
    margin-top: 25px;
}
.leisure .buttons-block .btn {
    width: 256px;
}
.main-info6 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info6 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info6 {
    max-width: 800px;
    margin: 80px auto 0;
}

.reviews .item-review {
    height: 380px;
    background: rgba(249, 249, 255, 1);
    border-radius: 8px;
    padding: 25px;
    width: 380px;
    margin: 0 auto;
    transition: box-shadow 0.3s;
}

.item-review-top img {
    width: 100px !important;
    border-radius: 50%;
    margin-right: 20px;
}
.item-review-top h3 {
    font-size: 20px;
    font-family: 'PlayfairDisplay';
    font-weight: 500;
}
.item-review-bottom {
    margin-top: 15px;
}
.item-review-bottom p {
    font-size: 15px;
}
.item-review-bottom .btn {
    color: rgba(32, 32, 40, 1) !important;
    width: 100%;
    line-height: 16.2px;
}
.item-review-bottom .btn:hover {
    border: none;
    color: #fff !important;
}
.reviews .item-review:hover{
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
}
.owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}
.item-review-bottom {
    display: flex;
    flex-direction: column;
    height: 215px;
}

.item-review-bottom .overlay {
    margin-top: auto;
}
.owl-dots {
    display: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
}

.owl-nav .owl-prev {
    margin-left: -20px;
}

.owl-nav .owl-next {
    margin-right: -20px;
}

.owl-dots {
    display: none;
}

.owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.owl-nav .owl-prev {
    margin-left: 10px;
}

.owl-nav .owl-next {
    margin-right: 10px;
}
.reviews {
    position: relative;
    padding-bottom: 50px; /* добавляем отступ для кнопок навигации */
}

.owl-nav-custom {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -15px; /* Смещаем навигацию вниз на 15px */
    width: 100%;
}

.owl-nav-custom button {
    background: rgba(206, 173, 113, 1);
    color: #fff;
    border: none;
    padding: 10px;
    width: 417px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    margin: 0 5px; /* добавляем отступ по 5px слева и справа для общего отступа 10px между кнопками */
    transition: box-shadow 0.3s;
}

.owl-nav-custom .owl-prev {
    margin-left: 10px;
    border-radius: 0px 32px 0px 32px;
}

.owl-nav-custom .owl-next {
    margin-right: 10px;
    border-radius: 32px 0px 32px 0px;
}
.owl-nav-custom button:hover {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
}

.main-info7 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info7 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info7 {
    max-width: 800px;
    margin: 80px auto 0;
}
.main-info8 h1 {
    font-size: 48px;
    text-align: center;
    font-family: 'PlayfairDisplay';
}
.main-info8 p {
    font-size: 18px;
    line-height: 25.2px;
    text-align: center;
}
.main-info8 {
    max-width: 800px;
    margin: 80px auto 0;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
    text-decoration: none;
    list-style: none;
}
.accordion > li {
    position: relative;
    background: rgba(249, 249, 255, 1);
    border-radius: 16px;
    margin-bottom: 10px;
    border: 2px solid rgba(206, 173, 113, 0);
    transition: 0.3s;
}
.accordion > li:hover {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    border: 2px solid rgba(206, 173, 113, 1);
    background: #fff;
    transition: 0.3s;
}
li.active-item {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    border: 2px solid rgba(206, 173, 113, 1);
    background: #fff;
}
.accordion > li p {
    display: none;
    margin-bottom: 0px;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.accordion > li > a {
    padding: 30px;
    width: 100%;
    display: block;
    cursor: pointer;
    user-select: none;
    border-radius: 16px;
    font-family: 'PlayfairDisplay';
    font-size: 24px;
    position: relative; /* Для правильного позиционирования псевдоэлементов */
    color: rgba(32, 32, 40, 1);
}
.accordion > li > a:after,
.accordion > li > a:before {
    content: " ";
    position: absolute;
    width: 3px;
    height: 26px;
    background-color: rgba(206, 173, 113, 1);
    top: 50%;
    left: 95%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}
.accordion > li > a:before {
    transform: translateY(-50%) rotate(90deg);
}
a.active:after {
    transform: translateY(-50%) rotate(45deg);
}
a.active:before {
    transform: translateY(-50%) rotate(-45deg);
}
.accum-info {
    text-align: center;
    margin-top: 50px;
}

.switcher-house button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    background: #f9f9fe;
    border-radius: 123px;
    font-size: 16px;
}
.switcher-pitanie button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: none;
    background: #f9f9fe;
    border-radius: 123px;
    font-size: 16px;
}

.house-list {
    margin-top: 20px;
}

.block1,
.block2,
.block3,
.block4{
    display: none;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    transition: opacity 0.5s ease-in-out;
}

.block1.visible,
.block2.visible,
.block3.visible,
.block4.visible{
    display: block;
    opacity: 1;
}

.block1.hidden,
.block2.hidden,
.block3.hidden,
.block4.hidden{
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.switcher-house {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(249, 249, 255, 1);
    height: 78px;
    display: flex; /* Добавляем flex-контейнер */
    justify-content: center; /* Выравниваем содержимое по центру по горизонтали */
    align-items: center; /* Выравниваем содержимое по центру по вертикали */
    border-radius: 123px;
}
.switcher-pitanie {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(249, 249, 255, 1);
    height: 66px;
    display: flex; /* Добавляем flex-контейнер */
    justify-content: center; /* Выравниваем содержимое по центру по горизонтали */
    align-items: center; /* Выравниваем содержимое по центру по вертикали */
    border-radius: 123px;
}
.switcher-house button.active {
    background: rgba(206, 173, 113, 1);
    border-radius: 123px;
    color: rgba(249, 249, 255, 1);
}
.switcher-pitanie button.active {
    background: rgba(206, 173, 113, 1);
    border-radius: 123px;
    color: rgba(249, 249, 255, 1);
}
.house {
    display: flex; /* Используем flexbox */
    transition: box-shadow 0.3s;
    margin-bottom: 25px;
}

.house img {
    max-width: 770px; /* Задаем ширину изображения */
    height: auto; /* Позволяет изображению сохранять пропорции */
    object-fit: cover; /* Масштабирование изображения, чтобы оно полностью заполняло свое контейнерное пространство */
    border-radius: 8px 0px 0px 8px;
    width: 100%;
}

.house-card-content {
    width: 50%; /* Ширина содержимого - половина контейнера */
    padding: 25px;
    box-sizing: border-box; /* Учитываем отступы внутриширинного размера элемента */
    background: #f9f9fe;
    text-align: left;
    border-radius: 0px 8px 8px 0px;
}
.house-card-content h3 {
    font-size: 32px;
    font-family: 'PlayfairDisplay';
    color: rgba(60, 60, 74, 1);
    margin-bottom: 10px;
}
.house-card-content p {
    color: rgba(60, 60, 74, 1);
    font-size: 18px;
    margin-bottom: 10px;
}
.params {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Два столбца */
    gap: 10px; /* Расстояние между элементами */
}

.params > div {
    display: flex;
    flex-direction: column; /* Элементы внутри div располагаются в столбец */
    font-size: 14px;
    font-weight: 300;
}

.params > div > div {
    margin-bottom: 5px; /* Отступ между надписью и значением */
}
.params span {
    font-size: 18px;
    font-weight: 500;
}
.house-card-content .btn-transparent {
    width: 100%;
    color: rgba(60, 60, 74, 1) !important;
    line-height: 20.2px !important;
}

.house-card-content .details-btn {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff !important;
    font-size: 18px;
}
.house-card-content .btn-transparent:hover {
    border: none;
    color: #fff !important;
}
.house-card-content a.btn-transparent {
    display: block;
}
.house:hover {
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
    border-radius: 8px;
}
.house:hover .house-card-content {
    background: #fff;
}
.wrap-skidka {
    height: 330px;
    background-image: url('../assets/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.wrap-skidka:hover {
}
.wrap-skidka h3 {
    font-family: 'PlayfairDisplay';
    font-size: 48px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.wrap-skidka input {
    width: 220px;
    height: 57px;
    padding: 16px 48px 16px 16px;
    border-radius: 8px !important;
    margin-right: 25px;
    text-align: center;
}
.wrap-skidka input.btn {
    background: #CEAD71 !important;
    color: white!important;
    border: none!important;
    padding: 10px 20px!important;
    cursor: pointer!important;
    font-size: 18px!important;
    transition: background 0.3s ease!important;
    border-radius: 32px 16px 32px 16px!important;
}
.wrap-skidka #phone {
    margin-left: 70px;
}
.thank-you-message p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.wrap-skidka .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}

.wrap-skidka .form-container #phone-form {
    margin-top: 30px;
}
.bg-top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 130px;
}

.bg-top h1 {
    color: rgba(249, 249, 255, 1);
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    font-family: 'PlayfairDisplay';
}

.bg-top p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(249, 249, 255, 1);
    margin-bottom: 60px;
}
.bg-top .row {
    max-width: 1720px;
    margin: 0 auto;
}
.content-house .icons p {
    font-size: 18px;
    color: rgba(60, 60, 74, 1);
    margin-bottom: 0;
    display: inline-block;
}
.single-post .stub-top {
    height: 70px;
}
.content-house .icons svg {
    float: left;
    margin-right: 10px;
}

.content-house .icons span {
    display: block;
    float: left;
    height: 42px;
    line-height: 33px;
}
.content-house .params {
    margin-top: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.content-house .params > div {
    display: block;
    font-size: 16px;
}

.content-house .params span {
    display: block;
    font-size: 24px;
    font-family: 'PlayfairDisplay';
    color: rgba(206, 173, 113, 1);
    margin-bottom: 10px;
}
.description-house {
    font-size: 18px;
    line-height: 25.2px;
    margin-top: 35px;
}
.h-buttons {
    display: inline-table;
}
.h-buttons button {
    float: left;
}
.h-buttons button.btn-transparent {
    margin-left: 30px;
    color: rgba(60, 60, 74, 1) !important;
    width: 300px!important;
}
.h-buttons button.btn-transparent span {
    float: right;
}
.h-buttons button.btn-transparent:hover {
    border: 2px solid rgba(206, 173, 113, 1);
    color: #fff !important;
}

.h-buttons button.btn-transparent:hover path {
    fill: #fff;
}
.description-house-bottom h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.description-house-bottom{
    margin-top: 25px;
}

.description-house-bottom {
    font-size: 18px;
    line-height: 25.2px;
    margin-top: 35px;
    margin-bottom: 90px;
}
.page-template-tpl-pitanie .stub-top,
.page-template-tpl-lechenie .stub-top ,
.page-template-tpl-eco .stub-top,
.page-template-tpl-leisure .stub-top {
    height: 70px;
}
.page-template-tpl-pitanie h2 {
    font-family: 'PlayfairDisplay';
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
}

.menu-item {
    margin-bottom: 20px;
}
.menu-item .title {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-item .title .dots {
    flex-grow: 1;
    border-bottom: 1px dashed rgba(218, 218, 226, 1);
    margin: 0 10px;
    margin-top: 6px;
}
.menu-item .description {
    margin-top: 5px;
    color: rgba(32, 32, 40, 1);
    font-size: 14px;
    font-weight: 300;
}
.menu-item .title h4 {
    font-size: 18px;
    color: rgba(60, 60, 74, 1);
}
.menu-item .title .price {
    color: rgba(206, 173, 113, 1);
    font-size: 18px;
    font-weight: 300;
}
.menu-item .title .price span {
    font-weight: 600;
}
.pitanie-list h3 {
    text-align: center;
    font-size: 32px;
    font-family: 'PlayfairDisplay';
    margin-bottom: 25px;
}
.pitanie-list button {
    margin: 0 auto;
    margin-top: 25px;
}
.wrap-lech {
    width: 380px;
    margin: 0 auto;
    background: rgba(249, 249, 255, 1);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: 0.3s;
}
.wrap-lech img {
    margin: 0 auto;
    display: block;
}
.wrap-lech h3 {
    font-size: 24px;
    font-family: 'PlayfairDisplay';
    margin-bottom: 10px;
}
.wrap-lech p {
    font-size: 18px;
    margin-bottom: 15px;
}
.wrap-lech p span {
    font-weight: 700;
}
.wrap-lech .price {
    color: rgba(206, 173, 113, 1);
    font-size: 32px;
    font-weight: 600;
}
.wrap-lech.wrap-eco .price {
    font-size: 24px;
    font-weight: 300;
}
.wrap-lech.wrap-eco .price span {
    font-weight: 600;
}

.wrap-lech .price

.wrap-lech:hover {
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
}

.top-page h2 {
    text-align: center;
    font-family: 'PlayfairDisplay';
    font-size: 48px;
}

.top-page p {
    text-align: center;
    font-size: 18px;
}

.wrap-leisure {
    width: 380px;
    margin: 0 auto;
    background: rgba(249, 249, 255, 1);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: 0.3s;
}
.wrap-leisure:hover {
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(62, 68, 99, 0.32);
    transition: box-shadow 0.3s;
}
.wrap-leisure h3 {
    font-size: 24px;
    font-family: 'PlayfairDisplay';
    margin-bottom: 10px;
}

.wrap-leisure .prod p {
    display: inline-block;
    margin: 0;
	    width: 100%;
}

.wrap-leisure .prod p svg {
    float: left;
    margin-right: 10px;
}

.wrap-leisure .prod p span {
    display: block;
    float: left;
    line-height: 33px;
}
.wrap-leisure .price {
    color: rgba(206, 173, 113, 1);
    font-size: 32px;
    font-weight: 600;
}

.main-carousel .item {
    position: relative;
    margin: 10px;
}

.main-carousel .photo-group {
    display: flex;
    flex-direction: column;
}

.main-carousel .photo-group img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.main-carousel .photo-group-left img,
.main-carousel .photo-group-right img {
    width: 100%;
}

.main-carousel .photo-group-right {
    display: flex;
    flex-direction: column;
}

.main-carousel .photo-group-right a {
    margin-bottom: 10px;
}

.main-carousel .owl-carousel .item {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.main-carousel .owl-carousel .photo-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-carousel .photo-group a {
    display: block;
}

.main-carousel .photo-group img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* Optional: Adjust the overall appearance of the carousel */
.main-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.main-carousel .owl-item {
    transition: transform 0.25s ease;
}

.main-carousel .item {
    max-height: 580px;
    max-width: 480px;
    overflow: hidden;
}

.main-carousel .photo-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.main-carousel .photo-group a {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.main-carousel .photo-group img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-carousel .item {
    max-height: 580px;
    max-width: 480px;
    overflow: hidden;
}

.main-carousel .photo-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.main-carousel .photo-group a {
    display: block;
}

.main-carousel .photo-group img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.main-carousel .layout-3 .photo-group {
    display: flex;
    gap: 10px;
}

.main-carousel .layout-3 .photo-group-left,
.main-carousel .layout-3 .photo-group-right {
    flex: 1;
}

.main-carousel .layout-3 .photo-group-left img {
    max-width: 100%;
    max-height: calc(50% - 5px); /* Высота должна быть половиной высоты родительского блока, с учетом промежутка */
    object-fit: cover;
}

.main-carousel .layout-3 .photo-group-right img {
    max-width: 100%;
    max-height: calc(50% - 5px); /* Высота должна быть половиной высоты родительского блока, с учетом промежутка */
    object-fit: cover;
}
.main-carousel .photo-group {
    display: flex;
    flex-direction: column;
}

.main-carousel .photo-group-top,
.main-carousel .photo-group-bottom {
    display: flex;
    justify-content: space-between;
}

.main-carousel .photo-group-top img {
    max-width: 480px;
    max-height: 580px;
    object-fit: cover;
}

.main-carousel .photo-group-bottom img {
    max-width: 233px; /* Половина ширины - 10px маргиналов */
    max-height: 290px; /* Половина высоты - 10px маргиналов */
    object-fit: cover;
}

.background-video {
    position: absolute;
    top: 203px;
    left: 0;
    width: 100%;
    object-fit: cover; /* Чтобы видео масштабировалось и заполняло весь контейнер */
    z-index: -1; /* Чтобы фон был позади контента */
    height: 636px;
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container {
    display: flex;
    flex-direction: column;
}

.thank-you-message {
    padding-top: 92px;
}
.skachat-btn {
    display: block;
    margin: 0 auto;
    line-height: 40px;
}
.wpcf7 form.failed .wpcf7-response-output {
    color: #fff;
}