.internal_hero {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
	background: #f3f5f5;
}

.header-contact {
	position: relative;
	display: flex;
	align-items: center;
}

.header-contact-toggle {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	display: inline-flex;
	align-items: center;
	gap: 1.2rem;
	cursor: pointer;
}

.header-contact-toggle:focus-visible {
	outline: 0.2rem solid rgba(244, 53, 99, 0.35);
	outline-offset: 0.4rem;
	border-radius: 0.8rem;
}

.header-email img,
.header-phone img {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
}

.header-contact-dropdown {
	position: absolute;
	top: calc(100% + 1.2rem);
	right: 0;
	min-width: 26rem;
	padding: 1rem;
	border-radius: 1.6rem;
	background: #fff;
	box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.12);
	border: 0.1rem solid rgba(17, 17, 17, 0.08);
	z-index: 30;
	opacity: 0;
	transform: translateY(-0.8rem) scale(0.98);
	transform-origin: top right;
	pointer-events: none;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}

.header-contact-dropdown.is-visible {
	opacity: 1;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

.header-contact-dropdown__item {
	width: 100%;
	padding: 1.2rem 1.4rem;
	border: 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	text-align: left;
	text-decoration: none;
	border-radius: 1.2rem;
	color: #111;
	transition: background-color 0.2s ease;
	position: relative;
}

.header-contact-dropdown__item:hover {
	background: #f6f7f8;
}

.header-contact-dropdown__item span {
	font:
		400 1.3rem/1.4 'Geist',
		sans-serif;
	color: #6f7780;
}

.header-contact-dropdown__item strong {
	font:
		500 1.5rem/1.4 'Geist',
		sans-serif;
	color: #111;
}

.header-contact-dropdown__copy {
	cursor: pointer;
}

@media (max-width: 991px) {
	.header-contact-dropdown {
		top: calc(100% + 0.8rem);
		right: -0.8rem;
		min-width: 21rem;
		padding: 0.8rem;
	}

	.header-contact-dropdown__item {
		padding: 1rem 1.2rem;
	}
}

@media (max-width: 767px) {
	.header-contact {
		flex: 0 0 auto;
	}

	.header-contact-toggle {
		gap: 0;
	}

	.header-contact-toggle span {
		display: none;
	}

	.header-email img,
	.header-phone img {
		width: 2.8rem;
		height: 2.8rem;
	}
}

.internal_hero--pt17 {
	padding-top: 16.9rem;
	padding-bottom: 4.8rem;
}

.internal_hero--pt18 {
	padding-top: 18.4rem;
	padding-bottom: 6.4rem;
}

.internal_hero--pb11 {
	padding-bottom: 11.2rem;
}

.internal_container {
	padding: 0 3.2rem;
	width: 100%;
	position: relative;
	margin: 0 auto;
	max-width: calc(var(--page-width));
}

.internal_hero__container {
	display: flex;
}

.internal_hero__container--grid {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: 1fr 65.6rem;
}

.internal_hero__container--grid2 {
	display: grid;
	gap: 1.6rem;
	grid-template-columns: 1fr 70rem;
}

.internal_hero__main-img {
	clip-path: url(#hero_big_figure);
	max-width: 80rem;
	width: 100%;
	min-height: 93.2rem;
	border-radius: 3.2rem;
	position: absolute;
	height: 100%;
	right: 0rem;
	top: 0;
}

.internal_hero__main-img img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 40% 50%;
	object-position: 40% 50%;
	height: 100%;
	width: 100%;
	position: relative;
}

.internal_hero__main-img:after {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.internal_hero__main-img:after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 23.5%);
	content: '';
}

.internal_hero__left {
	display: flex;
	flex-wrap: wrap;
	padding-top: 24.1rem;
	flex-direction: column;
	width: 55%;
	margin-right: auto;
	align-items: flex-start;
	flex-shrink: 0;
	padding-bottom: 20.8rem;
}

.internal_hero__left--pt22 {
	padding-top: 21.5rem;
}

.internal_hero__left--white {
	width: 100%;
	padding: 6.4rem;
	height: 80rem;
	justify-content: flex-end;
	background: #fff;
	border-radius: 3.2rem;
}

.internal_hero__left--jcc {
	justify-content: center;
}

.internal_hero__suptitle {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #7f868f;
	margin: 0;
}

