.footer-top {
    padding: 40px 0;
}

@media(max-width: 991px) {
    .footer-top {
        padding: 30px 0;
    }
}

footer br {
    display: block;
}

footer a {
    font-family: 'Helveticaneuecyr-Roman';
    color: #000;
}

footer a:hover {
    color: #bb1d1d;
}

footer h6 {
    text-align: left;
}

@media(max-width: 767px) {
    footer h6 {
        text-align: center;
    }
}

footer ul {
    display: flex;
    flex-wrap: wrap;
}

footer li {
    width: 50%;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    padding-right: 20px;
    margin-top: 8px;
}

@media(max-width: 767px) {
    footer li {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}

@media(min-width: 1601px) {
    footer p, footer li {
        font-size: 18px;
    }
}

.footer-w4 {
    width: 25%;
}

@media(max-width: 1850px) {  
    .f-col1 {
        width: 23%;
    }
    .f-col3 {
        width: 22%;
    }
    .f-col4 {
        width: 30%;
    }
}

@media(max-width: 1450px) {  
    .footer-w4 {
        width: 33.333%;
    }
    .f-col1 {
        width: 100%;
    }
    .f-col3 {
        width: 28%;
    }
    .f-col4 {
        width: 38.667%;
    }
}

@media(max-width: 1120px) {  
    .footer-w4 {
        width: 50%;
    }
}

@media(max-width: 991px) {  
    .f-col1, .f-col3 {
        width: 40%;
    }
    .f-col2, .f-col4 {
        width: 60%;
    }
}

@media(max-width: 767px) {  
    .footer-w4 {
        width: 100%;
    }
    .footer-w4 p {
        text-align: center;
    }
}

.copy-block {
    border-top: 1px solid rgba(0,0,0,0.25);
    padding: 30px 0 34px 0;
}

.copy {
    width: 10%;
    flex: 1 1;
    padding-right: 30px;
}

@media(max-width: 767px) {
    .copy {
        width: 100%;
        flex: none;
        text-align: center;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.copy p {
    line-height: 1.5;
}

.cards {
    max-height: 35px;
}

@media(max-width: 767px) {
    .cards {
        margin: 0 auto;
    }
}

footer .social-media {
    padding-top: 20px;
}

footer .social-media svg { 
    fill: #525252;
}

footer .social-media a:hover {
    background-color: #525252;
}

footer .social-media a:hover svg { 
    fill: #fff;
}

@media(max-width: 767px) {
    footer .social-media {
        justify-content: center;
    }
}