

/* Start:/bitrix/templates/.default/components/bitrix/catalog/mebel/style.css?16680876652144*/
.bx_catalog-compare-list {
	display:none;
}
.bg {
    background-color:rgba(0, 0, 0, .3);
    mix-blend-mode: multiply;
	width:100%;
	height:100%;	
	position:absolute;
	z-index:3;
}
main .collections-block .image:hover .bg {
    background-color:rgba(0, 0, 0, .5);
    mix-blend-mode: multiply;
	width:100%;
	height:100%;	
	position:absolute;
	z-index:3;
}
.text {
	display:relative;
	z-index:4;
}


main .filter .change-photo .photos-container a {
	    padding: 15px 30px;
}
main .filter .change-photo .photos-container a.active {
    background: #fff;
    border-radius: 26px;
}

.list-inline ul.sub-nav {
  display: none;
}

.list-inline ul.visible {
	display: block;
    position: absolute;
    z-index: 100;
    background: #fff;    
    padding: 25px 40px 25px 25px;
	margin-top:10px;
	font-size:15px;
	font-weight:400;
	line-height: 3rem;
	min-width: 245px;
	
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.list-inline ul.visible a {
	padding-left:10px;
	color:#777;
	text-decoration:none;
}
.list-inline ul.visible a:hover {
	color:#202020;
	font-weight:600;
}
.list-inline ul.visible .active a {
	font-weight:600;
	color:#202020;
}

.list-inline ul.visible li::marker  {
	content:"\f10c";
	font-family: FontAwesome;
	font-weight: 300;	
}
.list-inline ul.visible li.active::marker{
	content:"\f192";
	font-family: FontAwesome;
	font-weight: 300;
}
.item {
	cursor:pointer;
}
.all-filter {
    background: #F5F5F5;
    border-radius: 83px;
    border: 1px solid transparent;
    padding: 20px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    color: #202020;
	cursor:pointer;
}
main .filter .item:hover {
	background: #231F20!important;   
    color: #fff!important;	
}
main .filter .item.active {
	background: #231F20!important;    
    border: 1px solid transparent;
    padding: 20px 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 13px;
    color: #fff!important;
	

}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?16696376477351*/
:root {
  --c0: #4F4959;
  --c1: #FBC500;
  --c2: #04B957;
  --c3: #E9F1F4;
  --c4: #4285F4;
  --c5: #D23113;
  --c6: #ffffff;
  --c7: #ECF5E8;
  --c8: #777777;
  --c9: #202020;
  --animation1: all .25s ease-out; }

.smart-filter {
  /* padding: 20px; */
  background: var(--c6);
  font-size: 14px; }
  .smart-filter_title {
	padding:25px;
	border-top:1px solid #F5F5F5;	
	font-weight: 400;
	font-size: 16px;
	color:#202020;	
	cursor:pointer;
	}
.smart-filter_title	.fa {
	float:right;
}
.smart-filter_title:hover {
	background:#F5F5F5;
}	
	.smart-filter_title:before {
		content:"";
	}
  .smart-filter-parameters-box {
	  
    /*margin-bottom: 20px; */}
    .smart-filter-parameters-box .bx_filter_block_expanded {
      display: none; }
    .smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
      display: block; margin-top:20px;}
  .smart-filter-digits {
    display: flex;
    justify-content: space-between; }
    .smart-filter-digits input {
      width: 100%;
      text-align: center;
      background: #fff;
      border: none;
      height: 40px;
	  border: 1px solid #E6E6E6;
	  border-radius: 50px;}
  .smart-filter_radio input {
    display: none;
    position: absolute;
    left: -9999999999px; }
  .smart-filter_radio label {
    height: 30px;
    line-height: 30px;
    margin: 0ex 3px 3px 0px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 12px;
    background: #fff;}
	.smart-filter_checkbox label span:hover  {
		color: var(--c9);}
  .smart-filter_radio input:checked + label {
    background: var(--c0);
    color: #ffffff; }
  .smart-filter_checkbox input {
    display: none;
    position: absolute;
    left: -9999999999px; }
  .smart-filter_checkbox label {
    display: flex;
    color: var(--c0);
margin-bottom:20px;	}
    .smart-filter_checkbox label span {
      width: calc(100% - 18px);
      padding-left: 7px;
      text-transform: lowercase;
	  font-weight:400;
	  font-size:15px;
	  cursor:pointer;color: var(--c8);}
      .smart-filter_checkbox label span:first-letter {
        text-transform: uppercase; }
    .smart-filter_checkbox label i {
      width: 20px;
      position: relative;
      bottom: -2px;
      height: 20px;
      background: url("/bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checked.svg") no-repeat;
      background-position: 0px 0px; }
	  
  .smart-filter_checkbox input:checked + label i {
    background: url("/bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkboxes.svg") no-repeat;
	background-position: -5px -5px;
	}
  .smart-filter_bottons {
    margin: 10px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }

    .smart-filter_bottons input#set_filter {
    background: var(--c7);
	border-radius: 50px;
    border: none;
    display: inline-block;
    padding: 24px 41px 25px;
    color: #202020;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
	width: 280px;    
    margin: 0 auto;
	  }
    .smart-filter_bottons input#del_filter {
      background: none;
      color: #888;
      height: 45px;
      margin-top: 10px;
      border: none; }
  .smart-filter-container-modef {
    position: relative;
    width: 100%;
    display: block;
    clear: both; }
  .smart-filter-popup-result {    
    height: 57px; 
	text-align:center;}

    .smart-filter-popup-result a {
      color: var(--c4);
      text-decoration: underline;
      display: block; }

