<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*скрываем быстрый поиск*/

.quick-search-form {
	display: none;
}

.sections-list-nav {
	display: none;
}

/*страница раздела*/

.subsection-block {
	padding-top: 1rem;
	margin-left: 17px;
}

.section-comp-img-box {
	position: relative;
	width: auto;
}

.section-comp-img-lnk {
	display: block;
	color: #FFF;
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-radius: 20px;
	padding-top: 5px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 50%; left: 0; bottom: 0; right: 0;
	width: 200px; height: 25px;
	text-align: center;
	background-color: rgba(97,97,97,0.50)
}

.section-comp-img-lnk:hover {
	border-bottom-color: #FFF;
}

.subsections-simple-list {
	margin-left: 17px;
}

.subsection-item {
	padding-top: 0.7rem;
	display: block;
	margin-left: -17px;
}

.section-text {
	padding-top: 2rem;
}

.section-title {
	text-align: left;
	margin-top: 0.5rem;
	margin-bottom: 0px;
	}

.section-main-types-list {
	position: relative;
}

#section-alltypes-filter {
	display: none;
	position: absolute;
}
.comp-styles-list {
	margin-top: 0px;
}

.comp-style-ul {
	text-align: center;
}


.style-thumb {
	display: inline-block;
	width: 160px;
	margin-bottom: 1rem;
	
}

.style-lnk {
	width: 160px;
	text-align: center;
}

.style-lnk:hover {
	color: #FF4E00;
}

.style-img {
	max-width: 100%;
}


.style-name-lnk {
	display: inline-block;
}


.selections-list {
	clear: both;
	padding-top: 1rem;
	text-align: left;
}

.selections-list-title {
	display: block;
	padding-bottom:  0rem;
}

.selection-item {
	padding-top: 0.8rem;
}

.selection-item-title {
	display: inline-block;
	text-align: center;
}

.selection-item-dscrp {
	padding-bottom: 0.5rem;
}

.selection-item-img-box {
	display: inline-block;
	width: 160px;
}

.selection-image-container {
	max-width: 150px;
	max-height: 150px;
}

.selection-item-img-box:last-of-type {
	display: none;
}

.selection-item-img {
	max-width: 100%;
}

/*стиль для тегов подборок*/
.subcategory-tags-title {
	border: 1px;
	border-color: #C7E1FF;
	border-style: solid;
	padding-left: 17px;
	padding-right: 7px;
	border-radius: 20px;
	line-height: 2rem;
	color: #286DA8;
    margin-top: 0.5rem;
}

.subcategory-tags-list {
	/*display: block;*/
}

.subcategory-tag, .section-type-item {
	border: 1px;
	border-color: rgba(199,225,255,0.42);
	border-style: solid;
	height: 25px;
	padding-left: 17px;
	padding-right: 17px;
	border-radius: 20px;
	color: #286DA8;
	display: inline-block;
	margin-top: 0.5rem;
}

.subcategory-tag:hover {
	color: #FF4E00;
	cursor: pointer;
}

.subcategory-tag-lnk, .section-type-item-lnk {
	border-bottom: none;
	vertical-align: middle;
}

.subcategory-tag-lnk:hover, .section-type-item-lnk:hover {
	border-bottom: none;
}

.section-buttom-text {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.section-buttom-title {
	text-align: left;
}

.section-breadcrumb {	
	clear: both;
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1rem;
}

@media (min-width:768px) {
	.quick-search-form {
		display: block;
	}

	.section-comp-img-box {
		width: 363px;
		float: left;
		margin-right: 17px;
		margin-bottom: 1rem;
	}
	
	.section-main-types-title {
		margin-top: 0px;
		margin-bottom: 0px;
		
	}
	
	#section-alltypes-filter {
		left: 50%;
	}
	
	.section-comp-type-lnk {
		margin-top: 2rem;
	}
	
	.compositions {
		text-align: left;
		margin-left: -17px;
	}
	
	.subsections-list {

		text-align: center;
	}
	
	.subsection-block {
		display: block;
		float: left;
		padding-right: 34px;
		padding-left: 0px;
		text-align: left;
	}
	
	.subsection-block:last-of-type {
		display: block;
		float: left;
		padding-right: 0px;
	}

	.section-text {
		clear: both;
		width: 600px;
	}
	
	.comp-styles-title {
		text-align: left;
		margin-bottom: 1rem;
	}
	
	.comp-styles-list {
		margin-top: 2rem;
		width: 734px;
		text-align: center;
	}

	.comp-style-ul {
		width: 734px;
		text-align: center;
	}
	
	.style-thumb {
		display: inline-block;
		padding-right: 17px;
		padding-left: 0px;
		width: 222px;
	}
	
	.style-lnk {

		text-align: center;
	}
	
	.sections-list {
		display: block;
		float: left;
		width: 280px;
	}

	.selection-item-img-box {
		width: 222px;
		padding-left: 0px;
		padding-right: 17px;	
	}
	
	.selection-item-img-box:last-of-type {
		display: inline-block;
	}
	
	.selections-list-title {
		text-align: left;
	}
	
	.selection-item {
		padding-top: 0px;
		margin-bottom: 2rem;
	}
	
	.subcategory-tags-title {
		display: none;
	}
	
	.subcategory-tags-list {
		display: block;
		margin-top: 0;
	}
	
}

@media (min-width:1280px) {
	
	.sections-list-nav {
	display: block;
	}
	
	
	.kittchen-aside-lnk {
		margin-left: -17px;
	}
	
	.section-title {
		display: block;
	}
	
	.section-comp-img-box {
		width: 618px;
	}
	
	.subsection-attribute {
		float: left;
		width: 956px;
	}
	
	.subsections-list {
		display: block;
		float: left;
		padding-left: 0px;
		width: 956px;
	}
	
	.subsection-block {
		padding-left: 0px;
		padding-right: 0px;
		width: 222px;
	}
		
        .section-breadcrumb {
                padding-top: 2rem;
        }
	.section-text {
		display: block;
		float: left;
		clear: none;
		width: 939px;
		padding-left: 0px;
		padding-right: 0px;
	}	
	
	.section-text-col {
		-webkit-column-count:2;  
    	-moz-column-count:2;  
    	column-count:2; 
		max-width: 939px;
	}
	
	.comp-styles-list {
		display: block;
		float: left;
		width: 956px;
	}
	
	.comp-style-ul {
		width: 956px;
		text-align: left;
		padding-right: 0px;
		margin-right: 0px;
	}
	
	.style-thumb {
		display: block;
		float: left;
		padding-left: 0px;
		padding-right: 17px;
		text-align: center;
	}
	
	
	.selections-list-title {
		text-align: left;
	}
		
	.selection-item-img-box {
		padding-right: 14px;
	}
	
	.section-buttom-text {
		margin-left: auto;
		margin-right: auto;
		width: 696px;
	}
	
}
</pre></body></html>