* {
	box-sizing: border-box;
}

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

a {
	text-decoration: none;
	color: #1f1f1f;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

html,
body {
	background: #1f1f1f;
	height: 100%;
	font-size: 10px;
	color: #fff;
	font-family: 'Euclid Flex', sans-serif;
}

/* Cases archive: pure black page background */
html body.post-type-archive-case,
html body.post-type-archive-case_cn {
	background: #000 !important;
}

/* Single case: keep page chrome pure black (prevents grey strips between full-bleed sections) */
html body.single-case,
html body.single-case_cn {
	background: #000 !important;
}

/* Blog single: fully white page background */
html body.single-post,
html body.single-blog,
html body.single-blog_cn {
	background: #fff !important;
	color: #111 !important;
}

html body.single-post .wrapper,
html body.single-blog .wrapper,
html body.single-blog_cn .wrapper,
html body.single-post .main,
html body.single-blog .main,
html body.single-blog_cn .main,
html body.single-post main,
html body.single-blog main,
html body.single-blog_cn main,
html body.single-post main.entry-content,
html body.single-blog main.entry-content,
html body.single-blog_cn main.entry-content,
html body.single-post .entry-content,
html body.single-blog .entry-content,
html body.single-blog_cn .entry-content {
	background: #fff !important;
	color: #111 !important;
}

html body.single-post .header,
html body.single-blog .header,
html body.single-blog_cn .header,
html body.single-post .header-fixed,
html body.single-blog .header-fixed,
html body.single-blog_cn .header-fixed {
	background: #fff !important;
}

html body.single-post .header .header-logo img,
html body.single-blog .header .header-logo img,
html body.single-blog_cn .header .header-logo img {
	filter: invert(1);
}

html body.single-post .header .lang-switch summary,
html body.single-post .header .lang-switch__caret,
html body.single-post .header .burger-label,
html body.single-blog .header .lang-switch summary,
html body.single-blog .header .lang-switch__caret,
html body.single-blog .header .burger-label,
html body.single-blog_cn .header .lang-switch summary,
html body.single-blog_cn .header .lang-switch__caret,
html body.single-blog_cn .header .burger-label {
	color: #121217;
}

html body.single-post .header .header-nav .burger::before,
html body.single-post .header .header-nav .burger::after,
html body.single-blog .header .header-nav .burger::before,
html body.single-blog .header .header-nav .burger::after,
html body.single-blog_cn .header .header-nav .burger::before,
html body.single-blog_cn .header .header-nav .burger::after {
	background-color: #121217;
}

html body.single-case .wrapper,
html body.single-case_cn .wrapper,
html body.single-case .main,
html body.single-case_cn .main,
html body.single-case main.entry-content,
html body.single-case_cn main.entry-content {
	background: #000 !important;
}

html body.post-type-archive-case .wrapper,
html body.post-type-archive-case_cn .wrapper,
html body.post-type-archive-case main,
html body.post-type-archive-case_cn main,
html body.post-type-archive-case .entry-content,
html body.post-type-archive-case_cn .entry-content {
	background: #000 !important;
}

html body.post-type-archive-case .header,
html body.post-type-archive-case_cn .header,
html body.post-type-archive-case .header-fixed,
html body.post-type-archive-case_cn .header-fixed {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	border-radius: 0 !important;
	background: #000 !important;
}

html body.post-type-archive-case main.entry-content,
html body.post-type-archive-case_cn main.entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

.main {
	flex: 1 1 auto;
}

/* container */

.container {
	width: 1360px;
	margin: auto;
}

.container:before,
.container:after {
	content: ' ';
	display: table;
}

/* header  */

.header {
	position: absolute;
	width: 100%;
	top: 45px;
	z-index: 999;
}

/* Single case: transparent header over hero only (JS toggles class) */
.header.header-hero-transparent,
.header.header-hero-transparent.header-fixed {
	background: transparent !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

@media (max-width: 900px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #000000;
	}

	.header .header-nav {
		min-height: 72px;
		display: flex;
		align-items: center;
	}

	.header .header-logo {
		display: inline-flex;
		align-items: center;
	}

	.header .burger {
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}

	.header-fixed {
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}

	.header .container {
		width: 100%;
		padding: 0 16px;
	}
}

.header-fixed{
  position: fixed;
	top: 14px;
	left: 16px;
	right: 16px;
	width: auto;
	padding: 0;
	background: #000000;
	border: none;
	border-radius: 0;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.header.menu-opened{
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


.header-nav {
	position: relative;
}

.header-contact-btn {
	display: none;
}

.burger-label {
	display: none;
}

.burger {
	cursor: pointer !important;
	top: 0;
	right: 0;
	position: absolute;
	width: 40px;
	height: 40px;
}

.burger::after,
.burger::before {
	position: absolute;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-color: #fff;
	height: 2px;
	transform-origin: center;
	transition: transform 0.28s ease, width 0.24s ease, margin-top 0.24s ease, opacity 0.2s ease;
}

.burger::before {
	width: 38px;
	margin-top: -4px;
}

.burger::after {
	width: 23px;
	margin-top: 4px;
}

@media (max-width: 900px) {
	.header-actions .lang-switch {
		display: none !important;
	}
}

@media (min-width: 901px) {
	.header {
		position: fixed;
		top: 14px;
		left: 16px;
		right: 16px;
		width: auto;
		padding: 0;
		background: #000000;
		border: none;
		border-radius: 0;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		transition: background-color 0.2s ease, color 0.2s ease;
	}

	.header .container {
		width: 100%;
		max-width: none;
		padding: 0 16px;
	}

	.header .header-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 72px;
	}

	.header .header-logo img {
		height: 36px;
		width: auto;
		transition: filter 0.2s ease;
	}

	.header .header-actions {
		margin-left: auto;
		display: flex;
		align-items: center;
		gap: 10px;
		position: static;
	}

	.header .header-contact-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		padding: 0 20px;
		background: #ffffff;
		border: 1px solid #ffffff;
		color: #121217;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	}

	.header .lang-switch {
		margin-right: 0;
	}

	.header .lang-switch summary {
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		transition: color 0.2s ease;
	}

	.header .lang-switch__caret {
		font-size: 12px;
		color: #ffffff;
		transition: color 0.2s ease;
	}

	.header .header-nav .burger {
		position: absolute;
		left: 50%;
		right: auto;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		min-width: 0;
		padding-right: 34px;
		height: 30px;
		margin-left: 0;
		display: block;
	}

	.header .header-nav .burger::before,
	.header .header-nav .burger::after {
		background-color: #ffffff;
		height: 2px;
		transition: background-color 0.2s ease, transform 0.28s ease, width 0.24s ease, margin-top 0.24s ease, opacity 0.2s ease;
	}

	.header .header-nav .burger::before {
		width: 22px;
		margin-top: -4px;
	}

	.header .header-nav .burger::after {
		width: 14px;
		margin-top: 4px;
	}

	.header .burger-label {
		display: block;
		position: static;
		transform: none;
		font-size: 24px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.02em;
		color: #ffffff;
		transition: color 0.2s ease;
	}

	.header.header-theme-light {
		background: #ffffff;
	}

	.header.header-theme-light .header-logo img {
		filter: invert(1);
	}

	.header.header-theme-light .header-contact-btn {
		background: #121217;
		border-color: #121217;
		color: #ffffff;
	}

	.header.header-theme-light .lang-switch summary,
	.header.header-theme-light .lang-switch__caret,
	.header.header-theme-light .burger-label {
		color: #121217;
	}

	.header.header-theme-light .header-nav .burger::before,
	.header.header-theme-light .header-nav .burger::after {
		background-color: #121217;
	}

	body.menu-open .header .header-nav .burger::before,
	body.menu-open .header .header-nav .burger::after {
		width: 18px;
		top: 50%;
		right: 0;
		margin-top: 0;
	}

	body.menu-open .header .header-nav .burger::before {
		transform: translateY(-50%) rotate(45deg);
	}

	body.menu-open .header .header-nav .burger::after {
		transform: translateY(-50%) rotate(-45deg);
	}
}

/* banner */

.banner {
	position: relative;
	overflow: hidden;
	height: 100vh;
	height: 100svh;
	min-height: 900px;
	padding: 0 !important;
	background: #000;
}

.banner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 500px;
	bottom: 0;
	background: url('../img/banner-bg.gif') center no-repeat;
	opacity: 0.5;
}

.banner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 600px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../img/banner-f.gif') center no-repeat;
}

