body {
	font-family: "Manrope", sans-serif;
	font-optical-sizing: auto;

	font-weight: 400;
	font-style: normal;
	color: rgba(34, 34, 34, 1);
	height: 100%;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);

}

.main {
	overflow: hidden;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
	height: 100%;
	margin-top: 0 !important;
}


._container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: content-box;
	overflow: hidden;
}

._container-sh {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: content-box;
}

._container-mg {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 20px;
	box-sizing: content-box;
}

.mg-120 {
	margin: 120px 0px;
}

h2,
.title {
	font-family: Tenor Sans;
	font-weight: 400;
	font-style: Regular;
	font-size: 49px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);

}

h1 {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 58px;
	line-height: 120%;
	letter-spacing: 0%;
	color: white;

}

.content h1 {
	color: rgba(34, 34, 34, 1);
}

.content h2,
.content h3 {
	margin-bottom: 20px;
}


.hero__img-over,
.hero__overlay {
	border-radius: 0px 0px 40px 40px;
}

.hero__content h1 {
	color: white;
}

.mg-40 {
	margin: 40px 0px;
}

.mg-60 {
	margin: 60px 0px;
}

.content ul,
.content ol {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0px;
}

.content ul li {
	padding-left: 14px;
	position: relative;
}

.content ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #9D854E;
	top: 7px;
}

.content ol {
	list-style: none;
	counter-reset: my-counter;
}

.content ol li {
	position: relative;
	padding-left: 28px;
}

.content ol li::before {
	counter-increment: my-counter;
	content: counter(my-counter);

	/* Твои кастомные стили для чисел */
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #9D854E;
	color: white;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	font-weight: 500;
}

.content strong {
	color: #9D854E;
}

blockquote {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #222222;
	padding-left: 16px;
	margin: 30px 0px;
	position: relative;
	padding-left: 30px;
	padding-bottom: 16px;
	border-bottom: 1px solid #EBEBEB;
}

blockquote:after {
	content: '';
	position: absolute;
	left: 0;
	width: 14px;
	height: 12px;
	background: url(../img/“.svg);
	background-repeat: no-repeat;
	top: 0;
}

.content a {
	color: #9D854E;
	font-style: italic;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

.content h3 {

	font-weight: 500;
	font-size: 39px;
	line-height: 120%;

}

.content h6 {

	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #9D854E;

}

.mg-none .mg-100 {
	margin: 40px 0px;
}

@media(max-width: 768px) {

	.content h3 {

		font-weight: 500;
		font-size: 24px;
		line-height: 120%;

	}

	.mg-120 {
		margin: 80px 0px;
	}

	.content h6 {

		font-weight: 500;
		font-size: 18px;

	}

	.mg-none .mg-100 {
		margin: 20px 0px;
	}

	.content ol li,
	.content ul li,
	blockquote {
		font-size: 16px;
	}

	h1 {
		font-size: 36px;
	}

	h2,
	.title {
		font-size: 30px;
	}

	.mg-100 {
		margin: 80px 0px;
	}

	p {

		font-size: 14px;


	}
}

/* blog */

.btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(157, 133, 78, 1);
	border-radius: 130px;
	border: 1px solid rgba(157, 133, 78, 1);
	padding: 0px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: max-content;
	height: 52px;
	transition: .3s ease;

}

.btn:hover {
	color: white;
	background-color: rgba(157, 133, 78, 1);
}

.title__main {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.blog__item {
	width: 100%;
	background-color: rgba(250, 250, 250, 1);
	border-radius: 0px 40px 0px 40px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.wrapper {
	overflow: hidden;
}

.over-links {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.blog__item-con img {
	width: 100%;
	padding: 8px 8px 14px 8px;
	border-radius: 0px 40px 0px 40px;
	object-fit: cover;
	height: 180px;
}

.blog__item:hover {
	opacity: 0.8;
}

.blog__item-title {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	margin-bottom: 12px;
	padding: 0px 20px;
}

.blog__item-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	padding: 0px 20px;

}

.blog__item-inf {
	padding: 0px 20px 20px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(155, 155, 155, 1);
	margin-top: 8px;
}

.none {
	display: none;
}

.blog__body .blog__item {
	flex-direction: column;
	align-items: flex-start;
	height: auto;
}

/* Вариант 1: Через :has() — современные браузеры */
.pag__rel:has(.swiper-button-prev.swiper-button-lock):has(.swiper-button-next.swiper-button-lock) {
	display: none;
}

/* Если нужно учитывать и пагинацию */
.pag__rel:has(.swiper-button-lock) {
	display: none;
}

@media(max-width: 768px) {

	.title__main .btn {
		display: none;
	}

	.title__main {
		text-align: center;
		margin-bottom: 30px;
		justify-content: center;
	}

	.blog__item-con img {
		padding: 7px 7px 16px 7px;
		height: 148px;
	}

	.blog__item-title {
		font-size: 19px;
		margin-bottom: 8px;
	}

	.blog__item-text {
		font-size: 12px;
	}

	.blog__item-inf {
		font-size: 12px;
		margin-top: 10px;
	}

	.blog .btn.none {
		display: flex;
	}

	.blog .pag__rel {
		margin: 30px 0px 20px 0px;
	}
}

/* faq */

.faq-item {
	background: rgba(250, 250, 250, 1);
	border-radius: 30px;
	margin-bottom: 16px;
	overflow: hidden;
	transition: box-shadow 0.3s ease;
}

.faq-item:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-question {
	width: 100%;
	padding: 27px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);
	transition: color 0.3s ease;
}

.faq-question:hover {
	color: rgba(157, 133, 78, 1);
}

.faq-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 16px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-icon svg {
	width: 20px;
	height: 20px;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Closed state - outlined circle */
.faq-item:not(.active) .faq-icon {
	border: 1px solid rgba(157, 133, 78, 1);
	background: transparent;
}

.faq-item:not(.active) .faq-icon svg {
	stroke: rgba(157, 133, 78, 1);
	transform: rotate(0deg);
}

/* Open state - filled circle */
.faq-item.active .faq-icon {
	background: rgba(157, 133, 78, 1);
	border: 1.5px solid rgba(157, 133, 78, 1);
}

.faq-item.active .faq-icon svg {
	stroke: #ffffff;
	transform: rotate(180deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.3s ease;
	opacity: 0;
}

.faq-item.active .faq-answer {
	max-height: max-content;
	opacity: 1;
}

.faq-answer-content {
	padding: 0 32px 24px;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);
}

/* Smooth text reveal */
.faq-answer-content {
	transform: translateY(-10px);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.faq-item.active .faq-answer-content {
	transform: translateY(0);
}

.faq__body h2 {
	margin-bottom: 40px;
	text-align: center;
}

@media(Max-width: 768px) {
	.faq-question {
		padding: 20px;
		display: flex;
		font-size: 19px;
	}

	.faq-icon {
		width: 38px;
		height: 38px;
	}

	.faq__body h2 {
		margin-bottom: 30px;
	}

	.faq-answer-content {
		padding: 0 20px 20px;
		font-size: 14px;
	}
}

/* Responsive */
@media (max-width: 640px) {
	.faq-question {
		padding: 20px 24px;
		font-size: 18px;
	}

	.faq-answer-content {
		padding: 0 24px 20px;
		font-size: 15px;
	}

	.faq-icon {
		width: 36px;
		height: 36px;
	}

	.faq-icon svg {
		width: 18px;
		height: 18px;
	}
}

/* call */

.call__body {
	position: relative;
	border-radius: 0px 60px 0px 60px;
	/* overflow: hidden; */
	/* чтобы скругление работало */
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.call__body::before,
.call__body::after {
	overflow: hidden;
	border-radius: 0px 60px 0px 60px;
}

.call__body::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/mesbd.png') center/cover no-repeat;
	z-index: 1;
	/* изображение под цветом и контентом */
}

.call__body::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.8);
	z-index: 2;
	/* цвет поверх изображения, но под контентом */
	border-radius: 0px 60px 0px 60px;
}

.call__content {
	position: relative;
	z-index: 3;
	/* контент поверх всего */
	padding: 20px;
	/* при необходимости */
	color: white;
	/* если текст белый */
	max-width: 830px;
	width: 100%;
}

.call__content {
	padding: 50px 0px 50px 100px;
}

.call__content .title {
	color: white;
}

.call__content p {
	margin: 20px 0px 30px 0px;
	color: white;
	max-width: 450px;
}

.call__content .btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);
	background-color: rgba(255, 255, 255, 1);
	height: 60px;
	max-width: 285px;
	border: 0px;
	width: 100%;
	margin-bottom: 20px;
}

