/* Feedback expert consultation */
.feedback-expert-consultation .feedback-expert-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
	gap: 32px;
	align-items: stretch;
	padding: 34px;
	border-radius: 24px;
	background: linear-gradient(135deg, #0f0872 0%, #161074 52%, #11121d 100%);
	box-shadow: 0 22px 60px rgba(19, 32, 56, .14);
	color: #fff;
}
.feedback-expert-consultation .feedback-expert-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.feedback-expert-consultation .feedback-expert-label {
	margin-bottom: 14px;
	color: #ffb43b;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}
.feedback-expert-consultation .feedback-expert-title {
	max-width: 620px;
	margin: 0 0 16px;
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.16;
}
.feedback-expert-consultation .feedback-expert-text {
	max-width: 650px;
	margin: 0 0 22px;
	color: rgba(255, 255, 255, .82);
	font-size: 17px;
	line-height: 1.48;
}
.feedback-expert-consultation .feedback-expert-list {
	display: grid;
	gap: 10px;
	max-width: 650px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.feedback-expert-consultation .feedback-expert-list li {
	position: relative;
	padding-left: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}
.feedback-expert-consultation .feedback-expert-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .35em;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #ff9d00;
	box-shadow: 0 0 0 5px rgba(255, 157, 0, .16);
}
.feedback-expert-consultation .feedback-expert-form {
	padding: 26px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 18px 44px rgba(0, 0, 0, .16);
}
.feedback-expert-consultation .feedback-expert-form-title {
	margin-bottom: 8px;
	color: #161618;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.2;
}
.feedback-expert-consultation .feedback-expert-form-text {
	margin-bottom: 18px;
	color: #4b4b4b;
	font-size: 15px;
	line-height: 1.45;
}
.feedback-expert-consultation .feedback-expert-fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}
.feedback-expert-consultation .form-control {
	height: 54px;
	border-radius: 28px;
	border-color: #e4e7ee;
	padding: 0 20px;
	font-size: 15px;
}
.feedback-expert-consultation .feedback-expert-btn {
	width: 100%;
	height: 54px;
	border-radius: 28px;
	color: #fff;
	background-color: #ff9d00;
	font-size: 15px;
	font-weight: 800;
}
.feedback-expert-consultation .feedback-expert-btn:hover,
.feedback-expert-consultation .feedback-expert-btn:active,
.feedback-expert-consultation .feedback-expert-btn:focus-visible {
	color: #fff;
	background-color: #e48d00;
}
.feedback-expert-consultation .feedback-expert-check {
	margin: 14px 0 0;
	color: #4b4b4b;
	font-size: 11px;
	line-height: 1.3;
}
.feedback-expert-consultation .feedback-expert-check a {
	color: #4b4b4b;
}
@media (max-width: 991.98px) {
	.feedback-expert-consultation .feedback-expert-card {
		grid-template-columns: 1fr;
		padding: 28px;
	}
	.feedback-expert-consultation .feedback-expert-title {
		font-size: 30px;
	}
}

/* Feedback CTA buttons unified 20260730 */
.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 58px;
	padding: 14px 18px;
	font-family: var(--wz-font-family) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-align: center;
	white-space: normal;
}

@media (min-width: 992px) {
	.feedback-2 .block-btn .btn,
	.feedback-2 .block-btn a {
		height: 58px;
	}
}
@media (max-width: 575.98px) {
	.feedback-expert-consultation .feedback-expert-card {
		gap: 22px;
		padding: 20px;
		border-radius: 20px;
	}
	.feedback-expert-consultation .feedback-expert-label {
		font-size: 12px;
	}
	.feedback-expert-consultation .feedback-expert-title {
		font-size: 24px;
	}
	.feedback-expert-consultation .feedback-expert-text {
		font-size: 15px;
	}
	.feedback-expert-consultation .feedback-expert-list li {
		font-size: 14px;
	}
	.feedback-expert-consultation .feedback-expert-form {
		padding: 18px;
		border-radius: 18px;
	}
	.feedback-expert-consultation .feedback-expert-form-title {
		font-size: 21px;
	}
	.feedback-expert-consultation .form-control,
	.feedback-expert-consultation .feedback-expert-btn {
		height: 50px;
	}
}

/* Site formats compare */
.site-formats-compare .site-formats-compare-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}
.site-formats-compare .site-formats-compare-title {
	max-width: 520px;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #161618;
}
.site-formats-compare .site-formats-compare-text {
	max-width: 540px;
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	color: #4b4b4b;
}
.site-formats-compare .site-formats-compare-table-wrap {
	overflow-x: auto;
	border: 1px solid #e8edf6;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 18px 50px rgba(19, 32, 56, .08);
}
.site-formats-compare .site-formats-compare-table {
	width: 100%;
	min-width: 880px;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #161618;
}
.site-formats-compare .site-formats-compare-table th,
.site-formats-compare .site-formats-compare-table td {
	padding: 16px 18px;
	border-bottom: 1px solid #edf1f7;
	font-size: 15px;
	line-height: 1.35;
	vertical-align: middle;
}
.site-formats-compare .site-formats-compare-table thead th {
	background-color: #f7f9ff;
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
}
.site-formats-compare .site-formats-compare-table thead th:first-child,
.site-formats-compare .site-formats-compare-table tbody th {
	text-align: left;
}
.site-formats-compare .site-formats-compare-table tbody th {
	width: 32%;
	font-weight: 700;
}
.site-formats-compare .site-formats-compare-table tbody td {
	text-align: center;
}
.site-formats-compare .site-formats-compare-table tbody tr:last-child th,
.site-formats-compare .site-formats-compare-table tbody tr:last-child td {
	border-bottom: 0;
}
.site-formats-compare .compare-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #ff9d00;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
}
.site-formats-compare .compare-empty {
	color: #b9c0cc;
	font-weight: 700;
}
.site-formats-compare .compare-part {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #fff7ea;
	color: #e48d00;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}
.site-formats-compare .site-formats-compare-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 22px;
	padding: 22px 24px;
	border-radius: 20px;
	background-color: #f7f9ff;
}
.site-formats-compare .site-formats-compare-bottom p {
	max-width: 760px;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #4b4b4b;
}
.site-formats-compare .site-formats-compare-btn {
	flex: 0 0 auto;
	min-width: 250px;
	height: 52px;
	padding: 0 28px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	background-color: #ff9d00;
}
@media (max-width: 991.98px) {
	.site-formats-compare .site-formats-compare-head {
		display: block;
	}
	.site-formats-compare .site-formats-compare-title {
		margin-bottom: 12px;
		font-size: 30px;
	}
	.site-formats-compare .site-formats-compare-bottom {
		display: block;
	}
	.site-formats-compare .site-formats-compare-btn {
		width: 100%;
		margin-top: 18px;
	}
}
@media (max-width: 575.98px) {
	.site-formats-compare .site-formats-compare-title {
		font-size: 24px;
	}
	.site-formats-compare .site-formats-compare-text {
		font-size: 15px;
	}
	.site-formats-compare .site-formats-compare-table-wrap {
		margin-right: -12px;
		border-radius: 16px 0 0 16px;
	}
	.site-formats-compare .site-formats-compare-table {
		min-width: 760px;
	}
	.site-formats-compare .site-formats-compare-table th,
	.site-formats-compare .site-formats-compare-table td {
		padding: 13px 14px;
		font-size: 14px;
	}
	.site-formats-compare .site-formats-compare-bottom {
		padding: 18px;
		border-radius: 16px;
	}
	.site-formats-compare .site-formats-compare-bottom p {
		font-size: 15px;
	}
	.site-formats-compare .site-formats-compare-btn {
		min-width: 0;
		height: 50px;
	}
}

/* убираем противную рамку вокруг ссылок */
img, a img{outline:none !important;}
a:focus{outline:none !important;}
html, body {
/* Убирает прокрутку по горизонтале, для мобильной версии */
	overflow-x: hidden;
}

@font-face {
	font-family: 'Montserrat';
	src: url('/assets/fonts/montserrat-variablefont.ttf') format('truetype supports variations'),
		url('/assets/fonts/montserrat-variablefont.ttf') format('truetype-variations');
	font-weight: 400 900;
	font-stretch: 25% 151%;
	font-display: swap;
}

/*


@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url('/assets/fonts/montserrat-medium.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url('/assets/fonts/montserrat-bold.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: url('/assets/fonts/montserrat-mediumitalic.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: url('/assets/fonts/montserrat-bolditalic.ttf') format('truetype');
	font-display: swap;
} */

/*
@font-face {
	font-family: 'Public Sans';
	font-style: normal;
	font-weight: 400 900;
	src: url('ed/assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype supports variations');
	src: url('e/assets/fonts/PublicSans-VariableFont_wght.ttf') format('truetype-variations');
	font-display: swap;
}
@font-face {
	font-family: 'Public Sans';
	font-style: italic;
	font-weight: 400 900;
	src: url('/assets/fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype supports variations');
	src: url('/assets/fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype-variations');
	font-display: swap;
} 
*/
:root {
	--color-primary: #4d92fa;
	--color-black: #353535;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: var(--color-black);
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 700;
}

p b {
	color: var(--color-black);
	font-weight: 700;
}
p strong {
	color: var(--color-primary);
	font-weight: 700;
}
.hyphens p, .hyphens li {
	text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.hyphens p:last-child, .hyphens li:last-child {
	margin-bottom: 0px;
}

/*

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	transition-duration: .3s;
}

*/

/* таблица в плитке */
.my-card-table td:first-child {
	padding-left: 0;
}
.my-card-table td:last-child {
	padding-right: 0;
	text-align: right;
}

/* таблица с ценами на главной */
.my-price-table {
	
}

/* ссылки в футере */
a.my-footer-link:link, a.my-footer-link:visited, a.my-footer-link:active {
	text-decoration: none;
}
a.my-footer-link:hover {
	color: #ffffff;
	text-decoration: underline;
	transition-duration: .15s;
}

small, .small {
	line-height: 1;
}
.bg-banner {
	/*background-image: url(/assets/img/bg-banner.webp);*/
	background-image: url(https://fakeimg.pl/1920x500/);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.logo-header {
	height: 32px;
}
.logo-footer {
	height: 34px;
}

/* Стили предупреждения о cookie
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0 !important;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	transform: translateY(100%);
	transition: all 500ms ease-out;
}
.cookiealert.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0%);
	transition-delay: 500ms;
}
/* кнопка наверх */
.tostart {
	width: 3rem;
	height: 3rem;
	background-color: var(--color-primary);
	border-radius: 50%;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 1002;
	display: none;
	opacity: 1;
}
.tostart:hover {
	cursor: pointer;
	opacity: .75;
	transition-duration: .15s;
}
.img-to-top {
	width:2rem;
	margin:0 auto;
	display:block;
	position:absolute;
	left: 8px;
	top: -3px;
}

/* Интерактивный процесс на странице «О компании» */
.about-process-v2 {
	position: relative;
	padding: 28px;
	border: 1px solid rgba(51, 53, 53, .10);
	border-radius: 18px;
	background: linear-gradient(135deg, #fffdf8 0%, #ffffff 62%);
	box-shadow: 0 16px 44px rgba(24, 28, 39, .06);
}
.about-process-v2__top { display: flex; gap: 24px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid rgba(51, 53, 53, .10); }
.about-process-v2__badge { flex: 0 0 auto; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: #ff9d00; box-shadow: 0 10px 22px rgba(255, 157, 0, .28); font-size: 19px; font-weight: 800; }
.about-process-v2__lead { margin: 0; color: #777b84; font-size: 15px; line-height: 1.55; }
.about-process-v2__layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr); gap: 26px; padding-top: 24px; }
.about-process-v2__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.about-process-v2__step { position: relative; min-height: 104px; padding: 17px 18px 16px 62px; text-align: left; border: 1px solid rgba(51, 53, 53, .12); border-radius: 12px; background: #fff; color: #1d2230; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.about-process-v2__step::before { content: attr(data-process-number); position: absolute; top: 17px; left: 17px; color: #ff9d00; font-weight: 800; font-size: 15px; }
.about-process-v2__step::after { content: ''; position: absolute; left: 18px; bottom: 16px; width: 28px; height: 2px; background: #f0f0f0; transition: background .2s ease, width .2s ease; }
.about-process-v2__step:hover, .about-process-v2__step:focus-visible, .about-process-v2__step.is-active { transform: translateY(-2px); border-color: rgba(255, 157, 0, .65); background: #fffaf0; box-shadow: 0 12px 24px rgba(33, 38, 48, .08); outline: none; }
.about-process-v2__step.is-active::after { width: 36px; background: #ff9d00; }
.about-process-v2__step-title { display: block; margin-bottom: 6px; font-size: 15px; font-weight: 800; line-height: 1.25; }
.about-process-v2__step-summary { display: block; color: #777b84; font-size: 13px; line-height: 1.35; }
.about-process-v2__panel { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 236px; overflow: hidden; padding: 24px; border-radius: 14px; color: #fff; background: #1d2230; }
.about-process-v2__panel::before { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,157,0,.9), rgba(255,157,0,0) 57%); opacity: .85; }
.about-process-v2__panel > * { position: relative; }
.about-process-v2__panel-number { margin-bottom: auto; color: #ffcc76; font-size: 42px; line-height: 1; font-weight: 800; letter-spacing: -.04em; }
.about-process-v2__panel h3 { margin: 20px 0 10px; color: #fff; font-size: 22px; line-height: 1.12; }
.about-process-v2__panel p { margin: 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 1.55; }

/* Обновлённый контрол возврата наверх */
.tostart { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; right: 24px; bottom: 24px; border: 1px solid rgba(255, 157, 0, .9); border-radius: 50%; background: #1d2230; box-shadow: 0 12px 28px rgba(20, 24, 35, .22); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease, background .2s ease; }
.tostart.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.tostart:hover, .tostart:focus-visible { cursor: pointer; opacity: 1; background: #ff9d00; transform: translateY(-3px); outline: 3px solid rgba(255, 157, 0, .24); outline-offset: 3px; }
.img-to-top { position: static; width: 18px; height: 26px; margin: 0; transition: transform .2s ease; }
.tostart:hover .img-to-top, .tostart:focus-visible .img-to-top { transform: translateY(-2px); }

@media (max-width: 767.98px) { .about-process-v2 { padding: 18px; } .about-process-v2__top { gap: 14px; padding-bottom: 18px; } .about-process-v2__badge { width: 46px; height: 46px; border-radius: 13px; font-size: 16px; } .about-process-v2__lead { font-size: 13px; } .about-process-v2__layout { grid-template-columns: 1fr; gap: 16px; padding-top: 18px; } .about-process-v2__steps { grid-template-columns: 1fr; } .about-process-v2__step { min-height: 86px; } .about-process-v2__panel { min-height: 190px; } .tostart { width: 46px; height: 46px; right: 16px; bottom: 16px; } }
@media (prefers-reduced-motion: reduce) { .about-process-v2__step, .tostart, .img-to-top { transition: none; } }

/* аккордеон */
/* удираем нижний марджинг последнего абзаца */
.accordion-body p:last-child {
	margin-bottom: 0;
}

/* стили кнопок в слайдере */
.my-prev, .my-next {
	position: absolute;
	top: calc(50% - 1.25rem);
	color: var(--color-warning);
	background-color: #fff;
	height: 2.5rem;
	width: 2.5rem;
	border-radius: 50%;
	text-align: center;
	line-height: 2.5;
	z-index: 1000;
	cursor: pointer;
	box-shadow: 0px 8px 16px rgba(78, 80, 85, 0.12);
}
.my-next {
	right: 0px;
}
.my-next >svg {
	height: 1.5rem;
	padding-left: 3px;
}
.my-prev > svg {
	height: 1.5rem;
	padding-right: 3px;
}

/* стили верхнего меню*/
.top-menu { /* общее оформление меню */
	font-size: 1rem;
	z-index: 1000;
	position: relative;
}
.top-menu ul{
	display: none;
	background-color: white;
	position: absolute;
	top: 100%;
	opacity: 0;
}
.top-menu li:hover ul {
	display: block;
	opacity: 1;
	-webkit-animation: display-none-transition 0.15s both;
	animation: display-none-transition 0.15s both;
}
@-webkit-keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
@keyframes display-none-transition {
	0% {
		opacity: 0;
	}
}
.top-menu, .top-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.top-menu li {
	float: left;
	position: relative;
	height: 100%;
	padding: 0 .5rem;
}
.top-menu li a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.top-menu ul {
	border: 1px solid var(--color-black);
}
.top-menu ul li {
	float: none;
	white-space: nowrap;
}
.top-menu ul li:hover {
	background-color: white;
}

/* стили mmenu */
.mm-spn--light {
	/* background: #fff; */
}
.mm-spn {
	color: var(--color-primary);
}
.mm-spn a {
	color: var(--color-primary);
}
.mm-spn a:active, .mm-spn a:focus {
	/* color: var(--color-danger);*/
}

/*votes*/
.votes {
	padding: 60px 40px;
	background-color: rgba(21, 81, 229, 0.08);
}
.votes .title {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}
.votes .block-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.votes .block-result {
	text-align: center;
}
.vote-btn {
	border: 0;
	outline: none;
}
.vote-btn:active {
	border: 0;
	background-color: unset;
	border-color: unset;
}
.vote-btn:hover {
	opacity: .5;
}
.vote-btn:disabled {
	color: unset;
	background-color: unset;
	border-color: unset;
	border: 0;
}
/*global*/
.section {
	padding-top: 96px;
}
.title {
	margin-bottom: 48px;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.services-body {
	margin-top: 99px;
}
@keyframes rotate_anticlock {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes rotate_clock {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/*header*/
.header {
	background: transparent;
}
.header.active {
	/*background: linear-gradient(to bottom, rgba(24, 17, 83, 0.9), rgba(33, 12, 136, 0.75));*/
	background-color: #fff;
}
.header .top-menu li a,
.header .top-menu li span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 21px;
	color: #9D9DA3;
}
.header .top-menu li a:hover,
.header .top-menu li a:active,
.header .top-menu li a:focus-visible {
	color: #ff9d00;
}
.header-btn {
	border-radius: 30px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9d00;
}
.header-btn:hover,
.header-btn:active,
.header-btn:focus-visible {
	border-color: #ff9d00 !important;
	color: #ff9d00 !important;
}
.header-address {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #9D9DA3;
}
.header-phone {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #9D9DA3;
}
.header-address:hover,
.header-address:active,
.header-address:focus-visible,
.header-phone:hover,
.header-phone:active,
.header-phone:focus-visible{
	color: #ff9d00;
}
/*banner*/
.banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/img/bg-banner.webp);
}
.banner::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 100px;
	border-right: 1px solid #303030;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 15px;
	/*background-image: url(/assets/img/banner-seo.svg);*/
}
.banner .banner-tg {
	position: absolute;
	left: 25px;
	bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 11px 12px 11px 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.banner .container {
	position: relative;
	padding: 150px 0;
}
.banner .container .banner-mouse {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
}
.banner-title {
	margin-right: 16px;
	font-size: 90px;
	color: #ff9d00;
	text-transform: uppercase;
}
.banner .block-subtitle {
	margin-top: -40px;
}
.banner-desc {
	line-height: 23px;
	max-width:141px;
	color:#fff;
	font-size:15px;
	font-weight:500;
}
.banner-desc span {
	color: rgb(255, 157, 0);
}
.banner-subtitle {
	margin-left: 16px;
	font-size: 90px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.banner-list {
	margin-bottom: 0;
	margin-right: 48px;	
	font-size:20px;
	font-weight:500;
	color:#fff;
}
.banner-list li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/banner-list-marker.svg);
}
.banner-list li span {
	color:#ff9d00;
	text-decoration:underline;
}
.banner-list li:not(:last-child) {
	margin-bottom: 16px;
}
.banner-form .form-control {
	height: 48px;
	border: 1px solid #fff;
	border-radius: 100px;
	color: #fff;
	background-color: transparent;
}
.banner-form .form-control:hover,
.banner-form .form-control:active,
.banner-form .form-control:focus-visible {
	border-color: #ff9d00;
}
.banner-form-btn {
	width: 100%;
	height: 48px;
	border: 1px solid #ff9d00;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.banner-form-btn:hover,
.banner-form-btn:active,
.banner-form-btn:focus-visible {
	background-color: #ff9d00;
	color: #fff;
}
.banner-form .form-check-label span {
	font-size: 12px;
	color: #fff;
}
.banner-form .form-check-label a {
	color: #fff;
}
.banner-form .form-check-label a:hover,
.banner-form .form-check-label a:active,
.banner-form .form-check-label a:focus-visible {
	color: #ff9d00;
}
.banner .gear-title {
	position: absolute;
	top: -30px;
	animation: rotate_clock 4s infinite linear;
}
.banner .gear-2-title {
	position: absolute;
	right: 0;
	animation: rotate_anticlock 4s infinite linear;
}
.banner .gear-list {
	position: absolute;
	bottom: -90%;
	right: 20%;
	animation: rotate_anticlock 4s infinite linear;
}
.banner .gear-2-list {
	position: absolute;
	bottom: -70%;
	right: 15%;
	animation: rotate_clock 4s infinite linear;
}
/*banner-new*/
.banner-new {
	position: relative;
	padding-bottom: 61px;
}
.banner-new .banner {
	position: relative;
	border-radius: 0 0 50px 50px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/img/bg-banner-new.webp);
}
.banner-new .banner::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 91px;
	border-right: 1px solid rgba(48, 48, 48, .1);;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 10px;
	/*background-image: url(/assets/img/banner-seo.svg);*/
	opacity: .5;
}
.banner-new .banner .banner-mouse {
	position: absolute;
	content: '';
	bottom: 0;
	right: 5%;
}
.banner-new .banner .container {
	position: relative;
	padding: 166px 0;
}
.banner-new .banner .banner-title {
	max-width: 600px;
	margin-right: 0;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 55px;
	line-height: 115%;
	letter-spacing: -0.02em;
	color: #161618;
	text-transform: unset;
}
.banner-new .banner .banner-title-acent {
	color: #e99200;
}
.banner-new .banner .banner-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
	max-width: 640px;
	columns: unset;
	margin-bottom: 24px;
	margin-right: 0;
	font-size: 18px;
	font-weight: 500;
	color: #161618;
}
.banner-new .banner .banner-list li {
	display: block;
	min-height: 40px;
	width: 100% !important;
	padding: 6px 12px 6px 35px;
	border-radius: 120px;
	line-height: 1.35;
	background-repeat: no-repeat;
	background-position: left 12px center;
	background-image: url(/assets/img/banner-list-marker.svg);
	background-color: #fff;
}
.banner-new .banner .banner-list li:not(:last-child) {
	margin-bottom: 0;
}
.banner-new .banner .banner-list li span {
	font-weight: 700;
	color: #161618;
	text-decoration: none;
}
.banner-new .banner .form-control {
	height: 80px;
	border-radius: 120px;
	border: 1px solid #d2d2d2;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.15);
	color: #161618;
	background-color: #f9f9f9;
}
.banner-new .banner .banner-form .row {
	--bs-gutter-y: 8px;
}
.banner-new .banner .banner-form-btn {
	width: 100%;
	height: 80px;
	border-radius: 120px;
	font-size: 22px;
	font-weight: 700;
	color: #fbfbfb;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.12);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    background: linear-gradient(180deg, #ffae00 0%, #e58d00 100%);
}
.banner-new .banner .banner-form-promise {
	display: inline-flex;
	align-items: center;
	max-width: 620px;
	margin-top: -2px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: #313131;
}
.banner-new .banner .banner-form-promise::before {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-radius: 50%;
	background-color: #e99200;
	box-shadow: 0 0 0 4px rgba(233, 146, 0, 0.14);
}
.checkboxes-container .form-check-input {
	min-width: 16px;
	min-height: 16px;
	margin-top: 0;
}
.checkboxes-container .form-check-label span {
	display: block;
	font-size: 12px;
	line-height: 1.3;
	color: #161618;
}
.checkboxes-container .form-check-label span a {
	color: #161618;
}
.banner-new .banner .banner-new-man {
	position: absolute;
	right: 60px;
	bottom: 0;
}
.banner-new .banner .banner-new-medal {
	position: absolute;
	top: 15%;
	right: 1%;
}
.banner-new .banner .block-text {
	margin-top: -35px;
}
.banner-new .banner .banner-new-medal-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	text-align: center;
	color: #161618;
}
.banner-new .banner .banner-new-medal-text {
	max-width: 250px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
	color: #4b4b4b;
}
.banner-new .block-tile {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 1296px;
	margin: 0 auto;
}
.banner-new .block-tile .card {
	padding: 20px 25px;
	border: 0;
	border-radius: 20px;
	backdrop-filter: blur(40px);
	box-shadow: 5px 11px 43px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.banner-new .block-tile .card-top {
	margin-bottom: 12px;
}
.banner-new .block-tile .card-top span {
	font-weight: 275;
	font-size: 48px;
	line-height: 1;
	color: #CBCACA;
}
.banner-new .block-tile .card-title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 20px;
	line-height: 145%;
	color: #14122c;
}
.banner-new .block-tile .card-title span {
	font-weight: 700;
}
.banner-new .block-tile .card-text {
	font-size: 14px;
	line-height: 120%;
	color: #5b5b5b;
}
/*products*/
.products .block-title {
	margin-bottom: 48px;
}
.products .title {
	flex-shrink: 0;
	margin-bottom: 0;
	padding-right: 10px;
}
.products .title-link {
	order: 1;
	flex-shrink: 0;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #ff9d00;
}
.products .block-title:after {
	content: " ";
	height: 2px;
	margin: 0 20px;
	background-color: #e7e7e7;
	flex-grow: 1;
	opacity: .5;
}
.products .card {
	border: 0;
	border-radius: 15px;
	background-color: #f7f8fa;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
}
.products .prod-title {
	margin-bottom: 16px;
	font-size: 24px;
	font-weight: 600;
}
.products .prod-title a {
	text-decoration: underline;
	font-size: 24px;
	color: #ff9d00;
}
.products .prod-list {
	font-size: 17px;
	font-weight: 300;
}
.products .prod-list span {
	font-weight: 700;
	color: #ff9d00;
}
.products .btn-view {
	width: 238px;
	height: 60px;
	border-radius: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9d00;
}
.products .card-footer {
	background-color: transparent;
	padding: 16px;
	border: 0;
}
.products .card-footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
	border-radius: 40px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background-color: #FF9D00;
}
/*feedback*/
.feedback .block-form {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 42px 48px 41px 250px;
	border-radius: 34px;
	color: #fff;
	background-image: linear-gradient(0deg, rgba(22, 22, 22, 1) 0%, rgba(18, 10, 143, 1) 100%);
}
.feedback .block-form-btn {
	padding: 20px 30px;
	border: 3px solid #ff9d00;
	border-radius: 34px;
	font-size: 19px;
	line-height: 1;
	color: #fff;
}
.feedback .block-form-btn:hover,
.feedback .block-form-btn:active,
.feedback .block-form-btn:focus-visible {
	background-color: #ff9d00;
}
.feedback .img-logo,
.feedback .img-roket {
	position: absolute;
}
.feedback .img-logo {
	top: 15px;
	left: 24px;
	max-width: 80px;
}
.feedback .img-roket {
	top: -10px;
	left: 50px;
}
.feedback .block-form-text {
	max-width: 445px;
	margin-bottom: 0;
	font-size: 17px;
}
/*why-are-we*/
.why-are-we .block-title {
	margin-bottom: 48px;
}
.why-are-we .title {
	max-width: 425px;
	margin-bottom: 0;
}
.why-are-we .right-block {
	padding-right: 100px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/assets/img/title-fon.png);
}
.why-are-we .right-block span:first-child {
	font-size: 20px;
	font-weight: 700;
}
.why-are-we .title-desc {
	max-width:430px;
	font-size: 15px;
	line-height: 1.4;
	text-align: right;
}
.why-are-we .card {
	max-width: 416px;
	margin: 0 auto;
	padding: 48px;
	border-radius: 16px;
	border: 0;
}
.why-are-we .card-1 {
	background-color: #f1f5ff;
}
.why-are-we .card-2 {
	background-color: #fef6ee;
}
.why-are-we .card-3 {
	background-color: #f2f3f7;
}
.why-are-we .card img {
	max-width: 140px;
}
.why-are-we .card-3 img {
	max-width: 110px;
}
.why-are-we .card-body {
	padding: 48px 0 0;
}
.why-are-we .card-title {
	margin-bottom: 48px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.why-are-we .card-1 .card-title {
	color: #120b86;
}
.why-are-we .card-2 .card-title {
	color: #ff9d00;
}
.why-are-we .card-text {
	font-size: 17px;
	text-align: center;
}
/*price*/
.price .block-title {
	margin-bottom: 48px;
}
.price .title {
	flex-shrink: 0;
	margin-bottom: 0;
	padding-right: 10px;
}
.price .title-img {
	order: 1;
	flex-shrink: 0;
	padding-left: 10px;
}
.price .block-title:after {
	content: " ";
	height: 2px;
	margin: 0 20px;
	background-color: #e7e7e7;
	flex-grow: 1;
	opacity: .5;
}
.price .nav-tabs {
	margin-bottom: 48px;
	border: 0;
}
.price .price-included {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 24px;
	margin-bottom: 40px;
	padding: 28px;
	border-radius: 24px;
	background-color: #f7f9ff;
}
.price .price-included-title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #161618;
}
.price .price-included-desc {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.45;
	color: #4b4b4b;
}
.price .price-included-note {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #4b4b4b;
}
.price .price-included-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	margin: 0 0 22px;
	padding: 0;
	list-style: none;
}
.price .price-included-list li {
	padding: 10px 12px 10px 34px;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: #161618;
	background-color: #fff;
	background-image: url(/assets/img/price-list-marker.svg);
	background-repeat: no-repeat;
	background-position: left 12px center;
}
.price .price-included-btn {
	min-width: 260px;
	height: 55px;
	padding: 0 28px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background-color: #ff9d00;
}
.price .card {
	border: 0;
	border-radius: 32px;
	background-color: #f2f3f7;
	overflow: hidden;
}
.price .card .block-img {
	position: relative;
}
.price .card .block-img .price {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 15px 65px;
	border-radius: 50px;
	border: 2px solid #ff9d00;
	font-size: 26px;
	font-weight: 600;
	line-height: 1;
	background-color: #fff;
}
.price .card-body {
	padding: 24px 16px;
}
.price .card .price-title {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 700;
}
.price .card .block-price-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.price .card .block-price-list ul li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/price-list-marker.svg);
}
.price .card .block-price-list ul li:not(:last-child) {
	margin-bottom: 12px;
}
.price .card-footer {
	padding: 0 16px 24px;
	border: 0;
	background-color: transparent;
}
.price .card-footer .price-btn {
	width: 100%;
	height: 55px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	background-color: #ff9d00;
}
.direct-segments .direct-segments-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}
.direct-segments .direct-segments-title {
	max-width: 520px;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #161618;
}
.direct-segments .direct-segments-text {
	max-width: 470px;
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	color: #4b4b4b;
}
.direct-segments .direct-segments-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.direct-segments .direct-segment-card {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 22px;
	border-radius: 20px;
	background-color: #f7f9ff;
}
.direct-segments .direct-segment-title {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #161618;
}
.direct-segments .direct-segment-text {
	margin-bottom: 18px;
	font-size: 15px;
	line-height: 1.45;
	color: #4b4b4b;
}
.direct-segments .direct-segment-specs {
	display: grid;
	gap: 7px;
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 1.25;
	color: #4b4b4b;
}
.direct-segments .direct-segment-specs div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(22, 22, 24, .08);
}
.direct-segments .direct-segment-specs div:last-child {
	border-bottom: 0;
}
.direct-segments .direct-segment-specs dt,
.direct-segments .direct-segment-specs dd {
	margin: 0;
	min-width: 0;
}
.direct-segments .direct-segment-specs dt {
	font-weight: 500;
}
.direct-segments .direct-segment-specs dd {
	max-width: 112px;
	color: #161618;
	font-weight: 700;
	text-align: right;
}
.direct-segments .direct-segment-price {
	margin-top: auto;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
	color: #161618;
}
.direct-segments .direct-segment-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	margin-bottom: 8px;
	border: 1px solid rgba(22, 22, 24, .18);
	border-radius: 8px;
	color: #161618;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.direct-segments .direct-segment-more:hover,