.banner-container {
	position: relative;
	height: 100%;
	min-height: 900px;
}

.banner-title {
	position: absolute;
	width: 100%;
	font-size: 120px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	font-weight: 800;
	margin: 0;
	z-index: 2;

	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.05) 0%,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0.05) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 1) 50%,
		rgba(255, 255, 255, 0.1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 15px rgba(255, 255, 255, 0.3); */
}

.banner-title_left {
	text-align: left;
}

.banner-title_center {
	text-align: center;
}

.banner-title_right {
	text-align: right;
}

.banner-row {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding-bottom: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.banner-description-wrap {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.banner-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.banner-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	transition: 0.2s ease;
}

.banner-cta__btn--primary {
	background: #fd1f1f;
	border: 1px solid #fd1f1f;
	color: #fff;
}

.banner-cta__btn--primary:hover {
	background: #fff;
	color: #1f1f1f;
	border-color: #fff;
}

.banner-cta__btn--ghost {
	background: transparent;
	border: 1px solid #f4f4f4;
	color: #f4f4f4;
}

.banner-cta__btn--ghost:hover {
	background: #f4f4f4;
	color: #1f1f1f;
}

.banner-description {
	font-size: 22px;
	font-weight: 200;
	line-height: 1.45;
}

.banner-description strong {
	font-weight: 600;
}

.banner-arrow {
	cursor: pointer;
	width: 22px;
	height: 45px;
	background: url('../img/ic_arrow_down.svg') center no-repeat;
	background-size: 100%;
}

@media (min-width: 901px) {
	.banner::after {
		width: 52%;
		right: 12%;
		left: auto;
		background-position: right center;
		background-size: contain;
	}

	.banner-title {
		left: 0;
		right: auto;
		width: 58%;
		font-size: 92px;
		line-height: 1.2;
		align-items: flex-start;
		background: none;
		-webkit-background-clip: initial;
		-webkit-text-fill-color: #f4f4f4;
		color: #f4f4f4;
	}

	.banner-title_left,
	.banner-title_center,
	.banner-title_right {
		text-align: left;
		width: 100%;
	}
}

@media (max-width: 900px) {
	.banner-description-wrap {
		gap: 14px;
	}

	.banner-cta {
		gap: 10px;
	}

	.banner-cta__btn {
		min-height: 40px;
		padding: 0 14px;
		font-size: 12px;
	}
}

section {
	padding: 130px 0;
}

.home-next-screen {
	background: #ffffff;
	padding: 24px 0;
}

.home-next-screen__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.home-next-screen__card {
	min-height: 640px;
	background: #ffffff;
	padding: 26px;
	border: 1px solid #1f1f1f;
	display: flex;
	flex-direction: column;
}

.home-next-screen__card--image {
	padding: 0;
	overflow: hidden;
	background: #ffffff;
}

.home-next-screen__card--image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-next-screen__number {
	font-size: 78px;
	line-height: 1;
	font-weight: 500;
	color: #121217;
	letter-spacing: -1px;
}

.home-next-screen__label {
	margin-top: auto;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #1f1f1f;
	position: relative;
}

.home-next-screen__label::before {
	content: '';
	position: absolute;
	left: -18px;
	top: 50%;
	width: 11px;
	height: 11px;
	background: #f04b23;
	transform: translateY(-50%) scale(0.6);
	opacity: 0;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.home-next-screen__label.home-next-screen__label--cube-visible::before {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}

.home-next-screen__number,
.home-next-screen__label {
	transition: color 0.2s ease;
}

.home-next-screen__text--scrambling {
	will-change: contents;
}

.home-next-screen__text-char {
	transition: color 0.14s linear, opacity 0.14s linear;
}

.home-next-screen__text-char--code {
	color: #c9152c;
	font-family: "Courier New", monospace;
}

.home-next-screen__text-char--resolved {
	color: inherit;
	font-family: inherit;
}

@media (min-width: 901px) {
	.home-next-screen {
		padding: 0;
		min-height: 100vh;
		min-height: 100svh;
	}

	.home-next-screen .container {
		min-height: 100vh;
		min-height: 100svh;
		display: flex;
		align-items: center;
		padding-top: 72px;
		padding-bottom: 72px;
		box-sizing: border-box;
	}

	.home-next-screen__grid {
		width: 100%;
		height: auto;
		align-items: stretch;
	}

	.home-next-screen__card {
		min-height: 0;
		height: clamp(420px, 62vh, 640px);
	}
}

@media (max-width: 1200px) {
	.home-next-screen__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-next-screen__card {
		min-height: 420px;
	}

	.home-next-screen__number {
		font-size: 61px;
	}

	.home-next-screen__label {
		font-size: 16px;
	}
}

@media (max-width: 700px) {
	.home-next-screen__grid {
		grid-template-columns: 1fr;
	}

	.home-next-screen__card {
		min-height: 320px;
		padding: 18px;
	}

	.home-next-screen__number {
		font-size: 48px;
	}

	.home-next-screen__label {
		font-size: 13px;
	}
}

.services {
	background-color: #fff;
}

.section-title {
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #aeaeae;
	text-transform: uppercase;
}

.services-item {
	position: relative;
	overflow: hidden;
	width: 420px;
	border: 1px solid #1f1f1f;
	height: 590px;
}

.services-item::before {
	position: absolute;
	content: '';
	left: 420px;
	opacity: 0;
	width: 100%;
	top: 0;
	inset: 0;
	left: 500px;
	height: 100%;
	transform: skewX(-12.74deg);
	opacity: 1;
	background-color: #1f1f1f;
	transition: left 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
}

.services-item:hover::before {
	left: 0;
	transform: skewX(0deg);
}

.services-item > * {
	position: relative;
	z-index: 1;
}

.services-item:hover .services-item_title,
.services-item:hover .services-item_description {
	color: #fff;
}

.services-list {
	padding-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.services-item_content {
	padding: 25px 32px 0px 32px;
}

.services-item_title {
	color: #1f1f1f;
	font-size: 44px;
	font-weight: 500;
	transition: 0.3s;
	text-transform: uppercase;
}

.services-item_description {
	color: #1f1f1f;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
	padding: 16px 0;
	transition: 0.3s;
	padding-bottom: 50px;
}

.services-item:hover.services-item img {
	filter: invert(200%) sepia(50%) saturate(700%) hue-rotate(310deg);
}
.services-item img {
	transition: all 0.5s ease;
}

.services-item:hover img {
	filter: brightness(1);
	transform: scale(1.1) skewY(7deg);
}

.button {
	position: relative;
	color: #1f1f1f;
	font-size: 12px;
	font-weight: 700;
	padding: 14px 80px 14px 0px;
	text-transform: uppercase;
	transition: 0.3s;
	cursor: pointer;
}

.button::before {
	position: absolute;
	content: '';
	width: 43px;
	height: 43px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	border-radius: 100%;
	border: 2px solid #d9d9d9;
	transition: 0.3s;
}

.services-item:hover .button {
	color: #fff;
}

.button:hover::before {
	width: 80px;
	height: 80px;
	border: 2px solid #d9d9d9;
	right: -30px;
}

.services-item:hover .button::before {
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	right: -30px;
	background-color: #fff;
}

.button:hover .button-arrow,
.services-item:hover .button-arrow {
	right: 0px;
	width: 35px;
}

.button-arrow {
	transition: 0.3s;
	position: absolute;
	content: '';
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 2px;
	background: #1f1f1f;
}

.button-arrow::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	transform: translateY(-50%);
	right: -5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #000;
}

/* первый столбик */
.services-item:nth-child(3n + 1) {
	margin-top: 0;
}

/* второй столбик */
.services-item:nth-child(3n + 2) {
	margin-top: 50px;
}

/* третий столбик */
.services-item:nth-child(3n + 3) {
	margin-top: 100px;
}

@media (min-width: 901px) {
	.services--scroll-x {
		position: relative;
		overflow: clip;
		--services-title-gap: 24px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.services--scroll-x .container {
		height: 100vh;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		position: sticky;
		top: 0;
		padding-top: 78px;
		padding-bottom: 36px;
		box-sizing: border-box;
	}

	.services--scroll-x .section-title {
		padding-top: 0 !important;
		margin-top: var(--services-title-gap);
		margin-bottom: var(--services-title-gap);
	}

	.services--scroll-x .services-list {
		padding-top: 0;
		margin-top: auto;
		margin-bottom: auto;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
		will-change: transform;
		transform: translate3d(0, 0, 0);
	}

	.services--scroll-x .services-item {
		flex: 0 0 420px;
		margin-top: 0 !important;
	}
}

.partners {
	position: relative;
	background: #000;
	background-image: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.partners-list {

}

.partners-list .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.partners-list .slick-track {
	display: flex;
	align-items: center;
}

.partners-list img {
	max-height: 44px;
	max-width: 180px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}

.partners-slider.is-centered .slick-track {
	justify-content: center;
}




.team {
	overflow: hidden;
	background: #000;
	background-image: none;
}

.team-list {
	padding-top: 90px;
}

.team .slick-list {
	overflow: hidden;
}

.team-controls {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	justify-content: flex-start;
}

.team-controls__btn {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	background: transparent;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.team-controls__btn:hover {
	background-color: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.75);
}

.team-controls .team-controls__btn.slick-disabled {
	opacity: 0.35;
	cursor: default;
}

.team-item {
	margin-right: 20px;
}

.team-item img {
	display: block;
	width: 100%;
	height: 460px;
	object-fit: cover;
	object-position: center;
}

.team-subtitle {
	font-size: 14px;
	font-weight: 500;
	color: #aeaeae;
	padding: 24px 0 12px 0;
}

.team-title {
	font-size: 20px;
	font-weight: 500;
}

.blog {
	background-color: #ffffff;
}

.blog-list {
	display: flex;
	padding: 90px 0;
	justify-content: space-between;
	flex-wrap: wrap;
}

.blog-item {
	width: 420px;
	cursor: pointer;
}

.blog-item img {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.blog-subtitle {
	color: #aeaeae;
	padding: 22px 0 11px 0;
	font-size: 14px;
}

.blog-title {
	color: #1f1f1f;
	font-size: 20px;
}

.footer {
	position: relative;
	overflow: hidden;
	background: #000;
}

.form-group {
	position: relative;
	margin: 50px 0;
}

.form-input {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 0 0 10px 0px;
	border: none;
	border-bottom: 2px solid rgba(174, 174, 174, 1);
	outline: none;
	background: transparent;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	line-height: 19px;
	color: rgba(174, 174, 174, 1);
	font-weight: 300;
}

.form-input:focus {
	border-bottom: 2px solid rgba(174, 174, 174, 1);
}

.form-label {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	font-size: 16px;
	line-height: 19px;
	color: rgba(174, 174, 174, 1);
	font-weight: 300;
	transition: 0.3s;
}

.form-input:focus ~ .form-label,
.form-input:not(:placeholder-shown) ~ .form-label {
	top: -20px;
	font-size: 12px;
	left: 0;
}

.footer-contacts-info {
	margin-right: 100px;
}

.form-button {
	position: relative;
	z-index: 1;
	padding-top: 30px;
	display: flex;
}

.form-button .button {
	color: #fff;
}

.form-button .button-arrow {
	background: #fff;
}

.form-button .button-arrow::before {
	border-left: 8px solid #fff;
}

.form-alert {
	font-size: 14px;
	color: rgba(174, 174, 174, 1);
}

.form-alert span {
	text-decoration: underline;
}

.footer-contacts {
	padding-top: 130px;
	display: flex;
	justify-content: space-between;
}

.footer-form {
	margin-top: 24px;
}

@media (min-width: 901px) {
	.footer-form {
		margin-top: clamp(96px, 16vh, 180px);
	}
}

.footer-contacts-title {
	font-size: 60px;
	font-weight: 500;
	color: rgba(244, 244, 244, 1);
	line-height: 1.35;
}

.footer-contacts-description {
	color: rgba(244, 244, 244, 1);
	font-size: 20px;
	line-height: 1.35;
	padding-top: 60px;
}

.footer-info {
	padding-bottom: 100px;
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding-top: 225px;
}

.footer-info-logo {
	flex-shrink: 0;
	align-self: flex-start;
	margin-right: 48px;
}

.footer-info-contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-info-description {
	font-size: 14px;
	font-weight: 400;
	color: rgba(174, 174, 174, 1);
	padding-bottom: 24px;
}

.footer-info-mail {
	font-size: 22px;
	font-weight: 500;
	color: rgba(244, 244, 244, 1);
	display: block;
	line-height: 1.3;
}

.footer-info-mail + .footer-info-mail {
	margin-top: 10px;
}

.footer-info-adress {
	padding-top: 24px;
	color: rgba(244, 244, 244, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.footer-info-services {
	display: flex;
}

.footer-info-links {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}

.footer-info-links::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: -100px;
	background: rgba(174, 174, 174, 1);
}

.footer-info-services-list {
	margin-right: 100px;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.footer-info-services-list a {
	color: rgba(244, 244, 244, 1);
	font-size: 20px;
	font-weight: 400;
}

.footer-info-links a {
	font-size: 14px;
	font-weight: 400;
	color: rgba(244, 244, 244, 1);
}
.footer-info-links a:not(:last-child) {
	margin-bottom: 14px;
}
.footer-info > * {
	position: relative;
	z-index: 1;
}

.footer-bottom {
	position: relative;
	display: flex;
	z-index: 1;
	flex-wrap: wrap;
	justify-content: space-between;
	color: rgba(174, 174, 174, 1);
	padding-bottom: 15px;
}

.footer-agency {
	color: rgba(174, 174, 174, 1);
	font-size: 14px;
	font-weight: 400;
}

.footer-politica {
	color: rgba(174, 174, 174, 1);
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

.footer-rating {
	display: flex;
	justify-content: center;
	color: rgba(174, 174, 174, 1);
	font-size: 14px;
	font-weight: 400;
}

.footer-rating-stars {
	margin-right: 16px;
}

.footer::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 500px;
	bottom: 50px;
	background: url('../img/banner-bg.gif') center no-repeat;
}

.footer::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 500px;
	bottom: 50px;
	background: rgba(0, 0, 0, 0.7);
}

.footer--contacts-hands .container {
	position: relative;
	z-index: 2;
}

.footer--contacts-hands .footer-contacts {
	margin-top: 28px;
}

.footer--contacts-hands .footer-contacts {
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.footer--contacts-hands .footer-contacts-info,
.footer--contacts-hands .footer-form {
	position: relative;
	z-index: 1;
}

.footer--contacts-hands .footer-contacts-info::after,
.footer--contacts-hands .footer-form::after {
	content: '';
	position: absolute;
	bottom: -96px;
	width: min(36vw, 520px);
	height: min(17vw, 250px);
	pointer-events: none;
	z-index: 0;
	opacity: 0.58;

	background:
		repeating-linear-gradient(82deg, rgba(255, 92, 56, 0.34) 0 2px, transparent 2px 8px),
		radial-gradient(120% 100% at 50% 100%, rgba(255, 92, 56, 0.22) 0%, rgba(255, 92, 56, 0.04) 55%, rgba(255, 92, 56, 0) 100%);

	filter: saturate(1.05);
}

.footer--contacts-hands .footer-contacts-info::after {
	left: 10px;
	clip-path: polygon(2% 100%, 7% 89%, 12% 76%, 18% 64%, 25% 52%, 33% 42%, 42% 35%, 52% 31%, 62% 32%, 70% 37%, 77% 46%, 83% 57%, 88% 70%, 92% 83%, 95% 94%, 97% 100%);
	transform: rotate(-8deg);
}

.footer--contacts-hands .footer-form::after {
	right: 6px;
	clip-path: polygon(3% 100%, 8% 88%, 14% 76%, 20% 65%, 27% 55%, 35% 47%, 44% 41%, 53% 40%, 61% 45%, 68% 54%, 74% 64%, 80% 73%, 86% 80%, 92% 86%, 97% 94%, 100% 100%);
	transform: scaleX(-1) rotate(-7deg);
}

/* Contacts page: remove red/orange decoration behind contacts intro and form */
.footer--contacts-hands .footer-contacts-info::after,
.footer--contacts-hands .footer-form::after {
	content: none !important;
	display: none !important;
}

@media (max-width: 900px) {
	.footer--contacts-hands .footer-contacts-info::after,
	.footer--contacts-hands .footer-form::after {
		width: min(72vw, 360px);
		height: min(34vw, 190px);
		bottom: -62px;
		opacity: 0.46;
	}

	.footer--contacts-hands .footer-contacts-info::after {
		left: -40px;
	}

	.footer--contacts-hands .footer-form::after {
		right: -46px;
	}

	.footer--contacts-hands .footer-contacts {
		margin-top: 16px;
	}
}

.pageBanner {
	min-height: 500px;
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
	background: url("../img/Noise.png") center/cover no-repeat, #000;
}


.pageBanner-img {
	position: absolute;
	/* left: 50%;
	transform: translateX(-50%); */
	right: 0;
	top: -12px;
	margin-left: 360px;
	width: 700px;
	height: 500px;
	overflow: visible;
	z-index: 0;
	filter: invert(1) brightness(2);
	opacity: 0.65;
	
}

.pageBanner-title {
	max-width: 70%;
	font-size: 120px;
	margin: 0;
	padding: 50px 0;
}

.pageBanner-row {
	display: flex;
	justify-content: space-between;
}

.utm-page {
	background: #f4f4f4;
}

.utm-hero {
	padding: 170px 0 90px;
	background: url("../img/Noise.png") center/cover no-repeat, #000;
	color: #fff;
}

.utm-hero__label {
	margin-bottom: 22px;
	color: #aeaeae;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.utm-hero__title {
	max-width: 900px;
	margin: 0;
	font-size: clamp(48px, 8vw, 112px);
	font-weight: 800;
	line-height: .95;
}

.utm-hero__text {
	max-width: 720px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: 22px;
	font-weight: 400;
	line-height: 1.45;
}

.utm-builder {
	padding: 90px 0 130px;
	background: #f4f4f4;
}

.utm-builder__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
	gap: 24px;
	align-items: start;
}

.utm-form,
.utm-result {
	border: 1px solid rgba(31, 31, 31, .12);
	border-radius: 28px;
	background: #fff;
	padding: 32px;
}

.utm-result {
	position: sticky;
	top: 110px;
}

.utm-presets,
.utm-form__row,
.utm-result__actions {
	display: flex;
	gap: 12px;
}

.utm-presets {
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.utm-preset,
.utm-copy,
.utm-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border-radius: 999px;
	border: 1px solid rgba(31, 31, 31, .16);
	background: #fff;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.utm-preset.is-active,
.utm-copy {
	background: #1f1f1f;
	color: #fff;
	border-color: #1f1f1f;
}

.utm-field {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 700;
}

.utm-field input,
.utm-result textarea {
	width: 100%;
	border: 1px solid rgba(31, 31, 31, .16);
	border-radius: 16px;
	background: #f8f8f8;
	color: #1f1f1f;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.4;
	outline: none;
	transition: border-color .2s ease, background .2s ease;
}

.utm-field input {
	height: 54px;
	padding: 0 16px;
}

.utm-result textarea {
	min-height: 190px;
	padding: 16px;
	resize: vertical;
}

.utm-field input:focus,
.utm-result textarea:focus {
	border-color: #5966F6;
	background: #fff;
}

.utm-form__row .utm-field {
	flex: 1 1 0;
}

.utm-extra {
	margin-top: 4px;
}

.utm-extra summary {
	cursor: pointer;
	color: #5966F6;
	font-size: 15px;
	font-weight: 700;
}

.utm-extra__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 20px;
}

.utm-result__title {
	margin-bottom: 16px;
	color: #1f1f1f;
	font-size: 24px;
	font-weight: 800;
}

.utm-result__actions {
	flex-wrap: wrap;
	margin-top: 18px;
}

.utm-open {
	text-decoration: none;
}

.utm-status {
	min-height: 20px;
	margin-top: 14px;
	color: #5966F6;
	font-size: 14px;
	font-weight: 700;
}

.utm-hint {
	margin-top: 22px;
	color: rgba(31, 31, 31, .68);
	font-size: 14px;
	line-height: 1.5;
}

.utm-hint code {
	padding: 2px 6px;
	border-radius: 8px;
	background: rgba(89, 102, 246, .1);
	color: #5966F6;
}

.pavel-hero {
	padding: 140px 0 80px;
	background: url("../img/Noise.png") center/cover no-repeat, #000;
	overflow: hidden;
}

.pavel-hero--pavel-apostrophe {
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	background: #000;
}

.pavel-hero--pavel-apostrophe .container {
	width: 100%;
}

.pavel-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 560px);
	align-items: center;
	gap: 48px;
}

.pavel-hero__kicker {
	font-size: 14px;
	font-weight: 500;
	color: #aeaeae;
	margin-bottom: 22px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.pavel-hero__title {
	margin: 0;
	font-size: clamp(48px, 7vw, 110px);
	line-height: 0.95;
	font-weight: 500;
	color: #fff;
	max-width: 10ch;
}

.pavel-hero__description {
	margin: 28px 0 0;
	max-width: 560px;
	font-size: 22px;
	line-height: 1.35;
	font-weight: 400;
	color: #f4f4f4;
}

.pavel-hero__media {
	justify-self: end;
	width: 100%;
	max-width: 560px;
}

.pavel-hero__media-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #0d0d0d;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.pavel-hero__media-frame::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0.18) 100%);
}

.pavel-hero__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.pavel-content {
	background: #fff;
	color: #1f1f1f;
	padding: 64px 0 92px;
}

.pavel-content .container {
	font-size: 20px;
	line-height: 1.5;
	max-width: 960px;
}

.services_about,
.stages,
.services_price {
	background: #F7F7F7;
}

.services_price-list {
	padding-top: 60px;
}

.services_price-item-title {
font-size: 24px;font-weight: 500;
color: #1f1f1f;
padding-bottom: 12px;
}



.services_price-item-description {
	font-weight: 400;
	font-size: 20px;
	color: #1f1f1f;
}

.services_price-item-description span {
	letter-spacing: 1px;
}

.services_price-item-element 	span {
	color: #1f1f1f;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
}

.services_price-item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 60px 0;
	gap: 20px;
	border-bottom: 1px solid rgba(31, 31, 31, 0.2);
}


.services_price-item-element:nth-child(3) {
    justify-self: end;
		align-items: center;
		margin: auto 0;
		padding-right: 25px;
		opacity: 0;

		transition: .3s;
}

.services_price-item:hover .services_price-item-element:nth-child(3) {
	opacity: 1;
	padding-right: 0;
}

.stages {
	background: #ffffff;
	padding: 78px 0 88px;
}

@media (min-width: 901px) {
	.stages {
		min-height: 100dvh;
		display: flex;
		align-items: center;
		padding: 0;
	}

	.stages .container {
		min-height: 100dvh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

.services-stage__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 28px;
}

.services-stage__head-main {
	min-width: 0;
}

.services-stage__title {
	margin: 0;
	font-size: clamp(46px, 4.6vw, 88px);
	line-height: 1.02;
	font-weight: 500;
	letter-spacing: -1.4px;
	color: #11131a;
}

.services-stage__kicker {
	margin-top: 26px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #11131a;
}

.services-stage__kicker-dot {
	width: 7px;
	height: 7px;
	background: #fd5f30;
	flex: 0 0 auto;
}

.services-stage__label {
	padding-top: 12px;
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fd5f30;
	white-space: nowrap;
}

.stages-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 56px 28px;
	padding-top: 82px;
}

.stages-item {
	width: auto;
	padding: 22px 0 0;
	border-top: 1px solid rgba(17, 19, 26, 0.18);
	color: #11131a;
}

.stages-item-image {
	display: none;
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: cover;
	border-radius: 16px;
}

.stages-item-number {
	opacity: 0.55;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.stages-item-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #11131a;
}

.stages-item-description {
	margin-top: 18px;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
	color: rgba(17, 19, 26, 0.7);
}

@media (max-width: 1200px) {
	.stages-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 22px;
		padding-top: 64px;
	}
}

@media (max-width: 900px) {
	.stages {
		padding: 58px 0 70px;
	}

	.services-stage__head {
		display: grid;
		grid-template-columns: 1fr auto;
		gap: 14px 12px;
		align-items: end;
	}

	.services-stage__head-main {
		display: contents;
	}

	.services-stage__title {
		grid-column: 1 / -1;
	}

	.services-stage__kicker {
		grid-column: 1;
	}

	.services-stage__kicker {
		margin-top: 16px;
	}

	.services-stage__label {
		padding-top: 0;
		font-size: 18px;
		grid-column: 2;
		justify-self: end;
		align-self: center;
	}

	.stages-list {
		grid-template-columns: 1fr;
		gap: 26px;
		padding-top: 38px;
	}

	.stages-item-image {
		display: block;
		margin: 0 0 16px;
		border: 1px solid rgba(17, 19, 26, 0.12);
	}

	.stages-item-number {
		margin-bottom: 10px;
	}

	.stages-item-description {
		margin-top: 12px;
	}
}
.services_about {
	padding: 0;
}

.services_price--pricing {
	padding: 70px 0 90px;
	background: #ffffff;
}

@media (min-width: 901px) {
	.services_price--pricing {
		min-height: 100dvh;
		display: flex;
		align-items: center;
		padding: 0;
	}

	.services_price--pricing .container {
		width: 1360px;
		min-height: 100dvh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.services-pricing__head {
		margin-bottom: 18px;
	}

	.services-pricing__grid {
		padding-top: 24px;
	}
}

.services-pricing__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

/* Hide pricing headings but preserve their layout space */
.services_price--pricing .services-pricing__title,
.services_price--pricing .services-pricing__label {
	visibility: hidden;
	pointer-events: none;
}

.services-pricing__title {
	margin: 0;
	font-size: 72px;
	line-height: 1.03;
	font-weight: 500;
	letter-spacing: -1.3px;
	color: #11131a;
	max-width: 78%;
}

.services-pricing__label {
	padding-top: 10px;
	font-size: 28px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fd5f30;
	white-space: nowrap;
}

.services-pricing__grid {
	padding-top: 46px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.services-pricing-card {
	background: #f7f7f7;
	color: #101218;
	padding: 24px 20px 20px;
	min-height: 560px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(16, 18, 24, 0.12);
}

.services-pricing-card--dark {
	background: #121317;
	color: #ececec;
	border-color: rgba(255, 255, 255, 0.08);
}

.services-pricing-card__plan {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-bottom: 26px;
}

.services-pricing-card__plan::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #fd5f30;
	flex: 0 0 auto;
}

.services-pricing-card__price-wrap {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin-bottom: 30px;
}

.services-pricing-card__price {
	font-size: clamp(41px, 3.7vw, 65px);
	line-height: 0.95;
	font-weight: 500;
	letter-spacing: -1.2px;
}

.services-pricing-card__period {
	font-size: 24px;
	line-height: 1;
	opacity: 0.75;
	padding-bottom: 8px;
}

.services-pricing-card__features {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(16, 18, 24, 0.16);
	margin-bottom: 26px;
	flex: 1 1 auto;
}

.services-pricing-card--dark .services-pricing-card__features {
	border-top-color: rgba(255, 255, 255, 0.16);
}

.services-pricing-card__features li {
	font-size: 19px;
	line-height: 1.38;
	padding: 12px 0;
	border-bottom: 1px solid rgba(16, 18, 24, 0.12);
}

.services-pricing-card__features li.is-empty {
	color: transparent;
	user-select: none;
}

.services-pricing-card--dark .services-pricing-card__features li {
	border-bottom-color: rgba(255, 255, 255, 0.12);
}

.services-pricing-card__footer .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid currentColor;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
	background: transparent;
	color: inherit;
	gap: 0;
}

.services-pricing-card__footer .button::before,
.services-pricing-card__footer .button:hover::before,
.services-pricing-card__footer .button .button-arrow {
	content: none !important;
	display: none !important;
}

.services-pricing-card--dark .services-pricing-card__footer .button {
	background: #f5f5f5;
	color: #101218;
	border-color: #f5f5f5;
}

.services-pricing-card__footer .button-arrow {
	position: static;
	transform: none;
	width: 13px;
	height: 13px;
	background-size: contain;
}

@media (max-width: 1200px) {
	.services-pricing__title {
		font-size: 56px;
		max-width: 72%;
	}

	.services-pricing__label {
		font-size: 22px;
	}

	.services-pricing__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.services_price--pricing {
		padding: 56px 0 64px;
	}

	.services-pricing__head {
		flex-direction: column;
		gap: 12px;
	}

	.services-pricing__title {
		font-size: 42px;
		max-width: 100%;
	}

	.services-pricing__label {
		font-size: 18px;
		padding-top: 0;
	}

	.services-pricing__grid {
		padding-top: 30px;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.services-pricing-card {
		min-height: 0;
		padding: 20px 16px 16px;
	}

	.services-pricing-card__price {
		font-size: clamp(34px, 9vw, 52px);
	}

	.services-pricing-card__period {
		font-size: 18px;
		padding-bottom: 5px;
	}

	.services-pricing-card__features li {
		font-size: 16px;
	}
}

.services_about--process {
	background: #ffffff;
	padding: 0;
	overflow: clip;
}

.services-about-process__inner {
	width: 100%;
}

.services-about-process__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 28px;
}

.services-about-process__title {
	margin: 0;
	font-size: 62px;
	line-height: 1;
	font-weight: 500;
	color: #13151a;
}

.services-about-process__label {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	color: #f04b23;
	padding-top: 8px;
	text-transform: uppercase;
}

.services-about-process__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
	align-items: center;
	gap: 28px;
}

.services-about-process__steps {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding-right: 24px;
}

.services-about-process__step {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	opacity: 0.35;
	transition: opacity 0.24s ease;
	position: relative;
}

.services-about-process__step-image {
	display: none;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	border: 0;
	border-radius: 0;
}

.services-about-process__step::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 12px;
	width: 12px;
	height: 12px;
	background: #f04b23;
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.services-about-process__step.is-active {
	opacity: 1;
}

.services-about-process__step.is-active::before {
	opacity: 1;
	transform: scale(1);
}

.services-about-process__step-num {
	flex: 0 0 32px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 500;
	color: #8f8f8f;
	padding-top: 8px;
}

.services-about-process__step-title {
	margin: 0;
	font-size: 44px;
	line-height: 1;
	font-weight: 500;
	color: #17191d;
}

.services-about-process__step-text {
	margin: 10px 0 0;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 400;
	color: #7d7d7d;
	max-width: 520px;
}

.services-about-process__media {
	border: none;
	background: transparent;
	min-height: clamp(360px, 56vh, 680px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.services-about-process__media-img {
	width: 85%;
	height: 85%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.26s ease;
}

.services-about-process__media-img.is-changing {
	opacity: 0;
}

@media (min-width: 901px) {
	.services_about--process {
		position: relative;
	}

	.services_about--process .container {
		height: 100vh;
		min-height: 100vh;
		position: sticky;
		top: 0;
		display: flex;
		align-items: center;
		padding-top: 86px;
		padding-bottom: 32px;
	}
}

.services-compare {
	background: #ffffff;
	padding: 0;
}

.services-compare .container {
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	padding-top: 96px;
	padding-bottom: 72px;
}

.services_about--process + .services-compare .container {
	min-height: 100dvh;
	padding-top: 0;
	padding-bottom: 0;
}

.services-compare__layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
	gap: 44px;
	align-items: start;
	width: 100%;
}

.services-compare__title {
	margin: 0;
	font-size: 51px;
	line-height: 1;
	font-weight: 500;
	color: #14161b;
}

.services-compare__desc {
	margin: 26px 0 0;
	max-width: 520px;
	font-size: 16px;
	line-height: 1.45;
	color: #6f7176;
}

.services-compare__btn {
	margin-top: 88px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #121217;
	background: #f04b23;
	padding: 0 24px;
	min-height: 44px;
}

.services-compare__table-wrap {
	background: #0d0d11;
	padding: 16px;
	overflow: hidden;
}

.services-compare__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 0;
	color: #f4f4f5;
}

.services-compare-mobile {
	display: none;
}

.services-compare-mobile__row {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	padding: 12px 0;
}

.services-compare-mobile__row:first-child {
	padding-top: 0;
}

.services-compare-mobile__label {
	font-size: 13px;
	line-height: 1.25;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #9ca0a8;
	margin: 0 0 10px;
}

.services-compare-mobile__item {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	padding: 10px 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.services-compare-mobile__name {
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(244, 244, 245, 0.7);
	flex: 0 0 auto;
}

.services-compare-mobile__value {
	font-size: 10px;
	line-height: 1.2;
	font-weight: 600;
	color: #f4f4f5;
	text-align: right;
	min-width: 0;
}

.services-compare-mobile__item--accent {
	background: #f1f1f1;
}

.services-compare-mobile__item--accent .services-compare-mobile__name,
.services-compare-mobile__item--accent .services-compare-mobile__value {
	color: #111318;
}

.services-compare__th,
.services-compare__cell {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
	padding: 14px 14px;
	vertical-align: middle;
	text-align: left;
	font-size: 14px;
	line-height: 1.3;
}

.services-compare__th {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #f2f2f2;
}

.services-compare__th--label,
.services-compare__cell--label {
	width: 24%;
	color: #9ca0a8;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.services-compare__th--accent,
.services-compare__cell--accent {
	background: #f1f1f1;
	color: #111318;
}

.services-compare__accent-square {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #f04b23;
	margin-right: 10px;
	vertical-align: middle;
	transform: translateY(-1px);
}

.services-compare__table tbody tr:last-child .services-compare__cell {
	border-bottom: none;
}
.services_about-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 100px;
}



.services_about-text {
	color: #1f1f1f;
	font-size: 24px;
	line-height: 1.35;
	font-weight: 400;
	padding-left: 200px;
	padding-right: 50px;
}


.services_about-title {
	padding-top: 50px;
	font-size: 42px;
	font-weight: 600;
	color: #1f1f1f;
}

.services_about-title span {
	color: #FD1F1F;
}


.services_about-img img{
	width: 600px;
}


button {
	border: none;
	background: none;
	
}

.services_about-img {
	width: 600px;
}

section.portfolio {
	padding: 0 !important;
	background: #000;
}

.portfolio {
  position: relative;
	overflow: visible;
	background: #000;
}

.portfolio-item {
  position: sticky;
  top: 0;
	min-height: 100vh;
	height: auto;
	overflow: visible;
	background: #000;
}

.portfolio-content .button {
	color: #F4F4F4;
	font-size: 10px;
}

.portfolio-content .button-arrow {
	background: #F4F4F4;
}

.portfolio-content .button-arrow::before {
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #F4F4F4;
}

.portfolio-container {
  width: 100%;
  min-height: 100vh;
	height: auto;
  object-fit: cover;
  display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 36px 0;
	gap: 40px;
}


.portfolio-content {
	width: 50%;
}

.portfolio-container img {
	width: 600px;
}


.portfolio-title {
	font-size: 56px;
	font-weight: 600;
}

.portfolio-description {
	padding: 25px 0;
	color: #F4F4F4;
	font-size: 13px;
	font-weight: 600;
	opacity: 0.6;
}


.portfolio-text {
	font-size: 16px;
	font-weight: 400;
	color: #F4F4F4;
	margin-bottom: 60px;
	line-height: 1.35;
}

@media (max-width: 900px) {
	.portfolio-container {
		min-height: 100vh;
		padding: 32px 0;
	}
}

.popup {
	position: fixed;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: .3s;
	opacity: 0;
	overflow: hidden;
}

.popup.popup-active {
	opacity: 1;
	overflow: visible;
	background-color: rgba(0, 0, 0, 0.4);
}

.popup-container {
	position: relative;
	background-color: #1f1f1f;
}

.popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.popup-close::after,
.popup-close::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #F7F7F7;
}

.popup-close::after {
	transform: rotate(45deg);
}

.popup-close::before {
	transform: rotate(-45deg);
}

.popup-container {
	padding: 30px;
	border-radius: 20px;
	max-width: 800px;
	margin: 0 30px;
}

.popup-container .form-button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.popup-title {
	padding: 0 60px;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}

.popup-container .form-button .button {
	margin-left: 30px;
}


/* ===== BLOG SINGLE: white content card on dark page ===== */

/* отступ под фикс-хедер 100px */
.blog-single {
  padding-top: 140px;
  padding-bottom: 90px;
}

/* ограничение ширины для читабельности */
.blog-single .blog-article {
  max-width: 980px;
  margin: 0 auto;
}

/* белая карточка */
.blog-single .blog-article__inner {
  background: #ffffff;
  color: #111111;
  border-radius: 22px;
  padding: 42px 44px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

/* дата */
.blog-single .blog-article__date {
  font-size: 1.5rem; /* 15px при базе 10px */
  color: rgba(17,17,17,0.55);
  margin-bottom: 1.2rem;
}

/* заголовок */
.blog-single .blog-article__title {
  font-size: 4.6rem; /* 46px */
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 2.4rem;
  color: #0f0f10;
}

/* обложка */
.blog-single .blog-article__cover {
  margin: 0 0 2.8rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  background: #f3f3f3;
}

.blog-single .blog-article__cover img {
  width: 100%;
  height: auto;
  display: block;
}

/* базовая типографика */
.blog-single .blog-article__content {
  font-size: 2.0rem; /* 20px */
  line-height: 1.85;
  color: #121212;
}

/* расстояния между блоками внутри контента */
.blog-single .blog-article__content > * + * {
  margin-top: 1.6rem;
}

/* абзацы */
.blog-single .blog-article__content p {
  margin: 0 0 1.6rem;
}

/* заголовки в контенте */
.blog-single .blog-article__content h2 {
  font-size: 3.0rem; /* 30px */
  line-height: 1.2;
  font-weight: 800;
  margin: 3.2rem 0 1.2rem;
}

.blog-single .blog-article__content h3 {
  font-size: 2.5rem; /* 25px */
  line-height: 1.25;
  font-weight: 750;
  margin: 2.6rem 0 1.0rem;
}

/* Списки — делаем ЖЕСТКО, чтобы точно применилось */
.blog-single .blog-article__content ul,
.blog-single .blog-article__content ol {
  margin: 1.4rem 0 2.0rem !important;
  padding-left: 2.6rem !important;
  list-style-position: outside !important;
}

.blog-single .blog-article__content ul { list-style: disc !important; }
.blog-single .blog-article__content ol { list-style: decimal !important; }

.blog-single .blog-article__content li {
  margin: 0 0 1.0rem !important;
}

/* ссылки */
.blog-single .blog-article__content a {
  color: #0f0f10;
  text-decoration: none;
  border-bottom: 1px solid rgba(15,15,16,0.35);
  transition: border-color .2s ease, opacity .2s ease;
}
.blog-single .blog-article__content a:hover {
  border-bottom-color: rgba(15,15,16,0.9);
  opacity: 0.95;
}

/* цитаты */
.blog-single .blog-article__content blockquote {
  margin: 2.4rem 0;
  padding: 1.8rem 2.0rem;
  border-left: 3px solid rgba(0,0,0,0.18);
  background: #f4f4f4;
  border-radius: 16px;
  color: rgba(17,17,17,0.9);
}

/* картинки в тексте */
.blog-single .blog-article__content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.10);
  display: block;
  margin: 2.2rem 0;
}

