

/* Start:/local/templates/site_zabotix/styles/fonts.css?17738401081764*/
/**
 * Локальные шрифты Roboto
 * Замена Google Fonts CDN
 */

/* Roboto Light 300 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-Light.ttf') format('truetype');
}

/* Roboto Regular 400 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-Regular.ttf') format('truetype');
}

/* Roboto Medium 500 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-Medium.ttf') format('truetype');
}

/* Roboto Bold 700 */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-Bold.ttf') format('truetype');
}

/* Roboto Light Italic 300 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-LightItalic.ttf') format('truetype');
}

/* Roboto Italic 400 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-Italic.ttf') format('truetype');
}

/* Roboto Medium Italic 500 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-MediumItalic.ttf') format('truetype');
}

/* Roboto Bold Italic 700 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/site_zabotix/styles/../fonts/static/Roboto-BoldItalic.ttf') format('truetype');
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/normalize.css?17720118766138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/main.css?17720118762956*/
/* Google Fonts удалены - шрифты подключаются локально через fonts.css в header.php */

@import "/local/templates/site_zabotix_auth/styles/normalize.css";
@import "/local/templates/site_zabotix_auth/styles/tokens.css";
@import "/local/templates/site_zabotix_auth/styles/layout.css";
@import "/local/templates/site_zabotix_auth/styles/buttons.css";
@import "/local/templates/site_zabotix_auth/styles/typography.css";
@import "/local/templates/site_zabotix_auth/styles/checkbox.css";
@import "/local/templates/site_zabotix_auth/styles/table.css";
@import "/local/templates/site_zabotix_auth/styles/input.css";
@import "/local/templates/site_zabotix_auth/styles/pagination.css";
@import "/local/templates/site_zabotix_auth/styles/form.css";

/* Базовые стили */
html {
  font-size: 16px; /* Базовый размер для расчета rem */
}

html,
body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-secondary);
}

h1 {
  margin: 0;
}

a {
  color: var(--color-additional);
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.logo {
  background: url(/local/templates/site_zabotix_auth/styles/../images/logo.svg) no-repeat center center;
  width: 8.3125rem; /* 133px */
  height: 2.125rem; /* 34px */
  background-size: contain; /* Добавим, чтобы лого не обрезалось */
}

/* Утилиты */
.container {
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.content-area {
  flex-grow: 1; /* Занимает оставшееся пространство */
  display: flex;
  flex-direction: column;
}

/* Адаптивность (пример): скрываем сайдбар на маленьких экранах */
@media (max-width: var(--breakpoint-md)) {
  .content-area {
    padding: var(--spacing-lg);
  }
}

/* Медиа запросы */
@media (min-width: var(--breakpoint-sm)) {
  /* Стили для sm */
}

@media (min-width: var(--breakpoint-md)) {
  /* Стили для md */
}

@media (min-width: var(--breakpoint-lg)) {
  /* Стили для lg */
}

@media (min-width: var(--breakpoint-xl)) {
  /* Стили для xl */
}

/* --- Медиа-запрос для изменения базового шрифта --- */
@media (max-width: 1440px) {
  html {
    font-size: 14px; /* Устанавливаем новую базу для расчета rem на экранах <= 1440px */
  }
}

/* Стили для заголовка секции */
.section-header {
  padding: var(--spacing-lg) var(--spacing-xl);
}

.section-content {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.section-header h2 {
  font-size: var(--font-size-lg);
  color: var(--color-text-primary-dark);
  margin: 0;
  font-weight: var(--font-weight-bold);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px; /* Достаточно большое значение, чтобы вместить контент */
  }
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/layout.css?1772011876327*/
.row {
  display: flex;
  flex-direction: row;
}

.row-reverse {
  flex-direction: row-reverse;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.gap-sm {
  gap: var(--spacing-sm);
}

.gap-md {
  gap: var(--spacing-md);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/typography.css?1772011876332*/
.text-lg {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-bold);
  line-height: 1.16;
}

.text-m {
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-regular);
}

.text-s {
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-regular);
}

.text-white {
  color: var(--color-white);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/buttons.css?17720118751471*/
/* --- Стили для кнопок --- */

/* Кнопки */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  color: white;
  white-space: nowrap;
  text-align: center;
  height: 36px;
  border: none;
  border-radius: var(--border-radius-sm);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  transition: background-color var(--transition-base);
  line-height: 1;
}

.button-auto {
  width: auto;
}

.button-secondary {
  background: none;
  color: var(--color-secondary);
  border: 2px solid var(--color-border-button-outline);
  --color-accent: var(--color-light-dark);
  font-weight: var(--font-weight-medium);
  line-height: initial;
}

.button-orange {
  background-color: var(--color-orange);
  --color-accent: var(--color-orange-dark);
}

.button-clear {
  border: none;
  background: none;
}

.button:hover {
  background-color: var(--color-accent);
}

.button:disabled {
  filter: brightness(0.5);
  pointer-events: none;
}

.button-icon {
  cursor: pointer;
  border: none;
  background: none;
  width: 1.5rem; /* 20px - Примерный размер, уточнить */
  height: 1.5rem; /* 20px */
}

.button-icon:hover {
  background-color: var(--color-light-dark, rgba(34, 43, 75, 0.1));
}

/* Можно добавить другие стили кнопок (primary, secondary) если нужно */

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/input.css?17720118762509*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  padding: var(--spacing-m);
  border: 1px solid var(--color-gray-light);
  border-radius: var(--border-radius-sm);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
}

input::placeholder {
  font-size: var(--font-size-xs);
  color: var(--color-gray);
}

@media (max-height: 700px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"] {
    padding: var(--spacing-sm);
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

input:focus-visible {
  outline-color: var(--color-orange);
}

/* --- Стили для выпадающих списков --- */

.dropdown-group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  text-align: left;
}

.dropdown-label {
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xs); /* 13px */
  color: var(--color-secondary); /* #333333 */
}