.direct-segments .direct-segment-more:focus-visible {
	border-color: #ff9f00;
	color: #161618;
	background-color: #fff7e8;
	text-decoration: none;
}
.direct-segments .direct-segment-btn {
	width: 100%;
	height: 48px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background-color: #ff9d00;
}
.service-detail-page .service-detail-cta-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: min(100%, 280px);
	min-height: 50px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 30px;
	color: #fff;
	background-color: #ff9d00;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}
.service-detail-page .service-detail-cta-btn:hover,
.service-detail-page .service-detail-cta-btn:active,
.service-detail-page .service-detail-cta-btn:focus-visible {
	border-color: #ff9d00 !important;
	color: #fff !important;
	background-color: #e88f00 !important;
	text-decoration: none;
}
.site-formats-compare .site-formats-compare-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}
.site-formats-compare .site-formats-compare-title {
	max-width: 520px;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #161618;
}
.site-formats-compare .site-formats-compare-text {
	max-width: 540px;
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	color: #4b4b4b;
}
.site-formats-compare .site-formats-compare-table-wrap {
	overflow-x: auto;
	border: 1px solid #e8edf6;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 18px 50px rgba(19, 32, 56, .08);
}
.site-formats-compare .site-formats-compare-table {
	width: 100%;
	min-width: 880px;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	color: #161618;
}
.site-formats-compare .site-formats-compare-table th,
.site-formats-compare .site-formats-compare-table td {
	padding: 16px 18px;
	border-bottom: 1px solid #edf1f7;
	font-size: 15px;
	line-height: 1.35;
	vertical-align: middle;
}
.site-formats-compare .site-formats-compare-table thead th {
	background-color: #f7f9ff;
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
}
.site-formats-compare .site-formats-compare-table thead th:first-child,
.site-formats-compare .site-formats-compare-table tbody th {
	text-align: left;
}
.site-formats-compare .site-formats-compare-table tbody th {
	width: 32%;
	font-weight: 700;
}
.site-formats-compare .site-formats-compare-table tbody td {
	text-align: center;
}
.site-formats-compare .site-formats-compare-table tbody tr:last-child th,
.site-formats-compare .site-formats-compare-table tbody tr:last-child td {
	border-bottom: 0;
}
.site-formats-compare .compare-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #ff9d00;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
}
.site-formats-compare .compare-empty {
	color: #b9c0cc;
	font-weight: 700;
}
.site-formats-compare .compare-part {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 5px 10px;
	border-radius: 20px;
	background-color: #fff7ea;
	color: #e48d00;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
}
.site-formats-compare .site-formats-compare-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 22px;
	padding: 22px 24px;
	border-radius: 20px;
	background-color: #f7f9ff;
}
.site-formats-compare .site-formats-compare-bottom p {
	max-width: 760px;
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #4b4b4b;
}
.site-formats-compare .site-formats-compare-btn {
	flex: 0 0 auto;
	min-width: 250px;
	height: 52px;
	padding: 0 28px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	background-color: #ff9d00;
}
.direct-trust .direct-trust-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}
.direct-trust .direct-trust-title {
	max-width: 560px;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	color: #161618;
}
.direct-trust .direct-trust-text {
	max-width: 470px;
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	color: #4b4b4b;
}
.direct-trust .direct-trust-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}
.direct-trust .direct-trust-item {
	padding: 20px;
	border-radius: 18px;
	background-color: #f7f9ff;
}
.direct-trust .direct-trust-item-title {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	color: #161618;
}
.direct-trust .direct-trust-item-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #4b4b4b;
}
/*faq*/
.faq {
	padding-bottom: 48px;
	background-color: #f7f9ff;
}
.faq .title {
	max-width: 400px;
	margin-bottom: 96px;
}
.faq .block-img {
	position: relative;
	margin-bottom: 96px;
}

.faq .block-img .faq-gear {
	position: absolute;
	top: 0;
	right: 14%;
	animation: rotate_anticlock 4s infinite linear;
}
.faq-answerer {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 360px;
	margin-bottom: 32px;
}
.faq-answerer img {
	display: block;
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	border-radius: 50%;
	object-fit: cover;
}
.faq-answerer-label {
	margin-bottom: 4px;
	font-size: 12px;
	line-height: 1.2;
	color: #9D9DA3;
}
.faq-answerer-name {
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #212529;
}
.faq-answerer-role {
	font-size: 13px;
	line-height: 1.25;
	color: #616161;
}
.faq .faq-btn {
	max-width: 347px;
	padding: 10px 32px;
	border: 3px solid #ff9d00;
	border-radius: 34px;
	font-size: 17px;
	font-weight: 600;
}
.faq .faq-btn:hover,
.faq .faq-btn:active,
.faq .faq-btn:focus-visible {
	color: #fff;
	background-color: #ff9d00;
}
.faq .accordion-body {
	padding: 0 0 40px;
}
.faq .accordion-item {
	border-right: 0;
	border-left: 0;
	background-color: transparent;
}
.faq .accordion-item:first-of-type,
.faq .accordion-item:last-of-type {
	border-radius: 0;
}
.faq .accordion-item:first-of-type .accordin-button,
.faq .accordion-item:last-of-type .accordin-button {
	border-radius: 0;
}
.faq .accordion-button::after {
	content: unset;
}
.faq .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 21px 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
}
.faq .accordion-button:not(.collapsed) {
	box-shadow: unset;
	color: unset;
}
.faq .accordion-button:not(.collapsed) svg {
	transform: rotate(-45deg);
}
.faq .accordion-button .btn-icon {
	padding: 8px;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.faq .accordion-button .btn-icon svg {
	transition: transform .3s ease-in-out;
}
.faq .accordion-button .btn-icon svg g {
	stroke: #ff9d00;
}
.faq .accordion-button:hover svg {
	transform: rotate(-45deg);
}
.faq .accordion-button:hover svg g {
	stroke: #fff;
}
.faq .accordion-button:hover .btn-icon {
	background-color: #ff9d00;
}
.faq .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}
/*faq-2*/
.faq-2 .accordion-body {
	padding: 0 0 40px;
}
.faq-2 .accordion-item {
	border-right: 0;
	border-left: 0;
	background-color: transparent;
}
.faq-2 .accordion-item:first-of-type,
.faq-2 .accordion-item:last-of-type {
	border-radius: 0;
}
.faq-2 .accordion-item:first-of-type .accordin-button,
.faq-2 .accordion-item:last-of-type .accordin-button {
	border-radius: 0;
}
.faq-2 .accordion-button::after {
	content: unset;
}
.faq-2 .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
}
.faq-2 .accordion-button:not(.collapsed) {
	box-shadow: unset;
	color: unset;
}
.faq-2 .accordion-button:not(.collapsed) svg {
	transform: rotate(-45deg);
}
.faq-2 .accordion-button .btn-icon {
	padding: 8px;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.faq-2 .accordion-button .btn-icon svg {
	transition: transform .3s ease-in-out;
}
.faq-2 .accordion-button .btn-icon svg g {
	stroke: #ff9d00;
}
.faq-2 .accordion-button:hover svg {
	transform: rotate(-45deg);
}
.faq-2 .accordion-button:hover svg g {
	stroke: #fff;
}
.faq-2 .accordion-button:hover .btn-icon {
	background-color: #ff9d00;
}
.faq-2 .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}
/*feedback-2*/
.feedback-2 {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/assets/img/bg-feedback-2.webp);
}
.feedback-2 .block-title {
	position: relative;
}
.feedback-2 .block-title .title-img {
	position: absolute;
	bottom: -38%;
	left: 30%;
}
.feedback-2 .title {
	margin-bottom: 44px;
	font-size: 95px;
	font-style: italic;
	line-height: 1.1;
	text-align: center;
	color: #fff;
}
.feedback-2 .title span {
	color: #ff9d00;
}
.feedback-2 .feedback-desc {
	max-width: 331px;
	margin: 0 auto 48px;
	font-size: 15px;
	color: #fff;
}
.feedback-2 .block-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 330px;
	height: 60px;
	border: 3px solid #ff9d00;
	border-radius: 34px;
	font-size: 19px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}
.feedback-2 .block-btn .btn:hover,
.feedback-2 .block-btn .btn:active,
.feedback-2 .block-btn .btn:focus-visible,
.feedback-2 .block-btn a:hover,
.feedback-2 .block-btn a:active,
.feedback-2 .block-btn a:focus-visible {
	background-color: #ff9d00;
}
.feedback-2 .gear-title {
	position: absolute;
	right: -20%;
	bottom: 20%;
	animation: rotate_anticlock 4s infinite linear;
}
.feedback-2 .gear-2-title {
	position: absolute;
	left: 20%;
	bottom: 20%;
	animation: rotate_clock 4s infinite linear;
}
.feedback-2 .gear-list {
	position: absolute;
	top: 10%;
	right: 25%;
	animation: rotate_anticlock 4s infinite linear;
}
.feedback-2 .gear-2-list {
	position: absolute;
	top: -10%;
	right: 21%;
	animation: rotate_clock 4s infinite linear;
}
/*contacts-home*/
.contacts-home {
	padding-bottom: 48px;
}
.contacts-home iframe {
	width: 100%;
}
.contacts-home-phone,
.contacts-home-mail,
.contacts-home-address {
	font-size: 17px;
	color: #000;
	text-decoration: none;
}
.contacts-home-phone:hover,
.contacts-home-phone:active,
.contacts-home-phone:focus-visible,
.contacts-home-mail:hover,
.contacts-home-mail:active,
.contacts-home-mail:focus-visible,
.contacts-home-address:hover,
.contacts-home-address:active,
.contacts-home-address:focus-visible {
	color: #ff9d00;
}
/*footer*/
.footer {
	padding: 96px 0 16px;
}
.footer .row:first-of-type {
	padding-bottom: 96px;
}
.footer .footer-list-nav {
	font-weight: 500;
}
.footer .footer-list-nav li:not(:last-child) {
	margin-bottom: 16px;
}
.footer .footer-list-nav li a {
	color: #14122c;
}
.footer .footer-list-nav li a:hover,
.footer .footer-list-nav li a:active,
.footer .footer-list-nav li a:focus-visible {
	color: #ff9d00;
	text-decoration: none;
}
.footer .footer-address,
.footer .footer-phone {
	font-weight: 500;
	text-decoration: none;
	color: #14122c;
}
.footer .footer-address:hover,
.footer .footer-address:active,
.footer .footer-address:focus-visible,
.footer .footer-phone:hover,
.footer .footer-phone:active,
.footer .footer-phone:focus-visible {
	color: #ff9d00;
	text-decoration: none;
}
.footer .footer-bottom-link {
	color: #353535;
}
.footer .footer-bottom-link:hover,
.footer .footer-bottom-link:active,
.footer .footer-bottom-link:focus-visible {
	color: #ff9d00;
}
/*development-steps*/
.development-steps p strong {
	color: #000;
}
.development-steps .title {
	font-size: 30px;
	text-transform: none;
}
.development-steps .steps-list {
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	list-style: none;
	counter-reset: section;
	cursor: pointer;
}
.development-steps .steps-list-item::before {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	margin-right: 12px;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	background-color: #ff9d00;
	counter-increment: section;
	content: counter(section);
}
.development-steps .steps-list-item {
	display: flex;
	align-items: center;
	opacity: .5;
}
.development-steps .steps-list-item:not(:last-child) {
	margin-bottom: 16px;
}
.development-steps .steps-list-item.active {
	opacity: 1;
}
.development-steps .block-stages {
	display: none;
	padding: 24px;
	border-radius: 34px;
	background-color: #f7f9ff;
}
.development-steps .block-stages.active {
	display: block;
}
.development-steps .block-stages-title {
	margin-bottom: 24px;
}
.development-steps .block-stages-title .d-flex {
	padding-top: 10px;
}
.development-steps .block-stages-title span:first-child {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #ff9d00;
}
.development-steps .block-stages-title span:last-child {
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
}
.block-timeline-stages {
	flex: .7;
}
.block-timeline-stages:first-child {
	flex: .5;
}
.block-timeline-stages:nth-child(5) {
	flex: .3;
}
.block-timeline-stages:nth-child(6) {
	flex: .4;
}
.block-timeline-stages:nth-child(7) {
	flex: .4;
}
.block-timeline-stages:last-child {
	position: relative;
	flex: .1;
	display: flex;
	align-items: flex-end;
	height: 31px;
}
.block-timeline-stages:last-child span:first-child {
	position: absolute;
	top: 0;
	left: -100%;
}
.block-timeline-stages span:last-child {
	display: block;
	width: 100%;
	height: 7px;
	border-radius: 6px;
	background-color: #ebebeb;
}
.block-timeline-stages.active span:last-child {
	background-color: #ff9d00;
}
.block-timeline-stages:not(:last-child) {
	margin-right: 8px;
}
.block-team .card {
	border: 0;
	opacity: .5;
	cursor: pointer;
}
.block-team .card.active {
	opacity: 1;
}
.block-team .card img {
	display: block;
	max-width: 128px;
	margin: 0 auto;
	border-radius: 20px;
}
.block-team .card-body {
	padding: 24px 0 0;
}
.block-team .card-title {
	margin-bottom: 4px;
	font-weight: 700;
	text-align: center;
}
.block-team .card-text {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}
.block-team .card-desc {
	font-size: 14px;
	text-align: center;
}
.faq-3 .accordion-item {
	border-right: 0;
	border-left: 0;
	background-color: transparent;
}
.faq-3 .accordion-item:first-of-type,
.faq-3 .accordion-item:last-of-type {
	border-radius: 0;
}
.faq-3 .accordion-item:first-of-type .accordin-button,
.faq-3 .accordion-item:last-of-type .accordin-button {
	border-radius: 0;
}
.faq-3 .accordion-button::after {
	content: unset;
}
.faq-3 .accordion-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
}
.faq-3 .accordion-button:not(.collapsed) {
	box-shadow: unset;
	color: unset;
}
.faq-3 .accordion-button .btn-icon {
	padding: 8px;
	border-radius: 50%;
	transition: background-color .3s ease-in-out;
}
.faq-3 .accordion-button .btn-icon svg {
	transition: transform .3s ease-in-out;
}
.faq-3 .accordion-button .btn-icon svg g {
	stroke: #ff9d00;
}
.faq-3 .accordion-button:hover svg {
	transform: rotate(-45deg);
}
.faq-3 .accordion-button:hover svg g {
	stroke: #fff;
}
.faq-3 .accordion-button:hover .btn-icon {
	background-color: #ff9d00;
}
.faq-3 .accordion-button:focus {
	border-color: unset;
	box-shadow: unset;
}
.faq-3 .btn-text {
	display: flex;
	flex-direction: column;
}
.faq-3 .btn-text span:first-child {
	color: #ff9d00;
}
/*team*/
.team .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto;
}
.team .swiper-slide img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.team .block-text {
	flex: 1 1 auto;
	min-height: 119px;
	padding: 18px 20px;
}
.team .card-title {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 700;
}
.team .card-text,
.team .card-desc {
	font-size: 12px;
}
.team .swiper-button-prev,
.team .swiper-button-next {
	width: 14px;
	height: 25px;
}
.team .swiper-button-prev::after,
.team .swiper-button-next::after {
	font-size: 25px;
	color: #616161;
}
.team .swiper-button-prev {
	left: -20px;
}
.team .swiper-button-next {
	right: -20px;
}
/*about-home*/
.about-home {
	background-color: #fff;
}
.about-home-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
	gap: 32px;
	align-items: stretch;
}
.about-home-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
	border-radius: 8px;
	background-color: #f7f9ff;
}
.about-home-label {
	margin-bottom: 12px;
	color: #ff9d00;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}
.about-home-title {
	margin-bottom: 18px;
	color: #212529;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.16;
}
.about-home-text {
	max-width: 720px;
	margin-bottom: 18px;
	color: #4f5661;
	font-size: 17px;
	line-height: 1.55;
}
.about-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 10px;
}
.about-home-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border-radius: 28px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}
.about-home-btn-primary {
	color: #fff;
	background-color: #ff9d00;
}
.about-home-btn-primary:hover,
.about-home-btn-primary:active,
.about-home-btn-primary:focus-visible {
	color: #fff;
	background-color: #e48d00;
}
.about-home-btn-outline {
	color: #212529;
	border: 1px solid #e3e7ef;
	background-color: #fff;
}
.about-home-btn-outline:hover,
.about-home-btn-outline:active,
.about-home-btn-outline:focus-visible {
	color: #ff9d00;
	border-color: #ff9d00;
}
.about-home-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.about-home-fact {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 156px;
	padding: 24px;
	border: 1px solid #e3e7ef;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 10px 28px rgba(19, 32, 56, .05);
}
.about-home-fact strong {
	margin-bottom: 14px;
	color: #ff9d00;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.15;
}
.about-home-fact span {
	color: #4f5661;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}
@media (max-width: 991.98px) {
	.about-home-wrap {
		grid-template-columns: 1fr;
	}
	.about-home-content {
		padding: 28px;
	}
	.about-home-title {
		font-size: 34px;
	}
}
@media (max-width: 575.98px) {
	.about-home-content {
		padding: 22px;
	}
	.about-home-title {
		font-size: 28px;
	}
	.about-home-text {
		font-size: 15px;
	}
	.about-home-actions {
		display: grid;
		grid-template-columns: 1fr;
	}
	.about-home-btn {
		width: 100%;
	}
	.about-home-facts {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.about-home-fact {
		min-height: 0;
		padding: 20px;
	}
}
/*guarantees-support*/
.guarantees-support {
	padding-bottom: 72px;
	background-color: #f7f9ff;
}
.guarantees-support-head {
	margin-bottom: 32px;
}
.guarantees-support-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}
.guarantees-support-card {
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid #e3e7ef;
	border-radius: 8px;
	background-color: #fff;
}
.guarantees-support-card-primary {
	border-color: rgba(255, 157, 0, .35);
	background-color: #fffaf2;
}
.guarantees-support-card-muted {
	background-color: #fbfbfc;
}
.guarantees-support-card-title {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	color: #212529;
}
.guarantees-support-subtitle {
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	color: #ff9d00;
}
.guarantees-support-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.guarantees-support-list li {
	position: relative;
	padding-left: 28px;
	font-size: 15px;
	line-height: 1.35;
	color: #3a3a3f;
}
.guarantees-support-list li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}
.guarantees-support-list-check li::before {
	content: "✓";
	color: #fff;
	background-color: #ff9d00;
}
.guarantees-support-list-minus li::before {
	content: "–";
	color: #616161;
	background-color: #eceff4;
}
@media (max-width: 991.98px) {
	.guarantees-support-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.guarantees-support-card-primary {
		grid-column: 1 / -1;
	}
}
@media (max-width: 767.98px) {
	.guarantees-support {
		padding-bottom: 52px;
	}
	.guarantees-support-head {
		margin-bottom: 24px;
	}
	.guarantees-support-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.guarantees-support-card {
		padding: 20px;
	}
	.guarantees-support-card-title {
		font-size: 19px;
	}
	.guarantees-support-list li {
		font-size: 14px;
	}
}
/*payment*/
.payment .card {
	padding: 24px 16px;
	border: 0;
	border-radius: 20px;
	background-color: rgba(241, 245, 246, 0.6);
	transition: all .3s ease-in-out;
}
.payment .card-img {
	max-width: 48px;
	margin-bottom: 38px;
}
.payment .card-body {
	padding: 0 0 24px;
}
.payment .card-title {
	margin-bottom: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	color: #120b86;
	transition: all .3s ease-in-out;
}
.payment .card-list {
	margin-bottom: 0;
	font-size: 14px;
	color: #2e2e2e;
	transition: all .3s ease-in-out;
}
.payment .card-list li {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-image: url(/assets/img/payment-list-marker.svg);
}
.payment .card-list li span {
	font-weight: 700;
}
.payment .card-list li:not(:last-child) {
	margin-bottom: 8px;
}
.payment .card-footer {
	padding: 0;
	border: 0;
	background-color: transparent;
}
.payment .card-btn {
	width: 100%;
	height: 80px;
	padding: 10px;
	border-radius: 120px;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	color: #fff;
	background-color: #ff9d00;
	transition: all .3s ease-in-out;
}
.payment .card:hover {
	background-color: #ff9d00;
}
.payment .card:hover > .card-body .card-title {
	color: #fff;
}
.payment .card:hover > .card-body .card-list {
	color: #fff;
}
.payment .card:hover > .card-body .card-list li {
	background-image: url(/assets/img/payment-list-marker-active.svg);
}
.payment .card:hover > .card-footer .card-btn {
	color: #ff9d00;
	background-color: #fff;
}
/*banner-tile*/ 
.banner-tile .card {
	padding: 20px 25px;
	border: 0;
	border-radius: 20px;
	backdrop-filter: blur(40px);
	box-shadow: 5px 11px 43px 0 rgba(0, 0, 0, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.75) 100%);
}
.banner-tile .card-top {
	margin-bottom: 40px;
}
.banner-tile .card-top span {
	font-weight: 275;
	font-size: 48px;
	line-height: 1;
	color: #e5e4e4;
}
.banner-tile .card-title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
	line-height: 145%;
	color: #14122c;
}
.banner-tile .card-text {
	font-size: 14px;
	line-height: 120%;
	color: #5b5b5b;
}
/*modal*/
.modal-header {
	padding-bottom: 0;
	border: 0;
}
.modal-title {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.modal-desc {
	margin-bottom: 24px;
	font-size: 17px;
	text-align: center;
}
.modal .form-control {
	height: 60px;
	margin-bottom: 24px;
	border-radius: 5px;
	border: 1px solid #c9c9c9;
}
.modal-btn {
	width: 100%;
	height: 55px;
	border-radius: 100px;
	font-weight: 700;
	color: #fff;
	background-color: #ff9d00;
}
/*payment-block*/
.payment-block .block-fon {
	border-radius: 30px;
	padding: 64px 48px;
	background: linear-gradient(180deg, #130a8f 0%, #161616 100%);
}
.payment-block .block-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 48px;
}
.payment-block .title {
	margin-bottom: 0;
	color: #fff;
}
.payment-block .card {
	padding: 20px 16px 30px;
	border: 0;
	border-radius: 20px;
	background-color: #f7f9fa;
}
.payment-block .card img {
	display: block;
	max-width: 58px;
	margin-bottom: 32px;
}
.payment-block .card-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 118%;
	letter-spacing: 0.01em;
	color: #14122c;
}
.payment-block-btn {
	width: 30%;
	height: 65px;
	border-radius: 120px;
	border: 2px solid transparent;
	padding: 10px;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.12);
	background-color: #ff9d00;
}
.payment-block-btn:hover,
.payment-block-btn:active,
.payment-block-btn:focus-visible {
	border-color: #ff9d00 !important;
	color: #fff !important;
}
/*banner-promotion*/
.banner-new .banner-promotion .banner-title {
	max-width: 550px;
}
.banner-new .banner-promotion .banner-list {
	columns: unset;
}
.banner-new .banner-promotion + .block-tile .card {
	padding: 20px;
}
.banner-new .banner-promotion .card-right {
	padding: 20px;
	border-radius: 24px;
	background-color: #fff;
	overflow: hidden;
}
.banner-new .banner-promotion .card-right .card {
	justify-content: flex-end;
	border: 0;
}
.banner-new .banner-promotion .card-right .card-footer {
	min-height: 47px;
	background-color: transparent;
	padding: 0;
	border: 0;
}
.banner-new .banner-promotion .card-right .card-4 {
	height: 112px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(180deg, #ff9d00 0%, #e58d00 100%);
}
.banner-new .banner-promotion .card-right .card-3 {
	height: 84px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(180deg, #ff9d00 0%, #e58d00 100%);
}
.banner-new .banner-promotion .card-right .card-2 {
	height: 49px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(180deg, #130a8f 0%, #161616 100%);
}
.banner-new .banner-promotion .card-right .card-1 {
	height: 35px;
	border-radius: 999px 999px 0 0;
	background: linear-gradient(180deg, #130a8f 0%, #161616 100%);
}
.banner-new .banner-promotion .card-right ul {
	width: 496px;
	overflow: hidden;
}
.banner-new .banner-promotion .card-right ul img {
	max-height: 24px;
}
/*tariff-promotion*/
.tariff-promotion .block-title {
	margin-bottom: 16px;
}
.tariff-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.tariff-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.tariff-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.tariff-promotion-desc {
	max-width: 607px;
	margin-bottom: 32px;
	font-size: 14px;
}
.tariff-promotion .card {
	padding: 24px 16px;
	border-radius: 20px;
	border: 0;
	background-color: #f2f3f7;
}
.tariff-promotion .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: 0;
	background-color: transparent;
}
.tariff-promotion .card-header span:first-child {
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
.tariff-promotion .card-header span:last-child {
	border: 1px solid #ff9d00;
	border-radius: 30px;
	padding: 4px 8px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	background-color: #fff;
}
.tariff-promotion .card-body {
	padding: 0;
}
.tariff-promotion .card-title {
	font-weight: 700;
	font-size: 17px;
}
.tariff-promotion .card-desc {
	font-size: 10px;
}
.tariff-promotion .block-price-list {
	margin-bottom: 24px;
}
.tariff-promotion .block-price-list ul {
	padding: 0;
	list-style: none;
	font-size: 14px;
}
.tariff-promotion .block-price-list ul li {
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-image: url(/assets/img/price-list-marker.svg);
}
.tariff-promotion .block-price-list ul li:not(:last-child) {
	margin-bottom: 12px;
}
.tariff-promotion .block-bottom {
	display: flex;
	flex-direction: column;
}
.tariff-promotion .block-bottom span:first-child {
	display: block;
	width: max-content;
	padding: 4px 8px;
	margin-bottom: 6px;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1.2;
	color: #fff;
	background-color: #ff9d00;
}
.tariff-promotion .block-bottom span:last-child {
	display: block;
	width: max-content;
	padding: 4px 8px;
	border-radius: 999px;
	border: 1px solid #9ca3af;
	font-size: 9px;
	line-height: 1.3;
}
/*how-promotion*/
.how-promotion .block-title {
	margin-bottom: 16px;
}
.how-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.how-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.how-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.how-promotion-desc {
	max-width: 880px;
	margin-bottom: 48px;
	font-size: 14px;
}
.how-promotion .card {
	border-radius: 20px;
	border: 0;
	padding: 32px 24px;
	background-color: #f1f5f6;
}
.how-promotion .card .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 8px;
	border: 1px solid #ff9d00;
	border-radius: 50%;
	font-size: 13px;
}
.how-promotion .card-title {
	margin-bottom: 16px;
	font-weight: 700;
	color: #120b86;
}
.how-promotion .card-text {
	font-size: 14px;
}
/*keyes-promotion*/
.keyes-promotion .block-title {
	margin-bottom: 16px;
}
.keyes-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.keyes-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.keyes-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.keyes-promotion-desc {
	max-width: 600px;
	margin-bottom: 48px;
	font-size: 14px;
}
.keyes-promotion .card {
	border-radius: 20px;
	border: 0;
	padding: 24px 32px;
	background-color: #f2f3f7;
}
.keyes-promotion .card-subtitle {
	margin-bottom: 8px;
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.keyes-promotion .card-title {
	margin-bottom: 12px;
	font-weight: 700;
	color: #120b86;
} 
.keyes-promotion .card-tile {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.keyes-promotion .card-tile span {
	margin-bottom: 8px;
	padding: 5px 8px;
	border: 1px solid #ff9d00;
	border-radius: 999px;
	font-size: 10px;
	line-height: 1.2;
}
.keyes-promotion .card-tile span:not(:last-child) {
	margin-right: 8px;
}
.keyes-promotion .card-text {
	font-size: 14px;
}
/*tools-promotion*/
.tools-promotion .block-title {
	margin-bottom: 16px;
}
.tools-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.tools-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.tools-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.tools-promotion-desc {
	max-width: 640px;
	margin-bottom: 48px;
	font-size: 14px;
}
.tools-promotion .card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(55, 65, 81, 0.9);
	border-radius: 999px;
	padding: 11px 13px;
	font-size: 11px;
}
.tools-promotion .card span:first-child {
	font-weight: 700;
	color: #160c85;
}
/*industries-promotion*/
.industries-promotion .block-title {
	margin-bottom: 16px;
}
.industries-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.industries-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.industries-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.industries-promotion-desc {
	max-width: 600px;
	margin-bottom: 48px;
	font-size: 14px;
}
.industries-promotion .card {
	border-radius: 20px;
	border: 0;
	padding: 24px 32px;
	background-color: #f2f3f7;
}
.industries-promotion .card img {
	max-width: 62px;
	margin-bottom: 32px;
}
.industries-promotion .card-subtitle {
	margin-bottom: 8px;
	font-size: 9px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
.industries-promotion .card-title {
	margin-bottom: 16px;
	font-weight: 700;
}
.industries-promotion .card-text {
	font-size: 14px;
}
/*team-promotion*/
.team-promotion .block-title {
	margin-bottom: 16px;
}
.team-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.team-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.team-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.team-promotion-desc {
	max-width: 880px;
	margin-bottom: 48px;
	font-size: 14px;
}
.team-promotion .block-tile {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.team-promotion .block-tile span {
	padding: 5px 8px;
	border: 1px solid #ff9d00;
	border-radius: 999px;
	font-size: 9px;
}
.team-promotion .block-tile span:not(:last-child) {
	margin-right: 8px;
}
.team-promotion .swiper-slide {
	height: auto;
}
.team-promotion .card {
	border-radius: 20px;
	border: 0;
	padding: 24px 16px;
	background-color: #f7f9ff;
}
.team-promotion .card img {
	margin-bottom: 16px;
	border-radius: 10px;
}
.team-promotion .card-subtitle {
	margin-bottom: 16px;
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
.team-promotion .card-title {
	margin-bottom: 16px;
	font-weight: 700;
}
.team-promotion .card-text {
	font-size: 14px;
}
/*achievements-promotion*/
.achievements-promotion .block-title {
	margin-bottom: 16px;
}
.achievements-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.achievements-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.achievements-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.achievements-promotion-desc {
	max-width: 600px;
	margin-bottom: 48px;
	font-size: 14px;
}
.achievements-promotion .card {
	border: 1px solid #120b86;
	border-radius: 20px;
	padding: 24px 16px;
}
.achievements-promotion .card-subtitle {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 32px;
	color: #ff9d00;
}
.achievements-promotion .card-text {
	font-size: 14px;
}

/* homepage development metrics 20260814 */
.achievements-home .block-title {
	margin-bottom: 16px;
}
.achievements-home .block-title::after {
	content: "";
	height: 2px;
	margin: 0 20px;
	background: #e5e7eb;
	flex-grow: 1;
}
.achievements-home .title {
	margin-bottom: 0;
	padding-right: 10px;
	flex-shrink: 0;
}
.achievements-home .title-img {
	width: 118px;
	height: auto;
	padding-left: 10px;
	flex-shrink: 0;
}
.achievements-home-desc {
	max-width: 620px;
	margin: 0 0 34px;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.5;
}
.achievements-home-card {
	position: relative;
	overflow: hidden;
	min-height: 170px;
	padding: 25px 18px 20px;
	border: 1px solid rgba(19, 28, 48, .10);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(19, 28, 48, .06);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.achievements-home-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #ff9d00;
	transform: scaleX(.32);
	transform-origin: left;
	transition: transform .22s ease;
}
.achievements-home-card strong {
	display: block;
	margin-bottom: 16px;
	color: #14122c;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.08;
}
.achievements-home-card p {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}
.achievements-home-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 157, 0, .34);
	box-shadow: 0 20px 42px rgba(19, 28, 48, .14);
}
.achievements-home-card:hover::before {
	transform: scaleX(1);
}

/* homepage company redesign 20260814 */
.home-company-v2 {
	max-width: 1240px !important;
	color: #111827;
}
.home-company-v2 .home-company-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.home-company-v2 .home-company-eyebrow {
	position: relative;
	margin: 0;
	padding-left: 44px;
	color: #ff9d00;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.home-company-v2 .home-company-eyebrow::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 32px;
	height: 2px;
	border-radius: 2px;
	background: #ff9d00;
	transform: translateY(-50%);
}
.home-company-v2 .home-company-logo {
	width: 118px;
	height: auto;
}
.home-company-v2 .home-company-grid {
	display: grid;
	grid-template-columns: minmax(0, 780px) minmax(400px, 424px);
	gap: 36px;
	align-items: start;
}
.home-company-v2 .home-company-main h2 {
	margin: 0 0 22px;
	color: #111827;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.12;
}
.home-company-v2 .home-company-lead {
	margin: 0 0 22px;
	color: #4b5563;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}
.home-company-v2 .home-company-lead b,
.home-company-v2 .home-company-notes b,
.home-company-v2 .home-company-tech b {
	color: #111827;
	font-weight: 800;
}
.home-company-v2 .home-company-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 14px;
}
.home-company-v2 .home-company-stat {
	min-height: 84px;
	padding: 17px 15px 15px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 24, 39, .04);
}
.home-company-v2 .home-company-stat-accent {
	border-color: #ffdf9b;
	background: #fff7df;
}
.home-company-v2 .home-company-stat strong {
	display: block;
	margin-bottom: 8px;
	color: #111827;
	font-size: 24px;
	font-weight: 800;
	line-height: 1;
}
.home-company-v2 .home-company-stat span,
.home-company-v2 .home-company-process p,
.home-company-v2 .home-company-tech,
.home-company-v2 .home-company-ready p,
.home-company-v2 .home-company-expert p {
	display: block;
	margin: 0;
	color: #6b7280;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
}
.home-company-v2 .home-company-process {
	padding: 20px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(17, 24, 39, .04);
}
.home-company-v2 .home-company-process h3,
.home-company-v2 .home-company-ready h3 {
	margin: 0;
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}
.home-company-v2 .home-company-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}
.home-company-v2 .home-company-steps > div {
	position: relative;
	overflow: hidden;
	padding: 16px;
	border: 1px solid rgba(19, 28, 48, .08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(19, 28, 48, .06);
}
.home-company-v2 .home-company-steps > div::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #ff9d00;
}
.home-company-v2 .home-company-steps span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	color: #ff9d00;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.home-company-v2 .home-company-steps span::before {
	content: "";
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: #ff9d00;
}
.home-company-v2 .home-company-steps h4 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}
.home-company-v2 .home-company-notes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 18px;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	background: #f9fafb;
}
.home-company-v2 .home-company-tech {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #e5e7eb;
}
.home-company-v2 .home-company-ready {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	margin-top: 16px;
	padding: 16px 18px;
	border: 1px solid #ffdf9b;
	border-radius: 16px;
	background: #fff7df;
}
.home-company-v2 .home-company-ready > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #fff;
	color: #ff9d00;
	font-size: 11px;
	font-weight: 900;
}
.home-company-v2 .home-company-ready h3 {
	margin-bottom: 6px;
	font-size: 16px;
}
.home-company-v2 .home-company-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}
.home-company-v2 .home-company-btn {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}
.home-company-v2 .home-company-btn-primary {
	border: 1px solid #ff9d00;
	background: #ff9d00;
	color: #fff;
}
.home-company-v2 .home-company-btn-secondary {
	border: 1px solid #e5e7eb;
	background: #fff;
	color: #111827;
}
.home-company-v2 .home-company-expert {
	margin-top: 108px;
	padding: 20px;
	border: 1px solid #d6dbe3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 22px 54px rgba(17, 24, 39, .12);
}
.home-company-v2 .home-company-expert-label {
	margin: 0 0 7px;
	color: #ff9d00;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.home-company-v2 .home-company-expert h3 {
	margin: 0 0 3px;
	color: #111827;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.1;
}
.home-company-v2 .home-company-expert-exp {
	margin: 0 0 14px !important;
	color: #4b5563 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}
.home-company-v2 .home-company-expert-row {
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr);
	gap: 16px;
	align-items: start;
	margin-bottom: 14px;
}
.home-company-v2 .home-company-expert-row img {
	display: block;
	width: 156px;
	height: 210px;
	border-radius: 12px;
	object-fit: cover;
	object-position: center top;
}
.home-company-v2 .home-company-expert-row p {
	padding-top: 6px;
	font-size: 13px;
	line-height: 1.45;
}
.home-company-v2 .home-company-expert-zone {
	padding-top: 14px;
	border-top: 1px solid #e5e7eb;
}
.home-company-v2 .home-company-expert-zone h4 {
	margin: 0 0 7px;
	color: #111827;
	font-size: 12px;
	font-weight: 800;
}
.home-company-v2 .home-company-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 14px;
}
.home-company-v2 .home-company-tags::before {
	content: "Специализация";
	width: 100%;
	margin-bottom: 2px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 800;
}
.home-company-v2 .home-company-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 6px 9px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #f7f8fa;
	color: #4b5563;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}
