.wpb_el_type_date, .wpb_el_type_time { width: 50% !important; float: left; }
.basic-popup-desktop.countdown-popup-desktop .wpb_text_column.wpb_content_element.countdown_timer {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.countdown_timer .wpb_wrapper {     display: flex;     gap: 2px; }
.countdown_timer .timer_block {border: 1px solid #000000; width: 25%; height: 110px; float: left; margin: 2px; padding: 20px; text-align: center; display: flex; flex-direction:column; justify-content:center; }
span.timer_num {font-size: 48px; line-height: 48px; font-weight: 700; color: #000000; padding-bottom: 10px; display: inline-block; text-align: center !important;}
span.timer_unit { font-size: 12px; line-height: 12px; font-weight: 500; display: inline-block; width: 100%; color: #000000; }
.full_width_without_popup_img{width:100% !important;}
.basic-popup-desktop.popup_inner{font-family: inherit !important;}
.half_container.basic-popup-desktop.countdown-popup-desktop.popup_inner{width:500px; max-height:500px}
.basic-popup-desktop.countdown-popup-desktop .col-rt .CTA-text {
    width: 70%;
    margin: 20px auto 0 auto;
}
.basic-popup-desktop.popup_inner .col-lt .vc_figure .vc_single_image-wrapper{background-repeat:no-repeat !important;}
.basic-popup-desktop.countdown-popup-desktop .col-lt .vc_figure .vc_single_image-wrapper{background-repeat:no-repeat !important;}
@media only screen and (min-width: 1024px){
	
}
@media only screen and (min-width: 992px){	
	.basic-popup-desktop .basic-popup-desktop.popup_inner { width: 925px;}
	.basic-popup-desktop.countdown-popup-desktop .popup_inner { width: 925px;}
	.basic-popup-desktop .popup_inner .col-lt{min-width:425px; max-width:425px; /*min-height:500px; max-height:500px;*/}
	.basic-popup-desktop .popup_inner .col-rt{min-width:500px; max-width:500px; /*min-height:500px; max-height:500px;*/}
	img.desktop_popup_img_cls{min-height:500px; max-height:500px;}
}

@media only screen and (max-width: 450px){
	.countdown_timer .timer_block {width: 23%; height: 90px; padding: 15px 10px 10px 10px;}
	span.timer_num {font-size: 33px; line-height: 33px;}
	span.timer_unit { font-size: 12px; line-height: 12px; font-weight: 600;}
	.half_container.basic-popup-desktop.countdown-popup-desktop.popup_inner{max-width: 343px;}
}