

/* Start:/bitrix/templates/store/components/bitrix/breadcrumb/.default/style.css?14877099522658*/
.wr-breadcrumb{
	height: 20px;
	width: 100%;
	max-width: 1195px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 25px;
}
.bx-breadcrumb {
	height: 20px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: nowrap; 
}
.breadcrumb {
	height: 15px;
	width: 100%;
	background-color: rgba(255, 255, 255, 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;

	/*white-space: nowrap;*/
	height: 20px;
	/*vertical-align: middle;*/

}
.bx-breadcrumb .bx-breadcrumb-item span {
/*	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 13px;*/
font-size: 16px;
font-family: ProximaNova;
color: rgba(56, 56, 56, 0.502);
/*line-height: 3;*/
font-weight: 300;
height: 20px;
display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover,
.bx-breadcrumb .bx-breadcrumb-item a:hover span {
	color: rgb(236, 212, 198);
}

.breadcrumb{
	padding-left: 45px;
}
.breadcrumb>li{
	display:inline-block
}
.breadcrumb>li+li:before{

}
.breadcrumb>.active{

}
.bx-breadcrumb-item__back-arrow{
	position: relative;
	width: 40px;
	height: 20px;
	display: inline-block;
	margin-right: 70px;
}
.bx-breadcrumb-item__back-arrow:after{
	display: block;
	position: absolute;
	content: "";
	width: 40px;
	height: 20px;
	background-image: url('/bitrix/templates/store/components/bitrix/breadcrumb//images/bread_back.png');
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	top: -2px;
	left: -45px;
}
.bx-breadcrumb-item__home{
	position: relative;
	width: 13px;
	height: 20px;
	display: inline-block;
}
.bx-breadcrumb-item__home:after{
	display: block;
	position: absolute;
	content: "";
	width: 13px;
	height: 20px;
	background-image: url('/bitrix/templates/store/components/bitrix/breadcrumb//images/bread_home.png');
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	/*background-size: contain;*/
}


.bx-breadcrumb-item__arrow{
	position: relative;
	/*width: 15px;*/
	height: 20px;
	display: inline-block;
	margin-left: 35px;
}
.bx-breadcrumb-item__arrow:after{
	display: block;
	position: absolute;
	content: "";
	width: 15px;
	height: 20px;
	background-image: url('/bitrix/templates/store/components/bitrix/breadcrumb//images/bread_arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	margin: auto;
    top: -4px;
	bottom: 0;
	left: -25px;

	/*background-size: contain;*/
}
/* End */


/* Start:/bitrix/templates/store/components/bitrix/news/animo_our_cases/bitrix/news.detail/.default/style.css?1485962717155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/store/components/bitrix/sale.viewed.product/.default_animo/style.css?14900901473414*/
/*
/bitrix/templates/store/components/bitrix/sale.viewed.product/.default_animo
*/
.wr-viewed-products{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	overflow: hidden;
}
.slick-slider {
	padding-bottom: 10px!important;
}
div.view-list {
	max-width: 1195px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
div.view-header {
	position: relative;
	font-size: 30px;
	font-family: ProximaNova;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.4;
	padding-left: 8px;
	margin-bottom: 50px;
}
div.view-header:before {
	display: block;
	position: absolute;
	content: "";
	width: 4px;
	height: 24px;
	background-color: rgba(213, 148, 108, 0.5);
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}
.wr-item-viewed{
	clear: both;
	min-height: 340px;
}
.wr-view-item{
	position: relative;
	float: left; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* background: #fff; */
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	margin-bottom: 30px;
	/* margin-right: 30px; */
	padding-right: 1%;
	width: 25%;
	/*width: 270px;*/
	height: 340px;
	max-height: 430px;
}
div.view-item {
	/* border: 1px solid transparent; */
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.09);
	width: 100%;
	height: 340px;
	max-height: 430px;
}
.view-item_item_images{
	position: relative;
	z-index: 91;
	display: block;
	padding-top: 200px;
	width: 100%;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#viewed-products-slider .slick-dots{
	position: relative;

	justify-content: center;
}
#viewed-products-slider .slick-arrow {
	position: absolute;
	z-index: 502; 
}

#viewed-products-slider .slick__wr-button {
	width: 100%;
	text-align: center;
	height: 0px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: center; 
}

#viewed-products-slider .slick__button {
	width: 100%;
	height: 0px !important;
	/*max-width: $maxwidth;*/
	max-width: 1195px;
	padding-left: 20px;
	padding-right: 120px;
	margin: 0 auto;
	text-align: right; 
}


#viewed-products-slider .slick__wr-button-next {
	top: -115px; 
}

#viewed-products-slider .slick__wr-button-prev {
	top: -80px; 
}

#viewed-products-slider .slick-prev {
	width: 80px;
	height: 11px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0);
	background-image: url("/bitrix/templates/store/img/slick-arrow-prev.png");
	background-repeat: no-repeat;
	background-position: bottom; 
}

#viewed-products-slider .slick-next {
	width: 80px;
	height: 11px;
	height: 35px;
	background-color: rgba(255, 255, 255, 0);
	background-image: url("/bitrix/templates/store/img/slick-arrow-next.png");
	background-repeat: no-repeat;
	background-position: top; 
}

@media (max-width: 768px) { 
	#viewed-products-slider .slick__wr-button{
		display: none !important;
	}
	.wr-view-item{
		width: 50%;
	} 

	.wr-item-viewed{
		padding-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 992px) { 
	.products-item__name{
		font-size: 14px!important;
	}	


}
@media (min-width: 992px) and (max-width: 1200px) {  }
@media (min-width: 1200px) {  }

@media (max-width: 480px) {
	.wr-view-item{
		width: 100%;
	} 
}
/* End */
/* /bitrix/templates/store/components/bitrix/breadcrumb/.default/style.css?14877099522658 */
/* /bitrix/templates/store/components/bitrix/news/animo_our_cases/bitrix/news.detail/.default/style.css?1485962717155 */
/* /bitrix/templates/store/components/bitrix/sale.viewed.product/.default_animo/style.css?14900901473414 */

/*
     FILE ARCHIVED ON 23:06:15 Jun 16, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:03:16 Feb 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.094
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.028
  esindex: 0.018
  cdx.remote: 339.745
  LoadShardBlock: 317.868 (3)
  PetaboxLoader3.datanode: 463.95 (4)
  load_resource: 397.349
  PetaboxLoader3.resolve: 215.911
*/