

/* Start:/local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/style.css?17494464657880*/
.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;
}
.itemInfo{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	flex: 1 0 0;
}
.itemInfo span{
	color: #3F3F3F;
	font-family: "Museo Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
}



.bannercheck{
	display: block;
}
.bannercheck_992,
.bannercheck_768,
.bannercheck_576,
.bannercheck_375{
	display: none;
}
@media (max-width:1200px){
	.sectBlockInfo {
		display: flex;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		flex-direction: column;
	}
	.bannerSectionBlock .infoBlock{
		padding: 20px;
	}
	.sectBlockInfo{
		padding-bottom: 15px;
	}
}
@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 */
/* /local/templates/ipdesign_market_bitrix/components/bitrix/catalog/catalog/style.css?17494464657880 */