.smart-filter-slider-track-container {
  overflow: hidden;
  padding: 20px 10px 10px 10px; }
.smart-filter-slider-track {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #E1E1E1; }
.smart-filter-slider-ruler {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7; }
.smart-filter-slider-ruler span {
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  margin-left: -50px;
  width: 100px;
  color: #000;
  text-align: center;
  font-size: 11px; }
.smart-filter-slider-range {
  z-index: 50; }
.smart-filter-slider-range, .smart-filter-slider-price-bar, .smart-filter-slider-price-bar-vd, .smart-filter-slider-price-bar-vn, .smart-filter-slider-price-bar-v {
  position: absolute;
  top: 0;
  bottom: 0; }
.smart-filter-slider-price-bar-v {
  background: var(--c0); }
.smart-filter-slider-handle {
  position: absolute;
  top: 100%;
  margin-top: -17px;
  width: 25px;
  z-index: 100;
  height: 25px;
  background:url(/bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/handle_left.svg) no-repeat right top;
  border-radius: 100%; }
.smart-filter-slider-handle:hover {
  cursor: grab;
  z-index: 110; }
.smart-filter-slider-handle:active {
  cursor: grabbing;
  z-index: 110; }
.smart-filter-slider-handle.left {
  left: 0;
  margin-left: -5px; }
.smart-filter-slider-handle.right {
  right: 0;
  margin-right: -5px; }

/* .mobile_filter_button { */
  /* display: none; } */

    /* .mobile_filter_button { */
      /* display: block; */
      /* width: 100%; */
      /* top: 10px; */
      /* background: var(--c0); */
      /* border-radius: 2px; */
      /* color: #ffffff; */
      /* border: none; */
      /* height: 45px; */
      /* margin-bottom: 20px; }  */

  .mobile_filter_panel {
    position: fixed;
    overflow-y: scroll;
    max-width: 415px;
    height: 100vh;
    background: var(--c6);
    top: 0;
    left: -415px;
    z-index: 1001;
    transition: var(--animation1);
	padding:10px;	} 
.mobile_filter_panel_show {
  left: 0; }

  .mobile_filter_panel_over {
    position: fixed;
    transition: var(--animation1);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: none;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7); }
    .mobile_filter_panel_over_show {
      display: block; } 

/**/

 .bx_filter_param_label{
	font-size:13px;
	position:relative;
	display:block;
	text-align:left;
	margin-bottom: 15px;
	margin-right: 5px;
	padding:3px;
	border:1.5px solid transparent;
	border-radius:50px;
}
.bx_filter_param_label.dib{display: inline-block;}

.bx_filter_btn_color_icon {
	line-height:24px;
	position:relative;
	top:0px;
	border-radius: 50px;
	display:inline-block;
	width:54px;
	height:54px;
	vertical-align:middle;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	-webkit-background-size:cover;
	background-size:cover;
	cursor: pointer;
}
 .bx_filter_param_label.active{
	/* background: url("/bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkboxes.svg") no-repeat; */
	border:1.5px solid #231F20;
	border-radius:50px;
}
.bx_filter_param_label.active::after {
    background-position: center;
    background-repeat: no-repeat;
	background: url("/bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/images/checkbox1.svg") no-repeat;
}
.bx_filter_param_label.active::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 8px;
	margin: auto;  
	top: 0; left: 0; bottom: 0; right: 0;

}
.bx_filter_param_label:hover {
	border:1.5px solid #E6E6E6;
	border-radius:50px;
}


/*# sourceMappingURL=style.css.map */