/* адаптив */
@media (max-width: 900px) {
  .blog-single .blog-article__inner {
    padding: 32px 26px;
    border-radius: 18px;
  }
  .blog-single .blog-article__title {
    font-size: 3.8rem;
  }
  .blog-single .blog-article__content {
    font-size: 1.9rem;
  }
}

@media (max-width: 600px) {
  .blog-single { padding-top: 120px; padding-bottom: 60px; }
  .blog-single .blog-article__title { font-size: 3.2rem; }
  .blog-single .blog-article__content { font-size: 1.8rem; }
}



.case-what-title,
.case-about_title{
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.5px;

  /* Внутри — "пусто" */
  color: transparent;

  /* Обводка */
  -webkit-text-stroke: 2px #4f5bff; /* толщина и цвет */
  text-stroke: 2px #4f5bff;         /* на будущее, не везде работает */

  /* опционально: лёгкое свечение как на скрине */
  text-shadow:
    0 0 10px rgba(79, 91, 255, .35),
    0 0 25px rgba(79, 91, 255, .2);
		padding-bottom: 40px;
}

.case-about-text {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
}


.case-what-title {
	margin-top: 100px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 100px;
}

.case-image {
	display: block;
	margin: 0 auto;
}

.case-numbers-item {
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	width: 350px;
	margin-bottom: 50px;
}


