

/* 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/art.css?17847240418836*/
/* begin 1 block (direction) style */
.dir-preview__item {
	border-radius: var(--border-radius);
	height: 144px;
}
.dir-preview__item:not(.dir-preview__item1) {
	box-shadow: 15px 15px 35px 0px rgba(0, 0, 0, 0.25) inset;
	border: 1px solid var(--color-text);
}
.dir-preview__item1 {
	background: var(--color-link);
	padding: 0 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 28px;
	line-height: 24px;
	font-family: "GeologicaBold";
	overflow: hidden;
}
.dir-preview__item1 .swiper .swiper-slide {
	height: 18px;
}
.dir-preview__item2 {
	padding: 29px 26px;
	text-align: center;
}
.dir-preview__item3 {
	grid-column: span 2 / span 2;
	position: relative;
	overflow: hidden;
}
.dir-preview__item3 img {
	max-width: 40px;
	position: absolute;
    left: calc(var(--x, 0) * 1px);
    top: calc(var(--y, 0) * 1px);
	animation: float linear infinite;
}
@keyframes float {
	0% { transform: translate(0, 0) rotate(0deg); }
	100% { transform: translate(var(--end-x), var(--end-y)) rotate(360deg); }
}
.dir-color__item {
	width: 38px;
	height: 37px;
	border-radius: 10px;
	background: var(--hex);
}
.dir-color__list {
	display: flex;
	gap: 3px;
	align-items: center;
	justify-content: center;
}
.dir-color__result {
	font-size: 28px;
	font-family: "GeologicaBold";
	color: var(--color-text);
	margin-top: 14px;
}
@media (max-width: 1070px) {
	.dir-preview__item2 {
		padding: 28px 15px;
	}
}
@media (max-width: 440px) {
	.dir-preview__item3 {
		grid-column: unset;
	}
}
/* end 1 block (direction) style */


