/*!
Theme Name: Forventa Child
Theme URI: https://forventa.example.com/
Description: Дочерняя тема для Forventa.
Author: Theme Junction
Author URI: https://themeforest.net/user/theme-junction/portfolio
Template: forventa
Text Domain: forventa-child
Version: 1.0.6
*/

/* Добавляйте пользовательские стили ниже */

/*
 * TABLE OF CONTENTS
 * 1. Base & Variables
 * 2. Banner (TJ Banner Style 8)
 * 3. Buttons (TJ Button 06, 07, 08, Secondary)
 * 4. Header (TJ Header Style 11)
 * 4b. Mobile Menu (hamburger Forventa)
 * 5. Utilities (link-slide)
 * 6. Section Title 06
 * 7. Service List 08, 09, 10, 11
 * 8. Docs, Latest Posts, Testimonial, Cost Calc
 * 9. Case Card, About Company
 * 9a. TJ Team Intro (о команде: заголовок + пункты с точкой)
 * 9b. TJ Team List Style 3 (карточки сотрудников)
 * 10. TJ Promo Banner
 * 11. TJ Estimate CTA
 * 11b. TJ Estimate Popup CTA
 * 12. TJ Brand Carousel Style 5
 * 13. TJ Brand Carousel Style 3
 * 14. User Avatar (My Account)
 * 14b. Blog Post Content (типографика, отступы)
 * 15. Post TOC (Blog)
 * 15b. Blog Archive Page (страница /blog/)
 * 15c. Comment form (blog)
 * 16. Privacy / Lists (Elementor text, контент)
 * 17. TJ Price List (Elementor widget)
 * 18. Contacts Widgets (Contact Card, Cooperation Form, Requisites)
 * 19. TJ Nav Menu (виджет меню в стиле категорий, раскрытие вложенности)
 * 20. Blog sidebar drawer (плавающая кнопка, выезжающая панель слева)
 * 21. Elementor Lightbox (стрелки слайдера влево/вправо)
 */

/*
 * Breakpoints — themes/forventa/assets/sass/utilities/_breakpoints.scss
 * $xxs: ≤390px | $xs: ≤575px | $sm: 576-767px | $md: 768-1024px | $lg: 1025-1200px
 * $xl: 1201-1399px | $xxl: 1400-1600px | $xxxl: 1601-1764px | $xxxxl: ≥1765px
 * Порядок media queries: $lg → $md → $sm → $xs (max-width: 1200 → 1024 → 767 → 575)
 */

/* ==========================================================================
   1. BASE & VARIABLES
   ========================================================================== */

:root {
	--bp-xxs: 390px;
	--bp-xs: 575px;
	--bp-sm: 767px;
	--bp-md: 1024px;
	--bp-lg: 1200px;
	--bp-xl: 1399px;
	--bp-xxl: 1600px;
	--bp-xxxl: 1764px;
	/* Основной шрифт Geologica по всему сайту (тема + Elementor) */
	--tj-ff-body: "Geologica", sans-serif;
	--tj-ff-heading: "Geologica", sans-serif;
	/* Глобальная типографика Elementor */
	--e-global-typography-primary-font-family: "Geologica", sans-serif;
	--e-global-typography-secondary-font-family: "Geologica", sans-serif;
	--e-global-typography-secondary-font-weight: 400;
	--e-global-typography-text-font-family: "Geologica", sans-serif;
	--e-global-typography-accent-font-family: "Geologica", sans-serif;
	/* Кнопка Secondary (второстепенная) — настраивается в TJ Button и TJ Banner */
	--fv-secondary-padding: 7px 37px;
	--fv-secondary-border-width: 0;
	--fv-secondary-border-color: #BEBEBE;
	--fv-secondary-border-radius: 4px;
	--fv-secondary-hover-bg: #F4F4F4;
	--fv-secondary-hover-border-color: #F4F4F4;
	--fv-secondary-text-color: #F4F4F4;
	--fv-secondary-hover-text-color: #272727;
}

body {
	font-family: var(--tj-ff-body);
	font-size: var(--tj-fs-body);
	font-weight: normal;
	color: var(--tj-color-text-body);
	background-color: #ffffff;
	line-height: 1.5;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	margin-bottom: 0;
}


/* $md */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.container,
	.container-md,
	.container-sm {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}

	.row>* {
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		/* padding-right: calc(var(--bs-gutter-x) * .5); */
		/* padding-left: calc(var(--bs-gutter-x) * .5); */
		padding: 0;
		margin-top: var(--bs-gutter-y);
	}
}

/* $xxl и выше */
@media only screen and (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		width: calc(100% - 100px);
		max-width: calc(100% - 100px);
		padding: 0;
	}
}

/* Подсветка при выделении текста */
*::-moz-selection {
	background: #088282;
	color: #fff;
	text-shadow: none;
}

*::selection {
	background: #088282;
	color: #fff;
	text-shadow: none;
}

/* --- Fluid Typography (ux-typography.mdc) --- */
/* H1 (spec: #FFFFFF на тёмном фоне — задать в контексте, напр. .banner-title) */
h1,
.elementor-widget-heading h1.elementor-heading-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(36px, 24px + 3.17vw, 85px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727;
}

/* H2 */
h2,
.elementor-widget-heading h2.elementor-heading-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(30px, 21.5px + 2.27vw, 65px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727;
}

/* H3 */
h3,
.elementor-widget-heading h3.elementor-heading-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(20px, 17px + 0.84vw, 33px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727;
}

/* H4 */
h4,
.elementor-widget-heading h4.elementor-heading-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(17px, 14px + 0.71vw, 28px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
}

/* Regular text */
body,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

/* ==========================================================================
   2. BANNER (TJ Banner Style 8)
   ========================================================================== */

/* --- Base --- */
.banner-right-box .banner-media-slider {
	position: relative;
	height: 100%;
	min-height: 100%;
}

.banner-right-box .banner-media-slider .banner-swiper,
.banner-right-box .banner-media-slider .swiper-wrapper {
	height: 100%;
}

.banner-right-box .banner-media-slider .swiper-slide {
	height: 100%;
	display: flex;
}

.banner-right-box .banner-media-slider .banner-swiper {
	overflow: hidden;
	border-radius: 4px;
	height: 100%;
}

.banner-right-box .banner-media-slider .swiper-slide>.banner-img {
	height: 100%;
	width: 100%;
}

.banner-right-box .banner-media-slider .banner-slider-nav {
	position: absolute;
	inset-inline-end: 24px;
	bottom: 24px;
	display: flex;
	gap: 12px;
	z-index: 8;
}

.banner-right-box .banner-media-slider .banner-slider-nav .slider-prev,
.banner-right-box .banner-media-slider .banner-slider-nav .slider-next {
	position: relative;
	z-index: 8;
}

/* --- Responsive --- */
/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.banner-right-box .banner-media-slider .banner-slider-nav {
		inset-inline-end: 16px;
		bottom: 16px;
	}
}

.banner-right-box .box-area {
	z-index: 7;
}

.banner-left-box .banner-desc-area {
	margin-top: 0;
	margin-inline-start: 0;
	padding-inline-start: 0;
}

.banner-left-box .banner-desc-area .banner-desc {
	padding-inline-start: 0;
	margin-inline-start: 0;
}

