/*
Theme Name: IM4U
Theme URI: https://im4udma.com/
Description: IM4U theme for Origin Beach
Version: 1.2
Author: IM4U Dev
Author URI: https://im4udma.com/
Tags: clean, basic, starter

The CSS and HTML are released under the GPL:
http://www.opensource.org/licenses/gpl-3.0.html
*/

/* Variable-версия (если используешь) */
@font-face {
	font-family: 'Bounded';
	src: url('fonts/Bounded-Variable.ttf') format('truetype');
	font-weight: 100 900;
	/* диапазон весов variable */
	font-style: normal;
	font-display: swap;
}

/* Обычный (на всякий случай, как fallback) */
@font-face {
	font-family: 'Bounded';
	src: url('fonts/Bounded-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ExtraLight */
@font-face {
	font-family: 'Bounded';
	src: url('fonts/Bounded-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

/* Black / Bold */
@font-face {
	font-family: 'Bounded';
	src: url('fonts/Bounded-Black.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


html,
body {
	scroll-behavior: smooth;
	overflow-x: hidden;
	font-family: Montserrat;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
}

/* Глобальный кастомный чекбокс */
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #CFCFCF;
	background: #F2F0F0;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}

/* Активное состояние */
input[type="checkbox"]:checked {
	background: #C1521D;
	border-color: #C1521D;
}

/* Белая галочка (твой SVG) */
input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 12px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M3.88915%209.16667L0%205.15615L1.11096%204.01052L3.89033%206.87338L3.88915%206.8746L10.5557%200L11.6667%201.14563L5.00011%208.02104L3.88994%209.16586L3.88915%209.16667Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
}


.mt-130 {
	margin-top: 71px;
}

.mt-20 {
	margin-top: 75px;
}

.mt-20 h1,
.mt-20 h2,
.mt-20 h3,
.mt-20 h4,
.mt-20 h5,
.mt-20 h6,
.mt-20 p,
.mt-20 a {
	color: #000;
}

.navbar {
	backdrop-filter: blur(3px);
	background: rgba(252, 252, 252, 0.2);
	z-index: 9999;
}

/* меню */
nav {
	z-index: 99;
	width: 100%;
	padding: 20px 0;
	position: fixed;
	background-color: rgb(255 255 255 / 50%);
	backdrop-filter: blur(3px);
}

.navbar-inner {
	background-color: rgb(0 0 0 / 50%) !important;
}

nav .wrapper {
	position: relative;
	max-width: 1300px;
	padding: 0px 30px;
	height: 70px;
	line-height: 70px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo svg {
	padding: 5px;
}

.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
}

.wrapper .nav-links {
	display: inline-flex;
	margin-top: 25px;
}

.nav-links li {
	list-style: none;
}

.nav-links li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 800;
	padding: 9px 25px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.nav-links li a:hover {
	color: #5e5c5c;
}

.nav-links .mobile-item {
	display: none;
}

.nav-links .drop-menu {
	position: absolute;
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
	transition: all 0.3s ease;
	top: 70px;
	opacity: 1;
	visibility: visible;
}

.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}

.mega-box {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
}

.mega-box .content {
	background: #242526;
	padding: 25px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
	width: calc(25% - 30px);
	line-height: 45px;
}

.content .row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .row header {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
}

.content .row .mega-links {
	margin-left: -40px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
	padding: 0 20px;
}

.row .mega-links li a {
	padding: 0px;
	padding: 0 20px;
	color: #d9d9d9;
	font-size: 17px;
	display: block;
}

.row .mega-links li a:hover {
	color: #f2f2f2;
}

.wrapper .btn {
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 970px) {
	nav {
		padding: 0;
	}

	.wrapper .btn.menu-btn {
		display: block;
		position: relative;
		left: 10px;
	}

	.wrapper .btn.close-btn {
		position: absolute;
		display: block;
		right: 10px;
		top: 10px;
	}

	.menu-btn .icon-burger {
		color: #000;
	}

	.navbar-inner .menu-btn .icon-burger {
		color: #fff;
	}

	.logo svg {
		max-width: 75px;
	}

	.wrapper .nav-links {
		position: fixed;
		height: 100vh;
		width: 100%;
		top: 0;
		left: -100%;
		background: #fff;
		text-align: center;
		display: block;
		padding: 50px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
		transition: all 0.3s ease;
	}

	.wrapper .nav-links {
		margin-top: 0;
	}

	.logo-menu-open {
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.wrapper .nav-links li a {
		color: #000 !important;
	}

	/* custom scroll bar */
	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: #242526;
	}

	::-webkit-scrollbar-thumb {
		background: #3A3B3C;
	}

	#menu-btn:checked~.nav-links {
		left: 0%;
	}

	#menu-btn:checked~.btn.menu-btn {
		display: none;
	}

	#close-btn:checked~.btn.menu-btn {
		display: block;
	}

	.nav-links li {
		margin: 15px 10px;
	}

	.nav-links li a {
		padding: 0 20px;
		display: block;
		font-size: 20px;
	}

	.nav-links .drop-menu {
		position: static;
		opacity: 1;
		top: 65px;
		visibility: visible;
		padding-left: 20px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.3s ease;
	}

	#showDrop:checked~.drop-menu,
	#showMega:checked~.mega-box {
		max-height: 100%;
	}

	.nav-links .desktop-item {
		display: none;
	}

	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}

	.nav-links .mobile-item:hover {
		background: #3A3B3C;
	}

	.drop-menu li {
		margin: 0;
	}

	.drop-menu li a {
		border-radius: 5px;
		font-size: 18px;
	}

	.mega-box {
		position: static;
		top: 65px;
		opacity: 1;
		visibility: visible;
		padding: 0 20px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.mega-box .content {
		box-shadow: none;
		flex-direction: column;
		padding: 20px 20px 0 20px;
	}

	.mega-box .content .row {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mega-box .content .row:nth-child(1),
	.mega-box .content .row:nth-child(2) {
		border-top: 0px;
	}

	.content .row .mega-links {
		border-left: 0px;
		padding-left: 15px;
	}

	.row .mega-links li {
		margin: 0;
	}

	.content .row header {
		font-size: 19px;
	}
}

nav input {
	display: none;
}

.body-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.body-text div {
	font-size: 45px;
	font-weight: 600;
}

.navbar-inner li a,
.navbar-inner li a:hover,
.navbar-inner li a:focus {
	color: #fff !important;
}

/* Кнопка */
.paterna-typologies__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 0 50px;
	height: 76px;
	background: #C1521D;
	border-radius: 100px;
	border: none;
	text-decoration: none;
	color: #ffffff;
	font-family: "Pais", "Montserrat", system-ui, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.paterna-typologies__btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.paterna-typologies__btn:hover {
	background-color: #d45a25;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991.98px) {
	.paterna-typologies__btn {
		height: 50px;
		padding: 0 30px;
		font-size: 18px;
	}
}

.hero {
	color: white;
	height: 65vh;
	position: relative;
	text-align: center;
}

.hero h1 {
	color: rgb(255, 255, 255);
	font-family: Montserrat;
	font-size: 96px;
	font-weight: 700;
}

.hero a.btn {
	margin-top: 1.5rem;
	background-color: #c9dcd5;
	border: none;
}

.section-img img {
	width: 100%;
	border-radius: 5px;
}

.bg-ocean {
	background-color: #4f7472;
	color: white;
}

.bg-ocean img {
	margin-bottom: 15px;
}


.promo_1 h2 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
}


