.lk-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 32px;
}

.lk-header:last-child {
  margin-bottom: 0;
}

.lk-header__img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
}

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

.lk-header__desc {
  margin: 2px 0 0;
}

.lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk__menu {
  width: 300px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lk__content {
  width: calc(100% - 320px);
}

.lk__menu-item {
  display: block;
  padding: 8px 16px;
  border-radius: 6px;
  line-height: 26px;
}

.lk__menu-item.active {
  font-weight: 900;
  background-color: #F2F2F2;
  color: #000 !important;
}

.lk__menu-line {
  margin: 16px;
  height: 1px;
  background-color: #E6E6E6;
}

.lk__title {
  margin-top: 36px;
  margin-bottom: 24px;
}

.lk__title:first-child {
  margin-top: 0;
}

.lk__title:last-child {
  margin-bottom: 0;
}

.lk__title span {
  color: #999;
}

.lk__avatar {
  margin-bottom: 24px;
}

.lk__avatar:last-child {
  margin-bottom: 0;
}

.lk__desc {
  margin-bottom: 24px;
}

.lk__desc:last-child {
  margin-bottom: 0;
}

.lk__empty {
  margin-top: -12px;
}

.lk__auctions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.lk__auctions-item:last-child {
  margin-bottom: 0;
}

.lk__auctions-item .auctions-aside__card {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
}

.lk__auctions-card {
  width: calc(100% - 60px);
}

.lk__favourites-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .25s;
  transition: .25s;
}

.lk__favourites-btn.loading {
  opacity: .4;
  pointer-events: none;
}

.lk__favourites-btn img:last-child {
  display: none;
}

.lk__favourites-btn.active img:first-child {
  display: none;
}

.lk__favourites-btn.active img:last-child {
  display: block;
}

.btn {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-small {
  font-size: 14px;
  line-height: 17px;
  padding: 6px 10px 7px;
  font-weight: 700;
}

.btn-red {
  color: #CC4514;
}

.main-input__tel ~ p.small-text {
  margin: 8px 0 0;
}

.main-input input[readonly] {
  border-color: #ccc !important;
  opacity: .4;
}

.lk-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-avatar__input {
  display: none;
}

.lk-avatar__left {
  width: 140px;
  height: 140px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.lk-avatar__sub {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 12px;
}

.lk-avatar__sub:last-child {
  margin-bottom: 0;
}

.lk-avatar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-avatar__btn {
  margin-right: 8px;
}

.lk-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -24px;
}

.lk-form__col {
  width: calc(50% - 6px);
  margin-bottom: 24px;
}

.lk-form__col--large {
  width: 100%;
}

.lk-form__col--medium {
  width: calc(75% - 6px);
}

.lk-form__col--small {
  width: calc(25% - 6px);
}

.lk-form__btn {
  margin-top: 24px;
}

.lk-form__desc {
  margin-top: 24px;
}

.lk-form__desc p {
  font-size: 14px;
  line-height: 19px;
  color: #999;
  margin-bottom: 12px;
}

.lk-form__desc p:last-child {
  margin-bottom: 0;
}

.main-select > p {
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 8px;
}

.main-select > p:last-child {
  margin-bottom: 0;
}

.lk-cards__item {
  margin-bottom: 12px;
}

.lk-cards__item:last-child {
  margin-bottom: 0;
}

.lk-cards__btn {
  margin-top: 12px;
}

.lk-cards__btn:first-child {
  margin-top: 0;
}
.lk-avatar__img-upload{
    border-radius: 50%;
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #997A28;
    cursor: pointer;
    user-select: none;
}
.lk-avatar__img-plus{
    width: 44px;
    height: 44px;
    position: relative;
}
.lk-avatar__img-plus span{
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background-color: #997A28;
}
.lk-avatar__img-plus span:last-child{
    transform: rotate(90deg);
}

@media (min-width: 992px) {
  .lk__menu-item {
    -webkit-transition: .25s;
    transition: .25s;
  }
  .lk__menu-item:hover {
    color: #997A28;
  }
  .lk__favourites-btn:hover {
    background-color: transparent;
    border-color: #999;
  }
}

@media (max-width: 991px) {
  .lk {
    display: block;
  }
  .lk__menu {
    width: auto;
    margin: 0 -16px 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6E6;
  }
  .lk-header {
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 0;
  }
  .lk-header {
    margin-top: -16px;
  }
  .lk__content {
    width: 100%;
  }
  .lk__menu-item{
    border-radius: 0;
    padding: 10px 16px;
  }
}

@media (max-width: 575px) {
  .lk-avatar__left {
    width: 80px;
    height: 80px;
    margin-right: 16px;
  }
  .lk-form__col {
    width: 100%;
  }
  .lk-form__btn .btn {
    display: block;
    width: 100%;
  }
  .lk-header__desc {
    font-size: 14px;
    line-height: 19px;
  }
  .lk-header__name {
    font-size: 17px;
    line-height: 26px;
  }
  .lk-avatar__img-plus{
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 374px) {
  .lk-avatar {
    display: block;
  }
  .lk-avatar__left {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
