

/* 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/js/slick2/slick.css?17700089411797*/
/* Slider */
.slick-slider
{
    position: relative;

	/* display:block; */
	display: flex;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: auto;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/style.css?177027044674227*/

.for-zoom {
    display: flex;
    align-items: flex-start;
    /* gap: 12px; */
}
.els-images{
	width: 40%;
	display: flex;
	flex-direction: row;
}
.els-images .img-sl-slider{
	flex: 1;
	width: 300px;
	margin-bottom: 10px;
	height: 375px;
	text-align: center;
	background-color: #ededed;
}
.els-images .img-sl-slider img{
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
	margin: auto;
}
.els-images .img-sl-thumb{
	width: 100px;
	/* height: 300px; */
	overflow: hidden;
}
.els-images .img-sl-thumb img{
	width: auto;
	height: auto;
	max-height: 78px;
	max-width: 78px;
	margin: auto;
	
	/*max-width: 50px;*/
}
/* .els-images .img-sl-thumb .slick-slider{
	width: 100%;
} */
/* .els-images .img-sl-thumb .slick-slide{
	width: 50px;
	height: 80px;
	
} */
 /* .els-images .img-sl-thumb .slick-slider,
 .els-images .img-sl-thumb .slick-slider .slick-list{
	height: 300px;
 } */
  /* .slick-slider{
	display: flex;
  } */
.els-images .slide-thumb{
	width: 84px;
	height: 84px;
	border-radius: 5px;
	padding: 2px;
}
.els-images .img-sl-thumb .slick-slide.slick-current .slide-thumb{
	border: 2px solid #3C3F53;
}
.els-images .img-sl-slider .slick-arrow{
	position: absolute;
	top: 0;
	font-size: 50px;
	height: 100%;
	width: 30px;
	background-color: #0000002b;
	color: #fff;
	border: none;
	z-index: 10;
	cursor: pointer;
}
.els-images .img-sl-slider .slick-prev {
	left: 0;
}
.els-images .img-sl-slider .slick-next {
	right: 0;
}
.els-images .img-sl-thumb.stop .slick-track {
	transform: none !important;
}
.pure-zoom-container {
    position: relative;
    overflow: hidden; /* Скрываем то, что вылезает при увеличении */
    cursor: zoom-in;
    width: 100%;
    height: 100%;
}

.zoom-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-out; /* Плавность возврата */
    pointer-events: none; /* Чтобы события мыши пробрасывались на контейнер */
}

/* При наведении увеличиваем */
.pure-zoom-container:hover .zoom-img {
    transform: scale(2); /* Коэффициент увеличения (можно менять) */
    transition: transform 0s; /* Убираем задержку при движении за мышью */
}

/* Фоновое окно */
.custom-modal {
    display: none; 
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9); /* Темный фон */
    backdrop-filter: blur(5px); /* Размытие заднего фона */
}

/* Картинка внутри модалки */
.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    transition: transform 0.3s;
}

/* Кнопка закрытия */
.close-modal {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close-modal:hover {
    color: #bbb;
}

/* Анимация появления */
.modal-content {
    animation-name: zoom;
    animation-duration: 0.4s;
}

@keyframes zoom {
    from {transform: scale(0.5); opacity: 0;}
    to {transform: scale(1); opacity: 1;}
}

/* Обертка для основного фото, чтобы оставить место внизу под превью */
.modal-main-wrapper {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Контейнер с превью */
.modal-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    overflow-x: auto;
    max-width: 90%;
    margin: 0 auto;
}

/* Маленькие картинки в модалке */
.modal-thumb-item {
    width: 60px;
    height: 60px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.2s;
    opacity: 0.6;
}

.modal-thumb-item:hover {
    opacity: 1;
}

/* Активное превью */
.modal-thumb-item.active {
    border-color: #fff;
    opacity: 1;
    transform: scale(1.1);
}

/* Скроллбар для ленты (опционально) */
.modal-thumbs::-webkit-scrollbar {
    height: 4px;
}
.modal-thumbs::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 10px;
}
/* Новая зона закрытия — растянута на весь экран */
.modal-close-zone {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

/* Контейнер для тумб теперь зафиксирован снизу и имеет свой z-index */
.modal-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Полупрозрачный фон для читаемости */
    padding: 15px 0;
    z-index: 10000; /* Выше основного фона */
}

.modal-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}


@media screen and (max-width: 960px) {
	.els-images{
		width: 60%;
		display: flex;
		flex-direction: column;
		margin: auto;
	}
}

.img-sl-zoom{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
	display: none;
}
.img-sl-zoom .zoom-slider img{
	width: 300px;
}
.img-sl-zoom .zoom-slider img{
	width: 300px;
}
.img-sl-zoom .zoom-thumb-slider img{
	width: 50px;
}














.row.bx-blue{
	padding: 0;
	padding-right: 0 !important;
}
.elemBreadcrumb{
	margin: 10px 15px 10px 0;
	padding-left: 17%;
}

@media screen and (max-width: 1050px){
	.elemBreadcrumb,
	.bx-touch .elemBreadcrumb{
		margin-top: 0px;
	}
}
@media screen and (max-width: 450px) {
	.elemBreadcrumb,
	.bx-touch .elemBreadcrumb{
		margin-top: 0px;
	}
  }


  .screenFlow h1{
	font-size: 24px !important;
  }
.tink_btn{
	margin: 10px 5px;
	margin-left: 0;
	border: 2px solid #ffdd2d;
	background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/tin.svg) 95% center no-repeat;
	background-size: 55px;
	font-weight: 700;
	text-align: left;
	padding: 15px;
	padding-left: 9px;
	padding-right:85px;
	border-radius: 4px;
	display: inline-block;
	color: #333;
}
#tink_btn .modal-content{
	padding: 20px;
}
#tink_btn .modal-content .of_img{
	background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/of.gif) 95% center no-repeat;
	width: 300px;
	height: 300px;
	margin: 10px auto;
}
.screenFlow .elemTitle{
	display: flex;
	flex-direction: row;
}
.screenFlow .elemTitle .labelnew{
	/* background: #e60026; */
	background: #15c91c;
	border-radius: 5px;
	margin: auto 10px;
	padding: 2px 5px;
	font-weight: 700;
	color: #fff;
	text-transform: lowercase;
	font-size: 14px;
}
.price-graph{
	display: none;
	visibility: hidden;
	opacity: 0;
	border: 1px solid #dadada; 
	border-radius: 5px; 
	padding: 5px;
	margin: 10px 0;
}
.price-graph p{
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	color: #3C3F53;
}
.screenFlow .elemTitle h1{
	margin: 0;
	padding: 0;
}
.bx-catalog-element{
	padding-left: 17%;
	overflow: hidden;
}
.elemMainInfo{
	width: 100%;
	min-height: 300px;
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
		justify-content: space-between;
}
.mainGrid{
    /* width:66%; */
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.mainGrid.single-one{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
}
.imageAndInfo{
    display: flex;
	flex-direction: row;
	margin-right: 20px;
	margin-bottom: 20px;
}
.elemImage{
	position: relative;
	/*width: 35%;*/
	width: 40%;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
    margin-bottom: 30px;
}
/*.elemImage.full{
	/*width: 30%;*/
	/*width: 50%;
	border: 1px solid #dadada;
	border-radius: 5px;
}*/
.elemImageMain{
	width: 100%;
}
/*.elemImage.part.dop.netorg .elemImageMain{
	width: calc(70% + 20px);
}*/
.elemImageDop{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#picslider{
	width: 100%;
}
.elemImage.full	.elemImageMain{
	width: 100%;
}
.product-item-detail-slider-controls-block{
	display: flex;
}
.product-item-detail-slider-block{
	padding-top: 100%;
}
.elemImageDop .slick-track{
    display: block;
    width: 100%;
    /*justify-content: space-around;*/
    height: 135px;
}

.torgprtext{
	max-width: 400px;
    margin: 20px 0;
    /* text-transform: uppercase; */
    font-weight: 700;
    padding: 20px;
    background-color: #00aaee3b;
    border-radius: 10px;
}
.torgprtext span{
	background-color: #3C3F53;
	color: #fff;
	padding: 2px 7px;
	border-radius: 3px;
}
.torgprtext hr{
	border-style: none;
	border-top: 2px dotted #fff;
	margin: 5px 0 10px;
}

.torgInfo{
	display: flex;
	flex-direction: column;
	/*width: 30%;*/
    /* width: 60%; */
    width: 40%;
	margin: 0 0 0 20px;
    padding-bottom: 20px;
}

.torgInfo .fast-links{
	display: flex;
	flex-direction: row;
}

.ya-share2{
	line-height: 41px;
	display: inline-block;
	margin: auto 10px;
	margin-left: 0;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
	background: none !important;
	border: none !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more{
	padding: 4px 0 !important;
}

.torgInfo .mp{
	display: flex;
	flex-direction: row;
}
.torgInfo .mp > div{
	margin: 10px;
	margin-left: 0;
	padding-left: 22px;
	display: flex;
	flex-direction: row;
	/* position: relative; */
}
.torgInfo .mp > div.ozon{
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/ozon.png) left center no-repeat;
	background-size: 18px;
}
.torgInfo .mp > div.wb{
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/wb.png) left center no-repeat;
	background-size: 18px;
}
.torgInfo .mp .copy-btn{
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/copy.png) center bottom no-repeat;
	background-size: 16px;
	width: 20px;
	height: 20px;
	outline: 0;
	border: none;
	cursor: pointer;
}
.torgInfo .mp .copy-status{
	position: absolute;
	margin-top: 24px;
	background-color: #fff;
	color: #000;
	width: fit-content;
	font-size: 14px;
	border-radius: 3px;
}

