<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 */

body {
	margin: 0;
}

@font-face {
	font-family: "SegoeUILight";
	src: local("SegoeUILight"), url("/fonts/segoeuilight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "segoe ui";
	src: local("segoe ui"), url("/fonts/SegoeUIRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "calibri light";
	src: local("calibri light"), url("/fonts/calibri_light.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: Calibri;
	src: local("Calibri"), url("/fonts/Calibri.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@media (max-width: 320px) {
}

/* дизайн базовых элементов, тегов */
html {
	overflow-x: hidden;
}

body {
	margin: 0px;
	font-family: "Calibri";
	font-size: 18px;
	color: #595959;
	line-height: 1.61rem;
	background-color: #FeFeFe;
}


.wropper-main {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: auto;
	padding: 8px;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

h1 {
	color: #765957;
	font-family: 'Calibri', arial;
	font-size: 201%;
	font-weight: normal;
	line-height: 1.2;
}


h2 {
	color: #765957;
	font-family: 'Calibri', serif;
	font-size: 133%;
	font-weight: normal;
}

h3 {
	color: #765957;
	/*color:#75593E;*/
	/*font-family:"calibri light";*/
	/*font-size:110%;*/
	font-family: 'Calibri', serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}


p {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.61rem;
	margin-bottom: 0.5rem;
	margin-top: 0px;
	max-width: 696px;
	text-align: justify;
}

a {
	color: #286DA8;
	border-bottom-color: #D9E9F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 100%;
	font-family: "segoe ui";
	line-height: 1.2rem;
	text-decoration: none;
	vertical-align: top;
}

	a:hover {
		color: #FF4E00;
		border-bottom-color: #FF7545;
		cursor: pointer;
	}



.white-lnk { /*ссылки шапки и подвала на фоне*/
	color: #FFFFFF;
	border-bottom: none;
	font-family: SegoeUILight;
	font-size: 100%;
	text-decoration: none;
}

	.white-lnk:hover {
		color: #D7D7D7;
		cursor: pointer;
		border-bottom-style: none;
	}

.text-lnk {
	line-height: 1.4rem;
	font-size: 91%;
}

img {
	border: none;
}


ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

th {
	font-weight: normal;
}

.big-btn { /*Большая кнопка*/
    border-color: #FF4800;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    color: #FF4800;
    font-family: "segoe ui";
    font-size: 100%;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-top: 4px;
    background-color: transparent;
}

    .big-btn:hover {
        color: #FFFFFF;
        cursor: pointer;
        background-color: #FF5F00;
        border-color: #FF723B;
    }

.small-btn { /*Малая кнопка*/
	background-color: transparent;
	border-color: #D7CABF;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #3A2320;
	font-family: "segoe ui";
	font-size: 78%;
	font-weight: 100;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 0px;
}

	.small-btn:hover {
		border-color: #A78B73;
		border-style: solid;
		color: #3A2320;
		cursor: pointer;
	}

.send-btn {
	margin: 1rem auto;
	display: block;
	min-width: 100px;
}

.small-btn-atn {
	background-color: #FF4800;
	color: #FFFFFF;
	border-color: #FF4800;
}

.input-fld-small {
	display: inline-block;
	border-color: #D7CABF;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	color: #3A2320;
	font-family: SegoeUILight;
	font-size: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 7px;
	background-color: transparent;
}

.input-fld-big {
	display: inline-block;
	border-color: #D7CABF;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	color: #3A2320;
	font-family: "segoe ui";
	font-size: 133%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 7px;
	background-color: transparent;
}


.big-fld-lbl {
	display: block;
}

.fld-sublbl {
	margin-top: 0.1rem;
	margin-bottom: 1rem;
	font-size: 78%;
}

.text-input {
	color: #3A2320;
	font-family: "segoe ui";
	font-size: 100%;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 7px;
	background-color: transparent;
	text-align: left;
	width: 280px;
	height: 7rem;
}

@media (min-width:375px) {
	.text-input {
		width: 341px;
	}
}

.clear-fld {
	vertical-align: middle;
}

	.clear-fld:hover {
		cursor: pointer;
	}

.small-select {
	color: #3A2320;
	font-family: "segoe ui";
	font-size: 100%;
	padding-left: 7px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.ul-links {
	padding: 0;
	margin-top: 0.6rem;
}

.ul-li {
	margin-bottom: 1rem;
	width: 100%;
}

.bullet-list {
	list-style-type: circle;
	padding-left: 34px;
	padding-bottom: 1rem;
}


.img-shadow {
	box-shadow: 0px 3px 5px 0px #C8C4BE;
}


.text-wite {
	color: #FFFFFF;
}

.control-label {
	color: #043A6B;
	display: inline-block;
	vertical-align: middle;
}

	.control-label:hover {
		color: #FF4E00;
		cursor: pointer;
	}

.control-label-text {
	color: #043A6B;
}


/* Задаем стиль фирменному чекбоксу */
.checkbox {
	display: none;
}

.custom-checkbox {
	/* display: inline-block; */
	/* background-image: url(../../img/checkbox.svg); */
	/* background-repeat: no-repeat; */
	/* background-position: 0% 50%; */
	/* padding-left: 30px; */
	/* color: #286DA8; */
}

	.custom-checkbox:hover {
		color: #FF4E00;
		cursor: pointer;
	}

input[type="checkbox"]:checked + .custom-checkbox {
	background-image: url(../../img/checkbox-checked.svg);
}

.custom-radio {
	display: inline-block;
	background-image: url(../../img/radiobtn.svg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 30px;
	margin-right: 17px;
	max-width: 600px;
	padding-bottom: 1rem;
}

	.custom-radio:hover {
		cursor: pointer;
	}

input[type="radio"]:checked + .custom-radio {
	background-image: url(../../img/radiobtn-checked.svg);
}

/* отображение количества в скобках */
.amounts {
	color: #B7B7B7;
	font-size: 100%;
	font-family: "segoe ui";
	line-height: 1.2rem;
}


/* стили для элементов шапки */

.logo {
	text-align: left;
	margin-top: 0.2rem;
	float: left;
}

.logo-img {
	width: 170px;
}

.slogan {
	text-align: center;
	position: relative;
	margin-bottom: 1rem;
	display: none;
}

	.slogan::before {
		position: relative;
		display: inline-block;
		content: '';
		background-image: url(../../img/thingdash.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 24px;
		height: 11px;
		left: -7px;
	}

.header-phone {
	font-size: 110%;
	text-align: right;
	margin-top: 1rem;
}

@media (max-width:414px) {

	.header-phone {
		font-size: 15px;
	}
}

.header-address {
	text-align: center;
	font-size: 80%;
	display: none;
}

.header-address-lnk {
	text-align: center;
	padding-top: 10px;
}

.header-notepad {
	padding-top: 10px;
	text-align: right;
	margin-bottom: 0.5rem;
	font-size: 80%;
}

/* бизнес навигация */

.business-nav {
	padding-top: 0.5rem;
}

.business-nav-ul {
	text-align: justify;
	line-height: 0;
	font-size: 1px;
}

	.business-nav-ul::after {
		width: 100%;
		content: '';
		height: 1px;
		visibility: hidden;
		overflow: hidden;
		display: inline-block;
	}

.business-nav-li {
	display: inline-block;
	font-family: "segoe ui";
	font-size: 16px;
	line-height: normal;
	position: relative;
}

/*верхняя навигация*/

.header-nav {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	text-align: center;
}

.footer::before, .footer::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
}

.footer::before, .footer::after {
	background-color: #968C80;
}

.footer::before {
	right: 100%;
}

.footer::after {
	left: 100%;
}

.header-nav-li {
	padding-top: 5px;
	display: inline-block;
}

	.header-nav-li:first-of-type {
		padding-left: 0px;
		padding-right: 4px;
	}

	.header-nav-li:last-of-type {
		padding-left: 4px;
		padding-right: 0px;
	}

.header-nav-lnk {
	color: #52412D;
	font-size: 86%;
	text-decoration: none;
	font-family: SegoeUILight;
	border-bottom-color: #968C80;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 1px;
	padding-right: 1px;
}

	.header-nav-lnk:hover {
		color: #D7D7D7;
		cursor: pointer;
		border-bottom-style: none;
	}

.quick-search-form {
	margin-top: 0.5rem;
	text-align: center;
	display: block;
	position: relative;
	line-height: 1.1rem;
}

.articul-input {
	border-color: rgba(135,126,115,0.48);
	border-style: solid;
	border-width: 1px;
	color: #3A2320;
	padding-top: 1px;
	padding-bottom: 4px;
	height: 1.4rem;
	width: 260px;
	background-color: #FFFFFF;
	background-image: url(../../img/search-icon.svg);
	background-repeat: no-repeat;
	background-position: right;
}


/* большой фильтр подбора мебели*/

.filter-panel {
	box-shadow: 0px 7px 10px -8px #BFBBBB;
}

.catalog-items-amount {
	text-align: center;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}

.filter-li {
	padding-top: 10px;
	padding-right: 16px;
}

.filter-navigation-label {
	font-family: "segoe ui";
	padding-bottom: 4px;
	width: 100px;
	display: inline-block;
	text-align: right;
}

.filter-selector {
	background-image: url(../../img/menu-expander.svg);
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #D7CABF;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 45px;
	width: 156px;
	height: 21px;
	display: inline-block;
	padding-top: 6px;
}

	.filter-selector:hover {
		border-color: #886C55;
	}

.filter-selected {
	color: #B7B7B7;
}

.features-li {
	margin-top: 1rem;
}

.features-lnk {
	border-bottom-style: dashed;
}

.nonchecked-features-list {
	color: #B7B7B7;
	line-height: 1rem;
	padding-top: 5px;
}

.checked-features-list {
	list-style: none;
	line-height: 1rem;
	padding-top: 5px;
}

.checked-features-p {
	line-height: 1rem;
	margin-bottom: 0.2rem;
	text-align: left;
}

.nonchecked-features-p {
	line-height: 1rem;
	margin-bottom: 0px;
	text-align: left;
}

.clear-filter-btn {
	text-align: right;
	padding-right: 34px;
}


/* оформление подвала */

.footer {
	display: block;
	background-color: #968C80;
	width: 100%;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	color: #F4F4F4;
}

.footer-links {
	text-align: center;
}

.footer-links-li {
	padding-top: 0.5rem;
}

.footer-lnk {
	color: #F4F4F4;
	border-bottom: none;
	font-family: SegoeUILight;
	font-size: 100%;
	text-decoration: none;
}

.footer-secondlinks {
	text-align: center;
}

.created-by-p {
	text-align: center;
}

.date-create {
	text-align: center;
}


/* боковой блок */

.aside-navigation {
	margin-top: 0rem;
	display: none;
}

.furniture-section-block {
	padding-top: 1rem;
}

.aside-factories, .popular-furniture, .furniture-in-style {
	margin-top: 3rem;
	float: left;
}



/* Выборка каталога */
.catalog-sample {
	margin-top: 1rem;
}

.catalog-sample-header {
	margin-bottom: 0px;
}

.sample-section-title {
	margin-bottom: 0px;
}

#sample-menu {
	margin-bottom: 1rem;
}

.sample-menu-normal {
	background-color: #FFFFFF;
	padding-bottom: 0.5rem;
}


.units-sample-amount {
	text-align: left;
	margin-bottom: 10px;
}

.sample-filter-lnk {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	margin-bottom: 10px;
}

.sample-sort-blk {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sample-style-block {
	margin-top: 2rem;
}
.section-amount {
    color: #7A7A7A;
    margin-left: 10px;
    font-size: 80%;
    vertical-align: baseline;
}
.sample-style-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.sample-style-items &gt; .preview:last-of-type {
		display: none;
	}


.sample-style-lnk {
	position: relative;
	font-size: 133%;
}

	.sample-style-lnk::after {
		content: '';
		background-image: url(../../img/arrow-r-blue.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 24px;
		height: 22px;
		position: absolute;
	}

	.sample-style-lnk:hover::after {
		background-image: url(../../img/arrow-r-hover.svg);
	}

.sample-style-showall-blk {
	margin-top: 0.5rem;
	background-color: #F4F4F4;
	padding-bottom: 0.3rem;
	padding-top: 0.4rem;
	text-align: center;
}

.sample-style-showall-lnk {
	
}

.sort-label {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.sort-selector {
	background-image: url(../../img/menu-expander.svg);
	background-repeat: no-repeat;
	background-position: right center;
	border-color: #D7CABF;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	color: #3A2320;
	font-family: "segoe ui";
	font-size: 78%;
	font-weight: 100;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 45px;
	padding-bottom: 4px;
	padding-top: 0px;
}


.preview {
	display: inline-block;
	position: relative;
	border-color: #E0E0E0;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	margin-top: 1rem;
}

.preview-img-lnk {
    height: 211px;
	display: block;
	border-bottom-style: none;
    margin-left: 10px;
    position: relative;
}

	.preview-img-lnk:hover {
		border-bottom-style: none;
	}

.preview-img {
	max-width: 100%;
	max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
}

.preview-footer {
	margin-top: 0.5rem;
}

.preview-price {
	font-family: "segoe ui";
	font-size: 78%;
}

.paggination {
	text-align: justify;
	margin-top: 2rem;
}

.paggin-lnk {
	padding-right: 2px;
	padding-left: 2px;
}

.curr-page {
	color: #FFFFFF;
	border-bottom-style: none;
	background-color: #968C80;
}


/* всплавающие меню */

.popup-menu-back { /*фон всплывающего меню*/
	z-index: 10002;
	position: absolute;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.popup-menu {
	display: none;
}

.popup-menu-layer {
	z-index: 1000;
	background-color: #FFFFFF;
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	/*display:none;*/
	position: absolute;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
}

.popup-dialog-layer {
	z-index: 1000;
	background-color: #FFFFFF;
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	/*display:none;*/
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	max-width: 534px;
	margin: 3rem auto;
	position: fixed;
}

.popup-close {
	background-image: url(../../img/popup-close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}

.company-menu-ul {
	z-index: 1000;
	background-color: #FFFFFF;
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	display: none;
	position: absolute;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 1rem;
	text-align: left;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	width: 200px;
}

.company-menu-li {
}

.service-menu-ul {
	z-index: 1000;
	background-color: #FFFFFF;
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	display: none;
	position: absolute;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 1rem;
	text-align: left;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	width: 250px;
}

/*меню навигации по каталогу*/

.rooms-menu-ul {
	z-index: 10002;
	background-color: #FFFFFF;
	border-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	display: none;
	position: absolute;
	padding-left: 17px;
	padding-right: 34px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: left;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	width: 200px;
}

.rooms-menu-li {
	position: relative;
}

.submenu-lnk {
}

	.submenu-lnk::after { /* стрелка для раскрывающихся подменю*/
		position: absolute;
		right: -20px;
		display: inline-block;
		content: '';
		background-image: url(../../img/arrow-r.svg);
		background-repeat: no-repeat;
		background-position: center center;
		width: 8px;
		top: 20%;
		height: 10px;
	}

.nosubmenu-lnk {
}

.submenu-lnk:hover {
	color: #FF4E00;
	border-bottom-color: #FF7545;
	cursor: pointer;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

	.submenu-lnk:hover::after {
		background-image: url(../../img/arrow-r-hover.svg);
	}

.rooms-submenu-ul {
	z-index: 1010;
	background-color: #FFFFFF;
	display: none;
	position: relative;
	top: 0.5rem;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 0.5rem;
	text-align: left;
}

.rooms-allitems-li {
	margin-top: 1.5rem;
}

.popup-group-lnk {
	font-size: 120%;
}

/* Всплывающие меню главного фильтра */

.popup-amount {
	color: #7A7A7A;
	font-size: 77%;
	line-height: 100%;
	display: inline-block;
	padding-top: 1rem;
}

.section-filter {
	left: 0px;
	top: 27px;
}

.factories-filter {
	left: 17px;
	top: 27px;
}

.measure-filter {
	left: 17px;
	top: 27px;
}

.price-filter {
	left: 17px;
	top: 27px;
}

.sections-block-filter {
	margin-top: 1rem;
	margin-bottom: 1rem;
}


.section-filter-lnk {
	font-size: 100%;
	line-height: 250%;
}

.popup-filter-types,
.popup-filter-styles,
.popup-filter-factories,
.popup-filter-material,
.popup-filter-measure,
.popup-filter-price {
	margin-bottom: 1rem;
	margin-top: 1rem;
}



.type-filter-lnk,
.style-filter-lnk,
.material-filter-li {
	font-size: 100%;
	line-height: 250%;
}

.factory-filter-li {
	line-height: 200%;
}


.measure-filter-li {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.measure-fld {
	width: 70px;
	margin-left: 7px;
	margin-right: 10px
}

.alphabet-filter {
	font-size: 133%;
	margin-top: 1rem;
	line-height: 3rem;
}


.alphabet-filter-letter {
	margin-left: 10px;
}

.current-letter {
	color: #FFFFFF;
	border-bottom-style: none;
	background-color: #968C80;
}



.popup-clear-filter {
	float: right;
	margin-top: 1rem;
}

.popup-apply-filter {
	float: right;
	margin-top: 1rem;
	margin-right: 17px;
}

.catalog-popup-group {
	padding-left: 17px;
	margin-bottom: 2rem;
}

.catalog-popup-item {
	margin-left: -17px;
}


/* фильтр параметров предмета */
.unit-filter-group {
	margin-bottom: 2rem;
}

.unit-filter-header {
	margin-bottom: 0.5rem;
	font-size: 133%;
	width: 300px;
	text-align: center;
}

.unit-filter-measure {
	margin-bottom: 2rem;
	display: block;
}

.unit-filter-li {
	font-size: 100%;
	line-height: 110%;
	padding-top: 0.5rem;
	padding-bottom: 0.3rem;
}
/* форма отправки запроса на альтернативу*/

.alternativa-dialog {
	margin-bottom: 1rem;
}

.alternativa-sublbl {
	margin-top: -1rem;
}

/* throbber */
.throbber {
	width: 40px;
	height: 40px;
	position: relative;
}

.circle {
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 5px solid rgba(180, 150, 153, 0.2);
	border-top-color: rgba(180,155,153,1.00);
	animation: spin 1s infinite linear;
}




@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}



@media (min-width:375px) {
	.wropper-main {
		width: 341px;
		padding-right: 17px;
		padding-left: 17px;
	}
}


@media (min-width:768px) {

	.wropper-main {
		width: 734px;
	}

	.fld-sublbl {
		margin-top: 0.1rem;
	}

	.text-input {
		width: 523px;
	}

	.logo {
		margin-left: 0px;
		float: left;
		width: 300px;
		text-align: left;
		margin-top: 0px;
	}

	.slogan {
		text-align: left;
		position: relative;
		float: left;
		clear: both;
		width: 250px;
		padding-right: 50px;
		display: block;
	}

	.logo-img {
		width: 200px;
	}

	.header-phone {
		text-align: left;
		padding-top: 2.6rem;
		font-size: 130%;
	}

	.header-address {
		text-align: left;
		margin-top: 0.5rem;
		display: inline-block;
	}

	.header-address-lnk {
		text-align: left;
		display: inline-block;
	}

	.header-notepad {
		text-align: right;
		display: inline-block;
		width: 162px;
		font-size: 100%;
	}

	/*Верхняя навигация*/

	.header-nav {
		float: left;
		padding-top: 4px;
		padding-bottom: 0px;
		width: 490px;
		text-align: justify;
	}

	.header-nav-li {
		display: inline-block;
		padding-top: 0px;
	}

	.header-nav-lnk {
		font-size: 100%;
		font-family: SegoeUILight;
	}

	.rooms-submenu-ul {
		z-index: 980;
		background-color: #FFFFFF;
		border-color: #DBDBDB;
		border-style: solid;
		border-width: 1px;
		display: none;
		position: absolute;
		top: -1.05rem;
		left: 234px;
		padding-left: 17px;
		padding-right: 17px;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
		text-align: left;
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
	}

	.quick-search-form {
		margin-top: 0rem;
		text-align: right;
		padding-right: 17px;
		float: right;
		font-size: 91%;
		font-family: SegoeUILight;
	}

	.articul-input {
		width: 200px;
	}

	/*бизнес навигация */
	.business-nav {
		float: right;
		width: 432px;
		padding-top: 0.5rem;
	}

	.header-phone {
		padding-top: 4rem;
	}

	/*фильтр*/

	.catalog-items-amount {
		width: 100%;
		clear: both;
		padding-top: 1rem;
	}

	.filter-li {
		float: left;
	}

	.features::after {
		display: block;
		content: "";
		clear: both;
	}

	.features-li {
		float: left;
		width: 122px;
	}

	/*подвал*/

	.footer-links-li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}



	/*выборка каталога*/



	.catalog-sample-header {
		text-align: left;
		padding-top: 1rem;
		display: block;
	}

	.sample-section-title {
		clear: both;
	}

	.units-sample-amount {
		display: inline-block;
		text-align: left;
		margin-bottom: 0px;
	}

	.sample-filter-lnk {
		margin-bottom: 0px;
	}

	.sample-sort-blk {
		display: inline-block;
		padding-left: 17px;
	}

	.sort-label {
		width: 140px;
		vertical-align: bottom;
		padding-left: 17px;
	}

	.preview {
		height: 330px;
		vertical-align: top;
		margin-left: 8px;
		margin-right: 9px;
	}


	.preview-img-lnk {
		display: block;
		height: 211px;
		position: relative;
	}

	.preview-img-box {
		height: 280px;
		display: block;
	}



	.preview-img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}


	/*страницы с текстовым блоком, как основным блоком*/

	.text-content {
		float: left;
	}

	.text-content-header {
		padding-top: 1rem;
	}

	.simple-page-content {
		clear: both;
		padding-top: 1px;
	}

	.simple-page-header {
		clear: both;
	}

	/*Всплывающие меню главного фильтра*/
	.popup-filter-header {
		margin-bottom: 1rem;
		font-size: 133%;
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}


	.sections-block-filter {
		float: left;
		margin-right: 17px;
	}

	.popup-clear-filter {
		margin-top: 1rem;
	}

	.popup-apply-filter {
		margin-right: 17px;
	}

	.popup-filter-types {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.popup-filter-styles,
	.popup-filter-factories,
	.popup-filter-material {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.popup-filter-measure {
		width: 300px;
	}

	.popup-filter-price {
		width: 260px;
	}


	.subsection-popupfilter {
		max-width: 651px;
	}

	.popup-filter-group {
		min-width: 300px;
		vertical-align: top;
		margin-right: 17px;
	}


	.catalog-popup-list {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.catalog-popup-group {
		display: inline-block;
		width: 200px;
		vertical-align: top;
	}

	/*фильтр параметров предмета */
	.unit-filter-header {
		margin-left: auto;
		margin-right: auto;
	}

	.unit-filter-style {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}

	.unit-filter-category {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}



	.unit-filter-price {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
	}

	.unit-filter-measure {
		width: 500px;
		margin-left: 70px
	}

	.unit-filter-submeasure {
		width: 500px;
		margin-left: 70px;
	}

	.unit-filter-measure-caption {
		display: inline-block;
		width: 80px;
	}

	.btn-comment {
		margin-bottom: 2rem;
	}

	.alternativa-sublbl {
		margin-top: -1rem;
	}
}



@media (min-width:1280px) {

        .sample-style-block {
	margin-top: 2rem;
	}
	.wropper-main {
		width: 1246px;
	}

	.logo {
		width: 300px;
	}

	.logo-img {
		width: 250px;
	}

	.slogan {
		text-align: left;
		position: relative;
		float: left;
		width: 300px;
		padding-right: 0px;
		clear: none;
		padding-top: 1rem;
		display: block;
	}

	.business-nav {
		width: 650px;
	}

	.business-nav-ul {
		text-align: left;
		line-height: 0;
		font-size: 1px;
	}

	.business-nav-li {
		padding-right: 34px;
	}

	.header-phone {
		padding-top: 3rem;
	}

	.header-notepad {
		width: 214px;
	}

	.header-nav {
		width: 978px;
	}

	.quick-search-form {
		padding-right: 34px;
	}

	.articul-input {
		width: 222px;
	}

	.sections-list-nav {
		display: block;
		width: 275px;
		padding-top: 3.5rem;
		float: left;
	}

	.section-aside-header {
		margin-bottom: 1rem;
	}

	.sections-block {
		padding-left: 17px;
		margin-bottom: 1rem;
		display: block;
	}

	.section-aside-li {
		padding-bottom: 0.3rem;
		padding-top: 0.3rem;
		margin-left: -17px;
	}


	.filter-navigation-label {
		width: auto;
	}

	.filter-selector {
		width: 156px;
	}

	.filter-li {
		padding-right: 20px;
	}

		.filter-li:last-child {
			padding-right: 0px;
		}

	.features-li {
		width: 207px;
	}


	.footer-links {
		text-align: left;
		float: left;
		width: 860px;
	}

	.footer-secondlinks {
		text-align: left;
	}

	.ya-search {
		display: block;
		width: 450px;
	}

	.created-by {
		float: right;
		margin-top: -4rem;
		padding-right: 17px;
	}

	.created-by-p {
		text-align: left;
	}

	.date-create {
		text-align: left;
	}

	/*выборка каталога*/

	.catalog-sample {
		clear: both;
	}

	.catalog-sample-header {
		margin-top: 0px;
	}


	.sample-style-items &gt; .preview:last-of-type {
		display: inline-block;
	}

	.sort-selector {
		width: 222px;
		vertical-align: bottom;
		margin-bottom: 0px;
	}

	.preview {
		vertical-align: top;
		margin-right: 0px;
		margin-left: 0px;
		width: 385px;
		height: 361px;
	}

	.preview-blk {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.preview-img-lnk {
		width: 385px;
		height: 239px;
		position: relative;
	}

	.catalog-sample-header {
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 2px;
		margin-top: 0px;
		padding-top: 0px;
	}

	.units-sample-amount {
		vertical-align: bottom;
		padding-top: 0px;
		padding-right: 17px;
		width: auto;
	}

	.sample-filter-lnk {
		vertical-align: bottom;
		margin-bottom: 0px;
	}

	.sample-sort-blk {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.sort-label {
		vertical-align: bottom;
	}

	.paggination {
		margin-left: 74px;
	}



	/*боковое меню*/
	.aside-navigation {
		display: block;
		width: 275px;
		float: left;
	}

	/* всплывающие меню	главного фильтра*/
	.popup-filter-types {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.popup-filter-factories {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}


	.popup-filter-measure {
		width: 460px;
	}

	.popup-filter-group {
		min-width: 200px;
	}



	.subsection-popupfilter {
		max-width: 996px;
		margin-left: 0px;
	}

	.measure-caption {
		display: inline-block;
		width: 200px;
	}

	.catalog-popup-list {
		width: 1200px;
		-webkit-column-count: 5;
		-moz-column-count: 5;
		column-count: 5;
	}


	.catalog-popup-group {
		padding-left: 17px;
		margin-bottom: 1.4rem;
		display: inline-block;
	}

	/* страницы с простым текстовым блоком*/
	.simple-page-content {
		width: 900px;
		float: left;
		clear: none;
	}

	.simple-page-header {
		padding-top: 0px;
	}

	/*фильтр предмета*/
	.unit-filter-header {
	}

	.unit-filter-style {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}

	.unit-filter-category {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		margin-left: auto;
		margin-right: auto;
		/*		display: grid;
		grid-template-columns: auto auto;
		grid-auto-rows: 2.5rem;
		justify-content: center;
		grid-column-gap: 17px;
		grid-auto-flow: column;*/
	}

	.unit-category-group {
		margin-left: auto;
		margin-right: auto;
	}

	.unit-filter-li {
	}

	.unit-filter-measure {
		width: 370px;
		margin-left: auto;
		margin-right: auto;
	}

	.unit-filter-submeasure {
		display: inline-block;
	}
}


@media (max-width:375px) {
	.sample-style-lnk {
		font-size: 125%;
	}
}
</pre></body></html>