#header .promobar-block{
    display: block;
    position: static;
    z-index: 1060;
    text-align: center;
    background-color: #301e90;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    padding: 5px;
    height: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .block_content {
    display: table;
    width: 100%;
}
#header .promobar-block.promo_top{
    top: 0;
    bottom: auto;
}
#header .promobar-block.promo_bottom{
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
#header .promobar-block.hide{
    display: none !important;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
#header .promobar-block .promo-text{
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 0 5px;
    font-family: "LG Smart Regular";
}
#header .promobar-block .promobar-countdown{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
    font-family: 'LG Smart SemiBold';
}
#header .promobar-block a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-left: 10px;
    font-family: 'LG Smart SemiBold';
    border-radius: 5px;
}
#header .promobar-block.sticky {
    position: fixed;
    width: 100%;
    z-index: 1020;
}
#header .promobar-block span.close {
    display: block;
    color: #fff;
    float: right;
    font-size: 28px;
    opacity: 1;
    position: absolute;
    right: 15px;
}
#header .promobar-block span.close:hover{
    opacity: 0.8;
}
#header .promobar_timer {
    background: #09e0bf;
    padding: 5px;
    margin-right: 15px;
    vertical-align: middle;
    float: none;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}
#header .count_timer {
    display: inline-block;
}
#header #count_timer_days.hide{
    display: none !important;
}
#header .promobar_timer_text,
#header .promobar-countdown .count{
    display: block;
}
#header .promobar_timer_text {
    padding: 0px 5px 5px;
    text-align: center;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
}
#header .count_timer {
	padding: 0;
}
#header .promobar-countdown span {
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    vertical-align: middle;
    min-width: 40px;
}
#header .promobar_timer_text {
    font-size: 16px;
}
#header .promobar-countdown span {
    font-size: 20px;
    font-family: "LG Smart SemiBold";
}
#header .promobar-countdown .count{
    font-size: 12px;
    font-family: "LG Smart Regular";
}
#header .promobar-countdown span:last-child {
    margin: 0;
}
#header .count.hide{
    display: none;
}

@media(max-width: 639px) {
    #header .promobar-block{
        height: 83px;
    }
    #header .promobar-block .promo-text{
        width: 100%;
    }
    #header .promobar-countdown span{
        font-size: 12px;
        padding: 5px;
        margin: 0;
    }
    #header .promobar-block a{
        padding: 5px 7px;
    }
}
@media(max-width: 479px) {
    #header .promobar-block .promo-text {
        font-size: 14px;
    }
    #header .promobar-block span.close {
        right: 10px;
        top: 5px;
        font-size: 18px;
    }
    #header .promobar-block .promobar-countdown {
        width: 100%;
    }
    #header .promobar-block a {
        margin-left: 0;
        margin-top: 7px;
    }
}
