

/* Start:/bitrix/templates/furnitex/components/bitrix/catalog/catalog-galary/style.css?1477830422785*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.search-result-container button.btn-primary{
	margin-top: -4px;
	text-shadow: none;
}

@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/bitrix/templates/furnitex/components/bitrix/catalog/catalog-galary/bitrix/catalog.section.list/.default/style.css?16402529377356*/
/* line */
.bx_catalog_line {
  margin-bottom: 11px;
}
.bx_catalog_line .bx_catalog_line_category_title {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
  margin-top: 0px;
}
.bx_catalog_line .bx_catalog_line_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul {
  padding: 0;
}
.bx_catalog_line .bx_catalog_line_ul li {
  margin-bottom: 20px;
  list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {
  content: "" !important;
}

.bx_catalog_line .bx_catalog_line_img {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 30px;
  width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title a {
  color: #3f3f3f;
  font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title a:hover {
  text-decoration: underline;
}
.bx_catalog_line .bx_catalog_line_title span {
  font-size: 16px;
}
.bx_catalog_line .bx_catalog_line_description {
  color: #3f3f3f;
  font-size: 13px;
  line-height: 16px;
}

/* @media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
} */

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
  transition: all 0.3s ease;
}

/* text */
.bx_catalog_text {
  margin-bottom: 30px;
}
.bx_catalog_text .bx_catalog_text_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul {
  padding: 0;
}
.bx_catalog_text .bx_catalog_text_ul li {
  float: left;
  margin: 0 10px 10px;
  list-style: none;
}
/* .bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important} */
.bx_catalog_text .bx_catalog_text_title {
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title a {
  white-space: nowrap;
  font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover {
  text-decoration: none;
}
.bx_catalog_text .bx_catalog_text_title span {
  font-size: 12px;
}

/* tile */

.bx_catalog_tile {
  margin-bottom: 30px;
}
.bx_catalog_tile .bx_catalog_tile_category_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1vw;
  justify-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.bx_catalog_tile .bx_catalog_tile_ul li {
  box-sizing: border-box;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
  border: 1px solid #d9dbda;
  width: 330px;
  max-width: 100%;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: #e8e8e8;
  border-radius: 15px;
  overflow: hidden;
}
/* .bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;} */

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 0;
  vertical-align: top;
  line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title a {
  color: #3f3f3f;
  font-size: 16px;
}
.bx_catalog_tile .bx_catalog_tile_title a:hover {
  text-decoration: none;
}
.bx_catalog_tile .bx_catalog_tile_title span {
  font-size: 12px;
}

/*2*/
/* @media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:50%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
} */
/*3*/
/* @media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
} */
/*4*/
@media (max-width: 475px) {
  .bx_catalog_tile .bx_catalog_tile_ul {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  /* .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:100%;} */
  .bx_catalog_tile .bx_catalog_tile_img {
    width: 175px;
    height: 175px;
  }
}

@media (max-width: 425px) {
  .bx_catalog_tile .bx_catalog_tile_img {
    width: 142px;
    height: 142px;
  }
  .bx_catalog_tile .bx_catalog_tile_ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  /* .bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 100%;
	} */
  /* .bx_catalog_tile .bx_catalog_tile_img {
		width: 200px;
		height: 200px;
	} */
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* list */

.bx_sitemap {
  margin-bottom: 30px;
}
.bx_sitemap .bx_sitemap_title {
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a {
  color: #000;
  text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
  padding: 0;
  line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {
  content: "" !important;
}
.bx_sitemap .bx_sitemap_li_title {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 13px;
  margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a {
  color: #4c7da6;
  white-space: nowrap;
  font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover {
  text-decoration: none;
}
.bx_sitemap .bx_sitemap_li_title span {
  font-size: 11px;
}

/* @media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
} */

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .catalog_sl_top {margin-top: -20px;} */

/* End */
/* /bitrix/templates/furnitex/components/bitrix/catalog/catalog-galary/style.css?1477830422785 */
/* /bitrix/templates/furnitex/components/bitrix/catalog/catalog-galary/bitrix/catalog.section.list/.default/style.css?16402529377356 */