.promo_1 h6 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
}

.promo_1 p {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}


.promo_1 .promo_1_img1 {
	position: relative;
	left: 100px;
}

.promo_1 .promo_1_img2 {
	position: relative;
	z-index: 1;
	max-width: 400px;
	top: -200px;
	margin-bottom: -200px;
}

.promo_2 h2 {
	color: #fff;
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
}

.promo_2 h6 {
	color: #fff;
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
}

.promo_2 p {
	color: #fff;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.promo_3 h2 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
}


.promo_3 h6 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
}

.promo_3 p,
.promo_3 li {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}

.promo_3 li {
	margin-bottom: 25px;
}

.promo_3 .pd_c {
	padding: 150px 150px 0 150px;
}


.slider_right h2,
.slider_left h2 {
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
}


.slider_right h6,
.slider_left h6 {
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 400;
	line-height: 120%;
}

.slider_right p,
.slider_left p {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
}


.promo_8 h2 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
}

.promo_8 .container {
	padding: 25px 100px;
}

.promo_8 .thead-color {}

.promo_8 table thead tr th {
	background-color: #9097AA !important;
	color: #fff;
	font-weight: 500;
}

.promo_8 .table td,
.table th {
	vertical-align: middle;
	font-size: 15px;
	text-align:center;
}