/* begin 4 block (anatomy) style */
.anatomy-list {
	display: flex;
	gap: 80px;
	margin-top: 68px;
	padding-bottom: 89px;
	position: relative;
}
.anatomy-list:before {
	content: "";
	width: var(--width, 100%);
	height: 1px;
	position: absolute;
	top: calc(50% - 44px);
	left: 0;
	background: var(--color-text);
	transition: all 0.5s ease;
	z-index: 1;
}
.anatomy-list:after {
	content: "";
	width: 86.7%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 6.65%;
	background: var(--color-text);
}
.anatomy-item {
	font-family: "GeologicaThin";
	font-size: 20px;
	border: 1px solid var(--color-text);
	border-radius: var(--border-radius);
	width: calc(100%/5 - 64px);
	text-align: center;
	padding: 18px 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	word-break: break-word;
	z-index: 2;
	background: var(--color-descr-2);
	border: 1px solid var(--color-border);
}
.anatomy-item.active {
	background: linear-gradient(131.95deg, #AB32F7 4.36%, #00018B 99.91%) padding-box, linear-gradient(131.95deg, #AB32F7 4.36%, #00018B 99.91%) border-box;
	background-size: cover;
	border: 1px solid transparent;
}
.anatomy-title {
	font-family: "GeologicaBold";
	font-size: 32px;
	white-space: nowrap;
}
@media (max-width: 1320px) {
	.anatomy-list {
		gap: 40px;
	}
	.anatomy-item {
		font-size: 16px;
		width: calc(100%/5 - 24px);
		padding: 15px;
		gap: 14px;
	}
	.anatomy-title {
		font-size: 28px;
	}
}
@media (max-width: 1100px) {
	.anatomy-list {
		gap: 30px;
	}
	.anatomy-item {
		width: calc(100%/5 - 14px);
	}
}
@media (max-width: 991px) {
	.anatomy-list {
		gap: 20px;
	}
	.anatomy-item {
		width: calc(100%/5 - 10px);
	}
	.anatomy-title {
		font-size: 22px;
	}
}
@media (max-width: 768px) {	
	.anatomy-list {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 40px;
		padding-bottom: 50px;
	}
	.anatomy-item {
		width: calc(100%/3 - 14px);
		gap: 8px;
	}
	.anatomy-list:before {
		display: none;
	}
	.anatomy-bg:before {
		height: 50vw;
	}
}
@media (max-width: 575px) {	
	.anatomy-item {
		width: calc(50% - 10px);
	}
}
@media (max-width: 400px) {	
	.anatomy-item {
		width: 100%;
	}
}
/* end 4 block (anatomy) style */



.dir-anonce {
	border-radius: var(--border-radius);
	width: 47vw;
	max-width: 910px;
	padding: 1.2px;
	position: relative;
	z-index: 1;
}
.dir-anonce:after {
	content: "";
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.72) 0%, rgba(135, 61, 255, 0.36) 40%, rgba(30, 207, 255, 0.48) 100%);
	border-radius: var(--border-radius);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.dir-anonce__inner {
	background: #0B1027;
	border-radius: var(--border-radius);
	position: relative;
	z-index: 2;
}
.dir-anonce__item {
	display: flex;
	gap: 2.42vw;
	padding: 2.2vw 2.86vw;
	position: relative;
}
.dir-anonce__icon {
	border-radius: 100%;
	border: 1px solid rgba(121, 56, 255, 0.8);
	background: #170B44;
	min-width: 117px;
	width: 117px;
	height: 117px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dir-anonce__icon svg {
	transition: all 0.5s ease;
}
.dir-anonce__icon:hover svg {
	transform: scale(1.1);
}
.dir-anonce__title {
	font-size: 28px;
	font-family: "GeologicaBold";
}
.dir-anonce__descr {
	margin-top: 20px;
	font-size: 20px;
	font-family: "GeologicaThin";
	color: #DFE3EE;
	max-width: 230px;
}
.dir-anonce__item-ui {
	padding-right: 22vw;
}
.dir-anonce__item-ui:after {
	content: "";
	background: rgba(255, 255, 255, 0.13);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.dir-anonce__item-ui .dir-anonce__preview {
	position: absolute;
	top: -28px;
	right: -39px;
	z-index: 2;
}
.dir-anonce__item-ui .dir-anonce__preview img {
	width: 24.1vw;
	height: auto;
}
.dir-anonce__item-typography {
	justify-content: space-between;
	z-index: 2;
}
.dir-anonce__item-typography .dir-anonce__preview {
	margin-left: -5vw;
	margin-top: -6vw;
}
.dir-anonce__item-typography .dir-anonce__preview img {
	width: 20.5vw;
	min-width: 18vw;
	height: auto;
}
.dir-anonce__item-typography > div:first-child {
	display: flex;
	gap: 2.42vw;
}
.dir-preview {
	border: 1px solid var(--color-text);
	border-radius: var(--border-radius);
	max-width: 590px;
}
.dir-preview__header {
	height: 120px;
	width: 100%;
	background: url('/local/templates/direkt2026/assets/img/bg_gradient.png') no-repeat center transparent;
	background-size: cover;
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
}
.dir-preview__content {
	padding: 52px 71px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 22px;
    row-gap: 43px;
}
.direction-info {
	gap: 10px;
}
.direction-prices__value {
	margin-top: 30px;
}
@media (max-width: 1580px) {
	.dir-anonce__item-typography .dir-anonce__preview {
		margin-left: -5vw;
	}
}
@media (max-width: 1440px) {
	.dir-anonce__item-typography .dir-anonce__preview {
		margin-left: -5vw;
	}
}
@media (max-width: 1280px) {
	.dir-anonce__title {
		font-size: 25px;
	}
	.dir-anonce__descr {
		font-size: 18px;
	}
}
@media (max-width: 1100px) and (min-width: 1024px) {
	.dir-info__block {
		align-items: start;
	}
	.dir-info {
		padding-bottom: 200px;
	}
}
@media (max-width: 1024px) {
	.dir-info__block {
		flex-direction: column;
		padding: 0;
	}
	.dir-info .dir-descr {
		max-width: 100%;
	}
	.dir-info {
		width: 100%;
	}
	.dir-anonce {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.dir-anonce__item-ui .dir-anonce__preview img {
		width: 40vw;
	}
	.dir-anonce__item-typography .dir-anonce__preview {
		position: absolute;
		bottom: -28px;
		right: 5vw;
	}
	.dir-anonce__item-typography .dir-anonce__preview img {
		width: 30vw;
	}
}
@media (max-width: 991px) {
	.dir-anonce__item-ui .dir-anonce__preview {
		right: 0;
	}
}
@media (max-width: 768px) {
	.dir-anonce__item-ui {
		padding-right: 50vw;
	}
	.dir-anonce__item-ui .dir-anonce__preview {
		right: 0;
		top: -55px;
		max-width: 50vw;
	}
	.dir-anonce__item-ui .dir-anonce__preview img {
		height: 100%;
		width: auto;
	}
	.dir-anonce__item-typography {
		padding-right: 45vw;
	}
	.dir-anonce__item-typography .dir-anonce__preview {
		position: absolute;
		right: 0;
		bottom: -20px;
		width: 45vw;
	}
	.dir-anonce__item-typography .dir-anonce__preview img {
		width: auto;
		height: 100%;
		max-height: 300px;
	}
	.dir-anonce__descr {
		max-width: 200px;
	}
}
@media (max-width: 600px) {
	.dir-anonce__item-typography,
	.dir-anonce__item-ui {
		padding: 30px;
		flex-wrap: wrap;
	}
	.dir-anonce__item-typography .dir-anonce__preview,
	.dir-anonce__item-ui .dir-anonce__preview {
		position: relative;
		top: auto;
		right: auto;
		max-width: 100%;
		flex-basis: 100%;
		text-align: center;
	}
	.dir-anonce__item-typography .dir-anonce__preview img,
	.dir-anonce__item-ui .dir-anonce__preview img {
		max-height: 250px;
	}
	.dir-anonce__item {
		gap: 30px;
		justify-content: center;
		row-gap: 15px;
	}
	.dir-anonce__item-color {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.dir-anonce__item-color .dir-anonce__descr {
		max-width: 100%;
		margin-top: 5px;
	}
	.dir-anonce__item-color .dir-color__result {
		text-align: center;
		min-height: 34px;
	}
}
/* End */


/* Start:/local/templates/direkt2026/components/bitrix/news.list/direction_level_art/style.css?17854336355446*/
.dir-product.hidden {
	overflow: hidden;
}
.dir-product__item {
	border: 1px solid #B15DFF;
	background: #060B20;
	border-radius: var(--border-radius);
	padding: 0;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	flex-wrap: wrap;
	align-items: center;
	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__info {
	padding: 46px 0 46px 46px;
}
.dir-product__title {
	font-size: 44px;
	font-family: "GeologicaBold";
	display: flex;
	align-items: center;
	gap: 15px;
}
.dir-product__descr {
	font-size: 24px;
	font-family: "GeologicaRegular";
	margin-top: 24px;
	max-width: 385px;
}
.dir-product__list {
	margin-top: 50px;
	display: flex;
	justify-content: space-beetwen;
	gap: 20px;
	list-style: none;
	padding: 0;
	width: 680px;
	justify-content: space-between;
}
.dir-product__list li {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
	gap: 12px;
	font-size: 20px;
}
.dir-product__list li span {
	background: linear-gradient(0deg, #120E26 100%, #120E26 100%) padding-box, 
			linear-gradient(180deg, #3F5180 0%, #24165D 100%) border-box;
	border: 1px solid transparent;
	width: 80px;
	height: 80px;
	border-radius: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dir-product__list li svg {
	transition: all 0.5s ease;
}
.dir-product__list li:hover svg {
	transform: scale(1.1);
}

.dir-product__preview {
	padding-right: 46px;
}
.dir-product__aydentika .dir-product__preview {
	position: relative;
}
.dir-product__aydentika .dir-product__preview:before {
	content: "";
	background: url("data:image/svg+xml,%3Csvg width='780' height='545' viewBox='0 0 780 545' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1132_4500)'%3E%3Cellipse cx='389.797' cy='272.301' rx='250.266' ry='128.427' transform='rotate(7.2665 389.797 272.301)' fill='url(%23paint0_radial_1132_4500)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1132_4500' x='0' y='0' width='779.594' height='544.602' 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='70.5' result='effect1_foregroundBlur_1132_4500'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_1132_4500' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(389.797 272.301) rotate(90) scale(128.427 250.266)'%3E%3Cstop stop-color='%232F02B8'/%3E%3Cstop offset='1' stop-color='%232F02B8'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center center transparent;
	background-size: contain;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
}
.dir-product__aydentika .dir-product__preview img {
	position: relative;
	z-index: 2;
	transform: scale(1.1);
	margin-top: -38px;
	margin-bottom: -25px;
}

.dir-product__brend-platforma {
	align-items: end;
}
.dir-product__dizayn-sistema .dir-product__preview img {
	margin-top: 39px;
	transform: scale(1.1);
}

@media (max-width: 1530px) {
	.dir-product__list {
		width: auto;
	}
}
@media (max-width: 1495px) {
	.dir-product__preview {
		width: calc(100% - 710px - 46px);
	}
	.dir-product__brend-platforma {
		align-items: center;
	}
}
@media (max-width: 1320px) {
	.dir-product__item {
		display: grid;
		grid-template-columns: auto auto;
	}
	.dir-product__title {
		font-size: 36px;
	}
	.dir-product__title .chat-arrow svg.arrow {
		max-height: 25px; 
	}
	.dir-product__descr {
		font-size: 20px;
	}
	.dir-product__list li {
		font-size: 14px;
	}
	.dir-product__list li span {
		width: 60px;
		height: 60px;
	}
	.dir-product__list li span svg {
		width: calc(100% - 28px);
	}
	.dir-product__preview {
		width: 100%;
	}
	.dir-product__aydentika .dir-product__preview img,
	.dir-product__dizayn-sistema .dir-product__preview img {
		transform: scale(1);
		margin: 0;
	}
}
@media (max-width: 1024px) {
	.dir-product__info {
		padding: 35px 0 25px 25px;
	}
	.dir-product__aydentika .dir-product__preview {
		padding-right: 25px;
	}
}
@media (max-width: 991px) {
	.dir-product__item {
		grid-template-columns: 100%;
		text-align: center;
	}
	.dir-product__info {
		padding: 35px 25px 0;
	}
	.dir-product__list {
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	.dir-product__descr {
		max-width: 100%;
	}
	.dir-product__preview {
		padding: 0 25px;
	}
	.dir-product__aydentika .dir-product__preview img {
		margin-top: -70px;
		margin-bottom: -30px;
	}
	.dir-product__dizayn-sistema .dir-product__preview img {
		margin-bottom: 15px;
	}
	.dir-product__brend-platforma .dir-product__preview img {
		margin-bottom: 10px;
	}
}
@media (max-width: 520px) {
	.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; 
	}
}
@media (max-width: 500px) {
	.dir-product__aydentika .dir-product__preview img {
		margin-top: -40px;
		margin-bottom: -10px;
	}
	.dir-product__descr {
		font-size: 18px;
		margin-top: 10px;
	}
	.dir-product__list li {
		font-size: 12px;
	}
}
/* 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/art.css?17847240418836 */
/* /local/templates/direkt2026/components/bitrix/news.list/direction_level_art/style.css?17854336355446 */
