

/* Start:/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/style.css?171135855417477*/
.tink_pay_ban_cat{
	text-align: center;
	width: calc(100% - 10px);
	background-color: #e4e4e4;
	border: 2px solid #dadada;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin: 10px 5px;
	border-radius: 4px;
	font-weight: 700;
}
.flex-title{
	display: flex;
	align-items: center;
}
.ya-share2{
	/* margin: 10px auto;
	margin-bottom: 30px;
	text-align: center; */
	margin: auto 10px;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
	background: none !important;
	border: none !important;
}
@media screen and (max-width: 600px){
	.flex-title{
		flex-wrap: wrap;
	}
	.ya-share2{
		/* margin: auto; */
		margin-bottom: 10px;
	}
}

.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}


/* 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;
}
@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 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

ul.catalog-section-list-tile-list li{
	width: 200px;
	height: 400px;
	display: inline-block;
	vertical-align: top;
}




/* after adding active class */
.rightPanelx{
	position: relative;
  }

.rightPanelx .filterBlock{
	width: 135px;

	position: fixed;
	top: 50px;
	right: 0;
	background: #0081de;
	transition: all 0.3s linear;
	height: calc(100vh - 50px);
	z-index:99;
  }
  .rightPanelx.active .filterBlock{

  width: calc(0.3*(100vw - 135px));
	overflow-x: hidden;
  overflow-y: scroll;
}
.rightPanelx .filterBlock:before,
.rightPanelx .filterBlock:after{
	display: none;
}

.rightPanelx:before{
	display: none;
}
.rightPanelx.active:before{
	content: '';
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 31;
	display: block;
}
.closeFilter{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.closeFilter:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 20px;
	background: #fff;
	transform: rotate(-45deg);
}
.closeFilter:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
}
.rightPanelx .closeFilter{
	display: none;
}
.rightPanelx.active .closeFilter{
	display: block;
}
  .pb-4.col{
	  padding: 0;
  }
  .pb-4.col.smart-filter{
	  margin-right: 0;
  }


  /*свойства и баннер*/

.diffInfo{
	opacity: 1;
	display: flex;
	/*margin-bottom: 20px;*/
	justify-content: space-between;
}
.paramsBlock{
	padding: 0 20px;
	/*margin-bottom: 20px;*/
}
.paramsBlock .brandcat,
.paramsBlock .typecat,
.paramsBlock .nazncat{
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 0;
}
/*.paramsBlock .brandcat{
color: #0095ff;;
}
.paramsBlock .nazncat{
color: #ff0059;
padding-top: 10px;
}
.paramsBlock .typecat{
color: #00bb5d;
padding-top: 10px;
}*/
.paramsBlock span.cat-title{
	display: inline-block;
	color: #000;
	margin-right: 10px;
}
.paramsBlock a{
	display: inline-block;
	color: #616161;
	font-weight: 400;
	font-size: 12px;
	padding: 5px 10px;
	margin: 3px 10px 3px 0;
	text-transform: uppercase;
	/*background: #ededed;*/
	border-radius: 2px;
	font-weight: 700;
	border: 1px solid #999;
	transition: all 0.5s ease;
}
.paramsBlock .brandcatBlock,
.paramsBlock .typecatBlock,
.paramsBlock .nazncatBlock{
	margin-bottom: 20px;
}
/*.paramsBlock .brandcatBlock a:hover,
.paramsBlock .brandcatBlock a.active{
	border-color: #0095ff;
	color: #0095ff;
	text-decoration: none;
	background: rgba(0, 149, 255, 0.05);
	text-shadow: 0 0 1px rgba(0, 149, 255, 0.5);
}
.paramsBlock .nazncatBlock a:hover,
.paramsBlock .nazncatBlock a.active{
	border-color: #ff0059;
	color: #ff0059;;
	text-decoration: none;
	background: rgba(255, 0, 89, 0.05);
	text-shadow: 0 0 1px  rgba(255, 0, 89, 0.5);
}
.paramsBlock .typecatBlock a:hover,
.paramsBlock .typecatBlock a.active{
	border-color: #00bb5d;
	color: #00bb5d;
	text-decoration: none;
	background: rgba(0, 187, 93, 0.05);
	text-shadow: 0 0 1px rgba(0, 187, 93, 0.5);
}*/

.paramsBlock .brandcatBlock a:hover,
.paramsBlock .nazncatBlock a:hover,
.paramsBlock .typecatBlock a:hover{
	background-color: #d9f4ff;
	color: #1e93eb;
	border: 1px solid #1e93eb;
}