.promo_8 .table tbody tr {
	border-bottom: 1px solid #dee2e6;
	text-align:center;
}

.promo_8 .badge {
	padding: 0.4em 0.8em;
	font-size: 0.85rem;
	border-radius: 1rem;
	background-color: #F0F0F0;
	color: #000;
	font-weight: 500;
}

.promo_8 .badge-orang {
	padding: 0.4em 0.8em;
	font-size: 0.85rem;
	border-radius: 1rem;
	background-color: #FFE5D4;
	color: #753B13;
	font-weight: 500;
}

.promo_8 .badge.bg-light {
	background-color: #F0F0F0 !important;
	color: #000 !important;
	font-weight: 500;
}

.promo_8 .badge.bg-success-subtle {
	background-color: #D9ECEA !important;
	color: #000 !important;
	font-weight: 500;
	text-decoration: none;
}

.promo_8 .badge.bg-warning-subtle {
	background-color: #FFE5D4 !important;
	color: #753B13 !important;
	font-weight: 500;
}

.promo_8 .cta-button {
	background-color: #dceae7;
	color: #0e5c53;
	font-weight: 600;
	padding: 0.8rem 1.5rem;
	border-radius: 2rem;
	display: inline-block;
	transition: all 0.3s ease;
}

.promo_8 .cta-button:hover {
	background-color: #cbe2db;
	text-decoration: none;
	color: #0e5c53;
}

.promo_8 .contact-cta {
	text-align: center;
	margin-top: 2rem;
}


.key-features-section h2 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
	text-align: center;
	margin-bottom: 50px;
}

.key-feature-card {
	display: flex;
	align-items: center;
	background-color: #dceae7;
	border-radius: 4px;
	padding: 50px;
	height: 100%;
	transition: 0.3s ease-in-out;
}

.key-feature-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

.key-feature-card img {
	width: 75px;
	height: 75px;
	margin-right: 20px;
	flex-shrink: 0;
}

.key-feature-card span {
	color: rgb(20, 78, 87);
	font-family: Montserrat;
	font-size: 32px;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 576px) {
	.key-feature-card {
		flex-direction: column;
		text-align: center;
		padding: 16px;
	}

	.key-feature-card img {
		margin: 0 0 12px 0;
	}
}


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

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
}

.Right_slider,
.Left_slider {
	height: 80%;
	width: 100%;
}

.FullW_slider {
	height: 80%;
	width: 100%;
}

.FullW_slider .slider_text {
	position: relative;
	top: -25px;
	background-color: #2f4c4b;
	color: #fff;
	font-size: 21px;
	padding: 10px;
}


.Right_slider_thumbs,
.Left_slider_thumbs,
.FullW_slider {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.Right_slider_thumbs .swiper-slide,
.Left_slider_thumbs .swiper-slide,
.FullW_slider .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.FullW_slider .swiper-slide-active {
	opacity: 1;
}

.Right_slider_thumbs .swiper-slide-thumb-active,
.Left_slider_thumbs .swiper-slide-thumb-active,
.FullW_slider .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.footer {
	background-color: #fff;
	color: white;
	padding-top: 3rem;
}


.footer .copyryte {
	background-color: #000;
	color: #fff;
}

.footer .copyryte a {
	text-decoration: none;
	color: #fff;
}


.footer .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer .menu a,
.footer .footer-menu a {
	cursor: pointer;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
}

.footer .menu a:hover,
.footer .footer-menu a:hover {
	color: #7c7c7c;
}

.footer h6 {
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
}

.footer .df_brand {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	color: #000;
}

/*=================================CF7==================================*/
.modal-dialog-slide {
	max-width: 100%;
	margin-left: auto;
	transform: translateX(100%);
	transition: transform 0.5s ease-in-out;
}

.modal.fade .modal-dialog.modal-dialog-slide {
	transform: translateX(100%);
}

.modal.fade.show .modal-dialog.modal-dialog-slide {
	transform: translateX(0);
}

.modal-dialog {
	max-width: 1000px;
	margin: 1.75rem auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}

.modal-content {
	border-radius: 20px;
	border: none;
	margin: 0 auto;
	background: #fff;
	height: auto;
	max-height: 90vh;
}

/* Остальное можешь оставить как есть */
.modal-body {
	position: relative;
	padding: 15px 50px;
	background-color: #fff;
}


.modal-body h2 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 46px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 35px;
}


