#header .header-slider__btn {
    margin-top: 30px;
}
@Media (max-width: 768px) {    
    .mob-box__title {
        position: absolute;
        top: 0;
        text-align: left;
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
    }
    .mob-box__text {
        position: absolute;
        top: 140px;
        text-align: left;
    }
    .mob-box__text p {
        font-weight: 400;
        font-size: 20px;
        line-height: 20px; 
    }
    .header-slider__btn {
        position: absolute;
        top: 200px; 
    }
    #header .header-phone__main-phone:before {
        font-size: 2rem;
    }
    #header .minmenu i {
        font-size: 35px;
        color: #fff;
    }

}