.container-lc {
    display: flex;
    flex-direction: row;
}

.lc-container {
    max-width: 750px;
    width: 100%;
}

.lc-container h2:not(.zak_title) {
    margin-top: 0;
}

.container-loyal {
    margin-bottom: 125px;
}

.center-feedback h2 {
    margin-top: 0;
    font-size: 30px;
}

.face-blok {
    margin-left: 60px;
    max-width: 20%;
    max-height: 30%;
}

.left-menu-list {
    max-width: 265px;
    margin: 0px;
    margin-right: 60px;
}

ul.menu-list li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -16px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.1;
}

.menu-list {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    list-style: none;
    background: #F9F9F9;
    padding: 5px 0px;
    font-weight: 500;
    margin: 0;
}

.menu-list li {
    margin: 25px 30px 30px 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.menu-list a {
    padding-left: 18px;
    color: black;
    text-decoration: #F9F9F9;
}

.menu-list a:hover {
    color: #E66933
}

.brend-list li {
    margin: 25px 0px 30px;
    position: relative;
    display: flex;
    align-items: center;
}

ul.brend-list li:not(:last-child):after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -16px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.05;
}

.brend-list b {
    font-style: normal;
    font-weight: 800;
}

.brend-list {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    list-style: none;
    background: #F9F9F9;
    padding: 20px 30px 30px;
    margin-top: 0px;
}

.brend {
    font-style: normal;
    color: black;
    font-weight: 450;
    text-decoration: #F9F9F9;
}

.all-brend {
    font-size: 14px;
    text-decoration: #F9F9F9;
}

.text-stat {
    font-size: 18px;
}

.border-line {
    position: relative;
}

.border-line:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.05;
    margin-bottom: -50px;
}

.feed-back {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.text-mes {
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
}

.text-area {
    margin: 0px 0px 20px 0px;
    min-height: 190px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    resize: none;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    padding: 16px;
}

.check-boxes {
    display: flex;
    flex-direction: row;
    margin-bottom: 70px;
}

.check-box-txt {
    margin-top: 10px;
    margin-bottom: 10px;
}

.button-feedback {
    margin-left: auto;
}

.user__photo {
    width: 80px;
    height: 80px;
}

.container-lc .face-blok img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.face-blok {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    height: 342px;
    width: 100%;
    text-align: center;
    max-width: 230px;
    max-height: 342px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.face-img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.border-line-face {
    position: relative;
    display: flex;
    flex-direction: row;
}

.border-line-face:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.05;
    margin-bottom: -16px;
}

.user__image {
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 80px;
    height: 80px;
}

.user__image--ld {
    min-width: 80px;
    width: 80px;
    height: 80px;
}

.title {
    font-size: 14px;
    color: #747474;
    margin: 0px;
    font-family: Ubuntu;
    font-style: normal;
}

.sub-title {
    font-size: 14px;
    color: black;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.face-info {
    margin-top: 31px;
}

.loyal-content {
    display: flex;
    flex-direction: row;
}

.loyal-card {
    width: 361px;
    height: 112px;
    background: #F5F0F0;
    padding: 25px 30px 25px 30px;
    display: flex;
    flex-direction: row;
    margin-right: 13px;
}

.bonus-name-card {
    width: 361px;
    height: 155px;
    background: #F5F0F0;
    padding: 25px 30px 25px 30px;
    display: flex;
    flex-direction: row;
}

.card-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    width: 204px;
    color: #747474;
}

.numb-card {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    width: 204px;
}

.card-text-name {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 34px;
    width: 204px;
    color: #747474;
}

.numb-card-name {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    width: 204px;
    margin: 0px !important;
}

.bonus-card {
    /*width: 361px;*/
    width: 50%;
    height: 112px;
    background: #F9F9F9;
    padding: 25px 30px 25px 30px;
    display: flex;
    flex-direction: row;
    margin-left: 13px;
}

.bonus-ball-card {
    width: 361px;
    height: 155px;
    background: #F9F9F9;
    padding: 25px 30px 25px 30px;
    display: flex;
    flex-direction: row;
    margin-left: 26px;
}

.loyal__icon {
    width: 46px;
    height: 46px;
    background-color: #fff;
    display: flex;
    border-radius: 50%;
    margin: 12px 0 0 auto;
    box-shadow: 0px 4px 20px #EAD9D9;
}

.loyal__icon .card-img,
.loyal__icon .bonus-img {
    margin: auto;
}

.info-card-blok {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #747474;
    margin-top: 35px;
}

.info-card-blok-a {
    text-decoration: #F9F9F9;
}

.rub {
    font-family: 'PT Sans', serif;
}

.contact-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140%;
}

.ld-form {
    display: flex;
    flex-direction: column;
}

.ld-form label {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 10px;
}

.text-mes-ld-foto {
    align-self: center;
    margin-left: 10px;
}

.data__row {
    display: flex;
    flex-direction: row;
}

.ld-lable {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    /* identical to box height, or 17px */
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 10px;
}

.ld-image {
    display: flex;
    flex-direction: row;
}