.modal-body h3 {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 35px;
}

.modal-body p {
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	text-align: left;
}


.modal-body a {
	color: #C1521D;
	text-decoration: none;
}

.modal-body .btn-outline-secondary {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	border-radius: 100px;
	background: #F7B557;
	padding: 15px;
	border: 0;
}

.modal-body .btn-outline-secondary:hover {
	background: #FE9D14;
}

.btn-close {
	position: relative;
	top: 0;
	right: 0;
	z-index: 10;
	font-size: 26px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	background-color: #f4f4f4;
	font-size: 16px;
}

.wpcf7 textarea {
	resize: none;
	height: 45px;
}

.wpcf7 label {
	display: grid;
	padding: 0;
	font-size: 14px;
	color: #555;
	margin: 5px 0;
}

.wpcf7 label .wpcf7-not-valid-tip {
	position: fixed;
	font-size: 12px;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-list-item {
	display: grid;
	grid-template-columns: 1fr 15fr;
	margin: 10px 0 0 0;
	gap: 5px;
	align-items: center;
}

.wpcf7 .wpcf7-acceptance {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
	font-size: 14px;
}

.wpcf7-submit {
	background: #C1521D;
	padding: 0.75rem 2rem;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	transition: background 0.3s;
}

.wpcf7-submit:hover {
	background: #9F3807;
}

.btn-download {
	background-color: #d8edea;
	border: none;
	border-radius: 30px;
	padding: 0.75rem;
	font-weight: bold;
	text-align: center;
	color: #003a3a;
	display: block;
	text-decoration: none;
}

.wpcf7-submit {
	margin-top: 20px;
}

.wpcf7-list-item-label {
	color: rgb(0, 0, 0);
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 400;
	line-height: 120%;
	text-align: left;
}

.btn-download:hover {
	background-color: #c8e0da;
}

@media (min-width: 768px) {
	.row {
		--bs-gutter-x: 35px;
		--bs-gutter-y: 35px;
	}
}

@media (max-width: 768px) {
	.modal-dialog {
		margin: 0;
	}
}

/* Планшеты и меньше */
@media (max-width: 991.98px) {
	.hero h1 {
		font-size: 64px;
	}

	.promo_3 {
		padding: 0 12px;
	}

	.navbar-nav {
		padding-top: 2rem;
	}

	.promo_8 .container {
		padding: 40px 50px;
	}

	.promo_1 h2,
	.promo_2 h2,
	.promo_3 h2,
	.promo_4 h2,
	.promo_8 h2,
	.slider_right h2,
	.slider_left h2,
	.key-features-section h2,
	.modal-body h2,
	.key-feature-card span {
		font-size: 42px;
	}

	.slider_right h6,
	.slider_left h6 {
		font-size: 18px;
	}

	.promo_4 p,
	.slider_right p,
	.slider_left p {
		font-size: 15px;
		text-align: left;
	}

	.promo_1 p,
	.promo_2 p,
	.promo_3 p {
		font-size: 15px;
		text-align: left;
	}

	.promo_1 .promo_1_img2 {
		top: -100px;
		max-width: 300px;
	}

	.promo_1 .promo_1_img1 {
		left: 50px;
	}

	.promo_3 .pd_c {
		padding: 80px;
	}

	.mt-130 {
		margin-top: 0;
	}
}

/* Смартфоны */
@media (max-width: 767.98px) {
	.navbar-brand svg {
		max-width: 75px;
	}

	.navbar-nav {
		text-align: left;
	}

	.hero h1 {
		font-size: 42px;
		text-align: center;
	}

	.promo_8 .container {
		padding: 30px 20px;
	}

	.promo_1 h2,
	.promo_2 h2,
	.promo_3 h2,
	.promo_4 h2,
	.promo_8 h2,
	.slider_right h2,
	.slider_left h2,
	.key-features-section h2,
	.modal-body h2,
	.key-feature-card span {
		font-size: 32px;
		text-align: left;
	}

	.slider_right h6,
	.slider_left h6 {
		font-size: 18px;
		text-align: left;
	}

	.promo_4 p,
	.slider_right p,
	.slider_left p {
		font-size: 15px;
		text-align: left;
	}

	.promo_1 p,
	.promo_2 p,
	.promo_3 p {
		font-size: 15px;
		text-align: left;
	}

	.promo_1 .promo_1_img2 {
		top: -50px;
		max-width: 250px;
		margin-bottom: -50px;
	}

	.promo_1 .promo_1_img1 {
		left: 0;
		margin: 0 auto;
	}

	.promo_3 .pd_c {
		padding: 50px 25px;
		text-align: left;
	}

	.promo_3 li {
		text-align: left;
	}


	.table-responsive_no table thead {
		display: none;
	}

	.table-responsive_no table tbody tr {
		display: block;
		margin-bottom: 1rem;
		border: 1px solid #ccc;
		border-radius: 12px;
		padding: 1rem;
	}

	.table-responsive_no table tbody td {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.table-responsive_no table tbody td::before {
		content: attr(data-label);
		position: absolute;
		left: 1rem;
		width: 45%;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	.table-responsive_no .txt_b {
		color: #0e5c53;
		text-align: left;
		font-weight: bold;
	}

}

/* Очень маленькие экраны */
@media (max-width: 479.98px) {
	.hero h1 {
		font-size: 32px;
	}

	.promo_8 .container {
		padding: 20px 15px;
	}

	.promo_1 h2,
	.promo_2 h2,
	.promo_3 h2,
	.promo_4 h2,
	.promo_8 h2,
	.slider_right h2,
	.slider_left h2,
	.key-features-section h2,
	.modal-body h2,
	.key-feature-card span {
		font-size: 26px;
	}

	.promo_3 .pd_c {
		padding: 0 12px;
		text-align: left;
	}

	.promo_2 img {
		padding-bottom: 40px;
	}
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	color: #000 !important;
}

#contactModal {
	z-index: 99999;
}


.desck_planos {
	text-align: center;
	padding-bottom: 100px;
}

.desck_planos p {
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	padding-bottom: 25px;
}

.desck_planos .btn-outline-secondary {
	color: rgb(20, 78, 87);
	font-family: Montserrat;
	font-size: 22px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	border-radius: 100px;
	background: rgb(217, 236, 234);
	padding: 15px;
	max-width: 350px;
	border: 0;
}

.desck_planos .btn-outline-secondary:hover {
	background: #A4DDD7;
}


.vv-section {
	padding: 100px 0;
	background-color: #F0EDE4;
}

.vv-card {
	width: 157px;
	height: 144px;
	background: #C1521D;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
	color: #fff;
	transition: transform .18s ease, box-shadow .18s ease;
	text-decoration: none;
}

.vv-card:hover,
.vv-card:focus,
.vv-card:active {
	background: #9F3807;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.vv-icon {
	position: relative;
	line-height: 0;
}

.vv-360 {
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
	font: 700 12px/1.2 Montserrat, sans-serif;
	color: #fff;
}

.vv-label {
	margin-top: .35rem;
	display: block;
	text-align: center;
	white-space: nowrap;
	font: 700 18px/1.2 Montserrat, sans-serif;
	color: #fff;
}

@media (max-width: 575.98px) {
	.vv-card {
		width: 150px;
	}

	.vv-label {
		font-size: 16px;
	}
}

#tourModal {
	z-index: 9999;
}

#tourModal .modal-dialog.modal-fullscreen-fixed {
	position: fixed;
	inset: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	max-width: none;
	display: flex;
	align-items: stretch;
}

