.parskala_mt_prefooter{
    background: rgba(245 245 245)!important;
    border-radius: 0.75rem!important;
    padding: 0 20px;
    display: flex!important;
    justify-content: space-between!important;
}
.mobit .foot-box{
    width: 25%;
    padding: 0 5px;
}
.footer-ser-mobit{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    align-items: center!important;
}
.main-footer.mobit{
    border-top: 0;
  }
.footer-ser-mobit>* {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.parskala_footer_feature a{
    width: 145px;
    height: 155px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.parskala_footer_feature_title{
    line-height: 1.75rem;
    font-size: 12px;
    color: rgb(63 67 77);
    font-weight: 600;  
}
.ser-image-mobit{
    width: 65px;
    height: 85px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ser-image-mobit img{
    width: 100%;
    height: 100%;
}
.main-footer.mobit .jump-box{
    display: flex!important;
    width: 100%!important;
    justify-content: center!important;
    border: 0;
}
.main-footer.mobit .jump-box a{
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245 245 245);
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    color: #919191;
    cursor: pointer;
    gap: 10px;
    padding-top: 14px;
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.main-footer.mobit .jump-box span {
    font-size: unset;
    font-weight: 400;
    color: unset;
}
.main-footer.mobit .jump-box i{
    margin: unset;
}
.title-fooer-mobit{
    font-weight: 800;
    line-height: 1.75rem;
    font-size: 13px;
}
.main-footer.mobit .boxer-tells.block{
    display: block;
    margin-top: 10px;
}
.main-footer.mobit .text-number,.main-footer.mobit  .support,.main-footer.mobit  .one-number,.main-footer.mobit  .tow-number{
    font-size: 14px;
    font-weight: 400;
}
.main-footer.mobit .text-number{
    font-size: 13px;
    color: rgb(93 102 112);
    margin-left: 10px;
}
.foot-dn-app .dn-box{

}
.main-footer.mobit .foot-dn-app .img-dn-link {
    width: 136px;
    height: 40px;
    margin-right: 10px;
    border: 0;
    border-radius: 11px;
}
.foot-dn-app .img-dn-link img{
    box-shadow: 0 0 20px rgba(0,0,0,.0784313725490196);
}
.main-footer.mobit  .foot-dn-app .dn-box {
    width: 100%;
    padding: 10px 0;
    border-radius: 10px;
}
.main-footer.mobit .dn-box .dn-link span{
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-top: 17px;
    text-shadow: unset;
}

@media (max-width: 990px) {

    .parskala_mt_prefooter{
        flex-direction: column;
    }
    .footer-ser-mobit{
        justify-content: center;
    }
    .footer-s .main-footer .continer .foot-dn-app .imgs-dn{
        margin-top: 0 !important;
    }
    .main-footer.mobit .dn-box .dn-link span{
        margin-top: 0;
    }
    .main-footer.mobit .text-number, .main-footer.mobit .support, .main-footer.mobit .one-number, .main-footer.mobit .tow-number {
        font-size: 12px;
        font-weight: 500;
    }

}