

/* Start:/local/templates/loft/components/bitrix/breadcrumb/loft/style.min.css?1769759184601*/
.bx-breadcrumb{padding:18px 0 27px;display:flex;justify-content:start}@media (max-width:767.98px){.bx-breadcrumb{overflow:auto;flex-flow:row nowrap;white-space:nowrap}}.bx-breadcrumb-item{font-size:0}.bx-breadcrumb .bx-breadcrumb-item>i.fa:before{content:"/";display:inline-block;font-family:"Inter";font-style:normal;font-weight:300;font-size:12px;line-height:15px;margin:0 .2rem 0 .15rem;position:relative}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Inter";font-style:normal;font-weight:300;font-size:12px;line-height:15px;color:#000}.bx-breadcrumb .bx-breadcrumb-item a>span{color:#818181}
/* End */


/* Start:/local/templates/loft/components/custom/super.component/materials.sections/style.css?17697591841209*/
.materials-previews {
	justify-content: center;
}

.materials-previews__col {
	margin-bottom: 26px;
}

.material-preview {
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 12px;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.material-preview::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #EBF6F5;
	opacity: 0;
	transition: .32s ease;
}

.material-preview__caption {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.material-preview__title {
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

.material-preview__desc {
	font-weight: 300;
	font-size: 18px;
}

.material-preview:hover::after {
	opacity: .25;
}


@media screen and (max-width: 777px) {
	.material-preview {
		height: 100%;
		min-height: 100px;
	}

	.material-preview__title {
		width: 100%;
		font-size: 16px;
	}

	.material-preview__desc {
		width: 100%;
		font-size: 13px;
		margin-top: 5px;
	}
}
/* End */


/* Start:/local/templates/loft/components/custom/super.component/materials/style.css?17697591841965*/
.materials-info-row {
	padding: 30px 0;
}

.materials-info-row + .materials-info-row {
	border-top: 2px solid #D9D9D9;
}

.materials-info-row__heading {
	margin: 0 0 25px 0;
}

.materials-info-row__desc {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.5;
	color: var(--c3);
}

.materials-info-row__color {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 25px 0 0 0;
}

.materials-info-row__color-label {
	margin-right: 30px;
	background-color: var(--c11);
	color: var(--c1);
	border-radius: 8px;
	padding: 8px 16px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
}

.materials-info-row__color-info {
	font-size: 14px;
	line-height: 1;
	position: relative;
	padding: 0 0 0 52px;
}

.materials-info-row__color-info::before {
	content: "";
	display: block;
	height: 40px;
	width: 40px;
	background-image: url('/local/templates/loft/components/custom/super.component/materials/img/pantone.svg');
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.materials-info-row__gallery-item {
	margin-bottom: 24px;
}

.materials-gallery-item {
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	cursor: pointer;
}

.materials-gallery-item__thumbnail {
	height: 135px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	margin: 0;
	background-color: #EBF6F5;
}

.materials-gallery-item__thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1;
	transition: .32s ease;
}

.materials-gallery-item__name {
	display: flex;
	align-items: center;
	flex-grow: 1;	
	border-radius: 0 0 10px 10px;
	background: #3F3F41;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	padding: 15px 20px;
}

.materials-gallery-item:hover .materials-gallery-item__thumbnail img {
	opacity: .6;
}

@media screen and (max-width: 770px) {
	.materials-info-row__color {
		justify-content: center;
	}

	.materials-info-row__color-label {
		margin: 0 0 15px 0;
	}
}
/* End */
/* /local/templates/loft/components/bitrix/breadcrumb/loft/style.min.css?1769759184601 */
/* /local/templates/loft/components/custom/super.component/materials.sections/style.css?17697591841209 */
/* /local/templates/loft/components/custom/super.component/materials/style.css?17697591841965 */
