.popup-window.sw24PopupPro {padding: 0; background-color: transparent; transition-property: opacity; transition-duration: .5s; z-index: 99998!important;}
	.popup-window.sw24PopupPro .popup-window-content {background-color: transparent;}
	.popup-window.sw24PopupPro .popup-window-close-icon {position: absolute; top: 0px; right: 0px; width: 25px; height: 25px; opacity: .6 !important; background: rgba(0, 0, 0, 1); z-index: 99999;border-radius: 0 10px 0 0;}
		.popup-window.sw24PopupPro .popup-window-close-icon:hover {opacity: 1 !important;}
		.popup-window.sw24PopupPro .popup-window-close-icon:before {content: ' '; transform: rotate(45deg); position: absolute; top: 2px; right: 11px; width: 2px; height: 20px; background-color: #fff;}
		.popup-window.sw24PopupPro .popup-window-close-icon:after {content: ' '; transform: rotate(-45deg); position: absolute; top: 2px; left: 12px; width: 2px; height: 20px; background-color: #fff;}

		
/*@media screen and (max-width:768px)	{
	.popup-window.sw24PopupPro {left:0!important;}
}
 Таймер */	
/*.skyweb24_popup_pro_timer {position: absolute; background: rgba(0, 0, 0, 0.7); color: white; height: 50px; display: flex; animation: none; max-width: 350px; width: 350px; padding: 10px;}
	.skyweb24_popup_pro_timer:after {content: ' ';}
	.skyweb24_popup_pro_timer>* {flex: 0 1;}
	.skyweb24_popup_pro_timer>svg {flex-basis: 30px;}
	.skyweb24_popup_pro_timer>.title {width: 120px; flex-basis: 120px;}
	.skyweb24_popup_pro_timer>.timer {width: 172px; flex-basis: 172px; display: flex; flex-wrap: wrap; justify-content: space-around;}
		.skyweb24_popup_pro_timer>.timer>div.clock {font-size: 20px; line-height: 1; max-width: 170px; text-align: center; width: 170px; display: flex; justify-content: space-around;}
			.skyweb24_popup_pro_timer>.timer>div:not(.clock) {flex: 0 1 38px; width: 38px; text-align: center; font-size: 10px;}
			.skyweb24_popup_pro_timer>.timer>div.clock>span {width: 38px; flex: 0 1 38px;}
				.skyweb24_popup_pro_timer>.timer>div.clock>span.sep {width: 5px; flex: 0 1 5px;}
	.skyweb24_popup_pro_timer.top {top: -50px;}
	.skyweb24_popup_pro_timer.bottom {top: 100%;}
	.skyweb24_popup_pro_timer.left {left: 0;}
	.skyweb24_popup_pro_timer.right {left: calc(100% - 350px);}

@media screen and (max-width:400px) {
	.skyweb24_popup_pro_timer {width: 320px; max-width: 320px;}
		.skyweb24_popup_pro_timer>svg {display: none;}
		.skyweb24_popup_pro_timer.right {left: calc(100% - 320px);}
}
*/