.case-what-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.case-what-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 25px;
	border: 1px solid #5966F6;
	font-size: 25px;
	font-weight: 600;
	width: 350px;
	height: 100px;
		margin-bottom: 50px;
}

/* Burger menu overlay + drawer */
.menu-overlay{
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(0,0,0,.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.menu-drawer{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(520px, 92vw);
  z-index: 999;
  transform: translateX(110%);
  transition: transform .35s ease;
  background: rgba(18,18,18,.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 1px solid rgba(255,255,255,.12);
	padding: 22px;
}
.menu-drawer.is-open{ transform: translateX(0); }

.menu-drawer__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 18px;
}

.menu-close{
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  cursor:pointer;
  position: relative;
}
.menu-close:before, .menu-close:after{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width: 22px;
  height: 2px;
  background: #fff;
  transform-origin:center;
}
.menu-close:before{ transform: translate(-50%,-50%) rotate(45deg); }
.menu-close:after{ transform: translate(-50%,-50%) rotate(-45deg); }

.menu-drawer__content{
  height: calc(100vh - 90px);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap: 22px;
}

.menu-drawer__desktop{
	display: none;
}

.menu-drawer__mobile {
	display: block;
}

@media (max-width: 900px) {
	/* Mobile burger menu: show the same structure as desktop drawer */
	.menu-drawer__content {
		justify-content: flex-start;
		overflow: auto;
	}

	.menu-drawer .menu-list {
		gap: 7px;
	}

	.menu-drawer .menu-list a {
		font-size: 16px;
		line-height: 1.2;
		padding: 8px 10px;
		border-radius: 12px;
	}

	.menu-drawer__desktop {
		display: flex;
		flex-direction: column;
		gap: 22px;
	}

	.menu-drawer__mobile {
		display: none;
	}

	.menu-drawer__desktop-col--nav,
	.menu-drawer__desktop-col--contacts,
	.menu-drawer__desktop-col--media {
		padding-top: 0;
	}

	.menu-drawer-contact-block {
		display: flex;
		flex-direction: column;
		gap: 14px;
		color: #fff;
	}

	.menu-drawer-contact-block__mail,
	.menu-drawer-contact-block__telegram {
		font-size: 18px;
		line-height: 1.25;
		font-weight: 500;
		color: #fff;
		text-decoration: none;
	}

	.menu-drawer-contact-block__socials {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.menu-drawer-contact-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 50%;
		color: #fff;
	}

	.menu-drawer-contact-link__icon {
		width: 18px;
		height: 18px;
		display: block;
	}

	.menu-drawer-media-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}

	.menu-drawer-media-item {
		display: flex;
		flex-direction: column;
		gap: 8px;
		text-decoration: none;
		color: inherit;
	}

	.menu-drawer-media-item img {
		width: 100%;
		height: 132px;
		object-fit: cover;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 16px;
		background: rgba(255, 255, 255, 0.06);
	}

	.menu-drawer-media-item__caption {
		font-size: 12px;
		line-height: 1.2;
		color: rgba(244, 244, 245, 0.7);
	}

	/* Keep only language switch in mobile footer to avoid duplicates */
	.menu-drawer__footer--mobile .menu-note,
	.menu-drawer__footer--mobile .menu-contacts,
	.menu-drawer__footer--mobile .menu-socials {
		display: none;
	}
}

.menu-list{
  list-style:none;
  padding:0;
  margin: 0;
  display:flex;
  flex-direction:column;
  gap: 14px;
}
.menu-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-decoration:none;
  color:#fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: .2px;
  padding: 10px 10px;
  border-radius: 14px;
  transition: background .2s ease, transform .2s ease;
}
.menu-list a:hover{
  background: rgba(255,255,255,.08);
  transform: translateX(2px);
}

