.header__main,
.header__topbar {
	border-bottom: 1px solid #e9ecef
}

.btn--accent,
.logo__text {
	text-transform: uppercase
}

.hero__title-accent,
.logo__text,
.section-title__accent {
	-webkit-text-fill-color: transparent
}

.calculator::before,
.faq::before,
.hero::before,
.quiz-section::before,
.seo-fade,
.service-hero::before,
.toast-container,
.tooltip {
	pointer-events: none
}

.form-textarea,
.form__textarea {
	resize: vertical;
	resize: vertical
}

.advantage-icon:hover img,
.condition-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)
}

.btn--primary,
.floating-widget__label,
.header__cta-btn {
	white-space: nowrap
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

html {
	scroll-behavior: smooth
}

body {
	font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400
}

.page {
	min-height: 100vh;
	display: flex;
	flex-direction: column
}

.btn-text,
.main,
.process-step__content {
	flex: 1
}

.calculator__container,
.container,
.hero__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px
}

.header {
	position: sticky;
	top: 0;
	z-index: 1000
}

.dropdown,
.header__nav,
.header__nav-item {
	position: relative
}

.header__topbar {
	background-color: #f8f9fa;
	font-size: 13px;
	color: #6c757d
}

.header__topbar .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 8px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header__topbar-left,
.header__topbar-right {
	display: flex;
	align-items: center;
	gap: 24px
}

.header__topbar-item {
	font-weight: 500
}

.header__topbar-location {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	color: #495057
}

.header__topbar-location svg {
	color: #007bff
}

.header__main {
	background-color: #fff
}

.about-hero__title-accent,
.logo__text {
	background: linear-gradient(135deg, #5ca3ff 0, #28598d 100%)
}

.header__main .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 16px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px
}

.detail-block__text p:last-child,
.quiz-bonus:last-child {
	margin-bottom: 0
}

.header__logo {
	flex-shrink: 0
}

.logo {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px
}

.logo__icon {
	display: flex;
	flex-shrink: 0
}

.logo__icon img {
	width: 45px;
	height: auto
}

.logo__text {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	letter-spacing: -.02em;
	line-height: 1.2;
	background-clip: text;
	-webkit-background-clip: text
}

.dropdown-link:hover,
.header__mobile-nav-link:hover,
.header__phone-icon,
.header__phone-number:hover {
	color: #007bff
}

.header__contact-block,
.trust-cta__actions {
	display: flex;
	align-items: center;
	gap: 20px
}

.header__phone {
	display: flex;
	align-items: center;
	gap: 8px
}

.header__phone-icon {
	flex-shrink: 0
}

.header__phone-number {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	transition: color .2s
}

.header__cta-btn {
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border: 1px solid #4b8ad8;
	border-bottom-color: #3c75b9;
	box-shadow: 0 3px 10px rgb(126 126 126 / 38%), 0 12px 27px #3d76bb, 0 2px 0 #376eae
}

.header__mobile-nav-link,
.header__nav-link {
	font-weight: 500;
	color: #333;
	text-decoration: none
}

.header__cta-btn:hover {
	background: linear-gradient(135deg, #5497ed, #4e82bf)
}

.header__nav {
	transition: .3s ease-in-out;
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(10px);
	z-index: -1
}

.header__nav-list {
	display: flex;
	list-style: none;
	justify-content: space-between;
	margin: 0 -20px;
	padding: 0;
	gap: 0
}

.header__nav-link {
	display: block;
	padding: 10px 20px;
	font-size: 15px;
	transition: .2s;
	border-bottom: 3px solid transparent
}

.header__nav-link:hover {
	color: #007bff;
	border-bottom-color: #007bff
}

.dropdown-toggle {
	display: flex !important;
	align-items: center;
	gap: 6px
}

.dropdown-toggle svg {
	transition: transform .2s
}

.dropdown:hover .dropdown-toggle svg,
.seo-toggle.expanded .seo-toggle-icon {
	transform: rotate(180deg)
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	pointer-events: none;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	min-width: 250px;
	opacity: 0;
	transform: translateY(-10px);
	transition: .3s;
	z-index: 1000;
	list-style: none;
	margin: 0;
	padding: 8px 0;
	visibility: visible
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0)
}

.dropdown-link {
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	transition: .2s
}

.dropdown-link:hover {
	background-color: #f8f9fa
}

.header__burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	gap: 4px;
	z-index: 1000;
	position: relative
}

.header__burger-line {
	width: 100%;
	height: 3px;
	background: #333;
	border-radius: 2px;
	transition: .3s
}

.header__overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 998;
	opacity: 0;
	transition: opacity .3s
}

.header__mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 300px;
	height: 100vh;
	background: #fff;
	z-index: 999;
	transition: right .3s;
	box-shadow: -4px 0 20px rgba(0, 0, 0, .1);
	overflow-y: auto
}

.header__mobile-cta,
.header__mobile-cta:hover {
	background: linear-gradient(135deg, #5497ed, #4e82bf)
}

.header__mobile-nav-list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0
}

.header__mobile-nav-item {
	border-bottom: 1px solid #f8f9fa
}

.header__mobile-nav-link {
	display: block;
	padding: 16px 0;
	font-size: 16px;
	transition: color .2s
}

.header__mobile-contact {
	padding-top: 20px;
	border-top: 1px solid #f8f9fa
}

.header__mobile-phone {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	margin-bottom: 16px
}

.header__mobile-cta {
	width: 100%;
	color: #fff;
	border: none;
	padding: 14px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s
}

@media (max-width: 768px) {

	.header__cta-btn,
	.header__topbar {
		display: none
	}

	.header__logo {
		flex-grow: 1
	}

	.logo__text {
		font-size: 20px
	}

	.header__phone {
		display: flex;
		margin-right: 1rem
	}

	.header__phone-number {
		font-size: 16px;
		white-space: nowrap
	}
}

@media (min-width: 768px) {
	.header__nav.hidden {
		transform: translateY(-100px)
	}
}

.hero {
	padding: 80px 0 100px;
	position: relative;
	overflow: hidden;
	min-height: 500px;
	background-size: cover
}

.video-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%
}

;

@media (max-width: 1199px) {
	.video-bg {
		height: 100%;
		width: auto
	}

	;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0.5;
	background-color: #1a2227;
	z-index: 1;
}

@keyframes heroGradient {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .8
	}
}

.hero__container {
	position: relative;
	z-index: 2
}

.hero__content,
.best-choice__content,
.social-proof__content,
.trust-section__content {
	display: flex;
	flex-direction: column;
	gap: 60px
}

.hero__content {
	margin-top: 50px;
}

.hero__main {
	display: flex;
	justify-content: end;
}

.hero__text {
	display: flex;
	flex-direction: column;
	align-items: end;
	text-align: end;
	width: 100%;
	max-width: 700px;
	animation: .8s ease-out both fadeInLeft;
	z-index: 2;
}

.hero__title {
	font-size: 56px;
	font-weight: 800;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 24px;
	letter-spacing: -.02em;
	text-shadow: 0 4px 20px rgba(0, 0, 0, .2)
}

.typed-cursor {
	display: inline-block;
	margin-left: 3px;
	font-weight: 400;
	color: #fff;
	animation: blink 0.7s infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.hero__title-accent {
	/* background: linear-gradient(135deg,#5497ed,#3368a5); */
	background: #5497ed;
	background-clip: text;
	-webkit-background-clip: text;
	position: relative;
	margin-top: 8px
}

.hero__subtitle {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 40px
}

.hero__benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px
}

.benefit {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 0
}

.benefit__icon {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #fff
}

.benefit__icon svg {
	width: 20px;
	height: 20px
}

.benefit__text {
	color: #fff;
	font-size: 16px;
	line-height: 1.4
}

.benefit__text strong {
	font-weight: 700;
	font-size: 18px
}

.hero__form {
	animation: .8s ease-out .2s both fadeInRight
}

.consultation-form {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
	border: 1px solid rgba(255, 255, 255, .2)
}

.consultation-form__header,
.hero-form__header {
	text-align: center;
	margin-bottom: 28px
}

.consultation-form__title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
	line-height: 1.2
}

.section__header,
.services__header {
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

.consultation-form__subtitle {
	font-size: 16px;
	color: #667eea;
	font-weight: 500
}

.consultation-form__form,
.hero-form__form,
.modal__form {
	display: flex;
	flex-direction: column;
	gap: 20px
}

/* Стили для выбора способа связи */
.form__label {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.contact-methods {
	display: flex;
	gap: 12px;
	padding: 8px;
	background: #f8fafc;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
}

.contact-methods input[type="radio"] {
	display: none;
}

.contact-method {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #fff;
	border: 2px solid #e2e8f0;
	cursor: pointer;
	transition: all 0.2s ease;
	color: #6b7280;
}

.contact-method:hover {
	border-color: #3b82f6;
	color: #3b82f6;
}

.contact-methods input[type="radio"]:checked+.contact-method {
	border-color: #3b82f6;
	background: #3b82f6;
	color: #fff;
}

.contact-method svg {
	width: 20px;
	height: 20px;
}

.calculator__radio-group,
.footer__contacts,
.form-group {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.form-input {
	color: #333;
	font-family: inherit
}

.btn--accent,
.btn--primary,
.consultation-form__btn {
	background: linear-gradient(135deg, #5497ed, #3368a5);
	color: #fff
}

.form-input:focus {
	box-shadow: 0 0 0 3px rgba(102, 126, 234, .1)
}

.consultation-form__btn {
	border: 1px solid #4b8ad8;
	border-radius: 12px;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px;
	border-bottom-color: #3c75b9;
	border-bottom-width: 4px
}

.btn,
.btn--accent,
.btn--primary {
	font-weight: 600
}

.consultation-form__btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(102, 126, 234, .4);
	background: linear-gradient(135deg, #5a6fd8, #6a42a3)
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	font-size: 16px;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 6px;
	cursor: pointer;
	transition: .2s;
	text-align: center;
	font-family: inherit;
	line-height: 1.2
}

.btn--primary,
.services__item {
	transition: .3s;
	cursor: pointer
}

.btn--primary {
	border-radius: 8px;
	border: 1px solid #4b8ad8;
	border-bottom-color: #3c75b9;
	box-shadow: 0 3px 10px rgb(126 126 126 / 38%), 0 12px 27px #3d76bb, 0 2px 0 #376eae
}

.btn--primary:hover {
	background-color: #0056b3;
	border-color: #0056b3;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, .3)
}

.btn--accent {
	border: 1px solid #4b8ad8;
	border-radius: 25px;
	letter-spacing: .5px;
	box-shadow: 0 4px 12px rgb(81 147 230);
	border-bottom-color: #3c75b9;
	box-shadow: 0 3px 10px rgb(126 126 126 / 38%), 0 12px 27px #3d76bb, 0 4px 0 #376eae
}

.calculator__form,
.calculator__results,
.services__item {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	overflow: hidden
}

.btn--accent:hover,
.form-submit:hover {
	background: linear-gradient(135deg, #5497ed, #4e82bf)
}

.services {
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
	padding: 80px 0;
	border-top: 1px solid #f5f5f5
}

.services__header {
	max-width: 900px
}

.section__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
	margin-bottom: 24px;
	letter-spacing: -.02em
}

.section-title__accent {
	position: relative;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	background-clip: text;
	-webkit-background-clip: text
}

.section-title__accent::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border-radius: 2px
}

.section__subtitle {
	font-size: 20px;
	color: #6c757d;
	line-height: 1.6;
	margin: 0 auto
}

.services__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 60px
}

.services__item {
	background: #fff;
	border-radius: 16px;
	border: 1px solid #f5f5f5;
	user-select: none
}

.services__item:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .12)
}

.services__item:active {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, .1)
}

.services__item-image {
	position: relative;
	overflow: hidden;
	height: 240px
}

.quiz-option-image img,
.services__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s
}

.image-wrapper:hover .detail-image,
.quiz-option:hover .quiz-option-image img,
.services__item:hover .services__photo {
	transform: scale(1.05)
}

.services__item-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, rgba(0, 123, 255, .8), rgba(255, 107, 53, .8));
	opacity: 0;
	transition: opacity .3s;
	z-index: 1
}

.sales-question:hover::before,
.services__item:hover .services__item-image::before {
	opacity: 1
}

.services__item-content {
	padding: 24px
}

.services__item-title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 8px;
	line-height: 1.2
}

.services__item-description {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 16px;
	line-height: 1.4
}

.services__item-details {
	display: flex;
	gap: 16px;
	flex-wrap: wrap
}

.services__detail {
	font-size: 12px;
	color: #007bff;
	background: #f0f8ff;
	padding: 4px 12px;
	border-radius: 12px;
	font-weight: 500
}

.sales-questions__cta-text strong,
.services__item-price {
	background: linear-gradient(135deg, #5497ed, #3368a5);
	-webkit-text-fill-color: transparent
}

.cta-benefit,
.hero-stat,
.quiz-form-note,
.section-header,
.seo-content .section__title,
.services__action {
	text-align: center
}

.services__btn {
	min-width: 300px
}

.services__item-price {
	font-size: 24px;
	font-weight: 700;
	background-clip: text;
	-webkit-background-clip: text;
	margin-bottom: 12px;
	display: block
}

.services__item-badge,
.services__item-btn {
	color: #fff;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase
}

.services__item-badge {
	position: absolute;
	top: 16px;
	right: 16px;
	background: linear-gradient(135deg, #ff6b35, #f7931e);
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	z-index: 2
}

.calculator,
.calculator__content,
.calculator__form,
.calculator__results,
.conditions__player,
.quiz-option--popular,
.quiz-option--urgent,
.services__item {
	position: relative
}

.services__item-badge--economy {
	background: linear-gradient(135deg, #10b981, #059669)
}

.services__item-badge--premium {
	background: linear-gradient(135deg, #8b5cf6, #7c3aed)
}

.services__item-btn {
	display: flex;
	justify-content: center;
	text-decoration: none;
	width: 100%;
	background: linear-gradient(135deg, #007bff, #0056b3);
	border: none;
	padding: 12px 20px;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer;
	transition: .3s;
	margin-top: 16px
}

.services__item-btn:hover {
	background: linear-gradient(135deg, #0056b3, #004085);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 123, 255, .3)
}

.services__item:hover {
	border-color: #99c6fb;
	box-shadow: 0 16px 40px rgb(53 171 255 / 20%)
}

.calculator {
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
	padding: 80px 0
}

.calculator::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 30%, rgba(59, 130, 246, .05) 0, transparent 50%), radial-gradient(circle at 80% 70%, rgba(139, 92, 246, .05) 0, transparent 50%)
}

.calculator__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: start;
	z-index: 1
}

.calculator__form {
	background: #fff;
	border-radius: 16px;
	border: 2px solid #e2e8f0;
	padding: 32px
}

.calculator__form::before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background: linear-gradient(135deg, #3b82f6, #8b5cf6);
	border-radius: 16px;
	z-index: -1;
	opacity: 0
}

.faq::before,
.faq__image::before,
.sales-question::before,
.sales-questions::before,
.seo-fade {
	left: 0;
	right: 0;
	bottom: 0
}

.calculator__header,
.quiz-header,
.quiz-result-header {
	margin-bottom: 40px
}

.calculator__title {
	font-size: 36px;
	font-weight: 700;
	color: #333;
	margin-bottom: 16px;
	line-height: 1.2
}

.calculator__description {
	font-size: 18px;
	color: #6c757d;
	line-height: 1.5
}

.calculator__fields {
	display: flex;
	flex-direction: column;
	gap: 32px
}

.calculator__field,
.calculator__slider-group {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.calculator__label {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 1.3
}

.calculator__radio {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	padding: 12px 0
}

.calculator__radio input {
	display: none
}

.calculator__radio-custom {
	width: 20px;
	height: 20px;
	border: 2px solid #007bff;
	border-radius: 50%;
	position: relative;
	flex-shrink: 0;
	transition: .2s
}

.calculator__radio input:checked+.calculator__radio-custom::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	background-color: #007bff;
	border-radius: 50%
}

.calculator__radio-text {
	font-size: 14px;
	color: #333;
	line-height: 1.4
}

.calculator__slider {
	width: 100%;
	height: 6px;
	border-radius: 3px;
	background: #f5f5f5;
	outline: 0;
	-webkit-appearance: none;
	appearance: none
}

.calculator__slider::-webkit-slider-thumb {
	appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #007bff;
	cursor: pointer;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 123, 255, .3)
}

.calculator__slider::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #007bff;
	cursor: pointer;
	border: 3px solid #fff;
	box-shadow: 0 2px 8px rgba(0, 123, 255, .3)
}

.calculator__slider-value {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #007bff
}

.calculator__results {
	background: linear-gradient(135deg, #fff 0, #f1f5f9 100%);
	border-radius: 16px;
	padding: 32px;
	border: 2px solid #cbd5e1;
	position: sticky;
	top: 160px
}

.calculator__results::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #3b82f6, #8b5cf6);
	border-radius: 2px 2px 0 0
}

.calculator__result-header {
	margin-bottom: 24px
}

.calculator__result-title {
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 8px
}

.calculator__result-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e9ecef
}

