.lk .container {
  display: flex;
  gap: 78px;
}

.lk__left {
  width: 207px;
}

.lk__right {
  width: calc(100% - 207px);
}

.lk__right__item {
  display: none;
}

.lk__right .item--active {
  display: block;
}

.lk__profile {
  margin-bottom: 30px;
  align-items: center;
}

.lk__profile img {
  width: 42px;
  height: 42px;
  border-radius: 150px;
  object-fit: cover;
  margin-right: 10px;
}

.lk__profile__name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.lk__profile__descr {
  color: #8d939b;
  font-size: 10px;
}

.lk__profile__menu a {
  display: flex;
  font-size: 14px;
  color: #243228;
  align-items: center;
}

.lk__profile__menu a svg {
  margin-right: 10px;
}

.lk__profile__menu .lk__exit span {
  color: #b3b7bc;
}

.lk__profile__menu li {
  padding: 7px 11px;
  margin-bottom: 15px;
}

.lk__profile__menu li:hover a {
  color: #21ab4a;
}

.lk__profile__menu li:hover svg path {
  stroke: #21ab4a;
}

.lk__profile__menu li:hover .lk__exit span {
  color: #21ab4a;
}

.lk__profile__menu .active {
  border: 1px solid #ededed;
  border-radius: 20px;
}

.lk__profile__menu .active a {
  color: #21ab4a;
}

.lk__profile__menu .active svg path {
  stroke: #21ab4a;
}

.lk__profile__bonus {
  background: #21ab4a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 20px;
  margin-left: 10px;
}

.lk__right__plate {
  margin-bottom: 50px;
  padding: 23px 10px 10px 10px;
  border-radius: 30px;
  background: #f6f8fb;
}

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

.lk__right__plate__top {
  margin-bottom: 20px;
  margin-left: 20px;
}

.lk__right__plate__top__right {
  align-items: center;
  gap: 10px;
}

.lk__right__plate__status {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 7px;
}

.lk__right__plate__status span {
  color: #21ab4a;
  font-weight: 700;
}

.lk__right__plate__title {
  font-size: 20px;
  font-weight: 500;
}

.lk__right__plate__doc {
  background: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  color: #243228;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 15px;
  align-items: center;
}

.lk__right__plate__doc svg {
  margin-left: 10px;
}

.lk__right__plate__doc:hover svg path {
  fill: #21ab4a;
}

.lk__right__plate__state {
  border-radius: 50px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 15px;
  display: flex;
  align-items: center;
}

.lk__right__plate__state svg {
  margin-left: 10px;
}

.lk__right__plate .done {
  background: #243228;
}

.lk__right__plate .wait {
  background: #21ab4a;
}

.lk__right__plate__body {
  gap: 28px;
}

.lk__right__plate__body__left {
  padding: 18px;
  border-radius: 20px;
  width: 75%;
  height: fit-content;
  background: #fff;
}

.lk__right__plate__body__right {
  width: 25%;
}

.lk__right__plate__body__row {
  justify-content: space-between;
  gap: 8px;
}

.lk__right__plate__body__col {
  border-top: 1px solid #d7dbe2;
  padding: 8px 0;
  width: 60%;
  font-size: 12px;
}

.lk__right__plate__body__col:nth-child(2) {
  width: 40%;
  font-weight: 700;
}

.lk__right__plate__body__total {
  font-weight: 700;
}

.lk__right__plate__body__total .lk__right__plate__body__col {
  font-size: 16px;
}

.lk__right__plate__position {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.lk__right__plate__position:last-child {
  border: none;
}

.lk__right__plate__position__info {
  color: #243228;
  margin-right: auto;
}

.lk__right__plate__position__info p {
  font-size: 12px;
}

.lk__right__plate__position__info span {
  font-size: 12px;
  color: #a1a1a1;
}

.lk__right__plate__position__col {
  margin-left: 25px;
}

.lk__right__plate__position__col p {
  font-size: 12px;
  font-weight: 700;
}

.lk__right__plate__position__col span {
  font-size: 12px;
  color: #a1a1a1;
}

.lk__right__plate__position__price1 p {
  font-weight: 400;
}

.lk__right__plate__position img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
  margin-right: 13px;
}

