.pesonal-page {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: #f7f8fc;
}

.pesonal-page__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(35px);
}

.pesonal-page-auth-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 500px;
  max-width: 100%;
  padding: 25px 25px 35px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffffff;
}

.pesonal-page-auth-modal__close {
  position: absolute;
  top: -32px;
  right: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

.pesonal-page-auth-modal__close-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.pesonal-page-auth-modal__close-icon::before,
.pesonal-page-auth-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform-origin: center;
}

.pesonal-page-auth-modal__close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.pesonal-page-auth-modal__close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

.pesonal-page-auth-modal__logo-row {
  display: flex;
  align-items: center;
  gap: 3.56px;
  height: 22px;
}

.pesonal-page-auth-modal__logo-main {
  display: block;
  width: 110.35px;
  height: 22.78px;
}

.pesonal-page-auth-modal__logo-id-image {
  display: block;
  width: 17.09px;
  height: 17.09px;
}

.pesonal-page-auth-modal__title {
  margin: 0;
  color: #1e1d22;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.pesonal-page-auth-modal__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 16px;
  box-sizing: border-box;
  border: 2px solid #f2f2f4;
  border-radius: 4px;
}

.pesonal-page-auth-modal__field-label {
  position: absolute;
  top: -9px;
  left: 13px;
  padding: 0 3px;
  color: #606266;
  background: #ffffff;
  font-size: 11px;
  line-height: 1.366;
  font-weight: 500;
}

.pesonal-page-auth-modal__input {
  width: 100%;
  border: 0;
  outline: none;
  color: #1e1d22;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.366;
  font-weight: 500;
  background: transparent;
}

.pesonal-page-auth-modal__input::placeholder {
  color: #b0b1b3;
}

.pesonal-page-auth-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.pesonal-page-auth-modal__submit {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.466;
  font-weight: 600;
  background: #516aba;
}

.pesonal-page-auth-modal__divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.pesonal-page-auth-modal__divider-line {
  flex: 1;
  height: 1px;
  background: #f2f2f4;
}

.pesonal-page-auth-modal__divider-text {
  width: 80px;
  text-align: center;
  color: #606266;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.pesonal-page-auth-modal__secondary {
  width: 100%;
  height: 18px;
  padding: 0 16px;
  border: 0;
  cursor: pointer;
  color: #516aba;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  background: transparent;
}

.pesonal-page-recovery-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 500px;
  max-width: 100%;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffffff;
}

.pesonal-page-recovery-modal__close {
  position: absolute;
  top: -32px;
  right: -28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
}

.pesonal-page-recovery-modal__close-icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.pesonal-page-recovery-modal__close-icon::before,
.pesonal-page-recovery-modal__close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  transform-origin: center;
}

.pesonal-page-recovery-modal__close-icon::before {
  transform: translateY(-50%) rotate(45deg);
}

.pesonal-page-recovery-modal__close-icon::after {
  transform: translateY(-50%) rotate(-45deg);
}

.pesonal-page-recovery-modal__logo-row {
  display: flex;
  align-items: center;
  gap: 2.14px;
  width: 131px;
  height: 22px;
}

.pesonal-page-recovery-modal__logo-main {
  display: block;
  width: 110.35px;
  height: 22.78px;
}

.pesonal-page-recovery-modal__logo-id-image {
  display: block;
  width: 17.09px;
  height: 17.09px;
}