.single-one .imageAndInfo{
	justify-content: flex-end;
}
.single-one .torgInfo{
	margin-left: 0;
}
.single-one .elemImage{
	margin-right: 0;
	width: 30%;
}
.priceInfo{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* border-bottom: 2px solid #dadada; */
	align-items: flex-start;
}
.price-manager{
	font-weight: 700;
	font-size: 24px;
	padding: 5px;
	background-color: #e2e2e2;
	border-radius: 5px;
	margin-bottom: 5px;
}
.priceInfo p{
	/* text-transform: uppercase; */
	/* margin-bottom: 10px; */
	font-size: 14px;
	text-align: center;
}
.priceMin{
	/* width: 30%;
    min-width: 200px; */
	/* width: 60%; */
	/* border-right: 2px dotted #dadada; */
	/* margin-right: 20px; */
	padding-bottom: 3px;
	display: flex;
	/* flex-direction: column; */
	/* margin: auto; */
	/* justify-content: center; */
	align-items: center;
	font-size: 20px;
}
.priceMin .value{
	/* font-size: 36px; */
	
	/*padding-bottom: 5px;*/
	
	margin: auto 0;
	display: flex;
	align-items: center;
	text-align: center;
	height: 50px;
}
#gettinged{
	/* font-weight: 700; */
	/* color: #e60026; */
	/* margin: auto; */
	display: flex;
	flex-wrap: nowrap;
}

.price-line{
	display: inline-block;
	/* font-size: 16px; */
	/* font-weight: normal; */
	color: #333;
	/* line-height: 18px; */
	margin: auto 7px;
	font-size: 14px;
	/* padding: 5px; */
	/* border: 1px solid #262f3e; */
	/* border-radius: 3px; */
	/* background-color: #edededcc; */
	
}
.price-line span{
	display: block;
	font-size: 20px;
	line-height: 16px;
}
.price-line strong{
	font-weight: normal;
}
/* 
.price-line:nth-child(2n-2){
	background-color: #fff;
}
.price-line span{
	color: #E60026;
	font-weight: 700;
	font-size: 20px;
} */

/* .priceMin,
.priceAmount{
	font-size: 20px;
} */

.priceAmount{
    /* min-width: 135px; */
	/* width: 40%; */
	display: flex;
	align-items: center;
	/*justify-content: center;*/
	/* padding: 0 20px;
	padding-left: 0;
	padding-bottom: 10px; */
	margin: auto 0;
	height: 50px;
	font-size: 24px;
}
.priceAmount .product-item-detail-price-current{
	color: #000;
}
.priceAmount p.block-title strong{
	font-size: 18px;
	color: #c30447;
	display: block;
}
.priceAmount{
  font-weight: 700;
}
.priceAmount span{
  font-weight: normal;
}
.flex-box{
	display: flex;
	flex-wrap: wrap;
}
.flex-box .datay{
	margin-right: 20px;
	min-width: 40%;
}
.parameters{
	padding-bottom: 20px;
	/* border-bottom: 2px solid #dadada; */
}
.parameters .product-item-scu-container-title{
	/* text-transform: uppercase; */
	font-size: 16px;
	margin: 10px 0;
}
.discountInfo{
	display: flex;
	flex-direction: column;
}
.discountInfo .product-item-detail-price-old{
	color: #bdbdbd;
	text-decoration: line-through;
	white-space: nowrap;
	font-weight: bold;
}
.discountInfo .product-item-detail-economy-price{
	color: #00b057;
	white-space: nowrap;
	font-weight: bold;
}

.online-payment{
	display: flex;
	flex-direction: column;
	border-left: 2px dotted #dadada;
}
.qr-code{
    /*width: 30%;*/
    min-width: 135px;
    padding-left: 20px;
    
    background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/qr-code-bikra.svg) 10px top no-repeat;
    background-size: 70px;
    padding-left: 90px;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 700;
	height: 70px;
}
.qr-code p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #289948;
}
.sber-online{
	border-radius: 30px;
	margin: 10px 0;
	display: inline-block;
	width: fit-content;
	border: 2px solid #3C3F53;
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/sber-online.png) 3px center no-repeat;
	color: #3C3F53;
	padding: 5px 15px;
	padding-left: 30px;
	transition: all 0.5s ease;
}
.sber-online span{
	font-weight: 700;
}
.sber-online:hover{
	color: #E60026;
	border-color: #E60026;
}

.online-payment{
	border-left: none;
	border-top: 2px dotted #dadada;
	width: 100%;
}
.qr-code{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 10px 5px;
	background-size: 65px;
	font-size: 14px;
}
.qr-code p{
	font-size: 16px;
}

#torg_offers .tabs-container{
	display: flex;
	flex-direction: row;

}
/* .parameters{
	margin-top: 50px !important;
} */
#torg_offers .off-tab-content,
.t-tab-content{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#torg_offers .prop-title{
	margin: 10px 0;
}
#torg_offers .tab,
#torg_offers .off-value,
.t-tab-block{
	background-color: transparent;
    color: #000;
    outline: none;
    border: 2px solid #ededed;
    text-align: center;
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
	margin: 5px 5px 0 0;
	cursor: pointer;
	width: fit-content;
}
#torg_offers .tab.active,
#torg_offers .off-value.active,
.t-tab-block.active{
	color: #000;
    border: 2px solid #0077ff;
    
}




