footer{width: 100%; background: black; display: flex; align-items: center; margin-top: 30px; padding: 30px 0; justify-content: center;}
.footer-mobile{display: flex; align-items: center; flex-direction: column; gap: 50px;}
.footer-logo{width: 85%;}
.footer-logo img{width: 60%;max-width: 181px;}
.footer-menu-form{width: 85%; display: flex; flex-direction: column; gap: 50px;}
.footer-menu-list{width: 100%;display: flex;flex-wrap: wrap;gap: 10px 20px;}
.footer-menu-list a{color: #ADADAD; font-size: 16px; font-family: "Mont-light"; text-decoration: none; transition: all 0.3s ease;}
.footer-menu-list a:hover{color: white;}
.footer-form{width: 100%;border-radius: 10px;background: #262626;padding: 30px 0;display: flex;justify-content: center;}
.footer-form-content{width: 80%;display: flex;flex-direction: column;gap: 30px;}
.footer-form-content-title{width: 100%;font-size: 18px;font-family: "Mont-Bold";}
.footer-form-content-input{width: 100%;position: relative;display: flex;}
.footer-form-content-input input{width: 100%;height: 53px;border-radius: 60px;background: #0D0D0D;border: none;display: flex;align-items: center;box-sizing: border-box;padding-left: 20px; color: white;}
.footer-form-content-input button{height: 100%;aspect-ratio: 1/1;display: flex;align-items: center;justify-content: center;border-radius: 100%;background: linear-gradient(203deg, #00571D 0%, #87C212 100%);border: none;position: absolute;top: 0;right: 0; cursor: pointer;}
.footer-form-content-input button img{width: 14px;}
.footer-form-content-description{width: 100%;font-size: 18px;font-family: "Mont-light";color: #ADADAD;}
.footer-partner{width: 85%;display: flex;flex-direction: column;gap: 50px;}
.footer-partner span{width: 100%;color: #ADADAD;font-size: 16px;font-family: "Mont-light";}
.footer-partner-logo{width: 100%;display: flex;flex-wrap: wrap;gap: 20px 10px;}
.footer-partner-logo img{height: 30px;}
.footer-warning{width: 85%;display: flex;flex-direction: column;gap: 10px;}
.footer-warning-age{width: 100%;display: flex;align-items: center;gap: 10px;}
.footer-warning-age-count{aspect-ratio: 1/1;padding: 3px;border-radius: 50%;border: 1px solid #ADADAD;color: #ADADAD;font-size: 12px;font-family: "Mont-Medium";display: flex;align-items: center;justify-content: center;}
.footer-warning-age-text{color: #ADADAD;font-size: 15px;font-family: "Mont-light";}
.footer-warning-info{width: 100%;color: #ADADAD;font-size: 14px;font-family: "Mont-light";}
.footer-tablet{display: none;}
.footer-menu-list.comp{display: none;}
.footer-logo-img{cursor: pointer;}
.footer-partner-logo-item{cursor: pointer;}

@media(min-width:800px){
    .footer-mobile{display: none;}
    .footer-tablet{display: flex;justify-content: space-between;  width: 90%; height: fit-content; max-width: 1600px;}
    .footer-tablet-logo{width: 30%;  display: flex; flex-direction: column; justify-content: space-between; max-width: 215px;}
    .footer-tablet-logo img{width: 100%; max-width: 181px;}
    .footer-warning{width: 100%;}
    .footer-tablet-partner{width: 30%;  display: flex; flex-direction: column;}
    .footer-tablet-partner-block{width: 100%;display: flex; flex-direction: column;  gap: 30px;}
    .footer-tablet-partner-title{width: 100%;color: #ADADAD;font-size: 16px;font-family: "Mont-light";}
    .footer-tablet-form{width: 40%; display: flex; flex-direction: column; gap: 30px;}
}

@media(min-width: 1280px){
    .footer-tablet{width: 80%;}
    .footer-tablet-form{max-width: 404px;}
    .footer-tablet-partner{justify-content: space-between; max-width: 716px; width: 40%;}
    .footer-menu-list.comp{display: flex; gap:  10px 20px;}
    .footer-menu-list.tablet{display: none;}
}