

/* Start:/bitrix/templates/.default/components/bitrix/catalog.section/lookusCatalog/style.css?16712269775404*/
.recommended .section-description{
	padding: 10px 0;
	background: #999;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.recommended .section-description .container{
	position: relative;
	padding-left: 60px;
}
.recommended .section-description i.fa{
	font-size: 36px;
	display: block;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top:-15px;
}
.recommended .section-description .desc{
	display: table-cell;
	vertical-align: middle;
	min-height: 50px;
}
.recommended .goods.owl-carousel{
	height: 280px;
}
.recommended .owl-carousel .owl-stage-outer {
	//padding-bottom: 120px;
}
.recommended .goods{
	padding: 30px 60px 0;
}
.recommended .goods .goods-in-list{
	width: 230px;
	float: left;
	padding: 0 5px;
}
.recommended .goods .owl-prev, .goods .owl-next{
	background: transparent !important;
	color: #fff !important;
	line-height: 42px;
	text-align: center;
	font-size: 20px !important;
	width: 42px !important;
	height: 42px !important;
	border-radius: 21px !important;
	background: #000 !important;
	opacity: 0.1;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -30px !important;
}
.recommended .goods .owl-next{
	left: auto;
	right: 5px;
}
.recommended .goods .owl-prev:hover, .goods .owl-next:hover{
	opacity:0.2;
}
.recommended .goods-in-list div{
	position: relative;
	margin-bottom: 40px;
}
.recommended .goods-in-list div .tp{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 40px;
	background: #ccc;
}
.recommended .goods-in-list div .rt{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 1px;
	background: #ccc;
}
.recommended .goods-in-list a{
	display: block;	
	border: 1px #fff solid;	
	position: absolute;
	width: 100%;
	background: #fff;
	text-decoration: none !important;
}
.recommended .goods-in-list a .goods-title{
	display: block;
	float: left;
	font-size: 16px;
	height: 60px;
	overflow: hidden;
	color: #000;
	text-align:center;
	text-decoration: none !important;
	padding: 0 15px 15px 15px;
}
.recommended .goods-in-list a:hover .goods-title{
	height: auto;
}
.recommended .goods-in-list a .goods-title .title-border{
	height: 15px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/bitrix/templates/main/img/title-border.png) 0 0 repeat-x;
}
.recommended .goods-in-list a:hover .goods-title .title-border{
	display: none;
}
.recommended .goods-in-list a .goods-price{
    display: block;
    color: #fc0202;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 10px;
    position: absolute;
    top: 0;
}
.recommended .goods-in-list a .goods-price span:after{
	content: " \f158";
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 14px;
}
.recommended .goods-in-list a .goods-price span+span{
	display: none;
}
.recommended .goods-in-list a .goods-price span+span:after{
	content: "";
}
.recommended .goods-in-list a:hover{
	border: 1px #ccc solid;	
	z-index: 1;
}
.recommended .goods-in-list a .image{
	display: block;	
	background-position: 50% 50% !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	margin-bottom: 20px;
}
.recommended .goods-in-list a .goods-hidden-block{
	display: none;
}
.recommended .goods-in-list a:hover .goods-hidden-block{
	display: block;
}
.recommended .goods-in-list a .goods-hidden-block hr{
	margin: 0 15px 20px 15px;
	border-top-color: #ccc;
}
.recommended .goods-in-list a .goods-hidden-block .goods-desc{
	display: block;
	padding: 0 15px 15px 15px;
	color: #999;
}
.recommended .goods-in-list a .goods-hidden-block .goods-desc p{
	font-weight: bold;
}
.recommended .goods-in-list a .goods-hidden-block .goods-desc ul, .goods-in-list a .goods-hidden-block .goods-desc ul li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.recommended .goods-in-list a .goods-hidden-block .goods-desc ul li{
	display: inline-block;
	vertical-align: top;
	padding: 5px 15px 5px 0;
}
.recommended .goods-in-list a .goods-hidden-block .cntr{
	text-align: center;
	display: block;
}
.recommended .goods-in-list a .goods-hidden-block .btn{
	margin: 0 0 25px 0;
}





.lookus-preview {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: white;
}
.lookus-hover {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    transition: opacity ease-out 0.125s;
}
.lookus-preview i {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 52px;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 25px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding-left: 5px;
    transition: transform ease-out 0.125s;
}
.lookus-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.lookus-tv-block {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
}
.lookus-tv {
    display: block;
    margin: auto;
}
.lookus-preview:hover i {
    transform: scale(1.25);
}
.lookus-preview:hover .lookus-hover {
    opacity: 0.25;
}
.lookus-descriprion {
    display: block;
    padding-top: 10px;
    font-size: 20px;
}
.all-projects-link {
    display: block;
    margin-left: 60px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/catalog.section/lookusCatalog/style.css?16712269775404 */
