.order-info {
    margin-top: 0px !important;
    margin-left: 30px !important;
}

.order-content>.row:nth-child(2)>.column>h3 {
    width: 160px;
}

@media only screen and (max-width: 1170px) {
    .order-name>h3:first-child {
        width: 250px !important;
    }
}

@media only screen and (max-width: 1395px) {
    .order-content {
        height: 405px !important;
    }

    .order-info {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .order-content>.row:nth-child(2)>.column:first-child {
        margin-right: 10px !important;
    }

    .order-info {
        margin-left: 0px !important;
    }

}

@media only screen and (max-width: 990px) {
    .driverinfodiv {
        height: 830px;
    }
}

.order-details>h3 {
    width: auto !important;
    font-size: 22px !important;
}

@media only screen and (max-width: 990px) {
    html[lang="ru"] .order-details {
        height: 907px;
    }
}