footer {
    padding-top: 55px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 25px;
}

footer .logo {
    margin-bottom: 30px;
}

.links-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 800px;
}

.links-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: center;
}

.links-col__title {
    font-size: 18px;
    color: #FA29CA;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: normal;
    margin: 15px 0;
    font-weight: bold;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin: 8px 0;
}

.footer-links li a, .links-col__text {
    font-family: 'Roboto', sans-serif;
}

.footer-links a:hover {
    color: #FF8AEC;
}

.footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer__social-links a {
    margin: 0 10px;
}

.footer-center {
    width: 100%;
    padding: 15px 0 30px;
    background-color: #530089;
}

.footer-center .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-center__affiliate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 465px;
}

.footer-center__affiliate-text {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.04em;
    color: #FFA3E5;
    font-size: 12px;
}

.age-limit {
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #FA29CA;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin: auto 80px;
}

.footer-protected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.protected-block {
    background-color: #FFFFFF;
    padding: 10px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.protected-block a {
    margin: 0 7px;
}

.footer-bottom {
    padding: 15px 0;
}

.footer-bottom__text {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
    color: #FF8AEC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.footer-bottom__text a, .footer-bottom__text span {
    margin: 5px 0;
}

.footer-bottom__text a {
    color: #FFFFFF;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ffffff;
}

.footer-bottom__text a:hover {
    text-decoration: underline;
}

@media(max-width: 900px) {
    .age-limit {
        margin: auto 30px;
    }
}

@media(max-width: 767px) {
    .age-limit {
        margin: 24px auto;
    }

    .footer-center .wrapper, .links-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .links-col {
        font-size: 16px;
    }

    .footer-links li {
        margin: 15px 0;
    }

    .protected-block img {
        max-width: 100%;
        height: auto;
    }
}