.close {
position: absolute;
right: 32px;
top: 32px;
width: 32px;
height: 32px;
opacity: 1;
cursor:pointer;
}
.close:hover {
opacity: 0.3;
}
.close:before, .close:after {
position: absolute;
left: 15px;
content: ' ';
height: 23px;
width: 2px;
background-color: #202020;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}
.money {

	padding:10px 10px 10px 5px;
	font-size: 15px;
}
.money:after {
	content: "\20bd";
    color: #A9A9A9;
    font-size: 15px;

}
.from {

	padding:10px 10px 10px 5px;
	font-size: 15px;
	font-size: 15px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/mebel/bitrix/catalog.compare.list/.default/style.css?16662971111265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/catalog_pagenav/style.css?17382415212191*/
div.modern-page-navigation { 
	padding: 0.5em 0;}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border: 1px;
	border-style: solid;
	padding: 15px 20px;	
	text-decoration: none;
	border-radius:50%;
	margin:20px 0;
	margin: 20px 5px;
	float: left;
}
main .new-block a:hover {
	border-color:#000;
}

div.modern-page-navigation a.modern-page-previous { 
	/* border-right-width: 1px;  */
	/* border-right-style: solid;  */
	/* border-left: none;  */
	}
/*div.modern-page-navigation a.modern-page-first, */
div.modern-page-navigation span.modern-page-first { 
	padding: 15px 22px;	border-color:#000; }
span.modern-page-current { 
	font-weight: normal;
	color: #cdcdcd;
	}
div.modern-page-navigation a, 
span.modern-page-current, 
div.modern-page-navigation a.modern-page-previous, 
span.modern-page-dots { 
	border-color: #cdcdcd; }
	div.modern-page-navigation a.modern-page-all {
		border-radius:50px;
		float: right;		
	}
	span.modern-page-current {
		background: white !important;
		color: black  !important;
		border: 1px solid black !important;
	}
	
	
	div.row > a.modern-page-all {
			display: none !important;
		}
	@media all and (max-width: 768px) {
		a.modern-page-all {
			min-width: 15rem;
			width: 50%;
			text-align: center;
			border-radius:50px;
			margin: 0 auto;
			border: 1px solid #cdcdcd;
		}
		.modern-page-navigation > a.modern-page-all, .modern-page-previous {
			display: none !important;
		}
		div.row > a.modern-page-all {
			display: block !important;
		}
		.modern-page-navigation {
			display: flex;
			align-items: center;
			justify-content: center;
		}
		.modern-page-navigation {
			text-align: center;
		}
		.nav-num, .modern-page-navigation .modern-page-previous {
			width: 10vw !important;
			height: 10vw  !important;
			line-height: 10vw !important;
			font-size: 5vw  !important;
			text-align: center !important	;
			padding: 0 !important;
		}
		.modern-page-navigation .modern-page-previous {
			width: auto !important;
			padding: 0 1rem !important;
		}
		a.modern-page-all {
			line-height: 10vw  !important;
			height: 10vw  !important;
			padding-top: 0 !important;
			padding-bottom: 0 !important ;
		}
	}
	
	
	
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog/mebel/bitrix/catalog.section/catalog_std_blocks4/style.css?1668443517860*/
main .bestsellers-block .image .main-img, main .new-block .image .main-img {
	width:100%!important;
	height:auto!important;
}
.catalog-section .slide {
	padding:10px;
	border: 1px solid transparent;
}
.catalog-section .slide:hover {
	border:1px solid rgba(35, 31, 32, 0.2);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
}
.right-buttons, .to-cart-sect {
	display:none;
}
.to-cart-sect {
	display:none;
}
.catalog-section .slide:hover .right-buttons {
	display:block;
}

.catalog-section .slide:hover .to-cart-sect {
	display:block;
}
.price .itemPriceOld {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-decoration-line: line-through;
    color: #A9A9A9;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.products.viewed/products_viewed/style.css?1666297110303*/
.show-before .slide {
border: 1px solid transparent;
    padding: 10px;
}
.show-before .slide:hover {
border:1px solid rgba(35, 31, 32, 0.2);
-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.26);
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/catalog.products.viewed/products_viewed/themes/blue/style.css?1666297110833*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-products-viewed-header{border-color:#006cc0;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/blog-block_catalog/style.css?1666297110328*/
.bg {
    background-color: rgba(0, 0, 0, .3);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;    
    position: absolute;
    z-index: 3;
}
main .recomended-read .image .content {
	z-index:9;
}
main .recomended-read .image .content .read-more-btn.blue:nth-child(2n) {
	background:#000!important;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.detail/help-block/style.css?1666297111213*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}


.help-block a {
	color:#202020;
	text-decoration:none;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog/mebel/style.css?16680876652144 */
/* /bitrix/templates/.default/components/bitrix/catalog.smart.filter/smart.mobile.filter/style.css?16696376477351 */
/* /bitrix/templates/.default/components/bitrix/catalog/mebel/bitrix/catalog.compare.list/.default/style.css?16662971111265 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/catalog_pagenav/style.css?17382415212191 */
/* /bitrix/templates/.default/components/bitrix/catalog/mebel/bitrix/catalog.section/catalog_std_blocks4/style.css?1668443517860 */
/* /bitrix/templates/.default/components/bitrix/catalog.products.viewed/products_viewed/style.css?1666297110303 */
/* /bitrix/templates/.default/components/bitrix/catalog.products.viewed/products_viewed/themes/blue/style.css?1666297110833 */
/* /bitrix/templates/.default/components/bitrix/news.list/blog-block_catalog/style.css?1666297110328 */
/* /bitrix/templates/.default/components/bitrix/news.detail/help-block/style.css?1666297111213 */
