

/* Start:/local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/style.css?17555008128177*/
.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;
}
.catalog-count-elements{
	padding-top: 5px;
	margin-left: 40px;
	cursor: pointer;
	order: 2;
}
.counter-element-list{
	display: none;
	position: absolute;
	z-index: 99;
	background: #fff;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	width: 120px;
	text-align: center;
}
.counter-element-list li.current{
	font-weight: bold;
	background: #F6F6F6;
}
.counter-element-list a{
	color: #000;
}
.arrow-but {
    display: block;
    width: 10px;
    height: 5px;
    background-size: contain !important;
    background: url('/images/arrow2.svg') no-repeat;
	transform: rotate(180deg);
}
.counter-element-title {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    color: #000;
}
.catalog-count-elements.count-active .counter-element-list{
	display: block;
}
.catalog-count-elements.count-active .arrow-but {
	transform: rotate(0deg);
}
@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%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

@media (max-width:768px){
	.catalog_sorting .custom-select.nice-select {
		margin-left: 0 !important;
		order: 1;
	}
	.catalog_sorting #filter-button {
		margin-right: 0 !important;
		order: 3;
	}
	.catalog_sorting .catalog-count-elements{
		order: 2;
		padding-top: 9px;
		margin-left: 0;
	}
	.catalog_sorting{
		gap: 15px;
	}
}
@media (max-width:576px){
	.catalog_sorting .catalog-count-elements{
	}
}
@media (max-width: 440px){
	.counter-element-title font{
		display: none;
	}
	.counter-element-list {
		width: 35px;
		margin-left: -6px;
	}
}
.catalog_sorting {
    margin-right: 0 !important;
}

/*Баннер раздела*/



