.three_d-banner {
	padding-left: 55px;
	padding-right: 55px;
	margin-bottom: 100px;
	min-height: 400px;
	background: url(/images/home-stick.svg) no-repeat;
}

#webgl-container {
	position: relative;
	margin-bottom: 20px;
}

.banner_title {
	display: none;
	margin-top: 100px;
	text-align: center;
}

.banner_title.active {
	display: block;
}

.banner_title .head-title {
	display: block;
	width: 770px;
	margin: auto;
	line-height: 60px;
	font-size: 54px;
	font-weight: 600;
	color: #424242;
}

.dark .banner_title .head-title {
	color: #FFF;
}

.banner_title .section {
	font-size: 36px;
	font-weight: 600;
	line-height: 140%;
	/* 50.4px */
	color: #424242;
}

.dark .banner_title .section {
	color: #FFF;
}

.banner_title .description {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 140%;
	/* 33.6px */
	margin-top: 30px;
	color: #717171;
}
.banner_title .description.loader {
	display: none;
}

.dark .banner_title .description {
	color: #BABEC4;
}
body[data-class="page-home"] .drag-block.container{
	overflow: visible;
	overflow-x: clip;
}

#webgl-container canvas {
	/*margin-top: -200px;*/
	margin-top: -410px;
	margin-left: -55px;
}

#webgl-container canvas:focus-visible {
	outline: none;
}

#webgl-container canvas {
	background-image: url("/upload/3d_modules/background.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#webgl-container canvas.active {
	animation: background 7s linear infinite;
}

#webgl-container #circle {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: sticky;
	right: 0;
	margin-top: -30px;
	z-index: 100;
	left: 100%;
	width: 10%;
	top: 45%;
}

#webgl-container #circle.active svg circle {
	fill: #4390FF;
}

#webgl-container #circle .sign {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	margin-top: 24px;
}

#webgl-container #circle .sign .number {
	font-size: 36px;
	line-height: 30px;
	font-weight: 600;
}

.light #webgl-container #circle .sign .number {
	color: #424242;
}

#webgl-container #circle .sign .text {
	font-size: 20px;
	font-weight: 400;
	text-transform: lowercase;
	color: #8395A7;

	text-align: center;
}

#webgl-container .sections-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: sticky;
	z-index: 100;
	top: 50%;
}

#webgl-container .sections-block .section {
	display: flex;
	align-items: center;
	width: 400px;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	color: #8395A7;
	cursor: pointer;
}

.light #webgl-container .sections-block .section {
	color: #424242;
}

#webgl-container .sections-block .section:hover {
	color: #1B68DC;
}

#webgl-container .sections-block .section.active {
	font-size: 16px;
	color: #FFF;
	margin-left: 85px;
}

.light #webgl-container .sections-block .section.active {
	color: #1B68DC;
}

#webgl-container .sections-block .section:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	background: #8395A7;
	border-radius: 100%;
	margin-right: 18px;
}

#webgl-container .sections-block .section:not(.active):hover:before {
	background: #1B68DC;
}

#webgl-container .sections-block .section.active:before {
	background: url("/bitrix/templates/aspro_max/images/svg/line-section.svg");
	background-repeat: no-repeat;
	background-position: left;
	width: 400px;
	position: absolute;
	left: -55px;
	height: 16px;
}

.item-link {
	display: none;
	justify-content: center;
}

.item-link.active {
	display: flex;
}

.item-link>a:hover svg circle {
	stroke: #3986FA;
}

.item-link>a:hover svg path {
	fill: #3986FA !important;
}

#loader{
	position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
}

#loader{
	position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    justify-items: center;
	top: 15%;
}

.desktop-img .item-image {
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
}
.desktop-img .item-image.active {
	display: flex;
}
.desktop-img img {
	display: flex;
	position: absolute;
	/*top: 50%;*/
	top: -250px;
	margin: auto;
}
.mobile-img {
	display: none;
}

.anim-ellipse {
    position: relative;
}

.anim-ellipse {
    transition: transform 0.5s ease-in-out;
}


@media (max-width: 1200px) {
	#webgl-container #circle {
		margin-top: -50px;
	}

	#webgl-container .sections-block {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.three_d-banner {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 80px;
	}

	.banner_title .head-title {
		width: 100%;
	}

	#webgl-container {
		margin-bottom: 0;
	}

	#webgl-container canvas {
		display: none;
	}

	#webgl-container .sections-block {
		margin-top: 50px;
		position: static;
	}

	#webgl-container #circle {
		display: none;
	}

	.desktop-img {
		display: none;
	}
	.mobile-img {
		display: block;
		margin: 50px 0;
	}

	.mobile-img .item-image {
		display: none;
	}

	.mobile-img .item-image.active {
		display: block;
	}

	.mobile-img img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.mobile-img {
		margin: 20px 0;
	}

	.banner_title .head-title {
		font-size: 40px;
		line-height: 52px;
	}

	.banner_title .section {
		font-size: 24px;
		line-height: 30px;
	}

	.banner_title .description {
		font-size: 20px;
		line-height: 30px;
	}

	#webgl-container .sections-block .section {
		width: auto;
	}
	#webgl-container .sections-block .section.active:before {
		width: 100%;
	}
}