.paramsBlock .brandcatBlock a.active,
.paramsBlock .nazncatBlock a.active,
.paramsBlock .typecatBlock a.active{
	color: #1e93eb;
	border: 2px solid #1e93eb;
}

.picdatasmall .nazncatBlock{
	display: flex;
	flex-wrap: wrap;
}
.picdatasmall a{
	display: flex;
	flex-direction: column;
	width: 100px;
	background: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;	
	border-bottom: 1px solid #fff;
}
.paramsBlock .picdatasmall .nazncatBlock a:hover{
	background: #ededed;
	text-decoration: none;
	color: #333;
}
.catalogBanner{
	min-width: 50%;
	display: flex;
}
.catalogBanner a{
	margin: auto;
}
.catalogBanner img{
	width: 100%;
	height: auto;
}

/*рекомендуемые recom*/
.catRecommend{
	/*background: rgb(255, 251, 210);*/
	border-radius: 10px 0 0 0;
	display: flex;
	/*flex-direction: column;*/
	/*justify-content: space-around;*/
	min-width: 50%;
	max-width: 450px;
	flex-wrap: wrap;
	padding: 0 20px;
	/*min-width: 320px;*/
}
.catRecommend h3{
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	/*text-align: center;*/
	width: 100%;
}
h3.cat-rec-title{
	text-transform: uppercase;
	color: #333;
	font-size: 20px;
	padding: 0 20px;
	width: 100%;
}
#j-slider{
	display: flex;
	flex-wrap: wrap;
}