.dropdown-wrapper {
  position: relative;
  display: inline-block; /* Чтобы ширина была по контенту */
}

.dropdown-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid var(--color-gray-light); /* #E2E5EC */
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-sm) var(--spacing-xl) var(--spacing-sm)
    var(--spacing-m); /* Отступы внутри select */
  font-family: var(--font-family-base);
  font-size: var(--font-size-xs); /* 13px */
  color: var(--color-secondary);
  cursor: pointer;
  min-width: 200px; /* Примерная минимальная ширина */
  line-height: 1.5; /* Примерно */
}

.dropdown-select.dropdown-select-full-width {
  width: 100%;
}

.dropdown-select:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--color-orange);
}

.dropdown-arrow {
  position: absolute;
  top: 50%;
  right: var(--spacing-m);
  transform: translateY(-50%);
  pointer-events: none; /* Чтобы не мешала клику по select */
  color: var(--color-gray-2); /* Цвет стрелки */
  font-size: var(--font-size-xs);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/form.css?17720118751048*/
.form-group label {
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-xs);
}

.form-header {
  margin-bottom: 1.375rem; /* 22px */
}

.form-content {
  max-width: 22.5rem; /* 360px */
  margin: 0 auto;
}

.form-group {
  margin-bottom: var(--spacing-lg);
  text-align: left;
}