.call__content .btn:hover {
	opacity: 0.8;
}

.masing a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 1);
	transition: .3s ease;
}

.masing a:hover {
	opacity: 0.8;
}

.masing {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.masing a img {
	width: 18px;
	height: 18px;
}

.call-abs {
	max-width: 526px;
	width: 100%;
	background-color: #C29F5D;
	border-radius: 0px 60px 0px 60px;
	position: relative;
	z-index: 3;
}

.call-abs:after {
	content: '';
	position: absolute;
	background-color: #E3CB96;
	width: 315px;
	height: 315px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 40%;
}
/* 
.call-abs img {
	position: absolute;
	left: 50%;
	transform: translate(-44%, -0%);
	width: 459px;
	bottom: 0;
	left: 50%;
	height: 405px;
	z-index: 3;
} */

.call-abs img {
	position: absolute;
    transform: translate(-47%, -0%);
    width: 85%;
    bottom: 0;
    left: 50%;
    height: auto;
    z-index: 3;
}

.call1 .btn {
	background-color: rgba(157, 133, 78, 1);
	color: white;
}

@media(max-width: 1000px) {
	.call__body {
		flex-direction: column;
		border-radius: 0px 40px 0px 40px;
	}

/* 	.call-abs img {
		position: absolute;
		left: 50%;
		transform: translate(-44%, -0%);
		width: 285px;
		bottom: 0;
		left: 50%;
		height: 276px;
		z-index: 3;
	} */
	
	.call-abs img {
        position: absolute;
        left: 50%;
        transform: translate(-49%, -0%);
        width: 285px;
        bottom: 0;
        left: 50%;
        height: 276px;
        z-index: 3;
    }

	.call-abs:after {
		width: 216px;
		height: 216px;
	}

	.call-abs {
		max-width: 100%;
		height: 255px;
		border-radius: 0px 40px 0px 40px;
	}

	.call__content {
		position: relative;
		z-index: 3;
		padding: 30px 20px;
		color: white;
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.call__content p {
		text-align: center;
		margin: 12px 0px 20px 0px;
	}

	.call__content .title {
		text-align: center;
	}
}

/* call2 */

.call1__body {
	border-radius: 0px 60px 0px 60px;
	background-color: rgba(34, 34, 34, 1);
}

.call-title.title {
	color: white;
}

.call1__content {
	padding: 70px 0px 70px 100px;
	max-width: 740px;
}

.call1__content p {
	color: white;
	margin: 20px 0px 30px 0px;
	max-width: 460px;
}

.call1__body {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.call-abs1 {
	max-width: 553px;
	width: 100%;
	position: relative;
	margin-right: 70px;
}

.call-abs1 img {
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 1;
}

.call-abs1:after {
	content: '';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.4);
	width: 315px;
	height: 315px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 40%;
}

.call1__content .btn {
	max-width: 285px;
	width: 100%;
	height: 60px;
	background-color: rgba(157, 133, 78, 1);
	color: white;
}

.call1__content .btn:hover {
	opacity: 0.8;
}

@media(max-width: 1000px) {
	.call1__body {
		flex-direction: column;
		gap: 0;
		border-radius: 0px 40px 0px 40px;
	}

	.call-abs1 {
		max-width: 100%;
		height: 246px;
		margin-right: 0;
	}

	.call-abs1 img {
		height: 246px;
	}

	.call-abs1:after {
		width: 216px;
		height: 216px;
	}

	.call1__content {
		padding: 30px 20px;
		max-width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.call1__content p {
		color: white;
		margin: 12px 0px 20px 0px;
		max-width: 460px;
		text-align: center;
	}

	.call ._container-mg {
		padding: 0;
	}

	.call1__content .call-title.title {
		text-align: center;
	}

}

/* call3 */

.call3__body {
	border-radius: 0px 60px 0px 60px;
	position: relative;
	overflow: hidden;
	padding: 50px;
}

.call3__body::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/revvv.png') center/cover no-repeat;
	z-index: 1;
	/* изображение под цветом и контентом */
}

.call3__body::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.8);
	z-index: 2;
	/* цвет поверх изображения, но под контентом */
	border-radius: 0px 60px 0px 60px;
}

.call3__body h2 {
	text-align: center;
}

.call3__content {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.call3__content p {
	color: white;
	margin: 20px 0px 30px 0px;
	max-width: 460px;
	text-align: center;
}

.call3__content .btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: white;
	background-color: rgba(157, 133, 78, 1);
	height: 60px;
	max-width: 285px;
	border: 0px;
	width: 100%;
	margin-bottom: 20px;
}

.call3__content .btn:hover {
	opacity: 0.8;
}

@media(Max-width: 768px) {
	.call3__content p {
		margin: 12px 0px 20px 0px;
	}

	.call3__body,
	.call3__body::after {
		border-radius: 0px 40px 0px 40px;
	}
}

/* swiper  */

.swiper {
	width: 100%;
	height: 100%;
}

/* .swiper-slide {
display: flex;
justify-content: center;
align-items: center;
} */



.pag__re {
	position: relative;
}

.pag__rel div {
	position: relative;
}

.pag__rel .swiper-button-next,
.pag__rel .swiper-button-prev,
.pag__rel .swiper-pagination {
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 0;
}

.pag__rel .swiper-button-next,
.swiper-hero-next {
	transform: rotate(180deg);
}

.pag__rel .swiper-pagination-bullet,
.par-hero .swiper-pagination-bullet {
	opacity: 1;
	background-color: rgba(250, 250, 250, 1);
	width: 10px;
	height: 10px;
}


.pag__rel .swiper-pagination-bullet-active,
.par-hero .swiper-pagination-bullet-active {
	background-color: rgba(157, 133, 78, 1);
}

.pag__rel {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: max-content;
	gap: 60px;
	margin-top: 30px;
	margin-bottom: 20px
}

.rel__body {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.swiper-navigation-icon {
	display: none;
}

.swiper-btn {
	width: 42px;
	height: 42px;
	min-width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(250, 250, 250, 1);
	border-radius: 6px;
	transition: .3s ease;
}

.team__body .btn {
	margin: 0 auto;
}

.slider-rev {
	padding: 30px;
	border-radius: 0px 60px 0px 60px;
	background-color: rgba(250, 250, 250, 1);
	flex-direction: column;
	align-items: flex-start;
}

.slider-rev-img img {
	width: 58px;
	height: 58px;
	object-fit: cover;
	border-radius: 8px;
}

.slider-rev-inf {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	margin: 12px 0px;
}

.slider-rev-inf span {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);
}

.starsi {
	display: flex;
	align-items: center;
	gap: 4px;
}

.inf__mapi-item {
	max-width: 161px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 4px;
	position: relative;
	transition: .3s ease;
}

.inf__mapi-item:hover {
opacity: 0.7;
}

.rev__bd {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
}

.inf-mapi {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.line-mes {
	width: 1px;
	height: 22px;
	background-color: rgba(235, 235, 235, 1);
}

@media(max-width: 768px) {

	.team .btn {
		max-width: 100%;
	}

	.starsi {
		gap: 2px;
	}

	.inf-mapi {
		gap: 10px;
	}

	.rev__bd h2 {
		text-align: center;
	}

	.rev__bd {
		margin-bottom: 30px;
	}

	.slider-rev {
		padding: 20px;
	}

	.slider-rev-inf span {
		font-size: 19px;
	}

	.slider-rev__con {
		font-size: 14px;
	}
}

/* team__bd */

.team__bd {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 40px;
}

.team__bd .btn {
	margin: 0;
}

.slider-team {
	height: 475px;
	border-radius: 0px 40px 0px 40px;
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 20px;
	background: linear-gradient(360deg, rgba(34, 34, 34, 0.9) 8.89%, rgba(34, 34, 34, 0) 71.14%);


}

.slider-team img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	top: 0;
	left: 0;
}

.team-cn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
	gap: 6px;
}

.team-cn p {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: 0%;
	vertical-align: bottom;
	color: rgba(255, 255, 255, 1);
}

.team-cn span {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(155, 155, 155, 1);
}

.slider-team {
	height: 475px;
	border-radius: 0px 40px 0px 40px;
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 20px;
	/* убрать background отсюда */
}