.recomItem{
	display: flex;
	margin: 10px auto;
	/*width: 30%;
	min-width: 180px;*/
	height: 170px;
	/*line-height: 60px;*/
	justify-content: space-between;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.recomItem > div{
	background-position: left;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.recomItem:hover > div{
	background-size: 130%;
}
/*.recomItem .image{
	height: 60px;
	width: 60px;
	margin-right: 0;
	overflow: hidden;
	background: #fff;
}
.recomItem .image img{
	height: 60px;
	width: auto;
}*/
.recomItem .text{
	position: absolute;
	background: #00000020;
	/*padding: 10px;*/
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	top: 0;
}
.recomItem .text span{
	display: block;
	z-index: 1;
	position: relative;
	background: #00000080;
	padding: 10px;
	/*margin: 10px;*/
	margin-top: 105px;
	font-size: 14px;
}
.recomItem .text span div{
	display: inline-block;
	padding: 0 5px;
	background-color: #E60026;
}




/*


.recomItem{
	display: flex;
	margin: 10px auto;
	/*width: 120px;*/
	/*min-width: 180px;*//*
	height: 180px;
	/*line-height: 60px;*//*
	justify-content: space-between;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	position: relative;
	border:1px solid #E60026;
	padding-bottom: 10px;
	transition: all 0.3s ease;
}
.recomItem:hover{
	box-shadow: 0 3px 7px #E6002650;
}
.recomItem > div{
	/*background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;*//*
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
/*.recomItem:hover > div{
	background-size: 130%;
}*/
/*.recomItem .image{
	height: 60px;
	width: 60px;
	margin-right: 0;
	overflow: hidden;
	background: #fff;
}*//*
.recomItem img{
	max-width: 100px;
	max-height: 100px;
	height: auto;
	width: auto;
	margin: 5px;
	
}
.recomItem .text{
	color: #333;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px;
	
}
.recomItem .text span{
	font-size: 13px;
}
.recomItem .text span div{
	display: inline-block;
	padding: 0 5px;
	background-color: #E60026;
	border-radius: 3px;
	color: #fff;
}
/*.recomItem .text:after{
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	background: #ededed;
	transform: rotate(45deg);
	right: 0;
	top: 0;
	margin-right: -30px;
	z-index: 0;
}
.recomItem:hover{
	color:#fff;
	border: 1px solid  #00a55e;
	font-weight: 700;
}
.recomItem:hover .text,
.recomItem:hover .text:after{
	background:  #00a55e;
}*/
@media screen and (max-width: 1024px) {
	.catRecommend{
		margin: 0 10px;
		min-width: 40%;
	}
	.recomItem{
		min-width: 150px;
	}
	/*.recomItem .text span{
		font-size: 12px;
	}*/
}







@media screen and (max-width: 1300px) {

	/*.paramsBlock{
		display:flex;		
	}
	.nazncatBlock{
		width: 40%;
	}
	.picdatasmall .nazncatBlock{
		width:100%;
	}
	.typecatBlock,
	.brandcatBlock{
		width: 30%;
	}*/
	.nazncatBlock a,
	.typecatBlock a,
	.brandcatBlock a{
		font-size: 12px;
	}
	.catalogBanner{
		width: 70%;
		margin: 20px auto;
	}
}
@media screen and (max-width: 1024px) {
	.diffInfo
	{
		flex-direction: column;
		justify-content: space-around;
	}
	.catRecommend{
		width:100%;
		min-width: auto;
		border-radius: 0;
		margin: 0;
	}
	.catRecommend{
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.paramsBlock
	{
		flex-direction: column;
	}

}

@media screen and (max-width: 380px) {
	#j-slider .slick-slide{
		margin: 0 20px;
		height: 250px;
	}
}



.geo-info-block{
	margin: 20px auto;
	width: 100%;
	cursor:default;

}
.geo-info-block h2{
	text-align: center;
}
.geo-info-block .geo-table{
	display: table;
	margin: 20px auto;
}
.geo-info-block .geo-table .t-row{
	display: table-row;
	border-bottom: 1px solid #dadada;
}
.geo-info-block .geo-table .t-row:nth-child(odd){
	background-color: #ededed;
}
.geo-info-block .geo-table .t-row:hover{
	background-color: #E60026;
	color: #fff;
}
.geo-info-block .geo-table .t-row.title{
	color: #E60026;
	font-weight: 700;
}
.geo-info-block .geo-table .t-row.title:hover{
	background-color: #ededed;
}
.geo-info-block .geo-table .t-row .t-td-name,
.geo-info-block .geo-table .t-row .t-td-param{

	display: table-cell;
	padding: 5px;
	border-right: 1px solid #dadada;
}
.geo-info-block .geo-table .t-row .t-td-param{
	text-align: center;
}

.term-description ul,
.term-description li{
	list-style-type: disc;
}
.term-description li{
	margin-left: 25px;
}
@media screen and (max-width:1024px) {
	.geo-info-block{
		overflow-x: scroll;
	}
	.geo-info-block .geo-table .t-row .t-td-name,
	.geo-info-block .geo-table .t-row .t-td-param{
		min-width: 60px;
	}
}

/* .delivery-cities {
	margin-left: 135px;
	width: calc(84.1% - 135px) !important;
} */


/* 
.bx-touch .screenFlow {
	margin-top: 110px;
}  */
.catalog-three-in-row{
	display: flex;
	margin: 0 20px;
}

.catalog-three-in-row .filter-section{
	margin: 0 auto;
	padding: 5px 5px 20px 5px;
	width: 22%;
	min-width: 280px;
	background: #f7f7f7;
	position: -webkit-sticky;
	position: sticky;
	top: 102px;
	height: calc(100vh - 102px);
	/* overflow-y: scroll; */
	display: flex;
	/*top: auto;*/
	flex-direction: column-reverse;
	justify-content: left;
	z-index: 95;
}
.catalog-three-in-row .filter-section .bx-filter{
	overflow-y: scroll;
}
.catalog-three-in-row .filter-section .bx-filter::-webkit-scrollbar {
	width: 5px;
}
.catalog-three-in-row .filter-section .bx-filter::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.catalog-three-in-row .goods-catalog-section{
	margin: 0 auto;
	width: 78%;
	/* overflow: hidden; */
}
/* .bx-touch .catalog-three-in-row .goods-catalog-section .help-cat{
	overflow: hidden;
} */
.help-cat{
	margin: 20px 0;
}
@media screen and (max-width: 1750px){
	.catalog-three-in-row .goods-catalog-section{
		width: calc(100% - 280px);
	}
}
@media screen and (max-width: 820px){
	.catalog-three-in-row{
		flex-direction: column;
		margin: 0;
	}
	.catalog-three-in-row .filter-section,
	.catalog-three-in-row .goods-catalog-section
	{
		width: 100%;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		height: fit-content;
	}
	.catalog-three-in-row .filter-section{
		display: flex;
		top: auto;
		flex-direction: column;
	}

}


.dynamic-banner{
	width: 100%;
}



/* 
.footer{
	width: 84.1% !important;
  }
  @media screen and (max-width: 1600px) {
	  
	.footer{
	  width:82.1% !important;
	}
  }
  @media screen and (max-width: 1400px) {
	.footer{
	  width: 80.1% !important;
	}
  }
  @media screen and (max-width: 1250px) {
	.footer{
	  width: 78.1% !important;
	}
  }
  @media screen and (max-width: 1100px) {
	.footer{
	  width: 100% !important;
	}
  } */

  @media screen and (max-width: 1100px) {
	.top-adv-menu{
	  width: 100% !important;
	}
  }

  .sorting{
	  display: flex;
	  margin: 10px auto;
	  padding: 0;
	  /* text-transform: uppercase; */
	  /* font-weight: 700; */
	  font-size: 14px;
	  line-height: 20px;
	  align-items: center;
	  flex-wrap: wrap;
	  justify-content: center;
  }
  .sorting a{
	  text-decoration: none;
  }
  .sorting .s-title{
	display: none;
  }
  .s-name,
  .s-pr-up,
  .s-pr-down,
  .s-new{
	padding-left: 25px;
	padding-right: 10px;
	margin: 5px;
	line-height: 18px;
	height: 20px;
	color: #333;
	border-radius: 5px;
	/* border: 1px solid #333; */
	/* text-transform: uppercase; */
	/* font-weight: 700; */
	font-size: 14px;
	transition: 0.3s;
	opacity: 0.5;
  }
  .s-name{
	  background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-name-down.svg) 5px center no-repeat;
	  background-size: 15px;
  }
  .s-pr-up{
	  background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-pr-up.svg) 5px center no-repeat;
	  background-size: 18px;
  }
  .s-pr-down{
	  background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-pr-down.svg) 5px center no-repeat;
	  background-size: 18px;
  }
  .s-new{
	  background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-new.svg) 5px center no-repeat;
	  background-size: 15px;
  }
  a.actived .s-name,
  a.actived .s-pr-up,
  a.actived .s-pr-down,
  a.actived .s-new,
  .s-name:hover,
  .s-pr-up:hover,
  .s-pr-down:hover,
  .s-new:hover{
	  /* background-color: #1e93eb; */
	  /* color: #fff;
	  border-color: #0077ff; */
	  opacity: 1;
  }
  /* a.actived .s-name,
  .s-name:hover{
	background: #dadada url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-name-down-w.svg) 5px center no-repeat;
	background: #dadada url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-name-down-w.svg) 5px center no-repeat;
	background-size: 17px;
}
a.actived .s-pr-up,
.s-pr-up:hover{
	background: #dadada url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-pr-up-w.svg) 5px center no-repeat;
	background: #999 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-pr-up-w.svg) 5px center no-repeat;
	background-size: 20px;
}
a.actived .s-pr-down,
.s-pr-down:hover{
	background: #dadada url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-pr-down-w.svg) 5px center no-repeat;
	background: #999 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-pr-down-w.svg) 5px center no-repeat;
	background-size: 20px;
}
a.actived .s-new,
.s-new:hover{
	background: #dadada /*url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-new-w.svg) 5px center no-repeat;
	background: #999 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/s-new-w.svg) 5px center no-repeat;
	background-size: 15px;
} */

  @media screen and (max-width: 1280px) {
	.sorting,
	.s-name,
	.s-pr-up,
	.s-pr-down,
	.s-new{
		font-size: 12px;
	}
}

