@charset "utf-8";

footer {
    background: #3f434a;
    position: relative;
    min-height: 164px;
    color: white;
}
.footer__items {
    display: flex;
    justify-content: center;
}
.footer__item {
    text-align: center;
    padding-top: 50px;
    margin: 0 20px;
}
.footer__item > a {
    text-decoration: none;
    color: white;
}
.footer__copyright {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

@media screen and (max-width:781px){
    .footer__items {
        display: inline;
    }
    .footer__item {
        padding-top: 30px;
    }
}
