.index-home{
	padding-top: calc(var(--gx) * 6);
	position: relative;
	/*height: calc(100vh - 228px);*/
	aspect-ratio: 2/1;
	margin: 0 auto;
	margin-top: calc(var(--gx) * 6);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 100%;
}
.index-home__image,
.index-home__lines{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}
.index-home__lines{
	top: -30px;
	background-size: cover;
	background-attachment: fixed;
}
.index-home__image{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.index-home__header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.index-home__heading{
	max-width: 500px;
	text-transform: uppercase;
	color: var(--black-0);
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin: 0;
	margin-bottom: calc(var(--gx)* 4);
}
.index-home__subheading{
	margin: 0;
}
.index-home__item{
	max-width: 400px;
	text-transform: uppercase;
	position: absolute;
	left: var(--x);
	top: var(--y);
	display: flex;
	flex-direction: column;
}
.index-home__item-footer,
.index-home__item-content{
	display: none;
}
.index-home__item-footer{
	text-align: center;
}
.index-home__item.active .index-home__item-footer{
	display: none !important;
}
.index-home__item.active .index-home__item-content{
	display: flex;
}
.index-home__item.active{
	z-index: 3;
}
.index-home__item-heading,
.index-home__item-footer,
.index-home__item-content{
	position: relative;
	cursor: pointer;
	font-weight: 500;
	background: var(--white);
	padding: calc(var(--gx) * 1.5) calc(var(--gx) * 3);
	color: var(--black-0);
	white-space: nowrap;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
	border-radius: 3px;
}
.index-home__item-heading span,
.index-home__item-footer button{
	text-transform: uppercase;
}
.index-home__item-footer button{
	font-size: 14px;
	text-decoration: underline;
	font-weight: 400;
	text-underline-offset: 3px
}
.index-home__item-heading{
	z-index: 2;
	text-align: center;
}
.index-home__item-footer,
.index-home__item-content{
	z-index: 1;
	position: relative;
	top: -3px;
}
.index-home__item-footer button:hover{
	text-decoration: none;
}
.index-home__item.active .index-home__item-heading{
	box-shadow: none;
}
.index-home__item-content{
	cursor: unset;
	flex-direction: column;
	gap: calc(var(--gx) * 3);
	top: -35px;
	padding-top: 35px;
	font-size: 14px;
	font-weight: 400;
	white-space: normal;
}
.index-home__item-content strong{
	font-weight: 600;
}
.index-home__item-content h5{
	font-size: 12px;
	font-weight: 600;
}
.index-home__item-content h5 span{
	font-weight: 400;
}
.index-home__item-content ul li a{
	font-size: 14px;
	font-weight: 300;
}
.index-home__item-content ul li + li{
	margin-top: var(--gx);
}
.index-home__item-close{
	display: none;
	font-size: 18px;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: flex-end;
}
.index-home__item.active .index-home__item-close{
	display: flex;
	cursor: pointer;
	color: var(--red);
}
.index-home__item.active .index-home__item-heading{
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: unset;
}
.touch-on .index-home__item-footer{
	display: none !important;
}
.index-home .coord-dot{
	display: none;
}
.materials-catalog,
.usage,
.how-choose,
.advs,
.articles{
	/*	margin-top: calc(var(--gx) * 16);*/
	margin-top: calc(var(--offset) * 3);
}
.materials-catalog__heading,
.how-choose__heading{
	margin-top: 0;
	margin-bottom: calc(var(--gx) * 5);
}
.advs__heading{
	margin-bottom: calc(var(--gx) * 10);
}
.materials-catalog__item-name{
	font-size: 12px;
	text-transform: uppercase;
}
.materials-catalog__item{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: var(--offset);
	height: calc(100% - var(--offset));
}
.materials-catalog__list{
	margin-bottom: calc(var(--offset) * -1);
}
.materials-catalog__item > div{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: calc(var(--gx) * 3);
}
.materials-catalog__item > div:first-child{
	background-color: var(--light-gray-0);
}
.materials-catalog__item > div:last-child{
	color: var(--black-0);
	background-color: var(--light-brown-0);
}
.materials-catalog__item__arrow{

}
.materials-catalog__item-image{
	width: 108px;
	height: 90px;
	margin: 0 auto;
}
.materials-catalog__item-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.materials-catalog__item-image + .materials-catalog__item-heading{
	margin-top: calc(var(--gx) * 8);
}
.materials-catalog__item-heading{
	color: var(--black-0);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
}
.materials-catalog__item-heading sup{
	top: auto;
	font-size: 100%;
}
.materials-catalog__item-heading sup:before{
	content: "(";
}
.materials-catalog__item-heading sup:after{
	content: ")";
}
.materials-catalog__item-arrow{
	justify-content: flex-end;
	transition: background-color .5s, width .5s !important;
	width: 56px;
}
.materials-catalog__item:hover .materials-catalog__item-arrow{
	width: 100%;
}

.usage .img-wrap{
	position: relative;
	aspect-ratio: 530/587;
}
.usage .img-wrap > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.usage .slick{
	overflow-x: hidden;
	overflow-y: visible;
	padding-top: calc(var(--gx) * 8);
}
.usage .slick-dots{
	display: block;
	top: 0;
	bottom: auto;
}
.usage .slick-dots li{
	width: 7px;
	height: 7px;
	background: var(--light-gray);
	border-radius: 50%;
}
.usage .slick-dots li.slick-active{
	background: var(--light-brown);
}
.usage .slick-dots li button{
	display: none;
}
.usage .slick-slide{
	padding: 0 calc(var(--gx) * 2.5);
}
.usage .slick-list{
	margin: 0 calc(var(--gx) * -2.5);
}
.usage__item-panel{
	background: var(--light-gray-0);
	padding: calc(var(--gx) * 5);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.usage__item-heading{
	color: var(--black);
	font-size: 18px;
	font-weight: 700;
}
a.usage__item-link{
	color: var(--black);
	font-size: 16px;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.usage__item-link:hover{
	text-decoration: none;
}
.usage__item-text{
	text-align: right;
}
.coord-dot-abs{
	cursor: pointer;
	display: inline-block;
	position: absolute;
	left: var(--x);
	top: var(--y);
}
.advs__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.advs__item{
	width: 20%;
	max-width: 310px;
}
.advs__item:nth-child(odd) .advs__item-image-wrap{
	top: calc(var(--gx) * 7);
	background-color: #F5F5F5;
}
.advs__item:nth-child(even) .advs__item-image-wrap{
	background-color: #EDEDED;
}
.advs__item-image-wrap{
	position: relative;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	gap: calc(var(--gx) * 4);
}
.advs__item-heading {
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
}
.close-product-thumb{
	color: var(--red);
	font-size: 36px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.articles{
	margin-top: calc(var(--gx) * 20);
	padding-top: calc(var(--gx) * 6);
	padding-bottom: calc(var(--gx) * 16);
	margin-bottom: calc(var(--gx) * -16);
	background: #F5F5F5;
}
.index-home__item-image{
	aspect-ratio: 1;
	height: auto;
	object-fit: contain;
}

.statics__wrapper { display: flex; flex-direction: row;}
.statics_wrapper_el1 { width: 70%; }
.statics_wrapper_el2 { width: 30%; }
.folio_category__items { display: flex; flex-direction:row; flex-wrap:wrap; }
.folio_category__item { width: 50%; }
.folio_block__items { display:flex; flex-direction:column; }
.infolio__list { display:flex!important; flex-direction: row; flex-wrap: wrap;}
.infolio__element { width: 49%!important; }
#column-left,
#column-right{
	float: none !important;
	width: 100% !important;
	display: block !important;
}
.usage .index-home__item{
	display: none;
}
.usage .index-home__item.active{
	display: block;
	position: absolute;
	bottom: 20px;
	top: auto;
	right: 20px;
	left: 20px;
	margin: 0;
	width: auto !important;
	max-width: none;
}
.usage .index-home__item.active .index-home__item{
	display: block;
}
.usage .index-home__item .img-responsive{
	width: 64px !important;
	height: 64px !important;
	object-fit: contain;
}
.usage .ocdmarkerblock-col{
	position: relative;
}
.usage .index-home__item-content{
	gap: calc(var(--gx) * 1.5);
}
.usage__product-item{
	width: 100%;
	text-align: left;
	border-bottom: 1px solid var(--light-brown);
	padding-bottom: calc(var(--gx)* 1.5);
}
.usage__product-item:last-child{
	border: 0;
}
span.ocdmarkerblock-item__link.usage__item-link{
	text-decoration: none !important;
}
@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(255,255,255, 0.5);
	}
	100% {
		box-shadow: 0 0 0 15px rgba(255,255,255, 0);
	}
}
@media (min-width: 1899px){
	.index-home{
		max-width: 1900px;
	}
}
@media (min-width: 768px) and (max-width: 1599px){
	.materials-catalog__item > div:first-child{
		width: 40%;
	}
	.materials-catalog__item > div:last-child{
		width: 60%;
	}
}
@media (min-width: 768px){
	.index-home__item{
		min-width: 110px;
	}
}
@media (max-width: 1259px){
	.how-choose iframe{
		max-width: 1000px;
		display: block;
		margin: 50px auto 0 auto;
	}
	.advs__item{
		width: 33.33333%;
		max-width: 310px;
	}
	.advs__item-image-wrap{
		top: 0 !important;
		margin: 0 auto;
	}
	.index-home{
		margin-bottom: 150px;
	}
	.index-home__header{
		position: relative;
		top: calc(var(--gx) * -6);
	}
	.index-home__heading{
		max-width: none;
	}
	.index-home__image{
		bottom: -200px;
	}
	.index-home__item{
		margin-top: 100px;
	}
	.index-home__lines{
		bottom: -120px;
	}
}
@media (max-width: 991px){
	.statics_wrapper_el1 { width: 50%; }
	.statics_wrapper_el2 { width: 50%; }

	.index-home__item.active{
		max-width: none;
		width: 100%;
		top: calc(50% - 200px);
		bottom: 0;
		left: 0;
	}
	.advs__item{
		width: 50%;
	}
	.advs__item-image {
		height: 170px;
		object-fit: contain;
	}
}
@media (max-width: 767px){
	.index-home__item-heading{
		background: none;
		box-shadow: none;
	}
	.index-home__item-heading-text{
		display: none;
	}
	.index-home .coord-dot{
		display: block;
	}
	.index-home__item.active .index-home__item-heading-text{
		display: block;
	}
	.index-home__item.active .coord-dot{
		display: none;
	}
	.index-home__item.active{
		top: 0 !important;
	}
	.materials-catalog__item{
		flex-direction: column-reverse;
	}
	.materials-catalog__item > div{
		width: 100%;
		aspect-ratio: 3/1;
	}
	.materials-catalog__item-heading{
		text-align: center;
	}
	.usage__product-item{
		font-size: 12px;
	}
	.usage .index-home__item .img-responsive{
		width: 48px !important;
		height: 48px !important;
	}
	.usage .index-home__item.active{
		top: auto !important;
	}
}
@media (max-width: 576px){
	.advs__item-image-wrap{
		padding: calc(var(--gx) * 2);
	}
	.advs__item-image {
		height: 75px;
	}
	.advs__item-heading{
		font-size: 15px;
	}
	.materials-catalog__item-heading{
		font-size: 14px;
		margin-bottom: 0;
	}
	.materials-catalog__item-image + .materials-catalog__item-heading{
		margin-top: calc(var(--gx) * 2);
	}
	.index-home__item{
		margin-top: 80px;
	}
}
@media (max-width: 479px){

	.usage .coord-dot {
		width: 30px !important;
		height: 30px !important;
		border-width: 7px;
	}
	.materials-catalog__item > div{
		aspect-ratio: 2 / 1;
		padding: calc(var(--gx) * 2);
	}
}
@media (max-width: 399px){
	.index-home__heading{
		margin-bottom: var(--gx);
		line-height: 27px;
	}
}
#ocdbanner-47 {
	margin-top:100px; 
}