/* @media screen and (max-width: 1700px) and (min-width: 1100px) and (orientation: landscape){
    .priceInfo{
        flex-wrap: wrap;
    }
	.online-payment{
		border-left: none;
		border-top: 2px dotted #dadada;
		width: 100%;
	}
    .qr-code{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-position: 10px 5px;
		background-size: 65px;
        font-size: 14px;
    }
    .qr-code p{
        font-size: 16px;
    }
} */
@media screen and (max-width: 1000px) and (orientation: portrait){
    .priceInfo{
        flex-wrap: wrap;
    }
	.online-payment{
		border-left: none;
		border-top: 2px dotted #dadada;
	}
    .qr-code{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-position: 10px 5px;
		background-size: 65px;
        font-size: 14px;
    }
    .qr-code p{
        font-size: 16px;
    }
	.online-payment{
		border-left: none;
		border-top: 2px dotted #dadada;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px){
	.priceInfo {
		flex-wrap: nowrap;
	}
	.online-payment{
		/* border-left: 2px dotted #dadada;
		border-top: none; */
		padding-left: 20px;
	}
	.sber-online{
		font-size: 14px;
	}
}

@media screen and (max-width: 450px) {
	.priceMin{
		min-width: auto;
		width: fit-content;
		padding: 10px;
		margin-right: 0;
	}
	/* .priceMin .value,
	.priceAmount .product-item-detail-price-current{
		font-size: 28px;
	} */
	.priceAmount{
		padding: 0 5px;
	}
	.sber-online{
		font-size: 14px;
	}
	.gettingarea{
		margin-top: 10px;
	}
}
@media screen and (max-width: 390px) {
	.priceMin{
		min-width: auto;
		width: fit-content;
		padding: 10px;
		margin-right: 0;
	}
	/* .priceMin .value,
	.priceAmount .product-item-detail-price-current{
		font-size: 28px;
	} */
	.priceAmount{
		padding: 0 5px;
	}
	.sber-online{
		font-size: 14px;
	}
	.gettingarea{
		margin-top: 10px;
	}

}






.summary{
	/* display: flex;
	flex-direction: row;	
	padding: 10px 0;
	align-items: center; */
}
.summary .count{
	display: flex;
	flex-direction: row;	
	align-items: end;
    flex-wrap: wrap;
	/* width: 35%; */
	margin-left: 10px;
}
.summary .count > div{
    /*margin-bottom: 20px;*/
}
.product-item-amount-field-containerx{
	/* padding-top: 11px;
    min-width: 170px;
    margin-right: auto; */
	
    /* height: 60px; */
    display: flex;
    /* flex: auto; */
    align-items: end;
	margin-left: 5px;

}
.actions{
	display: flex;
	flex-direction: row;

}
.may-to-order{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.nalichie.zakaz{
	font-weight: 700;
	margin-left: 20px;
}
@media screen and (max-width: 410px){
	.nalichie.zakaz{
	padding-left: 0;
	text-align: center;
	}
}
.nalichie.zakaz span{
	font-size: 20px;
	color: #c30447;
}
.dopInfo{
	display: flex;
	flex-direction: column;
	width: 33%;
	min-width: 290px;
	/* background: #f7f7f7; */
	/* padding: 20px; */
	/*margin-left: 20px;*/
}
.delivery-frame{
	background: #f7f7f7; 
	    border: 20px solid #f7f7f7;
}
.dopInfo > div{
	margin:0;
	position: relative;
	padding-left: 25px;
}
.dopInfo > div.cart-container,
.dopInfo > div.gettingarea{
	padding: 0;
}
.dopInfo > div.cart-container {
	border: 1px solid #dadada;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.dopInfo > div.cart-container .may-to-order,
.dopInfo > div.cart-container .count{
	transform: scale(0.8);
}
.dopInfo > div.cart-container .summary .count{
	transform: scale(1);
}
.dopInfo > div.cart-container .summary .count .quantityof .bootom_list_flow div{
	transform: scale(0.9);
}
.before-block{
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.instock{
	line-height: 41px;
}
.instock span{
	font-weight: 700;
}
.instock span.bird{
	color: #fff;
	background-color: #4bd151;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 20px;
	height: 20px;
	margin: auto;
	line-height: 20px;
	margin-right: 5px;
}



.dopLinks{
    display: flex;
    flex-wrap: wrap;
	padding-left: 0;
}
.dopLinks > div{
    margin: 10px 0;
	margin-right: 20px;
	display: flex;
	align-items: end;
	border-bottom:1px solid #333;
}

.dopLinks > div > a{
	color: #333;
	/* text-decoration: underline; */
}
.dopLinks > div > a:hover{
	color: #e60026;

}
.dopLinks > div:hover{
	border-color: #e60026;
}
.dopLinks > div.video{
    margin: 5px 5px;
}
form#modvideo{
	max-width: 270px;
}


button.viewVideo{
	background: #52ac62;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 5px;
	border: none;

	font-size: 16px;
	cursor: pointer;
	text-align: left;
}
/*.dopInfo > div:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	border: 1px solid #3080da;
}
button.viewVideo:before{
	margin-left: -25px;
	margin-top: 5px;
}*/
/* .optDiscount a,
.viewReviews a{
	background: #3080da;
	color: #fff;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 5px;
} */
.shortDesc{
	border-left: 2px dotted #3080da;
	margin:0 0 5px 7px !important;
	color: #194474;
	padding-left: 10px;
}
.shortDesc:before, .yandexIcon:before{display: none;}
/* .readDecription a,
.viewChars a{
	color: #194474;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #3080da;
}
.readDecription  a:hover,
.viewChars a:hover,
button.viewVideo:hover,
.optDiscount a:hover,
.viewReviews a:hover{
	background: #c30447;
	color: #fff;
	border-color: transparent;
} */
/*.yandexIcon{
	width: 120px;
	max-width: 120px;
	height: 41px;
	background: #fff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/ya-raiting.png) center center no-repeat;
	background-size: 100px;
	border-radius: 5px;
}*/
/* .dopLinks > div, .dopLinks > div.readDecription a, .dopLinks > div.viewChars a, .dopLinks > div.optDiscount a, .dopLinks > div.viewReviews a{
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	
} */
@media screen and (max-width: 1024px){

	.dopLinks a{
		font-size: 14px;
	}
	button.viewVideo{
		padding: 7px 10px;
		font-size: 12px;
	}
	.bx-breadcrumb{
		margin: 0 20px !important;
	}
}



.elemAttributes{
	display: flex;
	flex-direction: row;
	background-color: #fff;
}
.svoistva{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 20px;
}
.svoistva.part{
	width: 70%;
}
.svoistva.full{
	width: 100%;
}

.recomtabs{
	padding-right: 20px;
	/*display: none;*/
}
.recomtabs h5,
.buydata h5{
	margin: 0 auto;
	padding: 10px;
	/* text-transform: uppercase; */
	font-size: 20px !important;
	font-weight: normal;
	text-transform: none !important;
	text-align: left !important;
}
.tabs-area{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #ededed;
}
.tabs-area > div{
	margin: 10px;
	padding: 5px 10px;
	position: relative;
	border-radius: 5px;
	transition: all 0.5s ease;
	/* text-transform: uppercase; */
	/* font-size: 14px; */
}
.tabs-area > div:hover{
	background-color: #ededed;
	cursor: pointer;
}
.tabs-area .vis-active,
.tabs-area .vis-active:hover{
	background-color: #E60026;
	color: #fff;
}
.tabs-area .vis-active:after{
	content: '';
    position: absolute;
    bottom: 0;
    margin-bottom: -13px;
    width: 100%;
    height: 4px;
    left: 0;
    background-color: #E60026;
    border-radius: 10px;
}
#recommendTabs{
	display: flex;
	overflow: hidden;
}
.mini-item{
	/* border-radius: 10px; */
	border: 1px solid #ededed;
	transition: 0.5s;
	margin: 10px;
	max-width: 210px;
	/* background-color: #ededed; */
	padding-bottom: 10px;
}
.mini-item:hover{
	box-shadow: 0 2px 5px #999;
}
.mini-item img{
	border-radius: 8px 8px 0 0;
}
.mini-item .mi-title{
	text-align: center;
	font-weight: 700;
	/* text-transform: uppercase; */
	display: block;
	padding: 10px 5px;
}
.mini-item .mi-title a{
	color: #3C3F53;
}
.mini-item .mi-title a:hover{
	text-decoration: underline;
}
.item-properties{
	font-size: 15px;
	font-style: italic;
	line-height: 15px;
	margin-bottom: auto;
	color: #3c3f53;
	margin-bottom: 10px;
	text-align: left;
}
.prop-item{
	padding-left: 20px;
	position: relative;
}
.prop-item:before,
.prop-item:after{
	content: '';
	position: absolute;
	width: 3px;
	height: 10px;
	background-color: #009448;
	left: 7px;
	top: 3px;
	border-radius: 5px;
}
.prop-item:before{
	transform: rotate(45deg);
	margin-left: 4px;
}
.prop-item:after{
	transform: rotate(-45deg);
	height: 5px;
	margin-top: 5px;
}
.prices-link{
	display: flex;
}
.prices-link .product-item-price-current span.priceSize{
	padding: 0 5px;
	color: #000;
	font-weight: 700;
}
.link-more{
	margin: auto;
	margin-right: 5px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background-color: #3C3F53;
	border-radius: 5px;
	text-align: center;
}
.link-more:hover{
	background-color: #000;
}
.link-more a{
	color: #fff;
}


.bx-touch .popup-window,
.bx-touch .popup-window-overlay{
	display: none !important;
}
.modal-area{
	display: none;
	position: fixed;
	background-color: #fff;
	width: calc(100% - 20px);
	height: calc(100% - 120px);
	top: 60px;
	left: 50%;
	z-index: 1055;
	overflow: hidden;
	border-radius: 10px;
	max-width: 500px;
    transform: translate(-50%, 0);
}

.modal-area-overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #33333399;
	z-index: 1040;
}
.modal-area .close-button{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #262f3e;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.modal-area .close-button:before,
.modal-area .close-button:after{
	content: '';
	position: absolute;
	top: 5px;
	left: 14px;
	width: 2px;
	height: 20px;
	background-color: #fff;
	transform: rotate(-45deg);
}
.modal-area .close-button:after{
	transform: rotate(45deg);
}
.modal-area h3{
	margin: 10px;
	/* text-transform: uppercase; */
	padding-right: 40px;
	color: #E60026;
}
.modal-area .good-block{
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 7px #dadada;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 10px;
}
.modal-area .good-block .m-title{
	font-size: 18px;
	/* text-transform: uppercase; */
	font-weight: 700;
	color: #262f3e;
}
.modal-area .good-block a{
	color: #e60026;
	position: relative;
	padding-left: 40px;
	line-height: 30px;
	height: 32px;
	font-weight: 700;
	border: 1px solid #e60026;
	box-sizing: border-box;
	border-radius: 5px;
	width: 190px;
	margin-top: 10px;
}
.modal-area .good-block a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius: 5px 0 0 5px;
	background: #e60026 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/line-cart.png) center center no-repeat;
	background-size: 20px;
}
.modal-area h4{
	margin: 5px 10px;
	/* text-transform: uppercase; */
	text-align: center;
}
#listcatresm {
	user-select: none;
	max-height: 100%;
	overflow-x: auto;
	overflow-y: visible;
	scrollbar-width: none;
	height: calc(100% - 60px);
}
#listcatresm::-webkit-scrollbar{
	width: 0;
	height: 0;
}
#listcatresm #recommendTabs{
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 90px;
}
#listcatresm .mini-item{
	width: 90%;
	max-width: 90%;
	height: 100px;
	border: none;
	display: flex;
	flex-direction: row;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	margin: 5px 10px;
}
#listcatresm .mini-item .info{
	width: calc(100% - 100px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#listcatresm .mini-item .mi-title {
    text-align: left;
    font-weight: 400;
    text-transform: inherit;
    display: block;
    padding: 5px;
}
#listcatresm .mini-item .prices-link{
	margin-bottom: 5px;
	padding-right: 10px;
}
#listcatresm .link-more{
	background-color: #262f3e;
}
#listcatm.tabs-area{
	flex-wrap: nowrap;
	user-select: none;
	max-width: 100%;
	overflow-x: visible;
	overflow-y: auto;
	scrollbar-width: none;
	align-items: center;
	height: 72px;
}
#listcatm.tabs-area::-webkit-scrollbar{
	width: 0;
	height: 0;
}
.modal-area .tabs-area > div{
	border: 1px solid #dadada;
}


.osobennye{
	background: #fffcde;
	padding: 20px;
	margin-right: 20px;
}
.osobennye h5{
	position: relative;
	margin: 0 auto;
	width: 200px;
	color: #00aaee;
	background: #fff;
	border: 1px solid #00aaee;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 16px;
	margin-top: -24px;
	margin-bottom: 20px;
}
.pluses-list.withIcons{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
}
.pluses-list.withIcons li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 10px;
	width: 140px;
}
.pluses-list.withIcons li img{
	margin: 0 auto;
	position: relative;
}

.pluses-list.withIcons li span{
	text-align: center;
	/* text-transform: uppercase; */
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
}
.preimusch{
	border: 2px dotted #dadada;
	margin: 20px 20px 0 0;
	padding: 20px 10px;
}
.preimusch h5{
	position: relative;
	margin: 0 auto;
	width: 200px;
	color: #fff;
	background: #db0d4c;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 16px;
	margin-top: -24px;
	margin-bottom: 20px;
}
.plusItems{
	display: flex;
	flex-direction: row;

}
.plusItems div{
	width: 25%;
	margin: 10px auto;
	max-width: 250px;
}
.plusItems div img{
	width: 100%;
	height: auto;
}
.primenenie{
	padding: 20px;
	width: 30%;
	min-width: 320px;
	display: flex;
	flex-direction: column;
}
.primenenie h5{
	font-size: 18px;
	/* text-transform: uppercase; */
	margin-bottom: 20px;
}
.primenenie .primen{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.primenenie .primen span{
	margin-left: 10px;
	font-weight: 700;
	/* text-transform: uppercase; */
	font-size: 14px;
}
.elemDecript{
	display: flex;
	flex-direction: row;
}
.elemDecript iframe{
	width: 100%;
}
.descript{
	width: calc(67% - 20px);
	margin-right: 20px;
	/* background: #ededed70; */
	padding: 20px;
}
.descript h5{
	/* text-transform: uppercase; */
	font-size: 20px;
	margin-bottom: 20px;
}
.descript ul,
.descript ul li{
	list-style-position: inside;
}

.charsAll{
	width: 33%;
	background: #eef6ff;
	padding-bottom: 20px;
}
.charsAll  h5{
	/* text-transform: uppercase; */
	font-size: 20px;
	margin: 20px;
}
.charsAll ul{
	list-style-type: none;
}
.charsAll ul li{
	padding: 3px 20px;
}
.charsAll ul li:nth-child(2n-1){
	background: #d7eaff;
}
.charsAll ul li span.propName,
.charsAll ul li span.product-item-detail-properties-name{
	font-weight: 700;
}
.charsAll ul li span.product-item-detail-properties-name{
	display: block;
}
.otzyvy{
	max-width: 1200px;
	margin: 20px auto;
}
.otzyvy #reviews-statistics h3{
	color: #00b057;
	font-weight: normal !important;
	/* text-transform: uppercase; */
}
.otzyvy  #reviews-statistics .reviews-scale-full{
	background: #00b057;
}
.otzyvy .col-sm-16.col-sm-offset-4.text-center.border{
	width: 50%;
	min-width: 250px;
	margin: 0 auto;
}
.otzyvy #reviews-body .add-reviews{
	margin: 0;
	padding: 0;
}
.otzyvy #reviews-statistics .reviews-count-block{
	margin: auto;
}
.otzyvy #reviews-statistics .col-sm-8.col{
	width: 90%;
}
.otzyvy #reviews-statistics .review-line{
	display: flex;
	align-items: center;
	justify-content: center;
}
.otzyvy #reviews-statistics .col{
	width: 50%;
}
/* .otzyvy .add-reviews .spoiler{
	background: #00b057;
	border-radius: 5px;
	box-shadow: none;
	border: none;
} */
/* .otzyvy .add-reviews .spoiler-input{
	background: none;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
	padding: 15px 25px;
	font-weight: 700;
	font-size: 14px;
} */
.otzyvy #reviews-body .list .shopanswer .username{
	color: #00b057;
}
.otzyvy #reviews-body .item img,
.col-sm-8.user-info {
    display: none;
}
.otzyvy #reviews-body .item .text {
	position: relative;
}
.otzyvy .add-reviews .spoiler{
	border: none;
	box-shadow: none;
	padding: 0;
	background: none;
	float: left;
}
.otzyvy .add-reviews .spoiler-input{
	background-color: #3C3F53;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 5px auto;
}
#hideform {
    display:none;
}
.modal-open .modal #hideform {
    display:block;
}
.modal#fastclick{
	text-align: center;
	padding: 20px;
	font-weight: 700;
	/* text-transform: uppercase; */
	font-size: 14px;
	color: #333;
}
.modal#fastclick .modal-header h3{
	color: #0081de;
}
.modal#fastclick .modal-dialog{
	max-width: 300px;
}
.modal#fastclick .modal-dialog .modal-content{
	padding: 50px 20px;
}
.modal#fastclick input[type=text]{
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #dadada;
	margin: 10px auto;
	min-width: 200px;
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	outline: none;
}
.modal#fastclick input[type=button]{
	position: relative;
	display: block;
	margin: 10px auto;
	max-width: 180px;
	width: 100%;
	font-weight: bold;
	/* text-transform: uppercase; */
	background: #0081de url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/oneClick.png) 12px center no-repeat;
	background-size: 20px;
	padding: 15px 20px;
	padding-left: 35px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	height: 50px;
	border: none;
	cursor: pointer;
}
.modal#fastclick input[disabled=disabled]{
	background: #dadada;
}
.modal#fastclick .atten-mess{
	margin: 15px auto;
	margin-bottom: 30px;
	color: #c30447;
	font-size: 12px;
}
.modal#fastclick .atten-mess.thx{
	margin: auto;
	color: #333;
	font-size: 14px;
}
/*region Sidebar */

