<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* jQuery Countdown styles 2.0.0. */
#countdown-wrap{  
	background-color: #000;
	color: #fff;
	position: relative;
	z-index: 1;
}
.countdown-bg {	
	background: url(../images/color-787251.jpg) no-repeat center top;
	background-size: cover;
	opacity: 0.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#countdown-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.countdown-title {
	font-size: 80px;
	font-weight: 900;
	text-transform: uppercase;
}
#countdown {
	margin: 0 auto;
	max-width: 550px;
}
#countdown:before, #countdown:after {
	content: "";
	display: table;
}
#countdown:after {
	clear: both;
}
.is-countdown {
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	display: block;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 96%;
}
.countdown-show2 .countdown-section {
	width: 46%;
}
.countdown-show3 .countdown-section {
	width: 29%;
}
.countdown-show4 .countdown-section {
	width: 21%;
}
.countdown-show5 .countdown-section {
	width: 16%;
}
.countdown-show6 .countdown-section {
	width: 12%;
}
.countdown-show7 .countdown-section {
	width: 10%;
}
.countdown-section {
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 100%;
	margin: 0 2%;
	padding: 10px 0;
	text-align: center;
}
.countdown-amount {
    font-size: 300%;
	font-weight: bold;
}
.countdown-period {
    display: block;
	text-transform: uppercase;
}
.countdown-descr {
	display: block;
	width: 100%;
}
@media (min-width:768px) and (max-width:979px) {
.countdown-title {
	font-size: 60px;
}	
}
@media (max-width:767px) {
.countdown-title {
	font-size: 30px;
}	
.countdown-amount {
    font-size: 200%;
}
}</pre></body></html>