#promo_overlay { display: none; z-index: 112258594001; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.9); opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; }
#promo_overlay.show { display: block; position: fixed; opacity: 1; }
#promo_overlay_close { position: absolute; top: -40px; right: 0px; font-size: 24px; height: 20px; width: 20px; padding: 10px; line-height: 20px; z-index: 10; font-weight: bold; text-align: center; color: #333333; cursor:pointer; }
#promo_overlay_close:hover {  color: #ff0000; }
#promo_overlay_content { position: absolute; top: -50%; left: 50%; height: 200px; width: 300px; padding: 0; -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); transition: 0.7s; -webkit-transition: 0.7s; }
#promo_overlay.show #promo_overlay_content { top: 50%; }
#promo_overlay_content iframe { height: 100%!important; }
@media (min-width: 680px) {
#promo_overlay_close {top: -50px; right: 0px; font-size: 30px;height: 30px; width: 30px; padding: 10px; line-height: 30px; }
#promo_overlay_content {height: 400px; width: 600px; }
}
#banner-mp4-row { margin-bottom: 0!important; }
#cookie_policy { position: fixed; left: 10px; right: 10px; bottom: 10px; width: auto; z-index: 101; }
#cookie_policy_inn { position: relative; z-index: 1; width: 100%; height: 150px; margin: 0 auto;background: rgba(0,0,0,0.9); padding: 20px; border-radius: 5px; }
#coo_p { position: relative; float: left; width: 100%; font-size: 100%; line-height: 1.3; color: #fff; }
#coo_but{ position: absolute; right: 10px; bottom: 10px; display: block; padding: 4px 12px; font-size: 100%; line-height: 1.3; color: #000000; background-color: #ffffff; border-color: transparent; border-radius: 3px; cursor: pointer; transition: all .5s cubic-bezier(.19,1,.22,1);}
@media (min-width: 480px) { 
#coo_but{right: 15px; bottom: 15px;} 
}
@media (min-width: 600px) { 
#cookie_policy_inn { height: 130px;} 
}
@media (min-width: 800px) {
#workspace { margin-top: 50px; }
#cookie_policy_inn { height: 100px; max-width: 850px; } 
#coo_p { width: 80%; }
#coo_but{right: 20px; padding: 8px 15px; bottom: 30px;}
}
@media (min-width: 1200px) {
#coo_p { width: 85%; }
}
@media (min-width: 1600px) {
#cookie_policy_inn { height: 100px; max-width: 920px; } 
}