@media (max-width: 990px) {
    body{
        background: #fff;
    }
    .main_section{
        background: #fff;
    }
    .header{
        padding: 10px 0;
    }
    .header_city span{
        margin-left: 4px;
    }
    .main_section_wrap{
        padding: 0;
        margin-top: 28px;
    }
    .main_section h2{
        font-size: 46px;
        line-height: 54px;
    }
    .main_section p{
        font-size: 16px;
        line-height: 24px;
    }
    .main_section a{
        font-size: 14px;
        line-height: 20px;
    }
    .header_list{
        justify-content: center;
        margin-top: 80px;
    }
    .header_list a{
        background: none;
        margin-bottom: 0;
    }
    .footer_text{
        margin-top: 0;
    }
    .footer-socials{
        justify-content: center;
    }
    .app-badges{
        justify-content: center;
    }
    .kp-footer .copyright{
        text-align: center;
        color: #89939f;
    }
    .kp-footer{
        margin-top: 20px;
    }
}