.home-company-v2 .home-company-more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	color: #111827;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
.home-company-v2 .home-company-more span {
	color: #ff9d00;
	font-size: 22px;
	line-height: 1;
}
/* about hero and team profiles 20260817 */
.about-unified-hero,.team-profile{max-width:1240px;margin:0 auto;padding:42px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 14px 36px rgba(17,24,39,.05)}.about-unified-hero h2{font-size:42px;font-weight:800;max-width:820px}.about-unified-hero>p{max-width:850px;color:#4b5563;font-size:16px;line-height:1.55}.about-unified-stats,.about-unified-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.about-unified-stats>div,.about-unified-steps>div,.team-profile-specialization,.team-profile-quality,.team-profile-motto{padding:18px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.about-unified-stats b{display:block;font-size:25px}.about-unified-stats span{color:#6b7280;font-size:13px}.about-unified-steps{grid-template-columns:repeat(3,1fr)}.about-unified-steps b{color:#ff9d00}.about-unified-steps h3{font-size:16px;margin:8px 0}.about-unified-note{padding:14px;background:#fff7df;border-radius:12px}.team-profile{margin-top:48px}.team-profile-hero{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:center}.team-profile-hero img{width:260px;border-radius:14px}.team-profile h1{font-size:42px;font-weight:800}.team-profile-role{font-weight:800;color:#ff9d00}.team-profile>section:not(.team-profile-hero){margin-top:20px}.team-profile h2{font-size:20px}.team-profile-cases{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.team-profile-case,.agency-person-more{display:block;padding:14px;border:1px solid #e5e7eb;border-radius:10px;color:#111827;font-weight:800;text-decoration:none}.team-profile-case span,.agency-person-more span{color:#ff9d00}@media(max-width:767.98px){.about-unified-hero,.team-profile{padding:22px}.about-unified-hero h2,.team-profile h1{font-size:30px}.about-unified-stats,.about-unified-steps,.team-profile-cases,.team-profile-hero{grid-template-columns:1fr}.team-profile-hero img{width:100%;max-width:300px}}
@media (max-width: 1199.98px) {
	.home-company-v2 .home-company-grid { grid-template-columns: 1fr; }
	.home-company-v2 .home-company-expert { margin-top: 0; }
}
@media (max-width: 767.98px) {
	.achievements-home .block-title::after { display: none; }
	.achievements-home .block-title { align-items: flex-start !important; gap: 14px; }
	.achievements-home .title-img { padding-left: 0; }
	.achievements-home-card { min-height: 0; }
	.home-company-v2 .home-company-head { align-items: flex-start; gap: 14px; }
	.home-company-v2 .home-company-main h2 { font-size: 30px; }
	.home-company-v2 .home-company-lead { font-size: 15px; }
	.home-company-v2 .home-company-stats,
	.home-company-v2 .home-company-steps,
	.home-company-v2 .home-company-notes,
	.home-company-v2 .home-company-expert-row { grid-template-columns: 1fr; }
	.home-company-v2 .home-company-process,
	.home-company-v2 .home-company-expert { padding: 18px; }
	.home-company-v2 .home-company-expert-row img { width: 100%; height: auto; max-width: 280px; }
	.home-company-v2 .home-company-actions { display: grid; grid-template-columns: 1fr; }
}
/*reviews-promotion*/
.reviews-promotion .block-title {
	margin-bottom: 16px;
}
.reviews-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.reviews-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.reviews-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.reviews-promotion-desc {
	max-width: 600px;
	margin-bottom: 48px;
	font-size: 14px;
}
.reviews-promotion .block-tile {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.reviews-promotion .block-tile span {
	padding: 5px 8px;
	border: 1px solid #ff9d00;
	border-radius: 999px;
	font-size: 9px;
}
.reviews-promotion .block-tile span:not(:last-child) {
	margin-right: 8px;
}
.reviews-promotion .swiper-slide {
	height: auto;
}
.reviews-promotion .card img {
	width: max-content;
	height: 25px;
}
.reviews-promotion .card {
	border: 0;
	border-radius: 20px;
	padding: 24px 32px;
	background-color: #f1f5f6;
}
.reviews-promotion .card-subtitle {
	margin-bottom: 4px;
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase
}
.reviews-promotion .card-title {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 12px;
}
.reviews-promotion .card-text {
	font-size: 14px;
}
/*about-us-promotion*/
.about-us-promotion {
	padding-bottom: 96px;
}
.about-us-promotion .block-title {
	margin-bottom: 48px;
}
.about-us-promotion .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.about-us-promotion .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.about-us-promotion .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.about-us-promotion .card {
	align-items: center;
	flex-direction: row;
	border: 1px solid rgba(31, 41, 55, 0.9);
	border-radius: 20px;
	padding: 19px 16px;
}
.about-us-promotion .card img {
	margin-right: 16px;
	border-radius: 10px;
}
.about-us-promotion .text-left p {
	line-height: 1.1;
}
.about-us-promotion .card .text-right {
	font-size: 14px;
}
.about-us-promotion .card .text-right div:not(:last-child) {
	margin-bottom: 16px;
	line-height: 1;
}
.about-us-promotion .card .text-right .card-subtitle {
	margin-bottom: 8px !important;
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}
.about-us-promotion .card .text-right .card-title {
	font-size: 16px;
	font-weight: 700;
}
.about-us-promotion .card .text-right .card-text {
	line-height: 1.2 !important;
}
/*calc*/
.calc .block-title {
	margin-bottom: 16px;
}
.calc .block-title:after {
    content: " ";
    height: 2px;
    margin: 0 20px;
    background-color: #e7e7e7;
    flex-grow: 1;
    opacity: .5;
}
.calc .title-img {
    order: 1;
    flex-shrink: 0;
    padding-left: 10px;
}
.calc .title {
	flex-shrink: 0;
	padding-right: 10px;
	margin-bottom: 0;
}
.calc-desc {
	max-width: 607px;
	margin-bottom: 32px;
	font-size: 14px;
}
.calc .card {
	padding: 32px 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 157, 0, 0.24);
	background: linear-gradient(135deg, #f7f8fc 0%, #fff7eb 100%);
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}
.calc .card-desc {
	margin-bottom: 8px;
	font-size: 10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #ff9d00;
}
.calc .card-title {
	margin-bottom: 9px;
	font-weight: 700;
	color: #111827;
}
.calc .card-text {
	margin-bottom: 16px;
	font-size: 14px;
	color: #4b5563;
}
.calc .card-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #374151;
	list-style: none;
}
.calc .card-list li {
	padding: 5px 8px;
	border: 1px solid rgba(255, 157, 0, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
}
.calc .card-list li:not(:last-child) {
	margin-right: 8px;
	margin-bottom: 8px;
}
.calc form {
	padding: 32px 24px;
	border-radius: 20px;
	border: 1px solid rgba(255, 157, 0, 0.24);
	background: linear-gradient(135deg, #f7f8fc 0%, #fff7eb 100%);
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}
.calc form .form-control {
	border: 1px solid rgba(255, 157, 0, 0.22);
	border-radius: 12px;
	padding: 11px 17px;
	background: linear-gradient(135deg, #ffffff 0%, #fff8ed 100%);
	color: #111827;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.calc form .form-control:hover,
.calc form .form-control:focus {
	border-color: rgba(255, 157, 0, 0.55);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(255, 157, 0, 0.12);
	outline: none;
}
.calc form .form-control::placeholder {
	font-size: 14px;
	color: #757575;
}
.calc form .form-btn {
	margin-top: 24px;
	margin-bottom: 16px;
	border-radius: 120px;
	padding: 8px 16px;
	border: 0;
	box-shadow: 0 11px 32px 0 rgba(0, 0, 0, 0.12);
	background: #ff9d00;
	color: #fff;
	font-weight: 700;
}
.calc .checkboxes-container {
	margin-bottom: 0 !important;
}
.calc .checkboxes-container .form-check-label span,
.calc .checkboxes-container .form-check-label span a {
	color: #5d6678;
}
.calc .checkboxes-container .form-check-label span a {
	color: #ff9d00;
}
@media (max-width: 767px) {
	.calc > .container > .row {
		row-gap: 16px;
	}
	.calc > .container > .row > .col-7,
	.calc > .container > .row > .col-5,
	.calc form .row > [class*="col-"] {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.calc form .form-btn {
		width: 100%;
	}
}
/*blog-page*/
.blog-page {
	padding-top: 40px;
	padding-bottom: 82px;
}
.blog-page .blog-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 48px;
}
.blog-page .blog-link a {
	padding: 2px 10px;
	border: 1px solid #e2e2e2;
	border-radius: 40px;
	text-decoration: none;
	color: #14122c;
}
.blog-page .blog-link a span {
	margin-left: 4px;
	color: #ff9d00;
}
.blog-page .blog-link a:not(:last-child) {
	margin-right: 12px;
}
.blog-page .blog-link a.active {
    border-color: #ff9d00;
}
.blog-card .pagination {
	margin-top: 48px;
	justify-content: center;
}
.blog-card > .row {
	--bs-gutter-y: 32px;
}
.blog-card .pagination .page-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: 0 4px;
	border: 0;
	border-radius: 50%;
	font-weight: 700;
	color: #000;
	background-color: #f3f3f8;
	outline: none;
}
.blog-card .pagination .page-item.active a {
	color: #fff;
	background-color: #ff9d00;
}
.blog-card .pagination .page-item a:hover,
.blog-card .pagination .page-item a:focus,
.blog-card .pagination .page-item a:active {
	color: #fff;
	background-color: #ff9d00;
}
.blog-card .card {
	padding: 12px;
	border-radius: 6px;
	border: 2px solid transparent;
	box-shadow: 5px 5px 25px #00000026;
}
.blog-card .card:hover,
.blog-card .card:focus,
.blog-card .card:active {
	border-color: #ff9d00;
}
.blog-card .card-body {
	padding: 12px 0 20px;
}
.blog-card .card-author {
	color: #383838;
	font-size: 13px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: #ff9d00;
	text-underline-offset: 3px;
}
.blog-card .card-data {
	color: #383838;
	font-size: 13px;
	line-height: 18px;
}
.blog-card .card-time {
	padding-left: 20px;
	color: #383838;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/time.svg);
}
.blog-card .card-title {
	display: block;
	color: #151515;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	margin-bottom: 16px;
}
.blog-card .card-text {
	font-size: 14px;
	opacity: .8;
}
.blog-card .card-text a {
	color: #17144b;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.blog-card > .row {
		--bs-gutter-y: 24px;
	}
}
/*bread-crumbs*/
.breadcrumb {
	font-size: 13px;
} 
.breadcrumb a {
	text-decoration: none;
	color: #000;
}
/*author-page*/
.author-banner-block {
	position: relative;
	padding-top: 31px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/assets/img/bg-author.png);
}
.author-banner-block::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 91px;
	border-right: 1px solid rgba(48, 48, 48, .1);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 15px;
	background-size: 10px;
	background-image: url(/assets/img/banner-seo.svg);
	opacity: .5;
}
.author-banner-block .banner-mouse {
	position: absolute;
	content: '';
	bottom: 0;
	right: 5%;
}
.author-banner-block .banner-title {
	color: #000;
}
.author-page .subtitle {
	margin-bottom: 24px;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.2;
}
.author-page .text {
	margin-bottom: 24px;
}
.author-page .text p strong {
	color: #000;
}
.author-page .block-contacts {
	margin-bottom: 32px;
}
.author-page .block-contacts h3 {
	font-size: 18px;
}
.author-page .block-contacts ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.author-page .block-contacts ul a {
	text-decoration: none;
	color: #f49600;
}
.block-articles h3 {
	margin-bottom: 24px;
	font-size: 32px;
	font-weight: 600;
}
.block-articles .nav-tabs {
	margin-bottom: 24px;
	border: 0;
}
.block-articles .nav-link:not(:last-child) {
	margin-right: 12px;
}
.block-articles .nav-link {
	padding: 2px 10px;
	border-radius: 40px;
	border: 1px solid #f49600;
	color: #000;
}
.block-articles .nav-link.active {
	color: #fff;
	background-color: #f49600;
	border-color: #f3f5fb;
}
.aside-block h3 {
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 600;
}
.aside-block .list-link {
	margin-bottom: 37px;
	padding-left: 17px;
	border-left: 2px solid #f3f0ed;
	list-style: none;
}
.aside-block .list-link a {
	text-decoration: none;
	color: #383838;
}
.aside-block ul li:not(:last-child) {
	margin-bottom: 14px;
}
/*block-top*/
.block-top {
	padding-top: 25px;
	padding-bottom: 38px;
	background-color: #f3f5fb;
}
.block-top .banner-title {
	color: #000;
}
/*all-case-page*/
.all-case-page {
	padding-top: 166px;
	padding-bottom: 136px;
}
.all-case-page .big-title {
	margin-bottom: 61px;
	text-align: center;
}
.all-case-page .card {
	border-radius: 23px;
	border: 0;
	padding: 22px 24px;
	background-color: #f2f3f7;
}
.all-case-page .card img {
	border-radius: 20px;
}
.all-case-page .card-body {
	padding: 24px 0 16px;
}
.all-case-page .block-top {
	margin-bottom: 24px;
	padding: 0;
}
.all-case-page .block-top .prod-title a {
	font-weight: 700;
	font-size: 20px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #ff9d00;
}
.all-case-page .block-top .prod-bage {
	margin-left: 6px;
	padding: 3px 8px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	color: #130e66;
	background-color: #fff;
}
.all-case-page .card .card-title {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 25px;
	line-height: 120%;
	color: #14122c;
}
.all-case-page .prod-list {
	font-size: 14px;
	color: #212529;
}
.all-case-page .prod-list li {
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(/assets/img/banner-list-marker.svg);
}
.all-case-page .prod-list li:not(:last-child) {
	margin-bottom: 12px;
}
.all-case-page .prod-list li span {
	font-weight: 700;
	color: #ff9d00;
}
.all-case-page .card-footer {
	border: 0;
	padding: 0;
	background-color: transparent;
}
.all-case-page .card-footer a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	padding: 11px 75px;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	background-color: #ff9d00;
}
/*case-page*/ 
.breadcrumb-item+.breadcrumb-item::before {
	content: '//';
	color: #ff9d00;
}
.case-page {
	padding-top: 136px;
	padding-bottom: 132px;
}
.case-page h1 {
	margin-bottom: 32px;
	font-size: 48px;
	line-height: 1.4;
}
.case-page h2 {
	margin-bottom: 24px;
	font-weight: 600;
}
.case-page a {
	color: #120b86;
}
.case-page .main-tasks,
.case-page .progress-work,
.case-page .results,
.case-page .seo-promotion {
	margin-bottom: 32px;
}
.case-page .main-tasks,
.case-page .progress-work,
.case-page .results,
.case-page .seo-promotion,
.case-page .verification {
	font-size: 17px;
}
.case-page .main-tasks strong,
.case-page .progress-work strong,
.case-page .results strong,
.case-page .seo-promotion strong,
.case-page .verification strong {
	color: #5b5b5b;
}
.case-page ol,
.case-page ul,
.case-page table,
.case-page .swiper {
	margin-bottom: 16px;
}
.case-page ul {
	padding: 0;
	list-style: none;
}
.case-page ul li {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-image: url(/assets/img/list-marker.png);
}
.case-page ol li:not(:last-child),
.case-page ul li:not(:last-child) {
	margin-bottom: 8px;
}
.case-page .img-desc {
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 13px;
}
.case-page .swiper {
	padding-bottom: 24px;
}
.case-page .swiper-pagination-bullet {
	height: 3px;
	width: 36px;
	margin: 0 8px;
	border-radius: 3px;
	background: #C0C0C6;
}
.case-page .swiper-pagination-bullet-active {
	background: #FF9D00;
}
.case-page table {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.case-page table tr td {
	padding: 28px 24px;
	font-weight: 500;
}
.case-page table tr:not(:last-child) td {
	border-bottom: 1px solid #e2e2e2;
}
.case-page table tr:first-child td {
	padding: 16px 24px;
	font-weight: 700;
	background-color: #f3f0ed;
}
/* Устройства X-Small (портретные телефоны, менее 576 пикселей) */
@media (max-width: 575.98px) {
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		right: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	/* мобильная млоденная версия таблицы */
	.my-price-table {
		border: 0;
	}
	.my-price-table thead {
		display: none;
	}

	.my-price-table tr {
		margin-bottom: 1rem;
		display: block;
		border-bottom: 1px solid var(--color-black);
	}

	.my-price-table td {
		display: block;
		text-align: right;
		border-bottom: 1px dotted var(--color-black);
		border-right: 1px solid transparent;
	}
	.my-price-table td:last-child {
		border-bottom: 0;
	}

	.my-price-table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}
	.logo-header {
		height: 15px;
	}
	.section {
		padding-top: 60px;
	}
	.title {
		font-size: 26px;
		text-align: center;
	}
	.banner .container {
		position: relative;
		padding: 90px 0;
	}
	.banner-title {
		font-size: 25px;
	}
	.banner .block-subtitle {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-top: -12px;
		margin-bottom: 16px;
	}
	.banner-desc {
		margin-left: 16px;
		line-height: 12px;
		max-width: 120px;
		font-size: 12px;
	}
	.banner-subtitle {
		margin-left: 0;
		font-size: 25px;
	}
	.banner-list {
		font-size: 12px;
	}
	.banner .rocket-img {
		display: none;
	}
	.banner .gear-list {
		bottom: -15%;
		right: 10%;
	}
	.banner .gear-2-list {
		bottom: 20%;
		right: 0;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.price .price-included {
		display: block;
		margin-bottom: 24px;
		padding: 18px;
		border-radius: 18px;
	}
	.price .price-included-title {
		font-size: 22px;
	}
	.price .price-included-desc {
		margin-bottom: 16px;
		font-size: 15px;
	}
	.price .price-included-list {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-bottom: 18px;
	}
	.price .price-included-list li {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 14px;
	}
	.price .price-included-btn {
		width: 100%;
		min-width: 0;
		height: 50px;
		font-size: 14px;
	}
	.banner::before {
		content: unset;
	}
	.products .card-body {
		padding: 16px 12px;
	}
	.products .prod-title {
		font-size: 17px;
	}
	.products .prod-list {
		font-size: 14px;
	}
	.feedback .block-form {
		flex-direction: column;
		padding: 110px 12px 24px;
	}
	.feedback .block-form-text {
		max-width: 100%;
		margin-bottom: 16px;
		font-size: 12px;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.feedback .img-logo {
		right: 24px;
		left: unset;
		top: 24px;
	}
	.feedback .img-roket {
		top: -45px;
		left: 24px;
		max-width: 107px;
	}
	.feedback .block-form-btn {
		font-size: 16px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.why-are-we .card-body {
		padding: 24px 0 0;
	}
	.why-are-we .card-title {
		margin-bottom: 24px;
	}
	.price .block-mob .block-left {
		padding: 24px 12px;
	}
	.price .block-mob .block-right {
		padding: 24px 12px;
	}
	.price .block-mob .block-left-title,
	.price .block-mob .block-right-title {
		margin-bottom: 24px;
		text-align: center;
	}
	.faq .title {
		margin-bottom: 48px;
	}
		.faq .block-img {
			margin: 0 auto 48px;
		}
		.faq-answerer {
			justify-content: center;
			margin: 0 auto 32px;
		}
		.faq .accordion-button {
			padding: 12px 0;
			font-size: 14px;
	}
	.faq .accordion-body {
		font-size: 12px;
	}
	.faq .faq-btn {
		padding: 10px 12px;
		font-size: 16px;
	}
	.faq-2 .accordion-button {
		font-size: 14px;
	}
	.faq-2 .accordion-body {
		font-size: 12px;
	}
	.feedback-2 {
		padding: 100px 0 50px;
	}
	.feedback-2 .block-title {
		max-width: 296px;
		margin: 0 auto 32px;
	}
	.feedback-2 .title {
		margin-bottom: 0;
		font-size: 45px;
	}
	.feedback-2 .block-title .title-img {
		bottom: -44%;
		left: 1%;
		max-width: 48px;
	}
	.feedback-2 .gear-list {
		top: -25%;
		right: 25%;
	}
	.feedback-2 .gear-2-list {
		top: -70%;
		right: 10%;
	}
	.feedback-2 .gear-2-title {
		left: 0;
		bottom: -65%;
	}
	.feedback-2 .block-btn .btn, .feedback-2 .block-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 254px;
		min-height: 44px;
		margin-bottom: 16px;
		font-size: 14px;
	}
	.feedback-2 .block-btn {
		flex-direction: column;
	}
	.feedback-2 .feedback-desc {
		max-width: 209px;
	}
	.footer {
		padding-top: 48px;
	}
	.footer .row:first-of-type {
		padding-bottom: 80px;
	}
	.team .block-swiper {
		padding: 0 40px;
	}
	.team .swiper-button-prev {
		left: 0;
	}
	.team .swiper-button-next {
		right: 0;
	}
	.faq-3 .accordion-button {
		font-size: 14px;
	}
	.faq-3 .accordion-body {
		font-size: 12px;
	}
	.why-are-we .title,
	.products .title,
	.price .title {
		margin-bottom: 16px;
		padding: 0;
	}
	.why-are-we .right-block {
		padding-right: 96px;
	}
	.why-are-we .title-desc {
		font-size: 12px;
		text-align: left;
	}
	.banner-new {
		padding-bottom: 0;
	}
	.banner-new .banner .container {
		padding: 150px 0 40px;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 48px;
		left: 0;
		right: unset;
		display: flex;
		align-items: center;
	}
	.banner-new .banner .banner-new-medal img {
		max-width: 120px;
	}
	.banner-new .banner .block-text {
		margin-top: 0;
		margin-left: -6px;
	}
	.banner-new .banner .banner-new-medal-title {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.banner-new .banner .banner-new-medal-text {
		max-width: 165px;
		font-size: 10px;
	}
	.banner-new .banner .banner-title {
		margin-bottom: 12px;
		font-size: 32px;
	}
	.banner-new .banner .subtitle {
		margin-bottom: 16px !important;
		font-size: 16px !important;
		line-height: 1.4;
	}
	.banner-new .banner .banner-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
		columns: unset;
		margin-bottom: 12px;
		font-size: 14px;
	}
	.banner-new .banner .banner-list li {
		min-height: 33px;
		width: 100%;
		max-width: 100%;
		line-height: 1.3;
		white-space: normal;
	}
	.banner-list li:not(:last-child) {
		margin-bottom: 0;
	}
	.banner-new .banner .banner-form-btn {
		height: 50px;
		font-size: 16px;
	}
	.banner-new .banner .form-control {
		height: 50px;
	}
	.banner-form .row {
		--bs-gutter-y: 10px;
	}
	.banner-new .banner .banner-form-promise {
		display: flex;
		margin-top: 0;
		font-size: 12px;
		line-height: 1.3;
	}
	.banner-new .banner .banner-form-promise::before {
		width: 6px;
		height: 6px;
		margin-right: 8px;
		box-shadow: 0 0 0 3px rgba(233, 146, 0, 0.14);
	}
	.checkboxes-container .form-check-label span {
		font-size: 10px;
		line-height: 1.25;
	}
	@media (max-width: 360px) {
		.banner-new .banner .banner-list {
			gap: 4px;
			margin-bottom: 10px;
		}
		.banner-new .banner .banner-list li {
			min-height: 31px;
		}
		.banner-form .row {
			--bs-gutter-y: 8px;
		}
		.banner-new .banner .form-control,
		.banner-new .banner .banner-form-btn {
			height: 48px;
		}
	}
	.banner-tile .card {
		padding: 10px;
	}
	.banner-tile .card-top {
		margin-bottom: 0;
	}
	.banner-tile .card-top span {
		font-size: 40px;
	}
	.banner-tile .card-title {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.price .card .block-img .price {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44vw;
		height: 10vw;
		padding: 6px;
		font-size: 16px;
	}
	.payment .card-img {
		max-width: 48px;
		margin-bottom: 24px;
	}
	.payment .card-btn {
		height: 50px;
		font-size: 18px;
	}
	.payment-block .block-fon {
		padding: 32px 24px;
	}
	.payment-block-btn {
		width: 100%;
		height: 50px;
	}
	.about-us-promotion .card {
		flex-direction: column;
		align-items: start;
	}
	.about-us-promotion .card img {
		margin-right: 0;
		margin-bottom: 16px;
	}
	.all-case-page {
		padding-top: 76px;
		padding-bottom: 32px;
	}
	.all-case-page .big-title {
		margin-bottom: 32px;
	}
	.all-case-page .card {
		padding: 12px;
	}
	.all-case-page .card-body {
		padding: 16px 0;
	}
	.all-case-page .block-top {
		margin-bottom: 16px;
	}
	.all-case-page .block-top .prod-title a {
		font-size: 12px;
	}
	.all-case-page .block-top .prod-bage {
		font-size: 10px;
	}
	.all-case-page .card .card-title {
		font-size: 16px;
	}
	.all-case-page .prod-list {
		font-size: 12px;
	}
	.all-case-page .card-footer a {
		font-size: 14px;
	}
	.case-page h1 {
		font-size: 28px;
		line-height: 1.3;
	}
	.case-page h2 {
		font-size: 24px;
		line-height: 1.2;
	}
	.case-page table {
		font-size: 14px;
	}
	.case-page table tr td {
		padding: 8px;
	}
	.case-page table tr:first-child td {
		padding: 8px;
	}
}

/* Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей) */
@media (min-width: 576px) and (max-width: 767.98px) {
	.hyphens p, .hyphens li {
		text-align: left;
		hyphens: none;
		-moz-hyphens: none;
		-webkit-hyphens: none;
		-ms-hyphens: none;
	}
	.tostart {
		width: 2rem;
		height: 2rem;
		right: 1.25rem;
		bottom: 1.25rem;
	}
	.img-to-top {
		width: 1.25rem;
		left: .4rem;
		top: -1px;
	}
	.banner .container {
		position: relative;
		padding: 90px 0;
	}
	.banner-title {
		font-size: 45px;
	}
	.banner .block-subtitle {
		flex-direction: row-reverse;
		justify-content: flex-end;
		margin-top: -12px;
	}
	.banner-desc {
		margin-left: 16px;
		line-height: 16px;
		max-width: 120px;
		font-size: 12px;
	}
	.banner-subtitle {
		margin-left: 0;
		font-size: 45px;
	}
	.banner-list {
		font-size: 16px;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.banner::before {
		content: unset;
	}
	.feedback .block-form {
		flex-direction: column;
		padding: 200px 24px 24px;
	}
	.feedback .block-form-text {
		max-width: 100%;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.feedback .img-logo {
		right: 24px;
		left: unset;
		top: 24px;
	}
	.feedback .img-roket {
		top: -70px;
		left: 24px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.faq .title {
		margin-bottom: 48px;
	}
	.faq .block-img {
		margin: 0 auto 48px;
	}
	.feedback-2 .title {
		margin-bottom: 70px;
		font-size: 70px;
	}
	.feedback-2 .block-title .title-img {
		bottom: -54%;
		left: 6%;
	}
	.feedback-2 .gear-list {
		top: -14%;
		right: 5%;
	}
	.feedback-2 .gear-2-list {
		top: -47%;
		right: 0;
	}
	.feedback-2 .gear-2-title {
		left: 0;
	}
	.feedback-2 .block-btn .btn, .feedback-2 .block-btn a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 254px;
		min-height: 44px;
		margin-bottom: 16px;
		font-size: 14px;
	}
	.feedback-2 .block-btn {
		flex-direction: column;
	}
	.why-are-we .title,
	.products .title,
	.price .title {
		margin-bottom: 16px;
		padding: 0;
	}
	.why-are-we .right-block {
		padding-right: 96px;
	}
	.why-are-we .title-desc {
		font-size: 12px;
		text-align: left;
	}
	.banner-new {
		padding-bottom: 0;
	}
	.banner-new .banner .container {
		padding: 70px 0;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 20%;
		display: flex;
		align-items: center;
	}
	.banner-new .banner .banner-new-medal img {
		max-width: 140px;
	}
	.banner-new .banner .block-text {
		margin-top: 0;
		margin-left: -20px;
	}
	.banner-new .banner .banner-new-medal-title {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.banner-new .banner .banner-new-medal-text {
		max-width: 200px;
		font-size: 10px;
	}
	.banner-new .banner .banner-title {
		font-size: 46px;
	}
	.banner-new .banner .banner-list {
		font-size: 16px;
	}
	.banner-list li:not(:last-child) {
		margin-bottom: 10px;
	}
	.banner-new .banner .banner-form-btn {
		height: 60px;
		font-size: 16px;
	}
	.banner-new .banner .form-control {
		height: 60px;
	}
	.price .card .block-img .price {
		padding: 13px 40px;
		font-size: 26px;
	}
	.payment-block-btn {
		width: 50%;
	}
	.case-page h1 {
		font-size: 28px;
		line-height: 1.3;
	}
	.case-page h2 {
		font-size: 24px;
		line-height: 1.2;
	}
}
/* Устройства Medium (планшеты, менее 992 пикселей) */
@media  (min-width: 768px) and (max-width: 991.98px) {
	.banner .container {
		position: relative;
		padding: 90px 0;
	}
	.banner-title {
		font-size: 50px;
	}
	.banner .block-subtitle {
		margin-top: -12px;
	}
	.banner-desc {
		line-height: 16px;
		max-width: 120px;
		font-size: 12px;
	}
	.banner-subtitle {
		margin-left: 0;
		font-size: 50px;
	}
	.banner-list {
		font-size: 18px;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.banner::before {
		content: unset;
	}
	.products .title {
		padding-right: 0;
	}
	.products .title-link {
		padding-left: 0;
	}
	.products .prod-title {
		font-size: 17px;
	}
	.products .prod-list {
		font-size: 16px;
	}
	.feedback .block-form {
		flex-direction: column;
		padding: 200px 24px 24px;
	}
	.feedback .block-form-text {
		max-width: 100%;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.feedback .img-logo {
		right: 24px;
		left: unset;
		top: 24px;
	}
	.feedback .img-roket {
		top: -70px;
		left: 24px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.feedback-2 .title {
		margin-bottom: 70px;
		font-size: 70px;
	}
	.feedback-2 .block-title .title-img {
		bottom: -54%;
		left: 19%;
	}
	.feedback-2 .gear-list {
		top: -14%;
		right: 25%;
	}
	.feedback-2 .gear-2-list {
		top: -47%;
		right: 20%;
	}
	.feedback-2 .gear-2-title {
		left: 15%;
	}
	.feedback-2 .block-btn .btn, .feedback-2 .block-btn a {
		font-size: 14px;
	}
	.why-are-we .title,
	.products .title,
	.price .title {
		margin-bottom: 16px;
		padding: 0;
	}
	.why-are-we .right-block {
		padding-right: 96px;
	}
	.why-are-we .title-desc {
		font-size: 12px;
		text-align: left;
	}
	.banner-new {
		padding-bottom: 0;
	}
	.banner-new .banner .container {
		padding: 70px 0;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 20%;
		display: flex;
		align-items: center;
	}
	.banner-new .banner .banner-new-medal img {
		max-width: 150px;
	}
	.banner-new .banner .block-text {
		margin-top: 0;
		margin-left: -20px;
	}
	.banner-new .banner .banner-new-medal-title {
		margin-bottom: 2px;
		font-size: 14px;
	}
	.banner-new .banner .banner-new-medal-text {
		max-width: 200px;
		font-size: 12px;
	}
	.price .card .block-img .price {
		padding: 6px 18px;
		font-size: 20px;
	}
	.payment-block-btn {
		width: 50%;
	}
}


/* Устройства Large (настольные компьютеры, менее 1200 пикселей) */
@media  (min-width: 992px) and (max-width: 1199.98px) { 
	.banner-title {
		font-size: 70px;
	}
	.banner-subtitle {
		font-size: 70px;
	}
	.banner .block-subtitle {
		margin-top: -30px;
	}
	.banner-list {
		margin-right: 10px;	
		font-size:18px;
	}
	.banner-form .form-check-label span {
		font-size: 10px;
	}
	.feedback .block-form {
		padding: 42px 48px 41px 200px;
	}
	.feedback .block-form-text {
		max-width: 370px;
	}
	.feedback .block-form-btn {
		padding: 20px 10px;
	}
	.why-are-we .card {
		padding: 24px;
	}
	.price .block-text-desc {
		font-size: 15px;
	}
	.block-timeline-stages span:first-child {
		font-size: 12px;
	}
	.block-timeline-stages:last-child span:first-child {
		top: 5px;
		left: -110%;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 30%;
	}
	.banner-new .banner .banner-form-btn {
		margin-bottom: 8px;
		height: 70px;
		font-size: 18px;
	}
	.banner-new .block-tile {
		max-width: 960px;
	}
	.banner-new .block-tile .card-top {
		margin-bottom: 10px;
	}
	.price .card .block-img .price {
		padding: 8px 24px;
	}
	.header .top-menu li a {
		font-size: 12px;
	}
	.banner-new .banner-promotion + .block-tile .card {
		padding: 16px;
	}
	.banner-new .block-tile .card-title {
		font-size: 14px;
	}
}

/* Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей) */
@media  (min-width: 1200px) and (max-width: 1399.98px) {
	.block-timeline-stages span:first-child {
		font-size: 12px;
	}
	.block-timeline-stages:last-child span:first-child {
		top: 5px;
	}
	.banner-new .banner .banner-new-man {
		display: none;
	}
	.banner-new .banner .banner-new-medal {
		top: 30%;
	}
	.banner-new .block-tile {
		max-width: 1140px;
	}
	.price .card .block-img .price {
		padding: 10px 45px;
	}
}

#my-menu {
	display: none;
}

.mm-ocd__content #my-menu {
	display: block;
}

@media (max-width: 360px) {
	.banner-new .banner .banner-list {
		gap: 4px !important;
		margin-bottom: 10px !important;
	}
	.banner-new .banner .banner-list li {
		min-height: 30px !important;
	}
	.banner-form .row {
		--bs-gutter-y: 6px;
	}
	.banner-new .banner .form-control,
	.banner-new .banner .banner-form-btn {
		height: 46px !important;
	}
	.banner-new .banner .banner-form-promise {
		font-size: 11px !important;
		line-height: 1.25 !important;
	}
	.banner-new .banner .subtitle {
		font-size: 15px !important;
		line-height: 1.35 !important;
	}
}

@media (max-width: 991.98px) {
	.direct-segments .direct-segments-head {
		display: block;
	}
	.direct-trust .direct-trust-head {
		display: block;
	}
	.direct-segments .direct-segments-title {
		margin-bottom: 12px;
		font-size: 30px;
	}
	.site-formats-compare .site-formats-compare-head {
		display: block;
	}
	.site-formats-compare .site-formats-compare-title {
		margin-bottom: 12px;
		font-size: 30px;
	}
	.site-formats-compare .site-formats-compare-bottom {
		display: block;
	}
	.site-formats-compare .site-formats-compare-btn {
		width: 100%;
		margin-top: 18px;
	}
	.direct-trust .direct-trust-title {
		margin-bottom: 12px;
		font-size: 30px;
	}
	.direct-segments .direct-segments-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.direct-trust .direct-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.direct-segments .direct-segments-title {
		font-size: 24px;
	}
	.direct-segments .direct-segments-text {
		font-size: 15px;
	}
	.site-formats-compare .site-formats-compare-title {
		font-size: 24px;
	}
	.site-formats-compare .site-formats-compare-text {
		font-size: 15px;
	}
	.site-formats-compare .site-formats-compare-table-wrap {
		margin-right: -12px;
		border-radius: 16px 0 0 16px;
	}
	.site-formats-compare .site-formats-compare-table {
		min-width: 760px;
	}
	.site-formats-compare .site-formats-compare-table th,
	.site-formats-compare .site-formats-compare-table td {
		padding: 13px 14px;
		font-size: 14px;
	}
	.site-formats-compare .site-formats-compare-bottom {
		padding: 18px;
		border-radius: 16px;
	}
	.site-formats-compare .site-formats-compare-bottom p {
		font-size: 15px;
	}
	.site-formats-compare .site-formats-compare-btn {
		min-width: 0;
		height: 50px;
	}
	.direct-segments .direct-segments-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.direct-segments .direct-segment-card {
		min-height: 0;
		padding: 18px;
		border-radius: 16px;
	}
	.direct-segments .direct-segment-title {
		font-size: 20px;
	}
	.direct-trust .direct-trust-title {
		font-size: 24px;
	}
	.direct-trust .direct-trust-text {
		font-size: 15px;
	}
	.direct-trust .direct-trust-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.direct-trust .direct-trust-item {
		padding: 18px;
		border-radius: 16px;
	}
}

.case-page .caseProductBriefForm .case-form-points {
	margin-top: 22px;
	padding-left: 0;
	list-style: none;
}

.case-page .caseProductBriefForm .case-form-points li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	color: #30384a;
	font-size: 15px;
	line-height: 1.45;
}

.case-page .caseProductBriefForm .case-form-points li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ffaf00;
	box-shadow: 0 0 0 4px rgba(255, 175, 0, .14);
}

.case-page .caseProductBriefForm .case-form-points li:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

.case-page .caseProductCta .case-cta {
	position: relative;
	border: 1px solid #e6eaf2;
	border-radius: 24px;
	padding: 44px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
	color: #161618;
	overflow: hidden;
}

.case-page .caseProductCta .case-cta .title,
.case-page .caseProductCta .case-cta h2,
.case-page .caseProductCta .case-cta p {
	color: #161618;
}

.case-page .caseProductCta .case-cta p {
	max-width: 680px;
	color: #4b5563;
	font-size: 17px;
	line-height: 1.6;
}

.case-page .caseProductCta .case-cta .btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	border: 0;
	border-radius: 14px;
	background-color: #ff9d00;
	color: #fff;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(255, 157, 0, .22);
}

.case-page .caseProductCta .case-cta .btn-light:hover,
.case-page .caseProductCta .case-cta .btn-light:active,
.case-page .caseProductCta .case-cta .btn-light:focus-visible {
	background-color: #e48d00;
	color: #fff;
}

@media (max-width: 991.98px) {
	.case-page .caseProductCta .case-cta {
		padding: 32px 24px;
	}
}

.case-page .caseProductRelated .case-related-all {
	color: #fff !important;
}

.case-page .caseProductRelated .case-related-all:hover {
	color: #fff !important;
}

.case-page .caseProductRelated .case-related-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
}

.case-page .caseProductRelated .case-related-card img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	display: block;
}

.case-page .caseProductRelated .case-related-card .card-body {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	padding: 20px;
}

.case-page .caseProductRelated .case-related-card .case-card-text {
	margin-bottom: 18px;
}

.case-page .caseProductRelated .case-related-card .case-card-link {
	margin-top: auto;
	color: #ff9f00 !important;
	font-weight: 800;
	text-decoration: none;
}

.case-page .caseProductRelated .case-related-card .case-card-link:hover {
	color: #e48d00 !important;
	text-decoration: underline;
}

@media (max-width: 575.98px) {
	.case-page .caseProductRelated .case-related-card .card-body {
		padding: 18px;
	}
}

.case-page .caseProductHero .case-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 4px;
}

.case-page .caseProductHero .case-hero-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 240px;
	min-height: 56px;
	padding: 14px 28px;
	border-radius: 30px;
	border: 1px solid #ff9d00;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.case-page .caseProductHero .case-hero-action-outline {
	background: #fff;
	color: #ff9d00 !important;
}