.slider-team img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.slider-team__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(360deg, rgba(34, 34, 34, 0.9) 8.89%, rgba(34, 34, 34, 0) 71.14%);
	z-index: 2;
}

.team-cn {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
	gap: 6px;
	z-index: 3;
	/* текст всегда сверху */
}

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

	.team__bd {
		margin-bottom: 30px;
		justify-content: center;
	}

	.team__bd h2 {
		text-align: center;
	}

	.slider-team {
		height: 394px;
		border-radius: 0px 30px 0px 30px;

	}

	.team-cn span {
		font-size: 14px;
	}

	.team-cn p {
		font-size: 21px;
	}

	.team .btn.none {
		display: flex;
	}

	.pag__rel {
		gap: 30px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* usl  */

.usl__body-cn {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.slider-team.usl-item {
	height: 350px;
}

.usl-cn {
	position: relative;
	z-index: 1;
}

.usl-cn {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
	gap: 6px;
	z-index: 3;
}

.usl-cn p {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: white;
}

.usl-cn a {
	position: relative;
	color: rgba(157, 133, 78, 1);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;

}

.usl-cn a img {
	position: relative;
	width: 14px;
	height: 14px;
}

.slider-team {
	transition: .3s ease;
	cursor: pointer;
}

.slider-team:hover {
	opacity: 0.8;
}

.slider-team:hover .usl-cn a {
	text-decoration: underline;
}

.usl__body-cn.usl__body-cn-swip {
	display: block;
}

@media(max-width: 1060px) {
	.usl__body-cn {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 850px) {
	.usl__body-cn {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

	.slider-team.usl-item {
		height: 289px;
	}

	.usl-cn p {
		font-size: 19px;
	}

	.usl-cn a {
		font-size: 14px;
		gap: 4px;
	}
}

@media(max-width: 600px) {
	.usl__body-cn {
		grid-template-columns: repeat(1, 1fr);
	}

	.mySwiper-usl {
		overflow: visible;
	}

}

/* adv */

.adv__body-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.adv__body h2 {
	text-align: center;
	margin-bottom: 90px;
}

.adv__img-center {
	width: 100%;
	border-radius: 0px 40px 0px 40px;
	background-color: rgba(157, 133, 78, 1);
	position: relative;
	height: 390px;

}

.adv__img-center:after {
	content: '';
	position: absolute;
	background-color: rgba(255, 255, 255, 0.4);
	width: 315px;
	height: 315px;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 40%;
}

.adv__img-center img {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 440px;
	border-radius: 0px 0px 0px 40px;
	object-fit: cover;
	z-index: 1;
}

.adv-items {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 52px;
}

.adv-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.adv-item-left .adv__item-col {
	align-items: flex-end;
}

.adv-item-left span {
	text-align: right;
}

.adv-item span {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(155, 155, 155, 1);
}

.adv-item p {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: rgba(34, 34, 34, 1);
}

.adv__item-col {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	width: 100%;
}

@media(max-width: 768px) {
	.adv__body-content {
		display: flex;
		flex-direction: column-reverse;
	}

	.adv-items {
		margin: 0;
		gap: 20px;
	}

	.adv-item p {
		font-size: 19px;
	}

	.adv-item-left {
		align-items: flex-start;
	}

	.adv-item-left span {
		text-align: left;
	}

	/* Для левой колонки */
	.adv__body-content .adv__img-center {
		order: 1;
		/* Первый становится вторым */
	}

	.adv__item-col {
		gap: 10px;
		flex-direction: row;
		align-items: center;
	}

	.adv-item {
		gap: 10px;
	}

	.adv__img-center img {
		height: 364px;
		height: 364px;
		width: 320px;
		transform: translate(-50%, -0%);
		bottom: 0;
		left: 50%;
	}

	.adv__img-center {
		height: 320px;

	}

	.adv__body h2 {
		margin-bottom: 71px;
	}
}

/* hero */

.hero {
	min-height: 580px;
	height: 100%;
	width: 100%;
	position: relative;


}

.hero__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #222222 8.54%, rgba(34, 34, 34, 0) 71.53%);
	top: 0;
	left: 0;
	z-index: 2;
}

.hero .hero__img-over {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero__body {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 3;
	height: 100%;
	width: 100%;
	padding-top: 160px;
	padding-bottom: 70px;
}

.hero__body h1 {
	max-width: 721px;
}

.hero__body p {
	color: white;
	margin: 20px 0px 40px 0px;
	max-width: 610px;
}

.hero__content {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.hero__content .btn {
	color: white;
	background-color: rgba(157, 133, 78, 1);
}

.hero__content .btn:hover {
	opacity: 0.8;
}

@media(max-width: 768px) {
	.hero__content {
		flex-direction: column;
	}

	.hero__body p {
		margin: 12px 0px 30px 0px;
	}

	.hero {
		min-height: 640px;
	}

	.hero__body {
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.hero__overlay {
		background: rgba(34, 34, 34, 0.6);

	}
}

@media(max-width: 550px) {
	.hero .hero__img-over {
		object-position: center;
	}
}

/* banner- slider  */

.mg-60 {
	margin: 60px 0px;
}

.slider-hero {
	min-height: 480px;
	border-radius: 0px 60px 0px 60px;
	position: relative;
	overflow: hidden;
	padding: 0px 47px;
	justify-content: flex-start;
}

.heros-over {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.heros__item {
	position: relative;
	z-index: 1;
	backdrop-filter: blur(14px);
	background: rgba(0, 0, 0, 0.4);
	padding: 50px;
	border-radius: 20px;
	max-width: 595px;
	margin: 72px 0px;

}

.heros__item .title,
.heros__item p {
	color: white;
}

.heros__item p {
	margin: 20px 0px 30px 0px;
}

.heros__item .btn {
	max-width: 285px;
	height: 60px;
	color: white;
	background-color: rgba(157, 133, 78, 1);
	width: 100%;
}

.heros__item .btn:hover {
	opacity: 0.8;
}

.hero-slider .swiper-btn {
	background: rgba(235, 235, 235, 1);

}

.hero-slider .swiper-hero-next {
	right: -20px;
}

.hero-slider .swiper-hero-prev {
	left: -20px;
}

.mySwiper-hero {
	overflow: visible;
}

.slider-hero {
	height: auto;
}

@media(max-width: 768px) {
	.heros__item {
		padding: 20px;
		margin: 20px 0px 30px 0px;
	}

	.mg-60 {
		margin: 40px 0px;
	}

	.slider-hero {
		border-radius: 0px 40px 0px 40px;
		padding: 0px 23px;
	}

	.heros__item p {
		margin: 7px 0px 20px 0px;
	}
}

/* header  */

.header__up {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0px;
}

.header__up p {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(155, 155, 155, 1);
}

.nez__body {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	transition: .3s eases;
	color: rgba(155, 155, 155, 1);
}

.nez__body:hover {
	text-decoration: underline;
}

.header__inf-item {
	display: flex;
	flex-direction: row;
	align-items: center;

}

.header__inf-item p {
	margin: 0px 8px 0px 2px;
	text-decoration: none;
}

.header__inf-item a {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-decoration: underline;
	color: rgba(155, 155, 155, 1);
	margin-top: 3px;
}

.header__inf-item a:hover {
	text-decoration: none;
}

.header__inf-item-time {
	gap: 6px;
}

.header__up-inf {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
}


/*  */

/* остальные страницы */

@media(max-width: 768px) {
	.pag__rel {
		justify-content: space-between;
		width: 100%;
	}

	.main .btn {
		font-size: 14px;
		height: 52px;
		max-width: 100%;
		width: 100%;
	}
}

.usl__body-cn .links-usl {
	padding: 30px;
	border-radius: 0px 40px 0px 40px;
	background-color: rgba(250, 250, 250, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	text-align: center;
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: rgba(34, 34, 34, 1);

	/* Плавный переход для всех эффектов */
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.usl__body-cn .links-usl:hover {
	transform: translateY(-8px) scale(1.02);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.15),
		0 8px 16px rgba(0, 0, 0, 0.1),
		0 2px 4px rgba(0, 0, 0, 0.05);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}

.single__info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	margin: 20px 0px;
}

.single__info-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.single__info-item p {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #9B9B9B;
}

.single-img img {
	border-radius: 0px 60px 0px 60px;
	height: 480px;
	width: 100%;
	object-fit: cover;
}

.banner__main h1 {
	color: #222222;
	margin-bottom: 40px;

	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 49px;
	line-height: 120%;
	letter-spacing: 0%;

}

@media(max-width: 768px) {
	.banner__main h1 {
		font-size: 36px;
	}
	        
}

.breadcrumb__body {
	margin-bottom: 12px;
}

.breadcrumb__body span,
.breadcrumb__body span a {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #9B9B9B;
}

.breadcrumb__body span {
	color: #9D854E;
}

.single-line {
	width: 100%;
	height: 1px;
	background-color: #EBEBEB;
	margin: 20px 0px;
}

.single-spec {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	border-radius: 70px;
	background-color: #FAFAFA;
	padding: 11px;
	position: relative;
}

.single-spec-info__img img {
	object-fit: cover;
	border-radius: 100%;
	width: 60px;
	height: 60px;
}

.single-spec-info {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.single-spec-info__content {
	display: flex;

	flex-direction: column;
	gap: 4px;
}

.single-spec-info__content p {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #16162F;
}

.single-spec-info__content span {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #9B9B9B;
}

.single-spec__btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.single-spec__btn-a {
	color: #9D854E;
	border: 1px solid #9D854E;
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 130px;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: center;
	padding: 0px 40px;

}

.single-spec__btn .btn {
	color: white;
	background-color: #9D854E;
	border-radius: 130px;
}

.single-spec__btn .btn:hover {
	opacity: 0.8;
}

.over-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-spec {
	transition: .3s ease;
}

.single-spec:hover {
	opacity: 0.8;
}

@media(max-width: 1100px) {
	.single-spec {
		flex-direction: column;
		border-radius: 40px;
		gap: 12px;
		padding: 16px;
	}

	.single-spec-info__content p {
		font-size: 19px;
	}

	.single-spec-info__content span {
		font-size: 12px;
	}
}

@media(max-width: 768px) {
	.single-spec__btn {
		gap: 16px;
		flex-direction: column;
	}

	.single-spec__btn-a,
	.single-spec__btn .btn,
	.single-spec__btn {
		max-width: 100%;
		width: 100%;
	}

	.single-spec__btn-a {
		font-size: 12px;
		height: 34px;
	}

	.single__info {
		margin: 16px 0px 20px 0px;
		gap: 12px;
		flex-wrap: wrap;
	}
}

/* Стили для якорных табов */
.yas {
	background: #FAFAFA;
	padding: 9px 0px;
	margin: 20px 0px;
}

.tabs-usl.ya {
	gap: 0;
}

.tabs-item.ya,
.tabs-item.ya a {
	padding: 0;
	border: 0;
	color: rgba(22, 22, 47, 1);
	height: auto;
	border-radius: 0;
}

.tabs-item.ya {
	padding: 0px 20px;
	border-right: 1px solid #EBEBEB;
	color: #9B9B9B;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;

}

.tabs-item.ya:hover,
.tabs-item.ya a:hover {
	color: rgba(241, 105, 30, 1);
	border: 0;
	border-right: 1px solid #EBEBEB;
	transition: 0.3s;
}

.tabs-item.ya:last-child {
	border-right: 0;
	padding-right: 0;
}

.tabs-item.ya:first-child {
	padding-left: 0;
}

.tabs-item.ya.bold {
	color: #091428;
}

.yas.fixed {
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 990;
	margin: 0;
}

@media(max-width: 1020px) {
	/*   .yas.fixed {
	top: 40px;
} */
}

.btn-usl-pr.ya {
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.08));
}

.tabs-usl-wrapper {
	position: relative;
}

.tabs-usl-wrapper.ya::before,
.tabs-usl-wrapper.ya::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	pointer-events: none;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.tabs-usl-wrapper.ya.shadow-left::before {
	opacity: 1;
	left: 0;
	background: linear-gradient(to right, rgba(249, 250, 253, 1), rgba(249, 250, 253, 0));
}

.tabs-usl-wrapper.ya.shadow-right::after {
	opacity: 1;
	right: 0;
	background: linear-gradient(to left, rgba(249, 250, 253, 1), rgba(249, 250, 253, 0));
}

.tabs-scroll-btn.ya .btn-usl-pr {
	width: 24px;
	height: 24px;
	border-radius: 2px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.08));
	transform: rotate(0deg);
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.tabs-scroll-btn.ya .btn-usl-pr.right {
	transform: rotate(180deg);
	position: absolute;
	top: -5px;
	right: 0;
}

.btn-usl-pr.ya.left {
	position: absolute;
	left: 0;
	top: -5px;
}

.tabs-usl.ya {
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
	/* Запрещаем перенос текста */
	display: flex;
	/* Убедитесь, что это flex-контейнер */
	flex-wrap: nowrap;
	/* Запрещаем перенос элементов */
}

.tabs-usl.ya::-webkit-scrollbar {
	display: none;
}

.tabs-item.ya.active {
	color: rgba(241, 105, 30, 1);
}

/*  */

table {
	width: 100%;
	border-collapse: separate;
	/* ← изменено с collapse на separate */
	border-spacing: 0;
	/* ← убираем промежутки между ячейками */
	border: 1px solid #EBEBEB;
	border-radius: 20px;
	/* ← теперь работает */
	overflow: hidden;
	/* ← обрезаем содержимое по скруглению */
	margin: 20px 0px;
}

th {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	padding: 18px 24px;
	text-align: left;
}

td {
	padding: 16px 24px;
	border-bottom: 1px solid #f0f0f0;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #222222;
}

tbody tr:nth-child(odd) {
	background: #FAFAFA;
}

tbody tr:last-child td {
	border-bottom: none;
}

tbody tr:hover {
	background: #f5f5f5;
	transition: background 0.2s ease;
}

/* Закругление углов шапки */
thead tr:first-child th:first-child {
	border-radius: 20px 0 0 20px;
}

thead tr:first-child th:last-child {
	border-radius: 0 20px 20px 0;
}

/* Закругление нижних углов последней строки */
tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}

tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

tr th {
	background-color: #9D854E;
}

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
}

.table-wrapper table {
    min-width: 700px;
}

.gal__content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.gal__content img {
	height: 400px;
	object-fit: cover;
	cursor: pointer;
	width: 100%;
	border-radius: 0px 60px 0px 60px;
	transition: .3s ease;
	position: relative;
}


.gal__content-img {
	transition: .3s ease;
	position: relative;
}

.gal__content-img:hover {
	opacity: 0.8;
}

.gal__content-img:hover::after {
	content: '';
	background: url(../img/lupa.svg) no-repeat center;
	background-size: contain;
	/* или укажите размеры в пикселях */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* Центрирование иконки */
	width: 50px;
	/* Укажите ширину иконки */
	height: 50px;
	/* Укажите высоту иконки */
	z-index: 1;
	/* Чтобы иконка была выше изображения */
}

.rav__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.rab__item {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rab__item img {
	width: 100%;
	object-fit: cover;
	border-radius: 0px 60px 0px 60px;
	height: 350px;
}

.rab__item-img {
	position: relative;
}

.rab__item-img:after {
	content: 'До';
	position: absolute;
	top: 10px;
	right: 15px;
	background-color: rgba(157, 133, 78, 1);
	padding: 10px;
	color: white;
	font-size: 12px;
	border-radius: 0px 60px 0px 60px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.rab__item-img::before {
	content: 'После';
	position: absolute;
	bottom: 10px;
	left: 15px;
	background-color: rgba(157, 133, 78, 1);
	padding: 10px;
	color: white;
	font-size: 12px;
	border-radius: 0px 60px 0px 60px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.rab__item p {
	font-weight: 500;
}

.paci__body {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(6, 1fr);
}

@media(min-width: 850px) {
	.paci__item:nth-child(-n+2) {
		grid-column: span 3;
	}

	.paci__item:nth-child(n+3):nth-child(-n+5) {
		grid-column: span 2;
	}

	.paci__item:nth-child(n+6):nth-child(-n+7) {
		grid-column: span 3;
	}

	.paci__item:nth-child(n+8):nth-child(-n+10) {
		grid-column: span 2;
	}

	.paci__item:nth-child(5n+1),
	.paci__item:nth-child(5n+2) {
		grid-column: span 3;
	}

	.paci__item:nth-child(5n+3),
	.paci__item:nth-child(5n+4),
	.paci__item:nth-child(5n+5) {
		grid-column: span 2;
	}
}

@media(max-width: 850px) {
	.paci__body {
		grid-template-columns: repeat(3, 1fr);
	}
}

.paci__item {
	padding: 30px;
	border-radius: 0px 60px 0px 60px;
	background-color: rgba(250, 250, 250, 1);
	display: flex;
	flex-direction: column;
	/* колонка */
	align-items: stretch;
	/* растягиваем на всю ширину */
	height: auto;
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: rgba(34, 34, 34, 1);
	gap: 20px;
	justify-content: space-between;
	position: relative;
	transition: .3s ease;
}

.paci__item p {
	margin: 0;
	text-align: left;
	/* прижато к левому краю */
	align-self: flex-start;
	/* прижимаем элемент влево */
}

.paci__item .paci-btn {
	align-self: flex-end;
	/* прижимаем элемент вправо */
	text-align: right;
}

.hero__body .breadcrumb__body a {
	color: white;
}

.hero__body .breadcrumb__body p {
	margin: 0;
}

.paci__item .paci-btn {
	position: relative;
	color: rgba(157, 133, 78, 1);
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 6px;
	transition: .3s ease;
}

.paci__item:hover {
	opacity: 0.8;
}

.paci__item:hover .paci-btn {
	text-decoration: underline;
}

.paci__item p {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
}

@media(Max-width: 950px) {
	.gal__content {
		grid-template-columns: repeat(3, 1fr);
	}
}

.gal-body h2 {
	margin-bottom: 40px;
}

@media(Max-width: 768px) {

	.gal__content,
	.rav__content,
	.paci__body {
		grid-template-columns: repeat(2, 1fr);
	}

	.paci__item p {
		font-size: 18px;
	}

	.paci__item .paci-btn {
		font-size: 14px;
	}

	.paci__item {
		padding: 20px;
	}

	.gal-body h2 {
		margin-bottom: 30px;
	}
}

@media(Max-width: 600px) {

	.gal__content,
	.rav__content,
	.paci__body {
		grid-template-columns: repeat(1, 1fr);
	}

	.gal__content img {
		height: 300px;
	}
}

.rab-filter {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.filter-btn {
	cursor: pointer;
	border: 1px solid rgba(157, 133, 78, 1);
}

.filter-btn input {
	display: none;
}

.filter-btn:has(input:checked) {
	background: rgba(157, 133, 78, 1);
	color: white;
	border-color: rgba(157, 133, 78, 1);
}

.rab__item {
	transition: all 0.3s;
}



/* speci  */

.speci__body {
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.speci__img img {
	width: 500px;
	height: 700px;
	object-fit: cover;
	border-radius: 0px 40px 0px 40px;
}

.speci__body h1 {
	color: rgba(34, 34, 34, 1);
}

.speci__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.speci__content p {
	color: #9D854E;
}

.speci__content .masing a {
	border: 1px solid #9D854E;
}

.speci__btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.swiper-wrapper.gal__content {
	display: flex;
	gap: 0;
}

.rab__item-img {
	position: relative;
}

.rab__item-img:hover {
	opacity: 0.8;
}

@media(max-width: 1050px) {
	.speci__body {
		flex-direction: column;
		gap: 15px;
	}

	.speci__content,
	.speci__btns {
		margin-top: 0;
	}

	.speci__img {
		display: flex;
		justify-content: center;
	}

}

@media(max-width: 768px) {
	.speci__btns {
		flex-direction: column;
		gap: 15px;
	}

	.speci__img img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		border-radius: 0px 40px 0px 40px;
	}
}


/* footer  */

.footer__down {

	background-color: #222222;
	padding: 10px 0px;
	padding-bottom: 50px;
}

.footer__down-body {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
}

.footer__down-body a {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #FFFFFF;
}

.footer__down-body a:hover {
	text-decoration: underline;
}

.footer__up {
	border-radius: 40px 40px 0px 0px;
	background-color: #FAFAFA;
	padding: 32px 0px 30px 0px;
}

.footer-logos {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.footer-logo {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.footer-logo a {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 25px;
	line-height: 120%;
	color: #9D854E;
}

.footer-logo span {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #222222;
	max-width: 127px;
}

.menus-footer__item-title {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #222222;
	margin-bottom: 16px;
}

.main-menu ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.main-menu ul a {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #222222;
	transition: .3s ease;
}

.main-menu ul a:hover {
	color: #9D854E;
}

.footer__up-body {
	display: flex;
	flex-direction: row;
	gap: 87px;
}

.menus-footer__body {
	display: flex;
	flex-direction: row;
	gap: 43px;
}

.usl__body.usl-single .team__bd {
	gap: 20px;
	flex-direction: column;
	align-items: flex-start;

}

.usl__body.usl-single .slider-team.usl-item {
	height: 200px;
}

.usl__body.usl-single .pag__rel {
	margin-bottom: 0;
}

@media(max-width: 762px) {
	.usl__body.usl-single .team__bd h2 {
		text-align: left;
	}
}

@media(max-width: 950px) {
	.menus-footer__body {
		flex-direction: column;
		gap: 20px;
	}

	.menus-footer__item-title {
		font-size: 19px;
	}

	.footer__up-body {
		gap: 16px;
	}
}

@media(max-width: 550px) {
	.footer__up-body {
		flex-direction: column;
	}

	.footer-logo a {
		font-size: 18px;
	}

	.footer-logo span {
		font-size: 8px;
		max-width: 83px;
		color: #9B9B9B;
	}

	.footer-logos {
		gap: 21px;
	}

	.footer__down-body {
		justify-content: center;
	}

	.nez__body p {
		color: #9B9B9B;
	}

	.footer__up {
		padding: 20px 0px;
	}
}

/* contact */

.contact__body-cn {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	background-color: rgba(250, 250, 250, 1);
	border-radius: 0px 40px 0px 40px;
	overflow: hidden;
}

.contact__body-cn-inf {
	padding: 30px;
}

.contact__body-cn-inf h1 {
	color: #222222;
	margin-bottom: 30px;
}

.mes-tel {
	display: flex;
	flex-direction: row;
	gap: 6px;
	align-items: flex-start;
}

.mes-tel a,
.mes-tel p {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #222222;
	transition: .3s ease;
}

.mes-tel a:hover {
	text-decoration: underline;
}

.ft-mes-bd {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.mes-tel img {
	margin-top: 3px;
}

.mes-tel-bb.mes-tel-bb-adr a {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	vertical-align: middle;
	text-decoration: underline;
	color: #9D854E;
	transition: .3s ease;
}

.mes-tel-bb.mes-tel-bb-adr a:hover {
	text-decoration: none;
}

.contact__body-cn-map {
	border-radius: 0px 40px 0px 40px;
	overflow: hidden;
	max-width: 500px;
	width: 100%;
}

.ft-mes-bd .masing a {
	border: 1px solid #9D854E;
}

@media(max-width: 950px) {
	.contact__body-cn {
		flex-direction: column;
	}

	.contact__body-cn-map {
		max-width: 100%;
	}

	.contact__body-cn-inf h1 {
		margin-bottom: 20px;
	}

	.contact__body-cn-inf {
		padding: 20px 20px 0px 20px;
	}
}

/* sv  */

.sv__body {
	padding: 40px 50px;
	background-color: #FAFAFA;
	border-radius: 0px 60px 0px 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.sv .adv__body h2 {
	margin-bottom: 40px;
}

.sv__item {
	border-radius: 60px;
	background-color: #FFFFFF;
	padding: 11px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.sv__item-img {
	width: 48px;
	height: 48px;
	background-color: #9D854E;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 48px;
}

.sv__item-img img {
	max-width: 22px;
	width: 100%;
	height: 22px;
}

.sv__item-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.sv__item-text span {
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #9B9B9B;
}

.sv__item-text p {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #222222;
}

@media(max-width: 900px) {
	.sv__body {
		padding: 20px;
		grid-template-columns: repeat(1, 1fr);
		gap: 12px;
	}

	.sv__item-img {
		width: 38px;
		height: 38px;
		min-width: 38px;
	}

	.sv__item-img img {
		width: 20px;
		height: 20px;
	}

	.sv__item {
		gap: 6px;
	}

	.sv__item-text p {
		font-size: 14px;
	}

	.sv__item-text span {
		font-size: 12px;
	}

	.sv .adv__body h2 {
		margin-bottom: 30px;
	}
}

/* price  */

.price__body {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.price__item {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}

.price__item-info {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 600px;
	min-width: 523px;
}

.price__item-info p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #9B9B9B;
}

.price__item-info-title {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: #222222;
}

.price__item-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	max-width: 488px;
	width: 100%;
}

.price__item-cn span {
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #9B9B9B;
}

.price__item-cn p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #222222;
}

.price__item-cn {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.price__item-content a {
	min-width: 48px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	border: 1px solid #9D854E;
	transition: .3s ease;
}

.price__item-content a:hover {
	opacity: 0.6;
}

.price .team__bd h2 {
	max-width: 800px;
}

@media(max-width: 960px) {
	.price__item {
		flex-direction: column;
	}

	.price__item-info,
	.price__item-content {
		max-width: 100%;
		min-width: 100%;
	}

	.price__item-info-title {
		font-size: 19px;
	}

	.price__item-info p {
		font-size: 14px;
	}

	.price__item-content a {
		min-width: 40px;
		width: 40px;
		height: 40px;
	}

	.price .team__bd {
		justify-content: left;
	}

	.price .btn.none {
		margin-top: 30px;
	}
}

/* табы */

.tab-panel {
	display: none;
	animation: fadeIn 0.4s ease;
}

.tabs-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.tab-panel.active {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tabs-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tabs-nav .btn {
	padding: 0px 30px;
	height: 40px;
}

.tab-panel.active {
	display: flex;
}

.btn.active {
	color: white;
	background-color: rgba(157, 133, 78, 1);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

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

/* отзыв */

/* Основные стили для видео-отзывов */
.video-rev {
	background-color: rgba(1, 46, 117, 1);
	padding: 50px 0px;
}

.video-rev__body h2 {
	color: white;
	margin-bottom: 50px;
}

.video-rev__body .btn {
	color: white;
	border: 1px solid white;
}

/* Слайдер видео-отзывов */
.slider-rev-video {
	height: 440px;
	width: 100%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transition: .3s ease;
	cursor: pointer;
}

.slider-rev-video:hover {
	opacity: 0.8;
}

.slider-rev-video .slider-rev-bg {
	width: 100%;
	object-fit: cover;
}

.slider-rev-video .slider-rev-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	transform: translate(-50%, -50%);
}

/* Адаптив для видео-отзывов */
@media(max-width: 768px) {
	.video-rev__body h2 {
		margin-bottom: 30px;
		max-width: 263px;
	}

	.slider-rev-video {
		height: 364px;
	}

	.video-rev {
		padding: 20px 0px;
	}
}

/* Контейнер для отзывов (общий) */
.comm-main-bd {
	/* Стили для контейнера (если есть) */
}

.comm-main-bd__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
	margin: 30px 0px;
}

/* Кнопка "Показать ещё" */
.load-more-wrap {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

.ajax-load-more.btn {
	/* Стили для кнопки загрузки (если используются) */
}

/* Адаптив для контейнера отзывов */
@media(max-width: 768px) {
	.comm-main-bd__body {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 768px) {
	.comm-main-bd__body {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* Звёзды рейтинга */
.stars {
	display: flex;
	flex-direction: row;
	gap: 2px;
}

.rev-text {
	/* Стили для текста отзыва */
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: rgba(22, 22, 47, 1);
}

/* Основные стили для формы отзыва */
.body-form-comi {
	border-radius: 10px;
	padding: 60px 0px;
	text-align: center;
}

.body-form-comi h2 {
	text-align: center;
	margin-bottom: 30px;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 19px;
	margin-bottom: 14px;
}

.form-field {
	width: 100%;
}

.form-field input,
.review-form__message {
	border-radius: 6px;
	border: 1px solid #9D854E;
	padding: 20px 18px;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
}

.review-form__message {
	min-height: 120px;
	max-height: 300px;
	width: 100%;
	resize: vertical;
}

.form-down-sub {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-top: 18px;
}

.review-form__group {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
}

.review-form__rating {
	font-weight: 400;
	font-size: 16px;
	line-height: 18.78px;
	color: #9D854E;
}

/* Рейтинг (звёзды) */
.rating__group {
	overflow: hidden;
	width: 115px;
	margin: 0 auto;
}

.rating__star {
	display: none;
}

.rating__label {
	float: right;
	width: 22px;
	padding: 0;
	cursor: pointer;
	font-size: 26px;
	line-height: 25px;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}

.rating__label:before {
	content: "★";
}

.rating-area:not(:checked)>input:checked~label {
	color: #9D854E;
	text-shadow: 1px 1px #9D854E;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
	color: #9D854E;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
	color: #9D854E;
	text-shadow: 1px 1px #9D854E;
}

/* Сообщение об успешном добавлении отзыва */
#add_review-success {
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	color: #091428;
	font-size: 16px;
}

#add_review-success.show {
	display: flex;
}

/* Кнопка отправки формы */
.form-down-sub .btn {
	margin: 0;
}

.body-rev {
	background: #FAFAFA;
}

/* Адаптив для формы */
@media (max-width: 768px) {
	.body-form-comi {
		padding: 20px 0px;
	}

	.form-row,
	.form-down-sub {
		flex-direction: column;
		gap: 16px;
	}

	.form-row {
		margin-top: 16px;
	}

	.review-form__group {
		flex-direction: column;
		gap: 0;
	}

	.btn-color {
		max-width: 100%;
	}
}

/* комменты */

.comment-form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.comment-respond h2 {
	margin-bottom: 30px;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 19px 30px;
	border-radius: 30px;
	background-color: #FAFAFA;
}

.comment-form textarea {
	min-height: 160px;
	resize: vertical;
	margin-bottom: 12px;
}

.comment-form .submit {
	background: #0073aa;
	color: white;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
	border-radius: 4px;
}

.comments-list {
	margin: 30px 0px;
}


.comments-list ol {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.comment-body {
	padding: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.comment-form .btn {
	margin-top: 20px;
	max-width: 285px;
	width: 100%;
	background-color: rgba(157, 133, 78, 1);
	color: white;
}

.comment-form .btn:hover {
	background-color: white;
	color: rgba(157, 133, 78, 1);
}

.comment-item {
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}

.comment-avatar {
	margin-right: 15px;
}

.comment-content {
	flex: 1;
}

.comment-meta {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
}

.comment-author {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	color: #222222;
	display: block;
	margin-right: 12px;
}

.comment-date {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #9B9B9B;
	display: block;
}

.comment-text {
	margin-top: 5px;
}

.comment-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #222222;
}

.comment-avatar img {
	border-radius: 100%;
}

/* header  */

/* ========== ОВЕРЛЕЙ ========== */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(4px);
	z-index: 700;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

.header-main {
	position: fixed;
	/* Фиксируем хeder */
	top: 50px;
	/* Отступ сверху */
	left: 0;
	right: 0;
	z-index: 1000;
	/* Чтобы хeder был выше других элементов */
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	transition: all 0.3s ease;
	/* плавные изменения */
}

/* Стили при прокрутке */
.header-main.activ-fix {
	top: 10px;
	/* добавьте нужные стили */
}

.header__body-sn {
	backdrop-filter: blur(14px);
	background: #00000066;

	padding: 6px;
	border-radius: 130px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;

}

.head-new .header__body-sn {
	background: #FAFAFA;
}

.head-new .nav-menu__item.dropdown:hover .dropdown-menu {
	background: #FAFAFA;
}

.head-new .header-logo a {
	color: #222222;
}

.head-new .nav-menu__link,
.head-new .btn-num {
	color: #222222;
}

.head-new .nav-menu__link svg path {
	fill: #222222;
}

.header-logo {
	display: flex;
	flex-direction: row;
	gap: 9px;
	align-items: center;
	margin-left: 14px;
}

.header-logo img {
	max-width: 82px;
}

.header-logo p {
	font-family: Inter Tight;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #9B9B9B;
	max-width: 83px;
}

.header__body-sn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}

.header__infos {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.btn-num {
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0%;
	color: #FFFFFF;
}

.btn-num:hover {
	text-decoration: underline;
}

.header__infos .masing a {
	width: 32px;
	min-width: 32px;
	height: 32px;
}

.header__infos .masing a img {
	width: 15px;
	height: 16px;
}

.search-header {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 100%;
	background-color: #222222;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Menu styles */
.nav-menu {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 16px;
}


.nav-menu__link {
	font-weight: 500;
	font-style: Medium;
	font-size: 14px;
	line-height: 140%;

	color: #FFFFFF;
	text-decoration: none;
	margin: 8px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 2px;
}

.nav-menu__link {
	position: relative;
}

.nav-menu__item a {
	white-space: nowrap;
	transition: .3s ease;
}

.nav-menu__item a:hover {
	color: #9D854E;
}

.nav-menu__item.dropdown:hover .nav-menu__link {
	color: #9D854E;
}

.nav-menu__item.dropdown:hover .nav-menu__link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #9D854E;
}


/* Dropdown menu */
.dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #222222;
	border-radius: 30px;
	padding: 20px;
	min-width: 200px;
	z-index: 1001;
	list-style: none;
}

.dropdown-menu li a {
	color: #222222;
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	transition: .3s ease;
}

.dropdown-menu li a:hover {
	color: #9D854E;
}

/* .dropdown:hover .dropdown-menu */
.nav-menu__item.dropdown:hover .dropdown-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	max-width: 1200px;
	background: #FFFFFF;
	margin-top: 17px;
}

.nav-menu__item.dropdown:hover:after {
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: -30px;
	left: 0;
}

.dropdown-menu a {
	color: red;
}

.dropdown-menu li a.mega-column__title {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #9D854E;
	margin-bottom: 12px;
	display: block;
	transition: .3s ease;
}

.dropdown-menu li a.mega-column__title:hover {
	text-decoration: underline;
}

.mega-column__list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dropdown-menu li a.mega-sub-dop-active {

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4;
}

.dropdown-menu li a.mega-sub-dop-active img {
	transform: rotate(180deg);
}

.dropdown-menu li a.mega-sub-dop-active.active {
	color: #9D854E;

}

.dropdown-menu li a.mega-sub-dop-active.active img {
	transform: rotate(0deg);
}

.mega-sublist {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.mega-sub-dop-active img {
	transition: transform 0.3s ease;
	display: inline-block;
}

.mega-sub-dop-active.active img {
	transform: rotate(180deg);
}

.mega-sublist>li {
	padding-left: 10px;
}

.burger {
	display: none;
	width: 38px;
	min-width: 38px;
	height: 38px;
	background-color: white;
	border-radius: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.menu-mobil {
	display: flex;
	position: fixed;
	left: 0;
	z-index: 8888;
	background: white;
	top: 50px;
	width: 100%;
	height: calc(100vh - 50px);
	flex-direction: column;
	padding: 20px;
	transform: translateX(-100%);
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.4s ease;
}

.menu-mobil.active {
	transform: translateX(0);
	opacity: 1;
}

/* ========== МОБИЛЬНОЕ ПОДМЕНЮ (выезд слева) ========== */
.mobile-submenu-wrapper {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	background: #ffffff;
	z-index: 8890;
	transform: translateX(-100%);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	overflow-y: auto;
	/* Убираем padding/margin сверху */
	padding: 0;
	margin: 0;
}

.mobile-submenu-wrapper.active {
	transform: translateX(0);
}

.mobile-submenu-wrapper .dropdown-menu {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 16px;
	width: 100%;
	max-width: 100%;
	background: #ffffff;
	border-radius: 0;
	padding: 20px;
	margin-top: 0;
	/* Убираем абсолютное позиционирование */
	position: static;
	top: auto;
	left: auto;
}

/* Убираем отступы у mega-column внутри мобильного подменю */
.mobile-submenu-wrapper .mega-column {
	margin: 0;
	padding: 0;
}

/* Кнопка "Назад" */
.mobile-submenu-back {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	padding: 20px 20px 16px 20px;
	margin: 0;
	border-bottom: 1px solid #eee;
	font-family: 'Tenor Sans', sans-serif;
	font-size: 16px;
	color: #222222;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

@media(max-width: 1085px) {
	.header__infos .masing {
		display: none;
	}
}

.header-logo a {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 25px;
	line-height: 120%;
	letter-spacing: -6%;
	color: #FFFFFF;
}

.mobile-back-btn {
	width: 38px;
	height: 38px;
	min-width: 38px;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width: 1020px) {

	.nav-menu__link {
		position: static;
	}

	.header-main {
		top: 10px;
		padding: 0px 20px;
	}

	._container.hnone {
		display: none;
	}

	.mobile-submenu-wrapper {
		top: 0;
	}

	.nav-header.decs,
	.header__infos .btn-num {
		display: none;
	}

	.burger {
		display: flex;
	}

	.search-header {
		width: 38px;
		min-width: 38px;
		height: 38px;
	}

	.header__infos {
		gap: 9px;
	}

	.header-logo p {
		font-size: 8px;
	}

	.header-logo img {
		max-width: 58px;
	}

	.ajax-s__body {
		padding: 9px;
	}

	.mmobil-title-header {
		font-family: Tenor Sans;
		font-weight: 400;
		font-style: Regular;
		font-size: 19px;
		line-height: 120%;
		color: #222222;
		margin-bottom: 16px;
	}

	.header__body-sn.active {
		background-color: #FAFAFA;
	}

	.header-logo a {
		font-size: 18px;
	}

	.header__body-sn.active .header-logo a {
		color: #9D854E;
	}

	.menu-mobil .menus-footer__item {
		margin: 20px 0px 30px 0px;
	}

	.nav-menu__link {
		color: #222222;
		margin: 0;
	}

	.nav-menu {
		flex-direction: column;
		gap: 12px;
	}

	.nav-menu__link svg path {
		fill: #222222;
	}

	/* Отключаем десктопное hover-dropdown на мобиле */
	.nav-menu__item.dropdown:hover .dropdown-menu {
		display: none;
	}

	.nav-menu__item.dropdown .nav-menu__link {
		display: flex;
		align-items: center;
	}

	.nav-menu__item.dropdown .nav-menu__link svg {
		transition: transform 0.3s ease;
	}
}

/* ========== HEADER-LOGO В РЕЖИМЕ "НАЗАД" ========== */

.header-logo.mobile-back-mode {
	gap: 12px;
}

span.mobile-section-name {
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0%;
	color: #000000;
}


/* На мобиле уменьшаем размер */
@media(max-width: 1020px) {
	.mobile-section-name {
		font-size: 16px;
	}

	.header-logo.mobile-back-mode {
		gap: 30%;
		max-width: 100%;
		width: 100%;
	}
}

/* поиск */

/* AJAX Search Styles */

.ajax-search-wrapper {
	max-width: 363px;
	position: absolute;
	right: 6px;
	width: 100%;
	background-color: white;
	border-radius: 130px;


}

.ajax-s__body {
	width: 100%;
	padding: 15px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 8px;

}

.ajax-s__left,
.cl-search {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.cl-search {
	position: absolute;
	right: 15px;
}

.ajax-search-input:focus {
	border-color: #0073aa;
}

.ajax-search-wrapper.loading .ajax-search-input {
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px;
	padding-right: 45px;
}

.ajax-search-results {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 8px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	z-index: 9999;
	max-height: 400px;
	overflow-y: auto;
}

.ajax-search-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ajax-search-item {
	border-bottom: 1px solid #f0f0f0;
}

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

.ajax-search-link {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #333;
	transition: background 0.2s;
}

.ajax-search-link:hover {
	background: #f8f9fa;
}

.ajax-search-excerpt {
	text-align: left;
	font-size: 12px;
	display: block;
}

.ajax-search-title {
	display: block;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 4px;
	color: #1a1a1a;
	text-align: left;
}

.ajax-search-type {
	display: inline-block;
	font-size: 11px;
	padding: 2px 8px;
	background: #e0e0e0;
	color: #555;
	border-radius: 4px;
	text-transform: uppercase;
}

.ajax-search-item.page .ajax-search-type {
	background: #d4edda;
	color: #155724;
}

.ajax-search-item.post .ajax-search-type {
	background: #cce5ff;
	color: rgba(157, 133, 78, 1);
}

.ajax-search-no-results,
.ajax-search-error {
	padding: 10px;
	text-align: center;
	color: rgba(157, 133, 78, 1);
}

.ajax-search-more {
	padding: 15px 20px;
	text-align: center;
	border-top: 2px solid #f0f0f0;
	background: #fafafa;
}

.ajax-search-more-btn {
	display: inline-block;
	padding: 10px 24px;
	background: white;
	color: rgba(241, 105, 30, 1);
	border: 1px solid rgba(241, 105, 30, 1);
	text-decoration: none;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.2s;
}

.ajax-search-more-btn:hover {
	background: rgba(241, 105, 30, 1);
	color: white;
}

/* Скрыто по умолчанию */
.ajax-search-wrapper {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

/* Показываем при active */
.ajax-search-wrapper.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Курсоры для кликабельных элементов */
.search-open,
.cl-search {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media(max-width: 1000px) {
	.ajax-search-wrapper {
		padding: 0px 20px;
		z-index: 9999;

		max-width: 100%;
	}
}

@media (max-width: 880px) {
	.ajax-search-results {
		position: fixed;
		top: 53px;
		left: 0px;
		right: 0;
		max-height: calc(100vh - 100px);
		box-shadow: 0;
		border: 0px 0px 4px 4px;
		margin-top: 0;
	}
}

@media(max-width: 1020px) {
	.ajax-s__body {
		padding: 9px;
	}

	.ajax-search-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 99%;
		background-color: white;
		border-radius: 130px;
		top: 6px;
		padding-bottom: 1px;
	}
}

.js-lwpcngNotice.lwpcngNotice {
	margin: 0px 30px;
	background-color: #FAFAFA;
	border-radius: 0px 40px 0px 40px;
	border: 0;
}

.lwpcngNotice_message {
	color: rgba(34, 34, 34, 1);
}

.lwpcngNotice_accept.js-lwpcngAccept {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0%;
	color: rgba(157, 133, 78, 1);
	border-radius: 130px;
	border: 1px solid rgba(157, 133, 78, 1);
	padding: 0px 40px;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	width: max-content;
	/* height: 52px; */
	transition: .3s ease;
	padding: 5px 15px;
}

.main-mg-h {
	margin-top: 107px;
}

@media(max-width: 1020px) {
	.main-mg-h {
		margin-top: 80px;
	}
}

/* serv  */

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.service-card {
	background: rgba(250, 250, 250, 1);
	border-radius: 0px 40px 0px 40px;
	padding: 24px;
}

.service-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 16px;
}

.service-title {
	font-size: 18px;
	font-weight: 500;
	color: #1a1a2e;
	line-height: 1.3;
	padding-right: 10px;
}

.chevron-btn {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-top: -2px;
}

.chevron-btn svg {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
	color: #666;
}

.chevron-btn.open svg {
	transform: rotate(180deg);
}

.btn-details {
	display: block;
	width: 100%;
	padding: 12px 20px;
	border: 1px solid rgba(157, 133, 78, 1);
	border-radius: 24px;
	background: transparent;
	color: #8a7d5e;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

.btn-details:hover {
	opacity: 0.8;
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.3s ease;
}

.accordion-content.open {
	max-height: 2000px;
	padding-top: 16px;
}

.sub-item {
	border-top: 1px solid rgba(157, 133, 78, 1);
	padding: 14px 0;
}

.sub-item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sub-item-header a {
	color: rgba(157, 133, 78, 1);
	font-size: 14px;
	text-decoration: none;
	flex: 1;
	padding-right: 8px;
}

.sub-item-header a:hover {
	text-decoration: underline;
}

.sub-item-title {
	display: flex;
	align-items: center;
	gap: 8px;
}

.sub-chevron-btn {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	border: none;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.sub-chevron-btn svg {
	width: 14px;
	height: 14px;
	transition: transform 0.3s ease;
	color: rgba(157, 133, 78, 1);
}

.sub-chevron-btn.open svg {
	transform: rotate(180deg);
}

.sub-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding-left: 0;
}

.sub-content.open {
	max-height: 500px;
	padding-top: 12px;
	padding-left: 16px;
}

.nested-item {
	padding: 8px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nested-item a {
	color: rgba(157, 133, 78, 1);
	font-size: 14px;
	text-decoration: none;
	flex: 1;
	padding-right: 8px;
}

.nested-item a:hover {
	text-decoration: underline;
}

.nested-item .arrow {
	width: 12px;
	height: 12px;
	color: rgba(157, 133, 78, 1);
	flex-shrink: 0;
}

@media (max-width: 992px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 750px) {
	.services-grid {
		display: flex;
		flex-direction: column;
	}
}

/* 404 page */
.error404 {
	padding: 100px 0 120px;
}

.error404__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.error404__num {
	font-family: "Tenor Sans", sans-serif;
	font-size: 180px;
	line-height: 1;
	color: rgba(157, 133, 78, 1);
	letter-spacing: 4px;
	margin-bottom: 20px;
}

.error404__title {
	color: rgba(34, 34, 34, 1);
	margin-bottom: 20px;
}

.error404__text {
	max-width: 560px;
	margin-bottom: 40px;
	color: rgba(34, 34, 34, .75);
}

.error404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-bottom: 48px;
}

.error404__btn--gold {
	color: #fff;
	background-color: rgba(157, 133, 78, 1);
}

.error404__btn--gold:hover {
	background-color: rgba(194, 159, 93, 1);
	border-color: rgba(194, 159, 93, 1);
	color: #fff;
}

.error404__phone {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.error404__phone span {
	font-size: 15px;
	color: rgba(34, 34, 34, .6);
}

.error404__phone a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 26px;
	color: rgba(157, 133, 78, 1);
	transition: .3s ease;
}

.error404__phone a:hover {
	color: rgba(34, 34, 34, 1);
}

@media (max-width: 768px) {
	.error404 {
		padding: 60px 0 80px;
	}

	.error404__num {
		font-size: 110px;
	}

	.error404__title {
		font-size: 34px;
	}

	.error404__phone a {
		font-size: 22px;
	}
}

/* === Поиск на всю ширину/высоту шапки === */
.header__body-sn {
	position: relative;
}

.ajax-search-wrapper {
	position: absolute;
	inset: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	background: #fff;
	border-radius: 130px;
	display: flex;
	align-items: center;
	z-index: 9000;
	/* Скрываем через opacity, а не visibility — чтобы инпут оставался
	   фокусируемым и focus() работал синхронно на iOS */
	visibility: visible;
	pointer-events: none;
}

.ajax-search-wrapper.active {
	pointer-events: auto;
}

.ajax-s__body {
	width: 100%;
	height: 100%;
	padding: 0 22px 0 32px;
	gap: 16px;
}

.ajax-s__left {
	flex: 1 1 auto;
	min-width: 0;
}

.ajax-s__left img {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
}

.ajax-search-input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: transparent;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	color: rgba(34, 34, 34, 1);
}

.ajax-search-input::placeholder {
	color: rgba(34, 34, 34, .4);
}

.cl-search {
	position: static;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	background: #f3eee2;
	transition: .3s ease;
}

.cl-search:hover {
	background: rgba(157, 133, 78, 1);
}

.cl-search:hover img {
	filter: brightness(0) invert(1);
}

.ajax-search-results {
	left: 12px;
	right: 12px;
	margin-top: 14px;
	border-radius: 0 0 24px 24px;
}

@media (max-width: 768px) {
	.ajax-s__body {
		padding: 0px;
		gap: 10px;
	}

	.ajax-search-input {
		font-size: 16px;
	}

	.cl-search {
		width: 38px;
		height: 38px;
	}
}

/* === Кнопка-кружок "Контакты" (мобильная) === */
.header-phone-btn {
	display: none;
	width: 38px;
	min-width: 38px;
	height: 38px;
	background-color: white;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-phone-btn img {
	width: 18px;
	height: 18px;
}

/* Переключение иконки на крестик, когда панель/меню открыто */
.header-phone-btn .ic-close,
.burger .ic-close {
	display: none;
	width: 16px;
	height: 16px;
}

.header-phone-btn.active .ic-open,
.burger.active .ic-open {
	display: none;
}

.header-phone-btn.active .ic-close,
.burger.active .ic-close {
	display: block;
}

/* === Панель контактов (мобильная, выезд слева как бургер) === */
.contacts-mobil {
	display: none;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 8888;
	width: 100%;
	height: calc(100vh - 50px);
	background: white;
	flex-direction: column;
	padding: 20px;
	transform: translateX(-100%);
	opacity: 0;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.4s ease;
	overflow-y: auto;
}

.contacts-mobil.active {
	transform: translateX(0);
	opacity: 1;
}

.contacts-mobil__top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.contacts-mobil__top .mmobil-title-header {
	margin-bottom: 0;
}

.contacts-close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #f3eee2;
	flex-shrink: 0;
	cursor: pointer;
	transition: .3s ease;
}

.contacts-close:hover {
	background: rgba(157, 133, 78, 1);
}

.contacts-close:hover img {
	filter: brightness(0) invert(1);
}

.contacts-mobil .ft-mes-bd {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
	    border-radius: 0px 60px 0px 60px;
}

.content img.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}

.content img.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}

.content img.aligncenter,
.content img.alignnone {
    display: block;
    margin: 20px auto;
}

@media (max-width: 1020px) {
	.header-phone-btn {
		display: flex;
	}

	.contacts-mobil {
		display: flex;
	}
}