.unit {
	font-size:19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.unit .item {
	margin-top: 40px;
    padding: 30px 0px 20px 0px;
	color:#fff;
	text-align:center;
}
.gradient-red-orange {
	background: rgb(241,105,117);
	background: linear-gradient(90deg, rgba(241,105,117,1) 10%, rgba(245,145,91,1) 90%);
}

.clock {
    border-radius: 4px;
    padding: 0 10px;
	line-height: normal;
	font-size:30px;
	background: rgba(0, 0, 0, 0.075);
	margin:20px 0;
}
.unit .progr_style {
	height: 24px;
    font-size: 17px;
    font-weight: 600;
}