.lk__bonus__top {
  margin-bottom: 55px;
  gap: 15px;
  flex-wrap: wrap;
}

.lk__bonus__top__item {
  padding: 13px 21px;
  background: #eceef3;
  border-radius: 30px;
  max-width: 400px;
  align-items: center;
}

.lk__bonus__top__item .lk__bonus__top__item__right {
  margin-left: 10px;
}

.lk__bonus__top__green {
  background: #21ab4a;
  color: #fff;
}

.lk__bonus__top__green .lk__bonus__top__item__right {
  margin-right: 30px;
  margin-left: 0;
}

.lk__bonus__top__green .lk__bonus__top__item__right p {
  font-size: 12px;
  margin-bottom: 4px;
}

.lk__bonus__top__green .lk__bonus__top__item__right span {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}

.lk__bonus__table .lk__bonus__title {
  font-size: 24px;
  font-weight: 500;
  color: #21ab4a;
  margin-bottom: 18px;
}

.lk__bonus__table__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lk__bonus__table__row:nth-child(1) .lk__bonus__table__col {
  font-weight: 500;
}

.lk__bonus__table__row:nth-child(odd) .lk__bonus__table__col {
  background: linear-gradient(96deg, #eceef3 0%, #f9fafd 33.85%, #f3f6fb 63.02%, #fafafc 100%);
}

.lk__bonus__table__col {
  border-radius: 10px;
  padding: 10px 16px;
}

.lk__bonus__table__wrapper-6 .lk__bonus__table__row {
  grid-template-columns: 1fr 2fr 1fr 1fr 1.5fr 1fr;
}

.lk__bonus__table__wrapper-6 .lk__bonus__table__col:last-child svg {
  margin-left: 10px;
}

.lk__settings .btn {
  margin-top: 25px;
}

.lk__settings__top {
  margin-bottom: 50px;
}

.lk__settings__title {
  font-size: 24px;
  font-weight: 500;
  color: #21ab4a;
  margin-bottom: 23px;
}

.lk__settings__top__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 15px;
}

.lk__settings__main__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.lk__settings__main__grid .input:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 5;
}

.lk__settings__main__grid .input:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.lk__settings__main__grid .input:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
}

.lk__settings__main__grid .input:nth-child(8) {
  grid-column-start: 1;
  grid-column-end: 4;
}

.lk__settings__main__grid .input:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 3;
}

.lk-selector--active {
  background: #243228 !important;
  color: #fff;
}

.lk-selector--active span {
  color: #fff;
}

.sotr-table .lk__bonus__table__row {
  display: flex;
}

.sotr-table .lk__bonus__table__row:first-child .lk__bonus__table__col {
  font-weight: 400;
}

.sotr-table .lk__bonus__table__col {
  width: 100%;
  display: flex;
  align-items: center;
  width: 90px;
  min-width: 90px;
}

.sotr-table .lk__bonus__table__col:first-child {
  width: 300px;
  min-width: 300px;
}

@media screen and (max-width: 1080px) {
  .lk .catalog__right__top {
    display: flex;
  }
  .lk .container {
    flex-direction: column;
    gap: 25px;
  }
  .lk .lk__right {
    width: 100%;
  }
  .lk .lk__right__plate__top {
    flex-wrap: wrap;
    gap: 10px;
  }
  .lk .lk__right__plate__body {
    flex-direction: column;
  }
  .lk .lk__right__plate__body__left {
    width: 100%;
  }
  .lk .lk__right__plate__body__right {
    width: 100%;
    max-width: 400px;
  }
  .lk__bonus__table__wrapper {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .lk__bonus__table__wrapper::-webkit-scrollbar-thumb {
    border-radius: 50px;
  }
  .lk__bonus__table__row {
    display: grid;
    grid-template-columns: repeat(4, 200px);
  }
  .lk__bonus__table__wrapper-6 .lk__bonus__table__row {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .lk__settings__main__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .lk__settings__main__grid .input {
    grid-column-start: auto !important;
    grid-column-end: auto !important;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1320px) {
  .lk .container {
    gap: 25px;
  }
}
@media screen and (max-width: 650px) {
  .lk__right__plate__position {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .lk__right__plate__position__info {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .lk__right__plate__position__col {
    margin: 0;
  }
  .lk__right__plate__top {
    margin-left: 0;
  }
}