.footer{
    width: 100%;
    height: 76px;
    background-color: #0A1628;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
}


/* Адаптив */
@media(min-width: 500px) and (max-width:  680px){
    .footer{ font-size: 14px; }
}
@media(min-width: 365px) and (max-width:  499px){
    .footer{ font-size: 13px; }
}
@media(min-width: 320px) and (max-width:  364px){
    .footer{ font-size: 12px; }
}
@media(min-width: 0px) and (max-width:  319px){
    .footer{ font-size: 11px; }
}