/*
 * Головна 1 в 1 зі старою alteco.in.ua (тема Geya + Elementor + Revolution Slider).
 * Розміри зняті зі старого сайту на 1920–320. Брейкпоінти ті самі, що там:
 * 1440/1439 (тема), 1279 (тема), 1024 (Elementor tablet), 1023, 767 (mobile), 479.
 */
@font-face {
	font-family: "ae-icons";
	src: url("ae-icons.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.ah {
	--ah-page: 1290px;
	--ah-pad: 0px;
	--ah-dark: #161D22;
	--ah-grey: #797D7F;
	--ah-green: #52B238;
	--ah-green-d: #42A028;
	--ah-bg: #F3F7FA;
	/* На старому сайті «Noto Sans Avestan» не завантажувався, заголовки фактично йшли системним sans-serif. */
	--ah-head: sans-serif;
	--ah-body: "Open Sans", sans-serif;
	font-family: var(--ah-body);
	font-size: 17px;
	line-height: 1.65;
	color: var(--ah-grey);
	overflow-x: clip;
}
/* Скидання без специфічності (:where), щоб не перебивати стилі блоків нижче. */
:where(.ah) *,
:where(.ah) *::before,
:where(.ah) *::after {
	box-sizing: border-box;
}
/* Тема задає *{font-family:"Open Sans"} — на головній шрифт має успадковуватись, як на старому сайті. */
:where(.ah) * {
	font-family: inherit;
}
:where(.ah) :where(h1, h2, h3, h4, p, ul) {
	margin: 0;
	padding: 0;
}
:where(.ah) :where(ul) {
	list-style: none;
}
:where(.ah) :where(img) {
	max-width: 100%;
}
:where(.ah) :where(a) {
	text-decoration: none;
}
/* Як у старій темі: на мобільних заголовки переносяться по складах. */
@media (max-width: 767px) {
	:where(.ah) :where(h1, h2, h3, h4) {
		hyphens: auto;
	}
}
.ah-box {
	width: min(var(--ah-page), calc(100% - 2 * var(--ah-pad)));
	margin-inline: auto;
}
/* «Широкі» секції старої теми: у межах 1290 на великих екранах, на ≤1440 — на всю ширину з полями 10px. */
.ah-wide {
	width: min(1290px, 100%);
	margin-inline: auto;
	padding-inline: 10px;
}
.ah-cats__title.ah-wide,
.ah-choice__title.ah-wide,
.ah-objects__title.ah-wide {
	padding-inline: 0;
}
.ah-ico::before {
	font-family: "ae-icons";
	font-style: normal;
	font-weight: normal;
	speak: never;
}
.ah-ico--money-light::before { content: "\e862"; }
.ah-ico--home-2::before { content: "\e95e"; }
.ah-ico--cogs::before { content: "\e827"; }
.ah-ico--plugins::before { content: "\e960"; }
.ah-ico--marker::before { content: "\e9d2"; }
.ah-ico--iphone::before { content: "\e9cf"; }

.ah-h2 {
	font-family: var(--ah-head);
	font-size: 37.4px;
	font-weight: 700;
	line-height: 1.021;
	color: var(--ah-dark);
}
.ah-descr {
	margin-top: 22.95px;
	color: var(--ah-dark);
}
.ah-text p {
	color: var(--ah-dark);
}

/* ---------- Кнопки й посилання ---------- */
.ah-btn {
	display: inline-block;
	position: relative;
	padding: 18px 54px 17px;
	border: 0;
	background: var(--ah-green);
	font-family: var(--ah-head);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	color: #fff;
	text-align: center;
	transition: background-color .3s, color .3s;
}
.ah-btn:hover,
.ah-btn:focus-visible {
	background: var(--ah-green-d);
	color: #fff;
}
.ah-btn--arrow {
	overflow: hidden;
}
.ah-btn--arrow span {
	display: inline-block;
	transition: transform .3s;
}
.ah-btn--arrow::after {
	content: "\e9a4";
	position: absolute;
	top: 50%;
	right: 0;
	font-family: "ae-icons";
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	opacity: 0;
	transform: translateY(-50%);
	transition: right .3s, opacity .3s;
}
.ah-btn--arrow:hover span,
.ah-btn--arrow:focus-visible span {
	transform: translateX(-28px);
}
.ah-btn--arrow:hover::after,
.ah-btn--arrow:focus-visible::after {
	right: 32px;
	opacity: 1;
}
.ah-more {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	height: 23px;
	font-family: var(--ah-head);
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	color: var(--ah-dark);
}
.ah-more__text {
	display: inline-block;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	transition: max-width .3s, opacity .3s, margin .3s;
}
.ah-more__icon::before {
	content: "\e9a4";
	display: block;
	width: 21px;
	height: 21px;
	font-family: "ae-icons";
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	text-align: center;
}
.ah-cat:hover .ah-more__text,
.ah-more:hover .ah-more__text,
.ah-more:focus-visible .ah-more__text {
	max-width: 120px;
	margin-right: 6px;
	opacity: 1;
}
.ah-underline {
	padding-bottom: 10px;
	background: linear-gradient(currentColor, currentColor) left bottom / 100% 2px no-repeat;
	font-family: var(--ah-head);
	font-size: 15px;
	font-weight: 700;
	line-height: 21px;
	color: var(--ah-dark);
	transition: background-size .3s;
}
.ah-underline:hover,
.ah-underline:focus-visible {
	background-size: 0 2px;
	color: var(--ah-dark);
}
.ah-underline--green {
	padding-bottom: 7px;
	background-size: 100% 1px;
	font-family: var(--ah-body);
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--ah-green);
}
.ah-underline--green:hover,
.ah-underline--green:focus-visible {
	background-size: 0 1px;
	color: var(--ah-green);
}

