@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap&subset=cyrillic);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap&subset=cyrillic);
/* Footer Callback */

.callback-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f90;
  color: white;
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  z-index: 1000;
}

.callback-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1010;
}

.callback-modal {
  background-color: white;
  padding: 15px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #323232;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.callback-container {
  position: relative;
  width: 100%;
  max-width: 420px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
}

.callback-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #343434;
  padding: 15px 0px;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
  z-index: 1020;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.callback-header__red {
    background: #cd1235;
    color: #fff;
}

.callback-header h2 {
  text-align: center;
  margin: 0;
  width: 100%;
}

.close-button {
  font-size: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #ccc;
  margin-right: 15px;
}

.callback-form {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.callback-form input,
.callback-form textarea {
  width: calc(100% - 24px);
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.callback-form textarea {
  resize: vertical;
  min-height: 60px;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-container input {
  width: 14px;
}

.checkbox-container label a {
  color: #cd1235;
}

.submit-button {
  background-color: #ffb300;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 8px;
}

.submit-button:hover {
  cursor: pointer;
}

.note {
  font-size: 11px;
  color: #555;
  margin-top: 16px;
}
/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #343434;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --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-yellow: #FCB620;
  }
}
@layer base {
  ::-webkit-file-upload-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  *, ::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;
  }
  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  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 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  ::-webkit-file-upload-button {
    -webkit-margin-end: 4px;
            margin-inline-end: 4px;
  }
  ::file-selector-button {
    -webkit-margin-end: 4px;
            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;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
            appearance: button;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .start\! {
    inset-inline-start: var(--spacing) !important;
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .-right-12 {
    right: calc(var(--spacing) * -12);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .-left-12 {
    left: calc(var(--spacing) * -12);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[300\] {
    z-index: 300;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[1001\] {
    z-index: 1001;
  }
  .container {
    width: 100%;
    @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);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-30 {
    margin-right: calc(var(--spacing) * 30);
  }
  .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-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .flow-root {
    display: flow-root;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .inline-table {
    display: inline-table;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-\[1\.40625rem\] {
    height: 1.40625rem;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[1\.40625rem\] {
    width: 1.40625rem;
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[80vw\] {
    max-width: 80vw;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-ew-resize {
    cursor: ew-resize;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#FCB620\] {
    border-color: #FCB620;
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #343434 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-yellow {
    border-color: var(--color-yellow);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-\[\#212529\] {
    background-color: #212529;
  }
  .bg-\[\#FCB620\] {
    background-color: #FCB620;
  }
  .bg-\[\#e9ecef\] {
    background-color: #e9ecef;
  }
  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #343434 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/35 {
    background-color: color-mix(in srgb, #343434 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 35%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #343434 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/90 {
    background-color: color-mix(in srgb, #343434 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
    }
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-500 {
    background-color: var(--color-gray-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[1\.40625rem\] {
    font-size: 1.40625rem;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .break-all {
    word-break: break-all;
  }
  .text-\[\#212529\] {
    color: #212529;
  }
  .text-\[\#495057\] {
    color: #495057;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
  }
  .overline {
    -webkit-text-decoration-line: overline;
            text-decoration-line: overline;
  }
  .underline {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-65 {
    opacity: 65%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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);
  }
  .ring-2 {
    --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);
  }
  .ring-yellow {
    --tw-ring-color: var(--color-yellow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    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));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-600 {
    --tw-duration: 600ms;
    transition-duration: 600ms;
  }
  .group-hover\:bg-\[\#dde0e3\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #dde0e3;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-\[\#FCB620\] {
    &:hover {
      @media (hover: hover) {
        border-color: #FCB620;
      }
    }
  }
  .hover\:bg-black\/60 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #343434 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
        }
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-gray-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-700);
      }
    }
  }
  .hover\:opacity-60 {
    &:hover {
      @media (hover: hover) {
        opacity: 60%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:brightness-95 {
    &:hover {
      @media (hover: hover) {
        --tw-brightness: brightness(95%);
        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,);
      }
    }
  }
  .focus\:border-gray-600 {
    &:focus {
      border-color: var(--color-gray-600);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.root {
  padding: 0;
  margin: 0;
}
body.popup-open {
  overflow: hidden;
  height: 100%;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mx-30 {
  margin: 0 30px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.my-30 {
  margin: 30px 0;
}
.px-20 {
  padding: 0 20px;
}
.d-none {
  display: none !important;
}
.d-flex {
  display: flex !important;
}
.w-100 {
  width: 100% !important;
  box-sizing: border-box;
}
.button {
  width: -webkit-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 15px;
  min-width: 160px;
  max-height: 45px;
  text-align: center;
  color: #343434;
  background: rgba(52, 52, 52, 0.05);
  -webkit-user-select: none;
          user-select: none;
  justify-content: center;
  box-sizing: border-box;
}
select.button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  padding: 14px 10px !important;
  width: 160px !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23343434%27%3e%3cpath d=%27M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z%27/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 12px 12px !important;
}
select.button:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23FFFFFF%27%3e%3cpath d=%27M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z%27/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 12px 12px !important;
}
.button:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #c66 !important;
}
.button_primary {
  background: #FCB620 !important;
}
.button_primary_light {
  min-width: 0px !important;
  background: #FCB62054 !important;
}
.button_primary_light:hover {
  background: #FCB620 !important;
}
.button_primary_white {
  background: #FCB620 !important;
  color: #FFF;
}
.button_secondary {
  background: rgba(52, 52, 52, 0.05) !important;
}
.button_gray {
  min-width: 0px !important;
  background: #efefef !important;
}
.button_gray:hover {
  color: #2E2E2E !important;
  background: #efefef !important;
  opacity: 0.7;
}
.button_link {
  background: none !important;
  color: #FCB620 !important;
  text-decoration: underline;
  padding: 14px 0;
}
.button_link:hover {
  cursor: pointer;
  background: none !important;
  color: #FCB620 !important;
  text-decoration: underline;
  opacity: 0.6;
}
.button_link__black {
  background: none !important;
  color: #343434 !important;
  text-decoration: none !important;
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.button_link__black:hover {
  background: none !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}
.button_link__black svg {
  margin-top: -4px;
}
.button_round {
  border-radius: 45px !important;
}
.button-disabled {
  background: #34343430 !important;
  color: #343434 !important;
  text-decoration: none !important;
}
.button-disabled:hover {
  cursor: default !important;
  background: #34343430 !important;
}
.button-outline {
  border: 1px solid #EFEFEF !important;
  background-color: #fff !important;
  color: #2E2E2E !important;
}
.button-outline:hover {
  background-color: #2E2E2E30 !important;
}
.button-full {
  width: 100% !important;
  box-sizing: border-box !important;
}
.sort-controls {
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
}
.sort-controls-link {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1%;
  color: #2E2E2E;
  padding: 0 15px;
  background: none;
  text-decoration: none;
}
.sort-controls-link:hover {
  cursor: pointer;
  color: #FCB620 !important;
}
.sort-controls-link__active {
  color: #FCB620 !important;
  text-decoration: underline !important;
}
.grid-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.grid-area-header__left {
  text-align: start !important;
}
.grid-area__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 15px;
}
.grid-area__header a {
  min-width: 195px;
}
.grid-area__header h1 {
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -3%;
  color: #2E2E2E;
}
.grid-area-header__another-projects {
  text-align: left;
  padding: 0 !important;
}
.grid-area__contant {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.grid-area-contant__row {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}
.filter-panel {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.filter-panel-row {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}
.filter-panel-buttom-group {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.filter-panel-popup {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  min-height: 50px;
  margin-top: 10px;
  z-index: 150;
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.filter-panel-popup__row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  gap: 10px;
}
.filter-panel-popup__row-between {
  justify-content: space-between !important;
}
.filter-panel-popup__select {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  border: 0;
  text-align: center;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  background-color: #FCB62054;
}
.filter-panel-popup__select:hover {
  cursor: pointer !important;
}
.filter-panel-input {
  border-radius: 20px;
  height: 34px;
  width: 200px;
  border: 1px solid #d9d9d9;
  padding: 2px 14px;
  text-align: center;
}
.filter-panel-input:focus {
  outline: none;
}
.filter-popup-layout {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: start;
  background: #efefef;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  z-index: 100;
}
.filter-popup {
  max-width: 1280px;
  max-height: 100vh;
  width: 100%;
  border-radius: 45px;
  background: #fff;
  z-index: 110;
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin-top: 68px;
  margin-bottom: 68px;
  overflow-y: auto;
}
.filter-popup__row {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.filter-popup__container {
  display: flex;
  flex-direction: column;
}
.filter-popup__title {
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 50px;
  letter-spacing: -3%;
  color: #2e2e2e;
  line-height: 130%;
}
.filter-popup__close {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 20px;
  pad: 14px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.filter-popup__close:hover {
  cursor: pointer;
  opacity: 0.8;
}
.filter-popup-element {
  width: 100%;
  border-radius: 24px;
  border: 1px solid #efefef;
  box-shadow: 0px 4px 4px 0px #B2B2B240;
  margin-top: 46px;
  padding: 17px 38px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.filter-popup-element__first {
  width: 100%;
  display: flex;
  justify-content: start;
  height: 42px;
  align-items: center;
  gap: 12px;
}
.filter-popup-element__second {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.filter-popup-element-radio__layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px !important;
}
.filter-popup-element-radio {
  display: flex;
  align-items: center;
}
.filter-popup-element-radio label {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: -1%;
  color: #2e2e2e;
  margin-top: 5px;
  margin-left: 10px;
}
.filter-popup-element-radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  transition: all 0.2s ease;
}
.filter-popup-element-radio input[type="radio"]:checked {
  border-color: #fcb620;
  background-color: #fcb620;
}
.filter-popup-element-radio:hover {
  cursor: pointer !important;
}
.filter-popup-element__title {
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -3%;
  color: #2e2e2e;
}
.filter-popup-element__range {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 50px;
}
.single-thumb {
  height: 3px !important;
}
.single-thumb .range-slider__thumb {
  width: 12px !important;
  height: 12px !important;
}
.single-thumb .range-slider__thumb[data-disabled] {
  display: none;
}
.single-thumb .range-slider__range {
  display: none;
}
.range-slider__filter {
  height: 3px !important;
}
.range-slider__thumb {
  width: 20px !important;
  height: 20px !important;
  background: #FCB620 !important;
}
.range-slider__range {
  height: 3px !important;
  background: #FCB620 !important;
}
.filter-popup__buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.react-confirm-alert-body-element {
  z-index: 99999999999 !important;
}
.react-confirm-alert-overlay {
  z-index: 99999999999 !important;
}
.react-confirm-alert-body {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -1%;
  color: #2e2e2e !important;
  text-align: center !important;
}
.react-confirm-alert-button-group {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
}
.react-confirm-alert-button-group button {
  font-family: Rubik !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  padding: 10px 30px !important;
  border-radius: 13px !important;
  background-color: #FCB620 !important;
  color: #2e2e2e !important;
}
.react-confirm-alert-button-group button:hover {
  cursor: pointer !important;
}
.preloader-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  background-color: #2E2E2E50;
}
.Toastify__toast-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  display: flex;
  justify-content: center;
}
.Toastify__toast {
  width: auto !important;
  word-break: break-word !important;
  white-space: normal !important;
  padding: 8px 12px !important;
  border-radius: 15px !important;
}
.Toastify__toast-body {
  word-break: break-word !important;
  white-space: normal !important;
}
@media (max-width: 900px) {
  .filter-popup {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
    top: 0;
    position: fixed;
    border-radius: 0 !important;
  }
  .filter-popup-element {
    padding: 12px 23px;
  }
  .filter-panel {
    flex-direction: column !important;
  }
  .filter-popup-element__second-range {
    margin-top: 25px;
    flex-direction: column;
  }
  .filter-popup-element__range {
    margin: 15px 0;
    padding: 0;
  }
  .filter-popup-element__second-range {
    display: grid;
    grid-template-areas: "input1 input2"
      "range range";
    gap: 10px;
  }
  .filter-popup-element__second-range  > .filter-panel-input:first-child {
    grid-area: input1;
  }
  .filter-popup-element__second-range  > .filter-panel-input:last-child {
    grid-area: input2;
  }
  .filter-popup-element__range {
    grid-area: range;
  }
}
@media (max-width: 700px) {
  .filter-popup-element__second {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .grid-area__header {
    flex-direction: column;
  }
  .grid-area-header__left {
    text-align: center !important;
  }
  .grid-area__header img {
    margin: 0 0 15px 0 !important;
  }
  .grid-area__header div {
    margin-bottom: 30px;
  }
  .favorite-menu {
    width: calc(100% - 55px);
    max-width: none !important;
    justify-content: space-evenly;
  }
  .sort-controls {
    justify-content: center;
  }
  .filter-panel > div:nth-child(2) {
    display: none;
  }
  .filter-panel > div:nth-child(1) {
    flex-direction: column;
    align-items: center;
  }
  .filter-panel-input {
    width: 145px !important;
  }
}
@media (max-width: 500px) {
  .filter-popup-element__second {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 400px) {
  .filter-panel-input {
    width: 100px !important;
  }
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-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-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-leading: initial;
      --tw-font-weight: initial;
      --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-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-duration: initial;
    }
  }
}
.app-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

.app-content {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
}
.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
  overflow: hidden;
}
.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}
.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body, .Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}
.Toastify__toast--stacked[data-collapsed=false] {
  overflow: visible;
}
.Toastify__toast--stacked[data-collapsed=true]:not(:last-child) > * {
  opacity: 0;
}
.Toastify__toast--stacked:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}
.Toastify__toast--stacked[data-pos=top] {
  top: 0;
}
.Toastify__toast--stacked[data-pos=bot] {
  bottom: 0;
}
.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before {
  transform-origin: top;
}
.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before {
  transform-origin: bottom;
}
.Toastify__toast--stacked:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
  z-index: 1;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
}
.Toastify__progress-bar--wrp[data-hidden=true] {
  opacity: 0;
}
.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1280px) {
  .header {
    margin: 40px 20px !important;
    width: calc(100% - 40px) !important;
  }
}

@media (min-width: 1280px) {
  .header {
    width: 1280px !important;
    margin: 40px 20px !important;
  }
}

@media (max-width: 970px) {
  .header {
    flex-direction: column;
    height: 137px !important;
  }
  .header-left {
    justify-content: start;
  }
  .header-right {
    justify-content: center;
  }
  .header-left {
    margin-top: 10px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  min-height: 100px;
  margin: 40px auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 23px 0px #0000001A;
  box-sizing: border-box;
  position: relative;
}

.header-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-left__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #FCB62047;
  color: #FCB620;
  font-family: 'Rubik';
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -1%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.header-left__title {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}

.header-left__title h1 {
  font-family: 'Rubik';
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1%;
  color: #2E2E2E;

}

.header-left__title h2 {
  font-family: 'Rubik';
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -1%;
  color: #2E2E2E;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 8px;                 /* вместо огромных padding */
  flex-wrap: nowrap;         /* важно — не переносим */
  overflow-x: auto;          /* ← включаем горизонтальный скролл */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;     /* firefox */
  scroll-padding: 16px;
  padding: 0 8px;
}

.header-right::-webkit-scrollbar {
  height: 6px;
}
.header-right::-webkit-scrollbar-thumb {
  background: #d0d0d0;
  border-radius: 3px;
}

/* Элемент меню */
.header-right-element {
  display: flex;
  align-items: center;
  flex-shrink: 0;            /* не сжимаются */
  padding: 10px 16px;        /* уменьшено по сравнению с 14/24 */
  white-space: nowrap;
  border-radius: 8px;
  transition: background 0.18s;
}

.header-right-element:hover {
  background: #f8f8f8;
}

.header-right-element__active {
  background: #fff8e8;
  color: #FCB620;
}

.header-right-element__active .header-right-element__icon {
  fill: #FCB620;
}

.header-right-element__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-right: 10px;        /* вместо margin-left у текста */
  fill: #343434;
}

.header-right-element__title {
  font-size: 13px;
  color: #343434;
  text-decoration: none;
}

.header-right-element__title:hover {
  text-decoration: underline;
  cursor: pointer;
}

.header-menu__register {
  text-decoration: underline;
  margin-top: 10px;
  text-align: center;
}

.header-menu__register:hover {
  cursor: pointer;
  opacity: 0.8;
}

.header-left__logo {
  height: 25px;
  padding: 14px 0 5px 0;
  box-sizing: content-box;
}


@media (max-width: 1100px) {
  .header-right {
    gap: 4px;
  }
  .header-right-element {
    padding: 8px 12px;
  }
  .header-right-element__icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
  .header-right-element__title {
    font-size: 12.5px;
  }
}

@media (max-width: 860px) {
  .header {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 16px 20px;
    margin: 24px 16px;
  }

  .header-left {
    justify-content: center;
    margin-bottom: 12px;
  }

  .header-right {
    justify-content: flex-start;   /* скролл начинается слева */
    gap: 6px;
  }

  .header-right-element {
    padding: 10px 14px;
  }
}

/* Очень узкие экраны — уменьшаем ещё сильнее */
@media (max-width: 480px) {
  .header {
    margin: 16px 12px;
    padding: 12px 16px;
  }

  .header-left__icon {
    width: 64px;
    height: 64px;
    font-size: 36px;
    min-width: 64px;
  }

  .header-left__logo {
    height: 22px;
  }

  .header-right-element {
    padding: 4px 12px;
    font-size: 12px;
  }

  .header-right-element__icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}

@media (max-width: 420px) {
  .header-left__icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 36px;
  }
  .header-left__logo {
    height: 18px;
  }
}
.Error {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error_primary {
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 40px;
    line-height: 44px;
    color: #2E2E2E;
    padding-bottom: 15px;

}

.error_secondary {
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #2E2E2E;
    padding-bottom: 50px;

}
.home {
    width: 100vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-unreg-top {
    width: 100%;
    height: 422px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    /* padding: 40px 81px 40px 81px; */
}

.home-unreg-top__left {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -100px;
    color: #2e2e2e;
}

.home-unreg-top__left h1 {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    margin: 0;
}

.home-unreg-top__left h2 {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    margin: 0;
    margin-top: 15px;
}

.home-unreg-top__image {
    width: 495px;
    height: 372px;
    background: url(/static/media/home-unreg-top-image.99959e94afdd2aa21ede.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-unreg-top__buttons {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.home-unreg-middle {
  gap: 40px;
  display: flex;
  margin-bottom: 50px;
}

.home-unreg-middle__element {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-unreg-middle__element img {
  width: 282px;
  height: 180px;
  margin-bottom: 31px;
}

.home-unreg-middle__element h1 {
  font-family: Rubik;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1%;
  text-align: center;
  color: #2e2e2e;
  margin: 0;
}

.home-unreg-middle__element h2 {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -1%;
  text-align: center;
  color: #969696;
}

.home-goods-nothing {
  font-family: Rubik;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -1%;
  text-align: center;
  color: #343434;
}

.grid-area__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width: 1040px) {
  .home-unreg-top {
      height: 350px !important;
    }

    .home-unreg-top__left {
      margin-top: -50px !important;
    }

    .home-unreg-top__image {
      width: 400px !important;
      height: 300px !important;
    }

    .home-unreg-top__buttons {
      gap: 10px !important;
      flex-direction: column !important;
    }

    .home-unreg-middle {
      gap: 20px;
    }

    .home-unreg-middle__element img {
      width: 250px;
      height: 160px;
      margin-bottom: 20px;
    }
}

@media (max-width: 844px) {
  .home-unreg-top {
    height: 297px !important;
  }

  .home-unreg-top__left {
    margin-top: -50px !important;
  }

  .home-unreg-top__image {
    width: 315px !important;
    height: 237px !important;
  }

  .home-unreg-top__left h1 {
    font-size: 32px !important;
  }

  .home-unreg-top__left h2 {
    font-size: 16px !important;
  }

  .home-unreg-middle__element img {
    width: 200px;
    height: 128px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  .footer {
    width: 1280px !important;
  }
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  box-sizing: border-box;
}

.footer-image {
  width: 305px;
  height: 32px;
  background: url(/96f25246b1d000a4d6f0.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-top__buttons {
  display: flex;
  justify-content: space-between;
}

.footer-menu-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer-menu-container {
  width: auto;
}

.footer-menu {
  width: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #343434;
  font-family: 'Rubik';
}

.footer-menu__title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-menu__item {
  font-weight: 400;
  font-size: 14px;
  color: #343434;
  text-decoration: none;
  padding-bottom: 8px;
}

a.footer-menu__item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.footer-copyright {
  font-weight: 400;
  font-size: 14px;
  color: #343434;
  text-align: center;
  margin: 30px 0;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-bottom__items {
  padding: 0 30px;
  display: flex;
  align-items: center
}

.footer-menu__icons {
  display: flex;
  justify-content: space-between;
}

.footer-bottom__item {
  width: 32px;
  height: 32px;
  padding: 0 10px;
}

.footer-bottom__item:hover {
  cursor: pointer;
}

.footer-bottom__item-payments {
  width: 80px;
  height: 40px;
  padding: 0 10px;
}

.footer-bottom__title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 844px) {
  .footer-image {
    width: 193px;
    height: 31px;
    margin-right: 10px;
  }

  .footer-bottom {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px;
  }
}

@media (max-width: 700px) {
  .footer-top {
    flex-direction: column;
    align-items: center
  }
  .footer-image {
    margin-bottom: 15px;
  }
  .footer-menu {
    position: relative;
    align-items: center
  }
  .footer-menu-area {
    flex-direction: column;
    align-items: center;
  }
  .footer-menu__title {
    font-size: 24px;
  }
}

@media (max-width: 470px) {
  .footer-top__buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center
  }
  .footer-top__buttons div {
    margin-right: 0 !important;
  }
}

.favorites {
    width: 100vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.favorite-menu {
    padding: 6px 10px;
    border-radius: 20px;
    height: 59px;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    background: #FCB62054;
    display: flex;
    align-items: center;
    gap: 0px;
    margin: 0 15px;
}

.favorite-menu-button {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #2e2e2e;
    padding: 10px 35px;
    line-height: 130% !important;
}

.favorite-menu-button:hover {
    cursor: pointer !important;
    text-decoration: underline;
}

.favorite-menu-button__active {
    color: #fff;
    background: #FCB620;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.favorite-menu-button__active:hover {
    cursor: pointer !important;
    text-decoration: none !important;
}

.favorites-container {
    padding-top: 50px;
}

@media (max-width: 480px) {
  .favorite-menu-button {
    font-size: 12px !important;
    text-align: center;
  }
}
.project-card {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
}

.project-card-empty {
  height: 1px !important;
}

.project-card__image {
    width: 100%;
    /* height: 196px; */
    border-radius: 11px;
    border: 1px solid #FCB620;
    padding: 5px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
}

.project-card__image:hover {
  cursor: pointer;
}

.project-card-icons {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.project-card-icons__block {
    display: flex;
    gap: 35px;
}

.project-card-icons-element__active {
  fill: #FCB620 !important;
  stroke: #FCB620 !important;
}

.project-card-icons-element {
    display: flex;
    align-items: center;
    gap: 3px;
}

.project-card-icons-element svg {
    width: 24px;
    height: 24px;
    stroke: #343434;
}

.project-card-icons-element span {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #343434;;
}

.project-card-icons-element__hover svg:hover {
    cursor: pointer;
    stroke: #FCB620 !important;
}

.project-card-description {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-card-description h1 {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
}

.project-card-description h2 {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -1%;
    color: #969696;
}

.project-card__price {
    width: 100%;
    box-sizing: border-box;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -1%;
    color: #2e2e2e;
}

.project-card__price::after {
    content: " ₽";
}

.project-card__date {
    width: 100%;
    box-sizing: border-box;
    height: 30px;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #B7B7B7;
    margin-top: 10px;
}

.project-card__edit {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 14px 20px;
  background: #FCB62054;
  border-radius: 20px;
  text-align: center;
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #2e2e2e;
  text-decoration: none !important;
}
.project-card__edit:hover {
  cursor: pointer !important;
  color: #FFF;
  background: #c66 !important;
}

/* .home-project-grid {
  display: grid;
  justify-items: center;
  padding: 5px;
  gap: 15px 0;
} */

.masonry-grid {
  display: flex;
  margin-left: -15px; /* отрицательный отступ для gap */
  width: auto;
}

.masonry-grid_column {
  padding-left: 15px; /* gutter между колонками */
  background-clip: padding-box;
}

.placeholder-box {
    width: 100%;
    height: 196px;
    background-color: #fff;
    border-radius: 11px;
    border: 1px solid #FCB620;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
}

.placeholder-content {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 980px) {
    /* .project-card {
      width: 232px !important;
    } */


    .placeholder-box {
      height: 141px !important;
    }
/* 
    .project-card__image {
      width: 212px !important;
      height: 141px !important;
    } */

    /* .project-card-icons {
      width: 232px !important;
    } */

    .project-card-icons__block {
      display: flex;
      gap: 15px;
    }

    .project-card-description {
      /* width: 232px !important; */
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .project-card-description h1 {
      margin-top: 15px;
      margin-bottom: 5px;
    }

    .project-card-description h2 {
      margin-top: 0;
      margin-bottom: 15px;
    }

    .project-card__price {
      width: 232px !important;
    }

    .project-card__date {
      width: 232px !important;
    }
}
.range-slider {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
}
.range-slider[data-vertical] {
  height: 100%;
  width: 8px;
}
.range-slider[data-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2196f3;
}
.range-slider .range-slider__thumb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(33, 150, 243, 0.5);
}
.range-slider[data-vertical] .range-slider__thumb {
  left: 50%;
}
.range-slider .range-slider__thumb[data-disabled] {
  z-index: 2;
}
.range-slider .range-slider__range {
  position: absolute;
  z-index: 1;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: #51adf6;
}
.range-slider[data-vertical] .range-slider__range {
  left: 50%;
  transform: translate(-50%, 0);
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
.range-slider input[type="range"]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}
.range-slider input[type="range"]:focus {
  outline: 0;
}

.button-load-more {
  display: flex;
  justify-content: center;
}
.projects {
    width: 100vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects-popup {
    width: 100%;
    max-width: 100vw;
    max-height: 100vh;
    height: 100%;
    position: fixed;
    top: 0;
    inset: 0;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34343470;
    overflow: auto;
}
/* Общий контейнер выбора */
.ai-choice-container {
  display: flex;
  justify-content: center;
  gap: 32px;                /* чуть больше расстояния для красоты */
  padding: 32px 20px 48px;
  flex-wrap: wrap;
}

/* Каждая карточка */
.ai-choice-card {
  width: 280px;             /* фиксированная ширина для симметрии */
  min-height: 240px;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.22s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.ai-choice-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.14);
}

/* Подсветка Loft AI */
.ai-choice-card.loft:hover,
.ai-choice-card.loft.active {
  border-color: #fcb620;
  box-shadow: 
    0 12px 32px rgba(0,0,0,0.14),
    0 0 0 6px rgba(252, 182, 32, 0.16);
}
button {
    cursor: pointer;
}
/* Подсветка Vivre AI */
.ai-choice-card.vivre:hover,
.ai-choice-card.vivre.active {
  border-color: #C66;    /* насыщенный розово-фиолетовый */
  box-shadow: 
    0 12px 32px rgba(0,0,0,0.14),
    0 0 0 6px rgba(194, 24, 91, 0.16);
}
/* ═══════════════════════════════════════════════════════════════════
   Добавить в Projects.css
   ═══════════════════════════════════════════════════════════════════ */

/* ── Vivre-лейаут шапки: картинка во всю ширину, контент под ней ── */
.project-view-header--vivre {
    flex-direction: column;
    gap: 0;
}

.project-view-header-image--full {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    /* margin-bottom: 28px; */
}

.project-view-header-content--full {
    width: 100%;
    max-width: 100%;
}

/* ── Кнопка редактирования в шапке проекта ── */
.project-view-edit-btn {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 20px;
}

/* ── Панель редактирования промпта Vivre ── */
.vivre-edit-panel {
    width: 100%;
    background: #F2F2F2;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    padding: 20px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 16px;
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.vivre-edit-panel__label {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #343434;
}

.vivre-edit-panel__input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 20px;
    border: 0;
    background: #ffffff;
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
    transition: box-shadow 0.2s ease;
}

.vivre-edit-panel__input:focus {
    box-shadow: 0 0 0 2px #FCB62060;
}

.vivre-edit-panel__input::placeholder {
    color: #B7B7B7;
}

.vivre-edit-panel__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 18px;
}

.vivre-edit-panel__counter {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #B7B7B7;
}

.vivre-edit-panel__error {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #c66;
}

.vivre-edit-panel__loader {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B7B7B7;
    padding: 6px 0;
}

/* ═══════════════════════════════════════════════════════════════════
   Добавить в ProjectCard.css
   ═══════════════════════════════════════════════════════════════════ */

/* ── Описание AI-проекта в карточке ── */
.project-card-description__ai {
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1%;
    color: #969696;
    margin: 4px 0 0;
}

/* ── Кнопка примерки товара TryOnButton ── */
.project-card__tryon {
    width: 100%;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-card__tryon-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px !important;
    height: 42px;
    box-sizing: border-box;
}

.project-card__tryon-loading {
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-card__tryon-error {
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1%;
    color: #c66;
    padding: 0 4px;
}

.project-card__tryon-result {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.project-card__tryon-success {
    font-family: Rubik;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #2E2E2E;
}

.project-card__tryon-image {
    width: 100%;
    border-radius: 11px;
    border: 1px solid #FCB620;
    padding: 5px;
    box-sizing: border-box;
    object-fit: cover;
}

/* ── Reply: лоадер и ошибка в модалке генерации ── */
.project-comments-reply__generating {
    background: #F2F2F2;
}

.project-comments-reply-loader {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0 8px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #B7B7B7;
}

.project-comments-reply-error {
    padding: 10px 0 6px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project-comments-reply-error span {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #c66;
}

.mt-12 {
    margin-top: 12px;
}

/* ── Адаптив для Vivre шапки ── */
@media (max-width: 910px) {
    .project-view-header-image--full {
        height: 100%;
        border-radius: 14px;
        margin-bottom: 20px;
    }
}
/* ═══════════════════════════════════════════════════════════════════
   Добавить в Projects.css
   ═══════════════════════════════════════════════════════════════════ */

/* ── Обёртка картинки с лоадером (ProjectCoverImage) ── */
.project-cover-wrapper {
    position: relative;
    width: 100%;
    flex: 1;
    min-width: 0;
}

/* Затемнение при обработке */
.project-cover-wrapper--loading img,
.project-cover-wrapper--loading .project-view-header-image {
    filter: brightness(0.45);
    transition: filter 0.3s ease;
}

/* Оверлей с лоадером */
.project-cover-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-radius: 20px; /* совпадает с --full */
    pointer-events: none;
}

.project-cover-overlay__text {
    font-family: Rubik;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* Для обычного лейаута без --full */
.project-view-header:not(.project-view-header--vivre) .project-cover-overlay {
    border-radius: 0;
}

/* ── Виvre лейаут: картинка во всю ширину ── */
.project-view-header--vivre {
    flex-direction: column;
    gap: 0;
}


/* Для пустой обложки (div) */
.project-view-header--vivre .project-view-header-image--full:not(img) {
    background-color: #2E2E2E20;
}

.project-view-header-content--full {
    width: 100%;
    max-width: 100%;
    flex: none;
}

/* Кнопка редактирования */
.project-view-edit-btn {
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 20px;
}

/* ── Панель VivreEditPanel ── */
.vivre-edit-panel {
    width: 100%;
    background: #F2F2F2;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    padding: 20px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 16px;
    animation: vivreSlideIn 0.22s ease;
}

@keyframes vivreSlideIn {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Состояние ожидания — компактная строка */
.vivre-edit-panel--processing {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: #FFF8E7;
    border-color: #FCB62040;
}

.vivre-edit-panel--processing span {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B7B7B7;
}

.vivre-edit-panel__label {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #343434;
}

.vivre-edit-panel__input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 20px;
    border: 0;
    background: #ffffff;
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
    transition: box-shadow 0.2s ease;
}

.vivre-edit-panel__input:focus {
    box-shadow: 0 0 0 2px #FCB62060;
}

.vivre-edit-panel__input::placeholder {
    color: #B7B7B7;
}

.vivre-edit-panel__input:disabled {
    opacity: 0.6;
}

.vivre-edit-panel__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 18px;
}

.vivre-edit-panel__counter {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    color: #B7B7B7;
}

.vivre-edit-panel__error {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    color: #c66;
}

.vivre-edit-panel__loader {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    color: #B7B7B7;
    padding: 4px 0;
}

/* ── Reply: режим генерации ── */
.project-comments-reply__generating {
    background: #F2F2F2;
}

.project-comments-reply-loader {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 0 8px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    color: #B7B7B7;
}

.project-comments-reply-error {
    padding: 10px 0 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.project-comments-reply-error span {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    color: #c66;
}

.mt-12 { margin-top: 12px; }

/* ── Адаптив ── */
@media (max-width: 910px) {
    .project-view-header-image--full {
        height: 100%;
        border-radius: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .project-view-header-image--full {
        max-height: 240px;
        border-radius: 10px;
        margin-bottom: 14px;
    }
    .vivre-edit-panel {
        padding: 15px;
        border-radius: 18px;
    }
    .project-cover-overlay__text {
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    .project-view-header-image--full {
        max-height: 260px;
        border-radius: 10px;
        margin-bottom: 16px;
    }
    .vivre-edit-panel {
        padding: 15px 15px 10px 15px;
    }
    .vivre-edit-panel__input {
        padding: 12px 15px;
    }
}
/* Иконка в центре */
.ai-choice-icon {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
  color: #222;
}

/* Цвет иконки для Vivre (можно заменить на SVG) */
.ai-choice-card.vivre .ai-choice-icon {
  color: #C66;
}

/* Описание */
.ai-choice-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
  margin: 0;
  font-weight: 400;
}

/* Заголовок попапа */
.projects-create-title {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 20px 0 32px;
  padding: 0 24px;
}

/* Кнопка закрытия */
.filter-popup__close.projects-create-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  color: #888;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
}

.filter-popup__close.projects-create-close:hover {
  color: #222;
  transform: rotate(90deg);
}

/* Адаптив */
@media (max-width: 680px) {
  .ai-choice-container {
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 24px 16px 40px;
  }
  
  .ai-choice-card {
    width: 100%;
    max-width: 360px;
    min-height: auto;
    padding: 40px 28px;
  }
  
  .ai-choice-icon {
    font-size: 64px;
    margin-bottom: 20px;
  }
  
  .projects-create-title {
    font-size: 22px;
    margin: 16px 0 28px;
  }
}

.projects-create-layout {
    width: 100vw;
    max-width: 1280px;
    max-height: 100vh; 
    border-radius: 16px;
    gap: 14px;
    box-shadow: 0px 4px 23px 0px #0000001A;
    position: relative;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.projects-create-close {
    position: absolute;
    right: 12px;
    top: 12px;
}

.projects-create-title {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #2e2e2e;
    text-align: center;
}

.projects-create-form {
    width: 596px;
    padding: 14px;
    gap: 14px;
    display: flex;
    flex-direction: column;
}

.projects-create-form label {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #343434;
}
.projects-create-form input {
    width: 100%;
    height: 46px;
    padding: 14px 20px;
    border-radius: 20px;
    border: 0;
    background: #f6f6f6;
    box-sizing: border-box;
}

.projects-create-form textarea {
    width: 100%;
    height: 102px;
    padding: 14px 20px;
    border-radius: 20px;
    border: 0;
    background: #f6f6f6;
    box-sizing: border-box;
    resize: none;
}

.projects-create-visibility {
    display: flex;
    justify-content: space-between;
}

.projects-create-visibility__switch {
    display: flex;
    align-items: center;
}

.projects-create-visibility__label {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1%;
    text-align: center;
    color: #343434;
    margin-top: 2px;
    margin-left: 7px;
}

.projects-create-additional {
    display: none;
}

.projects-create-additional__show {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.projects-create-additional_button {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    color: #2e2e2e;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.projects-create-additional_button:hover {
    cursor: pointer;
    text-decoration: underline;
}

.projects-create-additional__layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 20px;
}

.projects-create-additional__layout span {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #343434;
}

.projects-create-additional-radio {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}
.projects-create-additional-radio label {
    font-family: Rubik;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #343434;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 150%;
}

.projects-create-additional-radio input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #d9d9d9;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
}
.projects-create-additional-radio input[type="radio"]:checked {
  border-color: #fcb620;
  background-color: #fcb620;
}
.projects-create-additional-radio:hover {
  cursor: pointer !important;
}

.project-view-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 37px;
    margin-bottom: 50px;
}
.project-view-header > * {
    flex: 1;
    min-width: 0;
}
/* Дополнительные стили для слайдера если Tailwind не покрывает */

.image-slider-overlay {
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}

.image-slider-container {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .image-slider-nav {
        width: 32px;
        height: 32px;
        top: auto;
        bottom: -50px;
    }
    
    .image-slider-prev {
        left: 20px;
    }
    
    .image-slider-next {
        right: 20px;
    }
    
    .image-slider-close {
        top: 10px;
        right: 10px;
    }
    
    .image-slider-thumbnails {
        bottom: -90px;
    }
}
.project-view-header-image {
    width: 100%;
    height: auto;
    background-color: #2E2E2E20;
    object-fit: cover;
    object-position: center;
}
.project-view-header-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.project-view-fit-btn {
    background-color: #FCB620 !important;
    border-color: #FCB620 !important;
    color: white !important;
}

.project-view-fit-btn:hover {
    background-color: #FCB62047 !important;
    border-color: #FCB62047 !important;
}
.project-view-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 7px 0;
}
.project-view-header-row-inline {
    display: flex;
    align-items: center;
}

.project-view-header-row-inline__summary {
    display: inline;
    align-items: center;
}
.project-view-header-row-inline__summary span {
    padding-right: 3px;
}
.project-view-header-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #2E2E2E;
}
.project-view-header-user-block {
    display: flex;
    align-items: center;
    gap: 15px;
}
.project-view-header-user-block-avatar {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background-color: #FCB62047;
    font-family: Rubik;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1%;
    text-align: center;
    color: #FCB620;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-view-header-user-block-name {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1%;
    color: #FCB620;
}
.project-view-header-like-block {
    display: flex;
    align-items: center;
    gap: 35px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #343434;
}
.project-view-header-like-block-right {
    display: flex;
    align-items: center;
    gap: 80px;
}
.project-view-header-like-block-element {
    display: flex;
    align-items: center;
    gap: 5px;
}
.project-view-header-like-block-element svg {
    width: 15px;
    height: 15px;
    margin-top: -3px;
}
.project-view-header-like-block-date {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #B7B7B7;
    line-height: 150%;
}
.project-view-header-description {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
    margin-top: 20px;
}
.project-view-header-text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -1%;
    color: #2E2E2E;
}
.project-view-header-text-bold {
    font-weight: 500 !important;
}
.project-view-header-mine-element {
    width: 54px;
    height: 54px;
    border-radius: 20px;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 25px;
}
.project-view-header-mine-element:hover {
    cursor: pointer;
}
.project-view-header-mine-element__active svg {
    stroke: #FCB620 !important;
    fill: #FCB620 !important;
}
.project-view-header-mine-element__active svg path {
    stroke: #FCB620 !important;
    fill: #FCB620 !important;
}
.project-view-header-mine-save {
    height: 54px;
    padding: 14px 16px;
    color: #FCB620;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 7px;
    -webkit-user-select: none;
            user-select: none;
    border: 1px solid #FCB620;
}
.project-view-header-mine-save:hover {
    cursor: pointer !important;
}
.project-view-header-mine-save svg path {
    stroke: #FCB620 !important;
}
.project-view-header-mine-save__active {
    color: #fff !important;
    background-color: #FCB620 !important;
}
.project-view-header-mine-save__active svg path {
    stroke: #fff !important;
}
.project-products {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.project-products-header-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project-products-header-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #2E2E2E;
    line-height: 120%;
    margin-bottom: 15px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
}
.project-comments {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 50px;
}
.project-comments-left {
    min-width: 420px;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    box-sizing: border-box;
}
.project-comments-right {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.project-comments-element {
    width: 100%;
}
.project-comments-element__reply {
    padding-left: 75px;
    box-sizing: border-box;
}
.project-comments-comment {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    background-color: #fff;
    padding: 20px 28px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.project-comments-comment-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project-comments-comment-header-customer {
    display: flex;
    align-items: center;
    gap: 10px;
}
.project-comments-comment-header-customer-avatar {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 40px;
    box-sizing: border-box;
    color: #FCB620;
    background: #FCB62047;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Rubik;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1%;
    text-align: center;
    -webkit-user-select: none;
            user-select: none;
}
.project-comments-comment-header-customer-name {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1%;
    color: #FCB620;
    -webkit-user-select: none;
            user-select: none;
}
.project-comments-comment-header-date {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #B7B7B7;
    line-height: 150%;
}
.project-comments-comment-message {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
    padding: 20px 0 10px 0;
}
.project-comments-comment-reply-button {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
            text-decoration-style: solid;
    text-decoration-thickness: 0%;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    color: #B7B7B7;
    text-align: right;
}
.project-comments-comment-reply-button:hover {
    text-decoration: none;
    opacity: 0.8;
    cursor: pointer;
}
.project-comments-reply {
    width: 100%;
    border-radius: 24px;
    background: #F2F2F2;
    border: 1px solid #EFEFEF;
    display: flex;
    flex-direction: column;
    padding: 20px 28px;
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.project-comments-reply-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
}
.project-comments-reply-header-block {
    display: flex;
    align-items: center;
    -webkit-user-select: none;
            user-select: none;
}
.project-comments-reply-header-name {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1%;
    color: #FCB620;
    padding-left: 5px;
}
.project-comments-reply-header-counter {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #B7B7B7;
}
.reply-textarea {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    resize: none;
    outline: none;
    border: 0;
}

.reply-textarea::placeholder {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #B7B7B7;
}

.reply-textarea-layout {
    width: 100%;
    padding: 10px 0;
}
.project-comments-reply-header-close {
    width: 24px;
    height: 24px;
    margin-left: 25px;
    margin-top: -2px;
}
.project-comments-reply-header-close:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 1300px) {
    .project-view-header-middle {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }
    .project-view-header-like-block-right {
        width: 100% !important;
        justify-content: space-between;
    }
    .projects {
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 910px) {
    .project-view-header {
        flex-direction: column;
    }
    .project-view-header {
        margin-bottom: 25px !important;
    }
    .grid-area__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .project-comments {
        flex-direction: column;
    }
    .project-comments-left {
        margin-bottom: 15px;
    }
    .projects-create-layout {
        border-radius: 0 !important;
    }
}

@media (max-width: 700px) {
    .projects-create-form {
        width: 100% !important;
    }
    .projects-create-additional__layout {
        grid-template-columns: repeat(2, 1fr);
    }
    .projects-create-additional__layout span:nth-of-type(2) {
        display: none !important;
    }
    .grid-area__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .grid-area-header__another-projects {
        margin: 0 !important;
    }
    .grid-area-header__another-projects h1 {
        margin: 0 !important;
    }
    .project-comments-comment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .project-comments-element__reply {
        padding-left: 25px;
        box-sizing: border-box;
    }
    .projects-button-new-project {
        margin-bottom: -56px !important;
    }
    .projects-button-new-project {
        align-self: flex-start !important;
    }
    .filter-panel > div > div:nth-child(1) {
        align-self: flex-end !important;
    }
    .grid-area__header {
        padding: 0 10px;
    }
}

@media (max-width: 380px) {
    .projects-button-new-project {
        margin-bottom: -10px !important;
    }
    .projects-button-new-project {
        align-self: center !important;
    }
    .filter-panel > div > div:nth-child(1) {
        align-self: center !important;
    }
}

@media (max-width: 500px) {
    .grid-area__grid {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center
    }
    .project-comments-left {
        min-width: 0 !important;
    }
    .project-comments-comment {
        padding: 15px 15px 10px 15px !important;
    }
}

@media (max-width: 400px) {
    .projects-create-additional__layout {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center
    }
    .projects-create-additional__layout span:nth-of-type(3) {
        display: none !important;
    }
    .project-view-header-mine-element {
        width: 45px;
        height: 45px;
    }
    .project-view-header-mine-element svg {
        width: 15px;
        height: 15px;
    }
    .project-view-header-mine-save {
        font-size: 12px;
        padding: 8px 12px !important;
        height: 45px !important;
    }
    .project-view-header-title {
        font-size: 24px;
    }
    .grid-area__header {
        font-size: 24px;
    }
    .project-comments-comment-header-customer-avatar {
        width: 35px;
        min-width: 35px;
        height: 35px;
        font-size: 18px;
    }
    .project-comments-comment-header-customer-name {
        font-size: 14px;
    }
    .project-comments-comment-header-date {
        font-size: 13px;
    }
    .project-comments-comment-message {
        font-size: 14px;
        padding: 10px 0 5px 0 !important;
    }
    .project-comments-comment-reply-button {
        font-size: 13px;
    }
    .project-comments-reply {
        padding: 15px 15px 10px 15px !important;
    }
    .reply-textarea {
        padding: 15px !important;
    }
    .project-comments-reply-header-counter {
        font-size: 13px;
    }
}

@media (max-width: 400px) {
    .project-view-header-row-inline__buttons {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .project-view-header-mine-element {
        margin-right: 0 !important;
    }
}
body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.product-cart {
    width: 264px;
    height: 415px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 14px 0;
    position: relative;
    gap: 10px;
}

.product-cart-image {
    width: 100%;
    height: 231px;
    border-radius: 10px;
    background-color: #f3f3f3;
    object-fit: cover;
    object-position: center;
}

.product-cart-image-likes {
    min-width: 35px;
    height: 35px;
    border-radius: 100px;
    gap: 12px;
    background-color: #fff;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 24px;
    right: 12px;
    box-sizing: border-box;
    padding: 0 7px;
}
.product-cart-image-likes:hover {
    cursor: pointer;
}
.product-cart-image-likes__active {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    line-height: 5px;
}
.product-cart-image-likes__active span {
    margin-top: 2px;
}
.product-cart-image-title {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #858585;
}
.product-cart-image-price {
    font-family: Rubik;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #2E2E2E;
}
.product-cart-image-button {
    width: 100% !important;
    box-sizing: border-box;
}
.product-cart-image-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-cart-image-availibale {
    border-radius: 20px;
    padding: 5px 10px;
    background-color: #fcb620;
    color: #fff;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -1%;
    text-align: center;
}

@media (max-width: 1300px) {
    .product-cart {
        width: 240px;
    }
    .product-cart-image-price {
        font-size: 18px;
    }
    .product-cart-image-availibale {
        font-size: 11px;
    }
}

@media (max-width: 1161px) {
    .product-cart {
        width: 220px;
    }
    .product-cart-image-button {
        font-size: 13px !important;
    }
}

@media (max-width: 1100px) {
    .product-cart {
        width: 200px;
    }
}

@media (max-width: 1050px) {
    .project-generate-goods-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .project-generate-goods-content__browser {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .project-generate-goods-content > * {
        justify-self: center !important;
    }
}

@media (max-width: 920px) {
    .project-generate-goods-content-4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(3n + 1) {
        justify-self: start !important;
    }
}

@media (max-width: 780px) {
    .project-generate-goods-content-4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(2n + 1) {
        justify-self: start !important;
    }
    .project-generate-goods-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 720px) {
    .project-generate-goods-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 700px) {
    .project-generate-goods-content-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(2n + 1) {
        justify-self: start !important;
    }
}

@media (max-width: 480px) {
        .project-generate-goods-content-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(1n + 1) {
        justify-self: start !important;
    }
    .goods-content-right-layout-content-separate {
        align-items: center;
    }
    .product-cart {
        width: 100% !important
    }
}
.popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34343470;
}

.popup-block {
    width: 100vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects-block-layout {
    width: 100vw;
    max-width: 1280px;
    max-height: 100vh; 
    border-radius: 16px;
    gap: 14px;
    box-shadow: 0px 4px 23px 0px #0000001A;
    position: relative;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 0 50px 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.popup-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

.popup-title {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #2e2e2e;
}

.popup-close {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border-radius: 20px;
  pad: 14px;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.popup-close:hover {
  cursor: pointer;
  opacity: 0.8;
}

.popup-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .popup-title {
        font-size: 24px;
        line-height: 150%;
        
    }
}
.product-popup-layout {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.product-popup-layout-left {
    flex: 1.5;
    display: flex;
    gap: 20px;
    align-items: start;
    position: relative;
    min-width: 0;
}
.product-popup-layout-images-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    max-height: 545px;
    min-width: 127px;
    scroll-behavior: smooth;
    touch-action: pan-x;
}

.product-popup-layout-images-block::-webkit-scrollbar-button {
    display: none;
}

.product-popup-layout-images-block::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.product-popup-layout-images-block::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}

.product-popup-layout-images-block::-webkit-scrollbar {
    width: 5px;
}

.product-popup-layout-images-element {
    width: 113px;
    height: 99px;
    border-radius: 10px;
    object-fit: cover;
    margin: 1px;
}
.product-popup-layout-images-element:hover {
    cursor: pointer;
    opacity: 0.8;
}
.product-popup-layout-images-element__active {
    outline: 1px solid #FCB620;
}
.product-popup-layout-images-element__active::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #FCB620;
    border-radius: 35px;
}
.product-popup-layout-image {
    flex: 1;
    min-height: 0;
    min-width: 0;
    object-fit: contain;
    border-radius: 11px;
}

.product-popup-layout-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* margin-left: 25px; */
    min-width: 0;
}

.product-popup-layout-right-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -3%;
    color: #2E2E2E;
}

.product-popup-layout-right-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 30px;
    margin: 25px 0;
}
.product-popup-layout-right-counts {
    display: flex;
    gap: 5px;
    align-items: center;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #343434;
}
.product-popup-layout-right-description {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #858585;
}
.product-popup-layout-right-price {
    font-family: Rubik;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #2E2E2E;
}
.product-popup-layout-right-available {
    padding: 5px 10px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FCB620;
    color: #fff;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.product-popup-layout-right-wish {
    width: 54px;
    height: 54px;
    border-radius: 20px;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.product-popup-layout-right-wish:hover {
    cursor: pointer;
}
.product-popup-layout-right-wish__active {
    background-color: #FCB620 !important;
}
.product-popup-layout-right-wish__active svg path {
    fill: #fff !important;
}

@media (max-width: 1000px) {
    .product-popup-layout-left {
        flex-direction: column-reverse;
        flex: 1;
        width: 100%;
        align-items: stretch;
    }
    .product-popup-layout-image {
        /* flex: 1;
        min-height: 0;
        min-width: 0;
        object-fit: contain;
        border-radius: 11px; */
        flex: none;
        width: 100%;
    }
    .product-popup-layout-images-block {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        padding: 5px 0;
        width: 100%;
        min-width: 0;
        max-height: none;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        scrollbar-width: thin;
    }
    .product-popup-layout-images-block::-webkit-scrollbar {
        display: none;
    }

    .product-popup-layout-images-element {
        width: 113px;
        height: 99px;
        flex-shrink: 0;
        border-radius: 10px;
        object-fit: cover;
        margin: 1px;
    }
}

@media (max-width: 700px) {
    .product-popup-layout {
        flex-direction: column;
    }
    .product-popup-layout-right-title {
        font-size: 24px;
        line-height: 150%;
    }
}

@media (max-width: 400px) {
    .product-popup-layout-right-title {
        font-size: 18px;
        line-height: normal;
    }
    .product-popup-layout-right-description {
        font-size: 12px;
    }
    .button_primary_white {
        font-size: 13px;
    }
    .product-popup-layout-right-wish {
        width: 45px;
        height: 45px;
        border-radius: 15px;
    }
    .product-popup-layout-right-wish svg {
        width: 15px;
        height: 15px;
    }
}
.goods-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34343470;
    z-index: 200;
}

.goods {
    width: 100vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.goods-layout-separate {
    width: 100vw;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding: 0 25px;
}

.goods-layout {
    width: 100vw;
    height: 100vh;
    max-width: 1280px;
    max-height: 100vh; 
    border-radius: 16px;
    gap: 14px;
    box-shadow: 0px 4px 23px 0px #0000001A;
    position: relative;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    overflow-y: auto;
    box-sizing: border-box;
}

.goods-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.goods-header-title {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: -3%;
    color: #2e2e2e;
}

.goods-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    gap: 10px;
}

.goods-content-left {
    width: 316px;
    display: flex;
    flex-direction: column;
}
.goods-content-left-category {
    width: 100%;
    height: 59px;
    min-height: 59px;
    padding: 0 6px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FCB62054;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    text-align: center;
    color: #2E2E2E;
}
.goods-content-left-category-button {
    padding: 10px 35px;
    gap: 7px;
    border-radius: 11px;
}
.goods-content-left-category-button:hover {
    cursor: pointer;
    text-decoration: underline;
}
.goods-content-left-category-button__active {
    background: #FCB620 !important;
    color: #fff !important;
    border-radius: 20px !important;
    padding: 5px 35px !important;
}
.goods-content-left-category-button__active:hover {
    text-decoration: none !important;
}
.goods-content-left-menu {
    width: 100%;
    min-height: 400px;
    overflow-y: auto;
    position: relative;
}

.goods-content-right {
    width: calc(100% - 316px);
    display: flex;
    flex-direction: column;
}

.goods-content-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.goods-content-right-search-container {
    position: relative !important;
    width: 100%;
}
.goods-content-right-search {
    width: 100%;
    height: 59px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 17px 10px;
    background: #FCB6201A;
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #343434;
    border: 0;
    outline: none;
    padding: 17px 50px 17px 50px;
}
.goods-content-right-search::placeholder {
  color: #34343455;
}
.goods-content-right-search-icon {
    position: absolute;
    left: 15px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(/ef32467dfc9b97de04a6.svg);
}
.goods-content-right-search-clear {
    position: absolute;
    right: 15px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(/92e9af3514f4b60a3f24.svg);
}
.goods-content-right-search-clear:hover {
    cursor: pointer;
    opacity: 0.8;
}
.goods-content-right-layout {
    display: flex;
    flex-direction: column;
}
.goods-content-right-layout-header {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.goods-content-right-layout-header__title-container {
    width: auto;
    min-width: 240px;
    display: flex;
    align-items: end;
    gap: 23px;
}
.goods-content-right-layout-header__title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -3%;
    color: #2E2E2E;
}
.goods-content-right-layout-header__count {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    color: #2e2e2e;
}
.goods-content-right-layout-header__count-small {
    font-weight: 40 !important;
    font-size: 12px !important;
    color: #2e2e2e50 !important;
}
.goods-content-right-layout-header__block {
    display: flex;
    align-items: center;
    width: 100%;
}
.goods-content-right-layout-header__sort {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    display: flex;
    justify-content: end;
    width: 100%;
    position: relative;
    flex-wrap: wrap;
}
.goods-content-right-layout-header__sort-title {
    color: #2E2E2E;
    padding-right: 7px;
}
.goods-content-right-layout-header__sort-value {
    color: #FCB620;
    text-decoration: underline;
}
.goods-content-right-layout-header__sort-value:hover {
    cursor: pointer;
    opacity: 0.8;
}
.goods-content-right-layout-header__sort-list {
    position: absolute;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    border:  1px solid #efefef;
    top: 30px;
    z-index: 10;
}
.goods-content-right-layout-header__sort-element {
    padding: 5px 10px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    color: #2e2e2e;
}
.goods-content-right-layout-header__sort-element:hover {
    cursor: pointer;
    text-decoration: underline;
}
.goods-content-right-layout-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: calc(100vh - 330px);
    gap: 20px;
    overflow-y: auto;
}
.goods-content-right-layout-content-separate {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 15px;
    box-sizing: border-box;
}
.add-good-layout {
    width: 100vw;
    max-width: 1280px;
    max-height: 100vh; 
    border-radius: 16px;
    gap: 14px;
    box-shadow: 0px 4px 23px 0px #0000001A;
    position: relative;
    background: #fff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 45px;
    overflow-y: auto;
    box-sizing: border-box;
}
.add-good-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    gap: 10px;
    align-items: center;
}

.add-good-grid-layout {
    width: 100%;
    margin-bottom: 30px;
    overflow-y: auto;
}
.add-good-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.add-good-grid-element {
    width: 264px;
    height: 231px;
    border-radius: 10px;
    border: 1px solid #fcb620;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.add-good-grid-element__active::after {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fcb620 url(/b671d1aa6b921104bc55.svg);
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    font-weight: bold;
    font-size: 20px;
}
.add-good-grid-element:hover {
    cursor: pointer;
}
.goods-content-right-layout-header-share {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 6px 24px;
    background: #FCB62054;
    color: #2E2E2E;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    -webkit-user-select: none;
            user-select: none;
}
.goods-content-right-layout-header-share svg {
    width: 24px;
    height: 24px;
}
.goods-content-right-layout-header-share:hover {
    cursor: pointer;
    opacity: 0.8;
}

@media (max-width: 1280px) {
    .goods-layout {
        border-radius: 0 !important;
    }
}
@media (max-width: 950px) {
    .goods-content-right-layout-header {
        flex-direction: column;
        align-items: start;
    }
    .goods-content-right-layout-header__block {
        justify-content: space-between;
    }
    .goods-content-right-layout-header__sort {
        justify-content: start;
    }
    .sort-controls-link {
        padding: 0 !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 920px) {
    .project-generate-goods-content-4 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(3n + 1) {
        justify-self: start !important;
    }
    .goods-content-left {
        width: 250px !important;
    }
    .goods-content-right {
        width: calc(100% - 250px);
    }
}

@media (max-width: 750px) {
    .project-generate-goods-content-4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(2n + 1) {
        justify-self: start !important;
    }
}

@media (max-width: 510px) {
    .project-generate-goods-content-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .project-generate-goods-content-4 > *:nth-child(1) {
        justify-self: center !important;
    }
}

@media (max-width: 480px) {
    .goods-content-right-layout-header__block{
        flex-direction: column;
    }
    .goods-content-right-layout-header-share {
        margin-top: 20px;
    }
    .sort-controls-link {
        padding: 0 15px !important;
    }
    .goods-content-right-layout-header__sort {
        justify-content: center;
    }
    .goods-content-right-layout-header__title-container {
        width: 100%;
        justify-content: center;
    }
    
}
/* GoodsPopup.css - добавить в конец файла */

.goods-footer {
    border-top: 1px solid rgba(52, 52, 52, 0.07);
    background: white;
    border-radius: 0 0 16px 16px;
}

.goods-header-subtitle {
    font-size: 14px;
    color: #fcb620;
    font-weight: normal;
}
.project-generate {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overscroll-behavior: none;
}

.project-generate-header {
    width: 100vw;
    max-width: 1280px;
    height: 74px;
    background-color: #fcb620;
    border-radius: 20px;
    margin-top: 8px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.project-generate-header__logo {
    width: 270px;
    height: 24px;
    background: url(/96f25246b1d000a4d6f0.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.project-generate-header__link {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #343434;
    opacity: 0.55;
    display: flex;
    align-items: center;
}
.project-generate-header__link:hover {
    opacity: 0.3 !important;
    cursor: pointer !important;
}
.project-generate-header__link svg {
    margin-right: 10px;
    margin-top: -2px;
}
.project-generate-header__buttons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}
.project-generate-header-button {
    height: 54px;
    border-radius: 20px;
    padding: 15px 20px;
    gap: 7px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Rubik;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 16px;
}
.project-generate-header-button svg {
    margin-top: -5px;
}
.project-generate-header-button:hover {
    cursor: pointer !important;
    opacity: 0.9;
}
.project-generate-header-button__primary {
    background: #9435DE;
    color: #fff;
    max-width: 177px;
}

.project-generate-header-button__secondary {
    background: #fff;
    color: #343434;
}

.project-generate-main {
    width: 100%;
    max-width: 1280px;
    display: flex;
    width: 100%;
    /* height: calc(100vh - 200px); */
    overflow: hidden;
    box-sizing: border-box;
}

.project-generate-left {
    width: calc(100% - 299px);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 100%; */
    overflow: hidden;
}

.project-generate-left__menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 10px;
}

.project-generate-left-menus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.project-generate-left-menu__top {
    width: 100%;
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #343434;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-generate-left-menu__element {
    display: flex;
    align-items: center;
    gap: 7px;
}
.project-generate-left-menu__element:hover {
    cursor: pointer;
    text-decoration: underline;
    /* opacity: 0.8; */
}

.project-generate-left-menu__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    background-color: #fff;
    z-index: 101;
}
.project-generate-left-menu__bottom-left {
    display: flex;
    /* gap: 150px; */
}
.project-generate-left-menu__group {
    display: flex;
    align-items: center;
    gap: 2px;
}
.project-generate-left-menu-resize {
    height: 60px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
    /* outline: 1px dashed transparent;
    border-radius: 11px; */
    transition: outline-color 0.1s ease;
}

.project-generate-left-menu-resize__active {
    /* outline-color: #FCB62054; */
}
.project-generate-left-menu__screen {
    min-width: 65px;
}
.project-generate-left-menu__button {
    -webkit-user-select: none;
            user-select: none;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 6px 14px;
    background: #FCB62054;
    border-radius: 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 1%;
    color: #2e2e2e;
    gap: 5px;
    line-height: 5px; */
}
.project-generate-left-menu__button svg {
    width: 24px;
    height: 24px;
}
.project-generate-left-menu__button:hover {
    cursor: pointer;
    opacity: 0.8;
}
.project-generate-left-menu__button-no-hover:hover {
    cursor: default;
    opacity: 1;
}

.project-generate-left-menu__button-big {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F354;
    border-radius: 11px;
    margin: 0 6px;
}
.project-generate-left-menu__button-big-active {
    background: #FCB6201A !important;
}
.project-generate-left-menu__button-big-active:hover {
    cursor: pointer;
    opacity: 0.8;
}

.project-generate-left-menu__rotation {
    display: flex;
    width: 150px;
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-left: 25px;
}
.project-generate-left-menu__rotation-value {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #858585;
    -webkit-user-select: none;
            user-select: none;
}

.project-generate-left__contant {
    position: fixed;
    top: 207px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 208px);
    /* overflow: hidden; */
    min-height: 0;
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 0;
}

.project-scaling-wrapper{
    width: 100%;
    height: 100%;
    /* overflow: auto; */
    /* position: relative; */
    display: flex;
    flex-grow: 1;
    min-height: 0;
    overflow: hidden;
    position: relative;
    /* width: 100%; */
}

.project-generate-left__buttons-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    position: absolute;
    /* left: calc(50% - 310px); */
    bottom: 10px;
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    background-color: #202020;
    height: 70px;
    box-sizing: border-box;
    z-index: 100;
}

.project-generate-left__buttons {
    display: flex;
    gap: 10px;
    z-index: 10;
}
.project-generate-left-buttons-container {
    max-width: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.project-generate-left-buttons-container_big {
    /* max-width: 90px !important;
    height: 130px;
    margin-top: -20px; */
}
.project-generate-left-buttons-title {
    -webkit-user-select: none;
            user-select: none;
    font-family: Rubik;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -1%;
    color: #343434;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    display: none;
}
.project-generate-left-buttons-element {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: #CDCDCD4D; */
    /* padding: 6px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-generate-left-buttons-element__active:hover {
    cursor: pointer;
    opacity: 0.6;
    /* width: 74px;
    height: 74px;
    margin-top: -3px;
    margin-left: -3px; */
}
.project-generate-left-buttons-element__big {
    /* width: 90px !important;
    height: 90px !important; */
}
.project-generate-left-buttons-element__big__active:hover {
    cursor: pointer;
    opacity: 0.6;
    /* width: 96px !important;
    height: 96px !important; */
}
.project-generate-left-buttons-element_background {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
    color: #535353;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-generate-left-buttons-element_background__active {
    color: #fff;
}
.project-generate-left-buttons-element_background svg {
    width: 24px !important;
    height: 24px !important;
}
.project-generate-menu-projects {
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    gap: 10px;
    box-sizing: border-box;
    width: 460px;
    height: 420px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    margin-top: 10px;
    z-index: 100;
}
.project-generate-menu-projects__title {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2e2e2e;
    padding: 10px;
}
.project-generate-menu-projects__layout {
    width: 100%;
    height: calc(100% - 45px);
    overflow-y: auto;
}
.project-generate-menu-projects__element {
    width: 100%;
    height: 94px;
    display: flex;
    padding: 10px;
    box-sizing: border-box;
}
.project-generate-menu-projects__element:hover {
    cursor: pointer;
    background-color: #FCB62054;
}
.project-generate-menu-projects-element__conteiner {
    width: 122px;
    height: 74px;
    border-radius: 11px;
    border: 1px solid #fcb620;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project-generate-menu-projects-element__image {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    object-fit: contain;
}
.project-generate-menu-projects-element__column {
    width: calc(100% - 122px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 15px;
}
.project-generate-menu-projects-element__title {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2e2e2e;
    padding-bottom: 10px;
}
.project-generate-menu-projects-element__row {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.project-generate-menu-projects-element__date {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #b7b7b7;
}
.project-generate-menu-projects-element__visibility {
    font-family: Rubik;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1%;
    color: #2E2E2E;
    padding: 6px 24px;
    gap: 7px;
    background: #FCB62054;
    border-radius: 11px;
}
.project-generate-menu-projects-element__visibility-public {
    background-color: #FCB620 !important;
    color: #fff !important;
}
.project-generate-right {
    width: 299px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 50;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.project-generate-right__top {
    -webkit-user-select: none;
            user-select: none;
    width: 100%;
    height: 52px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.project-generate-right-goods {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.project-generate-right-goods__count {
    width: 100%;
    height: 27px;
    display: flex;
    align-items: end;
    justify-content: center;
}
.project-generate-right-goods__button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-generate-right-goods:hover {
    cursor: pointer;
    opacity: 0.8;
}

.project-generate-right__bottom {
    width: 99%;
    height: calc(100vh - 290px);
    border-radius: 24px;
    border: 1px solid #efefef;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
    box-sizing: border-box;
    z-index: 102;
}

.project-generate-right__goods {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    padding: 10px;
    box-sizing: border-box;
}

.project-generate-right-button {
    height: 60px !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-generate-menu-conteiner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  padding-right: 40px;
  scrollbar-width: thin;
}

.project-generate-menu-conteiner::-webkit-scrollbar {
  height: 8px;
  display: block;
}

.project-generate-menu-conteiner::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.project-generate-menu-conteiner::-webkit-scrollbar-track {
  background-color: transparent;
}

.project-generate-menu-conteiner::after {
  content: '';
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.9) 80%);
  pointer-events: none;
  z-index: 10;
}

.project-generate-menu-item {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background-color: #fff;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #343434;
}
.project-generate-menu-item:hover {
    cursor: pointer;
    text-decoration: underline;
}
.project-generate-menu-item__active {
    background-color: #FCB62054 !important;
}
.project-generate-menu-item__active:hover {
    cursor: pointer;
    text-decoration: none;
}
.project-generate-menu-item__container {
    display: flex;
    align-items: center;
}
.project-generate-menu-item__image {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.project-generate-menu-item__title {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #343434;

}
.project-generate-menu-item__icon {
    width: 10px;
    height: 18px;
}
.project-generate-menu-item-back__container {
    display: flex;
    align-items: center;
    padding: 5px 0;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.project-generate-menu-item-back__container:hover {
    cursor: pointer;
}
.project-generate-menu-item-back__icon {
    width: 10px;
    height: 18px;
    margin-right: 10px;
    transform: rotate(180deg);
}
.project-generate-menu-item-back__title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1%;
    text-align: center;
    color: #2E2E2E;
}
.project-generate-goods-content-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    /* overflow-y: auto; */
}
.project-generate-goods-content-undef {
    display: grid;
    gap: 10px;
    justify-items: center;
}
.project-generate-goods-content {
    display: grid;
    gap: 10px;
    justify-items: center;
}
.project-generate-goods-content > *:first-child {
    justify-self: start;
}
.project-generate-goods-content > *:nth-child(3n) {
    justify-self: end;
}
.project-generate-goods-content > *:nth-child(3n + 1) {
    justify-self: start;
}
.project-generate-goods-content-4 {
    display: grid;
    gap: 10px;
    justify-items: center;
}
.project-generate-goods-content-4 > *:first-child {
    justify-self: start;
}
.project-generate-goods-content-4 > *:nth-child(4n) {
    justify-self: end;
}
.project-generate-goods-content-4 > *:nth-child(4n + 1) {
    justify-self: start;
}

.product-in-cart {
    width: 100%;
    height: 297px;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    border: 1px solid #efefef;
    padding: 5px;
    gap: 14px;
    box-sizing: border-box;
    position: relative;
    justify-content: space-between;
}
.product-in-cart:hover {
    border: 1px solid #FCB620 !important;
    cursor: pointer;
}
.product-in-cart__active {
    border: 1px solid #FCB620 !important;
}
.product-in-cart-image {
    width: 100%;
    height: 163px;
    background-color: #858585;
    object-fit: cover;
    object-position: center;
    display: block;
    -webkit-user-select: none;
            user-select: none;
}
.product-in-cart-image-avalibale {
    content: "В наличии";
    padding: 5px 10px;
    background: #FCB620;
    color: #fff;
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -1%;
    text-align: center;
    position: absolute;
    bottom: 135px;
    left: 12px;
    border-radius: 20px;
}
.product-in-cart-title {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #858585;
}
.product-in-cart-price {
    font-family: Rubik;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1%;
    color: #2E2E2E;
}


/* Project Container */
.project-container {
    width: 100%;
    height: 100%;
    padding: 10px 25px 75px 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.project-content {
    position: relative;
}

.project-generate-left__container {
    width: 100%;
    height: 100%;
    /* padding: 10px 25px 75px 25px; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

/* .project-container-scroll {
    flex-grow: 1;
    overflow: auto;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    position: relative;
    touch-action: none;
} */
 .project-container-scroll {
    flex-grow: 1;
    overflow: auto;

    background-color: #fcfcfc;
    background-image: 
        linear-gradient(to right, #f1f1f1 1px, transparent 1px), /* Вертикальные линии */
        linear-gradient(to bottom, #f1f1f1 1px, transparent 1px); /* Горизонтальные линии */
    background-size: 20px 20px;

    position: relative;
    touch-action: none;
}
.project-container-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.project-container-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.project-container-scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.project-item {
    position: absolute;
    height: auto;
    transform-origin: center;
    /* cursor: crosshair; */
    pointer-events: auto;
    -webkit-user-select: none;
            user-select: none;
}

.project-item__active {
    outline: 1px solid #fcb620;
}

.ai-generator-layout {
    max-width: 606px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.ai-generator-icon {
    width: 36px;
    height: 36px;
}
.ai-generator-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -3%;
    text-align: center;
    color: #2E2E2E;
    margin-top: 20px;
}

.ai-generator-input-layout {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 50px ;
}
.ai-generator-description {
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #343434;
    line-height: 150%;
    margin-bottom: 15px;
}
.ai-generator-input {
    width: 100%;
    height: 102px;
    padding: 14px 20px;
    border-radius: 20px;
    border: 0;
    background: #f6f6f6;
    box-sizing: border-box;
    resize: none;
}
.project-generate-right-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project-generate-right-header-title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #2E2E2E;
}
.project-generate-right-header-close {
    width: 16px;
    height: 16px;
}
.project-generate-right-header-close:hover {
    cursor: pointer;
    opacity: 0.8;
}
.project-generate-right-layout {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.layer-layout {
    width: 100%;
    height: 80px;
    padding: 10px 5px;
    border-radius: 12px;
    box-sizing: border-box;
    background: #CDCDCD4D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    transition: opacity 0.1s;
}
.layer-layout-icon {
    width: 10px;
    height: 10px;
    padding: 0 3px;
}
.layer-layout-icon:hover {
    cursor: pointer;
    opacity: 0.8;
}
.layer-layout-img {
    width: 210px;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.layer-layout-img img{
    padding: 5px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    max-height: 60px;
    max-width: 230px;
    width: auto;
    -webkit-user-select: none;
            user-select: none;
}
.layer-placeholder {
  background: #aaa;
  border: 2px dashed #666;
  opacity: 0.5;
}

.layer-dragging {
  opacity: 0.7;
  position: relative;
}
.shared-link {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #343434;
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: center;
}
.shared-link-description {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1%;
    color: #B7B7B7;
    margin-bottom: 10px;
    -webkit-user-select: none;
            user-select: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.loading-icon {
    animation: rotate 2s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
}

@media (max-width: 780px) {

}
    

@media (max-width: 780px) {
    .project-generate-menu-conteiner {
        flex-direction: row;
        height: 75px;
        align-items: flex-end;
        padding-bottom: 5px;
    }
    .project-generate-menu-item {
        height: -webkit-max-content;
        height: max-content;
    }
    .project-generate-menu-item__title {
        width: -webkit-max-content;
        width: max-content;
        line-height: normal;
    }
    .project-generate-menu-item svg {
        display: none;
    }
    .project-generate-menu-item__image {
        margin-right: 5px;
    }
    .project-generate-menu-item-back__container {
        position: absolute !important;
        left: 0;
        transform: translateY(-40px);
    }
    .goods-content {
        flex-direction: column;
    }
    .goods-content-left-menu {
        min-height: 50px !important;
    }
    .goods-content-left {
        min-width: 100% !important;
    }
    .goods-content-right {
        width: 100% !important;
        margin-top: 15px;
    }
}

@media (max-width: 550px) {
    .ai-generator-layout {
        max-width: calc(100% - 40px);
        position: relative;
    }
    .ai-generator-layout div img {
        width: 100% !important;
    }
    .projects-create-title {
        font-size: 22px;
        line-height: normal;
        margin-top: 20px;
    }
    .shared-link {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .shared-link {
        font-size: 10px !important;
    }
}
.images-popup-element {
    width: 100%;
    border-top: 1px solid #34343410;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.images-popup-element:first-child {
    border-top: 0 !important;
}

.images-popup-layout {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px #B2B2B240;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
}
.images-popup-layout::-webkit-scrollbar-button {
    display: none;
}

.images-popup-layout::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    margin-block: 8px;
    border: 5px solid transparent;
    background-clip: content-box;
}

.images-popup-layout::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
    margin-block: 8px;
    border: 5px solid transparent;
    background-clip: content-box;
}

.images-popup-layout::-webkit-scrollbar {
    width: 15px;
}

.images-popup-element-error-icon {
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background-color: #ad0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 80px;
    margin-right: 90px;
}
.images-popup-element-error-icon svg path {
    fill: #fff;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.images-popup-element-error-icon__pending {
    background-color: #fff !important;
    animation: rotate 2s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
}
.images-popup-element-error-icon__pending svg {
    width: 30px;
    height: 29px;
}
.images-popup-element-error-icon__pending svg path {
    stroke: #FCB620 !important;
    fill: #fff;
}

.images-popup-element-image {
    width: 200px;
    max-height: 130px;
    margin: 25px 0;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 11px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #FCB620;
}
.images-popup-element-image:hover {
    cursor: pointer;
}
.images-popup-element-image__active {
    position: relative;
    display: flex;
}
.images-popup-element-image__active::after {
    content: "✔";
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FCB620;
    color: #fff;
    top: 40px;
    left: 15px;
}

.images-popup-element-block {
    display: flex;
    align-items: center;
    gap: 25px;
}
.images-popup-element-block-column {
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: 100%;
    justify-content: space-between;
}

.images-popup-element-number {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    color: #B7B7B7;
}

.images-popup-element-button__delete {
    min-width: 16px;
}
.images-popup-element-button__delete svg {
    fill: #343434;
}
.images-popup-element-button__delete:hover {
    cursor: pointer;
    opacity: 0.8;
}

.images-popup-element-date {
    font-family: Rubik;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 30px;
    color: #B7B7B7;
}

@media (max-width: 900px) {
    .images-popup-element-number {
        line-height: 170%;
    }
    .button {
        min-width: 120px;
        padding: 8px 14px;
        font-size: 12px;
    }
    .projects-create-form .button {
        font-size: 13px !important;
    }
}

@media (max-width: 600px) {
    .images-popup-element-image {
        width: 176px;
        max-height: 100px;
        margin: 10px 0;
        
    }
    .images-popup-element-image::after {
        width: 20px;
        height: 20px;
    }
    .images-popup-element-block {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .images-popup-element-number {
        text-align: center;
    }
    .images-popup-element-block-column {
        align-items: center;
        margin-bottom: 10px;
    }
}
.share-layout {
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share-layout-warning {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1%;
    color: #858585;
}
