/* акции */
.action--wrapper {
	margin-top:30px;
}
.center-col .action__link{
    text-decoration: none;
    color: #000;
}
.action__link:hover{
    text-decoration: none;
}
.action__item-preview img{
    width: 100%;
}
.action__item-date{
    color: #808080;
    font-size: 12px;
	font-weight: normal;
    padding: 2px 0 5px 5px;
	float: right;
}
.action__item-title{
    font-size: 18px;
    font-weight: bold;
	line-height: 22px;
    color: #000;
    padding: 5px 10px;
	width: 100%;
}
.bottom__term{
    display: flex;
    align-items: center;
    padding: 10px;
}
.bottom__term img{
    padding-right: 5px;
}
.bottom__timer{
    display: flex;
    align-items: center;
}
.timer-counter{
    font-size: 24px;
    color: #f60;
    text-align: center;
}
.timer--block{
    align-items: center;
}
.bottom__timer span{
    padding-right: 10px;
}
.timer-item{
    margin: 10px;
}