.lk-pay .btn {
  margin-top: 29px;
  width: 100%;
  max-width: 143px;
}
.lk-pay__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lk-pay__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.lk-pay__row {
  display: flex;
  gap: 30px;
  max-width: 670px;
}
@media screen and (max-width: 767px) {
  .lk-pay__row {
    flex-direction: column;
    max-width: 100%;
    gap: 15px;
  }
}
.lk-pay__box {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  .lk-pay__box {
    width: 100%;
  }
}
.lk-pay__box input[type=radio] {
  display: none;
}
.lk-pay__box input[type=radio]:checked + label {
  border-color: #FFBF01;
}
.lk-pay__item {
  box-shadow: 0 5px 20px 0 rgba(218, 218, 218, 0.1), 0 5px 20px 0 #dadada;
  background: #fff;
  padding: 20px 16px;
  border-radius: 10px;
  padding: 10px 12px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
  display: block;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
.lk-pay__item-title {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.1875;
  margin-bottom: 18px;
}
.lk-balance {
  margin-bottom: 71px;
}
.lk-history {
  max-width: 616px;
}
.lk-history .h1 {
  margin-bottom: 30px;
}
.lk-history__item {
  display: flex;
  width: 100%;
  background: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  gap: 30px;
  align-items: flex-start;
  padding: 16px 28px;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lk-history__item {
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 12px;
  }
}
.lk-history__item:last-child {
  margin-bottom: 0;
}
.lk-history__icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 162, 0, 0.2);
  flex-shrink: 0;
}
.lk-history__icon--purple {
  background: rgba(98, 91, 224, 0.2);
}
.lk-history__date {
  font-size: 14px;
  line-height: 1.25;
  max-width: 125px;display: flex;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .lk-history__date {
    width: calc(100% - 51px);
    max-width: 100%;
  }
}
.lk-history__info {
  width: 100%;
  max-width: 150px;display: flex;
  align-self: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lk-history__info {
    margin: 0;
    width: calc(60% - 6px);
  }
}
.lk-history__price {
  font-size: 20px;
  line-height: 1.25;
  white-space: nowrap;
  width: 150px;display: flex;
  align-self: center;
}
@media screen and (max-width: 767px) {
  .lk-history__price {
    margin: 0;
    width: calc(40% - 6px);
  }
}
.lk-history__title {
  font-size: 16px;
  line-height: 1.25;
}
.lk-history__value {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #8e8e8e;
}
@media screen and (max-width: 767px) {
  .lk-balance {
    margin-bottom: 30px;
  }
}
.lk-balance__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  margin-bottom: 12px;
}
.lk-balance__value {
  font-weight: 500;
  font-size: 32px;
  line-height: 0.75;
  color: #000;
}
.lk-pay__item-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.btn-blue {
  background: #080361;
  color: #fff;
}
.btn-blue:hover {
  background: #001998;
  color: #fff;
}
.lk-pay__item-item {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .__mobile_menu{display:none;}
}