.case-page .caseProductHero .case-hero-action-primary {
	background: #ff9d00;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(255, 157, 0, .28);
}

.case-page .caseProductHero .case-hero-action-outline:hover,
.case-page .caseProductHero .case-hero-action-outline:active,
.case-page .caseProductHero .case-hero-action-outline:focus-visible {
	background: #fff7ea;
	color: #e48d00 !important;
	border-color: #e48d00;
}

.case-page .caseProductHero .case-hero-action-primary:hover,
.case-page .caseProductHero .case-hero-action-primary:active,
.case-page .caseProductHero .case-hero-action-primary:focus-visible {
	background: #e48d00;
	color: #fff !important;
	border-color: #e48d00;
}

@media (max-width: 575.98px) {
	.case-page .caseProductHero .case-hero-actions {
		gap: 10px;
	}

	.case-page .caseProductHero .case-hero-action {
		width: 100%;
		min-width: 0;
		min-height: 52px;
		padding: 13px 20px;
	}
}

/* contacts page */
.contacts-page-main {
	padding-top: 112px;
}

.contacts-page-main .bread-crumbs {
	margin-bottom: 28px !important;
}

.contacts-page {
	padding-top: 0;
	padding-bottom: 72px;
}

.contacts-page-title {
	max-width: 760px;
	margin: 0 0 16px;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.15;
	color: #161618;
}

.contacts-page-lead {
	max-width: 650px;
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.5;
	color: #4b4b4b;
}

.contacts-page-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 28px;
	align-items: stretch;
}

.contacts-page-panel {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contacts-page-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contacts-page-card {
	min-height: 132px;
	padding: 20px;
	border: 1px solid #eceef4;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(22, 22, 24, .06);
}

.contacts-page-card-label {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #9a9aa1;
}

.contacts-page-card-value {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #161618;
}

.contacts-page-card-value a {
	color: inherit;
	text-decoration: none;
}

.contacts-page-card-value a:hover,
.contacts-page-card-value a:active,
.contacts-page-card-value a:focus-visible {
	color: #ff9d00;
	text-decoration: underline;
}

.contacts-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 4px;
}

.contacts-page-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border-radius: 30px;
	border: 1px solid #ff9d00;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.contacts-page-action-primary {
	background: #ff9d00;
	color: #fff !important;
	box-shadow: 0 10px 24px rgba(255, 157, 0, .25);
}

.contacts-page-action-secondary {
	background: #fff;
	color: #ff9d00 !important;
}

.contacts-page-action-primary:hover,
.contacts-page-action-primary:active,
.contacts-page-action-primary:focus-visible {
	background: #e48d00;
	border-color: #e48d00;
	color: #fff !important;
}

.contacts-page-action-secondary:hover,
.contacts-page-action-secondary:active,
.contacts-page-action-secondary:focus-visible {
	background: #fff7ea;
	border-color: #e48d00;
	color: #e48d00 !important;
}

.contacts-page-social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.contacts-page-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 24px;
	background: #f7f9ff;
	color: #161618;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.contacts-page-social a:hover,
.contacts-page-social a:active,
.contacts-page-social a:focus-visible {
	color: #ff9d00;
}

.contacts-page-map {
	min-height: 100%;
	overflow: hidden;
	border-radius: 8px;
	background: #eef1f6;
	box-shadow: 0 12px 30px rgba(22, 22, 24, .08);
}

.contacts-page-map iframe {
	display: block;
	width: 100% !important;
	max-width: 100%;
	height: 100% !important;
	min-height: 440px;
	border: 0;
}

@media (max-width: 991.98px) {
	.contacts-page-main {
		padding-top: 86px;
	}

	.contacts-page-main .bread-crumbs {
		margin-bottom: 22px !important;
	}

	.contacts-page {
		padding-bottom: 56px;
	}

	.contacts-page-title {
		font-size: 34px;
	}

	.contacts-page-grid {
		grid-template-columns: 1fr;
	}

	.contacts-page-map iframe {
		min-height: 360px;
	}
}