/* ---------- Ховер-анімації Elementor ---------- */
@keyframes ah-hang-sink { 100% { transform: translateY(8px); } }
@keyframes ah-hang { 0% { transform: translateY(8px); } 50% { transform: translateY(4px); } 100% { transform: translateY(8px); } }
@keyframes ah-pulse-grow { to { transform: scale(1.1); } }
@keyframes ah-wobble {
	16.65% { transform: translateX(8px); }
	33.3% { transform: translateX(-6px); }
	49.95% { transform: translateX(4px); }
	66.6% { transform: translateX(-2px); }
	83.25% { transform: translateX(1px); }
	100% { transform: translateX(0); }
}
@keyframes ah-pulse { from, to { transform: scale(1); } 50% { transform: scale(1.05); } }
@keyframes ah-fade-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes ah-fade { from { opacity: 0; } to { opacity: 1; } }
.ah-hang:hover {
	animation: ah-hang-sink .3s ease-out, ah-hang 1.5s linear .3s infinite alternate;
}
.ah-pulse-grow:hover {
	animation: ah-pulse-grow .3s linear infinite alternate;
}
.ah-wobble:hover {
	animation: ah-wobble 1s ease-in-out;
}
.ah-grow {
	transition: transform .3s;
}
.ah-grow:hover {
	transform: scale(1.1);
}
/* Поява блоків при прокрутці (Elementor «pulse» із затримкою) */
.ah-js [data-ah-reveal] {
	visibility: hidden;
}
.ah-js [data-ah-reveal].is-in {
	visibility: visible;
	animation: ah-pulse 1.25s var(--ah-delay, 0ms) both;
}

