.b--header__main__row {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .b--header__main__col_lang_switch {
        margin: 15px 0 0 0;
    }

    .b--header__main__row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

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

    .b--header__main__search__toggle {
        margin-top: 0;
    }
    
    .b--header__contact__toggle {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .b--cart-widget__price {
        margin-right: 10px;
    }
}

body.page-cart .b--header__main__col.b--header__main__col_1,
body.page-checkout-order-information .b--header__main__col.b--header__main__col_1,
body.page--checkout-one-click .b--header__main__col.b--header__main__col_1 {
    display: flex;
    margin-right: auto;
}


@media screen and (min-width: 1280px) {
    body.not-front .b--header__main__col.b--header__main__col_2 {
        width: 180px;
    }
}

.view-product .pager .pager__items  {
    margin-bottom: 40px;
}