

/* Start:/local/templates/direkt2026/assets/css/about.css?178601016113314*/
:root {
    min-height: 100vh;
    overflow-x: hidden;
    --about-main-glow: #5c37f5;
    --about-card-glass: rgba(255, 255, 255, 0.05);
    --about-card-border: rgba(255, 255, 255, 0.1);
    --about-anim-duration: 6s;
    --about-accent: #7038ff;
    --about-text-gray: #a0a0a0;
}
@media (min-width: 993px) {
     .product_section--about .header__top.container {
        max-width: 100%;
    }
}
 .title_128px {
	margin: 0;
	margin-bottom: 100px;
	font-size: 128px;
	font-weight: 200;
	text-transform: uppercase;
}
.title_24px {
	font-family: 'GeologicaRegular';
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}
.title_web {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}
.about_text_section .description {
	margin-bottom: 50px;
	font-size: 20px;
	font-family: 'GeologicaThin';
}
.about_banner-block {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 100px;
}
.about_banner-block_text {
    flex: 1 1 min(100%, 520px);
    max-width: 770px;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.about_banner-block_text .about_banner-block_nav {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
 .main-container {
	position: relative;
	width: 800px;
	height: 800px;
	margin: 0 auto;
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.orbit-system {
	position: absolute;
	inset: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ring {
	position: absolute;
	border-radius: 50%;
	border: 1px solid rgba(160, 153, 255, 0.8);
	box-shadow: 0 4px 80px 85px rgba(132, 59, 245, 0.4);
}
.ring-1 {
    width: 42.857%;
    height: 42.857%;
    animation-delay: 0s;
}
.ring-2 {
    width: 64.286%;
    height: 64.286%;
    animation-delay: 1s;
}
.ring-3 {
    width: 85.714%;
    height: 85.714%;
    animation-delay: 2s;
}
@keyframes about-ring-glow {
    from {
        box-shadow: 0 0 18px rgba(92, 55, 245, 0.1);
        border-color: rgba(92, 55, 245, 0.2);
    }
    to {
        box-shadow: 0 0 36px rgba(92, 55, 245, 0.3);
        border-color: rgba(92, 55, 245, 0.5);
    }
}
 .center-void {
    position: absolute;
    width: 25.714%;
    height: 25.714%;
    background: #000;
    border-radius: 50%;
    z-index: 5;
	border: 1px solid rgba(160, 153, 255, 0.8);
    box-shadow: 0 4px 128px 85px rgba(132, 59, 245, 0.4);
}
 .stat-card {
	white-space: nowrap;
	position: absolute;
	width: 28.6%;
	min-width: 120px;
	max-width: 300px;
	padding: 12px;
	background: var(--about-card-glass);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	border: 1px solid var(--about-card-border);
	border-radius: 18px;
	text-align: center;
	z-index: 10;
	box-sizing: border-box;
	animation: about-highlight-card var(--about-anim-duration) infinite;
	animation-delay: var(--delay, 0s);
}
 .stat-card h3 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
}
 .stat-card p {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.3;
}
.card-1 {
    top: 5%;
    left: 40%;
    transform: translateX(-50%);
    --delay: 0s;
    --tx: -50%;
    --ty: 0;
}
.card-2 {
    top: 20%;
    right: 3%;
    --delay: 1s;
    --tx: 0;
    --ty: 0;
}
.card-3 {
    bottom: 35%;
    right: 0;
    --delay: 2s;
}
.card-4 {
    bottom: 5%;
    left: 60%;
    transform: translateX(-50%);
    --delay: 3s;
    --tx: -50%;
    --ty: 0;
}
.card-5 {
    bottom: 25%;
    left: 0;
    --delay: 4s;
}
.card-6 {
    top: 30%;
    left: 0;
    --delay: 5s;
}
@keyframes about-highlight-card {
    0%,
    16%,
    100% {
        transform: scale(1) translate(var(--tx, 0), var(--ty, 0));
        background: var(--about-card-glass);
        border-color: var(--about-card-border);
        box-shadow: none;
        z-index: 10;
    }
    8% {
        transform: scale(1.12) translate(var(--tx, 0), var(--ty, 0));
        background: rgba(92, 55, 245, 0.2);
        border-color: rgba(160, 153, 255, 0.8);
        box-shadow: 0 0 45px rgba(92, 55, 245, 0.5);
        z-index: 20;
    }
}
.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;
	}
}

 .about-with__content {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.title_48px {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
}

 .history_block {
    padding: 200px 0 100px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
 .history-section {
    display: flex;
    flex-direction: column;
}
 .timeline-container {
    position: relative;
    height: 108px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
 .timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}
 .timeline-points {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 4px;
}
.point {
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 auto;
	font-size: 28px;
	font-weight: 700;
}
.point-year {
    position: absolute;
    font-size: clamp(11px, 2vw, 15px);
    font-weight: bold;
    white-space: nowrap;
}
.point:nth-child(odd) .point-year {
    top: -32px;
}
.point:nth-child(even) .point-year {
    bottom: -32px;
}
.point-dot {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    transition: 0.3s;
}
.point-dot::after {
    background-color: transparent;
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid var(--about-accent);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    transition: 0.3s;
}
.point.active .point-dot {
    background: var(--about-accent);
}
.point.active .point-dot::after {
    background-color: #551a8b;
    border-radius: 50%;
    opacity: 1;
    transform: scale(1);
}
.content-wrapper {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 100px;
	min-height: 120px;
}
.content-title {
	width: fit-content;
	white-space: nowrap;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
}
 .content-text {
	font-size: 28px;
	font-weight: 100;
	color: var(--about-text-gray);
	transition: opacity 0.3s ease;
}
.fade-in {
    animation: about-fade-in 0.5s forwards;
}
@keyframes about-fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#competencies .competencies-list {
	margin: 80px 0 0;
}

#product .tech {
    margin-top: clamp(32px, 6vw, 72px);
}

@media (max-width: 1440px) {
    .about_banner-block {
        justify-content: center;
    }
    .title_128px {
        margin-bottom: 50px;
        font-size: 100px;
    }
    .main-container {
        margin-top: 50px;
    }
    .about-with__content {
        gap: 64px;
    }
    .history_block {
        padding: 100px 0;
        gap: 64px;
    }
    .timeline-container {
        margin-bottom: 64px;
    }
}

@media(max-width: 844px) {
    .title_128px {
        margin-bottom: 20px;
        font-size: 48px;
    }
    .about_text_section .description {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .main-container {
        width: 500px;
        height: 500px;
    }
    .stat-card {
        padding: 6px;
    }
    .stat-card h3 {
        font-size: 16px;
    }
    .stat-card p {
        margin: 0;
        font-size: 12px;
    }
	.about_banner-block {
        padding-bottom: 40px;
    }
    .title_web {
        font-size: 10px;
    }
    .title_48px {
        margin-bottom: 32px;
        font-size: 28px;
    }
    .about-with__content {
        gap: 0;
    }
    .history_block {
        padding: 40px 0;
        gap: 0;
    }
    .timeline-container {
        margin-bottom: 20px;
    }
    .content-title {
        font-size: 24px;
    }
    .content-text {
        font-size: 16px;
    }
    .content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .tech {
        margin-top: 40px;
        gap: 0;
    }
    .tech__content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .tech__block {
        flex-direction: column;
        gap: 20px;
        min-width: calc(50% - 10px);
        width: calc(50% - 10px);
        padding: 25px;
        text-align: center;
        justify-content: space-between;
    }
    .tech__description {
        margin-left: 0;
        font-size: 13px;
    }
}

@media(max-width: 530px) {
    .tech__content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .tech__block {
        flex-direction: column;
        gap: 20px;
        min-width: 100%;
        width: 100%;
        padding: 25px;
        text-align: center;
    }
    .tech__description {
        margin-left: 0;
        font-size: 13px;
    }
    .main-container {
        width: 350px;
        height: 350px;
    }
    .stat-card p {
        font-size: 10px;
    }
    .about_banner-block {
        padding-bottom: 60px;
    }
}

.about-geography {
	display: grid;
	grid-template-columns: 460px calc(100% - 460px);
	align-items: end;
}
.about-geography h2 {
	color: var(--index-hover-text);
	font-family: "GeologicaRegular";
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 400;
}
.about-geography h3 {
	font-family: 'GeologicaBold';
	font-size: 48px;
	margin: 10px 0 0;
}
.about-geography .descr {
	font-family: "GeologicaRegular";
	font-size: 18px;
	color: var(--color-descr-text);
	margin-top: 10px;
}
.about-geography .directions {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 320px;
	margin-top: 24px;
}
.about-geography .direction-link {
	background: #091623;
	border-radius: 16px;
	font-family: 'GeologicaMedium';
	font-size: 20px;
	display: flex;
	align-items: center;
	gap: 24px;
	border: 1px solid var(--color-gradient-end);
	padding: 24px;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.about-geography .direction-link:hover {
	border: 1px solid var(--index-hover-text);
}
.about-geography__maps svg {
	max-width: 100%;
	height: auto;
}
.about-geography__maps svg path {
	transition: all 0.5s ease;
}
.about-geography__maps svg path:hover {
	opacity: 0;
}
@media (max-width: 1440px) {
	.about-geography__maps {
		margin-left: -8vw;
	}
}
@media (max-width: 1100px) {
	.about-geography {
		grid-template-columns: 100%;
		row-gap: 20px;
	}
	.about-geography__maps {
		margin-left: 0;
	}
	.about-geography .directions {
		max-width: 100%;
		display: grid;
		grid-template-columns: repeat(4, calc(25% - 8px));
		gap: 10px;
	}
}
@media (max-width: 991px) {
	.about-geography .direction-link {
		padding: 15px;
		justify-content: center;
		font-size: 18px;
		gap: 10px;
	}
	.about-geography .direction-link svg {
		min-width: 30px;
	}
}
@media (max-width: 844px) {
	.about-geography h2 {
		font-size: 20px;
	}
	.about-geography h3 {
		font-size: 28px;
	}
	.about-geography .descr {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.about-geography .directions {
		grid-template-columns: repeat(2, calc(50% - 5px));
	}
	.about-geography .direction-link {
		font-size: 14px;
		padding: 10px;
	}
}
/* End */


/* Start:/local/templates/direkt2026/components/bitrix/news.list/swiper_main/style.css?17860101611872*/
.partners__list {
	padding: 200px 0 228px;
	position: relative;
}
.partners__wrapper ~ .cursor-animation {
	margin-top: 50px;
}
.partners__list .info-element {
	left: -45px;
	top: 7px;
	z-index: 1;
	position: absolute;
}
.partners__list > *:not(.info-element) {
	z-index: 2;
	position: relative;
}
.partners__title {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 12px;
	z-index: 100;
	font-family: "GeologicaBold";
}
.partners__title p {
	color: var(--color-link);
	margin: 0;
}
.partners__wrapper {
  height: 420px;
  width: 100%;
}
.partners__wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.partners__wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partners__wrapper .swiper-slide a {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.partners__wrapper .swiper-slide a img {
  max-width: 100%;
  max-height: 35px;
}

@media (min-width: 620px) {
  .partners__wrapper-block {
    flex-direction: row !important;
  }
  .partners__wrapper .swiper-slide {
    width: calc((100% - 60px) / 4) !important;
  }
}
@media (max-width: 1220px) {
  .partners__list.container {
    padding-bottom: 60px;
  }
  .partners__title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
	.partners__list {
		padding: 80px 0 60px;
	}
}
@media (max-width: 620px) {
  .partners__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .partners__wrapper {
    height: 250px;
  }
  .partners__wrapper .swiper-slide {
    height: calc((100% - 30px) / 4) !important;
  }
  .partners__list .info-element {
	  display: block;
	  left: -110px;
	  top: -55px;
  }
}
/* End */


/* Start:/local/templates/direkt2026/assets/css/stack.css?17860101613894*/
.stack {
	--bg-block: #091623;
	--color-title: #483BF5;
	--color-border: rgba(255, 255, 255, 0.3);
	--color-text: #83888D;
}
.stack-title,
.stack h2 {
	font-family: "GeologicaRegular";
	font-size: 24px;
	color: var(--color-title);
	text-transform: uppercase;
	letter-spacing: 0.01em;
	font-weight: 400;
}
.stack h3 {
	font-family: 'GeologicaBold';
	font-size: 48px;
	margin: 24px 0 0;
}
.stack-info {
	padding-top: 24px;
}
.stack-line {
	margin-bottom: 36px;
	gap: 36px;
	display: grid;
}
.stack-line__0 {
	gap: 2.9vw;
	grid-template-columns: 36% calc(64% - 2.9vw);
}
.stack-line__0 > .stack-block {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.stack-line__1 {
	grid-template-columns: repeat(2, auto);
}
.stack-line__2 {
	grid-template-columns: auto repeat(3, 345px);
}
.stack-descr {
	font-family: "GeologicaRegular";
	font-size: 24px;
	color: #83888D;
	margin-top: 24px;
}
.stack-type {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}
.stack-type__1 {
	grid-template-columns: repeat(3, calc(100%/3 - 7px));
}
.stack-type__2 {
	grid-template-columns: repeat(4, calc(25% - 8px));
}
.stack-type__3 {
	grid-template-columns: repeat(5, calc(20% - 8px));
}
.stack-type__4 {
	grid-template-columns: repeat(4, calc(25% - 15px));
	gap: 20px;
	margin: 18px 17px 0;
}
.stack-type__5 {
	grid-template-columns: repeat(2, calc(50% - 7px));
}
.stack-type__4 .stack-item {
	row-gap: 8px;
}
.stack-block {
	background: var(--bg-block);
	padding: 24px;
	border-radius: 16px;
	border: 1px solid var(--color-border);
	display: grid;
	grid-template-rows: auto auto;
}
.stack-type:not(.stack-type__1) .stack-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.stack-item__name {
	font-family: "GeologicaRegular";
	font-size: 20px;
	color: var(--color-text);
}
.stack-type__1 .stack-item {
	text-align: center;
}
.stack-type__1 img {
	max-height: 100px;
}

@media (max-width: 1680px) {
	.stack-item__name {
		font-size: 18px;
	}
	.stack-line__0 > .stack-block img {
		max-width: 80%;
	}
}
@media (max-width: 1630px) {
	.stack-line__2 {
		grid-template-columns: auto repeat(3, 300px);
	}
}
@media (max-width: 1500px) {
	.stack-item__name {
		font-size: 16px;
	}
}
@media (max-width: 1460px) {
	.stack-line {
		gap: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 1440px) {
	.stack-type.stack-type__5 .stack-item {
		margin: 0;
	}
	.stack-type__4 {
		margin: 18px 0 0;
	}
	.stack-line__0 {
		grid-template-columns: 49% calc(50% - 10px);
	}
	.stack-line__2 {
		grid-template-columns: repeat(4, auto);
	}
}
@media (max-width: 1280px) {
	.stack-type:not(.stack-type__1) .stack-item {
		display: grid;
		grid-template-rows: 70px auto;
	}
	.stack-item__name {
		font-size: 12px;
		text-align: center;
	}
	.stack h3 {
		font-size: 40px;
	}
	.stack-title, 
	.stack h2,
	.stack-descr {
		font-size: 18px;
	}
	.stack h2 {
		margin-bottom: 15px;
	}
	.stack h3,
	.stack-descr {
		margin-top: 15px;
	}
	.stack-block {
		padding: 20px;
	}
}
@media (max-width: 1024px) {
	.stack-item__name {
		font-size: 16px;
	}
	.stack-line__2 {
		grid-template-columns: auto auto;
	}
	.stack-line__0 {
		grid-template-columns: 100%;
	}
}
@media (max-width: 991px) {
	.stack-line__1 {
		grid-template-columns: 100%;
	}
}
@media (max-width: 768px) {
	.stack h3 {
		font-size: 28px;
	}
	.stack-line__2 {
		grid-template-columns: 100%;
	}
}
@media (max-width: 480px) {
	.stack-type:not(.stack-type__1) .stack-item {
		grid-template-rows: 100px auto;
	}
	.stack-type__1,
	.stack-type__2,
	.stack-type__3,
	.stack-type__4,
	.stack-type__5 {
		grid-template-columns: repeat(2, calc(50% - 4px));
	}
	.stack-item img {
		max-height: 100px;
		max-width: 100px;
	}
}
/* End */
/* /local/templates/direkt2026/assets/css/about.css?178601016113314 */
/* /local/templates/direkt2026/components/bitrix/news.list/swiper_main/style.css?17860101611872 */
/* /local/templates/direkt2026/assets/css/stack.css?17860101613894 */