/* ---------- Слайдер (Revolution Slider) ---------- */
.ah-hero {
	position: relative;
	height: 500px;
	overflow: hidden;
	background: #fff;
}
.ah-hero__slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s, visibility 0s .8s;
}
.ah-hero__slide.is-active {
	z-index: 1;
	opacity: 1;
	visibility: visible;
	transition: opacity .8s;
}
.ah-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
.ah-hero__slide[data-filter="hudson"] .ah-hero__bg {
	filter: brightness(1.2) contrast(.9) saturate(1.1);
}
.ah-hero__box {
	position: relative;
	z-index: 1;
	margin-top: -30px;
}
.ah-hero__title {
	display: block;
	max-width: 901px;
	margin: 0 0 0 -3px;
	padding: 10px 0 15px;
	font-family: var(--ah-head);
	font-size: 75px;
	font-weight: bolder;
	line-height: 80px;
	letter-spacing: -2px;
	text-transform: uppercase;
	color: #fff;
}
.ah-hero__title .ah-ch {
	opacity: 0;
}
.ah-hero__slide.is-anim .ah-hero__title .ah-ch {
	animation: ah-fade .8s calc(200ms + var(--i) * 35ms) both;
}
.ah-hero__text {
	margin-top: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
}
.ah-hero__slide.is-anim .ah-hero__text {
	animation: ah-fade .3s both;
}
.ah-hero__btn {
	display: inline-block;
	margin-top: 20px;
	padding: 0 44px;
	background: var(--ah-green);
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	text-transform: uppercase;
	transition: background-color .3s;
}
.ah-hero__btn:hover,
.ah-hero__btn:focus-visible {
	background: var(--ah-green-d);
	color: #fff;
}
.ah-hero__slide.is-anim .ah-hero__btn {
	animation: ah-fade-up 1s cubic-bezier(.215, .61, .355, 1) 1.56s both;
}
.ah-hero__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 67px;
	height: 67px;
	margin-top: -33.5px;
	padding: 0;
	border: 0;
	background: #171D21;
	cursor: pointer;
	transition: background-color .3s;
}
.ah-hero__arrow::before {
	content: "\ea08";
	display: block;
	font-family: "ae-icons";
	font-size: 11px;
	line-height: 67px;
	color: #fff;
	text-align: center;
	transition: color .3s;
}
.ah-hero__arrow--prev { left: 0; }
.ah-hero__arrow--next { right: 0; }
.ah-hero__arrow--prev::before { transform: rotate(-90deg); }
.ah-hero__arrow--next::before { transform: rotate(90deg); }
.ah-hero__arrow:hover,
.ah-hero__arrow:focus-visible {
	background: #fff;
}
.ah-hero__arrow:hover::before,
.ah-hero__arrow:focus-visible::before {
	color: #171D21;
}
.ah-hero__dots {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	z-index: 3;
	display: flex;
	gap: 18px;
	height: 6px;
}
.ah-hero__dots button {
	position: relative;
	width: 6px;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}
.ah-hero__dots button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	transform: translate(-50%, -50%);
	transition: opacity .3s;
}
.ah-hero__dots button:hover::before,
.ah-hero__dots button.is-active::before {
	opacity: 1;
}

/* ---------- Категорії ---------- */
.ah-cats {
	padding: 100px 0 44px;
	background: var(--ah-bg);
}
.ah-cats__title {
	font-family: var(--ah-head);
	font-size: 57px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -.57px;
	color: var(--ah-dark);
	text-align: center;
}
.ah-cats__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 90px;
}
.ah-cat {
	position: relative;
	padding: 10px 0 8px;
	text-align: center;
}
.ah-cat__img img {
	display: block;
	width: 350px;
	height: 267px;
	margin: 0 auto;
	object-fit: contain;
}
.ah-cat__title {
	margin-top: 50px;
	font-family: var(--ah-head);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--ah-dark);
}
.ah-cat__title a {
	position: relative;
	z-index: 2;
	color: inherit;
}
.ah-cat__desc {
	margin-top: 15.3px;
	line-height: 1.9;
	color: var(--ah-dark);
}
.ah-cat .ah-more {
	margin-top: 25.5px;
}
.ah-cat__link {
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* ---------- «Сонячна станція це» / «Система резервного живлення це» ---------- */
.ah-info {
	padding: 100px 0 80px;
}
.ah-info--2 {
	padding: 50px 0 81px;
}
.ah-info__row {
	display: grid;
	grid-template-columns: 52% 48%;
	align-items: start;
}
/* Фото по центру висоти рядка, текст зверху — як в Elementor-колонках старої головної. */
.ah-info__photo {
	align-self: center;
}
.ah-info__title {
	margin-bottom: 39px;
	font-family: var(--ah-head);
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
	color: #000;
}
.ah-ibox {
	display: flex;
	align-items: center;
	gap: 15px;
}
.ah-list + .ah-ibox {
	margin-top: 39px;
}
.ah-ibox--noicon {
	padding-left: 15px;
}
.ah-ibox__icon {
	flex: none;
	width: 30px;
	height: 30px;
	transition: transform .3s;
}
.ah-ibox__icon:hover {
	transform: scale(1.1);
}
.ah-ibox__icon img {
	display: block;
	width: 30px;
	height: 30px;
}
.ah-ibox__title {
	margin: 0; /* тема: .page-cl__product h2,h3 — фактично глобальне h3{margin-top:40px} */
	font-family: var(--ah-head);
	font-size: 30.6px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--ah-dark);
}
.ah-list {
	margin-top: 25px;
}
.ah-list li {
	display: flex;
	align-items: center;
	padding-bottom: 3px;
	line-height: 1.65;
	color: var(--ah-dark);
}
.ah-list li:last-child {
	padding-bottom: 0;
}
.ah-list__i {
	flex: none;
	width: 14px;
	height: 14px;
	margin-right: 9px;
}
.ah-info .ah-btn {
	margin-top: 30px;
}
.ah-info__photo {
	text-align: center;
}
.ah-info__photo img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 10px;
	vertical-align: top;
}

