.pbuttomsection {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pbackbatton,
.pauuthbutton {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 11px 26px 12px 25px;
    white-space: nowrap;
    border-radius: 25px;
    background: #E44330;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    height: 40px;
    margin-top: 21px;
}

/* Верхнее мобильное меню персональной страницы. */
.lk_mobile_topmenu {
    border-top: 1px solid #EAEAEA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 58px;
}

.lk_mobile_topmenu .button-wrap {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%;
    display: flex;
}

.lk_mobile_topmenu .button-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    line-height: 1;
}

.lk_mobile_topmenu .button-wrap a span {
    margin-top: 5px;
    font-size: 12px;
    color: #888888;
}

.lk_mobile_topmenu .button-wrap svg {
    fill: #888888;
}

.lk_mobile_topmenu .button-wrap.active svg {
    fill: #E44430;
}

.lk_mobile_topmenu .button-wrap.active a span {
    color: #333333;
    font-weight: 500;
}

.lk_tabs .lk_tab {
    display: none;
}

.lk_tabs .lk_tab.active {
    display: block;
}

/* Персональная страница. */
.lk_row {
    display: grid;
}

.lk_row .lk_left {
    -ms-flex-order: 2;
    order: 2;
}

.lk_row .lk_right {
    -ms-flex-order: 1;
    order: 1;
}

@media (min-width: 768px) {
    .lk_mobile_topmenu {
        display: none;
    }

    .lk_tabs .lk_tab.tab-profile,
    .lk_tabs .lk_tab.tab-history {
        margin-top: 40px;
        display: block;
    }

    .lk_tabs .lk_tab.tab-personal,
    .lk_tabs .lk_tab.tab-akcii {
        display: block;
    }

    .lk_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }

    .lk_row .lk_left,
    .lk_row .lk_right {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .lk_row .lk_left {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex-order: 1;
        order: 1;
    }

    .lk_row .lk_right {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex-order: 2;
        order: 2;
    }
}