@media (max-width: 575.98px) {
	.contacts-page-main {
		padding-top: 76px;
	}

	.contacts-page-main .bread-crumbs {
		margin-bottom: 18px !important;
	}

	.contacts-page {
		padding-bottom: 42px;
	}

	.contacts-page-title {
		margin-bottom: 12px;
		font-size: 28px;
		line-height: 1.2;
	}

	.contacts-page-lead {
		margin-bottom: 22px;
		font-size: 15px;
	}

	.contacts-page-cards {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.contacts-page-card {
		min-height: 0;
		padding: 18px;
	}

	.contacts-page-card-value {
		font-size: 16px;
	}

	.contacts-page-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
	}

	.contacts-page-action {
		width: 100%;
		min-height: 48px;
	}

	.contacts-page-social a {
		flex: 1 1 calc(50% - 5px);
		min-width: 0;
	}

	.contacts-page-map iframe {
		min-height: 320px;
	}
}
.site-formats-compare .site-formats-compare-table-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	max-width: 100%;
}
.site-formats-compare .site-formats-compare-mobile {
	display: none;
}
@media (max-width: 767.98px) {
	.site-formats-compare .site-formats-compare-table-wrap {
		display: none;
	}
	.site-formats-compare .site-formats-compare-mobile {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.site-formats-compare .site-format-card {
		border: 1px solid #e8edf6;
		border-radius: 8px;
		background-color: #fff;
		box-shadow: 0 10px 30px rgba(19, 32, 56, .06);
		overflow: hidden;
	}
	.site-formats-compare .site-format-card summary {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 54px;
		padding: 14px 46px 14px 16px;
		font-size: 17px;
		font-weight: 800;
		line-height: 1.2;
		color: #161618;
		cursor: pointer;
		list-style: none;
	}
	.site-formats-compare .site-format-card summary::-webkit-details-marker {
		display: none;
	}
	.site-formats-compare .site-format-card summary::after {
		content: "+";
		position: absolute;
		top: 50%;
		right: 16px;
		transform: translateY(-50%);
		font-size: 26px;
		font-weight: 400;
		line-height: 1;
		color: #ff9d00;
	}
	.site-formats-compare .site-format-card[open] summary::after {
		content: "–";
	}
	.site-formats-compare .site-format-card ul {
		display: flex;
		flex-direction: column;
		padding: 0 16px 14px;
		margin: 0;
		list-style: none;
	}
	.site-formats-compare .site-format-card li {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 12px;
		align-items: center;
		padding: 10px 0;
		border-top: 1px solid #edf1f7;
		font-size: 13px;
		line-height: 1.25;
		color: #34383f;
	}
	.site-formats-compare .format-status {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 42px;
		min-height: 24px;
		padding: 4px 8px;
		border-radius: 20px;
		font-size: 11px;
		font-weight: 800;
		line-height: 1;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.site-formats-compare .format-status-yes {
		color: #fff;
		background-color: #ff9d00;
	}
	.site-formats-compare .format-status-no {
		color: #7a828f;
		background-color: #eceff4;
	}
.site-formats-compare .format-status-part {
		color: #e48d00;
		background-color: #fff7ea;
	}
}

/* About page */
.about-page {
	color: #252525;
}

.about-page h2,
.about-page h3,
.about-page p {
	margin-top: 0;
}

.about-page a {
	color: #e98f00;
	text-decoration: none;
}

.about-page a:hover,
.about-page a:focus-visible {
	color: #c97800;
	text-decoration: underline;
}

.about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, .8fr);
	gap: 28px;
	align-items: stretch;
	margin-bottom: 56px;
	padding: 38px;
	border-radius: 8px;
	background: #f7f9ff;
}

.about-hero-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-eyebrow {
	margin-bottom: 12px;
	color: #ff9d00;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.about-hero h2 {
	max-width: 780px;
	margin-bottom: 18px;
	color: #161618;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.14;
}

.about-hero p {
	max-width: 720px;
	margin-bottom: 0;
	color: #555;
	font-size: 17px;
	line-height: 1.55;
}

.about-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.about-hero-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border-radius: 8px;
	background-color: #ff9d00;
	color: #fff !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
}

.about-hero-link:hover,
.about-hero-link:focus-visible {
	background-color: #e48900;
	color: #fff !important;
	text-decoration: none !important;
}

.about-hero-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.about-hero-facts div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 92px;
	padding: 16px;
	border: 1px solid #e8edf6;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 12px 32px rgba(19, 32, 56, .06);
}

.about-hero-facts strong {
	margin-bottom: 6px;
	color: #ff9d00;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.about-hero-facts span {
	color: #4b4b4b;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.about-section {
	margin-bottom: 58px;
}

.about-section-head {
	max-width: 820px;
	margin-bottom: 26px;
}

.about-section-head h2 {
	margin-bottom: 12px;
	color: #161618;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
}

.about-section-head p:not(.about-eyebrow) {
	margin-bottom: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.55;
}

