@charset "UTF-8";* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  scrollbar-gutter: stable;
  height: 100%;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  background-color: rgb(247, 247, 250);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Roboto-Regular", sans-serif;
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.root {
  height: 100%;
}

@font-face {
  font-family: "JetBrainsMono-Regular";
  src: url("/assets/JetBrainsMono-Regular-8W0DXcRc.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "JetBrainsMono-Bold";
  src: url("/assets/JetBrainsMono-Bold-DLhjZX5R.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/assets/Roboto-Regular-CN_pkOMA.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Lato-Italic";
  src: url("/assets/Lato-Italic-DOTKc3_v.ttf") format("truetype");
  font-weight: 200;
}
.lock body {
  overflow: hidden;
  touch-action: none;
}
.currency-symbol {
  font-weight: 400;
  color: #1a1a1a;
  width: 14px;
  text-align: right;
  margin-left: 4px;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  margin: 0 auto;
  max-width: 1582px;
  padding: 0 15px;
}
@media (max-width: em(1612)) {
  [class*=__container] {
    max-width: 970;
  }
}
@media (max-width: em(991.98)) {
  [class*=__container] {
    max-width: 750;
  }
}
@media (max-width: em(767.98)) {
  [class*=__container] {
    max-width: none;
    padding: 0 15;
  }
}
._contant_14rnh_2 {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: start;
  transition: opacity 0.4s ease-out, visibility 0.4s;
  opacity: 1;
  visibility: visible;
}

._fadeOut_14rnh_14 {
  opacity: 0 !important;
  visibility: hidden !important;
}

._form_14rnh_19 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #f0fdf4;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 15px 15px 30px #d1dbd4, -15px -15px 30px #ffffff;
  width: 100%;
  max-width: 380px;
}
._form__title_14rnh_31 {
  font-size: 20px;
}
._form__label_14rnh_34 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
._form__span_14rnh_40 {
  text-align: left;
  font-size: 12px;
}
._form__input_14rnh_44 {
  border: none;
  outline: none;
  padding: 16px 20px;
  border-radius: 12px;
  background: #f0fdf4;
  font-size: 16px;
  color: #1a1a1a;
  box-shadow: inset 4px 4px 8px rgba(0, 140, 80, 0.2), inset -4px -4px 8px #ffffff;
  transition: all 0.3s ease;
}
._form__btn_14rnh_55 {
  margin-top: 10px;
  padding: 15px;
  border: none;
  border-radius: 15px;
  background: #6d5dfc;
  color: white;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 3px 3px 10px rgba(109, 93, 252, 0.4);
  transition: 0.3s;
}

input:focus {
  /* При фокусе усиливаем внутреннее свечение */
  box-shadow: inset 2px 2px 4px rgba(0, 140, 80, 0.2), inset -2px -2px 4px #ffffff, 0 0 0 2px rgba(0, 184, 108, 0.2);
}

input::-moz-placeholder {
  color: rgba(0, 184, 108, 0.4);
}

input:-ms-input-placeholder {
  color: rgba(0, 184, 108, 0.4);
}

input::placeholder {
  color: rgba(0, 184, 108, 0.4);
}

._hidden-link_14rnh_77 {
  display: none;
}

._loader_overlay_14rnh_81 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  animation: _fadeIn_14rnh_1 0.5s ease-in-out;
  text-align: center;
  color: #1a1a1a;
  font-weight: 500;
}

._spinner_14rnh_96 {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(109, 93, 252, 0.1);
  border-top: 5px solid #6d5dfc;
  border-radius: 50%;
  animation: _spin_14rnh_96 1s linear infinite;
  box-shadow: 0 0 15px rgba(109, 93, 252, 0.2);
}

@keyframes _spin_14rnh_96 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _fadeIn_14rnh_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
._box_1yg41_2 {
  display: flex;
  gap: 50px;
}
@media (max-width: 1250px) {
  ._box_1yg41_2 {
    display: block;
    flex-basis: inherit;
  }
}
._box__right_1yg41_12 {
  flex-basis: 85%;
}
@media (max-width: 1250px) {
  ._box__right_1yg41_12 {
    display: block;
    flex-basis: inherit;
  }
}

._container_1yg41_22 {
  margin: 20px 0;
}
._container_1yg41_22 h2 {
  font-size: 1.25rem;
  margin-bottom: 16px;
  color: #333;
}

._grid_1yg41_31 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

._basket_1yg41_37 {
  display: block;
  width: 55px;
  height: 55px;
}

._card_1yg41_43 {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  flex: 1 1 200px; /* кнопки будут растягиваться, но стартуют от 200px */
  max-width: 250px; /* ограничиваем максимальную ширину одной кнопки */
  text-align: center;
}
@media (max-width: 498px) {
  ._card_1yg41_43 {
    max-width: 100%;
  }
}
._card_1yg41_43:hover {
  border-color: #00b869;
  color: #00b869;
  box-shadow: 0 4px 12px rgba(0, 184, 105, 0.15);
  transform: translateY(-2px);
}
._card_1yg41_43:active {
  transform: translateY(0);
}._main_16vcf_1 {
  position: relative;
  min-height: calc(100vh - 100px);
}
@media (max-width: 498px) {
  ._main_16vcf_1 {
    padding-bottom: 80px;
  }
}