.internal_hero__uptitle {
	color: var(--main_bg, #fff);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	display: flex;
	padding: 0.8rem 2rem;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	border-radius: 10rem;
	background: #f43563;
}

.internal_hero__title {
	color: var(--logo_text, #000);
	font-size: 6.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-top: 1rem;
	margin-bottom: 3.2rem;

  text-wrap: balance;
}

.internal_hero__title span {
	color: var(--red-1);
}

.internal_hero__title--vis {
	width: 72rem;
}

.internal_hero__title--w76 {
	width: 76rem;
}

.internal_hero__title .decor {
	width: 3.4rem;
	height: 3.4rem;
	background: url(../images/ico_stars.svg) no-repeat 50% 50% / contain;
	display: inline-flex;
	transform: rotate(-30deg);
	position: relative;
	top: -3rem;
	margin-left: 1.2rem;
}

.internal_hero__text {
	color: var(--body_text, #6f7780);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	width: 64rem;
}

.internal_hero__text--fz2 {
	font-size: 2rem;
	line-height: 1.6;
}

.internal_hero__text--w73 {
	width: 73rem;
}

.internal_hero__text--w78 {
	width: 78rem;
}

.internal_hero__text--w80 {
	width: 80rem;
}

.internal_hero__text--w100 {
	width: 100%;
}

.internal_hero__btns {
	display: flex;
	gap: 3.2rem;
}

.internal_hero__btn {
	margin-top: 6.2rem;
	color: var(--main_bg, #fff);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	gap: 3.2rem;
	display: flex;
	padding: 0.8rem 0.8rem 0.8rem 3.2rem;
	justify-content: space-between;
	align-items: center;
	min-width: 31.4rem;
}

.internal_hero__btn--white {
	min-width: auto !important;
}

.internal_hero__btn--gray {
	min-width: auto !important;
}

.internal_hero__right {
	width: 45%;
	position: relative;
}

.internal_hero__right--images {
	width: 100%;
	height: 80rem;
	overflow: hidden;
	border-radius: 3.2rem;
}

.internal-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
	width: 100%;
	padding: 0 3.2rem;
	position: absolute;
	left: 0;
	bottom: 3.2rem;
}

.internal-features--pr {
	padding: 0;
	grid-column: span 2;
	position: relative;
	left: 0;
	bottom: 0;
	grid-template-columns: 1fr 1fr 65.6rem;
}

.internal-features--pr2 {
	padding: 0;
	grid-column: span 2;
	position: relative;
	left: 0;
	bottom: 0;
}

.internal-feature {
	background: #fff;
	padding: 2.4rem 0.4rem 2.4rem 2.4rem;
	border-radius: 1.6rem;
	display: flex;
	gap: 3.2rem;
	align-items: center;
}

.internal-feature__icon {
	background: var(--red-1);
	width: 6.4rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.internal-feature__icon img {
	height: 2.4rem;
}

.internal-feature__title {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 500;
	display: block;
}

.internal-feature__text {
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	display: block;
	color: var(--body_text, #6f7780);
}

.internal_hero__slider {
	width: 100%;
	height: 100%;
}

.internal_hero__img {
	height: 100%;
	width: 100%;
}

.internal_hero__img > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.internal_slider-pagination {
	position: absolute;
	padding: 3.2rem;
	top: 0 !important;
	left: 0 !important;
	bottom: auto !important;
	z-index: 1;
	display: flex;
	gap: 0.8rem;
}

.internal_slider-pagination span {
	width: 100%;
	height: 0.8rem;
	background: #fff;
	border-radius: 0.5rem;
	margin: 0 !important;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--red-1) !important;
}

.internal_slider-control {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 18.4rem;
	height: 7.2rem;
	gap: 0.8rem;
	position: absolute;
	bottom: 3.2rem;
	right: 3.2rem;
	z-index: 1;
}

.internal_slider-prev {
	background: #fff url(../images/ico_arrow-left.svg) no-repeat 50% 50%/2.4rem 2.4rem;
	cursor: pointer;
	border-radius: 10rem;
}

.internal_slider-next {
	background: #fff url(../images/ico_arrow-right.svg) no-repeat 50% 50%/2.4rem 2.4rem;
	cursor: pointer;
	border-radius: 10rem;
}

.internal_hero__right-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 6.4rem 5rem 6.4rem 5.4rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.internal_hero__right-title {
	color: #fff;
	font:
		500 2.4rem/1.2 'Geist',
		sans-serif;
	padding-right: 5rem;
}

.internal_hero__right-title--v2 {
	padding-right: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.internal_hero__right-text {
	color: #fff;
	margin-top: 0.8rem;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.internal_hero__right-btns {
	display: flex;
	justify-content: center;
	gap: 3.2rem;
	margin-top: 3.2rem;
}

.internal_hero__right-btns--v2 {
	margin-left: -0.6rem;
	align-items: center;
}

.internal_hero__right-play {
	height: 8.6rem;
	width: 8.6rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.6rem;
	padding: 2.2rem;
	flex: 0 0 auto;
}

.internal_hero__right-play--v2 {
	width: 7.6rem;
	height: 7.6rem;
}

.internal_hero__right-play svg {
	width: 100%;
	height: 100%;
}

.internal_hero__right-play path {
	transition: 0.3s;
}

.internal_hero__right-play:hover path {
	fill: #f43563;
}

.internal_hero__right-btn {
	height: 7.6rem;
	color: #fff;
	border: 0.1rem solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.2);
	-webkit-backdrop-filter: blur(0.7rem);
	backdrop-filter: blur(0.7rem);
	min-width: 45rem;
	padding-right: 1.5rem;
}

.internal_hero__right-btn span {
	font-size: 2rem;
}

.internal_hero__right-btn:hover {
	border-color: var(--red-1);
}

.visual {
	margin-top: 11.2rem;
}

.visual_container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.visual-title {
	text-align: center;
	max-width: 84rem;
	text-align: center;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}

.visual-title span {
	color: var(--red-1);
}

.visual-text {
	color: #6f7780;
	text-align: center;
	font:
		400 2rem/1.6 'Geist',
		sans-serif;
	max-width: 86rem;
	margin-top: 3rem;
}

.visual-images {
	margin-top: 6.4rem;
	width: 100%;
	display: flex;
	position: relative;
}

.visual-image-1 {
	margin-right: auto;
	width: 59.4rem;
	height: 80rem;
	position: relative;
}

.visual-image-1 > img {
	border: 0.1rem solid #eceded;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3.2rem;
}

.visual-image-1__descr {
	position: absolute;
	font:
		500 1.6rem/1.6 'Geist',
		sans-serif;
	color: #000;
	background: #f5f7fa;
	border-radius: 10rem;
	padding: 0.8rem 2rem;
	top: 1.6rem;
	left: 1.6rem;
}

.visual-image-2 {
	width: calc(100% - 59.5rem);
	height: 80rem;
	position: relative;
}

.visual-image-2 > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3.2rem;
}

.visual-image-2__descr {
	position: absolute;
	font:
		500 1.6rem/1.6 'Geist',
		sans-serif;
	color: #000;
	background: #fff;
	border-radius: 10rem;
	padding: 0.8rem 2rem;
	top: 1.6rem;
	right: 1.6rem;
}

.visual-switcher {
	width: 10rem;
	height: 10rem;
	position: absolute;
	border-radius: 50%;
	background: #fff url(../images/ico_switcher.svg) no-repeat 50% 50%;
	top: calc(50% - 5rem);
	left: 54.4rem;
}

.visual-features {
	display: flex;
	gap: 1.6rem;
	width: 100%;
	margin-top: 1.6rem;
}

.visual-feature {
	width: calc(33.3333333% - 1.06rem);
	background: #fff;
	padding: 2.4rem;
	border-radius: 1.6rem;
	display: flex;
	gap: 3.2rem;
	align-items: center;
}

.visual-feature__icon {
	background: var(--red-1);
	width: 6.4rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.visual-feature__title {
	color: #000;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 500;
	display: block;
}

.visual-feature__text {
	display: block;
	color: var(--body_text, #6f7780);
}

.gallery {
	margin-top: 11.2rem;
}

/* Перевикористана секція галереї (напр. на сторінці Брендінг): керовані відступи */
.gallery--reused {
	margin-bottom: 11.2rem;
}

.gallery--no-pt {
	margin-top: 0;
}

.gallery--no-pb {
	margin-bottom: 0;
}

.gallery--mini {
	margin-top: 7rem;
}

.gallery-head {
	display: flex;
	width: 100%;
}

.gallery-title {
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 93rem;
	margin-right: auto;
}

.gallery-title span {
	color: var(--red-1);
}

.gallery-title--w85 {
	width: 85rem;
}

.gallery-title--w74 {
	width: 74rem;
}

.gallery-info {
	width: 50.7rem;
	margin-top: -0.3rem;
}

.gallery-info--w45 {
	width: 45rem;
}

.gallery-info--w73 {
	width: 73.5rem;
}

.gallery-text {
	font:
		400 2rem/1.6 'Geist',
		sans-serif;
	color: #6f7780;
	margin: 0 -0.8rem 0 0;
}

.gallery-text span {
	color: var(--red-1);
	font-weight: 500;
}

.gallery-btn {
	width: 100%;
	margin-top: 3.2rem;
}

.gallery-btn--v2 {
	width: 45rem;
}

.gallery-btn span + span {
	display: none;
}

.gallery-filter {
	display: flex;
	gap: 1.6rem;
	flex-wrap: wrap;
	margin-top: 6.4rem;
}

.gallery-checkbox input {
	height: 0;
	width: 0;
	opacity: 0;
	position: absolute;
}

.gallery-checkbox input:checked + span {
	background: #000;
	color: #fff;
}

.gallery-checkbox input:checked + span:before {
	content: '●';
	font-size: 1rem;
	margin-right: 1.4rem;
}

.gallery-checkbox span {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	background: #f3f5f5;
	border-radius: 1.6rem;
	display: flex;
	height: 7.5rem;
	padding: 0.5rem 3.2rem;
	color: #000;
	align-items: center;
	cursor: pointer;
}

.gallery-slider {
	width: 251.4rem;
	margin-top: 3.2rem;
	margin-left: 0;
	overflow: visible;
	position: relative;
}

.gallery-slider--mini {
	width: 224.6rem;
}

.gallery-slider--mt2 {
	margin-top: 1.6rem;
}

.gallery-slider--mt5 {
	margin-top: 4.8rem;
}

.gallery-slider-wrapper {
	width: 125.7rem;
}

.gallery-slide {
	padding-right: 1.6rem;
}

.gallery-slide > img {
	height: 69.9rem;
	width: 100%;
	border-radius: 3.2rem;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

.gallery-next {
	position: absolute;
	width: 10rem;
	height: 10rem;
	cursor: pointer;
	z-index: 1;
	background: #f3f5f5 url(../images/ico_next-2.svg) no-repeat 50% 50%;
	top: calc(50% - 5.1rem);
	left: 119.5rem;
	border-radius: 50%;
}

.gallery-next--red {
	left: 106.5rem;
	background: var(--red-1) url(../images/ico_next-1.svg) no-repeat 50% 50%;
}

.gallery-features {
	margin-top: 6.4rem;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
}

.gallery-feature {
	padding: 2.4rem 3.2rem;
	gap: 1.6rem;
	display: flex;
	align-items: center;
	background: #f3f5f5;
	border-radius: 1.6rem;
}

.gallery-feature__icon {
	height: 2.4rem;
	width: 2.4rem;
	flex: 0 0 auto;
}

.gallery-feature__icon > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.gallery-feature__text {
	color: #000;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.gallery-advantages {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	width: 100%;
	margin-top: 4.8rem;
}

.gallery-advantage {
	background: #f3f5f5;
	padding: 2.4rem;
	border-radius: 2.4rem;
	display: flex;
	gap: 3.2rem;
	align-items: center;
}

.gallery-advantage__icon {
	background: var(--red-1);
	width: 6.4rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.gallery-advantage__icon img {
	height: 3.2rem;
}

.gallery-advantage__title {
	color: #000;
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
	display: block;
}

.gallery-advantage__text {
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	display: block;
	color: var(--body_text, #6f7780);
}

.create {
	margin-top: 11rem;
}

.create--v2 {
	margin-top: 0;
}

.create-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 71rem;
}

.create-title--w90 {
	width: 90rem;
}

.create-title span {
	color: var(--red-1);
}

.create-text {
	margin-top: 1.6rem;
	width: 71rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
}

.create-list {
	display: grid;
	margin-top: 3.2rem;
	gap: 1.6rem;
	width: 100%;
}

.create-list--6col {
	grid-template-columns: repeat(6, 1fr);
}

.create-list--5col {
	grid-template-columns: repeat(5, 1fr);
}

.create-list--4col {
	grid-template-columns: repeat(4, 1fr);
}

.create-item {
	background: #f3f5f5;
	border-radius: 3.2rem;
	min-height: 32rem;
	padding: 3.2rem;
	transition: background-color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.create-item--v2 {
	min-height: auto;
}

.create-item--df {
	display: flex;
	flex-direction: column;
}

.create-item__icon {
	width: 8rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 2.4rem;
	margin-bottom: auto;
	transition: background-color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.create-item__icon img {
	height: 2.8rem;
	transition: filter 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.create-item__icon--v2 img {
	height: 3.2rem;
}

.create-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 8rem;
	display: block;
	transition: color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.create-item__text {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 0.8rem;
	transition: color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.create-item__text--mt16 {
	margin-top: 1.6rem;
}

.create-item__name {
	color: #000;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
	margin-top: 6.4rem;
	display: block;
}

.package {
	margin-top: 11.2rem;
}

.package--v2 {
	margin-top: 5.4rem;
	background: #f3f5f5;
	padding-top: 11.2rem;
	padding-bottom: 6.2rem;
}

.package_container {
	background: #f3f5f5;
	padding: 6.4rem;
	border-radius: 3.2rem;
	max-width: 179.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.package-head {
	display: flex;
	align-items: center;
}

.package-uptitle {
	background: var(--red-1);
	color: #fff;
	padding: 0.8rem 2rem;
	border-radius: 10rem;
	font:
		400 1.6rem/1.6 'Geist',
		sans-serif;
	text-align: center;
}

.package-title {
	color: #000;
	text-align: center;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 1.6rem;
	max-width: 89rem;
}

.package-title span {
	color: #f43563;
}

.package-title strong {
	font-weight: inherit;
	color: #f43563;
}

.package-title--w116 {
	max-width: 116rem;
}

.package-title--w72 {
	max-width: 72rem;
}

.package-title--v2 {
	margin-top: 0;
	text-align: left;
	margin-right: auto;
}

.package-text {
	color: #6f7780;
	margin-top: 1.6rem;
	text-align: center;
	max-width: 89rem;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.package-text--w83rem {
	max-width: 83rem;
}

.package-text--w74 {
	width: 74rem;
	text-align: left;
	margin-top: auto;
}

.package-text--w70 {
	width: 70rem;
}

.package-text--w61 {
	width: 61rem;
}

.package-text--v2 {
	text-align: left;
	width: 56.2rem;
	font-size: 2rem;
	margin-top: auto;
}

.package-list {
	display: grid;
	margin-top: 6.4rem;
	width: 100%;
	gap: 1.6rem;
}

.package-list--2col {
	grid-template-columns: 1fr 1fr;
}

.package-list--3col {
	grid-template-columns: 1fr 1fr 1fr;
}

.package-item__head {
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
	padding: 2.9rem 4.7rem;
	border-radius: 3.2rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	background-color: #fff;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

.package-item__head--h75 {
	height: 75rem;
}

.package-item__head--h45 {
	height: 45rem;
}

.package-item__head--h65 {
	height: 65rem;
	padding: 3.2rem;
}

.page-template-template-smm .package-item__head {
	padding: 3.2rem;
}

.package-item__head:before {
	background: linear-gradient(180deg, transparent 0%, #000 80%, #000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}

.package-item__uptitle {
	font:
		400 1.4rem/1.5 'Geist',
		sans-serif;
	color: #cfd1d2;
	position: relative;
}

.package-item__title {
	color: #fff;
	margin-top: 1.6rem;
	font:
		500 2.6rem/1.2 'Geist',
		sans-serif;
	display: block;
	position: relative;
}

.package-item__title > span {
	color: #6f7780;
}

.package-item__title--v2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.2rem;
	padding-bottom: 0.3rem;
}

.package-item__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.78rem 1.45rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #ff5c86 0%, #f43563 55%, #dd2454 100%);
	border: 0.1rem solid rgba(255, 255, 255, 0.22);
	box-shadow:
		0 1rem 2rem rgba(244, 53, 99, 0.2),
		inset 0 0.1rem 0 rgba(255, 255, 255, 0.24);
	color: #fff;
	font:
		700 1.28rem/1 'Geist',
		sans-serif;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	top: 0;
	flex: 0 0 auto;
	font-weight: 700;
}

.package-item__tarif {
	background: #f43563;
	color: #fff;
	padding: 0.8rem 2rem;
	font:
		500 2rem/1.6 'Geist',
		sans-serif;
	border-radius: 5rem;
	margin-left: auto;
}

.package-item__socials {
	display: inline-block;
	width: 8.8rem;
	height: 2.4rem;
	background: url(../images/logo_socials.svg) no-repeat 50% 50% / contain;
	position: relative;
}

.package-item__price {
	position: relative;
	background: var(--red-1);
	position: absolute;
	display: block;
	border-radius: 10rem;
	color: #fff;
	padding: 0.8rem 2rem;
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
	top: 1.6rem;
	right: 1.6rem;
}

.package-item__subtitle {
	position: relative;
	color: #cfd1d2;
	margin-top: 2.4rem;
	font:
		400 1.6rem/1.4 'Geist',
		sans-serif;
}

.package--v3 .package-item__subtitle {
	font-weight: 600;
	color: #fff;
}

.package-item__subext {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: #cfd1d2;
	margin-top: 2.4rem;
	z-index: 1;
}

.package-item__pages {
	font:
		500 1.6rem/1.4 'Geist',
		sans-serif;
	color: #050a0a;
	position: relative;
	margin-top: 2.4rem;
}

.page-id-2830 .package-item__pages,
.page-id-2824 .package-item__pages,
.package-item__head .package-item__pages {
	color: #fff;
}

.package-item__pages span {
	color: #f43563;
}

.package-item__pages strong {
	font-weight: inherit;
	color: #f43563;
}

.package-item__pages-icons {
	display: flex;
	gap: 2.4rem;
	justify-content: space-between;
	align-items: flex-end;
}

.package-item__pages-icon {
	display: flex;
	gap: 0.9rem;
	z-index: 1;
}

.package-item__pages-icon img {
	width: 2.4rem;
}

.package-item__descr {
	position: relative;
	list-style-type: disc;
	padding-left: 2.2rem;
	min-height: 12.8rem;
}

.package--v3 .package-item__descr {
	min-height: 10.4rem;
}

.package-item__descr--v2 {
	min-height: auto;
	padding-left: 0;
}

.package-item__descr li {
	margin-top: 1.6rem;
	color: #cfd1d2;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	text-align: left;
}

.package-item__descr li::marker {
	font-size: 1rem;
	line-height: 2;
}

.package-item__body {
	background: #fff;
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
	padding: 2.5rem 4.7rem 2.3rem;
	border-radius: 3.2rem;
	width: 100%;
	position: relative;
	margin-top: -0.1rem;
}

.package-item__body--black {
	background: #000;
}

.package-item__body--black .package-item__li {
	color: #fff;
}

.package-item__ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.package-item__ul--col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 144rem;
}

.package-item__ul--h40 {
	min-height: 40rem;
}

.package-item__ul--v2 {
	gap: 0.8rem;
	margin-bottom: 0.6rem;
}

.package-item__li {
	position: relative;
	padding-left: 3.4rem;
	color: #000;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.package-item__li:before {
	content: '';
	display: block;
	background: url(../images/ico_list-decor-2.svg) no-repeat 50% 50% / cover;
	width: 1.6rem;
	height: 1.6rem;
	left: 0.1rem;
	top: calc(50% - 0.8rem);
	position: absolute;
}

.package-item__li-name {
	display: block;
	color: #000;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.package-item__li-text {
	display: block;
	color: #6f7780;
	margin-right: -0.5rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.package-item__li-descr {
	display: block;
	color: #6f7780;
}

.package-item__li-info {
	color: #6f7780;
}

.package-item__title-2 {
	color: #000;
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
	padding-right: 15rem;
	display: block;
	margin-top: 4.8rem;
}

.package-item__text {
	color: #6f7780;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.package-item__features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.6rem;
	margin-top: 1.6rem;
}

.package-item__features--3i > :nth-child(3) {
	grid-column: span 2;
}

.package-item__feature {
	position: relative;
	background: #f5f7fa;
	border-radius: 3.2rem;
	padding: 3.2rem 2.5rem 3.2rem 7.2rem;
}

.package-item__feature-icon {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	top: 3.2rem;
	left: 3.2rem;
}

.package-item__feature-icon > img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.package-item__feature-title {
	color: #000;
	font:
		500 1.8rem/1.5 'Geist',
		sans-serif;
}

.package-item__feature-text {
	margin-top: 0.8rem;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.package-item__tools {
	background: #fff;
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
	padding: 2.3rem 4.7rem 2.3rem;
	border-radius: 3.2rem;
	width: 100%;
	position: relative;
	margin-top: -0.1rem;
}

.package-item__tools-title {
	color: #000;
	font:
		500 1.8rem/1.5 'Geist',
		sans-serif;
	letter-spacing: -0.1px;
}

.package-item__tools-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 3.2rem;
	margin-top: 1.6rem;
}

.package-item__tools-list img {
	height: 1.5rem;
	width: auto;
}

.page-id-2830 .package-item__tools-list {
	gap: 2.4rem;
}

.page-template-template-smm .package-item__tools-list img {
	height: 1.6rem;
}

.package--v3 .package-item__tools-list {
	gap: 1.6rem 2.2rem;
}

.package--v3 .package-item__tools-list img {
	height: 1.8rem;
}

.package--v3 .package-item__tools {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}

.package-item__price-contract {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 24px;
	margin-bottom: 8px;
}

.package-item__price-contract-price {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 160%;
	color: #000000;
}

.package-item__contract {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: #6f7780;

	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}

.package-item__contract img {
	display: block;
}

.package-item__info {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 140%;
	color: #6f7780;
}

.package-item__info span {
	color: #f43563;
}

.package-item__footer {
	background: #fff;
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
	padding: 3.1rem 4.7rem;
	border-radius: 3.2rem;
	width: 100%;
	position: relative;
	margin-top: -0.1rem;
}

.package-item__footer--black {
	background: #000;
}

.package-item__footer--black .package-item__result {
	color: #fff;
}

.package-item__duration__warranty {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
	margin-bottom: 0.8rem;
}

.package-item__duration__warranty div {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	gap: 8px;
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 150%;
	color: #6f7780;
}

.package-item__descr {
	text-align: center;
	font:
		500 1.6rem/1.2 'Geist',
		sans-serif;
	display: block;
	color: #6f7780;
}

.package-item__footer .package-item__descr {
	text-align: left;
	font-size: 1.4rem;
}

.package-item__result {
	color: #000;
	font:
		500 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: -0.8rem;
	display: block;
	margin-bottom: 1.6rem;
}

.package-item__btn {
	width: 100%;
	margin-top: 2.4rem;
}

.package-item__btn--mt6 {
	margin-top: 6.4rem;
}

.package-item__btn--wide {
	margin-left: -1.2rem;
	width: calc(100% + 2.4rem);
}

.package-item__btn--red {
	background: #f43563;
}

.package-item__btn--red:hover {
	background: #fff;
	color: #000;
}

.package-item__btn--red:hover i {
	background: #f43563;
}

.package-item__btn--red:hover i svg {
	fill: #fff;
}

.package-footer {
	margin-top: 6.4rem;
	width: 100%;
	display: flex;
	gap: 1.6rem;
}

.package-footer > div {
	width: calc(33.33%);
}

.package-footer__benefit {
	width: 100%;
	background: #fff;
	border-radius: 3.2rem;
	padding: 4.8rem;
}

.package-footer__important {
	width: 100%;
	background: #fff;
	border-radius: 3.2rem;
	padding: 4.8rem;
}

.package-footer__offers {
	margin-top: 3.2rem;
	width: 100%;
	display: flex;
	gap: 1.6rem;
	flex-direction: column;
}

.package-footer__important-text {
	margin-top: 3.2rem;
}

.package-footer__important-text p {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 400;
	font-size: 1.95rem;
	line-height: 150%;
	color: #6f7780;
}

.package-footer__important-text p span {
	color: #f43563;
}

.package-footer__important-text p + p {
	margin-top: 2rem;
}

.package-footer__offer {
	background: #f3f5f5;
	min-height: 9rem;
	border-radius: 1.6rem;
	padding: 2.4rem 2rem;
	color: #6f7780;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.package-footer__offer b {
	color: #f43563;
}

.package-footer__integration {
	width: 73.6rem;
	background: #fff;
	border-radius: 3.2rem;
	flex: 0 0 auto;
	padding: 4.8rem;
}

.package-footer__title {
	color: #000;
	display: block;
	font:
		500 3.6rem/1.2 'Geist',
		sans-serif;
}

.package-footer__tools {
	display: flex;
	gap: 3rem 5rem;
	flex-wrap: wrap;
	margin-top: 3rem;
	justify-content: space-between;
}

.package--v3 .package-footer__tools {
	justify-content: center;
}

.package-footer__tool {
	height: 3rem;
}

.package-footer__tool > img {
	max-height: 100%;
	width: auto;
}

.package-item--black .package-item__head {
	background: #000;
}

.package-item--black .package-item__title {
	color: #fff;
}

.package-item--black .package-item__subtitle {
	color: #f3f5f5;
}

.package-item--black .package-item__li-name {
	color: #fff;
}

.package-item--black .package-item__li-text {
	color: #a2acb8;
}

.package-item--black .package-item__body {
	background: #000;
}

.package-item--black .package-item__title-2 {
	color: #fff;
}

.package-item--black .package-item__text {
	color: #a2acb8;
}

.package-item--black .package-item__btn {
	background: var(--red-1);
}

.help {
	padding-top: 11.2rem;
	background: #f3f5f5;
	padding-bottom: 6.4rem;
}

.help--white {
	background: #fff;
}

.help--pt0 {
	padding-top: 0;
}

.help-container {
	display: grid;
	width: 100%;
	grid-template-columns: 74.6rem 1fr;
	grid-template-rows: auto 1fr;
}

.help-left {
	margin-right: auto;
	width: 100%;
	align-self: start;
}

.help-left--mt6 {
	margin-top: 6.4rem;
}

.help-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 71rem;
	color: #000;
}

.help-title span {
	color: var(--red-1);
}

.help-title strong {
	font-weight: inherit;
	color: var(--red-1);
}

.help-text {
	color: #6f7780;
	margin-top: 1.6rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	width: 71.2rem;
}

.help-remain {
	width: 100%;
	background: #fff;
	margin-top: 11.2rem;
	padding: 4.8rem;
	border-radius: 3.2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: start;
}

.help-remain__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
}

.help-remain__text {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 0.8rem;
	max-width: 54rem;
}

.help-remain__text--w100 {
	max-width: 100%;
}

.help-remain__btn {
	margin-top: 3.2rem;
	min-width: 45.8rem;
}

.help-remain--grey {
	background: #f3f5f5;
}

.help-list {
	width: 88.8rem;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	grid-row: span 2;
	margin-left: auto;
}

.help-item {
	background: #fff;
	border-radius: 3.2rem;
	overflow: hidden;
	padding-bottom: 1.6rem;
}

.help-item--grey {
	background: #f3f5f5;
}

.help-question {
	font:
		500 2.4rem/1.2 'Geist',
		sans-serif;
}

.help-question summary {
	padding: 4.8rem 4.8rem 3.2rem 4.8rem;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2rem;
	cursor: pointer;
}

.help-question summary:after {
	content: '';
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	flex: 0 0 auto;
	margin-left: auto;
	background: url(../images/ico_plus.svg) no-repeat 50% 50%/2.5rem 2.5rem;
}

.help-answer {
	display: grid;
	grid-template-rows: 0fr;
	padding: 0 4.8rem;
	transition: 0.4s;
	margin-top: 0;
}

.help-answer > div {
	overflow: hidden;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.help-question[open] + .help-answer {
	grid-template-rows: 1fr;
	margin-bottom: 3.2rem;
}

.help-question[open] summary:after {
	background: url(../images/ico_minus.svg) no-repeat 50% 50%/3.2rem 3.2rem;
}

.propos {
	margin-top: 11.2rem;
	margin-bottom: 6.4rem;
}

.propos--mt6 {
	margin-top: 6.4rem;
}

.propos--mt0 {
	margin-top: 0;
}

.propos__in {
	border-radius: 3.2rem;
	background: url(../images/bg_propos.jpg) no-repeat 50% 0 / cover;
	padding: 6.4rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.propos__in--new {
	background: url(../images/bg_propos-2.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new2 {
	background: url(../images/bg_propos-1.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new3 {
	background: url(../images/bg_propos-3.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new4 {
	background: url(../images/bg_propos-4.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new5 {
	background: url(../images/bg_propos-5.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new6 {
	background: url(../images/bg_propos-6.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new7 {
	background: url(../images/bg_propos-7.jpg) no-repeat 50% 0 / cover;
}

.propos__in--new8 {
	background: url(../images/bg_propos-8.jpg) no-repeat 50% 0 / cover;
}

.propos__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 89rem;
	position: relative;
	z-index: 1;
}

.propos__title {
	color: #fff;
	padding: 3.2rem 0 0.8rem;
	width: 60rem;
	margin-bottom: 0;
}

.propos__title span {
	color: var(--red-1);
}

.propos__title--w65 {
	width: 65rem;
}

.propos__title--w100 {
	width: 100%;
}
.propos__title--w90 {
	width: 90%;
}

.propos__text {
	color: #fff;
	font:
		400 2.4rem/1.5 'Geist',
		sans-serif;
	margin-bottom: 10.4rem;
}

.propos__text--w75 {
	width: 75rem;
}

.propos__text--w65 {
	width: 65rem;
}

.propos__media {
	width: 100%;
	max-width: 65rem;
	margin-bottom: 3.2rem;
	border-radius: 3.2rem;
	overflow: hidden;
}

.propos__media img,
.propos__media video {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.propos__media--bg {
	position: absolute;
	inset: 0;
	max-width: none;
	height: 100%;
	margin-bottom: 0;
	border-radius: 0;
	z-index: 0;
}

.propos__media--bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(5, 10, 10, 0.32);
}

.propos__media--bg img,
.propos__media--bg video {
	width: 100%;
	height: 100%;
}

.propos__after {
	width: 51.2rem;
	min-height: 38.8rem;
	clip-path: url(#propos_blur);
	background: #fff;
	margin-top: auto;
	padding: 3.2rem;
}

.propos__after_title {
	color: #000;
	font-size: 3.2rem;
	line-height: 1.3em;
	font-weight: 400;
}

.propos__features {
	display: flex;
	width: 100%;
	flex-direction: column;
	gap: 3.2rem;
	margin-top: 2.6rem;
}

.propos__feature {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2.4rem;
}

.propos__feature_icon {
	display: flex;
	background: #f43563;
	width: 6.4rem;
	height: 6.4rem;
	justify-content: center;
	align-items: center;
	padding: 1.6rem;
	border-radius: 1.6rem;
	flex: 0 0 auto;
}

.propos__feature_text {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #000;
	text-wrap: balance;
}

.propos__right {
	background: #fff;
	width: 70rem;
	padding: 6.4rem;
	border-radius: 3.2rem;
	position: relative;
	z-index: 1;
}

.propos__right--w68 {
	max-width: 68rem;
}

.propos_form_title {
	color: var(--black-1);
	font-size: 3.2rem;
	line-height: 1.2em;
	margin: -0.2rem 0 3.2rem;
	font-weight: 500;
}
.propos_form_title + .propos_form_descr {
	margin-top: -1rem;
}
.propos_form_descr {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;

	margin-bottom: 3rem;
}

.propos_form_bonus_title {
	color: #fff;

	font:
		700 2rem/1.5 'Geist',
		sans-serif;

	margin-top: 3rem;
	margin-bottom: 1.6rem;
}

.propos_form_bonus_list {
	color: #fff;

	margin: 0 0 3rem;
	padding-left: 2.4rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	list-style: disc outside;
}

.propos_form_bonus_list li {
	margin-bottom: 1rem;
}

.other {
	margin-top: 6.4rem;
	margin-bottom: 6.4rem;
}

.other-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}
.other-description {
	color: #6f7780;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	max-width: 100%;
	width: 100%;

	margin-top: 1.5rem;
}

.other-list {
	display: grid;
	margin-top: 4.4rem;
	gap: 3.2rem;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.other-item__image {
	width: 100%;
	height: 57.6rem;
}

.other-item__image > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3.2rem;
}

.other-item__info {
	border-radius: 3.2rem;
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
	min-height: 23rem;
	padding: 3.1rem;
}

.other-item__title {
	color: #000;
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
	margin: 0 -0.5rem 0 0;
}

.other-item__text {
	color: #6f7780;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.other-item__btn {
	width: 100%;
	margin-top: 3rem;
}

.variant {
	margin-top: 6.4rem;
	padding-bottom: 1.6rem;
}

.variant-head {
	display: flex;
	width: 100%;
}

.variant-title {
	width: 75rem;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	margin-right: auto;
}

.variant-title span {
	color: var(--red-1);
}

.variant-text {
	width: 50.8rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
}

.variant-text--v2 {
	margin-top: auto;
	width: 53rem;
}

.variant-list {
	margin-top: 6.4rem;
	display: grid;
	gap: 1.6rem;
	grid-template-columns: repeat(3, 1fr);
}

.variant-item {
	background: #f3f5f5;
	padding: 4.8rem;
	border-radius: 3.2rem;
}

.variant-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
}

.variant-item__text {
	padding-right: 0.8rem;
	min-height: 8.1rem;
	margin-top: 1.4rem;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.variant-item__image {
	margin-top: 3.2rem;
	height: 49rem;
	width: 100%;
}

.variant-item__image > img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 3.2rem;
}

.need {
	margin-top: 11rem;
}

.need--mt10 {
	margin-top: 10rem;
}

.need-head {
	display: flex;
	align-items: center;
}

.need-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 71rem;
	margin-right: auto;
}

.need-title span {
	color: var(--red-1);
}

.need-title strong {
	font-weight: inherit;
	color: var(--red-1);
}

.need-title--w90 {
	width: 90rem;
}

.need-title--w80 {
	width: 80rem;
}

.need-title--w95 {
	width: 95rem;
}

.need-text {
	width: 53rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
}

.need-text span {
	font-weight: 500;
	color: var(--red-1);
}

.need-text--v2 {
	margin-top: auto;
	width: 42.5rem;
}

.need-list {
	display: grid;
	margin-top: 6.4rem;
	gap: 1.6rem;
	width: 100%;
}

.need-list--3col {
	grid-template-columns: repeat(3, 1fr);
}

.need-list--mt10 {
	margin-top: 10.4rem;
}

.need-item {
	background: #f3f5f5;
	border-radius: 3.2rem;
	min-height: 41.9rem;
	padding: 4.8rem;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: background-color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.need-item--v2 {
	padding: 3.2rem;
	min-height: 38.9rem;
}

.need-item--v3 {
	padding: 3.2rem;
	min-height: 37.2rem;
}

.need-item--v4 {
	padding: 3.2rem;
	min-height: auto;
}

.need-item__icon {
	width: 8rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	border-radius: 2.4rem;
	margin-bottom: 3rem;
	transition: background-color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.need-item__icon img {
	height: 3.3rem;
	transition: filter 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.need-item__num {
	font:
		500 20rem/1.3 'Geist',
		sans-serif;
	color: #e4e4e4;
	position: absolute;
	right: 2rem;
	bottom: 3.3rem;
	opacity: 0.5;
}

.need-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	margin-top: auto;
	display: block;
	position: relative;
	transition: color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.need-item__title--mt5 {
	margin-top: 5rem;
}

.need-item__text {
	position: relative;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
	transition: color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.example {
	margin-top: 6.4rem;
}

.example_container {
	height: 90rem;
}

.example-video {
	border-radius: 3.2rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.result {
	margin-top: 11.2rem;
}

.result-head {
	position: relative;
	padding-right: 60rem;
}

.result-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 87rem;
}

.result-title span {
	color: var(--red-1);
}

.result-text {
	margin-top: 2.4rem;
	width: 63rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
}

.result-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 35.6rem;
}

.result-list {
	margin-top: 4.4rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3.2rem;
}

.result-item__image {
	width: 100%;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 3.2rem;
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
}

.result-item__image > img {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.result-item__info {
	border: 0.1rem solid rgba(207, 209, 210, 0.4);
	padding: 3.1rem;
	border-radius: 3.2rem;
}

.result-item__title {
	color: #000;
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
}

.result-item__text {
	color: #6f7780;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.result-item__stats {
	margin-top: 4.1rem;
	gap: 1.6rem 1.1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.result-item__stat span {
	color: #6f7780;
	font:
		400 1.4rem/1.5 'Geist',
		sans-serif;
	display: block;
}

.result-item__stat b {
	color: #000;
	font:
		500 1.8rem/1.2 'Geist',
		sans-serif;
	display: block;
}

.result-item__btn {
	width: 100%;
	margin-top: 4.5rem;
}

.result-features {
	margin-top: 4.4rem;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
}

.result-feature {
	padding: 2.4rem 3.2rem;
	gap: 1.6rem;
	display: flex;
	align-items: center;
	background: #f3f5f5;
	border-radius: 1.6rem;
}

.result-feature__icon {
	height: 2.4rem;
	width: 2.4rem;
	flex: 0 0 auto;
}

.result-feature__icon > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.result-feature__text {
	color: #000;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.start {
	margin-top: 4.4rem;
}

.start-inner {
	width: 100%;
	display: flex;
	background: url(../images/bg_lead.jpg) no-repeat 50% 50% / cover;
	padding: 6.4rem;
	border-radius: 3.2rem;
}

.start-left {
	width: 81rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: auto;
}

.start-uptitle {
	font:
		400 1.6rem/1.6 'Geist',
		sans-serif;
	color: #fff;
	background: var(--red-1);
	padding: 0.8rem 2rem;
	border-radius: 3rem;
}

.start-title {
	color: #fff;
	margin-top: 1.6rem;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}

.start-right {
	margin-top: auto;
	width: 48rem;
}

.start-text {
	color: #fff;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.start-btn {
	margin-top: 3.2rem;
	width: 100%;
}

.process {
	margin-top: 11.2rem;
}

.process_container {
	display: flex;
}

.process-left {
	width: 76.9rem;
	margin-right: auto;
}

.process-title {
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}

.process-title--w62 {
	width: 62rem;
}

.process-text {
	margin-top: 1.6rem;
	max-width: 58rem;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.process-text--w65 {
	max-width: 65rem;
}

.process-image {
	margin-top: 6.4rem;
	clip-path: url(#process_figure);
	width: 100%;
	height: 83rem;
}

.process-image--v2 {
	margin-top: 3.2rem;
	height: 63.6rem;
}

.process-image > img {
	width: 100%;
	height: 100%;
}

.process-right {
	width: 90.4rem;
	padding: 4.8rem;
	border-radius: 3.2rem;
	background: #f3f5f5;
}

.process-title-2 {
	color: #000;
	font:
		500 3.6rem/1.2 'Geist',
		sans-serif;
}

.process-text-2 {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
}

.process-steps {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 3.2rem 0 0;
	gap: 0.8rem;
}

.process-step {
	width: 100%;
	background: #fff;
	min-height: 11.2rem;
	padding: 2.4rem;
	border-radius: 1.6rem;
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 3.2rem;
}

.process-step__num {
	height: 6.4rem;
	width: 6.4rem;
	border-radius: 2.4rem;
	background: #000;
	color: #fff;
	font:
		500 2.4rem/1.2 'Geist',
		sans-serif;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-step__title {
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
	color: #000;
	display: block;
}

.process-step__text {
	display: block;
	color: #6f7780;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.process-cta {
	margin-top: 3rem;
	width: 100%;
	border-radius: 1.6rem;
	padding: 3.2rem;
	display: flex;
	background: url(../images/bg_process-cta.jpg) no-repeat 50% 50% / cover;
	flex-wrap: wrap;
}

.process-cta--v2 {
	background: url(../images/bg_process-cta-2.jpg) no-repeat 50% 50% / cover;
}

.process-cta__info {
	margin-right: auto;
	width: 36rem;
}

.process-cta__title {
	font:
		500 3.2rem/1.2 'Geist',
		sans-serif;
	color: #fff;
}

.process-cta__title--v2 {
	font:
		500 2.8rem/1.2 'Geist',
		sans-serif;
	color: #fff;
	margin-bottom: 2.4rem;
}

.process-cta__text {
	color: #fff;
	margin-top: 1.6rem;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.process-cta__text--v2 {
	margin-top: 0;
	width: 32rem;
}

.process-cta__btn {
	margin-top: auto;
	min-width: 28.2rem;
}

.process-cta__btn--v2 {
	gap: 3rem;
}

.process-cta__btn--v2 i {
	background: #000;
}

.trouble {
	background: #fff;
	padding-top: 11.2rem;
	padding-bottom: 11.2rem;
}

.trouble--pb0 {
	padding-bottom: 0;
}

.trouble-head {
	display: flex;
	align-items: flex-end;
}

.trouble-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 95rem;
	margin-right: auto;
	color: #000;
}

.trouble-title span {
	color: var(--red-1);
}

.trouble-title strong {
	font-weight: inherit;
	color: var(--red-1);
}

.trouble-title--w85 {
	width: 85rem;
}

.trouble-text {
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
	width: 61rem;
}

.trouble-text--w73 {
	margin-top: auto;
	width: 73.4rem;
}

.trouble-text--v2 {
	font-size: 1.77rem;
}

.trouble-content {
	width: 100%;
	display: grid;
	grid-template-columns: 832fr 944fr;
	gap: 1.6rem;
	margin-top: 6.4rem;
}

.trouble-inner {
	background: #f3f5f5;
	border-radius: 3.2rem;
	padding: 4.8rem;
}

.trouble-inner__title {
	width: 100%;
	max-width: 48rem;
	color: #000;
	font:
		500 3.6rem/1.2 'Geist',
		sans-serif;
}

.trouble-inner__title span {
	color: #f43563;
	display: block;
}

.trouble-inner__title strong {
	font-weight: inherit;
	color: #f43563;
	display: block;
}

.trouble-inner__text {
	margin-top: 0.8rem;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.trouble-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin-top: 3.2rem;
}

.trouble-list--v2 {
	gap: 0.6rem;
}

.trouble-item {
	background: #fff;
	padding: 2.4rem;
	border-radius: 1.6rem;
	display: flex;
	align-items: center;
	gap: 3.2rem;
}

.trouble-item--v1 {
	min-height: 11.6rem;
}

.trouble-item__icon {
	background: #f3f5f5;
	border-radius: 2.4rem;
	width: 6.4rem;
	height: 6.4rem;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.trouble-item__icon img {
	width: 3.2rem;
	height: 3.2rem;
}

.trouble-item__icon--green {
	background: #14a800;
}

.trouble-item__icon--green img {
	width: 2.4rem;
	height: 2.4rem;
}

.trouble-item__title {
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
	color: #000;
}

.trouble-item__text {
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
	padding-right: 5rem;
}

.trouble-more {
	background: url(../images/bg_trouble-more.jpg) no-repeat 50% 0 / cover;
	border-radius: 1.6rem;
	padding: 2.4rem 3.2rem;
	width: 100%;
	margin-top: 0.8rem;
	margin-bottom: -3.8rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.6rem;
}

.trouble-more--v2 {
	padding: 3.2rem;
	margin-bottom: 0;
}

.trouble-more__title {
	width: 100%;
	color: #fff;
	font:
		2.8rem/1.2 'Geist',
		sans-serif;
}

.trouble-more__text {
	color: #fff;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	width: 32rem;
	margin-right: auto;
}

.trouble-more__btn {
	gap: 3rem;
	margin-right: 2.3rem;
}

.trouble-more__btn i {
	background: #000;
}

.trouble-more__btn--v2 i {
	background: #fff;
}

.get {
	background: #f3f5f5;
	padding-top: 11.2rem;
	padding-bottom: 11.2rem;
}

.get-head {
	display: flex;
	align-items: flex-end;
}

.get-info {
	width: 82rem;
	margin-right: auto;
}

.get-title {
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}

.get-text {
	color: #464c54;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	margin-top: 2.4rem;
}

.get-btn {
	min-width: 35.6rem;
}

.get-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	margin-top: 6.4rem;
}

.get-item {
	background: #fff;
	padding: 4.8rem;
	border-radius: 3.2rem;
}

.get-item__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}

.get-item__logo {
	background: #f3f5f5;
	width: 9.6rem;
	height: 9.6rem;
	border-radius: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.get-item__logo img {
	width: 6.4rem;
	height: 6.4rem;
	display: block;
}

.get-item__title {
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	width: calc(100% + 2rem);
	margin-top: 6.4rem;
}

.get-item__text {
	margin-top: 0.8rem;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.testing {
	background: #fff;
	padding-top: 11.2rem;
	padding-bottom: 0.2rem;
}

.testing-head {
	display: flex;
}

.testing-title {
	color: #000;
	font:
		500 4.8rem/1.229 'Geist',
		sans-serif;
	width: 80rem;
	margin-right: auto;
}

.testing-title--w90 {
	width: 90rem;
}

.testing-title span {
	color: var(--red-1);
}

.testing-title strong {
	font-weight: inherit;
	color: var(--red-1);
}

.testing-text {
	margin-top: auto;
	color: #6f7780;
	font:
		400 2rem/1.6 'Geist',
		sans-serif;
	width: 58rem;
	max-width: 100%;
}

.testing-text--w73 {
	width: 73.9rem;
}

.testing-text--w52 {
	width: 52rem;
}

.testing-btn {
	margin-top: 3.2rem;
	width: 100%;
}

.testing-right {
	width: 51.7rem;
}

.testing-content {
	margin-top: 6.1rem;
	border-radius: 3.2rem;
	overflow: hidden;
	background: #f3f5f5 url(../images/bg_testing.png) no-repeat 50% 50% / cover;
	height: 91.2rem;
	position: relative;
}

.testing-content--v2 {
	height: 114.3rem;
	background: #f3f5f5 url(../images/bg_testing-v2.png) no-repeat 50% 50% / cover;
}

.testing-main {
	width: 100%;
	height: 100%;
	background: #fff3f6;
	border-radius: 50%;
	border: 2.45rem solid rgba(255, 247, 247, 0.59);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 2;
	box-shadow:
		5.1rem 0.4rem 13rem 0 rgba(244, 53, 99, 0.11),
		-6.5rem 0 19.8rem 0 rgba(244, 53, 99, 0.11),
		inset 0px -5rem 12.2rem 0 rgba(255, 255, 255, 0.69);
	padding: 12.5rem 2rem 5rem;
}

.testing-main--v2 {
	padding-top: 5rem;
	justify-content: center;
}

.testing-main-wrapper {
	left: calc(50% - 22.92rem);
	top: calc(50% - 22.99rem);
	width: 45.85rem;
	height: 45.85rem;
	position: absolute;
	z-index: 10;
}

.testing-main-wrapper:before {
	position: absolute;
	width: 10rem;
	height: 15rem;
	content: '';
	display: block;
	background: #fff;
	border-radius: 50%;
	filter: blur(3rem);
	left: -5rem;
	top: calc(50% - 7.5rem);
	z-index: 1;
}

.testing-main-wrapper:after {
	position: absolute;
	width: 10rem;
	height: 15rem;
	content: '';
	display: block;
	background: #fff;
	border-radius: 50%;
	filter: blur(3rem);
	right: -5rem;
	top: calc(50% - 7.5rem);
	z-index: 1;
}

.testing-main-wrapper--v2 {
	width: 48.7rem;
	height: 48.7rem;
	left: calc(50% - 24.3rem);
	top: calc(50% - 27.5rem);
}

.testing-main__title {
	font:
		700 7.017rem/1.2 'Geist',
		sans-serif;
	text-align: center;
	letter-spacing: -0.01em;
	display: block;
	background: linear-gradient(160deg, #ff7193 0%, #fa567d 65%, #e11e4d 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testing-main__title--v2 {
	font-size: 4.6rem;
	line-height: 1.25;
}

.testing-main__text {
	text-align: center;
	display: block;
	font:
		500 3.779rem/1.2 'Geist',
		sans-serif;
	margin-top: 0.9rem;
	background: linear-gradient(135deg, #e42553 0%, #000000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.testing-main__text--v2 {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 500;
	margin-top: 3.2rem;
	letter-spacing: 0.02em;
}

.testing-item {
	min-height: 11.765rem;
	display: flex;
	align-items: center;
	background: rgba(255, 124, 155, 0.55);
	background: linear-gradient(
		155deg,
		rgba(255, 124, 155, 0.55) 0%,
		#fff8f8 20%,
		#fff8f8 80%,
		rgba(255, 124, 155, 0.55) 100%
	);
	position: absolute;
	border-radius: 1.917rem;
	padding: 0.3rem 1rem 0.6rem 1.6rem;
}

.testing-item::before {
	position: absolute;
	background: linear-gradient(155deg, #ffeeee 0%, #fff8f8 23%, #f3f5f5 100%);
	content: '';
	display: block;
	left: 0.138rem;
	top: 0.138rem;
	right: 0.138rem;
	bottom: 0.138rem;
	border-radius: 1.917rem;
}

.testing-item__icon {
	width: 6rem;
	height: 6rem;
	position: relative;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testing-item__icon img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.testing-item__info {
	position: relative;
	margin-top: 0.4rem;

  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.testing-item__name {
	color: #000;
	font:
		500 3.3rem/1.1 'Geist',
		sans-serif;
}

.testing-item__text {
	font:
		400 2rem/1.4 'Geist',
		sans-serif;
	color: #6f7780;
}

.testing-item--1 {
	top: 39.636rem;
	left: 125.871rem;
	width: 46.174rem;
	gap: 1.8rem;
}

.testing-item--1:after {
	content: '';
	display: block;
	background: url(../images/decor_test-1.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 13.9rem;
	height: 1.2rem;
	top: calc(50% - 0.6rem);
	right: calc(100% - 0.5rem);
}

.testing-item--2 {
	top: 62.6rem;
	left: 125.871rem;
	width: 37.3rem;
	gap: 0.2rem;
}

.testing-item--2:after {
	content: '';
	display: block;
	background: url(../images/decor_test-2.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 14.4rem;
	height: 17.6rem;
	bottom: 8.3rem;
	right: calc(100% - 0.5rem);
}

.testing-item--3 {
	top: 18rem;
	left: 125.871rem;
	width: 37.3rem;
	gap: 0.2rem;
}

.testing-item--3:after {
	content: '';
	display: block;
	background: url(../images/decor_test-3.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 14.4rem;
	height: 17.6rem;
	top: 7.3rem;
	right: calc(100% - 0.5rem);
}

.testing-item--4 {
	top: 62.6rem;
	right: 126rem;
	width: 37.3rem;
	gap: 1.2rem;
	padding-left: 2rem;
}

.testing-item--4:after {
	content: '';
	display: block;
	background: url(../images/decor_test-4.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 14.3rem;
	height: 17.6rem;
	bottom: 8.3rem;
	left: calc(100% - 0.5rem);
}

.testing-item--5 {
	top: 18rem;
	right: 126rem;
	width: 37.3rem;
	gap: 1.1rem;
	padding-left: 2.3rem;
}

.testing-item--5:after {
	content: '';
	display: block;
	background: url(../images/decor_test-5.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 14.3rem;
	height: 17.6rem;
	top: 7.1rem;
	left: calc(100% - 0.5rem);
}

.testing-item--6 {
	top: 39.636rem;
	right: 126rem;
	width: 46.175rem;
	gap: 1.1rem;
	padding-left: 2.3rem;
}

.testing-item--6:after {
	content: '';
	display: block;
	background: url(../images/decor_test-6.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 13.8rem;
	height: 1.2rem;
	top: calc(50% - 0.6rem);
	left: calc(100% - 0.5rem);
}

.testing-item--7 {
	top: 35.053rem;
	right: 6.519rem;
	width: 47.523rem;
	gap: 1.4rem;
	padding-top: 1rem;
	padding-left: 2.3rem;
}

.testing-item--7:after {
	content: '';
	display: block;
	background: url(../images/decor_test-7.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 25.8rem;
	height: 8.3rem;
	top: calc(50% - 0.2rem);
	right: calc(100% - 0.5rem);
}

.testing-item--8 {
	top: 59.6rem;
	right: 6.593rem;
	width: 47.5rem;
	gap: 2.5rem;
	padding-top: 1.6rem;
	padding-left: 1.3rem;
	padding-right: 4rem;
}

.testing-item--8:after {
	content: '';
	display: block;
	background: url(../images/decor_test-8.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 25.8rem;
	height: 8.3rem;
	bottom: calc(50% - 1.4rem);
	right: calc(100% - 0.5rem);
}

.testing-item--9 {
	top: 10.9rem;
	left: 17.4rem;
	width: 47.818rem;
	gap: 0.5rem;
	padding-left: 2.3rem;
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}

.testing-item--9:after {
	content: '';
	display: block;
	background: url(../images/decor_test-9.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 15.4rem;
	height: 20.6rem;
	top: 50%;
	left: calc(100% - 0.7rem);
}

.testing-item--10 {
	top: 10.9rem;
	right: 18rem;
	width: 47.523rem;
	gap: 0.7rem;
	padding-left: 2.3rem;
	padding-top: 2.8rem;
	padding-bottom: 3rem;
}

.testing-item--10:after {
	content: '';
	display: block;
	background: url(../images/decor_test-10.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 15.2rem;
	height: 20.6rem;
	top: calc(50% + 0.6rem);
	right: calc(100% - 0.3rem);
}

.testing-item--11 {
	top: 35.1rem;
	left: 5.5rem;
	width: 47.3rem;
	gap: 1.1rem;
	padding-left: 2.3rem;
	padding-top: 2.8rem;
	padding-bottom: 3rem;
}

.testing-item--11:after {
	content: '';
	display: block;
	background: url(../images/decor_test-11.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 28.4rem;
	height: 8.3rem;
	top: calc(50% - 0.6rem);
	left: calc(100% - 0.7rem);
}

.testing-item--12 {
	top: 59.6rem;
	left: 5.5rem;
	width: 47.3rem;
	gap: 1.1rem;
	padding-left: 2.3rem;
	padding-top: 2.8rem;
	padding-bottom: 3rem;
}

.testing-item--12:after {
	content: '';
	display: block;
	background: url(../images/decor_test-12.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 28.4rem;
	height: 8.3rem;
	bottom: calc(50% - 1rem);
	left: calc(100% - 0.7rem);
}

.testing-item--13 {
	top: 84.442rem;
	left: 17.536rem;
	width: 47.523rem;
	gap: 1.1rem;
	padding-left: 1.3rem;
	padding-top: 1.7rem;
	padding-bottom: 1.4rem;
}

.testing-item--13:after {
	content: '';
	display: block;
	background: url(../images/decor_test-13.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 15.4rem;
	height: 22.2rem;
	bottom: calc(50% - 0.6rem);
	left: calc(100% - 0.5rem);
}

.testing-item--14 {
	top: 84.442rem;
	right: 18.3rem;
	width: 47.523rem;
	gap: 1.2rem;
	padding-left: 2rem;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.testing-item--14:after {
	content: '';
	display: block;
	background: url(../images/decor_test-14.svg) no-repeat 100% 50% / contain;
	position: absolute;
	width: 15.4rem;
	height: 22.2rem;
	bottom: calc(50% - 0.6rem);
	right: calc(100% - 0.5rem);
}

/* 6-item layout: stacked side pairs collapse to a single centered item per side.
   --7 keeps its right offset, --11 keeps its left offset; both center vertically. */
.testing-content--six .testing-item--7,
.testing-content--six .testing-item--11 {
	top: 50%;
	transform: translateY(-50%);
}

/* 6 елементів без --v2 (нижче полотно, 91.2rem): свої top, бо дефолтні
   розраховані під висоту --v2 і низ вилазить. */
@media screen and (min-width: 1024px) {
	.testing-content--six:not(.testing-content--v2) .testing-item--9,
	.testing-content--six:not(.testing-content--v2) .testing-item--10 {
		top: 17.9rem;
	}

	.testing-content--six:not(.testing-content--v2) .testing-item--7,
	.testing-content--six:not(.testing-content--v2) .testing-item--11 {
		top: 39.6rem;
		transform: none;
	}

	.testing-content--six:not(.testing-content--v2) .testing-item--11 {
		width: 50.3rem;
	}

	.testing-content--six:not(.testing-content--v2) .testing-item--13,
	.testing-content--six:not(.testing-content--v2) .testing-item--14 {
		top: 62.4rem;
	}
}

/* центральні елементи (6-елементний стан, у т.ч. v2): новий конектор-декор.
   Ліва картка (--11) — як є, права (--7) — дзеркально. */
.testing-content--six .testing-item--7:after,
.testing-content--six .testing-item--11:after {
	width: 13.8rem;
	height: 1.1rem;
	background: url(../images/decor_test-center.svg) no-repeat 50% 50% / 100% 100%;
}

.testing-content--six .testing-item--11:after {
	top: calc(50% - 0.55rem);
	left: calc(100% - 0.5rem);
	right: auto;
}

.testing-content--six .testing-item--7:after {
	top: calc(50% - 0.55rem);
	right: calc(100% - 0.5rem);
	left: auto;
	transform: scaleX(-1);
}

.testing-info {
	font:
		400 1.8rem/1.28 'Geist',
		sans-serif;
	color: rgba(0, 0, 0, 0.55);
	text-align: center;
	position: absolute;
	width: 54rem;
	top: 70.9rem;
	left: calc(50% - 27rem);
}

.testing-info--v2 {
	width: 55.7rem;
	top: 100.5rem;
	left: calc(50% - 27.95rem);
}

.testing-image {
	position: relative;
	width: 100%;
	margin-top: 6.4rem;
	overflow: hidden;
	border-radius: 3.2rem;
	height: 730px;
	background: #eef2f6;
}

.testing-image img {
	width: 100%;
	height: auto;
}

.testing-image--embed::before,
.testing-image--embed::after {
	content: '';
	position: absolute;
	inset: 0;
	transition:
		opacity 0.45s ease,
		visibility 0.45s ease;
}

.testing-image--embed::before {
	background:
		linear-gradient(
			115deg,
			rgba(255, 255, 255, 0) 20%,
			rgba(255, 255, 255, 0.55) 50%,
			rgba(255, 255, 255, 0) 80%
		),
		linear-gradient(180deg, #edf2f7 0%, #e6ecf3 100%);
	background-size:
		22rem 100%,
		100% 100%;
	background-repeat: no-repeat;
	animation: testingEmbedShimmer 1.8s linear infinite;
	z-index: 2;
}

.testing-image--embed::after {
	background:
		radial-gradient(circle at 18% 22%, rgba(244, 53, 99, 0.12) 0%, rgba(244, 53, 99, 0) 28%),
		radial-gradient(circle at 80% 76%, rgba(56, 118, 255, 0.12) 0%, rgba(56, 118, 255, 0) 26%);
	z-index: 3;
	pointer-events: none;
}

.testing-image iframe {
	width: 100%;
	height: calc(100% + 80px);
	display: block;
	border: 0;
	margin-top: -80px;
	z-index: 9;
	position: relative;
	opacity: 0;
	transition: opacity 0.45s ease;
}

.testing-image--embed.is-ready iframe {
	opacity: 1;
}

.testing-image--embed.is-ready::before,
.testing-image--embed.is-ready::after {
	opacity: 0;
	visibility: hidden;
}

@keyframes testingEmbedShimmer {
	0% {
		background-position:
			-28rem 0,
			0 0;
	}

	100% {
		background-position:
			calc(100% + 28rem) 0,
			0 0;
	}
}

.show {
	padding-top: 11.2rem;
	padding-bottom: 5.9rem;
}

.show_container {
	display: flex;
}

.show-left {
	margin-right: auto;
	width: 76.8rem;
}

.show-title {
	color: #000;
	font:
		500 4.8rem/1.22 'Geist',
		sans-serif;
}

.show-title strong {
	font-weight: inherit;
	color: #f43563;
}

.show-text {
	color: #6f7780;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
}

.show-image {
	margin-top: 3.2rem;
	width: 100%;
	height: 77.3rem;
	overflow: hidden;
	border-radius: 3.2rem;
	position: relative;
}

.show-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.show-info {
	position: absolute;
	bottom: 6.4rem;
	left: 8.5rem;
	right: 8.5rem;
	display: flex;
	align-items: center;
	gap: 3.2rem;
}

.show-right {
	padding: 4.8rem;
	border-radius: 3.2rem;
	width: 90.4rem;
	background: #f3f5f5;
}

.show-title-2 {
	color: #000;
	font:
		500 3.6rem/1.2 'Geist',
		sans-serif;
}

.show-list {
	margin-top: 3.2rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.show-item {
	display: flex;
	gap: 3.2rem;
	border-radius: 1.6rem;
	padding: 2.4rem;
	background: #fff;
	align-items: center;
}

.show-item__icon {
	background: #000;
	width: 8rem;
	height: 8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.show-item__icon img {
	width: 3.2rem;
	height: 3.2rem;
}

.show-item__title {
	color: #000;
	font:
		500 2.8rem/1.6 'Geist',
		sans-serif;
}

.show-item__text {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.show-more {
	background: url(../images/bg_show.jpg) no-repeat 50% 50% / cover;
	border-radius: 1.6rem;
	padding: 2.4rem 3.2rem;
	width: 100%;
	margin-top: 3.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}

.show-more__title {
	width: 100%;
	color: #fff;
	font:
		2.8rem/1.2 'Geist',
		sans-serif;
}

.show-more__text {
	color: #fff;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	width: 32rem;
	margin-right: auto;
}

.show-more__btn {
	gap: 3rem;
}

.show-more__btn i {
	background: #000;
}

.benefit {
	padding-top: 11.2rem;
	padding-bottom: 4.8rem;
}

.benefit-head {
	display: flex;
	width: 100%;
	align-items: center;
}

.benefit-title {
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 92rem;
	margin-right: auto;
}

.benefit-text {
	color: #6f7780;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	width: 73.4rem;
	margin-top: auto;
}

.benefit-text b,
.benefit-text strong {
	font-weight: 500;
}

.benefit-list {
	margin-top: 6.4rem;
	display: grid;
	gap: 1.6rem;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
}

.benefit-item {
	padding: 4.8rem;
	border-radius: 3.2rem;
	background: #f3f5f5;
	transition: background-color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-item__icon {
	transition: background-color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	width: 8rem;
	background: #000;
	border-radius: 2.4rem;
}

.benefit-item__icon img,
.benefit-item__icon svg {
	height: 3.2rem;
	transition: filter 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-item__icon path {
	transition: fill 0.46s cubic-bezier(0.22, 1, 0.36, 1);
	fill: white;
}

.benefit-item__title {
	transition: color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 6.4rem;
}

.benefit-item__text {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	width: 95%;
	margin-top: 1.6rem;
	transition: color 0.46s cubic-bezier(0.22, 1, 0.36, 1);
}

.benefit-item.active,
.benefit-item:hover,
.need-item:hover,
.create-item:hover {
	background-color: var(--red-1);
}

.benefit-item.active .benefit-item__icon,
.benefit-item:hover .benefit-item__icon,
.need-item:hover .need-item__icon,
.create-item:hover .create-item__icon {
	background-color: #fff;
}

.benefit-item.active .benefit-item__icon path,
.benefit-item:hover .benefit-item__icon path {
	fill: #000;
}

.need-item:hover .need-item__icon img,
.create-item:hover .create-item__icon img {
	filter: brightness(0) saturate(100%);
}

.benefit-item.active .benefit-item__title,
.benefit-item:hover .benefit-item__title,
.need-item:hover .need-item__title,
.create-item:hover .create-item__title {
	color: #fff;
}

.benefit-item.active .benefit-item__text,
.benefit-item:hover .benefit-item__text,
.need-item:hover .need-item__text,
.create-item:hover .create-item__text {
	color: #fff;
}

.guide {
	padding-top: 7.7rem;
	padding-bottom: 1.6rem;
}


.guide--pb6 {
	padding-bottom: 5.4rem;
}

.guide_container {
	display: flex;
	gap: 1.6rem;
}

.guide-left {
	width: 100%;
	height: 90rem;
	position: relative;
	border-radius: 3.2rem;
	overflow: hidden;
}
.guide-left::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 4;
}

.guide-left img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.guide-left__content {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 10.5rem 14.4rem;
	z-index: 10;
}

.guide-left__content--v2 {
	padding: 14rem 8rem;
}

.guide-left__title {
	font:
		500 4.8rem/1.22 'Geist',
		sans-serif;
	color: #fff;
	width: 80rem;
}

.guide-left__text {
	color: #fff;
	margin-top: 3.2rem;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.guide-left__btn {
	margin-top: 6.1rem;
	min-width: 34.1rem;
}

.guide-right {
	flex: 0 0 auto;
	width: 70rem;
	height: 90rem;
	position: relative;
	border-radius: 3.2rem;
	overflow: hidden;
}

.guide-right img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.guide-right__content {
	position: absolute;
	bottom: 6.4rem;
	left: 4.8rem;
	width: calc(100% - 9.6rem);
	display: flex;
	align-items: center;
	gap: 3.8rem;
}

.guide-right__play {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 8.6rem;
	height: 8.6rem;
	border-radius: 1.6rem;
	flex: 0 0 auto;
}

.guide-right__play img,
.guide-right__play svg {
	width: 3.6rem;
	height: 3.6rem;
}

.guide-right__title {
	color: #fff;
	font:
		500 2.4rem/1.4 'Geist',
		sans-serif;
}

.guide-right__text {
	color: #fff;
	margin-top: 0.8rem;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.configurator {
	margin-top: 8rem;
	padding-bottom: 6.2rem;
}

.configurator-left {
	position: relative;
}

.configurator-left::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 0;
}

.configurator-left__content {
	position: relative;
	padding: 3.2rem;
	z-index: 1;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.configurator .guide-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.configurator__selectors {
	margin-top: 2rem;
	width: 100%;
}

.configurator__group {
	margin-bottom: 2rem;
}
.configurator__group:last-child {
	margin-bottom: 0;
}

.configurator__group-title {
	color: #fff;
	font:
		500 1.9rem/1.4 'Geist',
		sans-serif;
	margin-bottom: 1.2rem;
}

.configurator__group-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
	gap: 1rem;
}

@media (max-width: 1180px) {
	.configurator__group-options {
		grid-template-columns: 1fr;
	}
}

.configurator__option {
	display: block;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 2rem;
	padding: 1.8rem;
	background: rgba(255, 255, 255, 0.04);
	cursor: pointer;
	backdrop-filter: blur(0.1875rem);
	transition:
		border-color 0.25s ease,
		background 0.25s ease,
		transform 0.25s ease;
	min-height: 6.6rem;
}

.configurator__option:hover {
	border-color: rgba(255, 255, 255, 0.38);
	transform: translateY(-1px);
}

.configurator__option--active {
	border-color: #f43563;
	background: rgba(244, 53, 99, 0.16);
}

.configurator__option input {
	position: absolute;
	top: 1.8rem;
	left: 1.8rem;
	width: 1.8rem;
	height: 1.8rem;
	opacity: 0;
}

.configurator__option-title {
	display: block;
	color: #fff;
	font:
		600 1.7rem/1.2 'Geist',
		sans-serif;
}

.configurator__option-desc {
	display: block;
	margin-top: 0.5rem;
	color: #cbd1d7;
	font:
		400 1.4rem/1.45 'Geist',
		sans-serif;
}

.configurator__result {
	margin-top: 3.2rem;
	padding: 1.8rem;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 2.4rem;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(0.1875rem);
	width: 100%;
}

.configurator__result-item {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	color: #fff;
	font:
		400 1.9rem/1.5 'Geist',
		sans-serif;
	margin-bottom: 1.4rem;
}

.configurator__result-item:last-child {
	margin-bottom: 0;
}

.configurator__result-label {
	opacity: 0.75;
}

.configurator__result-price,
.configurator__result-timeline {
	font:
		700 2.5rem/1.1 'Geist',
		sans-serif;
	color: #fff;
}

.configurator__btn {
	margin-top: 3.2rem;
	min-width: auto;
}

.footer--black {
	background: #000;
	border-top-left-radius: 3.2rem;
	border-top-right-radius: 3.2rem;
	padding: 0;
	overflow: hidden;
}

.footer-head {
	padding: 6.4rem 0;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

.footer-head:after {
	height: 0.1rem;
	width: 5000rem;
	left: -200rem;
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	background: rgba(207, 209, 210, 0.15);
}

.footer-head__logo {
	width: 18.4rem;
	height: 2.5rem;
	display: block;
}

.footer-head__logo > img {
	height: 100%;
	width: auto;
}

.footer__logo-wrapper {
	width: 100%;
	height: 16rem;
	overflow: hidden;
}

.footer__logo {
	width: 100%;
	height: 26rem;
}

.footer__logo svg {
	width: 100%;
	height: 100%;
}

.footer-head__info {
	max-width: 32%;
	margin-right: auto;
}

.footer-head__descr {
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	color: #cfd1d2;
	margin-top: 2.4rem;
}

.footer-body {
	display: grid;
	position: relative;
	grid-template-columns: 22.3rem 65.8rem 37.1rem 1fr;
	width: 100%;
}

.footer-body:after {
	height: 0.1rem;
	width: 5000rem;
	left: -200rem;
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	background: rgba(207, 209, 210, 0.15);
}

.footer-pages {
	width: 100%;
	padding: 6.4rem 3rem 6.2rem 2.8rem;
	border-right: 0.1rem solid rgba(207, 209, 210, 0.15);
}

.footer-descr {
	color: #a2acb8;
	font:
		400 1.6rem/1.2 'Geist',
		sans-serif;
	display: block;
	margin-bottom: 1.6rem;
}

.footer-nav {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.footer-nav li {
	display: block;
}

.footer-nav a {
	font:
		2.4rem/1.6 'Geist',
		sans-serif;
	transition: 0.3s;
	color: #fff;
}

.footer-nav a:hover {
	color: var(--red-1);
}

.footer-services {
	width: 100%;
	padding: 6.4rem 3rem 6.2rem 6.4rem;
	border-right: 0.1rem solid rgba(207, 209, 210, 0.15);
}

.footer-contacts {
	width: 100%;
	padding: 6.4rem 3rem 6.2rem 6.4rem;
	border-right: 0.1rem solid rgba(207, 209, 210, 0.15);
}

.footer-nav--contacts {
	width: 20.4rem;
}

.footer-nav--contacts a {
	display: flex;
	position: relative;
	height: 3.8rem;
	justify-content: flex-start;
	align-items: center;
	transition: 0.4s;
	padding-right: 1.9rem;
	width: 100%;
}

.footer-nav--contacts img {
	height: 3.8rem;
	width: 3.8rem;
	position: absolute;
	left: -4.6rem;
	opacity: 0;
	transition: 0.4s;
}

.footer-nav--contacts i {
	transition: 0.4s;
	transform: rotate(0deg);
	display: block;
	height: 1.8rem;
	width: 1.8rem;
	margin-left: auto;
}

.footer-nav--contacts a:hover {
	padding-left: 4.6rem;
}

.footer-nav--contacts a:hover img {
	left: 0;
	opacity: 1;
}

.footer-nav--contacts a:hover i {
	transform: rotate(45deg);
}

.footer-phone {
	color: #fff;
	font:
		500 2.4rem/1.5 'Geist',
		sans-serif;
	margin-top: 6.4rem;
	display: block;
	transition: 0.3s;
}

.footer-phone:hover {
	color: #f43563;
}

.footer-messengers {
	margin-top: 1.6rem;
	display: flex;
	gap: 2.4rem;
}

.footer-messengers img {
	width: 3rem;
	height: 3rem;
}

.footer-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3.2rem;
	width: 100%;
	padding: 6.4rem 3rem 6.2rem 6.4rem;
}

.footer-email {
	color: #fff;
	font:
		500 4.8rem/1.1 'Geist',
		sans-serif;
	transition: 0.4s;
}

.footer-email:hover {
	color: var(--red-1);
}

.footer-text {
	color: #cfd1d2;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.footer-btn {
	width: 35.6rem;
}

.footer-btn i {
	background: #000;
}

.footer-bottom {
	display: flex;
	width: 100%;
	align-items: center;
	min-height: 9.4rem;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
}

.footer-bottom__left {
	display: flex;
	gap: 6.4rem;
	margin-right: auto;
	align-items: center;
}

.footer-bottom__right {
	color: #6f7780;
}

.footer-sity {
	color: #6f7780;
	display: flex;
	align-items: center;
	margin-left: 6.4rem;
}

.footer-sity img {
	margin-right: 1.6rem;
	width: 2.4rem;
	height: 2.4rem;
}

.footer-sity:after {
	content: '';
	margin-left: 1rem;
	width: 2rem;
	height: 1.3rem;
	display: block;
	background: url(../images/ico_flag-ua.svg) no-repeat 50% 50% / cover;
}

.footer-gtm {
	color: #6f7780;
}

.footer-time {
	color: #fff;
	transition: 0.3s;
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.footer-time img {
	height: 2.4rem;
	width: 2.4rem;
}

.footer-time:hover {
	color: var(--red-1);
}

.footer-copy {
	color: #6f7780;
}

.footer-link {
	color: #6f7780;
	transition: 0.3s;
}

.footer-link:hover {
	color: var(--red-1);
}

.brand {
	padding-top: 4.8rem;
	padding-bottom: 11.2rem;
	background: #f3f5f5;
}

.brand_container {
	display: flex;
	gap: 1.6rem;
}

.brand-left {
	flex: 0 0 auto;
	width: 73.7rem;
	height: 80rem;
	overflow: hidden;
	border-radius: 3.2rem;
}

.brand-left--h50 {
	height: 50.5rem;
}

.brand-right {
	background: #fff;
	width: 100%;
	border-radius: 3.2rem;
	height: 80rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 6.4rem 6.4rem 6.4rem 11.2rem;
}

.brand-right--h50 {
	height: 50.5rem;
}

.brand-uptitle {
	color: #6f7780;
	font:
		400 1.8rem/1.6 'Geist',
		sans-serif;
	margin-bottom: 3.2rem;
	display: block;
}

.brand-uptitle--mb1 {
	margin-bottom: 1rem;
}

.brand-title {
	color: #000;
	font:
		400 6.4rem/1.1 'Geist',
		sans-serif;
}

.brand-text {
	margin-top: 1.6rem;
	color: #6f7780;
	font:
		400 2rem/1.6 'Geist',
		sans-serif;
}

.identity {
	padding-top: 11.2rem;
	padding-bottom: 3.5rem;
}

.identity--pt6 {
	padding-top: 5.6rem;
}
.identity--pb0 {
	padding-bottom: 0;
}

.identity-head {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.identity-head--v2 {
	align-items: flex-start;
}

.identity-title {
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	max-width: 90rem;
	margin-right: auto;
}

.identity-text {
	color: #6f7780;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	width: 60.2rem;
}

.identity-text--w70 {
	width: 70rem;
}

.identity-text--w73 {
	width: 73.7rem;
}

.identity-list {
	margin-top: 6.4rem;
	width: 100%;
	gap: 1.6rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.identity-item {
	background: #f3f5f5;
	border-radius: 3.2rem;
	width: 100%;
	padding: 4.8rem;
	display: flex;
	flex-direction: column;
}

.identity-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
}

.identity-item__text {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
	margin-bottom: 3.2rem;
}

.identity-item__image {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	margin-top: auto;
	border-radius: 3.2rem;
}

.identity-item__image img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.view {
	padding-top: 5.2rem;
}

.view-head {
	display: flex;
	align-items: flex-end;
}

.view-title {
	color: #000;
	font:
		500 4.8rem/1.23 'Geist',
		sans-serif;
	width: 70rem;
	margin-right: auto;
}

.view-title span {
	color: var(--red-1);
}

.view-text {
	width: 58rem;
	color: #6f7780;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.view-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	margin-top: 6.4rem;
	width: 100%;
}

.view-item {
	background: #f3f5f5;
	border-radius: 3.2rem;
	padding: 3.2rem;
}

.view-item__icon {
	background: #000;
	border-radius: 2.4rem;
	width: 8rem;
	height: 8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.view-item__icon img {
	width: 3.2rem;
	height: 3.2rem;
}

.view-item__title {
	margin-top: 8rem;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	color: #000;
}

.view-item__text {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
}

.view-bottom {
	margin-top: 6.4rem;
	width: 100%;
	background: url(../images/bg_view.jpg) no-repeat 50% 50% / cover;
	padding: 6.4rem;
	border-radius: 3.2rem;
	display: flex;
}

.view-tarifs {
	display: flex;
	gap: 3.2rem;
	margin-right: auto;
}

.view-tarif {
	border-radius: 3.2rem;
	padding: 3.2rem;
	width: 42.9rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 22.4rem;
}

.view-tarif--red {
	background: var(--red-1);
}

.view-tarif__title {
	color: #6f7780;
	font:
		400 2.4rem/1.5 'Geist',
		sans-serif;
	margin-bottom: 3.2rem;
	width: 102%;
}

.view-tarif__title--white {
	color: #fff;
}

.view-tarif__text {
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
	margin-bottom: 0.8rem;
}

.view-tarif__price {
	color: var(--red-1);
	font:
		500 3.2rem/1.5 'Geist',
		sans-serif;
}

.view-tarif__price--white {
	color: #fff;
}

.view-more {
	width: 54.2rem;
	padding-right: 3rem;
}

.view-more__text {
	color: #fff;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.view-more__btn {
	margin-top: 3.2rem;
	min-width: 42.9rem;
}

.exp {
	padding-top: 4.8rem;
	padding-bottom: 11.2rem;
	background: #f3f5f5;
}

.exp--pt11 {
	padding-top: 11.2rem;
}

.exp-head {
	display: flex;
}

.exp-title {
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	width: 107rem;
	margin-right: auto;
}

.exp-text {
	margin-top: auto;
	color: #6f7780;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	width: 100%;
	max-width: 71.2rem;
}

.exp-text b,
.exp-text strong {
	font-weight: 500;
}

.exp-content {
	display: flex;
	margin-top: 6.4rem;
	gap: 2rem;
}

.exp-image {
	border-radius: 3.2rem;
	overflow: hidden;
	width: 103.8rem;
	height: 63.8rem;
	flex: 0 0 auto;
	position: relative;
}

.exp-image--h68 {
	height: 68.8rem;
}

.exp-image > img,
.exp-image > video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.exp-image__btn {
	position: absolute;
	bottom: 3.2rem;
	right: 3.2rem;
}

.exp-info {
	background: #fff;
	width: 100%;
	border-radius: 3.2rem;
	padding: 6.4rem 6.4rem 0 6.4rem;
	overflow: hidden;
}

.exp-stats {
	width: 100%;
}

.exp-stats__title {
	color: #6f7780;
	font:
		400 2rem/1.52 'Geist',
		sans-serif;
}

.exp-stats__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 6.4rem 3.2rem;
	margin-top: 3.2rem;
	width: 100%;
}

.exp-stats__list--v2 {
	width: 49.6rem;
	gap: 3.2rem;
}

.exp-stats__item img {
	height: 4.8rem;
}

.exp-stats__item b {
	color: #000;
	font:
		400 4rem/1.2 'Geist',
		sans-serif;
	display: block;
}

.exp-stats__item span {
	display: block;
	margin-top: 0.8rem;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	color: #464c54;
}

.exp-tools {
	margin-top: 5.7rem;
	padding: 3.4rem 0 3.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
	width: 100%;
	position: relative;
}

.exp-tools--v2 {
	margin-top: 6rem;
	padding-top: 6.3rem;
	gap: 2.5rem;
}

.exp-tools--v3 {
	margin-top: 3rem;
	justify-content: space-between;
	gap: 2.4rem;
}

.exp-tools:before {
	display: block;
	content: '';
	position: absolute;
	left: -20rem;
	top: 0;
	width: 1000rem;
	height: 0.1rem;
	background: #cfd1d2;
}

.exp-tool {
	height: 3.5rem;
}

.exp-tool--h3 {
	height: 3rem;
}

.exp-tool img {
	height: 100%;
	max-height: 3.8rem;
	min-width: 3.6rem;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	max-height: 3.2rem;
}

.max {
	margin-top: 0.6rem;
	margin-bottom: 3.5rem;
}

.max-bg {
	background: url(../images/bg_max.jpg) no-repeat 0 50% / cover;
	width: 100%;
	padding: 6.4rem;
	border-radius: 3.2rem;
	display: flex;
}

.max-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 90rem;
	margin-right: auto;
}

.max-uptitle {
	background: var(--red-1);
	font:
		400 1.6rem/1.6 'Geist',
		sans-serif;
	color: #fff;
	padding: 0.8rem 2rem;
	border-radius: 10rem;
}

.max-title {
	color: #fff;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 1.6rem;
}

.max-right {
	width: 54.4rem;
}

.max-text {
	opacity: 0.7;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #fff;
}

.max-text span {
	font-weight: 500;
}

.max-btn {
	margin-top: 3.2rem;
	min-width: 31.8rem;
}

.support {
	background: #f3f5f5;
	padding-bottom: 11.2rem;
}

.support--no-bg {
	background: transparent;
}

.support.support--no-pb {
	padding-bottom: 0;
}

.support-cards {
	max-width: 67.3rem;
	width: 100%;
	border-radius: 3.2rem;
	background: #fff;
	padding: 3.2rem;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.support-card {
	background: #f3f5f5;
	border-radius: 3.2rem;
	padding: 3.2rem;
	display: flex;
	flex-direction: column;
}

.support-card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
}

.support-card__title {
	font:
		500 3.2rem/1.2 'Geist',
		sans-serif;
	color: #111318;
}

.support-card__price {
	font:
		500 2rem/1.2 'Geist',
		sans-serif;
	color: #111318;
	white-space: nowrap;
	flex-shrink: 0;
}

.support-card__text {
	margin-top: 2.4rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
}

.support--pt5 {
	padding-top: 5.2rem;
}

.support--pt11 {
	padding-top: 11.2rem;
}

.support--white {
	background: #fff;
}

.support-inner {
	border-radius: 3.2rem;
	min-height: 86.1rem;
	background: url(../images/bg_support.jpg) no-repeat 50% 50% / cover;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6.4rem;
}

.support--global .support-inner {
	min-height: 71rem;
	padding: 6.4rem;
	position: relative;
}

.support--global .support-inner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #222427;
	opacity: 0.8;
	border-radius: inherit;
	z-index: 0;
}

.support--global .support-inner > * {
	position: relative;
	z-index: 1;
}

.support--global .support-left {
	margin-left: 11.2rem;
}

.support--global .support-btns--mobile {
	display: none;
}

.support--global .support-right {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

.support--global .support-btns--desktop {
	margin-top: 5.4rem;
}

.support--global .support-title {
	max-width: 60rem;
}

.support-left {
	width: 80rem;
	margin-left: 4.8rem;
	margin-right: auto;
}

.support-title {
	color: #fff;
}

.support-text {
	width: 68rem;
	color: #cfd1d2;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
	text-wrap: balance;
}

.support-btns {
	display: flex;
	gap: 3.6rem;
	margin-top: 5.4rem;
}

.support-btn {
	min-width: 33.1rem;
}

.support-right {
	width: 67.3rem;
}

.support-right--v2 {
	width: 70rem;
	margin-right: 4.8rem;
}

.support-head {
	border-radius: 3.2rem;
	background: #f3f5f5;
	color: #000;
	font:
		500 3.6rem/1.2 'Geist',
		sans-serif;
	padding: 4.4rem 3.9rem;
}

.support-head span {
	color: #f43563;
}

.support-head strong {
	font-weight: inherit;
	color: #f43563;
}

.support-content {
	overflow: hidden;
	border-radius: 3.2rem;
}

.support-body {
	background: #fff;
	padding: 4.8rem 3.2rem;
}

.support-body__title {
	color: #000;
	font:
		500 2.8rem/1.2 'Geist',
		sans-serif;
}

.support-body__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem 0.5rem;
	margin-top: 1.9rem;
}

.support-body__list--v2 {
	gap: 1.6rem;
}

.support-body__item {
	border: 0.1rem solid #cfd1d2;
	border-radius: 1.6rem;
	color: #000;
	display: flex;
	align-items: center;
	gap: 1.1rem;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
	padding: 0.4rem 0.9rem 0.4rem 1.2rem;
}

.support-body__item:before {
	content: '';
	display: block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../images/ico_check-1.svg) no-repeat 50% 50% / cover;
}

.support-footer {
	background: #f3f5f5;
	padding: 2.4rem 3.2rem 2.9rem;
}

.support-footer__title {
	color: #000;
	font:
		500 2rem/1.2 'Geist',
		sans-serif;
	display: block;
}

.support-footer__list {
	margin-top: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.support-footer__list img {
	height: 3.6rem;
	width: auto;
}

.how {
	padding-top: 11.2rem;
	background: #fff;
	padding-bottom: 11.2rem;
}

.how .container {
	display: flex;
}

.how-content {
	margin-right: auto;
	width: 88.8rem;
}

.how-text {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #464c54;
	margin-top: 1.6rem;
}

.how-list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-top: 3.2rem;
}

.how-item {
	padding: 2.4rem 4.8rem;
	background: #f3f5f5;
	border-radius: 3.2rem;
	display: flex;
	gap: 3.2rem;
	align-items: flex-start;
}

.how-item__num {
	background: #000;
	height: 8rem;
	width: 8rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font:
		500 3.2rem/1.2 'Geist',
		sans-serif;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.how-item__info {
	width: 100%;
}

.how-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 0.05rem;
}

.how-item__text {
	color: #6f7780;
	margin-top: 0.8rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.how-image {
	width: 76.9rem;
	height: 107.7rem;
	clip-path: url(#how-image);
}

.how-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.actual {
	margin-top: 5.2rem;
	background: #f3f5f5;
	padding-top: 11.2rem;
	padding-bottom: 11.2rem;
}
.actual + .outcome {
	padding-top: 11.2rem;
}

.actual-top {
	display: flex;
}

.actual-title {
	max-width: 80rem;
	margin-right: auto;
}
.actual-title span {
	color: var(--red-1);
}

.actual-text {
	color: #464c54;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	margin-top: auto;
	max-width: 74rem;
}

.actual-list {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.6rem 1.85rem;
	margin-top: 6.4rem;
}

.actual-item {
	padding: 4.8rem;
	border-radius: 3.2rem;
	background: #fff;
}

.actual-item__tools {
	display: flex;
	gap: 3.2rem;
	flex-wrap: wrap;
}

.actual-item__tool {
	width: 9.6rem;
	height: 9.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2.4rem;
	background: #f3f5f5;
}

.actual-item__tool img {
	width: 6.4rem;
	height: 6.4rem;
}

.actual-item__title {
	color: #000;
	font:
		400 2.55rem/1.2 'Geist',
		sans-serif;
	margin-top: 6.4rem;
}

.actual-item__text {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
	margin-top: 0.8rem;
}

.actual-item__features {
	display: flex;
	margin-top: 2.4rem;
	gap: 1.6rem;
	flex-wrap: wrap;
}

.actual-item__feature {
	color: #6f7780;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 0.7rem 1.5rem;
	border-radius: 4rem;
	border: 0.1rem solid #6f7780;
}

.actual-item__btn {
	margin-top: 3.2rem;
	min-width: 28.1rem;
}

.combo {
	padding-top: 11.2rem;
	background: #fff;
	padding-bottom: 11.2rem;
}

.combo--pb0 {
	padding-bottom: 0;
}

.combo .container {
	display: flex;
}

.combo-content {
	margin-right: auto;
	width: 88.8rem;
}

.combo-uptitle {
	display: block;
	color: #6f7780;
	font:
		400 1.8rem/1.2 'Geist',
		sans-serif;
}

.combo-title {
	margin-top: 1.6rem;
}

.combo-title span {
	color: #f43563;
}

.combo-title strong {
	font-weight: inherit;
	color: var(--red-1);
}

.combo-title--v2 {
	margin-top: 0;
	width: 76rem;
}

.combo-text {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #464c54;
	margin-top: 1.6rem;
	max-width: 87rem;
}

.combo-text--v2 {
	width: 76rem;
}

.combo-list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-top: 3.2rem;
}

.combo-item {
	padding: 2.4rem 4.8rem;
	background: #f3f5f5;
	border-radius: 3.2rem;
	display: flex;
	gap: 3.2rem;
	align-items: flex-start;
}

.combo-item--v2 {
	align-items: center;
}

.combo-item__icon {
	background: #000;
	height: 8rem;
	width: 8rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.combo-item__icon img {
	width: 3.2rem;
	height: 3.2rem;
}

.combo-item__info {
	width: 100%;
}

.combo-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 0.05rem;
}

.combo-item__text {
	color: #6f7780;
	margin-top: 0.8rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.combo-image {
	width: 76.9rem;
	height: 108.9rem;
	overflow: hidden;
	border-radius: 3.2rem;
	position: relative;
}

.combo-image--v2 {
	height: 100.5rem;
}

.combo-image--v3 {
	width: 74.8rem;
	height: 94.9rem;
}

.combo-image video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.combo-image__inner {
	position: absolute;
	bottom: 5.55rem;
	left: 6.4rem;
	right: 6.4rem;
	display: flex;
	gap: 3.2rem;
	align-items: center;
}

.combo-image__inner--v2 {
	left: 4.8rem;
}

.combo-image__play {
	background: #fff;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	border-radius: 1.6rem;
	height: 8.6rem;
	width: 8.6rem;
	padding: 2.26rem;
}

.combo-image__play svg {
	width: 100%;
	height: 100%;
}

.combo-image__play path {
	transition: 0.3s;
}

.combo-image__play:hover path {
	fill: #f43563;
}

.combo-image__text {
	color: #fff;
	font:
		500 2.4rem/1.4 'Geist',
		sans-serif;
}

.get {
	background: #f3f5f5;
	padding-top: 11.2rem;
	padding-bottom: 11.2rem;
}

.get-head {
	display: flex;
	align-items: flex-end;
}

.get-info {
	width: 82rem;
	margin-right: auto;
}

.get-title {
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}

.get-text {
	color: #464c54;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	margin-top: 2.4rem;
}

.get-btn {
	min-width: 35.6rem;
}

.get-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
	margin-top: 6.4rem;
}

.get-item {
	background: #fff;
	padding: 4.8rem;
	border-radius: 3.2rem;
}

.get-item__logos {
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}

.get-item__logo {
	background: #f3f5f5;
	width: 9.6rem;
	height: 9.6rem;
	border-radius: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.get-item__logo img {
	width: 6.4rem;
	height: 6.4rem;
	display: block;
}

.get-item__title {
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	width: calc(100% + 2rem);
	margin-top: 6.4rem;
}

.get-item__text {
	margin-top: 0.8rem;
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.outcome {
	padding-top: 5.2rem;
	padding-bottom: 5.7rem;
}

.outcome-head {
	display: flex;
	width: 100%;
}

.outcome-title {
	color: #000;
	width: 100rem;
	margin-right: auto;
}

.outcome-title span {
	color: #f43563;
}

.outcome-title strong {
	font-weight: inherit;
	color: #f43563;
}

.outcome-title--w85 {
	width: 85rem;
}

.outcome-text {
	width: 74.3rem;
	color: #6f7780;
	margin-top: auto;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.outcome-list {
	margin-top: 6.4rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
	gap: 1.6rem;
}

.outcome-item {
	width: 100%;
}

.outcome-item.none {
	display: none;
}

.outcome-item__image {
	height: 42.4rem;
	width: 100%;
	border-radius: 3.2rem;
	overflow: hidden;
}

.outcome-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.outcome-item__content {
	border-radius: 3.2rem;
	border: 0.1rem solid #cfd1d2;
	padding: 3.1rem;
	width: 100%;
	display: flex;
}

.outcome-item__info {
	margin-right: auto;
	width: 32.8rem;
	flex: 0 0 auto;
}

.outcome-item__title {
	color: #000;
	font:
		500 2.4rem/1.6 'Geist',
		sans-serif;
}

.outcome-item__text {
	color: #6f7780;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.outcome-item__btn {
	width: 100%;
	margin-top: 3.2rem;
}

.outcome-item__stats {
	display: grid;
	grid-template-columns: 23.7rem 1fr;
	gap: 1.3rem;
	width: 43.2rem;
}

.outcome-item__stat span {
	display: block;
	color: #6f7780;
	font:
		400 1.4rem/1.5 'Geist',
		sans-serif;
}

.outcome-item__stat b {
	font:
		500 1.8rem/1.2 'Geist',
		sans-serif;
	color: #000;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.outcome-item__stat b > img {
	width: 2rem;
	height: 1.5rem;
}

.outcome-nav {
	display: none;
}

.outcome-btn {
	padding: 1rem 3rem;
	margin: 4rem auto 0;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.justify-center {
	justify-content: center;
}

.stages {
	padding-top: 4.9rem;
	background: #f3f5f5;
}

.stages-in {
	position: relative;
	overflow: hidden;
	border-radius: 5.4rem;
	margin-left: -3.2rem;
	margin-right: -3.2rem;
	height: 94rem;
	padding: 11.2rem 4rem 4rem;
	background: url(../images/bg_stages.jpg) no-repeat 50% 50% / cover;
}

.stages-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.stages-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(5, 10, 10, 0.36);
}

.stages-media img,
.stages-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.stages-inner {
	position: relative;
	z-index: 1;
}

.stages-title {
	margin-left: 3rem;
	color: #fff;
	line-height: 1.4;
}

.stages-title span {
	color: #f43563;
	display: block;
}

.stages-title strong {
	font-weight: inherit;
	color: #f43563;
	display: block;
}

.stages-list {
	height: 7.2rem;
	width: 169.5rem;
	background: url(../images/decor_stages.svg) no-repeat 0 100% / contain;
	margin-left: 3rem;
	margin-top: 24rem;
	position: relative;
}

.stages-item {
	position: absolute;
	min-height: 23.2rem;
	color: #fff;
}

.stages-item::after {
	content: '';
	display: block;
	position: absolute;
	width: 0.1rem;
	height: 7.3rem;
	background: #fff;
	left: 0;
	bottom: 0;
}

.stages-item--v2:after {
	top: -7.7rem;
}

.stages-item--1 {
	bottom: 0;
	width: 33rem;
}

.stages-item--1::after {
	display: none;
}

.stages-item--2 {
	top: calc(100% + 7.7rem);
	left: 12rem;
	width: 33rem;
}

.stages-item--3 {
	bottom: 0;
	width: 33rem;
	left: 41.5rem;
}

.stages-item--4 {
	top: calc(100% + 7.7rem);
	left: 53.5rem;
	width: 33rem;
}

.stages-item--5 {
	bottom: 0;
	width: 33rem;
	left: 83rem;
}

.stages-item--6 {
	top: calc(100% + 7.7rem);
	width: 38rem;
	left: 95rem;
}

.stages-item--7 {
	bottom: 0;
	width: 39rem;
	left: 124.7rem;
}

.stages-item--8 {
	top: calc(100% + 7.7rem);
	width: 39rem;
	left: 136.6rem;
}

.stages-item__title {
	font:
		700 2.4rem/1.5 'Geist',
		sans-serif;
}

.stages-item__list {
	margin-top: 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 10rem;
}

.stages-item__list li {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	font:
		400 1.6rem/1.4 'Geist',
		sans-serif;
}

.stages-item__list li:before {
	content: '';
	display: none;
	width: 1.1rem;
	height: 1.2rem;
	background: url(../images/ico_list-decor-4.svg) no-repeat 0 0 / cover;
	flex: 0 0 auto;
	margin-top: 0.5rem;
}

.stages-item__num {
	font:
		400 1.2rem/1.5 'Geist',
		sans-serif;
	position: absolute;
	color: #a1abb7;
	left: -2.7rem;
	top: 15.7rem;
}

.stages-item__num--v2 {
	top: -2rem;
	left: -3.3rem;
}

.stages-item:first-child .stages-item__num {
	top: 17.4rem;
}

.stages-item__time {
	border: 0.1rem solid #fff;
	min-width: 17.2rem;
	padding: 0.5rem 1.3rem;
	height: 3.6rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	margin-top: 1.2rem;
	margin-left: 1.8rem;
	text-align: center;
	font:
		500 1.545rem/1.2 'Geist',
		sans-serif;
}

.trademark {
	background: #f3f5f5;
	padding-top: 5rem;
	padding-bottom: 11.2rem;
}

.trademark_container {
	display: flex;
	gap: 1.6rem;
}

.trademark-left {
	width: 100%;
	height: 63.3rem;
}

.trademark-image {
	border-radius: 3.2rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.trademark img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.trademark-right {
	border-radius: 3.2rem;
	background: #fff;
	flex: 0 0 auto;
	width: 67.5rem;
	padding: 6.4rem;
}

.trademark-title {
	line-height: 1.1;
	font-weight: 400;
}

.trademark-text {
	width: 51rem;
	margin-top: 3.2rem;
	font:
		400 2rem/1.6 'Geist',
		sans-serif;
	color: #6f7780;
}

.trademark-list {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
}

.trademark-item {
	background: #f3f5f5;
	border-radius: 0.8rem;
	height: 5.3rem;
}

.trademark-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.entire {
	padding-top: 10.4rem;
	padding-bottom: 6.2rem;
}

.entire_container {
	display: flex;
}

.entire-left {
	width: 88.8rem;
	margin-right: auto;
}

.entire-top {
	width: 74rem;
}

.entire-text {
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
	margin-top: 1.6rem;
}

.entire-slider {
	width: 100%;
	height: 37.3rem;
	overflow: visible;
}

.entire-slider-wrapper {
	margin-top: 6.4rem;
	overflow: hidden;
	height: 50.5rem;
	position: relative;
}

.entire-slider-wrapper:after {
	z-index: 10;
	position: absolute;
	height: 12.4rem;
	background: #fff;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0.8;
	display: block;
	content: '';
}

.entire-slide {
	height: 42.1rem;
	padding: 4.8rem;
	display: flex;
	gap: 3.2rem;
}

.entire-slide:last-child {
	padding-bottom: 14rem;
}

.entire-slide__icon {
	width: 8rem;
	height: 8rem;
	border-radius: 2.4rem;
	background: #000;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.entire-slide__icon img {
	width: 3.2rem;
	height: 3.2rem;
}

.entire-slide__icon:before {
	position: absolute;
	left: 50%;
	top: 100%;
	height: 27.7rem;
	width: 0.2rem;
	content: '';
	display: block;
	background: url(../images/ico_decor-4.png) no-repeat 50% 0% / cover;
}

.entire-slide__content {
	width: 100%;
}

.entire-slide__title {
	color: #000;
	font:
		400 4rem/1.2 'Geist',
		sans-serif;
}

.entire-slide__subtitle {
	font:
		500 2.4rem/1.5 'Geist',
		sans-serif;
	margin-top: 0.8rem;
	color: #6f7780;
}

.entire-slide__text {
	margin-top: 1.6rem;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	color: #6f7780;
}

.entire-slide__list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-top: 1.6rem;
}

.entire-slide__list li {
	color: #6f7780;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
	position: relative;
	padding-left: 3.2rem;
}

.entire-slide__list li:before {
	position: absolute;
	left: 0;
	top: calc(50% - 0.8rem);
	height: 1.6rem;
	width: 1.6rem;
	content: '';
	display: block;
	background: url(../images/ico_list-decor-3.svg) no-repeat 50% 50% / cover;
}

.entire-image {
	width: 76.9rem;
	height: 84.1rem;
	margin-right: 2.3rem;
	clip-path: url(#entire_figure);
}

.entire-image video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.entire-nav {
	display: none;
}

.sample {
	padding-top: 5rem;
	padding-bottom: 6rem;
}

.sample-top {
	display: flex;
	width: 100%;
	margin-bottom: 6.4rem;
}

.sample-title {
	margin-right: auto;
	width: 90rem;
	color: #000;
}

.sample-text {
	margin-top: auto;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
	width: 74rem;
	color: #6f7780;
}

.sample-list {
	margin-top: 1.6rem;
	margin-left: -40rem;
}

.sample-track {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.sample-track--left {
	animation: scroll-left 100s linear infinite;
}

.sample-track--right {
	animation: scroll-right 100s linear infinite;
}

.sample-item {
	margin-right: 1.6rem;
	overflow: hidden;
	border-radius: 3.2rem;
	width: 41.8rem;
	height: auto;
}

.sample-item > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes scroll-right {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0%);
	}
}

.smm {
	padding-top: 11.2rem;
	padding-bottom: 6.5rem;
}

.smm_container {
	display: flex;
}

.smm-info {
	width: 41.8rem;
	flex: 0 0 auto;
	height: 67rem;
	margin-right: auto;
	border-radius: 3.2rem;
	background: #f3f5f5;
	padding: 3.2rem;

	display: flex;
	flex-direction: column;
	justify-content: center;
}

.smm-title {
	font:
		500 4rem/1.2 'Geist',
		sans-serif;
    text-wrap: balance;
}
.smm-descr {
	font:
		400 1.8rem/1.4 'Geist',
		sans-serif;
	color: #6f7780;

	margin-top: 1.5rem;
}

.smm-features {
	display: flex;
	flex-direction: column;
	gap: 2.9rem;
	margin-top: 3.2rem;
}

.smm-features li {
	display: flex;
	gap: 1.6rem;
	align-items: flex-start;
	font:
		400 1.8rem/1.4 'Geist',
		sans-serif;
	color: #6f7780;
}

.smm-features li:before {
	width: 3.6rem;
	height: 3.6rem;
	flex: 0 0 auto;
	background: url(../images/ico_check-2.svg) no-repeat 50% 50% / cover;
	display: block;
	content: '';
}

.smm-list {
	width: 134rem;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
}

.smm-item {
	width: 100%;
	height: 67rem;
	border-radius: 3.2rem;
	overflow: hidden;
	position: relative;
}

.smm-item:last-child {
	clip-path: url(#smm_item_figure);
}

.smm-item > img {
	height: 100%;
	width: 1005px;
	-o-object-fit: cover;
	object-fit: cover;
}

.smm-item > video,
.smm-item__video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.smm-item__info {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.9) 80%,
		rgba(0, 0, 0, 0.9) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 3.2rem;
}

.smm-item__title {
	color: #fff;
	font:
		400 2.4rem/1.2 'Geist',
		sans-serif;
}

.smm-item__text {
	margin-top: 0.6rem;
	width: 103%;
	color: #a2acb8;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.typical {
	padding-top: 7.8rem;
}

.typical-head {
	display: flex;
	width: 100%;
}

.typical-title {
	width: 84rem;
	color: #000;
}

.typical-text {
	width: 74rem;
	margin-top: auto;
	color: #464c54;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.typical-list {
	width: 100%;
	gap: 1.6rem;
	display: grid;
	margin-top: 6.4rem;
	grid-template-columns: repeat(3, 1fr);
}

.typical-item {
	width: 100%;
	height: 75rem;
	border-radius: 3.2rem;
	overflow: hidden;
	position: relative;
}

.typical-item > img {
	height: 100%;
	width: 1005px;
	-o-object-fit: cover;
	object-fit: cover;
}

.typical-item__info {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.9) 80%,
		rgba(0, 0, 0, 0.9) 100%
	);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 6.2rem 4.7rem;
}

.typical-item__title {
	color: #fff;
	font:
		500 3.2rem/1.2 'Geist',
		sans-serif;
}

.typical-item__count {
	color: #fff;
	margin-top: 2.4rem;
	font:
		500 2.4rem/1.5 'Geist',
		sans-serif;
}

.typical-item__text {
	margin-top: 1.6rem;
	width: 103%;
	color: #cfd1d2;
	font:
		400 2.4rem/1.5 'Geist',
		sans-serif;
}

.change {
	padding-top: 11.2rem;
	padding-bottom: 6rem;
}

.change-head {
	display: flex;
}

.change-title {
	width: 90rem;
	margin-right: auto;
}

.change-title span {
	color: #f43563;
}

.change-title strong {
	font-weight: inherit;
	color: #f43563;
}

.change-title i {
	font-style: normal;
	white-space: nowrap;
}

.change-text {
	width: 73.7rem;
	color: #6f7780;
	font:
		400 2rem/1.6 'Geist',
		sans-serif;
}

.change-content {
	display: flex;
	margin-top: 6.4rem;
	gap: 1.6rem;
	align-items: flex-start;
}

.change-image {
	border-radius: 3.2rem;
	width: 103.9rem;
	overflow: hidden;
}

.change-image img {
	width: 100%;
	height: auto;
}

.change-table {
	width: 73.7rem;
}

.change-table__head {
	background: #000;
	display: grid;
	width: 100%;
	padding: 3.85rem 4.8rem;
	border-radius: 3.2rem;
	color: #fff;
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem;
	text-align: center;
	font:
		500 1.8rem/1.4 'Geist',
		sans-serif;
}

.change-table span:first-child {
	text-align: left;
}

.change-table__body {
	background: #f3f5f5;
	border-radius: 3.2rem;
	padding: 2.45rem 0;
}

.change-table__row {
	text-align: center;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2rem;
	padding: 2.35rem 4.8rem;
	font:
		500 1.8rem/1.4 'Geist',
		sans-serif;
	color: #6f7780;
}

.change-table__divider {
	height: 0.1rem;
	width: 100%;
	background: #cfd1d2;
}

.monthly {
	padding-top: 5.3rem;
	padding-bottom: 5.7rem;
}

.monthly-head {
	display: flex;
	width: 100%;
}

.monthly-title {
	color: #000;
	width: 100rem;
	margin-right: auto;
}

.monthly-text {
	width: 73.7rem;
	color: #6f7780;
	margin-top: auto;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.monthly-content {
	margin-top: 6.4rem;
	width: 100%;
	display: flex;
	gap: 1.6rem;
}

.monthly-left {
	background: #f3f5f5;
	border-radius: 3.2rem;
	width: 100%;
	padding: 6.4rem 4.8rem;
}

.monthly-left__title {
	color: #000;
	font:
		500 3.6rem/1.2 'Geist',
		sans-serif;
	margin-top: 2.3rem;
}

.monthly-left__list {
	margin-top: 3.6rem;
	display: grid;
	grid-template-columns: 52.2rem 1fr;
	gap: 0.8rem 1.6rem;
}

.monthly-left__list li {
	background: #fff;
	display: flex;
	align-items: center;
	gap: 2rem;
	padding: 1.6rem 0.5rem 1.6rem 2.4rem;
	font:
		500 1.8rem/1.6 'Geist',
		sans-serif;
}

.monthly-left__list li:before {
	display: block;
	height: 4rem;
	width: 4rem;
	background: url(../images/ico_check-3.svg) no-repeat 50% 50% / cover;
	flex: 0 0 auto;
	content: '';
}

.monthly-right {
	flex: 0 0 auto;
	width: 58.9rem;
	height: 62.1rem;
	position: relative;
	border-radius: 3.2rem;
	overflow: hidden;
}

.monthly-right img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.monthly-right__content {
	position: absolute;
	bottom: 6.4rem;
	left: 4.8rem;
	width: calc(100% - 9.6rem);
	display: flex;
	align-items: center;
	gap: 3.8rem;
}

.monthly-right__play {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 8.6rem;
	height: 8.6rem;
	border-radius: 1.6rem;
	flex: 0 0 auto;
}

.monthly-right__play img,
.monthly-right__play svg {
	width: 3.6rem;
	height: 3.6rem;
}

.monthly-right__title {
	color: #fff;
	font:
		500 2.4rem/1.4 'Geist',
		sans-serif;
}

.monthly-right__text {
	color: #fff;
	margin-top: 0.8rem;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
}

.integration {
	padding-top: 5.6rem;
	padding-bottom: 5.7rem;
}

.integration-head {
	display: flex;
	width: 100%;
}

.integration-title {
	color: #000;
	width: 100rem;
	margin-right: auto;
}

.integration-text {
	width: 73.7rem;
	color: #6f7780;
	margin-top: auto;
	font:
		400 2rem/1.5 'Geist',
		sans-serif;
}

.integration-content {
	margin-top: 6.4rem;
	width: 100%;
	display: flex;
	gap: 6.4rem;
}

.integration-list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	width: 100%;
}

.integration-item {
	padding: 4.8rem;
	background: #f3f5f5;
	border-radius: 3.2rem;
	display: flex;
	gap: 3.2rem;
	align-items: flex-start;
}

.integration-item--v2 {
	align-items: center;
}

.integration-item__icon {
	background: #000;
	height: 8rem;
	width: 8rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 2.4rem;
	flex: 0 0 auto;
}

.integration-item__icon img {
	width: 3.2rem;
	height: 3.2rem;
}

.integration-item__info {
	width: 100%;
}

.integration-item__title {
	color: #000;
	font:
		400 2.8rem/1.2 'Geist',
		sans-serif;
	margin-top: 0.05rem;
}

.integration-item__text {
	color: #6f7780;
	margin-top: 0.8rem;
	font:
		400 1.8rem/1.5 'Geist',
		sans-serif;
}

.integration-image {
	width: 84.1rem;
	flex: 0 0 auto;
	clip-path: url('#integration_figure');
}

.integration-image > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.geography__map {
	position: relative;
}

.geography__map--loading,
.geography__map-mob.geography__map--loading {
	position: relative;
	overflow: hidden;
	background: linear-gradient(
		115deg,
		rgba(243, 245, 245, 0.94) 0%,
		rgba(233, 237, 239, 0.98) 28%,
		rgba(255, 255, 255, 0.98) 48%,
		rgba(233, 237, 239, 0.98) 66%,
		rgba(243, 245, 245, 0.94) 100%
	);
	background-size: 220% 100%;
	animation: geographyMapSkeleton 1.5s linear infinite;
}

.geography__map--loading::after,
.geography__map-mob.geography__map--loading::after {
	position: absolute;
	inset: 0;
	content: '';
	background:
		radial-gradient(
			circle at 38% 42%,
			rgba(201, 211, 217, 0.34) 0,
			rgba(201, 211, 217, 0.34) 14%,
			rgba(201, 211, 217, 0) 22%
		),
		radial-gradient(
			circle at 62% 52%,
			rgba(201, 211, 217, 0.24) 0,
			rgba(201, 211, 217, 0.24) 10%,
			rgba(201, 211, 217, 0) 18%
		),
		linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(222, 228, 231, 0.18));
	pointer-events: none;
	z-index: 2;
}

.geography__map--loading > *,
.geography__map-mob.geography__map--loading > * {
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.geography__map.is-ready,
.geography__map-mob.is-ready {
	animation: none;
	background: transparent;
}

.geography__map.is-ready::after,
.geography__map-mob.is-ready::after {
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.geography__map.is-ready > *,
.geography__map-mob.is-ready > * {
	opacity: 1;
}

.geography__map::before {
	position: absolute;
	content: '';
	height: 70px;
	width: 158px;
	background: #fff;
	bottom: 0;
	right: 0;
	border-radius: 10px;
	z-index: 10;
}

@keyframes geographyMapSkeleton {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

.desc-btn-text br {
	display: none;
}

.btn i {
	padding: 2rem;
}

.hero--v2 {
	background: #fff;
	padding-top: 12rem;
	padding-bottom: 11.2rem;
}

.hero__partners--mt6 {
	padding-top: 6.2rem;
}

.hero__partners {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.inner__partners {
	margin-top: 4.2rem;
	max-width: 66rem;
	flex-wrap: wrap;
}

.inner__partners .hero__partner {
	width: 20.5rem;
	height: 9.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner__partners .hero__partner > img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.hero__container--v2 {
	display: flex;
	gap: 3.2rem;
}

.hero__left--v2 {
	width: 106rem;
	padding-right: 23.1rem;
	flex: 0 0 auto;
}

.hero__top_card--v2 {
	clip-path: none;
	right: 0;
}

.hero__top_card_title--v2 {
	font-size: 2.25rem;
	font-weight: bold;

	text-wrap: balance;
}

.hero__top_card_content--v2 {
	max-width: 100%;
	top: 0;
	left: 0;
	padding: 3.2rem;
	height: 100%;
}

.hero__top_card_text--v2 {
	font-size: 1.8rem;
	line-height: 1.4;

	margin-top: auto;
	padding-right: 5.5rem;
	text-wrap: balance;
}

.hero__top_card_text--v2 b {
	font-weight: 500;
}

.hero__top_card_btn {
	padding: 2rem;
}

.hero__right--images {
	width: 100%;
	height: 90rem;
	overflow: hidden;
	border-radius: 3.2rem;
}

.hero__title {
	margin-bottom: 2.3rem;
}

.hero__subtitle {
	margin-bottom: 4.8rem;
}

.specialization + .support--global {
 padding-top: 5.2rem;
}

.specialization__title--v2 {
	max-width: 100rem;
	font-size: 4.8rem;
}

.specialization__top_info--v2 {
	max-width: 54rem;
	margin-top: auto;
}

.specialization__top--v2 {
  margin-bottom: 3.2rem;
}

.specialization__tabs {
	position: relative;
}

.specialization__tabs_nav {
	display: inline-flex;
	align-items: center;
	gap: 1.6rem;
	padding: 0.8rem;
	margin-bottom: 6.4rem;
	border-radius: 3.2rem;
	background: var(--white-2);
}

.specialization__tabs_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2.4rem;
	min-height: 7.2rem;
	padding: 0 3.2rem;
	border: 0;
	border-radius: 3.2rem;
	background: transparent;
	color: var(--black-1);
	font: 400 1.8rem/1.5 var(--font-1);
	text-align: center;
	text-decoration: none;
	transition:
		background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.specialization__tabs_btn:hover,
.specialization__tabs_btn.active {
	background: var(--black-1);
	color: var(--white-1);
}

.specialization__tabs_btn_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	flex: 0 0 auto;
	color: currentColor;
}

.specialization__tabs_btn_icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.specialization__tabs_body {
	position: relative;
}

.specialization__tabs_panel {
	display: none;
}

.specialization__tabs_panel.active {
	display: block;
}

.specialization__grid .swiper-slide {
	max-width: 58.6rem;
}

/* ============================ BUNDLES ============================ */
.bundles {
	padding-top: 5.2rem;
	padding-bottom: 11.2rem;
}

.bundles__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.6rem;
	margin-bottom: 3.2rem;
}

.bundles__title {
	max-width: 76.5rem;
	width: 100%;
	color: #000;
	font: 500 4.8rem/1.2 var(--font-1);
	text-wrap: balance;
}

.bundles__title span,
.bundles__title strong {
	color: var(--red-1);
	font-weight: inherit;
}

.bundles__head-text {
	width: 100%;
	max-width: 62.1rem;
	color: #6f7780;
	font: 400 2rem/1.6 var(--font-1);
}

.bundles__block {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 3.2rem;
	border-radius: 3.2rem;
	overflow: hidden;
}

.bundles__bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: #1b1f24 no-repeat 50% 50% / cover;
}

.bundles__bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0.65) 0%,
		rgba(0, 0, 0, 0.35) 42%,
		rgba(0, 0, 0, 0) 68%
	);
}

/* десктоп: фон per-тариф — показуємо лише активний (синхр. з табом) */
.bundles__block--desktop .bundles__bg {
	opacity: 0;
	transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.bundles__block--desktop .bundles__bg.is-active {
	opacity: 1;
}

/* ── Desktop tabs layout ── */
.bundles__desktop {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.bundles__head-inner {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 64.252rem;
	max-width: 100%;
}

/* nav — копія стилю specialization, лише фон білий */
.bundles__nav {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0;
	padding: 0.8rem;
	border-radius: 3.2rem;
	background: var(--white-1);
}

.bundles__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	gap: 0.8rem;
	min-height: 7.2rem;
	padding: 0 3.2rem;
	border: 0;
	border-radius: 3.2rem;
	background: transparent;
	color: var(--black-1);
	font: 400 1.8rem/1.5 var(--font-1);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition:
		background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
		color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.bundles__tab.active {
	background: var(--black-1);
	color: var(--white-1);
}

.bundles__caption {
	margin: 3.2rem auto 0;
	max-width: 52.5rem;
	color: #fff;
	font: 500 2.4rem/1.2 var(--font-1);
	text-align: center;
}

.bundles__body {
	display: flex;
	flex: 1 1 auto;
}

.bundles__panel {
	display: none;
	width: 100%;
}

.bundles__panel.active {
	display: flex;
	justify-content: space-between;
	gap: 3.2rem;
	flex: 1 1 auto;
	align-items: stretch;
	animation: bundlesFade 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes bundlesFade {
	from {
		opacity: 0;
		transform: translateY(0.8rem);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.bundles__panel-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 0 1 64.252rem;
	max-width: 64.252rem;
}

.bundles__panel-right {
	display: flex;
	flex: 0 1 75.7rem;
	max-width: 75.7rem;
}

/* ── Plan card ── */
.bundles__plan {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 3.2rem;
	border-radius: 3.2rem;
	background: var(--white-2);
}

.bundles__plan-head {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	margin-bottom: 1.6rem;
}

.bundles__plan-name {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	color: #000;
	font: 500 2.4rem/1.2 var(--font-1);
}

.bundles__badge {
	display: inline-flex;
	align-items: center;
	color: #6f7780;
	font: 500 1.2rem/1.2 var(--font-1);
	border-radius: 3.2rem;
	padding: 0.8rem 1.6rem;
	background: var(--white-1);
}

.bundles__plan-desc {
	margin-bottom: 3.2rem;
	color: #000;
	font: 500 3.2rem/1.2 var(--font-1);
}

.bundles__plan-desc strong {
	color: #6f7780;
	font-weight: 500;
}

.bundles__plan-pricing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 3.2rem;
}

.bundles__price {
	color: #000;
	font: 500 3.2rem/1.2 var(--font-1);
}

.bundles__price-suffix {
	margin-left: 0.6rem;
	color: #6f7780;
	font: 400 2rem/1.2 var(--font-1);
}

.bundles__plan-body {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	padding: 3.2rem;
	border-radius: 3.2rem;
	background: var(--white-1);
}

.bundles__included-title {
	color: #000;
	font: 500 2rem/1.2 var(--font-1);
}

.bundles__included {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bundles__included-item {
	position: relative;
	color: #000;
	font: 400 1.8rem/1.2 var(--font-1);

	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.bundles__included-item::before {
	content: '';
	width: 2.4rem;
	height: 2.4rem;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6 13.4L8.45 11.25C8.26667 11.0667 8.03333 10.975 7.75 10.975C7.46667 10.975 7.23333 11.0667 7.05 11.25C6.86667 11.4333 6.775 11.6667 6.775 11.95C6.775 12.2333 6.86667 12.4667 7.05 12.65L9.9 15.5C10.1 15.7 10.3333 15.8 10.6 15.8C10.8667 15.8 11.1 15.7 11.3 15.5L16.95 9.85C17.1333 9.66667 17.225 9.43333 17.225 9.15C17.225 8.86667 17.1333 8.63333 16.95 8.45C16.7667 8.26667 16.5333 8.175 16.25 8.175C15.9667 8.175 15.7333 8.26667 15.55 8.45L10.6 13.4ZM5 21C4.45 21 3.97933 20.8043 3.588 20.413C3.19667 20.0217 3.00067 19.5507 3 19V5C3 4.45 3.196 3.97933 3.588 3.588C3.98 3.19667 4.45067 3.00067 5 3H19C19.55 3 20.021 3.196 20.413 3.588C20.805 3.98 21.0007 4.45067 21 5V19C21 19.55 20.8043 20.021 20.413 20.413C20.0217 20.805 19.5507 21.0007 19 21H5Z' fill='%23F43563'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.bundles__plan-foot {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.6rem;
	margin-top: 2.4rem;
	padding: 1.2rem;
	border-radius: 1.6rem;
	background: var(--white-1);
}

.bundles__result-label {
	color: #000;
	font: 500 2rem/1.2 var(--font-1);
}

.bundles__result {
	color: #6f7780;
	font: 400 2rem/1.5 var(--font-1);
}

/* ── Review card ── */
.bundles__review {
	width: 100%;
	max-width: 100%;
	padding: 3.2rem;
	border-radius: 3.2rem;
	background: #fff;
}

.bundles__review-top {
	display: flex;
	align-items: center;
	gap: 3.2rem;
	padding: 1.6rem;
	border-radius: 3.2rem;
	background: var(--white-2);
}
.bundles__review-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
}
.bundles__review-logo {
	width: 6.4rem;
	height: 6.4rem;
	flex-shrink: 0;
}
.bundles__review-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bundles__review-quote {
	margin: 0;
	color: #6f7780;
	font: 400 2rem/1.2 var(--font-1);

	max-width: 30.2rem;
	width: 100%;

	text-wrap: balance;
}

.bundles__review-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.6rem;
	border-radius: 1.6rem;
	background: var(--white-1);

	min-height: 8.1rem;
	min-width: 8.1rem;
	flex-shrink: 0;
}

.bundles__review-score {
	color: var(--red-1);
	font: 500 2.4rem/1.3 var(--font-1);
}

.bundles__review-platform {
	color: #6f7780;
	font: 400 1.2rem/1.3 var(--font-1);
}

.bundles__review-pay {
	margin-top: 2.4rem;
	color: #000;
	font: 500 2rem/1.5 var(--font-1);
}
.bundles__review-pay b {
	color: #6f7780;
	font-weight: 400;
}

/* ── Mobile slider (hidden on desktop) ── */
.bundles__slider {
	display: none;
}

.bundles__slide {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	height: 100%;
}

.bundles__progress {
	display: none;
}

.bundles__more {
	display: none;
}

@media screen and (max-width: 1023px) {
	.bundles {
    padding-top: 0;
		padding-bottom: 8.5333rem;
	}

	.bundles__head {
		flex-direction: column;
		align-items: stretch;
		gap: 2.1333rem;
		margin-bottom: 4.2667rem;
	}

	.bundles__title,
	.bundles__head-text {
		max-width: 100%;
	}

	.bundles__title {
		font-size: 3.7333rem;
		line-height: 1.2;
	}

	.bundles__head-text {
		font-size: 2.1333rem;
		line-height: 1.4;
	}

	.bundles__block {
		min-height: 0;
		padding: 3.2rem 2.1333rem;
		border-radius: 4.2667rem;
	}

	.bundles__block--desktop {
		display: none;
	}

	.bundles__slider {
		display: block;
		position: relative;
		z-index: 2;
	}

	.bundles__plan {
		padding: 2.6667rem 2.1333rem;
	}

	.bundles__plan-body {
		gap: 2.1333rem;
		padding: 2.1333rem;
	}

	.bundles__plan-head {
		justify-content: space-between;
		margin-bottom: 1.0667rem;
	}

	.bundles__badge {
		font-size: 1.6rem;
		line-height: 1.2;
		padding: 1.0667rem 2.1333rem;
	}

	.bundles__plan-desc {
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 120%;

		margin-bottom: 2.1333rem;
	}

	.bundles__plan-pricing {
		flex-direction: column;
		align-items: stretch;
		gap: 2.1333rem;

		margin-bottom: 2.6667rem;
	}

	.bundles__price {
		font-size: 3.2rem;
		font-weight: 500;
		line-height: 120%;
	}

	.bundles__price-suffix {
		font-size: 2.1333rem;
		font-weight: 400;
		line-height: 120%;
	}

	.bundles__included-title {
		font-size: 2.1333rem;
		line-height: 120%;
	}

	.bundles__included-item {
		font-size: 2.1333rem;
		line-height: 120%;
		gap: 1.0667rem;
	}

	.bundles__included-item::before {
		width: 2.6667rem;
		height: 2.6667rem;
	}

	.bundles__plan-foot {
		display: none;
	}

	.bundles__included {
		grid-template-columns: 1fr;
		gap: 1.6rem;
	}

	.bundles__included-item:nth-child(n + 5) {
		display: none;
	}

	.bundles__plan-body.is-expanded .bundles__included-item {
		display: flex;
	}

	.bundles__more {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		width: 100%;
		padding: 0.8rem 2.1333rem;
		border: 1px solid rgba(162, 172, 184, 1);
		border-radius: 2.1333rem;
		background: transparent;
		color: #a2acb8;
		font: 500 1.8667rem/1.5 var(--font-1);
		cursor: pointer;
		height: 5.8667rem;
	}

	.bundles__more-icon {
		flex: 0 0 auto;
		width: 2.1333rem;
		height: 2.1333rem;
		transition: transform 0.3s ease;
	}

	.bundles__plan-body.is-expanded .bundles__more-icon {
		transform: rotate(180deg);
	}

	.bundles__review {
		max-width: 100%;
		padding: 2.1333rem;
	}

	.bundles__review-logo {
		width: 6.4rem;
		height: 6.4rem;
	}

	.bundles__review-top {
		gap: 2.1333rem;
	}

	.bundles__review-body {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 1.0667rem;
	}

	.bundles__review-rating {
		flex-direction: row;
		gap: 0.5333rem;
		padding: 0.5333rem 1.0667rem;
		min-width: 3.2rem;
		min-height: 3.2rem;
	}
	.bundles__review-score {
		font: 500 1.6rem / 1.3 var(--font-1);
	}
	.bundles__review-platform {
		font: 400 1.6rem / 1.3 var(--font-1);
	}
	.bundles__review-quote {
		max-width: 100%;
		font: 400 1.6rem/1.2 var(--font-1);
	}

	.bundles__review-pay {
		margin-top: 1.0667rem;
	}
	.bundles__review-pay {
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.bundles__progress {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2.2667rem;
		margin-top: 2.1333rem;
		padding: 4.2667rem 2.1333rem;
		background: var(--white-2);
		border-radius: 2.1333rem;
	}

	.bundles__progress .swiper-pagination-bullet {
		width: 1.3333rem;
		height: 1.3333rem;
		margin: 0;
		border-radius: 999px;
		background: rgba(0, 0, 0, 0.18);
		opacity: 1;
		transition:
			width 0.3s ease,
			background-color 0.3s ease;
	}

	.bundles__progress .swiper-pagination-bullet-active {
		width: 5.3333rem;
		background: var(--red-1);
	}
}

/* ============================ RETAINERS + reusable price card ============================ */
.retainers {
	padding-top: 11.2rem;
	padding-bottom: 11.2rem;
	background: var(--white-2);
}
.retainers + .brand {
	padding-top: 0;
}

/* Перевикористана секція (напр. Діджітал): зменшені відступи, щоб не подвоювались
   з відступами сусідніх секцій (.outcome pb 5.7rem зверху, .specialization--pt5 pt 5.4rem знизу) */
.retainers--reused {
	padding-top: 5.6rem;
	padding-bottom: 5.8rem;
}

/* Перемикачі відступів / фону секції (напр. на сторінці Діджітал) */
.retainers--no-pt {
	padding-top: 0;
}

.retainers--no-pb {
	padding-bottom: 0;
}

.retainers--no-bg {
	background: none;
}

.retainers__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.6rem;
	margin-bottom: 6.4rem;
}

.retainers__title {
	max-width: 88.5rem;
	width: 100%;

	color: #000;
	font: 500 4.8rem/1.2 var(--font-1);
}

.retainers__title span,
.retainers__title strong {
	color: var(--red-1);
	font-weight: inherit;
}

.retainers__head-text {
	width: 100%;
	max-width: 64rem;

	color: #6f7780;
	font: 400 2rem/1.5 var(--font-1);
}

.retainers__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.6rem;
	align-items: stretch;
}

/* ---- reusable .price-card (light + dark) ---- */
.price-card {
	display: flex;
	flex-direction: column;
}

.price-card__top,
.price-card__bottom {
	display: flex;
	flex-direction: column;
	padding: 3.2rem 4.8rem;
	border-radius: 3.2rem;
	background: var(--white-1);
	border: 1px solid rgba(207, 209, 210, 0.4);
}

.price-card__top {
	gap: 3.2rem;
}

.price-card__bottom {
	flex: 1 1 auto;

	gap: 3.2rem;

	margin-top: -1px;
}

.price-card__bottom-inner {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;

	margin-top: auto;
}
.price-card__head {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}
.price-card__head-inner {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	align-items: flex-start;
}

.price-card__name {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	padding: 1.6rem 2.4rem;
	border-radius: 3.2rem;
	background: var(--white-2);
	color: #000;
	font: 500 2.4rem/1.2 var(--font-1);
}

.price-card__price {
	color: #000;
	font: 600 3.2rem/1.6 var(--font-1);
}

.price-card__per {
	margin-left: 0.6rem;
	color: #000;
	font: 400 2.4rem/1.6 var(--font-1);
}

.price-card__desc {
	color: #6f7780;
	font: 400 1.8rem/1.5 var(--font-1);
}

.price-card__review {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	padding: 1.6rem;
	border-radius: 3.2rem;
	background: var(--white-2);
}
.price-card__review-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
}

.price-card__review-body {
	max-width: 28.3rem;
	width: 100%;

	display: flex;
	flex-direction: column;
	gap: 0.8rem;

	text-wrap: balance;
}

.price-card__review-logo {
	width: 6.4rem;
	height: 6.4rem;
}
.price-card__review-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.price-card__review-quote {
	margin: 0;
	color: #000;
	font: 400 1.6rem/1.4 var(--font-1);
}

.price-card__review-author {
	display: block;
	color: #6f7780;
	font: 400 1.4rem/1.2 var(--font-1);
}

.price-card__review-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1.6rem;
	border-radius: 1.6rem;
	background: var(--white-1);

	min-height: 7.4rem;
	flex-shrink: 0;

	white-space: nowrap;
}

.price-card__review-score {
	color: var(--red-1);
	font: 500 2rem/1.3 var(--font-1);
}

.price-card__review-platform {
	color: #6f7780;
	font: 400 1.2rem/1.3 var(--font-1);
}

.price-card__subtitle {
	margin-bottom: 1.6rem;
	color: #000;
	font: 500 2rem/1.5 var(--font-1);
}

.price-card__list {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #6f7780;
}

.price-card__list li {
	position: relative;
	padding-left: 3.2rem;
	font: 400 1.8rem/1.5 var(--font-1);
}

.price-card__list li strong {
	font-weight: 500;
}

.price-card__list li::before {
	content: '';
	position: absolute;
	left: 0.2rem;
	top: 0.75rem;
	width: 0;
	height: 0;
	border-left: 0.9rem solid var(--red-1);
	border-top: 0.55rem solid transparent;
	border-bottom: 0.55rem solid transparent;
}

.price-card__btn {
	width: 100%;
}
.price-card__btn.desktop-hidden {
	display: none;
}

.price-card__more,
.price-card__less {
	display: none;
}

.price-card__note {
	color: #6f7780;
	font: 400 1.6rem/1.4 var(--font-1);
}

/* dark variant */
.price-card--dark .price-card__top,
.price-card--dark .price-card__bottom {
	background: #505a64;
}

.price-card--dark .price-card__name {
	background: #3a424c;
	color: var(--white-1);
}
.price-card--dark .price-card__desc,
.price-card--dark .price-card__per,
.price-card--dark .price-card__price,
.price-card--dark .price-card__subtitle,
.price-card--dark .price-card__review-score,
.price-card--dark .price-card__list li {
	color: var(--white-1);
}

.price-card--dark .price-card__note,
.price-card--dark .price-card__review-author,
.price-card--dark .price-card__review-platform {
	color: #cfd1d2;
}

.price-card--dark .price-card__review {
	background: #3a424c;
}

.price-card--dark .price-card__review-quote {
	color: var(--white-1);
}

.price-card--dark .price-card__review-rating {
	background: rgba(255, 255, 255, 0.08);
}

/* Перемикач вирівнювання: фікс. висота опису замість розтягнутого низу (тільки desktop) */
@media screen and (min-width: 1024px) {
	.price-card--align .price-card__bottom {
		flex: 0 1 auto;
	}

	.price-card--align .price-card__desc {
		min-height: 9rem;
		font-size: 2rem;
	}

	.price-card--align .price-card__note {
		font-size: 2rem;
	}

  .guide.guide--mini .guide-left, .guide.guide--mini .guide-right {
    height: 76.4rem;
  }
  .guide.guide--mini .guide-left, .guide.guide--mini .guide-right {
    height: 76.4rem;
  }
  .guide.guide--mini .guide-left__content--v2 {
    padding: 12.8rem 6.4rem;
  }
}

@media screen and (max-width: 1023px) {
	.retainers {
		padding-top: 8.5333rem;
		padding-bottom: 8.5333rem;
	}

	/* Перевикористана секція: сусіди на мобільному — .outcome pb 7.7rem зверху,
	   .specialization--pt5 pt 0 знизу */
	.retainers--reused {
		padding-top: 4rem;
		padding-bottom: 6.4rem;
	}

	.retainers--no-pt {
		padding-top: 0;
	}

	.retainers--no-pb {
		padding-bottom: 0;
	}

	.retainers__head {
		flex-direction: column;
		align-items: stretch;
		gap: 2.1333rem;
		margin-bottom: 3.2rem;
	}

	.retainers__title,
	.retainers__head-text {
		max-width: 100%;
	}

	.retainers__title {
		font-size: 3.7333rem;
		font-weight: 500;
		line-height: 120%;
	}

	.retainers__head-text {
		font-size: 2.1333rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}

	.price-card__btn.mobile-hidden {
		display: none;
	}
	.price-card__btn.desktop-hidden {
		display: flex;
	}

	.retainers__grid {
		grid-template-columns: 1fr;
		gap: 2.1333rem;
	}

	.price-card__top,
	.price-card__bottom {
		padding: 3.2rem 2.1333rem;
	}

	.price-card__head {
		gap: 1.0667rem;
	}

	.price-card__head-inner {
		gap: 2.1333rem;
	}

	.price-card__name {
		padding: 1.6rem 3.2rem;
		gap: 1.3333rem;

		border-radius: 4.2667rem;

		font-size: 2.1333rem;
		font-style: normal;
		font-weight: 500;
		line-height: 120%;
	}

	.price-card__price {
		font-size: 3.7333rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%;
	}
	.price-card__per {
		font-size: 2.6667rem;
		font-style: normal;
		font-weight: 400;
		line-height: 160%;
	}
	.price-card__desc {
		font-size: 2.1333rem;
		font-weight: 400;
		line-height: 140%;
	}
	.price-card__top {
		gap: 2.1333rem;
	}
	.price-card__review-wrapper {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 1.0667rem;
	}
	.price-card__review-body {
		gap: 1.0667rem;
	}
	.price-card__review-quote {
		font-size: 1.6rem;
		line-height: 140%;
	}
	.price-card__review-author {
		font-size: 1.6rem;
		line-height: 120%;
	}
	.price-card__review-logo {
		width: 6.4rem;
		height: 6.4rem;
		align-self: flex-start;
	}
	.price-card__review {
		padding: 2.1333rem;
		border-radius: 3.2rem;
	}
	.price-card__review-rating {
		flex-direction: row;
		padding: 0.5333rem 1.0667rem;
		align-items: center;
		gap: 0.5333rem;
		border-radius: 2.1333rem;
		text-align: left;
		min-height: 3.2rem;
		min-width: 3.2rem;
	}
	.price-card__review-score {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 130%;
	}

	.price-card__review-platform {
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
	}
	.price-card__subtitle {
		font-size: 2.1333rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
		margin-bottom: 1.6rem;
	}
	.price-card__list {
		gap: 1.6rem;
	}
	.price-card__list li {
		padding-left: 4.2667rem;
		font-size: 2.1333rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%;
	}
	.price-card__list li::before {
		border-left: 1.2rem solid var(--red-1);
		border-top: 0.6rem solid transparent;
		border-bottom: 0.6rem solid transparent;

		left: 0.75rem;
		top: 0.9333rem;
	}
	.price-card__bottom {
		gap: 2.1333rem;
	}
	.price-card__note {
		font-size: 1.8667rem;
		font-weight: 400;
		line-height: 140%;
	}

	/* collapse: показуємо 4 пункти + ховаємо bottom; тогл через .is-expanded */
	.price-card__top .price-card__list li:nth-child(n + 5) {
		display: none;
	}

	.price-card.is-expanded .price-card__top .price-card__list li {
		display: block;
	}

	.price-card__bottom {
		display: none;
	}

	.price-card.is-expanded .price-card__bottom {
		display: flex;
	}

	.price-card__more,
	.price-card__less {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1rem;
		width: 100%;
		padding: 1.8rem 2rem;
		border: 1px solid rgba(0, 0, 0, 0.12);
		border-radius: 1.6rem;
		background: transparent;
		color: #6f7780;
		font: 400 1.8667rem/1.2 var(--font-1);
		cursor: pointer;
	}

	.price-card.is-expanded .price-card__more {
		display: none;
	}

	.price-card--dark .price-card__more,
	.price-card--dark .price-card__less {
		border-color: rgba(255, 255, 255, 0.2);
		color: #a2acb8;
	}

	.price-card__toggle-icon {
		flex: 0 0 auto;
		width: 1.8rem;
		height: 1.8rem;
	}
}

/* ---- SMM та контент (left intro + reusable .price-card grid) ---- */
.smm {
	padding-top: 11.2rem;
	padding-bottom: 11.2rem;
	background: var(--white-1);
}

.smm.smm--no-pt {
	padding-top: 0;
}

.smm.smm--no-pb {
	padding-bottom: 0;
}

.smm__inner {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 1.6rem;
	align-items: start;
}

.smm__aside {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3.2rem;
}

.smm__title {
	color: #000;
	font: 500 4rem/1.2 var(--font-1);
  text-wrap: balance;
}

.smm__title span,
.smm__title strong {
	color: var(--red-1);
	font-weight: inherit;
}

.smm__text {
	color: #6f7780;
	font: 400 2rem/1.5 var(--font-1);
    text-wrap: balance;
}

.smm__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.smm__tag {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.8rem 1.6rem;
	border: 1px solid rgba(207, 209, 210, 0.6);
	border-radius: 3.2rem;
	color: #000;
	font: 400 1.8rem/1.2 var(--font-1);
}

.smm__tag-icon {
	flex: 0 0 auto;
	width: 2rem;
	height: 2rem;
	color: var(--red-1);
}

.smm__addons {
	width: 100%;
	padding: 3.2rem;
	border: 1px solid rgba(207, 209, 210, 0.4);
	border-radius: 3.2rem;
	background: var(--white-1);
}

.smm__addons-title {
	margin-bottom: 0.8rem;
	color: #000;
	font: 500 2rem/1.5 var(--font-1);
}

.smm__addons-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.smm__addons-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
	padding: 1.6rem 0;
	border-bottom: 1px solid rgba(207, 209, 210, 0.4);
}

.smm__addons-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.smm__addons-label {
	color: #6f7780;
	font: 400 1.8rem/1.4 var(--font-1);
}

.smm__addons-price {
	flex: 0 0 auto;
	color: #000;
	font: 500 1.8rem/1.4 var(--font-1);
}

.smm__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem;
	align-items: stretch;
}

/* light-картка в цій секції: сіре тіло + білі вставки (інверсія retainers) */
.smm .price-card:not(.price-card--dark) .price-card__top,
.smm .price-card:not(.price-card--dark) .price-card__bottom {
	background: var(--white-2);
	border-color: transparent;
}

.smm .price-card:not(.price-card--dark) .price-card__name,
.smm .price-card:not(.price-card--dark) .price-card__review {
	background: var(--white-1);
}

.smm .price-card:not(.price-card--dark) .price-card__review-rating {
	background: var(--white-2);
}

@media screen and (max-width: 1023px) {
	.smm {
		padding-top: 8.5333rem;
		padding-bottom: 8.5333rem;
	}

	.smm__inner {
		grid-template-columns: 1fr;
		gap: 4.2667rem;
	}

	.smm__aside {
		gap: 2.1333rem;
	}

	.smm__title {
		font-size: 3.7333rem;
	}

	.smm__text {
		font-size: 2.1333rem;
	}

	.smm__tags {
		gap: 1.0667rem;
	}

	.smm__tag {
		gap: 0.5333rem;
		padding: 0.9333rem;
		font-size: 1.6rem;
    font-weight: 400;
    line-height: 120%;
    border-radius: 2.1333rem;
	}

	.smm__tag-icon {
		width: 2.6667rem;
		height: 2.6667rem;
	}

	.smm__addons {
		margin-top: 2.1333rem;
		padding: 3.2rem 2.1333rem;
		border-radius: 4.2667rem;
	}

  .smm__addons-item {
    padding-top: 1.6rem;
    padding-bottom: 2.1333rem;
  }
  .smm__addons-item:first-child {
    padding-top: 0;
  }
  .smm__addons-item:last-child {
    padding-bottom: 0;
  }

	.smm__addons-title {
		margin-bottom: 1.6rem;
    font-size: 2.1333rem;
    font-weight: 500;
    line-height: 140%; 
	}

	.smm__addons-label,
	.smm__addons-price {
		font-size: 1.8667rem;
	}

	.smm__grid {
		grid-template-columns: 1fr;
		gap: 2.1333rem;
	}
}

/* ===== Fractional CMO (left card + reusable video right) ===== */
.fractional {
	position: relative;
	padding: 6.4rem 0;
	background: #222427;
	overflow: hidden;
}
.fractional + .actual {
	margin-top: 0;
}

.fractional__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.6;
	pointer-events: none;
}

.fractional .container {
	position: relative;
	z-index: 1;
}

.fractional__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr);
	gap: 6.4rem;
	align-items: stretch;
}

.fractional__card {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
	padding: 6.4rem;
	border-radius: 3.2rem;
	background: var(--white-1);
}

.fractional__head {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

.fractional__label {
	color: #464c54;
	font: 400 1.8rem/1.2 var(--font-1);
}

.fractional__title {
	color: #000;
	font: 500 4.8rem/1.2 var(--font-1);
  text-wrap: balance;
}

.fractional__title span {
	color: #6f7780;
	font-weight: inherit;
}
.fractional__title strong {
	color: #6f7780;
	font-weight: inherit;
}

.fractional__text {
	max-width: 88.8rem;
	color: #6f7780;
	font: 400 2rem/1.5 var(--font-1);
}

.fractional__cols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.6rem;
	align-items: stretch;
}

.fractional__list-card {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	padding: 3.2rem;
	border-radius: 3.2rem;
	background: var(--white-1);
	border: 1px solid rgba(207, 209, 210, 0.5);
}

.fractional__list-title {
	color: #000;
	font: 500 2rem/1.5 var(--font-1);
}

.fractional__list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fractional__list-item {
	display: flex;
	align-items: center;
	gap: 1.6rem;
	color: #6f7780;
	font: 400 1.8rem/1.5 var(--font-1);
  text-wrap: balance;
}

.fractional__list-icon {
	flex: 0 0 auto;
	width: 1.6rem;
	height: 1.6rem;
}

.fractional__price-card {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	padding: 3.2rem;
	border-radius: 3.2rem;
	background: var(--white-2);
	border: 1px solid rgba(207, 209, 210, 0.5);
}

.fractional__price-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.6rem;
}

.fractional__price {
	color: #000;
	font: 500 3.2rem/1.2 var(--font-1);
	white-space: nowrap;
}

.fractional__price-per {
	margin-left: 0.4rem;
	color: #000;
	font: 400 2rem/1.2 var(--font-1);
}

.fractional__price-note {
	color: #6f7780;
	font: 400 1.4rem/1.2 var(--font-1);

  max-width: 16rem;
}

.fractional__offer {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.fractional__offer-title {
	color: #000;
	font: 500 2rem/1.5 var(--font-1);
    text-wrap: balance;
}

.fractional__offer-text {
	color: #6f7780;
	font: 400 1.6rem/1.5 var(--font-1);

  text-wrap: balance;
}

.fractional__pay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.6rem;
	min-height: 7.2rem;
	padding: 0.8rem 0.8rem 0.8rem 3.2rem;
	border-radius: 1.6rem;
	background: #000;
	text-decoration: none;
}

.fractional__pay-left {
	display: flex;
	align-items: center;
	gap: 2.4rem;
}

.fractional__pay-logo {
	width: 2.4rem;
	height: 2.4rem;
	object-fit: contain;
}

.fractional__pay-text {
	color: var(--white-1);
	font: 500 1.8rem/1.5 var(--font-1);
}

.fractional__pay-icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 100px;
	background: var(--white-2);
	transition: background 0.3s ease;
}

.fractional__pay-icon .icon {
	width: 2.4rem;
	height: 2.4rem;
}

.fractional__pay-icon use {
	fill: #000;
}

.fractional__pay:hover .fractional__pay-icon {
	background: var(--red-1);
}

.fractional__pay:hover .fractional__pay-icon use {
	fill: #fff;
}

.fractional__video {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 3.2rem;
	border-radius: 3.2rem;
	overflow: hidden;
	background: #000;
}

.fractional__video .js-video {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.fractional__video:before {
	z-index: 1;
}

.fractional__video-bar {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 3.2rem;
}

.fractional__play {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 8.6rem;
	height: 8.6rem;
	border-radius: 1.6rem;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.21);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	cursor: pointer;
}

.fractional__play svg {
	width: 4rem;
	height: 4rem;
}

.fractional__video-caption {
	opacity: 1;
	color: var(--white-1);
	font: 600 2.4rem/1.4 var(--font-1);
}

@media screen and (max-width: 1023px) {
	.fractional {
		padding: 4.2667rem 0;
	}

	.fractional + .actual {
		margin-top: 0;
	}


	.fractional__inner {
		grid-template-columns: 1fr;
		gap: 4.2667rem;
	}

	.fractional__card {
		gap: 2.1333rem;
		padding: 4.2667rem 2.6667rem;
		border-radius: 4.2667rem;
	}

	.fractional__head {
		gap: 2.1333rem;
	}

	.fractional__label {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 120%; 
	}

	.fractional__title {
		font-size: 3.7333rem;
    font-weight: 500;
    line-height: 120%; 

    max-width: 39.3333rem;
	}

	.fractional__text {
		font-size: 2.1333rem;

      max-width: 39.3333rem;
	}

	.fractional__cols {
		grid-template-columns: 1fr;
		gap: 2.1333rem;
	}

	.fractional__list-card {
		gap: 1.6rem;
		padding: 3.2rem 2.1333rem;
		border-radius: 4.2667rem;
	}

	.fractional__price-card {
		gap: 2.1333rem;
		padding: 3.2rem 2.1333rem;
		border-radius: 4.2667rem;
	}

	.fractional__list-title {
		font-size: 2.1333rem;
	}

	.fractional__list {
		gap: 1.6rem;
	}

	.fractional__list-item {
		gap: 2.1333rem;
		font-size: 1.8667rem;
	}

	.fractional__list-icon {
		width: 2.1333rem;
		height: 2.1333rem;
	}

  .fractional__price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5333rem;
  }

	.fractional__price {
		font-size: 3.7333rem;
	}

	.fractional__price-per {
		font-size: 2.6667rem;
	}

	.fractional__price-note {
		font-size: 1.6rem;

    max-width: 100%;
	}

	.fractional__offer-title {
		font-size: 2.1333rem;
	}

	.fractional__offer-text {
		font-size: 1.8667rem;
	}

	.fractional__pay {
		min-height: 9.6rem;
		padding: 1.0667rem 1.0667rem 1.0667rem 2.1333rem;
		border-radius: 2.1333rem;
	}

	.fractional__pay-left {
		gap: 1.0667rem;
	}

	.fractional__pay-logo {
		width: 3.2rem;
		height: 3.2rem;
	}

	.fractional__pay-text {
		font-size: 2.1333rem;
	}

	.fractional__pay-icon {
		width: 6.4rem;
		height: 6.4rem;
	}

	.fractional__pay-icon .icon {
		width: 3.2rem;
		height: 3.2rem;
	}

	.fractional__video {
		height: 60rem;
		padding: 2.1333rem;
		border-radius: 4.2667rem;
	}

	.fractional__video-bar {
		gap: 4.2667rem;
	}

	.fractional__video-caption {
		font-size: 2.6667rem;
	}

	.fractional__play {
		width: 8.5333rem;
		height: 8.5333rem;
		border-radius: 2.1333rem;
	}

	.fractional__play svg {
		width: 4rem;
		height: 4rem;
	}
}

/* About: шапка секції specialization — зліва заголовок/текст, справа стрілки слайдера */
.specialization__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 4rem;
	margin-bottom: 6.4rem;
}

.specialization__head-info {
	flex: 1 1 auto;
	min-width: 0;
}

.specialization__head-info .specialization__text {
	margin-bottom: 0;
}

.specialization__nav {
	display: flex;
	gap: 1.6rem;
	flex-shrink: 0;
}

.specialization__nav-btn {
	width: 7.2rem;
	height: 7.2rem;
	flex-shrink: 0;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #f3f5f5;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease, opacity 0.3s ease;
}

.specialization__nav-btn:hover {
	background: #e7eaec;
}

.specialization__nav-btn img {
	width: 2.8rem;
	height: 2.8rem;
}

.specialization__nav-btn.is-disabled {
	opacity: 0.35;
	pointer-events: none;
}

.specialization__nav--mobile {
	display: none;
}

@media screen and (max-width: 1023px) {
	.specialization__head {
		margin-bottom: 4rem;
	}

	.specialization__nav--head {
		display: none;
	}

	.specialization__nav--mobile {
		display: flex;
		gap: 1rem;
		margin-top: 3.2rem;
	}

	.specialization__nav--mobile .specialization__nav-btn {
		width: 50%;
		height: 9rem;
		border-radius: 10rem;
	}

	.specialization__nav--mobile .specialization__nav-btn img {
		width: 3.5rem;
		height: 3.5rem;
	}
}

.specialization__grid {
	width: calc(100% + 1.6rem);
	overflow: visible;
}

.specialization_item {
	min-height: 75rem;
	padding: 3.2rem 4.8rem;
}

.specialization_item__content {
	position: relative;
	top: 10.5rem;
	transition: 0.4s;
}

.specialization_item:hover .specialization_item__content {
	top: 0;
}

.specialization_item__list {
	margin: 0.8rem 0 3.2rem;
	padding: 0;
}

.specialization_item__list li {
	margin-top: 1.6rem;
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
}

.specialization_item__list b {
	width: 11.4rem;
	flex: 0 0 auto;
	font:
		500 1.6rem/1.5 'Geist',
		sans-serif;
	color: #fff;
}

.specialization_item__list span {
	width: 100%;
	font:
		400 1.6rem/1.5 'Geist',
		sans-serif;
	color: #a2acb8;
}

.cases-text {
	color: #6f7780;
	font: 400 2rem/1.5 'Geist';
	width: 79rem;
	margin-top: 0.8rem;
}

.principles__btn {
	max-width: 52.8rem;
	justify-content: center;
	gap: 1.25rem;
}

.principles__btn--icon-left img,
.principles__btn--icon-left picture {
	order: -1;
}

@media screen and (max-width: 1023px) {
	.principles__btn {
		padding: 2rem 1rem;
	}
}

/* purpose__grid hover performance fixes */
@media screen and (min-width: 1023px) {
	.purpose__grid .swiper-slide {
		will-change: width;
		transform: translateZ(0);
		backface-visibility: hidden;
		transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		min-height: 67.7rem;
	}

	.purpose_item {
		will-change: padding;
		transform: translateZ(0);
		backface-visibility: hidden;
		transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.purpose_item__bottom {
		will-change: height;
		transform: translateZ(0);
		backface-visibility: hidden;
		transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.btn.purpose_item__btn {
		will-change: width, right, bottom;
		transform: translateZ(0);
		backface-visibility: hidden;
		transition:
			width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
			right 0.4s cubic-bezier(0.4, 0, 0.2, 1),
			bottom 0.4s cubic-bezier(0.4, 0, 0.2, 1),
			background-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
			padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.purpose_item__btn span {
		will-change: max-width;
		transition: max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.purpose_item__bg {
		will-change: clip-path;
		transform: translateZ(0);
		transition: clip-path 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
}

.principles__title.section_title {
	text-wrap: balance;
}

.purpose__description--v2 {
	margin-top: -4.7rem;
}

.tooltip {
	display: none;
}

/* blog_hero two-column layout */
@media screen and (min-width: 1023px) {
	.blog_hero__container {
		flex-direction: row;
		align-items: stretch;
		gap: 4rem;
	}

	.blog_hero__left {
		flex: 1 1 auto;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 3.2rem;
	}

	.blog_hero__right {
		flex: 0 0 73.7rem;
		width: 73.7rem;
	}

	.blog_hero__title {
		max-width: 100%;
	}

	.blog_hero__descr {
		max-width: 52rem;
		margin-bottom: 8rem;
	}

	.blog_hero__filters {
		margin-top: 0;
	}

	.blog_hero__cta {
		position: static;
		height: 100%;
	}
}

@media screen and (max-width: 1023px) {
	.blog_hero__right {
		width: 100%;
	}
}

/* blog_hero__media */
.blog_hero__media {
	width: 100%;
	border-radius: 3.2rem;
	overflow: hidden;
	position: relative;
	height: 100%;
	min-height: 50rem;
}

.blog_hero__media .internal_hero__right-content {
	display: none;
}

.blog_hero__media::before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000;
	opacity: 0.1;
	z-index: 1;
}

.blog_hero__media-video,
.blog_hero__media-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 1023px) {
	.blog_hero__right {
		margin-top: 0;
	}

	.blog_hero__media {
		height: 50rem;
		min-height: unset;
	}

	.filter_select {
		margin-top: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	.blog_hero__right {
		margin-top: 0;
	}

	.blog_hero__media {
		height: 32rem;
		border-radius: 2rem;
	}

	.filter_select {
		margin-top: 2rem;
	}
}

.blog_hero__cta_btn form {
	background: #fff;
}

.blog_hero__cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 6.6rem 5.6rem 5.6rem;
}

.blog_hero__cta_img {
	width: 8rem;
	height: 8rem;
	margin-bottom: 3.2rem;
}

.blog_hero__cta_title {
	max-width: 58rem;
	margin-bottom: 2.4rem;
	font:
		500 4.2rem/1.12 'Geist',
		sans-serif;
	letter-spacing: -0.02em;
}

.blog_hero__cta_subtitle {
	color: #676c76;
	font:
		400 2rem/1.45 'Geist',
		sans-serif;
	max-width: 56rem;
	margin-top: 0;
}

.blog_hero__cta_btn {
	margin-top: 4rem;
	width: 100%;
}

.blog_hero__cta_btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 100%;
	min-height: 7.4rem;
	padding: 0.8rem 1rem;
	border-radius: 10rem;
	background: #eef3ff;
	color: #111318;
	text-decoration: none;
	font:
		600 2.1rem/1.2 'Geist',
		sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease;
}

.blog_hero__cta_btn a:hover {
	transform: translateY(-0.1rem);
	background: #ffffff;
}

.blog_hero__cta_btn a span {
	color: #111318;
	font: inherit;
	flex: 0 1 auto;
}

.blog_hero__cta_btn a i {
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	background: #fff;
	border: 0.1rem solid rgba(17, 19, 24, 0.14);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.blog_hero__cta_btn a svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: #111318;
}

@media (max-width: 767px) {
	.blog_hero__cta {
		padding: 4rem 3.2rem 3.2rem;
	}

	.blog_hero__cta_img {
		margin-bottom: 2.4rem;
	}

	.blog_hero__cta_title {
		margin-bottom: 2.4rem;
		font-size: 3.4rem;
		max-width: 100%;
	}

	.blog_hero__cta_subtitle {
		font-size: 1.8rem;
		max-width: 100%;
	}

	.blog_hero__cta_btn {
		margin-top: 3.2rem;
	}

	.blog_hero__cta_btn a {
		min-height: 6.4rem;
		gap: 1.4rem;
		font-size: 1.7rem;
	}

	.blog_hero__cta_btn a i {
		width: 4.8rem;
		height: 4.8rem;
	}
}

.header-language--mobile {
	padding: 1.5rem 2rem;
	background: #fff;
	width: auto;
	border-radius: 5rem;
}

.header-language--current {
	background: #f3f5f5;
}

.site-languages {
	gap: 2rem;
	margin-top: -1rem;
	margin-bottom: 0;
}

.js-video-wrapper:before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 71%,
		rgba(0, 0, 0, 0.8) 100%
	);
}

.js-video-wrapper.is-playing:before {
	background: none;
}

.js-video-wrapper.is-playing .js-video-play + div {
	opacity: 1;
}

.js-video-play svg {
	display: none;
}

.js-video-play .mute {
	display: block;
}

.js-video-wrapper.is-playing .js-video-play svg {
	display: block;
}

.js-video-wrapper.is-playing .js-video-play .mute {
	display: none;
}

.js-video-wrapper .js-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background: #000;
}

.cases--pt8 {
	padding-top: 7.8rem;
}

.cases-text--w73 {
	width: 73rem;
	margin-top: 0;
}

.need--mt3 {
	margin-top: 5.3rem;
}

.need-text--w73 {
	width: 73.4rem;
	font-size: 2rem;
}

.need-list--4col {
	grid-template-columns: repeat(4, 1fr);
}

.need-item__text--v2 {
	min-height: 8.1rem;
}

.specialization__top_info--mta {
	margin-top: auto;
}

.specialization--pt5 {
	padding-top: 5.4rem;
}

.specialization__title--w90 {
	width: 90rem;
}

.specialization_item__content--v2 {
	top: 0;
	width: 100%;
}

.specialization_item__text--v2 {
	font-size: 1.6rem;
	min-height: 7.2rem;
}

.specialization_item__subtitle {
	color: #fff;
	margin-bottom: 0.8rem;
	font:
		500 1.6rem/1.5 'Geist',
		sans-serif;
	margin-top: 1.6rem;
}

.specialization_item__title--v2 {
	display: flex;
	align-items: flex-end;
	gap: 1.6rem;
}

.specialization_item__title--v2 > img {
	height: 4.8rem;
	width: 4.8rem;
}

.hero__partner > img {
	-o-object-fit: contain;
	object-fit: contain;
}

.js-video-play path {
	transition: 0.3s;
}

.js-video-play:hover path {
	fill: #f43563;
}

.site_menu__nav {
	flex-wrap: wrap;
}

.site_menu__divider {
	width: 120%;
	background: #cfd1d2;
	height: 0.1rem;
	margin-left: -20%;
	margin-bottom: auto;
}

.site_menu__top {
	width: 100%;
	display: flex;
	margin-bottom: auto;
}

.site_menu__top-title {
	font:
		400 7.2rem/1.1 'Geist',
		sans-serif;
	color: #000;
	flex: 0 0 auto;
	width: 39rem;
	margin-right: auto;
}

.site_menu__services {
	display: grid;
	width: 83.5rem;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
	grid-template-columns: repeat(2, 1fr);
	gap: 3.2rem 5.8rem;
}

.site_menu__services a {
	transition: 0.3s;
	font:
		500 2.4rem/1.2 'Geist',
		sans-serif;
	color: #000;
}

.site_menu__services a:hover {
	color: #f43563;
}

.site_menu__nav {
	max-height: 71rem;
}

.site_menu {
	display: flex;
	align-items: flex-end;
}

.site_menu {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate3d(0, -1.6rem, 0) scale(0.985);
	transform-origin: 50% 0;
	filter: blur(1rem);
	transition:
		opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.52s cubic-bezier(0.22, 1, 0.36, 1),
		visibility 0s linear 0.52s;
	will-change: opacity, transform, filter;
}

body.body--open_menu_state .site_menu,
.site_menu.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
	transition-delay: 0s;
}

.site_menu__nav,
.site_menu__decor,
.site_menu__top,
.site_menu__divider,
.site_menu__main,
.site_menu__sub,
.site-languages {
	opacity: 0;
	transform: translate3d(0, 2.4rem, 0);
	transition:
		opacity 0.44s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.52s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

body.body--open_menu_state .site_menu__nav,
.site_menu.is-open .site_menu__nav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.08s;
}

body.body--open_menu_state .site_menu__top,
.site_menu.is-open .site_menu__top {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.12s;
}

body.body--open_menu_state .site_menu__divider,
.site_menu.is-open .site_menu__divider {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.16s;
}

body.body--open_menu_state .site_menu__main,
.site_menu.is-open .site_menu__main {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.18s;
}

body.body--open_menu_state .site_menu__sub,
.site_menu.is-open .site_menu__sub {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.24s;
}

body.body--open_menu_state .site_menu__decor,
.site_menu.is-open .site_menu__decor {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.2s;
}

body.body--open_menu_state .site-languages,
.site_menu.is-open .site-languages {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition-delay: 0.28s;
}

.site_menu__back {
	padding: 0.6rem 0;
	display: none;
	cursor: pointer;
	background: url(../images/ico_prev-2.svg) no-repeat 0 50%/3.5rem 3.5rem;
	color: #a2acb8;
	font:
		400 2.8rem/1.3 'Geist',
		sans-serif;
	padding-left: 5.4rem;
}

.site_menu__back.none {
	display: none;
}

.footer {
	overflow: hidden;
}

.js-video-play + div {
	opacity: 1;
}

.team_pagination .team_pagination_in span.swiper-pagination-bullet {
	background: #272727 !important;
}

.team_pagination__btn.cases_pagination__btn--pause_state .team_pagination__btn_icon:nth-child(1) {
	display: none;
}

.team_pagination__btn.cases_pagination__btn--pause_state .team_pagination__btn_icon:nth-child(2) {
	display: block;
}

.btn--white {
	background: #fff;
	color: #000;
}

.btn--white i {
	background: #000;
}

.btn--white use {
	fill: #fff;
}

.btn--white:hover {
	background: #f43563;
	color: #fff;
}

.btn--white:hover i {
	background: #000;
}

.btn--white:hover use {
	fill: #fff;
}

.btn--white-2 {
	background: #fff;
	color: #000;
}

.btn--white-2 i {
	background: #000;
}

.btn--white-2 use {
	fill: #fff;
}

.btn--white-2:hover {
	background: #f43563;
	color: #fff;
}

.btn--white-2:hover i {
	background: #fff;
}

.btn--white-2:hover use {
	fill: #000;
}

.btn--white3 {
	background: #fff;
	color: #000;
}

.btn--white3 i {
	background: var(--red-1);
}

.btn--white3 use {
	fill: #fff;
}

.btn--white3:hover {
	background: #f43563;
	color: #fff;
}

.btn--white3:hover i {
	background: #000;
}

.btn--white3:hover use {
	fill: #fff;
}

.btn--gray {
	background: #f3f5f5;
	color: #000;
}

.btn--gray i {
	background: var(--red-1);
}

.btn--gray use {
	fill: #f3f5f5;
}

.btn--gray:hover {
	background: #f43563;
	color: #fff;
}

.btn--gray:hover i {
	background: #fff;
}

.btn--gray:hover use {
	fill: #000;
}

.btn.btn--gray2 {
	background: #f3f5f5;
	color: #000;
}

.btn.btn--gray2 i {
	background: #000;
}

.btn.btn--gray2 use {
	fill: #fff;
}

.btn.btn--gray2:hover {
	background: #000;
	color: #fff;
}

.btn.btn--gray2:hover i {
	background: #fff;
}

.btn.btn--gray2:hover use {
	fill: #000;
}

.btn--red {
	background: var(--red-1);
	color: #fff;
}

.btn--red i {
	background: #f3f5f5;
}

.btn--red use {
	fill: #000;
}

.btn--red:hover {
	background: #000;
	color: #fff;
}

.quiz {
	display: flex;
	min-height: 100vh;
	width: 100vw;
	padding: 12rem 0 1rem;
	background: #fff;
}

.quiz_container {
	display: flex;
	gap: 1.6rem;
	max-height: 95.2rem;
	height: 100%;
	margin: auto;
}

.quiz-content {
	background: #f3f5f5;
	height: 100%;
	width: 100%;
	border-radius: 3.2rem;
	padding: 6.4rem 3.2rem 3.2rem;
	display: flex;
	flex-wrap: wrap;
}

.quiz-content:after {
	content: '';
	display: block;
	width: 100%;
	margin-top: auto;
}

.quiz-steps {
	width: 66.5rem;
	height: 70rem;
	margin-right: auto;
}

.quiz-step {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quiz-step.none {
	display: none;
}

.quiz-title {
	font:
		400 4.8rem/1.1 'Geist',
		sans-serif;
	color: #000;
}

.quiz-text {
	color: #6f7780;
	margin-top: 1.3rem;
	font:
		400 2rem/1.4 'Geist',
		sans-serif;
}

.quiz-choises {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-top: 6.2rem;
}

.quiz-choise {
	position: relative;
}

.quiz-choise > input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	height: 0;
	width: 0;
}

.quiz-choise > input:checked + span {
	background: #000;
	color: #fff;
}

.quiz-choise > input:checked + span:after {
	position: absolute;
	display: block;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	background: #a2acb8;
	content: '';
	left: 3.8rem;
	top: calc(50% - 1rem);
}

.quiz-choise span {
	cursor: pointer;
	align-items: center;
	justify-content: flex-start;
	display: flex;
	height: 9.6rem;
	padding: 1.5rem 3rem;
	color: #000;
	background: #fff;
	border-radius: 2.4rem;
	position: relative;
	gap: 3.6rem;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
}

.quiz-choise span:before {
	content: '';
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	background: #fff;
	border: 0.2rem solid #a2acb8;
	flex: 0 0 auto;
}

.quiz-form {
	width: 55.2rem;
	margin-top: 3rem;
}

.quiz-form input[type='text'],
.quiz-form input[type='tel'],
.quiz-form input[type='email'] {
	background-color: #fff;
	border: 0;
	color: var(--black-1);
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
	width: 100%;
	height: 8.5rem;
	margin-top: 2.4rem;
	border-radius: 1.6rem;
	padding: 1rem 3.2rem;
}

.quiz-telegram {
	margin-top: 2.8rem;
	position: relative;
	display: block;
}

.quiz-telegram .first {
	padding: 0;
	margin: 0;
	background: none;
}

.quiz-telegram .first:before {
	display: none;
}

.quiz-telegram input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	height: 0;
	width: 0;
}

.quiz-telegram input:checked + span:before,
.quiz-telegram input:checked + br + span:before {
	background: #fff url(../images/ico_check-4.svg) no-repeat 50% 50%/2rem 2rem;
}

.quiz-telegram span {
	cursor: pointer;
	align-items: center;
	justify-content: flex-start;
	display: inline-flex;
	padding: 0.5rem 0;
	color: #000;
	position: relative;
	gap: 0.8rem;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
	padding-right: 3.2rem;
	background: url(../images/ico_telegram.svg) no-repeat 100% 50%/2.4rem 2.4rem;
}

.quiz-telegram span:before {
	content: '';
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	background: #fff;
	border: 0.2rem solid #a2acb8;
	flex: 0 0 auto;
	margin-right: 2.4rem;
}

.quiz-submit {
	margin-top: 2.4rem;
	display: block;
}

.quiz-image {
	width: 54.1rem;
	height: 69.9rem;
	clip-path: url(#quiz_figure);
}

.quiz-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.quiz-picture.none {
	display: none;
}

.quiz-bottom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: auto;
	gap: 6.4rem;
	margin-top: 5.3rem;
}

.quiz-progress {
	display: flex;
	gap: 10rem;
	position: relative;
}

.quiz-progress.none {
	display: none;
}

.quiz-progress span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	background: #fff;
	color: #a2acb8;
	font:
		500 2rem/1.1 'Geist',
		sans-serif;
}

.quiz-progress span:first-child:before {
	display: none;
}

.quiz-progress span:before {
	content: '';
	display: block;
	position: absolute;
	height: 0.4rem;
	width: 10rem;
	right: 100%;
	top: calc(50% - 0.2rem);
	background: #cfd1d2;
}

.quiz-progress span.active {
	background: #f43563;
	color: #fff;
}

.quiz-progress span.active:before {
	background: #f43563;
}

.quiz-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.2rem;
}

.quiz-nav.none {
	display: none;
}

.quiz-prev {
	background: #cfd1d2;
	color: #000;
	justify-content: center;
	padding: 1rem 2rem;
	min-width: 15.1rem;
}

.quiz-prev:hover {
	color: #fff;
}

.quiz-next {
	min-width: 16.9rem;
}

.quiz-sidebar {
	height: 100%;
	width: 43.6rem;
	flex: 0 0 auto;
	border-radius: 3.2rem;
	background: url(../images/bg_quiz-sidebar.jpg) no-repeat 50% 50% / cover;
	display: flex;
	flex-direction: column;
	padding: 4.8rem 4.8rem 6.2rem;
}

.quiz-sidebar__head {
	width: 100%;
}

.quiz-sidebar__consult {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.quiz-sidebar__avatar {
	width: 6.4rem;
	height: 6.4rem;
	flex: 0 0 auto;
}

.quiz-sidebar__avatar > img {
	height: auto;
	width: 100%;
}

.quiz-sidebar__person {
	width: 100%;
}

.quiz-sidebar__name {
	display: block;
	color: #fff;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
}

.quiz-sidebar__position {
	font:
		400 1.4rem/1.2 'Geist',
		sans-serif;
	color: #a2acb8;
	margin-top: 0.8rem;
}

.quiz-sidebar__message {
	background: #000;
	position: relative;
	margin-top: 1.78rem;
	border-radius: 0.8rem;
	font:
		400 1.4rem/1.4 'Geist',
		sans-serif;
	color: #a2acb8;
	padding: 1.5rem 2.4rem;
}

.quiz-sidebar__message:before {
	content: '';
	display: block;
	width: 2.7rem;
	height: 1.6rem;
	position: absolute;
	background: url(../images/decor_message.svg) no-repeat 50% 0 / contain;
	top: -1.1rem;
	left: 2.2rem;
}

.quiz-sidebar__features {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: auto;
	gap: 3rem;
}

.quiz-sidebar__feature {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 8.6rem;
	border-radius: 1.6rem;
	background: #fff;
	color: #000;
	font:
		400 2rem/1.1 'Geist',
		sans-serif;
	padding: 1rem;
	cursor: not-allowed;
}

.quiz-sidebar__feature:before {
	content: '';
	display: block;
	width: 4rem;
	height: 4rem;
	border: 0.5rem solid #fff;
	border-radius: 50%;
	background: #f43563 url(../images/ico_lock.svg) no-repeat 50% 50%/2.4rem 2.4rem;
	position: absolute;
	top: -2rem;
	left: calc(50% - 2rem);
}

.btn {
	transition: all 0.3s ease;
}

.btn:hover .icon_button-arrow-up {
	transform: rotate(45deg);
}

.btn .icon_button-arrow-up {
	transition: all 0.3s ease;
}

.sub-inherit * {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.text-balance {
	text-wrap: balance;
}
.text-pretty {
	text-wrap: pretty;
}

.quiz-sidebar .quiz-title {
	display: none;
	margin: 0;
}

@media screen and (max-width: 1023px) {
	.quiz-sidebar__head {
		display: none;
	}

	.quiz-sidebar .quiz-title {
		display: block;
		color: #fff;
	}

	.btn {
		height: 8.4rem;
		padding: 0.8rem 0.8rem 0.8rem 4.3rem;
		/* font-size: 2.3rem; */
		font-size: 2.1333rem;
		line-height: 1.5em;
	}

	.internal_hero__container {
		flex-direction: column;
		padding: 0 2.2rem;
	}

	.internal_hero__left {
		padding-top: 8.7rem;
		width: 100%;
		padding-bottom: 2rem;
	}

	.internal_hero__uptitle {
		font-size: 1.52rem;
	}

	.internal_hero__title {
		width: 100%;
		margin-top: 2.3rem;
		font-size: 5rem;
	}

	.internal_hero__text {
		width: 100%;
		margin-top: 0.8rem;
		font-size: 2rem;
	}

	.internal_hero__main-img {
		position: relative;
		margin-top: 4.1rem;
		min-height: 29.9rem;
		transform: scaleX(-1);
	}

	.internal_hero__btn {
		width: 100%;
		margin-top: 4.4rem;
		font-size: 2rem;
	}

	.internal-features {
		grid-template-columns: 1fr;
		position: relative;
		bottom: 0;
		padding: 0;
		gap: 2.4rem;
		margin-top: 2.4rem;
	}

	.internal-feature {
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
		padding: 2.8rem;
	}

	.internal-feature__icon {
		height: 6.2rem;
		width: 6.2rem;
	}

	.internal-feature__title {
		font-size: 2.55rem;
	}

	.internal-feature__text {
		font-size: 2rem;
		margin-top: 0.3rem;
	}

	.visual {
		margin-top: 7.3rem;
	}

	.visual-title {
		text-align: left;
		font-size: 4rem;
	}

	.visual-text {
		text-align: left;
		margin-top: 2rem;
	}

	.visual-images {
		flex-direction: column;
		margin-top: 4rem;
	}

	.visual-image-1 {
		width: 100%;
		height: 59rem;
	}

	.visual-image-1__descr {
		font-size: 2rem;
		padding: 1rem 2.3rem;
		top: 2.1rem;
		left: 2.1rem;
	}

	.visual-image-2 {
		width: 100%;
		height: 59rem;
	}

	.visual-image-2 > img {
		-o-object-position: 0 0;
		object-position: 0 0;
	}

	.visual-image-2__descr {
		font-size: 2rem;
		padding: 1rem 2.3rem;
		top: 2.1rem;
		right: 2.1rem;
	}

	.visual-features {
		flex-direction: column;
		position: relative;
		bottom: 0;
		padding: 0;
		gap: 2.4rem;
		margin-top: 2.4rem;
	}

	.visual-feature {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
		padding: 2.8rem;
	}

	.visual-feature__icon {
		height: 6.2rem;
		width: 6.2rem;
	}

	.visual-feature__title {
		font-size: 2.55rem;
	}

	.visual-feature__text {
		font-size: 2rem;
		margin-bottom: 0.3rem;
		margin-top: 0;
	}

	.visual-switcher {
		display: none;
	}

	.gallery {
		margin-top: 8.5rem;
	}

	.gallery .container {
		position: relative;
		padding-bottom: 12.4rem;
	}

	.gallery-head {
		flex-direction: column;
	}

	.gallery-title {
		width: 100%;
		font-size: 4rem;
	}

	.gallery-info {
		width: 100%;
		margin-top: 2rem;
	}

	.gallery-text {
		width: 100%;
	}

	.gallery-btn {
		position: absolute;
		bottom: 0;
		width: calc(100% - 4.8rem);
	}

	.gallery-filter {
		margin-top: 3.8rem;
	}

	.gallery-slider {
		margin-top: 4.2rem;
		width: 120%;
	}

	.gallery-slider-wrapper {
		width: 39.5rem;
	}

	.gallery-slide {
		padding-right: 1.9rem;
	}

	.gallery-slide > img {
		border-radius: 2.6rem;
		height: 60.9rem;
	}

	.gallery-next {
		left: 34.2rem;
		width: 8.2rem;
		height: 8.2rem;
		top: calc(50% - 4.1rem);
	}

	.create {
		margin-top: 8.5rem;
	}

	.create-title {
		width: 100%;
		padding-right: 2%;
		font-size: 4rem;
	}

	.create-text {
		margin-top: 2.3rem;
		width: 100%;
		font-size: 2rem;
	}

	.create-text br {
		display: none;
	}

	.create-list {
		grid-template-columns: 1fr;
		margin-top: 4rem;
		gap: 2.12rem;
	}

	.create-item {
		padding: 4rem;
		min-height: auto;
	}

	.create-item__icon {
		width: 10.2rem;
		height: 10.2rem;
		border-radius: 3.2rem;
	}

	.create-item__title {
		margin-top: 4.2rem;
		font-size: 2.5rem;
	}

	.create-item__text {
		margin-top: 1.2rem;
		font-size: 2.25rem;
	}

	.package {
		margin-top: 8.2rem;
	}

	.package_container {
		padding: 4.2rem 2rem;
		margin: 0 2rem;
		width: calc(100% - 4rem);
	}

	.package-list {
		grid-template-columns: 1fr;
		margin-top: 4rem;
		gap: 0;
	}

	.package-item__features {
		grid-template-columns: 1fr;
		margin-top: 2rem;
		gap: 1.8rem;
	}

	.package-uptitle {
		font-size: 2rem;
		padding: 1rem 2.4rem;
	}

	.package-title {
		font-size: 4rem;
		margin-top: 2.3rem;
	}

	.package-text {
		width: 100%;
		font-size: 2.1rem;
		line-height: 1.47;
		margin-top: 2.2rem;
	}

	.package-item__price {
		position: relative;
		right: auto;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 1.1rem 2.8rem 0.9rem;
		font-size: 2.2rem;
		top: 0;
	}

	.package-item__head {
		padding: 3.8rem;
		border-radius: 4rem;
	}

	.package-item__title {
		padding: 0;
		margin-top: 2.3rem;
		font-size: 3rem;
	}

	.package-item__title span {
		line-height: 1.6;
	}

	.package-item__subtitle {
		font-size: 2rem;
		margin-top: 2.2rem;
		line-height: 1.53;
	}

	.package-item__subtitle br {
		display: none;
	}

	.package-item__subext {
		color: #cfd1d2;
		margin-top: 0;
	}

	.package-item__body {
		padding: 3.8rem;
		border-radius: 4rem;
	}

	.package-item__ul {
		gap: 3.9rem;
	}

	.package-item__li {
		padding-top: 0.1rem;
		padding-left: 4.4rem;
	}

	.package-item__li:before {
		width: 2.4rem;
		top: 0.4rem;
		left: 0.1rem;
	}

	.package-item__li-name {
		font-size: 2.3rem;
	}

	.package-item__li-text {
		font-size: 2rem;
		margin-top: 0.3rem;
		margin-right: 0rem;
	}

	.package-item__title-2 {
		padding: 0;
		margin-top: 4rem;
		font-size: 2.6rem;
	}

	.package-item__text {
		font-size: 2rem;
	}

	.package-item__feature {
		padding: 4.2rem;
		border-radius: 4rem;
	}

	.package-item__feature-icon {
		position: relative;
		top: 0;
		left: 0;
		width: 3.2rem;
		height: 3.2rem;
	}

	.package-item__feature-title {
		font-size: 2.3rem;
		margin-top: 2rem;
	}

	.package-item__feature-text {
		font-size: 2rem;
		margin-top: 1.1rem;
	}

	.package-item__btn {
		margin-top: 4rem;
		justify-content: center;
		padding: 1rem 2rem;
	}

	.package-item__btn span {
		font-size: 2rem;
	}

	.package-item__btn i {
		display: none;
	}

	.help {
		margin-top: 8.3rem;
	}

	.help-title {
		width: 100%;
		font-size: 4rem;
	}

	.help-left {
		width: 100%;
	}

	.help-text {
		width: 100%;
		font-size: 2rem;
		margin-top: 2.4rem;
	}

	.help-container {
		display: flex;
		flex-direction: column;
	}

	.help-list {
		width: 100%;
		margin-top: 4rem;
		gap: 1.8rem;
	}

	.help-question summary {
		padding: 4.3rem 3.8rem 4.2rem 3.8rem;
	}

	.help-item {
		border-radius: 2.6rem;
		padding-bottom: 0.1rem;
	}

	.help-question {
		font-size: 2.5rem;
	}

	.help-answer > div {
		font-size: 2rem;
	}

	.help-answer {
		padding: 0 3.8rem;
	}

	.help-question[open] + .help-answer {
		margin-bottom: 4rem;
	}

	.help-remain {
		margin-top: 4rem;
		padding: 4.3rem 3.8rem;
	}

	.help-remain__title {
		font-size: 3rem;
	}

	.help-remain__text {
		font-size: 2rem;
		margin-top: 1.1rem;
	}
	.propos_form_descr {
		font-size: 2rem;
		margin-bottom: 2rem;
	}

	.help-remain__btn {
		min-width: 100%;
		margin-top: 4rem;
	}

	.help-remain__btn span {
		font-size: 2rem;
		line-height: 1.3;
	}

	.propos {
		margin-top: 8rem;
	}

	.propos__in {
		flex-direction: column;
		padding: 4.1rem 1.3rem;
	}

	.propos__left {
		width: 100%;
	}

	.propos__title {
		width: 100%;
		text-align: center;
		padding: 0;
		font-size: 4rem;
		margin-bottom: 6.2rem;
	}

	.propos__media {
		max-width: 100%;
		margin-bottom: 2.8rem;
		border-radius: 2.4rem;
	}

	.propos__after {
		border-radius: 2.4rem;
		overflow: hidden;
		width: 100%;
		padding: 4rem 2.6rem 4.2rem;
	}

	.propos__after_title {
		font-size: 2.5rem;
	}

	.propos__features {
		margin-top: 4rem;
		gap: 2rem;
	}

	.propos__feature {
		flex-direction: column;
		gap: 2.1rem;
	}

	.propos__feature .propos__feature_text,
	.propos__left .propos__after_title {
		text-align: left;
	}

	.propos__feature_text {
		font-size: 1.8rem;
	}

	.propos__feature_icon {
		height: 6.2rem;
		width: 6.3rem;
		border-radius: 2.4rem;
	}

	.propos__feature_icon img {
		width: 4rem;
		height: 4rem;
	}

	.propos_form_title {
		font-size: 2.3rem;
		margin-bottom: 2.8rem;
	}

	.propos__right {
		margin-top: 4rem;
		width: 100%;
		padding: 4rem 2.8rem;
	}

	.other {
		margin-top: 8.3rem;
		margin-bottom: 4rem;
	}

	.other-title {
		font-size: 4rem;
	}

	.other-list {
		grid-template-columns: 1fr;
		gap: 4rem;
	}

	.other-item__image {
		height: 43.4rem;
	}

	.other-item__info {
		padding: 3.2rem 2.7rem;
	}

	.other-item__title {
		font-size: 2.5rem;
	}

	.other-item__text {
		font-size: 2rem;
	}

	.other-item__btn {
		margin-top: 4rem;
	}

	.variant {
		margin-top: 7.7rem;
	}

	.variant-head {
		flex-direction: column;
	}

	.variant-title {
		width: 100%;
		font-size: 4rem;
	}

	.variant-title br {
		display: none;
	}

	.variant-text {
		width: 100%;
		font-size: 2.23rem;
		margin-top: 4.5rem;
	}

	.variant-list {
		grid-template-columns: 1fr;
		margin-top: 4rem;
	}

	.variant-item {
		padding: 4rem 3.7rem;
	}

	.variant-item__title {
		font-size: 2.5rem;
		margin: 0 -1.3rem 0 0;
	}

	.variant-item__text {
		margin-top: 2.4rem;
		padding: 0;
		font-size: 2.24rem;
	}

	.variant-item__image {
		margin-top: 4.2rem;
		height: 38.2rem;
	}

	.internal_hero--pt17 {
		padding-top: 3.2rem;
	}

	.internal_hero__left--white {
		padding: 9rem 1.8rem 3rem;
		height: auto;
	}

	.internal_hero__container--grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.internal-features--pr {
		grid-column: span 1;
		margin-top: 0.3rem;
	}

	.internal_slider-pagination {
		padding: 4rem 3rem;
	}

	.internal_slider-pagination span {
		height: 0.5rem;
	}

	.internal_hero__right--images {
		height: 69.7rem;
		border-radius: 4rem;
	}

	.internal_slider-control {
		width: 19.4rem;
		right: 4rem;
		bottom: 4rem;
		height: 6.8rem;
	}

	.internal_slider-prev,
	.internal_slider-next {
		background-size: 3rem 3rem;
	}

	.gallery-features {
		grid-template-columns: 1fr;
		margin-top: 4.4rem;
		gap: 1.8rem;
	}

	.gallery-feature {
		padding: 3.2rem 3.6rem;
	}

	.gallery-feature__icon {
		width: 3.4rem;
		height: 3.4rem;
	}

	.gallery-feature__text {
		font-size: 2rem;
	}

	.package-text br {
		display: none;
	}

	.package-item__ul--col3 {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.need {
		margin-top: 8rem;
	}

	.need-head {
		flex-direction: column;
	}

	.need-title {
		width: 100%;
		font-size: 3.6rem;
	}

	.need-text {
		width: 100%;
		margin-top: 4rem;
		font-size: 2.23rem;
	}

	.need-list {
		grid-template-columns: 1fr;
		margin-top: 4rem;
		gap: 2.12rem;
	}

	.need-item {
		padding: 4rem;
		min-height: auto;
	}

	.need-item__icon {
		width: 10.2rem;
		height: 10.2rem;
		border-radius: 3.2rem;
	}

	.need-item__title {
		margin-top: 1.2rem;
		font-size: 2.5rem;
	}

	.need-item__text {
		margin-top: 1rem;
		font-size: 2rem;
	}

	.example_container {
		height: auto;
	}

	.example {
		margin-top: 3.8rem;
	}

	.result {
		margin-top: 8rem;
	}

	.result-head {
		padding: 0;
		position: static;
	}

	.result-title {
		width: 100%;
		font-size: 4rem;
	}

	.result-text {
		font-size: 2.2rem;
		width: 100%;
		margin-top: 4rem;
	}

	.result-text br {
		display: none;
	}

	.result .container {
		position: relative;
		padding-bottom: 13rem;
	}

	.result-list {
		grid-template-columns: 1fr 1fr;
		gap: 4rem;
	}

	.result-item__title {
		font-size: 3rem;
	}

	.result-item__info {
		padding: 3.6rem;
	}

	.result-item__text {
		font-size: 2rem;
	}

	.result-item__stat span {
		font-size: 1.7rem;
	}

	.result-item__stat b {
		font-size: 2.23rem;
	}

	.result-item__stats {
		gap: 2.3rem 3.2rem;
	}

	.result-btn {
		width: calc(100% - 4.8rem);
		right: 2.4rem;
	}

	.start {
		display: none;
	}

	.package-item__socials {
		width: 11.3rem;
		height: 3.2rem;
	}

	.gallery--mini .container {
		padding-bottom: 0;
	}

	.result-features {
		grid-template-columns: 1fr;
		margin-top: 4.4rem;
		gap: 1.8rem;
	}

	.result-feature {
		padding: 3.2rem 3.6rem;
	}

	.result-feature__icon {
		width: 3.4rem;
		height: 3.4rem;
	}

	.result-feature__text {
		font-size: 2rem;
	}

	.internal_hero__title--fz46 {
		font-size: 4.6rem;
	}

	.process {
		margin-top: 8.2rem;
	}

	.process-title {
		font-size: 4rem;
	}

	.process_container {
		flex-direction: column;
	}

	.process-left {
		width: 100%;
	}

	.process-text {
		font-size: 2rem;
		margin-top: 4rem;
	}

	.process-image {
		height: auto;
	}

	.package-item__features--3i > :nth-child(3) {
		grid-column: span 1;
	}

	.process-right {
		width: 100%;
		margin-top: 4rem;
		padding: 3.2rem 2.8rem;
	}

	.process-title-2 {
		font-size: 3rem;
	}

	.process-text-2 {
		font-size: 2.23rem;
		margin-top: 2.2rem;
	}

	.process-steps {
		margin-top: 4.2rem;
		gap: 1.2rem;
	}

	.process-step {
		flex-direction: column;
		align-items: flex-start;
		padding: 3rem;
		gap: 4.2rem;
	}

	.process-step__num {
		width: 8rem;
		height: 8rem;
		font-size: 3rem;
	}

	.process-step__title {
		font-size: 2.5rem;
		margin-left: 0;
		margin-right: -1rem;
	}

	.process-step__text {
		font-size: 2rem;
		margin-left: 0;
		margin-right: -1rem;
	}

	.process-cta {
		margin-top: 4rem;
		flex-direction: column;
	}

	.process-cta__info {
		width: 100%;
	}

	.process-cta__text {
		font-size: 2rem;
	}

	.process-cta__btn {
		margin-top: 4rem;
		font-size: 2rem;
	}

	.need-item__icon img {
		height: 3.9rem;
	}

	.internal-feature__icon img {
		height: 3rem;
	}

	.create-item__icon img {
		height: 3.5rem;
	}

	.hero__left--v2 {
		order: 1;
		width: 100%;
		padding-right: 0;
	}

	.hero__subtitle {
		margin-top: 0;
		line-height: 1.35;
		margin-bottom: 2.4rem;
	}

	.internal_hero__right {
		width: 100%;
	}

	.hero--v2 {
		/* padding-top: 13.6rem; */
		padding-top: 10rem;
		padding-bottom: 8.1rem;
	}

	.hero__container--v2 {
		gap: 4.5rem;
		flex-direction: column;
	}

	.hero__right--images {
		height: 67rem;
		border-radius: 4rem;
	}

	.internal_hero__right-content {
		padding: 4.5rem 3.5rem;
	}

	.internal_hero__right-title {
		font-size: 1.8rem;
	}

	.internal_hero__right-play,
	.internal_hero__right-play--v2 {
		width: 6rem;
		height: 6rem;
		padding: 1.5rem;
	}

	.internal_hero__right-btns--v2 {
		gap: 2rem;
		padding-right: 2.5rem;
	}

	.hero__partner {
		height: 9rem;
		overflow: visible;
		border-radius: 0;
	}

	.hero__main {
		margin-bottom: 0;
	}

	.exp {
		padding-bottom: 8rem;
	}

	.exp--pt11 {
		padding-top: 8.5rem;
	}

	.exp-head {
		display: block;
	}

	.exp-title {
		width: 100%;
		font-size: 3.6rem;
	}
	.exp-title.exp-title--mobile {
		font-size: 3.2rem;
	}

	.exp-text {
		width: 100%;
		margin-top: 2rem;
		line-height: 1.45;
	}

	.exp-content {
		display: block;
		margin-top: 3.8rem;
	}

	.exp-image {
		width: 100%;
		height: 51.5rem;
		border-radius: 4rem;
	}

	.exp-image__btn {
		width: 96%;
		right: 2%;
		padding-left: 3rem;
	}

	.exp-info {
		margin-top: 2.1rem;
		border-radius: 4rem;
		padding: 4rem 2.6rem;
	}

	.exp-stats__title {
		font-size: 2.1rem;
		line-height: 1.4;
	}

	.exp-stats__item b {
		font-size: 3.1rem;
	}

	.exp-stats__list {
		margin-top: 4rem;
		gap: 3.15rem 2.2rem;
	}

	.exp-stats__list--v2 {
		width: 100%;
		gap: 2.6rem 0.5rem;
		grid-template-columns: 7fr 6fr;
		margin-top: 3.1rem;
		padding-bottom: 1rem;
	}

	.exp-stats__list--v2 .exp-stats__item:nth-child(3),
	.exp-stats__list--v2 .exp-stats__item:nth-child(4) {
		grid-column: span 1;
	}

	.exp-stats__item img {
		height: 6.2rem;
	}

	.exp-tools--v2 {
		margin-top: 4rem;
		padding: 4rem 0 0;
		gap: 3rem 2.1rem;
		justify-content: center;
	}

	.exp-tool img {
		max-height: 2.6rem;
	}

	.exp-tool--h3 img {
		height: 3rem;
		max-height: 3rem;
	}

	.exp-tools--v3 {
		gap: 2.5rem 1.6rem;
	}

	.create--v2 {
		margin-top: 4.3rem;
	}

	.create-item {
		padding: 4rem 3.3rem;
		border-radius: 4rem;
	}

	.create-item__icon {
		height: 8.1rem;
		width: 8.1rem;
		border-radius: 2rem;
	}

	.create-item__icon--v2 img {
		height: 4.2rem;
	}

	.create-item__title {
		font-size: 2.6rem;
	}

	.create-item__text {
		font-size: 2rem;
		line-height: 1.4;
	}

	.specialization__title--v2 {
		font-size: 3.6rem;
	}

	.specialization {
		padding-top: 8.3rem;
	}

  .specialization + .support--global {
    padding-top: 0;
  }

	.specialization__title--v2 {
		width: 100.3%;
		margin-bottom: 2rem;
	}

	.specialization__title--v2 br {
		display: none;
	}

	.specialization__top_descr {
		font-size: 2.05rem;
		line-height: 1.4;
	}

	.specialization__top--v2 {
		margin-bottom: 4rem;
	}

	.specialization__tabs_nav {
		display: flex;
		width: 100%;
		gap: 0.8rem;
		padding: 0.6rem;
		margin-bottom: 3rem;
		border-radius: 2.2rem;
	}

	.specialization__tabs_btn {
		flex: 1 1 0;
		padding: 0 1.8rem;
		text-align: center;
	}

	.specialization__grid {
		width: 99.2%;
	}

	.specialization__grid .swiper-slide {
		margin-right: 3rem;
	}

	.specialization_item {
		padding: 4rem 2.6rem;
		min-height: 70.5rem;
	}

	.specialization_item__content {
		top: 0;
	}

	.specialization_item__list b {
		width: 11rem;
		font-size: 1.58rem;
	}

	.specialization_item__list span {
		font-size: 1.5rem;
		line-height: 1.45;
	}

	.specialization_item__list {
		margin-bottom: 4rem;
		margin-top: 0.3rem;
	}

	.specialization_item__list li {
		margin-top: 2rem;
	}

	.specialization_item__title {
		font-size: 2.1rem;
	}

	.cases_title {
		font-size: 3.8rem;
	}

	.cases_top {
		padding-bottom: 2.8rem;
	}

	.cases_item__content--v2 {
		display: block;
	}

	.cases_item--v2 {
		padding: 4rem 2.5rem 5rem 2.5rem;
	}

	.cases_item__tags {
		margin-top: 2.4rem;
	}

	.actual {
		margin-top: 0.6rem;
		padding-top: 8.4rem;
		padding-bottom: 8.4rem;
	}

  .actual + .outcome {
    padding-top: 8.4rem;
  }


	.actual-top {
		display: block;
	}

	.actual-text {
		margin-top: 3.1rem;
	}

	.actual-list {
		margin-top: 4rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}

	.actual-item {
		padding: 4.2rem 3.2rem;
	}

	.actual-item__tool img {
		height: 6.8rem;
		width: 6.8rem;
	}

	.actual-item__title {
		margin-top: 4.6rem;
	}

	.actual-item__text {
		font-size: 2rem;
	}

	.actual-item__btn {
		margin-top: 4.4rem;
		width: 100%;
	}

	.combo {
		padding-top: 8.6rem;
		padding-bottom: 8.2rem;
	}

	.combo .container {
		display: block;
	}

	.combo-content {
		width: 100%;
	}

	.combo-uptitle {
		font-size: 2rem;
	}

	.combo-title {
		margin-top: 2rem;
	}

	.combo-text {
		font-size: 2rem;
		padding-right: 4rem;
		line-height: 1.41;
		margin-top: 2.3rem;
	}

	.combo-text br {
		display: none;
	}

	.combo-list {
		margin-top: 3.7rem;
		gap: 0.8rem;
	}

	.combo-item {
		padding: 2.8rem 2rem 2.2rem 2.8rem;
	}

	.combo-item__icon {
		width: 6.1rem;
		height: 6.1rem;
		border-radius: 2rem;
	}

	.combo-item__title {
		font-size: 2.6rem;
	}

	.combo-item__text {
		font-size: 2rem;
	}

	.combo-image {
		width: 100%;
		height: 51.7rem;
		margin-top: 4rem;
		border-radius: 4rem;
	}

	.combo-image__inner {
		left: 2.8rem;
		right: 2.8rem;
		bottom: 3.5rem;
		gap: 2rem;
		align-items: flex-start;
	}

	.combo-image__play {
		width: 6.2rem;
		height: 6.2rem;
		padding: 1.6rem;
	}

	.combo-image__text {
		font-size: 1.77rem;
		line-height: 1.5;
	}

	.support {
		padding-bottom: 8.2rem;
	}

	.support-inner {
		border-radius: 4rem;
		width: 100%;
		min-height: auto;
		display: block;
		padding: 2.8rem 2.8rem 32.2rem;
		position: relative;
	}

	.support-left {
		width: 100%;
		margin-left: 0;
		margin-top: 5.5rem;
	}

	.support-title br {
		display: none;
	}

	.support-text {
		width: 100%;
		font-size: 2rem;
		line-height: 1.425;
		margin-top: 2.2rem;
	}

	.support-btns {
		position: absolute;
		flex-direction: column;
		bottom: 8.3rem;
		max-width: calc(100% - 2.8rem * 2);
		width: 100%;
		gap: 3rem;
	}

	.support--global .support-btns--desktop {
		display: none;
	}

	.support--global .support-btns--mobile {
		display: flex;
		position: static;
		flex-direction: column;
		width: 100%;
		gap: 1.6rem;
		max-width: 100%;
		margin-top: 0;
	}

	.support-btn {
		min-width: auto;
		padding-left: 2.5rem;
		font-size: 2rem;
		line-height: 1.4;
	}

	.support-right {
		margin-top: 4rem;
		width: 100%;
	}

	.support--global .support-inner {
		padding: 6.4rem 2rem;
	}

	.support--global .support-left {
		margin-left: 0;
		margin-top: 0;
	}

	.support--global .support-right {
		margin-top: 3.2rem;
	}

	.support-head {
		padding: 4.4rem 3.4rem;
		font-size: 3rem;
		text-align: center;
		border-radius: 4rem;
	}

	.support-content {
		border-radius: 4rem;
	}

	.support-body {
		padding: 4rem 2.6rem;
	}

	.support-body__title {
		font-size: 2.3rem;
	}

	.support-body__item {
		font-size: 1.8rem;
		padding: 0.95rem 0.5rem 0.95rem 1.5rem;
	}

	.support-body__item:before {
		width: 2.4rem;
		height: 2.4rem;
	}

	.support-body__list--v2 {
		gap: 0.85rem;
	}

	.support-footer {
		padding: 3.3rem 2.6rem 2.1rem;
	}

	.support-footer__list {
		margin-top: 1rem;
		justify-content: center;
		gap: 0.7rem 3rem;
	}

	.support-footer__list img {
		height: 4.75rem;
	}

	.support-cards {
		padding: 2rem;
		gap: 1.2rem;
	}

	.support-card {
		padding: 2.4rem 2rem;
		gap: 1.6rem;
	}

	.support-card__row {
		display: contents;
	}

	.support-card__title {
		font-size: 1.8rem;
		order: 1;
	}

	.support-card__text {
		font-size: 1.6rem;
		margin-top: 0;
		order: 2;
		max-width: 28.5rem;
	}

	.support-card__price {
		font-size: 1.8rem;
		order: 3;
	}

	.purpose__description--v2 {
		margin-top: -1.3rem;
		gap: 1rem;
	}

	.propos__in {
		padding: 7.8rem var(--gl-offset);
		border-radius: 0;
	}

	.propos__in--new2 {
		background-image: url(../images/bg_propos-1-m.jpg);
	}

	.propos__in--new {
		background-image: url(../images/bg_propos-2-m.jpg);
	}

	.propos {
		margin-bottom: 0;
	}

	.propos .container {
		padding: 0;
	}

	.propos--mt6 {
		margin-top: 5.1rem;
	}

	.propos__title {
		text-align: left;
		font-size: 3.6rem;
		margin-bottom: 1rem;
	}

	.propos__title br {
		display: none;
	}

	.propos__text {
		font-size: 2rem;
		width: 100%;
		margin-bottom: 3.7rem;
	}

	.propos__feature {
		flex-direction: row;
	}

	.footer--black {
		border-radius: 0;
	}

	.footer-head__logo {
		width: 24rem;
		height: 3.3rem;
	}

	.footer__logo-wrapper {
		height: 4rem;
	}

	.footer__logo {
		height: 7rem;
	}

	.footer-head {
		padding-top: 8rem;
		padding-bottom: 5.1rem;
		display: block;
	}

	.footer-head__info {
		width: 100%;
		max-width: 100%;
	}

	.footer-head__descr {
		margin-top: 3.4rem;
	}

	.header-languages--footer {
		display: block;
		margin-top: 4.2rem;
		width: 16rem;
		height: 7rem;
		padding: 2rem;
	}

	.header-language span {
		font-size: 2rem;
	}

	.header-language {
		gap: 1.5rem;
	}

	.footer-body {
		display: block;
	}

	.footer-pages {
		padding: 4.3rem 0 4.3rem;
	}

	.footer-nav {
		gap: 3.05rem;
	}

	.footer-nav--v2 {
		display: grid;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 17rem 1fr;
		grid-auto-flow: column;
		gap: 3.05rem 1rem;
	}

	.footer-descr {
		margin-bottom: 2.3rem;
		font-size: 2rem;
	}

	.footer-nav a {
		font-size: 2.3rem;
	}

	.footer-services {
		padding: 4.2rem 0;
		border-right: 0;
		border-top: 0.1rem solid rgba(207, 209, 210, 0.15);
	}

	.footer-contacts {
		padding: 4.2rem 0 4rem;
		border-right: 0;
		border-top: 0.1rem solid rgba(207, 209, 210, 0.15);
	}

	.footer-nav--contacts a {
		font-size: 3.4rem;
	}

	.footer-nav--contacts i {
		height: 2.1rem;
		width: 2.1rem;
	}

	.footer-nav--contacts {
		gap: 4.2rem;
		width: 26rem;
	}

	.footer-phone {
		width: 100%;
		display: block;
		font-size: 3.1rem;
		border-top: 0.1rem solid rgba(207, 209, 210, 0.15);
		padding-top: 4.4rem;
		margin-top: 4.5rem;
	}

	.footer-messengers {
		margin-top: 1.8rem;
		gap: 3rem;
	}

	.footer-messengers img {
		width: 4rem;
		height: 4rem;
	}

	.footer-info {
		padding: 4.2rem 0;
		border-right: 0;
		border-top: 0.1rem solid rgba(207, 209, 210, 0.15);
		gap: 4rem;
	}

	.footer-email {
		font-size: 4.1rem;
	}

	.footer-text {
		font-size: 2.05rem;
		width: 94%;
	}

	.footer-btn {
		width: 44rem;
		max-width: 100%;
	}

	.footer-body:after {
		display: none;
	}

	.footer-bottom {
		display: block;
		font-size: 2.5rem;
		padding-bottom: 4rem;
	}

	.footer-sity {
		margin-left: 0;
		width: 100%;
	}

	.footer-bottom__left {
		border: 0;
		flex-wrap: wrap;
		gap: 3.1rem 4.4rem;
	}

	.footer-sity img {
		width: 3.1rem;
		height: 3.1rem;
		margin-right: 1.3rem;
	}

	.footer-time img {
		width: 3.1rem;
		height: 3.1rem;
		margin-right: 1.3rem;
	}

	.footer-time {
		gap: 0;
	}

	.footer-bottom__right {
		font-size: 2.05rem;
		margin-top: 4rem;
		display: flex;
		flex-direction: column;
		gap: 3.1rem;
	}

	.footer-bottom__right i {
		display: none;
	}

	.internal_hero__container--grid2 {
		display: flex;
		flex-direction: column;
		padding: 0 2.4rem;
		gap: 2rem;
	}

	.internal_hero {
		padding-top: 13.6rem;
		padding-bottom: 3.2rem;
	}

	.internal_hero__left {
		order: 1;
		border-radius: 4rem;
		padding: 3.2rem 2.8rem;
	}

	.internal_hero__right-btns {
		gap: 2rem;
	}

	.internal_hero__right-title {
		padding-right: 0;
	}

	.internal_hero__right-content {
		padding: 3.8rem 2.8rem;
	}

	.internal_hero__suptitle {
		font-size: 2rem;
	}

	.internal_hero__title {
		font-size: 3.6rem;
		margin-top: 1.1rem;
		margin-bottom: 1.5rem;
	}

	.internal_hero__text {
		font-size: 2rem;
		line-height: 1.4;
	}

	.internal_hero__text br {
		display: none;
	}

	.internal_hero__btns {
		flex-direction: column;
		margin-top: 2rem;
		width: 100%;
		gap: 1.8rem;
	}

	.internal_hero__btn {
		margin-top: 0;
		gap: 2rem;
		max-width: 100%;
		width: 40rem;
	}

	.exp-tools {
		padding-bottom: 0;
	}

	.testing {
		padding-top: 8rem;
	}

	.testing-head {
		display: block;
	}

	.testing-title {
		width: 100%;
		font-size: 3.6rem;
	}

	.testing-text {
		margin-top: 2.4rem;
		font-size: 2.05rem;
	}

	.testing-text--w52 {
		width: 100%;
	}

	.testing-main-wrapper:before,
	.testing-main-wrapper:after {
		display: none;
	}

	.testing-content {
		margin-top: 4rem;
		padding: 8rem 2rem 4rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: none;
		height: auto;
	}

	.testing-main-wrapper {
		position: relative;
		top: 0;
		left: 0;
		width: 28rem;
		height: 28rem;
		margin-bottom: 1.3rem;
	}

	.testing-main {
		padding: 6.3rem 1rem;
	}

	.testing-main__title {
		font-size: 4.4rem;
	}

	.testing-main__text {
		font-size: 2.25rem;
		margin-top: 2.1rem;
	}

	.testing-item {
		position: relative;
		min-height: auto;
		height: auto;
		left: 0;
		top: 0;
		max-width: 100%;
		width: 40rem;
		margin-top: 0.75rem;
		padding: 1.1rem 4rem 1.05rem 2.7rem;
		gap: 2rem;
	}

	.testing-item__name {
		font-size: 2rem;
	}

	.testing-item__text {
		font-size: 1.49rem;
	}

	.testing-item:after {
		display: none;
	}

	.testing-content--six .testing-item--7,
	.testing-content--six .testing-item--11 {
		top: 0;
		transform: none;
	}

	.testing-item__icon {
		width: 3.6rem;
		height: 3.6rem;
	}

	.testing-info {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		font-size: 1.5rem;
		width: 70%;
		margin-top: 3.3rem;
	}

	.identity-head {
		display: block;
	}

	.identity-title {
		font-size: 3.6rem;
	}

	.identity-title br {
		display: none;
	}

	.identity {
		padding-top: 8rem;
	}

	.identity-text {
		width: 100%;
		margin-top: 2rem;
		font-size: 2.04rem;
		line-height: 1.4;
	}
	.other-description {
		max-width: 100%;
		margin-top: 1rem;
		font-size: 2.04rem;
		line-height: 1.4;
	}

	.identity-list {
		margin-top: 4.2rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 2.1rem;
	}

	.identity-item {
		padding: 4.2rem;
		border-radius: 4rem;
	}

	.identity-item__title {
		font-size: 2.5rem;
	}

	.identity-item__text {
		font-size: 2rem;
		line-height: 1.32;
		margin-top: 1.3rem;
	}

	.identity-item__image {
		padding-bottom: 107.5%;
	}

	.guide_container {
		display: block;
	}

	.guide {
		padding-top: 4.9rem;
	}

	.guide-left {
		border-radius: 4rem;
		height: 87.5rem;
	}

	.guide-left__content {
		padding: 8.4rem 3.3rem;
		width: 100%;
	}

	.guide-left__title {
		width: 100%;
		font-size: 3.5rem;
		line-height: 1.25;
	}

	.guide-left__text {
		margin-top: 4rem;
	}

	.guide-left__text br {
		display: none;
	}

	.guide-left__btn {
		margin-top: 3rem;
		max-width: 100%;
		width: 40rem;
		padding-left: 3rem;
	}

	.guide-right {
		width: 100%;
		margin-top: 2.1rem;
		border-radius: 4rem;
		height: 51.7rem;
	}

	.guide-right__play {
		width: 6rem;
		height: 6rem;
		padding: 1.5rem;
	}

	.guide-right__title {
		font-size: 1.8rem;
	}

	.guide-right__content {
		gap: 2rem;
		left: 2.8rem;
		bottom: 3.4rem;
	}

	.cases_container {
		display: block;
		padding-top: 2.6rem;
		margin-bottom: 2.1rem;
	}

	.cases-title {
		font-size: 3.6rem;
		width: 100%;
	}

	.cases-title br {
		display: none;
	}

	.cases-text {
		width: 100%;
		padding-bottom: 0;
		font-size: 2.05rem;
		line-height: 1.42;
		margin-top: 2rem;
	}

	.package-head {
		display: block;
	}

	.package {
		margin-top: 0.8rem;
		padding-top: 6rem;
		padding-bottom: 4rem;
	}

	.configurator {
		padding-bottom: 4rem;
	}

	.package-title {
		font-size: 3.6rem;
		width: 102%;
	}

	.package-title br {
		display: none;
	}

	.package-text {
		line-height: 1.4;
	}

	.package-list {
		margin-top: 3.4rem;
		gap: 4rem;
	}

	.package-item__head {
		padding: 4.3rem 2.5rem;
	}

	.package-item__head--h75 {
		height: 64.6rem;
	}

	.package-item__subtitle {
		font-size: 1.8rem;
		width: 100%;
		margin-top: 1.1rem;
		line-height: 1.4;
	}

	.package-item__pages {
		margin-top: 1.6rem;
	}

	.package-item__pages-icons {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.8rem;
	}

	.package-item__title {
		font-size: 2.3rem;
		margin-top: 1.2rem;
	}

	.package-item__title--v2 {
		gap: 0.9rem;
	}

	.package-item__badge {
		font-size: 1.1rem;
		padding: 0.72rem 1.15rem;
	}

	.package-item__uptitle {
		font-size: 1.52rem;
	}

	.package--v3 .package-item__uptitle {
		font-size: 1.6rem;
	}

	.package-item__body {
		padding: 3rem 2.4rem;
	}

	.package-item__li {
		font-size: 1.8rem;
		padding-top: 0;
	}

	.package-item__ul {
		gap: 2rem;
	}

	.package-item__tools {
		padding: 3rem 2.5rem;
	}

	.package-item__tools-title {
		font-size: 2rem;
	}

	.package-item__tools-list img {
		height: 2.4rem;
	}

	.package-item__tools-list {
		margin-top: 2.2rem;
		gap: 3rem 3.8rem;
	}

	.package--v3 .package-item__tools-list {
		margin-top: 0;
	}

	.package-item__info {
		font-size: 1.6rem;
	}

	.package-item__footer {
		padding: 4rem 2.4rem;
	}

	.package-item__descr {
		font-size: 1.8rem;
		padding: 0 2rem;
	}

	.package-item__footer .package-item__descr {
		text-align: left;
		font-size: 1.4rem;
		padding: 0;
	}

	.package-item__duration__warranty div {
		font-size: 1.4rem;
	}

	.package-item__btn i {
		display: flex;
	}

	.package-item__btn {
		padding-right: 1rem;
		justify-content: space-between;
		margin-top: 3rem;
		padding-left: 4rem;
	}

	.brand {
		padding-top: 4.2rem;
		padding-bottom: 8rem;
	}

	.brand-left {
		width: 100%;
		border-radius: 4rem;
	}

	.brand-left--h50 {
		height: 51.3rem;
	}

	.brand_container {
		flex-direction: column;
		gap: 2.2rem;
	}

	.brand-right {
		height: auto;
		padding: 4rem 3rem;
		border-radius: 4rem;
	}

	.brand-uptitle {
		font-size: 2.05rem;
	}

	.brand-title {
		font-size: 3.6rem;
	}

	.brand-text {
		margin-top: 2.4rem;
		line-height: 1.4;
	}

	.how {
		padding-top: 8.4rem;
		padding-bottom: 0rem;
	}

	.how .container {
		display: block;
	}

	.how-content {
		width: 100%;
	}

	.how-text {
		font-size: 2.03rem;
		padding-right: 3rem;
		line-height: 1.4;
		margin-top: 2rem;
	}

	.how-list {
		margin-top: 4rem;
		gap: 0.5rem;
	}

	.how-item {
		padding: 2.8rem;
		border-radius: 4rem;
	}

	.how-item__num {
		width: 6.2rem;
		height: 6.2rem;
		font-size: 3rem;
	}

	.how-item__title {
		font-size: 2.5rem;
	}

	.how-item__text {
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 1.3rem;
	}

	.how-image {
		width: 100%;
		margin-top: 3.8rem;
		height: 55rem;
		border-radius: 4rem;
		overflow: hidden;
	}

	.help-title {
		font-size: 3.6rem;
	}

	.help {
		padding-top: 1.8rem;
	}

	.help-text {
		line-height: 1.4;
		margin-top: 2.1rem;
	}

	.help-question summary {
		padding: 2.2rem 2.8rem;
	}

	.help-question {
		font-size: 2.3rem;
	}

	.help-answer {
		padding-left: 2.8rem;
	}

	.help-question[open] + .help-answer {
		margin-bottom: 3rem;
	}

	.help-list {
		gap: 0.8rem;
	}

	.help-item {
		border-radius: 4rem;
		padding: 0.9rem 0;
	}

	.help-remain {
		border-radius: 4rem;
		padding: 4rem 3rem;
	}

	.help-remain__title {
		font-size: 2.5rem;
	}

	.help-remain__btn {
		margin-top: 3.4rem;
	}

	.propos--mt6 {
		margin-top: 0;
	}

	.internal_hero__title .decor {
		display: none;
	}

	.trouble {
		padding-top: 8.8rem;
		padding-bottom: 8.4rem;
	}

	.trouble-head {
		display: block;
	}

	.trouble-title {
		font-size: 3.6rem;
		width: 100%;
	}

	.trouble-text {
		width: 100%;
		font-size: 2rem;
		margin-top: 2.5rem;
	}

	.trouble-content {
		grid-template-columns: 1fr;
		margin-top: 4.2rem;
		gap: 2.4rem;
		padding: 0;
	}

	.trouble-inner {
		border-radius: 4rem;
		padding: 4rem 2rem;
	}

	.trouble-inner--v2 {
		padding: 6rem 2.6rem;
	}

	.trouble-inner__title {
		font-size: 2.6rem;
		width: 100%;
	}

	.trouble-inner__text {
		font-size: 2.05rem;
		line-height: 1.3;
		margin-top: 1.3rem;
	}

	.trouble-inner__text br {
		display: none;
	}

	.trouble-item {
		gap: 2.2rem;
		border-radius: 2rem;
		align-items: flex-start;
		padding: 2.9rem 2.9rem 2.3rem;
	}

	.trouble-list {
		margin-top: 3.8rem;
		gap: 1rem;
	}

	.trouble-item__title {
		font-size: 2.01rem;
		line-height: 1.2;
		margin-top: 0.4rem;
	}

	.trouble-item__icon {
		border-radius: 2rem;
		width: 5.8rem;
		height: 5.8rem;
	}

	.trouble-item__text {
		padding: 0;
		font-size: 1.5rem;
		line-height: 1.4;
		margin-top: 0.4rem;
	}

	.trouble-item__icon--green img {
		width: 2.8rem;
		height: 2.8rem;
	}

	.trouble-more__title {
		font-size: 2.6rem;
		width: 85%;
		line-height: 1.2;
	}

	.trouble-more {
		padding: 2.6rem;
		width: 100%;
		margin-bottom: -2.2rem;
		border-radius: 2rem;
	}

	.trouble-more__text {
		width: 100%;
		font-size: 1.53rem;
		margin-top: 0.6rem;
	}

	.trouble-more__btn {
		max-width: 40rem;
		width: 100%;
		margin-right: 0;
		margin-top: 1.2rem;
		font-size: 2rem;
		padding-left: 2.6rem;
		line-height: 1.3;
	}

	.get {
		padding-top: 8rem;
		padding-bottom: 8.4rem;
	}

	.get-title {
		font-size: 3.6rem;
	}

	.get-text {
		margin-top: 3.4rem;
	}

	.get-list {
		margin-top: 4rem;
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.get-item {
		padding: 4.2rem 3.2rem;
	}

	.get-item__logos {
		gap: 4rem;
	}

	.get-item__tool img {
		height: 6.8rem;
		width: 6.8rem;
	}

	.get-item__title {
		margin-top: 4.6rem;
		font-size: 2.6rem;
	}

	.get-item__text {
		margin-top: 1rem;
		font-size: 2rem;
	}

	.testing-image {
		margin-top: 4rem;
		height: 700px;
	}

	.testing-image > img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.testing-head {
		margin-bottom: 4rem;
	}

	.benefit {
		padding-top: 8rem;
		padding-bottom: 3.5rem;
	}

	.benefit-head {
		display: block;
	}

	.benefit-title {
		font-size: 3.6rem;
		width: 100%;
	}

	.benefit-text {
		width: 100%;
		line-height: 1.35;
		margin-top: 2rem;
	}

	.benefit-list {
		margin-top: 4rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 2.1rem;
	}

	.benefit-item {
		padding: 4rem 3.2rem;
	}

	.benefit-item__icon {
		width: 8.2rem;
		height: 8.2rem;
		border-radius: 2rem;
	}

	.benefit-item__icon img,
	.benefit-item__icon svg {
		height: 4rem;
	}

	.benefit-item__title {
		font-size: 2.56rem;
		margin-top: 4.5rem;
	}

	.benefit-item__text {
		font-size: 2rem;
		line-height: 1.37;
		margin-top: 0.8rem;
	}

	.gallery-title {
		font-size: 3.6rem;
	}

	.gallery {
		margin-top: 7rem;
	}

	.gallery--reused {
		margin-bottom: 7rem;
	}

	.gallery--no-pt {
		margin-top: 0;
	}

	.gallery--no-pb {
		margin-bottom: 0;
	}

	.gallery-text {
		line-height: 1.4;
	}

	.gallery-advantages {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 4.3rem;
		gap: 2.3rem;
	}

	.gallery-advantage {
		align-items: flex-start;
		padding: 3rem 2.5rem;
		gap: 2rem;
	}

	.gallery-advantage__icon {
		border-radius: 2rem;
	}

	.gallery-advantage__text {
		font-size: 1.5rem;
		margin-top: 0.8rem;
	}

	.gallery-btn {
		font-size: 2rem;
		line-height: 1.3;
	}

	.help--white {
		margin-top: 0;
	}

	.propos--mt0 {
		margin-top: 0;
	}

	.trouble-list--v2 {
		gap: 1.7rem;
	}

	.trouble-more--v2 {
		margin-top: 1rem;
		margin-bottom: 0;
	}

	.trouble--pb0 {
		padding-bottom: 0;
	}

	.testing-main-wrapper--v2 {
		width: 34rem;
		height: 34rem;
	}

	.testing-main__title--v2 {
		font-size: 3rem;
	}

	.testing-main--v2 {
		padding-top: 6.3rem;
	}

	.testing-main__text--v2 {
		font-size: 2rem;
	}

	.outcome {
		padding-top: 0.3rem;
		padding-bottom: 7.7rem;
	}

	.outcome-head {
		display: block;
	}

	.outcome-title {
		width: 100%;
	}

	.specialization_item__btn {
		line-height: 1.2;
	}

	.outcome-text {
		width: 100%;
		margin-top: 2.8rem;
	}

	.outcome-list {
		margin-top: 3.8rem;
		overflow: visible;
	}

	.outcome-item {
		width: 42rem;
		margin-right: 2rem;
	}

	.outcome-item.none {
		display: block;
	}

	.outcome-btn {
		display: none;
	}

	.outcome-item__title {
		font-size: 3rem;
	}

	.outcome-item__content {
		display: block;
		padding: 3.1rem 2.7rem;
		position: relative;
		padding-bottom: 15.9rem;
	}

	.outcome-item__btn {
		position: absolute;
		bottom: 3.2rem;
		left: 2.6rem;
		width: calc(100% - 5.2rem);
	}

	.outcome-item__text {
		font-size: 2rem;
	}

	.outcome-item__info {
		width: 100%;
	}

	.outcome-item__stats {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 4.4rem;
		gap: 2.5rem 2.2rem;
	}

	.outcome-item__stat span {
		font-size: 1.7rem;
	}

	.outcome-item__stat b {
		font-size: 2.2rem;
	}

	.outcome-nav {
		display: flex;
		gap: 1rem;
		margin-top: 2rem;
	}

	.outcome-prev {
		background: #f3f5f5;
		height: 9rem;
		width: 50%;
		border-radius: 10rem;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.outcome-prev img {
		width: 3.5rem;
		height: 3.5rem;
	}

	.outcome-next {
		background: #f3f5f5;
		height: 9rem;
		width: 50%;
		border-radius: 10rem;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.outcome-next img {
		width: 3.5rem;
		height: 3.5rem;
	}

	.package-item__head--h45 {
		height: 65rem;
	}

	.package-item__head--h65 {
		height: 58rem;
	}

	.package-item__descr li {
		font-size: 1.55rem;
		margin-top: 1rem;
	}

	.package-item__descr {
		min-height: auto;
		margin-bottom: -0.6rem;
	}

	.package-item__title--v2 {
		margin-bottom: 1.4rem;
	}

	.package-item__result {
		font-size: 2rem;
	}

	.package-item__ul--v2 {
		gap: 1rem;
	}

	.package-item__btn {
		margin-top: 2.8rem;
	}

	.package-footer {
		display: block;
		margin-top: 4.4rem;
	}

	.package-footer__benefit {
		border-radius: 4rem;
		padding: 4rem 2rem;
	}

	.package-footer > div {
		width: calc(100%);
	}

	.package-footer__important {
		border-radius: 4rem;
		padding: 4rem 2rem;
		margin-top: 2rem;
	}

	.package-footer__title {
		font-size: 3rem;
	}

	.package-footer__offers {
		gap: 2rem;
	}

	.package-footer__offer {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		font-size: 2rem;
		padding: 3.2rem;
	}

	.package-footer__integration {
		width: 100%;
		margin-top: 2rem;
		padding: 4rem 2rem;
	}

	.package-footer__tools {
		margin-top: 6rem;
		padding: 0 3rem;
		gap: 2.6rem 4rem;
	}

	.package--v3 .package-footer__tools {
		justify-content: space-between;
	}

	.package-footer__tool {
		height: 4rem;
	}

	.stages {
		padding-top: 4.3rem;
	}

	.stages-in {
		margin: 0;
		border-radius: 4rem;
		height: 69.3rem;
		padding: 8.3rem 2.7rem 1rem;
	}

	.stages-title {
		margin: 0;
		line-height: 1.2;
		font-weight: 500;
	}

	.trademark_container {
		flex-direction: column;
	}

	.trademark-left {
		height: 51rem;
	}

	.trademark-right {
		width: 100%;
		border-radius: 4rem;
		padding: 4rem 2.8rem;
	}

	.trademark-image {
		border-radius: 4rem;
	}

	.trademark-text {
		width: 100%;
		margin-top: 2.4rem;
		line-height: 1.65;
	}

	.trademark-list {
		gap: 2rem;
		margin-top: 4rem;
	}

	.trademark-item {
		height: 6.87rem;
	}

	.trademark {
		padding-bottom: 8.8rem;
	}

	.identity-text--w73 {
		line-height: 1.5;
	}

	.cases--pt8 {
		padding-top: 2.4rem;
	}

	.need-title--v2 {
		font-size: 3.6rem;
	}

	.need--mt3 {
		margin-top: 1.3rem;
	}

	.need-text--v2 {
		font-size: 2rem;
		margin-top: 2rem;
		line-height: 1.4;
	}

	.need-item--v2 {
		padding: 4rem 3.2rem;
	}

	.need-item__icon {
		width: 8.2rem;
		height: 8.2rem;
		border-radius: 2rem;
	}

	.need-list--4col {
		grid-template-columns: repeat(2, 1fr);
	}

	.need-item__title br {
		display: none;
	}

	.need-item__text--v2 {
		font-size: 2rem;
		min-height: auto;
		margin-top: 1rem;
	}

	.combo-title--v2 {
		width: 100%;
		margin-top: 0;
	}

	.combo-text--v2 {
		width: 100%;
	}

	.combo--pb0 {
		padding-bottom: 0;
	}

	.support--pt5 {
		padding-top: 0.4rem;
	}

	.help-left--mt6 {
		margin-top: 0;
	}

	.help--pt0 {
		padding-top: 0;
	}

	.hero__partners--mt6 {
		padding-top: 2.6rem;
	}

	.hero__partner--v2 {
		height: 7.6rem;
		width: 18rem;
	}

	.hero__partner--v2 > img {
		-o-object-fit: contain;
		object-fit: contain;
	}

	.need-item--v3 {
		padding: 4rem 3.2rem;
	}

	.entire {
		padding-top: 8.4rem;
	}

	.entire_container {
		display: block;
	}

	.entire-left {
		width: 100%;
	}

	.entire-top {
		width: 100%;
	}

	.entire-text {
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2rem;
	}

	.entire-slider {
		height: auto;
	}

	.entire-slide {
		display: block;
		padding: 3.2rem;
		height: auto;
	}

	.entire-slide__icon:before {
		display: none;
	}

	.entire-slide__icon {
		height: 8.2rem;
		border-radius: 2rem;
	}

	.entire-slide__icon img {
		width: 4rem;
		height: 4rem;
	}

	.entire-slider-wrapper {
		margin-top: 5rem;
		height: auto;
	}

	.entire-slide__title {
		font-size: 2.55rem;
		margin-top: 3.3rem;
	}

	.entire-slide__subtitle {
		line-height: 1.4;
	}

	.entire-slide__text br {
		display: none;
	}

	.entire-slider-wrapper:after {
		display: none;
	}

	.entire-slide__list li {
		font-size: 1.5rem;
	}

	.entire-slide__list {
		margin-top: 3rem;
		gap: 2rem;
	}

	.entire-slide__list li:before {
		width: 2rem;
		height: 2rem;
		top: calc(50% - 1rem);
	}

	.entire-nav {
		display: flex;
		gap: 1rem;
		margin-top: -3.2rem;
	}

	.entire-prev {
		background: #f3f5f5;
		height: 9rem;
		width: 50%;
		border-radius: 10rem;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.entire-prev img {
		width: 3.5rem;
		height: 3.5rem;
	}

	.entire-next {
		background: #f3f5f5;
		height: 9rem;
		width: 50%;
		border-radius: 10rem;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.entire-next img {
		width: 3.5rem;
		height: 3.5rem;
	}

	.entire-image {
		width: 100%;
		margin-right: 0;
		margin-top: 4.2rem;
		height: auto;
		border-radius: 4rem;
		overflow: hidden;
	}

	.sample {
		padding-top: 2.2rem;
		padding-bottom: 7.5rem;
	}

	.sample-top {
		display: block;
		margin-bottom: 4rem;
	}

	.sample-title {
		width: 100%;
	}

	.sample-title br {
		display: none;
	}

	.sample-text {
		width: 100%;
		margin-top: 2.1rem;
	}

	.sample-text br {
		display: none;
	}

	.sample-item {
		width: 30rem;
	}

	.specialization--pt5 {
		padding-top: 0;
	}

	.need-item--v4 {
		padding: 4rem 3.2rem;
	}

	.show_container {
		display: block;
	}

	.show-left {
		width: 100%;
	}

	.show-title {
		font-size: 3.6rem;
	}

	.show {
		padding-top: 8.1rem;
		padding-bottom: 7rem;
	}

	.show-image {
		margin-top: 3.6rem;
		border-radius: 4rem;
		height: 65rem;
	}

	.specialization_item__btn--v2 {
		font-size: 2rem;
		padding-left: 3rem;
	}

	.show-info {
		left: 2.8rem;
		right: 2.8rem;
		gap: 2rem;
		bottom: 3rem;
		align-items: flex-start;
	}

	.show-right {
		margin-top: 4.2rem;
		border-radius: 4rem;
		width: 100%;
		padding: 4.1rem 2.6rem;
	}

	.show-title-2 {
		font-size: 3rem;
	}

	.show-item__icon {
		width: 6.2rem;
		height: 6.2rem;
		border-radius: 2rem;
	}

	.show-item__title {
		font-size: 2.3rem;
		line-height: 1.3;
	}

	.show-list {
		margin-top: 4.2rem;
		gap: 0.8rem;
	}

	.show-item {
		align-items: flex-start;
		padding: 2.6rem;
		gap: 3rem;
	}

	.show-item__text {
		font-size: 1.5rem;
		margin-top: 0.8rem;
		line-height: 1.3;
	}

	.show-more {
		border-radius: 2rem;
		margin-top: 4rem;
		padding: 2.4rem;
	}

	.show-more__text {
		width: 100%;
	}

	.show-more__title {
		font-size: 2.7rem;
	}

	.show-more__text {
		font-size: 1.55rem;
		margin-top: 0.5rem;
	}

	.show-more__btn {
		font-size: 2rem;
		padding-left: 3rem;
		gap: 4rem;
		margin-top: 0.5rem;
	}

	.internal_hero--pb11 {
		padding-bottom: 6rem;
	}

	.smm_container {
		display: block;
	}

	.smm-info {
		width: 100%;
		margin-right: 0;
		padding: 8.8rem 2.8rem 9.5rem;
		height: auto;
		border-radius: 4rem;
	}

	.smm-title {
		font-size: 2.5rem;
	}

	.smm-features li {
		font-size: 2rem;
		gap: 2.6rem;
	}

	.smm-features li:before {
		width: 2.6rem;
		height: 2.6rem;
	}

	.smm-features {
		gap: 3.7rem;
	}

	.smm-list {
		width: 100%;
		margin-top: 2rem;
		display: block;
		overflow: visible;
		margin-left: -1rem;
	}

	.smm-item {
		border-radius: 4rem;
		height: 70.7rem;
		width: 40.5rem;
		margin: 0 1rem;
	}

	.smm-item__title {
		font-size: 2rem;
	}

	.smm-item__text {
		margin-top: 0.8rem;
		font-size: 1.52rem;
	}

	.smm-item__info {
		padding: 4rem 2.8rem;
	}

	.identity--pt6 {
		padding-top: 1rem;
	}

	.typical {
		padding-top: 4.7rem;
	}

	.typical-head {
		display: block;
	}

	.typical-title {
		width: 100%;
	}

	.typical-text {
		width: 100%;
		margin-top: 2.2rem;
		font-size: 2.05rem;
		line-height: 1.4;
	}

	.typical-list {
		display: block;
		margin-top: 4rem;
		margin-left: -1rem;
		overflow: visible;
	}

	.typical-item {
		width: 40.3rem;
		height: 71rem;
		border-radius: 4rem;
		margin: 0 1rem;
	}

	.typical-item__info {
		padding: 4.4rem 2.7rem;
	}

	.typical-item__title {
		font-size: 2.9rem;
	}

	.typical-item__count {
		font-size: 2rem;
	}

	.typical-item__text {
		margin-top: 1rem;
		font-size: 1.78rem;
	}

	.combo-title br {
		display: none;
	}

	.combo-image__text br {
		display: none;
	}

	.help--vm {
		margin-top: 0;
		padding-top: 9rem;
	}

	.desc-btn-text br {
		display: block;
	}

	.change {
		padding-top: 8.7rem;
		padding-bottom: 7.7rem;
	}

	.change-head {
		display: block;
	}

	.change-title {
		width: 100%;
	}

	.change-title br {
		display: none;
	}

	.change-text {
		width: 100%;
		font-size: 2.05rem;
		margin-top: 2rem;
		line-height: 1.4;
	}

	.change-content {
		display: block;
		margin-top: 4rem;
	}

	.change-image {
		border-radius: 4rem;
		width: 100%;
		height: 51rem;
	}

	.change-image > img {
		height: 100%;
		width: auto;
		max-width: inherit;
	}

	.change-table {
		margin-top: 4.5rem;
		width: 89rem;
	}

	.change-table-wrapper {
		width: 100%;
		overflow: auto;
	}

	.change-table__head {
		font-size: 2.2rem;
		padding: 2.8rem 6.4rem;
		border-radius: 4rem;
	}

	.change-table__body {
		border-radius: 4rem;
		padding: 0rem 0;
	}

	.change-table__row {
		font-size: 2.2rem;
		padding: 3.1rem 6.4rem;
	}

	.monthly {
		padding-top: 1rem;
		padding-bottom: 4rem;
	}

	.monthly-head {
		display: block;
	}

	.monthly-title {
		width: 100%;
	}

	.monthly-text {
		margin-top: 2rem;
		width: 100%;
		line-height: 1.55;
	}

	.monthly-content {
		margin-top: 6rem;
		flex-direction: column;
		gap: 2rem;
	}

	.monthly-left {
		order: 1;
		width: 100%;
		border-radius: 4rem;
		padding: 4.3rem 2.5rem;
	}

	.monthly-right {
		width: 100%;
		border-radius: 4rem;
	}

	.monthly-left__title {
		margin: 0;
		font-size: 2.1rem;
	}

	.monthly-left__list li:before {
		width: 3.2rem;
		height: 3.2rem;
	}

	.monthly-left__list {
		margin-top: 2.3rem;
		gap: 0.95rem;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.monthly-left__list li {
		align-items: flex-start;
		border-radius: 2rem;
		padding: 2rem 1rem 2rem 2.6rem;
		gap: 2.5rem;
	}

	.monthly-left__list li:nth-child(2n) {
		order: 1;
	}

	.integration-head {
		display: block;
	}

	.integration {
		padding-top: 4rem;
		padding-bottom: 8.3rem;
	}

	.integration-title {
		width: 100%;
	}

	.integration-title br {
		display: none;
	}

	.integration-text {
		width: 100%;
		line-height: 1.4;
		margin-top: 2.5rem;
	}

	.integration-content {
		display: block;
		margin-top: 3.6rem;
	}

	.integration-list {
		gap: 0.8rem;
	}

	.integration-item__icon {
		width: 6.2rem;
		height: 6.2rem;
		border-radius: 2rem;
	}

	.integration-item {
		padding: 2.8rem;
		gap: 2.8rem;
	}

	.integration-item__title {
		font-size: 2.6rem;
	}

	.integration-item__text {
		font-size: 2rem;
		line-height: 1.4;
	}

	.integration-image {
		width: 100%;
		border-radius: 4rem;
		overflow: hidden;
		margin-top: 4rem;
	}

	.library-item__link {
		height: auto;
	}

	.stages-list {
		margin-top: 24rem;
		margin-left: 3.8rem;
		height: 9.4rem;
		width: 288rem;
		position: relative;
	}

	.stages-list:after {
		content: '';
		display: block;
		height: 0.1rem;
		width: 280.7rem;
		background: #fff;
		position: absolute;
		right: 4rem;
		bottom: 0;
	}

	.stages-in {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.stages-item {
		flex: 0 0 auto;
		min-height: 29.8rem;
		width: 33.5rem;
		padding-bottom: 4.7rem;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		top: auto;
		bottom: 0;
	}

	.stages-item__title {
		font-size: 2rem;
	}

	.stages-item__list li {
		font-size: 1.8rem;
		align-items: center;
		gap: 1.6rem;
	}

	.stages-item__list {
		margin-top: 2.3rem;
		gap: 2.2rem;
	}

	.stages-item__list li:before {
		height: 1.6rem;
		width: 1.5rem;
		margin-top: 0;
	}

	.stages-item__time {
		margin-left: 2rem;
		margin-top: auto;
		min-width: 22.1rem;
		height: 4.5rem;
		font-size: 1.8rem;
	}

	.stages-item:first-child .stages-item__num {
		top: 22.5rem;
	}

	.stages-item__num {
		left: -3.7rem;
		top: 20.4rem;
		font-size: 1.5rem;
	}

	.stages-item::after {
		bottom: 0;
		top: auto;
		height: 9.4rem;
	}

	.stages-item--2 {
		left: 36rem;
	}

	.stages-item--3 {
		left: 72rem;
	}

	.stages-item--4 {
		left: 108rem;
	}

	.stages-item--5 {
		left: 144rem;
	}

	.stages-item--6 {
		left: 180rem;
	}

	.stages-item--7 {
		left: 216rem;
	}

	.stages-item--8 {
		left: 252rem;
	}

	.quiz-image {
		display: none;
	}

	.quiz_container {
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		max-height: inherit;
	}

	.quiz {
		height: auto;
		width: 100%;
		padding: 14rem 0 4rem;
		padding-top: 10rem;
	}

	.quiz-content {
		border-radius: 4rem;
		padding: 4.3rem 2.5rem;
	}

	.quiz-title {
		font-size: 3.6rem;
	}

	.quiz-text {
		margin-top: 2rem;
	}

	.quiz-text br {
		display: none;
	}

	.quiz-steps {
		width: 100%;
		height: auto;
	}

	.quiz-choise span {
		border-radius: 3rem;
		padding: 1rem 2.6rem;
		height: 8.34rem;
		gap: 2.3rem;
		font-size: 1.8rem;
	}

	.quiz-choises {
		margin-top: 3.8rem;
		gap: 2rem;
	}

	.quiz-choise span:before {
		border-width: 0.28rem;
	}

	.quiz-choise > input:checked + span:after {
		width: 2.4rem;
		height: 2.4rem;
		top: calc(50% - 1.2rem);
		left: 3.2rem;
	}

	.quiz-bottom {
		flex-direction: column;
		align-items: center;
		margin-top: 4.2rem;
		gap: 4rem;
	}

	.quiz-progress span {
		width: 4.6rem;
		height: 4.6rem;
	}

	.quiz-progress {
		gap: 6.2rem;
	}

	.quiz-progress span:before {
		width: 6.2rem;
	}

	.quiz-nav {
		width: 100%;
		gap: 2rem;
		align-items: center;
		flex-direction: column;
	}

	.quiz-next,
	.quiz-prev {
		width: 100%;
		max-width: 40rem;
		border-radius: 2.2rem;
	}

	.quiz-prev {
		padding: 1rem 2rem;
		order: 1;
	}

	.quiz-sidebar {
		width: 100%;
		/* margin-top: 2.6rem; */
		margin-top: 0;
		border-radius: 4rem;
		padding: 4rem;
	}

	.quiz-sidebar__position {
		font-size: 1.5rem;
		margin-top: 1rem;
	}

	.quiz-sidebar__features {
		margin-top: 6.4rem;
		gap: 4rem;
	}

	.quiz-sidebar__consult {
		gap: 2rem;
	}

	.quiz-sidebar__message {
		font-size: 1.5rem;
		padding: 2.8rem 4.8rem;
		border-radius: 1.6rem;
		margin-top: 2.2rem;
	}

	.quiz-sidebar__feature {
		border-radius: 2rem;
		height: 10rem;
	}

	.quiz-sidebar__feature:before {
		width: 5rem;
		height: 5rem;
		top: -2.5rem;
		background-size: 3rem 3rem;
		left: calc(50% - 2.5rem);
		border-width: 0.6rem;
	}

	.quiz-form {
		width: 100%;
		margin-top: 2.6rem;
	}

	.quiz-telegram span {
		background: none;
	}

	.quiz-telegram span {
		font-size: 1.77rem;
	}

	.quiz-telegram span:before {
		margin-right: 1.6rem;
	}

	.quiz-form input[type='text'],
	.quiz-form input[type='tel'],
	.quiz-form input[type='email'] {
		border-radius: 2rem;
		margin-top: 2rem;
		padding: 1rem 4.4rem;
	}

	.quiz-telegram {
		margin-top: 3.7rem;
	}

	.quiz-submit {
		margin-top: 4rem;
	}

	.testing-image iframe {
		height: calc(100% + 56px);
		margin-top: -56px;
	}

	.site_menu__nav {
		flex-wrap: nowrap;
		max-height: inherit;
		justify-content: flex-start;
	}

	.site_menu__top-title {
		font-size: 4.4rem;
	}

	.site_menu__top-title.none {
		display: none;
	}

	.site_menu__services.none {
		display: none;
	}

	.site_menu {
		align-items: flex-start;
	}

	.site_menu__divider {
		display: none;
	}

	.site_menu__nav {
		gap: 0;
	}

	.site_menu__main {
		margin-bottom: 4rem;
	}

	.site_menu__main.none {
		display: none;
	}

	.site_menu__top-title {
		width: 100%;
		display: block;
		margin-top: 4rem;
		padding: 1.3rem 0 1.7rem;
		border-bottom: 0.1rem solid #e4e4e4;
		cursor: pointer;
	}

	.site_menu__top-title:hover {
		color: #f43563;
	}

	.site_menu__top {
		margin-bottom: 0;
		display: block;
	}

	.site_menu__sub.none {
		display: none;
	}

	.site-languages.none {
		display: none;
	}

	.site_menu__services {
		display: grid;
		width: 100%;
		grid-auto-flow: row;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr;
		margin-top: 6.2rem;
		gap: 5.4rem;
	}

	.site_menu__services li {
		position: relative;
	}

	.site_menu__services li:after {
		content: '';
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: -2.7rem;
		height: 0.1rem;
		background: #e4e4e4;
	}

	.site_menu__services li:first-child:after {
		display: none;
	}

	.site_menu__services a {
		font-size: 2.67rem;
	}

	.site_menu__back {
		display: block;
	}

	.js-video-play + div {
		opacity: 1;
	}
}

@media screen and (max-width: 799px) {
	.result-list {
		grid-template-columns: 1fr;
	}

	.actual-list {
		grid-template-columns: 1fr;
	}

	.identity-list {
		grid-template-columns: 1fr;
	}

	.get-list {
		grid-template-columns: 1fr;
	}

	.benefit-list {
		grid-template-columns: 1fr;
	}

	.gallery-advantages {
		grid-template-columns: 1fr;
	}

	.exp-stats__item:nth-child(3),
	.exp-stats__item:nth-child(4) {
		grid-column: span 2;
	}

	.package-footer__offers {
		flex-direction: column;
	}

	.package-footer__tools {
		gap: 2.6rem 1rem;
	}

	.trademark-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.need-list--4col {
		grid-template-columns: repeat(1, 1fr);
	}
}

[data-loader] {
	--loader-accent: #f43563;
	--loader-border: rgba(255, 255, 255, 0.1);
	--loader-surface: rgba(255, 255, 255, 0.04);
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	overflow: hidden;
	background:
		radial-gradient(circle at 20% 20%, rgba(244, 53, 99, 0.2), transparent 30%),
		radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.08), transparent 28%),
		linear-gradient(180deg, #0b0d11 0%, #050608 100%);
	color: #fff;
	transform: translateY(0);
	will-change: transform;
}

/* Видимий поки data-preload є на <html> */
[data-preload] [data-loader] {
	display: block;
}

/* Slide-up при виході */
[data-loader].is-leaving {
	display: block;
	transform: translateY(-100%);
	transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

.loader__glow {
	position: absolute;
	inset: -20%;
	background:
		radial-gradient(circle at center, rgba(244, 53, 99, 0.18), transparent 30%),
		radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.08), transparent 36%);
	filter: blur(4rem);
	opacity: 0.9;
}

.loader__panel {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr auto;
	gap: clamp(3.6rem, 8vh, 8rem);
	min-height: 100%;
	padding-top: clamp(3.2rem, 4.4vw, 5.2rem);
	padding-bottom: clamp(2.8rem, 3.8vw, 4rem);
}

.loader__topline {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 3rem 8rem;
}

.loader__brand {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	max-width: 76rem;
}

.loader__logo {
	width: clamp(18rem, 28vw, 34rem);
	max-width: 100%;
	height: auto;
}

.loader__logo svg {
	display: block;
	width: 100%;
	height: auto;
}

.loader__brand-note {
	display: inline-flex;
	align-items: center;
	gap: 1.1rem;
	font:
		500 1.2rem/1 'Geist',
		sans-serif;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
}

.loader__brand-note::before {
	content: '';
	display: block;
	width: 4.8rem;
	height: 0.1rem;
	background: linear-gradient(90deg, rgba(244, 53, 99, 0.9) 0%, rgba(244, 53, 99, 0.18) 100%);
}

.loader__progress-block {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
	min-width: clamp(21rem, 22vw, 29rem);
}

.loader__progress-label {
	font:
		500 1.2rem/1 'Geist',
		sans-serif;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.loader__counter {
	flex-shrink: 0;
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 0.02em;
	min-width: 3.1em;
	padding: 0;
	font:
		700 clamp(8.2rem, 13vw, 15rem) / 0.82 'Geist',
		sans-serif;
	letter-spacing: -0.06em;
	color: #fff;
	text-align: right;
	text-shadow: 0 0.12em 0.5em rgba(0, 0, 0, 0.12);
	font-variant-numeric: tabular-nums lining-nums;
	transition:
		opacity 0.28s ease,
		transform 0.28s ease;
}

.loader__counter::before {
	content: none;
}

.loader__counter-window {
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	height: 0.94em;
	overflow: hidden;
	width: 0.76em;
	padding: 0 0.02em;
	transition:
		width 0.3s ease,
		opacity 0.24s ease,
		margin 0.3s ease;
	mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 86%, transparent 100%);
	-webkit-mask-image: linear-gradient(
		to bottom,
		transparent 0%,
		#000 14%,
		#000 86%,
		transparent 100%
	);
}

.loader__counter-window.is-hidden {
	width: 0;
	opacity: 0;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.loader__digit-track {
	display: flex;
	flex-direction: column;
	will-change: transform;
	transition: transform 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.loader__digit {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.85em;
	padding-bottom: 0;
	line-height: 0.82;
}

.loader__counter-sign {
	display: inline-flex;
	align-items: flex-end;
	font-size: 0.2em;
	line-height: 1;
	padding-bottom: 0.22em;
	margin-left: 0.12em;
	letter-spacing: 0;
	color: rgba(244, 53, 99, 0.98);
	text-shadow: 0 0 0.8rem rgba(244, 53, 99, 0.18);
	opacity: 1;
}

.loader__middle {
	display: flex;
	align-items: center;
	min-height: 0;
	padding-inline: clamp(1.2rem, 2vw, 2.4rem);
}

.loader__loops {
	display: grid;
	gap: 1.4rem;
	width: min(100%, 96rem);
}

.loader__loop {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	padding: 0;
	mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.loader__loop::before {
	content: none;
}

.loader__loop::after {
	content: none;
}

.loader__loop-track {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	width: max-content;
	padding-right: 1.2rem;
	will-change: transform;
	animation: loaderMarquee 16s linear infinite;
	animation-play-state: paused;
}

[data-loader].is-playing .loader__loop-track,
[data-loader].is-leaving .loader__loop-track {
	animation-play-state: running;
}

.loader__loop--secondary .loader__loop-track {
	gap: 1rem;
	animation-duration: 19s;
	animation-direction: reverse;
	opacity: 0.82;
}

.loader__loop-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.2rem 2rem;
	border: 0.1rem solid var(--loader-border);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.018) 100%),
		var(--loader-surface);
	box-shadow:
		inset 0 0.1rem 0 rgba(255, 255, 255, 0.06),
		0 1.4rem 3rem rgba(0, 0, 0, 0.14);
	font:
		500 1.45rem/1 'Geist',
		sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.76);
}

.loader__loop--secondary .loader__loop-item {
	padding: 1rem 1.6rem;
	font-size: 1.45rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
}

.loader__loop-item.is-accent {
	border-color: rgba(244, 53, 99, 0.28);
	background:
		linear-gradient(180deg, rgba(244, 53, 99, 0.2) 0%, rgba(244, 53, 99, 0.08) 100%),
		rgba(244, 53, 99, 0.1);
	box-shadow:
		inset 0 0.1rem 0 rgba(255, 255, 255, 0.08),
		0 1.6rem 3.2rem rgba(244, 53, 99, 0.18);
	color: rgba(255, 255, 255, 0.98);
}

@keyframes loaderMarquee {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-50%, 0, 0);
	}
}

.loader__footer {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 2.4rem;
}

.loader__status {
	font:
		500 1.4rem/1.2 'Geist',
		sans-serif;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.loader__track {
	position: relative;
	width: 100%;
	height: 0.6rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	overflow: hidden;
}

.loader__bar {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(
		90deg,
		var(--loader-accent) 0%,
		var(--loader-accent) 72%,
		rgba(244, 53, 99, 0.45) 100%
	);
	box-shadow: 0 0 2.4rem rgba(244, 53, 99, 0.45);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.22s ease-out;
}

.internal_hero__right .internal_hero__right-title,
.hero__right--images .internal_hero__right-title,
.js-video-wrapper .combo-image__text {
	transition: opacity 0.3s ease;
}

.internal_hero__right.is-playing .internal_hero__right-title,
.hero__right--images.is-playing .internal_hero__right-title,
.js-video-wrapper.is-playing .combo-image__text {
	opacity: 0 !important;
}

.popup_form__checkboxes {
	flex-wrap: wrap;
}

.iti__selected-country-primary {
	transition: all 0.3s ease;
	border-radius: 1.6rem;
}

.iti__country-list,
.iti__dropdown-content {
	border-radius: 1.6rem;
}

.iti__country {
	transition: all 0.3s ease;
}

.iti {
	width: 100%;
	font-size: 1.8rem;
}

.iti__search-input {
	display: none !important;
}

@media screen and (max-width: 1023px) {
	.iti__country-list,
	.iti__dropdown-content {
		border-radius: 1rem;
	}

	.iti__selected-country-primary {
		border-radius: 1rem;
	}

	.loader {
		transition:
			transform 0.72s cubic-bezier(0.77, 0, 0.18, 1),
			visibility 0s linear 0.72s;
	}

	.loader__glow {
		inset: -30%;
		filter: blur(5rem);
		opacity: 0.84;
	}

	.loader__panel {
		gap: 2.6rem;
		padding-top: max(2.4rem, env(safe-area-inset-top));
		padding-bottom: max(2.4rem, env(safe-area-inset-bottom));
	}

	.loader__topline {
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 2rem;
	}

	.loader__brand {
		gap: 1.2rem;
	}

	.loader__logo {
		width: clamp(14.8rem, 40vw, 19rem);
	}

	.loader__brand-note {
		font-size: 1rem;
		letter-spacing: 0.18em;
	}

	.loader__brand-note::before {
		width: 3.6rem;
	}

	.loader__progress-block {
		align-items: flex-end;
		justify-content: flex-start;
		width: auto;
		min-width: auto;
		gap: 0.8rem;
	}

	.loader__counter {
		font-size: clamp(5.4rem, 16vw, 8.4rem);
		text-align: right;
		min-width: 0;
	}

	.loader__counter-window {
		width: 0.74em;
	}

	.loader__counter-sign {
		padding-bottom: 0.18em;
	}

	.loader__middle {
		align-items: center;
		padding-bottom: 0;
		padding-inline: 0;
	}

	.loader__loops {
		width: 100%;
		gap: 1rem;
	}

	.loader__loop-track {
		gap: 0.9rem;
		animation-duration: 13s;
	}

	.loader__loop--secondary .loader__loop-track {
		animation-duration: 15.5s;
	}

	.loader__loop-item {
		padding: 1.05rem 1.5rem;
		font-size: 1.12rem;
		letter-spacing: 0.15em;
	}

	.loader__loop--secondary .loader__loop-item {
		padding: 0.92rem 1.3rem;
		font-size: 1rem;
		letter-spacing: 0.13em;
	}

	.loader__footer {
		gap: 1.4rem;
	}

	.loader__status,
	.loader__progress-label {
		font-size: 1rem;
		letter-spacing: 0.14em;
	}

	.loader__progress-label {
		text-align: right;
	}

	.hidden-mobile {
		display: none;
	}

	.square-video-mobile {
		height: auto;
		padding-top: 0;
		padding-bottom: 100%;
	}

	.square-video-mobile video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.square-video-mobile .internal_hero__right-content {
		z-index: 10;
	}

	.square-video-mobile.js-video-wrapper:before {
		z-index: 4;
	}

	.square-video-mobile .internal_hero__right-content {
		padding: 2.8rem;
	}

	.internal_hero.internal_hero--upgrade {
		padding-top: 10rem;
		padding-bottom: 5rem;
		background: #fff;
	}

	.internal_hero.internal_hero--upgrade .internal_hero__left {
		order: -1;

		border-radius: 0;
		padding: 0;
		background: transparent;
	}

	.mobile-text-balance {
		text-wrap: balance;
	}

	.cases_item__btn,
	.hero__connect_btn {
		max-width: 100%;
	}

	.internal_hero__btn {
		max-width: 100%;
		width: 100%;
	}

	.inner {
		padding-top: 10rem;
	}
}

@media screen and (max-width: 767px) {
	.loader__panel {
		gap: 2.2rem;
	}

	.loader__topline {
		gap: 1.6rem;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
	}

	.loader__logo {
		width: clamp(13.6rem, 44vw, 17rem);
	}

	.loader__brand-note {
		font-size: 0.92rem;
		letter-spacing: 0.15em;
	}

	.loader__progress-label,
	.loader__status {
		font-size: 0.94rem;
		letter-spacing: 0.12em;
	}

	.loader__counter {
		font-size: clamp(4.8rem, 16vw, 7rem);
	}

	.loader__counter-window {
		width: 0.72em;
		padding: 0 0.015em;
	}

	.loader__loops {
		gap: 0.9rem;
	}

	.loader__loop {
		padding-block: 0.45rem;
		padding-inline: 0.6rem;
	}

	.loader__loop-track {
		gap: 0.8rem;
		animation-duration: 11.5s;
	}

	.loader__loop--secondary .loader__loop-track {
		animation-duration: 13.5s;
	}

	.loader__loop-item {
		padding: 0.95rem 1.3rem;
		font-size: 1rem;
		letter-spacing: 0.14em;
	}

	.loader__loop--secondary .loader__loop-item {
		padding: 0.82rem 1.12rem;
		font-size: 0.92rem;
	}

	.loader__footer {
		grid-template-columns: 1fr;
		gap: 0.9rem;
	}
}

@media screen and (max-width: 479px) {
	.loader__panel {
		padding-top: max(1.8rem, env(safe-area-inset-top));
		padding-bottom: max(2rem, env(safe-area-inset-bottom));
	}

	.loader__topline {
		gap: 1.2rem;
	}

	.loader__brand-note {
		font-size: 0.84rem;
		letter-spacing: 0.13em;
	}

	.loader__progress-block {
		gap: 0.5rem;
	}

	.loader__counter {
		font-size: clamp(4.2rem, 16vw, 5.8rem);
	}

	.loader__counter-window {
		width: 0.68em;
	}

	.loader__loops {
		gap: 0.75rem;
	}

	.loader__loop-track {
		gap: 0.65rem;
		animation-duration: 10s;
	}

	.loader__loop--secondary .loader__loop-track {
		animation-duration: 11.5s;
	}

	.loader__loop-item {
		padding: 0.86rem 1.12rem;
		font-size: 0.9rem;
		letter-spacing: 0.12em;
	}

	.loader__loop--secondary .loader__loop-item {
		padding: 0.74rem 1rem;
		font-size: 0.84rem;
	}

	.loader__track {
		height: 0.6rem;
	}
}

@media screen and (min-width: 1023.02px) {
	.hidden-desktop {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	[data-loader] {
		transition: none;
	}

	.loader__digit-track,
	.loader__bar {
		transition: none;
	}

	.loader__loop-track {
		animation: none;
	}
}

/* ==========================================================================
   Additional Services
   Стилі базуються на дизайн-системі сайту (Geist, rem, --red-1)
   ========================================================================== */

.additional-services {
	margin-top: 6.4rem;
}

/* --------------------------------------------------------------------------
   Head — collapsed bar
   -------------------------------------------------------------------------- */

.additional-services__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.4rem;
	padding: 3.6rem 6.4rem;
	background: #fff;
	border-radius: 3.2rem;
}

.additional-services__title {
	margin: 0;
	color: #000;
	font:
		500 4.8rem/1.2 'Geist',
		sans-serif;
}

/* Toggle button — inherits .btn styles from the site */
.additional-services__toggle {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 6.4rem;
	min-height: 7.6rem;
	padding: 0.8rem 0.8rem 0.8rem 3.2rem;
	border: 0;
	border-radius: 2.2rem;
	background: var(--red-1, #f43563);
	color: #fff;
	font:
		500 1.8rem/1.2 'Geist',
		sans-serif;
	cursor: pointer;
	transition:
		background 0.3s ease,
		color 0.3s ease;
	white-space: nowrap;
}

.additional-services__toggle:hover {
	background: #000;
	color: #fff;
}

.additional-services__toggle-text {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 400;
}

/* Icon circle — same as .btn i on the site */
.additional-services__toggle i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.6rem;
	height: 5.6rem;
	border-radius: 50%;
	background: #fff;
	flex-shrink: 0;
	transition: background 0.3s ease;
	position: relative;
	transition: all 0.3s ease;
}

.additional-services__toggle:hover i {
	background: #fff;
}

.additional-services__table-body {
}

.additional-services__toggle:hover[aria-expanded='false'] i {
	transform: rotate(45deg);
}

.additional-services__toggle .icon {
	width: 1.6rem;
	height: 1.6rem;
	filter: invert(1);
}

.additional-services__toggle-cross {
	display: none;
	width: 2.4rem;
	height: 2.4rem;
}

/* When open — swap arrow for cross */
.additional-services.is-open .additional-services__toggle-arrow {
	display: none;
}

.additional-services.is-open .additional-services__toggle-cross {
	display: block;
}

/* Toggle changes style when panel is open */
.additional-services.is-open .additional-services__toggle {
	background: #ebebeb;
	color: #000;
}

.additional-services.is-open .additional-services__toggle i {
	background: #fff;
}

.additional-services.is-open .additional-services__toggle:hover {
	background: #000;
	color: #fff;
}

/* --------------------------------------------------------------------------
   Panel — animated expand/collapse via JS (scrollHeight)
   -------------------------------------------------------------------------- */

.additional-services__panel {
	overflow: hidden;
	height: 0;
	transition: height 0.35s ease;
}

.additional-services__panel-inner {
	padding-top: 3.2rem;
}

/* --------------------------------------------------------------------------
   Table
   -------------------------------------------------------------------------- */

.additional-services__table {
	width: 100%;
}

.additional-services__row {
	display: grid;
	grid-template-columns: minmax(22rem, 1.15fr) minmax(30rem, 2.45fr) minmax(12rem, 0.6fr);
	gap: 2rem;
	align-items: center;
}

.additional-services__table-head {
	padding: 3.2rem 4.8rem;
	background: #000;
	color: #fff;
	border-radius: 1.6rem;
}

.additional-services__table-head .additional-services__cell {
	font:
		600 2.8rem/1.2 'Geist',
		sans-serif;
	color: #fff;
}

.additional-services__row--body {
	padding: 3.2rem 4.8rem;
	transition: background 0.15s ease;
	border-radius: 1.6rem;
	background: #fff;
	border: 1px solid rgba(207, 209, 210, 0.4);
}

.additional-services__row--body:hover {
}

.additional-services__cell {
	min-width: 0;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}

.additional-services__cell:first-child {
	padding-left: 0rem;
}

.additional-services__cell:last-child {
	padding-right: 0rem;
}

.additional-services__cell--service {
	color: #000;
	font:
		600 2.4rem/1.2 'Geist',
		sans-serif;
}

.additional-services__cell--included {
	color: #6f7780;
	font:
		400 2rem/1.2 'Geist',
		sans-serif;
}

.additional-services__cell--price {
	color: #000;
	font:
		600 2.4rem/1.2 'Geist',
		sans-serif;
	text-align: left;
	white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Important information block
   -------------------------------------------------------------------------- */

.additional-services__important {
	margin-top: 3.2rem;
	padding: 6.4rem;
	background: #fff;
	border-radius: 3.2rem;
}

.additional-services__important-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.4rem;
	margin-bottom: 3.2rem;
}

.additional-services__important-title-wrap {
	display: flex;
	align-items: center;
	gap: 1.4rem;
	min-width: 0;
}

.additional-services__important-icon {
	flex-shrink: 0;
	color: #f0b400;
	font-size: 3.4rem;
	line-height: 1;
}

.additional-services__important-title {
	margin: 0;
	color: #000;
	font:
		500 4.8rem/1.08 'Geist',
		sans-serif;
	letter-spacing: -0.02em;
}

.additional-services__important-subtitle {
	color: #6f7780;
	font:
		400 1.98rem/1.2 'Geist',
		sans-serif;
	text-align: right;
}

.additional-services__cards {
	display: grid;
	grid-template-columns: minmax(34rem, 1.2fr) minmax(34rem, 1.2fr) minmax(34rem, 1.2fr) minmax(
			54rem,
			2fr
		);
	gap: 1.6rem;
}

.additional-services__card {
	min-height: 16rem;
	padding: 3.2rem;
	background: #f3f5f5;
	border-radius: 1.6rem;
}

.additional-services__card-title {
	color: #000;
	font:
		600 2.39rem/1.4 'Geist',
		sans-serif;
}

.additional-services__card-text {
	color: #6f7780;
	font:
		400 1.98rem/1.4 'Geist',
		sans-serif;
}

@media (min-width: 1023px) {
	.configurator .guide-right,
	.configurator .guide-left {
		height: 100rem;
	}
	.configurator-left__content {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
}

/* --------------------------------------------------------------------------
   Responsive — mobile (max-width: 1023px)
   -------------------------------------------------------------------------- */

@media (max-width: 1023px) {
	.guide-left__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.configurator .guide-left {
		height: auto;
	}
	.configurator .guide-left__btn {
		font-size: 1.8rem;
	}

	.additional-services {
		margin-top: 4rem;
	}

	/* Head */
	.additional-services__head {
		display: block;
		padding: 4rem 2.4rem;
		gap: 3.2rem;
		border-radius: 3.2rem;
	}

	.additional-services__title {
		font:
			500 3.8rem / 1.2 'Geist',
			sans-serif;
	}

	/* Toggle — full width, like .package-item__btn on mobile */
	.additional-services__toggle {
		width: 100%;
		min-height: 8.4rem;
		margin-top: 3.2rem;
		padding: 0.8rem 1rem 0.8rem 4rem;
		border-radius: 1.8rem;
		justify-content: space-between;
		white-space: normal;
	}

	.additional-services__toggle-text {
		font-size: 2rem;
	}

	.additional-services__toggle i {
		height: 6rem;
		width: 6rem;
		background: #fff;
	}

	.additional-services__toggle .icon {
		width: 2rem;
		height: 2rem;
	}

	/* Panel */
	.additional-services__panel-inner {
		padding-top: 4rem;
	}

	/* Table → card list */
	.additional-services__table {
		display: flex;
		flex-direction: column;
		gap: 0.6rem;
	}

	.additional-services__table-head {
		display: none;
	}

	.additional-services__table-body {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.additional-services__row--body {
		display: block;
		padding: 3.2rem 2.4rem;
		border-radius: 1.6rem;
		margin: 0;
	}

	.additional-services__cell {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.additional-services__cell--service {
		font-size: 2.65rem;
		line-height: 1.2;
		margin-bottom: 2.15rem;
	}

	.additional-services__cell--included {
		font-size: 2.15rem;
		line-height: 1.2;
		margin-bottom: 2.15rem;
	}

	.additional-services__cell--price {
		text-align: left;
		font-size: 2.65rem;
		line-height: 1.2;
		white-space: normal;
		margin-top: 0.4rem;
	}

	/* Important block */
	.additional-services__important {
		margin-top: 4rem;
		padding: 4rem 2.4rem;
		border-radius: 2.8rem;
	}

	.additional-services__important-head {
		display: block;
		margin-bottom: 4rem;
	}

	.additional-services__important-title-wrap {
		align-items: flex-start;
		gap: 1rem;
	}

	.additional-services__important-icon {
		font-size: 2.4rem;
		margin-top: 0.4rem;
	}

	.additional-services__important-title {
		font-size: 3.8rem;
		line-height: 1.2;
	}

	.additional-services__important-subtitle {
		max-width: none;
		margin-top: 2.15rem;
		text-align: left;
		font-size: 2.15rem;
		line-height: 1.2;
	}

	.additional-services__cards {
		grid-template-columns: 1fr;
		gap: 2.15rem;
	}

	.additional-services__card {
		min-height: 0;
		padding: 3.2rem 2.8rem;
		border-radius: 1.6rem;
	}

	.additional-services__card-title {
		margin-bottom: 0.8rem;
		font-size: 2.6rem;
		line-height: 1.2;
	}

	.additional-services__card-text {
		font-size: 2.15rem;
		line-height: 1.35;
	}
}

.case_slogan__text {
	text-wrap: pretty;
}

.case_slogan_suptitle,
.case_slogan__title {
	text-wrap: balance;
}

.purpose_item__bottom {
	z-index: 40;
}

.cases_descr {
	text-wrap: balance;
}

@media screen and (min-width: 1024px) {
	.cases_top_info {
		max-width: 86rem;
	}
}

/* ===== Кастомний курсор (десктоп) ===== */
.cursor {
	pointer-events: none;
}

.cursor-dot,
.cursor-ring {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
}

.cursor-dot {
	width: 0.7rem;
	height: 0.7rem;
	background: var(--red-1);
	transition:
		opacity 0.25s ease,
		width 0.3s cubic-bezier(0.22, 1, 0.36, 1),
		height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.cursor-ring {
	width: 3.8rem;
	height: 3.8rem;
	border: 1.5px solid #fff;
	background: transparent;
	mix-blend-mode: difference;
	transition:
		opacity 0.3s ease,
		width 0.35s cubic-bezier(0.22, 1, 0.36, 1),
		height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cursor.is-visible .cursor-dot,
.cursor.is-visible .cursor-ring {
	opacity: 1;
}

/* над інтерактивними елементами — кільце росте (колір реверсивний у всіх станах) */
.cursor.is-hover .cursor-ring {
	width: 6rem;
	height: 6rem;
}

.cursor.is-hover .cursor-dot {
	width: 0.5rem;
	height: 0.5rem;
}

/* натиск */
.cursor.is-down .cursor-ring {
	width: 3rem;
	height: 3rem;
}

.cursor.is-down .cursor-dot {
	width: 1rem;
	height: 1rem;
}

/* над полями форм / .js-cursor-wrapper — ховаємо кастомний */
.cursor.is-hidden .cursor-dot,
.cursor.is-hidden .cursor-ring {
	opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
	html.has-custom-cursor,
	html.has-custom-cursor * {
		cursor: none !important;
	}

	html.has-custom-cursor input:not([type='submit']):not([type='button']):not([type='checkbox']):not([type='radio']),
	html.has-custom-cursor textarea,
	html.has-custom-cursor select,
	html.has-custom-cursor [contenteditable='true'] {
		cursor: auto !important;
	}
}

.popup_form__chbx label span,
.contact_main__form_policy label span {
	display: block;
	white-space: normal;
}

.popup_form__chbx label span::before,
.contact_main__form_policy label span::before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.6rem;
	flex-shrink: 0;
}

.popup_form__chbx label span a,
.contact_main__form_policy label span a {
	color: inherit;
	text-decoration: underline;
	transition: color 0.2s ease;
}

.popup_form__chbx label span a:hover,
.contact_main__form_policy label span a:hover {
	color: var(--red-1);
}

@media screen and (max-width: 1023px) {
	.popup_form__chbx label span::before,
	.contact_main__form_policy label span::before {
		margin-right: 1.2rem;
	}

	.popup_form__chbx label span,
	.contact_main__form_policy label span {
		padding-right: 0rem;
	}
}


/* Перенесено з інлайн <style> у шаблонах (W3C: style не дозволений усередині div) */
.quiz-form .wpcf7-form-control-wrap {
display: block;
}

.quiz-form .wpcf7-form-control-wrap input {
margin-top: 0;
}

.quiz-form .wpcf7-form-control-wrap:not(:first-child) {
margin-top: 2.4rem;
}
.typical-head {
justify-content: space-between;
}
.guide-right__title {
transition: all 0.3s ease;
}

.js-video-wrapper.is-playing .guide-right__title {
opacity: 0;
}

.header-languages__dropdown--soon {
padding: 0.6rem;
}

.header-language--soon {
cursor: default;
padding: 0.8rem 1.2rem;
width: 100%;
border-radius: 1.4rem;
gap: 1rem;
align-items: center;
}

.header-language--soon img {
opacity: 0.9;
flex: 0 0 auto;
}

.header-language__soon-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 0.3rem;
min-width: 0;
}

.header-language__soon-code {
color: #6b7280;
line-height: 1;
}

.header-language__soon {
font-style: normal;
font-size: 0.85rem;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #fff;
background: var(--red-1);
border-radius: 2rem;
padding: 0.3rem 0.5rem 0.25rem;
white-space: nowrap;
}

.header-language--mobile.header-language--soon {
background: transparent;
width: auto;
border-radius: 5rem;
padding: 1.1rem 1.6rem;
}

@media screen and (min-width: 1023px) {
	.case_hero {
		padding-top: calc(var(--height-header) + 3.2rem);
	}
}

.case_slogan__title .case_slogan_suptitle {
	display: block;
	color: rgba(70, 76, 84, 0.55);
}

.case_about__title strong {
	color: #7f868f;
	font-weight: inherit;
}




/* ===== LUA-FOOTER-GRID-START · v4 · одна линия сверху, без дивайдеров ===== */
@media (min-width:1280px){
 .footer .container{display:grid;grid-template-columns:860px 170px 150px 230px;column-gap:0;row-gap:0;align-items:start;position:relative}
 .footer .footer-head,.footer .footer-body{display:contents}
 .footer .footer-head__info{grid-column:1;grid-row:1;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;gap:28px;padding:44px 0 40px 0!important;margin:0!important;width:100%!important;max-width:none!important}
 .footer .footer-head__logo{flex:0 0 auto;margin:0!important}
 .footer .footer-head__descr{font-size:13px!important;line-height:1.45!important;width:auto!important;max-width:460px!important;flex:0 1 460px!important;color:rgba(255,255,255,.7)!important;margin:0!important;padding:0!important}
 .footer .footer-info{grid-column:2/5;grid-row:1;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:22px;padding:44px 0 40px 28px!important;margin:0!important;border:0!important;width:auto!important;max-width:none!important}
 .footer .footer-email{font-size:18px!important;white-space:nowrap;margin:0!important;line-height:1!important}
 .footer .footer-text{display:none!important}
 .footer .footer-btn{margin:0!important;white-space:nowrap!important;padding:12px 16px!important;font-size:14px!important;width:auto!important;max-width:none!important;display:inline-flex!important;align-items:center!important;flex:0 0 auto!important}
 .footer .footer-btn .desc-btn-text{white-space:nowrap!important}
 .footer .header-languages--footer{grid-column:4;grid-row:1;justify-self:end;align-self:center;margin:0!important;position:relative;z-index:3}
 .footer .footer-services{grid-column:1;grid-row:2}
 .footer .footer-pages{grid-column:2;grid-row:2}
 .footer .footer-contacts{grid-column:3/5;grid-row:2}
 .footer .footer-bottom{grid-column:1/-1;grid-row:3}
 .footer .footer-services,.footer .footer-pages,.footer .footer-contacts{border:0!important;padding-top:0!important;padding-bottom:40px!important}
 .footer .footer-services{padding-left:0!important}
 .footer .footer-body>div::before,.footer .footer-body>div::after{display:none!important;content:none!important}
 .footer .footer-services .footer-nav{display:grid;grid-template-columns:repeat(4,1fr);column-gap:24px;row-gap:0;align-content:start}
 .footer .footer-services .footer-nav>li{margin:0 0 9px 0!important;padding:0!important}
 .footer .footer-services .footer-nav>li>a{font-size:14px!important;line-height:1.35!important;white-space:nowrap;display:inline-block}
 .footer .footer-services .footer-nav .f-top{grid-column:1/-1;grid-row:1;margin-bottom:20px!important}
 .footer .footer-services .footer-nav .f-top>a{font-size:16px!important;font-weight:600!important}
 .footer .footer-services .footer-nav .f-c1{grid-column:1}
 .footer .footer-services .footer-nav .f-c2{grid-column:2}
 .footer .footer-services .footer-nav .f-c3{grid-column:3}
 .footer .footer-services .footer-nav .f-c4{grid-column:4}
 .footer .footer-services .footer-nav .f-c1.f-r2{grid-row:2}
 .footer .footer-services .footer-nav .f-c1.f-r3{grid-row:3}
 .footer .footer-services .footer-nav .f-c1.f-r4{grid-row:4}
 .footer .footer-services .footer-nav .f-c1.f-r5{grid-row:5}
 .footer .footer-services .footer-nav .f-c1.f-r6{grid-row:6}
 .footer .footer-services .footer-nav .f-c2.f-r2{grid-row:2}
 .footer .footer-services .footer-nav .f-c2.f-r3{grid-row:3}
 .footer .footer-services .footer-nav .f-c2.f-r4{grid-row:4}
 .footer .footer-services .footer-nav .f-c2.f-r5{grid-row:5}
 .footer .footer-services .footer-nav .f-c2.f-r6{grid-row:6}
 .footer .footer-services .footer-nav .f-c2.f-r7{grid-row:7}
 .footer .footer-services .footer-nav .f-c2.f-r8{grid-row:8}
 .footer .footer-services .footer-nav .f-c3.f-r2{grid-row:2}
 .footer .footer-services .footer-nav .f-c3.f-r3{grid-row:3}
 .footer .footer-services .footer-nav .f-c3.f-r4{grid-row:4}
 .footer .footer-services .footer-nav .f-c3.f-r5{grid-row:5}
 .footer .footer-services .footer-nav .f-c4.f-r2{grid-row:2}
 .footer .footer-services .footer-nav .f-c4.f-r3{grid-row:3}
 .footer .footer-services .footer-nav .f-c4.f-r4{grid-row:4}
 .footer .footer-services .footer-nav .f-c4.f-r5{grid-row:5}
 .footer .footer-services .footer-nav .f-c4.f-r6{grid-row:6}
 .footer .footer-services .footer-nav .f-c4.f-r7{grid-row:7}
 .footer .footer-services .footer-nav .f-h::before{display:block;font-size:11px;line-height:1;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.38);margin:0 0 13px 0;font-weight:500}
 .footer .footer-services .footer-nav .f-c1.f-h::before{content:"Маркетинг"}
 .footer .footer-services .footer-nav .f-c2.f-h::before{content:"Сайти та CRM"}
 .footer .footer-services .footer-nav .f-c3.f-h::before{content:"Контент"}
 .footer .footer-services .footer-nav .f-c4.f-h::before{content:"Бренд"}
 .footer .footer-services .footer-nav .f-soon>a{color:rgba(255,255,255,.32)!important;pointer-events:none;cursor:default}
 .footer .footer-pages .footer-nav>li>a,.footer .footer-contacts .footer-nav>li>a{font-size:14px!important;white-space:nowrap}
 .footer .footer-pages .footer-nav>li,.footer .footer-contacts .footer-nav>li{margin:0 0 9px 0!important}
 .footer .footer-phone{font-size:14px!important;white-space:nowrap}
 .footer .footer-descr{font-size:11px!important;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.38)!important;margin-bottom:18px!important}
}
.site_menu__services .f-h::before{content:none!important}
.site_menu__services .f-soon{display:none!important}
@media (max-width:1279px){
 .footer .footer-services .footer-nav{display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;row-gap:0}
 .footer .footer-services .footer-nav>li{margin:0 0 8px 0!important}
 .footer .footer-services .footer-nav>li>a{font-size:14px!important;line-height:1.35!important}
 .footer .footer-services .footer-nav .f-top{grid-column:1/-1;margin-bottom:16px!important}
 .footer .footer-services .footer-nav .f-c1,.footer .footer-services .footer-nav .f-c3{grid-column:1}
 .footer .footer-services .footer-nav .f-c2,.footer .footer-services .footer-nav .f-c4{grid-column:2}
 .footer .footer-services .footer-nav .f-c1.f-r2{grid-row:2}.footer .footer-services .footer-nav .f-c1.f-r3{grid-row:3}
 .footer .footer-services .footer-nav .f-c1.f-r4{grid-row:4}.footer .footer-services .footer-nav .f-c1.f-r5{grid-row:5}
 .footer .footer-services .footer-nav .f-c1.f-r6{grid-row:6}
 .footer .footer-services .footer-nav .f-c2.f-r2{grid-row:2}.footer .footer-services .footer-nav .f-c2.f-r3{grid-row:3}
 .footer .footer-services .footer-nav .f-c2.f-r4{grid-row:4}.footer .footer-services .footer-nav .f-c2.f-r5{grid-row:5}
 .footer .footer-services .footer-nav .f-c2.f-r6{grid-row:6}.footer .footer-services .footer-nav .f-c2.f-r7{grid-row:7}
 .footer .footer-services .footer-nav .f-c2.f-r8{grid-row:8}
 .footer .footer-services .footer-nav .f-c3.f-r2{grid-row:10}.footer .footer-services .footer-nav .f-c3.f-r3{grid-row:11}
 .footer .footer-services .footer-nav .f-c3.f-r4{grid-row:12}.footer .footer-services .footer-nav .f-c3.f-r5{grid-row:13}
 .footer .footer-services .footer-nav .f-c4.f-r2{grid-row:10}.footer .footer-services .footer-nav .f-c4.f-r3{grid-row:11}
 .footer .footer-services .footer-nav .f-c4.f-r4{grid-row:12}.footer .footer-services .footer-nav .f-c4.f-r5{grid-row:13}
 .footer .footer-services .footer-nav .f-c4.f-r6{grid-row:14}.footer .footer-services .footer-nav .f-c4.f-r7{grid-row:15}
 .footer .footer-services .footer-nav .f-h::before{display:block;font-size:11px;letter-spacing:.11em;
   text-transform:uppercase;color:rgba(255,255,255,.38);margin:18px 0 12px 0}
 .footer .footer-services .footer-nav .f-c1.f-h::before{content:"Маркетинг"}
 .footer .footer-services .footer-nav .f-c2.f-h::before{content:"Сайти та CRM"}
 .footer .footer-services .footer-nav .f-c3.f-h::before{content:"Контент"}
 .footer .footer-services .footer-nav .f-c4.f-h::before{content:"Бренд"}
 .footer .footer-services .footer-nav .f-soon>a{color:rgba(255,255,255,.32)!important;pointer-events:none}
}
@media (min-width:1280px){ /* v5 */
 .footer .footer-info{padding-left:0!important;gap:18px!important}
 .footer .footer-head__descr{max-width:520px!important;flex:0 1 auto!important}
 .footer .header-languages--footer{grid-column:4!important;grid-row:3!important;justify-self:end;align-self:center}
 .footer .footer-bottom{grid-column:1/4!important}
 .footer .footer-phone{font-size:18px!important;font-weight:600!important;margin-top:8px!important;display:inline-block}
 .footer .footer-services .footer-descr{display:none!important}
 .footer .footer-services{padding-top:0!important}
 .footer .footer-services .footer-nav .f-top{grid-column:1!important;grid-row:2!important;margin-bottom:9px!important}
 .footer .footer-services .footer-nav .f-top>a{font-size:14px!important;font-weight:600!important}
 .footer .footer-services .footer-nav .f-top::before{content:"Маркетинг";display:block;font-size:11px;line-height:1;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.38);margin:0 0 18px 0;font-weight:500}
 .footer .footer-services .footer-nav .f-c1.f-h::before{content:none!important;display:none!important}
 .footer .footer-services .footer-nav .f-c1.f-r2{grid-row:3!important}
 .footer .footer-services .footer-nav .f-c1.f-r3{grid-row:4!important}
 .footer .footer-services .footer-nav .f-c1.f-r4{grid-row:5!important}
 .footer .footer-services .footer-nav .f-c1.f-r5{grid-row:6!important}
 .footer .footer-services .footer-nav .f-c1.f-r6{grid-row:7!important}
 .footer .footer-services .footer-nav .f-h::before{margin-bottom:18px!important}
}
.site_menu__services .f-top::before{content:none!important;display:none!important}
@media (min-width:1280px){ /* v6 */
 .footer .container{grid-template-columns:590px 270px 170px 150px 230px!important}
 .footer .footer-head__info{grid-column:1!important}
 .footer .footer-info{grid-column:2/6!important;padding-left:0!important}
 .footer .footer-services{grid-column:1/3!important}
 .footer .footer-pages{grid-column:3!important}
 .footer .footer-contacts{grid-column:4/6!important}
 .footer .footer-bottom{grid-column:1/5!important}
 .footer .header-languages--footer{grid-column:5!important}
}
@media (min-width:1280px){ /* v7 */
 .footer .footer-services .footer-nav .f-top>a{font-weight:400!important;font-size:14px!important}
 .footer .footer-info{justify-content:flex-end!important;padding-right:0!important}
 .footer .footer-pages .footer-nav,.footer .footer-contacts .footer-nav{display:block!important;gap:0!important;row-gap:0!important}
 .footer .footer-pages .footer-nav>li,.footer .footer-contacts .footer-nav>li{margin:0 0 9px 0!important;padding:0!important;line-height:1.35!important}
 .footer .footer-pages .footer-nav>li>a,.footer .footer-contacts .footer-nav>li>a{line-height:1.35!important;padding:0!important;display:inline-flex!important;align-items:center;gap:8px}
 .footer .footer-contacts .footer-nav>li>a img{margin:0!important}
 .footer .footer-phone{margin-top:14px!important}
 .footer .footer-bottom{grid-column:1/-1!important;border:0!important}
 .footer .header-languages--footer{grid-column:5!important;grid-row:2!important;justify-self:start!important;align-self:end!important;margin:22px 0 40px 0!important}
 .footer .footer-body::before,.footer .footer-body::after,.footer .footer-head::before,.footer .footer-head::after,
 .footer .container::before,.footer .container::after,.footer .footer-bottom::before,.footer .footer-bottom::after,
 .footer .footer__logo-wrapper::before{display:none!important;content:none!important}
 .footer .footer-bottom,.footer .footer__logo-wrapper,.footer .container{border-top:0!important;border-bottom:0!important;box-shadow:none!important}
}
@media (min-width:1280px){ /* v8 */
 .footer .header-languages--footer{grid-column:5!important;grid-row:3!important;justify-self:end!important;align-self:center!important;margin:0!important}
 .footer .footer-bottom{padding-right:125px!important}
 .footer .footer-contacts .footer-nav>li>a img{height:14px!important;width:auto!important}
 .footer .footer-contacts .footer-nav>li{line-height:1.35!important}
}
@media (min-width:1280px){ /* v9 */
 .footer .footer-contacts .footer-nav>li>a{height:19px!important;min-height:0!important;max-height:19px!important;overflow:visible}
 .footer .footer-contacts .footer-nav>li>a>i,.footer .footer-contacts .footer-nav>li>a>span{height:auto!important;line-height:19px!important;padding:0!important;margin:0!important}
 .footer .footer-contacts .footer-nav>li{height:19px!important}
}
@media (min-width:1280px){ /* v10 · шире колонки, +1px шрифт, email 20px + иконка, воздух перед LANDING.UA */
 .footer .container{grid-template-columns:660px 300px 200px 100px 150px!important}
 .footer .footer-services .footer-nav>li>a,.footer .footer-pages .footer-nav>li>a,.footer .footer-contacts .footer-nav>li>a,.footer .footer-services .footer-nav .f-top>a{font-size:15px!important;line-height:20px!important}
 .footer .footer-services .footer-nav>li,.footer .footer-pages .footer-nav>li,.footer .footer-contacts .footer-nav>li{margin:0 0 9px 0!important;line-height:20px!important}
 .footer .footer-contacts .footer-nav>li,.footer .footer-contacts .footer-nav>li>a{height:20px!important;max-height:20px!important}
 .footer .footer-contacts .footer-nav>li>a>i,.footer .footer-contacts .footer-nav>li>a>span{line-height:20px!important}
 .footer .footer-descr,.footer .footer-services .footer-nav .f-h::before,.footer .footer-services .footer-nav .f-top::before{font-size:12px!important}
 .footer .footer-phone{font-size:20px!important}
 .footer .footer-head__descr{font-size:14px!important}
 .footer .footer-email{font-size:20px!important;display:inline-flex!important;align-items:center!important;gap:10px}
 .footer .footer-email::before{content:"";display:inline-block;flex:0 0 auto;width:20px;height:20px;background:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2.5'/%3E%3Cpath d='M3.5 7.5l8.5 6 8.5-6'/%3E%3C/svg%3E") center/contain no-repeat}
 .footer .footer-bottom{margin-bottom:44px!important}
}
@media (min-width:1280px){ /* v10b · выравнивание первой строки колонок + шаг 30 */
 .footer .footer-descr{line-height:1!important;margin-bottom:18px!important}
 .footer .footer-contacts .footer-nav>li{margin:0 0 10px 0!important}
}
@media (min-width:1280px){ /* v10c · иконка телефона, язык по центру строки © */
 .footer .footer-phone{display:inline-flex!important;align-items:center!important;gap:10px}
 .footer .footer-phone::before{content:"";display:inline-block;flex:0 0 auto;width:20px;height:20px;background:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h3.5l1.8 4.5-2.2 1.6a12 12 0 0 0 5.8 5.8l1.6-2.2L20 15.5V19a1.5 1.5 0 0 1-1.6 1.5A15.5 15.5 0 0 1 3.5 5.6 1.5 1.5 0 0 1 5 4z'/%3E%3C/svg%3E") center/contain no-repeat}
 .footer .header-languages--footer{margin:0 0 44px 0!important}
}
/* LUA-LANG-EN-OFF · EN-версия выключена в Polylang (03.09.2026), пункт ENG скрыт в хедере и футере. v2: [href$]→[href*] (постраничные ссылки). v3 (03.09.2026): селектор больше не завязан на .header-languages__dropdown — тот же пункт ENG есть третьим местом в мобильном бургер-меню (.site-languages a.header-language--mobile), там обёртки нет вообще */
a.header-language[href*="/en/"]{display:none!important}
@media (min-width:1280px){ /* v11 · паук 32 пункта · 6 колонок услуг + Компанія + Контакти = 8 */
 .footer .container{--c1:195px;--c2:200px;--c3:150px;--c4:190px;--c5:180px;--c6:175px;--c7:122px;--c8:200px;grid-template-columns:var(--c1) var(--c2) var(--c3) var(--c4) var(--c5) var(--c6) var(--c7) var(--c8)!important}
 .footer .footer-head__info{grid-column:1/4!important}
 .footer .footer-info{grid-column:4/9!important}
 .footer .footer-services{grid-column:1/7!important}
 .footer .footer-pages{grid-column:7!important}
 .footer .footer-contacts{grid-column:8!important;padding-left:0!important}
 .footer .footer-bottom{grid-column:1/-1!important}
 .footer .header-languages--footer{grid-column:8!important}
 .footer .footer-services .footer-nav{grid-template-columns:var(--c1) var(--c2) var(--c3) var(--c4) var(--c5) var(--c6)!important;column-gap:0!important}
 .footer .footer-services .footer-nav>li>a{padding-right:20px!important}
 .footer .footer-services .footer-nav .f-c5{grid-column:5}
 .footer .footer-services .footer-nav .f-c6{grid-column:6}
 .footer .footer-services .footer-nav .f-r2:not(.f-c1){grid-row:2}
 .footer .footer-services .footer-nav .f-r3:not(.f-c1){grid-row:3}
 .footer .footer-services .footer-nav .f-r4:not(.f-c1){grid-row:4}
 .footer .footer-services .footer-nav .f-r5:not(.f-c1){grid-row:5}
 .footer .footer-services .footer-nav .f-r6:not(.f-c1){grid-row:6}
 .footer .footer-services .footer-nav .f-r7:not(.f-c1){grid-row:7}
 .footer .footer-services .footer-nav .f-r8:not(.f-c1){grid-row:8}
 .footer .footer-services .footer-nav .f-c2.f-h::before{content:"Сайти"}
 .footer .footer-services .footer-nav .f-c3.f-h::before{content:"CRM та шахматка"}
 .footer .footer-services .footer-nav .f-c4.f-h::before{content:"SEO"}
 .footer .footer-services .footer-nav .f-c5.f-h::before{content:"Контент"}
 .footer .footer-services .footer-nav .f-c6.f-h::before{content:"Бренд"}
}
@media (max-width:1279px){ /* v11 mobile · 2 колонки по порядку DOM, 18 строк в первой */
 .footer .footer-services .footer-nav{display:grid!important;grid-template-columns:1fr 1fr!important;grid-auto-flow:column;grid-template-rows:repeat(18,auto);column-gap:20px!important}
 .footer .footer-services .footer-nav>li{grid-column:auto!important;grid-row:auto!important}
 .footer .footer-services .footer-nav .f-top::before{content:"Маркетинг";display:block;font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.38);margin:18px 0 12px 0}
 .footer .footer-services .footer-nav .f-c1.f-h::before{content:none!important;display:none!important}
 .footer .footer-services .footer-nav .f-c2.f-h::before{content:"Сайти"}
 .footer .footer-services .footer-nav .f-c3.f-h::before{content:"CRM та шахматка"}
 .footer .footer-services .footer-nav .f-c4.f-h::before{content:"SEO"}
 .footer .footer-services .footer-nav .f-c5.f-h::before{content:"Контент"}
 .footer .footer-services .footer-nav .f-c6.f-h::before{content:"Бренд"}
 .footer .footer-services .footer-nav .f-top>a{font-weight:400!important}
}
@media (min-width:1280px){ /* v12 · 3 колонки услуг в два яруса (ядро / поддержка) + Компанія + Контакти = 5 · больше воздуха */
 .footer .container{--c1:290px;--c2:300px;--c3:280px;--c4:230px;--c5:310px;grid-template-columns:var(--c1) var(--c2) var(--c3) var(--c4) var(--c5)!important}
 .footer .footer-head__info{grid-column:1/3!important}
 .footer .footer-info{grid-column:3/6!important}
 .footer .footer-services{grid-column:1/4!important}
 .footer .footer-pages{grid-column:4!important}
 .footer .footer-contacts{grid-column:5!important}
 .footer .footer-bottom{grid-column:1/-1!important}
 .footer .header-languages--footer{grid-column:5!important}
 .footer .footer-services .footer-nav{grid-template-columns:var(--c1) var(--c2) var(--c3)!important;grid-template-rows:repeat(8,auto) 30px repeat(5,auto)!important}
 .footer .footer-services .footer-nav .f-c4{grid-column:1!important}
 .footer .footer-services .footer-nav .f-c5{grid-column:2!important}
 .footer .footer-services .footer-nav .f-c6{grid-column:3!important}
 .footer .footer-services .footer-nav .f-c4.f-r2,.footer .footer-services .footer-nav .f-c5.f-r2,.footer .footer-services .footer-nav .f-c6.f-r2{grid-row:10!important}
 .footer .footer-services .footer-nav .f-c4.f-r3,.footer .footer-services .footer-nav .f-c5.f-r3,.footer .footer-services .footer-nav .f-c6.f-r3{grid-row:11!important}
 .footer .footer-services .footer-nav .f-c4.f-r4,.footer .footer-services .footer-nav .f-c5.f-r4,.footer .footer-services .footer-nav .f-c6.f-r4{grid-row:12!important}
 .footer .footer-services .footer-nav .f-c4.f-r5,.footer .footer-services .footer-nav .f-c5.f-r5,.footer .footer-services .footer-nav .f-c6.f-r5{grid-row:13!important}
 .footer .footer-services .footer-nav .f-c4.f-r6,.footer .footer-services .footer-nav .f-c5.f-r6,.footer .footer-services .footer-nav .f-c6.f-r6{grid-row:14!important}
 .footer .footer-services .footer-nav>li>a{padding-right:24px!important}
 .footer .footer-services,.footer .footer-pages,.footer .footer-contacts{padding-bottom:56px!important}
}
@media (min-width:1280px){ /* v12b · теглайн в 2 строки */
 .footer .footer-head__info{grid-column:1/4!important}
 .footer .footer-info{grid-column:4/6!important}
 .footer .footer-head__descr{max-width:600px!important}
}
@media (min-width:1280px){ /* v12c · ховер соцсетей (иконка въезжает слева, текст сдвигается) · группа «З чого почати» под Компанія */
 .footer .footer-contacts .footer-nav>li>a{position:relative;transition:padding-left .3s!important}
 .footer .footer-contacts .footer-nav>li>a:hover{padding-left:28px!important}
 .footer .footer-contacts .footer-nav>li>a img{height:20px!important;width:20px!important;left:-28px;top:0;opacity:0}
 .footer .footer-contacts .footer-nav>li>a:hover img{left:0;opacity:1}
 .footer .footer-pages .footer-nav>li.f-h2{margin-top:66px!important}
 .footer .footer-pages .footer-nav>li.f-h2::before{content:"З чого почати";display:block;font-size:12px;line-height:1;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.38);margin:0 0 18px 0;font-weight:500}
 .footer .footer-pages .footer-nav>li>a{white-space:nowrap}
 .footer .footer-pages .footer-nav .f-soon>a{color:rgba(255,255,255,.32)!important;pointer-events:none;cursor:default}
 .footer .footer-pages{padding-bottom:0!important}
}
.site_menu__main .f-h2::before{content:none!important}
.site_menu__main .f-soon{display:none!important}
@media (max-width:1279px){ .footer .footer-pages .footer-nav>li.f-h2{margin-top:18px!important} .footer .footer-pages .footer-nav>li.f-h2::before{content:"З чого почати";display:block;font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:rgba(255,255,255,.38);margin:0 0 12px 0} .footer .footer-pages .footer-nav .f-soon>a{color:rgba(255,255,255,.32)!important;pointer-events:none} }
@media (min-width:1280px){ /* v12d · ширина Компанія под «З чого почати», выравнивание второго яруса */
 .footer .container{--c4:262px;--c5:278px}
 .footer .footer-pages .footer-nav>li.f-h2{margin-top:69px!important}
}
@media (min-width:1280px){ /* v12e · иконки почты и телефона в фирменный #f43563 */
 .footer .footer-email::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f43563' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2.5'/%3E%3Cpath d='M3.5 7.5l8.5 6 8.5-6'/%3E%3C/svg%3E")!important}
 .footer .footer-phone::before{background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f43563' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h3.5l1.8 4.5-2.2 1.6a12 12 0 0 0 5.8 5.8l1.6-2.2L20 15.5V19a1.5 1.5 0 0 1-1.6 1.5A15.5 15.5 0 0 1 3.5 5.6 1.5 1.5 0 0 1 5 4z'/%3E%3C/svg%3E")!important}
}
@media (min-width:1280px){ /* v12f · текст перед телефоном · Ведення соцмереж скрыт */
 .footer .footer-contacts .footer-text--moved{display:block!important;font-size:14px!important;line-height:1.45!important;color:rgba(255,255,255,.7)!important;margin:14px 0 0 0!important;max-width:250px}
 .footer .footer-phone{margin-top:16px!important}
}
.footer .footer-services .footer-nav .f-hide,.site_menu__services .f-hide{display:none!important}
@media (min-width:1280px){ /* v12g · текст + телефон на второй ярус, на линии «З чого почати» */
 .footer .footer-contacts .footer-text--moved{margin-top:160px!important}
}
@media (min-width:1280px){ /* v12h · Контакти: текст + телефон сверху, соцсети на втором ярусе */
 .footer .footer-contacts{display:flex!important;flex-direction:column!important;align-items:flex-start!important}
 .footer .footer-contacts .footer-descr{order:0}
 .footer .footer-contacts .footer-text--moved{order:1;margin-top:0!important}
 .footer .footer-contacts .footer-phone{order:2;margin-top:16px!important}
 .footer .footer-contacts .footer-nav{order:3;margin-top:143px!important}
}
@media (min-width:1280px){ /* v12i · соцсети по правому краю (на одной вертикали с кнопкой и языком) */
 .footer .footer-contacts .footer-nav{align-self:stretch!important;width:100%!important;text-align:right!important}
 .footer .footer-contacts .footer-nav>li{text-align:right!important}
 .footer .footer-contacts .footer-nav>li>a{justify-content:flex-end!important}
}
@media (min-width:1280px){ /* v12j · правый край соцсетей = край контейнера (1460) */
 .footer .footer-contacts{padding-right:0!important}
}
@media (min-width:1280px){ /* v12k · іконка соцмережі "групується" з текстом при ховері (flex-reveal замість absolute) + бренд-кольори при ховері */
 .footer .footer-contacts .footer-nav>li>a img{position:static!important;left:auto!important;top:auto!important;width:0!important;height:20px!important;opacity:0!important;margin-right:0!important;overflow:hidden!important;flex:0 0 auto!important;transition:width .3s ease,opacity .3s ease,margin-right .3s ease!important}
 .footer .footer-contacts .footer-nav>li>a:hover{padding-left:0!important}
 .footer .footer-contacts .footer-nav>li>a:hover img{width:20px!important;opacity:1!important;margin-right:10px!important}
 .footer .footer-contacts .footer-nav>li>a[href*="behance.net"]:hover{color:#1769ff!important}
 .footer .footer-contacts .footer-nav>li>a[href*="instagram.com"]:hover{color:#e1306c!important}
 .footer .footer-contacts .footer-nav>li>a[href*="upwork.com"]:hover{color:#14a800!important}
 .footer .footer-contacts .footer-nav>li>a[href*="t.me"]:hover{color:#26a5e4!important}
}
@media (min-width:1280px){ /* v12l · щільніший зазор між іконкою і текстом на ховері (компенсація gap:8px) */
 .footer .footer-contacts .footer-nav>li>a:hover img{margin-right:2px!important}
}
@keyframes lua-shake{0%,100%{transform:rotate(0deg)}20%{transform:rotate(-10deg)}40%{transform:rotate(9deg)}60%{transform:rotate(-6deg)}80%{transform:rotate(4deg)}}
@media (min-width:1280px){ /* v13 · легке потряхування іконок (вогонь / email / телефон) при ховері */
 .footer .footer-services .footer-nav .f-top a img.emoji{display:inline-block!important;transform-origin:60% 80%}
 .footer .footer-services .footer-nav .f-top a:hover img.emoji{animation:lua-shake .5s ease-in-out}
 .footer .footer-email::before{transform-origin:50% 50%}
 .footer .footer-email:hover::before{animation:lua-shake .5s ease-in-out}
 .footer .footer-phone::before{transform-origin:50% 50%}
 .footer .footer-phone:hover::before{animation:lua-shake .5s ease-in-out}
}
@media (min-width:1280px){ /* v14 · зона ховера соцмереж = тільки контент (іконка+текст+стрілка), не вся колонка */
 .footer .footer-contacts .footer-nav>li{display:block!important;text-align:right!important}
 .footer .footer-contacts .footer-nav>li>a{width:auto!important;display:inline-flex!important}
}
@media (min-width:1024px) and (max-width:1279px){ /* v15 · закриваємо "сирітський" розрив 1024-1279px (iPad landscape, ноутбуки): тема ставить .footer-body{display:block} лише до 1023px, наш грід — від 1280px; між ними рідна сітка 4 колонки з примусово однаковою висотою і порожніми розривами під короткими блоками */
 .footer-body{display:block!important}
 .footer-body::after{display:none!important}
 .footer-pages{padding:4.3rem 0!important}
 .footer-services{padding:4.2rem 0!important;border-right:0!important;border-top:.1rem solid rgba(207,209,210,.15)!important}
 .footer-contacts{padding:4.2rem 0 4rem!important;border-right:0!important;border-top:.1rem solid rgba(207,209,210,.15)!important}
 .footer-info{padding:4.2rem 0!important;border-right:0!important;border-top:.1rem solid rgba(207,209,210,.15)!important;display:flex!important;gap:4rem!important}
}
@media (min-width:1024px) and (max-width:1279px){ /* v16 · тема масштабує rem через vw (0.5209vw) саме в діапазоні 1024-1279px — текст без явного px ставав мікроскопічним (8-10px): фіксуємо явними px */
 .footer .footer-text{font-size:14px!important;line-height:1.45!important;width:auto!important}
 .footer .footer-btn{font-size:14px!important}
 .footer .footer-descr{font-size:11px!important}
 .footer .header-languages--footer{font-size:14px!important}
}
@media (max-width:1279px){ /* v17 · вирівнюємо розмір шрифту в трьох колонках футера на планшетах/мобілках: сервіси вже 14px, а "Компанія" (20-23px) і соцмережі (аж 34px) були значно більшими — виглядало неоднорідно */
 .footer .footer-pages .footer-nav>li>a{font-size:14px!important}
 .footer .footer-contacts .footer-nav>li>a{font-size:14px!important}
 .footer .footer-contacts .footer-nav>li>a i{width:14px!important;height:14px!important}
}
@media (max-width:1023px){ /* v18 · .footer-nav--v2 мала жорсткі 3 рядки (розрахунок на старі 6 пунктів меню 16) — з "З чого почати" (10 пунктів) утворювалась осиротіла 4-та колонка з одним пунктом без заголовка групи. 6 рядків = точно старі 6 пунктів в 1-й колонці + нова група "З чого почати" (4 пункти) в 2-й */
 .footer .footer-pages .footer-nav.footer-nav--v2{grid-template-rows:repeat(6,auto)!important}
}
/* ===== LUA-FOOTER-GRID-END ===== */

/* ===== LUA-LANG-SWITCHER-OFF · 05.09.2026: сайт тільки УКР (EN/RU видалені в Polylang), перемикач мови прибрано з хедера, футера і бургера. Відкат — видалити цей блок. ===== */
.header-languages,.header-languages--footer,.header-languages__dropdown,.site-languages,a.header-language{display:none!important}
/* ===== LUA-LANG-SWITCHER-OFF-END ===== */

@media (min-width:1280px){ /* v21 · 05.09.2026 · перемикач мови прибрано — правий відступ рядка © більше не потрібен, рядок знову в одну лінію */
 .footer .footer-bottom{padding-right:0!important}
}

/* v22 · 05.09.2026 · картки блогу: тема ставить cursor:none на .custom_cursor_w і одночасно display:none на лейбл-курсор .custom_cursor — курсор зникав. Повертаємо системний pointer. */
.custom_cursor_w,.custom_cursor_w *{cursor:pointer!important}

/* v23 · 05.09.2026 · картки блогу: прибираємо hover-оверлей з уривком (.journal_item__content, біла картка під кутом) і плаваючий лейбл-курсор — замість них спокійний hover: легкий zoom картинки + червоний заголовок (вже є в темі). */
.blog_list_item .journal_item__content,.blog_list_item .custom_cursor{display:none!important}
.blog_list_item__head img{transition:transform .6s cubic-bezier(.2,.7,.2,1);will-change:transform}
.blog_list_item:hover .blog_list_item__head img{transform:scale(1.035)}

/* v24 · 05.09.2026 · лоадер: списки стрічок виросли 4→12 і 7→14, тривалість анімації ×3 / ×2, щоб швидкість (px/s) лишилась як була (16s / 19s). */
.loader__loop-track{animation-duration:48s}
.loader__loop--secondary .loader__loop-track{animation-duration:38s}
