.footer {
    box-sizing: border-box;
    margin-top: 40px
}

.footer__top-wrapper {
    background-color: #e2e5e1;
    margin-bottom: 30px
}

.footer__top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer__top a {
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 18px
}

.footer__bottom {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.footer__bottom-top {
    display: flex;
    align-items: center;
    gap: 40px
}

.footer__bottom-top img {
    max-width: 200px
}

.footer__bottom-top span {
    line-height: 1.5;
    font-size: 16px
}

.footer__bottom-center {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.footer__bottom-center img {
    max-width: 26px;
    width: 100%
}

.footer__bottom-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px
}

.footer__bottom-bottom span {
    line-height: 1.5;
    font-size: 16px
}

@media screen and (max-width: 800px) {
    .footer__bottom {
        padding-left:10px;
        padding-right: 10px;
        padding-bottom: 30px
    }

    .footer__top a {
        font-size: 13px
    }

    .footer__bottom-top {
        flex-direction: column
    }

    .footer__bottom-bottom {
        text-align: center
    }
}
