footer{width: 91%;margin-top: auto;background: linear-gradient(180deg, #0F0F0F 0%, #010314 100%);border-radius: 40px 40px 0 0;z-index: 10;display: flex;flex-direction: column;align-items: center;border: 1px solid #1C1C1C;padding-bottom: 20px;min-width: 1022px;}
.footer-info{width: 80%;display: flex;justify-content: space-between;margin-top: 50px;}
.info-item{display: flex;flex-direction: column;color: white;font-family: "Mont-Regular";font-size: 20px;gap: 8px;}
.info-item.small{display: none;}
.info-item.info-small{display: none;}
.info-text{font-size: 13px;text-decoration: none;color: white;}
.info-btn{width: 198px;height: 51px;display: flex;text-align: center;align-items: center;justify-content: center;font-family: "Mont-Regular";font-size: 13px;color: white;border-radius: 50px;border: none;background: #D92570;}
.info-btn.transparent{background: transparent;border: 1px solid white;}
.footer-age{width: 80%;display: flex;justify-content: start;font-family: "Mont-Regular";font-size: 10px;color: white;margin-top: 60px;}
.info-item.partner-small{display: none;}

@media(max-width: 1024px){
    footer{width: calc(100% - 2px);min-width: auto;}
    .footer-info{width: 80%;}
    .footer-age{width: 80%;}
    .info-item.small{display: flex; flex-direction: row; width: 80%; margin-top: 40px; justify-content: space-between;}
    .info-item.big{display: none;}
    .info-btn{width: 321px;}
}

@media(max-width: 650px){
    .info-item.info-big{display: none;}
    .footer-info{width: 50%; min-width: 290px;}
    .info-item.info-small{display: flex; margin-top: 30px; width: 50%; min-width: 290px;}
    .info-item.partner-small{display: flex;}
    .info-item.partner-big{display: none;}
    .info-item.small{flex-direction: column; width: 50%; min-width: 290px;}
    .info-btn{width: 100%;}
    .btn-block{margin-top: 30px;}
    .footer-age{width: 50%; min-width: 290px;}
}