.logo-footer img {
    height: 80px;
}

.logo-block {
    padding: 60px 0;
    padding-bottom: 35px;
}

@media(max-width: 767px) {
    .logo-footer img {
        height: 60px;
    }
    .logo-block {
        padding: 40px 0;
        padding-bottom: 30px;
    }
}

.footer-btn {
    margin-bottom: 33px;
}

.footer-link {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-link a {
    color: #000;
}

.footer-link a:hover {
    color: #0a9886;
}

footer ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-left: 50px;
    padding-top: 12px;
    padding-bottom: 32px;
}

@media(max-width: 520px) {
    footer ul {
        padding-left: 0;
    }
}

footer ul a {
    font-family: 'Futura-Medium';
    font-size: 17px;
    line-height: 1.2;
    color: #414141;
    text-transform: uppercase;
    transition: .3s;
}

footer ul a:hover {
    color: #0064c7;
    transition: .3s;
}

footer ul li {
    margin-right: 50px;
    margin-top: 23px;
}

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

.swiss p {
    padding-left: 15px;
    margin-top: 0;
}

.copy {
    padding: 40px 0;
}

@media(max-width: 520px) {
    .copy-text {
        width: 100%;
        text-align: center;
    }
    .swiss {
        width: 100%;
        justify-content: center;
        padding-top: 17px;
    }
    .copy {
        padding: 35px 0;
    }
}

.logo-footer img { width:100% !important; max-width:480px !important; height:auto !important; }
