.countdown {
	display: flex;
	justify-content: center;
	align-items: center;
}

.time-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: sans-serif;
	padding: 0 2px;
	border-right: 1px solid #fff;
	user-select: none;
        font-family: Impact;
        font-style: italic;
        text-align: center;
        color: #632823;
}

.time-section:last-child {
	border: none;
}

.count {
	font-size: 22px;
}

.units {
	font-size: 15px;
}
/*.timer_img {
    background: url(../images/75lvp.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 200px;
    background-size: contain;
}*/
.wrap_timer {
    background: #fff;
    padding: 15px 0; 
}

.banner__img_perep {
	border: 1px solid #DDDDDD;
	margin-top: 15px;
	width: 100%;
}