/* ---------- «Обирайте своє вигідне рішення» ---------- */
.ah-choice {
	padding-bottom: 80px;
}
.ah-choice__title {
	margin-bottom: 30px;
	text-align: center;
}
.ah-choice__row {
	display: grid;
	grid-template-columns: 61.25% minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	padding-inline: 0;
}
.ah-choice__row--2 {
	margin-top: 100px;
}
.ah-choice__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding-right: 30px;
	text-align: center;
}
.ah-choice__icon {
	display: inline-block;
	height: 75px;
	font-size: 68px;
	line-height: 75px;
	color: var(--ah-green);
	transition: color .3s;
}
.ah-choice__name {
	margin-top: 40px;
	font-family: var(--ah-head);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--ah-dark);
}
.ah-choice__desc {
	margin-top: 15.3px;
	line-height: 1.9;
	color: var(--ah-grey);
}
.ah-choice__btn {
	display: flex;
	justify-content: center;
	padding-inline: 10px;
}
.ah-choice__btn .ah-btn {
	max-width: 100%;
}

/* ---------- «Будуємо надійне майбутнє» ---------- */
.ah-mission__row {
	display: grid;
	grid-template-columns: 49% 51%;
	align-items: center;
	padding-inline: 0;
}
.ah-mission__pics {
	padding: 55px 0 10px;
}
.ah-mission__pics img {
	display: block;
	height: auto;
}
.ah-mission__pic1 {
	width: 69.8%;
	margin-left: 10px;
}
.ah-mission__pic2 {
	position: relative;
	z-index: 1;
	width: 63%;
	margin: -55.7% 0 0 38.4%;
}
.ah-mission__text {
	padding: 0 10px 0 21%;
}
.ah-mission .ah-descr {
	margin-top: 30px;
}
.ah-mission .ah-descr p + p {
	margin-top: 27px;
}
.ah-mission .ah-btn {
	margin-top: 40px;
}

/* ---------- Лічильники ---------- */
.ah-counters {
	padding: 102px 0;
}
.ah-counters__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 18px;
	text-align: center;
}
.ah-counter:first-child {
	padding-inline: 35px;
}
.ah-counter__num {
	font-family: var(--ah-head);
	font-size: 85px;
	font-weight: 600;
	line-height: 1;
	color: #BFBFBF;
}
.ah-counter__title {
	margin-top: 15px;
	font-family: var(--ah-head);
	font-size: 15px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #000;
}

