#analogs .elmentList{
	display: flex;
    justify-content: start;
}
#analogs .elmentList.sliderOk{
	display:block;
}
#analogs .elmentList .analog-item:nth-child( 2 ){
	margin-left:28px;
}
#analogs .elmentList.sliderOk .analog-item{
	margin:0;
}
#analogs .elmentList .item{
	width: 170px;	
}
#analogs .elmentList.sliderOk .item{	
	margin-left:auto;
	margin-right:auto;	
}
#analogs .elmentList .artikl{
	height: 17px;
	width: 100%;
}
.elmentList .imgProd{
	height: 200px;
	width: 100%;
	background-image: url( /local/templates/adaptive_pattern/img/photo-non.jpg );
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center;
	background-size: contain;
}
#analogs .elmentList .price{
	height: 33px;
}
#analogs .elmentList .price .price-value{
	height: 23px;
	margin-top:0;
	margin-bottom:10px;	
	font-size:24px;
	line-height: normal;
}
#analogs .elmentList .price .price-value.rubl {
    background-size: 13px;
    padding-right: 19px;
}
#analogs .elmentList .name{
	margin-bottom:20px;
	width: 100%;
	height: 70px;
	overflow: hidden;
}
#analogs .elmentList .carPic{
	width: 100%;
	font-size:14px;
	background-position-x:10px;
	padding-left: 65px;
}
#analogs .elmentList .orderLink a{
	width: 100%;
	height: 49px;
	padding-top: 15px;
}
@media ( max-width:786px ){
	#analogs .elmentList .orderLink{
		display:none;
	}	
}
@media ( max-width:400px ){
	#analogs .elmentList .item{
		width: 150px;
	}
}