

/* Start:/local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878*/
#breadcrumbs{
	margin-bottom: 24px;
	margin-top: 12px;
	line-height: 21px;
	font-size: 13px;
	min-height: 21px;
	contain: layout style;
	font-family: Ubuntu, 'Ubuntu Fallback', Arial, sans-serif;
}

#breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 21px;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline;
	line-height: 21px;
}

#breadcrumbs ul li a,
#breadcrumbs .arrow{
	white-space: nowrap;
}

#breadcrumbs .changeName{
	white-space: normal;
}


#breadcrumbs ul li a {
	color: #A5A1A1;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
#breadcrumbs ul li a:hover {
	color: var(--primary);
}
#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 13px;
	line-height: 21px;
	margin: 0 12px;
	color: #A5A1A1;
}
/* End */


/* Start:/local/templates/ecommerce/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?1638181952711*/

#newsDetail{
	margin-top: 24px;
}

#newsDetail .newsDate{
	margin-top: 24px;
	color: #888888;
}

#newsDetail .description{
	border-top: 1px solid #e7e8ea;
	padding-top: 24px;
	line-height: 21px;
	margin-top: 24px;

	font-size: 14px;
}
#newsDetail .description iframe, #newsDetail .description img{
	max-width: 100%;
}
#newsDetail .more{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: inline-block;
	margin-top: 12px;
	color: #ffffff;
	padding: 4px 12px;
}


#newsDetail .more:active{
	position: relative;
	top: 1px;
}

#newsDetail .bigPicture img{
	max-width: 100%;
}
/* End */


/* Start:/local/components/ecommerce/recommendation.item/templates/item/style.css?17031193409526*/
.block-title {
	margin: 30px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.recommends.container {
	margin-top: 20px;	
}



.fire-img {
	max-height: 28px;
	margin-top: -14px;
	margin-left: -5px;
}
.fire-img:hover {
	transition: .2s ease-out;
	max-height: 32px;
}
/*@media screen and (min-width: 1550px) {*/
	
/*}*/
@media screen and (max-width: 600px) {
	
	.block-title {
		text-align: center;
	}
	div.buyBlock input {
		width: 20px;
	}
}


.catalog-main .catalog-items.items__offers div.item:hover {
	background: white;
}

  .catalog-main .catalog-items.items__offers .item {
	padding: 15px;
    margin-bottom: 20px;
    margin-right: 10px;
    position: relative;
    background: #FFF;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    -webkit-box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
  }
  
  .catalog-main .catalog-items.items__offers .item:hover {
	/*border: 1px solid #f3f5f4;*/
	background: #f5f3f32b;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
  }
  
  
  .catalog-main .catalog-items.items__offers .item .item__name {
	display: block;
	line-height: 16px;
	text-decoration: none;
	margin-top: 7px;
	height: 65px;
	overflow: hidden;
	color: #000;
  }
  
  .catalog-main .catalog-items.items__offers .item .item__right-icons {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 0;
	top: 20px;
  }
  .catalog-main .catalog-items.items__offers .item .right-icons__text-icon {
	margin-bottom: 5px;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	padding: 5px 10px;
  }
  
  .catalog-main .catalog-items.items__offers .item .right-icons__icon.--parts {
	text-align: right;
  }
  
  .catalog-main .catalog-items.items__offers .item .right-icons__text-icon.--stocks {
	background-color: #ff2916;
  }
  
  .catalog-main .catalog-items.items__offers .item__picture {
	min-height: 220px;
	display: block;
	text-align: center;
  }
  .catalog-main .catalog-items.items__offers .item__picture img { 
	max-width: 100%;
	margin: 0 auto;
  }
  .catalog-main .catalog-items.items__offers .item:hover .item__name {
	font-weight: 600;
  }
  
  .catalog-main .catalog-items.items__offers .item .item__artnumber {
	opacity: 0;
  }
  
  .catalog-main .catalog-items.items__offers .item:hover .item__artnumber {
	opacity: 1;
  }
  
  .catalog-main .catalog-items.items__offers .item .item__avaliable {
	font-size: 14px;
	color: #dbc023;
  }
  
  .catalog-main .catalog-items.items__offers .item .item__avaliable.--is-avaliable {
	color: #AFC647;
	margin-top: 10px;
  }
  

  .catalog-main .catalog-items.items__offers .item .item__price {
	display: flex;
	flex-direction: column;
  }

  .catalog-main .catalog-items.items__offers .item .item__add-cart {
	padding: 9px 0;
	border: 2px solid #AFC647;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	color: #AFC647;
	cursor: pointer;
  }
  
  .catalog-main .catalog-items.items__offers .item:hover .item__add-cart {
	background-color: #AFC647;
	color: #fff;
	border: 2px solid #AFC647;
  }
  
   .catalog-main .catalog-description {
	
	text-align: justify;
	line-height: 20px;
  }
   .catalog-main .catalog-description h2 {
	margin-top: 10px;
  }
   .catalog-main .catalog-description ul {
	margin-left: 1.5em;
	margin-bottom: 10px;
  }
   .catalog-main .catalog-description li {
	list-style: disc;
	text-indent: 0;
  }
  @media screen and (max-width: 1226px) {
	.catalog-main .catalog-items.items__offers {
	  grid-template-columns: 33% 33% 33%;
	  
	}
  }
  
  @media screen and (max-width: 1226px) {
	.catalog-main .catalog-items.items__offers {
	  grid-template-columns: 33% 33% 33%;
	}
  }
  
  @media screen and (max-width: 1000px) {
	.catalog-main .catalog-items.items__offers {
	  grid-template-columns: 50% 50%;
	}
  }
  @media screen and (max-width: 768px) {
	 .catalog-items.items__offers .item .item__add-cart {
	  padding: 6px 0;
	}
  }
  
  @media screen and (max-width: 370px) {
	.catalog-main .catalog-items.items__offers {
	  grid-template-columns: 100%;
	}
  }
  @media screen and (max-width: 600px) {
	 .catalog-items.items__offers .item .item__add-cart {
	  padding: 7px 0;
	}
  }
  @media screen and (max-width: 550px) {
	.catalog-main .catalog-items.items__offers .item__picture {
	  min-height: 150px;
	}
	.catalog-main .catalog-items.items__offers .item .item__price-current {
	  font-size: 14px;
	}
  }
  @media screen and (max-width: 450px) {
	 .catalog-items.items__offers .item .item__name {
	  min-height: 90px;
	  font-size: 14px;
	}
  }
  
  
  
  
  
  .--catalog-lazyload .loader,
  .--catalog-lazyload .loader:before,
  .--catalog-lazyload .loader:after {
	background: #fafafa;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 11px;
	height: 4em;
  }
  .--catalog-lazyload  .loader {
	color: #fafafa;
	text-indent: -9999em;
	margin: 100px auto;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
  }
  .--catalog-lazyload .loader:before,
  .--catalog-lazyload .loader:after {
	position: absolute;
	top: 0;
	content: '';
  }
  .--catalog-lazyload .loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
  }
  .--catalog-lazyload .loader:after {
	left: 1.5em;
  }
  @-webkit-keyframes load1 {
	0%,
	80%,
	100% {
	  box-shadow: 0 0;
	  height: 2em;
	}
	40% {
	  box-shadow: 0 -2em;
	  height: 3em;
	}
  }
  @keyframes load1 {
	0%,
	80%,
	100% {
	  box-shadow: 0 0;
	  height: 2em;
	}
	40% {
	  box-shadow: 0 -2em;
	  height: 3em;
	}
  }
  .catalog-items.items__offers {
	  display: grid;
	grid-template-columns: repeat(6, 1fr);
  }

  .container-lazy {
	padding: 1%;
	background-color: white;
}

