

/* Start:/local/templates/direkt2026/assets/css/inner_page.css?17848136502022*/
.wrapper:before {
	content: "";
	display: block;
	z-index: 1;	
	background: radial-gradient(49.28% 46.5% at 57.07% 48.43%, rgba(4, 200, 255, 0.9) 0%, rgba(115, 44, 255, 0.65) 33%, rgba(5, 8, 20, 0) 70%);
	background-size: contain;
	opacity: 0.78;
	width: 1454px;
	height: 1020px;
	position: absolute;
	left: -56%;
	top: 700px;
}
.wrapper .content {
	z-index: 2;
}
.inner-page__decor {
	z-index: 2;
	background: radial-gradient(26% 25.71% at 96% 53.4%, rgba(19, 212, 255, 0.75) 0%, rgba(111, 54, 255, 0.32) 50%, rgba(0, 0, 0, 0) 100%);
	width: 100vw;
	height: 100vh;
	opacity: 0.82;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.inner-page__decor:before {
	content: "";
	background: radial-gradient(44% 44% at 72% 4%, rgba(36, 139, 255, 0.95) 0%, rgba(109, 49, 255, 0.62) 40%, rgba(16, 18, 45, 0.15) 75%, rgba(0, 5, 17, 0) 100%);
	width: 100vw;
	height: 100vh;
	opacity: 0.82;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.inner-page__decor ~ * {
	z-index: 2;
	position: relative;
}

main .container {
	max-width: 1720px;
}
section h2 {
	font-size: 64px;
	line-height: 1.25;
	font-family: "GeologicaBold";
	margin: 0 0 29px;
}
section h2 span {
	color: var(--color-link);
}
h2 + .dir-descr {
	font-size: 36px;
	line-height: 1;
	margin: 0 0 100px;
}
@media (max-width: 1320px) {
	section h2 {
		font-size: 52px;
	}
	h2 + .dir-descr {
		font-size: 32px;
	}
}
@media (max-width: 1100px) {
	section h2 {
		font-size: 48px;
	}
	h2 + .dir-descr {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.wrapper:before {
		top: 57vh;
		height: 100vw;
		left: 0;
		transform: translateX(-55%);
		width: 100vw;
	}
}
@media (max-width: 768px) {
	section {
		margin-bottom: 50px;
	}
	section h2 {
		font-size: 42px;
	}
	h2 + .dir-descr {
		font-size: 22px;
		margin: 0 0 50px;
	}
	.wrapper:before {
		top: 50vh;
		height: 80vw;
	}
}
@media (max-width: 575px) {
	section h2 {
		font-size: 34px;
	}
	h2 + .dir-descr {
		font-size: 20px;
	}
	.wrapper:before {
		top: 60vh;
	}
}

section {
	margin-bottom: 140px;
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/feedback_form.css?17848914054590*/
.feedback.feedback__direction {
	background: transparent;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 28px));
	gap: 56px;
	align-items: start;
}
.feedback.feedback__direction h2 {
	font-size: var(--size-h1);
	margin: 0;
}
.feedback.feedback__direction .feedback_block:first-child,
.feedback.feedback__direction .feedback_block {
	max-width: unset;
}

.feedback__direction .feedback_descr {
	font-family: 'GeologicaThin';
	color: var(--color-light);
}
.feedback__direction .feedback_list {
	margin-left: 18px;
}
.feedback__direction .feedback_item {
	display: grid;
	grid-template-columns: 48px calc(100% - 48px);
	align-items: center;
	margin-top: 46px;
}
.feedback__direction .feedback_item:first-child {
	margin-top: 0;
}
.feedback__direction .feedback_item__icon {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-link);
	border-radius: 9px;
}
.feedback__direction .feedback_item__info {
	color: var(--color-light);
	font-family: 'Geologica';
	font-size: 16px;
}
.feedback__direction .feedback_item__title {
	color: rgba(255, 255, 255, 0.8);
	font-family: 'GeologicaBold';
	font-size: 24px;
}
.feedback__direction .feedback_bottom {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 15px;
	margin-left: 8px;
}
.feedback__direction .feedback_bottom img {
	max-height: 82px;
}
.feedback__direction .feedback_bottom svg {
	max-height: 67px;
}
.feedback__direction .feedback_bottom__delimiter {
	min-height: 67px;
	height: 100%;
	width: 2px;
	background: var(--color-text);
	margin-left: -10px;
}
.feedback__direction svg + span {
	font-size: 32px;
	font-family: 'GeologicaRegular';
}
.feedback__direction svg + span + span {
	font-size: 96px;
	font-family: 'GeologicaRegular';
}
.feedback__direction .form-feedback {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid var(--color-text);
	padding: 36px 27px;
	border-radius: var(--border-radius);
}
.feedback__direction .form-wrapper {
	margin-top: 23px;
}
.feedback__direction .flex .form-wrapper {
	width: calc(50% - 6px);
}

.feedback__direction .leadForm .form-wrapper label {
	margin-bottom: 7px;
	display: block;
}
.feedback__direction .leadForm .form-wrapper input,
.feedback__direction .leadForm .form-wrapper textarea {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.05);
	padding: 11px 14px;
	width: 100%;
	border-radius: 20px;
	color: var(--color-text);
	font-family: 'Geologica';
	font-size: 20px;
}
.feedback__direction .leadForm .form-wrapper textarea {
	resize: none;
	height: 88px;
}
.feedback__direction .leadForm .btn {
	margin-top: 10px;
	font-family: 'GeologicaThin';
}
.feedback__direction label.checkbox__square {
	margin-top: 13px;
}
.formFeedback__message {
	display: none;
	font-size: 20px;
}

.feedback__direction span.error-message {
	font-size: 12px;
}

.form-wrapper .file-drop-area {
	display: flex;
	align-items: center;
	position: relative;
}
.feedback__direction .leadForm .file-drop-area .btn {
	margin: 0;
	padding: 15px 20px;
	font-size: 16px;
}
.file-msg {
    margin-left: 15px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

@media (max-width: 991px) {
	.feedback.feedback__direction {
		grid-template-columns: 100%;
		margin-top: 60px;
	}
	.feedback__direction .feedback_item {
		display: flex;
		gap: 15px;
	}
	.feedback__direction .feedback_item__info {
		text-align: left;
	}
	.feedback__direction .flex .form-wrapper {
		width: calc(50% - 6px);
	}
}
@media (max-width: 844px) {
	.feedback.feedback__direction h2 {
		font-size: 28px;
	}
	.feedback__direction .feedback_item__title {
		font-size: 18px;
	}
	.feedback .feedback_block:last-child {
		text-align: left;
	}
	.feedback__direction .leadForm .form-wrapper input, 
	.feedback__direction .leadForm .form-wrapper textarea,
	.feedback__direction .leadForm .selectNative, 
	.feedback__direction .leadForm .selectCustom-trigger {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.feedback.feedback__direction .feedback_block:last-child {
		padding-top: 0;
	}
	.feedback.feedback__direction .form-feedback {
		padding: 0px 10px;
	}
	.feedback.feedback__direction .leadForm {
		padding: 20px 10px;
	}
}
@media (max-width: 475px) {
	.feedback.feedback__direction .leadForm > .flex {
		flex-direction: column;
	}
	.feedback.feedback__direction .flex .form-wrapper {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/direction.css?178489727020178*/
.direction h2:not(.cases-item__title) {
	font-size: var(--size-h1);
}

.direction-title {
	font-family: 'GeologicaBold';
	font-size: var(--size-h1);
	margin-bottom: 42px;
}
.direction-descr {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 2.3vw));
	gap: 4.6vw;
	font-size: 18px;
	font-family: 'GeologicaThin';
}
.direction-descr + .directions-list {
	margin-top: 11vw;
	margin-bottom: 8.4vw;
}
.directions-list .info-content__footer-title {
	font-family: "GeologicaBold";
	font-size: 28px;
}
.directions-list__top img {
	max-height: 28px;
}
.directions-list__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


h2:has(+ .direction-text) {
	margin-bottom: 32px;
}
.direction-text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--size-h1);
	font-size: 32px;
	font-family: 'GeologicaRegular';
	padding-bottom: 80px;
	margin-bottom: 80px;
	position: relative;
}
.direction-text.direction-text__line:after {
	content: "";
	width: 77%;
	height: 2px;
	display: block;
	background: var(--color-text);
	margin: 0 auto;
	position: absolute;
	bottom: 0;
}
.direction-text .btn {
	padding: 16px 57px;
	white-space: nowrap;
	font-family: 'GeologicaThin';
}

.direction-compare {
	background: rgba(132, 59, 245, 0.2);
	margin-bottom: 160px;
	border-radius: 24px;
}
.direction-compare__arrow {
	display: flex;
	gap: 12px;
	align-items: center;
	width: auto;
	height: auto;
	flex: 1 0;
}
.direction-compare__top:not(.active) .direction-compare__arrow svg {
	animation: slideArrow 2s infinite; 
}
.direction-compare__top:not(.active) .direction-compare__arrow svg.arrow.second-arrow {
	animation-delay: 0.35s;
}
.direction-compare__top:not(.active) .direction-compare__arrow svg.arrow.first-arrow {
	animation-delay: 0.7s;
}
/* Анимация проваливания и появления стрелок */
@keyframes slideArrow {
	0% {
		transform: translateX(0); /* Исходное положение */
		opacity: 1; /* Видимая стрелка */
	}
	40% {
		transform: translateX(100%); /* Проваливается вниз */
		opacity: 0; /* Исчезает */
	}
	60% {
		transform: translateX(-100%); /* Появляется сверху */
		opacity: 0; /* Ещё невидимая */
	}
	100% {
		transform: translateX(0); /* Возвращается в исходное положение */
		opacity: 1; /* Снова видимая */
	}
}

