.navigation {
  gap: 10px 25px !important;
}

.m-foot-top-form .ver,
.m-foot-top-form .form-btm{
    width: 100%;
}

@media screen and (max-width: 1300px) and (min-width: 1000px) {
    .m-foot-top-form .form-btm{
        flex-wrap: wrap;
    }
    
    .m-foot-top-form .form-btm>*{
        width: 100%;
    }
}

@media screen and (max-width: 767px){
    .m-foot-top-form .form-btm{
        flex-wrap: wrap;
    }
    
    .m-foot-top-form .form-btm>*{
        width: 100%;
    }
}