.calculator__result-item--total {
	margin-top: 16px;
	padding-top: 20px;
	border-top: 2px solid #007bff;
	border-bottom: none
}

.calculator__result-label {
	font-size: 16px;
	color: #333
}

.calculator__result-value {
	font-size: 18px;
	font-weight: 600;
	color: #333
}

.calculator__result-value--total {
	font-size: 24px;
	color: #007bff
}

.calculator__disclaimer {
	margin: 24px 0;
	padding: 16px;
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 6px
}

.calculator__disclaimer p {
	font-size: 12px;
	color: #856404;
	margin: 0;
	line-height: 1.4
}

.calculator__action {
	margin-top: 24px
}

.calculator__btn {
	width: 100%;
	justify-content: center
}

@media (max-width: 1024px) {
	.header__burger {
		display: flex;
		display: flex !important
	}

	.header__contact-block {
		gap: 12px
	}

	.header__cta-btn {
		padding: 10px 16px;
		font-size: 13px
	}

	.calculator__content {
		grid-template-columns: 1fr;
		gap: 32px
	}

	.calculator__title {
		font-size: 28px
	}

	.calculator__form,
	.calculator__results {
		padding: 24px;
		border-radius: 12px
	}
}

.sales-questions {
	padding: 80px 0;
	position: relative;
	overflow: hidden
}

.sales-questions::before {
	content: '';
	position: absolute;
	top: 0;
	background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .1) 0, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, .1) 0, transparent 50%);
	pointer-events: none
}

.sales-questions__header {
	text-align: center;
	margin-bottom: 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.sales-questions__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 80px
}

.for-whom {
	padding: 80px 0;
	position: relative;
	overflow: hidden
}

.for-whom::before {
	content: '';
	position: absolute;
	top: 0;
	background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .1) 0, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, .1) 0, transparent 50%);
	pointer-events: none
}

.for-whom__header {
	text-align: center;
	margin-bottom: 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.for-whom__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	margin-bottom: 80px
}

.sales-question {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, .4);
	transition: .3s;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .15)
}

.sales-question::before {
	content: '';
	position: absolute;
	top: 0;
	background: linear-gradient(135deg, rgba(0, 123, 255, .05), rgba(255, 107, 53, .05));
	opacity: 0;
	transition: opacity .3s;
	border-radius: 20px
}

.sales-question__header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px
}

.sales-question__icon {
	flex-shrink: 0;
	width: 54px;
	height: 54px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 123, 255, .3);
	transition: .3s
}

.sales-question:hover .sales-question__icon {
	transform: scale(1.1);
	box-shadow: 0 12px 32px rgba(0, 123, 255, .4)
}

.sales-question__icon svg {
	width: 32px;
	height: 32px
}

.sales-question__content {
	position: relative;
	z-index: 1
}

.sales-question__title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1.3
}

.sales-question__text {
	font-size: 16px;
	color: #6c757d;
	line-height: 1.5;
	margin-bottom: 24px
}

.sales-questions__cta {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(20px);
	border-radius: 24px;
	padding: 48px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .3);
	box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden
}

.sales-questions__cta::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #4d8edf1a, rgb(102 126 234 / 0%));
	border-radius: 24px
}

.for-whom-item {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 32px 140px 32px 32px;
	border: 1px solid rgba(255, 255, 255, .4);
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
	transition: all .3s;
}

.for-whom-item:hover {
	background: #5497ed;
}

.for-whom-item .for-whom-item__title,
.for-whom-item .for-whom-item__text {
	transition: all .3s;
}

.for-whom-item:hover .for-whom-item__title,
.for-whom-item:hover .for-whom-item__text {
	color: #fff;
}

.for-whom-item::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	height: 130px;
	width: 140px;
	margin: auto;
	background: url("../design/icons.webp");
}

.for-whom-item.design-icon-1::before {
	background-position: right -111px;
}

.for-whom-item.design-icon-2::before {
	background-position: right -228px;
}

.for-whom-item.design-icon-3::before {
	background-position: right -333px;
}

.for-whom-item.design-icon-4::before {
	background-position: right -457px;
}

.for-whom-item.design-icon-5::before {
	background-position: right -600px;
}

.for-whom-item.design-icon-6::before {
	background-position: right -738px;
}

.for-whom-item__header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px
}

.for-whom-item__icon {
	flex-shrink: 0;
	width: 54px;
	height: 54px;
	background: linear-gradient(135deg, #007bff, #0056b3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 123, 255, .3);
	transition: .3s
}

.for-whom-item:hover .for-whom-item__icon {
	transform: scale(1.1);
	box-shadow: 0 12px 32px rgba(0, 123, 255, .4)
}

.for-whom-item__icon svg {
	width: 32px;
	height: 32px
}

.for-whom-item__content {
	position: relative;
	z-index: 1
}

.for-whom-item__title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
	line-height: 1.3
}

.for-whom-item__text {
	font-size: 16px;
	color: #6c757d;
	line-height: 1.5;
}

.quiz-sidebar>*,
.sales-questions__cta-content {
	position: relative;
	z-index: 1
}

.sales-questions__cta-title {
	font-size: 28px;
	font-weight: 700;
	color: #333;
	margin-bottom: 16px;
	line-height: 1.2
}

.sales-questions__cta-text {
	font-size: 18px;
	color: #6c757d;
	line-height: 1.5;
	margin-bottom: 32px
}

.sales-questions__cta-text strong {
	color: #ff6b35;
	background-clip: text;
	-webkit-background-clip: text;
	font-weight: 700
}

.sales-questions__cta-btn {
	font-size: 17px;
	padding: 18px 40px;
	min-width: 350px;
	border-radius: 50px
}

.seo-section {
	padding: 80px 0;
	background-color: #f8fafc;
	border-top: 1px solid #e2e8f0
}

.seo-content {
	position: relative;
	margin: 0 auto
}

.seo-text {
	max-height: 500px;
	overflow: hidden;
	transition: max-height .8s ease-in-out;
	color: #374151;
	line-height: 1.8;
	font-size: 16px
}

.seo-text.expanded {
	max-height: none
}

.seo-text h3 {
	font-size: 24px;
	font-weight: 600;
	color: #1e293b;
	margin: 40px 0 20px;
	line-height: 1.4
}

.seo-text h4 {
	font-size: 20px;
	font-weight: 600;
	color: #334155;
	margin: 30px 0 15px;
	line-height: 1.4
}

.faq__header,
.form-group,
.seo-text p {
	margin-bottom: 20px
}

.seo-text ol,
.seo-text ul {
	margin: 20px 0;
	padding-left: 30px
}

.seo-text li {
	margin-bottom: 10px
}

.seo-text strong {
	font-weight: 600;
	color: #1e293b
}

.seo-fade {
	position: absolute;
	height: 300px;
	background: linear-gradient(to bottom, transparent 0, #f8fafc 70%, #f8fafc 100%);
	transition: opacity .8s ease-in-out
}

.faq,
.faq__form,
.faq__image,
.seo-toggle {
	position: relative
}

.seo-fade.hidden {
	opacity: 0
}

.seo-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0 auto;
	padding: 16px 32px;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	width: auto
}

.quiz-btn:hover,
.seo-toggle:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(84, 151, 237, .4)
}

.seo-toggle-icon {
	transition: transform .3s
}

@media (max-width: 768px) {
	.seo-section {
		padding: 60px 0
	}

	.seo-title {
		font-size: 28px;
		margin-bottom: 30px
	}

	.seo-text {
		max-height: 400px;
		font-size: 15px
	}

	.seo-text h3 {
		font-size: 22px;
		margin: 30px 0 15px
	}

	.seo-text h4 {
		font-size: 18px;
		margin: 25px 0 12px
	}

	.seo-toggle {
		padding: 14px 28px;
		font-size: 15px
	}
}

.faq {
	background: linear-gradient(135deg, #f8f9fa 0, #fff 100%);
	padding: 80px 0
}

.faq::before {
	content: '';
	position: absolute;
	top: 0;
	background: radial-gradient(circle at 20% 80%, rgba(0, 123, 255, .03) 0, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 107, 53, .03) 0, transparent 50%)
}

.faq__content {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 80px;
	align-items: start
}

.faq__info,
.faq__questions {
	display: flex;
	flex-direction: column;
	gap: 40px
}

.faq__image {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.faq__image::before {
	content: '';
	position: absolute;
	top: 0;
	background: linear-gradient(135deg, rgba(0, 123, 255, .1) 0, rgba(255, 107, 53, .1) 100%);
	z-index: 1
}

.faq__image-photo {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block
}

.faq__form {
	background: #fff;
	padding: 32px;
	border-radius: 16px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
	border: 1px solid #f5f5f5
}

.faq__form::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: linear-gradient(135deg, #007bff, #ff6b35);
	border-radius: 16px;
	z-index: -1;
	opacity: 0;
	transition: opacity .3s
}

.faq__form:hover::before,
.image-wrapper:hover .image-overlay {
	opacity: 1
}

.faq__form-title {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.2
}

.faq__form-description {
	font-size: 16px;
	color: #6c757d;
	line-height: 1.5;
	margin-bottom: 24px
}

.faq__form-btn {
	width: 100%;
	padding: 18px 32px;
	font-size: 14px
}

.faq__title {
	font-size: 48px;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
	letter-spacing: -.02em;
	margin-bottom: 16px
}

.faq__title-accent {
	color: #ff6b35;
	position: relative
}

.faq__title-accent::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #ff6b35, #f7931e);
	border-radius: 2px
}

.faq__description {
	font-size: 18px;
	color: #6c757d;
	line-height: 1.6
}

.advantages-list,
.faq__list,
.quiz-form-group {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.faq__item {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	transition: .3s
}

.faq__item:hover {
	border-color: #007bff;
	box-shadow: 0 4px 12px rgba(0, 123, 255, .1)
}

.faq__question {
	width: 100%;
	background: 0 0;
	border: none;
	padding: 24px 32px;
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	transition: .3s;
	font-family: inherit
}

.faq__question:hover {
	background: #f8f9fa
}

.faq__question-text {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	line-height: 1.4
}

.footer__contact:hover,
.footer__link:hover {
	color: #007bff
}

.faq__question-icon {
	width: 24px;
	height: 24px;
	color: #007bff;
	flex-shrink: 0;
	transition: .3s
}

.comparison-table,
.footer__links,
.footer__section,
.form-group,
.form__group {
	flex-direction: column;
	display: flex
}

.faq__answer {
	overflow: hidden;
	transition: max-height .3s, opacity .3s;
	max-height: 0;
	opacity: 0
}

.footer__contact,
.footer__legal-link,
.footer__link {
	text-decoration: none;
	transition: color .2s
}

.faq__item--active .faq__answer {
	max-height: 500px;
	opacity: 1
}

.faq__item--active .faq__question-icon {
	transform: rotate(180deg)
}

.faq__answer-content {
	padding: 0 32px 32px;
	border-top: 1px solid #f0f0f0
}

.faq__answer-content p {
	font-size: 16px;
	color: #6c757d;
	line-height: 1.6;
	margin-top: 20px
}

.footer {
	background-color: #f8f9fa;
	border-top: 1px solid #f5f5f5;
	margin-top: auto;
	padding: 80px 0
}

.footer__content {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 48px;
	margin-bottom: 48px
}

.footer__description {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.5;
	margin-top: 15px
}

.footer__title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px
}

.footer__links {
	list-style: none;
	gap: 12px
}

.footer__link {
	color: #6c757d;
	font-size: 14px
}

.footer__contact {
	color: #333;
	font-size: 14px;
	font-weight: 500
}

.footer__address {
	color: #6c757d;
	font-size: 14px;
	font-style: normal;
	line-height: 1.4
}

.footer__schedule {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 14px;
	color: #6c757d
}

.footer__bottom,
.footer__legal {
	display: flex;
	gap: 24px
}

.footer__emergency {
	color: #007bff;
	font-weight: 500;
	margin-top: 8px
}

.footer__copy,
.footer__legal-link {
	color: #6c757d;
	font-size: 14px
}

.footer__bottom {
	justify-content: space-between;
	align-items: center;
	padding-top: 32px;
	border-top: 1px solid #e9ecef
}

.footer__legal-link:hover {
	color: #007bff
}

/* Стили для страниц услуг */
.service-hero {
	background: linear-gradient(135deg, rgba(84, 151, 237, 0.1), rgba(51, 104, 165, 0.1));
	padding: 60px 0 40px;
	position: relative;
}

.service-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('https://seo-prodvizhenie.online/assets/img/hero-pattern.svg') center/cover;
	opacity: 0.05;
	z-index: -1;
}

.breadcrumbs {
	font-size: 14px;
	color: #6c757d;
	padding: 15px 0;
	border-bottom: 1px solid #e9ecef;
}

.breadcrumb-link {
	color: #5497ed;
	text-decoration: none;
	transition: color 0.2s;
}

