/*--- Фурнитура (разводящая) ---*/
.furnitures-section {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 60px 0px;
position: relative;
z-index: 90;
}
.furnitures-text-before-items {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
.furnitures-categories-wrapper {
display: block;
margin: 30px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
.furnitures-categories {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
margin: -20px -10px 0px -10px;
padding: 0px 0px 0px 0px;
font-size: 0px;
}
.furnitures-category {
display: inline-block;
vertical-align: top;
margin: 20px 10px 0px 10px;
padding: 0px 0px 0px 0px;
position: relative;
width: 253px;
max-width: 253px;
background: #fff;
border: 1px solid #eee;
text-align: center;
}
.furnitures-category:hover, 
.furnitures-category:active {
box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.furnitures-category__img {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content:  center;
align-items: center;
margin: 0px 0px 0px 0px;
margin-left: auto;
margin-right: auto;
padding: 0px 0px 0px 0px;
position: relative;
width: 100%;
height: 251px;
overflow: hidden;
}
.furnitures-category__img a {
display: inline-block;
vertical-align: top;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
text-decoration: none;
width: 100%;
height: 100%;
max-width: 100%;
max-height: 100%;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: contain;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
.furnitures-category__img a:hover, 
.furnitures-category__img a:active {
text-decoration: none;
}
.furnitures-category__img img {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
max-width: 100%;
max-height: 100%;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
.furnitures-category__txt {
display: block;
margin: 0px 0px 0px 0px;
padding: 25px 25px 25px 25px;
position: relative;
}
.furnitures-category__txt:before {
content: "";
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: absolute;
top: 0px;
left: 25px;
width: calc(100% - (25px * 2));
height: 1px;
background: #eee;
}
.furnitures-category__title {
display: block;
margin: -3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
color: #000;
font-size: 17px;
line-height: 20px;
font-weight: 500;
}
.furnitures-category__title h1,
.furnitures-category__title h2, 
.furnitures-category__title h3, 
.furnitures-category__title h4, 
.furnitures-category__title h5, 
.furnitures-category__title h6 {
font-size: inherit;
line-height: inherit;
color: inherit;
font-weight: inherit;
}
.furnitures-category__title a {
color: #000;
text-decoration: none;
}
.furnitures-category__title a:hover, 
.furnitures-category__title a:active {
color: #c7152a;
text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1394px) {
	.furnitures-category {
		width: calc(25% - (10px * 2));
		max-width: calc(25% - (10px * 2));
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.furnitures-category {
		width: calc(33.3333% - (10px * 2));
	}
	.furnitures-category__img {
		height: 214px;
	}
	.furnitures-category__txt {
		padding: 20px 20px 20px 20px;
	}
	.furnitures-category__txt:before {
		left: 20px;
		width: calc(100% - (20px * 2));
	}
	.furnitures-category__title {
		margin-top: 0px;
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.furnitures-category {
		width: calc(50% - (10px * 2));
	}
	.furnitures-category__img {
		height: 238px;
	}
}
@media (max-width: 499px) {
	.furnitures-section {
		padding-bottom: 50px;
	}
	.furnitures-categories-wrapper {
		margin-top: 22px;
	}
	.furnitures-category__txt {
		padding: 18px 18px 18px 18px;
	}
	.furnitures-category__txt:before {
		left: 18px;
		width: calc(100% - (18px * 2));
	}
	.furnitures-category__title {
		margin-top: 0px;
		font-size: 16px;
	}
}
@media (min-width: 430px) and (max-width: 499px) {
	.furnitures-category__img {
		padding-bottom: 100%;
		height: 0px;
	}
	.furnitures-category__img a {
		position: absolute;
		top: 0px;
		left: 0px;
	}
}
@media (max-width: 429px) {
	.furnitures-category {
		width: calc(100% - (10px * 2));
		max-width: calc(100% - (10px * 2));
	}
	.furnitures-category__img {
		height: 170px;
	}
}

/*--- Фурнитура (категория) ---*/
.furnitures-items-wrapper {
display: block;
margin: 30px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
.furnitures-items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: flex-start;
margin: -20px -10px 0px -10px;
padding: 0px 0px 0px 0px;
font-size: 0px;
}
.furnitures-item {
display: inline-block;
vertical-align: top;
margin: 20px 10px 0px 10px;
padding: 0px 0px 0px 0px;
position: relative;
width: 253px;
max-width: 253px;
background: #fff;
border: 1px solid #eee;
text-align: center;
}
.furnitures-item__img {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
margin: 0px 0px 0px 0px;
padding: 15px 15px 0px 15px;
position: relative;
width: 100%;
height: 251px;
overflow: hidden;
}
.furnitures-item__img-inner {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
}
.furnitures-item__img img {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
max-width: 100%;
max-height: 100%;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
.furnitures-item__txt {
display: block;
margin: 0px 0px 0px 0px;
padding: 15px 15px 15px 15px;
position: relative;
}
.furnitures-item__title {
display: block;
margin: -1px 0px 0px 0px;
padding: 0px 0px 0px 0px;
position: relative;
color: #5d5854;
font-size: 16px;
line-height: 21px;
font-weight: 400;
}
.furnitures-item__title a {
color: #5d5854;
text-decoration: none;
}
.furnitures-item__title a:hover, 
.furnitures-item__title a:active {
color: #c7152a;
text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1394px) {
	.furnitures-item {
		width: calc(25% - (10px * 2));
		max-width: calc(25% - (10px * 2));
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.furnitures-item {
		width: calc(33.3333% - (10px * 2));
	}
	.furnitures-item__img {
		height: 215px;
	}
}
@media (max-width: 767px) {
	.furnitures-item {
		width: calc(50% - (10px * 2));
	}
	.furnitures-item__img {
		height: 238px;
	}
}
@media (max-width: 499px) {
	.furnitures-items-wrapper {
		margin-top: 25px;
	}
}
@media (min-width: 430px) and (max-width: 499px) {
	.furnitures-item__img {
		padding: 0px 0px 100% 0px;
		height: 0px;
	}
	.furnitures-item__img-inner {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 15px;
		left: 15px;
		width: calc(100% - (15px * 2));
		height: calc(100% - (15px * 1));
	}
}
@media (max-width: 429px) {
	.furnitures-item {
		width: calc(100% - (10px * 2));
		max-width: calc(100% - (10px * 2));
	}
	.furnitures-item__img {
		height: auto;
		min-height: 64px;
	}
}