.pesonal-page-recovery-modal__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pesonal-page-recovery-modal__title {
  margin: 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.pesonal-page-recovery-modal__subtitle {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.pesonal-page-recovery-modal__field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 16px 16px 17px;
  box-sizing: border-box;
  border: 2px solid #f2f2f4;
  border-radius: 4px;
}

.pesonal-page-recovery-modal__field-label {
  position: absolute;
  top: -9px;
  left: 13px;
  padding: 0 3px;
  color: #606266;
  background: #ffffff;
  font-size: 11px;
  line-height: 1.366;
  font-weight: 500;
}

.pesonal-page-recovery-modal__input {
  width: 100%;
  border: 0;
  outline: none;
  color: #1e1d22;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.366;
  font-weight: 500;
  background: transparent;
}

.pesonal-page-recovery-modal__input::placeholder {
  color: #b0b1b3;
}

.pesonal-page-recovery-modal__submit {
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.466;
  font-weight: 600;
  background: #516aba;
}

@media (max-width: 600px) {
  .pesonal-page__overlay {
    padding: 16px;
  }

  .pesonal-page-auth-modal {
    width: 100%;
  }

  .pesonal-page-auth-modal__close {
    top: -20px;
    right: 0;
  }

  .pesonal-page-recovery-modal {
    width: 100%;
  }

  .pesonal-page-recovery-modal__close {
    top: -20px;
    right: 0;
  }
}

.pesonal-page-lk {
  display: flex;
  gap: 25px;
  width: 1440px;
  max-width: 100%;
  min-height: 100vh;
  padding: 25px 40px 90px;
  box-sizing: border-box;
  background: #f5f6f9;
}

.pesonal-page-lk__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 250px;
  padding: 25px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
}

.pesonal-page-lk__profile-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 10px;
}

.pesonal-page-lk__name-row {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pesonal-page-lk__name {
  color: #1e1d22;
  font-size: 16px;
  line-height: 1.366;
  font-weight: 700;
}

.pesonal-page-lk__verified {
  display: block;
  width: 14px;
  height: 14px;
}

.pesonal-page-lk__role {
  margin: 0;
  color: #516aba;
  font-size: 12px;
  line-height: 1.366;
  font-weight: 500;
}

.pesonal-page-lk__menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pesonal-page-lk__menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  box-sizing: border-box;
}

.pesonal-page-lk__menu-item--active {
  background: rgba(81, 106, 186, 0.1);
}

.pesonal-page-lk__menu-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
}

.pesonal-page-lk__menu-icon-image {
  display: block;
  width: 14px;
  height: 14px;
}

.pesonal-page-lk__menu-text {
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

.pesonal-page-lk__menu-item--active .pesonal-page-lk__menu-text {
  color: #516aba;
  font-size: 14px;
}

.pesonal-page-lk__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 1085px;
}

.pesonal-page-lk__card {
  padding: 25px;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
}

.pesonal-page-lk__card--profile {
  padding: 25px;
}

.pesonal-page-lk__card-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 20px;
}

.pesonal-page-lk__title {
  margin: 0;
  color: #1e1d22;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

.pesonal-page-lk__status {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pesonal-page-lk__status-icon {
  display: block;
  width: 15px;
  height: 15px;
}

.pesonal-page-lk__status-text {
  color: #606266;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.pesonal-page-lk__subtitle {
  margin: 0 0 20px;
  color: #1e1d22;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.pesonal-page-lk__field-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pesonal-page-lk__field {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.pesonal-page-lk__field-main {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pesonal-page-lk__field-label {
  display: block;
  margin: 0;
  color: #606266;
  font-size: 14px;
  line-height: 1.366;
  font-weight: 500;
}

.pesonal-page-lk__field-value-row {
  display: flex;
  align-items: center;
}

.pesonal-page-lk__field-value {
  color: #141516;
  font-size: 16px;
  line-height: 1.366;
  font-weight: 500;
}

.pesonal-page-lk__caret {
  width: 2px;
  height: 22px;
  margin-left: 2px;
  border-radius: 100px;
  background: #e0e0e0;
}

.pesonal-page-lk__edit-btn {
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
}

.pesonal-page-lk__edit-icon {
  display: block;
  width: 20px;
  height: 20px;
}

.pesonal-page-lk__action-link {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  border: 0;
  padding: 0;
  color: #516aba;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
}

.pesonal-page-lk__action-icon {
  display: block;
  width: 17px;
  height: 17px;
}

.pesonal-page-lk__danger {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.pesonal-page-lk__danger-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pesonal-page-lk__danger-text {
  margin: 0;
  max-width: 470px;
  color: #1e1d22;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .pesonal-page-lk {
    flex-direction: column;
    width: 100%;
    padding: 20px;
  }

  .pesonal-page-lk__sidebar,
  .pesonal-page-lk__content {
    width: 100%;
  }

  .pesonal-page-lk__card--profile {
    padding: 25px;
  }
}