.breadcrumb-link:hover {
	color: #3368a5;
}

.breadcrumb-separator {
	margin: 0 8px;
	color: #dee2e6;
}

.breadcrumb-current {
	color: #333;
	font-weight: 500;
}

.service-hero__title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 16px;
	line-height: 1.2;
}

.service-hero__subtitle {
	font-size: 1.1rem;
	color: #6c757d;
	max-width: 600px;
}

/* Layout с сайдбаром */
.service-content {
	padding: 60px 0;
	background: #fff;
}

.service-layout {
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 60px;
	align-items: start;
}

/* Сайдбар */
.service-sidebar {
	position: sticky;
	top: 120px;
}

.sidebar-section {
	background: #f8f9fa;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 24px;
	border: 1px solid #e9ecef;
}

.sidebar-section:last-child {
	margin-bottom: 0;
}

.sidebar-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 2px solid #5497ed;
}

.sidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav-item {
	margin-bottom: 8px;
}

.sidebar-nav-item:last-child {
	margin-bottom: 0;
}

.sidebar-nav-link {
	display: block;
	padding: 10px 12px;
	color: #333;
	text-decoration: none;
	border-radius: 6px;
	transition: all 0.2s;
	font-size: 14px;
}

.sidebar-nav-link:hover {
	background: #fff;
	color: #5497ed;
	transform: translateX(4px);
}

.sidebar-nav-link.active {
	background: #5497ed;
	color: #fff;
}

/* Основной контент */
.service-main {
	min-height: 600px;
}

/* Адаптивность */
@media (max-width: 1024px) {
	.service-layout {
		grid-template-columns: 280px 1fr;
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.service-hero {
		padding: 40px 0 30px;
	}

	.service-hero__title {
		font-size: 2rem;
	}

	.service-layout {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.service-sidebar {
		position: static;
		order: 2;
	}

	.service-main {
		order: 1;
	}
}

/* Дополнительные стили для сайдбара */
.sidebar-nav-link {
	display: flex;
	align-items: center;
	gap: 8px;
	position: relative;
}

.sidebar-nav-price {
	margin-left: auto;
	font-size: 12px;
	color: #6c757d;
	font-weight: 500;
}

.sidebar-nav-link:hover .sidebar-nav-price {
	color: #5497ed;
}

.sidebar-nav-link.active .sidebar-nav-price {
	color: #fff;
}

.sidebar-cta {
	text-align: center;
}

.sidebar-cta-text {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 16px;
	line-height: 1.4;
}

.sidebar-cta-btn {
	width: 100%;
	padding: 12px 16px;
	font-size: 14px;
	font-weight: 600;
}

.sidebar-features {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-feature {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.4;
}

.sidebar-feature:last-child {
	margin-bottom: 0;
}

.sidebar-feature-icon {
	color: #10b981;
	font-weight: bold;
	flex-shrink: 0;
	margin-top: 1px;
}

/* Стили для формы заказа на странице услуги */
.service-order-form {
	background: linear-gradient(135deg, #f8f9fa, #ffffff);
	border: 1px solid #e9ecef;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 48px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.order-form-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid #e9ecef;
}

.order-form-title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #333;
	margin: 0;
}

.order-form-price {
	text-align: right;
}

.price-value {
	display: block;
	font-size: 1.75rem;
	font-weight: 700;
	color: #5497ed;
	line-height: 1;
}

.price-note {
	font-size: 0.85rem;
	color: #6c757d;
	font-weight: 500;
}

.order-form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 20px;
}

.order-form .form__group {
	margin-bottom: 20px;
}

.order-form .form__input {
	width: 100%;
	padding: 14px 16px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.2s;
	background: #fff;
}

.order-form .form__input:focus {
	outline: none;
	border-color: #5497ed;
	box-shadow: 0 0 0 3px rgba(84, 151, 237, 0.1);
}

.order-form-submit {
	width: 100%;
	padding: 16px 24px;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 16px;
}

/* SEO контент */
.service-content-text {
	background: #fff;
	padding: 0;
}

.service-content-text h2 {
	font-size: 1.75rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 3px solid #5497ed;
	display: inline-block;
}

.service-content-text h3 {
	font-size: 1.3rem;
	font-weight: 600;
	color: #333;
	margin: 32px 0 16px;
	position: relative;
	padding-left: 20px;
}

.service-content-text h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 20px;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border-radius: 2px;
}

.service-content-text p {
	font-size: 1rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 16px;
}

.service-content-text p:last-child {
	margin-bottom: 0;
}

/* Адаптивность для формы */
@media (max-width: 768px) {
	.service-order-form {
		padding: 24px;
		margin-bottom: 32px;
	}

	.order-form-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.order-form-price {
		text-align: left;
	}

	.order-form-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.order-form-title {
		font-size: 1.3rem;
	}

	.price-value {
		font-size: 1.5rem;
	}

	.service-content-text {
		padding: 24px 0;
	}

	.service-content-text h2 {
		font-size: 1.5rem;
	}

	.service-content-text h3 {
		font-size: 1.2rem;
		margin: 24px 0 12px;
	}
}

@media (max-width: 480px) {
	.contact-methods {
		justify-content: center;
	}

	.order-form-submit {
		font-size: 1rem;
		padding: 14px 20px;
	}
}

@media screen and (max-width: 480px) {
	.header__burger {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important
	}
}

@media screen and (max-width: 768px) {
	.header__burger {
		display: flex !important;
		visibility: visible !important;
		opacity: 1 !important
	}

	.section__title {
		font-size: 27px;
		margin-bottom: 10px
	}

	.section__subtitle {
		font-size: 16px
	}

	.for-whom__header,
	.sales-questions__header,
	.services__header,
	.work-process__header {
		margin-bottom: 40px
	}

	.sales-question__header {
		margin-bottom: 15px
	}

	.container {
		padding: 0 10px
	}

	.header__main .container {
		padding-left: 15px;
		padding-right: 15px;
		gap: 0
	}
}

@media only screen and (max-device-width: 768px) {
	.header__burger {
		display: flex !important;
		visibility: visible !important
	}
}

@media (hover: none) and (pointer:coarse) {
	.header__burger {
		display: flex !important
	}
}

@media (max-width: 768px) and (orientation:portrait) {
	.header__burger {
		display: flex !important
	}
}

@media (max-width: 1024px) {
	.hero__container {
		padding: 0 10px
	}

	.for-whom__grid,
	.sales-questions__grid,
	.services__gallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px
	}

	.services__item-image {
		height: 200px
	}

	.services__item-content {
		padding: 20px
	}

	.sales-question__title,
	.services__item-title {
		font-size: 18px
	}

	.sales-question {
		padding: 24px
	}

	.sales-question__icon {
		width: 56px;
		height: 56px
	}

	.sales-question__icon svg {
		width: 28px;
		height: 28px
	}

	.sales-question__text {
		font-size: 15px
	}

	.for-whom-item__title {
		font-size: 18px
	}

	.for-whom-item {
		padding: 24px 140px 24px 24px
	}

	.for-whom-item__icon {
		width: 56px;
		height: 56px
	}

	.for-whom-item__icon svg {
		width: 28px;
		height: 28px
	}

	.sales-question__text {
		font-size: 15px
	}

	.sales-questions__cta {
		padding: 36px 24px
	}

	.sales-questions__cta-title {
		font-size: 24px
	}

	.faq__answer-content p,
	.faq__question-text,
	.sales-questions__cta-text {
		font-size: 16px
	}

	.sales-questions__cta-btn {
		min-width: 280px;
		font-size: 16px
	}

	.hero {
		padding: 80px 0 100px;
		background-attachment: scroll
	}

	.hero__title {
		font-size: 48px
	}

	.hero__subtitle {
		font-size: 20px
	}

	.faq {
		padding: 64px 0
	}

	.faq__content {
		grid-template-columns: 1fr;
		gap: 48px
	}

	.faq__title {
		font-size: 32px
	}

	.faq__question {
		padding: 20px 24px
	}

	.faq__answer-content {
		padding: 0 24px 24px
	}

	.footer__content {
		grid-template-columns: 1fr;
		gap: 32px
	}

	.footer__bottom {
		flex-direction: column;
		text-align: center;
		gap: 16px
	}

	.hero__main {
		grid-template-columns: 1fr;
		gap: 40px
	}
}

@media (max-width: 1023px) {

	.header__nav,
	.header__nav-item {
		border-bottom: 1px solid rgba(255, 255, 255, .1)
	}

	.header__nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		z-index: 999
	}

	.header__nav--mobile-open {
		transform: translateY(0);
		opacity: 1;
		visibility: visible
	}

	.header__nav-list {
		flex-direction: column;
		padding: 30px 0;
		gap: 0
	}

	.header__nav--mobile-open .header__nav-list {
		overflow: scroll;
		height: 100vh;
		padding-bottom: 120px
	}

	.header__nav-link {
		display: block;
		padding: 15px 40px;
		font-size: 18px;
		text-decoration: none;
		transition: .3s
	}

	.header__nav-link:hover {
		background: rgba(255, 255, 255, .1);
		padding-left: 50px
	}

	.dropdown-menu {
		position: static;
		background: rgba(255, 255, 255, .05);
		box-shadow: none;
		padding: 0;
		margin: 0;
		border: none;
		opacity: 1
	}

	.dropdown-link {
		padding: 12px 60px;
		font-size: 16px
	}

	.dropdown-link:hover {
		background: rgba(255, 255, 255, .1);
		padding-left: 70px
	}
}

.header__burger--active .header__burger-line:first-child {
	transform: translateY(6px) rotate(45deg);
	transform-origin: center
}

.header__burger--active .header__burger-line:nth-child(2) {
	opacity: 0;
	transform: scale(0)
}

.header__burger--active .header__burger-line:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
	transform-origin: center
}

@media (max-width: 768px) {

	.for-whom__grid,
	.sales-questions__grid,
	.services__gallery {
		grid-template-columns: 1fr;
		gap: 20px
	}

	.benefit__text strong,
	.sales-question__title,
	.services__item-title {
		font-size: 16px
	}

	.services__item-image {
		height: 180px
	}

	.services__item-content {
		padding: 18px
	}

	.services__item-description {
		font-size: 13px
	}

	.services__detail {
		font-size: 11px;
		padding: 3px 8px
	}

	.services__item-price {
		font-size: 20px;
		margin-bottom: 10px
	}

	.services__item-badge {
		top: 12px;
		right: 12px;
		padding: 4px 8px;
		font-size: 10px
	}

	.services__item-btn {
		padding: 10px 16px;
		font-size: 12px;
		margin-top: 12px
	}

	.sales-questions {
		padding: 60px 0
	}

	.sales-questions__grid {
		margin-bottom: 60px
	}

	.sales-question {
		padding: 20px
	}

	.sales-question__icon {
		width: 48px;
		height: 48px
	}

	.sales-question__icon svg {
		width: 24px;
		height: 24px
	}

	.sales-question__text {
		font-size: 14px;
		margin-bottom: 20px
	}

	.sales-questions__cta {
		padding: 24px 20px
	}

	.consultation-form__title,
	.sales-questions__cta-title {
		font-size: 20px
	}

	.sales-questions__cta-text {
		font-size: 14px;
		margin-bottom: 24px
	}

	.sales-questions__cta-btn {
		font-size: 14px;
		padding: 14px 24px
	}

	.hero {
		padding: 60px 0 80px;
		min-height: 380px;
	}

	.hero__title {
		font-size: 40px
	}

	.hero__subtitle {
		font-size: 18px
	}

	.hero__benefits {
		gap: 16px;
		margin-bottom: 32px
	}

	.benefit {
		padding: 5px 0
	}

	.benefit__icon {
		width: 36px;
		height: 36px
	}

	.benefit__icon svg {
		width: 18px;
		height: 18px
	}

	.benefit-item__icon {
		padding: 4px
	}

	.benefit__text {
		font-size: 15px
	}

	.consultation-form {
		padding: 24px;
		border-radius: 16px
	}

	.consultation-form__subtitle {
		font-size: 14px
	}
}

.quiz-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
	position: relative;
	overflow: hidden
}

.quiz-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 20% 30%, rgba(84, 151, 237, .08) 0, transparent 50%), radial-gradient(circle at 80% 70%, rgba(139, 92, 246, .08) 0, transparent 50%)
}

.quiz-container {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, .15);
	border: 1px solid rgba(255, 255, 255, .2)
}

.quiz-content {
	display: flex;
	min-height: 700px
}

.quiz-sidebar {
	color: #fff;
	padding: 40px 35px;
	width: 340px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	position: relative;
	overflow: hidden;
	background: url(../img/quiz_bg.webp) 0 0/cover
}

.quiz-benefit,
.quiz-discount {
	align-items: center;
	display: flex
}

.quiz-sidebar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .9;
	background: linear-gradient(135deg, #5497ed 0, #3368a5 100%)
}

.quiz-discount {
	background: rgba(255, 255, 255, .15);
	backdrop-filter: blur(10px);
	border-radius: 16px;
	padding: 20px;
	text-align: left;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, .2)
}

.quiz-discount__icon {
	font-size: 32px;
	display: flex;
	margin-top: 10px
}

.quiz-discount__text {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3
}

.quiz-sidebar h3 {
	font-size: 26px;
	margin: 0;
	line-height: 1.3;
	font-weight: 700;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.quiz-benefits {
	display: flex;
	flex-direction: column;
	gap: 15px
}

.quiz-benefit {
	gap: 12px;
	font-size: 16px;
	font-weight: 500
}

.quiz-benefit__icon {
	width: 24px;
	height: 24px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
	padding: 4px
}

.quiz-consultant {
	background: rgba(255, 255, 255, .1);
	border-radius: 16px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .15)
}

.quiz-consultant__header {
	display: flex;
	gap: 20px;
	align-items: center;
	margin-bottom: 15px
}

.quiz-consultant-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	border: 3px solid rgba(255, 255, 255, .3);
	background-image: url(../img/ava.webp);
	background-size: cover;
	background-position: center;
	font-size: 0
}

.quiz-consultant-name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 4px;
	max-width: 50%
}

.quiz-consultant-title {
	font-size: 14px;
	opacity: .9;
	margin-bottom: 12px;
	font-weight: 500
}

.quiz-consultant-note {
	font-size: 14px;
	opacity: .85;
	line-height: 1.4;
	font-style: italic
}

.quiz-main {
	flex: 1;
	padding: 50px 45px;
	background: #fafbfc;
	position: relative
}

.quiz-progress-container {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .08)
}

.quiz-progress,
.quiz-progress-bar {
	border-radius: 6px;
	position: relative
}

.quiz-final-form,
.quiz-result-main {
	box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.quiz-progress-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px
}

.quiz-btn,
.quiz-option {
	align-items: center;
	cursor: pointer
}

.quiz-progress-label {
	font-size: 16px;
	font-weight: 600;
	color: #374151
}

.quiz-progress-text {
	font-size: 16px;
	font-weight: 700;
	color: #5497ed
}

.quiz-progress {
	background: #e5e7eb;
	height: 12px;
	overflow: hidden
}