.form-footer {
  margin-top: var(--spacing-lg);
  text-align: center;
  font-size: var(--font-size-xs);
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group input[type="tel"] {
  width: 100%;
}

.checkbox-group {
  display: flex;
  /* align-items: center; */
  gap: var(--spacing-sm);
}

/* --- Медиа-запрос для адаптации формы по высоте --- */
@media (max-height: 700px) {
  .form-group {
    margin-bottom: var(--spacing-m);
  }
}

.validation-error {
  color: var(--color-error);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.11px;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/checkbox.css?1772011875966*/
/* Сброс стандартного оформления чекбокса */
input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-custom {
  position: relative;
  appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-gray-light);
  border-radius: 4px;
  background-color: var(--color-white);
  cursor: pointer;
  flex-shrink: 0;
}

input[type="checkbox"]:checked + .checkbox-custom {
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}

input[type="checkbox"]:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
    center center no-repeat;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/modal.css?17720118764137*/
:root {
  /* Можно использовать переменные из main.css, если они там есть */
  --modal-success-color: #4caf50; /* Пример цвета успеха */
  --modal-error-color: #f44336; /* Пример цвета ошибки */
  --modal-background-color: #ffffff;
  --modal-text-color: var(--color-secondary, #333333);
  --modal-border-radius: var(--border-radius-md); /* Используем токен */
  --modal-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  --modal-max-width: 28.125rem; /* 450px */
  --modal-padding: var(--spacing-xl);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 43, 75, 0.43); /* Цвет фона подложки */
  backdrop-filter: blur(4px); /* Размытие фона */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* Убедимся, что модалка поверх всего */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Показываем оверлей, когда модалка видима (через v-if в Vue) */
.modal-overlay:has(.modal-content) {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: var(--modal-background-color);
  padding: var(--modal-padding);
  border-radius: var(--modal-border-radius);
  box-shadow: var(--modal-box-shadow);
  max-width: var(--modal-max-width);
  width: 90%;
  position: relative;
  text-align: center;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

/* Анимация появления контента */
.modal-overlay:has(.modal-content) .modal-content {
  transform: scale(1);
}

.modal-close {
  position: absolute;
  top: 0.625rem; /* 10px */
  right: 0.9375rem; /* 15px */
  background: none;
  border: none;
  font-size: 1.5rem; /* 24px */
  line-height: 1;
  color: var(--color-gray, #9e9e9e);
  cursor: pointer;
  padding: 0.3125rem; /* 5px */
}

.modal-close:hover {
  color: var(--modal-text-color);
}

.modal-icon {
  margin-bottom: var(--spacing-md);
  line-height: 1; /* Сохраняем для выравнивания */
  height: 3rem; /* 48px */
  display: flex; /* Используем flex для центрирования */
  align-items: center;
  justify-content: center;
}

/* Убираем font-size, задаем размеры для img */
.modal-icon img,
.modal-icon span {
  /* Применяем и к span ошибки для единообразия */
  display: inline-block;
  width: 3rem; /* 48px */
  height: 3rem; /* 48px */
  vertical-align: middle;
}

.modal-icon span.icon-error {
  font-size: 3rem; /* 48px */
  line-height: 3rem; /* 48px */
  color: var(--modal-error-color);
}

.modal-icon .icon-success {
  /* color больше не нужен для SVG */
}

.modal-icon .icon-error {
  color: var(--modal-error-color); /* Оставляем цвет для символа ошибки */
}

/* Дополнительные стили для соответствия Figma, если нужны */
.modal-success .modal-icon .icon-success {
  /* специфичные стили для иконки успеха */
}

.modal-error .modal-icon .icon-error {
  /* специфичные стили для иконки ошибки */
}

.modal-title {
  font-size: var(--font-size-lg, 20px); /* Используем переменную, если есть */
  font-weight: var(--font-weight-medium, 500);
  color: var(--modal-text-color);
  margin-bottom: var(--spacing-sm, 8px);
  margin-top: 0; /* Убираем верхний отступ у h3 */
}

.modal-message {
  font-size: var(--font-size-base, 16px);
  color: var(--modal-text-color);
  margin-bottom: var(--spacing-lg, 20px);
  line-height: 1.5;
}

.modal-confirm {
  /* Стили для кнопки подтверждения, если нужны специфичные */
  /* Например, минимальная ширина или отступы */
  margin: 0 auto; /* Центрируем кнопку, если она одна */
  display: block;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/table.css?17720118761291*/
/* --- Стили для таблиц --- */

table {
  width: 100%;
  border-collapse: collapse;
}

table td:first-child,
table th:first-child {
  padding-left: var(--spacing-xl);
}

table th,
table td {
  padding: var(--spacing-m); /* Отступ между колонками */
  padding-left: 0;
  font-size: var(--font-size-m);
  white-space: nowrap;
}

table td {
  padding: var(--spacing-lg); /* Отступ между колонками */
  padding-left: 0;
}

thead tr {
  border-bottom: 1px solid var(--color-light-dark);
  font-weight: var(--font-weight-bold);
  color: var(--color-gray); /* #9E9E9E */
  text-align: left;
}

thead th {
  color: var(--color-gray);
  font-size: var(--font-size-xs); /* 12px */
  font-weight: var(--font-weight-medium);
}

tbody tr {
  border-bottom: 1px solid var(--color-light-dark);
}

tbody th {
  padding-right: var(--spacing-m); /* Отступ между колонками */
  font-family: var(--font-family-base);
  color: var(--color-text-primary-dark); /* #333333 */
  font-size: var(--font-size-s); /* 14px */
  line-height: var(--line-height-base);
}

tbody td {
  color: var(--color-text-primary-dark);
}

.table-container {
  border-radius: var(--border-radius-sm);
  overflow: auto;
}

.col-no-wrap {
  white-space: initial;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/tabs.css?17720118761885*/
/* --- Стили для табов --- */

.tabs-container {
  border-bottom: 1px solid var(--color-light-dark); /* Линия под табами */
  padding: 0 var(--spacing-xl);
}

.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.tab-item {
  margin-right: var(--spacing-xl); /* Отступ между табами */
}

.tab-link {
  display: inline-block; /* Или flex для иконки/badge */
  padding: var(--spacing-m) 0; /* Отступ снизу для высоты и линии */
  font-family: var(--font-family-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-m); /* 16px */
  color: var(--color-text-primary-dark);
  text-decoration: none;
  position: relative; /* Для активной линии */
  border-bottom: 3px solid transparent; /* Скрытая линия по умолчанию */
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.tab-link:hover {
  color: var(--color-primary); /* Цвет при наведении */
}

.tab-item.active .tab-link {
  border-bottom-color: var(--color-orange); /* Показываем линию */
}

.tab-badge {
  display: inline-block;
  background-color: var(--color-accent-blue);
  color: var(--color-white);
  font-size: var(--font-size-xs); /* 12px */
  line-height: calc(var(--font-size-xs) * 1.2);
  font-weight: var(--font-weight-medium);
  /* Горизонтальные отступы */
  /* Примерно, чтобы выровнять по высоте */
  border-radius: var(--border-radius-round); /* Круглый badge */
  margin-left: var(--spacing-sm); /* Отступ от текста таба */
  width: 1rem; /* Минимальная ширина, чтобы был круглым даже с 1 цифрой */
  height: 1rem;
  text-align: center;
  transform: translateY(-1px);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/pagination.css?1772011876565*/
/* --- Стили для пагинации --- */
.pagination {
  display: flex;
  gap: var(--spacing-m);
}

.pagination-container {
  padding: var(--spacing-xl);
}

.pagination li {
  color: var(--color-text-primary-dark);
  text-align: center;
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 32px;
  width: 34px;
  height: 34px;
}

.pagination li.active {
  border-radius: 50%;
  border: 1px solid var(--color-primary);
}

.pagination li:hover {
  cursor: pointer;
  color: var(--color-orange);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/registration.css?17727900493605*/
.registration-container {
  display: flex;
  height: 100%;
}

.registration-form {
  flex: 1;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: var(--spacing-2xl);
  padding-bottom: var(--spacing-m);
  min-width: 0; /* Allow flex item to shrink below content size */
}

.registration-form-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.registration-image {
  flex: 1;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: var(--spacing-xxl);
  min-width: 0; /* Allow flex item to shrink below content size */
  /* padding-bottom: calc(var(--spacing-xxl) + 10px); */
}

.registration-image-content {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.registration-dots {
  background-image: url(/local/templates/site_zabotix_auth/styles/../images/Dots.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 4rem; /* 64px */
  height: 0.375rem; /* 6px */
}

.registration-image-text {
  max-width: 29.625rem; /* 474px */
  margin-bottom: 2.125rem; /* 34px */
}

@media (max-width: var(--breakpoint-md)) {
  /* Используем переменную */
  .registration-container {
    flex-direction: column;
  }

  .registration-image {
    display: none;
  }

  .registration-form {
    padding: var(--spacing-lg);
  }
}

/* --- Медиа-запрос для уменьшения фонового изображения --- */
@media (max-width: 80rem) {
  /* 1280px */
  .registration-image-content {
    width: 85%; /* Уменьшаем ширину изображения */
    height: auto; /* Сохраняем пропорции */
    /* Примечание: позиционирование top: 0; right: 0; остается, 
       изображение будет прижато к правому верхнему углу, 
       но займет 85% ширины контейнера .registration-image */
  }
}

/* --- Медиа-запрос для адаптации формы по высоте --- */
@media (max-height: 700px) {
  .registration-image-content {
    width: 65%; /* Уменьшаем ширину изображения */
    height: auto; /* Сохраняем пропорции */
  }
}

.form-checkbox {
  position: relative;
}

.form-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form-checkbox label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  padding-left: 30px;
}

.form-checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: white;
  transition: all 0.2s ease;
}

.form-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #d45b40;
  border-color: #d45b40;
}

.form-checkbox input[type="checkbox"]:checked + label::after {
  content: "✓";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.checkbox-text {
  font-size: var(--font-size-s, 14px);
  color: var(--color-text, #333);
}

/* Дополнительные стили для контейнера чекбокса */
.form-checkbox {
  display: block;
  margin-bottom: 20px;
}

.form-checkbox input[type="checkbox"]:focus {
  outline: none !important;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/payment-history.css?17720118762583*/
/* Стили для страницы payment-history.html */

.payment-history-content {
  flex: 1;
  overflow: auto;
  display: flex;
}

.payment-history-content .table-outer-container {
  flex-grow: 1;
  border-radius: var(--border-radius-sm); /* 5px -> 4px */
  overflow: auto; /* Чтобы скругление работало с box-shadow */
}

.balance-payout-container {
  padding: var(--spacing-lg);
  flex-shrink: 0;
  background-color: var(--color-gray-light-2);
}

.balance-card {
  width: 355px; /* В токенах нет такого значения, оставляю как есть */
  background-color: var(--color-primary); /* #222B4B */
  color: var(--color-white); /* white -> #ededf2 */
  padding: var(--spacing-xl) var(--spacing-2xl); /* 30px 40px -> 32px 40px */
  border-radius: var(--border-radius-sm); /* 5px -> 4px */
  margin-bottom: var(--spacing-lg); /* 20px -> 22px */
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.balance-card h3 {
  font-size: var(--font-size-xs); /* 12px -> 13px */
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: inherit; /* Чтобы наследовался цвет от .balance-card */
}

.balance-card p:nth-of-type(1) {
  /* Абсолютный селектор для "159 000 руб" */
  font-size: var(--font-size-lg); /* 20px -> 24px (или нужно 1.25rem?) */
  font-weight: var(--font-weight-bold);
  color: inherit;
  line-height: 1;
}

.balance-card p:nth-of-type(2) {
  /* Абсолютный селектор для описания */
  font-size: var(--font-size-s); /* 14px */
  line-height: 1.4;
}

.balance-payout-container .button {
  width: auto;
  align-self: flex-start;
}

/* --- Стили для select с добавлением реквизитов --- */
.account-select-wrapper select {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  background: #fff;
}
.add-account-option {
  display: flex;
  align-items: center;
}
.plus-icon {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  filter: invert(54%) sepia(98%) saturate(7492%) hue-rotate(1deg)
    brightness(102%) contrast(101%);
}
.add-account-input-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.add-account-input-wrapper input {
  flex: 1;
}

.close-add-account {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #a0a8c5;
  cursor: pointer;
  padding: 0 0.5rem;
  line-height: 1;
  transition: color 0.2s;
}
.close-add-account:hover {
  color: #ff5c5c;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/reference-info.css?17720118764858*/
.reference-info-content-wrapper {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.section p {
  max-width: 551px;
}

.reference-info-breadcrumbs {
  border-right: 1px solid var(--color-light-dark);
  font-size: var(--font-size-s); /* 14px */
  color: var(--color-accent); /* Цвет неактивных крошек */
  padding: 1.7rem;
  min-width: 200px;
}

.breadcrumb-link {
  display: block;
  color: var(--color-accent); /* Цвет неактивных крошек */
  height: 36px;
  white-space: nowrap;
}

.breadcrumb-link-active {
  color: var(--color-orange); /* Цвет активной/ссылочной крошки */
  font-weight: var(--font-weight-bold);
}

.breadcrumb-link:hover {
  color: var(--color-orange-dark);
}

.reference-info-content {
  padding: 1.25rem 3rem;
  width: 100%;
  overflow: auto;
}

.reference-info-content h2 {
  font-size: 1.5rem; /* 24px */
  font-weight: 700;
  color: #3c4368; /* style_H7AP2E */
  margin-bottom: 1rem; /* 16px */
}

.reference-info-content .section h3 {
  font-size: 1.25rem; /* 20px */
  font-weight: 700;
  color: #3c4368; /* style_L0V8EK */
  margin-bottom: 0.3125rem; /* 5px */
}

.reference-info-content .section p {
  font-size: 0.875rem; /* 14px */
  line-height: 1.42857143; /* style_9KA0CX */
  color: #333333; /* style_7OCA0J */
  margin-bottom: 1.625rem; /* 26px */
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 800px;
}

.accordion-item {
  border: 2px solid var(--color-light-dark);
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
  padding-bottom: 0;
  position: relative;
}

.accordion-header {
  color: var(--color-text-primary-dark);
  font-size: 1rem;
  font-weight: var(--font-weight-medium);
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.accordion-item.open .accordion-header {
  color: var(--color-orange);
}

.accordion-icon {
  width: 1.1rem;
  height: 0.9rem;
  background-image: url(/local/templates/site_zabotix_auth/styles/../images/icons/plus.svg);
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.accordion-item.open .accordion-icon {
  background-image: url(/local/templates/site_zabotix_auth/styles/../images/icons/minus.svg);
  filter: initial;
}

.accordion-item.open {
  border-color: var(--color-orange);
}

.accordion,
.accordion-content {
  animation: slideDown 0.3s ease;
}

.accordion-content p {
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: var(--font-weight-regular);
  line-height: 1.42857143;
  letter-spacing: 0.1px;
  margin-bottom: 1.25rem;
}

/* --- Стили для таблицы --- */
.score-table-wrapper {
  max-width: 800px;
  overflow: auto;
  margin-bottom: 1.5rem; /* Отступ снизу таблицы, можно настроить */
}

table.score-table-frame {
  border-radius: 0.25rem; /* 4px */
  border: 1px solid var(--color-light-dark);
  overflow: hidden; /* Чтобы скругление работало для вложенных элементов */
  width: fit-content;
  border-collapse: separate; /* Изменено для работы border-radius и overflow:hidden */
  border-spacing: 0; /* Убираем промежутки между ячейками */
}

tr.score-table-header-row th {
  background-color: var(--color-gray-light); /* Замена #E9EAED */
}

.score-table-frame th,
.score-table-frame td {
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.42857143;
  text-align: right;
  vertical-align: middle;

  box-sizing: border-box;
  min-width: 0;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Убираем двойную верхнюю границу для строк данных и футера, если общая граница ячейки уже есть*/
tbody tr.score-table-data-row td,
tfoot tr.score-table-footer-row td {
  border-top: 1px solid var(--color-light-dark); /* Имитация предыдущего box-shadow */
}

/* Убираем левую границу у первой ячейки и правую у последней, если внешняя рамка таблицы уже есть */
.score-table-frame th:first-child,
.score-table-frame td:first-child {
  /* border-left: none; */ /* Оставим для консистентности, т.к. border-collapse */
}

.score-table-frame th:last-child,
.score-table-frame td:last-child {
  /* border-right: none; */ /* Оставим для консистентности */
}

.score-table-frame th {
  font-weight: var(--font-weight-medium);
  color: var(--color-text-primary-dark);
}

.score-table-frame td {
  font-weight: var(--font-weight-regular);
  color: var(--color-secondary);
}

.score-table-frame tfoot td.footer-fio {
  text-align: left;
}

.score-table-cell.header-fio {
  text-align: left;
}

.score-table-cell.header-percent {
  text-align: right;
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/store.css?1772011876127*/
.col-qty input {
  width: 75px;
}

.filters-panel {
  display: flex;
  gap: var(--spacing-lg);
  padding: var(--spacing-xl);
}

/* End */


/* Start:/local/templates/site_zabotix_auth/styles/tokens.css?17720118762415*/
:root {
  /* Цветовая палитра */
  --color-primary: #222b4b;
  --color-white: #ededf2;
  --color-secondary: #333333;
  --color-accent: #525c81;
  --color-additional: #6471b2;
  --color-gray: #9e9e9e;
  --color-gray-2: #757485;
  --color-orange: #d45b40;
  --color-error: #ff2e2e;
  --color-orange-dark: #b74d35;
  --color-gray-light: #e2e5ec;
  --color-gray-light-2: #eeeeee;
  --color-light-dark: rgba(0, 0, 0, 0.1); /* Для разделительных линий */
  --color-accent-blue: #5b74ff; /* Для фона badge */
  --color-text-primary-dark: #3c4368; /* Для заголовков, активных табов */
  --color-border-button-outline: rgba(
    34,
    43,
    75,
    0.7
  ); /* Для обводки btn-outline */

  /* Типографика */
  --font-family-base: "Roboto", sans-serif;
  --font-size-2xs: 0.625rem; /* 10px */
  --font-size-xs: 0.8125rem; /* 13px */
  --font-size-base: 1rem; /* 16px */
  --font-size-s: 0.875rem; /* 14px */
  --font-size-m: 1rem; /* 16px */
  --font-size-lg: 1.5rem; /* 24px - Заголовок "Магазин приложений" */
  --font-size-2xl: 2.5rem; /* 40px */
  --font-size-xxl: 3.125rem; /* 50px */
  --line-height-base: 1.5;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  /* Отступы */
  --spacing-xs: 0.25rem; /* 4px */
  --spacing-sm: 0.5rem; /* 8px */
  --spacing-m: 0.75rem; /* 12px */
  --spacing-md: 1rem; /* 16px */
  --spacing-lg: 1.375rem; /* 22px */
  --spacing-xl: 2rem; /* 32px */
  --spacing-2xl: 2.5rem; /* 40px */
  --spacing-xxl: 3.125rem; /* 50px */

  /* Брейкпоинты */
  --breakpoint-sm: 36rem; /* 576px */
  --breakpoint-md: 48rem; /* 768px */
  --breakpoint-lg: 62rem; /* 992px */
  --breakpoint-xl: 75rem; /* 1200px */

  /* Тени */
  --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1); /* 0 2px 4px */
  --shadow-md: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1); /* 0 4px 8px */
  --shadow-lg: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); /* 0 8px 16px */

  /* Скругления */
  --border-radius-sm: 0.25rem; /* 4px */
  --border-radius-md: 0.5rem; /* 8px */
  --border-radius-lg: 1rem; /* 16px */
  --border-radius-round: 50px; /* Для круглых элементов, badge */

  /* Анимации */
  --transition-base: 0.3s ease;
  --transition-fast: 0.15s ease;
  --transition-slow: 0.5s ease;
}

/* End */
/* /local/templates/site_zabotix/styles/fonts.css?17738401081764 */
/* /local/templates/site_zabotix_auth/styles/normalize.css?17720118766138 */
/* /local/templates/site_zabotix_auth/styles/main.css?17720118762956 */
/* /local/templates/site_zabotix_auth/styles/layout.css?1772011876327 */
/* /local/templates/site_zabotix_auth/styles/typography.css?1772011876332 */
/* /local/templates/site_zabotix_auth/styles/buttons.css?17720118751471 */
/* /local/templates/site_zabotix_auth/styles/input.css?17720118762509 */
/* /local/templates/site_zabotix_auth/styles/form.css?17720118751048 */
/* /local/templates/site_zabotix_auth/styles/checkbox.css?1772011875966 */
/* /local/templates/site_zabotix_auth/styles/modal.css?17720118764137 */
/* /local/templates/site_zabotix_auth/styles/table.css?17720118761291 */
/* /local/templates/site_zabotix_auth/styles/tabs.css?17720118761885 */
/* /local/templates/site_zabotix_auth/styles/pagination.css?1772011876565 */
/* /local/templates/site_zabotix_auth/styles/registration.css?17727900493605 */
/* /local/templates/site_zabotix_auth/styles/payment-history.css?17720118762583 */
/* /local/templates/site_zabotix_auth/styles/reference-info.css?17720118764858 */
/* /local/templates/site_zabotix_auth/styles/store.css?1772011876127 */
/* /local/templates/site_zabotix_auth/styles/tokens.css?17720118762415 */