.product-item-detail-pay-block {
	position: relative;

}


/*endregion*/

/*region Compare*/
.product-item-detail-compare-container {
	position: relative;
	margin: 0 -15px 1px -14px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e4e4e4;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	color: #4e4e4e;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
	border-radius:1px;
}

.product-item-detail-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*endregion*/

/*region Price */
/* .product-item-detail-price-current {

	white-space: nowrap;
	font-weight: 700;

	/* font-size: 36px; */
	/* line-height: 33px; */
	/* transition: font-size 200ms ease; */
/* } */



/*endregion*/

.product-item-detail-info-container-title {
	padding-bottom: 10px;
	font-size: 14px;
	/* text-transform: uppercase; */
}

/*region SCU */

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	margin: 2px 0;
	/* max-width: 100%; */
	vertical-align: middle;
	width: fit-content;
}

/* .product-item-scu-item-text-container { min-width: 48px; } */

.product-item-scu-item-color-container {
	max-width: 60px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block { transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}



.dopoffers{
	padding-left: 5px;
	margin-top: 15px;
}
.dopoffers a{
	padding: 7px 15px;
	color: #fff;
	background: #4bd151;	
	border-radius: 5px;
	font-size:14px;
	font-weight: 700;
	/* text-transform: uppercase; */
	transition: 0.3s;
}
.dopoffers a:hover{
	background: #52ac62;
	box-shadow: 0 5px 10px #cbfae2;
}

/*endregion*/

/*region Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
	display: flex;
}
.product-item-amount-field-container{
	display: flex;
}
.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	background-color: #edf6fe;
	color: #0077ff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}


.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #deeefc; }

.product-item-amount-field-btn-plus:before,
.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -6px;
	width: 12px;
	height: 2px;
	background-color: #0077ff;
	content: "";

}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover { background-color: #deeefc; }

.product-item-amount-field-btn-plus:before {
	margin-top: -6px;
	margin-left: -1px;
	width: 2px;
	height: 12px;
}



.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 40px;
	border: none;
	background: #fff;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus {
	outline: none !important;
	border-color: #006cc0;
	border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.product-item-amount-description-container {
	/* padding-left: 10px;
	padding-top: 5px;*/
	font-size: 14px;
	/* text-transform: uppercase;  */
}

