.b--header__main__row {
    display: flex;
}

@media screen and (max-width: 1199px) {
    .b--header__main__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .b--header__main__col.b--header__main__col_1 {
        margin-right: 15px;
    }

    .b--header__main__col.b--header__main__col_2 {
        padding-right: 10px;
    }

    .b--header__main__container {
        height: 100%;
    }

    .b--header__contact {
        padding-bottom: 0;
    }

    form.commerce-cart-form .form-actions .form-submit {
        max-width: 165px;
    }

    body.page-cart .b--header__contact, 
    body.page-checkout-order-information .b--header__contact, 
    body.page--checkout-one-click .b--header__contact {
        position: static;
    }

    body.page-cart .b--header__main__row, 
    body.page-checkout-order-information .b--header__main__row, 
    body.page--checkout-one-click .b--header__main__row {
        justify-content: space-between;
    }
}