.quiz-progress-bar {
	background: linear-gradient(90deg, #5497ed, #3368a5);
	height: 100%;
	transition: width .5s
}

.quiz-progress-bar::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
	animation: 2s infinite progressShine
}

@keyframes progressShine {
	0% {
		transform: translateX(-100%)
	}

	100% {
		transform: translateX(100%)
	}
}

.quiz-step {
	display: none;
	animation: .5s ease-out stepFadeIn
}

.quiz-step.active,
.tooltip-trigger svg {
	display: block
}

@keyframes stepFadeIn {
	from {
		opacity: 0;
		transform: translateY(20px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.quiz-question {
	font-size: 32px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 12px;
	line-height: 1.2
}

.quiz-question svg {
	margin-bottom: -5px
}

.quiz-subtitle {
	color: #64748b;
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 1.4
}

.quiz-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 50px
}

.quiz-option {
	border: 2px solid #e2e8f0;
	border-radius: 16px;
	padding: 25px;
	transition: .3s;
	background: #fff;
	display: flex;
	gap: 20px;
	position: relative
}

.quiz-option::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	opacity: 0;
	transition: opacity .3s
}

.quiz-option:hover {
	border-color: #5497ed;
	transform: translateY(-4px);
	box-shadow: 0 12px 35px rgba(84, 151, 237, .2)
}

.quiz-option:hover::before {
	opacity: .05
}

.quiz-option-badge {
	position: absolute;
	top: -8px;
	right: 15px;
	background: linear-gradient(135deg, #ff6b35, #f7931e);
	color: #fff;
	padding: 6px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	z-index: 2
}

.quiz-option-badge--urgent {
	background: linear-gradient(135deg, #dc2626, #b91c1c);
	animation: 1.5s infinite badgePulse
}

@keyframes badgePulse {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.05)
	}
}

.quiz-option-image {
	width: 90px;
	height: 90px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
	z-index: 1
}

.quiz-option-content {
	flex: 1;
	position: relative;
	z-index: 1
}

.quiz-option-title {
	font-size: 18px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 6px;
	line-height: 1.3
}

.quiz-option-desc {
	color: #64748b;
	font-size: 14px;
	line-height: 1.4
}

.quiz-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e2e8f0
}

.quiz-step-counter {
	color: #64748b;
	font-size: 16px;
	font-weight: 600
}

.quiz-btn {
	background: linear-gradient(135deg, #5497ed, #3368a5);
	color: #fff;
	border: none;
	padding: 16px 32px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	transition: .3s;
	display: flex;
	gap: 8px;
	text-transform: none;
	letter-spacing: 0
}

.about-hero__badge,
.contact-item__label,
.hero-stat__label,
.platform-logo,
.trust-stat__label {
	text-transform: uppercase;
	letter-spacing: .5px
}

.quiz-btn:disabled {
	opacity: .5;
	cursor: not-allowed;
	transform: none;
	box-shadow: none
}

.quiz-btn--final {
	background: linear-gradient(135deg, #ff6b35, #f7931e);
	font-size: 18px;
	padding: 18px 40px
}

.quiz-btn--final:hover {
	box-shadow: 0 8px 25px rgba(255, 107, 53, .4)
}

.page__wrapper img,
.quiz-back:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, .1)
}

.quiz-back {
	background: 0 0;
	color: #64748b;
	border: 2px solid #e2e8f0
}

.quiz-back:hover {
	background: #f8fafc;
	color: #374151;
	border-color: #d1d5db;
	transform: translateY(-2px)
}

.quiz-result {
	text-align: center;
	padding: 20px
}

.quiz-result-icon {
	font-size: 64px;
	margin-bottom: 20px;
	display: block
}

.quiz-result-title {
	font-size: 36px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 12px;
	line-height: 1.2
}

.quiz-result-subtitle {
	font-size: 18px;
	color: #64748b;
	line-height: 1.4
}

.quiz-result-main {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	margin-bottom: 30px;
	border: 1px solid #e2e8f0
}

.quiz-result-price-block {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f1f5f9
}

.quiz-result-price {
	font-size: 56px;
	font-weight: 700;
	color: #5497ed;
	margin-bottom: 15px;
	text-shadow: 0 2px 4px rgba(84, 151, 237, .2)
}

.quiz-result-discount {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap
}

.quiz-result-old-price {
	font-size: 24px;
	color: #9ca3af;
	text-decoration: line-through;
	font-weight: 500
}

.btn--outline,
.contact-item__value a,
.error-button,
.form-privacy a,
.form__privacy a,
.media-item-link,
.messenger-link,
.page__wrapper a,
.testimonials__more-btn,
.trust-phone {
	text-decoration: none
}

.quiz-result-save {
	background: linear-gradient(135deg, #10b981, #059669);
	color: #fff;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 700
}

.quiz-result-details {
	text-align: left;
	margin-bottom: 30px
}

.quiz-result-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #f1f5f9;
	font-size: 16px
}

.quiz-result-item:last-child {
	border-bottom: none;
	font-weight: 700;
	color: #1e293b
}

.quiz-result-label {
	color: #64748b;
	font-weight: 500
}

.quiz-result-value {
	color: #1e293b;
	font-weight: 600
}

.quiz-result-bonuses {
	background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
	border-radius: 16px;
	padding: 25px;
	border: 1px solid #bae6fd
}

.quiz-bonus {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	color: #0369a1
}

.quiz-bonus-icon {
	width: 24px;
	height: 24px;
	background: #0369a1;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	flex-shrink: 0;
	padding: 5px
}

.quiz-final-form {
	background: #fff;
	border-radius: 20px;
	padding: 40px;
	border: 1px solid #e2e8f0
}

.quiz-form-header {
	text-align: center;
	margin-bottom: 30px
}

.quiz-form-title {
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 8px
}

.quiz-form-subtitle {
	font-size: 16px;
	color: #ef4444;
	font-weight: 600
}

.quiz-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 25px
}

.quiz-form-label {
	font-weight: 600;
	color: #374151;
	font-size: 16px
}

.quiz-form-input {
	padding: 16px;
	border: 2px solid #d1d5db;
	border-radius: 12px;
	font-size: 16px;
	transition: .3s;
	background: #fff
}

.quiz-form-input:focus {
	outline: 0;
	border-color: #5497ed;
	box-shadow: 0 0 0 4px rgba(84, 151, 237, .1)
}

.quiz-btn--submit {
	width: 100%;
	background: linear-gradient(135deg, #10b981, #059669);
	font-size: 18px;
	padding: 20px;
	margin-bottom: 20px;
	justify-content: center
}

.quiz-btn--submit:hover {
	box-shadow: 0 8px 25px rgba(16, 185, 129, .4)
}

.quiz-form-guarantee {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 14px;
	color: #64748b
}

.quiz-guarantee-icon {
	color: #10b981;
	font-size: 16px
}

@media (max-width: 1024px) {
	.quiz-content {
		flex-direction: column
	}

	.quiz-sidebar {
		width: 100%;
		padding: 30px 25px
	}

	.quiz-main {
		padding: 40px 30px
	}

	.quiz-question {
		font-size: 28px
	}

	.quiz-options {
		grid-template-columns: 1fr;
		gap: 15px
	}
}

@media (max-width: 768px) {
	.quiz-section {
		padding: 80px 0
	}

	.quiz-sidebar {
		padding: 25px 20px;
		gap: 25px
	}

	.quiz-sidebar h3 {
		font-size: 22px
	}

	.quiz-main {
		padding: 30px 20px
	}

	.quiz-question {
		font-size: 24px;
		margin-bottom: 10px
	}

	.quiz-option-title,
	.quiz-subtitle {
		font-size: 16px
	}

	.quiz-subtitle {
		margin-bottom: 30px
	}

	.quiz-option {
		flex-direction: column;
		text-align: center;
		gap: 15px;
		padding: 20px
	}

	.quiz-option-desc {
		font-size: 13px
	}

	.quiz-navigation {
		flex-direction: column;
		gap: 15px;
		align-items: stretch
	}

	.quiz-step-counter {
		text-align: center;
		order: 1
	}

	.quiz-back {
		order: 2;
		justify-content: center
	}

	.quiz-btn:not(.quiz-back) {
		order: 3;
		justify-content: center
	}

	.quiz-result-price {
		font-size: 44px
	}

	.quiz-form-row {
		grid-template-columns: 1fr;
		gap: 15px
	}

	.quiz-final-form,
	.quiz-result-main {
		padding: 25px
	}

	.quiz-result {
		padding: 0
	}
}

@media (max-width: 480px) {
	.logo__text {
		font-size: 0
	}

	.quiz-form-title,
	.seo-title {
		font-size: 24px
	}

	.seo-text {
		max-height: 350px
	}

	.services {
		padding: 60px 0
	}

	.sales-question,
	.services__item-content {
		padding: 16px
	}

	.services__gallery {
		margin-bottom: 40px
	}

	.services__item-image {
		height: 160px
	}

	.for-whom__grid,.sales-questions__grid {
		gap: 16px;
		margin-bottom: 40px
	}

	.sales-question__icon {
		width: 40px;
		height: 40px
	}

	.sales-question__icon svg {
		width: 20px;
		height: 20px
	}

	.sales-question__text {
		font-size: 13px;
		margin-bottom: 16px
	}

	.sales-questions__cta {
		padding: 30px 35px
	}

	.sales-questions__cta-title {
		font-size: 18px;
		margin-bottom: 12px
	}

	.sales-questions__cta-text {
		font-size: 13px;
		margin-bottom: 20px
	}

	.sales-questions__cta-btn {
		font-size: 13px
	}

	.hero {
		padding: 40px 0 60px
	}

	.hero__title {
		font-size: 30px
	}

	.hero__title-accent,
	.quiz-result-price {
		font-size: 36px
	}

	.hero__subtitle {
		font-size: 16px;
		margin-bottom: 32px
	}

	.hero__benefits {
		margin-bottom: 24px
	}

	.benefit__icon {
		width: 32px;
		height: 32px
	}

	.benefit__text {
		font-size: 14px
	}

	.benefit__text strong {
		font-size: 15px
	}

	.consultation-form {
		padding: 20px
	}

	.consultation-form__title,
	.services__item-price {
		font-size: 18px
	}

	.form-input {
		padding: 12px 14px;
		font-size: 15px
	}

	.consultation-form__btn {
		padding: 14px 20px;
		font-size: 15px
	}

	.services__item-badge {
		font-size: 9px;
		padding: 3px 6px
	}

	.quiz-container {
		border-radius: 16px
	}

	.quiz-sidebar {
		padding: 20px 15px;
		gap: 20px
	}

	.quiz-sidebar h3 {
		font-size: 20px
	}

	.quiz-main {
		padding: 25px 15px
	}

	.quiz-question {
		font-size: 22px
	}

	.quiz-option {
		padding: 15px
	}

	.quiz-btn {
		padding: 14px 24px;
		font-size: 15px
	}

	.quiz-result-icon {
		font-size: 48px
	}

	.quiz-result-title {
		font-size: 28px
	}
}

.error-section,
.work-process {
	padding: 80px 0
}

.pricing-section__header,
.best-choice__header,
.social-proof__header,
.trust-section__header,
.work-process__header {
	text-align: center;
	margin-bottom: 60px
}

.work-process__steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px
}

.process-step {
	display: flex;
	gap: 20px;
	padding: 30px;
	border: 2px solid #f3f4f6;
	border-radius: 12px;
	transition: .3s
}

.process-step:hover {
	border-color: #2563eb;
	background: #f8faff
}

.process-step__number {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border: 1px solid #4b8ad8;
	border-bottom-color: #3c75b9;
	box-shadow: 0 3px 10px rgb(126 126 126 / 38%), 0 12px 27px #3d76bb8f, 0 2px 0 #376eae;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0
}

.process-step__title {
	font-size: 20px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 12px
}

.process-step__description {
	font-size: 16px;
	color: #6b7280;
	line-height: 1.5;
	margin-bottom: 15px
}

.process-step__time {
	font-size: 14px;
	color: #2563eb;
	font-weight: 600;
	background: #eff6ff;
	padding: 6px 12px;
	border-radius: 20px;
	display: inline-block
}

@media (max-width: 768px) {
	.work-process {
		padding: 60px 0
	}

	.work-process__steps {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 0
	}

	.process-step {
		padding: 25px;
		flex-direction: column;
		text-align: center
	}

	.process-step__number {
		margin: 0 auto 20px
	}

	.video-placeholder {
		background-position: center
	}

	.section__header {
		margin-bottom: 40px
	}

	.footer {
		padding: 40px 0;
		text-align: center
	}

	.footer__section .logo {
		justify-content: center
	}

	.footer__section .logo__text {
		font-size: 20px
	}

	.footer__legal {
		flex-direction: column;
		gap: 5px
	}
}

.conditions,
.best-choice,
.social-proof {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%)
}

.best-choice, .social-proof {
	overflow: hidden;
}

.conditions__pretext {
	margin-bottom: 20px;
}

.conditions__pretext span {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.conditions__content {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 60px;
	align-items: center
}

.conditions__benefits {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 30px
}

.conditions__benefit {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	color: #374151
}

.benefit-marker {
	width: 20px;
	height: 20px;
	background: #10b981;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0
}

.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
	background: #000
}

.video-placeholder,
.video-placeholder::before,
.video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.video-placeholder {
	background: url('https://seo-prodvizhenie.online/img/master.webp') 0 0/cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	transition: opacity .3s
}

.modal,
.tooltip {
	z-index: 9999;
	visibility: hidden
}

.video-placeholder::before {
	content: "";
	background: linear-gradient(135deg, #000, #85878a);
	opacity: .6
}

.video-placeholder__icon {
	font-size: 48px;
	margin-bottom: 15px;
	opacity: .9;
	transition: .3s;
	opacity: .8
}

.video-placeholder:hover .video-placeholder__icon {
	opacity: 1;
	transform: scale(1.1)
}

.conditions__image img {
	width: 100%;
	height: auto;
}

.conditions__author {
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	border: 2px solid #e5e7eb;
	display: flex;
	gap: 15px
}

.conditions__author-ava {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	border: 3px solid rgba(255, 255, 255, .3);
	background-image: url(../img/ava.webp);
	background-size: cover;
	background-position: center;
	font-size: 0;
	margin-top: 3px
}

.conditions__author-name {
	font-size: 18px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 4px
}

.conditions__author-title {
	font-size: 14px;
	color: #2563eb;
	font-weight: 500;
	margin-bottom: 6px
}

.conditions__author-experience {
	font-size: 13px;
	color: #6b7280
}

.conditions__benefits-title {
	font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

@media (max-width: 968px) {
	.conditions__content {
		grid-template-columns: 1fr;
		gap: 40px
	}

	.conditions__text {
		text-align: center
	}
}

.hto {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%)
}

.hto .section__title {
	text-align: center;
}

.hto .hto__content img {
	width: 100%;
	height: auto;
	min-width: 250px;
}

.hto .hto__content p {
	font-size: 16px;
}

.hto .hto__content-first {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	align-items: center;
	gap: 10px;
}

.hto__content-second {
	display: grid;
	grid-template-columns: 0.7fr 1.3fr;
	align-items: center;
	gap: 20px;
}

.hto__content-second > div p {
	margin-top: 10px;
}

@media (max-width: 788px) {
	.hto .hto__content-first,
	.hto .hto__content-second {
		grid-template-columns: 1fr;
	}
	.hto .hto__content-first img {
		order: -1;
	}
}

.hto .hto__content-bold {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}

.hto p {
	text-align: justify;
}

.hto li::before {
	content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #1565C0;
}

ol.list-steps {
    display: flex;
    margin: 40px 0 50px;
    padding: 0;
    counter-reset: li;
    list-style: none;
    clear: both
}

ol.list-steps>li {
    position: relative;
    padding: 50px 40px 0 0;
    width: 100%;
    overflow: hidden;
	font-weight: bold;
    z-index: 0
}

ol.list-steps>li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    padding: 5px;
    content: counter(li);
    counter-increment: li;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
	font-weight: normal;
    text-align: center
}

