.popup-cookies {
	display: none;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: left;
	background: #323232;
	padding: 15px;
	color: #fff;
	z-index: 999;
}

.popup-cookies .flex {
	display: flex;
	justify-content: space-between;
    width: 100%;
}

.popup-cookies .cont-btn {
	display:flex; 
	justify-content: flex-end; 
	align-items: center;
}

.popup-cookies .text {
	display:flex; 
	justify-content: flex-start; 
	align-items: center;
}

body.NoCookies .zsiq_floatmain {
	bottom: 86px !important;
}

@media (max-width: 1024px) {
	.popup-cookies {
	/*height: 71px;*/
	} 

	body.NoCookies .zsiq_floatmain {
		bottom: 71px !important;
	}
}

@media (max-width: 991px) {
	.popup-cookies {
		/*height: 85px;*/
	} 

	body.NoCookies .zsiq_floatmain {
		bottom: 85px !important;
	}
}

@media (max-width: 500px) {
	.popup-cookies {
		/*height: 140px;*/
	} 

	body.NoCookies .zsiq_floatmain {
		bottom: 140px !important;
	}

	body.NoCookies .handheld.zsiq_floatmain {
		right: 0 !important;
		bottom: 140px !important; 
	}
}

@media (max-width: 360px) {
	.popup-cookies {
		/*height: 185px;*/
	} 

	body.NoCookies .zsiq_floatmain {
		bottom: 185px !important;
	}

	body.NoCookies .handheld.zsiq_floatmain {
		right: 0 !important;
		bottom: 185px !important; 
	}
}