.materials-decor h2 {
	margin-bottom: 20px;
}
.materials-decor .desc {
	margin-left: auto;
	margin-right: auto;
}
.materials-decor.otdelka-pvh-panelyami .desc br {
    display: none;
}
.materials-decor .content__img-preview {
    height: 230px;
	margin-bottom: 12px;
    /* border-width: 4px;
    border-style: solid;	
	border-color: var(--zheltyy-500-osnovnoy); */
}
.materials-decor .content__img-slide {
	position: relative;
}
.materials-decor .content__img-sticker-hit {
	position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
}
.materials-decor .content__img-sticker-hit svg {
	width: 100%;
}
.materials-decor .content__img-price {
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: var(--chernyy-500-osnovnoy);
    border: 5px solid var(--zheltyy-500-osnovnoy);
    border-radius: 16px;
    padding: 10px 15px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.6);
}
.materials-decor .content__img-price .caption {
	line-height: 1;
	margin-bottom: 4px;
}
.materials-decor .content__img-price .price {
	font-size: 28px;
	line-height: 1;
	letter-spacing: 0.01em;
}
.materials-decor .content__img-price .word {
	font-size: 16px;
	line-height: 1;
	margin-right: 8px;
}
.materials-decor .content__img-price .currency {
	font-size: 16px;
	line-height: 1;
	margin-left: 8px;
}
.materials-decor .content__thumb {
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}
.materials-decor .content__thumb-select {
    align-items: center;
}
.materials-decor .content__thumb-select.is-active {
    pointer-events: none;
    cursor: default;
}
.materials-decor .content__thumb-img {
	width: 100%;
	height: 80px;
    border-width: 4px;
    border-style: solid;
    border-color: var(--chernyy-100);	
	border-radius: 10px;
	margin-bottom: 6px;
	overflow: hidden;
}
.materials-decor .content__thumb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.materials-decor .content__thumb-select.is-active  .content__thumb-img {
	border-color: var(--zheltyy-500-osnovnoy);
}
.materials-decor .content__thumb-title {
    font-size: 12px;
    line-height: 1.2;	
}
.materials-decor .content__action-check {
    margin-bottom: 15px;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.1;
	gap: 5px;
}
.materials-decor .content__action-check img {
	width: 36px;
	height: 27px;
}
.materials-decor .content__action-check .word {
	font-size: 20px;
	line-height: 1.1;
}
.materials-decor .content__action-check .word span {
	font-size: 14px;
}
.materials-decor .content__btn .btn {
	gap: 16px;
	font-size: 16px;
	height: 50px;
	border-radius: 10px;
}
.materials-decor .content__btn .btn svg {
    position: relative;
    z-index: 1;
}
.materials-decor .slider__controls {
    display: none;
}
@media (max-width: 767px) {
	.materials-decor.otdelka-mdf-panelyami h2 span {
		display: block;
	}
}	
@media (min-width: 768px) and (max-width: 1023px) {
	.materials-decor .content__action {
		display: grid;
		grid-template-columns: 1fr 419px;
	}
	.materials-decor .content__action-check {
		margin-bottom: 0;
		align-items: center;
		justify-content: start;
	}
	.materials-decor.otdelka-pvh-panelyami .desc {
		width: 670px;
	}	
	.materials-decor.otdelka-pvh-panelyami .desc br {
		display: block;
	}	
}
@media (min-width: 768px) {
	.materials-decor h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.materials-decor.otdelka-mdf-panelyami .desc {
		width: 680px;
	}
	.materials-decor.otdelka-mdf-panelyami .desc br {
		display: none;
	}	
	.materials-decor .content__img-preview {
		height: 359px;
		margin-bottom: 21px;
		/* border-width: 5px; */
	}
	.materials-decor .content__img-sticker-hit {
		top: 30px;
		left: 30px;
		width: 78px;
	}
	.materials-decor .content__img-price {
		left: 30px;
		bottom: 30px;
		padding: 16px 20px;
	}
	.materials-decor .content__img-price .caption {
		font-size: 22px;
		margin-bottom: 6px;
	}
	.materials-decor .content__img-price .price {
		font-size: 40px;
	}
	.materials-decor .content__img-price .word, .materials-decor .content__img-price .currency {
		font-size: 22px;
	}
	.materials-decor .content__thumb {
		grid-template-columns: repeat(5, 1fr);
		gap: 20px 14px;
		margin-bottom: 30px;
	}
	.materials-decor .content__thumb-select {
		cursor: pointer;
	}	
	.materials-decor .content__thumb-img {
		height: 100px;
		margin-bottom: 6px;
		border-width: 5px;
	}
	.materials-decor .content__thumb-title {
		font-size: 14px;
	}
	.materials-decor .content__action-check img {
		width: 42px;
		height: 31px;
	}	
	.materials-decor .content__action-check .word {
		font-size: 24px;
	}
	.materials-decor .content__action-check .word span {
		font-size: 16px;
	}
	.materials-decor .content__btn .btn {
		font-size: 18px;
	}
}
@media (min-width: 1024px) {
	.materials-decor h2 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	.materials-decor.otdelka-laminatom .desc {
		width: 930px;
	}
	.materials-decor.otdelka-pvh-panelyami .desc {
		width: 920px;
	}
	.materials-decor.otdelka-mdf-panelyami .desc {
		width: 940px;
	}	
	.materials-decor .content__box {
		display: grid;
		grid-template-columns: 552px 1fr;
		column-gap: 20px;
	}
	.materials-decor .content__img {
		grid-column: 1 / 2;
		grid-row: 1 / 3;
	}
	.materials-decor .content__thumb {
		grid-column: 2 / 3;
		grid-row: 1 / 2;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;		
	}
	.materials-decor .content__action {
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	.materials-decor .content__img-preview {
		height: 576px;
		margin-bottom: 0;
	}
	.materials-decor .content__img-sticker-hit {
		top: 40px;
		left: 40px;
		width: 100px;
	}
	.materials-decor .content__img-price {
		left: 40px;
		bottom: 40px;
	}
	.materials-decor .content__img-price .caption {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.materials-decor .content__img-price .word, .materials-decor .content__img-price .currency {
		font-size: 24px;
	}
	.materials-decor .content__thumb-img {
		height: 120px;
		margin-bottom: 5px;
	}
	.materials-decor .content__action-check {
		margin-bottom: 20px;
		align-items: flex-end;
		justify-content: start;
	}
	.materials-decor .content__btn .btn {
		font-size: 16px;
	}	
}