/* ---------- Зелений тариф + галерея ---------- */
.ah-billing {
	padding-top: 40px;
	padding-bottom: 100px;
}
.ah-billing__row {
	display: grid;
	grid-template-columns: 49% 51%;
	align-items: start;
	padding-inline: 0;
}
.ah-billing__title {
	padding-left: 12px;
}
.ah-billing__text {
	padding-left: 30px;
}
.ah-billing__text p + p {
	margin-top: 27px;
}
.ah-billing__text p:last-child {
	margin-top: 35px;
}
.ah-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 45px;
}
.ah-gallery img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}

/* ---------- «Є питання?» ---------- */
.ah-question {
	background: var(--ah-bg);
}
.ah-question__row {
	display: grid;
	grid-template-columns: 39.75% 1fr;
	align-items: center;
	padding-inline: 0;
}
.ah-question__pic img {
	display: block;
	width: calc(100% - 15px);
	height: auto;
	margin: 10px 5px 10px 10px;
	border-radius: 0 50px 50px 0;
}
.ah-question__text {
	padding: 15px 5px 0 60px;
}
.ah-question .ah-descr {
	margin-top: 17px;
}
.ah-contacts {
	margin-top: 15px;
}
.ah-contacts li + li {
	margin-top: 10px;
}
.ah-contacts a {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	line-height: 28px;
	color: var(--ah-green);
}
.ah-contacts a:hover {
	color: var(--ah-green-d);
}
.ah-contacts img {
	flex: none;
	width: 26px;
	height: 26px;
	margin-right: 11.5px;
}
.ah-question .ah-btn {
	margin-top: 30px;
}

/* ---------- Наші об'єкти ---------- */
.ah-objects {
	padding: 145px 0;
	background: var(--ah-bg);
}
.ah-objects__title {
	margin-bottom: 60px;
	text-align: center;
}
.ah-objects__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.ah-obj {
	padding-bottom: 15px;
}
.ah-obj__img {
	display: block;
	max-width: 410px;
	margin-bottom: 17px;
	overflow: hidden;
}
.ah-obj__img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 410 / 230;
	object-fit: cover;
	margin: 10px 0;
	transform: scale(1.01);
	transition: transform .5s;
}
.ah-obj:hover .ah-obj__img img {
	transform: scale(1.07);
}
.ah-obj__title {
	margin-top: 12px;
	font-family: var(--ah-head);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.214;
	color: var(--ah-dark);
}
.ah-obj__title a {
	color: inherit;
}
.ah-obj .ah-more {
	margin-top: 24px;
}
.ah-objects__more {
	margin-top: 78px;
	text-align: center;
}

/* ---------- Контакти офісу ---------- */
.ah-office {
	padding: 145px 0;
}
.ah-office__row {
	display: grid;
	grid-template-columns: 1fr 26.2% 26.2%;
}
.ah-office__main .ah-h2 {
	margin-left: -3px;
}
.ah-office__col {
	display: flex;
	align-items: flex-start;
	gap: 17px;
	padding-left: 31px;
}
.ah-office__icon {
	flex: none;
	display: block;
	width: 54px;
	height: 54px;
	background: var(--ah-bg);
	font-size: 22.1px;
	line-height: 54px;
	color: var(--ah-dark);
	text-align: center;
}
.ah-office__title {
	margin-top: 8px;
	font-family: var(--ah-head);
	font-size: 22.66px;
	font-weight: 700;
	line-height: 1.2;
	color: var(--ah-dark);
}
.ah-office__title a {
	color: inherit;
}
.ah-office__desc {
	margin-top: 14px;
	line-height: 1.7;
	color: var(--ah-dark);
}
.ah-office__col--linked .ah-office__desc {
	margin-top: 16px;
}
.ah-office__mail {
	display: inline-block;
	margin-top: 14px;
	font-family: var(--ah-head);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -.3px;
	color: var(--ah-dark);
}
.ah-office__mail:hover {
	color: var(--ah-green);
}
.ah-map iframe {
	display: block;
	width: 100%;
	height: 400px;
	border: 0;
}