.data__row .right-input,
.data__row .left-input {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.m-and-w {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Ubuntu;
    font-style: normal;
    padding: 16px;
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 18px;
    line-height: 21px;
    max-width: 100%;
    width: 100%;
    background: #F5F5F5 url(http://cdn.onlinewebfonts.com/svg/img_295694.svg) no-repeat right 15px center;
    background-size: 16px;
}

.text-mes-ld {
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
}

.text-mes-ld-adress {
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    max-width: 100%;
    width: 100%;
}

.face-img-foto {
    border-radius: 100px;
}


/* .text-mes-ld-foto {
    align-items: center;
    display: none;
}

.btn-text {
    border-bottom: 2px dotted black;
    margin-top: 25px;
} */

.border-line-ld {
    position: relative;
}

.border-line-ld:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.05;
    margin-bottom: -40px;
}

.ld-image {
    margin-bottom: 75px;
}

.ld-data-site {
    margin-bottom: 75px;
}

.button-reset {
    max-height: 50px;
    max-width: 145px;
    margin-left: 0px !important;
}

.button-save {
    margin-top: 0px !important;
    height: 50px;
    width: 242px;
    text-align: center;
    padding: 0px !important;
    margin-left: 26px;
}

.ld-butn {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 70px;
}

@media(max-width:1439px) {
    .bonus-ball-card {
        margin-left: 0px !important;
        margin-top: 30px !important;
    }
}


/* REGISTR PAGE */


/* REGISTR PAGE */


/* REGISTR PAGE */


/* REGISTR PAGE */


/* REGISTR PAGE */


/* REGISTR PAGE */

.container-reg {
    display: flex;
    flex-direction: column;
    max-width: 750px;
    width: 100%;
    font-family: Ubuntu;
    font-style: normal;
}

.border-line-reg {
    position: relative;
}

.border-line-reg:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.05;
    margin-bottom: -30px;
}

.check-boxes-col {
    margin-top: 50px;
}

.check-boxes-auth {}

.data_center {
    align-items: center;
}

.button-reg {
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-reg {
    margin-bottom: 30px;
    align-self: center;
    font-size: 18px;
}

.container-reg label {
    margin-bottom: 10px;
}

.container-auth {
    display: flex;
    flex-direction: column;
    font-family: Ubuntu;
    font-style: normal;
    width: 500px;
}

.container-auth label {
    margin-bottom: 20px;
}

.container-auth .data__col {
    margin-top: 32px;
}

.container-auth .user__data {
    display: flex;
    flex-direction: column;
}

.container-auth .button-auth {
    margin-top: 50px;
}

.container-auth .bottom__auth--container {
    margin-bottom: 50px;
    text-align: center;
}

.container-auth .border-line-reg {
    text-align: center;
}

.container-auth .text-mes-ld {
    max-width: 100%;
}

.container-auth .page-title {
    text-align: center;
}

.recovery {
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
}

.container-rec .border-line-reg {
    text-align: left;
    font-family: Ubuntu;
    font-style: normal;
}

.container-rec {
    font-family: Ubuntu;
    font-style: normal;
}

.container-rec .data__col p {
    text-align: center;
}

@media (max-width:500px) {
    .container-rec {
        max-width: 300px;
    }
    .container-auth {
        max-width: 300px;
    }
    .container-reg .data__row {
        flex-direction: column;
    }
}

.title-success {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.p-success {
    text-align: justify;
    margin-bottom: 10px !important;
}

.title-success-2 {
    margin: 0px !important;
}

.quantity-success {
    justify-content: flex-end;
}

.quantity__span {
    margin-top: 5px;
    text-align: center;
}

.delivery-group h2 {
    margin-top: 10px !important;
    margin-bottom: 0px;
}

.delivery-store-check {
    display: flex;
    flex-direction: column;
}

.delivery-block-title {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 500;
}

.input-delivery-contacts {
    display: flex;
    flex-direction: column;
}

.text-contacts {
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    max-height: 50px;
}

.delivery-group label {
    margin-bottom: 10px;
}

.delivery-group .input-delivery-country label {
    margin-bottom: 10px !important;
}

.text-contacts-area {
    margin: 0px 0px 20px 0px;
    min-height: 50px;
    background: #F5F5F5;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 16px;
    width: 100%;
    font-size: 16px;
    min-height: 100px;
}

.td-politic {
    text-align: center;
}

.td-politic-1 {
    padding-top: 20px !important;
    padding-bottom: 50px !important;
}

.border-line-reg-1 {
    position: relative;
}

.border-line-reg-1:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 1px;
    left: 0;
    height: 2px;
    background-color: #000000;
    opacity: 0.05;
    margin-bottom: 190px;
}

.personal__order {
    display: flex;
    flex-direction: column;
}

.bx-auth-profile input[type="submit"] {
    height: 50px;
    width: 242px;
    padding: 0px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 1rem 1.05rem;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-family: inherit;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    vertical-align: middle;
    background: #E66933;
    border: 1px solid #E66933;
    border-radius: 0;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
}

.hidden {
    display: none;
}

.bx-auth-profile tbody {
    display: flex;
}