.product-item-amount-description-container strong {
	text-transform: none;
	white-space: nowrap;
	font-size: 18px;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*endregion*/
.dopInfo > .info-complect{
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.info-complect p{
	/*background: #d5ffd0;*/
	background: #e2e2e2;
	border-radius: 5px;
	width: auto;
	margin: 0;
	display: inline-block;
	padding: 20px 10px;
	line-height: 20px;
}
.info-complect p span{
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/warning.png) left center no-repeat;
	padding-left: 20px;
	background-size: 18px;
	color: #00b057;
	/* text-transform: uppercase; */
	font-weight: 700;
}


/*region payMethods*/
.payMethods{
    margin: 20px 0;
	margin-bottom: 0;
}
.payMethods p{
	/* text-transform: uppercase; */
	font-size: 14px;
	margin: 0;
	padding: 0 0 10px 0;
}
.payMethods .cards{
	display: flex;
	flex-wrap: wrap;
}
.payMethods .cards .sber-card{
	background: #e8f5ca url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/sber-card-new.png) center center no-repeat;
	border: 1px solid #00b057;
	border-radius: 3px;
	width: 110px;
	height: 40px;
	background-size: 95px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.payMethods .cards .visa-card{
	background: #e8f5ca url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/visa-card.png) center center no-repeat;
	border: 1px solid #00b057;
	border-radius: 3px;
	width: 80px;
	height: 40px;
	background-size: 80px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.payMethods .cards .mc-card{
	background: #e8f5ca url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/mc-card.png) center center no-repeat;
	border: 1px solid #00b057;
	border-radius: 3px;
	width: 80px;
	height: 40px;
	background-size: 120px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.payMethods .cards .mir-card{
	background: #e8f5ca url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/mir-card.png) center center no-repeat;
	border: 1px solid #00b057;
	border-radius: 3px;
	width: 80px;
	height: 40px;
	background-size: 80px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.payMethods .cards .nal-card{
	background: #e8f5ca url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/nal-card.png) center center no-repeat;
	border: 1px solid #00b057;
	border-radius: 3px;
	width: 115px;
	height: 40px;
	background-size: 105px;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.payMethods .cards .beznal-card{
	background: #e8f5ca url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/beznal-card.png) center center no-repeat;
	border: 1px solid #00b057;
	border-radius: 3px;
	width: 110px;
	height: 40px;
	background-size: 105px;
	padding: 5px;
	margin-right: 0;
	margin-bottom: 5px;
}
/*end region*/

/*region Buy button*/
.actionBtn{
	margin: 10px 0 20px 0;
}
.main-button-container{
	display: flex;
	flex-direction: row;
	align-items: center;
    /*flex-wrap: wrap;*/
}
.oneClickBtn{
	position: relative;
	display: block;
	margin: 0 auto;
	min-width: 160px;
	width: 90%;
	font-weight: bold;
	/* text-transform: uppercase; */
	background: #0081de url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/oneClick.png) 12px center no-repeat;
	background-size: 20px;
	padding: 15px;
	padding-left: 35px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	height: 50px;
   /* margin-bottom: 20px;*/
}

.btn.product-item-detail-buy-button {
	position: relative;
	display: block;
	margin: 0 auto;
	min-width: 180px;
	width: 100%;
	font-weight: bold;
	/* text-transform: uppercase; */
	/* background: #3C3F53 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/line-cart.png) 10px 12px no-repeat; */
	background: #0077ff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/line-cart.png) 10px 12px no-repeat;
	background-size: 30px;
	padding: 15px 25px 15px 50px;
	color: #fff;
	border-radius: 5px;
	/*margin-left: 20px;*/
	/* height: 70px; */
	font-size: 20px;
	transition: 0.5s;
}
.cart-container{
	display: flex;
	flex-direction: row;
}
.may-to-order{
	min-width: 40%;
	padding: 0;

}
/* .summary{
    align-items: end; 
	padding-bottom: 20px;
} */
.btn.product-item-detail-buy-button {
	width: fit-content;
	min-width: auto;
	/* background: #3C3F53 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/line-cart.png) 5px 8px no-repeat; */
	background: #0077ff url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/line-cart.png) 5px 8px no-repeat;
	background-size: 25px;
	padding: 10px 20px 10px 35px;
	font-size: 16px;
}
.btn.product-item-detail-buy-button:hover{
	background-color: #0060cd;
	box-shadow: 0 10px 20px #ededed;
}
@media screen and (max-width: 450px) {



	.summary .count{
		margin: auto;
	}
	.price-line{
		font-size: 12px;
	}
	.priceAmount{
		padding: 10px;
	}
	.priceMin{
		margin-right: 0;
	}
}







@media screen and (max-width: 350px){
	.main-button-container{
		flex-direction: column;
	}
}
.oneClickBtn:hover{
	box-shadow: 0 10px 20px #ade1ff;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button { margin: 0; }

.btn.product-item-detail-buy-button span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	display: inline-block;
	min-height: 16px;
	max-width: 100%;
	white-space: normal;
	line-height: 16px;
	transform: translateY(-50%);
}

/* .btn-link.product-item-detail-buy-button { height: 50px; } */

/*endregion*/

/*region Slider */
.product-item-detail-slider-container {
	position: relative;
	max-width: 100%;
	background: transparent;
	transition: background 800ms ease;
}

.product-item-detail-slider-block {
	position: relative;
	box-sizing: border-box;
	/*padding-top: 56.25%;*/
	height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square { padding-top: 100%; }

.product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.product-item-detail-slider-image {
	position: absolute;
	top: 0;
	/*right: 0;
	bottom: 0;*/
	left: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 250ms linear;
	width: 100%;
	height: 100%;
}

.product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}

.product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 180;
	height: 3px;
	background-color: #006cc0;
	background-color: var(--theme-color-primary)
}

/*endregion*/

/*region Slider Controls*/
.product-item-detail-slider-controls-block {
	padding: 0;
	text-align: center;
}

.product-item-detail-slider-controls-image {
	position: relative;
	display: block;
	overflow: hidden;
	/*width: 90%;*/
    width: 30%;
	min-width: 100px;
	height: 120px;
	outline: 1px solid #c0cfda;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	margin: 5px;
	border-radius: 3px;
}
.single-one .product-item-detail-slider-controls-image{
	height: 75px;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active { outline-color: #00aaee; }

.bx-no-retina .product-item-detail-slider-controls-image.active { outline-width: 2px; }

.bx-retina .product-item-detail-slider-controls-image { outline-width: .5px; }

.bx-retina .product-item-detail-slider-controls-image.active { outline-width: 1px; }

.product-item-detail-slider-controls-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 95px;
	max-height: 95px;
	width: auto;
	height: auto;
	transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 11;
	display: block;
	width: 15%;
	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .57;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-left { left: 0; }

.product-item-detail-slider-right {
	right: 0;
	transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
	background-color: rgba(255, 255, 255, .4);
	opacity: .8;
}

.product-item-detail-slider-close { display: none; }

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
	position: absolute;
	top: 4px;
	right: 110px;
	bottom: 0;
	z-index: 150;
	display: block;
	width: 50px;
	height: 50px;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	opacity: .27;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover { opacity: 1; }

.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 105px; }

/*endregion*/

/*region magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image { z-index: 100; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img { outline-color: #ddd; }

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right { z-index: 50; }

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring { opacity: 0; }

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 105px; }

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
	padding-top: 0;
	height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 100vh;
	width: calc(100% - 150px);
	transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-moz-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-ms-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-o-keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes imgPopupShow {
	from { opacity: 0; }
	to { opacity: 1; }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
	max-width: 100%;
	max-height: 90vh;
	width: auto;
	cursor: default
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	padding: 20px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
	display: block;
	margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/
@media (max-width: 767px) {
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container { right: 0; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-block {
		padding-top: 0;
		height: calc(100vh - 111px);
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image { width: 90%; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
		max-width: 100%;
		max-height: calc(100vh - 115px);
		width: auto;
		cursor: default;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-x: auto;
		max-height: 111px;
		border-top: 1px solid #d3d3d3;
		border-left: none;
		white-space: nowrap;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
		display: inline-block;
		margin-bottom: 0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-close {
		right: 10px;
		z-index: 200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right { max-width: 75px; }

	.product-item-detail-slider-container.popup .product-item-detail-slider-right { right: 0; }

}

/*endregion*/

/*region Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 190;
	opacity: 1;
	transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #db0d4c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring { display: none; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 20px;
		height: 20px;
		font-size: 13px;
		line-height: 20px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle { transform: translateY(-50%) translateX(-50%); }

/*endregion*/

/*region  Tabs */
.product-item-detail-tabs-container {
	min-height: 60px;
	border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-item-detail-tabs-list:after {
	display: table;
	clear: both;
	content: "";
}

.product-item-detail-tab {
	float: left;
	min-height: 60px;
}

.product-item-detail-tab-link {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px 25px;
	height: 60px;
	color: #000;
	vertical-align: middle;
	/* text-transform: uppercase; */
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
	color: #006cc0;
	color: var(--theme-color-primary);
	text-decoration: none;
}

.product-item-detail-tab-link:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	background: #006cc0;
	background: var(--theme-color-primary);
	content: "";
	transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after { height: 3px; }

.product-item-detail-tab-link:active:after { height: 6px; }

.product-item-detail-tab-content { padding: 25px 0; }

@media (max-width: 991px) {
	.product-item-detail-tabs-container { display: none !important; }

	.product-item-detail-tab-content { display: block !important; }
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
	position: fixed;
	top: -100px;
	right: 0;
	left: 0;
	z-index: 300;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
	min-height: 45px;
	background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
	top: 0;
	opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
	margin: 0 auto;
	max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab { min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
	padding: 10px 25px;
	height: 45px;
	line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed { display: none !important; }

/*endregion*/

/*region Small Card*/
.product-item-detail-short-card-fixed {
	position: fixed;
	top: -85px;
	right: 0;
	left: 135px;
	z-index: 95;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
	transition: top 220ms linear;
}
@media screen and (max-width: 1024px){
	.product-item-detail-short-card-fixed{
		left: 0;
	}
}
.product-item-detail-short-card-fixed.active {
	top: 100px;
	opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active { top: 85px; }

.bx-touch .product-item-detail-short-card-fixed { display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
	margin: 0 auto;
	max-width: 1048px;
	display: flex;
	width:100%;
	align-items: center;
}

.product-item-detail-short-card-image {
	vertical-align: middle;
	text-align: center;
}

.product-item-detail-short-card-image img {
	max-width: none;
	height: 65px;
	margin: 10px;
}

.product-item-detail-short-title-container {
	max-width: 550px;
	flex:1;
}

.product-item-detail-short-title-text {
	display: block;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
	padding: 0 10px;
	vertical-align: middle;
	text-align: right;
}

.product-item-detail-short-card-btn {
	padding: 10px;
	min-width: 120px;
}

/*endregion*/

/*region Properties */
.product-item-detail-tab-content { display: none; }

.product-item-detail-tab-content.active { display: block; }

.product-item-detail-tab-content h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
}

/*
.product-item-detail-properties {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.product-item-detail-properties-item {
	margin-bottom: 5px;
	display: flex;
	align-items: stretch;
}

.product-item-detail-properties-dots{
	border-bottom:1px dotted #a5a5a5;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width:50%;
	width: auto;
	font-size: 12px;
}
.product-item-detail-properties-name{
	padding-right: 3px;
	color: #a5a5a5;
}

.product-item-detail-properties-value {
	color: #343a40;
	padding-left: 3px;
	text-align: right;
}
*/
/*endregion*/

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

/*one offer*/
.oneoffer.product-item-amount-field-container{
	align-items: flex-end;
	margin-bottom: 10px;
}
input.oneoffer.btn.product-item-detail-buy-button{
	border: none;
	width: 150px;
	margin-left: 0;
	margin-top: 10px;
	cursor: pointer;
	outline: none;
}

/*delivery information*/
.dopInfo > div.delivery-information{
	display: flex;
	flex-direction: column;
	padding-left: 0;
}
.delivery-information:before{
	display: none;
}
.delivery-information p{
	padding-bottom: 10px;
	/* font-weight: 700; */
}
.delivery-information .date-time{
	display: flex;
}
.delivery-information .delive-sp{
	border-radius: 5px;
	background: #3C3F53;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	padding: 5px 7px;
	margin-right: 10px;
}
.delivery-information p.atten{
	padding: 10px 0;
	font-size: 14px;
	color: #c30447;
}

.fast-to-region{
	font-size: 18px;
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/fast-to-region.png) right bottom no-repeat;
	background-size: 130px;
		font-weight: 700;
	/*height: 90px;*/
	padding-right: 120px;
	padding-top: 20px;
}
.fast-to-region span{
	display: inline-block;
	background: #00b057;
	color: #fff;
	/* text-transform: uppercase; */

	padding: 2px 5px;
	border-radius: 3px;
}
.dopInfo > div.delivery-information{
	  margin-bottom: auto;
    /*margin-top: auto;*/
}


/*расчет доставки*/
.delivCostBlock{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.delivCostBlock .delivColumn{
    width: 50%;
}
.delivCostBlock .carImage{
    width: 90%;
    max-width: 200px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.delivCostBlock .delivColumn > div{
    color: #3080da;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.delivCostBlock .delivColumn > div.baseCost{
    color: #c30447;
}
.delivCostBlock .delivColumn > div.costMkad{
    font-size: 20px;
}
.delivCostBlock .delivColumn > div > p{
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding: 0;
    margin: 0;
}







/*sklady*/

.sklad-list{
    /* background: #ededed70; */
    /* margin-top: 10px; */
    display: flex;
    /*justify-content: space-around;*/
    padding: 0;
    /* padding-left: 20px; */
    /* margin-bottom: 10px; */
    flex-direction: column;
	margin-left: 10px;
	width: 100%;
}
.sklad-list .left-side{
    /* display: flex; */
    /* justify-content: space-around; */
    /* width: 70%; */
}
h3.sklad-title,
.sklad-list p{
    /* color: #333; */
    /* text-transform: uppercase; */
    font-size: 14px;
    /* margin: 5px 10px; */
	/* margin-bottom: 0; */
    /* margin-left: 10px; */
   /* margin-right: auto;*/
    /* max-width: 150px; */
	font-weight: normal;
	margin: 0;
}
.sklad-list .sklad-item strong{
    /* text-transform: uppercase; */
}
.sklad-list .sklad-item{
    position: relative;
    font-size: 14px;
    /* margin: 5px 10px; */
    /*padding-left: 45px;*/
	/* min-height: 36px; */
}
/*
.sklad-list .sklad-item:before{
    content: '';
    position: absolute;
    background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/skladl.png) center center no-repeat;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: -45px;
}*/
/* .sklad-list .sklad-item:nth-child(4n-1):before{
    background: #edb1ab url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/skladl.png) center center no-repeat;
}
.sklad-list .sklad-item:nth-child(4n-2):before{
    background: #b2d7d8 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/skladl.png) center center no-repeat;
}
.sklad-list .sklad-item:nth-child(4n):before{
    background: #b2e5b0 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/skladl.png) center center no-repeat;
}
.sklad-list .sklad-item:nth-child(4n-3):before{
    background: #fcc186 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/skladl.png) center center no-repeat;
} */
.sklad-list .del{
    width: 20px;
}
.sklad-list p{
    /* font-size: 14px;
    margin: 0; */
    /* border: 1px solid #fcc186; */
    /* padding: 5px; */
	/* font-style: italic; */
}
.sklad-list .dostavka-yes{
    display: none;
   /* width: 30%;
    background: #d7eaff;
    margin-right: 0;
    padding: 20px;
    border-top: 2px dotted #fff;*/
    /*margin-left: auto;*/
   /* position: relative;
    padding-left: 110px;
    min-height: 120px;*/
}
/*.sklad-list .dostavka-yes p{
    border: none;
    padding: 0;
}
.sklad-list .dostavka-yes:before{
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fffcd6 url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/img/shipped.svg) center center no-repeat;
    background-size: 80px;
    margin-left: -95px;
    margin-top: -10px;
}*/
/* .sklad-list .rows{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-left: 0;
} */

.skladCount{
    background: #f3f3f3;
    border-radius: 5px;
    padding: 10px;
	max-width: 300px;
    margin: 10px 0;

}
.skladCount .howMany span{
    font-weight: 700;
    font-size: 20px;
}
.skladCount .bottomNote{
    font-size: 14px;
}
.skladCount meter{
    width: 100%;
    min-width: 170px;
    /* height: 40px; */
    border: none;
    /*border: 1px solid #dadada;*/
    border-radius: 3px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
/* .bx-firefox .skladCount meter,
.bx-android .skladCount meter{
    margin: 5px 0;
    height: 30px;
} */
.skladCount meter::-webkit-meter-bar {
  background: none; /* Required to get rid of the default background property */
    background: linear-gradient(to right, #dadada 95%, #fff 0);
    background-size: 20px 100%;
    border: none;
    /*border: 1px solid #dadada;*/
    border-radius: 3px;
}
.skladCount meter::-webkit-meter-optimum-value{
  box-shadow: 0 5px 5px -5px #999 inset;
    background: linear-gradient(to right, #00b057 95%, #fff 0);
    background-size: 23px 100%;
}

.gettingarea{
	width: 100%;
}
.gettingarea .poluch{
	padding: 10px 0;
    /* border-bottom: 2px solid #dadada; */
	font-weight: 700;
	color: #3C3F53;
	width: 100%;
}
.gettingarea .poluch span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}
.gettingarea em{
	/* text-transform: uppercase; */
}
.gettingarea .metric{
	display: inline-block;
	border-radius: 3px;
	background-color: #ededed;
	padding: 7px 10px 7px 35px;
	margin: 3px;
}
.gettingarea .metric span{
	display: inline;
	font-weight: 700;
	margin-bottom: 0;
}
.gettingarea .metric.volume{
	background-image: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/metric-volume.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.gettingarea .metric.area{
	background-image: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/metric-area.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.gettingarea .metric.length{
	background-image: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/metric-length.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 30px;
	padding-left: 40px;
}
.gettingarea .metric.weight{
	background-image: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/metric-weight.svg);
	background-position: 7px center;
	background-repeat: no-repeat;
	background-size: 23px;
}
.gettingarea .metric span{
	font-size: 1.2em;
}



@media screen and (max-width: 1400px){
    .bx-catalog-element{
        padding: 0;
    }
    /* .elemMainInfo{
        flex-direction: column;
    } */
    /* .mainGrid,
    .dopInfo{
        margin: 0;
        width: 100%;
    } */
	.els-images, 
	.torgInfo{
		width: 50%;
	}
	.priceAmount,
	.priceMin{
		width: 100%;
	}
	.priceMin .value,
	.priceAmount{
		height: 30px;
	}

}




@media screen and (max-width: 1000px){
    .elemAttributes{
        flex-direction: column;
        margin-left: 20px;
    }
    .svoistva.part,
    .primenenie{
        width: 100%;
    }
    .otzyvy,
    .elemBreadcrumb{
        margin: 20px;
    }
}
@media screen and (max-width: 960px){

	.elemMainInfo{
	   flex-direction: column;
   } 
   .mainGrid,
   .dopInfo{
	   margin: 0;
	   width: 100%;
   } 

}
@media screen and (max-width: 800px){
    .elemAttributes{
        flex-direction: column;
        margin: auto 20px;
    }
    .pluses-list.withIcons{
        flex-wrap: wrap;
    }
    .plusItems{
        flex-wrap: wrap;
    }
    .plusItems div{
        width:50%;
    }
}
@media screen and (max-width: 960px){
    .imageAndInfo{
        flex-direction: column-reverse;
        /*margin: 0 20px;*/
    }
	.elemImage,
    .torgInfo{
        width: 100%;
        

    }

}
@media screen and (max-width: 600px){
    .imageAndInfo{
        flex-direction: column;
        margin: 0 20px;
    }
    .elemImage,
    .torgInfo{
        width: 100%;
        
    }
	.skladCount{
		margin: 0;
		margin-top: 10px;
	}
    .elemImage{
        text-align: center;
    }
    .elemImage .elemImageMain{
        width: 60%;
        margin: 0 auto;
    }


}
@media screen and (max-width: 500px){
    .elemImage .elemImageMain{
        width: 80%;
    }
	.skladCount{
		display: none;
	}
}

@media screen and (max-width: 400px){
    .elemImage .elemImageMain{
        width: 90%;
    }
	.gettingarea .metric{
		font-size: 0.8em;
	}
}

@media screen and (max-width: 360px){
    .elemImage .elemImageMain{
        width: 90%;
    }
	.gettingarea .metric{
		font-size: 1em;
		display: block;
	}
}
@media screen and (min-width: 1024px){
.bx-catalog-element .prof-tips .slick-list {
	width: fit-content;
}
}

.delivery-cities {
	margin-left: 0;
	width: 100% !important;
}

@media screen and (min-width: 1401px) and (max-width: 1660px) {
	/* #picslider .slick-slide{
		width: 95px !important;
	}*/
	.product-item-detail-slider-controls-image img{
		max-width: 75px;
	} 
	.product-item-detail-slider-controls-image{
		min-width: 75px;
	}
}

.product-item-detail-short-card-fixed{
	right: 16%;
}

@media screen and (max-width: 1600px) {
	.screenFlow{
	  width: calc(82.1% - 135px);
	}
	.product-item-detail-short-card-fixed {
		right: 18%;
	}
  }
@media screen and (max-width: 1505px) {
	.may-to-order{
		flex-direction: column;
	}
	.summary {
		/* align-items: start; */
		padding-bottom: 10px;
	}
  }
  @media screen and (max-width: 1400px) {
	.product-item-detail-short-card-fixed{
		right: 20%;
	}
	.screenFlow .elemTitle h1{
		padding-left: 20px;
	}
	.dopLinks{
		padding: 0 20px;
	}

  }
  @media screen and (max-width: 1250px) {
	.right-panel-basket{
	  width: 21.8%;
	}
	.product-item-detail-short-card-fixed{
		right: 22%;
	}
}
  @media screen and (max-width: 1050px) {
	.right-panel-basket{
	  display: none;
	}
	.product-item-detail-short-card-fixed {
		right: 0;
	}
  }
  @media screen and (max-width: 1024px) {
	.screenFlow{
	  width: 100%;
	  margin-left: 0;
	}
	.topPanel a.pre{
	  margin-left: 50px;
	}
  }

  .footer{width: 100% !important;}
  #reviews-list .item .menu{z-index: 9 !important;}

  @media screen and (max-width:620px){
	.dopLinks{
		justify-content: space-between;
		margin: 0 10px;
		width: 100%;
	}
	.before-block{
		display: flex;
		/* flex-direction: column; */
	    flex-wrap: wrap;
	}
	.ya-share2,
	.instock{
		margin: auto;
	}
}
	@media screen and (max-width:600px){


	.elemImage .elemImageMain{
		width: 100% !important;
	}
	.product-item-detail-slider-controls-image{
		height: 0 !important;
	}
	.product-item-detail-slider-controls-image:hover,
	.product-item-detail-slider-controls-image.active {
		outline-color: #e60026 !important;
	}
	.elemImageDop .slick-track{
		height: 10px !important;
	}
	.dopInfo{
		margin-top: 0 !important;
	}
	.product-item-amount-field-containerx{
		display: none !important;
	}
  }
.second-panel a.phonex{
	margin: 10px auto !important;
}
.gettingarea ~ .actionBtn{
	display: none;
}

.torgInfo .product-item-scu-item-text-container{
	background-color: transparent;
	color: #000;
	outline: none;
	border: 2px solid #ededed;
	text-align: center;
	font-size: 12px;
	padding: 10px 20px;
	border-radius: 7px;
	font-weight: 700;
}

.torgInfo .product-item-scu-item-text-container.selected,
.torgInfo .product-item-scu-item-text-container:hover{
	color: #000;
	border: 2px solid #0077ff;
	cursor: pointer;
	font-weight: 700;
	/* box-shadow: 1px 1px 1px #000; */
}
.product-item-scu-item-text-container.notallowed{
	display: block !important;
	opacity: 1;
}
.torgInfo .single-offer{
	display: flex;
	flex-direction: column;
}
.torgInfo .single-offer .product-item-scu-item-text-container{
	background-color: none;
	color: #000;
	outline: none;
	border: none;
	text-align: left;
	font-size: 16px;
}
.torgInfo .single-offer .product-item-scu-item-text-container:hover{
	color: #000;
	border: none;
	cursor: inherit;
	font-weight: normal;
	box-shadow: none;
}

.quantityof .bootom_list_flow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.quantityof .bootom_list_flow div{
	margin: 0 10px 0 0;
}
.quantityof .bootom_list_flow .product-item-amount-description-container{
	margin-left: 5px;
}

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

	.screenFlow .elemTitle h1.mb-3{
		margin: 10px;
		padding: 0;
	}
	/* .count{
		width: 50%;
	} */
	.product-item-amount-field-containerx{
		height: fit-content;
	}
	.dopLinks{
		padding: 0;
	}
	.dopLinks > div{
		margin: 7px 5px;
	}
	/* .dopLinks > div.viewReviews{
		margin-top: 9px;
	} */

	button.viewVideo{
		padding: 7px 10px;
		font-size: 12px;
	}
	.online-payment{
		padding: 0 10px;
	}
}


/*delivery*/
.dopInfo h5{
	font-weight: 700;
	text-align: center;
	font-size: 18px;
}
.dopInfo #city-chosen{
	text-align:center;
	color: #0077ff;
	margin: 0 auto;
	padding: 0;
}
.bxmaker-geoip-component-delivery-preview__wrap,
.bxmaker-geoip-component-delivery-preview .bxmaker-geoip-component-delivery-preview-item{
	border: none;
}
.bxmaker-geoip-component-delivery-preview .bxmaker-geoip-component-delivery-preview-item:nth-child(2n){
	background-color: transparent;
}
.bxmaker-geoip-component-delivery-preview-item__wrap{
	flex-direction: row;
	align-items: flex-start;
	justify-content: left;
	flex-grow: 0;
	flex-wrap: wrap;
	border-bottom: 1px solid #dadada;
}
.bxmaker-geoip-component-delivery-preview-item__icon{
	position: absolute;
	left: 0;
	width: 35px;
}
.bxmaker-geoip-component-delivery-preview-item__icon img {
    max-width: 100%;
    max-height: 30px;
}
.bxmaker-geoip-component-delivery-preview-item__icon.dl {
    width: 25px;
    height: 25px;
	background: url(/bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/images/dlicon.png) left center no-repeat;
	background-size: contain;
}
.bxmaker-geoip-component-delivery-preview-item__name.dl,
.bxmaker-geoip-component-delivery-preview-item-price.dl{
	margin-left: 3px !important;
}
.custom .bxmaker-geoip-component-delivery-preview-item__icon img,
.dellin .bxmaker-geoip-component-delivery-preview-item__icon img {
    /* max-width: 100%; */
    max-height: 20px;
}
.bxmaker-geoip-component-delivery-preview-item__name,
.bxmaker-geoip-component-delivery-preview-item__srok,
.bxmaker-geoip-component-delivery-preview-item-price{
	margin-left: 25px;
	text-align: left;
	color: #000;
	font-weight: normal;
	width: fit-content;
}
.bxmaker-geoip-component-delivery-preview-item__name{
	width: 100%;
}
.bxmaker-geoip-component-delivery-preview-item-price{
	margin-left: 0;
	font-weight: 700;
}
.bxmaker-geoip-component-delivery-preview-item__srok,
.bxmaker-geoip-component-delivery-preview-item-price{
	font-size: 14px;
}
.custom .bxmaker-geoip-component-delivery-preview-item__name,
.custom .bxmaker-geoip-component-delivery-preview-item__srok,
.custom .bxmaker-geoip-component-delivery-preview-item-price,
.custom .advance,
.dellin .bxmaker-geoip-component-delivery-preview-item__name,
.dellin .bxmaker-geoip-component-delivery-preview-item-price,
.dellin .advance{
	margin-left: 10px;
	text-align: left;
}
.dellin .bxmaker-geoip-component-delivery-preview-item__srok{
	margin-left: 3px;
	text-align: left;
}
.custom .advance,
.dellin .advance{
	font-size: 14px;
}
#autogabaryte,
#autogabaryteoffers{
	display: inline-block;
}
/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/bitrix/breadcrumb/.default/style.css?1617700896512*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin: 5px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;

}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}


/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.statistics/statistics_link/style.css?16805167973141*/
@media (min-width: 768px) {
	#reviews-statistics-link .cnt-stars{text-align:left;}
	#reviews-statistics-link .bg{
	padding-left:119px;
	padding-right:119px;
}
}
@media (max-width: 767px) {
#reviews-statistics-link .reviews-count-block{margin:0 auto;}
#reviews-statistics-link .cnt-stars{text-align:center;}
	#reviews-statistics-link .bg{
	padding-left:10px;
	padding-right:10px;
}
}
#reviews-statistics-link{
	display: inline-flex;
	align-items: flex-start;
}
#reviews-statistics-link .bg{
	padding-top:40px;
	padding-bottom:50px;
	background:#f8f8f8;
}

#reviews-statistics-link h3{
	color: #3C3F53 !important;
}
 #reviews-statistics-link .text-center{
	text-align: center;

}
 #reviews-statistics-link .border{
 	border-bottom:1px solid #e1e4ea;
	padding-bottom:18px;
	padding-top:26px;
 }
 #reviews-statistics-link h5{
	color:#000000;
	font-size:22px;
	font-family:"ProximaNovaThin",Arial,sans-serif;
	margin-bottom:20px;
}

