/* новинки  */
#element-slider{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.elements--wrapper{
    margin: 20px 0;
}
.elements--wrapper .slick--wrapper {
	height: 296px;
	overflow: hidden;
}
.element-item{
    position: relative;
    border: 1px solid #c8c8c8;
    padding: 15px;
	width: 16%;
	height: 296px;
}
.card-sticker{
    position: absolute;
    right: 5%;
    top: 5%;
	width: 40px;
}
.element-item .card-preview{
    margin: auto;
	max-height: 150px;
}
.element-item__image {
    height: 160px;
	width: 100%;	
	display: flex;
}
.element-item__title{
    font-size: 16px;
    line-height: 1.4;
    height: 90px;
    overflow: hidden;
}
.center-col .element-item__title a{
    text-decoration: none;
    color: #000;
}
.center-col .element-item__title a:hover {
    color: #ff6600;
}
.element-item__param{
    font-size: 12px;
    font-weight: bold;
	padding-top: 10px;
}
.elements--wrapper .slick-slider{
    
}

@media (max-width: 1400px){
	.element-item{width: 25%;}
}
@media (max-width: 768px){
	.element-item{width: 33%;}
}
@media (max-width: 560px){
	.element-item{width: 50%;}
	.element-item__image{height: 140px;}
	.element-item .card-preview{max-height: 140px;}
}