.banner-left-box .banner-cta-buttons {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.banner-left-box .banner-cta-buttons .tj-btn-wrapper {
	margin: 0;
}

/* --- TJ Banner Style 8 inner --- */
.tj-banner-section-style-8 {
	position: relative;
	background-color: #09131f;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.8) 100%), var(--forventa-banner8-bg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 50px;
	overflow: hidden;
}

.tj-banner-section-style-8.has-video-bg {
	background-image: var(--forventa-banner8-bg);
}

.tj-banner-section-style-8 .banner-style-8-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.tj-banner-section-style-8 .banner-style-8-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tj-banner-section-style-8 .banner-style-8-media-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.tj-banner-section-style-8 .banner-style-8-inner {
	position: relative;
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 640px;
	height: 100vh;
	padding: 0 0 70px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}

.tj-banner-section-style-8 .banner-style-8-content {
	flex: 1 1 auto;
	max-width: 962px;
}

.tj-banner-section-style-8 .banner-title {
	color: #f4f8fb;
    font-size: clamp(36px, 2.52vw + 26.56px, 85px);
	margin: 0 0 25px;
	line-height: 90%;
	letter-spacing: -0.04em;
}

.tj-banner-section-style-8 .banner-desc {
	max-width: 620px;
	color: #fff;
	font-size: clamp(13px, 11.1px + 0.51vw, 19px);
	line-height: 120%;
	letter-spacing: -2%;
}

.tj-banner-section-style-8 .banner-cta-buttons {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

/* Кнопки TJ Banner Style 8 — TJ Button Style 8 (primary + secondary), стили из style.css */
.tj-banner-section-style-8 .banner-cta-buttons .tj-btn-wrapper {
	margin: 0;
}

/* Кнопка с классом tj-open-estimate-popup открывает попап сметы (добавить в репитере или вручную) */
.tj-banner-section-style-8.has-video-bg .banner-cta-buttons .tj-open-estimate-popup,
.tj-banner-section-style-8 .banner-cta-buttons .tj-open-estimate-popup {
	cursor: pointer;
}

.tj-banner-section-style-8 .banner-style-8-stats {
	flex: 0 0 300px;
	display: grid;
	gap: 15px;
}

.tj-banner-section-style-8 .banner-style-8-stat-item {
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 82px;
}

.tj-banner-section-style-8 .banner-style-8-stat-value {
	color: #FFFFFF;
	font-size: clamp(30px, 2.35vw + 4.9px, 50px);
	font-weight: 600;
	line-height: 0.9;
	letter-spacing: -0.04em;
}

.tj-banner-section-style-8 .banner-style-8-stat-label {
	color: #FFFFFF;
	font-size: clamp(12px, 7.33px + 0.61vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-weight: 300;
	font-family: 'Geologica';
}

/* ==========================================================================
   3. BUTTONS (TJ Button 06, 07, 08, Secondary)
   ========================================================================== */

/* --- TJ Button Style 06 --- */
/* Кнопка: padding 7px. Текст: 20px 30px. Иконка 55px по высоте контента, стрелка 15×15 с padding 10. ::after только hover. */
.tj-btn-style-6 .tj-btn-forventa {
	--forventa-accent: #31A0A0;
	--forventa-easing: cubic-bezier(0.84, -0.01, 0.25, 0.99);
	--fv-btn-icon-size: 55px;
	--fv-btn-arrow-size: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.5s var(--forventa-easing),
		background-color 0.5s var(--forventa-easing), color 0.5s var(--forventa-easing);
}

/* ::after — как в .arrow-zoom .tn-atom: квадрат справа -> full fill на hover */
.tj-btn-style-6 .tj-btn-forventa::after {
	content: "";
	position: absolute;
	display: inline-block;
	right: 7px;
	top: 50%;
	width: var(--fv-btn-icon-size);
	height: var(--fv-btn-icon-size);
	background-color: var(--forventa-accent);
	border-radius: 4px;
	z-index: 0;
	transform: translateY(-50%);
	transition: all 0.5s var(--forventa-easing);
}

.tj-btn-style-6 .tj-btn-forventa:hover::after {
	width: 100%;
	height: 100%;
	right: 0;
}

.tj-btn-style-6 .tj-btn-forventa .btn-text,
.tj-btn-style-6 .tj-btn-forventa .btn-icon {
	position: relative;
	z-index: 2;
}

.tj-btn-style-6 .tj-btn-forventa,
.tj-btn-style-7 .tj-btn-forventa,
.tj-btn-style-8 .tj-btn-forventa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	gap: 0;
}


.tj-btn-style-6 .tj-btn-forventa {
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: -0.02em;
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) {
	background-color: #fff;
	border: 0;
	padding: 7px;
	min-height: 69px;
	height: 69px;
	box-sizing: border-box;
	font-size: clamp(13px, 0.43vw + 10.7px, 19px);
}



.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) .btn-text {
	color: #272727;
	transition: color 0.5s var(--forventa-easing);
	padding: 0 30px;
	height: var(--fv-btn-icon-size);
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.25;
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) .btn-text>span {
	display: inline-block;
	position: relative;
	line-height: inherit;
	text-shadow: none;
	transform: translateY(0) !important;
	transition: transform 0.4s ease;
	will-change: transform;
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) .btn-text>span::before {
	content: attr(data-content);
	position: absolute;
	top: 190%;
	left: 0;
	white-space: nowrap;
	line-height: inherit;
	color: var(--fv-hover-text-color, #fff);
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn):hover .btn-text {
	color: var(--fv-hover-text-color, #fff);
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn):hover .btn-text>span {
	transform: translateY(-200%)!important
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
	width: var(--fv-btn-icon-size);
	height: var(--fv-btn-icon-size);
	min-width: var(--fv-btn-icon-size);
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: var(--forventa-accent);
	border-radius: 4px;
	perspective: 200px;
	transform-style: preserve-3d;
	color: #fff;
	transition: color 0.5s var(--forventa-easing);
}

.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) .btn-icon i {
	transform: rotate(-45deg);
	transform-style: preserve-3d;
	backface-visibility: hidden;
	color: inherit;
}

.tj-btn-style-6 .tj-btn-forventa .btn-icon.btn-icon-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tj-btn-style-6 .tj-btn-forventa .btn-icon-svg img {
	display: block;
	object-fit: contain;
	width: var(--fv-btn-arrow-size);
	height: var(--fv-btn-arrow-size);
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip:not(.transparent-btn):hover .btn-icon i {
	animation: forventa-arrow-flip 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

/* Secondary styles — см. блок "Кнопка Secondary" ниже */

/* Flip effect — link-slide для Style 06 (по схеме link-slide2 из Agidel) */
.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip .btn-text {
	--fv-slide-shift: 130%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-wrap,
.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text {
	text-shadow: none;
	display: block !important;
	line-height: inherit;
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-wrap {
	overflow: hidden;
	vertical-align: middle;
	line-height: inherit;
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text {
	position: relative;
	transition: transform 0.3s ease;
	transform: translateY(0) !important;
	will-change: transform;
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text::before {
	content: attr(data-content);
	position: absolute;
	top: var(--fv-slide-shift);
	left: 0;
	white-space: nowrap;
	line-height: inherit;
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-text,
.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-text::before {
	color: var(--fv-hover-text-color, #fff);
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip.transparent-btn .btn-text .link-slide-text::before {
	color: var(--fv-secondary-hover-text-color, #272727);
}

.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-wrap .link-slide-text {
	transform: translateY(calc(-1 * var(--fv-slide-shift))) !important;
}

/* --- Style 06 Responsive --- */
/* $md+$sm+$xs — планшет/мобиле: высота 53px, текст 20px 15px, иконка 40px, стрелка 10px */
@media only screen and (max-width: 1024px) {
	.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) {
		padding: 6.5px 7px;
		min-height: 53px;
		height: 53px;
		--fv-btn-icon-size: 40px;
		--fv-btn-arrow-size: 10px;
	}

	.tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn) .btn-text {
		padding: 0 15px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-btn-wrapper.tj-btn-style-6 {
		margin: 0;
	}
}

/* --- TJ Button Style 07 --- */
/* Черный фон #272727, hover белый */
.tj-btn-style-7 .tj-btn-forventa {
	--forventa-accent: #ffffff;
	--forventa-easing: cubic-bezier(0.84, -0.01, 0.25, 0.99);
	--fv-btn-icon-size: 55px;
	--fv-btn-arrow-size: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.5s var(--forventa-easing),
		background-color 0.5s var(--forventa-easing), color 0.5s var(--forventa-easing);
}

.tj-btn-style-7 .tj-btn-forventa::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: var(--fv-btn-icon-size);
	height: var(--fv-btn-icon-size);
	background-color: var(--forventa-accent);
	border-radius: 4px;
	z-index: 0;
	transition: all 0.5s var(--forventa-easing);
}

.tj-btn-style-7 .tj-btn-forventa:hover::after {
	right: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	transform: none;
	border-radius: inherit;
}

.tj-btn-style-7 .tj-btn-forventa .btn-text,
.tj-btn-style-7 .tj-btn-forventa .btn-icon {
	position: relative;
	z-index: 2;
}

.tj-btn-wrapper.tj-btn-style-7 {
	margin: 0 30px;
}

.tj-btn-style-7 .tj-btn-forventa {
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: -0.02em;
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) {
	background-color: #272727;
	padding: 7px;
	color: #fff;
	min-height: 69px;
	height: 69px;
	box-sizing: border-box;
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-text {
	color: #fff;
	transition: color 0.5s var(--forventa-easing);
	padding: 0 30px;
	height: var(--fv-btn-icon-size);
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.25;
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-text>span {
	display: inline-block;
	position: relative;
	line-height: inherit;
	text-shadow: none;
	transform: translateY(0) !important;
	transition: transform 0.4s ease;
	will-change: transform;
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-text>span::before {
	content: attr(data-content);
	position: absolute;
	top: 190%;
	left: 0;
	white-space: nowrap;
	line-height: inherit;
	color: var(--fv-hover-text-color, #272727);
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn):hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	border-color: transparent;
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn):hover .btn-text {
	color: var(--fv-hover-text-color, #272727);
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn):hover .btn-text>span {
	transform: translateY(-200%) !important;
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
	width: var(--fv-btn-icon-size);
	height: var(--fv-btn-icon-size);
	min-width: var(--fv-btn-icon-size);
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 4px;
	transition: color 0.5s var(--forventa-easing);
}

.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-icon i {
	transform: rotate(-45deg);
	color: #272727;
}

.tj-btn-style-7 .tj-btn-forventa .btn-icon.btn-icon-svg img {
	filter: none;
	width: var(--fv-btn-arrow-size);
	height: var(--fv-btn-arrow-size);
}

/* Secondary styles — см. блок "Кнопка Secondary" ниже */

/* Flip для Style 07 — как Style 08 */
.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-wrap,
.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text {
	text-shadow: none;
	display: inline-block !important;
	line-height: 1.1;
}

.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-wrap {
	overflow: hidden;
	vertical-align: middle;
}

.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text {
	position: relative;
	transition: transform 0.3s ease;
	transform: translateY(0) !important;
}

.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text::before {
	content: attr(data-content);
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	line-height: 1.1;
}

.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-text,
.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-text::before {
	color: var(--fv-hover-text-color, #272727);
}

.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-wrap .link-slide-text {
	transform: translateY(-105%) !important;
}

/* --- Style 07 Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-btn-wrapper.tj-btn-style-7 {
		margin: 17px 30px;
	}

	.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) {
		padding: 6.5px 7px;
		min-height: 53px;
		height: 53px;
		--fv-btn-icon-size: 40px;
		--fv-btn-arrow-size: 10px;
	}

	.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-text {
		padding: 0 15px;
	}

	.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
		border-radius: 4px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-btn-wrapper.tj-btn-style-7 {
		margin: 17px 30px;
	}

	.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) {
		padding: 6.5px 7px;
		--fv-btn-icon-size: 40px;
	}

	.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-text {
		padding: 0 15px;
	}

	.tj-btn-style-7 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
		border-radius: 4px;
	}
}

/* --- TJ Button Style 08 --- */
/* Фон #31A0A0, hover #272727 */
.tj-btn-style-8 .tj-btn-forventa {
	--forventa-accent: #272727;
	--forventa-easing: cubic-bezier(0.84, -0.01, 0.25, 0.99);
	--fv-btn-icon-size: 55px;
	--fv-btn-arrow-size: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.5s var(--forventa-easing),
		background-color 0.5s var(--forventa-easing), color 0.5s var(--forventa-easing);
}

.tj-btn-style-8 .tj-btn-forventa::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: var(--fv-btn-icon-size);
	height: var(--fv-btn-icon-size);
	background-color: var(--forventa-accent);
	border-radius: 4px;
	z-index: 0;
	transition: all 0.5s var(--forventa-easing);
}

.tj-btn-style-8 .tj-btn-forventa:hover::after {
	right: -1px;
	top: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	transform: none;
	border-radius: inherit;
}

.tj-btn-style-8 .tj-btn-forventa .btn-text,
.tj-btn-style-8 .tj-btn-forventa .btn-icon {
	position: relative;
	z-index: 2;
}

/* --- Style 08 Base (desktop) --- */
.tj-btn-wrapper.tj-btn-style-8 {
	margin: 0;
}

.tj-btn-style-8 .tj-btn-forventa {
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: -0.02em;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) {
	background-color: #31A0A0;
	border: 0 solid #31A0A0;
	padding: 7px;
	min-height: 69px;
	height: 69px;
	box-sizing: border-box;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn):hover {
	box-shadow: 0 8px 24px rgba(39, 39, 39, 0.25);
	border-color: transparent;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-text {
	color: #fff;
	transition: color 0.5s var(--forventa-easing);
	padding: 0 30px;
	height: var(--fv-btn-icon-size);
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	overflow: hidden;
	line-height: 1.25;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-text>span {
	display: inline-block;
	position: relative;
	line-height: inherit;
	text-shadow: none;
	transform: translateY(0) !important;
	transition: transform 0.4s ease;
	will-change: transform;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-text>span::before {
	content: attr(data-content);
	position: absolute;
	top: 190%;
	left: 0;
	white-space: nowrap;
	line-height: inherit;
	color: var(--fv-hover-text-color, #fff);
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn):hover .btn-text {
	color: var(--fv-hover-text-color, #fff) !important;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn):hover .btn-text>span {
	transform: translateY(-200%) !important;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
	width: var(--fv-btn-icon-size);
	height: var(--fv-btn-icon-size);
	min-width: var(--fv-btn-icon-size);
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 4px;
	color: #fff;
}

.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-icon i {
	transform: rotate(-45deg);
	color: inherit;
}

/* --- Style 08 Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-btn-wrapper.tj-btn-style-8 {
		margin: 0px;
	}

	.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) {
		padding: 6.5px 7px;
		min-height: 53px;
		height: 53px;
		--fv-btn-icon-size: 40px;
		--fv-btn-arrow-size: 10px;
	}

	.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-text {
		padding: 0 15px;
	}

	.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
		border-radius: 4px;
	}

	.tj-btn-style-6 .tj-btn-forventa .btn-icon-svg svg,
	.tj-btn-style-7 .tj-btn-forventa .btn-icon-svg svg,
	.tj-btn-style-8 .tj-btn-forventa .btn-icon-svg svg {
		width: 10px;
		height: 10px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-btn-wrapper.tj-btn-style-8 {
		margin: 0px;
	}

	.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) {
		padding: 6.5px 7px;
		--fv-btn-icon-size: 40px !important;
		font-size: clamp(13px, 0.43vw + 10.7px, 19px);
	}

	.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-text {
		padding: 0 15px;
	}

	.tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) .btn-icon {
		border-radius: 4px;
	}
}

/* Secondary styles — см. блок "Кнопка Secondary" ниже */

/* Fluid font-size для .tj-primary-btn: 375–768 → 13–14px, 768–1920 → 14–19px */
.tj-primary-btn .btn-text {
	font-size: clamp(13px,
			calc(13px + (14 - 13) * ((100vw - 375px) / (768 - 375))),
			14px);
	line-height: 1.1;
}

/* $md и выше */
@media only screen and (min-width: 768px) {
	.tj-primary-btn .btn-text {
		font-size: clamp(14px,
				calc(14px + (19 - 14) * ((100vw - 768px) / (1920 - 768))),
				19px);
	}
}

/* Flip effect — базовая разметка link-slide для Style 08 (подогнано под fluid font) */
.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-wrap,
.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text {
	text-shadow: none;
	display: inline-block !important;
	line-height: 1.1;
}

.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-wrap {
	overflow: hidden;
	vertical-align: middle;
}

.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text {
	position: relative;
	transition: transform 0.3s ease;
	transform: translateY(0) !important;
}

.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip .btn-text .link-slide-text::before {
	content: attr(data-content);
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
}

/* Flip для Style 08 */
.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-text,
.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-text::before {
	color: var(--fv-hover-text-color, #fff) !important;
}

.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip:hover .btn-text .link-slide-wrap .link-slide-text {
	transform: translateY(-105%) !important;
}

/* Общие стили иконки SVG для Forventa */
.tj-btn-style-7 .tj-btn-forventa .btn-icon.btn-icon-svg,
.tj-btn-style-8 .tj-btn-forventa .btn-icon.btn-icon-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tj-btn-style-7 .tj-btn-forventa .btn-icon-svg img,
.tj-btn-style-8 .tj-btn-forventa .btn-icon-svg img {
	display: block;
	object-fit: contain;
	width: var(--fv-btn-arrow-size);
	height: var(--fv-btn-arrow-size);
}

/* --- Кнопка Secondary --- */
/* Переменные в :root */
.tj-btn-style-6 .tj-btn-forventa.transparent-btn,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: var(--fv-secondary-padding);
	border: var(--fv-secondary-border-width, 1px) solid var(--fv-secondary-border-color, #BEBEBE);
	border-radius: 4px;
	background-color: transparent;
	min-height: 69px;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {

	.tj-btn-style-6 .tj-btn-forventa.transparent-btn,
	.tj-btn-style-7 .tj-btn-forventa.transparent-btn,
	.tj-btn-style-8 .tj-btn-forventa.transparent-btn {
		min-height: 53px;
	}
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn::after,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn::after,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn::after {
	display: none;
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn:hover,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn:hover,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn:hover {
	background-color: var(--fv-secondary-hover-bg) !important;
	border: 1px solid var(--fv-secondary-hover-border-color, #F4F4F4);
	border-radius: 4px;
	box-shadow: none;
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn .btn-text,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn .btn-text,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn .btn-text {
	color: var(--fv-secondary-text-color, #fff);
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn:hover .btn-text,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn:hover .btn-text,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn:hover .btn-text {
	color: var(--fv-secondary-hover-text-color, #272727);
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn .btn-icon,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn .btn-icon,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn .btn-icon {
	background-color: transparent;
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn .btn-icon i,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn .btn-icon i,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn .btn-icon i {
	color: var(--fv-secondary-text-color, #fff);
	transform: none;
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn:hover .btn-icon i,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn:hover .btn-icon i,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn:hover .btn-icon i {
	color: var(--fv-secondary-hover-text-color, #272727);
}

/* Secondary: такое же перелистывание текста, как у primary */
.tj-btn-style-6 .tj-btn-forventa.transparent-btn .btn-text,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn .btn-text,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn .btn-text {
	overflow: hidden;
	line-height: 1.25;
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn .btn-text>span,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn .btn-text>span,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn .btn-text>span {
	display: inline-block !important;
	position: relative;
	line-height: inherit;
	text-shadow: none;
	transform: translateY(0) !important;
	transition: transform 0.4s ease;
	will-change: transform;
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn .btn-text>span::before,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn .btn-text>span::before,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn .btn-text>span::before {
	content: attr(data-content);
	position: absolute;
	top: 190%;
	left: 0;
	white-space: nowrap;
	line-height: inherit;
	color: var(--fv-secondary-hover-text-color, #272727);
}

.tj-btn-style-6 .tj-btn-forventa.transparent-btn:hover .btn-text>span,
.tj-btn-style-7 .tj-btn-forventa.transparent-btn:hover .btn-text>span,
.tj-btn-style-8 .tj-btn-forventa.transparent-btn:hover .btn-text>span {
	transform: translateY(-200%) !important;
}

/* --- Secondary: Flip effect --- */
.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip.transparent-btn:hover .btn-text .link-slide-text,
.tj-btn-style-6 .tj-btn-forventa.tj-btn-flip.transparent-btn:hover .btn-text .link-slide-text::before,
.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip.transparent-btn:hover .btn-text .link-slide-text,
.tj-btn-style-7 .tj-btn-forventa.tj-btn-flip.transparent-btn:hover .btn-text .link-slide-text::before,
.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip.transparent-btn:hover .btn-text .link-slide-text,
.tj-btn-style-8 .tj-btn-forventa.tj-btn-flip.transparent-btn:hover .btn-text .link-slide-text::before {
	color: var(--fv-secondary-hover-text-color, #272727);
}

/* --- Banner Style 8 Responsive --- */
/* $lg+$md+$sm+$xs */
@media only screen and (max-width: 1200px) {
	.tj-banner-section-style-8 .banner-style-8-inner {
		min-height: 560px;
		padding: 72px 20px 56px;
		gap: 24px;
	}

	.tj-banner-section-style-8 .banner-style-8-stats {
		flex-basis: 280px;
		gap: 10px;
	}
	


}
@media only screen and (max-width: 1024px) {
	.tj-banner-section-style-8 .banner-title
	{
		margin: 0 0 10px 0;
	}
}

/* $md (768px) */
@media only screen and (max-width: 768px) {
	.tj-banner-section-style-8 .banner-style-8-stats {
		flex-basis: 190px;
		width: 90%;
	}

	.tj-banner-section-style-8 .banner-style-8-stat-item {
		gap: 40px;
        padding: 15px;
	}
	.tj-banner-section-style-8 .banner-title
	{
		margin: 0 0 10px 0;
	}
}

/* $sm+$xs — порядок: заголовок → описание → кнопки (в колонку) → статистика (2+1 сетка) */
@media only screen and (max-width: 767px) {
	.tj-banner-section-style-8 .banner-style-8-inner {
		position: relative;
		z-index: 1;
		max-width: 1920px;
		margin: 0 auto;
		min-height: 0;
		padding: 54px 16px 44px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-end;
		gap: 24px;
	}

	.tj-banner-section-style-8 .banner-style-8-content {
		flex: none;
		max-width: none;
		order: 1;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.tj-banner-section-style-8 .banner-cta-buttons {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		width: max-content;
		gap: 10px;
	}

	.tj-banner-section-style-8 .banner-cta-buttons .tj-btn-wrapper {
		min-width: 100%;
	}

	.tj-banner-section-style-8 .banner-cta-buttons .tj-btn-style-6 .tj-btn-forventa:not(.transparent-btn),
	.tj-banner-section-style-8 .banner-cta-buttons .tj-btn-style-8 .tj-btn-forventa:not(.transparent-btn) {
		--fv-btn-icon-size: 40px;
	}

	.tj-banner-section-style-8 .banner-cta-buttons .tj-btn-forventa.transparent-btn {
		min-height: 53px;
	}

	.tj-banner-section-style-8 .banner-style-8-stats {
		order: 2;
		width: 100%;
		flex: none;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.tj-banner-section-style-8 .banner-style-8-stat-item:nth-child(3) {
		grid-column: 1 / -1;
	}

	.tj-banner-section-style-8 .banner-title {
		font-size: clamp(30px, 8.2vw, 42px);
		margin: 0 0 10px 0;
	}


	.tj-banner-section-style-8 .banner-style-8-stat-item {
		padding: 10px;
		justify-content: space-between;
	}

	.tj-banner-section-style-8 .banner-style-8-stat-value {
		font-size: clamp(20px, 7vw, 30px);
	}

	.tj-banner-section-style-8 .banner-style-8-stat-label {
		font-size: clamp(10px, 3.2vw, 12px);
	}

	.tj-banner-section-style-8 .banner-style-8-stat-item {
		gap: 40px;
	}
}

/* ==========================================================================
   4. HEADER (TJ Header Style 11)
   ========================================================================== */

/* --- Base --- */


.tj-header-forventa {
	position: absolute;
	width: calc(100% - 100px);
	top: 20px;
	height: 70px;
	z-index: 999;
	opacity: 1;
	border-radius: 3px;

}

.tj-header-forventa .tj-header-11-bar {
	background: #F4F4F4;
	border-radius: 3px;
	padding: 9px 15px;
	margin: 0;
	height: 70px;
	display: flex;
	align-items: center;
	min-width: 0;
}

.tj-header-forventa.header-absolute .tj-header-11-bar {
	margin: 0;
}

.tj-header-forventa .header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	overflow: hidden;
	min-width: 0;
}

/* Лого + меню — единый отступ между лого, «Услуги» и основным меню */
.tj-header-forventa .tj-header-11-left {
	display: flex;
	align-items: center;
	gap: 80px;
	flex-shrink: 0;
}

.tj-header-forventa .tj-header-11-logo {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.tj-header-forventa .tj-header-11-logo .logo {
	display: inline-block;
}

.tj-header-forventa .tj-header-11-logo .logo img {
	height: 40px;
	width: auto;
	display: block;
}

.tj-header-forventa .tj-header-11-tagline {
	font-size: 12px;
	line-height: 1.3;
	color: #6b7280;
	letter-spacing: 0.02em;
}

.tj-header-forventa .tj-header-11-nav {
	display: flex;
	align-items: center;
}

.tj-header-forventa .tj-header-11-nav .mainmenu ul,
.tj-header-forventa .tj-header-11-nav ul {
	display: flex;
	align-items: center;
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tj-header-forventa .tj-header-11-nav a {
	color: #272727;
	font-size: 19px;
	font-weight: 500;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	transition: color 0.2s, background 0.2s;
}

.tj-header-forventa .tj-header-11-nav a:hover {
	color: #31A0A0;
}

/* Иконка «+» у пункта с подменю */
.tj-header-forventa .tj-header-11-nav .menu-item-has-children>a {
	padding-inline-end: 32px;
	position: relative;
}

.tj-header-forventa .tj-header-11-nav .menu-item-has-children>a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #31A0A0;
	border-radius: 4px;
	opacity: 0.9;
}

.tj-header-forventa .tj-header-11-nav .menu-item-has-children>a::before {
	content: "+";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.tj-header-forventa .tj-header-11-contacts {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin-left: auto;
	min-width: 0;
}

.tj-header-forventa .tj-header-11-contact {
	display: inline-flex;
	align-items: center;
	gap: 0px;
	color: #272727;
	font-size: clamp(13px, 11.1px + 0.51vw, 19px);
	text-decoration: none;
	transition: color 0.2s;
}

.tj-header-forventa .tj-header-11-contact:hover {
	color: #31A0A0;
}

/* Телефон: без подчёркивания и анимации при наведении */
.tj-header-forventa .tj-header-11-contact--phone {
	transition: none;
}

.tj-header-forventa .tj-header-11-contact--phone .call-text::after {
	display: none;
}

.tj-header-forventa .tj-header-11-contact--phone:hover .call-text::after {
	animation: none;
}

.tj-header-forventa .tj-header-11-contact .contact-icon,
.tj-header-forventa .tj-header-11-contact .call-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #31A0A0;
	font-size: 16px;
}

.tj-header-forventa .tj-header-11-contact .contact-icon i,
.tj-header-forventa .tj-header-11-contact .contact-icon svg {
	display: inline-block;
	fill: currentColor;
}

.tj-header-forventa .tj-header-11-menu-trigger {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1;
}

.tj-header-forventa .tj-header-11-menu-label {
	color: #272727;
	font-size: 19px;
	font-weight: 500;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.tj-header-forventa .tj-header-11-menu-trigger .menu_bar {
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	background: #31A0A0 !important;
	border-radius: 4px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	cursor: pointer;
	transition: background 0.2s;
	border: none;
	padding: 0;
	margin: 0;
}

.tj-header-forventa .tj-header-11-menu-trigger .menu_bar::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("assets/icons/close-ham.svg") center / 18px 18px no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.tj-header-forventa .tj-header-11-menu-trigger .menu_bar:hover {
	background: #0f766e !important;
}

.tj-header-forventa .tj-header-11-menu-trigger .menu_bar span {
	display: block !important;
	width: 18px !important;
	height: 2px !important;
	min-height: 2px;
	background: #fff !important;
	border-radius: 1px;
	margin: inherit;
	transition: opacity 0.2s ease;
}

.tj-header-forventa .tj-header-11-menu-trigger .mobile_menu_bar.on {
	background: #31A0A0 !important;
}

.tj-header-forventa .tj-header-11-menu-trigger .mobile_menu_bar.on span {
	opacity: 0;
}

.tj-header-forventa .tj-header-11-menu-trigger .mobile_menu_bar.on::after {
	opacity: 1;
}

/* Mega menu trigger — «Услуги» + основное меню; тот же отступ, что между лого и «Услуги» */
.tj-header-forventa .menu-area {
	gap: 16px;
}

.menu-area.tj-header-menu-area.align-items-center,
.tj-header-forventa.header-duplicate .menu-area.tj-header-menu-area.align-items-center {
	display: flex;
}

.tj-header-forventa .tj-header-11-col {
	padding: 0;
	position: relative;
}

.tj-header-forventa .tj-header-11-mega-trigger-wrap {
	position: relative;
	display: flex;
	align-items: center;
}

.tj-header-forventa .tj-header-11-mega-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	line-height: 1;
	font-family: inherit;
	font-weight: 500;
	color: #272727;
	transition: color 0.2s;
}

.tj-header-forventa .tj-header-11-mega-trigger-label {
	line-height: 1;
	display: inline-flex;
	align-items: center;
}

.tj-header-forventa .tj-header-11-mega-trigger:hover {
	color: #31A0A0;
}

.tj-header-forventa .tj-header-11-mega-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	min-width: 28px;
	background: #31A0A0;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}

.tj-header-forventa .tj-header-11-mega-trigger-icon i,
.tj-header-forventa .tj-header-11-mega-trigger-icon svg {
	display: block;
}

.tj-header-forventa .tj-header-11-mega-trigger[aria-expanded="true"] .tj-header-11-mega-trigger-icon {
	background: #0f766e;
}

.tj-header-forventa .tj-header-11-mega-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 5px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	min-width: 280px;
	max-width: 90vw;
	max-height: 70vh;
	overflow-y: auto;
	z-index: 1000;
	border-top: 2px solid #31A0A0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

/* TJ Mega Menu Forventa — по макету Figma (https://www.figma.com/design/kCzuc9bdO6nAVqUN8XPEES) */
.tj-header-forventa .tj-header-11-mega-dropdown--forventa {
	left: 0;
	right: 0;
	width: 100%;
	min-width: 320px;
	max-width: none;
	max-height: min(783px, 80vh);
	border-radius: 3px;
	border-top: none;
	overflow: hidden;
}

/* Mega menu Forventa — по спецификации docs/07-mega-menu-design.md (макет Figma) */
.tj-header-forventa .tj-header-11-mega-dropdown--forventa.mega-menu-dropdown {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	min-height: 300px;
	max-height: min(783px, 80vh);
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.tj-header-forventa .tj-header-11-mega-dropdown--forventa .mega-menu-dropdown__inner {
	display: flex;
	flex-direction: row;
	flex: 1;
	min-height: 0;
	padding: 0;
}

.mega-menu-dropdown__sidebar {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: 366px;
	padding: 20px 0 30px 20px;
	gap: 7px;
	background: transparent;
	list-style: none;
	margin: 0;
}

.mega-menu-dropdown__sidebar .mega-menu-dropdown__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	padding: 0 20px;
	background: rgba(39, 39, 39, 0.05);
	border-radius: 3px;
	color: #272727;
	font-family: Geologica, sans-serif;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.mega-menu-dropdown__sidebar .mega-menu-dropdown__item:hover,
.mega-menu-dropdown__sidebar .mega-menu-dropdown__item--active {
	background: #31a0a0;
	color: #fff;
}

.mega-menu-dropdown__item-icon {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	background: #31a0a0;
	border-radius: 2px;
}

.mega-menu-dropdown__item:hover .mega-menu-dropdown__item-icon,
.mega-menu-dropdown__item--active .mega-menu-dropdown__item-icon {
	background: #fff;
}

.mega-menu-dropdown__item-icon-default,
.mega-menu-dropdown__item-icon-hover {
	display: flex;
	position: absolute;
	inset: 0;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
}

.mega-menu-dropdown__item-icon-hover {
	opacity: 0;
	pointer-events: none;
}

.mega-menu-dropdown__item--has-hover-icon:hover .mega-menu-dropdown__item-icon-default,
.mega-menu-dropdown__item--has-hover-icon.mega-menu-dropdown__item--active .mega-menu-dropdown__item-icon-default {
	opacity: 0;
}

.mega-menu-dropdown__item--has-hover-icon:hover .mega-menu-dropdown__item-icon-hover,
.mega-menu-dropdown__item--has-hover-icon.mega-menu-dropdown__item--active .mega-menu-dropdown__item-icon-hover {
	opacity: 1;
}

.mega-menu-dropdown__item-icon img,
.mega-menu-dropdown__item-icon svg {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

.mega-menu-dropdown__item-label {
	flex: 1;
}

.mega-menu-dropdown__content {
	flex: 1;
	position: relative;
	min-width: 0;
	padding: 20px 7px;
	background: transparent;
	border-radius: 0 3px 3px 0;
}

.mega-menu-dropdown__sub {
	display: none;
	flex-direction: column;
	align-items: flex-start;
}

.mega-menu-dropdown__sub.is-active {
	display: flex;
}

.mega-menu-dropdown__sub-panel {
	padding: 20px;
	background: #31a0a0;
	border-radius: 3px;
}

.mega-menu-dropdown__sub-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #fff;
}

.mega-menu-dropdown__sub-list .mega-menu-dropdown__sub-link {
	color: #fff;
}

.mega-menu-dropdown__sub-link {
	font-family: Geologica, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

.mega-menu-dropdown__sub-link:hover {
	opacity: 0.9;
}

.mega-menu-dropdown__sub-empty .mega-menu-dropdown__sub-link:hover {
	text-decoration: underline;
}

.tj-header-forventa .tj-header-11-mega-dropdown.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.tj-header-forventa .tj-header-11-mega-dropdown-inner {
	padding: 12px 0;
}

.tj-header-forventa .tj-header-11-mega-dropdown .menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tj-header-forventa .tj-header-11-mega-dropdown .menu li {
	margin: 0;
}

.tj-header-forventa .tj-header-11-mega-dropdown .menu a {
	display: block;
	padding: 10px 20px;
	color: #374151;
	text-decoration: none;
	font-size: 14px;
	transition: background 0.2s, color 0.2s;
}

.tj-header-forventa .tj-header-11-mega-dropdown .menu a:hover {
	background: #f0fdfa;
	color: #31A0A0;
}

.tj-header-forventa .tj-header-11-mega-dropdown .sub-menu {
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0 0 0 12px;
	min-width: 0;
	border-top: none;
}

.tj-header-forventa .tj-header-11-mega-dropdown .sub-menu a {
	padding: 8px 16px;
	font-size: 13px;
}

/* --- Sticky duplicate header: стили как у основного --- */
.tj-header-forventa.header-duplicate {
	width: calc(100% - 100px);
	height: 70px;
	border-radius: 3px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	left: 50px;
	right: 50px;
	inset-inline-start: 50px;
	inset-inline-end: 50px;
}

/* Keep duplicate header horizontally stable when sticky toggles */
.tj-header-forventa.header-duplicate.section-gap-x {
	margin-inline-start: 0;
	margin-inline-end: 0;
}

.tj-header-forventa.header-duplicate .tj-header-11-bar {
	margin: 0;
}

/* Выпадающее мега-меню (базовые стили под второй макет) */
.tj-header-forventa .tj-header-11-nav .sub-menu {
	background: #fff;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	padding: 0;
	min-width: 280px;
	border-top: 2px solid #31A0A0;
}

.tj-header-forventa .tj-header-11-nav .sub-menu a {
	color: #374151;
	padding: 12px 16px;
	display: block;
	border-radius: 0;
}

.tj-header-forventa .tj-header-11-nav .sub-menu a:hover {
	background: #f0fdfa;
	color: #31A0A0;
}

.tj-header-forventa .tj-header-11-contact,
.tj-header-forventa .menu-item a

/* или ваш селектор для пунктов меню */
	{
	font-family: 'Geologica', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.25;
	letter-spacing: -0.02em;
}

/* --- Responsive: видимость (docs/06-header.md) --- */

/* menu-area (Услуги + нав): 1024px и выше */

@media only screen and (max-width: 1024px) {
	.tj-header-forventa .tj-header-menu-area {
		display: inline-flex !important;
	}
}

/* Услуги (мега-триггер): $xxl и выше в хедере; ≤768px — только в панели меню */

@media only screen and (min-width: 1400px) {
	.tj-header-forventa .tj-header-11-mega-trigger-wrap {
		display: flex !important;
	}
}

/* Услуги: скрыть из хедера и дубликата при 768px и ниже */
@media only screen and (max-width: 768px) {

	.tj-header-forventa .tj-header-11-mega-trigger-wrap,
	.tj-header-forventa.header-duplicate .tj-header-11-mega-trigger-wrap {
		display: none !important;
	}

	/* Дропдаун Услуги — выше панели меню при открытии */
	.tj-header-forventa .tj-header-11-mega-dropdown.is-open {
		z-index: 100001;
	}
}

/* Дропдаун Услуги на мобильных (≤1024px): типографика как контакты (69-77) */
@media only screen and (max-width: 1024px) {

	.tj-header-forventa .tj-header-11-mega-dropdown .mega-menu-dropdown__item,
	.tj-header-forventa .tj-header-11-mega-dropdown .mega-menu-dropdown__item-label,
	.tj-header-forventa .tj-header-11-mega-dropdown .mega-menu-dropdown__sub-link,
	.tj-header-forventa .tj-header-11-mega-dropdown .menu a,
	.tj-header-forventa .tj-header-11-mega-dropdown .sub-menu a {
		font-family: 'Geologica', sans-serif !important;
		font-weight: 400 !important;
		font-size: 17px !important;
		line-height: 1.2 !important;
		letter-spacing: -0.02em !important;
		color: #272727 !important;
	}

	.tj-header-forventa .tj-header-11-mega-dropdown .mega-menu-dropdown__item:hover,
	.tj-header-forventa .tj-header-11-mega-dropdown .mega-menu-dropdown__item.mega-menu-dropdown__item--active {
		color: #fff !important;
	}
}

/* contacts: $sm и выше */
.tj-header-forventa .tj-header-contacts {
	display: none !important;
}

@media only screen and (min-width: 576px) {
	.tj-header-forventa .tj-header-contacts {
		display: flex !important;
	}
	.tj-header-forventa {
		top: 15px;
	
	}
}

/* mobile bar (Меню + гамбургер): ниже $lg */
.tj-header-forventa .tj-header-mobile-bar {
	display: none !important;
}

@media only screen and (max-width: 1024px) {
	.tj-header-forventa .tj-header-mobile-bar {
		display: inline-flex !important;
	}
}

/* Десктопный menu trigger: скрыть ниже $lg */
@media only screen and (max-width: 1024px) {
	.tj-header-forventa .tj-header-contacts .tj-header-11-menu-trigger {
		display: none !important;
	}
}

/* Адрес: $xxxxl и выше 
.tj-header-forventa .tj-header-11-contact--address {
	display: none !important;
}*/

/* ==========================================================================
   4b. MOBILE MENU (Hamburger Forventa)
   Спецификация: docs/08-mobile-menu-design.md
   Дропдаун под хедером (не сайдбар справа)
   ========================================================================== */

/* --- Base: hamburger-area (скролл, тень, z-index) --- */
.hamburger-area {
	position: fixed;
	inset-inline-end: -490px;
	top: 15px;
	width: 450px;
	height: calc(100% - 30px);
	box-shadow: none;
	transition: all 500ms ease;
	transition-duration: 500ms;
	z-index: 99999;
	-ms-overflow-style: none;
	scrollbar-width: none;
	overflow-y: scroll;
	border-radius: 12px;
}

/* --- Позиционирование: под хедером, ширина как у хедера (calc(100% - 30px)) --- */
.tj-mobile-menu-forventa {
	position: fixed !important;
	top: 83px !important;
	left: 15px !important;
	right: 15px !important;
	width: calc(100% - 30px) !important;
	height: calc(100vh - 140px) !important;
	max-height: calc(100vh - 140px);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	inset-inline-end: auto !important;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

@supports (height: 100dvh) {
	.tj-mobile-menu-forventa {
		height: calc(100dvh - 140px) !important;
		max-height: calc(100dvh - 140px);
	}
}

.tj-mobile-menu-forventa.opened {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* $md: tablet — отступы 15px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tj-mobile-menu-forventa {
		left: 15px !important;
		right: 15px !important;
	}
}

/* --- Мега-триггер «Услуги» в панели — как основной хедер, H3 (49-55) --- */
.tj-mobile-menu-mega-trigger {
	margin-bottom: 25px;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-wrap {
	display: flex;
	align-items: center;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727;
	background: none;
	border: none;
	cursor: pointer;
	padding: 12px 0;
	transition: color 0.2s;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger:hover {
	color: #31A0A0;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger:hover .link-slide-text {
	color: inherit;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-label {
	line-height: 0.9;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-label .link-slide-wrap,
.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-label .link-slide-text {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	min-width: 40px;
	background: #31A0A0;
	border-radius: 3px;
	color: #fff;
	flex-shrink: 0;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-icon i,
.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger-icon svg {
	display: block;
}

.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger[aria-expanded="true"] .tj-header-11-mega-trigger-icon {
	background: #0f766e;
}

/* --- Аккордеон «Услуги» в мобильной панели (из mega menu) --- */
.tj-mobile-menu-forventa .tj-mobile-services-accordion {
	margin-bottom: 25px;
}

.tj-mobile-menu-forventa .tj-mobile-services-trigger {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727;
	background: none;
	border: none;
	cursor: pointer;
	padding: 20px 48px 20px 0;
	text-align: left;
	text-transform: none;
	position: relative;
}

.tj-mobile-menu-forventa .tj-mobile-services-trigger:hover {
	color: #31A0A0;
}

/* Иконка у главного триггера «Услуги» (без поворота при открытии) */
.tj-mobile-menu-forventa .tj-mobile-services-trigger .tj-mobile-services-icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #31A0A0;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub.is-open {
	max-height: 2000px;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub.tj-mobile-services-sub--nested.is-open {
	max-height: 800px;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub li {
	padding: 0;
}

/* --- Вложенные пункты: раскрытие по клику на пункт (вид как у ссылки) --- */
.tj-mobile-menu-forventa .tj-mobile-services-item-has-children {
	list-style: none;
}

.tj-mobile-menu-forventa .tj-mobile-services-item-trigger {
	display: block;
	width: 100%;
	text-align: left;
	font-family: 'Geologica', sans-serif;
	font-weight: 500;
	font-size: clamp(13px, 11.5px + 0.39vw, 17px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px 0;
	text-decoration: none;
}

.tj-mobile-menu-forventa .tj-mobile-services-item-trigger:hover {
	color: #31A0A0;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub--nested {
	padding-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	border-left: 1px solid #ddd;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub a {
	display: block;
	font-family: 'Geologica', sans-serif;
	font-weight: 500;
	font-size: clamp(13px, 11.5px + 0.39vw, 17px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	padding: 5px 0;
	text-decoration: none;
}

.tj-mobile-menu-forventa .tj-mobile-services-sub a:hover {
	color: #31A0A0;
}

/* hamburger-socials: скрыть пока */
.tj-mobile-menu-forventa .hamburger-socials {
	display: none;
}

/* body-overlay: убрать блюр полностью (при клике на меню) */
.body-overlay {
	backdrop-filter: none !important;
}

/* overflow-hidden: убрать скроллбар страницы при открытой панели */
body.overflow-hidden,
html.overflow-hidden {
	overflow: hidden !important;
}

/* --- Панель: белый фон, border-radius 3px --- */
.tj-mobile-menu-forventa .hamburger_bg,
.tj-mobile-menu-forventa .hamburger_wrapper::before {
	background: #fff !important;
	opacity: 1;
	filter: none;
	border-radius: 3px;
}

.tj-mobile-menu-forventa .hamburger_wrapper {
	background: #F4F4F4;
	border-radius: 3px;
	padding: 30px 15px;
	padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));
	min-height: 0;
}

/* $md: tablet padding 50px 15px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tj-mobile-menu-forventa .hamburger_wrapper {
		padding: 50px 15px;
		padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px));
	}
}

/* --- Кнопка закрытия: тёмный цвет для контраста на белом --- */
.tj-mobile-menu-forventa .hamburger_close_btn {
	color: #272727 !important;
}

.tj-mobile-menu-forventa .hamburger_close_btn:hover {
	color: #31A0A0 !important;
}

/* --- mean-nav / main-header-menu: пункты меню (Проекты, О компании и т.д.) H3, 49-55 --- */
.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a:not(.mean-expand),
.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a:not(.mean-expand) .link-slide-text,
.tj-mobile-menu-forventa .hamburger_menu #main-header-menu .menu-item a.nav-links,
.tj-mobile-menu-forventa .hamburger_menu #main-header-menu .menu-item a.nav-links .link-slide-text {
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727 !important;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a:not(.mean-expand),
.tj-mobile-menu-forventa .hamburger_menu #main-header-menu .menu-item a.nav-links {
	padding: 6px 0px 6px 0;
	text-transform: none;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li:last-child>a:not(.mean-expand) {
	margin-bottom: 0;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a:not(.mean-expand):hover,
.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a:not(.mean-expand):hover .link-slide-text {
	color: #31A0A0 !important;
}

/* --- Иконка раскрытия (+): акцентный квадрат --- */
.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a.mean-expand {
	width: 28px !important;
	height: 28px !important;
	min-width: 28px;
	min-height: 28px;
	padding: 0 !important;
	top: 14px !important;
	transform: none;
	background: #31A0A0 !important;
	border: none !important;
	border-radius: 3px;
	color: #fff !important;
	line-height: 28px;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a.mean-expand:hover {
	background: #0f766e !important;
	color: #fff !important;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a.mean-expand i {
	display: none;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a.mean-expand::before {
	content: '+';
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a.mean-expand.mean-clicked {
	transform: rotate(45deg);
	background: #31A0A0 !important;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li>a.mean-expand.mean-clicked i {
	display: none;
}

/* --- Подменю: обычный текст, font-weight 500 --- */
.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li .sub-menu {
	background: transparent !important;
	border: none;
	padding: 0;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li .sub-menu li {
	padding-inline-start: 20px;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li .sub-menu li a {
	font-family: 'Geologica', sans-serif;
	font-weight: 500;
	font-size: clamp(13px, 11.5px + 0.39vw, 17px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727 !important;
	padding: 20px 0;
	border-bottom: none;
}

.tj-mobile-menu-forventa .hamburger_menu .mean-nav ul li .sub-menu li a:hover {
	color: #31A0A0 !important;
}

/* --- Контакты: иконки акцентные, текст основной --- */
.tj-mobile-menu-forventa .tj-mobile-menu-contacts .hamburger-title {
	display: none;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 10px 0;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-item:first-child {
	padding-top: 0;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #31A0A0;
	flex-shrink: 0;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-icon i {
	font-size: 16px;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-link,
.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-link span {
	font-family: 'Geologica', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .contact-link:hover {
	color: #31A0A0;
}

.tj-mobile-menu-forventa .tj-mobile-menu-contacts .subtitle {
	display: none;
}

/* --- Hamburger inner: контакты прибиты к низу --- */
.tj-mobile-menu-forventa .hamburger_inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;

}

.tj-mobile-menu-forventa .hamburger_inner .contact-info {
	margin-bottom: 20px;
}

.tj-mobile-menu-forventa .hamburger-infos {
	margin-top: auto;
	margin-bottom: 0;
	padding-top: 24px;
}

/* Телефон: скрыт $xs */
@media only screen and (max-width: 575px) {
	.tj-header-forventa .tj-header-11-contact--phone {
		display: none !important;
	}
}

/* Email: скрыт $sm+$xs */


/* tj-header-11-left gap: tablet 40px, mobile 20px */
@media only screen and (max-width: 1024px) {
	.tj-header-forventa .tj-header-11-left {
		gap: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.tj-header-forventa .tj-header-11-left {
		gap: 20px;
	}
}

/* call-text, адрес: скрыты ≤1024px ($md) — показ с планшета ландшафт и десктопа */
@media only screen and (max-width: 1024px) {
	.elementor-1324 .elementor-element.elementor-element-e0ee142 .tj-header-forventa .header-wrapper {
		gap: 30px;
	}
}

/* tj-header-11-contacts gap: <1440px → 15px, tablet 20px, mobile 10px */
@media only screen and (max-width: 1440px) {
	.tj-header-forventa .tj-header-11-contacts {
		gap: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	.tj-header-forventa .tj-header-11-contacts {
		gap: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tj-header-forventa .tj-header-11-contacts {
		gap: 10px;
	}
}

/* $lg+$md+$sm+$xs */
@media only screen and (max-width: 1200px) {
	.tj-header-forventa {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		height: 60px;
		
	}
	.tj-mobile-menu-forventa {
        position: fixed !important;
        top: 93px !important;
        left: 20px !important;
        right: 20px !important;
        width: calc(100% - 40px) !important;
        height: calc(100vh - 140px) !important;
        max-height: calc(100vh - 140px);
        padding-bottom: env(safe-area-inset-bottom, 0);
        inset-inline-end: auto !important;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    }

	.tj-header-forventa.header-duplicate {
		width: calc(100% - 40px);
		top: 20px;
		left: 20px;
		right: 20px;
		inset-inline-start: 20px;
		inset-inline-end: 20px;
		height: 60px;
	}



	.tj-header-forventa .tj-header-11-menu-label {
		font-size: 15px !important;
	}
}

/* $xs: шрифт «Меню» 13px */
@media only screen and (max-width: 575px) {
	.tj-header-forventa {
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
		height: 60px;
		top: 15px;
	}

	.tj-header-forventa .tj-header-11-bar {
		padding: 0 12px;
	}

	.tj-header-forventa .tj-header-11-bar {
		height: 60px;
	}

	.tj-header-forventa .tj-header-11-menu-label {
		font-size: 13px !important;
	}

	/* Sticky: перебиваем parent .header-area.sticky { width: 100% } */
	.tj-header-forventa.header-duplicate {
		width: calc(100% - 30px) !important;
		top: 15px;
		inset-inline-start: 15px;
		inset-inline-end: 15px;
	}
	.tj-mobile-menu-forventa {
        position: fixed !important;
        top: 83px !important;
        left: 15px !important;
        right: 15px !important;
        width: calc(100% - 30px) !important;
        height: calc(100vh - 130px) !important;
        max-height: calc(100vh - 140px);
        padding-bottom: env(safe-area-inset-bottom, 0);
        inset-inline-end: auto !important;
        border-radius: 3px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    }
}

/* Offcanvas: скрыт ниже $lg */
@media only screen and (max-width: 1024px) {
	.tj-offcanvas-area {
		display: none !important;
	}
}

/* $lg и выше */
@media only screen and (min-width: 1025px) {
	.tj-offcanvas-area {
		display: block !important;
	}

	.hamburger-area {
		display: none !important;
	}
}

/* --- Header v11: matrix override from docs/06-header.md --- */

/* Base desktop defaults from matrix */
.tj-header-forventa .tj-header-contacts .tj-header-11-menu-trigger {
	display: none !important;
}

.tj-header-forventa .tj-header-mobile-bar {
	display: none !important;
}

.tj-header-forventa .tj-header-11-nav .mainmenu ul,
.tj-header-forventa .tj-header-11-nav ul {
	gap: 30px;
}

.tj-header-forventa .tj-header-11-left {
	gap: 80px;
}

.tj-header-forventa .menu-area {
	gap: 80px;
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-header-forventa .tj-header-menu-area {
		display: none !important;
	}

	.tj-header-forventa .tj-header-11-mega-trigger-wrap,
	.tj-header-forventa.header-duplicate .tj-header-11-mega-trigger-wrap {
		display: none !important;
	}

	.tj-header-forventa .tj-header-mobile-bar {
		display: inline-flex !important;
	}

	.tj-header-forventa .tj-header-11-left {
		gap: 40px;
	}

	.tj-header-forventa .tj-header-11-contact--address {
		display: none !important;
	}
}

/* 768-1024: phone + email visible */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tj-header-forventa .tj-header-contacts {
		display: flex !important;
	}

	.tj-header-forventa .tj-header-11-contact--phone,
	.tj-header-forventa .tj-header-11-contact--email {
		display: inline-flex !important;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-header-forventa .tj-header-11-left {
		gap: 20px;
	}

	.tj-header-forventa .tj-header-contacts {
		display: none !important;
	}
}

/* 1025-1130 */
@media only screen and (min-width: 1025px) and (max-width: 1130px) {
	.tj-header-forventa .tj-header-11-nav {
		gap: 5px;
	}

	.tj-header-forventa .tj-header-11-nav .mainmenu ul,
	.tj-header-forventa .tj-header-11-nav ul {
		gap: 5px;
	}

	.tj-header-forventa .tj-header-11-left {
		gap: 40px;
	}

	.tj-header-forventa .menu-area {
		gap: 40px;
	}

	.tj-header-forventa .tj-header-contacts {
		display: flex !important;
	}

	.tj-header-forventa .tj-header-11-contact--address,
	.tj-header-forventa .tj-header-11-contact--phone {
		display: none !important;
	}

	.tj-header-forventa .tj-header-11-contact--email {
		display: inline-flex !important;
	}
}

/* 1130-1599 */
@media only screen and (min-width: 1131px) and (max-width: 1599px) {
	.tj-header-forventa .tj-header-11-nav {
		gap: 10px;
	}

	.tj-header-forventa .tj-header-11-nav .mainmenu ul,
	.tj-header-forventa .tj-header-11-nav ul {
		gap: 5px;
	}

	.tj-header-forventa .tj-header-11-left {
		gap: 50px;
	}

	.tj-header-forventa .menu-area {
		gap: 50px;
	}

	.tj-header-forventa .tj-header-contacts {
		display: flex !important;
	}

	.tj-header-forventa .tj-header-11-contact--address,
	.tj-header-forventa .tj-header-11-contact--phone {
		display: none !important;
	}

	.tj-header-forventa .tj-header-11-contact--email {
		display: inline-flex !important;
	}
}

/* 1600-1920 */
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.tj-header-forventa .tj-header-11-nav {
		gap: 20px;
	}

	.tj-header-forventa .tj-header-11-nav .mainmenu ul,
	.tj-header-forventa .tj-header-11-nav ul {
		gap: 16px;
	}

	.tj-header-forventa .tj-header-11-left {
		gap: 50px;
	}

	.tj-header-forventa .menu-area {
		gap: 50px;
	}

	.tj-header-forventa .tj-header-contacts {
		display: flex !important;
	}

	.tj-header-forventa .tj-header-11-contact--address {
		display: none !important;
	}

	.tj-header-forventa .tj-header-11-contact--phone,
	.tj-header-forventa .tj-header-11-contact--email {
		display: inline-flex !important;
	}
}

/* 1920+ */
@media only screen and (min-width: 1920px) {
	.tj-header-forventa .tj-header-11-nav {
		gap: 40px;
	}

	.tj-header-forventa .tj-header-11-nav .mainmenu ul,
	.tj-header-forventa .tj-header-11-nav ul {
		gap: 15px;
	}

	.tj-header-forventa .tj-header-11-left {
		gap: 80px;
	}

	.tj-header-forventa .menu-area {
		gap: 80px;
	}

	.tj-header-forventa .tj-header-contacts {
		display: flex !important;
	}

	.tj-header-forventa .tj-header-11-contact--address,
	.tj-header-forventa .tj-header-11-contact--phone,
	.tj-header-forventa .tj-header-11-contact--email {
		display: inline-flex !important;
	}
}

/* ==========================================================================
   5. UTILITIES (link-slide) — перелистывание как в кнопках и хедере
   ========================================================================== */

.section-gap {
	padding-top: 220px;
	padding-bottom: 120px;
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.section-gap {
		padding-top: 180px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.section-gap {
		padding-top: 125px;
	}
}

.tj-header-forventa .tj-header-11-nav a .link-slide-wrap,
.tj-header-forventa .tj-header-11-contact .link-slide-wrap,
.tj-header-forventa .tj-header-11-mega-trigger-label .link-slide-wrap,
.tj-header-forventa .tj-header-11-menu-label .link-slide-wrap,
.tj-footer-section a .link-slide-wrap,
.footer-widget .tj-footer-menu a .link-slide-wrap,
.link-slide-wrap {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-shadow: none;
}

/* Ссылки с display:flex/inline-flex (виджет меню) — wrap как block для корректного overflow */
.widget-nav-menu ul li a .link-slide-wrap,
.widget_nav_menu ul li a .link-slide-wrap,
.elementor-widget-nav-menu ul li a .link-slide-wrap,
.footer-widget.widget-nav-menu .tj-footer-menu ul li a .link-slide-wrap,
.tj-footer-menu ul li a .link-slide-wrap {
	display: block;
}

.tj-header-forventa .tj-header-11-nav a .link-slide-wrap .link-slide-text,
.link-slide-wrap .link-slide-text {
	display: inline-block !important;
	position: relative;
	line-height: 1.25;
	text-shadow: none;
	transition: transform 0.3s ease;
	transform: translateY(0) !important;
}

.link-slide-wrap .link-slide-text::before {
	content: attr(data-content);
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	line-height: 1.1;
	text-shadow: none;
}

/* Отключаем padding/transform от темы — только перелистывание, без сдвига */
.widget-nav-menu ul li a:hover,
.widget-nav-menu ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.elementor-widget-nav-menu ul li a:hover,
.elementor-widget-nav-menu ul li a:focus,
.tj-footer-menu ul li a:hover,
.tj-footer-menu ul li a:focus {
	padding-inline-start: 0 !important;
}

.widget-nav-menu ul li a,
.widget_nav_menu ul li a,
.elementor-widget-nav-menu ul li a,
.tj-footer-menu ul li a {
	padding-inline-start: 0;
}

/* Цвет дубликата при hover — акцентный бирюзовый (все ссылки) */
.tj-header-forventa .link-slide-wrap .link-slide-text::before,
.tj-header-forventa .tj-header-11-mega-trigger .link-slide-wrap .link-slide-text::before,
.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger .link-slide-wrap .link-slide-text::before,
.tj-header-forventa .tj-header-11-menu-trigger .link-slide-wrap .link-slide-text::before,
.tj-footer-section .link-slide-wrap .link-slide-text::before,
.elementor-1342 .link-slide-wrap .link-slide-text::before,
.widget-nav-menu a:hover .link-slide-wrap .link-slide-text::before,
.widget-nav-menu a:focus .link-slide-wrap .link-slide-text::before,
.widget_nav_menu a:hover .link-slide-wrap .link-slide-text::before,
.widget_nav_menu a:focus .link-slide-wrap .link-slide-text::before,
.elementor-widget-nav-menu a:hover .link-slide-wrap .link-slide-text::before,
.elementor-widget-nav-menu a:focus .link-slide-wrap .link-slide-text::before,
.footer-widget .tj-footer-menu a:hover .link-slide-wrap .link-slide-text::before,
.footer-widget .tj-footer-menu a:focus .link-slide-wrap .link-slide-text::before,
.tj-footer-menu a:hover .link-slide-wrap .link-slide-text::before,
.tj-footer-menu a:focus .link-slide-wrap .link-slide-text::before,
.tj-footer-section a:hover .link-slide-wrap .link-slide-text::before,
.tj-footer-section a:focus .link-slide-wrap .link-slide-text::before,
.elementor-1342 a:hover .link-slide-wrap .link-slide-text::before,
.elementor-1342 a:focus .link-slide-wrap .link-slide-text::before {
	color: #31A0A0 !important;
}

/* Анимация сдвига при hover — -102% убирает артефакты (торчащий текст сверху) */
.tj-header-forventa .tj-header-11-nav a:hover .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-nav a:focus .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-contact:hover .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-contact:focus .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-mega-trigger:hover .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-mega-trigger:focus .link-slide-wrap .link-slide-text,
.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger:hover .link-slide-wrap .link-slide-text,
.tj-mobile-menu-mega-trigger .tj-header-11-mega-trigger:focus .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-menu-trigger:hover .link-slide-wrap .link-slide-text,
.tj-header-forventa .tj-header-11-menu-trigger:focus .link-slide-wrap .link-slide-text,
.tj-footer-section a:hover .link-slide-wrap .link-slide-text,
.tj-footer-section a:focus .link-slide-wrap .link-slide-text,
.elementor-1342 a:hover .link-slide-wrap .link-slide-text,
.elementor-1342 a:focus .link-slide-wrap .link-slide-text,
/* Явно: виджет меню, контакты, заголовки, блог */
.widget-nav-menu ul li a:hover .link-slide-wrap .link-slide-text,
.widget-nav-menu ul li a:focus .link-slide-wrap .link-slide-text,
.widget_nav_menu ul li a:hover .link-slide-wrap .link-slide-text,
.widget_nav_menu ul li a:focus .link-slide-wrap .link-slide-text,
.elementor-widget-nav-menu ul li a:hover .link-slide-wrap .link-slide-text,
.elementor-widget-nav-menu ul li a:focus .link-slide-wrap .link-slide-text,
.footer-widget .tj-footer-menu ul li a:hover .link-slide-wrap .link-slide-text,
.footer-widget .tj-footer-menu ul li a:focus .link-slide-wrap .link-slide-text,
.tj-footer-menu ul li a:hover .link-slide-wrap .link-slide-text,
.tj-footer-menu ul li a:focus .link-slide-wrap .link-slide-text,
.tj-footer-section a:hover .link-slide-wrap .link-slide-text,
.tj-footer-section a:focus .link-slide-wrap .link-slide-text {
	transform: translateY(-105%) !important;
}

/* Contact card в футере: link-slide + без подчеркивания */
.contact-card .contact-value,
.contact-card .contact-value:hover,
.contact-card .contact-value:focus {
	text-decoration: none !important;
}

.contact-card .contact-value .link-slide-wrap,
.contact-card .contact-value .link-slide-text,
.contact-card .contact-value .link-slide-text::before {
	text-decoration: none !important;
}

.contact-card .contact-value .link-slide-wrap {
	display: inline-block;
	overflow: hidden;
	vertical-align: baseline;
}

.contact-card .contact-value .link-slide-text {
	display: inline-block !important;
	position: relative;
	line-height: inherit;
	transition: transform 0.3s ease;
	transform: translateY(0) !important;
}

.contact-card .contact-value .link-slide-text::before {
	content: attr(data-content);
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	line-height: inherit;
}

.contact-card .contact-value:hover .link-slide-wrap .link-slide-text,
.contact-card .contact-value:focus .link-slide-wrap .link-slide-text {
	transform: translateY(-105%) !important;
}

/* Footer editor links (политика, студии): те же правила slide, без подчеркивания */
.tj-footer-section .editor_text,
.elementor-1342 .editor_text {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	column-gap: 0.28em;
	row-gap: 0;
}

.tj-footer-section .editor_text a,
.elementor-1342 .editor_text a,
.tj-footer-section .editor_text a:hover,
.elementor-1342 .editor_text a:hover,
.tj-footer-section .editor_text a:focus,
.elementor-1342 .editor_text a:focus {
	display: inline-flex;
	align-items: baseline;
	position: relative;
	vertical-align: baseline;
	line-height: inherit;
	text-decoration: none !important;
	color: #fff !important;
}

.tj-footer-section .editor_text a .link-slide-wrap,
.elementor-1342 .editor_text a .link-slide-wrap,
.tj-footer-section .editor_text a .link-slide-text {
	text-decoration: none !important;
	color: #fff !important;
}

/* Footer inline editor links: keep the same text baseline as surrounding copy */
.tj-footer-section .editor_text a .link-slide-wrap,
.elementor-1342 .editor_text a .link-slide-wrap {
	display: inline;
	overflow: visible;
	vertical-align: baseline;
}

.tj-footer-section .editor_text a .link-slide-text,
.elementor-1342 .editor_text a .link-slide-text {
	display: inline !important;
	line-height: inherit;
	transform: none !important;
	transition: none;
}

.tj-footer-section .editor_text a:hover .link-slide-wrap .link-slide-text,
.tj-footer-section .editor_text a:focus .link-slide-wrap .link-slide-text,
.elementor-1342 .editor_text a:hover .link-slide-wrap .link-slide-text,
.elementor-1342 .editor_text a:focus .link-slide-wrap .link-slide-text {
	transform: none !important;
}

.tj-footer-section .editor_text a .link-slide-text::before,
.elementor-1342 .editor_text a .link-slide-text::before {
	display: none;
}

.tj-footer-section .editor_text a .link-slide-text>span {
	color: inherit !important;
}

.tj-footer-section .editor_text a .link-slide-text::before,
.elementor-1342 .editor_text a .link-slide-text::before,
.contact-card .contact-value .link-slide-text::before,
.contact-card .contact-value:hover .link-slide-text::before,
.contact-card .contact-value:focus .link-slide-text::before {
	color: #31A0A0 !important;
}

/* ==========================================================================
   6. SECTION TITLE (TJ Section Title Style 06)
   ========================================================================== */

/* --- Base --- */
.tj-sec-title-06.sec-heading {
	padding-left: 0;
	margin-bottom: 0;
	/* по умолчанию, переопределяется в Elementor Style → Section → Margin */
}

.tj-sec-title-06-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: nowrap;
}

.tj-sec-title-06 .tj-sec-title-06-title {
	min-width: 0;
	font-family: 'Geologica', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(40px, 23.33px + 2.17vw, 65px);
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
	padding: 0;
	/* fallback: переопределяется в Elementor Style → Title → Title Max Width */
	max-width: 1068px;
}

.tj-sec-title-06-link {
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	padding-bottom: 5px;
	flex-shrink: 0;
	white-space: nowrap;
	color: #272727;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.tj-sec-title-06-link--no-underline,
.tj-sec-title-06-link--text-only {
	border-bottom: none;
	padding-bottom: 0;
}


/* --- Responsive --- */
/* $md+$sm+$xs: скрываем ссылку/текст справа */
@media only screen and (max-width: 1024px) {
	.tj-sec-title-06 .tj-sec-title-06-link {
		display: none !important;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-sec-title-06 .tj-sec-title-06-title {
		font-size: clamp(30px, 21.4875px + 2.27vw, 65px);
	}

	.tj-sec-title-06-inner {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* ==========================================================================
   7. SERVICE LIST (Style 08, 09, 10)
   ========================================================================== */

/* --- TJ Service List Style 08 (Направления деятельности) --- */
/* Grid 2 колонки (desktop), 1 колонка (tablet/mobile) */
.tj-sl-08-grid.service-style-8.service-wrapper,
.elementor-widget-tj-service-list .service-style-8.service-wrapper,
.service-style-8.service-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
	gap: 14px;
}

.service-style-8 .service-item.style-8 {
	background: #F4F4F4;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 0 !important;
	padding: 30px;
}

.service-style-8 .service-item.style-8:hover {
	background: #F4F4F4;
}

/* Внутри карточки: слева — контент, справа — изображение */
.service-style-8 .service-directions-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	min-height: 100%;
	direction: ltr;
	gap: 70px;
}

.service-style-8 .service-directions-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	order: 1;
}

.service-style-8 .service-directions-header {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 12px !important;
	flex-wrap: nowrap !important;
}

/* Иконка — базовые значения, переопределяются в Elementor (55×55, #31A0A0, radius 3px) */
.service-style-8 .service-directions-icon {
	flex: none !important;
	flex-grow: 0 !important;
	order: 0;
	flex-shrink: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 30px !important;
}

.service-style-8 .service-directions-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(20px, 17.14px + 0.76vw, 23px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: auto !important;
	color: #272727;
	margin: 0;
}

.service-style-8 .service-directions-icon svg {
	fill: currentColor;
}

.service-style-8 .service-directions-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

/* Убрать сдвиг шрифта при наведении */
.service-style-8 .service-directions-title a:hover {
	font-weight: inherit !important;
	text-decoration: none !important;
	letter-spacing: inherit !important;
}

.service-style-8 .service-directions-desc {
	font-size: clamp(14px, 10.67px + 0.43vw, 19px);
	line-height: 1.5;
	color: #4b5563;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

/* Изображение справа — clamp 150px (1025)..350px (1920), 250px на 768, 100% < 767 */
.service-style-8 .service-directions-img {
	order: 2 !important;
	box-sizing: border-box;
	overflow: hidden;
	margin-inline-start: auto;
	width: clamp(150px, calc(150px + (100vw - 1025px) * 200 / 895), 350px);
	max-width: clamp(150px, calc(150px + (100vw - 1025px) * 200 / 895), 350px);
	flex: 0 0 clamp(150px, calc(150px + (100vw - 1025px) * 200 / 895), 350px);
}

.service-style-8 .service-directions-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	box-sizing: border-box;
	border-radius: 3px;
	opacity: 1;
}


/* > 1025px: clamp 18px..33px для заголовка */
@media only screen and (min-width: 1440px) {
	.service-style-8 .service-directions-title {
		font-size: clamp(23px, 16.33px + 0.87vw, 33px);
	}
}

/* --- Style 08 Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {

	.tj-sl-08-grid.service-style-8.service-wrapper,
	.elementor-widget-tj-service-list .service-style-8.service-wrapper,
	.service-style-8.service-wrapper {
		grid-template-columns: 1fr !important;
		gap: 10px;
	}

}

/* $md (768–1024): контент и изображение 50/50 */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.service-style-8 .service-directions-inner {
		flex-direction: row !important;
		align-items: stretch;
		gap: 20px;
	}

	.service-style-8 .service-directions-content {
		flex: 0 0 50%;
		max-width: 50%;
		gap: 120px;
	}

	.service-style-8 .service-directions-img {
        order: 2 !important;
        flex: 0 0 50% !important;
        max-width: 234px;
        width: 234px;
        margin-inline-start: auto;
        display: flex;
        justify-content: flex-end;
        align-items: stretch;
        overflow: hidden;
    }

	.service-style-8 .service-directions-img img {
		height: 100%;
		width: auto;
		min-width: 100%;
		object-fit: cover;
		object-position: right center;
	}
}

/* $sm+$xs — сверху вниз: header+desc, затем изображение */
@media only screen and (max-width: 767px) {
	.service-style-8 .service-item.style-8 {
		padding: 20px;
	}

	.service-style-8 .service-directions-inner {
		flex-direction: column !important;
		min-height: auto;
		gap: 25px;
	}

	/* Контент (header + desc) сверху */
	.service-style-8 .service-directions-content {
		order: 1 !important;
		padding: 0;
	}

	/* Описание — 13px на мобильных */
	.service-style-8 .service-directions-desc {
		font-size: clamp(13px, 12.05px + 0.25vw, 14px);
	}

	/* Изображение снизу — width 100%, height 179px, border-radius 3px */
	.service-style-8 .service-directions-img {
		order: 2 !important;
		flex: 0 0 auto !important;
		max-width: none !important;
		width: 100% !important;
		height: 179px !important;
		min-height: 179px !important;
		border-radius: 3px 3px 3px 3px;
		overflow: hidden;
	}

	.service-style-8 .service-directions-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 3px;
		opacity: 1;
	}

	.service-style-8 .service-directions-title {
		font-size: clamp(23px, 16.33px + 0.87vw, 33px);
	}
}

@media only screen and (max-width: 375px) {
	.service-style-8 .service-item.style-8 {
		padding: 15px;
	}
}

/* --- TJ Service List Style 09 (Карточки с нумерацией) --- */
.service-style-9.service-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.service-style-9 .service-item.style-9 {
	background: #F4F4F4;
	border-radius: 3px;
	padding: 30px;
	margin: 0 !important;
	/* не добавлять к gap между карточками */
	display: flex;
	flex-direction: column;
}



.service-style-9 .service-style-9-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	gap:100px;
}

.service-style-9-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	flex-shrink: 0;
}

.service-style-9-divider {
	height: 1px;
	background: #ddd;
	margin-bottom: 16px;
	flex-shrink: 0;
}

.service-style-9-desc-wrap {
	flex: 1 1 auto;
	display: flex;
	min-height: 0;
}

.service-style-9-title {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(17px, calc(17px + (100vw - 375px) * 11 / 1545), 28px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.service-style-9-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.service-style-9-number {
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	flex-shrink: 0;
}

.service-style-9-desc {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, calc(13px + (100vw - 375px) * 6 / 1545), 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	margin: 0;
}

.service-style-9-desc strong {
	font-weight: 700;
}

/* --- Style 09 Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.service-style-9 .service-style-9-inner {
		gap: 120px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.service-style-9 .service-style-9-inner {
		gap: 40px;
	}

	.service-style-9 .service-item.style-9 {
		padding: 20px;
	}

	/* Скрыть номер на мобильных */
	.service-style-9-number {
		display: none !important;
	}

	.service-style-9-title a {
		width: 100%;
	}

	/* Уточнённый clamp для 375..768 */
	.service-style-9-title {
		font-size: clamp(17px, calc(17px + (100vw - 375px) * 6 / 393), 23px);
	}

	.service-style-9-desc {
		font-size: clamp(13px, calc(13px + (100vw - 375px) * 1 / 393), 14px);
	}
}

/* 768..1920: clamp для tablet/desktop */
@media only screen and (min-width: 768px) {
	.service-style-9-title {
		font-size: clamp(23px, calc(23px + (100vw - 768px) * 5 / 1152), 28px);
	}

	.service-style-9-title a {
		width: 505px;
	}

	.service-style-9-desc {
		width: 505px;
		font-size: clamp(14px, calc(14px + (100vw - 768px) * 5 / 1152), 19px);
	}

}

/* --- TJ Service List Style 12 (Карточки с иконкой) --- */
.service-style-12.service-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.service-style-12 .service-item.style-12 {
	background: #f7f7f7;
	border-radius: 3px;
	padding: 24px 28px 28px;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
}

.service-style-12 .service-style-12-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	gap: 50px;
}

.service-style-12-header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 16px;
	flex-shrink: 0;
}

.service-style-12-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	min-width: 55px;
	background: #31A0A0;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
}

.service-style-12-icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.service-style-12-title,
.service-style-12-title.tj-el-title {
	font-size: clamp(15px, 1.79vw + 9.29px, 23px);
}

.service-style-12-title {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.service-style-12-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.service-style-12-divider {
	height: 1px;
	background: #ddd;
	margin-bottom: 16px;
	flex-shrink: 0;
}

.service-style-12-desc-wrap {
	flex: 1 1 auto;
	display: flex;
	min-height: 0;
}

.service-style-12-desc {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, calc(13px + (100vw - 375px) * 6 / 1545), 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	margin: 0;
}

.service-style-12-desc strong {
	font-weight: 700;
}

/* --- Style 12 Responsive --- */
@media only screen and (max-width: 767px) {
	.service-style-12 .service-item.style-12 {
		padding: 20px 22px 24px;
	}

	.service-style-12-desc {
		font-size: clamp(13px, calc(13px + (100vw - 375px) * 1 / 393), 14px);
	}
}

@media only screen and (min-width: 768px) {
	.service-style-12 .service-style-12-inner {
		gap: 80px;
	}

	.service-style-12-desc {
		font-size: clamp(14px, calc(14px + (100vw - 768px) * 5 / 1152), 19px);
	}
}

@media only screen and (min-width: 1024px) {
	.service-style-12 .service-style-12-inner {
		gap: 100px;
	}
}

/* --- TJ Service List Style 10 (Преимущества) --- */
.service-style-10.service-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.service-style-10 .service-item.style-10 {
	background: #F4F4F4;
	border-radius: 3px;
	padding: 20px;
	min-height: 375px;
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: column;
}

.service-style-10 .service-advantages-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 35px;
	min-height: 100%;
}

.service-style-10 .service-advantages-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.service-style-10 .service-advantages-header {
		gap: 10px;
	}
}

.service-style-10 .service-advantages-icon {
	width: 120px;
	height: 120px;
	min-width: 120px;
	min-height: 120px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	color: #fff !important;
	border-radius: 50%;
}

.service-style-10 .service-advantages-icon svg {
	fill: currentColor;
}

.service-style-10 .service-advantages-title {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(16px, 14.3px + 0.45vw, 23px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
	flex: 1;
	min-width: 0;
}

.service-style-10 .service-advantages-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.service-style-10 .service-advantages-title a:hover {
	font-weight: inherit !important;
	text-decoration: none !important;
}

.service-style-10 .service-advantages-desc {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, 12px + 0.26vw, 17px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	margin-top: auto;
}

.service-style-10 .service-advantages-desc ol,
.service-style-10 .service-advantages-desc ul {
	margin: 0 0 0 1.2em;
	padding: 0;
	list-style-position: outside;
}

.service-style-10 .service-advantages-desc ol {
	list-style-type: decimal;
}

.service-style-10 .service-advantages-desc ul {
	margin: 0;
    padding-left: 22px;
    list-style: disc;
}

.service-style-10 .service-advantages-desc li {
	margin-bottom: 4px;
}

.service-style-10 .service-advantages-desc li:last-child {
	margin-bottom: 0;
}

/* --- Style 10 Responsive --- */
/* $md+$sm+$xs — tablet */
@media only screen and (max-width: 1024px) {
	.service-style-10.service-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.service-style-10 .service-item.style-10 {
		min-height: 271px;
		padding: 15px;
	}

	.service-style-10 .service-item.style-10:last-child {
		grid-column: 1 / -1;
	}

	.service-style-10 .service-advantages-icon {
		width: 80px;
		height: 80px;
		min-width: 80px;
		min-height: 80px;
	}
}

/* $sm+$xs — mobile */
@media only screen and (max-width: 767px) {
	.service-style-10.service-wrapper {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.service-style-10 .service-item.style-10 {
		min-height: 225px;
		padding: 15px;
	}

	.service-style-10 .service-advantages-icon {
		width: 70px;
		height: 70px;
		min-width: 70px;
		min-height: 70px;
	}

	.service-style-10 .service-advantages-inner {
		display: flex;
		flex-direction: column;
		flex: 1;
		gap: 25px;
		min-height: 100%;
	}
}

/* --- TJ Service List Style 11 (Объекты: название + иконка + фото) --- */
/* Специфичность под виджет Elementor, чтобы перебить стили родительской темы и плагина */
.elementor-widget-tj-service-list .service-style-11.service-wrapper {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 15px;
}

.elementor-widget-tj-service-list .service-style-11 .service-item.style-11 {
	background: #F4F4F4 !important;
	border-radius: 3px !important;
	border: none !important;
	margin-bottom: 0 !important;
	overflow: hidden;
	padding: 20px !important;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 20px;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
	flex-shrink: 0;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-title {
	font-family: "Geologica", sans-serif !important;
	font-weight: 500 !important;
	font-style: normal;
	font-size: clamp(17px, 14px + 0.71vw, 28px) !important;
	line-height: 1.1 !important;
	letter-spacing: -0.04em;
	color: #272727 !important;
	margin: 0 !important;
	flex: 1;
	min-width: 0;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.2s ease;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-stat-icon {
	position: static !important;
	top: auto;
	right: auto;
	width: 15px !important;
	height: 15px !important;
	min-width: 15px !important;
	min-height: 15px !important;
	color: #31A0A0 !important;
	flex-shrink: 0;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-stat-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-img {
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-img img,
.elementor-widget-tj-service-list .service-style-11 .service-style-11-img a {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.elementor-widget-tj-service-list .service-style-11 .service-style-11-img a {
	text-decoration: none;
}

/* --- Style 11 Responsive --- */
/* $md+$sm+$xs — tablet */
@media only screen and (max-width: 1024px) {
	.elementor-widget-tj-service-list .service-style-11.service-wrapper {
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 15px;
	}

	.elementor-widget-tj-service-list .service-style-11 .service-item.style-11 {
		padding: 15px !important;
	}

	.elementor-widget-tj-service-list .service-style-11 .service-style-11-inner {
		gap: 15px;
	}
}

/* $sm+$xs — mobile */
@media only screen and (max-width: 767px) {
	.elementor-widget-tj-service-list .service-style-11.service-wrapper {
		grid-template-columns: 1fr !important;
		gap: 15px;
	}

	.elementor-widget-tj-service-list .service-style-11 .service-item.style-11 {
		padding: 15px !important;
	}

	.elementor-widget-tj-service-list .service-style-11 .service-style-11-inner {
		gap: 15px;
	}
}

/* ==========================================================================
   8. DOCS, POSTS, TESTIMONIAL, COST CALC
   ========================================================================== */

/* --- TJ Docs (Официальные гарантии и надежность) --- */
.tj-docs.tj-docs-style-1 {
	--tj-docs-accent: #31A0A0;
	--tj-docs-card-bg: #F4F4F4;
	font-family: "Geologica", sans-serif;
}

/* Desktop: заголовок слева 50%, блок надёжности справа 50%, в одной строке */
.tj-docs-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px 40px;
	margin-bottom: 48px;
}

.tj-docs-header-text {
	text-align: left;
	flex: 6 0 0;
	min-width: 0;
}

.tj-docs-header .tj-docs-reliability {
	min-width: 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.tj-docs-title {
	font-family: "Geologica", sans-serif;
	font-size: clamp(30px, 2.27vw + 21.5px, 65px);
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.02em;
	color: #272727;
	margin: 0 0 30px;
}

.tj-docs-subtitle {
	font-family: "Geologica", sans-serif;
	font-size: clamp(13px, 1.3vw + 8px, 23px);
	font-weight: 400;
	line-height: 1.4;
	color: #272727;
	margin: 0;
}

/* Блок «Высокая надежность» — desktop по умолчанию */
.tj-docs-reliability {
	background: linear-gradient(180deg, #E727AF 0%, #3871ED 100%);
	border-radius: 4px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	gap: 60px;
	flex-shrink: 0;
	width: 300px;
	min-width: 300px;
}

.tj-docs-reliability-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 60px;
	width: 100%;
}

/* Блок 1: логотип слева, текст справа */
.tj-docs-reliability-row1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.tj-docs-reliability-logo {
	width: 40px;
	height: 40px;
	min-width: 40px;
	object-fit: contain;
	flex-shrink: 0;
}

.tj-docs-reliability-text {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

/* Блок 2: кнопка — иконка слева от текста */
.tj-docs-reliability-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	gap: 10px;
	text-decoration: none;
	transition: opacity 0.2s;
}

.tj-docs-reliability-btn:hover {
	opacity: 0.9;
}

.tj-docs-reliability-btn-icon-wrap {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.tj-docs-reliability-btn-icon-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tj-docs-reliability-btn-text {
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.04em;
}

/* Секция карточек */
.tj-docs-cards-wrap {
	position: relative;
	overflow: hidden;
	padding: 0;
}

.tj-docs-slider {
	overflow: hidden;
	min-width: 0;
	width: 100%;
}

.tj-docs-slider .swiper-wrapper {
	align-items: stretch;
}

/* Desktop: сетка 3 в ряд вместо слайдера */
@media only screen and (min-width: 1025px) {
	.tj-docs-slider {
		overflow: visible;
	}

	.tj-docs-slider .swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
		transform: none !important;
	}

	.tj-docs-slider .swiper-slide {
		width: auto !important;
		margin-right: 0 !important;
	}
}

.tj-docs-slider .swiper-slide {
	display: flex;
	height: auto;
}

.tj-docs-slider .swiper-slide .tj-docs-card {
	flex: 1;
	width: 100%;
	min-height: 0;
}

/* Pagination — скрыта полностью */
.tj-docs-slider-pagination {
	display: none !important;
}

/* Стрелки навигации — только на мобильных, по центру под слайдером */
.tj-docs-slider-nav {
	display: none;
}

@media only screen and (max-width: 767px) {
	.tj-docs-slider-nav {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 7px;
		margin-top: 20px;
	}

	.tj-docs-slider-prev,
	.tj-docs-slider-next {
		width: 45px;
		height: 45px;
		padding: 0;
		border: none;
		background: transparent;
		cursor: pointer;
	}

	.tj-docs-slider-prev img,
	.tj-docs-slider-next img {
		width: 45px;
		height: 45px;
		display: block;
	}
}

.tj-docs-slider-prev.swiper-button-disabled,
.tj-docs-slider-next.swiper-button-disabled,
.tj-docs-slider-prev[aria-disabled="true"],
.tj-docs-slider-next[aria-disabled="true"] {
	opacity: 0.2;
	pointer-events: none;
}

@media only screen and (min-width: 768px) {
	.tj-docs-slider-nav {
		display: none !important;
		gap: 10px;
	}
}

/* Карточка — горизонтальная: слева заголовок+кнопка, справа изображение */
.tj-docs-card {
	background: var(--tj-docs-card-bg);
	border-radius: 3px;
	padding: 20px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: stretch;
	transition: box-shadow 0.2s;
}


.tj-docs-card-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
	min-width: 0;
}

.tj-docs-card-title {
	font-family: "Geologica", sans-serif;
	font-size: clamp(18px, 0.35vw + 15.3px, 22px);
	font-weight: 400;
	line-height: 1.35;
	color: #272727;
	margin: 0 0 16px;
}

.tj-docs-card-image-wrap {
	position: relative;
	flex-shrink: 0;
	width: 180px;
	min-width: 180px;
}

.tj-docs-card-image {
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tj-docs-card-image img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
	display: block;
	padding: 20px;
}

.tj-docs-card-lightbox {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: zoom-in;
}

.tj-docs-card-lupa {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

.tj-docs-card-lupa img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.tj-docs-card-lightbox:hover .tj-docs-card-lupa {
	opacity: 1;
}

.tj-docs-card-btn {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 0;
	background: var(--tj-docs-accent);
	color: #fff;
	padding: 12px 20px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	transition: background 0.2s, opacity 0.2s;
}

.tj-docs-card-btn:hover {
	color: #fff;
	background: #0f766e;
}

.tj-docs-card-btn .btn-text {
	padding-right: 12px;
}

.tj-docs-card-btn .btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	margin-left: 0;
}

.tj-docs-card-btn .btn-icon svg {
	width: 14px;
	height: 14px;
}

/* --- Docs Responsive --- */
@media only screen and (max-width: 1024px) {
	.tj-docs-title {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.tj-docs-subtitle {
		font-size: 18px;
	}

	.tj-docs-header {
		flex-direction: column;
		gap: 30px 40px;
		margin-bottom: 60px;
	}

	.tj-docs-header-text,
	.tj-docs-header .tj-docs-reliability {
		flex: 0 0 auto;
	}
	

	.tj-docs-reliability {
		width: 250px;
		min-width: 250px;
		padding: 20px;
		gap: 70px;
	}

	.tj-docs-reliability-inner {
		gap: 70px;
	}

	.tj-docs-reliability-text {
		font-size: 14px;
	}

	.tj-docs-reliability-btn-text {
		font-size: 14px;
	}

	.tj-docs-reliability-logo {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.tj-docs-reliability-btn-icon-wrap {
		width: 30px;
		height: 30px;
		min-width: 30px;
	}

	.tj-docs-card-title {
		font-size: clamp(16px, 0.52vw + 14.05px, 22px);
		line-height: 1.1;
		letter-spacing: -0.04em;
	}
}

@media only screen and (max-width: 767px) {
	.tj-docs-title {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.tj-docs-title.tj-el-title {
		font-size: clamp(30px, 24.9px + 1.36vw, 40px);
	}

	.tj-docs-subtitle {
        font-size: 13px;
        margin-block-end: 0;
    }

	.tj-docs-header {
		margin-bottom: 30px;
		gap: 25px 40px;
	}

	.tj-docs-reliability {
		width: 250px;
		min-width: 250px;
		padding: 15px 20px;
	}

	/* Карточка — горизонтальная сетка как на планшете */
	.tj-docs-card {
		padding: 15px;
	}
}

/* TJ Button style 6 внутри карточек TJ Docs — прижать к низу, без лишних отступов */
.tj-docs-card .tj-btn-wrapper.tj-btn-style-6 {
	margin: 0;
	margin-top: auto;
}

/* --- TJ Latest Posts Style 11 («Полезное для вас») --- */
.tj-latest-blog-style-11 {
	background: none;
}

.tj-latest-blog-style-11 .h11-blog-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 40px;
}

/* Заголовок секции: clamp 375→30, 768→40, 1920→65 */
.tj-latest-blog-style-11 .h11-blog-section-title {
	margin: 0;
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(30px, 2.27vw + 21.5px, 65px);
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #272727;
}

.tj-latest-blog-style-11 .h11-blog-link {
	font-size: 16px;
	color: #272727;
	text-decoration: none;
}

.tj-latest-blog-style-11 .h11-blog-link:hover {
	opacity: 0.85;
}

@media (max-width: 1023px) {
	.tj-latest-blog-style-11 .h11-blog-link {
		display: none;
	}
}

/* Лимит постов на tablet/mobile (настраивается в виджете) */
@media (max-width: 1023px) {
	.tj-latest-blog-style-11 .h11-posts-mobile-limit-1 .blog-item.style-11:nth-child(n+2) {
		display: none;
	}

	.tj-latest-blog-style-11 .h11-posts-mobile-limit-2 .blog-item.style-11:nth-child(n+3) {
		display: none;
	}

	.tj-latest-blog-style-11 .h11-posts-mobile-limit-3 .blog-item.style-11:nth-child(n+4) {
		display: none;
	}

	.tj-latest-blog-style-11 .h11-posts-mobile-limit-4 .blog-item.style-11:nth-child(n+5) {
		display: none;
	}

	.tj-latest-blog-style-11 .h11-posts-mobile-limit-5 .blog-item.style-11:nth-child(n+6) {
		display: none;
	}

	.tj-latest-blog-style-11 .h11-posts-mobile-limit-6 .blog-item.style-11:nth-child(n+7) {
		display: none;
	}
}

/* Сетка: desktop 3, tablet 2, mobile 1 */
.tj-latest-blog-style-11 .h11-blog-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 15px;
}

@media (min-width: 768px) {
	.tj-latest-blog-style-11 .h11-blog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.tj-latest-blog-style-11 .h11-blog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.tj-latest-blog-style-11 .blog-item.style-11 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	border-radius: 0;
}

.tj-latest-blog-style-11 .blog-thumb {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 3px;
	max-height: 370px;
}

@media (max-width: 1024px) {
	.tj-latest-blog-style-11 .blog-thumb {
		max-height: 220px;
	}
}

.tj-latest-blog-style-11 .blog-thumb a {
	display: block;
	height: 100%;
}

.tj-latest-blog-style-11 .blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tj-latest-blog-style-11 .blog-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: left;
	padding: 0;
}

/* Заголовок поста: clamp 375→16, 768→17, 1920→26 */
.tj-latest-blog-style-11 .blog-content .title {
	margin: 0;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(14px, 0.55vw + 12px, 22px);
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #272727;
}

.tj-latest-blog-style-11 .blog-content .title a {
	color: inherit;
	text-decoration: none;
	background-image: none;
}

.tj-latest-blog-style-11 .blog-content .title a:hover {
	text-decoration: none;
	background-size: 0;
}

/* Описание поста: чуть меньше (под сайдбар), до 4 строк */
.tj-latest-blog-style-11 .blog-content .desc.excerpt-line-clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin: 0;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, 0.39vw + 11px, 19px);
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #272727;
	opacity: 0.5;
}
@media (max-width: 1024px) {
	.tj-latest-blog-style-11 .blog-content {
		gap: 15px;
		padding: 0;
	}

}
@media (max-width: 767px) {
	.tj-latest-blog-style-11 .blog-content {
		gap: 15px;
		padding: 0;
	}
	.tj-latest-blog-style-11 .h11-blog-header {
		margin-bottom: 30px;
	}
	.tj-latest-blog-style-11 .h11-blog-grid {
		gap: 27px;
	}

}

/* Style 11 — Slider (режим слайдера) */
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-wrap {
	position: relative;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider {
	overflow: hidden;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider .swiper-slide {
	height: auto;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider .swiper-slide .blog-item.style-11 {
	height: 100%;
}

/* Навигация в стиле tj-docs-style-1: на планшетах и мобильных — внизу по центру */
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 7px;
	margin-top: 20px;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-prev,
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-next {
	width: 45px;
	height: 45px;
	padding: 0;
	border: none;
	background: transparent;
	cursor: pointer;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-prev img,
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-next img {
	width: 45px;
	height: 45px;
	display: block;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-prev.swiper-button-disabled,
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-next.swiper-button-disabled,
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-prev[aria-disabled="true"],
.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-next[aria-disabled="true"] {
	opacity: 0.2;
	pointer-events: none;
}

.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider .swiper-pagination-area {
	margin-top: 24px;
}

/* Desktop: стрелки по бокам слайдера (как раньше) */
@media only screen and (min-width: 1025px) {
	.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
		justify-content: space-between;
		pointer-events: none;
	}

	.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-prev,
	.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-next {
		pointer-events: auto;
	}

	.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-prev {
		margin-left: -20px;
	}

	.tj-latest-blog-style-11.h11-blog-is-slider .h11-blog-slider-next {
		margin-right: -20px;
	}
}

/* --- TJ Testimonial Style 11 --- */
.h11-forventa-testimonial-wrapper {
	--fv-testimonial-accent: var(--tj-color-theme-primary, #31A0A0);
	--fv-testimonial-card-bg: #f5f5f5;
}

/* Full width slider — слайдер на всю ширину viewport */
.h11-testimonial-fullwidth .tj-testimonial-11-layout {
	overflow: visible;
}

.h11-testimonial-fullwidth .h11-forventa-testimonial-slider {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	box-sizing: border-box;
}

/* Layout: desktop — header+nav в ряд, под ним слайдер; tablet/mobile — title, слайдер, nav снизу */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-layout {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto;
	gap: 80px 32px;
	align-items: end;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-header {
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav {
	grid-column: 2;
	grid-row: 1;
	display: flex;
	gap: 10px;
	flex-shrink: 0;
	align-self: flex-end;
}

.h11-forventa-testimonial-wrapper .h11-forventa-testimonial-slider {
	grid-column: 1 / -1;
	grid-row: 2;
	margin-bottom: 0;
	min-width: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.h11-forventa-testimonial-wrapper .tj-testimonial-11-layout {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		align-items: stretch;
		margin-bottom: 0;
		gap: 0;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-header {
		grid-column: 1;
		grid-row: 1;
		margin-bottom: 60px;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-card {
		padding: 15px !important;
	}

	.h11-forventa-testimonial-wrapper .h11-forventa-testimonial-slider {
		grid-column: 1;
		grid-row: 2;
		margin-bottom: 30px;
		min-width: 0;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav {
		grid-column: 1;
		grid-row: 3;
		justify-content: center;
		align-self: center;
	}
}

/* Мобильные: симметричные отступы слева и справа у слайдера отзывов */
@media (max-width: 767px) {
	.h11-forventa-testimonial-wrapper .h11-forventa-testimonial-slider .h11-forventa-testimonial-wrapper .h11-forventa-testimonial-slider {
		padding-left: 12px !important;
		padding-right: 12px !important;
		margin-bottom: 20px;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-text .tj-el-desc {

		font-size: clamp(13px, 12.05px + 0.25vw, 14px);
	}
}

/* Заголовок секции: 1920→65px, 767→40px, 375→30px */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-title {
	font-family: Geologica, sans-serif;
	font-size: clamp(30px, 2.27vw + 21.5px, 65px);
	font-weight: 500;
	font-style: normal;
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
	flex: 1;
	min-width: 0;
}

/* Кнопки навигации: desktop 60px, tablet 65px, mobile 45px */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev,
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	padding: 0;
	background: transparent;
	transition: opacity 0.2s;
}

/* Прозрачность только если нет доступных слайдов */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev.swiper-button-disabled,
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next.swiper-button-disabled,
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev[aria-disabled="true"],
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next[aria-disabled="true"] {
	opacity: 0.2;
	pointer-events: none;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev img,
.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

@media (max-width: 1024px) {

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev,
	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next {
		width: 65px;
		height: 65px;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev img,
	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next img {
		width: 65px;
		height: 65px;
	}
}

@media (max-width: 575px) {

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev,
	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next {
		width: 45px;
		height: 45px;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-prev img,
	.h11-forventa-testimonial-wrapper .tj-testimonial-11-nav .slider-next img {
		width: 45px;
		height: 45px;
	}
}

.h11-forventa-testimonial-wrapper .h11-forventa-testimonial-slider .swiper-slide {
	display: flex;
	height: auto;
	align-items: stretch;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-card {
	background: var(--fv-testimonial-card-bg);
	border-radius: 4px;
	height: 100%;
	min-height: 233px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0;
}

/* Карточка: desktop — заголовок+звёзды в ряд; tablet/mobile — звёзды, заголовок, текст, автор */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-stars-row {
	order: 2;
	flex-shrink: 0;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-top .tj-testimonial-11-card-title {
	order: 1;
	flex: 1;
	min-width: 0;
}

@media (max-width: 1024px) {
	.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-top {
		flex-direction: column;
		gap: 20px;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-stars-row {
		order: 1;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-top .tj-testimonial-11-card-title {
		order: 2;
		margin-bottom: 0;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-text {
		margin-top: 15px;
	}

	.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-text .tj-el-desc {

		font-size: clamp(14px, 10.67px + 0.43vw, 19px);
	}

}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-text {
	flex: 1;
	margin-bottom: 16px;
}

/* Заголовок отзыва: 23/18/16px */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-title {
	font-family: Geologica, sans-serif;
	font-size: clamp(16px, 0.45vw + 14.7px, 23px);
	font-weight: 500;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
}

/* Текст отзыва: 19/14/13px */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-text .tj-el-desc {
	font-family: Geologica, sans-serif;
	font-size: clamp(14px, 10.67px + 0.43vw, 19px);
	font-weight: 400;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-stars {
	flex-shrink: 0;
	font-size: 16px;
	letter-spacing: 2px;
	-webkit-text-stroke-color: #d1d5db;
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-stars .fill-ratings {
	color: var(--fv-testimonial-accent);
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-stars .empty-ratings {
	color: rgba(209, 213, 219, 0.5);
}

.h11-forventa-testimonial-wrapper .tj-testimonial-11-stars-placeholder img {
	display: block;
	height: 17px;
	width: auto;
}

/* Имя автора: 19/14/13px */
.h11-forventa-testimonial-wrapper .tj-testimonial-11-card-author {
	font-family: Geologica, sans-serif;
	font-size: clamp(13px, 0.39vw + 11.5px, 19px);
	font-weight: 500;
	font-style: normal;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #272727;
	margin-top: auto;
	align-self: flex-start;
}

/* --- TJ Cost Calculator Style 1 --- */
.tj-cost-calc-style-1,
.tj-cost-calc {
	width: 100%;
	box-sizing: border-box;
}

.tj-cost-calc-style-1 {
	--tj-calc-bg: #31A0A0;
	--tj-calc-notice-bg: transparent;
	--tj-calc-input-bg: rgba(255, 255, 255, 0.4);
	--tj-calc-text: #f4f8fb;
	--tj-calc-text-muted: rgba(255, 255, 255, 0.5);
	background: var(--tj-calc-bg);
	color: var(--tj-calc-text);
	padding: 40px 32px 48px;
	border-radius: 4px;
}

.tj-cost-calc-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin-bottom: 40px;
}

.tj-cost-calc-header-text {
	flex: 1;
	min-width: 0;
}

.tj-cost-calc-title,
.tj-cost-calc-title.tj-el-title {
	margin: 0 0 30px;
	max-width: 872px;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(36px, calc(36px + 29 * (100vw - 375px) / 1545), 65px);
	line-height: 90%;
	letter-spacing: -0.04em;
	color: #fff;
}

.tj-cost-calc-desc {
	margin: 0;
	max-width: 638px;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(16px, calc(16px + 7 * (100vw - 375px) / 1545), 23px);
	line-height: 110%;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.tj-cost-calc-notice {
	background: var(--tj-calc-notice-bg);
	padding: 20px 24px;
	border-radius: 4px;
	max-width: 380px;
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.tj-cost-calc-notice-title {
	margin: 0 0 10px;
	line-height: 1.1;
	font-size: clamp(16px, 1.2vw + 12px, 23px);
	letter-spacing: -0.04em;
	font-weight: 600;
	color: #fff;
}

.tj-cost-calc-notice-text {
	margin: 0;
	font-size: clamp(13px, 0.43vw + 10.7px, 19px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255);

}

.tj-cost-calc-form {
	display: block;
}

.tj-cost-calc-form-inner {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto auto auto;
	row-gap: 24px;
}

.tj-cost-calc-form,
.tj-cost-calc-form-inner,
.tj-cost-calc-form-grid-top {
	overflow: visible;
}

.tj-cost-calc-form-grid-top {
	display: grid;
	grid-template-columns: 50% 1fr;
	align-items: start;
	column-gap: 40px;
	row-gap: 20px;
}

.tj-cost-calc-fieldset--initial,
.tj-cost-calc-fieldset--params {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.tj-cost-calc-fieldset--initial .tj-cost-calc-row,
.tj-cost-calc-fieldset--params .tj-cost-calc-row {
	margin-bottom: 20px;
}

.tj-cost-calc-fieldset--initial .tj-cost-calc-row:last-child,
.tj-cost-calc-fieldset--params .tj-cost-calc-row:last-child {
	margin-bottom: 0;
}

.tj-cost-calc-form-grid-bottom {
	display: grid;
	grid-template-columns: 40% 1fr;
	column-gap: 15px;
	align-items: stretch;
}

.tj-cost-calc-room-area-msg {
	position: relative;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	padding: 16px 40px 16px 20px;
	font-size: 14px;
	line-height: 1.5;
}

.tj-cost-calc-room-area-msg .h4 {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.tj-cost-calc-room-area-msg-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.8;
}

.tj-cost-calc-room-area-msg-close::before,
.tj-cost-calc-room-area-msg-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
}

.tj-cost-calc-room-area-msg-close::after {
	transform: rotate(-45deg);
}

.tj-cost-calc-room-area-msg-close:hover {
	opacity: 1;
}

.tj-cost-calc-fieldset {
	border: none;
	margin: 0;
	padding: 0;
	background: #27272740;
	border-radius: 4px;
	padding: 30px;
	overflow: visible;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.tj-cost-calc-row {
	margin: 0 0 20px !important;
}

.tj-cost-calc-row:last-child {
	margin-bottom: 0;
}

.tj-cost-calc-fieldset--result .tj-cost-calc-row--perf {
	margin-bottom: 20px !important;
}

.tj-cost-calc-label {
	display: block;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(13px, 11.09px + 0.51vw, 15px);
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #ffffff;
	opacity: 0.5;
	margin-bottom: 20px;
}

.tj-cost-calc-input {
	width: 100%;
	max-width: 100%;
	height: 65px;
	min-height: 65px;
	padding: 12px 16px;
	font-size: 15px;
	line-height: 1.4;
	background: var(--tj-calc-input-bg);
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	color: #1a1a1a;
	box-sizing: border-box;
}

.tj-cost-calc-input::placeholder {
	color: #9ca3af;
}

.tj-cost-calc-input:focus {
	outline: none;
	border-color: var(--tj-color-theme-primary, #31A0A0);
	box-shadow: 0 0 0 2px rgba(13, 148, 136, 0.2);
}

.tj-cost-calc-range-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
	min-height: 65px;
}

.tj-cost-calc-range-max {
	font-size: 19px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: -0.04em;
	flex-shrink: 0;
}

.tj-cost-calc-range-track {
	flex: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 8px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 4px;
	overflow: visible;
}

.tj-cost-calc-range-fill {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #ffffff;
	border-radius: 4px 0 0 4px;
	transition: width 0.15s ease;
	pointer-events: none;
}

.tj-cost-calc-range-value {
	min-width: 48px;
	font-family: "Geologica", sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
	letter-spacing: -0.04em;
	text-align: left;
	flex-shrink: 0;
}

.tj-cost-calc-range {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 8px;
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 4px;
}

.tj-cost-calc-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tj-cost-calc-range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tj-cost-calc-select {
	margin: 0;
	height: 65px;
	min-height: 65px;
	padding: 12px 40px 12px 16px;
	font-size: 15px;
	line-height: 1.4;
	background: var(--tj-calc-input-bg);
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	color: #1a1a1a;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}


.tj-cost-calc-select::after {
	content: "";
	display: block;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #6b7280;
}

.tj-cost-calc-select-wrap {
	position: relative;
	z-index: 5;
}

.tj-cost-calc-select-wrap:has(.tj-cost-calc-select-list.open) {
	z-index: 100;
}

.tj-cost-calc-select-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 4px 0 0;
	padding: 8px 0;
	background: var(--tj-calc-input-bg);
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	max-height: 240px;
	overflow-y: auto;
	list-style: none;
	z-index: 100;
	display: none;
}

.tj-cost-calc-select-list.open {
	display: block;
	background: #fff;
}

.tj-cost-calc-select-item {
	padding: 10px 16px;
	font-size: 14px;
	color: #1a1a1a;
	cursor: pointer;
	transition: background 0.15s;
}

.tj-cost-calc-select-item:hover,
.tj-cost-calc-select-item.selected {
	background: rgba(13, 148, 136, 0.1);
	color: var(--tj-color-theme-primary, #31A0A0);
}

.tj-cost-calc-value {
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: var(--tj-calc-text);
	margin-top: 0;
}

.tj-cost-calc-pay {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #ffffff;
	opacity: 0.5;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.tj-cost-calc-pay .tj-cost-calc-pay-text {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	opacity: inherit;
}

.tj-cost-calc-pay:not(.tj-cost-calc-pay--has-icon)::before {
	content: "i";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid currentColor;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}

.tj-cost-calc-pay--has-icon .tj-cost-calc-pay-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
}

.tj-cost-calc-pay--has-icon .tj-cost-calc-pay-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tj-cost-calc-pay:hover {
	color: var(--tj-calc-text);
	opacity: 0.8;
}

/* Попап «Возможна поэтапная оплата» — по центру экрана (адаптивно) */
.tj-cost-calc-pay-popup {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.tj-cost-calc-pay-popup.active {
	display: flex;
}

.tj-cost-calc-pay-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.tj-cost-calc-pay-popup-inner {
	position: relative;
	background: #272727;
	padding: 20px 24px;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	max-width: 360px;
	width: 100%;
}

.tj-cost-calc-pay-popup-inner .h4 {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.tj-cost-calc-pay-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.8;
}

.tj-cost-calc-pay-popup-close::before,
.tj-cost-calc-pay-popup-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
}

.tj-cost-calc-pay-popup-close::after {
	transform: rotate(-45deg);
}

/* --- Cost Calc: попап с формой контактов --- */
.tj-cost-calc-form-popup {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.tj-cost-calc-form-popup.active {
	display: flex;
}

.tj-cost-calc-form-popup-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.tj-cost-calc-form-popup-inner {
	position: relative;
	background: #272727;
	padding: 32px;
	border-radius: 4px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3);
	max-width: 420px;
	width: 100%;
}

.tj-cost-calc-form-popup-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	opacity: 0.8;
}

.tj-cost-calc-form-popup-close::before,
.tj-cost-calc-form-popup-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background: currentColor;
	transform: rotate(45deg);
}

.tj-cost-calc-form-popup-close::after {
	transform: rotate(-45deg);
}

.tj-cost-calc-form-popup-title {
	margin: 0 0 20px;
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
}

.tj-cost-calc-fieldset--result {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.tj-cost-calc-result-actions {
	margin-top: auto;
	padding-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.tj-cost-calc-submit-outer {
	display: flex;
	justify-content: center;
}

.tj-cost-calc-submit-outer .tj-btn-wrapper {
	margin: 0;
}

.tj-cost-calc-submit-outer .tj-cost-calc-submit-btn,
.tj-cost-calc-popup-cf7 .tj-cost-calc-cf7-trigger {
	border: 0;
	cursor: pointer;
	font-family: inherit;
}

.tj-cost-calc-pay-wrap {
	position: relative;
}

.tj-cost-calc-pay-container {
	position: relative;
}

.tj-cost-calc-cf7-submit-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	left: -9999px !important;
}

.tj-cost-calc-popup-cf7 {
	margin-top: 16px;
}

/* Скрыть служебную подпись, блок скрытых полей и спиннер CF7 внутри калькулятора (индикатор — текст в кнопке) */
.tj-cost-calc .ow-calc-form-note,
.tj-cost-calc .hidden-fields-container,
.tj-cost-calc .wpcf7-spinner {
	display: none !important;
}

/* Не показывать клиенту сообщение CF7 — вместо него тост «Заявка успешно отправлена» (во всём блоке калькулятора) */
.tj-cost-calc .wpcf7-response-output {
	display: none !important;
}

.tj-cost-calc-cf7-trigger-wrap {
	margin-top: 16px;
}

.tj-cost-calc-cf7-trigger-wrap.tj-btn-wrapper {
	margin: 0;
}

.tj-cost-calc-pdf-download {
	margin-top: 16px;
}

.tj-cost-calc-pdf-download .button {
	background: var(--tj-color-theme-primary, #31A0A0);
	border-color: var(--tj-color-theme-primary, #31A0A0);
	color: #fff;
}

.tj-cost-calc-pdf-download .button:hover {
	opacity: 0.9;
}

.tj-cost-calc-popup-cf7 .wpcf7-form input[type="text"],
.tj-cost-calc-popup-cf7 .wpcf7-form input[type="tel"] {
	width: 100%;
	margin-bottom: 8px;
}

.tj-cost-calc-breakdown-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	margin-block-end: 0px !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.tj-cost-calc-breakdown-row:last-child {
	border-bottom: none;
}

.tj-cost-calc-breakdown-label {
	color: rgb(255 255 255 / 50%);
	font-size: clamp(13px, 7.28px + 1.52vw, 19px);
	flex: 1;
	min-width: 0;
}

.tj-cost-calc-breakdown-value {
	font-weight: 400;
	font-size: clamp(17px, 11.28px + 1.52vw, 23px);
	color: var(--tj-calc-text);
	white-space: nowrap;
}

/* --- Cost Calc Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {

	.tj-cost-calc-title,
	.tj-cost-calc-title.tj-el-title {
		margin: 0 0 20px;
	}

	.tj-cost-calc-form-grid-top,
	.tj-cost-calc-form-grid-bottom {
		grid-template-columns: 1fr;
	}

	.tj-cost-calc-notice {
		max-width: 100%;
	}
}

/* $sm+$xs — блоки в столбик во всю ширину, кнопка слева (переопределяем Elementor grid 100% 1fr) */
@media only screen and (max-width: 1024px) {
	.tj-cost-calc-style-1 {
		padding: 0px;
	}

	.tj-cost-calc-notice {
		padding: 15px;
	}

	.tj-cost-calc-header {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.tj-cost-calc-form-grid-top,
	.tj-cost-calc-form-grid-bottom {
		grid-template-columns: 1fr !important;
	}

	.tj-cost-calc-submit-outer {
		justify-content: flex-start;
	}

}

@media only screen and (max-width: 767px) {

	.tj-cost-calc-fieldset--initial .tj-cost-calc-row,
	.tj-cost-calc-fieldset--params .tj-cost-calc-row {
		margin-bottom: 10px;
	}

	.tj-cost-calc-label {
		margin-bottom: 20px;
		font-size: clamp(13px, 11.09px + 0.51vw, 15px);
	}

	.tj-cost-calc-fieldset {
		padding: 15px;
	}

	.tj-cost-calc-header {
		flex-direction: column;
		margin-bottom: 20px;
	}
}

/* ==========================================================================
   9. CASE CARD, ABOUT COMPANY
   ========================================================================== */

/* --- TJ Case Card (Объекты портфолио) --- */
.tj-case-card {
	--tj-case-accent: var(--tj-color-theme-primary, #31A0A0);
	--tj-case-card-bg: #f5f5f5;
	--tj-case-tab-inactive: #e5e5e5;
	--tj-case-text: #272727;
	position: relative;
	z-index: 1;
	overflow: visible;
}

/* Контейнер виджета: не обрезать контент, сохранять высоту */
.elementor-widget-tj-case-card .elementor-widget-container {
	overflow: visible;
	min-height: 0;
}

.tj-case-card-header {
	margin-bottom: 40px;
}

.tj-case-card-header-top {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 40px;
}

.tj-case-card-link-desktop {
	display: inline;
}

@media only screen and (max-width: 1023px) {
	.tj-case-card-link-desktop {
		display: none !important;
	}
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-case-card-header {
		margin-bottom: 30px;
	}

	.tj-case-card-header-top {
		margin-bottom: 30px;
	}
}

.tj-case-card-title {
	font-size: clamp(30px, 21.5px + 2.27vw, 65px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: var(--tj-case-text);
	margin: 0;
	max-width: 1150px;
}

.tj-case-highlight {
	color: var(--tj-case-accent);
}

.tj-case-card-tabs-wrap {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.tj-case-card-header-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.tj-case-card-tabs {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.tj-case-tab {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 50px;
	padding: 10px 20px;
	border: 1px solid #31A0A04D;
	border-radius: 3px;
	background: transparent;
	color: var(--tj-case-text);
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.tj-case-tab:hover,
.tj-case-tab.active {
	background: var(--tj-case-accent);
	color: #fff;
	border-color: var(--tj-case-accent);
}

.tj-case-card-link {
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	color: var(--tj-case-text);
	text-decoration: underline;
}



.tj-case-card-link--disabled {
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}

.tj-case-card-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.tj-case-card-item.tj-case-card-item--hidden {
	display: none !important;
}

.tj-case-card-loadmore-wrap {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
}

.tj-case-card-loadmore-wrap .tj-case-loadmore-btn-wrap {
	margin: 0;
}

/* Изолированная кнопка "Показать больше объектов" без наследования от базовых tj-btn-* */
.tj-case-card-loadmore-wrap .tj-case-loadmore-btn--isolated {
	all: unset;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: -0.02em;
	height: 69px;
	min-height: 69px;
	padding: 0 28px;
	border: 1px solid #272727;
	border-radius: 3px;
	background: #272727;
	color: #ffffff;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.tj-case-card-loadmore-wrap .tj-case-loadmore-btn--isolated .tj-case-loadmore-btn-label {
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
}

.tj-case-card-loadmore-wrap .tj-case-loadmore-btn--isolated:hover {
	background: #ffffff;
	border-color: #272727;
	color: #272727;
}

.tj-case-card-loadmore-wrap .tj-case-loadmore-btn--isolated:focus-visible {
	outline: 2px solid #272727;
	outline-offset: 2px;
}

/* $md+$sm+$xs: mobile и tablet — 53px */
@media only screen and (max-width: 1024px) {

	.tj-case-card-loadmore-wrap .tj-case-loadmore-btn--isolated {
		height: 53px;
		min-height: 53px;
	}
}

/* $md+$sm+$xs: mobile */
@media only screen and (max-width: 767px) {
	.tj-case-card-title.tj-el-title {
		font-size: clamp(30px, 24.9px + 1.36vw, 40px);
	}
}

/* Секция клиентов: .client-content с position:absolute выходит из потока —
   родитель должен иметь min-height, иначе секция схлопывается и наезжает на блок выше */
.tj-client-section:has(.client-content) {
	min-height: 380px;
}

@media (max-width: 767px) {

	.tj-client-section:has(.client-content) {
		min-height: 280px;
	}
}

.tj-case-card-item {
	position: relative;
	border-radius: 3px;
	padding: 0;
}

.tj-case-card-item-inner {
	display: grid;
	grid-template-columns: minmax(0, calc(50% - 5px)) minmax(0, calc(50% - 5px));
	gap: 15px;
	align-items: stretch;
	min-height: 700px;
}

.tj-case-card-left {
	min-width: 0;
	background: #f4f4f4;
	border-radius: 4px;
	padding: 40px;
}

.tj-case-card-right {
	min-width: 0;
	background: transparent;
	background: #fff;
	display: flex;
	min-height: 0;
}

.tj-case-card-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: nowrap;
}

.tj-case-card-item-title.tj-el-title {
	flex: 0 1 85%;
	min-width: 0;
}

.tj-case-card-cat-badge {
	display: inline-block;
	padding: 7px;
	background: #FFF;
	color: rgb(39 39 39 / 50%);
	border-radius: 3px;
	font-size: clamp(12px, 10.5px + 0.33vw, 16px);
	text-align: right;
}

.tj-case-card-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1;
}

.tj-case-card-item-title {
	font-size: clamp(17px, 14px + 0.71vw, 28px);
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: var(--tj-case-text);
}

.tj-case-card-item-title-link {
	color: inherit;
	text-decoration: none;
}



.tj-case-card-item-subtitle {
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	color: #272727;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin: 0;
}

.tj-case-card-params {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
}

.tj-case-card-params .param-label {
	font-weight: 600;
}

.tj-case-card-params li {
	margin: 0 0 0px !important;
	padding: 0 !important;
}

ul.tj-case-card-params {
	margin-bottom: 0;
	padding-left: 0;
}

.tj-case-card-result {
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
}

.tj-case-card-result ul {
	padding: 0;
}
.tj-case-card-result ul li:not(:last-child) {
    margin-bottom: 10px;
	padding: 0;
}
.tj-entry-content li:last-child{
	padding: 0;
}

.tj-case-card-result strong {
	display: block;
	margin-bottom: 10px;
}

.tj-case-result-text {
	line-height: 1.2;
	letter-spacing: -0.04em;
}

.tj-case-card-buttons {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: auto;
	padding-top: 8px;
}

.tj-case-video-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: var(--tj-case-accent);
	color: #fff !important;
	border-radius: 8px;
	font-weight: 500;
	text-decoration: none;
	transition: opacity 0.2s;
}

.tj-case-video-btn:hover,
.tj-case-video-btn-custom:hover {
	background: #272727 !important;
}

.tj-case-video-btn-wrapper .tj-primary-btn.tj-case-video-btn:not(.transparent-btn):hover {
	background-color: #272727 !important;
	border-color: #272727 !important;
}

.tj-btn-forventa.tj-case-video-btn::after {
	background-color: #FF0030 !important;
}

.tj-case-video-icon {
	display: flex;
}

.tj-case-video-icon img,
.tj-case-video-icon svg {
	width: 20px;
	height: 20px;
}

.tj-case-detail-btn:not(.tj-btn-forventa) {
	padding: 12px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: var(--tj-case-text);
	font-weight: 500;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
}

/* ::after не должен перехватывать клики (как в tj-banner) */
.tj-case-card .tj-btn-style-8 .tj-btn-forventa.tj-case-detail-btn::after {
	pointer-events: none;
}

/* Кнопка «Подробнее» без иконки — скрыть область иконки, выровнять отступы */
.tj-case-card .tj-case-detail-btn.tj-btn-no-icon::after {
	display: none;
}

.tj-case-card .tj-btn-style-8 .tj-case-detail-btn.tj-btn-no-icon:not(.transparent-btn) {
	padding-right: 25px;
}

.tj-case-detail-btn:not(.tj-btn-forventa):hover {
	background: #f0f0f0;
	border-color: var(--tj-case-accent);
}

/* Case Card detail button (tj8_secondary): default border + black hover */
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn {
	--fv-secondary-border-width: 1px;
	--fv-secondary-border-color: #272727;
	--fv-secondary-text-color: #272727;
	--fv-secondary-hover-bg: #272727;
	--fv-secondary-hover-border-color: #272727;
	--fv-secondary-hover-text-color: #ffffff;
	color: var(--fv-secondary-text-color, #272727);
}

/* Let Elementor color controls cascade to inner text/icon */
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn .btn-text,
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn .btn-text span,
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn .btn-icon i {
	color: inherit;
}

/* Keep detail button text white while hover transition runs */
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn:hover,
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn:hover .btn-text,
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn:hover .btn-text span,
.tj-case-card .tj-case-detail-btn.tj-btn-forventa.transparent-btn:hover .btn-icon i {
	color: #ffffff !important;
}

/* Галерея: равная высота с левым блоком, без обрезки миниатюр */
.tj-case-gallery {
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	max-width: 100%;
	border-radius: 3px;
	overflow: visible;
}

.tj-case-gallery-main {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	background: #e0e0e0;
	border-radius: 3px;
	overflow: hidden;
}

.tj-case-gallery-main.swiper {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

.tj-case-gallery-main .swiper-wrapper,
.tj-case-gallery-main .swiper-slide {
	height: 100%;
	max-width: 100%;
}

.tj-case-gallery-main .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}

/* Скелетон галереи кейсов (пока изображение грузится) */
.tj-case-gallery-skeleton {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		#e8e8e8 0%,
		#f4f4f4 45%,
		#f4f4f4 55%,
		#e8e8e8 100%
	);
	background-size: 200% 100%;
	animation: tj-case-gallery-skeleton-shimmer 1.2s ease-in-out infinite;
	pointer-events: none;
}

.tj-case-gallery-main .swiper-slide.img-loaded .tj-case-gallery-skeleton {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

@keyframes tj-case-gallery-skeleton-shimmer {
	0% { background-position: 200% 0; }
	100% { background-position: -200% 0; }
}

.tj-case-gallery-main img.tj-case-gallery-current {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
}

.tj-case-gallery-prev,
.tj-case-gallery-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	border-radius: 50%;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
}

.tj-case-gallery-prev img,
.tj-case-gallery-next img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tj-case-gallery-prev:hover,
.tj-case-gallery-next:hover {
	opacity: 0.9;
}

.tj-case-gallery-prev {
	left: 30px;
}

.tj-case-gallery-next {
	right: 30px;
}


.tj-case-gallery-counter {
	position: absolute;
	display: flex;
	gap: 6px;
	z-index: 5;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.tj-case-gallery-counter .counter-text {
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
}
.tj-case-gallery-counter img {
	width: 100%;
	height: 100%;
}
.tj-case-gallery-zoom {
	position: absolute;
	z-index: 5;
	bottom: 30px;
	right: 30px;
	width: 55px;
	height: 55px;
	border-radius: 3px;
	background: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;

}

.tj-case-gallery-zoom img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tj-case-gallery-zoom:hover {
	opacity: 0.9;
}

.tj-case-gallery-thumbs {
	flex: 0 0 auto;
	display: flex;
	align-items: stretch;
	width: 100%;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
	padding: 0;
	min-height: 0;
}

.tj-case-gallery-thumbs.swiper,
.tj-case-gallery-thumbs .swiper-wrapper,
.tj-case-gallery-thumbs .swiper-slide {
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

.tj-case-gallery-thumbs .swiper-wrapper {
	align-items: flex-start !important;
	display: flex !important;
	flex-wrap: nowrap !important;
}

/* Ширина слайдов превью до инициализации Swiper — без этого при загрузке тянет на всю ширину */
.tj-case-gallery-thumbs .swiper-slide {
	flex: 0 0 calc((100% - 45px) / 4);
	width: calc((100% - 45px) / 4);
	max-width: calc((100% - 45px) / 4);
}

/* $md+$sm+$xs — планшет, gap 10px */
@media only screen and (max-width: 1024px) {
	.tj-case-gallery-thumbs .swiper-slide {
		flex: 0 0 calc((100% - 30px) / 4);
		width: calc((100% - 30px) / 4);
		max-width: calc((100% - 30px) / 4);
	}
}

/* Мобильный режим миниатюр без Swiper-трансформаций (устойчиво для iOS) */
@media only screen and (max-width: 767px) {
	.tj-case-gallery-thumbs .swiper-slide {
		flex: 0 0 calc((100% - 15px) / 4);
		width: calc((100% - 15px) / 4);
		max-width: calc((100% - 15px) / 4);
	}

	.tj-case-card-title-row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 15px;
		flex-wrap: nowrap;
		flex-direction: column-reverse;
	}

	.tj-case-gallery-thumbs--mobile-grid {
		overflow-x: auto !important;
		overflow-y: hidden !important;
		-webkit-overflow-scrolling: touch;
	}

	.tj-case-gallery-thumbs--mobile-grid .swiper-wrapper {
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 5px !important;
		transform: none !important;
		width: 100% !important;
	}

	.tj-case-gallery-thumbs--mobile-grid .swiper-slide {
		flex: 0 0 calc((100% - 15px) / 4) !important;
		width: calc((100% - 15px) / 4) !important;
		margin-right: 0 !important;
	}
}

.tj-case-gallery-thumbs .swiper-slide {
	box-sizing: border-box;
	aspect-ratio: 4 / 3;
}

.tj-case-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 3;
	min-width: 0 !important;
	line-height: 0;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	background: none;
	box-sizing: border-box;
	position: relative;
}

/* Скелетон превью галереи кейсов */
.tj-case-thumb-skeleton {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		#e8e8e8 0%,
		#f4f4f4 45%,
		#f4f4f4 55%,
		#e8e8e8 100%
	);
	background-size: 200% 100%;
	animation: tj-case-gallery-skeleton-shimmer 1.2s ease-in-out infinite;
	pointer-events: none;
}

.tj-case-thumb.img-loaded .tj-case-thumb-skeleton {
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.tj-case-thumb.active {
	border-color: var(--tj-case-accent);
}

.tj-case-thumb img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center;
}

/* Модальное окно */
.tj-case-modal {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.tj-case-modal.is-open {
	opacity: 1;
	visibility: visible;
}

body.tj-case-modal-open {
	overflow: hidden;
}

.tj-case-modal-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.tj-case-modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 4px;
	max-width: 850px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	margin: 0 16px;
}

@media only screen and (max-width: 767px) {
	.tj-case-modal {
		padding: 12px;
	}

	.tj-case-modal-content {
		margin: 0;
		max-height: 85vh;
	}

	.tj-case-modal-body {
		padding: 20px 16px 24px;
	}

	.tj-case-gallery-thumbs {
		flex: 0 0 auto;
		display: flex;
		align-items: stretch;
		width: 100%;
		margin-top: 5px;
		height: auto;
		overflow: hidden;
		padding: 0;
		min-height: 0;
	}
}

.tj-case-modal-close {
	position: sticky;
	top: 16px;
	right: 0;
	align-self: flex-end;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	margin: 0 16px 0 auto;
	border: none;
	background: #f4f4f4;
	border-radius: 50%;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
}

.tj-case-modal-close:hover {
	background: #e0e0e0;
}

.tj-case-modal-body {
	flex: 1;
	min-height: 0;
	padding: 32px 40px 40px 24px;
}

.tj-case-modal-inner {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.6;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-case-modal-title {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(17px, 14px + 0.71vw, 28px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0 0 12px;
}

.tj-case-modal-subtitle {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: inherit;
	margin: 0 0 20px;
	color: #6b7280;
}

.tj-case-modal-params {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.tj-case-modal-params li {
	margin: 0 0 10px;
}

.tj-case-modal-params li:last-child {
	margin-bottom: 0;
}

.tj-case-modal-block {
	margin-bottom: 24px;
}

.tj-case-modal-block:last-child {
	margin-bottom: 0;
}

.tj-case-modal-block strong {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.tj-case-modal-block p,
.tj-case-modal-block-content p {
	margin: 0 0 1em;
}

.tj-case-modal-block p:last-child,
.tj-case-modal-block-content p:last-child {
	margin-bottom: 0;
}

.tj-case-modal-block-content ul,
.tj-case-modal-block-content ol {
	margin: 1em 0;
	padding-left: 1.5em;
	list-style-position: outside;
}

.tj-case-modal-block-content ul {
	list-style-type: disc;
}

.tj-case-modal-block-content ol {
	list-style-type: decimal;
}

.tj-case-modal-block-content li {
	margin-bottom: 0.4em;
}

.tj-case-modal-block-content li:last-child {
	margin-bottom: 0;
}

.tj-case-modal-inner--video .tj-case-modal-title {
	margin-bottom: 16px;
}

.tj-case-modal-title.tj-case-modal-title--video {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tj-case-modal-title.tj-case-modal-title--video img {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.tj-case-modal-video-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: 8px;
	overflow: hidden;
}

.tj-case-modal-video-wrap iframe,
.tj-case-modal-video-wrap video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Toast */
.tj-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	padding: 12px 24px;
	background: #272727;
	color: #fff;
	border-radius: 4px;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
	z-index: 999999;
	pointer-events: none;
}

.tj-toast.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}

/* --- Case Card Responsive --- */
/* Планшет 768–1024px */
@media only screen and (max-width: 1024px) {
	.tj-case-card-item-inner {
		grid-template-columns: 1fr;
		gap: 30px;
		min-height: 0;
	}

	.tj-case-card-right {
		order: 2;
	}

	.tj-case-card-left {
		order: 1;
	}

	.tj-case-card-item {
		padding: 10px 0;
	}

	.tj-case-card-left {
		padding: 30px;
		margin-top: 20px;
	}

	.tj-case-gallery-prev {
		left: 20px;
	}

	.tj-case-gallery-next {
		right: 20px;
	}
}

/* Мобильный <768px */
@media only screen and (max-width: 767px) {

	/* Вкладки кейсов: горизонтальный swipe-слайдер в одну строку */
	.tj-case-card-tabs-wrap {
		overflow: hidden;
	}

	.tj-case-card-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 5px;

	}

	.tj-case-card-tabs::-webkit-scrollbar {
		display: none;
	}

	.tj-case-tab {
		flex: 0 0 auto;
		white-space: nowrap;
		height: 40px;
		padding: 0 15px;
		border-radius: 3px;
	}

	.tj-case-card-item {
		padding: 0;
	}

	.tj-case-card-item-inner {
		gap: 30px;
	}

	.tj-case-card-left {
		gap: 20px;
		padding: 20px;
		margin-top: 10px;
	}

	.tj-case-card-header-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.tj-case-gallery-prev,
	.tj-case-gallery-next {
		width: 45px;
		height: 45px;
		min-width: 45px;
		min-height: 45px;
	}

	.tj-case-gallery-prev {
		left: 10px;
	}

	.tj-case-gallery-next {
		right: 10px;
	}

	.tj-case-gallery-prev img,
	.tj-case-gallery-next img {
		width: 100%;
		height: 100%;
	}

	.tj-case-gallery-counter img {
		width: 22px;
		height: 22px;
	}

	.tj-case-gallery-counter {
		font-size: clamp(13px, 11.5px + 0.39vw, 19px);
		bottom: 10px;
		left: 10px;
	}

	.tj-case-gallery-zoom {
		width: 35px;
		height: 35px;
		right: 10px;
		bottom: 10px;
	}

	.tj-case-gallery-zoom img {
		width: 100%;
		height: 100%;
	}
}

/* XS <575px */
@media only screen and (max-width: 575px) {
	.tj-case-card-item {
		padding: 0;
	}

	.tj-case-card-list {
		gap: 30px;
	}
}

/* --- TJ Project Content (страница проекта/кейса) --- */
.tj-project-content {
	--tj-project-accent: #31A0A0;
	--tj-project-card-bg: #f4f4f4;
	--tj-project-card-radius: 3px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.tj-project-content-section {
	margin: 0;
}

/* Краткое описание — lead-текст */
.tj-project-content-subtitle {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(15px, 12px + 0.5vw, 20px);
	line-height: 1.4;
	letter-spacing: -0.02em;
	color: #272727;
	margin: 0 0 8px;
	padding: 20px 24px;
	background: var(--tj-project-card-bg);
	border-radius: var(--tj-project-card-radius);
}

/* Блоки Задача / Решение / Результат / Ключевая ценность — карточки */
.tj-project-content-text {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.tj-project-content-block {
	margin: 0;
	background: var(--tj-project-card-bg);
	border-radius: var(--tj-project-card-radius);
	padding: 20px 24px;
}

.tj-project-content-block strong {
	display: block;
	margin-bottom: 12px;
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(17px, 14px + 0.71vw, 28px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
}

.tj-project-content-block-content {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #272727;
	max-width: 75ch;
}

.tj-project-content-block-content p,
.tj-project-content-block-content ul,
.tj-project-content-block-content ol {
	margin: 0 0 12px;
}

.tj-project-content-block-content p:last-child,
.tj-project-content-block-content ul:last-child,
.tj-project-content-block-content ol:last-child {
	margin-bottom: 0;
}

.tj-project-content-block-content ul,
.tj-project-content-block-content ol {
	padding-left: 1.5em;
}

.tj-project-content-block-content li {
	margin-bottom: 6px;
}

.tj-project-content-block-content a {
	color: var(--tj-project-accent);
	text-decoration: underline;
	text-underline-offset: 2px;
}

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

/* Галерея в контенте проекта */
.tj-project-content-gallery .tj-case-gallery {
	border-radius: var(--tj-project-card-radius);
	overflow: hidden;
}

.tj-project-content-placeholder {
	color: #6b7280;
	font-style: italic;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
}

/* --- Page Header на страницах объектов (single + archive) --- */
body.single-projects .tj-page-header,
body.post-type-archive-projects .tj-page-header,
body.single-projects .elementor-widget-tj-page-header .breadcrumb-wrapper,
body.post-type-archive-projects .elementor-widget-tj-page-header .breadcrumb-wrapper {
	background-color: #272727 !important;
	background-image: none !important;
}

body.single-projects .tj-page-header h1,
body.single-projects .tj-page-header .tj-page-title,
body.single-projects .tj-page-header .breadcrumb-title,
body.single-projects .elementor-widget-tj-page-header .breadcrumb-title,
body.single-projects .elementor-widget-tj-page-header h1,
body.post-type-archive-projects .tj-page-header h1,
body.post-type-archive-projects .tj-page-header .tj-page-title,
body.post-type-archive-projects .tj-page-header .breadcrumb-title,
body.post-type-archive-projects .elementor-widget-tj-page-header .breadcrumb-title,
body.post-type-archive-projects .elementor-widget-tj-page-header h1 {
	color: #fff !important;
}

/* TJ Page Header — убрать фоновое изображение при тёмном фоне */
body.single-projects .tj-page-header .breadcrumb-wrapper,
body.post-type-archive-projects .tj-page-header .breadcrumb-wrapper {
	background-color: transparent !important;
	background-image: none !important;
}

/* --- Page Header: responsive отступы --- */
@media only screen and (min-width: 768px) and (max-width: 1024px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.tj-page-header {
		padding-top: 60px;
		margin-top: 100px;
		padding-bottom: 70px;
	}
}

/* --- TJ Project Info: .infos-item (список параметров) --- */
.tj-sidebar-widget .infos-item {
	display: flex;
	column-gap: 8px;
	padding: 5px 0;
}

.tj-sidebar-widget .infos-item:last-child {
	padding-bottom: 0;
}

.tj-sidebar-widget .infos-item .project-icons {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	min-width: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	background: #31A0A0;
	border-radius: 3px;
}

.tj-sidebar-widget .infos-item .project-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.tj-sidebar-widget .infos-item .project-text span {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(11px, 10px + 0.26vw, 14px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #6b7280;
	margin: 0;
}

.tj-sidebar-widget .infos-item .project-text .title {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	margin: 0;
}

.tj-sidebar-widget .tj-project-info-video-wrap {
	margin-bottom: clamp(12px, 1.2vw, 20px);
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {

	.tj-project-content-subtitle,
	.tj-project-content-block {
		padding: 16px 20px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-project-content {
		gap: 20px;
	}

	.tj-project-content-subtitle {
		padding: 16px 20px;
		font-size: clamp(14px, 11.5px + 0.39vw, 17px);
	}

	.tj-project-content-block {
		padding: 16px 20px;
	}

	.tj-project-content-block strong {
		margin-bottom: 10px;
	}
}

/* --- Single project: mobile order (Информация о проекте первым, Нужна помощь в конец) --- */
/* $sm+$xs */
@media only screen and (max-width: 767px) {

	/* Родитель секций — flex, чтобы order работал */
	body.single-projects .elementor,
	body.single-projects .elementor-inner {
		display: flex;
		flex-direction: column;
	}

	/* Колонка с «Информация о проекте» — первой */
	body.single-projects .elementor-column:has(.elementor-widget-tj-project-info) {
		order: -1;
	}

	/* Блок «Нужна помощь» (TJ Estimate CTA) — в самый конец */
	body.single-projects .elementor-section:has(.elementor-widget-tj-estimate-cta) {
		order: 999;
	}
}

/* Вариант: скрыть блок «Нужна помощь» на мобильной. Раскомментировать при необходимости:
@media only screen and (max-width: 767px) {
	body.single-projects .elementor-section:has(.elementor-widget-tj-estimate-cta) {
		display: none !important;
	}
}
*/

/* --- TJ About Company (О компании ФорВента) --- */
.tj-about-company {
	width: 100%;
}

.tj-about-company-inner {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	grid-template-rows: auto 1fr;
	align-items: stretch;
	gap: 0 30px;
	min-height: 660px;
}

.tj-about-company-inner:not(.tj-about-company-has-divider) {
	grid-template-columns: 1fr 1fr;
}

.tj-about-company-title {
	grid-column: 1;
	grid-row: 1;
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(2.25rem, 1rem + 2.8vw, 4.0625rem);
	line-height: 0.9;
	letter-spacing: -0.04em;
}

.tj-about-company-title-prefix,
.tj-about-company-title-accent {
	display: inline;
}

.tj-about-company-stats {
	grid-column: 1;
	grid-row: 2;
	align-self: end;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.tj-about-company-stat-card {
	position: relative;
	flex: 1;
	/* min-height: 180px; */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 15px;
	background: #272727;
	border-radius: 3px;
	gap: 90px;
}

.tj-about-company-stat-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	color: #31A0A0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tj-about-company-stat-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.tj-about-company-stat-value {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(1.75rem, 0.5rem + 2.2vw, 3.125rem);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #FFFFFF;
}

.tj-about-company-stat-label {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 0.75rem + 0.5vw, 1.1875rem);
	line-height: 1.2;
	letter-spacing: -.02em;
	color: #FFF;
	word-break: normal;
	overflow-wrap: normal;
	white-space: normal;
}

.tj-about-company-divider {
	grid-column: 2;
	grid-row: 1 / -1;
	width: 1px;
	min-width: 1px;
	align-self: stretch;
	border-left: 1px solid #272727;
	opacity: 0.2;
}

.tj-about-company-right {
	grid-column: 3;
	grid-row: 1 / -1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.tj-about-company-inner:not(.tj-about-company-has-divider) .tj-about-company-right {
	grid-column: 2;
}

.tj-about-company-right .tj-btn-wrapper.tj-btn-style-8 {
	margin-top: auto;
}

.tj-about-company-intro {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(18px, 1.23vw + 13.38px, 33px);
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: #272727;
}

.tj-about-company-intro p {
	margin: 0 0 0.5em;
}

.tj-about-company-intro p:last-child {
	margin-bottom: 0;
}

.tj-about-company-text {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.55px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-about-company-text p {
	margin: 0 0 1em;
}

.tj-about-company-text p:last-child {
	margin-bottom: 0;
}

/* --- About Company Responsive --- */
/* Ниже 1200px: столбик title → right → stats, разделитель скрыт */
@media only screen and (max-width: 1199px) {
	.tj-about-company-inner {
		display: flex;
		flex-direction: column;
		gap: 40px;
		grid-template-columns: none;
		grid-template-rows: none;
	}

	.tj-about-company-title,
	.tj-about-company-stats,
	.tj-about-company-right {
		grid-column: unset;
		grid-row: unset;
	}

	.tj-about-company-stats {
		align-self: unset;
	}

	.tj-about-company-stat-card {
		gap: 70px;
	}

	.tj-about-company-divider {
		display: none !important;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {

	.tj-about-company-inner {
        display: flex;
        flex-direction: column;
        gap: 30px;
        grid-template-columns: none;
        grid-template-rows: none;
    }
	.tj-about-company-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.tj-about-company-stat-card {
		width: auto;
		gap: 50px;
		min-width: 0;
	}
}

/* --- TJ About Company Style 2 (текст сверху, 4 блока в ряд) --- */
.tj-about-company-style-2 .tj-about-company-style-2-inner {
	display: flex;
	flex-direction: column;
	gap: 110px;
	min-height: 0;
}

.tj-about-company-style-2 .tj-about-company-style-2-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 30px;
	align-items: start;
}

.tj-about-company-style-2 .tj-about-company-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
	align-self: stretch;
}

/* $lg+$md+$sm+$xs */
@media only screen and (max-width: 1200px) {
	.tj-about-company-style-2 .tj-about-company-style-2-top {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* $md (планшеты) */
@media only screen and (max-width: 1024px) {
	.tj-about-company-style-2 .tj-about-company-style-2-inner {
		gap: 40px;
	}

	.tj-about-company-style-2 .tj-about-company-style-2-top {
		gap: 40px;
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	.tj-about-company-style-2 .tj-about-company-right {
		gap: 40px;
	}

	.tj-about-company-style-2 .tj-about-company-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
	}

	.tj-team-intro__title {
		margin: 0 0 40px;
	}

	.tj-team-list-style-3,
	.tj-team-list-style-3.tj-team-list-style-3--cols-4 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px;
	}
}

/* $sm+$xs (мобильные) */
@media only screen and (max-width: 767px) {
	.tj-about-company-style-2 .tj-about-company-style-2-inner {
		gap: 30px;
	}

	.tj-about-company-style-2 .tj-about-company-style-2-top {
		gap: 30px;
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	.tj-about-company-style-2 .tj-about-company-right {
		gap: 30px;
	}

	.tj-about-company-style-2 .tj-about-company-inner {
		gap: 30px;
	}

	.tj-about-company-style-2 .tj-about-company-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.tj-team-intro__title {
		margin: 0 0 30px;
	}

	.tj-team-list-style-3,
	.tj-team-list-style-3.tj-team-list-style-3--cols-4 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

/* --- TJ Team Intro (о команде) --- */
/* Структура: 1) .tj-team-intro__col-title с заголовком (вне inner); 2) .tj-team-intro__inner — пустой col-title + col-items. Десктоп: inner — сетка 50/50, заголовок в правой половине. */
.tj-team-intro__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 15px;
	align-items: start;
}

.tj-team-intro__inner .tj-team-intro__col-items {
	min-width: 0;
}

/* Заголовок (первый блок): на десктопе — правая половина (50%) */
.tj-team-intro > .tj-team-intro__col-title {
	min-width: 0;
}

.tj-team-intro__title {
	max-width: 1360px;
	font-family: var(--tj-ff-heading), sans-serif;
	font-size: clamp(30px, 2.35vw + 4.9px, 50px);
	font-weight: 600;
	line-height: 0.9;
	letter-spacing: -0.04em;
	margin: 0 0 1em;
}

.tj-team-intro__items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0;
	padding: 0;
	justify-content: flex-start;
}

.tj-team-intro__item {
	display: flex;
	align-items: center;
	gap: 17px;
	background: #F4F4F4;
	border-radius: 3px;
	padding: 15px;
	font-family: var(--tj-ff-body), sans-serif;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

/* Планшеты и мобильные: одна колонка, заголовок на всю ширину, пустая ячейка не занимает места */
@media only screen and (max-width: 1024px) {
	.tj-team-intro__inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.tj-team-intro__inner .tj-team-intro__col-title:empty {
		display: none;
	}

	.tj-team-intro > .tj-team-intro__col-title {
		width: 100%;
		margin-left: 0;
	}
}

/* Только планшеты: заголовок без переноса (одна строка) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tj-team-intro__title br {
		display: none;
	}
}

/* Мобильные: перенос строки в заголовке */
@media only screen and (max-width: 767px) {
	.tj-team-intro__title br {
		display: block;
	}
}

.tj-team-intro__item-icon {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	color: #31A0A0;
}

.tj-team-intro__item-icon svg {
	width: 13px;
	height: 15px;
	display: block;
}

/* --- TJ Team List Style 3 (карточки сотрудников) --- */
.tj-team-list-style-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.tj-team-list-style-3.tj-team-list-style-3--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tj-team-list-style-3__card {
	background: #F4F4F4;
	border-radius: 3px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tj-team-list-style-3__image {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 3px;
	margin-bottom: 0;
	display: flex;
}

.tj-team-list-style-3__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tj-team-list-style-3__info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.tj-team-list-style-3__name {
	font-family: var(--tj-ff-heading), sans-serif;
	font-weight: 500;
	font-size: clamp(13px, 12px + 0.91vw, 23px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
}

.tj-team-list-style-3__designation {
	font-family: var(--tj-ff-body), sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 12px + 0.26vw, 17px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: rgba(39, 39, 39, 0.5);
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-team-list-style-3,
	.tj-team-list-style-3.tj-team-list-style-3--cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tj-team-list-style-3__card {
		padding: 15px;
	}

	.tj-team-list-style-3__info {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-team-list-style-3__card {
		padding: 15px;
	}

	.tj-team-list-style-3__info {
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
}

/* ==========================================================================
   10. TJ PROMO BANNER
   ========================================================================== */

/* --- Base --- */
.tj-promo-banner {
	position: relative;
	background-color: #272727;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.8) 100%), var(--tj-promo-banner-bg, none);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	overflow: hidden;
}

.tj-promo-banner-inner {
	position: relative;
	z-index: 1;
	max-width: 1920px;
	margin: 0 auto;
	min-height: 90vh;
	padding: 60px 50px 70px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 40px;
}

.tj-promo-banner-content {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 962px;
}

.tj-promo-banner-title.tj-el-title {
	color: #ffffff;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: var(--tj-promo-title-clamp, clamp(30px, 21.5px + 2.27vw, 65px));
	line-height: 90%;
	letter-spacing: -0.04em;
	margin: 0 0 25px;
}

.tj-promo-banner-desc {
	max-width: 620px;
	color: rgba(255, 255, 255, 0.95);
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: var(--tj-promo-desc-clamp, clamp(18px, 15.6px + 0.65vw, 28px));
	line-height: 120%;
	letter-spacing: -0.02em;
	margin: 0;
}

.tj-promo-banner-desc .tj-promo-highlight {
	color: #31A0A0;
}

/* Футер: параметры слева + кнопка справа, прибиты к низу */
.tj-promo-banner-footer {
	margin-top: auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.tj-promo-banner-params {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 0 1 auto;
}

.tj-promo-banner-param {
	display: flex;
	align-items: center;
	gap: 17px;
}

.tj-promo-banner-param-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tj-promo-banner-param-icon img {
	width: 55px;
	height: 55px;
	object-fit: contain;
}

.tj-promo-banner-param-text {
	color: #ffffff;
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: var(--tj-promo-params-clamp, clamp(13px, 11.5px + 0.39vw, 19px));
	line-height: 120%;
	letter-spacing: -0.02em;
	vertical-align: bottom;
}

/* CTA с классом tj-open-estimate-popup — открывает попап сметы (прописан в виджете TJ Promo Banner) */
.tj-promo-banner-cta.tj-open-estimate-popup {
	cursor: pointer;
}

.tj-promo-banner-cta {
	flex-shrink: 0;
	align-self: flex-end;
}

.tj-promo-banner-cta .tj-btn-wrapper {
	margin: 0;
}

/* --- Responsive --- */
/* $lg and up */
@media only screen and (min-width: 1025px) {
	.tj-cooperation-form-01-inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		column-gap: 40px;
		row-gap: 0;
	}

	.tj-cooperation-form-01-left,
	.tj-cooperation-form-01-right {
		width: 100%;
		max-width: none;
	}

	.tj-cooperation-form-01-right .tj-cooperation-form-01-form-wrap {
		max-width: 680px;
	}
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-promo-banner-inner {
		padding: 50px 30px 60px;
		gap: 32px;
	}

	.tj-promo-banner-title.tj-el-title {
		margin: 0 0 15px;
	}

	.tj-promo-banner-footer {
		gap: 35px;
	}

	.tj-promo-banner-cta {
		width: 100%;
		align-self: flex-start;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-promo-banner-inner {
		padding: 40px 20px 50px;
		gap: 24px;
	}

	.tj-promo-banner-title {
		margin-bottom: 16px;
	}

	.tj-promo-banner-desc {
		margin-bottom: 20px;
	}

	.tj-promo-banner-params {
		gap: 7px;
	}

}

/* ==========================================================================
   11. TJ ESTIMATE CTA (Получите смету за 24 часа)
   ========================================================================== */

.tj-estimate-cta-01 {
	background-color: #088282;
}

.tj-estimate-cta-01-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
}

/* 50/50 layout: слева заголовок + режим + контакты, справа описание + форма */
.tj-estimate-cta-01-left {
	flex: 0 1 calc(50% - 20px);
	min-width: 0;
}

.tj-estimate-cta-01-right {
	flex: 0 1 calc(50% - 20px);
	min-width: 0;
}

/* Title: 65px desktop, 40px tablet, 36px mobile */
.tj-estimate-cta-01-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(36px, 24px + 3.17vw, 65px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin: 0 0 40px;
}

/* Типографика управляется через Elementor (секции Режим работы, Телефон и почта, Описание, Текст согласия) */
.tj-estimate-cta-01-schedule {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.29px + 0.26vw, 17px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	leading-trim: cap;
	text-box-trim: cap;
	color: #FFFFFF;
	margin: 0 0 10px;
}

.tj-estimate-cta-01-phone,
.tj-estimate-cta-01-email {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(20px, 16.36px + 0.97vw, 35px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin: 0;
}

.tj-estimate-cta-01-phone {
	margin-bottom: 30px;
}

.tj-estimate-cta-01-phone-link,
.tj-estimate-cta-01-email-link {
	color: #FFFFFF;
	text-decoration: none;
}

.tj-estimate-cta-01-phone-link:hover,
.tj-estimate-cta-01-email-link:hover {
	text-decoration: none;
}

/* Description: 23px/18px/15px по макету — управляется через Elementor */
.tj-estimate-cta-01-desc {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(15px, 13.07px + 0.52vw, 23px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin: 0 0 30px;
	max-width: 680px;
}

/* CF7 form wrapper — max-width 680px на десктопе */
.tj-estimate-cta-01-form-wrap {
	margin-top: 30px;
	max-width: 680px;
}

/* Скрыть инлайн-ошибки и желтую рамку CF7 — показываем тосты вместо них */
.tj-estimate-cta-01-form-wrap .wpcf7-not-valid-tip,
.tj-estimate-cta-01-form-wrap .wpcf7-response-output {
	display: none !important;
}

/* Form fields: height 85px, gap 15px, border-radius 4px, padding */
.tj-estimate-cta-01-form-wrap .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}

.wpcf7-form-control-wrap[data-name="acceptance"] {
	margin-top: 20px;
}

.tj-estimate-cta-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
	width: 100%;
	padding: 18px 75px 18px 30px;
	height: 85px;
	min-height: 85px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: none;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(14px, 12.79px + 0.32vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-estimate-cta-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance)::placeholder {
	color: rgba(39, 39, 39, 0.5);
}

/* Скрыть прелоадер CF7 — меняем текст кнопки */
.tj-estimate-cta-01-form-wrap .wpcf7-spinner {
	display: none !important;
}

/* Телефон — IMask +7 (000) 000-00-00, скрытое поле CF7 */
.tj-estimate-cta-01-form-wrap .tj-wpcf7-tel-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.tj-estimate-cta-01-form-wrap .tj-estimate-cta-phone-wrap {
	position: relative;
	width: 100%;
	display: block;
}

.tj-estimate-cta-01-form-wrap .tj-estimate-cta-phone-input {
	width: 100%;
	min-height: 60px;
	padding: 30px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: none;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(14px, 12.79px + 0.32vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	box-sizing: border-box;
}

.tj-estimate-cta-01-form-wrap .tj-estimate-cta-phone-input::placeholder {
	color: rgba(39, 39, 39, 0.5);
}

/* Acceptance (checkbox) — outline, закругленный прямоугольник. CF7: input внутри .wpcf7-acceptance */
.tj-estimate-cta-01-form-wrap .wpcf7-acceptance input[type="checkbox"],
.tj-estimate-cta-01-form-wrap .wpcf7-list-item input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 25px !important;
	height: 25px !important;
	min-width: 25px !important;
	min-height: 25px !important;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	background: transparent;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.tj-estimate-cta-01-form-wrap .wpcf7-acceptance input[type="checkbox"]:checked,
.tj-estimate-cta-01-form-wrap .wpcf7-list-item input[type="checkbox"]:checked {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
	background-size: 14px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

/* Чекбокс — выровнен по левому краю, без отступов */
.tj-estimate-cta-01-form-wrap .wpcf7-form-control-wrap.acceptance {
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
}

.tj-estimate-cta-01-form-wrap .wpcf7-list-item {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

/* Consent: 17/14/13px, line-height 120%, letter-spacing -2% — управляется через Elementor */
.tj-estimate-cta-01-form-wrap .wpcf7-acceptance+.wpcf7-list-item-label,
.tj-estimate-cta-01-form-wrap .wpcf7-list-item-label {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(13px, 12.03px + 0.26vw, 17px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #FFFFFF;
}

.tj-estimate-cta-01-form-wrap .wpcf7-list-item-label a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Скрытый submit — визуально скрыт, в DOM для отправки формы */
.tj-estimate-cta-01-form-wrap .tj-wpcf7-submit-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.tj-estimate-cta-btn-replacement {
	position: relative;
	display: inline-block;
}

/* TJ Button в форме — без margin wrapper */
.tj-estimate-cta-01-form-wrap .tj-estimate-cta-btn-replacement .tj-btn-wrapper {
	margin: 0;
}

/* Кнопка-эмулятор — cursor, disabled, иконка SVG */
.tj-estimate-cta-01-form-wrap .tj-estimate-cta-fake-btn {
	cursor: pointer;
}

.tj-estimate-cta-01-form-wrap .tj-estimate-cta-fake-btn:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.tj-estimate-cta-01-form-wrap .tj-estimate-cta-fake-btn .btn-icon-svg svg {
	display: block;
	object-fit: contain;
}

/* Fallback: когда JS не сработал — базовые стили submit */
.elementor-widget-tj-estimate-cta .tj-estimate-cta-01-form-wrap:not(:has(.tj-estimate-cta-btn-replacement)) .wpcf7-submit,
.tj-estimate-cta-01-form-wrap:not(:has(.tj-estimate-cta-btn-replacement)) .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.25;
	letter-spacing: -0.02em;
	border-radius: 4px;
	padding: 7px 45px 7px 20px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 17px 17px;
	border: none;
}

.tj-estimate-cta-01-form-wrap:not(:has(.tj-estimate-cta-btn-replacement)).tj-estimate-cta-btn-style-6 .wpcf7-submit {
	background-color: #FFFFFF !important;
	color: #272727 !important;
}

.tj-estimate-cta-01-form-wrap:not(:has(.tj-estimate-cta-btn-replacement)).tj-estimate-cta-btn-style-7 .wpcf7-submit {
	background-color: #272727 !important;
	color: #FFFFFF !important;
	border: 1px solid #272727 !important;
}

.tj-estimate-cta-01-form-wrap:not(:has(.tj-estimate-cta-btn-replacement)).tj-estimate-cta-btn-style-8 .wpcf7-submit {
	background-color: #31A0A0 !important;
	color: #FFFFFF !important;
	border: 1px solid #31A0A0 !important;
}

.tj-estimate-cta-01-no-form {
	color: #FFFFFF;
	font-size: 16px;
}

/* Тосты для ошибок валидации — в стиле приложений */
#tj-estimate-cta-toasts {
	position: fixed;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999999;
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: min(90vw, 400px);
	pointer-events: none;
}

.tj-estimate-cta-toast {
	font-family: "Geologica", sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
	background: #272727;
	border-radius: 3px;
	padding: 14px 20px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
	opacity: 0;
	transform: translateY(-12px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.tj-estimate-cta-toast--visible {
	opacity: 1;
	transform: translateY(0);
}

/* --- Responsive --- */
/* $md+$sm+$xs — колонки 100% */
@media only screen and (max-width: 1024px) {

	.tj-estimate-cta-01-left,
	.tj-estimate-cta-01-right {
		flex: 1 1 100%;
	}

	.tj-estimate-cta-01-title {
		margin-bottom: 30px;
		font-size: clamp(36px, 26px + 2.58vw, 65px);
	}

	.tj-estimate-cta-01-phone {
		margin-bottom: 20px;
	}

	.tj-estimate-cta-01-inner {
		gap: 70px;
	}

	.tj-estimate-cta-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
		width: 100%;
		padding: 18px 75px 18px 30px;
		min-height: 65px;
		height: 65px;
		border-radius: 4px;
		background-color: #FFFFFF;
		border: none;
		font-family: "Geologica", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(14px, 12.79px + 0.32vw, 19px);
		line-height: 1.2;
		letter-spacing: -0.02em;
		color: #272727;
	}

	.tj-estimate-cta-01-desc {
		font-family: "Geologica", sans-serif;
		font-weight: 400;
		font-size: clamp(15px, 13.07px + 0.52vw, 23px);
		line-height: 1.1;
		letter-spacing: -.04em;
		color: #FFF;
		margin: 0px 0 25px;
		max-width: 505px;
	}

	.tj-estimate-cta-01-form-wrap .wpcf7-form-control-wrap {
		margin-bottom: 10px;
	}

	.tj-estimate-cta-01-form-wrap {
		max-width: 100%;
	}

	.tj-estimate-cta-btn-replacement {
		margin-top: 25px;
	}

	.tj-estimate-cta-01-form-wrap .tj-estimate-cta-phone-input {
		height: 65px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-estimate-cta-01-inner {
		gap: 30px;
	}

	.tj-estimate-cta-01-title {
		margin-bottom: 20px;
	}

	.tj-estimate-cta-01-phone {
		margin-bottom: 10px;
	}

	.tj-estimate-cta-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
		width: 100%;
		padding: 18px 75px 18px 30px;
		height: 60px;
		min-height: 60px;
		border-radius: 4px;
		background-color: #FFFFFF;
		border: none;
		font-family: "Geologica", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: clamp(14px, 12.79px + 0.32vw, 19px);
		line-height: 1.2;
		letter-spacing: -0.02em;
		color: #272727;
	}

	.tj-estimate-cta-01-form-wrap .tj-estimate-cta-phone-input {
		height: 60px;
	}
}

/* $xs */
@media only screen and (max-width: 575px) {
	.tj-estimate-cta-01-title {
		font-size: clamp(36px, 26px + 2.58vw, 65px);
		line-height: 0.9em;
		letter-spacing: -0.04em;
		width: 345px;
	}

	.tj-estimate-cta-01-inner {
		gap: 24px;
	}
}

/* ==========================================================================
   11b. TJ ESTIMATE POPUP CTA
   ========================================================================== */

/* --- Base --- */
.tj-estimate-popup-cta-01 {
	position: fixed;
	inset: 0;
	z-index: 999998;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease, opacity 0.3s ease;
	pointer-events: none;
}

.tj-estimate-popup-cta-01.tj-estimate-popup-cta-01-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.tj-estimate-popup-cta-01-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.tj-estimate-popup-cta-01-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 640px;
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}

.tj-estimate-popup-cta-01-box {
	position: relative;
	background-color: #088282;
	border-radius: 3px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.tj-estimate-popup-cta-01-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.2s ease;
	z-index: 2;
}

.tj-estimate-popup-cta-01-close:hover {
	opacity: 1;
}

.tj-estimate-popup-cta-01-inner {
	padding: 40px 40px 48px;
}

.tj-estimate-popup-cta-01-title {
	font-family: "Geologica", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(24px, 18px + 1.5vw, 42px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #ffffff;
	margin: 0 0 24px;
}

/* Форма в попапе использует те же классы, что и .tj-estimate-cta-01-form-wrap — стили наследуются */
.tj-estimate-popup-cta-01-form-wrap.wpcf7 .wpcf7-not-valid-tip,
.tj-estimate-popup-cta-01-form-wrap .wpcf7-response-output {
	display: none !important;
}

.tj-estimate-popup-cta-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
	background-color: #ffffff;
	color: #272727;
}

.tj-estimate-popup-cta-01-form-wrap .tj-estimate-cta-phone-input {
	background-color: #ffffff;
	color: #272727;
}

/* --- Responsive --- */
/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-estimate-popup-cta-01 {
		padding: 12px;
	}

	.tj-estimate-popup-cta-01-inner {
		padding: 32px 24px 40px;
	}

	.tj-estimate-popup-cta-01-close {
		top: 12px;
		right: 12px;
		width: 36px;
		height: 36px;
		font-size: 24px;
	}
}

/* $xs */
@media only screen and (max-width: 575px) {
	.tj-estimate-popup-cta-01-title {
		font-size: clamp(20px, 5vw + 16px, 28px);
	}
}

/* ==========================================================================
   12. TJ BRAND CAROUSEL STYLE 5
   ========================================================================== */

/* --- Base --- */
/* Style 5: отступ между слайдами управляется через Swiper spaceBetween (data-space-between) */
.tj-brand-style-5 .h5-client-item {
	padding-inline-end: 0;
}

/* Без округления при наведении */
.tj-brand-style-5 .h5-client-item .client-logo:hover {
	border-radius: inherit;
}

/* Отключение hover-анимации (luminosity + круг) */
.tj-brand-style-5.h5-no-hover-animation .h5-client-item .client-logo::before,
.tj-brand-style-5.h5-no-hover-animation .h5-client-item .client-logo::after {
	display: none;
}

.tj-brand-style-5.h5-no-hover-animation .h5-client-item .client-logo:hover {
	border-radius: inherit;
	backdrop-filter: blur(10px);
	background-color: inherit;
}

/* ==========================================================================
   13. TJ BRAND CAROUSEL STYLE 3
   ========================================================================== */

/* --- Base --- */
.tj-brand-style-3 .swiper-slide.client-item {
	padding-inline-end: 15px;
}

.tj-brand-style-3 .client-logo {
	width: 254px;
	height: 254px;
}

.client-slider-2 .client-logo img {
	border-radius: 3px;
}

/* --- Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-brand-style-3 .client-logo {
		width: 200px;
		height: 200px;
	}
}

/* $xs */
@media only screen and (max-width: 575px) {
	.tj-brand-style-3 .client-logo {
		width: 150px;
		height: 150px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
	.client-logo {
		width: 190px;
		height: 70px;
		padding: 0px;
	}
}

/* ==========================================================================
   14. USER AVATAR (MY ACCOUNT)
   ========================================================================== */

/* --- Base --- */
.forventa-avatar-field .forventa-avatar-preview-wrap {
	display: block;
	margin-bottom: 10px;
}

.forventa-avatar-field .forventa-avatar-preview {
	width: 96px;
	height: 96px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #BEBEBE;
}

.forventa-avatar-field .description {
	display: block;
	margin-top: 6px;
	font-size: 13px;
	color: #6b7280;
}

.forventa-avatar-field input[type="file"] {
	padding: 8px 0;
}

/* ==========================================================================
   14b. BLOG POST CONTENT (типографика, отступы, Geologica)
   ========================================================================== */

/* --- Base: шрифт, fluid typography, отступы для читаемого русского текста --- */
.tj-single-post .tj-entry-content.blog-text,
.post-details-wrapper .tj-entry-content.blog-text {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(15px, 13px + 0.42vw, 19px);
	line-height: 1.6;
	letter-spacing: -0.01em;
	color: #272727;
}

.tj-single-post .tj-entry-content.blog-text p,
.post-details-wrapper .tj-entry-content.blog-text p {
	margin: 0 0 1em;
	font-size: inherit;
	line-height: 1.6;
	letter-spacing: -0.01em;
}

.tj-single-post .tj-entry-content.blog-text p:last-child,
.post-details-wrapper .tj-entry-content.blog-text p:last-child {
	margin-bottom: 0;
}

/* Заголовки в контенте: отступы и типографика (ux-typography) */
.tj-single-post .tj-entry-content.blog-text h2,
.post-details-wrapper .tj-entry-content.blog-text h2 {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(22px, 18px + 1.04vw, 33px);
	line-height: 1.15;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 1.5em 0 0.5em;
}

.tj-single-post .tj-entry-content.blog-text h2:first-child,
.post-details-wrapper .tj-entry-content.blog-text h2:first-child {
	margin-top: 0;
}

.tj-single-post .tj-entry-content.blog-text h3,
.post-details-wrapper .tj-entry-content.blog-text h3 {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(18px, 15px + 0.63vw, 26px);
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 1.35em 0 0.45em;
}

.tj-single-post .tj-entry-content.blog-text h3:first-child,
.post-details-wrapper .tj-entry-content.blog-text h3:first-child {
	margin-top: 0;
}

.tj-single-post .tj-entry-content.blog-text h4,
.post-details-wrapper .tj-entry-content.blog-text h4 {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(16px, 14px + 0.42vw, 22px);
	line-height: 1.25;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 1.2em 0 0.4em;
}

.tj-single-post .tj-entry-content.blog-text h4:first-child,
.post-details-wrapper .tj-entry-content.blog-text h4:first-child {
	margin-top: 0;
}

/* Скрыть дубликат заголовка поста (Post Title block или h2.entry-title в контенте — заголовок уже выше) */
.tj-single-post .tj-entry-content.blog-text .wp-block-post-title,
.tj-single-post .tj-entry-content.blog-text>.wp-block-post-title,
.tj-single-post .tj-entry-content.blog-text h2.entry-title.title,
.tj-single-post .tj-entry-content.blog-text>h2.entry-title.title,
.post-details-wrapper .tj-entry-content.blog-text .wp-block-post-title,
.post-details-wrapper .tj-entry-content.blog-text>.wp-block-post-title,
.post-details-wrapper .tj-entry-content.blog-text h2.entry-title.title,
.post-details-wrapper .tj-entry-content.blog-text>h2.entry-title.title {
	display: none !important;
}

/* Списки и цитаты в посте */
.tj-single-post .tj-entry-content.blog-text ul,
.tj-single-post .tj-entry-content.blog-text ol,
.post-details-wrapper .tj-entry-content.blog-text ul,
.post-details-wrapper .tj-entry-content.blog-text ol {
	margin: 1em 0;
	padding-left: 1.5em;
}

.tj-single-post .tj-entry-content.blog-text li,
.post-details-wrapper .tj-entry-content.blog-text li {
	margin-bottom: 0.4em;
}

.tj-single-post .tj-entry-content.blog-text blockquote,
.post-details-wrapper .tj-entry-content.blog-text blockquote {
	margin: 1.25em 0;
	padding: 0.75em 1.25em;
	border-left: 4px solid #31A0A0;
	background: #f4f4f4;
	font-style: italic;
	color: #272727;
}

/* --- Responsive --- */
/* $sm+$xs */
@media only screen and (max-width: 767px) {

	.tj-single-post .tj-entry-content.blog-text,
	.post-details-wrapper .tj-entry-content.blog-text {
		font-size: clamp(15px, 2.5vw + 13px, 18px);
	}
}

/* ==========================================================================
   15. POST TOC (BLOG)
   ========================================================================== */

/* --- Base --- */
.forventa-toc {
	margin-bottom: 30px;
	padding: 20px 24px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-family: "Geologica", sans-serif;
}

.forventa-toc__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 16px;
}

.forventa-toc:has(.forventa-toc__body.is-collapsed) .forventa-toc__header {
	margin-bottom: 0;
}

.forventa-toc__title {
	font-weight: 500;
	font-size: clamp(17px, 14px + 0.71vw, 28px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
	margin: 0;
}

.forventa-toc__toggle {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	padding: 8px 14px;
	font-family: "Geologica", sans-serif;
	font-size: clamp(13px, 11.5px + 0.39vw, 16px);
	font-weight: 500;
	letter-spacing: -0.02em;
	color: var(--tj-color-theme-primary, #31A0A0);
	background: transparent;
	border: 1px solid var(--tj-color-theme-primary, #31A0A0);
	border-radius: 3px;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.forventa-toc__toggle:hover {
	color: #fff;
	background: var(--tj-color-theme-primary, #31A0A0);
}

.forventa-toc__toggle-icon {
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid currentColor;
	transition: transform 0.2s ease;
}

.forventa-toc__toggle.is-collapsed .forventa-toc__toggle-icon {
	transform: rotate(-180deg);
}

.forventa-toc__body {
	overflow: hidden;
	max-height: 3000px;
	transition: max-height 0.35s ease;
}

.forventa-toc__body.is-collapsed {
	max-height: 0;
}

.forventa-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* На мобильных и планшетах — без отступов у списка TOC */
@media only screen and (max-width: 1024px) {
	ul.forventa-toc__list {
		padding: 0;
		margin: 0;
	}
}

.forventa-toc__item {
	margin-bottom: 10px;
}

.forventa-toc__item:last-child {
	margin-bottom: 0;
}

.forventa-toc__item--h3 {
	padding-left: 20px;
}

.forventa-toc__item--h4 {
	padding-left: 40px;
}

.forventa-toc__link {
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	text-decoration: none;
	transition: color 0.2s ease;
}

.forventa-toc__link:hover {
	color: #31A0A0;
}

/* ==========================================================================
   15b. BLOG ARCHIVE PAGE (страница /blog/)
   ========================================================================== */

/* Заголовок страницы блога в стиле сайта (H2-канон: Geologica, clamp, #272727) */
.forventa-blog-page-title {
	margin: 0 0 32px;
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: clamp(30px, 21.5px + 2.27vw, 65px);
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #272727;
}

/* Скрыть стандартный заголовок в шапке — показываем только наш «Полезное для Вас» */
body.blog .tj-page-header .tj-page-title,
body.home .tj-page-header .tj-page-title {
	display: none;
}

/* Убрать центрирование заголовка «Блог» (перекрывает text-center из шаблона) */
body.blog .tj-page-header-content,
body.blog .tj-page-header-content.text-center,
body.home .tj-page-header-content,
body.home .tj-page-header-content.text-center {
	text-align: left !important;
}

/* .tj-page-header — перекрыть стили из bexon-core.css */
body.blog .tj-page-header,
body.home .tj-page-header {
	padding-top: 200px;
	padding-bottom: 0;
	border-radius: 0;
	background-color: transparent;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {

	body.blog .tj-page-header,
	body.home .tj-page-header {
		padding-top: 100px;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {

	body.blog .tj-page-header,
	body.home .tj-page-header {
		padding-top: 70px;
		padding-bottom: 0;
	}
}

/* Сайдбар блога вынесен в выезжающую панель (drawer) + плавающая кнопка — см. секцию 20 */

/* Высота изображения .blog-thumb: десктоп 370px, планшет и мобильные 220px */
body.blog .blog-thumb,
body.home .blog-thumb {
	max-height: 370px;
}

body.blog .blog-thumb img,
body.home .blog-thumb img {
	object-fit: cover;
}

@media (max-width: 1024px) {

	body.blog .blog-thumb,
	body.home .blog-thumb {
		max-height: 220px;
		min-height: 0;
	}

	body.blog .blog-thumb img,
	body.home .blog-thumb img {
		min-height: 0;
	}
}

/* Сетка постов: 3 колонки десктоп, 2 планшет, 1 мобильный */
body.blog .tj-post-container.blog-post-wrapper,
body.home .tj-post-container.blog-post-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* $md+$sm+$xs: планшет — 2 в ряд */
@media only screen and (max-width: 1024px) {

	body.blog .tj-post-container.blog-post-wrapper,
	body.home .tj-post-container.blog-post-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}
}

/* $sm+$xs: мобильный — 1 в ряд */
@media only screen and (max-width: 767px) {

	body.blog .tj-post-container.blog-post-wrapper,
	body.home .tj-post-container.blog-post-wrapper {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}

/* Похожие записи (single post) — стиль как у виджета Latest Posts Style 11 */
.forventa-related-posts.tj-latest-blog-style-11 {
	margin-top: 48px;
	margin-bottom: 40px;
}

.forventa-related-posts .h11-blog-header {
	margin-bottom: 16px;
}

.forventa-related-posts .h11-blog-header .h11-blog-link {
	display: none;
}

@media (max-width: 1024px) {
	.forventa-related-posts .forventa-related-posts__item:nth-child(n+3) {
		display: none;
	}
}

@media (max-width: 767px) {
	.forventa-related-posts.tj-latest-blog-style-11 {
		margin-top: 36px;
		margin-bottom: 32px;
	}
	.forventa-related-posts .h11-blog-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
	.forventa-related-posts .forventa-related-posts__item:nth-child(n+3) {
		display: none;
	}
}

/* ==========================================================================
   15c. Comment form (blog) — поля и кнопка в стиле Forventa
   ========================================================================== */
.comment-respond input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.comment-respond textarea,
.comment-respond input[type=email],
.comment-respond input[type=text] {
	border: 1px solid #1e8a8a;
	border-radius: 3px;
}

.comment-respond .form-submit {
	margin-top: 1em;
}

/* Кнопка «Оставить комментарий» — обёртка tj-btn-style-8 (как TJ Button Style 8) */
.comment-respond .form-submit .tj-btn-wrapper.tj-btn-style-8 {
	margin: 0;
}

.comment-respond .form-submit .tj-btn-wrapper .tj-primary-btn.submit {
	width: auto;
	min-height: auto;
	border: none;
	border-radius: 4px;
	padding: 7px;
	font-size: inherit;
}

/* Перекрыть h1:hover a и т.д. из bexon-core: font-weight: inherit тянет 500 от heading — оставляем 400 */
h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
	font-weight: 400 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	transition: none !important;
}

/* Убрать подчёркивание у заголовков постов в блоге (bexon-core: background-size: 100% 2px) */
.blog-item {
	border-radius: 0 !important;
}

.blog-item .blog-content .title {
	font-weight: var(--tj-fw-sbold);
	margin: 0;
	font-size: clamp(13px, 17px + 0.84vw, 20px);
}

.blog-item .blog-content .title a:hover {
	background: none !important;
	background-image: none !important;
}

/* Скрыть кнопки в постах блога */
.blog-btn {
	display: none !important;
}

/* Excerpt/desc — ограничить до 4 строк */
.blog-item .blog-content .desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	font-size: 12px;
}

/* Якоря оглавления: отступ при скролле (учёт фиксированного хедера) */
.tj-entry-content.blog-text h2[id],
.tj-entry-content.blog-text h3[id],
.tj-entry-content.blog-text h4[id] {
	scroll-margin-top: 100px;
}

/* --- Responsive --- */
/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.forventa-toc {
		padding: 16px 20px;
		margin-bottom: 24px;
	}

	.tj-entry-content.blog-text h2[id],
	.tj-entry-content.blog-text h3[id],
	.tj-entry-content.blog-text h4[id] {
		scroll-margin-top: 80px;
	}
}

/* ==========================================================================
   16. PRIVACY / LISTS (Elementor text, контент)
   ========================================================================== */
/* Списки не выезжают за контейнер — маркер внутри, отступы фиксированы */

.tj-case-result-text {
    line-height: 1.2;
    letter-spacing: -.04em;
    margin: 0;
    padding-left: 10px;
    padding-inline-start: 10px;
    margin-inline-start: 0;
    margin-left: 0;
    list-style-position: inside;
}

.elementor-widget-text-editor li,
.entry-content li,
.tj-entry-content li {
	margin-bottom: 0;
	padding: 0;
}

.elementor-widget-text-editor li:last-child,
.entry-content li:last-child,
.tj-entry-content li:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
   17. TJ PRICE LIST (Elementor widget)
   ========================================================================== */
/* --- Base --- */
.tj-price-list.tj-price-list-style-1 {
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	padding: 20px;
	background: #ffffff;
}

#tj-price-list-3b94f72 {
	border: none !important;
	border-radius: 3px;
	padding: 0 !important;
	background: #fff;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	margin-bottom: 16px;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-title {
	margin: 0;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-cta {
	flex-shrink: 0;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	margin: 0;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table th,
.tj-price-list.tj-price-list-style-1 .tj-price-list-table td {
	padding: 12px 14px;
	border-bottom: 1px solid #ddd;
	font-family: "Geologica", sans-serif;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	text-align: left;
	vertical-align: middle;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table th {
	background: #f4f4f4;
	font-weight: 500;
	letter-spacing: -0.04em;
	white-space: nowrap;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table tbody tr:last-child td {
	border-bottom: 0;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table tbody tr:hover td {
	background: rgba(49, 160, 160, 0.08);
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-table td:last-child {
	font-weight: 500;
	color: #31A0A0;
	white-space: nowrap;
}

.tj-price-list.tj-price-list-style-1 .tj-price-list-empty {
	margin: 0;
	font-family: "Geologica", sans-serif;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

/* --- Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-price-list.tj-price-list-style-1 {
		padding: 16px;
	}

	.tj-price-list.tj-price-list-style-1 .tj-price-list-table th,
	.tj-price-list.tj-price-list-style-1 .tj-price-list-table td {
		padding: 10px 12px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {
	.tj-price-list.tj-price-list-style-1 .tj-price-list-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.tj-price-list.tj-price-list-style-1 {
		padding: 14px;
	}

	.tj-price-list.tj-price-list-style-1 .tj-price-list-table {
		min-width: 680px;
	}
}

/* $xs */
@media only screen and (max-width: 575px) {

	.tj-price-list.tj-price-list-style-1 .tj-price-list-table th,
	.tj-price-list.tj-price-list-style-1 .tj-price-list-table td {
		padding: 9px 10px;
	}
}

/* ==========================================================================
   18. CONTACTS WIDGETS (Contact Card, Cooperation Form, Requisites)
   ========================================================================== */

/* --- Base --- */
.tj-contact-card-01 {
	background: #ffffff;
	color: #272727;
}

.tj-contact-card-01-top {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 40px;
}

.tj-contact-card-01-left {
	flex: 0 1 calc(45% - 20px);
	min-width: 0;
}

.tj-contact-card-01-right {
	flex: 0 1 calc(55% - 20px);
	min-width: 0;
}

.tj-contact-card-01-title {
	margin: 0;
}

.tj-contact-card-01-item {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
}

.tj-contact-card-01-item:last-child {
	margin-bottom: 0;
}

.tj-contact-card-01-item-label {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
	margin-bottom: 6px;
}

.tj-contact-card-01-item-value,
.tj-contact-card-01-item-value a {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: clamp(17px, 14px + 0.71vw, 28px);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #272727;
	text-decoration: none;
}

.tj-contact-card-01-item-value a,
.tj-contact-card-01-item-value a:hover,
.tj-contact-card-01-item-value a:focus {
	text-decoration: none !important;
}

.tj-contact-card-01-item-value .link-slide-wrap {
	display: inline-block;
	overflow: hidden;
	vertical-align: baseline;
}

.tj-contact-card-01-item-value .link-slide-text {
	display: inline-block !important;
	position: relative;
	line-height: inherit;
	transition: transform 0.3s ease;
	transform: translateY(0) !important;
}

.tj-contact-card-01-item-value .link-slide-text::before {
	content: attr(data-content);
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	line-height: inherit;
	color: #31A0A0;
}

.tj-contact-card-01-item-value a:hover .link-slide-wrap .link-slide-text,
.tj-contact-card-01-item-value a:focus .link-slide-wrap .link-slide-text {
	transform: translateY(-105%) !important;
}

.tj-contact-card-01-map-wrap {
	position: relative;
	height: 420px;
	border-radius: 3px;
	background: #f4f4f4;
	overflow: hidden;
}

.tj-contact-card-01-map-iframe,
.tj-contact-card-01-map-shortcode,
.tj-contact-card-01-map-placeholder {
	width: 100%;
	height: 100%;
}

.tj-contact-card-01-map-iframe iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.tj-contact-card-01-map-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.tj-contact-card-01-map-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tj-contact-card-01-map-placeholder-text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: rgba(39, 39, 39, 0.7);
	text-align: center;
}

.tj-cooperation-form-01 {
	width: 100%;
	background: #272727;
	color: #ffffff;
	border-radius: 3px;
}

.tj-cooperation-form-01-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	padding: 120px 50px;
}

.tj-cooperation-form-01-left,
.tj-cooperation-form-01-right {
	flex: 0 1 calc(50% - 20px);
	min-width: 0;
}

.tj-cooperation-form-01-title {
	color: #ffffff;
	margin: 0 0 16px;
}

.tj-cooperation-form-01-desc {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 60px;
	max-width: 519px;
}

.tj-cooperation-form-01-desc p {
	margin: 0 0 12px;
}

.tj-cooperation-form-01-desc p:last-child {
	margin-bottom: 0;
}

.tj-cooperation-form-01-accent {
	display: inline-flex;
	flex-direction: row;
	align-items: baseline;
	gap: 10px;
}

.tj-cooperation-form-01-accent-value {
	font-family: "Geologica", sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 0.9;
	letter-spacing: -0.04em;
	color: #31A0A0;
}

.tj-cooperation-form-01-accent-text {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.9);
}

.tj-cooperation-form-01-form-wrap .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 12px;
}

.tj-cooperation-form-01-form-wrap {
	max-width: 680px;
}

.tj-cooperation-form-01-form-wrap .wpcf7-not-valid-tip,
.tj-cooperation-form-01-form-wrap .wpcf7-response-output {
	display: none !important;
}

.tj-cooperation-form-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
	width: 100%;
	height: 85px;
	padding: 0 16px;
	border: 1px solid #BEBEBE;
	border-radius: 3px;
	background: #ffffff;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-cooperation-form-01-form-wrap .wpcf7-form-control::placeholder {
	color: rgba(39, 39, 39, 0.5);
}

.tj-cooperation-form-01-form-wrap .tj-estimate-cta-phone-input {
	height: 85px;
	min-height: 85px;
}

.tj-cooperation-form-01-form-wrap .wpcf7-acceptance input[type="checkbox"],
.tj-cooperation-form-01-form-wrap .wpcf7-list-item input[type="checkbox"] {
	border-color: rgba(255, 255, 255, 0.9);
}

.tj-cooperation-form-01-form-wrap .wpcf7-acceptance+.wpcf7-list-item-label,
.tj-cooperation-form-01-form-wrap .wpcf7-list-item-label,
.tj-cooperation-form-01-form-wrap .wpcf7-list-item-label a {
	color: #ffffff;
}

.tj-cooperation-form-01-form-wrap .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 1px solid #31A0A0;
	border-radius: 3px;
	background: #31A0A0;
	color: #ffffff;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.tj-cooperation-form-01-no-form {
	margin: 0;
	color: #ffffff;
}

.tj-requisites-card-01 {
	background: #ffffff;
	color: #272727;
}

.tj-requisites-card-01-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.tj-requisites-card-01-left {
	flex: 0 1 calc(45% - 20px);
	min-width: 0;
}

.tj-requisites-card-01-right {
	flex: 0 1 calc(55% - 20px);
	min-width: 0;
}

.tj-requisites-card-01-title {
	margin: 0;
}

.tj-requisites-card-01-card {
	position: relative;
	border-radius: 3px;
	background: #f4f4f4;
	padding: 40px;
}

.tj-requisites-card-01-copy {
	position: absolute;
	right: 40px;
	bottom: 40px;
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
	z-index: 2;
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.tj-requisites-card-01-copy {
		display: none;
	}
}



.tj-requisites-card-01-copy-text {
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-requisites-card-01-copy img {
	display: block;
	width: 30px;
	height: 30px;
}

.tj-requisites-card-01-copy:hover,
.tj-requisites-card-01-copy:focus-visible {
	opacity: 1;
}

.tj-requisites-card-01-content {
	padding: 0;
}

.tj-requisites-card-01-content p {
	margin: 0;
	font-family: "Geologica", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 11.5px + 0.39vw, 19px);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #272727;
}

.tj-requisites-card-01-content p:last-child {
	margin-bottom: 0;
}

.tj-requisites-card-01-content p.tj-requisites-card-01-gap-10 {
	margin-bottom: 10px;
}

.tj-requisites-card-01-content .tj-requisites-card-01-label {
	font-weight: 500;
	letter-spacing: -0.04em;
	margin-right: 4px;
}

.tj-requisites-card-01-content .tj-requisites-card-01-value {
	font-weight: 400;
	letter-spacing: -0.02em;
}

/* --- Responsive --- */
/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {

	.tj-contact-card-01-left,
	.tj-contact-card-01-right,
	.tj-cooperation-form-01-left,
	.tj-cooperation-form-01-right,
	.tj-requisites-card-01-left,
	.tj-requisites-card-01-right {
		flex: 1 1 100%;
	}

	.tj-contact-card-01-map-wrap {
		height: 360px;
	}

	.tj-contact-card-01-top {
		margin-bottom: 30px;
	}

	.tj-cooperation-form-01-inner {
		padding: 30px;
	}
	.tj-cooperation-form-01-desc {
		font-family: "Geologica", sans-serif;
		font-weight: 400;
		font-size: clamp(13px, 11.5px + 0.39vw, 19px);
		line-height: 1.2;
		letter-spacing: -0.02em;
		color: rgba(255, 255, 255, 0.6);
		margin-bottom: 40px;
		max-width: 100%;
	}

	.tj-cooperation-form-01-accent {
		flex-direction: row;
        align-items: baseline;
        gap: 5px;
	}

	.tj-cooperation-form-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance),
	.tj-cooperation-form-01-form-wrap .tj-estimate-cta-phone-input {
		height: 65px;
		min-height: 65px;
	}
	.tj-requisites-card-01-card {
		padding: 30px;
	}
	.tj-cooperation-form-01-accent-value {
		font-size: 30px;
	}
}

/* $sm+$xs */
@media only screen and (max-width: 767px) {

	.tj-contact-card-01-top,
	.tj-cooperation-form-01-inner,
	.tj-requisites-card-01-inner {
		gap: 24px;
	}

	.tj-contact-card-01-map-wrap {
		height: 300px;
	}

	.tj-cooperation-form-01-inner {
		padding: 24px;
	}

	.tj-cooperation-form-01-form-wrap .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance),
	.tj-cooperation-form-01-form-wrap .tj-estimate-cta-phone-input {
		height: 60px;
		min-height: 60px;
	}

	.tj-cooperation-form-01-desc {
		margin-bottom: 30px;
	}

	.tj-requisites-card-01-card {
		padding: 15px;
	}
}

/* $xs */
@media only screen and (max-width: 575px) {
	.tj-contact-card-01-map-wrap {
		height: 240px;
	}

	.tj-cooperation-form-01-inner {
		padding: 20px;
	}

	.tj-requisites-card-01-card {
		padding: 15px;
	}

	.tj-requisites-card-01-copy {
		right: 15px;
		bottom: 15px;
	}
}

/* ==========================================================================
   19. TJ NAV MENU (виджет меню в стиле категорий, раскрытие вложенности)
   ========================================================================== */

/* --- Base --- */
/* Контейнер меню: внутренний скролл при большом числе пунктов, скроллбар скрыт */
.tj_nav_menu_widget > div,
.elementor-widget-wp-widget-tj-nav-menu-widget .tj_nav_menu_widget > div {
	max-height: min(70vh, 600px);
	overflow-y: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.tj_nav_menu_widget > div::-webkit-scrollbar,
.elementor-widget-wp-widget-tj-nav-menu-widget .tj_nav_menu_widget > div::-webkit-scrollbar {
	display: none;
}

.elementor-widget-wp-widget-tj-nav-menu-widget .tj_nav_menu_widget ul,
.tj_nav_menu_widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tj_nav_menu_widget .sub-menu {
	display: none;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
}

.tj_nav_menu_widget li.has-children.is-opened > .sub-menu {
	display: block;
}

/* Строка пункта с подменю: ссылка + иконка в одной линии, иконка не смещается при раскрытии */
.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner {
	display: flex;
	align-items: center;
	background: var(--tj-color-common-white);
	padding: 20px 15px 17px 25px;
	border-radius: 10px;
	gap: 10px;
}

.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner > a {
	flex: 1;
	min-width: 0;
	background: none !important;
	padding: 0 !important;
}

.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner > a:hover {
	background: none !important;
	color: var(--tj-color-heading-primary);
}

.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner:hover {
	color: var(--tj-color-common-white);
	background-color: var(--tj-color-theme-primary);
}

.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner:hover > a {
	color: inherit;
}

.tj_nav_menu_widget .tj-menu-toggle {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	padding: 0;
	border: none;
	background: #31A0A0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	transition: background-color 0.2s, color 0.2s;
}

.tj_nav_menu_widget .tj-menu-toggle:hover {
	background: #2a8a8a;
}

.tj_nav_menu_widget .tj-menu-toggle .tj-header-11-mega-trigger-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transition: transform 0.2s;
	color: #fff;
}

.tj_nav_menu_widget .tj-menu-toggle .tj-header-11-mega-trigger-icon i,
.tj_nav_menu_widget .tj-menu-toggle .tj-header-11-mega-trigger-icon svg {
	color: #fff;
	font-size: inherit;
}

.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner:hover .tj-menu-toggle {
	background: rgba(255, 255, 255, 0.25);
}

.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner:hover .tj-menu-toggle .tj-header-11-mega-trigger-icon i,
.tj_nav_menu_widget li.has-children .tj-nav-menu-item-inner:hover .tj-menu-toggle .tj-header-11-mega-trigger-icon svg {
	color: #fff;
}

.tj_nav_menu_widget li.has-children.is-opened .tj-menu-toggle .tj-header-11-mega-trigger-icon {
	transform: rotate(45deg);
}

.tj_nav_menu_widget .sub-menu li {
	margin-bottom: 10px;
}

.tj_nav_menu_widget .sub-menu li:last-child {
	margin-bottom: 0;
}

/* Подпункты: акцентный фон, белый текст; при наведении — белый фон, чёрный текст */
.tj_nav_menu_widget .sub-menu li a {
	background: #31A0A0 !important;
	color: #fff !important;
}

.tj_nav_menu_widget .sub-menu li a:hover {
	background: #fff !important;
	color: #272727 !important;
}

/* ==========================================================================
   20. BLOG SIDEBAR DRAWER (плавающая кнопка, выезжающая панель слева направо)
   ========================================================================== */

/* --- Drawer panel: скролл у внутренней части, крестик закрыть внутри справа сверху --- */
.tj-blog-sidebar-drawer {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: min(368px, 90vw);
	max-width: 368px;
	background: #fff;
	z-index: 10002;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	box-shadow: none;
}

body.blog-sidebar-drawer-open .tj-blog-sidebar-drawer {
	transform: translateX(0);
	box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
}

.tj-blog-sidebar-drawer-inner {
	position: relative;
	height: 100%;
	overflow-y: auto;
}

.tj-blog-sidebar-drawer .tj-main-sidebar {
	position: static;
	padding: 44px 14px 16px 16px;
}

@media (max-width: 768px) {
	.tj-blog-sidebar-drawer .tj-main-sidebar {
		padding: 44px 10px 16px 0;
	}
}

/* Карточка виджета сайдбара: только на десктопе и планшете > 768px */

	.tj-sidebar-widget {
		background-color: #f4f4f4;
		margin-bottom: 30px;
		padding: 20px;
		position: relative;
		border-radius: 4px;
	}


/* Крестик закрыть: внутри сайдбара справа сверху, компактно */
.tj-blog-sidebar-close {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 2;
	width: 32px;
	height: 32px;
	border: none;
	padding: 0;
	background: transparent;
	color: #272727;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s;
}

.tj-blog-sidebar-close:hover {
	color: #31A0A0;
}

/* --- Overlay --- */
.tj-blog-sidebar-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10001;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

body.blog-sidebar-drawer-open .tj-blog-sidebar-overlay {
	opacity: 1;
	pointer-events: auto;
}

/* --- Floating button: как #tj-back-to-top, но слева --- */
.tj-blog-sidebar-toggle {
	position: fixed;
	bottom: 30px;
	inset-inline-start: 40px;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #31A0A0;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	box-shadow: none;
	transition: background 0.2s, transform 0.2s;
}

.tj-blog-sidebar-toggle:hover {
	background: #2a8a8a;
	color: #fff;
	transform: scale(1.05);
}

/* Бургер-иконка (три полоски) */
.tj-blog-sidebar-toggle-icon {
	display: block;
	width: 22px;
	height: 2px;
	position: relative;
	background: currentColor;
	border-radius: 1px;
}

.tj-blog-sidebar-toggle-icon::before,
.tj-blog-sidebar-toggle-icon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
}

.tj-blog-sidebar-toggle-icon::before {
	top: -6px;
}

.tj-blog-sidebar-toggle-icon::after {
	top: 6px;
}

body.blog-sidebar-drawer-open .tj-blog-sidebar-toggle {
	opacity: 0.5;
	pointer-events: none;
}

/* Как у #tj-back-to-top: lg */
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.tj-blog-sidebar-toggle {
		inset-inline-start: 30px;
	}
}

/* Как у #tj-back-to-top: md, sm, xs */
@media only screen and (min-width: 768px) and (max-width: 1024px),
	only screen and (min-width: 576px) and (max-width: 767px),
	only screen and (max-width: 575px) {
	.tj-blog-sidebar-toggle {
		bottom: 20px;
		inset-inline-start: 20px;
	}
}

/* ==========================================================================
   21. ELEMENTOR LIGHTBOX (стрелки слайдера влево/вправо)
   ========================================================================== */

/* --- Стрелки всегда видны (Elementor по умолчанию скрывает UI через .elementor-slideshow--ui-hidden) --- */
.elementor-lightbox .elementor-slideshow--ui-hidden .elementor-swiper-button-prev,
.elementor-lightbox .elementor-slideshow--ui-hidden .elementor-swiper-button-next {
	opacity: 1;
}

/* --- Оверлейные стрелки лайтбокса --- */
.elementor-lightbox .elementor-swiper-button {
	opacity: 0;
	pointer-events: none;
}

.elementor-lightbox .fv-lightbox-nav {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 9999;
}

.elementor-lightbox .fv-lightbox-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	pointer-events: auto;
}

.elementor-lightbox .fv-lightbox-nav-prev {
	left: 24px;
}

.elementor-lightbox .fv-lightbox-nav-next {
	right: 24px;
}

/* $md+$sm+$xs */
@media only screen and (max-width: 1024px) {
	.elementor-lightbox .fv-lightbox-nav-btn {
		width: 45px;
		height: 45px;
	}

	.elementor-lightbox .fv-lightbox-nav-prev {
		left: 16px;
	}

	.elementor-lightbox .fv-lightbox-nav-next {
		right: 16px;
	}
}