/* Стили для всплывающего окна с информацией о пользователе! */ .fond { position:absolute; padding-top:45px; top:0; left:0; right:0; bottom:0; background-color:#f8b334; font-family: 'montserrat-regular', 'sans-serif } .mymagicoverbox { display:inline-block; color:#ffffff; padding:10px; margin:10px; cursor:pointer; font-weight:300; } .mymagicoverbox_fenetre { z-index:9999; position:fixed; margin-left:50%; top:100px; text-align:center; display:none; padding:16px; background-color:#5b5b5c; color:#ddd; font-style:normal; font-size:20px; font-weight:300; border-radius: 16px; } .mymagicoverbox_fenetreinterieur { text-align:center; overflow:auto; padding:16px; color:#eee; font-weight:400; font-size:16px; border-top:1px dotted #888; margin-top:10px } .mymagicoverbox_fermer { color:#34a3ff; cursor:pointer; font-weight: bold; font-size:16px; position: absolute; right: 24px; bottom: 32px; } #myfond_gris { display: none; background-color:#000000; opacity:0.7; width:100%; height:100%; z-index:9998; position:fixed; top:0; bottom:0; right:0; left:0; }