/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900&subset=cyrillic");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-denim-200: hsl(213, 24%, 75%);
    --color-denim-300: hsl(213, 24%, 60%);
    --color-denim-450: hsl(213, 24%, 45%);
    --color-denim-400: hsl(213, 24%, 43%);
    --color-denim-500: hsl(213, 24%, 30%);
    --color-tornado: hsl(77, 65%, 46%);
    --color-tornado-dark: hsl(77, 65%, 41%);
    --color-tornado-light: hsl(77, 65%, 49%);
    --color-body: hsl(0, 0%, 40%);
    --font-open: "Open Sans", sans-serif;
    --font-exo: "Exo 2", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-auto {
    top: auto;
  }
  .-left-\[10000px\] {
    left: calc(10000px * -1);
  }
  .order-first {
    order: -9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .float-left {
    float: left;
  }
  .float-none {
    float: none;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 390px) {
      max-width: 390px;
    }
    @media (width >= 428px) {
      max-width: 428px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1440px) {
      max-width: 1440px;
    }
    @media (width >= 1920px) {
      max-width: 1920px;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .container {
    margin-inline: auto;
    padding-inline: 16px;
    max-width: 100%;
    @media (width >= 320px) {
      max-width: 320px;
    }
    @media (width >= 360px) {
      max-width: 360px;
    }
    @media (width >= 390px) {
      max-width: 390px;
    }
    @media (width >= 428px) {
      max-width: 428px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
      padding-inline: 24px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1244px;
      padding-inline: 32px;
    }
    @media (width >= 1440px) {
      max-width: 1348px;
      padding-inline: 32px;
    }
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .h-px {
    height: 1px;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-px {
    width: 1px;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-body {
    color: var(--color-body);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
}
@layer utilities {
  .flex-col-1 {
    flex-basis: calc(25% - 6px);
  }
  .flex-col-2 {
    flex-basis: calc(50% - 4px);
  }
  .flex-col-3 {
    flex-basis: calc(75% - 2px);
  }
  .flex-col-4 {
    flex-basis: calc(100% - 0px);
  }
  @media (min-width: 391px) {
    .flex-col-1 {
      flex-basis: calc(16.666% - 10px);
    }
    .flex-col-2 {
      flex-basis: calc(33.333% - 8px);
    }
    .flex-col-3 {
      flex-basis: calc(50% - 6px);
    }
    .flex-col-4 {
      flex-basis: calc(66.666% - 4px);
    }
    .flex-col-5 {
      flex-basis: calc(83.333% - 2px);
    }
    .flex-col-6 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (min-width: 641px) {
    .flex-col-1 {
      flex-basis: calc(16.666% - 10px);
    }
    .flex-col-2 {
      flex-basis: calc(33.333% - 8px);
    }
    .flex-col-3 {
      flex-basis: calc(50% - 6px);
    }
    .flex-col-4 {
      flex-basis: calc(66.666% - 4px);
    }
    .flex-col-5 {
      flex-basis: calc(83.333% - 2px);
    }
    .flex-col-6 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (min-width: 769px) {
    .flex-col-1 {
      flex-basis: calc(12.5% - 17.5px);
    }
    .flex-col-2 {
      flex-basis: calc(25% - 15px);
    }
    .flex-col-3 {
      flex-basis: calc(37.5% - 12.5px);
    }
    .flex-col-4 {
      flex-basis: calc(50% - 10px);
    }
    .flex-col-5 {
      flex-basis: calc(62.5% - 7.5px);
    }
    .flex-col-6 {
      flex-basis: calc(75% - 5px);
    }
    .flex-col-7 {
      flex-basis: calc(87.5% - 2.5px);
    }
    .flex-col-8 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (min-width: 1025px) {
    .flex-col-1 {
      flex-basis: calc(8.333% - 22px);
    }
    .flex-col-2 {
      flex-basis: calc(16.666% - 20px);
    }
    .flex-col-3 {
      flex-basis: calc(25% - 18px);
    }
    .flex-col-4 {
      flex-basis: calc(33.333% - 16px);
    }
    .flex-col-5 {
      flex-basis: calc(41.666% - 14px);
    }
    .flex-col-6 {
      flex-basis: calc(50% - 12px);
    }
    .flex-col-7 {
      flex-basis: calc(58.333% - 10px);
    }
    .flex-col-8 {
      flex-basis: calc(66.666% - 8px);
    }
    .flex-col-9 {
      flex-basis: calc(75% - 6px);
    }
    .flex-col-10 {
      flex-basis: calc(83.333% - 4px);
    }
    .flex-col-11 {
      flex-basis: calc(91.666% - 2px);
    }
    .flex-col-12 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (min-width: 1281px) {
    .flex-col-1 {
      flex-basis: calc(8.333% - 29.33px);
    }
    .flex-col-2 {
      flex-basis: calc(16.666% - 26.66px);
    }
    .flex-col-3 {
      flex-basis: calc(25% - 24px);
    }
    .flex-col-4 {
      flex-basis: calc(33.333% - 21.33px);
    }
    .flex-col-5 {
      flex-basis: calc(41.666% - 18.66px);
    }
    .flex-col-6 {
      flex-basis: calc(50% - 16px);
    }
    .flex-col-7 {
      flex-basis: calc(58.333% - 13.33px);
    }
    .flex-col-8 {
      flex-basis: calc(66.666% - 10.66px);
    }
    .flex-col-9 {
      flex-basis: calc(75% - 8px);
    }
    .flex-col-10 {
      flex-basis: calc(83.333% - 5.33px);
    }
    .flex-col-11 {
      flex-basis: calc(91.666% - 2.66px);
    }
    .flex-col-12 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (max-width: 390px) {
    .max-mob-lg\:flex-col-1 {
      flex-basis: calc(25% - 6px);
    }
    .max-mob-lg\:flex-col-2 {
      flex-basis: calc(50% - 4px);
    }
    .max-mob-lg\:flex-col-3 {
      flex-basis: calc(75% - 2px);
    }
    .max-mob-lg\:flex-col-4 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (max-width: 640px) {
    .max-tab-sm\:flex-col-1 {
      flex-basis: calc(16.666% - 10px);
    }
    .max-tab-sm\:flex-col-2 {
      flex-basis: calc(33.333% - 8px);
    }
    .max-tab-sm\:flex-col-3 {
      flex-basis: calc(50% - 6px);
    }
    .max-tab-sm\:flex-col-4 {
      flex-basis: calc(66.666% - 4px);
    }
    .max-tab-sm\:flex-col-5 {
      flex-basis: calc(83.333% - 2px);
    }
    .max-tab-sm\:flex-col-6 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (max-width: 768px) {
    .max-tab\:flex-col-1 {
      flex-basis: calc(16.666% - 10px);
    }
    .max-tab\:flex-col-2 {
      flex-basis: calc(33.333% - 8px);
    }
    .max-tab\:flex-col-3 {
      flex-basis: calc(50% - 6px);
    }
    .max-tab\:flex-col-4 {
      flex-basis: calc(66.666% - 4px);
    }
    .max-tab\:flex-col-5 {
      flex-basis: calc(83.333% - 2px);
    }
    .max-tab\:flex-col-6 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (max-width: 1024px) {
    .max-tab-lg\:flex-col-1 {
      flex-basis: calc(12.5% - 17.5px);
    }
    .max-tab-lg\:flex-col-2 {
      flex-basis: calc(25% - 15px);
    }
    .max-tab-lg\:flex-col-3 {
      flex-basis: calc(37.5% - 12.5px);
    }
    .max-tab-lg\:flex-col-4 {
      flex-basis: calc(50% - 10px);
    }
    .max-tab-lg\:flex-col-5 {
      flex-basis: calc(62.5% - 7.5px);
    }
    .max-tab-lg\:flex-col-6 {
      flex-basis: calc(75% - 5px);
    }
    .max-tab-lg\:flex-col-7 {
      flex-basis: calc(87.5% - 2.5px);
    }
    .max-tab-lg\:flex-col-8 {
      flex-basis: calc(100% - 0px);
    }
  }
  @media (max-width: 1280px) {
    .max-desk\:flex-col-1 {
      flex-basis: calc(8.333% - 22px);
    }
    .max-desk\:flex-col-2 {
      flex-basis: calc(16.666% - 20px);
    }
    .max-desk\:flex-col-3 {
      flex-basis: calc(25% - 18px);
    }
    .max-desk\:flex-col-4 {
      flex-basis: calc(33.333% - 16px);
    }
    .max-desk\:flex-col-5 {
      flex-basis: calc(41.666% - 14px);
    }
    .max-desk\:flex-col-6 {
      flex-basis: calc(50% - 12px);
    }
    .max-desk\:flex-col-7 {
      flex-basis: calc(58.333% - 10px);
    }
    .max-desk\:flex-col-8 {
      flex-basis: calc(66.666% - 8px);
    }
    .max-desk\:flex-col-9 {
      flex-basis: calc(75% - 6px);
    }
    .max-desk\:flex-col-10 {
      flex-basis: calc(83.333% - 4px);
    }
    .max-desk\:flex-col-11 {
      flex-basis: calc(91.666% - 2px);
    }
    .max-desk\:flex-col-12 {
      flex-basis: calc(100% - 0px);
    }
  }
}
@layer utilities {
  .gap-grid {
    gap: 8px;
  }
  @media (min-width: 391px) {
    .gap-grid {
      gap: 12px;
    }
  }
  @media (min-width: 641px) {
    .gap-grid {
      gap: 12px;
    }
  }
  @media (min-width: 769px) {
    .gap-grid {
      gap: 20px;
    }
  }
  @media (min-width: 1025px) {
    .gap-grid {
      gap: 24px;
    }
  }
  @media (min-width: 1281px) {
    .gap-grid {
      gap: 32px;
    }
  }
}
@layer base {
  h1, .h1 {
    margin-bottom: 1em;
    font-family: var(--font-exo);
    font-size: var(--text-3xl);
    line-height: 1.4;
    --tw-font-weight: 700;
    font-weight: 700;
    color: var(--color-denim-450);
    @media (width < 1024px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    @media (width < 768px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width < 390px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width < 360px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  h2, .h2 {
    margin-bottom: 1em;
    font-family: var(--font-exo);
    font-size: var(--text-2xl);
    line-height: 1.2;
    --tw-font-weight: 700;
    font-weight: 700;
    color: var(--color-denim-450);
    @media (width < 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width < 768px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  h3, .h3 {
    margin-bottom: 1em;
    font-family: var(--font-exo);
    font-size: var(--text-xl);
    line-height: 1.2;
    --tw-font-weight: 600;
    font-weight: 600;
    color: var(--color-denim-450);
    @media (width < 1024px) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width < 768px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  h4, .h4 {
    margin-bottom: 1em;
    font-family: var(--font-exo);
    font-size: 18px;
    line-height: 1.2;
    --tw-font-weight: 600;
    font-weight: 600;
    color: var(--color-denim-450);
  }
  h5, .h5 {
    margin-bottom: 1em;
    font-family: var(--font-exo);
    font-size: 16px;
    line-height: 1.2;
    --tw-font-weight: 600;
    font-weight: 600;
    color: var(--color-denim-450);
  }
  h6, .h6 {
    margin-bottom: 1em;
    font-family: var(--font-exo);
    font-size: 14px;
    line-height: 1.2;
    --tw-font-weight: 600;
    font-weight: 600;
    color: var(--color-denim-450);
  }
  p {
    margin-bottom: 1em;
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: 400;
    font-weight: 400;
    color: var(--color-gray-600);
    @media (width < 40rem) {
      font-size: 15px;
      line-height: 1.5;
    }
  }
  a {
    color: var(--color-denim-450);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  a:hover {
    color: var(--color-denim-500);
  }
}
@layer components {
  .header-divider {
    position: relative;
    --header-gap-default: 1.25rem;
    --divider-color: oklch(86.9% 0.022 252.894);
  }
  .header-divider::before {
    --divider-thickness: 1px;
    --divider-height: 100%;
    --fade-start: 12%;
    --fade-end: 88%;
    content: "";
    position: absolute;
    width: var(--divider-thickness);
    height: var(--divider-height);
    background-image: linear-gradient( to bottom, transparent 0%, var(--divider-color) var(--fade-start), var(--divider-color) var(--fade-end), transparent 100% );
    top: 0;
    bottom: 0;
    left: calc( -0.5 * var(--header-gap-x, var(--header-gap-default)) - 0.5 * var(--divider-thickness) );
  }
  @media (max-width: 40rem) {
    .header-divider:not(:last-child)::before {
      content: none;
    }
  }
}
@layer components {
  .topline-nav {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-200);
  }
  .topline-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --topline-gap-x: 1.25rem;
    --topline-dot-size: 0.25rem;
  }
  .topline-menu li {
    display: flex;
    align-items: center;
  }
  .topline-menu li + li {
    position: relative;
  }
  .topline-menu li + li::before {
    content: "";
    position: absolute;
    width: var(--topline-dot-size);
    height: var(--topline-dot-size);
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.8);
    left: calc( -0.5 * var(--topline-gap-x) - 0.5 * var(--topline-dot-size) );
    top: 50%;
    transform: translateY(-50%);
  }
  .topline-menu a {
    color: inherit;
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }
    }
  }
}
@layer components {
  .button {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 3px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    background-color: var(--color-tornado);
    color: var(--color-white);
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-to: var(--color-tornado-light);
    --tw-gradient-from: color-mix(in oklab, var(--color-tornado-dark) 10%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-tornado-light);
      }
    }
    --tw-border-style: solid;
    border-style: solid;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
    border-bottom-color: var(--color-tornado-dark);
  }
  .button-outline {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-inline: 16px;
    padding-block: 8px;
    border-radius: 3px;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    color: var(--color-gray-600);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-tornado-dark);
    border-radius: 4px;
  }
  @media (max-width: 639.98px) {
    .button--outline-mobile {
      background-color: transparent;
      background-image: none;
      color: var(--color-gray-600);
      border-style: var(--tw-border-style);
      border-width: 1px;
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
      border-color: var(--color-tornado-dark);
      border-radius: 4px;
    }
  }
}
/*!* Заголовки: единый ритм и плотные line-height *!*/
@layer components {
  .richtext {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    color: var(--color-slate-800);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .richtext :where(p):not(:where(.not-richtext, .not-richtext *)) {
    margin-bottom: calc(var(--spacing) * 5);
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
    @media (width < 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    @media (width < 40rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .richtext :where(.lead):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 3);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
    color: var(--color-slate-700);
  }
  .richtext :where(ul):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 6);
    list-style-type: none;
    padding-left: calc(var(--spacing) * 10);
  }
  .richtext :where(ol):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 4);
    list-style-type: decimal;
    padding-left: calc(var(--spacing) * 6);
  }
  .richtext :where(li):not(:where(.not-richtext, .not-richtext *)) {
    position: relative;
    margin-bottom: calc(var(--spacing) * 1);
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .richtext ul li:not(:where(.not-richtext, .not-richtext *))::before {
    content: "";
    position: absolute;
    left: -35px;
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    top: calc(.5lh - 10px);
    background-color: #008b8b;
    z-index: 2;
    -webkit-mask-image: url("../img/check-in-round.svg");
    mask-image: url("../img/check-in-round.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .richtext :where(a):not(:where(.not-richtext, .not-richtext *)) {
    color: var(--color-denim-500);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    &:hover {
      @media (hover: hover) {
        color: var(--color-denim-300);
      }
    }
  }
  .richtext :where(strong):not(:where(.not-richtext, .not-richtext *)) {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-slate-900);
  }
  .richtext :where(blockquote):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 6);
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
    border-color: var(--color-slate-300);
    padding-left: calc(var(--spacing) * 4);
    color: var(--color-slate-700);
    font-style: italic;
  }
  .richtext :where(hr):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 8);
    border-color: var(--color-slate-200);
  }
  .richtext :where(img, video, figure):not(:where(.not-richtext, .not-richtext *)) {
    border-radius: 0.25rem;
  }
  .richtext :where(figcaption):not(:where(.not-richtext, .not-richtext *)) {
    margin-top: calc(var(--spacing) * 2);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-500);
  }
  .richtext :where(code):not(:where(.not-richtext, .not-richtext *)) {
    border-radius: 0.25rem;
    background-color: var(--color-slate-100);
    padding-inline: calc(var(--spacing) * 1.5);
    padding-block: calc(var(--spacing) * 0.5);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    color: var(--color-slate-900);
  }
  .richtext :where(pre):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 6);
    overflow-x: auto;
    border-radius: var(--radius-lg);
    background-color: var(--color-slate-900);
    padding: calc(var(--spacing) * 4);
    color: var(--color-slate-100);
  }
  .richtext :where(pre code):not(:where(.not-richtext, .not-richtext *)) {
    background-color: transparent;
    padding: calc(var(--spacing) * 0);
    color: inherit;
  }
  .richtext :where(table):not(:where(.not-richtext, .not-richtext *)) {
    margin-block: calc(var(--spacing) * 6);
    width: 100%;
    border-collapse: collapse;
  }
  .richtext :where(th, td):not(:where(.not-richtext, .not-richtext *)) {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-slate-200);
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1);
    text-align: left;
    vertical-align: top;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .richtext :where(th):not(:where(.not-richtext, .not-richtext *)) {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    @media (width < 640px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .richtext :where(td):not(:where(.not-richtext, .not-richtext *)) {
    @media (width < 640px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .richtext :where(thead th):not(:where(.not-richtext, .not-richtext *)) {
    background-color: var(--color-slate-50);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .richtext :where(tbody tr):not(:where(.not-richtext, .not-richtext *)) {
    &:nth-child(even) {
      background-color: var(--color-slate-100);
    }
  }
  .richtext :where(small,.small):not(:where(.not-richtext, .not-richtext *)) {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
    color: var(--color-slate-600);
  }
  .dark .richtext {
    color: var(--color-slate-200);
  }
  .dark .richtext :where(a):not(:where(.not-richtext, .not-richtext *)) {
    color: var(--color-sky-400);
    &:hover {
      @media (hover: hover) {
        color: var(--color-sky-300);
      }
    }
  }
  .dark .richtext :where(blockquote):not(:where(.not-richtext, .not-richtext *)) {
    border-color: var(--color-slate-600);
    color: var(--color-slate-300);
  }
  .dark .richtext :where(code):not(:where(.not-richtext, .not-richtext *)) {
    background-color: var(--color-slate-800);
    color: var(--color-slate-100);
  }
  .dark .richtext :where(pre):not(:where(.not-richtext, .not-richtext *)) {
    background-color: var(--color-slate-800);
    color: var(--color-slate-100);
  }
  .dark .richtext :where(th, td):not(:where(.not-richtext, .not-richtext *)) {
    border-color: var(--color-slate-700);
  }
  .dark .richtext :where(thead th):not(:where(.not-richtext, .not-richtext *)) {
    background-color: var(--color-slate-900);
  }
  .dark .richtext :where(tbody tr):not(:where(.not-richtext, .not-richtext *)) {
    &:nth-child(even) {
      background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 40%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-slate-900) 40%, transparent);
      }
    }
  }
}
.input {
  width: 100%;
  height: 44px;
  padding-inline: 15px;
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  border-radius: 6px;
  color: var(--color-gray-500);
  font-size: 17px;
  &::placeholder {
    color: var(--color-gray-400);
  }
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  &:focus {
    border-color: var(--color-blue-200);
  }
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-ring-color: color-mix(in srgb, hsl(77, 65%, 46%) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-tornado) 20%, transparent);
    }
  }
  &:disabled {
    background-color: var(--color-gray-50);
  }
  &:disabled {
    color: var(--color-gray-500);
  }
  &:invalid {
    border-color: var(--color-gray-300);
  }
  &:invalid {
    --tw-ring-color: color-mix(in srgb, hsl(213, 24%, 30%) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-denim-500) 20%, transparent);
    }
  }
}
.input-select {
  width: 100%;
  height: 44px;
  padding-inline: 15px;
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  border-radius: 6px;
  color: var(--color-gray-500);
  font-size: 17px;
  &::placeholder {
    color: var(--color-gray-400);
  }
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  &:focus {
    border-color: var(--color-blue-200);
  }
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-ring-color: color-mix(in srgb, hsl(77, 65%, 46%) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-tornado) 20%, transparent);
    }
  }
  &:disabled {
    background-color: var(--color-gray-50);
  }
  &:disabled {
    color: var(--color-gray-500);
  }
  &:invalid {
    border-color: var(--color-gray-300);
  }
  &:invalid {
    --tw-ring-color: color-mix(in srgb, hsl(213, 24%, 30%) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-denim-500) 20%, transparent);
    }
  }
  appearance: none;
  background-position: right 16px center;
  padding-right: calc(var(--spacing) * 10);
}
.input-textarea {
  width: 100%;
  height: 44px;
  padding-inline: 15px;
  background-color: var(--color-white);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  border-radius: 6px;
  color: var(--color-gray-500);
  font-size: 17px;
  &::placeholder {
    color: var(--color-gray-400);
  }
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 200ms;
  transition-duration: 200ms;
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  &:focus {
    border-color: var(--color-blue-200);
  }
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-ring-color: color-mix(in srgb, hsl(77, 65%, 46%) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-tornado) 20%, transparent);
    }
  }
  &:disabled {
    background-color: var(--color-gray-50);
  }
  &:disabled {
    color: var(--color-gray-500);
  }
  &:invalid {
    border-color: var(--color-gray-300);
  }
  &:invalid {
    --tw-ring-color: color-mix(in srgb, hsl(213, 24%, 30%) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-denim-500) 20%, transparent);
    }
  }
  height: auto !important;
  min-height: 120px;
  resize: vertical;
  padding-block: calc(var(--spacing) * 3);
}
.callback-form .ss-single-selected {
  text-indent: 2px;
  font-size: 15px;
  border-radius: 2px;
  padding: 8px 10px;
  background: #fff;
  height: 34px;
  color: gray;
}
.callback-form .ss-single-selected .ss-arrow span {
  border-color: hsl(68.1, 78.7%, 44.1%);
}
.callback-form .ss-content .ss-list .ss-option {
  font-size: 15px;
  line-height: 1.5;
}
.callback-form .ss-content .ss-list .ss-option:hover {
  background-color: hsl(68.1, 78.7%, 44.1%);
}
body {
  font-family: var(--font-open);
  color: var(--color-body);
}
.menu-marker {
  padding-left: 5px;
}
.menu-marker li {
  position: relative;
  padding-left: 30px;
}
.menu-marker li::before {
  content: '';
  position: absolute;
  top: calc(1/2 * 100%);
  left: calc(var(--spacing) * 0);
  height: 1px;
  width: 15px;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  background-color: var(--color-denim-400);
}
@layer components {
  .no-spinner {
    appearance: none;
    -moz-appearance: textfield;
  }
  .no-spinner::-webkit-inner-spin-button,
    .no-spinner::-webkit-outer-spin-button {
    appearance: none;
  }
}
.menu-plus {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: var(--color-gray-400);
  mask: url('/custom/servicetopas/img/menu-aside-plus.svg') no-repeat center;
  mask-size: 90% 90%;
}
.menu-minus {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: var(--color-gray-400);
  mask: url('/custom/servicetopas/img/menu-aside-minus.svg') no-repeat center;
  mask-size: 90% 90%;
}
.product-list .card-wrapper {
  display: flex;
  flex-direction: row;
  gap: calc(var(--spacing) * 8);
}
.product-list .card-top {
  width: 200px;
  flex-shrink: 0;
}
.product-list .card-middle {
  flex-grow: 1;
}
.product-list .card-middle .card-name {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.product-list .card-bottom .card-buy-form {
  margin-top: calc(var(--spacing) * 0);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.product-list .card-bottom .card-buy-form .card-price-wrapper {
  margin-top: calc(var(--spacing) * 1);
  justify-content: flex-end;
}
.product-grid .card-wrapper {
  display: flex;
  flex-direction: column;
}
.product-grid .product-image {
  margin-bottom: calc(var(--spacing) * 4);
  width: 100%;
}
.fancybox-bg {
  background-color: color-mix(in srgb, hsl(213, 24%, 43%) 85%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-denim-400) 85%, transparent);
  }
}
.title-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 5);
  white-space: nowrap;
  &::after {
    content: var(--tw-content);
    margin-top: 1px;
  }
  &::after {
    content: var(--tw-content);
    display: block;
  }
  &::after {
    content: var(--tw-content);
    height: 1px;
  }
  &::after {
    content: var(--tw-content);
    width: 100%;
  }
  &::after {
    content: var(--tw-content);
    background-color: var(--color-denim-200);
  }
  &::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
    }
  }
}

/*# sourceMappingURL=flat.min.css.map */