#reviews-statistics-link .grey-bg{
	background:#f8f8f8;
	margin-left:0px;
	margin-right:0px;
	
}

 #reviews-statistics-link p.text-fixed{
	color:#000000;
	font-size:14px;
	font-family:"ProximaNova",Arial,sans-serif;
	margin-bottom:8px;
}
 #reviews-statistics-link p.mid-rating{
	color:#6c727d;
	font-size:13px;
	margin-bottom:8px;
}
#reviews-statistics-link .empty-stars,#reviews-statistics-link .full-stars{
	background-image: url(/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.statistics/statistics_link/images/stars.png);
	background-position: repeat-x;
	background-size: 19px;
	height:20px;
}
#reviews-statistics-link .empty-stars{
	background-position: 0px 0px;
	margin:0 auto;
	/* display: inline-block; */
	width: 20px !important;
}
#reviews-statistics-link .full-stars{
	background-position: 0px -23px;
}

#reviews-statistics-link .reviews-scale-empty,#reviews-statistics-link .reviews-scale-full{
	height:5px;
	vertical-align: middle;
}
#reviews-statistics-link .review-line{
	padding-bottom:10px;
}

#reviews-statistics-link .review-line:last-child{
	padding-bottom:30px;
}

#reviews-statistics-link .col{
	min-height:20px;
}
#reviews-statistics-link .reviews-scale-empty{
	display: inline-block;
	width:100%;
	background:#e1e4ea;
	float: none;
}
#reviews-statistics-link .spoiler-reviews-body{padding-left:0;padding-right:0;}
#reviews-statistics-link .add-reviews{
	margin-left:0;
	margin-right:0;
	/*padding:20px 0;*/
	/*background:#f8f8f8;*/
}

