@font-face{font-family:Europe;src:url(../fonts/Park-Royal/197559eea92d7373-s.p.woff2) format("woff2");font-display:swap;font-weight:700;font-style:normal}
@font-face{font-family:Europe;src:url(../fonts/Park-Royal/7a6fae7d0166bbab-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}
@font-face{font-family:Helvetica;src:url(../fonts/Park-Royal/4d90dc2c55efb9a6-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:normal}
@font-face{font-family:Helvetica;src:url(../fonts/Park-Royal/8bed86a4f6b1ecfd-s.p.woff2) format("woff2");font-display:swap;font-weight:400;font-style:italic}
@font-face{font-family:Helvetica;src:url(../fonts/Park-Royal/c68903115199eb59-s.p.woff2) format("woff2");font-display:swap;font-weight:500;font-style:normal}
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
:root{
	--white:#ffffff;
	--text:#f3f3f3;
	--dark:#0f1620;
	--blue:#2f425d;
	--light:#f5f5f5;
	--gray:#a5a5a5;
	--border:rgba(255,255,255,.15);
}
body{
	font-family:'Helvetica',Arial,sans-serif;
	background:#fff;
	color:#222;
	overflow-x:hidden;
}
img{
	max-width:100%;
	display:block;
}
a{
	text-decoration:none;
	color:inherit;
}
.container{
	width:min(100% - 40px,1240px);
	margin:0 auto;
}
/* HERO */
.hero{
	position:relative;
	min-height:860px;
	background:
	linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),
	url('../img/bg.webp') center/cover no-repeat;
	color:var(--white);
	display:flex;
	flex-direction:column;
}
.header{
	font-family:'Helvetica',Arial,sans-serif;
	padding:26px 0;
	position:relative;
	z-index:10;
}
.socials-mob{display:none}
.header__wrapper{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}
.socials{
	display:flex;
	gap:18px;
	font-size:18px;
	opacity:.95;
}
.logo{
	text-align:center;
	font-size:14px;
	font-weight:700;
	line-height:1.2;
	letter-spacing:.1em;
}
.logo img{max-width:150px}
.logo span{
	display:block;
	font-size:10px;
	font-weight:400;
	letter-spacing:.18em;
	opacity:.7;
}
.contacts{
	display:flex;
	align-items:center;
	gap:18px;
	font-size:18px;
	opacity:.95;
	font-weight:600;
}
.row-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.h-soc__item{
	width:30px;
	height:30px;
	border-radius:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-negative:0;
	flex-shrink:0;
	padding:0;
	margin-right:5px;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.h-soc__item img,.h-soc__item svg{
	width:20px;
	pointer-events:none;
}
.h-soc__item img path,.h-soc__item svg path{
	/*fill:#fff;*/
}
.h-soc__item:hover{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.h-soc__item:last-child{margin-right:0}
.h-soc__item svg{width:100%;height:100%;fill:#282828}
.hero__content{
	flex:1;
	display:flex;
	align-items:center;
	position:relative;
	padding-bottom:120px;
}
.hero__box{
	width:calc(100% - 370px);
}
.hero__subtitle{
	font-size:30px;
	margin-bottom:18px;
	font-weight:300;
}
.hero__title{
	font-family:'Europe',sans-serif;
	font-size:80px;
	line-height:.95;
	font-weight:700;
	margin-bottom:30px;
}
.hero__text{
	font-size:30px;
	line-height:1.2;
	opacity:.95;
	margin-bottom:30px;
}
.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	max-width:100%;
	height:60px;
	border:1px solid rgba(255,255,255,.4);
	color:var(--white);
	border-radius:10px;
	transition:.3s ease;
	backdrop-filter:blur(6px);
	font-family:'Helvetica',Arial,sans-serif;
	font-size:20px;
	font-weight:500;
	padding:0 30px;
}
.btn:hover{
	background:rgba(255,255,255,.12);
}
.btnm{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	max-width:100%;
	height:40px;
	border:1px solid #24354d;
	color:#24354d;
	border-radius:10px;
	transition:.3s ease;
	font-family:'Europe',sans-serif;
	font-size:13px;
	font-weight:500;
	padding:0 10px;
	margin-top:10px;
}
.btnm:hover{
	background:rgba(255,255,255,.12);
}
.presale{
	position:absolute;
	right:70px;
	top:50%;
	transform:translateY(-50%);
	width:220px;
	height:220px;
	border-radius:50%;
	background:#2f4360;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	cursor:pointer;
}
.presale__text{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	animation:rotateText 16s linear infinite;
}
.presale__text text{
	fill:#f6eee3;
	font-size:24.3px;
	font-family:'Europe',sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
}
.presale__center{
	position:relative;
	z-index:2;
	text-align:center;
	color:white;
	font-family:'Europe',sans-serif;
	font-size:35px;
	line-height:.9;
	text-transform:uppercase;
}
@keyframes rotateText{
	from{
		transform:rotate(0deg);
	}
	to{
		transform:rotate(360deg);
	}
}
.stats{
	background:var(--blue);
	color:var(--white);
	padding:40px 0;
}
.stats__grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:60px 20px;
}
.stat{
	border-right:1px solid rgba(255,255,255,.25);
	padding-right:20px;
	text-align:center;
}
.stat:nth-child(4){border-right:none}
.stat:last-child{border-right:none}
.stat__value{
	font-family:'Europe',sans-serif;
	font-size:4vw;
	font-size:50px;
	font-weight:700;
	margin-bottom:5px;
}
.stat__title{
	font-family:'Europe',sans-serif;
	font-size:1.5vw;
	font-size:22px;
	font-weight:700;
	margin-bottom:5px;
}
.stat--option{
    position:relative;
}
.stat--option::before{
    content:'енергонезалежість';
    position:absolute;
    right:50%;
	transform:translateX(50%);
    top:-25px;
    font-size:11px;
    padding:4px 8px;
    border-radius:30px;
    background:#fff;
    color:#2f4360;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
}
.stat__text{
	font-size:1.3vw;
	font-size:18px;
	line-height:1.2;
	opacity:.85;
}
.location{
    position:relative;
    padding:90px 0;
    color:#fff;
    color:#33415a;
    overflow:hidden;
    /*background:#676767;*/
	background:#ece2da;
}
/* Плавный переход фона в карту */
/*
	.location::before{
    content:'';
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
	90deg,
	#676767 0%,
	#737373 20%,
	rgba(115,115,115,0.98) 35%,
	rgba(115,115,115,0.9) 45%,
	rgba(115,115,115,0.65) 55%,
	rgba(115,115,115,0.35) 59%,
	rgba(115,115,115,0.15) 65%,
	rgba(115,115,115,0) 70%
    );
	}
*/
/* Контент поверх карты и градиента */
.location .container{
    position:relative;
    z-index:3;
}
.section-title{
    font-size:50px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:30px;
}
.section-text{
    font-size:20px;
    line-height:1.5;
    margin-bottom:30px;
}
.location__list{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:18px;
    font-size:18px;
}
.location__list li{
    position:relative;
    padding-left:35px;
    line-height:1.4;
}
.location__list li::before{
    content:"➔";
    position:absolute;
    left:0;
    top:2px;
    font-size:20px;
    font-weight:700;
    line-height:1;
    color:#33415a;
}
/* Карта */
.location__map{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:75%;
    width:100%;
    background-image:url('../img/map.webp');
    background-repeat:no-repeat;
    background-position:right center;
    background-size:cover;
    z-index:0;
}
.map-mob{display:none}
/* FEATURES */
.features{
    padding:90px 0 0;
    background:#fff;
    font-family:sans-serif;
}
.container{
    width:min(100% - 40px, 1320px);
    margin:0 auto;
}
.features__title{
    font-size:50px;
    line-height:1.2;
    font-weight:700;
    color:#33415a;
    margin-bottom:80px;
}
.features__grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:40px 30px;
}
.feature h3{
    font-family:'Europe', sans-serif;
    font-weight:700;
    font-size:20px;
    color:#33415a;
    margin:0;
}
.feature p{
    font-size:18px;
    line-height:1.5;
    color:#616161;
    margin:0;
}
/* Элементы управления, которые на ПК ведут себя как обычный текст */
.feature__header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}
.feature__arrow{
    display:none; /* Прячем стрелочку на ПК */
}
.planning{
    padding:90px 0;
    background:#2f4360;
    color:white;
    font-family:sans-serif;
}
.container{
    width:min(100% - 40px, 1320px);
    margin:0 auto;
}
.planning__title{
    font-size:50px;
    margin-bottom:30px;
}
.planning__subtitle{
    font-size:20px;
    line-height:1.5;
    opacity:.7;
    margin-bottom:40px;
}
.tabs{
    display:flex;
    gap:16px;
    margin-bottom:60px;
    flex-wrap:wrap;
}
.tab{
    height:56px;
    padding:0 28px;
    border-radius:10px;
    border:1px solid rgba(255, 255, 255, .25);
    background:transparent;
    color:white;
    cursor:pointer;
    transition:.3s;
    font-size:16px;
}
.tab br{display:none}
.tab.active{
    background:white;
    color:#2f4360;
}
.tab--option{
    position:relative;
}
.tab--option::before{
    content:'Додаткова опція';
    position:absolute;
    /*left:0;*/
	right:50%;
    transform:translateX(50%);
    top:-25px;
    font-size:11px;
    padding:4px 8px;
    border-radius:30px;
    background:#fff;
    color:#2f4360;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
}
/* Состояния табов */
.plans{
    display:none;
}
.plans--active{
    display:block;
}
/* --- ВЕРСИЯ ДЛЯ ПК (min-width:769px) --- */
@media (min-width:769px){
    /* Сетка для Слайдеров (Табы 1 и 2) */
    .planningSwiper .swiper-wrapper{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:80px;
	}
    .planningSwiper .swiper-slide{
        width:auto !important;
	}
    /* Сетка для Подвала (Таб 3) */
    .planning-grid-pc{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:80px;
	}
    /* На ПК прячем мобильную шапку слайдера */
    .planning-header-nav{
        display:none !important;
	}
    /* На ПК показываем встроенные заголовки */
    .plan__pc-title{
        display:block !important;
        font-size:20px;
        line-height:1.5;
        margin-bottom:30px;
        font-family:'Europe', sans-serif;
        font-weight:700;
	}
}
/* Карточка карточки */
.plan{
    display:flex;
    gap:40px;
    align-items:flex-start;
}
.plan__img{
    width:320px;
    height:420px;
    background:#ddd;
    flex-shrink:0;
    border-radius:10px;
    overflow:hidden;
}
.plan__img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.plan__info{
    flex:1;
}
.plan__info ul{
    list-style:none;
    padding:0;
    margin:0;
}
.plan__info li{
    display:flex;
    justify-content:space-between;
    gap:30px;
    padding:8px 0;
    border-bottom:1px solid rgba(255, 255, 255, .1);
}
.plan__total{
    margin-top:30px;
    font-size:30px;
    font-family:'Europe', sans-serif;
	font-weight:700;
	text-align:right;
}
/* FORM */
.contact{
	padding:90px 0;
	background:
	linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),
	url('../img/slider/8.webp') center/cover no-repeat;
	color:var(--white);
	text-align:center;
}
.contact h2{
	font-size:50px;
	margin-bottom:50px;
	font-weight:700;
    font-family:'Europe', sans-serif;
}
.form,.popup-form{
	width:100%;
	max-width:560px;
	margin:0 auto;
	padding:38px;
	border:3px solid rgba(255,255,255,.92);
	background:var(--blue);
	box-shadow:0 15px 40px rgba(0,0,0,.35);
	border-radius:10px;
}
.form-group{border:none;margin-bottom:26px}
.form-group h2{font-family:'Europe', sans-serif;font-size:28px;/*text-transform:uppercase;*/color:red;font-weight:700}
.form-label{
	display:block;
	text-align:left;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:rgba(255,255,255,.72);
	margin-bottom:12px;
}
.input,.popup-form input{
	width:100%;
	height:58px;
	background:#f3f3f3;
	border:none;
	padding:0 18px;
	font-size:18px;
	color:#222;
	outline:none;
}
.input::placeholder,.popup-form input::placeholder{color:#8d8d8d}
.radio-group,.popup-radio{
	display:flex;
	align-items:center;
	gap:28px;
	margin-top:10px;
}
.radio-group input,.popup-radio input{
	display:none;
}
.radio-group label,.popup-radio label{
	display:flex;
	align-items:center;
	cursor:pointer;
	font-size:18px;
	color:white;
	user-select:none;
}
.radio-group label span,.popup-radio label span{
	display:flex;
	align-items:center;
}
.radio-group label span::before,.popup-radio label span::before{
	content:'';
	width:22px;
	height:22px;
	border-radius:50%;
	border:2px solid white;
	margin-right:12px;
	transition:.25s;
	box-sizing:border-box;
}
.radio-group input:checked + span::before,.popup-radio input:checked + span::before{
	background:white;
	box-shadow:
	inset 0 0 0 4px #373737;
}
.submit,.popup-form button{
	font-family:'Helvetica',Arial,sans-serif;
	width:100%;
	height:58px;
	border:none;
	background:#f3f3f3;
	font-size:18px;
	color:#2a2a2a;
	cursor:pointer;
	transition:.3s;
}
.submit:hover,.popup-form button:hover{background:white}
.popup{
	position:fixed;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
	opacity:0;
	visibility:hidden;
	/*transition:.3s;*/
	z-index:999;
}
.popup.active{
	opacity:1;
	visibility:visible;
}
.popup__overlay{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.72);
	backdrop-filter:blur(5px);
}
.popup__content{
	position:relative;
	z-index:2;
	width:min(100%, 560px);
	padding:14px;
	background:transparent;
}
.popup__close{
	position:absolute;
	top:-8px;
	right:-8px;
	width:42px;
	height:42px;
	border-radius:50%;
	border:none;
	background:white;
	color:#222;
	font-size:28px;
	cursor:pointer;
	z-index:5;
	transition:.3s;
}
.popup__close:hover{transform:rotate(90deg)}
.footer{
	background:#fff;
	padding:40px 0;
}
.footer__wrapper{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	grid-template-columns:1fr 1fr 1fr max-content;
	gap:30px;
	align-items:center;
}
.footer__logo{
	font-size:28px;
	font-weight:700;
	color:#24354d;
}
.footer__logo img{max-width:150px}
.footer__title{
	font-weight:700;
	margin-bottom:10px;
	color:#24354d;
}
.footer__text,.footer a{
	font-family:'Helvetica',Arial,sans-serif;
	color:#5f5f5f;
	line-height:1.5;
}
.footer__phone{
	display:flex;
    align-items:center;
    gap:18px;
    font-size:18px;
    opacity:.95;
    font-weight:600;
	text-align:right;
	color:#24354d;
}
.footer__phone a{color:#24354d;}
.swiper{width:100%}
.swiper-button-next,.swiper-button-prev{
	width:56px;
	height:56px;
	border-radius:4px;
	background:#2f4360;
	backdrop-filter:blur(10px);
	border:1px solid rgba(0,0,0,.25);
	transition:.3s ease;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
	background:rgba(34,34,34,.9);
}
.swiper-button-next::after,.swiper-button-prev::after{
	font-size:20px;
	font-weight:700;
	color:#fff;
}
/*
	.swiper-pagination{
	position:relative;
	margin-top:30px;
	}
*/
.swiper-pagination-bullet{
	width:12px;
	height:12px;
	background:#999;
	opacity:1;
	transition:.3s;
}
.swiper-pagination-bullet-active{
	background:#fff;
	transform:scale(1.2);
}
/* =========================
	HERO GALLERY
========================= */
.hero-gallery{
	position:relative;
	height:100vh;
	min-height:600px;
}
.heroSwiper{
	width:100%;
	height:100%;
}
.hero-slide{
	position:relative;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.hero-slide::before{
	content:'';
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.35);
	z-index:1;
}
.hero-slide__content{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:20px;
	text-align:center;
	z-index:2;
}
.hero-slide__content h2{
	color:#fff;
	font-size:80px;
	font-weight:700;
	line-height:1.1;
	font-family:'Europe',sans-serif;
}
/* HERO ARROWS */
.heroSwiper .swiper-button-prev{
	left:30px;
}
.heroSwiper .swiper-button-next{
	right:30px;
}
/* HERO DOTS */
/*
	.heroSwiper .swiper-pagination{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:35px;
	z-index:10;
	margin-top:0;
	}
*/
.heroSwiper .swiper-pagination{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:35px;
	z-index:10;
}
/* =========================
	MINI GALLERY
========================= */
.mini-gallery-section{
	padding:90px 0;
	overflow:hidden;
	background:#fff;
}
.miniSwiper{
	overflow:visible;
	padding-bottom:90px;
}
.mini-slide{
	height:280px;
	/*border-radius:18px;*/
	overflow:hidden;
}
.mini-slide img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	border-radius:10px;
}
/* MINI CONTROLS */
.mini-controls{
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
	gap:20px;
	z-index:20;
	width:max-content;
}
.mini-controls .swiper-pagination{
	position:relative !important;
	inset:auto !important;
	left:auto !important;
	right:auto !important;
	top:auto !important;
	bottom:auto !important;
	width:auto !important;
	margin:0 !important;
	display:flex !important;
	align-items:center;
	justify-content:center;
	transform:none !important;
}
.mini-controls .swiper-button-prev,.mini-controls .swiper-button-next{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin:0;
	transform:none;
	width:50px;
	height:50px;
}
.mini-controls .swiper-button-next::after,.mini-controls .swiper-button-prev::after{font-size:16px}
/* HERO PAGINATION */
.hero-pagination{
	position:absolute !important;
	left:50% !important;
	bottom:35px !important;
	transform:translateX(-50%) !important;
	display:flex !important;
	align-items:center;
	justify-content:center;
	gap:5px;
	width:auto !important;
}
/* КВАДРАТИКИ */
.hero-pagination .swiper-pagination-bullet{
	width:16px;
	height:16px;
	border-radius:4px;
	background:transparent;
	border:1px solid rgba(255,255,255,.7);
	opacity:1;
	margin:0 !important;
	transition:.35s ease;
}
/* АКТИВНЫЙ */
.hero-pagination .swiper-pagination-bullet-active{
	background:#fff;
	border-color:#fff;
	transform:scale(1.05);
}
/* КОНТЕЙНЕР PAGINATION */
.mini-pagination{
	position:relative !important;
	left:auto !important;
	right:auto !important;
	bottom:auto !important;
	top:auto !important;
	transform:none !important;
	display:flex !important;
	align-items:center;
	justify-content:center;
	gap:5px;
	width:auto !important;
	margin:0;
}
.mini-pagination .swiper-pagination-bullet{
	width:16px;
	height:16px;
	border-radius:4px;
	background:transparent;
	border:1px solid #2f4360;
	opacity:1;
	transition:.35s ease;
	margin:0 !important;
}
.mini-pagination .swiper-pagination-bullet-active{
	background:#2f4360;
	border-color:#2f4360;
	transform:scale(1.05);
}			
.metro{max-height:15px;display:inline-block}
@media (max-width:1200px){
	.hero__title{font-size:6.6vw}
	.hero__subtitle,.hero__text{font-size:2.5vw}
	.hero__box{width:calc(100% - 220px)}
	.presale{transform:translateY(-50%) scale(0.8);right:0}
	.features__grid{grid-template-columns:repeat(2,1fr)}
	/*.plans{grid-template-columns:1fr}*/
	.footer__phone{display:flex;flex-direction:column-reverse;align-items:center;gap:5px}
	.footer__wrapper{grid-template-columns:1fr 1fr max-content max-content;}
    /*.plans{grid-template-columns:1fr}*/
	.features__title br{display:none}
	.plan{gap:40px}
	.plan__img{width:200px;height:300px;}
	.planningSwiper .swiper-wrapper{gap:40px}
}
@media (max-width:992px){
	.hero__title{font-size:6.6vw}
	.hero__subtitle,.hero__text{font-size:2.5vw}
	.btn{height:50px;font-size:18px}
	.stats__grid,.footer__wrapper{text-align:center;grid-template-columns:1fr 1fr;}
	.stat:nth-child(2){border-right:none}
	.stat:nth-child(4){border-right:none}
	.stat:nth-child(6){border-right:none}
	.footer__logo img{margin:0 auto}
	.sale-badge{display:none}
	.hero{min-height:auto}
	.hero__content{}
	.socials,.contacts{gap:10px;font-size:12px;}
	.h-soc__item{width:20px;height:20px;margin-right:3px;}
	.h-soc__item img,.h-soc__item svg{width:15px}
	.logo img{max-width:100px}
	.hero-gallery{height:80vh;min-height:500px}
	.heroSwiper .swiper-button-prev{left:15px}
	.heroSwiper .swiper-button-next{right:15px}
	.swiper-button-next,.swiper-button-prev{width:46px;height:46px}
	.mini-slide{height:240px}
	.plan__img{width:320px;height:420px}
	.planningSwiper .swiper-wrapper,.planning-grid-pc{grid-template-columns:1fr;gap:40px}
}
@media (max-width:768px){
	/*.hero{background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.4)),url('../img/bg-mob.webp') center/cover no-repeat}*/
	.socials-mob{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
		font-family:'Helvetica',Arial,sans-serif;
		padding:20px 0 40px;
		position:relative;
		z-index:10;
		gap:20px;
		font-size:18px;
	}
	.form,.popup-form{padding:24px}
	.radio-group,.popup-radio{flex-direction:column;align-items:flex-start;gap:18px}
	.header{padding:30px 0 20px}
	.header__wrapper{flex-direction:column}
	.socials{display:none;gap:14px;font-size:14px;}
	.contacts{/*display:flex;flex-direction:column-reverse;align-items:center;*/flex-flow:row-reverse;gap:3vw;font-size:5vw;}
	.h-soc__item{width:5vw;height:5vw;margin-right:3vw;}
	.h-soc__item img,.h-soc__item svg{width:5vw}
	.logo img{max-width:150px}
	.hero__content{display:block;padding-bottom:0}
	.hero__box{width:100%;text-align:center;}
	.presale{position:relative;margin:20px auto 0px;right:unset;top:unset;transform:unset;transform:scale(0.8);}
	.hero__title{font-size:9vw;margin-bottom:4vw}
	.hero__subtitle{font-size:4vw;margin-bottom:2vw}
	.hero__text{font-size:4vw;margin-bottom:4vw}
	.hero__text br{display:none}
	.stats__grid{gap:20px}
	.stat__value{font-size:40px}
	.stat__title{font-size:22px}
	.section-title,.planning__title,.contact h2{font-size:30px}
	.container{width:calc(100% - 30px)}
	.stats__grid,.features__grid,.footer__wrapper,.plan{grid-template-columns:1fr}
	.stat{border-right:none;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:20px}
	.stat:last-child{padding-top:20px;border-bottom:none}
	.footer__phone{
		width:100%;
        display:flex;
        align-items:center;
        justify-content:center;
		flex-flow:row-reverse;
        gap:3vw;
        font-size:5vw;
	}
	.tabs{align-items:center;justify-content:space-between;margin-bottom:40px}
	.tab{height:56px;width:calc(33% - 10px);padding:0;}
	.tab br{display:block}
	/*
		.tab--option::before{
		font-size:10px;
		padding:3px 6px;
		top:-20px;
		}
	*/
	.plan__info{width:100%}
	.hero-gallery{height:55vw;min-height:55vw}
	.hero-gallery{height:60vh;min-height:400px}
	.hero-slide__content h2{font-size:30px}
	.heroSwiper .swiper-button-prev,.heroSwiper .swiper-button-next{display:none}
	.location,.planning,.contact{padding:60px 0}
	.mini-gallery-section{padding:40px 0 60px}
	.location{
        padding:60px 0 0;
        /*background:#676767;*/
	}
    .location::before{
        display:none;
	}
    .section-title{
		text-align:center;
        font-size:30px; 
        margin-bottom:20px;
	}
    .section-text{
		text-align:center;
        font-size:20px;
        margin-bottom:25px;
	}
	.section-text br{display:none}
    .location__list{
		text-align:left;
        font-size:18px;
        gap:15px;
		margin-left:30px;
	}
    /* Карта становится отдельным блоком */
    .location__map{
        position:relative;
        width:100%;
		/*
			height:300px;
			background-image:url('../img/map-mob.webp');
			background-size:cover;
			background-position:bottom;
			background-repeat:no-repeat;
		*/
        height:unset;
		background:transparent;
	}
	.map-mob{display:block}
    /* Градиент сверху карты */
	/*
		.location__map::before{
        content:'';
        position:absolute;
        left:0;
        right:0;
        top:0;
        height:200px;
        z-index:2;
        background:linear-gradient(
		to bottom,
		#676767 0%,
		rgba(103,103,103,.95) 20%,
		rgba(103,103,103,.75) 45%,
		rgba(103,103,103,.35) 75%,
		rgba(103,103,103,0) 100%
        );
		}
	*/
	.mini-slide{
		height:220px;
	}
	.swiper-pagination-bullet{
		width:10px;
		height:10px;
	}
	.mini-controls{
		gap:15px;
	}
	.mini-controls .swiper-button-prev,
	.mini-controls .swiper-button-next{
		width:42px;
		height:42px;
	}
	.planning{padding:60px 0;}
    .planning__title{text-align:center;font-size:30px;margin-bottom:20px;}
	.planning__subtitle{text-align:center}
    /* Скрываем ПК-заголовки внутри .plan__info */
    .plan__pc-title{display:none !important}
    /* Мобильная шапка:на всю ширину, заголовок слева, кубики справа */
    .planning-header-nav{
        display:flex !important;
        width:100%;
        justify-content:space-between;
        align-items:center;
        margin-bottom:30px;
	}
    .planning-mobile-title{
        flex:1; /* Забирает всё доступное место слева */
        font-size:20px;
        font-weight:700;
        margin:0;
        font-family:'Europe', sans-serif;
        text-align:left;
	}
    /* Стилизация кубиков пагинации (занимают только свое место справа) */
    .planning-pagination{
        display:flex;
        gap:8px;
        flex-shrink:0; /* Чтобы кубики не сжимались */
		width:unset !important;
	}
    .planning-pagination .swiper-pagination-bullet{
        width:12px;
        height:12px;
        border-radius:0% !important;
        background:#fff !important;
        opacity:0.3;
        margin:0 !important;
        transition:opacity 0.3s;
        cursor:pointer;
	}
    .planning-pagination .swiper-pagination-bullet-active{
        opacity:1 !important;
	}
    /* Включаем Swiper */
    .planningSwiper{
        width:100%;
        overflow:hidden;
	}
    .planningSwiper .swiper-wrapper{
        display:flex;
	}
    .planningSwiper .swiper-slide{
        height:auto;
	}
    /* Сброс ПК сетки подвала на мобилке */
    .planning-grid-pc{
        display:block;
	}
    .planning-grid-spacer{
        display:none;
	}
    .plan{
        flex-direction:column;
        gap:20px;
	}
    .plan__img{
        width:100%;
        height:auto;
        aspect-ratio:3/4;
	}
    .plan__total{
        margin-top:20px;
        font-size:20px;
	}
	.tab--option{/*margin-top:20px*/}
	.features{padding:60px 0 0}
    .features__title{
        font-size:30px;
        margin-bottom:20px;
		text-align:center;
	}
	.features__title br{display:none;}
    .features__grid{
        grid-template-columns:1fr; /* В одну колонку */
        gap:0; /* Разделительные линии будут вместо отступов */
	}
    .feature{border-bottom:1px solid #33415a}
	.feature:last-child{border-bottom:none}
	/*.features__grid .feature:first-child{border-top:1px solid #33415a}*/
    .feature__header{
        padding:24px 0;
        margin-bottom:0;
        cursor:pointer;
        user-select:none;
	}
    .feature h3{
        font-size:20px; /* Чуть крупнее, как на скриншоте */
        /*text-transform:uppercase;
		letter-spacing:0.02em;*/
	}
    /* Рисуем стрелочку на чистом CSS */
	/* Рисуем стрелочку на чистом CSS */
	.feature__arrow{
		display:flex;
		align-items:center;
		justify-content:center;
		position:relative;
		width:24px;
		height:24px;
		flex-shrink:0;
		transition:transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	/* Создаем Г-образный уголок */
	.feature__arrow::before{
		content:'';
		position:absolute;
		width:10px;
		height:10px;
		border-right:2px solid #33415a;
		border-bottom:2px solid #33415a;
		/* Смещаем в центр и разворачиваем, чтобы уголок смотрел ровно вниз-вправо */
		top:calc(50% - 6px);
		left:calc(50% - 6px);
		transform:rotate(0deg); 
	}
	/* Добавляем палочку стрелки */
	.feature__arrow::after{
		content:'';
		position:absolute;
		width:2px;
		height:14px;
		background-color:#33415a;
		/* Центрируем палочку и наклоняем её под 45 градусов, соединяя с уголком */
		top:calc(50% - 7px);
		left:calc(50% - 1px);
		transform:rotate(-45deg);
	}
	/* АКТИВНОЕ СОСТОЯНИЕ (Когда пункт открыт) */
	/* Просто и плавно разворачиваем всю конструкцию целиком */
	.feature.active .feature__arrow{
		transform:rotate(-90deg); /* Стрелка развернется и будет смотреть вверх-вправо */
	}
    /* Стили для плавного открытия контента (через max-height) */
    .feature__content{
        max-height:0;
        overflow:hidden;
        transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
    .feature__content-inner{
        padding:0 0 24px 0; /* Внутренний отступ для текста, чтобы анимация была плавной */
	}
    .feature p{
        font-size:16px;
        line-height:1.6;
	}
    /* АКТИВНОЕ СОСТОЯНИЕ (Когда пункт открыт) */
    .feature.active .feature__arrow{
        transform:rotate(-90deg); /* Стрелка плавно разворачивается вверх-вправо */
	}
	.form-group h2{font-size:20px}
}