figure, figcaption {
	display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
	font-family: 'Avenir Next Cyr', sans-serif!important;
    font-weight: 500;
	font-size: 40px;
    line-height: 60px;
	height: 80px;
    display: flex;
    align-items: center;
}

.timeTo span {
	vertical-align: top;
    color: #ffffff;
    height: 80px;
    line-height: 70px;
}

.timeTo.timeTo-white div {
	color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%,#cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%,#cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.timeTo.timeTo-black div {
	background: #2081E2;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    width: 53px!important;
    min-width: 53px;
    height: 80px!important;
    margin-right: 1px!important;
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a74444), color-stop(67%,#3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%,#3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%,#3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%,#3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a74444', endColorstr='#3f0000',GradientType=0 ); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#ffffff), color-stop(100%,#e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%,#e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%,#e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%,#e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e17373',GradientType=0 ); /* IE6-9 */
}

.timeTo figure {
	display: flex;
	margin: 0;
	padding: 0;
    height: 80px;
    width: auto!important;
    max-width: max-content!important;
}
.timeTo figure:first-child figcaption {
    display: block;
    font-family: 'Avenir Next Cyr', sans-serif;
    font-weight: 500;
    font-size: 40px!important;
    line-height: 70px!important;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px!important;
}

.timeTo figure:first-child figcaption:first-letter {
    text-transform: uppercase;
}

.timeTo figcaption {
	text-align: center;
	font-size: 0;
	line-height: 80%;
	font-weight: normal;
	color: #888;
    display: none;
}

.timeTo div {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 30px;
	overflow: hidden;
}

.timeTo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
    left: 14px!important;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeTo .first {
    width: 53px!important;
    height: 80px!important;
    margin-right: 0!important;
}

@media (max-width: 1500px) {
    .timeTo {
        height: 60px;
    }

    .timeTo.timeTo-black div {
        font-size: 30px;
        line-height: 40px;
        width: 40px!important;
        min-width: 40px;
        height: 60px!important;
    }

    .timeTo ul {
        left: 12px!important;
        top: -32px!important;
    }

    .timeTo figure {
        height: 60px;
    }

    .timeTo figure:first-child figcaption {
        font-size: 30px!important;
        line-height: 60px!important;
    }
}
