.popup-cookies{font-family: Roboto,sans-serif;position:fixed; z-index:1001; top:0;bottom:0;width:100%;height:100%; display:flex;align-items:center;justify-content:center; box-sizing:border-box;padding:15px; background:rgba(0, 0, 0, 0.5);}
.cookies-inner{max-width:800px;border-radius:5px;background:#fff;margin:0 auto; position:relative;padding:20px 0 66px 0;}
.cookies-body{padding:0 20px 10px 20px;box-sizing:border-box;}
.cookies-body::-webkit-scrollbar {width:5px;}
.cookies-body::-webkit-scrollbar-track {background:#f1f1f1;}
.cookies-body::-webkit-scrollbar-thumb {background:#ccc;}
.cookies-body::-webkit-scrollbar-thumb:hover {background:#555;}
.popup-cookies h3{ margin-bottom:15px; text-align:center; font-size:16px; line-height:22px; font-weight:500;color:#000}
.popup-cookies p{font-size:14px;line-height:25px;color:#666;margin-bottom:10px;}
.popup-cookies h4{font-size:16px;font-weight:500;color:#333;margin-bottom:10px;margin-top:15px;}
.popup-cookies strong{font-weight:500;color:#333}
.cookies-footer{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:0px 0px 5px 5px;padding:15px;border-top:1px solid #eee}
.cookies-footer .cookies-btn{margin-right:10px;background:#48b9c6;color:#fff;border:none;font-size:16px; line-height:25px; font-weight:500;border-radius:25px;padding:5px 20px;cursor:pointer;}
.cookies-footer .cookies-btn:hover{background:#33a9b7}
.cookies-footer .cookies-btn:last-child{margin-right:0}
@media screen and (max-width:800px){
	.popup-cookies{padding:10px;}   
	.cookies-body{max-height:400px; overflow-y:auto;}
	.cookies-inner{max-width:400px;}
}