/* Footer inside menu */
.menu-note{
  opacity: .85;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.menu-contacts{
  display:flex;
  flex-direction:column;
  gap: 10px;
  margin-bottom: 14px;
}
.menu-contact{
  color:#fff;
  text-decoration:none;
  font-size: 18px;
  opacity: .92;
}
.menu-contact:hover{ opacity: 1; }

.menu-socials{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
}
.menu-social{
  text-decoration:none;
  color:#fff;
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  transition: transform .2s ease, background .2s ease;
}
.menu-social:hover{
  background: rgba(255,255,255,.1);
  transform: translateY(-1px);
}

.menu-lang {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.menu-lang__link {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	padding: 10px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.16);
	background: rgba(255,255,255,.06);
	transition: transform .2s ease, background .2s ease;
}

.menu-lang__link:hover {
	background: rgba(255,255,255,.1);
	transform: translateY(-1px);
}

.menu-lang__link.is-disabled {
	opacity: 0.5;
	pointer-events: none;
}

/* Lock body when menu open */
body.menu-open{ overflow: hidden; }
.menu-icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
  opacity: .95;
}

.menu-contact{
  display:flex;
  align-items:center;
  gap: 10px;
}

.menu-social{
  display:flex;
  align-items:center;
  gap: 10px;
}

