footer{
    padding: 70px 0 55px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color:#FFB800;
    background-position: center;
    position: relative;
    overflow: hidden;
}

footer:before{
    content:'';
    background: url("../img/decor.svg");
    background-repeat: no-repeat;
    background-position: right;
    width: 515px;
    height: 475px;
    position: absolute;
    right: 0;
    top:100px
}

footer .container{
    width: 730px;
    position: relative;
    z-index: 1;
    max-width: 100%;
}


footer .footer_menu a{
    color:#FFB800;
    text-decoration: none;
}

footer .footer_download{
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: baseline;
}

footer .footer_title{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

footer  .download a{
    margin: 0 10px;
}
footer  .download .flex{
    margin-bottom: 50px;
}

footer .footer_logo{
    text-align: center;
}

footer .download{
    margin-top: 40px;
}

footer .qr img{
    border-radius: 20px;
    width: 147px;
    height: 147px;
}

.footer_menu{
    justify-content: center;
    flex-wrap: wrap;
    width: 590px;
    max-height: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.footer_menu li{
margin: 0 15px;
}

.footer_menu li a{
    color: #FFB800;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.footer_social{
    justify-content: center;
    margin-bottom: 40px;
}
.footer_social li{
    margin: 0 10px;
}

.copyright{
    color: #FFB800;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

@media (max-width: 992px) {
    footer:before{
        filter: brightness(0.5);
    }
}

@media (max-width: 768px) {
    footer .footer_title{
        font-size: 21px;
        font-weight: 700;
        line-height: 35px;
        text-align: center;
    }
    footer .footer_logo{
        display: none;
    }
    footer .qr{
        display: none;
    }
    footer .download{
        margin-top: 0;
    }
    footer .download .flex{
        margin-bottom: 0;
    }
    footer .footer_download{
        justify-content: center;
    }
    .footer_menu{
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        margin-bottom: 33px;
        width: auto;
    }
    .footer_menu li{
        text-align: center;
        margin-bottom: 25px;
    }
    .footer_menu li:last-child{
        margin-bottom: 0;
    }
    footer:before{
        right: -50%;
    }
    .footer_menu li a{
        font-size: 16px;
        line-height: 19px;
    }
    .footer_social{
        margin-bottom: 30px;
    }
    footer{
        padding-top: 45px;
    }
}