.direction-compare__top.active .direction-compare__arrow {
	justify-content: end;
}
.direction-compare__top.active .direction-compare__arrow svg {
	display: none;
}
.direction-compare__top.active .direction-compare__arrow svg.first-arrow {
	display: block;
	transform: rotate(-90deg);
}

.direction-compare__content {
	opacity: 0;
	height: 0;
	transition: all 0.5s ease;
}

.direction-compare__top h2 {
	margin: 0;
	line-height: 1.2;
	flex: none;
}
.direction-compare__top {
	display: flex;
	align-items: center;
	gap: 40px;
	cursor: pointer;
	padding: 15px 27px;
}
.direction-compare__top.active {
	justify-content: space-between;
}
.direction-compare__top.active + .direction-compare__content {
	opacity: 1;
	height: auto;
	padding-top: 35px;
	padding-bottom: 20px;
}

.direction-compare__item {
	text-align: center;
	display: grid;
	grid-template-columns: repeat(var(--count, 4), calc(100%/var(--count, 4) - ((32px * (var(--count, 4) - 1)) / var(--count, 4))));
	gap: 32px;
	align-items: center;
}
.direction-compare__item:not(.direction-compare__title) {
	cursor: pointer;
	border-radius: var(--border-radius);
	padding: 15px 8px;
	transition: all 0.5s ease;
}
.direction-compare__item:not(.direction-compare__title).active {
	background: rgba(132, 59, 245, 0.3);
}
.direction-compare__title {
	font-family: 'GeologicaBold';
	font-size: 28px;
	margin-bottom: 24px;
}
.icon-false {
	background: url("data:image/svg+xml,%3Csvg width='16' height='2' viewBox='0 0 16 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.000117242 1.48012V0.000116944H15.2501V1.48012H0.000117242Z' fill='white'/%3E%3C/svg%3E") no-repeat 0 0 transparent;
	display: block;
	width: 16px;
	height: 2px;
	margin: 0 auto;
}
.icon-true {
	background: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.15998 15.3995C3.15998 15.2262 3.12665 15.1395 3.05998 15.1395L2.59998 15.3595C2.59998 15.2662 2.54665 15.1995 2.43998 15.1595L2.27998 15.1395C2.17331 15.1395 2.03998 15.1862 1.87998 15.2795C1.85331 15.2129 1.81998 15.1462 1.77998 15.0795C1.73998 15.0129 1.70665 14.9529 1.67998 14.8995C1.50665 14.5662 1.33331 14.1995 1.15998 13.7995C0.999981 13.3862 0.846647 12.9929 0.699981 12.6195C0.566647 12.2462 0.459981 11.9529 0.37998 11.7395C0.326647 11.5662 0.266647 11.3062 0.199981 10.9595C0.133314 10.6129 0.0666472 10.1729 -1.94758e-05 9.63953C0.146647 9.73286 0.259981 9.77953 0.339981 9.77953C0.433314 9.77953 0.519981 9.63953 0.59998 9.35953C0.639981 9.41286 0.713314 9.43953 0.819981 9.43953C0.899981 9.43953 0.959981 9.41286 0.999981 9.35953L1.31998 8.87953L1.67998 8.99953H1.69998C1.72665 8.99953 1.75331 8.9862 1.77998 8.95953C1.80665 8.93286 1.84665 8.9062 1.89998 8.87953C2.00665 8.81286 2.08665 8.77953 2.13998 8.77953L2.19998 8.79953C2.53331 8.95953 2.74665 9.25286 2.83998 9.67953C3.07998 10.6929 3.31998 11.1995 3.55998 11.1995C3.79998 11.1995 4.07998 10.9462 4.39998 10.4395C4.55998 10.1862 4.71998 9.89286 4.87998 9.55953C5.05331 9.2262 5.22665 8.85286 5.39998 8.43953C5.42665 8.59953 5.45331 8.67953 5.47998 8.67953C5.54665 8.67953 5.65998 8.51286 5.81998 8.17953C5.99331 7.8462 6.26665 7.3862 6.63998 6.79953C6.85331 6.43953 7.11998 6.03286 7.43998 5.57953C7.77331 5.1262 8.12665 4.65953 8.49998 4.17953C8.87331 3.69953 9.23331 3.2462 9.57998 2.81953C9.93998 2.39286 10.26 2.0262 10.54 1.71953C10.82 1.41286 11.0266 1.21286 11.16 1.11953C11.6666 0.772864 12.0666 0.439531 12.36 0.119531C12.3466 0.212864 12.3266 0.29953 12.3 0.379531C12.2866 0.446198 12.28 0.492864 12.28 0.51953C12.28 0.572864 12.3066 0.59953 12.36 0.59953L12.92 0.31953V0.399531C12.92 0.506198 12.9466 0.559531 13 0.559531C13.04 0.559531 13.12 0.499531 13.24 0.379531C13.36 0.259531 13.4266 0.172864 13.44 0.119531L13.4 0.399531L14.08 -0.000468969L13.92 0.359531C14.1333 0.212864 14.2866 0.13953 14.38 0.13953C14.4333 0.13953 14.4733 0.172864 14.5 0.23953C14.5266 0.292864 14.54 0.346197 14.54 0.399531C14.54 0.47953 14.5066 0.572864 14.44 0.679531C14.3733 0.786198 14.2866 0.912864 14.18 1.05953C14.1 1.1662 13.9666 1.3262 13.78 1.53953C13.6066 1.73953 13.34 2.03953 12.98 2.43953C12.62 2.8262 12.14 3.3662 11.54 4.05953C11.38 4.23286 11.1333 4.53953 10.8 4.97953C10.4666 5.4062 10.0866 5.9062 9.65998 6.47953C9.24665 7.03953 8.83331 7.6062 8.41998 8.17953C8.00665 8.75286 7.63998 9.27286 7.31998 9.73953C6.99998 10.1929 6.77331 10.5329 6.63998 10.7595L5.39998 12.8595C5.13331 13.3129 4.91331 13.6862 4.73998 13.9795C4.56665 14.2595 4.43331 14.4529 4.33998 14.5595C4.13998 14.7995 3.91998 15.0129 3.67998 15.1995L3.49998 15.0995L3.33998 15.1995L3.15998 15.3995Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
	display: block;
	width: 15px;
	height: 16px;
	margin: 0 auto;
}


.info-element__direction ~ * {
	z-index: 2;
	position: relative;
}
.info-element__direction {
	position: relative;
	transition: all 0.5s ease;
	z-index: 1;
}
.info-element__direction img {
	transform: rotate(0.43deg);
	top: -80px;
}

.directions-list {
	z-index: 2;
	position: relative;
}
.directions-list:has( + .directions-dop) {
	margin-bottom: 80px;
}
.directions-dop {
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 160px;
}
.directions-dop__item {
	width: calc(50% - 16px);
}
.directions-dop__item button,
.directions-dop__item a {
	width: 100%;
	display: block;
	background: linear-gradient(180deg, var(--color-link) 0%, var(--color-main-bg) 100%);
	border-radius: 16px;
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text);
}
.directions-dop__item button {
	cursor: default;
}
.directions-dop__item button,
.directions-dop__item a:hover {
	text-decoration: none;
	color: var(--color-text);
	background: var(--color-link);
}
.directions-dop__descr {
	margin-top: 32px;
	font-size: 18px;
	font-family: 'GeologicaThin';
}
.direction .cases {
	gap: 32px;
}
.direction .cases .cases-item__content {
	padding: 40px;
}
.direction .cases .cases-item__categories .btn {
	padding: 3px 19px;
}

.direction-possibilities {
	display: grid;
	grid-template-columns: repeat(3, calc(100%/3 - 15px));
	gap: 20px;
	margin: 80px 0 160px;
}
.direction-possibilities.direction-possibilities__4 {
	grid-template-columns: repeat(4, calc(25% - 15px));
	gap: 20px;
}
@media (min-width: 1440px) {
	.direction-possibilities.direction-possibilities__4 {
		grid-template-columns: repeat(4, calc(25% - 60px));
		gap: 80px;
	}
}
.direction-possibilities__item {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 17px;
	border-radius: var(--border-radius);
	padding: 30px 49px 49px;
	border: 1px solid var(--color-text);
	height: 100%;
	justify-content: space-evenly;
	transition: all 0.5s ease;
}
.direction-possibilities__item.active {
	background: var(--color-link);
	border-color: var(--color-link);
}
.direction-possibilities.direction-possibilities__4 .direction-possibilities__item {
	padding: 20px;
}
.direction-possibilities__title {
	font-size: 28px;
	font-family: 'GeologicaBold';
}

.direction-why {
	display: grid;
	grid-template-columns: repeat(4, calc(25% - 26px));
	margin: 80px 0 160px;
	z-index: 1;
	position: relative;
	row-gap: 20px;
	column-gap: 35px;
}
.direction-why__item {
	text-align: center;
	border-radius: 10px;
	font-size: 20px;
	font-family: "GeologicaRegular";
	padding: 20px 20px 25px;
	display: flex;
	gap: 33px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1.1px solid #9B53E3;
	height: 100%;
	transition: all 0.5s ease;
}
.direction-why__title {
	font-size: 30px;
	font-family: 'GeologicaBold';
}