@media (min-width: 901px) {
	.menu-drawer {
		top: 96px;
		left: 16px;
		right: 16px;
		width: auto;
		height: calc(100vh - 112px);
		padding: 18px 28px 24px;
		background: #d9d9d9;
		border: none;
		transform: translateY(-10px);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.menu-drawer.is-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.menu-drawer__top {
		display: none;
	}

	.menu-drawer__brand img {
		height: 26px;
		width: auto;
		filter: invert(1);
	}

	.menu-close {
		background: transparent;
		border-radius: 0;
	}

	.menu-close:before,
	.menu-close:after {
		background: #1f1f1f;
	}

	.menu-drawer__content {
		height: 100%;
		display: block;
	}

	.menu-drawer__desktop {
		display: grid;
		grid-template-columns: minmax(260px, 1fr) minmax(260px, 0.9fr) minmax(380px, 1.2fr);
		gap: 28px;
		height: 100%;
	}

	.menu-drawer__mobile {
		display: none;
	}

	.menu-drawer__desktop-col {
		min-width: 0;
	}

	.menu-drawer__desktop-col--nav {
		display: flex;
		align-items: flex-start;
	}

	.menu-drawer__desktop-col--contacts {
		display: flex;
		align-items: flex-start;
		padding-top: 28px;
	}

	.menu-drawer__desktop-col--media {
		display: flex;
		align-items: center;
	}

	.menu-list {
		gap: 6px;
	}

	.menu-list a {
		justify-content: flex-start;
		gap: 16px;
		padding: 4px 0;
		font-size: 43px;
		line-height: 1.02;
		font-weight: 500;
		color: #111318;
		border-radius: 0;
		background: transparent;
		transform: none;
	}

	.menu-list a::before {
		content: '';
		width: 18px;
		height: 18px;
		background: #f04b23;
		opacity: 0;
		transform: scale(0.6);
		transition: opacity 0.18s ease, transform 0.18s ease;
		flex: 0 0 18px;
	}

	.menu-list a:hover {
		color: #f04b23;
		background: transparent;
		transform: none;
	}

	.menu-list a:hover::before {
		opacity: 1;
		transform: scale(1);
	}

	.menu-drawer-contact-block {
		display: flex;
		flex-direction: column;
		gap: 20px;
		color: #202227;
	}

	.menu-drawer-contact-block__mail,
	.menu-drawer-contact-block__telegram {
		font-size: 34px;
		line-height: 1.15;
		font-weight: 500;
		color: #202227;
		text-decoration: none;
	}

	.menu-drawer-contact-block__socials {
		display: flex;
		align-items: center;
		gap: 14px;
	}

	.menu-drawer-contact-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(31, 31, 31, 0.3);
		border-radius: 50%;
		color: #1f1f1f;
		transition: color 0.18s ease, border-color 0.18s ease;
	}

	.menu-drawer-contact-link:hover {
		color: #f04b23;
		border-color: #f04b23;
	}

	.menu-drawer-contact-link__icon {
		width: 20px;
		height: 20px;
		display: block;
	}

	.menu-drawer-media-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
		width: 100%;
	}

	.menu-drawer-media-item {
		display: flex;
		flex-direction: column;
		gap: 10px;
		text-decoration: none;
		color: inherit;
	}

	.menu-drawer-media-item img {
		width: 100%;
		height: clamp(240px, 38vh, 430px);
		object-fit: cover;
		border: 1px solid rgba(31, 31, 31, 0.14);
		background: rgba(255, 255, 255, 0.32);
	}

	.menu-drawer-media-item__caption {
		font-size: 24px;
		line-height: 1.15;
		color: #202227;
	}

	.menu-drawer__footer--mobile {
		display: none;
	}
}