/* ======================= Адаптив ======================= */
@media (max-width: 1459px) {
	.ah-hero__title {
		max-width: none;
		padding: 5px 0 10px;
		font-size: 60px;
		line-height: 58px;
	}
	.ah-hero__text {
		margin-top: 15px;
		font-size: clamp(12px, 1.667vw, 24px);
		line-height: clamp(10px, 1.25vw, 18px);
	}
	.ah-hero__btn {
		padding: 0 32px;
		line-height: 52px;
	}
	.ah-hero__box {
		margin-top: -32px;
	}
}
@media (max-width: 1440px) {
	.ah-wide {
		width: 100%;
	}
}
@media (max-width: 1439px) {
	.ah {
		--ah-page: 1100px;
		--ah-pad: 50px;
	}
	.ah-hero {
		height: 34.72vw;
	}
	.ah-cats {
		padding: 80px 0 35px;
	}
	.ah-cats__list {
		margin-top: 75px;
	}
	.ah-choice__row--2 {
		margin-top: 80px;
	}
	.ah-mission__pics {
		padding-top: 45px;
	}
	.ah-objects {
		padding: 115px 0;
	}
	.ah-objects__title {
		margin-bottom: 51px;
	}
	.ah-obj__title {
		margin-top: 24px;
	}
	.ah-objects__more {
		margin-top: 50px;
	}
	.ah-office {
		padding: 115px 0;
	}
}
@media (max-width: 1279px) {
	.ah-btn {
		padding: 15px 54px;
		font-size: 15px;
		line-height: 20px;
	}
	.ah-cats__title {
		font-size: 46px;
		letter-spacing: normal;
	}
	.ah-cat__title,
	.ah-choice__name {
		font-size: 23.8px;
	}
	.ah-ibox__title {
		font-size: 28px;
	}
	.ah-h2 {
		font-size: 36px;
	}
	.ah-obj__title {
		font-size: 22px;
	}
	.ah-cats {
		padding-top: 75px;
	}
	.ah-cat__title {
		margin-top: 37px;
	}
	.ah-cat__desc,
	.ah-choice__desc {
		line-height: 1.5;
	}
	.ah-choice__name {
		margin-top: 27px;
	}
	.ah-choice__row--2 {
		margin-top: 75px;
	}
	.ah-counters {
		padding: 100px 0;
	}
	.ah-counter__title {
		line-height: 24px;
	}
	.ah-objects {
		padding: 110px 0;
	}
	.ah-objects__title {
		margin-bottom: 50px;
	}
	.ah-office {
		padding: 110px 0;
	}
	.ah-office__row {
		grid-template-columns: 1fr 1fr;
	}
	.ah-office__main {
		grid-row: 1 / span 2;
	}
	.ah-office__row > .ah-office__col {
		grid-column: 2;
		padding-left: 0;
	}
	.ah-office__row > .ah-office__col--linked {
		margin-top: 40px;
	}
}
@media (max-width: 1136px) {
	.ah-hero__arrow {
		display: none;
	}
}
@media (max-width: 1024px) {
	.ah-info__title {
		font-size: 45px;
	}
	.ah-info__row {
		grid-template-columns: 50% 50%;
	}
	.ah-info,
	.ah-info--2 {
		padding: 100px 0;
	}
	.ah-office__row {
		grid-template-columns: 60% 40%;
	}
	.ah-counter__num {
		font-size: 75px;
	}
	.ah-counters {
		padding: 120px 0;
	}
	.ah-mission__text {
		padding: 0 0 0 47px;
	}
	.ah-billing__text {
		padding-left: 25px;
	}
}
@media (max-width: 1023px) {
	.ah {
		--ah-pad: 30px;
		line-height: 1.58;
	}
	.ah-cats {
		padding-top: 70px;
	}
	.ah-cats__list {
		margin-top: 70px;
	}
	.ah-cats__title {
		font-size: 38px;
	}
	.ah-ibox__title {
		font-size: 25px;
	}
	.ah-h2 {
		font-size: 30px;
	}
	.ah-choice__row--2 {
		margin-top: 70px;
	}
	.ah-choice__icon {
		height: 71px;
		font-size: 65px;
		line-height: 71px;
	}
	.ah-obj__title {
		font-size: 20px;
	}
	.ah-objects {
		padding: 100px 0;
	}
	.ah-office {
		padding: 100px 0;
	}
	.ah-office__title {
		font-size: 21.25px;
	}
	.ah-billing__text {
		padding-left: 15px;
	}
	.ah-choice__btn .ah-btn {
		padding-inline: 20px;
	}
}
@media (max-width: 785px) {
	.ah-hero {
		height: 61.7vw;
	}
	.ah-hero__title {
		padding: 0 0 5px;
		font-size: 42px;
		line-height: 40px;
		letter-spacing: -1px;
	}
	.ah-hero__text {
		margin-top: 12px;
		font-size: clamp(12px, 2.57vw, 20px);
		line-height: clamp(12px, 2.57vw, 20px);
	}
	.ah-hero__btn {
		margin-top: 13px;
		padding: 0 28px;
		font-size: 13px;
		line-height: 48px;
	}
	.ah-hero__box {
		margin-top: -24px;
	}
}
@media (max-width: 767px) {
	.ah {
		font-size: 16px;
		line-height: 1.53;
	}
	.ah-btn {
		padding: 13.5px 39px;
	}
	/* категорії */
	.ah-cats {
		padding: 54px 0 19px;
	}
	.ah-cats__title {
		font-size: 30px;
	}
	.ah-cats__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		margin-top: 55px;
	}
	.ah-cat {
		padding-bottom: 6px;
	}
	.ah-cat .ah-more {
		margin-top: 6px;
	}
	.ah-cat__img img {
		width: 350px;
		max-width: 100%;
	}
	.ah-cat__title {
		margin-top: 20px;
	}
	.ah-cat__title,
	.ah-choice__name {
		font-size: 22.4px;
	}
	/* сонячна станція / резервне живлення */
	.ah-info,
	.ah-info--2 {
		padding: 50px 0;
	}
	.ah-info__row {
		grid-template-columns: 1fr;
	}
	.ah-info__title {
		margin-bottom: 30px;
		font-size: 35px;
	}
	.ah-ibox {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}
	.ah-ibox__icon {
		height: 36px;
	}
	.ah-ibox--noicon {
		padding-top: 51px;
	}
	.ah-list {
		margin-top: 22px;
	}
	.ah-list li {
		padding-bottom: 2px;
	}
	.ah-list + .ah-ibox {
		margin-top: 30px;
	}
	.ah-info .ah-btn {
		margin-top: 31px;
	}
	.ah-ibox--noicon {
		padding-left: 0;
	}
	.ah-ibox__title {
		font-size: 21px;
	}
	.ah-info__photo {
		margin-top: 55px;
	}
	.ah-h2 {
		font-size: 24px;
		line-height: 1.18;
	}
	/* вибір рішення */
	.ah-choice {
		padding-bottom: 80px;
	}
	.ah-choice__title {
		margin-bottom: 30px;
	}
	.ah-choice__row {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}
	.ah-choice__items + .ah-choice__btn {
		margin-top: -8px;
	}
	.ah-choice__btn .ah-btn {
		padding-inline: 39px;
	}
	.ah-choice__row--2 {
		margin-top: 54px;
	}
	.ah-choice__items {
		gap: 10px;
		padding-right: 0;
	}
	.ah-choice__icon {
		height: 63px;
		font-size: 58px;
		line-height: 63px;
	}
	.ah-choice__name {
		margin-top: 10px;
	}
	/* місія */
	.ah-mission__row {
		grid-template-columns: 1fr;
	}
	.ah-mission__pics {
		padding: 63px 0 10px;
	}
	.ah-mission__pic1 {
		width: 58%;
		margin-left: 30px;
	}
	.ah-mission__pic2 {
		width: 58%;
		margin: -39.2% 0 0 39.2%;
	}
	.ah-mission__text {
		padding: 30px 20px 0;
	}
	.ah-mission .ah-descr {
		margin-top: 20px;
	}
	.ah-mission .ah-descr p + p {
		margin-top: 15px;
	}
	.ah-mission .ah-btn {
		margin-top: 30px;
	}
	/* лічильники */
	.ah-counters {
		padding: 75px 0 63px;
	}
	.ah-counters__row {
		grid-template-columns: 1fr;
		gap: 53px;
		padding-inline: 25px;
	}
	.ah-counter__title {
		line-height: 23px;
	}
	.ah-counter:first-child {
		padding-inline: 0;
	}
	/* зелений тариф + галерея */
	.ah-billing {
		padding-bottom: 100px;
	}
	.ah-billing__row {
		grid-template-columns: 1fr;
		row-gap: 30px;
	}
	.ah-billing__title {
		padding-inline: 35px 20px;
	}
	.ah-billing__text {
		padding-inline: 20px;
	}
	.ah-billing__text p + p {
		margin-top: 16px;
	}
	.ah-billing__text p:last-child {
		margin-top: 18px;
	}
	.ah-gallery {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 48px;
	}
	/* питання */
	.ah-question__row {
		grid-template-columns: 1fr;
	}
	.ah-question__pic img {
		width: calc(100% - 20px);
		margin: 10px;
	}
	.ah-question__text {
		padding: 15px 20px 0 50px;
	}
	/* об'єкти */
	.ah-objects {
		padding: 74px 0;
	}
	.ah-objects__title {
		margin-bottom: 30px;
	}
	.ah-objects__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding-inline: 30px;
	}
	.ah-obj__title {
		margin-top: 22px;
		line-height: 1.1;
	}
	.ah-obj .ah-more {
		margin-top: 15px;
	}
	.ah-objects__more {
		margin-top: 49px;
	}
	/* контакти */
	.ah-office {
		padding: 74px 0;
	}
	.ah-office__row {
		grid-template-columns: 1fr;
	}
	.ah-office__main {
		grid-row: auto;
	}
	.ah-office__row > .ah-office__col,
	.ah-office__row > .ah-office__col--linked {
		grid-column: 1;
		margin-top: 30px;
		padding-left: 0;
	}
	.ah-office__row > .ah-office__col--linked {
		margin-top: 20px;
	}
	.ah-office__icon {
		width: 51px;
		height: 51px;
		line-height: 51px;
	}
	.ah-office__col {
		gap: 13px;
	}
	.ah-office__title {
		margin-top: 10px;
		font-size: 19.2px;
	}
	.ah-office__desc {
		margin-top: 7px;
		line-height: 1.5;
	}
	.ah-office .ah-descr {
		margin-top: 10px;
	}
	.ah-office__mail {
		margin-top: 5px;
		font-size: 18px;
	}
}
@media (max-width: 600px) {
	.ah-cats__list,
	.ah-objects__list,
	.ah-choice__items {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 480px) {
	.ah-hero {
		height: 100vw;
	}
	.ah-hero__title {
		font-size: 28px;
		line-height: 26px;
	}
	.ah-hero__text {
		margin-top: 8px;
		font-size: clamp(12px, 3.75vw, 18px);
		line-height: clamp(12px, 3.75vw, 18px);
	}
	.ah-hero__btn {
		margin-top: 10px;
		padding: 0 20px;
		font-size: 12px;
		line-height: 41px;
	}
	.ah-hero__box {
		margin-top: -10px;
	}
}
@media (max-width: 479px) {
	.ah {
		--ah-pad: 20px;
	}
	.ah-btn {
		font-size: 14px;
	}
	.ah-cats__title {
		font-size: 26px;
	}
	.ah-ibox__title {
		font-size: 20px;
	}
	.ah-h2 {
		font-size: 22px;
	}
	.ah-question__text {
		padding-left: 50px;
	}
}
@media (prefers-reduced-motion: reduce) {
	.ah *,
	.ah *::before,
	.ah *::after {
		animation: none !important;
		transition: none !important;
	}
	.ah-hero__title .ah-ch,
	.ah-js [data-ah-reveal] {
		opacity: 1;
		visibility: visible;
	}
}