ol.list-steps li::after {
    content: "--------------------------------------------------------------------";
    position: absolute;
    top: -3px;
    left: 5px;
    right: -5px;
    width: auto;
    height: 20px;
    display: inline-block;
    color: #969696;
    font-size: 20px;
    letter-spacing: 5px;
    overflow: hidden;
    z-index: -1;
    background: transparent;
    transform: scale(1.5,1)
}

ol.list-steps li:last-of-type:after {
    content: ""
}

ol.list-steps>li span, ol.list-steps>li div {
    display: block;
    margin-bottom: 10px;
    font-family: 'Prosto One',cursive;
    font-size: 18px
}

ol.list-steps-bold {
    font-family: 'Prosto One',cursive;
    font-size: 18px
}

ul.list-block-blue {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 30px;
    padding: 0
}

.list-block-blue li {
    width: 50%;
    margin: 15px 0;
    padding: 0 30px 0 0
}

.list-block-blue-3 li {
    width: 33.3333%
}

.list-block-blue li::before {
    display: none
}

.list-block-blue li strong {
    display: block;
    margin-bottom: 10px;
    font-family: 'Prosto One',cursive;
    font-size: 18px;
    color: #1565C0
}

.list-block-blue-3 li strong {
    padding-right: 30px
}

@media (max-width: 993px) {
	ol.list-steps {
        flex-wrap: wrap
    }

    ol.list-steps>li {
        width: 50%;
        margin: 25px 0
    }

	ol.list-steps li::after {
		content: "";
	}
}

@media (max-width: 543px) {
	ol.list-steps {
        display: block
    }

    ol.list-steps>li {
        width: 100%;
        margin: 30px 0;
        padding: 3px 0 3px 40px
    }

	ol.list-steps>li::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		display: inline-block;
		padding: 5px;
		content: counter(li);
		counter-increment: li;
		font-size: 18px;
		color: #fff;
		line-height: 20px;
		font-weight: normal;
		text-align: center
	}
}

.tooltip-trigger {
	background: 0 0;
	border: none;
	cursor: help;
	margin-left: 8px;
	padding: 2px;
	border-radius: 50%;
	transition: .2s;
	color: #64748b;
	vertical-align: middle
}

.tooltip-trigger:hover {
	color: #5497ed;
	background-color: rgba(84, 151, 237, .1)
}

.tooltip {
	position: fixed;
	max-width: 320px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
	opacity: 0;
	transition: opacity .2s, visibility .2s
}

.modal.active,
.tooltip.show {
	opacity: 1;
	visibility: visible
}

.tooltip-content {
	padding: 16px;
	font-size: 14px;
	line-height: 1.5;
	color: #334155
}

.tooltip-content h5 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 600;
	color: #1e293b
}

.tooltip-content p {
	margin: 0 0 12px
}

.tooltip-content ul {
	margin: 8px 0;
	padding-left: 16px
}

.tooltip-content li {
	margin-bottom: 4px
}

.tooltip-content .tooltip-highlight {
	color: #5497ed;
	font-weight: 500
}

.tooltip-arrow {
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-right: none;
	border-bottom: none;
	transform: rotate(45deg);
	top: -5px;
	left: 20px
}

.modal,
.modal__overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.modal {
	position: fixed;
	opacity: 0;
	transition: .3s
}

.modal__overlay {
	position: absolute;
	background: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	cursor: pointer
}

.modal__close,
.order-benefit {
	align-items: center;
	display: flex
}

.modal__content {
	background: #fff;
	border-radius: 16px;
	padding: 40px;
	max-width: 500px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	cursor: default;
	transform: translateY(50px);
	transition: transform .3s
}

.modal.active .modal__content {
	transform: translateY(0)
}

.modal__close {
	position: absolute;
	top: 15px;
	right: 20px;
	background: 0 0;
	border: none;
	font-size: 24px;
	color: #64748b;
	cursor: pointer;
	width: 32px;
	height: 32px;
	justify-content: center;
	border-radius: 50%;
	transition: .2s
}

.modal__close:hover {
	background: #f1f5f9;
	color: #1e293b
}

.modal__header {
	margin-bottom: 30px;
	text-align: center
}

.modal__title {
	font-size: 24px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 8px
}

.modal__subtitle {
	font-size: 16px;
	color: #64748b;
	margin: 0;
	line-height: 1.5
}

.form__input,
.form__select,
.form__textarea {
	padding: 12px 16px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color .2s;
	font-family: inherit
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus {
	outline: 0;
	border-color: #5497ed
}

.form__textarea {
	min-height: 100px
}

.form__submit {
	margin-top: 10px
}

.form__privacy {
	font-size: 14px;
	color: #64748b;
	text-align: center;
	margin: 0;
	line-height: 1.4
}

.form__privacy a {
	color: #5497ed
}

.form-privacy a:hover,
.form__privacy a:hover {
	text-decoration: underline
}

.order-benefits {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 20px 0;
	padding: 20px;
	background: #f0f9ff;
	border-radius: 12px;
	border: 1px solid #e0f2fe
}

.order-benefit {
	gap: 12px;
	color: #0369a1;
	font-size: 15px;
	font-weight: 500
}

.order-benefit-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #10b981;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	flex-shrink: 0
}

.toast-container {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.detail-block,
.detail-block__image,
.image-wrapper,
.service-hero,
.service-hero__right {
	position: relative
}

.toast {
	background: #fff;
	border-radius: 12px;
	padding: 16px 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
	border: 1px solid #e2e8f0;
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 300px;
	max-width: 400px;
	transform: translateX(100%);
	opacity: 0;
	transition: .3s;
	pointer-events: auto
}

.toast.show {
	transform: translateX(0);
	opacity: 1
}

.toast.hide {
	transform: translateX(100%);
	opacity: 0
}

.toast--success {
	border-left: 4px solid #10b981
}

.toast--error {
	border-left: 4px solid #ef4444
}

.toast--loading {
	border-left: 4px solid #5497ed
}

.toast__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700
}

.toast--success .toast__icon {
	background: #d1fae5;
	color: #10b981
}

.toast--error .toast__icon {
	background: #fee2e2;
	color: #ef4444
}

.toast--loading .toast__icon {
	background: #dbeafe;
	color: #5497ed;
	animation: 1s linear infinite spin
}

@keyframes spin {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.case-task__content,
.certificate-content,
.contact-item__content,
.quote-content,
.step-item__content,
.best-choice-benefit__content,
.success-stat__content,
.testimonial-card__author,
.toast__content,
.trust-cta__content {
	flex: 1
}

.toast__title {
	font-size: 15px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 4px
}

.toast__message {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	line-height: 1.4
}

.toast__close {
	background: 0 0;
	border: none;
	color: #94a3b8;
	cursor: pointer;
	padding: 4px;
	border-radius: 4px;
	transition: .2s;
	flex-shrink: 0
}

.toast__close:hover {
	background: #f1f5f9;
	color: #64748b
}

.service-hero {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
	overflow: hidden;
	background-image: url(../img/service-hero-1.webp);
	background-size: cover;
	background-repeat: no-repeat
}

.contacts-hero {
	background-image: url(../img/contacts-hero.webp);
}

.regions-hero {
	background-image: url(../img/regions-hero.webp);
}

.service-hero::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .6;
	z-index: 1;
}

.service-hero .container {
	z-index: 2;
	position: relative;
}

.service-hero__content {
	display: grid;
	align-items: center;
}

.service-hero__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 20px
}

.service-hero__subtitle {
	font-size: 20px;
	color: #dfdfdf;
	line-height: 1.6;
}

.service-hero__benefits {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 32px
}

.benefit-item {
	display: flex;
	align-items: center;
	gap: 12px
}

.benefit-item__icon {
	width: 24px;
	height: 24px;
	background: #5497ed;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0
}

.benefit-item__text {
	font-size: 16px;
	color: #e6e6e6;
	font-weight: 500
}

.service-hero__price {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 12px
}

.price-label,
.price-unit {
	font-size: 16px;
	color: #fff
}

.price-value {
	font-size: 36px;
	font-weight: 700;
	color: #5497ed
}

.service-hero__note {
	font-size: 14px;
	color: #d4d4d4;
	font-style: italic
}

.service-hero__right {
	z-index: 3
}

.hero-form {
	background: #fff;
	border-radius: 20px;
	padding: 32px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .1);
	border: 1px solid #e2e8f0
}

.hero-form__title,
.trust-cta__title {
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 8px
}

.hero-form__subtitle {
	font-size: 16px;
	color: #64748b
}

.form-input,
.form-select,
.form-textarea {
	padding: 14px 16px;
	border: 2px solid #e2e8f0;
	border-radius: 12px;
	font-size: 16px;
	font-family: inherit;
	transition: .2s;
	background: #fff
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	outline: 0;
	border-color: #5497ed;
	box-shadow: 0 0 0 3px rgba(84, 151, 237, .1)
}

.form-textarea {
	min-height: 120px
}

.hero-form__submit {
	background: linear-gradient(135deg, #5497ed 0, #3368a5 100%);
	color: #fff;
	border: none;
	padding: 16px 24px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 8px
}

.hero-form__submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(84, 151, 237, .3)
}

.hero-form__submit:active {
	transform: translateY(0)
}

.btn-icon {
	transition: transform .2s
}

.hero-form__submit:hover .btn-icon {
	transform: translateX(2px)
}

.form-privacy {
	line-height: 1.4
}

.hero-form__guarantees {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #e2e8f0
}

.guarantee-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	flex: 1
}

.guarantee-icon {
	font-size: 16px
}

.guarantee-item span {
	font-size: 12px;
	color: #6b7280;
	font-weight: 500
}

.trust-section {
	padding: 80px 0;
	background: #fff;
	border-bottom: 1px solid #e2e8f0
}

.trust-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	text-align: center
}

.trust-stat {
	padding: 20px;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 50%);
	transition: transform .3s
}

.trust-stat:hover {
	transform: translateY(-5px)
}

.trust-stat__number {
	font-size: 36px;
	font-weight: 700;
	color: #5497ed;
	margin-bottom: 8px
}

.trust-stat__label {
	font-size: 14px;
	color: #64748b;
	font-weight: 600
}

.certificates-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px
}

.certificate-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px;
	background: #f8fafc;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	transition: .3s
}

.certificate-item:hover {
	background: #fff;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
	transform: translateY(-2px)
}

.certificate-icon,
.best-choice-benefit__icon,
.success-stat__icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #5497ed 0, #3368a5 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0
}

.certificate-title,
.step-item__title {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 4px
}

.certificate-desc {
	font-size: 14px;
	color: #64748b;
	line-height: 1.5
}

.trust-cta {
	background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%);
	border-radius: 20px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px
}

.trust-cta__text {
	font-size: 16px;
	color: #64748b;
	line-height: 1.6
}