.blog-excerpt{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.45;
  color: #222;
  opacity: .85;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


section.portfolio,
.portfolio,
.portfolio-item,
.portfolio-container {
	background: #000 !important;
	background-image: none !important;
}

.portfolio::before,
.portfolio::after,
.portfolio-item::before,
.portfolio-item::after {
  content: none !important;
  display: none !important;
}

/* на десктопе нужно visible для sticky-свайпа кейсов */
.portfolio { overflow: visible; }



/* Service pages: hero background starts from the very top (behind header) */
@media (min-width: 901px) {

  /* НЕ главная */
  body:not(.home) .pageBanner {
    /* подтягиваем первый экран вверх под шапку */
    margin-top: -45px;     /* это твой header top: 45px */
    padding-top: 45px;     /* чтобы контент не залез под шапку */
    background-position: top center;
  }

}


@media (min-width: 901px) {

  /* главный экран услуги */
  .pageBanner{
    position: relative;
    min-height: 70vh;
    padding: 0;              /* убираем твой padding, который сдвигает вниз */
  }

  /* центрируем контент внутри контейнера */
  .pageBanner .container{
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center; /* ВЕРТИКАЛЬНЫЙ ЦЕНТР */
  }

  /* если у тебя текст лежит в row — пусть не ломает */
  .pageBanner-row{
    margin: 0;
  }

  /* аккуратные отступы между H1 и текстом */
  .pageBanner-title{
    margin: 0 0 18px 0;
    padding: 0;
  }


.services_price {
  padding-bottom: 200px !important; /* 60–140 */
}

}

.banner.banner--custom-image::after {
	background-image: var(--home-hero-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (min-width: 901px) {
	body.page-template-page-service,
	body.page-template-page-service-cn,
	body.page-template-page-service-php,
	body.page-template-page-service-cn-php,
	html {
		overflow-x: clip !important;
	}

	body.page-template-page-service,
	body.page-template-page-service-cn,
	body.page-template-page-service-php,
	body.page-template-page-service-cn-php {
		overflow-x: clip !important;
	}

	body:not(.home) .service-page-hero.pageBanner {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 0;
		height: 100vh !important;
		height: 100svh !important;
		height: 100dvh !important;
		min-height: 100vh !important;
		min-height: 100svh !important;
		min-height: 100dvh !important;
		max-height: 100dvh;
		background: #000;
		overflow: hidden;
		border-bottom: 0;
	}

	body .service-single {
		overflow-x: hidden;
	}

	.service-page-hero.banner::after,
	.service-page-hero.pageBanner::after {
		content: none;
		display: none;
	}

	body:not(.home) .service-page-hero.pageBanner .container {
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		display: block;
		overflow: hidden;
	}

	body:not(.home) .service-page-hero .banner-container {
		position: relative;
		height: 100% !important;
		min-height: 100% !important;
		max-height: 100% !important;
		overflow: hidden;
	}

	.service-page-hero .banner-title {
		color: #fff;
		background: none;
		-webkit-text-fill-color: #fff;
		left: 0;
		right: auto;
		width: 58%;
		max-width: 58%;
		padding: 0;
		margin: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.service-page-hero .pageBanner-img {
		position: absolute;
		right: 12%;
		top: 50%;
		left: auto;
		margin: 0;
		transform: translateY(-50%);
		width: min(33.6vw, 512px);
		height: auto;
		max-height: 70vh;
		opacity: 1;
		filter: none;
	}

	.service-page-hero .banner-row {
		bottom: 20px;
		padding-bottom: 70px;
	}

	.service-page-hero.service-page-hero--web-dev::before {
		content: none;
		display: none;
	}

	.service-page-hero.service-page-hero--web-dev .pageBanner-img {
		right: 19%;
		transform: translate(30%, -50%) scale(0.85);
		transform-origin: center;
	}
}

@media (max-width: 900px) {
	body:not(.home) .service-page-hero.pageBanner {
		min-height: 100svh;
		min-height: 100dvh;
		height: auto;
		background: #000 !important;
		background-image: none !important;
		padding-top: 72px;
		padding-bottom: 0;
	}

	/* Services mobile hero: remove any noisy overlay layers */
	body:not(.home) .service-page-hero.banner::before,
	body:not(.home) .service-page-hero.banner::after,
	body:not(.home) .service-page-hero.pageBanner::before,
	body:not(.home) .service-page-hero.pageBanner::after {
		content: none !important;
		display: none !important;
		background-image: none !important;
		filter: none !important;
		opacity: 0 !important;
	}

	body:not(.home) .service-page-hero.pageBanner .container {
		min-height: 100svh;
		min-height: 100dvh;
	}

	.service-page-hero .banner-container {
		min-height: 0;
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
		padding-top: 0;
		padding-bottom: 0;
		min-height: calc(100svh - 72px);
		min-height: calc(100dvh - 72px);
	}

	.service-page-hero .banner-title {
		position: relative;
		top: auto;
		transform: none;
		width: min(420px, 100%);
		max-width: min(420px, 100%);
		margin: 18px 0 0;
		padding: 0;
		order: 2;
		text-align: left;
		color: #fff;
		background: none;
		-webkit-text-fill-color: #fff;
	}

	.service-page-hero .banner-title_left {
		text-align: left;
		color: #fff;
		background: none;
		-webkit-text-fill-color: #fff;
	}

	.service-page-hero .pageBanner-img {
		position: relative;
		right: auto;
		top: auto;
		left: auto;
		margin: 0 auto;
		transform: none;
		display: block;
		width: min(62.4vw, 336px);
		height: auto;
		max-height: none;
		opacity: 1;
		filter: none;
		order: 1;
	}

	.service-page-hero .banner-row {
		position: relative;
		bottom: auto;
		padding-bottom: 0;
		justify-content: flex-start;
		order: 3;
		margin-top: 10px;
		width: min(420px, 100%);
		max-width: min(420px, 100%);
	}

	.service-page-hero .banner-description-wrap {
		align-items: flex-start;
		text-align: left;
	}

	.service-page-hero .banner-cta {
		justify-content: flex-start;
		order: 2;
	}

	.service-page-hero .banner-description {
		order: 1;
		font-size: 15px;
		line-height: 1.55;
		max-width: 38ch;
		opacity: 0.92;
	}

	.service-page-hero.banner::after,
	.service-page-hero.pageBanner::after {
		content: none;
		display: none;
	}

	.service-page-hero.service-page-hero--web-dev::before {
		content: none;
		display: none;
	}
}
