footer{
    background: #003266;
    border-radius: 15px 15px 0 0;
    margin-top: 30px;
}
.footer-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
}
.footer-logo__img{
    display: flex;
    max-width: 236px;
    width: 100%;
}
.footer-logo__img img{
    width: 100%;
}
.footer-menu{
    display: flex;
    align-items: center;
}
.footer-menu a, .footer-menu button{
    align-items: center;
    color: #1183d3;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color .3s ease;
    margin: 0 10px;
    background: unset;
}
.footer-menu a:hover{
    color: #ffffff;
}
.footer-menu button:hover{
    color: #ffffff;
}
.age_limit{
    align-items: center;
    border: 2px solid #09437f;
    border-radius: 50%;
    color: #1183d3;
    direction: ltr;
    display: flex;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    width: 40px;
    font-size: 16px;
}

.footer-middle{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.footer-middle__icon {
    background-color: #04386e;
    border-radius: 16px;
    margin-left: 20px;
    padding: 10px 20px;
    width: 88%;
}
.footer-middle__icon ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer-middle__icon ul li{
    height: 27px;
}
.footer-middle__icon ul li svg{
    height: 100%;
    width: 100%;
}
.footer__flex{
    background-color: #04386e;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.footer__icon{
    height: 56px;
    display: flex;
    align-items: center;
}

@media (max-width: 1799px){
    .footer-menu a, .footer-menu button {
        font-size: 14px;
    }
    .footer-logo__img {
        max-width: 200px;
    }
    .footer-top {
        padding: 20px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-menu {
        margin-top: 20px;
    }
    .footer-menu a, .footer-menu button {
        margin: 0;
        margin-right: 20px;
    }
    .age_limit {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}
@media (max-width: 1199px){
    .footer-middle__icon {
        margin-left: 10px;
        padding: 10px 10px;
    }
    .footer__icon {
        height: 25px;
    }
    .footer__icon svg{
        width: 100%;
        height: 100%;
    }
    .footer-middle__icon ul li {
        height: 21px;
    }
    .footer-middle__icon {
        padding: 10px 18px;
    }
}
@media (max-width: 1099px){
   footer .download-block {
       display: flex;
   }
}
@media (max-width: 760px){
    .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-menu a, .footer-menu button {
        margin: 5px 10px;
        font-size: 16px;
    }
    .footer__icon {
        height: 21px;
    }
    .footer-middle {
        margin-top: 12px;
        flex-direction: column;
    }
    .footer-middle__icon {
        margin-left: 0;
        width: 100%;
        padding: 10px 10px;
        margin-top: 10px;
    }
    footer .download-block {
        display: flex;
        max-width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 570px){
    .footer__icon {
        height: 13px;
    }
    .footer__flex {
        padding: 10px 15px;
        margin-top: 20px;
    }
    .footer-middle {
        padding: 0 15px;
    }
    .footer-menu a, .footer-menu button {
        margin: 4px 9px;
        font-size: 15px;
    }
}