.btn--outline {
	background: 0 0;
	color: #5497ed;
	border: 2px solid #5497ed;
	padding: 14px 28px;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: .3s;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.btn--outline:hover {
	background: #5497ed;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(84, 151, 237, .3)
}

.trust-phone {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #374151;
	font-weight: 600;
	transition: color .2s
}

.trust-phone:hover {
	color: #5497ed
}

.detail-block,
.detail-block--right,
.spec-row {
	grid-template-columns: 1fr 1fr
}

.contact-main,
.innovation,
.join-cta,
.map-section,
.mission-vision,
.pricing-section,
.service-details {
	padding: 80px 0;
	background: #fff
}

.service-details__header {
	text-align: center;
	margin-bottom: 80px
}

.pricing-section__content,
.service-details__content {
	display: flex;
	flex-direction: column;
	gap: 80px
}

.detail-block {
	display: grid;
	gap: 60px;
	align-items: center
}

.detail-block--right .detail-block__image {
	order: -1
}

.detail-block__content {
	padding: 20px 0
}

.detail-block__badge {
	margin-bottom: 16px
}

.detail-block__badge .badge {
	padding: 5px;
	border-radius: 12px;
	font-size: 15px
}

.badge--info {
	background: linear-gradient(135deg, #3b82f6 0, #1e40af 100%);
	color: #fff
}

.badge--process {
	background: linear-gradient(135deg, #8b5cf6 0, #7c3aed 100%);
	color: #fff
}

.badge--specs {
	background: linear-gradient(135deg, #f59e0b 0, #d97706 100%);
	color: #fff
}

.badge--comparison {
	background: linear-gradient(135deg, #10b981 0, #059669 100%);
	color: #fff
}

.detail-block__title {
	font-size: 32px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 20px;
	line-height: 1.2
}

.detail-block__advantages,
.detail-block__text {
	margin-bottom: 32px
}

.detail-block__text p {
	font-size: 16px;
	color: #64748b;
	line-height: 1.7;
	margin-bottom: 16px
}

.detail-block__features {
	display: flex;
	flex-direction: column;
	gap: 12px
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: #f8fafc;
	border-radius: 8px;
	transition: .2s
}

.feature-item:hover {
	background: #e2e8f0;
	transform: translateX(5px)
}

.feature-item__icon {
	width: 20px;
	height: 20px;
	background: #10b981;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0
}

.advantage-item__text,
.feature-item span {
	font-size: 14px;
	color: #374151;
	font-weight: 500
}

.case-study__tasks,
.detail-block__steps {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.step-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	background: #f8fafc;
	border-radius: 12px;
	border-left: 4px solid #8b5cf6
}

.step-item__number {
	width: 32px;
	height: 32px;
	background: #8b5cf6;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	flex-shrink: 0
}

.step-item__text {
	font-size: 14px;
	color: #64748b;
	line-height: 1.5;
	margin: 0
}

.detail-block__specs {
	margin-bottom: 24px
}

.specs-table {
	background: #f8fafc;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #e2e8f0
}

.spec-row {
	display: grid;
	border-bottom: 1px solid #e2e8f0
}

.spec-row:last-child {
	border-bottom: none
}

.spec-label {
	padding: 16px 20px;
	font-size: 14px;
	color: #64748b;
	font-weight: 500;
	background: #f1f5f9
}

.spec-value {
	padding: 16px 20px;
	font-size: 14px;
	color: #1e293b;
	font-weight: 600;
	background: #fff
}

.detail-block__note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	background: #fef3c7;
	border-radius: 12px;
	border: 1px solid #fcd34d
}

.note-icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.note-icon svg {
	width: 100%;
	height: 100%
}

.note-text {
	font-size: 14px;
	color: #92400e;
	line-height: 1.5
}

.image-wrapper {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
	display: flex
}

.detail-image {
	width: 100%;
	height: 520px;
	object-fit: cover;
	transition: transform .3s
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .3s
}

.image-features,
.image-stats {
	position: absolute;
	right: 20px
}

.image-feature,
.image-play-btn {
	align-items: center;
	display: flex
}

.image-play-btn {
	width: 64px;
	height: 64px;
	background: rgba(255, 255, 255, .9);
	border-radius: 50%;
	justify-content: center;
	color: #5497ed;
	cursor: pointer;
	transition: .3s
}

.image-feature,
.image-stat {
	background: rgba(255, 255, 255, .95);
	backdrop-filter: blur(10px)
}

.image-play-btn:hover {
	background: #fff;
	transform: scale(1.1)
}

.image-stats {
	bottom: 20px;
	left: 20px;
	display: flex;
	justify-content: space-between;
	gap: 12px
}

.image-stat {
	padding: 12px 16px;
	border-radius: 8px;
	text-align: center;
	flex: 1
}

.image-stat__number {
	font-size: 18px;
	font-weight: 700;
	color: #5497ed;
	margin-bottom: 2px
}

.image-stat__label {
	font-size: 11px;
	color: #64748b;
	font-weight: 500;
	text-transform: uppercase
}

.image-features {
	top: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.image-feature {
	padding: 8px 12px;
	border-radius: 20px;
	gap: 6px
}

.image-feature__icon {
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.image-feature__icon svg {
	width: 100%;
	height: 100%
}

.image-feature__text {
	font-size: 11px;
	color: #374151;
	font-weight: 500
}

.comparison-chart {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	border: 1px solid #e2e8f0
}

.comparison-chart__title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 20px;
	text-align: center
}

.comparison-header,
.comparison-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1px;
	margin-bottom: 1px
}

.comparison-cell {
	padding: 12px;
	text-align: center;
	font-size: 13px
}

.comparison-cell--empty {
	background: 0 0
}

.comparison-cell--header {
	background: #f1f5f9;
	font-weight: 600;
	color: #1e293b
}

.comparison-cell--label {
	background: #f8fafc;
	font-weight: 500;
	color: #64748b;
	text-align: left
}

.comparison-cell--good {
	background: #f0fdf4;
	color: #166534;
	font-weight: 600
}

.comparison-cell--bad {
	background: #fef2f2;
	color: #dc2626;
	font-weight: 500
}

.advantages-title {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 16px
}

.advantage-item {
	display: flex;
	align-items: center;
	gap: 10px
}

.advantage-item__icon {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0
}

.advantage-item__icon svg {
	width: 100%;
	height: 100%
}

.detail-block__cta {
	margin-top: 24px
}

.advantages-grid,
.success-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px
}

.best-choice-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px
}

.success-stat {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	border: 1px solid #e2e8f0;
	transition: .3s
}

.success-stat:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12)
}

.success-stat__number {
	font-size: 24px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 4px
}

.success-stat__label {
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
	margin-bottom: 2px
}

.success-stat__desc {
	font-size: 12px;
	color: #94a3b8
}

.best-choice-benefit {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	border: 1px solid #e2e8f0;
	transition: .3s
}

.best-choice-benefit:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12)
}

.best-choice-benefit__number {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 10px
}

.best-choice-benefit__label {
	font-size: 14px;
	font-weight: 600;
	color: #64748b;
	margin-bottom: 5px
}

.best-choice-benefit__desc {
	font-size: 12px;
	color: #94a3b8
}

.case-studies__header,
.testimonials__header {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e2e8f0
}

.case-studies-swiper {
	overflow: visible !important;
}

.case-studies-swiper .swiper-slide {
	opacity: .2;
}

.case-studies-swiper .swiper-slide-active {
	opacity: 1;
}

.testimonials__header-left {
	max-width: 600px
}

.case-studies__title,
.testimonials__title {
	font-size: 32px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 12px;
	line-height: 1.2
}

.testimonials__subtitle {
	font-size: 18px;
	color: #64748b;
	line-height: 1.6;
	margin: 0
}

.testimonials__header-right {
	display: flex;
	align-items: center
}

.testimonials__platforms {
	display: flex;
	gap: 20px;
	align-items: center
}

.platform-rating {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 20px 24px;
	background: linear-gradient(135deg, #fff 0, #f8fafc 100%);
	border-radius: 16px;
	border: 2px solid #e2e8f0;
	transition: .3s;
	min-width: 120px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .05)
}

.platform-score,
.platform-stars {
	display: flex;
	align-items: center
}

.platform-rating:hover {
	transform: translateY(-4px);
	border-color: #5497ed;
	box-shadow: 0 8px 25px rgba(84, 151, 237, .15)
}

.platform-logo {
	font-size: 14px;
	font-weight: 700;
	color: #1e293b
}

.platform-stars {
	gap: 2px;
	line-height: 1
}

.platform-stars img,
.star {
	width: 12px;
	height: 12px;
	object-fit: contain
}

.platform-score {
	font-size: 18px;
	font-weight: 700;
	color: #5497ed;
	gap: 4px
}

.platform-score::after {
	content: '/5';
	font-size: 12px;
	color: #64748b;
	font-weight: 500
}

.testimonials__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 40px
}

.testimonial-card {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
	border: 1px solid #e2e8f0;
	transition: .3s
}

.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, .15)
}

.testimonial-card__header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f1f5f9
}

.testimonial-card__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0
}

.avatar-image {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.avatar-placeholder {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #5497ed 0, #3368a5 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	font-size: 16px
}

.testimonial-author__name {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 2px
}

.testimonial-author__role {
	font-size: 12px;
	color: #64748b;
	margin-bottom: 1px
}

.testimonial-author__location {
	font-size: 11px;
	color: #94a3b8
}

.testimonial-card__rating {
	align-self: flex-start
}

.stars {
	display: flex;
	gap: 2px
}

.testimonial-card__text {
	font-size: 14px;
	color: #374151;
	line-height: 1.6;
	margin-bottom: 16px;
	font-style: italic
}

.testimonial-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 12px
}

.testimonial-meta__item {
	display: flex;
	flex-direction: column;
	gap: 2px
}

.meta-label {
	font-size: 10px;
	color: #94a3b8;
	text-transform: uppercase;
	font-weight: 600
}

.meta-value {
	font-size: 12px;
	color: #64748b;
	font-weight: 500
}

.testimonials__more-btn {
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 600;
	color: #5497ed;
	border: 2px solid #5497ed;
	background: 0 0;
	border-radius: 12px;
	transition: .3s;
	display: inline-flex;
	align-items: center;
	gap: 8px
}

.testimonials__more-btn:hover {
	background: #5497ed;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(84, 151, 237, .3)
}

@media (max-width: 1024px) {
	.service-hero__content {
		grid-template-columns: 1fr 400px;
		gap: 40px
	}

	.service-hero__title {
		font-size: 40px
	}

	.partners-grid,
	.trust-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px
	}

	.detail-block {
		gap: 40px
	}

	.detail-block__title {
		font-size: 28px
	}

	.image-stats {
		flex-direction: column;
		bottom: 16px;
		left: 16px;
		right: auto;
		width: 120px
	}

	.testimonials__header {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center
	}

	.testimonials__header-left {
		max-width: none
	}

	.testimonials__platforms {
		justify-content: center;
		gap: 16px
	}

	.platform-rating {
		padding: 16px 20px;
		min-width: 100px
	}
}

@media (max-width: 768px) {

	.conditions,
	.service-details,
	.trust-section {
		padding: 60px 0
	}

	.conditions__content {
		gap: 30px
	}

	.conditions__author {
		padding: 15px
	}

	.modal__content {
		padding: 30px 20px;
		margin: 10px
	}

	.modal__title {
		font-size: 20px
	}

	.order-benefits {
		padding: 16px;
		margin: 16px 0
	}

	.order-benefit {
		font-size: 14px
	}

	.toast-container {
		top: 10px;
		right: 10px;
		left: 10px
	}

	.toast {
		min-width: auto;
		max-width: none
	}

	.service-hero {
		padding: 100px 0 60px
	}

	.service-hero__content {
		grid-template-columns: 1fr;
		gap: 40px
	}

	.service-hero__title {
		font-size: 32px
	}

	.service-hero__subtitle {
		font-size: 18px
	}

	.hero-form {
		padding: 24px
	}

	.hero-form__guarantees {
		flex-direction: column;
		gap: 12px
	}

	.guarantee-item {
		flex-direction: row;
		justify-content: center
	}

	.service-details__header,
	.trust-section__header {
		margin-bottom: 40px
	}

	.trust-section__content {
		gap: 40px
	}

	.partners-grid,
	.trust-stats {
		grid-template-columns: repeat(2, 1fr);
		gap: 16px
	}

	.testimonials__title,
	.trust-stat__number {
		font-size: 28px
	}

	.certificates-grid {
		grid-template-columns: 1fr;
		gap: 16px
	}

	.certificate-item {
		padding: 20px
	}

	.trust-cta {
		flex-direction: column;
		text-align: center;
		padding: 32px 24px;
		gap: 24px
	}

	.trust-cta__actions {
		flex-direction: column;
		width: 100%
	}

	.btn--outline {
		width: 100%
	}

	.image-features,
	.image-stats {
		position: relative;
		right: auto
	}

	.detail-block__content {
		order: -1
	}

	.service-details__content {
		gap: 60px
	}

	.detail-block,
	.detail-block--right {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.detail-block--right .detail-block__image {
		order: 0
	}

	.detail-block__title {
		font-size: 24px
	}

	.detail-image {
		height: 250px
	}

	.image-stats {
		bottom: auto;
		left: auto;
		margin-top: 16px;
		flex-direction: row
	}

	.image-features {
		top: auto;
		margin-top: 12px;
		flex-direction: row;
		flex-wrap: wrap
	}

	.comparison-chart {
		padding: 16px
	}

	.comparison-header,
	.comparison-row {
		grid-template-columns: 1fr;
		gap: 0
	}

	.comparison-cell {
		border-bottom: 1px solid #e2e8f0
	}

	.comparison-cell--label {
		text-align: center;
		font-weight: 600;
		background: #e2e8f0
	}

	.testimonials__subtitle {
		font-size: 16px
	}

	.testimonials__platforms {
		flex-direction: column;
		gap: 12px;
		width: 100%
	}

	.platform-rating {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		max-width: 280px;
		padding: 16px 20px
	}

	.testimonials__grid {
		grid-template-columns: 1fr;
		gap: 20px
	}

	.testimonials__header {
		margin-bottom: 40px;
		padding-bottom: 24px
	}
}

.case-studies__header-left {
	max-width: 600px
}

.case-studies__subtitle {
	font-size: 18px;
	color: #64748b;
	line-height: 1.6;
	margin: 0;
	max-width: none
}

.case-studies__header-right {
	display: flex;
	align-items: center;
	flex-shrink: 0
}

@media (max-width: 768px) {
	.case-studies__title {
		font-size: 28px
	}

	.case-studies__subtitle {
		font-size: 16px
	}

	.case-studies__header {
		margin-bottom: 40px;
		padding-bottom: 24px
	}

	.testimonials__more-btn {
		padding: 12px 24px;
		font-size: 15px
	}
}

.case-studies-swiper {
	padding-bottom: 60px
}

.case-study {
	background: #fff;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, .1);
	border: 1px solid #e2e8f0;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: .3s
}

.case-study:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 60px rgba(0, 0, 0, .15)
}

.case-study__container {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 40px;
	margin-bottom: 32px;
	flex: 1
}

.case-study__left,
.case-study__right {
	display: flex;
	flex-direction: column;
	gap: 24px
}

.case-study__title {
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
	line-height: 1.3;
	margin: 0
}

.case-study__description {
	font-size: 16px;
	color: #64748b;
	line-height: 1.6;
	margin: 0
}

.case-task {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px;
	background: #f8fafc;
	border-radius: 16px;
	border: 1px solid #e2e8f0;
	transition: .3s
}

.case-task:hover {
	background: #f1f5f9;
	border-color: #5497ed;
	transform: translateX(4px)
}

.case-task__icon {
	width: 48px;
	height: 48px;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;
	box-shadow: 0 4px 12px rgba(84, 151, 237, .3)
}

.case-gallery,
.case-study__image {
	border-radius: 16px;
	position: relative;
	overflow: hidden
}

.case-task__title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0 0 8px
}

.case-task__text {
	font-size: 15px;
	color: #64748b;
	line-height: 1.6;
	margin: 0
}

.case-study__image {
	flex: 1
}

.case-gallery {
	display: flex;
	cursor: pointer;
	transition: transform .3s;
	height: 100%;
	max-height: 354px
}

.case-gallery:hover {
	transform: scale(1.02)
}

.case-main-image-link {
	width: 100%
}

.case-main-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: filter .3s
}

.case-gallery:hover .case-main-image {
	filter: brightness(.9)
}

.gallery-indicator {
	position: absolute;
	top: 16px;
	right: 16px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 8px 12px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 500;
	backdrop-filter: blur(10px)
}

.gallery-indicator svg {
	width: 16px;
	height: 16px
}

.case-study__metrics {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px
}

