/* Подвал */
@media screen and (min-width: 890px){

#footer {
position: fixed;
float:right;
background:#303b44;
height:40px;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
}

@media screen and (max-width: 890px){
#footer {
position: fixed;
float:right;
background:#303b44;
height:40px;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
}
    
}

#footer p, p a {
    text-align: right;    
    color:#bbbbbb;
    font-size: 100%;
    text-decoration: none; /* Выравнивание по ширине */
    padding:10px;
   }