._footer_16vcf_11 {
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 498px) {
  ._footer_16vcf_11 {
    padding-top: 10px;
    display: none;
  }
}._client__chat__container_1l45p_1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  height: 100%;
  left: 0;
  right: 0;
  padding: 20px 0px 0px 0px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.09);
}

._client__chat__title_1l45p_13 {
  text-align: center;
  text-transform: uppercase;
}
._profile-page_6de1y_2 {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 80px;
  /* === МОБИЛЬНАЯ ВЕРСИЯ (по умолчанию в SCSS, но переопределяем для десктопа ниже) === */
}
@media (max-width: 599.9px) {
  ._profile-page_6de1y_2 {
    background-color: #f4f6f8;
    padding: 20px 16px 80px 16px;
  }
  ._profile-page_6de1y_2 ._layout-wrapper_6de1y_13 {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  ._profile-page_6de1y_2 {
    /* Шапка профиля (мобильная) */
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 {
    background: #fff;
    border-radius: 12px;
    padding: 24px 16px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._avatar-wrapper_6de1y_28 {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: rgba(45, 90, 39, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._avatar-wrapper_6de1y_28 svg {
    width: 40px;
    height: 40px;
    color: #2d5a27;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 h2 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #1a1a1a;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._role-badge_6de1y_48 {
    display: block;
    background: rgba(45, 90, 39, 0.1);
    color: #2d5a27;
    max-width: 150px;
    margin: auto;
    padding: 5px 12px;
    margin-bottom: 10px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  ._profile-page_6de1y_2 {
    /* Сетка действий (2 колонки) */
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69:active {
    transform: scale(0.97);
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 ._icon-circle_6de1y_84 {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 ._icon-circle_6de1y_84 svg {
    width: 24px;
    height: 24px;
    color: #1a1a1a;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 span {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
  }
  ._profile-page_6de1y_2 {
    /* Карточки информации */
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 h3 {
    margin: 0 0 16px;
    font-size: 16px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 h3 svg {
    color: #2d5a27;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-row_6de1y_125 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-row_6de1y_125:last-child {
    border-bottom: none;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-row_6de1y_125 ._label_6de1y_134 {
    color: #666666;
    font-size: 14px;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-row_6de1y_125 ._value_6de1y_138 {
    color: #1a1a1a;
    font-weight: 500;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
  }
}
._profile-page_6de1y_2 {
  /* === ДЕСКТОПНАЯ ВЕРСИЯ (>498px) === */
}
@media (min-width: 600px) {
  ._profile-page_6de1y_2 {
    background-color: #f5f7fa;
    padding: 40px 20px;
  }
  ._profile-page_6de1y_2 ._layout-wrapper_6de1y_13 {
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 24px 1fr;
    grid-template-columns: 350px 1fr;
    gap: 24px;
    align-items: start;
  }
  ._profile-page_6de1y_2 {
    /* ЛЕВАЯ КОЛОНКА: Профиль */
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: -webkit-sticky;
    position: sticky;
    top: 20px; /* Прилипает при скролле */
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._avatar-wrapper_6de1y_28 {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f5e9 0%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._avatar-wrapper_6de1y_28 svg {
    width: 60px;
    height: 60px;
    color: #2d5a27;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 h2 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 700;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._role-badge_6de1y_48 {
    display: inline-block;
    background: #e8f5e9;
    color: #2d5a27;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._org-name_6de1y_206 {
    color: #666666;
    font-size: 15px;
    margin-top: 10px;
  }
  ._profile-page_6de1y_2 ._profile-header-card_6de1y_21 ._org-name_6de1y_206 svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
    color: #666666;
  }
  ._profile-page_6de1y_2 {
    /* ПРАВАЯ КОЛОНКА: Действия и Инфо */
  }
  ._profile-page_6de1y_2 ._content-area_6de1y_221 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    border: 1px solid transparent;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    border-color: rgba(45, 90, 39, 0.2);
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 ._icon-circle_6de1y_84 {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f0f4f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 ._icon-circle_6de1y_84 svg {
    width: 28px;
    height: 28px;
    color: #2d5a27;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 ._action-text_6de1y_263 h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #1a1a1a;
  }
  ._profile-page_6de1y_2 ._actions-grid_6de1y_64 ._action-item_6de1y_69 ._action-text_6de1y_263 p {
    margin: 0;
    font-size: 13px;
    color: #666666;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 h3 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #1a1a1a;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._details-grid_6de1y_286 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-item_6de1y_291 {
    display: flex;
    flex-direction: column;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-item_6de1y_291 ._label_6de1y_134 {
    font-size: 13px;
    color: #666666;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  ._profile-page_6de1y_2 ._info-block_6de1y_107 ._detail-item_6de1y_291 ._value_6de1y_138 {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    word-break: break-word;
  }
}