.case-metric {
	background: linear-gradient(135deg, #f8fafc 0, #f1f5f9 100%);
	padding: 20px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid #e2e8f0;
	transition: .3s
}

.case-metric:hover {
	background: linear-gradient(135deg, #f1f5f9 0, #e2e8f0 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.case-metric__number {
	font-size: 20px;
	font-weight: 700;
	color: #5497ed;
	margin-bottom: 6px;
	display: block
}

.case-metric__label {
	font-size: 12px;
	color: #64748b;
	font-weight: 500;
	line-height: 1.3
}

.case-study__footer {
	padding-top: 24px;
	border-top: 1px solid #e2e8f0;
	margin-top: auto
}

.case-study__quote {
	display: flex;
	align-items: flex-start;
	gap: 16px
}

.quote-icon {
	font-size: 36px;
	color: #5497ed;
	line-height: 1;
	flex-shrink: 0;
	font-family: serif
}

.quote-text {
	font-size: 15px;
	color: #374151;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 8px
}

.quote-author {
	font-size: 13px;
	color: #64748b;
	font-weight: 500
}

@media (max-width: 1024px) {
	.case-studies__header {
		grid-template-columns: 1fr;
		gap: 24px;
		text-align: center
	}

	.case-studies__header-left {
		max-width: none
	}

	.case-studies__header-right {
		justify-content: center
	}

	.case-study__container {
		grid-template-columns: 1fr;
		gap: 32px
	}

	.case-study {
		padding: 32px
	}

	.case-study__title {
		font-size: 24px;
		text-align: center
	}
}

@media (max-width: 768px) {
	.case-study {
		padding: 24px
	}

	.case-study__title {
		font-size: 22px
	}

	.case-metric,
	.case-task {
		padding: 16px
	}

	.case-task__icon {
		width: 40px;
		height: 40px
	}

	.case-study__metrics {
		grid-template-columns: 1fr;
		gap: 10px
	}

	.case-main-image {
		height: 220px
	}
}

@media (max-width: 480px) {

	.case-studies__title,
	.testimonials__title {
		font-size: 24px
	}

	.case-studies__subtitle,
	.testimonials__subtitle {
		font-size: 15px
	}

	.platform-rating {
		padding: 12px 16px
	}

	.platform-logo {
		font-size: 12px
	}

	.platform-stars {
		font-size: 14px
	}

	.platform-score {
		font-size: 16px
	}

	.testimonials__more-btn {
		padding: 10px 20px;
		font-size: 14px;
		width: 100%;
		justify-content: center
	}

	.case-study {
		padding: 20px
	}

	.case-task {
		flex-direction: column;
		text-align: center;
		gap: 12px
	}

	.case-task__icon {
		align-self: center
	}
}

.case-studies-swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #cbd5e1;
	opacity: 1
}

.case-studies-swiper .swiper-pagination-bullet-active {
	background: #5497ed
}

.case-studies-swiper .swiper-button-next,
.case-studies-swiper .swiper-button-prev {
	color: #5497ed;
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	border: 1px solid #e2e8f0
}

@media (min-width: 768px) {
	.case-studies-swiper .swiper-button-next {
		right: -65px;
	}

	.case-studies-swiper .swiper-button-prev {
		left: -65px;
	}

	.case-studies-slider .swiper-pagination {
		bottom: -35px !important;
	}
}

.case-studies-swiper .swiper-button-next:after,
.case-studies-swiper .swiper-button-prev:after {
	font-size: 18px
}

@media (max-width: 1024px) {
	.case-study__content {
		grid-template-columns: 1fr;
		gap: 24px
	}

	.case-study__metrics {
		grid-template-columns: repeat(4, 1fr)
	}
}

@media (max-width: 768px) {
	.case-study {
		padding: 24px
	}

	.case-study__title {
		font-size: 20px
	}

	.case-study__metrics {
		grid-template-columns: repeat(2, 1fr)
	}

	.before-after-slider {
		height: 200px
	}

	.slider-button {
		width: 40px;
		height: 40px
	}
}

.media-mentions__title,
.pricing-advantages__title {
	font-size: 28px;
	font-weight: 700;
	color: #1e293b;
	text-align: center;
	margin-bottom: 40px
}

.media-mentions__grid,
.pricing-conditions__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px
}

.media-item-link {
	color: inherit;
	display: block
}

.media-item {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	border: 1px solid #e2e8f0;
	transition: .3s;
	cursor: pointer
}

.media-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .12)
}

.media-item__logo {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #f1f5f9 0, #e2e8f0 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px
}

.media-item__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px
}

.media-item__title {
	font-size: 14px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px;
	line-height: 1.4
}

.media-item__text {
	font-size: 12px;
	color: #64748b;
	line-height: 1.5;
	margin-bottom: 12px
}

.media-item__date {
	font-size: 11px;
	color: #94a3b8;
	font-weight: 500
}

.condition-block {
	background: #f8fafc;
	border-radius: 16px;
	padding: 24px;
	border: 1px solid #e2e8f0
}

.condition-header {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 16px
}

.advantage-icon,
.condition-icon {
	width: 48px;
	height: 48px;
	align-items: center;
	display: flex
}

.condition-icon {
	background: linear-gradient(135deg, #5497ed 0, #3368a5 100%);
	border-radius: 12px;
	justify-content: center;
	flex-shrink: 0
}

.condition-icon img {
	width: 24px;
	height: 24px
}

.condition-title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin: 0
}

.condition-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 8px
}

.condition-list li {
	font-size: 14px;
	color: #64748b;
	padding-left: 16px;
	position: relative
}

.condition-list li::before {
	content: '•';
	color: #5497ed;
	position: absolute;
	left: 0;
	font-weight: 700
}

.advantage-card {
	background: #fff;
	border-radius: 16px;
	padding: 24px;
	text-align: center;
	border: 1px solid #e2e8f0;
	transition: .3s
}

.advantage-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .1)
}

.advantage-icon {
	background: linear-gradient(135deg, #f1f5f9 0, #e2e8f0 100%);
	border-radius: 12px;
	justify-content: center;
	margin: 0 auto 16px;
	transition: .3s
}

.advantage-icon:hover {
	background: linear-gradient(135deg, #3b82f6 0, #1e40af 100%);
	transform: scale(1.05)
}

.advantage-icon img {
	width: 24px;
	height: 24px;
	transition: .3s;
	filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(214deg) brightness(97%) contrast(87%)
}

.advantage-title,
.cta-benefit__title {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px
}

.advantage-text {
	font-size: 13px;
	color: #64748b;
	line-height: 1.5
}

@media (max-width: 1024px) {

	.advantages-grid,
	.best-choice-benefits,
	.success-stats,
	.testimonials__grid {
		grid-template-columns: repeat(2, 1fr)
	}

	.calculator-form,
	.case-study__content {
		grid-template-columns: 1fr;
		gap: 32px
	}

	.case-study__metrics {
		grid-template-columns: repeat(4, 1fr)
	}

	.pricing-conditions__grid,
	.pricing-packages__grid {
		grid-template-columns: 1fr;
		gap: 20px
	}

	.pricing-package--popular {
		transform: none
	}
}

#contact_widget_button {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.15;
	border-radius: 10px;
	width: 300px;
	padding: 20px;
	height: 60px;
	display: flex !important;
	background: #01b44a;
	position: fixed;
	right: 15px;
	bottom: 15px;
	cursor: pointer;
	z-index: 1001
}

#contact_widget_button * {
	outline: 0
}

#contact_widget_button .text-center {
	text-align: center !important
}

#contact_widget_button .align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

#contact_widget_button .justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

#contact_widget_button .d-flex {
	display: flex !important;
	justify-content: unset !important;
	overflow: visible;
	font-size: 21px;
	font-weight: 700;
	gap: 18px
}

#contact_widget_button .d-none {
	display: none !important
}

#contact_widget_button .align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

#contact_widget_button .flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

@-webkit-keyframes pulsation {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	50% {
		opacity: .5
	}

	to {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes pulsation {
	0% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	50% {
		opacity: .5
	}

	to {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes iconOpacity {

	0%,
	100% {
		opacity: 0
	}

	40%,
	80% {
		opacity: .96
	}

	60% {
		opacity: 1
	}
}

@keyframes iconOpacity {

	0%,
	100% {
		opacity: 0
	}

	40%,
	80% {
		opacity: .96
	}

	60% {
		opacity: 1
	}
}

#contact_widget_button.clicked {
	z-index: 1041
}



.contact-widget-pulsation {
	background: #00f06b;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation: 2s infinite pulsation;
	animation: 2s infinite pulsation;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.contact-widget-icon {
	color: #fff;
	width: 100%;
	font-size: 20px;
	overflow: hidden
}

.contact-widget-icon .fa-envelope {
	-webkit-animation: 3s infinite iconOpacity;
	animation: 3s infinite iconOpacity;
	width: 20px;
	height: 20px
}

.contact-widget-text {
	font-size: 7px;
	line-height: 9px;
	color: #fff
}

.contact-widget-dropdown {
	position: absolute;
	bottom: 60px;
	right: 36px;
	padding: 20px;
	border-radius: 6px;
	background: #fff;
	display: block;
	opacity: 0;
	z-index: -1;
	margin-bottom: 20px;
	-webkit-transition: margin-bottom .3s, opacity .3s;
	transition: margin-bottom .3s, opacity .3s;
	box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
	visibility: hidden;
	min-width: 250px
}

.contact-widget-dropdown.expanded {
	margin-bottom: 0;
	opacity: .98;
	z-index: 1;
	visibility: visible
}

.contact-widget-item {
	color: #333
}

.contact-widget-item:hover {
	color: #0a78bf
}

.contact-widget-item:not(:last-child) {
	margin-bottom: 18px
}

.contact-widget-item-icon {
	font-size: 20px;
	display: block;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
	max-width: 40px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 10px;
	color: #fff
}

.contact-widget-item-icon svg {
	width: 20px !important;
	height: 20px
}

.contact-widget-messenger {
	background: #0084ff
}

.contact-widget-viber {
	background: #7c529d
}

.contact-widget-telegram {
	background: #2ca5e0
}

.contact-widget-skype {
	background: #31c4ed
}

.contact-widget-whatsapp {
	background: #25d366
}

.contact-widget-email {
	background: #50a8ff
}

.contact-widget-call {
	background: #3cba8b
}

.contact-widget-contacts {
	background: #141e1a
}

#contact_widget_button .toggle-inactive,
#contact_widget_button.clicked .toggle-active {
	display: block
}



.regions-content {
	padding: 40px 0 80px;
}

/* Поиск по регионам */
.regions-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding: 24px;
	background: #f8f9fa;
	border-radius: 12px;
	border: 1px solid #e9ecef;
}

.search-group {
	position: relative;
	max-width: 400px;
	width: 100%;
}

.search-input {
	width: 100%;
	padding: 12px 16px 12px 48px;
	border: 2px solid #e9ecef;
	border-radius: 8px;
	font-size: 16px;
	background: #fff;
	transition: all 0.2s;
}

.search-input:focus {
	outline: none;
	border-color: #5497ed;
	box-shadow: 0 0 0 3px rgba(84, 151, 237, 0.1);
}

.search-icon {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
	pointer-events: none;
}

.regions-stats {
	color: #6c757d;
	font-size: 14px;
}

.stats-text strong {
	color: #5497ed;
	font-weight: 600;
}

/* Сетка регионов */
.regions-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 16px;
	margin-bottom: 60px;
}

.region-item {
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 20px 24px;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 80px;
	text-decoration: none;
}

.region-item:hover {
	border-color: #5497ed;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(84, 151, 237, 0.15);
}

.region-name {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1.3;
}

.region-badge {
	font-size: 12px;
	color: #5497ed;
	font-weight: 500;
	margin-top: 4px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Особые типы регионов */
.region-item--featured {
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border-color: #3368a5;
	color: #fff;
}

.region-item--featured .region-name {
	color: #fff;
	font-weight: 600;
}

.region-item--featured .region-badge {
	color: rgba(255, 255, 255, 0.9);
}

.region-item--featured:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(84, 151, 237, 0.3);
}


/* Адаптивность */
@media (max-width: 768px) {
	.regions-search {
		flex-direction: column;
		gap: 16px;
		text-align: center;
	}

	.search-group {
		max-width: none;
	}

	.regions-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.region-item {
		padding: 16px 20px;
		min-height: 70px;
	}

	.info-card {
		padding: 24px;
	}

	.info-title {
		font-size: 1.5rem;
	}

	.info-text {
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	.regions-content {
		padding: 24px 0 60px;
	}

	.regions-search {
		margin-bottom: 24px;
		padding: 20px;
	}

	.region-item {
		padding: 14px 16px;
		min-height: 60px;
	}

	.region-name {
		font-size: 15px;
	}

	.region-badge {
		font-size: 11px;
	}
}

/* Дополнительные анимации для регионов */
.region-item {
	transition: all 0.3s ease, transform 0.2s ease;
}

.search-input::placeholder {
	color: #adb5bd;
}

.regions-grid {
	perspective: 1000px;
}

.region-item:hover {
	transform: translateY(-2px) rotateX(2deg);
}

.region-item--featured:hover {
	transform: translateY(-3px) rotateX(3deg);
}

/* Стили для скрытых элементов при поиске */
.region-item[style*="display: none"] {
	display: none !important;
}

@media (min-width: 420px) {
	.contact-widget-icon {
		font-size: 28px
	}

	.contact-widget-icon .fa-envelope {
		width: 28px;
		height: 28px
	}

	.contact-widget-text {
		font-size: 9px;
		line-height: 10px
	}

	.contact-widget-dropdown {
		right: 60px
	}
}

@media (min-width: 992px) {
	#contact_widget_button {
		bottom: 30px
	}

	#contact_widget_button .contact-widget-viber-mobile {
		display: none !important
	}
}

@media (max-width: 991px) {
	#contact_widget_button .contact-widget-viber-desktop {
		display: none !important
	}

	.header-social__item img {
		width: 35px;
		height: 35px
	}

	.header__tel {
		width: 32px;
		height: 32px
	}
}

.about-hero {
	background: linear-gradient(135deg, #000 0, #2c2c2c 100%);
	padding: 80px 0 60px;
	position: relative;
	overflow: hidden;
	background-size: cover
}

.about-hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: #000000d1
}

.about-hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 800px;
	margin: 0 auto
}

.about-hero__badge {
	display: inline-block;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	box-shadow: 0 3px 10px rgb(126 126 126 / 38%), 0 12px 27px #3d76bb, 0 2px 0 #376eae;
	color: #fff;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px
}

.about-hero__title {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	line-height: 1.2
}

.about-hero__title-accent {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.about-hero__subtitle {
	font-size: 20px;
	color: #dadada;
	margin-bottom: 40px;
	line-height: 1.6
}

.about-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 30px;
	margin-top: 50px
}

.hero-stat__number {
	font-size: 36px;
	font-weight: 700;
	background: linear-gradient(135deg, #5ca3ff 0, #28598d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 8px
}

.hero-stat__label {
	font-size: 14px;
	color: #dadada
}

.mission-vision__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	margin-top: 50px
}

.mv-card {
	background: #f8fafc;
	padding: 40px 30px;
	border-radius: 16px;
	text-align: center;
	transition: .3s;
	border: 2px solid transparent;
	box-shadow: rgba(0, 0, 0, .15) 0 20px 40px
}

.mv-card__icon,
.mv-card__list li::before {
	background: linear-gradient(135deg, #5ca3ff 0, #28598d 100%)
}

.mv-card__icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px
}

.mv-card__icon svg {
	width: 30px;
	height: 30px;
	stroke: white
}

.mv-card__icon circle,
.mv-card__icon path {
	stroke: white
}

.mv-card__title {
	font-size: 24px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 15px
}

.mv-card__text {
	color: #64748b;
	line-height: 1.6
}

.mv-card__list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0
}

.mv-card__list li {
	padding: 8px 0 8px 25px;
	position: relative;
	text-align: left
}

.mv-card__list li::before {
	content: '✓';
	position: absolute;
	left: 0;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700
}

.leadership,
.market-position {
	padding: 80px 0;
	background: #f8fafc
}

.leadership__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 50px
}

.leader-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	transition: .3s
}

.leader-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, .15)
}

.plans-timeline::before,
.timeline-item::before {
	left: 50%;
	transform: translateX(-50%);
	content: '';
	position: absolute
}