h2.t-title{
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto;
	font-weight: 700;
}
.price-table-min{
	border: 1px solid #dadada;
	margin: 20px auto;
	cursor: default;
	/* width: 70%;
	max-width: 1100px;
	min-width: 320px; */
}
.price-table-min tr{
	border-bottom: 1px solid #ededed;
}
.price-table-min tr:hover{
	background-color: #ededed;
}
.price-table-min td{
	padding: 5px 10px;
}
.price-table-min thead{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	background: #ededed;
	color: #E60026;
	height: 30px;
	line-height: 30px;
}
.price-table-min td{
	width: fit-content;
	text-align: center;
}
.price-table-min td.t-name{
	width: 70%;
	max-width: 500px;
	min-width: 150px;
	text-align: left;
}

.second-panel a.phonex{
	margin: 10px 15px !important;
}



input#tab-right-block {
	display: none;
}
.tab-right-open{
	position: fixed;
	top: 60px;
	right: 10px;
	z-index: 115;
	background: #0077ff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/images/filter.png) 10px center no-repeat;
	background-size: 20px;
	color: #fff;
	display: block;
	width: fit-content;
	border-radius: 10px;
	padding: 5px 10px;
	padding-left: 40px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.tab-right-close{
	text-align: right;
	display: inline-block;
	/* margin: auto;
	margin-top: 10px; */
	/* margin-right: 10px; */
	background-color: #ededed;
	color: #333;
	width: fit-content;
	border-radius: 10px;
	padding: 5px 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	float: right;

}
input#tab-right-block ~ .area-filter{
	/*background: red;*/
	position: fixed;
	right: -120%;
	transition: 0.5s;
	z-index: 116;
	top: 50px;
	background: grey;
	color: #fff;
	width: 100%;
	max-width: 450px;
	height:100%;
}
input#tab-right-block:checked ~ .area-filter{
	background: linear-gradient(to right, #ededed, 1%, #fff);
	color: #000;
	overflow-y: auto;
	overflow-x: hidden;
	right: 0;
}
input#tab-right-block:checked ~ .area-filter > .sorting{
	padding: 20px;
	margin: 0;
	border: none;
}
input#tab-right-block:checked ~ .area-filter > .sorting .s-name, 
input#tab-right-block:checked ~ .area-filter > .sorting .s-pr-up, 
input#tab-right-block:checked ~ .area-filter > .sorting .s-pr-down, 
input#tab-right-block:checked ~ .area-filter > .sorting .s-new{
	opacity: 1;
}
@media screen and (max-width:1050px){
	.catalog-three-in-row{
		margin: 0;
	}
	.catalog-three-in-row .goods-catalog-section{
		width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.section.list/cat-root/style.css?17841269144429*/
.catalogSection{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: 16px;
	align-items: stretch;
	justify-content: start;
}
.catalogSection .catalog-section-list-item{
	display: flex;
	flex-direction: column;
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #e6e8ec;
	border-radius: 12px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.catalogSection .catalog-section-list-item:hover{
	border-color: #0081de;
	box-shadow: 0 6px 20px rgba(0, 129, 222, 0.15);
	transform: translateY(-2px);
}
.catalogSection .catalog-section-list-item:hover .catalog-section-list-item-link{
	color: #0081de;
}

.catalogSection .catalog-section-list-item-inner{
	display: flex;
	flex: 1 1 auto;
	align-items: flex-start;
	justify-content: center;
	padding: 12px 12px 16px;
	width: 100%;
}

@media (max-width: 767px) {
	.catalogSection{
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
		gap: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.catalogSection .catalog-section-list-item{ transition: none; }
	.catalogSection .catalog-section-list-item:hover{ transform: none; }
}

.catalog-section-list-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}

.catalogSection .catalog-section-list-item-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.35;
}

.catalog-section-list-item-link {
	vertical-align: middle;
	text-transform: uppercase;
	color: #333;
	line-height: 20px;
}

.catalog-section-list-item-counter {
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.catalog-section-list-item-description { font-size: 13px; }

.catalog-section-list-item-img {
	display: block;
	padding-top: 100%;
	width: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: 250ms linear all;
}

.catalog-section-list-item-img:hover { border-color: var(--theme-color-primary); }

/* region Line */
.catalog-section-list-line-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-line-list .catalog-section-list-item {
	display: flex;
	margin-bottom: 15px;
	align-items: flex-start;
}

.catalog-section-list-line-list .catalog-section-list-item-title { text-align: left; }

.catalog-section-list-line-img-container {
	padding-right: 15px;
	min-width: 75px;
	width: 75px;
}

.catalog-section-list-line-list .catalog-section-list-titles {
	margin: 0;
	line-height: 20px;
}

/*endregion*/

/*region Text */
.catalog-section-list-text-list {
	padding: 0;
	list-style: none;
	column-count: 3;
}

.catalog-section-list-text-list .catalog-section-list-item-title { text-align: left; }

@media (max-width: 767px) {
	.catalog-section-list-text-list { column-count: 1; }
}

/*endregion*/

/*region Tile */

.catalog-section-list-tile-list {
	padding: 0;
	list-style: none;
}

.catalog-section-list-tile-img-container { width: 100%; }

.catalogSection .catalog-section-list-tile-img-container {
	padding: 10px 10px 0;
}

.catalogSection .catalog-section-list-item-img {
	padding-top: 0;
	aspect-ratio: 3 / 4;
	border-radius: 8px;
	background-color: #f7f8fa;
}

@supports not (aspect-ratio: 3 / 4) {
	.catalogSection .catalog-section-list-item-img { padding-top: 133.333%; }
}

/*endregion*/

/* list */

.catalog-section-list-list { margin-bottom: 30px; }

.catalog-section-list-list .catalog-section-list-item {
	padding: 0;
	line-height: 16px;
}

.catalog-section-list-list .catalog-section-list-item:before { content: '' !important }

.catalog-section-list-list-title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

.catalog-section-list-list-link {
	white-space: nowrap;
	font-size: 13px;
}

.catalog-section-list-list-link:hover { text-decoration: none }

.catalog-section-list-list-title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .catalog-section-list-list .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .catalog-section-list-list .bx_catalog_line_title a { font-size: 12px; }
}

.catalog-section-list-list-title,
.catalog-section-list-list-link { transition: all 0.3s ease; }
/* End */
/* /bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/style.css?171135855417477 */
/* /bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.section.list/cat-root/style.css?17841269144429 */