.bannerSectionBlock{
	border-radius: 16px;
	margin-bottom: 40px;
	display: flex;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.bannerSectionBlock .infoBlock{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 40px 20px 40px;
	text-align: left;
	width: 780px;
	justify-content: center;
}
.btmLinkBanner{
	color: #FFF;
	font-family: "Museo Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
    border-radius: 4px;
    background: #EF7C00;
    display: flex;
    padding: 5px 20px;
	justify-content: center;
	align-items: center;
	border: 1px solid #EF7C00;
	cursor: pointer;
}
.btmLinkBanner:hover{
	background: #fff;
	color: #EF7C00;
}
.titleBlockImg{
	color: #010101;
	font-family: "Museo Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	padding-bottom: 20px;
}
.sectBlockInfo {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #5C5C5C;
	padding-bottom: 30px;
}
.imgBlock {
	overflow: hidden;
	display: flex;
}
.sectBlockInfo{
	display: flex;
	/* align-items: flex-start; */
	align-self: stretch;
	justify-content: space-between;
	gap: 12px;
}
.itemInfo{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
	width: 100%;
    max-width: max-content;
}
.itemInfo span{
	color: #3F3F3F;
	font-family: "Museo Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	max-width: max-content;
}



.bannercheck{
	display: block;
}
.bannercheck_992,
.bannercheck_768,
.bannercheck_576,
.bannercheck_375{
	display: none;
}
@media (max-width:1480px){
	.bannerSectionBlock .infoBlock{
		width: 665px;
	}
}
@media (max-width:1200px){
	.sectBlockInfo {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		flex-direction: column;
	}
	.bannerSectionBlock{
		height: 240px;
	}
	.bannerSectionBlock .infoBlock{
		padding: 20px;
	}
	.sectBlockInfo{
		padding-bottom: 15px;
	}
	.itemInfo span{
			max-width: none;
	}
}
@media (max-width:992px){
	.bannercheck_992{
		display: block;
	}
	.bannercheck,
	.bannercheck_768,
	.bannercheck_576,
	.bannercheck_375{
		display: none;
	}
	.itemInfo span{
		font-size: 12px;
	}
}
@media (max-width:768px){
	.bannercheck_768{
		display: block;
	}
	.bannercheck_992,
	.bannercheck,
	.bannercheck_576,
	.bannercheck_375{
		display: none;
	}
	.titleBlockImg {
        font-size: 18px;
		line-height: 24px;
    }
	.btmLinkBanner{
		font-size: 12px;
	}
	.titleBlockImg,
	.sectBlockInfo{
		padding-bottom: 10px;
	}
	.bannerSectionBlock .infoBlock{
		width: 380px;
	}
	.itemInfo span{
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width:767px){
	.bannerSectionBlock .infoBlock {
		background-color: #F2F2F2;
	}
	.bannerSectionBlock .infoBlock {
		position: static;
		padding: 15px 15px 20px 15px;
	}
	.bannerSectionBlock {
		flex-direction: column-reverse;
		height: auto;
	}
	.sectBlockInfo {
		padding: 8px 0px 20px 0px;
	}
	.bannerSectionBlock .infoBlock{
		width: 100%;
	}
	.bannercheck_576{
		display: block;
	}
	.bannercheck_992,
	.bannercheck_768,
	.bannercheck,
	.bannercheck_375{
		display: none;
	}
}
@media (max-width:375px){
	.bannercheck_375{
		display: block;
	}
	.bannercheck_992,
	.bannercheck_768,
	.bannercheck_576,
	.bannercheck{
		display: none;
	}
	.sectBlockInfo {
        font-size: 14px;
        line-height: 16px;
    }
	.btmLinkBanner {
        font-size: 13px;
    }
}

.compare-non {
	text-align: center;
	margin: 0 auto;
	width: 45%;
	padding: 5rem 0;
  }
  .compare-non a:hover{
	color: white;
	opacity: 0.7;
  }
  @media (min-width: 700px) and (max-width: 1025px) {
	.compare-non {
	  width: 70%;
	}
  }
  @media (max-width: 700px) {
	.compare-non {
	  width: 90%;
	}
  }
  .compare-non svg {
	width: 60px;
	height: 60px;
  }
  
  .compare-non p {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
  }
  .compare-non h2 {
	color: #000;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	margin-top: 12px;
  }
  @media (max-width: 1200px) {
	.compare-non h2 {
	  font-size: 32px;
	}
  }
  @media (max-width: 992px) {
	.compare-non h2 {
	  font-size: 28px;
	}
  }
  @media (max-width: 768px) {
	.compare-non p {
	  font-size: 14px;
	}
	.compare-non {
	  padding: 5rem 0 5rem 0;
	}
  }
  @media (max-width: 576px) {
	.compare-non h2 {
	  font-size: 24px;
	}
  }
  @media (max-width: 375px) {
	.compare-non h2 {
	  font-size: 18px;
	}
  }
  .btn:not(.btn-link, .btn-link-extra-primary, .profile__element-link) {
	margin-top: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 3px;
  background: rgba(239, 124, 0, 1);
  border-color:none;
  border-radius: 8px;
  padding: 13px 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform:uppercase
}
.catalog .cart__header{
	justify-content: flex-end;
}
/* End */


/* Start:/local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?171758698713116*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.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: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-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: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.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;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	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; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* 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; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.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: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-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: #4c7da6;
	font-size: 14px;
}

.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: 20%; }

	.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 { line-height: 10px; }

	.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(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.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(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.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 { 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;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.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 { transition: all 0.3s ease; }
.section-name-text{
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	height: 45px;
}
.section-name-text span{
	color: #777;
	margin-left: 5px;
	font-weight: 300;
}
.catalog-page__link:hover .section-name-text span{
	color: #ef7c00;
}
.catalog-page__link{
	padding-bottom: 20px;
	transition: none !important;
}
/* .subsection-menu-catalog{
	padding-top: 30px;
} */
.subsection-menu-catalog a{
	color: #000;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}
.subsection-menu-catalog div{
	line-height: 24px;
}
.subsection-menu-catalog a span{
	margin-left: 5px;
	color: #777;
	font-size: 14px;
	font-weight: 300;
}
.subsection-menu-catalog a:hover span{
	color: #ef7c00;
	/* font-weight: 500; */
}
.subsection-menu-catalog {
    flex-direction: column;
    height: 190px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    display: flex;
    gap: 10px;
}
li.catalog-page_col{
	border-radius: 0;
	padding: 20px;
	position: relative;
	/* height: 480px; */
	background: #F2F2F2;
	max-width: 100%;
	border-radius: 8px;
}
li.catalog-page_col:hover{
	background: #fff;
	min-height: max-content;
}
ul.new-catalog-grid{
	gap: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 576px) {
	li.catalog-page_col:hover{
		box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
	}
	li.catalog-page_col:hover .subsection-menu-catalog {
		position: absolute;
		height: max-content;
		z-index: 9;
		background: #fff;
		width: 100%;
		margin-left: -20px;
		padding: 0 20px 20px 20px;
		/* box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1); */
	}
	li.catalog-page_col:hover .more-section-button{
		display: none;
	}
	li.catalog-page_col:hover .hide-more-sections{
		display: block;
	}
}
.subsection-menu-catalog.more-sections.more-active {
	position: absolute;
	height: max-content;
	z-index: 99;
	background: #fff;
	width: 100%;
	margin-left: -20px;
	padding: 0 20px;
	/* box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1); */
}
/* .subsection-menu-catalog.more-sections.more-active .more-section-button{
	display: none;
} */
.subsection-menu-catalog.more-sections.more-active .hide-more-sections{
	display: block;
}

.catalog-page__link:hover {
    transition: .12s;
    transform: scale(1) !important;
}
.subsection-menu-catalog.more-sections .more-section-button{
	background: url('/images/arrow4.svg') no-repeat;
	background-position: center bottom;
	width: 100%;
	height: 25px;
	margin-top: 20px;
	cursor: pointer;
	position: absolute;
    bottom: 0;
}
.hide-more-sections{
	display: none;
}
.more-section-hidding{
	display: none;
}
.subsection-menu-catalog.more-sections.more-active .more-section-hidding{
	display: block;
	width: 100%;
	height: 25px;
	margin-top: 20px;
	background: url('/images/arrow3.svg') no-repeat;
	background-position: center bottom;
	transform: rotate(180deg);
	cursor: pointer;
}
.more-section-button.little-three{
	display: none;
}
.catalog-page__image{
	mix-blend-mode: darken;
}
@media (max-width: 1200px) {
	ul.new-catalog-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	li.catalog-page_col:hover {
		background: #fff;
		min-height: 449px;
	}
}
@media (max-width: 992px) {
	ul.new-catalog-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.subsection-menu-catalog a {
		font-size: 14px;
	}
	.subsection-menu-catalog div {
		line-height: 20px;
	}
	li.catalog-page_col:hover {
		background: #fff;
		min-height: 442px;
	}
	.section-name-text {
		height: 65px;
	}
}
@media (max-width: 576px) {
	.catalog-page_col.col-sm-4 {
		max-width: 100%;
		height: auto;
		padding: 0;
		border-radius: 4px;
	}
	.section-name-text {
		height: 30px;
	}
	.subsection-menu-catalog a {
		font-size: 13px;
	}
	.subsection-menu-catalog div {
		line-height: 16px;
		margin: 3px 0;
	}
	.catalog-page__link {
		padding-bottom: 10px;
	}
	p.section-name-text {
		font-size: 13px;
		padding-top: 0 !important;
		line-height: 18px;
		max-width: 70%;
	}
	.subsection-menu-catalog.more-sections .more-section-button {
		margin-top: 10px;
	}
	.subsection-menu-catalog.more-sections.more-active .more-section-hidding {
		margin-top: 10px;
	}
	ul.new-catalog-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		padding: 0 2rem;
	}
	.subcategory-link{
		display: none;
	}
	.subsection-menu-catalog{
		height: auto;
	}
	.new-catalog-grid .catalog-page__link{
		flex-direction: row;
		justify-content: flex-start;
		align-items: baseline;
		gap: 20px;
		padding: 10px;
	}
	.new-catalog-grid .catalog-page__link img{
		max-width: 60px;
		max-height: 60px;
	}
	.new-catalog-grid .catalog-page__image {
		height: auto;
	}
	.subsection-menu-catalog.more-sections .more-section-button {
		width: 25px;
		height: 25px;
		margin-top: 0;
		top: -55px;
		visibility: visible;
		right: 10px;
	}
	.subsection-menu-catalog {
		overflow: visible;
	}
	li.catalog-page_col:hover {
		background: #F2F2F2;
		min-height: auto;
	}
	.subsection-menu-catalog.more-sections.more-active .subcategory-link {
		display: block;
	}
	.subsection-menu-catalog.more-sections.more-active {
		position: relative;
		width: -webkit-fill-available;
		margin-left: 0;
		padding: 10px;
	}
	.subsection-menu-catalog.more-sections.more-active .more-section-button{
		transform: rotate(180deg);
	}
	.more-section-button.little-three {
		display: block;
	}
}
@media (max-width: 500px) {
	.new-catalog-grid .catalog-page__image {
		height: auto !important;
	}
}
/* End */


/* Start:/local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17123288921326*/
.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 */
/* /local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/style.css?17555008128177 */
/* /local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?171758698713116 */
/* /local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/bitrix/catalog.compare.list/.default/style.css?17123288921326 */