.container-lazy .img-container {
	width: 15%;
	padding: 20px;
}

.container-lazy .img {
	border: 1px solid white;
	width: 100%;
	height: 200px;
	background-color: #f6f6f6;
}

.container-lazy .content {
	border: 1px solid white;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 20px;
	justify-content: space-between;
}

.container-lazy .elements {
	width: 100%;
	display: flex;
	background-color: white;
}

.container-lazy .stripe {
	border: 1px solid white;
	height: 35px;
	background-color: #f6f6f6;
}
.container-lazy .stripe.top-stripe {
	width: 210px;
	margin-left: 20px;
}
.container-lazy .stripe.name-stripe {
	margin-top: 20px;
}
.container-lazy .stripe.old-price-stripe {
	margin-top: 20px;
	height: 20px;
	width: 50%;
}
.container-lazy .stripe.discount-price-stripe {
	margin-top: 6px;
	height: 20px;
	width: 53%;
}
.container-lazy.loading .img, .container-lazy.loading .stripe {
	animation: hintloading 2s ease-in-out 0s infinite reverse;
	-webkit-animation: hintloading 2s ease-in-out 0s infinite reverse;
}

@keyframes hintloading
{
	0% {
		opacity: 0.5;
	}
	50%  {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}

@-webkit-keyframes hintloading
{
	0% {
		opacity: 0.5;
	}
	50%  {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}
.container-lazy .elements .img-container {
	display: block;
}
@media screen and (max-width: 1080px) {
	.container-lazy .elements .img-container {
		width: 20%;
	}
	.container-lazy .elements .img-container:nth-of-type(n+5) {
		display: none;
	}
}
@media screen and (max-width: 860px) {
	.container-lazy .elements .img-container {
		width: 25%;
	}
	.container-lazy .elements .img-container:nth-of-type(n+4) {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	.container-lazy .elements .img-container {
		width: 33.3%;
	}
	.container-lazy .elements .img-container:nth-of-type(n+3) {
		display: none;
	}
}
@media screen and (max-width: 380px) {
	.container-lazy .elements .img-container {
		width: 100%;
	}
	.container-lazy .elements .img-container:nth-of-type(n+2) {
		display: none;
	}
}
.wrapper {
	position: relative;
margin-top: 60px;
cursor: pointer;
	}

	.scroll {
		border-radius: 0px 0px 10px 10px;
		background: #AFC647;
		right: 9px;
		position: absolute;
		bottom: -16px;
		padding: 10px 25px;
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		cursor: pointer;
	}

	
	.item__name {
		color: #000;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	  }
	  .item__price-current {
		color: #000;
	  
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	  }
	  .item__price-current.--discount {
		color: #FF2916;
	  }
	  .item__price-current.--discount.--old {
		color: #C5C1C1;
		text-decoration: line-through;
	  }
	  .item__price {
		margin-top: 20px;
	  }
	  .recommend-wrapper {
		position: relative;
	  }
/* End */
/* /local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878 */
/* /local/templates/ecommerce/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?1638181952711 */
/* /local/components/ecommerce/recommendation.item/templates/item/style.css?17031193409526 */