@media (max-width: 1280px) {
	.direction-compare__title {
		font-size: 24px;
	}
	.direction-why__item {
		font-size: 18px;
	}
	.direction-why__title {
		font-size: 24px;
	}
}
@media (max-width: 1100px) {
	.direction-possibilities__item {
		padding: 15px 25px;
	}
	.direction-possibilities__title,
	.direction-why__title {
		font-size: 22px;
	}
	.direction-possibilities__item,
	.direction-why__item {
		font-size: 16px;
	}
	.direction-why {
		grid-template-columns: repeat(2, calc(50% - 17px));
	}
}
@media (max-width: 991px) {
	.wrapper .content {
		background-position-x: 55vw;
	}
	.direction .direction-prices__header {
		font-size: 23px;
	}
	.direction-compare__title {
		font-size: 20px;
	}
	.direction-why__item {
		gap: 15px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.direction-possibilities.direction-possibilities__4 .direction-possibilities__title {
		font-size: 20px;
	}
}
@media (max-width: 844px) {
	.direction-title {
		margin-bottom: 20px;
	}
	.direction-descr {
		font-size: 18px;
		gap: 20px;
		margin-bottom: 18vw;
	}
	.direction-descr + .directions-list {
		margin-top: 90px;
		margin-bottom: 80px;
	}
	.direction-steps .direction-steps__thumbs .direction-steps__number {
		width: 100%;
	}
	.direction-steps .direction-steps__slider .direction-steps__item {
		padding: 20px 20px 75px;
		height: initial;
	}
	.direction-steps .direction-steps__count {
		font-size: 70px;
	}
	.direction-steps .direction-steps__slider .direction-steps__name {
		font-size: 28px;
	}
	.direction-steps .direction-steps__slider .direction-steps__name span,
	.direction-steps .direction-steps__result {
		font-size: 16px;
	}
	.direction-steps .direction-steps__descr {
		gap: 20px;
		margin-top: 20px;
	}
	.direction-steps .direction-steps__text {
		font-size: 20px;
	}
	.direction-steps .direction-steps__list {
		font-size: 18px;
	}
	.direction-steps .direction-steps__inner .swiper-arrow {
		min-width: 50px;
		width: 50px;
		height: 50px;
	}
	.direction-steps .direction-steps__inner .swiper-arrow svg {
		width: 25px;
		height: 25px;
	}
	.direction-steps .swiper-arrow.swiper-button-next {
		right: 15px;
	}
	.direction-steps .swiper-arrow.swiper-button-prev {
		right: 75px;
	}
	.direction-steps .direction-steps__thumbs .swiper-wrapper::after, 
	.direction-steps .direction-steps__thumbs .direction-steps__item::after {
		top: 35%;
	}
	.direction-steps .direction-steps__slider {
		margin-top: 40px;
	}
	.direction .direction-steps {
		margin: 150px 0;
	}
	.direction .direction-text {
		font-size: 18px;
		padding-bottom: 40px;
		flex-direction: column;
		row-gap: 48px;
	}
	.direction-text.direction-text__line::after {
		width: 100%;
		height: 1px;
	}
	.direction .direction-text .btn {
		width: 100%;
	}
	.direction #direction-prices .direction-wrapper {
		grid-template-columns: 100%;
	}
	.direction .direction-prices__item {
		padding: 36px 27px;
	}
	.direction .direction-prices__header {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.direction .direction-prices__item ul li {
		font-size: 20px;
	}
	.direction .direction-prices__value {
		margin-top: 24px;
		font-size: 28px;
		gap: 40px;
	}
	.direction .direction-prices__value .btn {
		font-size: 16px;
	}
	.direction .direction-compare__title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.direction .direction-compare__item {
		gap: 20px;
		margin-bottom: 10px;
		font-size: 16px;
		grid-template-columns: repeat(var(--count, 4), calc(100%/var(--count, 4) - ((20px * (var(--count, 4) - 1)) / var(--count, 4))));
	}
	.direction .direction-compare,
	.direction .reviews-list {
		margin-bottom: 150px;
	}
	.direction .reviews-list {
		gap: 20px;
		grid-template-columns: repeat(2, calc(50% - 10px));
	}
	.reviews-list .review-item {
		padding: 16px 22px;
	}
	.reviews-list .review-text {
		font-size: 16px;
		margin-top: 15px;
	}
	.direction h2:not(.cases-item__title) {
		margin: 25px 0;
	}
	.direction .direction-compare__top h2:not(.cases-item__title) {
		margin: 0;
	}
	.direction-steps .direction-steps__inner .swiper-arrow {
		bottom: 16px;
	}
	.direction .principles-list {
		margin-top: 20px;
		grid-template-columns: repeat(2, calc(50% - 8px));
		gap: 16px;
	}
	.direction .principles-item {
		padding: 16px;
		font-size: 14px;
	}
	.direction .principles-number {
		font-size: 40px;
	}
	.direction .principles-title {
		font-size: 18px;
	}
	.direction .direction-steps__text {
		margin-top: 20px;
		grid-template-columns: repeat(2, calc(50% - 8px));
		gap: 16px;
	}
	.direction .direction-info video {
		margin-top: -50px;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.direction .cases {
		gap: 20px;
	}
	.direction .cases .cases-item__categories .btn {
		font-size: 16px;
		padding: 4px 8px;
	}
	.direction-possibilities.direction-possibilities__4,
	.direction-possibilities {
		grid-template-columns: 100%;
		margin: 50px 0 100px;
	}
	.direction-possibilities__item {
		gap: 10px;
	}
	.direction-why {
		grid-template-columns: 100%;
		gap: 16px;
		padding: 0;
		margin: 50px 0 100px;
	}
	.direction-why__item {
		border-radius: 20px;
		padding: 20px;
	}
}
@media (max-width: 600px) {
	.direction .direction-descr {
		grid-template-columns: 100%;
	}
	.direction-steps__thumbs .direction-steps__item .direction-steps__circle {
		width: 60px;
		height: 60px;
	}
	.direction-steps .direction-steps__count {
		font-size: 60px;
	}
	.direction-steps__thumbs .direction-steps__item .direction-steps__name {
		font-size: 14px;
		text-align: center;
	}
	.direction-steps .direction-steps__slider .direction-steps__name {
		font-size: 24px;
	}
	.direction-steps .direction-steps__text	{
		font-size: 18px;
	}
	.direction-steps .direction-steps__list {
		font-size: 16px;
	}
	.direction-steps .direction-steps__descr {
		grid-template-columns: 100%;
	}
	.direction-steps .direction-steps__result {
		margin-top: 16px;
	}
	#direction-prices .direction-info {
		padding: 45px 10px 15px;
	}
	.direction-info .direction-info__item {
		margin-bottom: 16px;
	}
	.direction-info .direction-info__title {
		font-size: 18px;
	}
	.direction-info .direction-info__descr {
		font-size: 16px;
		margin-top: 12px;
	}
	.direction-compare .direction-compare__top h2 {
		font-size: 22px;
	}
	.direction-compare .direction-compare__top {
		gap: 20px;
		padding: 15px;
	}
	.direction-compare__top .direction-compare__arrow svg.arrow {
		width: 16px;
	}
	.direction .reviews-list {
		grid-template-columns: 100%;
	}
	.reviews-list .review-item {
		padding: 16px;
	}
	.review-item .review-bottom {
		gap: 15px;
	}
	.review-info .review-autor {
		font-size: 14px;
	}
	.review-logo svg {
		max-width: 35vw;
	}
	.directions-dop {
		flex-direction: column;
	}
	.directions-dop__item {
		width: 100%;
	}
	.direction .directions-dop,
	.direction .principles-list,
	.direction .direction-compare {
		margin-bottom: 80px;
	}
	.direction .principles-list {
		grid-template-columns: 100%;
	}
	.direction .principles-title {
		margin: 8px 0;
	}
	.direction .direction-steps__text {
		grid-template-columns: 100%;
	}
	.direction .direction-steps__text .direction-steps__text--item {
		height: auto;
		min-height: 130px;
	}
	.direction .direction-info video {
		margin-top: -5px;
		margin-bottom: 15px;
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.direction .direction-compare__item {
		padding: 10px;
	}
}
@media (max-width: 475px) {
	.direction-steps .direction-steps__thumbs {
		display: none;
	}
	.direction .direction-compare__item {
		grid-template-columns: 130px repeat(calc(var(--count, 4) - 1), 110px);
		padding: 0;
		gap: 0;
		margin: 0;
		font-size: 14px;
	}
	.direction .direction-compare .direction-compare__content {
		max-width: 100%;
		overflow-x: auto;
	}
	.direction .direction-compare .direction-compare__content .direction-compare__item > div {
		padding: 10px;
	}
	.direction .direction-compare .direction-compare__content .direction-compare__item > div:first-child {
		position: sticky;
		left: 0;
		z-index: 2;
		background: #201947;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.direction .direction-compare .direction-compare__content .direction-compare__item.active > div:first-child {
		background: rgba(132, 59, 245, 0.3);
	}
	.direction-compare__item:not(.direction-compare__title).active {
		width: max-content;
	}
	.direction .direction-prices__item ul li {
		font-size: 16px;
	}
}


.competencies-list {
	display: grid;
	grid-template-columns: repeat(3, calc(100%/3 - 21px));
	gap: 32px;
	margin: 80px 0 160px;
}
.competencies-item {
	padding: 32px 50px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 2.34375vw;
	border-radius: calc(var(--border-radius)/2);
	font-size: 18px;
	height: 160px;
	border: 1px solid transparent;
	background: linear-gradient(var(--color-main-bg), var(--color-main-bg) 0) padding-box, 
				linear-gradient(127.99deg, var(--color-text) 20.47%, var(--color-gradient-end) 78.94%) border-box;
}
.competencies-info {
	max-width: 225px;
}
.competencies-title {
	font-size: 20px;
	font-family: "GeologicaRegular";
	line-height: 1;
	margin: 0;
}
.competencies-subtitle {
	margin-top: 1px;
}
.competencies-list__onlytext .competencies-item {
	font-size: 24px;
	justify-content: center;
}
@media (max-width: 1280px) {
	.competencies-item {
		word-break: break-word;
	}
}
@media (max-width: 1024px) {
	.competencies-item {
		gap: 10px;
		padding: 20px;
		font-size: 13px;
	}
	.competencies-icon svg {
		max-width: 60px;
		height: auto;
	}
	.competencies-title {
		font-size: 16px;
	}
}
@media (max-width: 844px) {
	.competencies-list {
		gap: 20px;
		grid-template-columns: repeat(2, calc(50% - 10px));
	}
	.competencies-item {
		flex-direction: column;
		padding: 10px;
		align-items: center;
		justify-content: center;
	}
	.competencies-title {
		font-size: 13px;
	}
	.competencies-icon svg {
		max-width: unset;
	}
	.competencies-info {
		text-align: center;
	}
	.competencies-subtitle {
		margin-top: 5px;
	}
}
@media (max-width: 768px) {
	 .competencies-item {
		height: auto;
		padding: 40px 10px;
	}
}
@media (max-width: 600px) {
	 .competencies-title {
		font-size: 12px;
	}
}
@media (max-width: 500px) {
	 .competencies-list {
		grid-template-columns: 100%;
	}
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/direction/section.css?178465554418155*/
main .container {
	max-width: 1840px;
}
section:not(.section_dir) {
	margin: 0 auto 140px;
}
.content {
	--color-link: #8740FF;
	--color-title: #8842FF;
	--color-descr: #8C44FF;
	--color-svg: #A66BFF;
	--color-border: #B15DFF;
	--color-descr-2: #060B20;
}

/* begin 1 block (direction) style */
.dir-info__block {
	display: flex;
	gap: 75px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 220px;
	padding: 0 81px 0 48px;
}
.dir-info h1 {
	font-family: "GeologicaBold";
	font-size: 78px;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
	max-width: 530px;
}
.dir-info h1 span {
	color: var(--color-title);
}
.dir-info {
	width: 40vw;
}
.dir-descr {
	font-size: 24px;
	font-family: "GeologicaThin";
	margin-top: 35px;
	line-height: 1.5;
}
.dir-info .dir-descr {
	max-width: 550px;
}
.dir-info .dir-descr {
	position: relative;
	padding-top: 37px;
}
.dir-info .dir-descr:before {
	content: "";
	border: 2px solid var(--color-descr);
	height: 2px;
	width: 125px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.dir-info .dir-descr:after {
	content: "";
	width: 7.5px;
	height: 7.5px;
	background: var(--color-descr);
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 136px;
  	top: -1px;
}
.dir-list {
	display: flex;
	row-gap: 25px;
	column-gap: 21px;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 50px;
	max-width: 686px;
}
.dir-list span {
	border-radius: var(--border-radius);
	border: 1px solid var(--color-text);
	padding: 19px 53px;
	font-size: 20px;
	font-family: "GeologicaThin";
	background: transparent;
	transition: all 0.5s ease;
	border: 1px solid rgba(255, 255, 255, 0.55);
}
.dir-list span.active,
.dir-list span:hover {
	background: linear-gradient(90deg, #8B3BFF 0%, #00A8E8 100%);
	border: 1px solid rgba(167, 236, 255, 0.95);
}
@media (max-width: 1100px) and (min-width: 1024px) {
	.dir-list {
		max-width: 100%;
		position: absolute;
	}
}
@media (max-width: 1024px) {
	.dir-descr,
	.dir-list {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.dir-list span {
		padding: 11px 26px;
	}
}


@media (max-width: 1320px) {
	.dir-preview__content {
		padding: 32px 40px;
	}
	.dir-info h1 {
		font-size: 60px;
		line-height: 1.2;
	}
	.dir-descr {
		font-size: 28px;
	}
}
@media (max-width: 1070px) {
	.dir-descr {
		font-size: 26px;
	}
	.dir-preview__content {
		padding: 25px;
		gap: 20px;
	}
	.dir-list {
		row-gap: 15px;
		column-gap: 20px;
	}
}
@media (max-width: 991px) {
	.dir-info__block {
		flex-direction: column;
	}
	.dir-info,
	.dir-preview {
		max-width:100%;
		width: 100%;
	}
	.dir-preview__header {
		height: 80px;
	}
	.dir-list {
		max-width: unset;
	}
}
@media (max-width: 768px) {
	.dir-info__block {
		margin-bottom: 0;
	}
	.dir-info h1 {
		font-size: 48px;
		line-height: 1;
	}
	.dir-descr {
		font-size: 22px;
	}
	.dir-list span {
		font-size: 18px;
	}
}
@media (max-width: 440px) {
	.dir-preview__content {
		grid-template-columns: 100%;
	}
}
/* end 1 block (direction) style */


/* begin level block style */
.dir-level {
	position: relative;
}
.dir-level__dot {
	background: #0E1B2C;
	border: 1px solid rgba(255, 255, 255, 0.4);
	min-width: 40px;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 100%;
	margin-right: 95px;
	position: relative;
	transition: all 0.5s ease;
}
.dir-level__dot:after {
	content: "";
	width: 0;
	border: 1px solid rgba(255, 255, 255, 0);
	position: absolute;
	left: calc(100% + 1px);
	top: 50%;
	transition: all 0.5s ease;
}
.dir-level__item {
	z-index: 1;	
	display: flex;
	align-items: center;
	position: relative;
	margin-top: calc(var(--count) * -37px * calc(1 - 0.065 * var(--count)));
	z-index: calc(var(--all_count) - var(--count));
	cursor: pointer;
}
.dir-level__item.active {
	z-index: 3;
}
.dir-level__item:first-child:not(.active):has(+ .dir-level__item.active) .dir-level__content,
.dir-level__item.active:not(:first-child) + .dir-level__item .dir-level__content {
	transform: scale(0.935);
} 
.dir-level__item:first-child:not(.active):has(+ .dir-level__item.active) .dir-level__content {
	transform: scale(0.935);
}
.dir-level__item:has(+ .dir-level__item.active:last-child) {
	margin-top: -50px;
	z-index: 3;
}
.dir-level__item:has(+ .dir-level__item.active:last-child) .dir-level__content {
	transform: scale(0.935);
}
.dir-level__item:first-child:has(~ .dir-level__item.active:last-child) .dir-level__content {
	transform: scale(0.87);
}
.dir-level__content {
	background: #0E1B2C;
	border-radius: var(--border-radius);
	padding: 47px 70px;
	color: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	transform: scale(calc(1 - 0.065 * var(--count)));
	transition: all 0.5s ease;
}
.dir-level__content a {
	color: rgba(255, 255, 255, 0.4);
}
.dir-level__item.active .dir-level__content {
	background: url("/local/templates/direkt2026/assets/img/dir_level_bg.png") no-repeat center transparent;
	background-size: cover;
	opacity: 1;
	z-index: 2;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	transform: scale(1);
}
.dir-level__item.active .dir-level__content a {
	color: rgba(255, 255, 255, 1);
}
.dir-level__item.active .dir-level__dot {
	background: #5D5FEC;
	border: 1px solid rgba(255, 255, 255, 1);
}
.dir-level__item.active .dir-level__dot:after {
	border: 1px solid rgba(255, 255, 255, 1);
	width: 95px;
}
.dir-level__title {
	font-family: "GeologicaBold";
	font-size: 48px;
}
.dir-level__for {
	font-family: "GeologicaBold";
	font-size: 32px;
	margin-top: 50px;
}
.dir-level__descr {
	font-family: "GeologicaRegular";
	font-size: 24px;
	margin-top: 35px;
}
.dir-level__list {
	font-family: "GeologicaThin";
	font-size: 24px;
	margin-top: 14px;
	columns: 3;
}

@media (max-width: 1160px) {
	.dir-level__content {
		padding: 35px 40px;
	}
}
@media (max-width: 1100px) {
	.dir-level__dot {
		margin-right: 70px;
	}
	.dir-level__item.active .dir-level__dot::after {
		width: 70px;
	}
	.dir-level__list {
		columns: 2;
		padding-left: 16px;
	}
	.dir-level__title {
		font-size: 30px;
	}
	.dir-level__for,
	.dir-level__descr,
	.dir-level__list {
		font-size: 18px;
	}
}
@media (max-width: 768px) {
	.dir-level__content {
		padding: 20px;
	}
	.dir-level__dot {
		margin-right: 50px;
	}
	.dir-level__item.active .dir-level__dot::after {
		width: 50px;
	}
	.dir-level__title {
		font-size: 26px;
	}
	.dir-level__dot {
		min-width: 30px;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 575px) {
	.dir-level__dot {
		margin-right: 30px;
	}
	.dir-level__item.active .dir-level__dot::after {
		width: 30px;
	}
	.dir-level__dot {
		min-width: 20px;
		width: 20px;
		height: 20px;
	}
	.dir-level__for {
		margin-top: 14px;
	}
	.dir-level__descr {
		margin-top: 20px;
	}
	.dir-level__list {
		columns: 1;
	}
}
/* end level block style */

/* begin 3 block (scenarios) style */
.scenarios-list {
	display: grid;
	gap: 35px;
	grid-template-columns: repeat(3, calc(100%/3 - 23px));
	position: relative;
}
.scenarios-list:after {
	content: "";
	background: radial-gradient(57.02% 56.18% at 45.88% 49.41%, rgba(4, 200, 255, 0.9) 0%, rgba(115, 44, 255, 0.65) 33%, rgba(5, 8, 20, 0) 70%);
	width: 1781px;
	height: 1340px;
	opacity: 0.78;
	position: absolute;
	left: 0;
	transform: translateX(-59%);
	top: 0;
	z-index: 1;
}
.scenarios-item {
	background: var(--color-descr-2);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius);
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}
.scenarios-icon {
	text-align: center;
}
.scenarios-icon svg {
	max-width: 100%;
	height: auto;
}
.scenarios-title {
	font-size: 28px;
	line-height: 1;
	font-family: "GeologicaBold";
	margin-bottom: 35px;
	text-align: center;
}
.scenarios-title span {
	color: var(--color-link);
	display: block;
}
.scenarios-descr {
	font-size: 24px;
	font-family: "GeologicaThin";
	margin: 36px auto 0;
	text-align: center;
	padding: 0 30px;
	max-width: 454px;
}
.scenarios-tags {
	font-size: 20px;
	font-family: "GeologicaThin";
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	column-gap: 40px;
	padding: 0 30px;
}
.scenarios-tags__item {
	white-space: nowrap;
}
@media (max-width: 1320px) {
	.scenarios-title {
		font-size: 32px;
	}
}
@media (max-width: 1100px) {
	.scenarios-title {
		font-size: 28px;
	}
	.scenarios-descr {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.scenarios-title {
		font-size: 24px;
	}
	.scenarios-list {
		gap: 20px;
		grid-template-columns: repeat(3, calc(100%/3 - 14px));
	}
	.scenarios-tags__item {
		font-size: 14px;
	}
	.scenarios-list:after {
		transform: translateX(-50%);
	}
}
@media (max-width: 768px) {
	.scenarios-title {
		font-size: 24px;
		margin-top: 10px;
		padding: 0 20px;
	}
	.scenarios-descr {
		padding: 0 20px;
	}
	.scenarios-list {
		grid-template-columns: 100%;
	}
	.scenarios-tags {
		column-gap: 20px;
		padding: 0 20px;
	}
}
/* end 3 block (scenarios) style */

/* begin 5 block (eco_system) style */
.eco {
	display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, 1fr);
	border: 1px solid var(--color-text);
	border-radius: var(--border-radius);
}
.eco-item {
	padding: 51px 46px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.eco-item.eco-item__active {
	background: url("/local/templates/direkt2026/assets/img/dir_level_bg.png") no-repeat center transparent;
    background-size: cover;
}
.eco-item__1 {
	grid-row: span 2 / span 2;
	border-top-left-radius: var(--border-radius);
	border-bottom-left-radius: var(--border-radius);
	border-right: 1px solid var(--color-text);
}
.eco-item__2 {
	border-top-right-radius: var(--border-radius);
	position: relative;
}
.eco-item__2:after {
	content: "";
	height: 1px;
	width: 100%;
	max-width: 245px;
	position: absolute;
	bottom: 0;
	background: var(--color-text);
	left: calc((100% - 245px)/2);
	transition: all 0.5s ease;
}
.eco-item__2:hover:after {
	max-width: 100%;
	left: 0;
}
.eco-item__2:has(+ .eco-item__3:hover):after {
	max-width: 100%;
	left: 0;
}
.eco-item__3 {
	grid-column-start: 2;
	border-bottom-right-radius: var(--border-radius);
}
.eco-title {
	font-family: "GeologicaBold";
	font-size: 48px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.5s ease;
}
a.eco-item:hover .eco-title {
	color: var(--color-link);
	text-decoration: none;
}
.eco-descr {
	font-family: "GeologicaThin";
	font-size: 24px;
}
.eco-info {
	display: flex;
	align-items: center;
	gap: 20px;
}
.eco-btn {
	font-family: "GeologicaBold";
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	padding: 8px 11px;
	border: 1px solid var(--color-text);
	border-radius: var(--border-radius);
	text-align: center;
}
.eco-item.eco-item__active .eco-title {
	font-size: 64px;
}
.eco-item.eco-item__active .eco-descr {
	font-size: 32px;
}
@media (max-width: 991px) {
	.eco-item {
		padding: 25px 30px;
	}
	.eco-item.eco-item__active .eco-title {
		font-size: 54px;
	}
	.eco-item.eco-item__active .eco-descr {
		font-size: 26px;
	}
	.eco-title {
		font-size: 34px;
	}
	.eco-descr {
		font-size: 18px;
	}
	.eco-btn {
		font-size: 12px;
	}
}
@media (max-width: 768px) {
	.eco-item.eco-item__active .eco-title {
		font-size: 44px;
	}
	.eco-item.eco-item__active .eco-descr {
		font-size: 22px;
	}
	.eco-title {
		font-size: 28px;
	}
	.eco-descr {
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	.eco-info {
		flex-wrap: wrap;
		gap: 5px;
		margin-bottom: 10px;
	}
	.eco-item {
		padding: 15px;
	}
	.eco-item.eco-item__active .eco-title {
		font-size: 38px;
	}
	.eco-item.eco-item__active .eco-descr {
		font-size: 20px;
	}
	.eco-title {
		font-size: 24px;
	}
	.eco-item__2:after {
		max-width: 30vw;
		left: calc((100% - 30vw)/2);
	}
}
@media (max-width: 575px) {
	.eco {
		grid-template-columns: 100%;
	}
	.eco-item__1 {
		border-top-left-radius: var(--border-radius);
		border-top-right-radius: var(--border-radius);
		border-bottom-left-radius: 0;
		border-bottom: 1px solid var(--color-text);
		border-right: 0px;
	}
	.eco-item__3 {
		grid-column-start: 1;
	}
	.eco-item__2:after {
		max-width: 60vw;
		left: calc((100% - 60vw)/2);
	}
}
/* end 5 block (eco_system) style */

/* begin 6 block (process) style */
.steps {
	border: 1px solid var(--color-border);
	background: var(--color-descr-2);
	padding: 56px 49px 100px;
	border-radius: var(--border-radius);
}
.steps h2 {
	margin-bottom: 100px;
}
.steps-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.steps-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
	margin: 20px 0 10px;
}
.steps-center:before {
	content: "";
	width: var(--width_step, 100%);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--color-text);
	transition: all 0.5s ease;
	z-index: 0;
}
.steps-center:after {
	content: "";
	width: var(--width_step_active, 0%);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background: var(--color-link);
	transition: all 0.5s ease;
	z-index: 1;
}
.steps-bottom {
	display: flex;
	align-items: start;
	justify-content: space-between;
}
.step-item {
	max-width: 421px;
}
.steps-bottom .step-item,
.steps-top .step-item {
	text-align: center;
}
.steps-top .step-item:last-child {
	text-align: right;
}
.steps-top .step-item:first-child {
	text-align: left;
}
.steps-bottom .step-item:last-child {
	margin-right: calc(20% - 110px);
}
.steps-bottom .step-item:first-child {
	margin-left: calc(20% - 110px);
}
.steps-bottom .step-title {
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step-title {
	font-family: "GeologicaBold";
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
.step-descr {
	font-family: "GeologicaThin";
	font-size: 24px;
}
.step-number {
	border-radius: 100%;
	border: 2px solid var(--color-text);
	font-family: "GeologicaBold";
	font-size: 40px;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	background: #07111B;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.step-number.active {
	border-color: var(--color-link);
}
.step-number.active {
	background: url("/local/templates/direkt2026/assets/img/dir_level_bg.png") no-repeat center transparent;
    background-size: cover;
}
@media (max-width: 1370px) {
	.steps-bottom .step-item:first-child {
		margin-left: calc(20% - 130px);
	}
}
@media (max-width: 1024px) {
	.step-title {
		font-size: 28px;
	}
	.step-descr {
		font-size: 20px;
	}
	.steps-top {
		gap: 5px;
	}
	.steps-bottom .step-item {
		max-width: 380px;
	}
}
@media (max-width: 768px) {
	.steps {
		margin-top: 50px;
	}
	.step-number {
		font-size: 30px;
		width: 80px;
		height: 80px;
	}
	.step-title {
		font-size: 22px;
		line-height: 1.2;
	}
	.step-descr {
		font-size: 16px;
	}
	.steps-bottom {
		gap: 10px;
	}
	.steps-bottom .step-item {
		max-width: 280px;
	}
	.steps-bottom .step-item:first-child {
		margin-left: calc(20% - 100px)
	}
	.steps-bottom .step-title {
		height: 54px;
	}
	.steps-bottom .step-item:last-child {
		margin-right: calc(20% - 90px);
	}
}
@media (max-width: 575px) {
	.steps {
		position: relative;
		transition: all 0.5s ease;
		opacity: 0;
		padding: 20px 15px;
	}
	.steps .step-item.active .step-number {
		background: url("/local/templates/direkt2026/assets/img/dir_level_bg.png") no-repeat center transparent;
		background-size: cover;
	}
	.steps .step-item {
		display: grid;
		align-items: center;
		grid-template-columns: 100px calc(100% - 100px);
		max-width: 100%;
		margin-bottom: 20px;
	}
	.steps:before {
		content: "";
		width: 1px;
		height: calc(100% - 20px);
		position: absolute;
		background: var(--color-text);
		transition: all 0.5s ease;
		z-index: 1;
		height: calc(100% - 140px);
		top: 50px;
		left: 50px;
	} 
	.step-number {
		font-size: 26px;
		width: 70px;
		height: 70px;
	}
	.steps__mobile .step-item {
		grid-template-columns: 85px calc(100% - 85px);
	}
}
/* end 6 block (process) style */


/* begin 7 block (video) block style */
.video_block {
	position: relative;
	overflow: hidden;
	max-height: calc(100vh - 150px);
}
.video_block-section {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
	background: url("/local/templates/direkt2026/assets/img/video_bg.png") no-repeat center center #000;
	background-size: cover;
	max-height: calc(100vh - 150px);
}
.video_block h2.title_web {
	max-width: 660px;
	font-size: 48px;
	margin: 0;
}
.video_block:hover svg {
	transform: scale(1.1);
}
.video_block svg {
	transition: all 0.5s ease;
}
.video_block-descr {
	font-size: 36px;
	font-family: "GeologicaThin";
}
.video_block-section video {
	opacity: 0;
	width: 100%;
}
.video_block-section.active video {
	opacity: 1;
}
.video_block-section.active .video_block-play {
	display: none;
}
.video_block-play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 6.45vw 30px 4.9vw;
}
.video_block-section img {
	width: min(340px, 55vw);
	max-width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}
.video-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	opacity: 0;
	transition: opacity 1s ease;
}
.video-bg.is-playing {
	opacity: 1;
}
@media (max-width: 1024px) {
	.video_block h2.title_web {
		font-size: 38px;
		max-width: 530px;
	}
	.video_block-descr {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.video_block h2.title_web {
		font-size: 28px;
		max-width: 430px;
	}
	.video_block svg {
		transform: scale(0.6);
	}
	.video_block:hover svg {
		transform: scale(0.8);
	}
}
@media (max-width: 575px) {
	.video_block h2.title_web {
		font-size: 22px;
		max-width: 100%;
	}
	.video_block-descr {
		font-size: 14px;
	}
	.video_block,
	.video_block-section {
		max-height: calc(100vh - 50px);
	}
	.video_block-play {
		padding: 20px;
	}
}
/* end 7 block (video) block style */
/* End */


/* Start:/local/templates/direkt2026/assets/css/direction/web.css?178489634222733*/
body {
	background: #020814;
}
.dir-info h1 {
	max-width: 580px;
}
.dir-list span {
	padding: 13px 29px;
}

/* begin first block style */
.dir-info__block {
	padding: 0;
	display: grid;
	grid-template-columns: 665px calc(100% - 665px - 36px);
	gap: 36px;
}
.dir-preview {
	gap: 29px;
	border: 0px;
	max-width: unset;
	border-radius: 0;
	display: grid;
	grid-template-columns: auto auto;
}
.dir-preview img {
}
.web-anonce {}
.web-anonce__item {
	display: flex;
	gap: 26px;
	align-items: center;
	margin-bottom: 24px; 
}
.web-anonce__number {
	font-family: "GeologicaBold";
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A768FF;
	min-width: 70px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	position: relative;
}
.web-anonce__number:after {
	content: "";
	z-index: 1;
	background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1132_4370)'%3E%3Cpath d='M49.75 84.75C69.08 84.75 84.75 69.08 84.75 49.75C84.75 30.42 69.08 14.75 49.75 14.75C30.42 14.75 14.75 30.42 14.75 49.75C14.75 69.08 30.42 84.75 49.75 84.75Z' fill='%23101A38'/%3E%3Cpath d='M49.75 84.75C69.08 84.75 84.75 69.08 84.75 49.75C84.75 30.42 69.08 14.75 49.75 14.75C30.42 14.75 14.75 30.42 14.75 49.75C14.75 69.08 30.42 84.75 49.75 84.75Z' stroke='%237E3BFF' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1132_4370' x='0' y='0' width='99.5' height='99.5' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='7' result='effect1_foregroundBlur_1132_4370'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center #101A38;
	filter: blur(5px);
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-width: 70px;
	width: 70px;
	height: 70px;
	transition: all 0.5s ease;
}
.web-anonce__item.active .web-anonce__number {
	border-radius: 10px;
	color: #fff;
}
.web-anonce__item.active .web-anonce__number:after {
	background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1132_4379)'%3E%3Cpath d='M67.1016 14.5996H32.1016C22.4366 14.5996 14.6016 22.4346 14.6016 32.0996V67.0996C14.6016 76.7646 22.4366 84.5996 32.1016 84.5996H67.1016C76.7665 84.5996 84.6016 76.7646 84.6016 67.0996V32.0996C84.6016 22.4346 76.7665 14.5996 67.1016 14.5996Z' fill='url(%23paint0_linear_1132_4379)'/%3E%3Cpath d='M67.1016 14.5996H32.1016C22.4366 14.5996 14.6016 22.4346 14.6016 32.0996V67.0996C14.6016 76.7646 22.4366 84.5996 32.1016 84.5996H67.1016C76.7665 84.5996 84.6016 76.7646 84.6016 67.0996V32.0996C84.6016 22.4346 76.7665 14.5996 67.1016 14.5996Z' stroke='%239D74FF' stroke-width='1.2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1132_4379' x='0' y='0' width='99.2031' height='99.1992' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='7' result='effect1_foregroundBlur_1132_4379'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1132_4379' x1='14.6016' y1='14.5996' x2='84.6016' y2='84.5996' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B12CFF'/%3E%3Cstop offset='0.52' stop-color='%236E35FF'/%3E%3Cstop offset='1' stop-color='%2300B2FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center #101A38;
	border-radius: 10px;
}
.web-anonce__number span {
	z-index: 2;
	position: relative;
}
.web-anonce__title {
	font-family: "GeologicaBold";
	font-size: 20px;
	line-height: 1;
}
@media (max-width: 1700px) {
	.dir-info__block {
		grid-template-columns: auto auto;
		align-items: start;
	}
	.dir-preview {
		margin-top: 40px;
	}
	.dir-info {
		width: 100%;
	}
}
@media (max-width: 1440px) {
	.dir-info__block {
		grid-template-columns: calc(40% - 36px) 60%;
	}
	.dir-list {
		width: 100vw;
	}
}
@media (max-width: 1280px) {
	.web-anonce__title {
		font-size: 18px;
	}
}
@media (max-width: 1024px) {
	.dir-info__block {
		grid-template-columns: 100%;
	}
	.dir-info h1,
	.dir-info .dir-descr {
		max-width: 100%;
	}
}
@media (max-width: 1100px) and (min-width: 1024px) {
	.dir-list {
		max-width: 100%;
		position: relative;
	}
}
@media (max-width: 768px) {
	.dir-preview {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}
	.web-anonce__item {
		margin-bottom: 15px;
	}
}
/* end first block style */

/* begin new level style */
.product-level {
	background: var(--color-descr-2);
	border: 1.2px solid #9B53E3;
	padding: 50px 47px 47px;
	border-radius: var(--border-radius);
}
.product-level__inner {
	display: grid;
	gap: 33px;
	grid-template-columns: repeat(3, calc(100%/3 - 22px));
}
.product-level__item {
	background: linear-gradient(135deg, #101A38 0%, #070D1B 100%);
	border: 1.1px solid #263861;
	border-radius: calc(var(--border-radius)/2);
	padding: 32px;
	display: grid;
}
.product-level__top {
	display: flex;
	gap: 24px;
	align-items: center;
}
.product-level__number {
	background: url("data:image/svg+xml,%3Csvg width='86' height='86' viewBox='0 0 86 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1135_1149)'%3E%3Cpath d='M55.1401 14.5H30.756C21.7781 14.5 14.5 21.7914 14.5 30.7858V55.2145C14.5 64.2089 21.7781 71.5004 30.756 71.5004H55.1401C64.118 71.5004 71.3961 64.2089 71.3961 55.2145V30.7858C71.3961 21.7914 64.118 14.5 55.1401 14.5Z' fill='url(%23paint0_linear_1135_1149)'/%3E%3Cpath d='M55.1401 14.5H30.756C21.7781 14.5 14.5 21.7914 14.5 30.7858V55.2145C14.5 64.2089 21.7781 71.5004 30.756 71.5004H55.1401C64.118 71.5004 71.3961 64.2089 71.3961 55.2145V30.7858C71.3961 21.7914 64.118 14.5 55.1401 14.5Z' stroke='%239D74FF'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1135_1149' x='0' y='0' width='85.8945' height='86' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='7' result='effect1_foregroundBlur_1135_1149'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1135_1149' x1='14.5' y1='14.5' x2='71.5003' y2='71.396' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23B12CFF'/%3E%3Cstop offset='0.52' stop-color='%236E35FF'/%3E%3Cstop offset='1' stop-color='%2300B2FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center transparent;
	border-radius: 10px;
	min-width: 57px;
	width: 57px;
	height: 57px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	font-family: "GeologicaBold";
}
.product-level__title {
	font-size: 32px;
	font-family: "GeologicaBold";
	color: var(--color-link);
}
.product-level__subtitle {
	font-size: 32px;
	font-family: "GeologicaBold";
	margin-top: 30px;
	margin-left: 57px;
	line-height: 1;
}
.product-level__descr {
	font-size: 20px;
	font-family: "GeologicaRegular";
	color: #C8D2EA;
	margin-top: 30px;
	margin-left: 57px;
}
.product-level__img {
	margin-top: 20px;
	margin-left: 57px;
}
.product-level__list {
	font-size: 20px;
	font-family: "GeologicaThin";
	margin: 15px 0 0;
}
.product-level__bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-left: 36px;
}
.product-level__link {
	border-radius: 100%;
	background: linear-gradient(135deg, #B12CFF 0%, #6E35FF 52%, #00B2FF 100%);
	border: 1px solid #9D74FF;
	min-width: 54px;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease;
}
.product-level__link:hover {
	font-size: 30px;
}
@media (max-width: 1280px) {
	.product-level__subtitle,
	.product-level__descr,
	.product-level__bottom,
	.product-level__img	{
		margin-left: 0;
	}
	.product-level__bottom {
		gap: 5px;
	}
	.product-level__list {
		padding-left: 18px;
	}
	.product-level__title,
	.product-level__subtitle {
		font-size: 24px;
	}
	.product-level__descr,
	.product-level__list {
		font-size: 18px;
	}
	.product-level__top {
		gap: 15px;
	}
	.product-level__inner {
		gap: 22px;
		grid-template-columns: repeat(3, calc(100%/3 - 15px));
	}
}
@media (max-width: 1024px) {
	.product-level__item {
		padding: 32px 20px;
	}
	.product-level__number {
		min-width: 47px;
		width: 47px;
		height: 47px;
		font-size: 24px;
	}
	.product-level__title,
	.product-level__subtitle {
		font-size: 20px;
	}
	.product-level__descr,
	.product-level__list {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.product-level {
		padding: 30px 25px 40px;
	}
	.product-level__inner {
		grid-template-columns: 100%;
		gap: 20px;
	}
	.product-level__item {
		padding: 25px 20px;
	}
	.product-level__link {
		min-width: 44px;
		width: 44px;
		height: 44px;
	}
	.product-level__subtitle,
	.product-level__descr {
		margin-top: 15px;
	}
	.product-level__title,
	.product-level__subtitle {
		font-size: 32px;
	}
	.product-level__descr,
	.product-level__list {
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.product-level__title,
	.product-level__subtitle {
		font-size: 30px;
	}
}
/* end new level style */

.section:has(+ .web-bg),
.web-bg + section {
	z-index: 2;
	position: relative;
}
.web-bg {
	position: relative;
	z-index: 1;
}
.web-bg:after {
	content: "";
	background: radial-gradient(26% 25.71% at 96% 53.4%, rgba(19, 212, 255, 0.75) 0%, rgba(111, 54, 255, 0.32) 50%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 1815px;
	top: 0;
	transform: rotate(-180deg);
	opacity: 0.7;
	display: block;
	position: absolute;
	left: -6%;
	z-index: 1;
}
@media (max-width: 1110px) {
	.web-bg:after {
		left: -10%;
	}	
}
@media (max-width: 991px) {
	.web-bg:after {
		left: -4%;
		top: 100vh;
	}	
}
@media (max-width: 575px) {
	.web-bg:after {
		top: 150vh;
	}	
}

/* begin web variant style */
.dir-descr:has( + .web-variant__inner) {
	margin-bottom: 50px;
}
.web-variant {
	position: relative;
	background: var(--color-descr-2);
	border: 1.2px solid #9B53E3;
	padding: 39px 49px 54px;
	border-radius: var(--border-radius);
}
.web-variant__inner {
	display: grid;
	gap: 37px;
	grid-template-columns: repeat(3, calc(100%/3 - 25px));
	z-index: 2;
	position: relative;
}
.web-variant__item {
	background: linear-gradient(135deg, #101A38 0%, #070D1B 100%);
	border: 1.1px solid #263861;
	padding: 37px 20px 30px 30px;
	border-radius: calc(var(--border-radius)/2);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.web-variant__top {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.web-variant__number {
	background: url("data:image/svg+xml,%3Csvg width='143' height='143' viewBox='0 0 143 143' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1137_1167)'%3E%3Cpath d='M71.2918 128.145C102.575 128.145 127.935 102.738 127.935 71.3976C127.935 40.057 102.575 14.6504 71.2918 14.6504C40.0086 14.6504 14.6484 40.057 14.6484 71.3976C14.6484 102.738 40.0086 128.145 71.2918 128.145Z' fill='%23101A38'/%3E%3Cpath d='M71.2918 128.145C102.575 128.145 127.935 102.738 127.935 71.3976C127.935 40.057 102.575 14.6504 71.2918 14.6504C40.0086 14.6504 14.6484 40.057 14.6484 71.3976C14.6484 102.738 40.0086 128.145 71.2918 128.145Z' stroke='%237E3BFF' stroke-width='1.3'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1137_1167' x='0' y='0' width='142.586' height='142.795' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='7' result='effect1_foregroundBlur_1137_1167'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center transparent;
	min-width: 113px;
	width: 113px;
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	font-family: "GeologicaBold";
	color: var(--color-link);
	background-size: cover;
}
.web-variant__info {
	max-width: calc(100% - 113px - 15px);
}
.web-variant__title {
	font-size: 31px;
	font-family: "GeologicaBold";
	margin-top: 9px;
	line-height: 1.1;
}
.web-variant__descr {
	font-size: 20px;
	font-family: "GeologicaRegular";
	color: #C8D2EA;
	margin-top: 25px;
}
.web-variant__list {
	font-size: 20px;
	line-height: 1;
	font-family: "GeologicaRegular";
	margin-top: 60px;
	display: flex;
	align-items: center;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
}
.web-variant__list span {
	padding: 8px 17px;
	background: #0B1123;	
	border: 1.2px solid #2B3858;
	border-radius: var(--border-radius);
}
@media (max-width: 1615px) {
	.web-variant__number {
		min-width: 90px;
		width: 90px;
		height: 90px;
		font-size: 28px;
	}
	.web-variant__info {
		max-width: calc(100% - 90px - 15px);
	}
	.web-variant__title {
		font-size: 28px;
	}
}
@media (max-width: 1440px) {
	.web-variant__item {
		padding: 25px 15px 30px 15px;
	}
	.web-variant__top {
		gap: 10px;
		flex-direction: column;
	}
	.web-variant__info {
		max-width: 100%;
	}
	.web-variant__list {
		margin-top: 30px;
	}
}
@media (max-width: 1280px) {
	.web-variant__inner {
		gap: 22px;
		grid-template-columns: repeat(3, calc(100%/3 - 15px));
	}
	.web-variant__title {
		font-size: 24px;
	}
	.web-variant__descr,
	.web-variant__list {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.web-variant {
		padding: 30px 25px 40px;
	}
	.web-variant__inner {
		grid-template-columns: 100%;
		gap: 20px;
	}
	.web-variant__item {
		padding: 25px 20px;
	}
	.web-variant__descr,
	.web-variant__list {
		margin-top: 15px;
	}
	.web-variant__title {
		font-size: 32px;
	}
	.web-variant__descr {
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.web-variant__title {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	.web-variant__title {
		font-size: 25px;
	}
}
/* end web variant style */


/* begin eco system style */
.web-eco {
	background: var(--color-descr-2);
	border: 1.2px solid #9B53E3;
	padding: 37px 49px 54px;
	border-radius: var(--border-radius);
}
.web-eco__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.web-eco__item {
	background: #0C1430;
	border: 1.1px solid #293B62;
	padding: 34px 45px;
	border-radius: var(--border-radius);
	min-width: 460px;
	position: relative;
	z-index: 2;
}
.web-eco__item.active {
	background: url("data:image/svg+xml,%3Csvg width='508' height='270' viewBox='0 0 508 270' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1142_1268)'%3E%3Cpath d='M466.112 15H41.8875C27.0379 15 15 27.06 15 41.9368V227.501C15 242.378 27.0379 254.438 41.8875 254.438H466.112C480.962 254.438 493 242.378 493 227.501V41.9368C493 27.06 480.962 15 466.112 15Z' fill='url(%23paint0_linear_1142_1268)'/%3E%3Cpath d='M466.112 15H41.8875C27.0379 15 15 27.06 15 41.9368V227.501C15 242.378 27.0379 254.438 41.8875 254.438H466.112C480.962 254.438 493 242.378 493 227.501V41.9368C493 27.06 480.962 15 466.112 15Z' stroke='%237E3BFF' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1142_1268' x='0' y='0' width='508' height='269.438' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='7' result='effect1_foregroundBlur_1142_1268'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_1142_1268' x1='15' y1='15' x2='206.761' y2='397.82' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23101A38'/%3E%3Cstop offset='1' stop-color='%23070D1B'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center transparent;
	background-size: cover;
	border: 0px;
	padding: 45px 59px;
	transform: scale(1.1);
	height: 240px;
	margin-top: -30px;
}
.web-eco__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.web-eco__title {
	font-size: 32px;
	font-family: "GeologicaBold";
	text-transform: uppercase;
}
.web-eco__descr {
	font-size: 20px;
	font-family: "GeologicaRegular";
	margin-top: 30px;
	color: #C8D2EA;
	max-width: 225px;
}
.web-eco__item:not(:first-child):before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='151' height='88' viewBox='0 0 151 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.45' d='M0.558594 46.3371C89.9586 -13.8496 149.559 99.0004 149.559 38.8137' stroke='%237E3BFF' stroke-width='2'/%3E%3Cpath opacity='0.45' d='M0.558594 75.7631C89.9586 17.6518 149.559 126.61 149.559 68.4992' stroke='%2300B2FF' stroke-width='2'/%3E%3Cpath opacity='0.45' d='M0.558594 19.2882C89.9586 -40.8984 149.559 71.9515 149.559 11.7649' stroke='%23A768FF' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat 0 0 transparent;
	height: 88px;
	width: 151px;
	display: block;
	position: absolute;
	left: -150px;
	top: 55px;
	z-index: 1;
	background-size: cover;
}
.web-eco__item.active:before {
	left: -135px;
	top: 99px;
}
.web-eco__steps {
	display: grid;
	gap: 7px;
	align-items: center;
	margin-top: 100px;
	grid-template-columns: repeat(6, calc(100%/6 - 5px));
	margin-left: -30px;
}
.web-eco__steps span {
	color: #C8D2EA;
	font-size: 20px;
	font-family: "GeologicaBold";
	border: 1px solid #9B53E3;
	background: #091023;
	padding: 12px 32px;
	border-radius: var(--border-radius);
	position: relative;
	text-align: center;
	margin-left: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.web-eco__steps span:not(:first-child):before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2992 13.0398L8.64922 11.3798L12.2892 7.74984L-0.000781193 7.72984V5.26984L12.2892 5.28984L8.64922 1.64984L10.2992 -0.000156879L16.8192 6.51984L10.2992 13.0398Z' fill='%238B4DFF'/%3E%3C/svg%3E") no-repeat 0 0 transparent;
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	left: -28px;
	top: calc(50% - 6px);
}
.web-eco__item:nth-child(1) {
	z-index: 4;
}
.web-eco__item:nth-child(2) {
	z-index: 3;
}
.web-eco__item:nth-child(3) {
	z-index: 2;
}
@media (max-width: 1680px) {
	.web-eco__item {
		min-width: 25%;
	}
}
@media (max-width: 1440px) {
	.web-eco__item {
		padding: 25px 35px;
	}
	.web-eco__item.active {
		padding: 30px 40px;
		height: 200px;
		margin-top: 0;
	}
	.web-eco__item.active::before {
		left: -140px;
		top: 73px;
	}
}
@media (max-width: 1345px) {
	.web-eco__item {
		height: 160px;
		display: grid;
		min-width: 20%;
	}
	.web-eco__item.active {
		transform: scale(1);
	}
	.web-eco__title {
		font-size: 24px;
	}
	.web-eco__descr {
		font-size: 18px;
		margin-top: 15px;
	}
	.web-eco__steps span {
		font-size: 16px;
		padding: 10px 25px;
	}
}
@media (max-width: 1240px) {
	.web-eco .dir-descr	{
		margin-bottom: 50px;
	}
	.web-eco__steps	{
		margin-top: 50px;
	}
	.web-eco__item {
		padding: 25px;
		min-width: unset;
		width: 25%;
	}
	.web-eco__item.active {
		padding: 26px 30px;
		width: 34%;
	}
	.web-eco__item.active::before {
		left: -148px;
	}
}
@media (max-width: 1077px) {
	.web-eco__descr {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.web-eco {
		padding: 30px 25px 40px;
	}
	.web-eco__inner {
		flex-direction: column;
		row-gap: 60px;
	}
	.web-eco__item.active {
		background: linear-gradient(135deg, #101A38 0%, #070D1B 100%);
	}
	.web-eco__item.active,
	.web-eco__item {
		width: 100%;
		height: auto;
	}
	.web-eco__item:not(:first-child)::before,
	.web-eco__item.active::before {
		transform: rotate(90deg);
		left: calc(50% - 44px);
		top: auto;
		bottom: calc(100% + 31px);
	}
	.web-eco__title {
		font-size: 32px;
	}
	.web-eco__descr {
		font-size: 20px;
		max-width: 100%;
	}
	.web-eco__steps {
		grid-template-columns: 100%;
		row-gap: 30px;
	}
	.web-eco__steps span:not(:first-child):before {
		transform: rotate(90deg);
		left: calc(50% - 8px);
		top: auto;
		bottom: calc(100% + 8px);
	}
}
@media (max-width: 500px) {
	.web-eco__title {
		font-size: 30px;
	}
	.web-eco__descr {
		font-size: 18px;
	}
	.web-eco__content img {
		max-width: 19vw;
	}
	.web-eco__item:not(:first-child):before, 
	.web-eco__item.active:before {
		left: calc(50% - 78px);
	}
}
/* end eco system style */

/* begin steps style */
.web-steps__icon {
	min-width: 100px;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid #FFFFFF;
	margin: 0 auto;
}
.web-steps__icon svg {
	max-width: calc(100% - 40px);
}
.web-steps__title {
	font-family: "GeologicaRegular";
	font-size: 24px;
	line-height: 1;
	margin-top: 30px;
}
.web-steps__descr {
	color: #C8D2EA;
	font-family: "GeologicaThin";
	font-size: 20px;
	line-height: 1;
	margin-top: 22px;
}
.web-steps .swiper-button-next::after,
.web-steps .swiper-button-prev::after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #fff;
}
.web-steps .swiper-button-next::after {
	content: 'next';
}
.web-steps .swiper-button-prev {
	left: 0px;
}
.web-steps .swiper-button-prev, 
.web-steps .swiper-button-next {
	background: var(--color-main-bg);
	height: inherit;
	top: 0;
	bottom: 0;
}
.web-steps .swiper-button-next {
	right: 0;
}
.web-steps .swiper-button-prev::after {
	content: 'prev';
}
.web-steps .swiper-button-prev.swiper-button-disabled,
.web-steps .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}
.web-steps .swiper-slide {
	text-align: center;
}
@media (min-width: 1501px) {	
	.web-steps .swiper-slide {
		width: calc(100%/8 - 15px);
	}
	.web-steps .swiper-button-prev,
	.web-steps .swiper-button-next {
		display: none;
	}
}
@media (max-width: 1500px) {	
	.web-steps .swiper-slide {
		width: calc(100%/7 - 14px);
	}
	.web-steps.swiper {
		padding: 0 40px;
	}
}
@media (max-width: 1440px) {	
	.web-steps .swiper-slide {
		width: calc(100%/6 - 14px);
	}
}
@media (max-width: 1280px) {	
	.web-steps .swiper-slide {
		width: calc(100%/5 - 14px);
	}
}
@media (max-width: 1024px) {	
	.web-steps .swiper-slide {
		width: calc(100%/4 - 14px);
	}
}
@media (max-width: 991px) {	
	.web-steps .swiper-slide {
		width: calc(100%/3 - 14px);
	}
}
@media (max-width: 650px) {	
	.web-steps .swiper-slide {
		width: calc(100%/2 - 10px);
	}
}
@media (max-width: 450px) {	
	.web-steps .swiper-slide {
		width: 100%;
		text-align: center;
	}
	.web-steps__icon {
		margin: 0 auto;
	}
	.web-steps__descr {
		margin-top: 15px;
	}
}
/* end steps style */
/* End */


/* Start:/local/templates/direkt2026/components/bitrix/news.list/direction_level_web/style.css?17854337333035*/
.dir-product {
	position: relative;
}
.dir-product.hidden {
	overflow: hidden;
}
.dir-product:after {
	content: "";
	background: radial-gradient(34.26% 45.13% at 36.12% 54.84%, rgba(19, 212, 255, 0.75) 0%, rgba(111, 54, 255, 0.32) 50%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	width: 100%;
	height: 1086px;
	bottom: -370px;
	left: 0;
	opacity: 0.7;
	z-index: 1;
}
.dir-product__item {
	border: 1px solid #B15DFF;
	background: #060B20;
	border-radius: var(--border-radius);
	padding: 36px 49px;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: 800px calc(100% - 800px - 30px);
	justify-content: space-between;
	gap: 30px;
	align-items: center;
	z-index: 2;
	position: relative;
	transition: all 1s ease-out;
}
.dir-product__item:nth-child(even) {
	transform: translateX(50%);
}
.dir-product__item:nth-child(odd) {
	transform: translateX(-50%);
}
.dir-product__item:nth-child(even).show,
.dir-product__item:nth-child(odd).show {
	transform: translateX(0);
}
.dir-product__title {
	font-size: 48px;
	font-family: "GeologicaBold";
	display: flex;
	align-items: center;
	gap: 15px;
}
.dir-product__descr {
	font-size: 32px;
	font-family: "GeologicaRegular";
	margin-top: 24px;
	max-width: 800px;
}
.dir-product__for {
	font-size: 32px;
	font-family: "GeologicaRegular";
	margin-top: 24px;
	max-width: 800px;
	color: #C8D2EA;
}
.dir-product__list {
	margin-top: 48px;
	margin-left: 17px;
	padding: 0;
	font-size: 32px;
	font-family: "GeologicaThin";
	columns: 2;
}
.dir-product__preview {
	text-align: center;
}
@media (max-width: 1530px) {
	.dir-product__title {
		font-size: 44px;
	}
	.dir-product__descr,
	.dir-product__for,
	.dir-product__list {
		font-size: 24px;
		max-width: 600px;
	}
	.dir-product__item {
		grid-template-columns: 600px calc(100% - 600px - 30px);
	}
}
@media (max-width: 1280px) {
	.dir-product__item {
		padding: 35px 25px;
		grid-template-columns: calc(100% - 350px - 30px) 350px;
	}
	.dir-product__title {
		font-size: 36px;
	}
	.dir-product__title .chat-arrow svg.arrow {
		max-height: 25px; 
	}
	.dir-product__descr,
	.dir-product__for,
	.dir-product__list {
		font-size: 20px;
		max-width: 100%;
	}
	.dir-product__list {
		margin-top: 30px;
	}
}
@media (max-width: 991px) {
	.dir-product__item {
		grid-template-columns: calc(100% - 300px - 30px) 300px;
	}
}
@media (max-width: 768px) {
	.dir-product__item {
		grid-template-columns: calc(100% - 270px - 30px) 270px;
	}
	.dir-product__title {
		font-size: 32px;
	}
	.dir-product__descr,
	.dir-product__for {
		font-size: 18px;
	}
	.dir-product__list {
		font-size: 16px;
	}
}
@media (max-width: 650px) {
	.dir-product__item {
		grid-template-columns: 100%;
		gap: 15px;
	}
}
@media (max-width: 500px) {
	.dir-product__title {
		font-size: 30px;
		flex-wrap: wrap;
		row-gap: 2px;
		column-gap: 15px;
	}
	.dir-product__title .chat-arrow svg.arrow {
		max-height: 20px; 
	}
	.dir-product__descr,
	.dir-product__for {
		margin-top: 10px;
	}
	.dir-product__list {
		font-size: 14px;
		margin-top: 15px;
	}
	.dir-product__list {
		columns: 1;
	}
}
/* End */
/* /local/templates/direkt2026/assets/css/inner_page.css?17848136502022 */
/* /local/templates/direkt2026/assets/css/feedback_form.css?17848914054590 */
/* /local/templates/direkt2026/assets/css/direction.css?178489727020178 */
/* /local/templates/direkt2026/assets/css/direction/section.css?178465554418155 */
/* /local/templates/direkt2026/assets/css/direction/web.css?178489634222733 */
/* /local/templates/direkt2026/components/bitrix/news.list/direction_level_web/style.css?17854337333035 */