.leader-card__image {
	width: 100%;
	height: 250px;
	background: linear-gradient(135deg, #e2e8f0 0, #cbd5e1 100%);
	position: relative;
	overflow: hidden
}

.leader-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.leader-card__content {
	padding: 25px
}

.leader-card__name {
	font-size: 20px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 8px
}

.leader-card__position {
	background: linear-gradient(135deg, #5ca3ff 0, #28598d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	margin-bottom: 15px
}

.leader-card__description {
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 20px
}

.leader-card__experience {
	font-size: 14px;
	color: #94a3b8;
	border-top: 1px solid #e2e8f0;
	padding-top: 15px
}

.innovation__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-top: 50px
}

.innovation__features {
	margin-top: 30px
}

.innovation-feature {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px
}

.innovation-feature__icon {
	width: 40px;
	height: 40px;
	background: #e5f1ff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	flex-shrink: 0
}

.innovation-feature__icon svg {
	width: 20px;
	height: 20px;
	stroke: #059669
}

.innovation-feature__content h4 {
	font-size: 16px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 5px
}

.innovation-feature__content p {
	color: #64748b;
	margin: 0
}

.innovation__visual {
	background: #f8fafc;
	border-radius: 16px;
	padding: 40px;
	text-align: center
}

.innovation__image,
.position-card__number {
	background: linear-gradient(135deg, #5ca3ff 0, #28598d 100%)
}

.innovation__image {
	width: 100%;
	height: 300px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600
}

.position-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
	margin-top: 50px
}

.position-card {
	background: #fff;
	padding: 30px;
	border-radius: 16px;
	text-align: center;
	border: 2px solid #e2e8f0;
	transition: .3s
}

.position-card__number {
	font-size: 48px;
	font-weight: 700;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px
}

.position-card__title {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 10px
}

.position-card__description {
	color: #64748b;
	font-size: 14px
}

.future-plans {
	padding: 80px 0;
	background: linear-gradient(135deg, #5ca3ff 0, #28598d 100%);
	color: #fff
}

.future-plans .section__subtitle,
.future-plans .section__title {
	color: #fff
}

.plans-timeline {
	margin-top: 50px;
	position: relative
}

.plans-timeline::before {
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgba(255, 255, 255, .3)
}

.timeline-item {
	display: flex;
	margin-bottom: 40px;
	position: relative
}

.timeline-title,
.timeline-year {
	font-weight: 600;
	margin-bottom: 10px
}

.timeline-item:nth-child(2n) {
	flex-direction: row-reverse
}

.timeline-item::before {
	top: 20px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	z-index: 2
}

.timeline-content {
	width: 45%;
	background: rgba(255, 255, 255, .1);
	padding: 30px;
	border-radius: 12px;
	backdrop-filter: blur(10px)
}

.timeline-year {
	font-size: 18px;
	color: #a7f3d0
}

.timeline-title {
	font-size: 20px
}

.timeline-description {
	color: rgba(255, 255, 255, .9);
	line-height: 1.6
}

.join-cta__content {
	margin: 0 auto;
	text-align: center
}

.join-cta__benefits {
	display: flex;
	gap: 30px;
	margin: 40px 0
}

.cta-benefit__icon {
	width: 50px;
	height: 50px;
	background: #e5f1ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px
}

.cta-benefit__icon svg {
	width: 24px;
	height: 24px;
	stroke: #059669
}

.cta-benefit__text {
	font-size: 14px;
	color: #64748b
}

.join-cta__actions {
	display: flex;
	gap: 20px;
	justify-content: center;
	margin-top: 40px
}

.contacts-hero__content {
	position: relative;
	z-index: 1;
	max-width: 600px;
	margin: 0 auto
}

.contacts-hero__title {
	font-size: 48px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 20px
}

.contacts-hero__subtitle {
	font-size: 20px;
	color: #64748b;
	margin-bottom: 0
}

.contact-main__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: flex-start
}

.hours-grid,
.messengers__list {
	gap: 15px;
	display: flex
}

.contact-info__title {
	font-size: 32px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 40px
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	padding: 20px;
	background: #f8fafc;
	border-radius: 12px;
	border: 2px solid transparent;
	transition: .3s
}

.contact-item:hover {
	border-color: #5ca3ff;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(5, 150, 105, .1)
}

.contact-item__icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	flex-shrink: 0
}

.contact-item__icon svg {
	width: 24px;
	height: 24px;
	stroke: white
}

.contact-item__icon circle,
.contact-item__icon path,
.contact-item__icon polyline {
	stroke: white
}

.contact-item__label {
	font-size: 14px;
	color: #64748b;
	margin-bottom: 5px
}

.contact-item__value {
	font-size: 18px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 0
}

.contact-item__value a {
	color: inherit
}

.contact-item__value a:hover {
	color: #5ca3ff
}

.contact-item__extra {
	font-size: 14px;
	color: #64748b;
	margin-top: 5px
}

.messengers,
.working-hours {
	margin-top: 40px
}

.messengers__title,
.working-hours__title {
	font-size: 20px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 20px
}

.hours-grid {
	flex-direction: column;
	max-width: 400px
}

.hours-item {
	display: flex;
	justify-content: space-between;
	padding: 12px 16px;
	background: #f1f5f9;
	border-radius: 8px
}

.hours-item__day {
	font-weight: 500;
	color: #475569
}

.hours-item__time {
	color: #5ca3ff;
	font-weight: 600
}

.messenger-link {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
	border: 2px solid #e2e8f0
}

.messenger-link:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, .1)
}

.messenger-link--whatsapp {
	background: #25d366;
	border-color: #25d366
}

.messenger-link--telegram {
	background: #08c;
	border-color: #08c
}

.messenger-link--viber {
	background: #665cac;
	border-color: #665cac
}

.messenger-link svg {
	width: 24px;
	height: 24px;
	fill: white
}

.contact-form {
	background: #f8fafc;
	padding: 40px;
	border-radius: 16px;
	border: 2px solid #e2e8f0
}

.contact-form__title {
	font-size: 32px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 20px
}

.contact-form__subtitle {
	color: #64748b;
	margin-bottom: 30px
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 20px
}

.form-group--full {
	grid-column: 1/-1
}

.form-label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.form-input,
.form-submit,
.form-textarea {
	font-size: 16px;
	width: 100%;
	transition: .3s
}

.form-input,
.form-textarea {
	padding: 12px 16px;
	border: 2px solid #e2e8f0;
	border-radius: 8px;
	background: #fff
}

.form-input:focus,
.form-textarea:focus {
	outline: 0;
	border-color: #5ca3ff;
	box-shadow: 0 0 0 3px rgba(5, 150, 105, .1)
}

.form-submit {
	background: linear-gradient(135deg, #5497ed, #3368a5);
	border: 1px solid #4b8ad8;
	box-shadow: 0 3px 10px rgb(126 126 126 / 38%), 0 12px 27px #3d76bb, 0 2px 0 #376eae;
	color: #fff;
	border: none;
	padding: 16px 32px;
	border-radius: 8px;
	font-weight: 600;
	cursor: pointer
}

.form-privacy {
	font-size: 12px;
	color: #64748b;
	margin-top: 15px;
	text-align: center
}

.form-privacy a {
	color: #5ca3ff
}

.map-section__title {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #1e293b;
	margin-bottom: 20px
}

.map-section__subtitle {
	text-align: center;
	color: #64748b;
	margin-bottom: 50px
}

.map-container {
	max-width: 1000px;
	margin: 0 auto 80px;
	height: 400px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
	background: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748b;
	font-size: 18px;
	font-weight: 500
}

.page__wrapper {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px
}

.page__wrapper>:first-child {
	margin-top: 0
}

.page__wrapper h1 {
	font-size: 48px;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 24px;
	line-height: 1.2
}

.page__wrapper h2 {
	font-size: 26px;
	font-weight: 600;
	color: #1e293b;
	margin: 40px 0 20px;
	line-height: 1.3
}

.page__wrapper h3,
.page__wrapper h4 {
	font-weight: 600;
	color: #334155;
	line-height: 1.4
}

.page__wrapper h3 {
	font-size: 28px;
	margin: 32px 0 16px
}

.page__wrapper h4 {
	font-size: 24px;
	margin: 24px 0 12px
}

.page__wrapper h5,
.page__wrapper h6 {
	line-height: 1.5;
	color: #475569;
	font-weight: 600
}

.page__wrapper h5 {
	font-size: 20px;
	margin: 20px 0 10px
}

.page__wrapper h6 {
	font-size: 18px;
	margin: 16px 0 8px
}

.page__wrapper p {
	font-size: 16px;
	line-height: 1.7;
	color: #475569;
	margin-bottom: 20px
}

.page__wrapper strong {
	font-weight: 600;
	color: #1e293b
}

.page__wrapper em {
	font-style: italic
}

.page__wrapper ol,
.page__wrapper ul {
	margin: 20px 0;
	padding-left: 30px
}

.page__wrapper ol li,
.page__wrapper ul li {
	font-size: 16px;
	line-height: 1.7;
	color: #475569;
	margin-bottom: 8px
}

.page__wrapper ul li {
	list-style-type: disc
}

.page__wrapper ol li {
	list-style-type: decimal
}

.page__wrapper blockquote {
	border-left: 4px solid #5497ed;
	padding: 20px 24px;
	margin: 30px 0;
	background: #f8fafc;
	border-radius: 0 8px 8px 0;
	font-style: italic;
	color: #334155
}

.page__wrapper a {
	color: #5497ed;
	border-bottom: 1px solid transparent;
	transition: .2s
}

.page__wrapper a:hover {
	border-bottom-color: #5497ed
}

.page__wrapper img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin: 20px 0
}

.page__wrapper table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.page__wrapper table th {
	background: #5497ed;
	color: #fff;
	padding: 15px;
	text-align: left;
	font-weight: 600
}

.page__wrapper table td {
	padding: 15px;
	border-bottom: 1px solid #e2e8f0;
	color: #475569
}

.page__wrapper table tr:last-child td {
	border-bottom: none
}

.page__wrapper hr {
	border: none;
	height: 1px;
	background: linear-gradient(to right, transparent, #e2e8f0, transparent);
	margin: 40px 0
}

.page__wrapper code {
	background: #f1f5f9;
	padding: 2px 6px;
	border-radius: 4px;
	font-family: 'Courier New', monospace;
	font-size: 14px;
	color: #7c3aed
}

.page__wrapper pre {
	background: #1e293b;
	color: #e2e8f0;
	padding: 20px;
	border-radius: 8px;
	overflow-x: auto;
	margin: 20px 0
}

.page__wrapper pre code {
	background: 0 0;
	padding: 0;
	color: inherit
}

.error-page {
	min-height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center
}

.error-content {
	text-align: center;
	max-width: 500px;
	margin: 0 auto
}

.error-number {
	font-size: 120px;
	font-weight: 700;
	color: #5497ed;
	line-height: 1;
	margin-bottom: 20px;
	opacity: .8
}

.error-title {
	font-size: 32px;
	font-weight: 600;
	color: #1e293b;
	margin-bottom: 16px;
	line-height: 1.3
}

.error-text {
	font-size: 16px;
	color: #64748b;
	line-height: 1.6;
	margin-bottom: 40px
}

.error-button {
	display: inline-block;
	padding: 14px 28px;
	background: #5497ed;
	color: #fff;
	border-radius: 6px;
	font-weight: 500;
	transition: .3s
}

.error-button:hover {
	background: #3368a5;
	transform: translateY(-1px)
}

.article {
	position: relative;
	padding: 20px 0;
	/* background: linear-gradient(135deg, #f8fafc 0, #e2e8f0 100%); */
	background: #fff;
}

.article__image {
	float: right;
	width: 100%;
	max-width: 400px;
	height: auto;
}

.article__content {
	overflow: hidden;
}

.article__content p {
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.article__content ul,
.article__content ol {
  margin: 0 0 1.2em 1.5em;
  padding: 0;
}

.article__content li {
  margin-bottom: .4em;
}

.article__content h2 {
	margin-block-start: 10px;
	margin-block-end: 10px;
}

@media (max-width: 768px) {
	.article__image {
		float: none;
		display: block;
		margin: 0 auto 20px;
		max-width: 100%;
	}

	.error-section,
	.pricing-section,
	.best-choice,
	.social-proof {
		padding: 60px 0
	}

	.best-choice__content,
	.social-proof__content {
		gap: 40px
	}

	.advantages-grid,
	.media-mentions__grid,
	.best-choice-benefits,
	.success-stats {
		grid-template-columns: 1fr;
		gap: 16px
	}

	.calculator-control,
	.media-item,
	.best-choice-benefit,
	.success-stat {
		padding: 20px
	}

	.testimonials__grid {
		grid-template-columns: 1fr;
		gap: 20px
	}

	.testimonials__platforms {
		justify-content: center;
		flex-wrap: wrap
	}

	.case-study,
	.pricing-calculator,
	.pricing-package {
		padding: 24px
	}

	.calculator-title,
	.case-study__title,
	.contact-form__title,
	.contact-info__title {
		font-size: 24px
	}

	.case-study__metrics {
		grid-template-columns: repeat(2, 1fr)
	}

	.case-image {
		height: 200px
	}

	.pricing-section__content {
		gap: 60px
	}

	.package-title {
		font-size: 20px
	}

	.price-amount {
		font-size: 28px
	}

	.floating-widget {
		bottom: 15px;
		right: 15px
	}

	.floating-widget__toggle {
		width: 50px;
		height: 50px
	}

	.floating-widget__menu {
		bottom: 60px;
		min-width: 180px
	}

	.floating-widget__option {
		padding: 10px 14px;
		font-size: 13px
	}

	.join-cta__actions .btn--accent,
	.timeline-content {
		width: 100%
	}

	.about-hero__title,
	.contacts-hero__title {
		font-size: 36px
	}

	.about-hero__subtitle {
		font-size: 18px
	}

	.innovation__content {
		grid-template-columns: 1fr;
		gap: 40px
	}

	.plans-timeline::before {
		left: 20px
	}

	.timeline-item {
		flex-direction: column;
		padding-left: 50px
	}

	.timeline-item::before {
		left: 20px;
		transform: translateX(-50%)
	}

	.join-cta__actions {
		flex-direction: column;
		align-items: center
	}

	.join-cta__benefits {
		flex-direction: column
	}

	.innovation__visual {
		padding: 0
	}

	.contact-main__grid,
	.form-grid,
	.hours-grid,
	.office-card__content {
		grid-template-columns: 1fr
	}

	.contact-main__grid {
		gap: 40px
	}

	.office-card__content {
		gap: 30px
	}

	.contact-form {
		padding: 30px 20px
	}

	.map-container {
		margin-bottom: 40px
	}

	.page__wrapper {
		padding: 0 15px
	}

	.page__wrapper h1 {
		font-size: 36px
	}

	.page__wrapper h2 {
		font-size: 28px
	}

	.error-title,
	.page__wrapper h3 {
		font-size: 24px
	}

	.error-number {
		font-size: 80px
	}
}