#tourModal .modal-content {
	width: 90%;
	height: 90%;
	top: 5%;
	border-radius: 0;
	max-width: 100%;
	float: none;
	max-height: 100%;
	margin: 0 auto;
}

#tourModal .modal-content .btn-close {
	right: 55px !important;
	top: -18px !important;
}

#tourModal .vv-frame-wrap {
	position: absolute;
	inset: 0;
}

#tourModal #tourIframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.modal-open {
	overscroll-behavior: none;
}

@media (prefers-reduced-motion: reduce) {
	.vv-card {
		transition: none;
	}
}

/**************************************************************************** ФИЛЬТРЫ PLANOS */
.global-filters-wrapper {
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	justify-content: flex-end;
}

.planos-filters-wrapper {
	position: relative;
	display: inline-block;
	z-index: 20;
}

.planos-filters-toggle,
.planos-sort-toggle {
	border: none;
	background: #F0F0F0;
	color: #000000;
	border-radius: 999px;
	padding: 8px 25px;
	display: inline-flex;
	gap: 10px;
	font-size: 18px;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	margin-bottom: 8px;
}

.planos-filters-toggle.is-open,
.planos-sort-toggle.is-open {
	background: #D2D2D2;
}

/* подсветка, когда фильтр применён */
.planos-filters-toggle.is-active{
  outline: 2px solid currentColor;
  outline-offset: 2px;
  background: #D2D2D2;
}

