.injected-text {
    position: absolute;
    top: 259px;
    width: 261%;
}

@media all and (max-width:959px) {
    .injected-text {
        position: static;
        width: 100%;
    }
}

.form_agreement{
    display: flex;
    justify-content: space-between;
}
.form_agreement label{
    line-height:initial;
    color:black;
}

.service_form.form_agreement{
    margin-top: 20px;
    width: 100%;
}

.footer-sprite{
    font-size: 12px;
    color: #423a3a;
    width: 940px;
    margin: 30px auto;
    position: relative;
    top: -20px;
    font-weight: bolder;
}

@media all and (max-width: 990px){
    .footer-sprite{
        width: 100%;
        top: 0px;
    }
.small_none{
 display:none;
}

.header a.phone {
    font-size: 26px;
}


}