/* jQuery Countdown styles 2.0.0. */

.is-countdown {
    padding: 0 0 30px;
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 21.5%;
    background: #fff;
    margin: 0 3.4px 4px;
    padding: 4px 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #059fdb;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 55%;
    text-align: center;
}
.countdown-amount {
	font-family: 'co_headlineregular', sans-serif;
    font-size: 25px;
	line-height: 1;
}
.countdown-period {
	font-family: 'Tahoma', sans-serif;
    display: block;
    color: #00c6c5;
	font-size: 8px;
    text-transform: uppercase;
	font-weight: bold;
}
.countdown-descr {
    display: block;
    width: 100%;
}


@font-face {
    font-family: 'co_headlineregular';
    src: url('../../fonts/05.05.2022/cohead-webfont.eot');
    src: url('../../fonts/05.05.2022/cohead-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/05.05.2022/cohead-webfont.woff2') format('woff2'),
         url('../../fonts/05.05.2022/cohead-webfont.woff') format('woff'),
         url('../../fonts/05.05.2022/cohead-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.outCounter *, .outCounter *:before, .outCounter *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.outCounter {
	font-family: 'co_headlineregular', sans-serif;
	width: 223px;
    background: #152a69;
    padding: 10px;
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    right: 0;
    border-radius: 20px 0 0 20px;
    background-image: url("../images/natal/countdown_bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 999990999;

	webkit-box-shadow: 3px 3px 15px 0 #b1b1b1;
    -moz-box-shadow: 3px 3px 15px 0 #b1b1b1;
    box-shadow: 3px 3px 15px 0 #b1b1b1;
}
.valid {
	font-family: 'co_headlineregular', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 24px;
}
@media only screen and (max-width : 1022px){
    .outCounter{
        top: 0;
    }
}