.about-requisites {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.about-requisites div,
.about-principles-grid article,
.about-proof-grid article,
.about-person {
	border: 1px solid #e8edf6;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 10px 28px rgba(19, 32, 56, .05);
}

.about-requisites div {
	padding: 20px;
}

.about-requisites dt {
	margin-bottom: 8px;
	color: #7a828f;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.about-requisites dd {
	margin: 0;
	color: #252525;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.about-source {
	margin: 18px 0 0;
	color: #555;
	font-size: 14px;
	line-height: 1.45;
}

.about-timeline {
	display: grid;
	gap: 14px;
}

.about-timeline-item {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: 18px;
	padding: 22px 0;
	border-top: 1px solid #e8edf6;
}

.about-timeline-item:last-child {
	border-bottom: 1px solid #e8edf6;
}

.about-timeline-item > strong {
	color: #ff9d00;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.about-timeline-item h3,
.about-principles-grid h3,
.about-proof-grid h3,
.about-person h3 {
	margin-bottom: 10px;
	color: #161618;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.25;
}

.about-timeline-item p,
.about-principles-grid p,
.about-proof-grid p,
.about-person p,
.about-person span {
	margin-bottom: 0;
	color: #555;
	font-size: 15px;
	line-height: 1.48;
}

.about-principles-grid,
.about-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.about-principles-grid article,
.about-proof-grid article {
	padding: 22px;
}

.about-principles-grid ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-principles-grid li {
	position: relative;
	padding-left: 24px;
	color: #555;
	font-size: 15px;
	line-height: 1.48;
}

.about-principles-grid li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .48em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff9d00;
}

.about-team-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.about-person {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.about-person img {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 16px;
	border-radius: 8px;
	object-fit: cover;
	background-color: #eef1f6;
}

.about-person p {
	margin-bottom: 8px;
	color: #252525;
	font-weight: 800;
}

.about-profile-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.about-profile-tags span,
.about-status {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
	min-height: 30px;
	padding: 6px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.about-profile-tags span {
	color: #5f6672;
	background-color: #f1f4f9;
}

.about-status {
	margin: 0 0 12px;
}

.about-status-pending {
	color: #946100;
	background-color: #fff4dc;
}

@media (max-width: 991.98px) {
	.about-hero,
	.about-requisites,
	.about-principles-grid,
	.about-proof-grid,
	.about-team-grid {
		grid-template-columns: 1fr;
	}

	.about-hero {
		padding: 30px;
	}

	.about-hero h2 {
		font-size: 34px;
	}

	.about-hero-facts {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.about-hero {
		gap: 18px;
		margin-bottom: 42px;
		padding: 22px;
	}

	.about-hero h2 {
		font-size: 28px;
		line-height: 1.18;
	}

	.about-hero p,
	.about-section-head p:not(.about-eyebrow) {
		font-size: 15px;
	}

	.about-hero-facts {
		grid-template-columns: 1fr;
	}

	.about-hero-facts div {
		min-height: 0;
		padding: 18px;
	}

	.about-section {
		margin-bottom: 44px;
	}

	.about-section-head {
		margin-bottom: 20px;
	}

	.about-section-head h2 {
		font-size: 26px;
	}

	.about-requisites div,
	.about-principles-grid article,
	.about-proof-grid article {
		padding: 18px;
	}

	.about-timeline-item {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 18px 0;
	}

	.about-team-grid {
		gap: 14px;
	}
}

/* Team director refresh */
.agency-team {
	color: #252525;
}

.agency-leader {
	display: grid;
	grid-template-columns: minmax(280px, .9fr) minmax(0, 1.6fr);
	gap: 56px;
	align-items: center;
	margin-bottom: 34px;
	padding: 24px;
	border-radius: 8px;
	background: #f7f9ff;
}

.agency-leader-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.agency-leader-content h2 {
	max-width: 760px;
	margin: 0 0 12px;
	color: #111216;
	font-size: 33px;
	font-weight: 800;
	line-height: 1.16;
}

.agency-leader-subtitle,
.agency-leader-text,
.agency-leader-quote p,
.agency-team-head p:not(.about-eyebrow) {
	color: #555;
	font-size: 15px;
	line-height: 1.5;
}

.agency-leader-subtitle {
	max-width: 560px;
	margin: 0 0 16px;
}

.agency-leader-quote {
	position: relative;
	max-width: 620px;
	margin: 0 0 16px;
	padding: 16px 18px 16px 48px;
	border: 1px solid #e8edf6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 32, 56, .04);
}

.agency-leader-quote::before {
	content: "“";
	position: absolute;
	left: 16px;
	top: 7px;
	color: #ff9d00;
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
}

.agency-leader-quote p,
.agency-leader-text {
	margin: 0;
}

.agency-leader-text {
	max-width: 650px;
	margin-bottom: 18px;
}

.agency-leader-tags {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	max-width: 620px;
	margin-bottom: 16px;
}

.agency-leader-tags span {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 12px 16px;
	border: 1px solid #e8edf6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 32, 56, .04);
	color: #252525;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.agency-leader-tags span::before {
	content: "";
	width: 34px;
	height: 34px;
	border: 2px solid #ff9d00;
	border-radius: 50%;
	background: #fff;
}

.agency-leader-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 22px;
	border: 0;
	border-radius: 8px;
	background: #ff9d00;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.agency-leader-btn:hover,
.agency-leader-btn:focus-visible {
	background: #e48900;
	color: #fff;
}

.agency-team-head {
	display: grid;
	grid-template-columns: minmax(0, 760px) auto;
	gap: 16px 20px;
	align-items: end;
	max-width: none;
	margin-bottom: 20px;
}

.agency-team-head .about-eyebrow,
.agency-team-head h2,
.agency-team-head p:not(.about-eyebrow) {
	grid-column: 1;
}

.agency-team-head h2 {
	margin: 0 0 8px;
	color: #111216;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

.agency-team-head p:not(.about-eyebrow) {
	margin: 0;
}

.agency-team-controls {
	display: flex;
	grid-column: 2;
	grid-row: 1 / span 3;
	gap: 8px;
	justify-content: flex-end;
	align-self: end;
}

.agency-team-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #e4e9f2;
	border-radius: 50%;
	background: #fff;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 10px 24px rgba(19, 32, 56, .07);
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.agency-team-arrow:hover,
.agency-team-arrow:focus-visible {
	border-color: #ff9d00;
	background: #ff9d00;
	color: #fff;
}

.agency-team-arrow:focus-visible {
	outline: 2px solid rgba(255, 157, 0, .35);
	outline-offset: 3px;
}

.agency-team-scroller {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x proximity;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	scrollbar-width: thin;
	scrollbar-color: #d7dde8 transparent;
}

.agency-team-scroller::-webkit-scrollbar {
	height: 8px;
}

.agency-team-scroller::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #d7dde8;
}

.agency-team-grid {
	display: flex;
	gap: 12px;
	align-items: stretch;
}

.agency-person {
	display: flex;
	flex: 0 0 clamp(258px, 21vw, 292px);
	flex-direction: column;
	gap: 11px;
	min-height: 500px;
	padding: 10px;
	border: 1px solid #e8edf6;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(19, 32, 56, .05);
	scroll-snap-align: start;
}

.agency-person-photo {
	overflow: hidden;
	border-radius: 8px;
	background: #eef1f6;
}

.agency-person-photo img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center top;
}

.agency-person-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.agency-person h3 {
	margin: 0 0 5px;
	color: #111216;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.agency-person .agency-person-role {
	margin: 0 0 9px;
	color: #ff9d00 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.agency-person-desc {
	margin: 0 0 11px;
	color: #555;
	font-size: 13px;
	line-height: 1.42;
}

.agency-person-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	gap: 6px;
	margin-top: auto;
}

.agency-person-fact {
	display: flex;
	min-height: 48px;
	flex-direction: column;
	justify-content: center;
	padding: 7px;
	border-radius: 8px;
	background: #fff7ea;
	border: 1px solid #ffe4b8;
}

.agency-person-fact b {
	display: block;
	color: #111216;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.agency-person-fact small {
	display: block;
	margin-top: 3px;
	color: #e48d00;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.agency-person-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 8px;
}

.agency-person-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 7px;
	border-radius: 8px;
	background: #fff7ea;
	border: 1px solid #ffe4b8;
	color: #e48d00;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.15;
}

@media (max-width: 1199.98px) {
	.agency-leader {
		gap: 34px;
	}

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

@media (max-width: 991.98px) {
	.agency-leader {
		grid-template-columns: 1fr;
	}

	.agency-leader-photo {
		max-width: 440px;
	}
}

@media (max-width: 575.98px) {
	.agency-team-head {
		display: block;
	}

	.agency-team-controls {
		justify-content: flex-start;
		margin-top: 16px;
	}

	.agency-person {
		flex-basis: min(82vw, 316px);
		min-height: 0;
	}

	.agency-leader {
		gap: 20px;
		padding: 16px;
	}

	.agency-leader-content h2 {
		font-size: 25px;
	}

	.agency-leader-tags,
	.agency-team-grid {
		grid-template-columns: 1fr;
	}
}

/* Layout rhythm normalization 20260727 */
.container,
.wrapper,
.content {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.section {
	box-sizing: border-box;
	margin-bottom: 32px;
	padding: 48px 20px;
}

.container.section,
.wrapper.section,
.content.section {
	padding-left: 20px;
	padding-right: 20px;
}

.container img,
.wrapper img,
.content img,
.container video,
.wrapper video,
.content video,
.container iframe,
.wrapper iframe,
.content iframe {
	max-width: 100%;
}

/* Soft CTA and team proportion update 20260727 */
.feedback-expert-consultation .feedback-expert-card,
.feedback .block-form,
.feedback-2 .soft-cta-panel,
.payment-block .block-fon {
	position: relative;
	overflow: hidden;
	border: 1px solid #edf0f6;
	border-radius: 28px;
	background: linear-gradient(135deg, #fff 0%, #f7f8fc 58%, #fff4e4 100%);
	box-shadow: 0 22px 60px rgba(19, 32, 56, .08);
	color: #151515;
}

.feedback-expert-consultation .feedback-expert-card::before,
.feedback .block-form::before,
.feedback-2 .soft-cta-panel::before,
.payment-block .block-fon::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 157, 0, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 157, 0, .07) 1px, transparent 1px);
	background-size: 34px 34px;
	mask-image: linear-gradient(120deg, transparent 0%, #000 34%, transparent 76%);
	opacity: .55;
}

.feedback-expert-consultation .feedback-expert-card {
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	background: linear-gradient(135deg, #fff 0%, #f7f8fc 58%, #fff4e4 100%);
}

.feedback-expert-consultation .feedback-expert-content,
.feedback-expert-consultation .feedback-expert-form,
.feedback .block-form > *,
.feedback-2 .soft-cta-panel > *,
.payment-block .block-fon > * {
	position: relative;
	z-index: 1;
}

.feedback-expert-consultation .feedback-expert-label,
.feedback-expert-consultation .feedback-expert-title,
.feedback-expert-consultation .feedback-expert-text,
.feedback-expert-consultation .feedback-expert-list li,
.feedback .block-form-text,
.feedback-2 .title,
.feedback-2 .feedback-desc,
.payment-block .title {
	color: #151515;
}

.feedback-expert-consultation .feedback-expert-label,
.feedback-2 .title span {
	color: #ff9d00;
}

.feedback-expert-consultation .feedback-expert-form {
	background: rgba(255, 255, 255, .84);
	box-shadow: 0 16px 36px rgba(19, 32, 56, .07);
}

.feedback-expert-consultation .feedback-expert-card::after,
.payment-block .block-fon::after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: -24px;
	width: min(34vw, 360px);
	aspect-ratio: 1 / 1;
	background: url("/assets/images/cta/modern-consultation-3d-20260727.webp") center / contain no-repeat;
	opacity: .18;
	pointer-events: none;
}

.feedback {
	background: #fff;
}

.feedback .block-form {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	padding: 34px;
}

.feedback .img-logo {
	display: none;
}

.feedback .img-roket {
	position: static;
	display: block;
	width: 100%;
	max-width: 210px;
	border-radius: 22px;
	filter: drop-shadow(0 18px 34px rgba(19, 32, 56, .12));
}

.feedback .block-form form {
	width: 100%;
}

.feedback .block-form-btn,
.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a {
	border-color: #ff9d00;
	color: #151515;
	background: #fff;
	box-shadow: 0 12px 28px rgba(255, 157, 0, .14);
}

.feedback .block-form-btn:hover,
.feedback .block-form-btn:active,
.feedback .block-form-btn:focus-visible,
.feedback-2 .block-btn .btn:hover,
.feedback-2 .block-btn .btn:active,
.feedback-2 .block-btn .btn:focus-visible,
.feedback-2 .block-btn a:hover,
.feedback-2 .block-btn a:active,
.feedback-2 .block-btn a:focus-visible {
	color: #fff;
	background: #ff9d00;
}

.feedback-2 {
	padding: 48px 0;
	background: linear-gradient(180deg, #f7f8fc 0%, #fff 100%);
}

.feedback-2 .soft-cta-panel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
	gap: 30px;
	align-items: center;
	padding: 40px;
}

.feedback-2 .block-title {
	position: static;
}

.feedback-2 .title {
	margin-bottom: 18px;
	font-size: clamp(34px, 5vw, 68px);
	font-style: normal;
	text-align: left;
}

.feedback-2 .feedback-desc {
	max-width: 520px;
	margin: 0 0 28px;
	font-size: 18px;
	line-height: 1.55;
	text-align: left;
}

.feedback-2 .block-btn {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a {
	max-width: none;
	height: auto;
	min-height: 58px;
	padding: 14px 18px;
	font-size: 16px;
	line-height: 1.25;
	text-align: center;
}

.soft-cta-visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.soft-cta-visual img {
	display: block;
	width: 100%;
	max-width: 340px;
	height: auto;
	filter: drop-shadow(0 22px 42px rgba(19, 32, 56, .12));
}

.faq .block-img img {
	display: block;
	width: 100%;
	max-width: 320px;
	border-radius: 24px;
	filter: drop-shadow(0 18px 34px rgba(19, 32, 56, .1));
}

.faq .block-img .faq-gear,
.feedback-2 .gear-title,
.feedback-2 .gear-2-title,
.feedback-2 .gear-list,
.feedback-2 .gear-2-list,
.feedback-2 .block-title .title-img {
	display: none !important;
}

.payment-block .block-fon {
	background: linear-gradient(135deg, #fff 0%, #f7f8fc 58%, #fff4e4 100%);
}

.payment-block .title,
.payment-block .card-title {
	color: #151515;
}

@media (max-width: 991.98px) {
	.feedback-expert-consultation .feedback-expert-card,
	.feedback .block-form,
	.feedback-2 .soft-cta-panel {
		grid-template-columns: 1fr;
	}

	.feedback .img-roket {
		max-width: 260px;
		margin: 0 auto;
	}

	.feedback-2 .block-btn {
		grid-template-columns: 1fr;
	}

	.feedback-2 .title,
	.feedback-2 .feedback-desc {
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	.feedback .block-form,
	.feedback-2 .soft-cta-panel {
		padding: 24px;
	}

	.soft-cta-visual {
		order: -1;
	}

}

/* Why are we 3D infographic update 20260727 */
.why-are-we .right-block {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 150px;
	column-gap: 18px;
	align-items: center !important;
	padding-right: 0;
	background-image: none !important;
}

.why-are-we .right-block > span {
	grid-column: 1;
}

.why-are-we .why-title-visual {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: block;
	width: 150px;
	max-width: 100%;
	height: auto;
	border-radius: 14px;
	filter: drop-shadow(0 14px 26px rgba(19, 32, 56, .12));
}

.why-are-we .card {
	position: relative;
	overflow: hidden;
	padding: 28px 28px 34px;
	border: 1px solid rgba(18, 11, 134, .08);
	border-radius: 16px;
	background: linear-gradient(145deg, #fff 0%, #f7f8fc 58%, #fff7eb 100%);
	box-shadow: 0 18px 44px rgba(19, 32, 56, .08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.why-are-we .card::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(18, 11, 134, .035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 11, 134, .035) 1px, transparent 1px);
	background-size: 34px 34px;
	opacity: .55;
	pointer-events: none;
}

.why-are-we .card:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 157, 0, .28);
	box-shadow: 0 24px 54px rgba(19, 32, 56, .12);
}

.why-are-we .why-visual,
.why-are-we .card-body {
	position: relative;
	z-index: 1;
}

.why-are-we .why-visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 230px;
	margin: -6px -6px 8px;
	border-radius: 14px;
	background: rgba(255, 255, 255, .58);
}

.why-are-we .why-visual img,
.why-are-we .card-3 .why-visual img {
	display: block;
	width: min(100%, 260px);
	max-width: 260px;
	height: auto;
	border-radius: 14px;
	filter: drop-shadow(0 18px 32px rgba(19, 32, 56, .12));
}

.why-are-we .card-body {
	padding-top: 24px;
}

.why-are-we .card-title {
	min-height: 58px;
	margin-bottom: 20px;
	color: #151515;
	line-height: 1.28;
}

.why-are-we .card-1 .card-title,
.why-are-we .card-2 .card-title {
	color: #151515;
}

.why-are-we .card-text {
	color: #4e5260;
	line-height: 1.55;
}

@media (max-width: 575.98px) {
	.why-are-we .right-block {
		grid-template-columns: minmax(0, 1fr) 128px;
		column-gap: 12px;
	}

	.why-are-we .why-title-visual {
		width: 128px;
	}

	.why-are-we .card {
		padding: 24px 22px 30px;
	}

	.why-are-we .why-visual {
		min-height: 214px;
	}

	.why-are-we .why-visual img,
	.why-are-we .card-3 .why-visual img {
		width: min(100%, 236px);
		max-width: 236px;
	}
}

/* Section background alternation and Inter typography 20260727 */
body,
button,
input,
textarea,
select {
	font-family: 'Inter', sans-serif;
}

body {
	font-weight: 400;
}

body p, body li, .section p, .section li {
	font-size: 1rem !important;
	line-height: 1.6 !important;
	color: #444 !important;
}

.section:nth-child(odd of .section) {
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.section:nth-child(even of .section) {
	background: #f8f9fa;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Compact site format cards 20260727 */
.site-formats-compare .site-format-cards-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.site-formats-compare .site-format-compact-card {
	display: flex;
	flex-direction: column;
	min-height: 252px;
	padding: 22px;
	border: 1px solid rgba(18, 11, 134, .08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(19, 32, 56, .08);
}

.site-formats-compare .site-format-card-head {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: 80px;
}

.site-formats-compare .site-format-name {
	margin: 0;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.2;
	color: #151515;
}

.site-formats-compare .site-format-term {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	align-self: flex-start;
	padding: 7px 10px;
	border-radius: 999px;
	background: #f7f8fc;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #151515;
}

.site-formats-compare .site-format-term span {
	color: #7a828f;
	font-weight: 600;
}

.site-formats-compare .site-format-price {
	margin: 18px 0 16px;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.12;
	color: #ff9d00;
}

.site-formats-compare .site-format-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: auto;
	padding: 10px 18px;
	border-radius: 999px;
	color: #fff;
	background: #ff9d00;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.site-formats-compare .site-format-more:hover,
.site-formats-compare .site-format-more:focus-visible {
	color: #fff;
	background: #ef9300;
	box-shadow: 0 12px 26px rgba(255, 157, 0, .24);
	transform: translateY(-2px);
}

.site-formats-compare .site-format-details {
	margin-top: 14px;
	border-top: 1px solid #edf1f7;
}

.site-formats-compare .site-format-details summary {
	position: relative;
	padding: 12px 26px 0 0;
	color: #4e5260;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.site-formats-compare .site-format-details summary::-webkit-details-marker {
	display: none;
}

.site-formats-compare .site-format-details summary::after {
	content: "+";
	position: absolute;
	top: 12px;
	right: 0;
	color: #ff9d00;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
}

.site-formats-compare .site-format-details[open] summary::after {
	content: "-";
}

.site-formats-compare .site-format-details-list {
	display: grid;
	gap: 8px;
	margin: 12px 0 0;
}

.site-formats-compare .site-format-details-list div {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 0;
	font-size: 13px;
	line-height: 1.35;
}

.site-formats-compare .site-format-details-list dt {
	color: #7a828f;
	font-weight: 600;
}

.site-formats-compare .site-format-details-list dd {
	margin: 0;
	color: #151515;
	font-weight: 700;
	text-align: right;
}

@media (max-width: 1199.98px) {
	.site-formats-compare .site-format-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 575.98px) {
	.site-formats-compare .site-format-cards-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.site-formats-compare .site-format-compact-card {
		min-height: 0;
		padding: 20px;
	}

	.site-formats-compare .site-format-card-head {
		min-height: 0;
	}
}

/* Compact comparison table, banner and section spacing 20260727 */
.section {
	margin-bottom: 40px !important;
}

.banner-new {
	padding-bottom: 0 !important;
}

.banner-new .banner .container {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.banner-new .banner .banner-title {
	max-width: 520px;
	margin-bottom: 16px;
	font-size: 2rem !important;
	line-height: 1.15 !important;
	letter-spacing: 0;
}

.banner-new .banner .subtitle {
	max-width: 620px;
	margin-bottom: 14px !important;
	font-size: 1rem !important;
	line-height: 1.45 !important;
}

.banner-new .banner .banner-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px 10px;
	max-width: 680px;
	margin-bottom: 14px;
	font-size: 14px !important;
}

.banner-new .banner .banner-list li {
	min-height: 34px;
	padding: 5px 10px 5px 32px;
	font-size: 14px !important;
	line-height: 1.25 !important;
	background-position: left 10px center;
}

.banner-new .banner .banner-form .row {
	--bs-gutter-y: 6px;
}

.banner-new .banner .form-control,
.banner-new .banner .banner-form-btn {
	height: 56px;
	font-size: 16px;
}

.banner-new .banner .banner-form-promise {
	margin-bottom: 6px;
	font-size: 13px;
}

.banner-new .banner .checkboxes-container .form-check-label span {
	font-size: 10px !important;
	line-height: 1.25 !important;
}

.banner-new .banner .banner-new-man {
	max-height: 430px;
	width: auto;
}

.banner-new .banner .banner-new-medal {
	top: 24px;
}

.banner-new .banner .banner-new-medal img {
	max-width: 190px;
}

.banner-new .banner .banner-new-medal-title {
	margin-bottom: 4px;
	font-size: 15px;
}

.banner-new .banner .banner-new-medal-text {
	max-width: 180px;
	font-size: 11px;
}

.banner-new .block-tile .card {
	padding: 14px 18px;
	border-radius: 16px;
}

.banner-new .block-tile .card-top {
	margin-bottom: 6px;
}

.banner-new .block-tile .card-top span {
	font-size: 34px;
}

.banner-new .block-tile .card-title {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 1.25;
}

.banner-new .block-tile .card-text {
	font-size: 13px;
}

.site-formats-compare .site-formats-compare-head {
	margin-bottom: 14px;
}

.site-formats-compare .site-formats-compare-title {
	font-size: 28px;
}

.site-formats-compare .site-formats-compare-text {
	font-size: 14px;
	line-height: 1.45;
}

.site-formats-compare .site-formats-compare-table-wrap {
	display: block !important;
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(19, 32, 56, .07);
}

.site-formats-compare .site-formats-compare-table {
	min-width: 760px;
	font-size: 14px !important;
}

.site-formats-compare .site-formats-compare-table th,
.site-formats-compare .site-formats-compare-table td {
	padding: 4px 8px !important;
	font-size: 14px !important;
	line-height: 1.25 !important;
}

.site-formats-compare .site-formats-compare-table thead th {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}

.site-formats-compare .site-formats-compare-table tbody th {
	width: 34%;
}

.site-formats-compare .compare-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.site-formats-compare .compare-icon-yes {
	color: #fff;
	background: #21ad61;
}

.site-formats-compare .compare-icon-yes::before {
	content: "";
	width: 7px;
	height: 4px;
	margin-top: -1px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	transform: rotate(-45deg);
}

.site-formats-compare .compare-icon-no {
	color: #77808d;
	background: #e8ebf0;
}

.site-formats-compare .compare-icon-no::before {
	content: "\00d7";
}

.site-formats-compare .compare-part {
	min-height: 18px;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 1.1;
}

.site-formats-compare .site-formats-compare-bottom {
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 14px;
}

.site-formats-compare .site-formats-compare-bottom p {
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.site-formats-compare .site-formats-compare-btn {
	height: 44px;
	min-width: 220px;
	padding: 0 22px;
	font-size: 13px;
}

.feedback-expert-consultation .feedback-expert-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px 14px;
	max-width: none;
}

.feedback-expert-consultation .feedback-expert-list li,
.guarantees-support-list li {
	font-size: 14px !important;
	line-height: 1.35 !important;
}

@media (min-width: 992px) {
	.guarantees-support-list-check,
	.guarantees-support-list-minus {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px 14px;
	}
}

@media (max-width: 991.98px) {
	.banner-new .banner .banner-list,
	.feedback-expert-consultation .feedback-expert-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.banner-new .banner .banner-new-man,
	.banner-new .banner .banner-new-medal {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.banner-new .banner .banner-title {
		margin-bottom: 10px;
		font-size: 2rem !important;
	}

	.banner-new .banner .container {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	.banner-new .banner .subtitle {
		margin-bottom: 10px !important;
		font-size: 14px !important;
		line-height: 1.35 !important;
	}

	.banner-new .banner .banner-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin-bottom: 10px;
		font-size: 12px !important;
	}

	.banner-new .banner .banner-list li {
		min-height: 32px;
		padding: 4px 8px 4px 28px;
		font-size: 12px !important;
		line-height: 1.2 !important;
		background-position: left 8px center;
		background-size: 14px;
	}

	.feedback-expert-consultation .feedback-expert-list {
		grid-template-columns: 1fr;
	}

	.banner-new .banner .form-control,
	.banner-new .banner .banner-form-btn {
		height: 44px;
		font-size: 14px;
	}

	.banner-new .banner .banner-form-promise {
		margin-bottom: 4px;
		font-size: 11px !important;
		line-height: 1.25 !important;
	}

	.site-formats-compare .site-formats-compare-table {
		min-width: 720px;
	}

	.site-formats-compare .site-formats-compare-table-wrap {
		display: block !important;
		width: 100%;
		margin-right: 0;
		overflow-x: auto;
	}

	.site-formats-compare .site-formats-compare-bottom {
		padding: 14px;
	}
}

/* Agency leader responsibility icons 20260727 */
.agency-leader-tags span::before {
	border: 1px solid rgba(255, 157, 0, .34);
	background-color: #fffaf1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 21px 21px;
	box-shadow: 0 10px 22px rgba(255, 157, 0, .13), inset 0 0 0 6px rgba(255, 157, 0, .06);
}

.agency-leader-tags span:nth-child(1)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9d00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='13' r='6'/%3E%3Ccircle cx='11' cy='13' r='2'/%3E%3Cpath d='M15 9l5-5M20 4v5M20 4h-5'/%3E%3C/svg%3E");
}

.agency-leader-tags span:nth-child(2)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9d00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3 8-7 10-4-2-7-5-7-10V6l7-3z'/%3E%3Cpath d='M9 12l2 2 4-5'/%3E%3C/svg%3E");
}

.agency-leader-tags span:nth-child(3)::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9d00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='7' width='16' height='12' rx='2'/%3E%3Cpath d='M9 7V5h6v2M4 12h16M10 12v2h4v-2'/%3E%3C/svg%3E");
}

/* Home mobile adaptation 20260727 */
.mobile-readmore-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 16px;
	padding: 10px 18px;
	border: 1px solid #ff9d00;
	border-radius: 30px;
	background: #fff;
	color: #ff9d00;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.mobile-readmore-toggle:hover,
.mobile-readmore-toggle:focus-visible {
	background: #ff9d00;
	color: #fff;
}

@media (max-width: 991.98px) {
	.banner-new {
		margin-top: 64px !important;
	}
}

@media (max-width: 575.98px) {
	.section,
	.container.section,
	.container-fluid.section {
		margin-bottom: 32px !important;
		padding-top: 32px !important;
		padding-bottom: 32px !important;
	}

	.banner-new {
		margin-bottom: 32px !important;
	}

	.banner-tile {
		margin-top: 0 !important;
	}

	.mobile-readmore-toggle {
		display: inline-flex;
		width: 100%;
	}
}

/* Header layout and first-screen spacing 20260728 */
:root {
	--wz-header-height: 105px;
	--wz-header-height-mobile: 64px;
}

.header {
	min-height: var(--wz-header-height);
	background-color: #fff;
	box-shadow: 0 8px 26px rgba(19, 32, 56, .07);
	z-index: 1040;
}

.header.active {
	background-color: #fff;
	box-shadow: 0 8px 26px rgba(19, 32, 56, .09);
}

.header > .container:first-child > .d-flex {
	min-height: 44px;
	gap: 22px;
}

.header .logo-header {
	display: block;
	width: auto;
	max-width: 188px;
	height: 32px;
}

.header-contact {
	min-width: 190px;
	text-align: center;
}

.header .header-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color: #333535;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.header .header-address:empty,
.header .header-phone:empty,
.header .header-address[href=""],
.header .header-phone[href="tel:"] {
	display: none !important;
}

.header nav:empty {
	display: none;
}

.header > .container.d-none.d-lg-block.pt-2:has(nav:empty) {
	display: none !important;
}

.banner-new {
	margin-top: var(--wz-header-height);
}

.case-page {
	padding-top: var(--wz-header-height);
}

.all-case-page {
	padding-top: calc(var(--wz-header-height) + 48px);
}

.contacts-page-main {
	padding-top: calc(var(--wz-header-height) + 36px);
}

main > .container.py-5.my-5 {
	margin-top: 0 !important;
	padding-top: calc(var(--wz-header-height) + 48px) !important;
}

@media (max-width: 991.98px) {
	.header {
		min-height: var(--wz-header-height-mobile);
	}

	.header > .container:first-child > .d-flex {
		min-height: 32px;
		gap: 14px;
	}

	.header .logo-header {
		max-width: 164px;
		height: 26px;
	}

	.header .header-phone {
		font-size: 16px;
	}

	.banner-new {
		margin-top: var(--wz-header-height-mobile) !important;
	}

	.case-page {
		padding-top: var(--wz-header-height-mobile);
	}

	.all-case-page {
		padding-top: calc(var(--wz-header-height-mobile) + 28px);
	}

	.contacts-page-main {
		padding-top: calc(var(--wz-header-height-mobile) + 24px);
	}

	main > .container.py-5.my-5 {
		padding-top: calc(var(--wz-header-height-mobile) + 28px) !important;
	}
}

@media (max-width: 575.98px) {
	.header .header-phone {
		font-size: 15px;
	}

	.banner-new .social-list.position-absolute {
		display: none !important;
	}

	.all-case-page,
	.contacts-page-main {
		padding-top: calc(var(--wz-header-height-mobile) + 18px);
	}

	main > .container.py-5.my-5 {
		padding-top: calc(var(--wz-header-height-mobile) + 20px) !important;
	}
}

/* Home hero tile overlap fix 20260728 */
@media (min-width: 992px) {
	.banner-new {
		padding-bottom: 40px;
	}

	.banner-new .block-tile {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: 2;
		width: 100%;
		margin: 24px auto 0;
		padding-right: 20px;
		padding-left: 20px;
	}

	.banner-new .block-tile .card {
		height: 100%;
	}
}

/* Header and home hero TZ glass grid 20260728 */
:root {
	--wz-header-height: 94px;
	--wz-header-height-tablet: 64px;
	--wz-header-height-mobile: 64px;
	--wz-shell-width: calc(100% - 48px);
	--wz-shell-max: 1520px;
}

.wz-shell,
.banner-new .banner > .container,
.banner-new .block-tile {
	width: var(--wz-shell-width);
	max-width: var(--wz-shell-max);
	margin-right: auto;
	margin-left: auto;
}

.header {
	min-height: var(--wz-header-height);
	padding: 0 !important;
	background: rgba(238, 240, 243, .82);
	border-bottom: 1px solid rgba(255, 255, 255, .65);
	box-shadow: 0 6px 24px rgba(20, 25, 35, .07);
	backdrop-filter: blur(14px) saturate(130%);
	-webkit-backdrop-filter: blur(14px) saturate(130%);
	z-index: 1040;
}

.header.active {
	background: rgba(238, 240, 243, .9);
	box-shadow: 0 8px 28px rgba(20, 25, 35, .09);
}

.header-shell {
	display: flex;
	flex-direction: column;
}

.header-main-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 55px;
	gap: 18px;
}

.header-logo {
	flex: 0 0 auto;
}

.header .logo-header {
	display: block;
	width: auto;
	max-width: 235px;
	height: 36px;
}

.header-address-map {
	align-items: center;
	gap: 7px;
	max-width: 235px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-address-icon {
	display: inline-flex;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	border: 1px solid rgba(255, 157, 0, .42);
	border-radius: 50%;
	background-color: rgba(255, 157, 0, .1);
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ff9d00' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-4.4 7-11a7 7 0 1 0-14 0c0 6.6 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
}

.header-contact {
	min-width: auto;
	text-align: left;
}

.header .header-phone {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
}

.header-messengers {
	gap: 9px;
}

.header-messengers li {
	margin: 0 !important;
}

.header-messengers a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 12px;
	transition: transform .2s ease, filter .2s ease;
}

.header-messengers a:hover {
	transform: translateY(-1px);
	filter: saturate(1.08);
}

.header-messengers img {
	width: 35px;
	height: 35px;
	object-fit: contain;
}

.header-action {
	flex: 0 0 auto;
}

.header-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	border-radius: 22px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	white-space: nowrap;
}

.header-nav-row {
	min-height: 38px;
}

.header-nav-row nav {
	width: 100%;
}

.header .top-menu {
	align-items: center;
	width: 100%;
	margin: 0;
	gap: 22px;
}

.header .top-menu > li {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 38px;
}

.header .top-menu a,
.header .top-menu span {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.header-burger img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.mobile-menu-extra {
	padding: 16px 20px 8px;
}

.mobile-menu-extra a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #333535;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.banner-new {
	margin-top: var(--wz-header-height);
	padding-bottom: 40px !important;
}

.banner-new .banner {
	min-height: 520px;
	overflow: hidden;
}

.banner-new .banner::before {
	left: max(0px, calc((100vw - min(var(--wz-shell-max), var(--wz-shell-width))) / 2));
	width: 1px;
	border-right: 1px solid rgba(48, 48, 48, .1);
	background: none;
}

.banner-new .banner > .container {
	position: relative;
	min-height: 520px;
	padding: 30px 0 42px !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.banner-new .banner .banner-title {
	max-width: 690px;
	margin-bottom: 16px;
	font-size: clamp(2rem, 2.35vw, 2.55rem) !important;
	line-height: 1.12 !important;
	letter-spacing: 0;
}

.banner-new .banner .row.g-4 {
	position: relative;
	z-index: 3;
	margin-right: 0;
	margin-left: 0;
}

.banner-new .banner .row.g-4 > .col-lg-8 {
	flex: 0 0 56%;
	max-width: 720px;
	width: 56%;
	padding-right: 0;
	padding-left: 0;
}

.banner-new .banner .subtitle {
	max-width: 700px;
	margin-bottom: 16px !important;
}

.banner-new .banner .banner-list {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px 12px;
	max-width: 720px;
	margin-bottom: 18px;
	font-size: 14px !important;
}

.banner-new .banner .banner-list li {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 7px 12px 7px 34px;
	line-height: 1.25 !important;
	background-position: left 11px center;
}

.banner-new .banner .banner-form {
	max-width: 720px;
}

.banner-new .banner .banner-form > .row {
	display: grid;
	grid-template-columns: minmax(210px, 37%) minmax(0, 1fr);
	gap: 10px 18px;
	margin-right: 0;
	margin-left: 0;
}

.banner-new .banner .banner-form > .row > [class*="col-"] {
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.banner-new .banner .banner-form > .row > .col-12,
.banner-new .banner .banner-form > .row > .col-md-8 {
	grid-column: 1 / -1;
}

.banner-new .banner .form-control,
.banner-new .banner .banner-form-btn {
	height: 66px;
	font-size: 16px;
}

.banner-new .banner .banner-form-btn {
	padding-right: 18px;
	padding-left: 18px;
}

.banner-new .banner .banner-new-man {
	right: clamp(110px, 14vw, 280px);
	bottom: 0;
	z-index: 2;
	max-height: 500px;
	width: auto;
}

.banner-new .banner .banner-new-medal {
	top: 56px;
	right: max(24px, calc((100vw - min(var(--wz-shell-max), var(--wz-shell-width))) / 2));
	z-index: 4;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 280px;
	text-align: right;
}

.banner-new .banner .banner-new-medal img {
	max-width: 220px;
}

.banner-new .banner .block-text {
	margin-top: -22px;
}

.banner-new .banner .banner-new-medal-title,
.banner-new .banner .banner-new-medal-text {
	text-align: right;
}

.banner-new .banner .banner-new-medal-title {
	font-size: 17px;
}

.banner-new .banner .banner-new-medal-text {
	max-width: 250px;
	font-size: 12px;
}

.banner-new .banner .banner-mouse {
	right: auto;
	bottom: 14px;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
}

.banner-new .block-tile {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	z-index: 6;
	margin-top: 24px;
	padding-right: 0;
	padding-left: 0;
}

@media (min-width: 1200px) {
	.banner-new .banner .banner-new-man {
		display: block !important;
	}

	.banner-new .banner .banner-new-medal {
		display: flex !important;
	}
}

.case-page {
	padding-top: var(--wz-header-height);
}

.all-case-page {
	padding-top: calc(var(--wz-header-height) + 48px);
}

.contacts-page-main {
	padding-top: calc(var(--wz-header-height) + 36px);
}

main > .container.py-5.my-5 {
	margin-top: 0 !important;
	padding-top: calc(var(--wz-header-height) + 48px) !important;
}

@media (max-width: 1439.98px) and (min-width: 1200px) {
	:root {
		--wz-shell-width: calc(100% - 40px);
	}

	.header-main-row {
		gap: 12px;
	}

	.header .logo-header {
		max-width: 215px;
		height: 34px;
	}

	.header-address-map {
		max-width: 215px;
		font-size: 13px;
	}

	.header .header-phone {
		font-size: 17px;
	}

	.header-btn {
		padding-right: 18px;
		padding-left: 18px;
	}

	.header .top-menu {
		gap: 16px;
	}

	.banner-new .banner .banner-new-man {
		right: 95px;
		max-height: 440px;
	}

	.banner-new .banner .banner-new-medal {
		top: 50px;
		max-width: 238px;
	}

	.banner-new .banner .banner-new-medal img {
		max-width: 190px;
	}

	.banner-new .banner .banner-new-medal-title {
		font-size: 16px;
	}

	.banner-new .banner .banner-new-medal-text {
		max-width: 220px;
		font-size: 11px;
	}
}

@media (max-width: 1199.98px) {
	:root {
		--wz-shell-width: calc(100% - 32px);
		--wz-header-height: var(--wz-header-height-tablet);
	}

	.header {
		min-height: var(--wz-header-height-tablet);
	}

	.header-main-row {
		min-height: var(--wz-header-height-tablet);
		gap: 14px;
	}

	.header .logo-header {
		max-width: 190px;
		height: 31px;
	}

	.header .header-phone {
		font-size: 16px;
	}

	.banner-new {
		margin-top: var(--wz-header-height-tablet) !important;
	}

	.case-page {
		padding-top: var(--wz-header-height-tablet);
	}

	.all-case-page {
		padding-top: calc(var(--wz-header-height-tablet) + 28px);
	}

	.contacts-page-main {
		padding-top: calc(var(--wz-header-height-tablet) + 24px);
	}

	main > .container.py-5.my-5 {
		padding-top: calc(var(--wz-header-height-tablet) + 28px) !important;
	}

	.banner-new .banner > .container {
		min-height: 500px;
	}

	.banner-new .banner .row.g-4 > .col-lg-8 {
		flex-basis: 62%;
		width: 62%;
	}

	.banner-new .banner .banner-new-man {
		right: 64px;
		max-height: 440px;
	}

	.banner-new .banner .banner-new-medal {
		top: 44px;
		max-width: 220px;
	}

	.banner-new .banner .banner-new-medal img {
		max-width: 180px;
	}
}

@media (max-width: 991.98px) {
	.header-messengers a {
		width: 34px;
		height: 34px;
	}

	.header-messengers img {
		width: 33px;
		height: 33px;
	}

	.banner-new .banner {
		min-height: auto;
	}

	.banner-new .banner > .container {
		min-height: 0;
		padding-top: 34px !important;
		padding-bottom: 32px !important;
	}

	.banner-new .banner .row.g-4 > .col-lg-8 {
		flex-basis: 100%;
		width: 100%;
		max-width: 100%;
	}

	.banner-new .banner .banner-title,
	.banner-new .banner .subtitle,
	.banner-new .banner .banner-list,
	.banner-new .banner .banner-form {
		max-width: 100%;
	}

	.banner-new .banner .banner-new-man {
		display: none !important;
	}

	.banner-new .banner .banner-new-medal {
		position: relative;
		top: auto;
		right: auto;
		display: flex !important;
		align-items: flex-start;
		max-width: var(--wz-shell-width);
		margin: 14px auto 24px;
		text-align: left;
	}

	.banner-new .banner .banner-new-medal-title,
	.banner-new .banner .banner-new-medal-text {
		text-align: left;
	}

	.banner-new .banner .banner-mouse {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.header-main-row {
		min-height: var(--wz-header-height-mobile);
		gap: 10px;
	}

	.header .logo-header {
		max-width: 155px;
		height: 27px;
	}

	.header .header-phone {
		font-size: 15px;
	}

	.banner-new .banner .banner-title {
		font-size: 2rem !important;
	}

	.banner-new .banner .banner-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.banner-new .banner .banner-form > .row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.banner-new .banner .form-control,
	.banner-new .banner .banner-form-btn {
		height: 54px;
	}

	.banner-new .banner .banner-new-medal img {
		max-width: 170px;
	}
}

@media (max-width: 420px) {
	:root {
		--wz-shell-width: calc(100% - 24px);
	}

	.header-main-row {
		gap: 8px;
	}

	.header .logo-header {
		max-width: 140px;
		height: 25px;
	}

	.header .header-phone {
		font-size: 14px;
	}
}

.header-shell,
.banner-new .banner > .container,
.banner-new .block-tile {
	width: calc(100vw - 48px) !important;
	max-width: var(--wz-shell-max) !important;
}

@media (max-width: 1439.98px) and (min-width: 1200px) {
	.header-shell,
	.banner-new .banner > .container,
	.banner-new .block-tile {
		width: calc(100vw - 40px) !important;
	}
}

@media (max-width: 1199.98px) {
	.header-shell,
	.banner-new .banner > .container,
	.banner-new .block-tile {
		width: calc(100vw - 32px) !important;
	}
}

@media (max-width: 420px) {
	.header-shell,
	.banner-new .banner > .container,
	.banner-new .block-tile {
		width: calc(100vw - 24px) !important;
	}
}

@media (max-width: 360px) {
	.banner-new .banner .banner-list {
		grid-template-columns: 1fr;
	}
}

/* Home hero UTP and form spacing fix 20260728 */
.banner-new .banner .banner-list li {
	justify-content: flex-start;
	align-content: center;
	column-gap: 5px;
	row-gap: 0;
	flex-wrap: nowrap;
	font-size: 13px !important;
	white-space: nowrap;
}

.banner-new .banner .banner-list li span {
	display: inline-flex;
}

.banner-new .banner .banner-form {
	margin-top: 46px;
}

.banner-new .banner .form-control,
.banner-new .banner .banner-form-btn {
	height: 52px;
}

.banner-new .banner .banner-form-btn {
	font-size: 14px;
}

.banner-new .banner .banner-mouse {
	display: none !important;
}

.modal .form-control {
	height: 52px;
}

.modal-btn {
	height: 46px;
}

.privacy-checkboxes {
	display: grid;
	gap: 6px;
}

.privacy-checkbox-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.privacy-checkbox-item .form-check-input {
	flex: 0 0 auto;
	margin-right: 0 !important;
	margin-top: 3px;
}

.privacy-checkbox-item .form-check-label {
	margin: 0;
}

.privacy-checkbox-item .form-check-label span {
	display: block;
	line-height: 1.35;
}

@media (max-width: 767.98px) {
	.banner-new .banner .banner-list li {
		column-gap: 3px;
		font-size: 11px !important;
		padding-left: 24px;
		background-position: left 7px center;
		background-size: 13px 13px;
	}

	.banner-new .banner .banner-form {
		margin-top: 40px;
	}

	.banner-new .banner .form-control,
	.banner-new .banner .banner-form-btn {
		height: 48px;
	}

	.privacy-checkboxes {
		gap: 5px;
	}
}

/* Compact unified header 20260728 */
:root {
	--wz-header-height: 82px;
	--wz-header-height-tablet: 58px;
	--wz-header-height-mobile: 58px;
}

.header {
	min-height: var(--wz-header-height) !important;
}

.header-shell {
	min-height: var(--wz-header-height);
}

.header-main-row {
	min-height: 48px !important;
}

.header-nav-row {
	min-height: 34px !important;
}

.header .top-menu > li {
	min-height: 34px !important;
}

.header .logo-header {
	width: auto !important;
	max-width: 190px !important;
	height: 30px !important;
	object-fit: contain;
}

.header-address-map {
	max-width: 210px;
}

.header-messengers a {
	width: 32px;
	height: 32px;
	border-radius: 10px;
}

.header-messengers img {
	width: 31px;
	height: 31px;
}

.header-btn {
	min-height: 38px;
	padding-right: 18px;
	padding-left: 18px;
}

.banner-new {
	margin-top: var(--wz-header-height) !important;
}

.case-page {
	padding-top: var(--wz-header-height);
}

.all-case-page {
	padding-top: calc(var(--wz-header-height) + 40px);
}

.contacts-page-main {
	padding-top: calc(var(--wz-header-height) + 30px);
}

main > .container.py-5.my-5 {
	padding-top: calc(var(--wz-header-height) + 40px) !important;
}

@media (max-width: 1199.98px) {
	.header,
	.header-shell,
	.header-main-row {
		min-height: var(--wz-header-height-tablet) !important;
	}

	.header .logo-header {
		max-width: 170px !important;
		height: 27px !important;
	}

	.header-messengers a {
		width: 31px;
		height: 31px;
	}

	.header-messengers img {
		width: 30px;
		height: 30px;
	}

	.banner-new {
		margin-top: var(--wz-header-height-tablet) !important;
	}

	.case-page {
		padding-top: var(--wz-header-height-tablet);
	}

	.all-case-page {
		padding-top: calc(var(--wz-header-height-tablet) + 24px);
	}

	.contacts-page-main {
		padding-top: calc(var(--wz-header-height-tablet) + 22px);
	}

	main > .container.py-5.my-5 {
		padding-top: calc(var(--wz-header-height-tablet) + 24px) !important;
	}
}

@media (max-width: 767.98px) {
	.header,
	.header-shell,
	.header-main-row {
		min-height: var(--wz-header-height-mobile) !important;
	}

	.header .logo-header {
		max-width: 132px !important;
		height: 23px !important;
	}

	.header .header-phone {
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	.header .logo-header {
		max-width: 128px !important;
		height: 22px !important;
	}
}

/* Working hours in the shared header, footer and contacts page 20260813 */
.header-contact,
.header-mobile-phone {
	align-items: flex-start;
	flex-direction: column;
	gap: 3px;
}

.header-contact-row {
	align-items: center;
	gap: 24px;
}

.header-contact-row .header-address-map {
	max-width: none;
}

.header-contact-row .header-work-hours {
	white-space: nowrap;
}

.header-work-hours,
.footer-work-hours,
.contacts-page .contacts-page-work-hours {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #5f6368;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.header-work-hours::before,
.footer-work-hours::before,
.contacts-page .contacts-page-work-hours::before {
	content: "";
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	border: 1.5px solid #ff9d00;
	border-radius: 50%;
	background:
		linear-gradient(#ff9d00, #ff9d00) 50% 29% / 1.5px 4px no-repeat,
		linear-gradient(#ff9d00, #ff9d00) 62% 50% / 4px 1.5px no-repeat;
}

.header-work-hours-label,
.footer-work-hours-label {
	color: #333535;
	font-weight: 700;
}

.footer-work-hours {
	margin-bottom: 1rem;
	color: #14122c;
}

.contacts-page .contacts-page-work-hours {
	color: #333535;
	font-weight: 700;
}

@media (max-width: 991.98px) {
	.header-mobile-phone {
		display: flex !important;
	}
}

@media (max-width: 767.98px) {
	:root {
		--wz-header-height-mobile: 78px;
	}

	.header-main-row {
		flex-wrap: wrap;
		min-height: var(--wz-header-height-mobile) !important;
		padding: 7px 0;
		row-gap: 4px;
	}

	.header-mobile-phone {
		order: 3;
		flex: 1 0 100%;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		gap: 9px;
	}

	.header-mobile-phone .header-work-hours {
		font-size: 11px;
	}

	.header-mobile-phone .header-work-hours::before {
		width: 12px;
		height: 12px;
	}
}

/* Feedback bottom logo-style update 20260728 */
.feedback-2 .soft-cta-panel {
	border-color: rgba(255, 157, 0, .16);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(248, 249, 252, .96) 58%, rgba(255, 246, 232, .96) 100%);
	box-shadow: 0 24px 58px rgba(19, 32, 56, .08), 0 10px 30px rgba(255, 157, 0, .08);
}

.feedback-2 .soft-cta-copy::before {
	content: "";
	display: block;
	width: 82px;
	height: 8px;
	margin-bottom: 22px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff9d00 0 48%, #9a9a9a 48% 100%);
	box-shadow: 0 10px 22px rgba(255, 157, 0, .18);
}

.feedback-2 .title {
	max-width: 560px;
	margin-bottom: 16px;
	color: #151515;
	font-size: clamp(28px, 4vw, 54px);
	font-weight: 900;
	line-height: .98;
	letter-spacing: 0;
	text-transform: uppercase;
}

.feedback-2 .title span {
	color: #ff9d00;
	text-shadow: 0 12px 28px rgba(255, 157, 0, .18);
}

.feedback-2 .feedback-desc {
	color: #333535;
	font-weight: 500;
}

.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a {
	width: 100%;
	border-width: 2px;
	color: #333535;
	font-weight: 800;
}

.feedback-2 .block-btn .btn:first-child {
	border-color: #ff9d00;
	color: #fff;
	background: #ff9d00;
	box-shadow: 0 16px 30px rgba(255, 157, 0, .2);
}

.feedback-2 .block-btn .btn:first-child:hover,
.feedback-2 .block-btn .btn:first-child:active,
.feedback-2 .block-btn .btn:first-child:focus-visible {
	border-color: #e88f00;
	background: #e88f00;
}

@media (max-width: 991.98px) {
	.feedback-2 .soft-cta-copy::before {
		margin-right: auto;
		margin-left: auto;
	}

	.feedback-2 .title {
		max-width: none;
		font-size: clamp(30px, 8vw, 46px);
	}
}

@media (max-width: 575.98px) {
	.feedback-2 .soft-cta-copy::before {
		width: 66px;
		height: 7px;
		margin-bottom: 18px;
	}

	.feedback-2 .title {
		font-size: 30px;
		line-height: 1.04;
	}
}

/* Team blocks alignment 20260728 */
.agency-team .about-eyebrow,
.agency-leader .agency-leader-eyebrow,
.agency-team-head .about-eyebrow {
	display: block;
	width: 100%;
	margin: 0 0 12px !important;
	color: #ff9d00 !important;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 1.25 !important;
	text-align: left !important;
	text-transform: uppercase;
}

.agency-leader {
	column-gap: 56px;
	row-gap: 14px;
}

.agency-leader > .agency-leader-eyebrow {
	grid-column: 1 / -1;
	justify-self: stretch;
}

.agency-leader-photo {
	grid-column: 1;
	grid-row: 2;
}

.agency-leader-content {
	grid-column: 2;
	grid-row: 2;
}

.agency-team-head {
	margin-right: auto;
	margin-left: 0;
	text-align: left;
}

.about-page .agency-team.container.section {
	width: calc(100% + 40px);
	max-width: 1240px;
	margin-right: -20px;
	margin-left: -20px;
}

@media (max-width: 1199.98px) {
	.agency-leader {
		column-gap: 34px;
	}
}

@media (max-width: 991.98px) {
	.agency-leader-photo,
	.agency-leader-content {
		grid-column: 1;
		grid-row: auto;
	}
}

/* Direct segments visual refresh 20260728 */
.direct-segments {
	position: relative;
	overflow: hidden;
	padding-top: 44px !important;
	padding-bottom: 48px !important;
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 157, 0, .08) 0, rgba(255, 157, 0, 0) 320px),
		linear-gradient(135deg, #ffffff 0%, #f7f8fc 100%) !important;
}

.direct-segments::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(rgba(255, 157, 0, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 157, 0, .04) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: radial-gradient(circle at 100% 0%, #000 0, transparent 48%);
}

.direct-segments > * {
	position: relative;
	z-index: 1;
}

.direct-segments .direct-segments-head {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	gap: 56px;
	align-items: start;
	margin-bottom: 34px !important;
}

.direct-segments .direct-segments-title {
	position: relative;
	max-width: 650px;
	margin: 0 !important;
	padding-left: 24px;
	color: #111827;
	font-size: clamp(32px, 3vw, 42px) !important;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.direct-segments .direct-segments-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 3px;
	height: calc(100% - 4px);
	border-radius: 999px;
	background: #ff9d00;
	box-shadow: 0 0 0 4px rgba(255, 157, 0, .08);
}

.direct-segments .direct-segments-text {
	max-width: 470px;
	margin: 8px 0 0 !important;
	color: #343844;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
}

.direct-segments .direct-segments-grid {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.direct-segments .direct-segment-card {
	display: flex;
	flex-direction: column;
	min-height: 446px;
	padding: 24px 20px 20px !important;
	border: 1px solid rgba(17, 24, 39, .06);
	border-radius: 14px !important;
	background: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 18px 42px rgba(17, 24, 39, .08);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.direct-segments .direct-segment-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 157, 0, .22);
	box-shadow: 0 24px 52px rgba(17, 24, 39, .11);
}

.direct-segments .direct-segment-title {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 48px;
	margin: 0 0 22px !important;
	color: #111827;
	font-size: 19px !important;
	font-weight: 800;
	line-height: 1.2;
}

.direct-segments .direct-segment-title::before {
	content: "";
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 12px;
	background-color: #fff7ef;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	box-shadow: inset 0 0 0 1px rgba(255, 157, 0, .08);
}

.direct-segments .direct-segment-card:nth-child(1) .direct-segment-title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7900' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='14' rx='1.8'/%3E%3Cpath d='M4 9h16M8 12h5'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-card:nth-child(2) .direct-segment-title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7900' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='16' height='12' rx='1.8'/%3E%3Cpath d='M9 20h6M12 17v3'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-card:nth-child(3) .direct-segment-title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7900' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='8' width='14' height='10' rx='1.8'/%3E%3Cpath d='M9 8V6h6v2M5 12h14'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-card:nth-child(4) .direct-segment-title::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff7900' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h2l2 9h9l2-6H8'/%3E%3Ccircle cx='10' cy='19' r='1.4'/%3E%3Ccircle cx='17' cy='19' r='1.4'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-specs {
	display: grid;
	gap: 0 !important;
	margin: 0 0 24px !important;
}

.direct-segments .direct-segment-specs div {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(72px, auto);
	gap: 12px;
	align-items: start;
	min-height: 34px;
	padding: 8px 0 !important;
	border-bottom: 1px solid rgba(17, 24, 39, .08) !important;
}

.direct-segments .direct-segment-specs dt,
.direct-segments .direct-segment-specs dd {
	margin: 0;
	color: #252936;
	font-size: 12px;
	line-height: 1.25;
}

.direct-segments .direct-segment-specs dt {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 500;
}

.direct-segments .direct-segment-specs dt::before {
	content: "";
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin-top: -1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 16px;
	opacity: .9;
}

.direct-segments .direct-segment-specs div:nth-child(1) dt::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23252936' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3Cpath d='M10 6v4l3 2'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-specs div:nth-child(2) dt::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23252936' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3 3 7l7 4 7-4-7-4z'/%3E%3Cpath d='M3 11l7 4 7-4M3 15l7 4 7-4'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-specs div:nth-child(3) dt::before,
.direct-segments .direct-segment-specs div:nth-child(5) dt::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23252936' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 16V9M10 16V4M16 16v-5'/%3E%3Cpath d='M3 16h14'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-specs div:nth-child(4) dt::before,
.direct-segments .direct-segment-specs div:nth-child(6) dt::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23252936' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 3 16 6v5c0 4-2.5 6-6 7-3.5-1-6-3-6-7V6l6-3z'/%3E%3Cpath d='M7.5 10.5 9.2 12l3.3-4'/%3E%3C/svg%3E");
}

.direct-segments .direct-segment-specs dd {
	max-width: 96px;
	font-weight: 800;
	text-align: right;
}

.direct-segments .direct-segment-price {
	margin: auto 0 18px !important;
	color: #111827;
	font-size: 20px !important;
	font-weight: 800;
	line-height: 1.2;
}

.direct-segments .direct-segment-price::first-letter {
	color: #111827;
}

.direct-segments .direct-segment-more,
.direct-segments .direct-segment-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 38px !important;
	min-height: 38px;
	border-radius: 8px !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.direct-segments .direct-segment-more {
	margin-bottom: 8px !important;
	border: 1px solid rgba(17, 24, 39, .16);
	background: #fff;
	color: #111827;
}

.direct-segments .direct-segment-btn {
	border: 1px solid #ff7900;
	background: linear-gradient(180deg, #ff9d00 0%, #ff7900 100%);
	color: #fff;
	box-shadow: 0 12px 24px rgba(255, 121, 0, .2);
}

.direct-segments .direct-segment-more:hover,
.direct-segments .direct-segment-more:focus-visible {
	border-color: #ff7900;
	background: #fff7ef;
	color: #111827;
}

.direct-segments .direct-segment-btn:hover,
.direct-segments .direct-segment-btn:focus-visible {
	background: linear-gradient(180deg, #ffab1f 0%, #ef6f00 100%);
	color: #fff;
	box-shadow: 0 16px 28px rgba(255, 121, 0, .26);
}

@media (max-width: 1199.98px) {
	.direct-segments .direct-segments-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767.98px) {
	.direct-segments {
		padding-top: 36px !important;
		padding-bottom: 40px !important;
	}

	.direct-segments .direct-segments-head {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px !important;
	}

	.direct-segments .direct-segments-title {
		padding-left: 18px;
		font-size: 28px !important;
	}

	.direct-segments .direct-segments-text {
		margin-top: 0 !important;
		font-size: 15px;
	}

	.direct-segments .direct-segments-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.direct-segments .direct-segment-card {
		min-height: 0;
		padding: 20px !important;
	}

	.direct-segments .direct-segment-title {
		min-height: 42px;
		margin-bottom: 16px !important;
		font-size: 18px !important;
	}

	.direct-segments .direct-segment-title::before {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
	}
}

/* Direct segments compact tuning 20260728 */
.direct-segments .direct-segment-card {
	min-height: 432px;
}

.direct-segments .direct-segment-specs {
	margin-bottom: 18px !important;
}

.direct-segments .direct-segment-specs div {
	grid-template-columns: minmax(0, 1fr) minmax(88px, auto);
	min-height: 28px;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.direct-segments .direct-segment-specs dt,
.direct-segments .direct-segment-specs dd {
	font-size: 11.5px;
	line-height: 1.22;
}

.direct-segments .direct-segment-specs dd {
	max-width: 118px;
}

.direct-segments .direct-segment-price {
	margin-bottom: 14px !important;
}

@media (max-width: 767.98px) {
	.direct-segments .direct-segment-card {
		min-height: 0;
	}

	.direct-segments .direct-segment-specs div {
		grid-template-columns: minmax(0, 1fr) minmax(96px, auto);
	}

	.direct-segments .direct-segment-specs dd {
		max-width: 126px;
	}
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('/assets/fonts/manrope/manrope-cyrillic-main.woff2') format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('/assets/fonts/manrope/manrope-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('/assets/fonts/manrope/manrope-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Unified typography system 20260728 */
:root {
	--wz-font-family: 'Manrope', sans-serif;
	--wz-h1-size: 44.8px;
	--wz-h2-size: 33.6px;
	--wz-h3-size: 16.8px;
	--wz-text-size: 15px;
	--wz-small-size: 9.8px;
	--wz-text-main: #111827;
	--wz-text-secondary: #667085;
	--wz-text-muted: #98A2B3;
	--wz-accent: #FF9900;
	--wz-heading-weight: 800;
	--wz-body-weight: 400;
	--wz-section-gap: 40px;
	--wz-card-radius: 16px;
	--wz-card-shadow: 0 18px 44px rgba(17, 24, 39, .08);
}

html,
body {
	font-family: var(--wz-font-family) !important;
	color: var(--wz-text-main);
	font-size: var(--wz-text-size);
	font-weight: var(--wz-body-weight);
	line-height: 1.6;
}

body,
input,
textarea,
select,
button {
	font-family: var(--wz-font-family) !important;
}

h1,
.h1,
.banner-title,
.banner-new .banner-title,
.banner-new .banner .banner-title,
.banner-new .title,
.block-banner-page h1,
.title-page,
.service-hero h1,
.case-hero h1 {
	margin-top: 0;
	color: var(--wz-text-main) !important;
	font-size: clamp(26.6px, 3.5vw, var(--wz-h1-size)) !important;
	font-weight: var(--wz-heading-weight) !important;
	line-height: 1.08 !important;
	letter-spacing: 0;
}

h2,
.h2,
.title,
.section-title,
.products .title,
.why-are-we .title,
.price .title,
.direct-segments .direct-segments-title,
.faq .title,
.faq-2 .title,
.faq-3 .title,
.team .title,
.agency-team-title,
.block-team .title {
	margin-top: 0;
	color: var(--wz-text-main) !important;
	font-size: clamp(22.4px, 2.625vw, var(--wz-h2-size)) !important;
	font-weight: var(--wz-heading-weight) !important;
	line-height: 1.12 !important;
	letter-spacing: 0;
}

h3,
.h3,
.card-title,
.price-title,
.direct-segments .direct-segment-title,
.agency-leader-title,
.agency-member-name,
.feedback-expert-consultation .feedback-expert-form-title {
	color: var(--wz-text-main) !important;
	font-size: var(--wz-h3-size) !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: 0;
}

p,
li,
dt,
dd,
.text,
.desc,
.card-text,
.card-desc,
.direct-segments .direct-segments-text,
.why-are-we .card-text,
.faq .accordion-body,
.faq-2 .accordion-body,
.faq-3 .accordion-body {
	color: var(--wz-text-secondary) !important;
	font-size: var(--wz-text-size);
	font-weight: var(--wz-body-weight);
	line-height: 1.6;
}

small,
.small,
.subtitle,
.caption,
.label,
.eyebrow,
.meta,
.date,
.card-note,
.form-text,
.privacy,
.feedback-expert-consultation .feedback-expert-label,
.feedback-expert-consultation .feedback-expert-check,
.agency-leader-eyebrow,
.agency-team-eyebrow,
.agency-member-role,
.direct-segments .direct-segment-specs dt,
.direct-segments .direct-segment-specs dd {
	color: var(--wz-text-muted);
	font-size: var(--wz-small-size) !important;
	font-weight: 500;
	line-height: 1.45;
}

a,
.accent,
.title span,
h1 span,
h2 span,
h3 span,
p strong {
	color: var(--wz-accent);
}

section,
.section,
.products,
.why-are-we,
.price,
.direct-segments,
.faq,
.faq-2,
.faq-3,
.team,
.agency-team,
.feedback-2,
.feedback-expert-consultation {
	margin-bottom: var(--wz-section-gap);
}

.card,
.products .card,
.why-are-we .card,
.price .card,
.block-team .card,
.team .card,
.agency-leader-card,
.agency-member-card,
.direct-segments .direct-segment-card,
.feedback-expert-consultation .feedback-expert-card {
	border-radius: var(--wz-card-radius);
	box-shadow: var(--wz-card-shadow);
}

.btn,
button,
input[type="submit"],
.btn-view,
.price-btn,
.direct-segments .direct-segment-more,
.direct-segments .direct-segment-btn,
.feedback-2 .block-btn .btn,
.feedback-expert-consultation .feedback-expert-btn {
	font-family: var(--wz-font-family) !important;
	font-size: 11.2px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
}

.btn,
button,
input[type="submit"],
.btn-view,
.price-btn,
.direct-segments .direct-segment-btn,
.feedback-expert-consultation .feedback-expert-btn {
	background-color: var(--wz-accent);
	border-color: var(--wz-accent);
	color: #fff;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn-view:hover,
.price-btn:hover,
.direct-segments .direct-segment-btn:hover,
.feedback-expert-consultation .feedback-expert-btn:hover {
	background-color: #E88900;
	border-color: #E88900;
	color: #fff;
}

.faq .accordion-button:hover,
.faq-2 .accordion-button:hover,
.faq-3 .accordion-button:hover {
	background-color: transparent;
	border-color: transparent;
	color: var(--wz-text-main);
}

@media (max-width: 767.98px) {
	html,
	body {
		font-size: 15px;
	}

	h1,
	.h1,
	.banner-title,
	.banner-new .banner-title,
	.banner-new .banner .banner-title,
	.banner-new .title,
	.block-banner-page h1,
	.title-page,
	.service-hero h1,
	.case-hero h1 {
		font-size: 25.2px !important;
		line-height: 1.12 !important;
	}

	h2,
	.h2,
	.title,
	.section-title,
	.products .title,
	.why-are-we .title,
	.price .title,
	.direct-segments .direct-segments-title,
	.faq .title,
	.faq-2 .title,
	.faq-3 .title,
	.team .title,
	.agency-team-title,
	.block-team .title {
		font-size: 21px !important;
		line-height: 1.16 !important;
	}

	h3,
	.h3,
	.card-title,
	.price-title,
	.direct-segments .direct-segment-title,
	.agency-leader-title,
	.agency-member-name,
	.feedback-expert-consultation .feedback-expert-form-title {
		font-size: 15.4px !important;
	}

	p,
	li,
	dt,
	dd,
	.text,
	.desc,
	.card-text,
	.card-desc,
	.direct-segments .direct-segments-text,
	.why-are-we .card-text,
	.faq .accordion-body,
	.faq-2 .accordion-body,
	.faq-3 .accordion-body {
		font-size: 15px;
	}

	section,
	.section,
	.products,
	.why-are-we,
	.price,
	.direct-segments,
	.faq,
	.faq-2,
	.faq-3,
	.team,
	.agency-team,
	.feedback-2,
	.feedback-expert-consultation {
		margin-bottom: 32px;
	}

	.btn,
	button,
	input[type="submit"],
	.btn-view,
	.price-btn,
	.direct-segments .direct-segment-more,
	.direct-segments .direct-segment-btn,
	.feedback-2 .block-btn .btn,
	.feedback-expert-consultation .feedback-expert-btn {
		font-size: 10.5px !important;
	}
}

/* Feedback CTA buttons final alignment 20260730 */
.feedback-2 .block-btn > .btn,
.feedback-2 .block-btn > a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 58px;
	padding: 14px 18px;
	font-family: var(--wz-font-family) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
	text-align: center;
	white-space: normal;
}

@media (min-width: 992px) {
	.feedback-2 .block-btn > .btn,
	.feedback-2 .block-btn > a {
		height: 58px;
	}
}

/* CTA calculate button font size 20260731 */
.header-btn,
.site-formats-compare .site-formats-compare-btn,
.price .price-included-btn,
.price .card-footer .price-btn,
.price-btn,
.direct-segments .direct-segment-btn,
.faq .faq-btn,
.calc form .form-btn,
.feedback-2 .block-btn > .btn,
.feedback-2 .block-btn > a {
	font-size: 16px !important;
}

/* Banner calculate button font size 20260731 */
.banner-new .banner .banner-form-btn {
	font-size: 18px !important;
}

/* Team carousel arrows and peek 20260731 */
.agency-team-controls {
	align-self: start !important;
	grid-row: 1 / span 2 !important;
	padding-top: 0;
}

.agency-team-arrow {
	border-color: rgba(255, 121, 0, .22) !important;
	background: #fff7ef !important;
	color: #ff7900 !important;
	font-size: 24px !important;
	font-weight: 900 !important;
	box-shadow: 0 12px 24px rgba(255, 121, 0, .12) !important;
}

.agency-team-arrow:hover,
.agency-team-arrow:focus-visible {
	border-color: #ff7900 !important;
	background: #ff7900 !important;
	color: #fff !important;
}

.agency-person {
	flex-basis: clamp(238px, 19.6vw, 258px) !important;
}

/* Team carousel absolute arrow placement 20260731 */
.agency-team {
	position: relative;
}

@media (min-width: 768px) {
	.agency-team-head {
		position: relative;
		padding-right: 112px;
	}

	.agency-team-controls {
		position: absolute !important;
		top: 0 !important;
		right: 0 !important;
		z-index: 3;
		width: auto !important;
		grid-column: auto !important;
		grid-row: auto !important;
		align-self: auto !important;
	}
}

@media (max-width: 767.98px) {
	.agency-team-head {
		padding-right: 0;
	}

	.agency-team-controls {
		position: static !important;
	}
}

/* Team carousel side arrows 20260731 */
.agency-team-carousel {
	position: relative;
}

.agency-team-carousel .agency-team-controls {
	position: absolute !important;
	top: 38% !important;
	left: -16px !important;
	right: -16px !important;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	width: auto !important;
	transform: translateY(-50%);
	pointer-events: none;
}

.agency-team-carousel .agency-team-arrow {
	pointer-events: auto;
}

.agency-team-head {
	padding-right: 0 !important;
}

@media (max-width: 767.98px) {
	.agency-team-carousel .agency-team-controls {
		top: 118px !important;
		left: -10px !important;
		right: -10px !important;
	}
}

/* Header dropdown polish 20260805 */
@media (min-width: 1200px) {
	.header .top-menu > li:has(> ul) > a,
	.header .top-menu > li:has(> ul) > span {
		display: inline-flex;
		align-items: center;
		gap: 6px;
	}

	.header .top-menu > li:has(> ul) > a::after,
	.header .top-menu > li:has(> ul) > span::after {
		content: "";
		display: inline-block;
		width: 0;
		height: 0;
		margin-top: 2px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 5px solid currentColor;
	}

	.header .top-menu > li > ul {
		left: -22px;
		min-width: 270px;
		margin: 0;
		padding: 12px 0;
		background: #fff;
		border: 0;
		border-radius: 0;
		box-shadow: 0 12px 30px rgba(51, 53, 53, 0.14);
		opacity: 0;
		top: calc(100% + 10px);
		transform: translateY(6px);
		transition: opacity 0.16s ease, transform 0.16s ease;
		pointer-events: none;
		z-index: 1010;
	}

	.header .top-menu > li > ul::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -14px;
		height: 14px;
	}

	.header .top-menu > li:hover > ul,
	.header .top-menu > li:focus-within > ul {
		display: block;
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.header .top-menu > li > ul li {
		float: none;
		width: 100%;
		padding: 0;
		white-space: normal;
	}

	.header .top-menu > li > ul li:hover {
		background: transparent;
	}

	.header .top-menu > li > ul a {
		display: block;
		padding: 6px 22px;
		color: #333535 !important;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.35;
		text-align: left;
		text-decoration: none;
		text-shadow: none;
		white-space: nowrap;
	}

	.header .top-menu > li > ul a:hover,
	.header .top-menu > li > ul a:active,
	.header .top-menu > li > ul a:focus-visible {
		color: #ff9f00 !important;
		background: #fff;
		outline: none;
	}
}

/* Global orange section labels 20260807 */
.about-eyebrow,
.about-home-label,
.agency-leader-eyebrow,
.agency-team-eyebrow,
.agency-team .about-eyebrow,
.agency-leader .agency-leader-eyebrow,
.agency-team-head .about-eyebrow,
.feedback-expert-consultation .feedback-expert-label,
.contacts-page-card-label {
	color: #e99200 !important;
}

/* case-card-elevation-20260810 */
.products .card,
.keyes-promotion .card {
	border: 1px solid rgba(19, 28, 48, .10);
	box-shadow: 0 14px 34px rgba(19, 28, 48, .10);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover: hover) and (pointer: fine) {
	.products .card:hover,
	.products .card:focus-within,
	.keyes-promotion .card:hover,
	.keyes-promotion .card:focus-within {
		transform: translateY(-4px);
		border-color: rgba(255, 157, 0, .32);
		box-shadow: 0 20px 42px rgba(19, 28, 48, .15);
	}
}

/* button-dropdown-fix-20260810 */
.btn:not(.btn-close),
.header-btn,
.banner-form-btn,
.promotion-hero-secondary,
.seo-tariffs-v2-button,
.seo-tariffs-v2-case-link,
.btn-view,
.price-btn,
.direct-segments .direct-segment-more,
.direct-segments .direct-segment-btn,
.feedback-2 .block-btn .btn,
.feedback-2 .block-btn a,
.feedback-expert-consultation .feedback-expert-btn,
.promo-company-v2 .promo-company-btn,
.agency-leader-btn,
.site-formats-compare .site-formats-compare-btn,
.price .price-included-btn,
.price .card-footer .price-btn,
.faq .faq-btn,
.calc form .form-btn,
.modal-btn,
.about-home-btn,
.payment .card-btn,
.payment-block-btn {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-align: center !important;
	line-height: 1.2 !important;
	vertical-align: middle;
}

.seo-tariffs-v2-case-link:hover,
.seo-tariffs-v2-case-link:active,
.seo-tariffs-v2-case-link:focus-visible {
	color: #ff9d00 !important;
	border-color: rgba(255, 157, 0, .52) !important;
	background: #fff7ed !important;
	text-decoration: none !important;
}

/* accent-tile-hover-20260810 */
.achievements-promotion .card,
.industries-promotion .card,
.seo-fit-industries-20260810 .seo-fit-card,
.seo-combined-workflow-20260810 .seo-combined-workflow-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(19, 28, 48, .10);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(19, 28, 48, .08);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.achievements-promotion .card::before,
.industries-promotion .card::before,
.seo-fit-industries-20260810 .seo-fit-card::before,
.seo-combined-workflow-20260810 .seo-combined-workflow-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, #ff9d00 0%, rgba(255, 157, 0, .16) 100%);
	transform: scaleX(.26);
	transform-origin: left center;
	transition: transform .22s ease;
}

.achievements-promotion .card:hover,
.achievements-promotion .card:focus-within,
.industries-promotion .card:hover,
.industries-promotion .card:focus-within,
.seo-fit-industries-20260810 .seo-fit-card:hover,
.seo-fit-industries-20260810 .seo-fit-card:focus-within,
.seo-combined-workflow-20260810 .seo-combined-workflow-card:hover,
.seo-combined-workflow-20260810 .seo-combined-workflow-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(255, 157, 0, .34);
	box-shadow: 0 20px 42px rgba(19, 28, 48, .14);
}

.achievements-promotion .card:hover::before,
.achievements-promotion .card:focus-within::before,
.industries-promotion .card:hover::before,
.industries-promotion .card:focus-within::before,
.seo-fit-industries-20260810 .seo-fit-card:hover::before,
.seo-fit-industries-20260810 .seo-fit-card:focus-within::before,
.seo-combined-workflow-20260810 .seo-combined-workflow-card:hover::before,
.seo-combined-workflow-20260810 .seo-combined-workflow-card:focus-within::before {
	transform: scaleX(1);
}

.achievements-promotion .card-subtitle {
	color: #14122c;
}

@media (prefers-reduced-motion: reduce) {
	.achievements-promotion .card,
	.achievements-promotion .card::before,
	.industries-promotion .card,
	.industries-promotion .card::before,
	.seo-fit-industries-20260810 .seo-fit-card,
	.seo-fit-industries-20260810 .seo-fit-card::before,
	.seo-combined-workflow-20260810 .seo-combined-workflow-card,
	.seo-combined-workflow-20260810 .seo-combined-workflow-card::before {
		transition: none;
	}

	.achievements-promotion .card:hover,
	.achievements-promotion .card:focus-within,
	.industries-promotion .card:hover,
	.industries-promotion .card:focus-within,
	.seo-fit-industries-20260810 .seo-fit-card:hover,
	.seo-fit-industries-20260810 .seo-fit-card:focus-within,
	.seo-combined-workflow-20260810 .seo-combined-workflow-card:hover,
	.seo-combined-workflow-20260810 .seo-combined-workflow-card:focus-within {
		transform: none;
	}
}

@media (min-width: 1200px) {
	.header .top-menu > li,
	.header .top-menu > li > ul li {
		float: none !important;
	}

	.header .top-menu > li > ul {
		display: block;
		min-width: 300px;
		height: auto;
	}

	.header .top-menu > li:not(:hover):not(:focus-within) > ul {
		opacity: 0;
		visibility: hidden;
		transform: translateY(6px);
		pointer-events: none;
	}

	.header .top-menu > li:hover > ul,
	.header .top-menu > li:focus-within > ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.header .top-menu > li > ul li {
		display: block !important;
		width: 100%;
		height: auto !important;
		min-height: 0;
		padding: 0 !important;
		color: #333535 !important;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.35;
		text-align: left;
		white-space: normal;
	}

	.header .top-menu > li > ul li > a,
	.header .top-menu > li > ul li:not(:has(> a)) {
		display: block !important;
		width: 100%;
		padding: 8px 22px !important;
		color: #333535 !important;
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.35 !important;
		text-align: left !important;
		text-decoration: none !important;
		white-space: nowrap;
	}

	.header .top-menu > li > ul li:not(:has(> a)) {
		color: #ff9d00 !important;
		background: #fff7ed;
	}

	.header .top-menu > li > ul li > a:hover,
	.header .top-menu > li > ul li > a:active,
	.header .top-menu > li > ul li > a:focus-visible {
		color: #ff9d00 !important;
		background: #fff;
		outline: none;
	}
}

/* Numbered card labels refresh 20260810 */
.numbered-label-refresh-20260810,
.banner-new .block-tile .card,
.banner-tile .card,
.development-steps .block-stages {
	position: relative;
}

.banner-new .block-tile .card,
.banner-tile .card,
.development-steps .block-stages {
	overflow: hidden;
	border: 1px solid rgba(19, 28, 48, .08) !important;
	box-shadow: 0 14px 34px rgba(19, 28, 48, .07) !important;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.banner-new .block-tile .card::before,
.banner-tile .card::before,
.development-steps .block-stages::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #ff9d00;
}

.banner-new .block-tile .card:hover,
.banner-tile .card:hover,
.development-steps .block-stages:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 157, 0, .34) !important;
	box-shadow: 0 20px 44px rgba(19, 28, 48, .11) !important;
}

.banner-new .block-tile .card-top span,
.banner-tile .card-top span,
.development-steps .steps-list-item::before {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 8px;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #ff9d00 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	line-height: 1.2 !important;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.banner-new .block-tile .card-top span::before,
.banner-tile .card-top span::before {
	content: "";
	flex: 0 0 28px;
	width: 28px;
	height: 2px;
	border-radius: 2px;
	background: #ff9d00;
}

.development-steps .steps-list-item::before {
	content: "Задача " counter(section, decimal-leading-zero);
	min-width: 88px;
	margin-right: 12px;
	padding-left: 36px;
	background-image: linear-gradient(#ff9d00, #ff9d00) !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 28px 2px !important;
	counter-increment: section;
}

/* section-title-rail-20260810 */
.container.section > .block-title:not(:has(.right-block)),
.about-section-head h2,
.agency-team-head h2,
.guarantees-support-head h2,
.home-reviews > h2.title {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100%;
	gap: 0;
}

.container.section > .block-title:not(:has(.right-block)) {
	margin-bottom: 42px;
}

.container.section > .block-title:not(:has(.right-block)) .title,
.container.section > .block-title:not(:has(.right-block)) h2 {
	flex: 0 1 auto;
	order: 1;
	max-width: min(780px, 100%);
	margin: 0;
	padding: 0;
}

.about-section-head h2,
.agency-team-head h2,
.guarantees-support-head h2,
.home-reviews > h2.title {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.container.section > .block-title:not(:has(.right-block))::after,
.about-section-head h2::after,
.agency-team-head h2::after,
.guarantees-support-head h2::after,
.home-reviews > h2.title::after {
	content: "";
	display: block;
	flex: 1 1 auto;
	order: 2;
	min-width: 72px;
	height: 1px;
	margin: 0 28px;
	background: #e8ebf0;
}

.container.section > .block-title:not(:has(.right-block))::before,
.about-section-head h2::before,
.agency-team-head h2::before,
.guarantees-support-head h2::before,
.home-reviews > h2.title::before {
	content: "";
	display: block;
	flex: 0 0 118px;
	order: 3;
	width: 118px;
	height: 28px;
	background-image: url("/assets/img/logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.container.section > .block-title:not(:has(.right-block)) .title-img {
	display: none !important;
}

.about-section-head,
.agency-team-head,
.guarantees-support-head {
	width: 100%;
}

@media (max-width: 767.98px) {
	.container.section > .block-title:not(:has(.right-block)),
	.about-section-head h2,
	.agency-team-head h2,
	.guarantees-support-head h2,
	.home-reviews > h2.title {
		flex-wrap: wrap;
	}

	.container.section > .block-title:not(:has(.right-block))::after,
	.about-section-head h2::after,
	.agency-team-head h2::after,
	.guarantees-support-head h2::after,
	.home-reviews > h2.title::after {
		min-width: 40px;
		margin: 0 16px;
	}

	.container.section > .block-title:not(:has(.right-block))::before,
	.about-section-head h2::before,
	.agency-team-head h2::before,
	.guarantees-support-head h2::before,
	.home-reviews > h2.title::before {
		flex-basis: 96px;
		width: 96px;
		height: 23px;
	}
}

@media (max-width: 575.98px) {
	.container.section > .block-title:not(:has(.right-block))::after,
	.about-section-head h2::after,
	.agency-team-head h2::after,
	.guarantees-support-head h2::after,
	.home-reviews > h2.title::after,
	.container.section > .block-title:not(:has(.right-block))::before,
	.about-section-head h2::before,
	.agency-team-head h2::before,
	.guarantees-support-head h2::before,
	.home-reviews > h2.title::before {
		display: none;
	}
}

/* case-development-visual-story-head-layout-20260812 */
.case-page-development .caseDevelopmentVisualStory > .case-dev-story-head.block-title {
	display: block !important;
	width: 100%;
	max-width: 900px;
	margin: 0 0 26px !important;
}

.case-page-development .caseDevelopmentVisualStory > .case-dev-story-head.block-title::before,
.case-page-development .caseDevelopmentVisualStory > .case-dev-story-head.block-title::after {
	display: none !important;
}

.case-page-development .caseDevelopmentVisualStory > .case-dev-story-head.block-title .title {
	display: block;
	max-width: 100%;
	margin: 0 0 14px;
}

.case-page-development .caseDevelopmentVisualStory > .case-dev-story-head .case-dev-story-lead {
	display: block;
	max-width: 760px;
	margin: 0;
}

/* case-hero-stat-grid-20260812 */
@media (min-width: 768px) {
	.case-page .caseProductHero .row:has(> .col-6.col-md-3 > .case-stat-card) > .col-6.col-md-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* case-development-mobile-media-20260812 */
.case-page-development .caseDevelopmentVisualStory .case-dev-media--mobile {
	display: grid;
	place-items: center;
	aspect-ratio: 16 / 10 !important;
	min-height: 0 !important;
	background: #f4f7fb;
}

.case-page-development .caseDevelopmentVisualStory .case-dev-media--mobile img {
	min-width: 0 !important;
	min-height: 0 !important;
	width: 100%;
	height: 100% !important;
	max-height: 100% !important;
	align-self: stretch;
	object-fit: contain !important;
}

/* case-section-head-desc-layout-20260810 */
.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) {
	display: grid !important;
	grid-template-columns: minmax(280px, auto) minmax(72px, 1fr) 118px;
	column-gap: 28px;
	row-gap: 18px;
	align-items: center !important;
	margin-bottom: 32px;
}

.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) .title,
.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) h2 {
	grid-column: 1;
	grid-row: 1;
	min-width: 280px;
	max-width: 620px;
	margin: 0;
	white-space: normal;
}

.case-page .container.section > .block-title.case-section-head:has(.case-section-desc)::after {
	grid-column: 2;
	grid-row: 1;
	min-width: 72px;
	margin: 0;
}

.case-page .container.section > .block-title.case-section-head:has(.case-section-desc)::before {
	grid-column: 3;
	grid-row: 1;
	width: 118px;
	height: 28px;
}

.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) .case-section-desc {
	grid-column: 1 / -1;
	grid-row: 2;
	max-width: 920px;
	margin: 0;
	padding: 0;
	color: #697184;
	line-height: 1.55;
}

@media (max-width: 767.98px) {
	.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) {
		display: block !important;
		margin-bottom: 28px;
	}

	.case-page .container.section > .block-title.case-section-head:has(.case-section-desc)::before,
	.case-page .container.section > .block-title.case-section-head:has(.case-section-desc)::after {
		display: none;
	}

	.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) .title,
	.case-page .container.section > .block-title.case-section-head:has(.case-section-desc) h2 {
		min-width: 0;
		max-width: 100%;
		margin-bottom: 16px;
	}
}

/* Team profile enrichment 2026-08-17 */
.agency-person{position:relative}.agency-person-more::before{content:'';position:absolute;inset:0;z-index:1}.agency-person-more{position:relative;z-index:2}.team-profile{max-width:1180px;margin:40px auto;padding:38px;background:#fff;border:1px solid #edf0f5;box-shadow:0 12px 34px rgba(25,35,55,.06)}.team-profile-lead{font-size:17px;line-height:1.6}.team-profile-learning,.team-profile-approach{margin-top:28px;padding:25px;border-radius:14px;background:#f7f9fc}.team-profile-learning h2,.team-profile-approach h2{margin-top:0}.team-profile-learning-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.team-profile-learning-grid article{padding:18px;border-top:3px solid #f5a400;background:#fff;border-radius:10px}.team-profile-case{display:flex;flex-direction:column;gap:8px}.team-profile-case strong{font-size:16px}.team-profile-case span{font-size:14px;line-height:1.45}@media(max-width:680px){.team-profile{margin:20px 12px;padding:22px}.team-profile-learning-grid{grid-template-columns:1fr}}

/* Specialist case tiles 2026-08-17 */
.team-profile-case-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.team-profile-case-card{overflow:hidden;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(17,24,39,.06);transition:transform .2s ease,box-shadow .2s ease}.team-profile-case-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(17,24,39,.12)}.team-profile-case-card a{display:block;height:100%;color:#111827;text-decoration:none}.team-profile-case-card img{display:block;width:100%;height:210px;object-fit:cover}.team-profile-case-body{padding:18px}.team-profile-case-label{font-size:12px;font-weight:800;color:#f5a400;text-transform:uppercase}.team-profile-case-card h3{margin:7px 0 10px;font-size:18px;line-height:1.3}.team-profile-case-card p{margin:0 0 14px;color:#596273;font-size:14px;line-height:1.5}.team-profile-case-link{font-weight:800;color:#f5a400}@media(max-width:767.98px){.team-profile-case-tiles{grid-template-columns:1fr}.team-profile-case-card img{height:190px}}

/* Company process and scroll control 2026-08-17 */
@media (max-width: 767.98px) {
	.tostart { width: 46px; height: 46px; right: 16px; bottom: 16px; }
	.img-to-top { width: 17px; height: 24px; }
}

/* Коррекция блока процесса: все этапы читаются без дублирующей панели */
.about-process-v2 { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.about-process-v2 .about-section-head { margin-bottom: 26px; }
.about-process-v2__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.about-process-v2__step { position: relative; min-height: 176px; padding: 24px 24px 22px 76px; overflow: hidden; border: 1px solid #e7e9ed; border-radius: 14px; background: #fff; color: #252a35; box-shadow: 0 8px 20px rgba(24, 31, 44, .045); cursor: pointer; }
.about-process-v2__step::before { top: 23px; left: 23px; color: #ff9d00; font-size: 19px; line-height: 1; }
.about-process-v2__step::after { left: 24px; bottom: 22px; width: 34px; background: #ffb231; }
.about-process-v2__step:hover, .about-process-v2__step:focus-visible, .about-process-v2__step.is-active { transform: translateY(-3px); border-color: #ffb231; background: #fffdf9; box-shadow: 0 15px 32px rgba(24, 31, 44, .10); color: #252a35; }
.about-process-v2__step-title { display: block; margin: 0 0 10px; color: #252a35 !important; font-size: 18px; font-weight: 800; line-height: 1.28; opacity: 1 !important; visibility: visible !important; }
.about-process-v2__step-description { display: block; margin: 0; color: #687080 !important; font-size: 14px; line-height: 1.55; opacity: 1 !important; visibility: visible !important; }
.about-process-v2__step:hover .about-process-v2__step-title, .about-process-v2__step:hover .about-process-v2__step-description, .about-process-v2__step.is-active .about-process-v2__step-title, .about-process-v2__step.is-active .about-process-v2__step-description { color: inherit !important; opacity: 1 !important; visibility: visible !important; }
@media (max-width: 767.98px) { .about-process-v2__steps { grid-template-columns: 1fr; gap: 10px; } .about-process-v2__step { min-height: 0; padding: 21px 20px 20px 66px; } .about-process-v2__step::before { top: 21px; left: 20px; } .about-process-v2__step::after { left: 20px; bottom: 18px; } }

/* Company page visual story 20260817 */
.about-page {
	position: relative;
	overflow: hidden;
}

.about-page::before,
.about-page::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	filter: blur(8px);
	pointer-events: none;
}

.about-page::before {
	top: 420px;
	right: -280px;
	background: radial-gradient(circle, rgba(255, 171, 35, .15) 0%, rgba(255, 171, 35, 0) 70%);
}

.about-page::after {
	top: 1680px;
	left: -300px;
	background: radial-gradient(circle, rgba(34, 45, 68, .12) 0%, rgba(34, 45, 68, 0) 70%);
}

.about-page .about-unified-hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border: 0;
	border-radius: 20px;
	background:
		radial-gradient(circle at 92% 10%, rgba(255, 173, 36, .36), transparent 24%),
		linear-gradient(135deg, #171e2d 0%, #222d44 58%, #111827 100%);
	box-shadow: 0 24px 60px rgba(17, 24, 39, .18);
}

.about-page .about-unified-hero::before {
	content: "";
	position: absolute;
	inset: auto -76px -116px auto;
	width: 310px;
	height: 310px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	box-shadow: 0 0 0 44px rgba(255, 157, 0, .08), 0 0 0 88px rgba(255, 255, 255, .035);
}

.about-page .about-unified-hero > * { position: relative; }
.about-page .about-unified-hero h2 { color: #fff !important; }
.about-page .about-unified-hero > p { color: rgba(255, 255, 255, .78) !important; }
.about-page .about-unified-hero .about-eyebrow { color: #ffc254; }
.about-page .about-unified-brand-note { color: rgba(255, 255, 255, .67) !important; }
.about-page .about-unified-note { color: #1c2739; background: linear-gradient(135deg, #fff5d7, #ffedbf); }
.about-page .about-unified-hero > .about-unified-note { color: #1c2739 !important; }

.about-page .about-unified-stats > div,
.about-page .about-unified-steps > div {
	border-color: rgba(255, 255, 255, .15);
	background: rgba(255, 255, 255, .10);
	box-shadow: none;
	backdrop-filter: blur(5px);
}

.about-page .about-unified-stats b,
.about-page .about-unified-steps h3 { color: #fff !important; }
.about-page .about-unified-stats span,
.about-page .about-unified-steps p { color: rgba(255, 255, 255, .70) !important; }
.about-page .about-unified-steps b { color: #ffc254; }
.about-page .about-hero-link-light { color: #1b2537 !important; background: #fff !important; }

.about-page .about-section {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(219, 224, 232, .82);
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(255, 255, 255, .93), rgba(247, 249, 253, .95));
	box-shadow: 0 16px 42px rgba(25, 34, 53, .055);
}

.about-page #services {
	background:
		radial-gradient(circle at 100% 0%, rgba(255, 174, 35, .20), rgba(255, 174, 35, 0) 28%),
		linear-gradient(135deg, #fff9ef, #fff 62%, #f4f7fc);
}

.about-page #workflow {
	background:
		radial-gradient(circle at 4% 0%, rgba(52, 67, 100, .15), rgba(52, 67, 100, 0) 26%),
		linear-gradient(135deg, #f5f7fb, #fff 58%, #fff9ed);
}

.about-page #principles {
	border-color: #222d44;
	background:
		radial-gradient(circle at 90% 4%, rgba(255, 166, 25, .34), rgba(255, 166, 25, 0) 25%),
		linear-gradient(135deg, #202b42 0%, #172033 100%);
	box-shadow: 0 22px 46px rgba(25, 35, 55, .20);
}

.about-page #principles .about-eyebrow { color: #ffc254; }
.about-page #principles .about-section-head h2 { color: #fff !important; }
.about-page #principles .about-section-head p:not(.about-eyebrow) { color: rgba(255, 255, 255, .73) !important; }
.about-page #principles .about-principles-grid article {
	border-color: rgba(255, 255, 255, .13);
	background: rgba(255, 255, 255, .09);
	box-shadow: none;
}
.about-page #principles .about-principles-grid h3 { color: #fff !important; }
.about-page #principles .about-principles-grid p { color: rgba(255, 255, 255, .73) !important; }

.about-page .about-process-v2__steps { gap: 14px; }
.about-page .about-process-v2__step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 174px;
	cursor: default;
	background: linear-gradient(135deg, #fff, #fbfcfe);
}
.about-page .about-process-v2__step:hover,
.about-page .about-process-v2__step:focus-visible,
.about-page .about-process-v2__step.is-active {
	transform: translateY(-3px);
	color: #252a35;
	background: linear-gradient(135deg, #fffdf7, #fff8e8);
}
.about-page .about-process-v2__step-title,
.about-page .about-process-v2__step-description,
.about-page .about-process-v2__step:hover .about-process-v2__step-title,
.about-page .about-process-v2__step:hover .about-process-v2__step-description,
.about-page .about-process-v2__step.is-active .about-process-v2__step-title,
.about-page .about-process-v2__step.is-active .about-process-v2__step-description {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.about-page .about-process-v2__step-title { color: #252a35 !important; }
.about-page .about-process-v2__step-description { color: #687080 !important; }

.about-page .about-team-banner {
	display: grid;
	grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
	align-items: stretch;
	margin: 30px 0;
	overflow: hidden;
	border-radius: 20px;
	background: #1d273b;
	box-shadow: 0 22px 48px rgba(21, 30, 46, .16);
}

.about-page .about-team-banner__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px;
	background:
		radial-gradient(circle at 16% 8%, rgba(255, 172, 34, .32), transparent 29%),
		linear-gradient(135deg, #202b42, #151d2d);
}

.about-page .about-team-banner__content .about-eyebrow { color: #ffc254; }
.about-page .about-team-banner__content h2 { margin: 0 0 16px; color: #fff !important; font-size: 34px; font-weight: 800; line-height: 1.14; }
.about-page .about-team-banner__content p:not(.about-eyebrow) { margin: 0; color: rgba(255, 255, 255, .75) !important; font-size: 16px; line-height: 1.55; }
.about-page .about-team-banner__link { align-self: flex-start; margin-top: 24px; background: #ff9d00; }
.about-page .about-team-banner__media { position: relative; min-height: 390px; margin: 0; }
.about-page .about-team-banner__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25, 35, 54, .48), transparent 34%); pointer-events: none; }
.about-page .about-team-banner__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.about-page .agency-team.container.section {
	position: relative;
	width: calc(100% + 40px);
	max-width: none;
	margin: 0 -20px 30px;
	padding: 42px 40px;
	border-radius: 20px;
	background:
		radial-gradient(circle at 94% 6%, rgba(255, 164, 18, .20), rgba(255, 164, 18, 0) 23%),
		linear-gradient(135deg, #f1f4fa, #fff 58%, #fff8ea);
}

.about-page #guarantees {
	background: linear-gradient(135deg, #fff7e8, #fff 55%, #f5f8fe);
}
.about-page #legal {
	background:
		radial-gradient(circle at 0 0, rgba(34, 45, 68, .14), rgba(34, 45, 68, 0) 28%),
		linear-gradient(135deg, #f4f6fb, #fff);
}
.about-page #request {
	border: 0;
	background:
		radial-gradient(circle at 88% 16%, rgba(255, 166, 23, .34), rgba(255, 166, 23, 0) 26%),
		linear-gradient(135deg, #202a40, #151d2d);
}
.about-page #request .about-eyebrow { color: #ffc254; }
.about-page #request .about-section-head h2,
.about-page #request .about-proof-grid h3 { color: #fff; }
.about-page #request .about-section-head p:not(.about-eyebrow),
.about-page #request .about-proof-grid p { color: rgba(255, 255, 255, .74); }
.about-page #request .about-proof-grid article { border-color: rgba(255, 255, 255, .12); background: rgba(255, 255, 255, .09); box-shadow: none; }
.about-page #request .about-proof-grid a { color: #ffc254; }

@media (max-width: 991.98px) {
	.about-page .about-team-banner { grid-template-columns: 1fr; }
	.about-page .about-team-banner__media { min-height: 340px; }
	.about-page .agency-team.container.section { width: 100%; margin-right: 0; margin-left: 0; }
}

@media (max-width: 767.98px) {
	.about-page .about-unified-hero,
	.about-page .about-section { padding: 24px 20px; border-radius: 16px; }
	.about-page .about-team-banner { margin: 22px 0; border-radius: 16px; }
	.about-page .about-team-banner__content { padding: 30px 24px; }
	.about-page .about-team-banner__content h2 { font-size: 27px; }
	.about-page .about-team-banner__media { min-height: 255px; }
	.about-page .agency-team.container.section { margin-bottom: 22px; padding: 28px 20px; border-radius: 16px; }
}

/* Company page light palette 20260817 */
.about-page::after {
	background: radial-gradient(circle, rgba(255, 171, 35, .13) 0%, rgba(255, 171, 35, 0) 70%);
}

.about-page .about-unified-hero {
	border: 1px solid #e6e9ee;
	background:
		radial-gradient(circle at 92% 10%, rgba(255, 174, 35, .28), transparent 24%),
		linear-gradient(135deg, #fff8ec, #ffffff 58%, #f1f4f8);
	box-shadow: 0 18px 42px rgba(42, 49, 61, .08);
}

.about-page .about-unified-hero::before {
	border-color: rgba(255, 157, 0, .20);
	box-shadow: 0 0 0 44px rgba(255, 157, 0, .07), 0 0 0 88px rgba(255, 255, 255, .75);
}

.about-page .about-unified-hero h2,
.about-page .about-unified-hero > p,
.about-page .about-unified-brand-note,
.about-page .about-unified-stats b,
.about-page .about-unified-steps h3 {
	color: #252a35 !important;
}

.about-page .about-unified-hero .about-eyebrow,
.about-page .about-unified-steps b {
	color: #e88d00;
}

.about-page .about-unified-stats > div,
.about-page .about-unified-steps > div {
	border-color: #e3e7ed;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 8px 20px rgba(37, 42, 53, .045);
	backdrop-filter: none;
}

.about-page .about-unified-stats span,
.about-page .about-unified-steps p {
	color: #69717e !important;
}

.about-page .about-hero-link {
	background: #ff9d00;
	color: #fff !important;
	box-shadow: 0 9px 18px rgba(255, 157, 0, .20);
}

.about-page .about-hero-link:hover,
.about-page .about-hero-link:focus-visible,
.about-page .about-team-banner__link:hover,
.about-page .about-team-banner__link:focus-visible {
	background: #e88d00;
	color: #fff !important;
}

.about-page .about-hero-link-light {
	border: 1px solid #e2e6ec;
	background: #fff !important;
	color: #252a35 !important;
	box-shadow: none;
}

.about-page #principles {
	border-color: #f0ca80;
	background:
		radial-gradient(circle at 90% 4%, rgba(255, 166, 25, .23), rgba(255, 166, 25, 0) 25%),
		linear-gradient(135deg, #fff8ea, #ffffff 57%, #f3f5f8);
	box-shadow: 0 16px 38px rgba(42, 49, 61, .07);
}

.about-page #principles .about-eyebrow { color: #e88d00; }
.about-page #principles .about-section-head h2,
.about-page #principles .about-section-head p:not(.about-eyebrow),
.about-page #principles .about-principles-grid h3,
.about-page #principles .about-principles-grid p {
	color: #252a35 !important;
}

.about-page #principles .about-section-head p:not(.about-eyebrow),
.about-page #principles .about-principles-grid p {
	color: #69717e !important;
}

.about-page #principles .about-principles-grid article {
	border-color: #e3e7ed;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 8px 20px rgba(37, 42, 53, .045);
}

.about-page .about-team-banner {
	border: 1px solid #e3e7ed;
	background: linear-gradient(135deg, #f4f6f9, #fff 56%, #fff6e4);
	box-shadow: 0 16px 38px rgba(42, 49, 61, .08);
}

.about-page .about-team-banner__content {
	background:
		radial-gradient(circle at 16% 8%, rgba(255, 172, 34, .28), transparent 29%),
		linear-gradient(135deg, #fff8ec, #f4f6f9);
}

.about-page .about-team-banner__content .about-eyebrow { color: #e88d00; }
.about-page .about-team-banner__content h2 { color: #252a35 !important; }
.about-page .about-team-banner__content p:not(.about-eyebrow) { color: #69717e !important; }
.about-page .about-team-banner__link { background: #ff9d00; color: #fff !important; }
.about-page .about-team-banner__media::after {
	background: linear-gradient(90deg, rgba(255, 248, 236, .52), rgba(255, 248, 236, 0) 38%);
}

.about-page #request {
	border: 1px solid #efcd88;
	background:
		radial-gradient(circle at 88% 16%, rgba(255, 166, 23, .25), rgba(255, 166, 23, 0) 26%),
		linear-gradient(135deg, #fff7e6, #ffffff 55%, #f1f4f8);
	box-shadow: 0 16px 38px rgba(42, 49, 61, .07);
}

.about-page #request .about-eyebrow { color: #e88d00; }
.about-page #request .about-section-head h2,
.about-page #request .about-proof-grid h3 { color: #252a35; }
.about-page #request .about-section-head p:not(.about-eyebrow),
.about-page #request .about-proof-grid p { color: #69717e; }
.about-page #request .about-proof-grid article {
	border-color: #e3e7ed;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 8px 20px rgba(37, 42, 53, .045);
}
.about-page #request .about-proof-grid a { color: #d98100; }

/* Editorial article layout */
.article-story-page .block-top {
	background: linear-gradient(135deg, #fff 0%, #f8f9fb 68%, #fff7e9 100%);
	border-bottom: 1px solid #edf0f4;
}

.article-story {
	max-width: 1180px;
	padding-top: 34px;
	padding-bottom: 72px;
	color: #353b47;
}

.article-story__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 1.35;
	color: #6b7482;
}

.article-story__meta-item,
.article-story__like,
.article-story__share {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.article-story__meta-item + .article-story__meta-item::before {
	content: '';
	width: 4px;
	height: 4px;
	margin-right: 7px;
	border-radius: 50%;
	background: #f2a31a;
}

.article-story__meta svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.article-story__views { color: #586273; }

.article-story__like,
.article-story__share {
	padding: 7px 10px;
	border: 1px solid #e5e9ef;
	border-radius: 999px;
	background: #fff;
	color: #4c5665;
	font: inherit;
	transition: border-color .2s ease, background-color .2s ease, color .2s ease, transform .2s ease;
}

.article-story__like:hover,
.article-story__like:focus-visible,
.article-story__like[aria-pressed="true"] {
	border-color: #f1bd55;
	background: #fff7e9;
	color: #d88000;
}

.article-story__like[aria-pressed="true"] svg { fill: currentColor; }
.article-story__share:hover,
.article-story__share:focus-visible { border-color: #f1bd55; color: #d88000; }
.article-story__like:active,
.article-story__share:active { transform: translateY(1px); }

.article-story__cover {
	margin: 0 0 36px;
	overflow: hidden;
	border: 1px solid #e7ebf0;
	border-radius: 20px;
	background: #f5f7fa;
	box-shadow: 0 16px 38px rgba(34, 43, 57, .07);
}

.article-story__cover img {
	display: block;
	width: 100%;
	max-height: 580px;
	object-fit: cover;
}

.article-story__layout {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 54px;
	align-items: start;
}

.article-story__toc {
	position: sticky;
	top: 112px;
	padding: 20px 18px;
	border: 1px solid #e8ecf1;
	border-radius: 16px;
	background: linear-gradient(145deg, #fff 0%, #f6f8fb 100%);
	box-shadow: 0 10px 24px rgba(34, 43, 57, .05);
}

.article-story__toc-title,
.article-story__author-kicker {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #df8c00;
}

.article-story__toc-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.article-story__toc-list li + li { margin-top: 10px; }
.article-story__toc-list li.is-subsection { padding-left: 12px; }
.article-story__toc-list a {
	color: #556070;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}
.article-story__toc-list a:hover,
.article-story__toc-list a:focus-visible { color: #d98000; text-decoration: underline; }

.article-story__content {
	min-width: 0;
	max-width: 780px;
	font-size: 17px;
	line-height: 1.72;
	color: #48515e;
}

.article-story__content > :first-child { margin-top: 0; }
.article-story__content p,
.article-story__content ul,
.article-story__content ol,
.article-story__content table,
.article-story__content blockquote { margin-bottom: 22px; }
.article-story__content h2,
.article-story__content h3 {
	position: relative;
	margin: 44px 0 18px;
	padding-top: 4px;
	color: #252a35;
	font-weight: 800;
	line-height: 1.22;
	scroll-margin-top: 118px;
}
.article-story__content h2 { font-size: clamp(25px, 3vw, 34px); }
.article-story__content h3 { font-size: clamp(21px, 2.3vw, 26px); }
.article-story__content h2::before {
	content: '';
	display: block;
	width: 42px;
	height: 3px;
	margin-bottom: 12px;
	border-radius: 2px;
	background: linear-gradient(90deg, #ffad22, #ef9410);
}
.article-story__content a { color: #d77f00; text-decoration-color: rgba(215, 127, 0, .35); }
.article-story__content a:hover { color: #a96200; }
.article-story__content blockquote {
	margin-left: 0;
	padding: 18px 22px;
	border-left: 3px solid #f4a31d;
	border-radius: 0 12px 12px 0;
	background: #fff8ec;
	color: #4f5865;
}
.article-story__content table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid #e5e9ef; border-radius: 12px; font-size: 15px; }
.article-story__content th,
.article-story__content td { padding: 12px 14px; border-bottom: 1px solid #e9edf2; }
.article-story__content th { background: #f5f7fa; color: #303744; }
.article-story__content tr:last-child td { border-bottom: 0; }

.article-story__author {
	display: flex;
	gap: 18px;
	max-width: 780px;
	margin: 48px 0 0 auto;
	padding: 28px;
	border: 1px solid #f0d49e;
	border-radius: 20px;
	background: radial-gradient(circle at 93% 12%, rgba(255, 181, 47, .2), transparent 30%), linear-gradient(135deg, #fff8ea, #fff 64%, #f6f8fb);
	box-shadow: 0 14px 34px rgba(34, 43, 57, .07);
}
.article-story__author-avatar {
	display: flex;
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff7e8;
	box-shadow: 0 0 0 3px rgba(237, 143, 0, .28);
}
.article-story__author-photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.article-story__author-copy { min-width: 0; }
.article-story__author-kicker { margin-bottom: 5px; }
.article-story__author h2 { margin: 0; color: #242b37; font-size: 25px; }
.article-story__author h2 a { color: inherit; text-decoration: none; }
.article-story__author h2 a:hover { color: #d77f00; }
.article-story__author-role { margin: 3px 0 10px; color: #d68000; font-size: 14px; font-weight: 700; }
.article-story__author p:not(.article-story__author-role) { margin: 0; color: #657080; font-size: 15px; line-height: 1.6; }
.article-story__author-link { display: inline-block; margin-top: 14px; color: #c87300; font-size: 14px; font-weight: 800; text-decoration: none; }
.article-story__author-link:hover { color: #9f5e00; text-decoration: underline; }
.article-story__author-link span { padding-left: 3px; }

@media (max-width: 991.98px) {
	.article-story__layout { grid-template-columns: 1fr; gap: 28px; }
	.article-story__toc { position: static; }
	.article-story__toc-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; }
	.article-story__toc-list li + li { margin-top: 0; }
	.article-story__content,
	.article-story__author { max-width: none; }
}

@media (max-width: 575.98px) {
	.article-story { padding-top: 24px; padding-bottom: 48px; }
	.article-story__meta { gap: 8px 10px; font-size: 13px; }
	.article-story__share span { display: none; }
	.article-story__cover { margin-bottom: 26px; border-radius: 14px; }
	.article-story__toc { padding: 17px; }
	.article-story__toc-list { grid-template-columns: 1fr; }
	.article-story__content { font-size: 16px; line-height: 1.68; }
	.article-story__content h2 { margin-top: 36px; }
	.article-story__author { gap: 14px; margin-top: 38px; padding: 22px 18px; border-radius: 16px; }
	.article-story__author-avatar { flex-basis: 48px; width: 48px; height: 48px; font-size: 14px; }
	.article-story__author h2 { font-size: 21px; }
}

/* Domain-verification article visual notes */
.article-story__visual {
	margin: 30px 0 34px;
	overflow: hidden;
	border: 1px solid #e6ebf1;
	border-radius: 16px;
	background: #f6f8fa;
	box-shadow: 0 12px 28px rgba(34, 43, 57, .06);
}
.article-story__visual img {
	display: block;
	width: 100%;
	height: auto;
}
.article-story__visual figcaption {
	padding: 12px 16px 14px;
	border-top: 1px solid #e9edf2;
	background: #fff;
	color: #687281;
	font-size: 13px;
	line-height: 1.5;
}
@media (max-width: 575.98px) {
	.article-story__visual { margin: 24px 0 28px; border-radius: 12px; }
	.article-story__visual figcaption { padding: 10px 12px 12px; font-size: 12px; }
}
