/* AdBlock  */
#mdl_adb{
display:none;
position:fixed;
bottom:2px;
left:15%;
text-align:center;
font-size:16px;
line-height:16px;
background:#DCDCDC;
z-index:99;
width:70%;
height: 90%;
padding:40px 10px 10px;
color:#2F4F4F;
text-transform: uppercase; /* Заглавные буквы */
border-radius: 15px; /* Радиус скругления */
}
  
#mdl_adb h3{
font-weight:bold;
font-size:60px;
color: red; /* Цвет символа */
font-family: 1.006;DIQ;PoplarKozel;2016;TR4-4.0.1.5099; /* Имя шрифта */
line-height: 1;
margin-bottom:20px;
margin-top: 20%;
}
 
#mdl_adb a{
color:#fff;
text-decoration:underline;
display:block;
padding:5px 0;
margin:10px 0;
font-weight:bold;}
 
.msg_close{
display:block;
position:absolute;
background:#292C33;
top:0;left:140px;
line-height:25px;
font-weight:bold;
width:50px;
height:25px;
text-align:center;
color:#fff;
cursor:pointer;
-webkit-border-bottom-left-radius: 50px;
-webkit-border-bottom-right-radius: 50px;
-moz-border-radius-bottomleft: 50px;
-moz-border-radius-bottomright: 50px;
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;}
.msg_close:hover{
background:#fc0;
color:#000;}
.fadeIn{
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn; 
     animation-duration: 0.4s; 
    -webkit-animation-duration: 0.4s;
     animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;     
     visibility: visible !important; 
}
  
@keyframes fadeIn {
    0% {transform: scale(0.7);opacity: 0.5;}
    80% {transform: scale(1.1);}       
    100% {transform: scale(1);opacity: 1;}       
}
  
@-webkit-keyframes fadeIn {
    0% {-webkit-transform: scale(0.7);opacity: 0.5;}
    80% {-webkit-transform: scale(1.1);}       
    100% {-webkit-transform: scale(1);opacity: 1;}       
}