#reviews-statistics-link .spoiler-bottom{
	padding:23px 0 24px 0;
	background:#f8f8f8;
}
#reviews-statistics-link .add-review-text{padding-left:0;padding-right:0;}


#reviews-statistics-link .reviews-scale-full{
	background:#c58d8d;
}
#reviews-statistics-link .reviews-count-block{
	height:20px;
	border:1px solid #c0c5cb;
	border-radius:3px;
	color:#303030;
	font-size:13px;
	font-family:"ProximaNovaLight",Arial,sans-serif;
	width:50px;
}
#reviews-statistics-link .no-reviews-title1{color:#000000;	font-size:22px;	font-family:"ProximaNovaThin",Arial,sans-serif;margin-bottom:10px;}
#reviews-statistics-link .no-reviews-title2{color:#000000;	font-size:14px;	font-family:"ProximaNova",Arial,sans-serif;margin-bottom:0;}
#reviews-statistics-link .cnt-stars{font-family:"ProximaNova",Arial,sans-serif;color:#000000;font-size:14px;}
/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/font-awesome.min.css?161080329027466*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15810136261816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.statistics/statistics-bikra/style.css?16806929913210*/
@media (min-width: 768px) {
	#reviews-statistics .cnt-stars{text-align:left;}
	#reviews-statistics .bg{
	padding-left:119px;
	padding-right:119px;
}
}
@media (max-width: 767px) {
#reviews-statistics .reviews-count-block{margin:0 auto;}
#reviews-statistics .cnt-stars{text-align:center;}
	#reviews-statistics .bg{
	padding-left:10px;
	padding-right:10px;
}
}

#reviews-statistics .bg{
	padding-top:40px;
	padding-bottom:50px;
	background:#f8f8f8;
}

#reviews-statistics{
	/* border-top:1px solid #e2e5e9;
	padding-top:35px;
	margin-top:70px; */
	display: flex;
    align-items: center;
    /* justify-content: center; */
	font-size: 20px;
}
#reviews-statistics > div{
	width: fit-content;
	max-width: 30%;
	text-align: center;
	margin: 0 5px;
}
#reviews-statistics h3{
	color: #3C3F53 !important;
}
 #reviews-statistics .text-center{
	text-align: center;

}
 #reviews-statistics .border{
 	border-bottom:1px solid #e1e4ea;
	padding-bottom:18px;
	padding-top:26px;
 }
 #reviews-statistics h5{
	color:#000000;
	font-size:22px;
	/* font-family:"ProximaNovaThin",Arial,sans-serif; */
	margin-bottom:20px;
}

#reviews-statistics .grey-bg{
	background:#f8f8f8;
	margin-left:0px;
	margin-right:0px;
	
}

 #reviews-statistics p.text-fixed{
	color:#000000;
	font-size:14px;
	font-family:"ProximaNova",Arial,sans-serif;
	margin-bottom:8px;
}
 #reviews-statistics p.mid-rating{
	color:#6c727d;
	font-size:13px;
	font-family:"ProximaNovaLight",Arial,sans-serif;
	margin-bottom:8px;
}
#reviews-statistics .empty-stars,#reviews-statistics .full-stars{
	background-image: url(/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.statistics/statistics-bikra/images/stars.png);
	background-position: repeat-x;
	height:31px;
}
#reviews-statistics .empty-stars{
	background-position: 0px 0px;
	/* margin:0 auto; */
	/* margin-bottom:15px; */
}
#reviews-statistics .full-stars{
	background-position: 0px -31px;
}

#reviews-statistics .reviews-scale-empty,#reviews-statistics .reviews-scale-full{
	height:5px;
	vertical-align: middle;
}
#reviews-statistics .review-line{
	padding-bottom:10px;
}

#reviews-statistics .review-line:last-child{
	padding-bottom:30px;
}

#reviews-statistics .col{
	min-height:20px;
}
#reviews-statistics .reviews-scale-empty{
	display: inline-block;
	width:100%;
	background:#e1e4ea;
	float: none;
}
#reviews-statistics .spoiler-reviews-body{padding-left:0;padding-right:0;}
#reviews-statistics .add-reviews{
	margin-left:0;
	margin-right:0;
	/*padding:20px 0;*/
	/*background:#f8f8f8;*/
}

#reviews-statistics .spoiler-bottom{
	padding:23px 0 24px 0;
	background:#f8f8f8;
}
#reviews-statistics .add-review-text{padding-left:0;padding-right:0;}