.planos-sort-toggle.is-active{
  outline: 2px solid currentColor;
  outline-offset: 2px;
  background: #D2D2D2;
}

/* необязательно: когда есть выбранные, но ещё не применённые */
.planos-filters-toggle.has-selection:not(.is-active){
  outline: 2px dashed currentColor;
  outline-offset: 2px;
      background: #D2D2D2;
}

.planos-filters-toggle svg {
	display: block;
}

.planos-filters-popover {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: max-content;
	max-width: 410px;
	display: none;
}

/* когда открыт */
.planos-filters-popover.is-open {
	display: block;
}

.planos-filters-card {
	width: 100%;
	max-width: 530px;
	background: #FFFFFF;
	border-radius: 23px;
	box-shadow: -11px 10px 24.3px rgba(20, 78, 87, 0.37);
	padding: 32px 24px 32px;
	font-family: "Wix Madefor Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.planos-filters-header {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 24px;
}

.planos-filters-title {
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	margin: 0;
	color: #000000;
}

.planos-filters-close {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: transparent;
	padding: 4px;
	cursor: pointer;
	color: #000000;
}

.planos-filters .form-label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
}



.planos-checkbox-label {
	font-size: 16px;
	line-height: 1.2;
}

.planos-checkbox, .planos-checkbox-inline{
    display: flex;
    gap: 5px;
}

/* Select */
.planos-select {
	border-radius: 7px;
	border: 1px solid #CFCFCF;
	background-color: #F2F0F0;
	font-size: 16px;
}

/* Reset link */
.planos-reset-link {
	font-size: 14px;
	color: #999;
	text-decoration: underline;
}

.planos-reset-link:hover {
	color: #666;
}

/* Кнопка CLASIFICAR */
.planos-filters-apply {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 100px;
    background: #C1521D;
    border: none;
    color: #FFFFFF;
    font-family: "Pais", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    cursor: pointer;
}
.planos-filters-reset {
    background: #E6E6E6;
    color: #7F7F7F;
}
.planos-filters-reset:hover, .planos-filters-reset:focus {
    background: #D2D2D2;
    color: #7F7F7F;
}
.planos-filters-apply:hover,
.planos-filters-apply:focus {
	background: #9F3807;
}

/* Мобільна адаптація – щоб не вилазило за край екрану */
@media (max-width: 767.98px) {
	.global-filters-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		text-align: center;
		width: 100%;
		gap: 15px;
		margin-bottom: 25px;
	}

	.planos-filters-wrapper {
		width: 100%;
	}

	.planos-filters-popover {
		left: 0;
		right: 0;
		width: 100%;
		max-width: none;
	}

	.planos-filters-card {
		width: calc(100vw - 32px);
		margin: 0 auto;
		padding: 24px 20px 28px;
	}
}

.planos-sort-wrapper {
	position: relative;
	display: inline-block;
}

.planos-sort-popover {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	display: none;
	z-index: 30;
}

.planos-sort-popover.is-open {
	display: block;
}

.planos-sort-card {
	width: 256px;
	background: #FFFFFF;
	border-radius: 23px;
	box-shadow: -11px 10px 24.3px rgba(20, 78, 87, 0.37);
	padding: 18px 24px;
	text-align: center;
	font-family: "Wix Madefor Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.planos-sort-item {
	display: block;
	width: 100%;
	padding: 4px 0;
	border: none;
	background: transparent;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
}

.planos-sort-item:focus {
	outline: none;
}

.planos-sort-divider {
	margin: 10px 0;
	height: 1px;
	width: 100%;
	opacity: 0.1;
	background: #000000;
}