#reviews-statistics .reviews-scale-full{
	background:#c58d8d;
}
#reviews-statistics .reviews-count-block{
	height:20px;
	border:1px solid #c0c5cb;
	border-radius:3px;
	color:#303030;
	font-size:13px;
	font-family:"ProximaNovaLight",Arial,sans-serif;
	width:50px;
}
#reviews-statistics .no-reviews-title1{color:#000000;	font-size:22px;	font-family:"ProximaNovaThin",Arial,sans-serif;margin-bottom:10px;}
#reviews-statistics .no-reviews-title2{color:#000000;	font-size:14px;	font-family:"ProximaNova",Arial,sans-serif;margin-bottom:0;}
#reviews-statistics .cnt-stars{font-family:"ProximaNova",Arial,sans-serif;color:#000000;font-size:14px;}
/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.reviews.add/bootstrap/style.css?17066114689322*/
@media (min-width: 768px) {
  #reviews-body .title {
    width: 58%;
  }
  #reviews-body #add_review textarea {
    width: 58%;
  }
  .add-reviews .forms {
    display: flex;
  }
  .add-reviews   .forms .form-auth {
    flex-grow: 1;
    background: #f8f8f8;
    padding: 15px 20px 20px 20px;
    margin: 0 10px 0 15px;
  }  
  .add-reviews  .forms .form-reg {
    flex-shrink: 1;
    background: #f8f8f8;
    padding: 15px 20px 20px 20px;
    margin: 0 15px 0 10px;
  }
}
@media ( max-width : 991px) {
  .spoiler-reviews-body .review-add-block {
    width: 100%;
    padding: 40px 40px 50px 40px;
  }
}
@media (max-width: 767px) {
  #add_review textarea {
    width: 100%;
  }
}
#add_review #contentbox {
  width: 100%;
}
.add-reviews {
  text-align: center;
  margin-bottom: 50px;
}
#reviews-body .add-reviews {
  margin-top: 20px;
}
.spoiler-reviews-body {
  display: none;
  padding-top: 20px;
}
#reviews-statistics .spoiler-reviews-body {
  padding-top: 40px;
}
.spoiler_links {
  cursor: pointer;
}
.add-reviews .bg {
  background: #f8f8f8;
  padding: 25px 0;
}
.add-reviews .success {
  color: green;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  margin-top: 10px;
}
.add-reviews .spoiler {
  border: 1px solid #7c7c7c;
  box-shadow: 1px 2px 1px 1px #e2e2e2;
  padding: 5px;
  display: inline-block;
  background: #ffffff;
}
.add-reviews .spoiler-input {
  padding: 5px 40px;
  color: #FFF;
  background: #dbbfb9 url(/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.reviews.add/bootstrap/images/button.jpg);
  text-decoration: none;
  font-family: "PG Isadora Cyr Pro", Arial, regular;
  font-size: 18px;
  min-height: 30px;
  line-height: 20px;
  cursor: pointer;
}

.spoiler-reviews-body .not-error {
  font-size: 18px;
  font-family: "ProximaNova", Arial, sans-serif;
  color: #994d4d;
  margin-bottom:8px;
}
.auth-error {
  font-size: 18px;
  color: #994d4d;
  font-family: "ProximaNova", Arial, sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
#auth-title,
#register-title {
  color: #000000;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
#auth_review-check-error,
#registration_review-check-error {
  color: #994d4d;
  text-align: left;
}
#add_review .add-photo {
  width: 150px;
  height: 22px;
  position: relative;
  margin-top: 30px;
}
#add_review input[type='file'] {
  width: 150px;
  height: 22px;
  opacity: 0;
}
#add_review #add-photo-button {
  display: block;
  width: 175px;
  height: 22px;
  color: #767676;
  position: absolute;
  top: 0;
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}
#add_review .textarea-right-text p {
  color: #6c727d;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  margin-bottom: 10px;
}
#add_review .textarea-right-text ul {
  margin-left: 13px;
}
#add_review .textarea-right-text ul li {
  color: #6c727d;
  font-size: 12px;
  font-family: "ProximaNova", Arial, sans-serif;
}
#add_review .textarea-right-text ul li span {
  color: #994d4d;
}
#add_review ul#preview-photo {
  margin: 0;
}
#add_review ul#preview-photo li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-top: 30px;
}
#add_review ul#preview-photo li span.delete {
  position: absolute;
  right: 0;
  top: 0;
  color: #F00;
  font-size: 20px;
  cursor: pointer;
}
.spoiler-reviews-body .add-check-error {
  text-align: left;
  color: #994d4d;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
}
.spoiler-reviews-body .not-buy-error {
  font-size: 18px;
  font-family: "ProximaNova", Arial, sans-serif;
  color: #994d4d;
}
.spoiler-reviews-body .review-add-block {
  width: 80%;
  padding: 40px 40px 50px 40px;
}
.spoiler-reviews-body .review-add-title {
  color: #994d4d;
  font-size: 18px;
  font-family: "ProximaNovaLight", Arial, sans-serif;
  text-align: left;
  margin-bottom: 25px;
}
.spoiler-reviews-body .review-add-rating-title1 {
  color: #6c727d;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  text-align: left;
  margin-bottom: 5px;
}
.spoiler-reviews-body .review-add-rating-title2 {
  color: #b0b3bb;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  text-align: left;
  margin-bottom: 10px;
}
#add_review .rating_selection label {
  background: #ffffff;
  font-size: 14px;
  border: 1px solid #e2e5e9;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  text-align: center;
}
#add_review {
  text-align: left;
}
#add_review p.title {
  margin-bottom: 5px;
}
#add_review p.title-example {
  color: #b0b3bb;
  margin-bottom: 10px;
}
#add_review p.text {
  margin-bottom: 10px;
}
#add_review p {
  color: #6c727d;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  margin-bottom: 0;
}
#add_review p.example {
  color: #b0b3bb;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
}
#add_review p.count {
  font-style: italic;
  color: #c2c6cb;
  font-size: 14px;
  font-family: "ProximaNova", Arial, sans-serif;
  margin-bottom: 30px;
  margin-top: 5px;
}
#add_review input[type="text"] {
  border: 1px solid #e2e5e9;
  height: 34px;
  width: 100%;
  margin-bottom: 30px;
  padding: 5px;
  font-family: "ProximaNova", Arial, sans-serif;
  color: #000000;
  font-weight: lighter;
  font-size: 13px;
}
#add_review textarea {
  border: 1px solid #e2e5e9;
  padding: 5px;
  font-family: "ProximaNovaLight", Arial, sans-serif;
  color: #000000;
  font-weight: lighter;
  font-size: 13px;
  height: 190px;
  width:100%;
}
#add_review input[type="radio"] {
  margin-right: 7px;
  float: left;
}
#add_review span.radio-label {
  margin-right: 15px;
  font-family: "ProximaNova", Arial, sans-serif;
  color: #000000;
  font-weight: lighter;
  font-size: 13px;
}
#add_review .radio {
  float: none;
  line-height: 14px;
  display: inline-block;
  margin-left: 20px;
}

#add_review .captcha-block{
	margin-top:30px;
}

#add_review input[type="submit"] {
  color: #767676;
  font-size: 14px;
  font-family: "ProximaNovaLight", Arial, sans-serif;
  width: 170px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  box-shadow: 1px 2px 2px 1px #dedede;
  margin-top: 30px;
  background: #FFF;
}
#add_review #reset-form {
  background: #f8f8f8;
  border: 0;
  color: #c2c6cb;
  font-family: "ProximaNovaLight", Arial, sans-serif;
  font-size: 14px;
  text-decoration: underline;
  margin-left: 15px;
}
#add_review p.recommendated {
  margin-bottom: 5px;
}
#add_review p.add-field-title {
  margin-bottom: 5px;
  margin-top:30px;
}
.rating_selection {
  text-align: left;
  display: inline-block;
  margin-bottom: 40px;
}
.rating_selection input[type='radio'],
.rating_selection span {
  display: none;
}
.rating_selection label {
  cursor: pointer;
}
.rating_selection label:before {
  display: inline-block;
  content: "\F005";
  font-size: 14px;
  color: #231f20;
  font-family: "FontAwesome";
}
.rating_selection input:checked + label ~ label:before {
  color: #cfd3da;
}
.rating_selection:hover label[for]:before {
  color: #231f20;
}
.rating_selection:hover label:hover ~ label:before {
  color: #cfd3da;
}
#add_review #add-photo-button .fa-plus {
  margin-right: 10px;
}

#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-btn,#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-select,#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-fontsize-wrap
{
	display:none;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-bold
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-italic
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-underline
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-strike
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-remove-format
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-top-bar-color
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-ordered-list
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-unordered-list
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-align-left
{
	display:inline-block;
}
#add_review .bxhtmled-top-bar-wrap .bxhtmled-button-quote
{
	display:inline-block;
}
#add_review .bxhtmled-iframe-cnt
{
	overflow:hidden!important;
}
#add_review .feed-add-post-text
{
	padding-left:0;
	padding-right:0;
}


.add-reviews .spoiler-reviews-body .reason-title{
	font-family: "ProximaNova", Arial, sans-serif;
  	color: #303030;
  	font-size:16px;
  	margin-bottom:0px;
}
.add-reviews .spoiler-reviews-body .reason-text{
	font-family: "ProximaNova", Arial, sans-serif;
  	color: #303030;
  	font-size:14px;
  	margin-bottom:8px;
}

#add_review .title-video, #add_review .title-presentation
{
	margin-top:30px;
}
#add_review input.video, #add_review input.presentation
{
	margin-bottom:0;
}
/* End */


/* Start:/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/font-awesome.min.css?161080329027466*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1581013627381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */
/* /bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog/catalog/style.css?171135855417477 */
/* /bitrix/templates/seotiv.bikra-reload/js/slick2/slick.css?17700089411797 */
/* /bitrix/templates/seotiv.bikra-reload/components/bitrix/catalog.element/element-detail-new/style.css?177027044674227 */
/* /bitrix/templates/seotiv.bikra-reload/components/bitrix/breadcrumb/.default/style.css?1617700896512 */
/* /bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.statistics/statistics_link/style.css?16805167973141 */
/* /bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy_link/css/font-awesome.min.css?161080329027466 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15810136261816 */
/* /bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.statistics/statistics-bikra/style.css?16806929913210 */
/* /bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews.reviews.add/bootstrap/style.css?17066114689322 */
/* /bitrix/templates/seotiv.bikra-reload/components/sotbit/reviews/otzyvy/css/font-awesome.min.css?161080329027466 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1581013627381 */
