/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Ubuntu", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --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-brand: #f7b70b;
    --color-brandhover: #f8c029;
    --color-navy: #424f60;
    --color-deep: #373d44;
    --color-top: #f6f6f7;
    --color-ink: #333333;
    --color-inkdark: #222222;
    --color-ink2: #2e2e2e;
    --color-muted: #555555;
    --color-price: #cf2929;
    --color-ftx: #969ba5;
    --color-gbg: #f2f2f2;
    --color-line: #e6e6e6;
    --color-tagnew: #86b52d;
    --color-tagpop: #ff960c;
    --color-tagsale: #ff3131;
    --color-oldprice: #808080;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .sticky\! {
    position: sticky !important;
  }
  .inset-0 {
    inset: 0px;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .-mx-\[5px\] {
    margin-inline: calc(5px * -1);
  }
  .-mx-\[10px\] {
    margin-inline: calc(10px * -1);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[20px\] {
    min-height: 20px;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7\/12 {
    width: calc(7 / 12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[\#e6e6e6\] {
    border-color: #e6e6e6;
  }
  .bg-\[\#373d44\] {
    background-color: #373d44;
  }
  .bg-\[\#f2f2f2\] {
    background-color: #f2f2f2;
  }
  .bg-\[\#f7b70b\] {
    background-color: #f7b70b;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-repeat {
    background-repeat: repeat;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .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-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-\[\#373d44\] {
    color: #373d44;
  }
  .text-\[\#969ba5\] {
    color: #969ba5;
  }
  .text-\[\#222222\] {
    color: #222222;
  }
  .text-\[\#333333\] {
    color: #333333;
  }
  .text-\[\#707577\] {
    color: #707577;
  }
  .text-\[\#757575\] {
    color: #757575;
  }
  .text-\[\#c21a22\] {
    color: #c21a22;
  }
  .text-\[\#f7b70b\] {
    color: #f7b70b;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-\[0\.05\] {
    opacity: 0.05;
  }
  .opacity-\[0\.06\] {
    opacity: 0.06;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  :is(.\*\:visible > *) {
    visibility: visible;
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:text-\[\#f7b70b\]:is(:where(.group):hover *) {
      color: #f7b70b;
    }
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-\[\#f7b70b\]:hover {
      border-color: #f7b70b;
    }
    .hover\:shadow-\[0_12px_30px_rgba\(0\,0\,0\,0\.12\)\]:hover {
      --tw-shadow: 0 12px 30px var(--tw-shadow-color, rgba(0,0,0,0.12));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    }
  }
  @media (width < 499px) {
    .max-\[499px\]\:w-full {
      width: 100%;
    }
  }
  @media (width >= 768px) {
    .sm\:order-1 {
      order: 1;
    }
    .sm\:order-2 {
      order: 2;
    }
    .sm\:block {
      display: block;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .sm\:w-1\/3 {
      width: calc(1 / 3 * 100%);
    }
    .sm\:w-2\/3 {
      width: calc(2 / 3 * 100%);
    }
    .sm\:w-5\/12 {
      width: calc(5 / 12 * 100%);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .sm\:py-14 {
      padding-block: calc(var(--spacing) * 14);
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 992px) {
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .md\:w-1\/3 {
      width: calc(1 / 3 * 100%);
    }
    .md\:w-1\/4 {
      width: calc(1 / 4 * 100%);
    }
    .md\:w-3\/4 {
      width: calc(3 / 4 * 100%);
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 1300px) {
    .lg\:mb-0 {
      margin-bottom: 0px;
    }
    .lg\:w-1\/3 {
      width: calc(1 / 3 * 100%);
    }
    .lg\:w-1\/4 {
      width: calc(1 / 4 * 100%);
    }
    .lg\:w-1\/5 {
      width: calc(1 / 5 * 100%);
    }
    .lg\:w-5\/12 {
      width: calc(5 / 12 * 100%);
    }
    .lg\:w-7\/12 {
      width: calc(7 / 12 * 100%);
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px,env(safe-area-inset-left));
      padding-right: max(12px,env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slider-wrapper .item img {
  min-height: 300px;
}
.slick-dots {
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.slick-dots li button {
  position: absolute;
  top: -5px;
  left: -5px;
  border: none;
  display: block;
  opacity: 0;
}
.slick-dots li {
  background: transparent;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  cursor: pointer;
  position: relative;
  border: 2px solid #414141;
}
.slick-dots li.slick-active {
  border-color: #414141;
  background: #414141;
}
.slick-prev:after, .slick-next:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
  border-left: 2px solid #212121;
  border-bottom: 2px solid #212121;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.slick-prev:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-next:after {
  -moz-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(225deg);
  margin-left: -7px;
}
.slick-prev:hover, .slick-next:hover {
  background: #fff;
  opacity: 0.9;
}
.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
}
.jGrowl.top-left {
  left: 0;
  top: 0;
}
.jGrowl.top-right {
  right: 0;
  top: 0;
}
.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}
.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}
.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%;
}
.jGrowl.center .jGrowl-closer, .jGrowl.center .jGrowl-notification {
  margin-left: auto;
  margin-right: auto;
}
.jGrowl-notification {
  background-color: #000;
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  text-align: left;
  display: none;
  border-radius: 5px;
  min-height: 40px;
}
.jGrowl-notification .ui-state-highlight, .jGrowl-notification .ui-widget-content .ui-state-highlight, .jGrowl-notification .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.jGrowl-notification .jGrowl-header {
  font-weight: 700;
  font-size: .85em;
}
.jGrowl-notification .jGrowl-close {
  background-color: transparent;
  color: inherit;
  border: none;
  z-index: 99;
  float: right;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer;
}
.jGrowl-closer {
  background-color: #000;
  opacity: .9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9 *100));
  zoom: 1;
  width: 250px;
  padding: 10px;
  margin: 10px;
  display: none;
  border-radius: 5px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: 700;
  text-align: center;
}
.jGrowl-closer .ui-state-highlight, .jGrowl-closer .ui-widget-content .ui-state-highlight, .jGrowl-closer .ui-widget-header .ui-state-highlight {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
@media print {
  .jGrowl {
    display: none;
  }
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/4iCu6KVjbNBYlgoKeg7z.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/4iCp6KVjbNBYlgoKejZPsmyI.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/4iCv6KVjbNBYlgoC1CzTtw.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/4iCs6KVjbNBYlgo6eA.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/4iCv6KVjbNBYlgoCjC3Ttw.ttf") format("truetype");
}
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/4iCv6KVjbNBYlgoCxCvTtw.ttf") format("truetype");
}
@layer base {
  html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
  }
  body {
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-ink);
    overflow-x: hidden;
    font-family: "Ubuntu", sans-serif;
  }
  a {
    color: var(--color-inkdark);
    text-decoration: none;
  }
  a:hover {
    color: var(--color-brand);
    text-decoration: none;
  }
  a:focus {
    outline: none;
    text-decoration: none;
  }
  img {
    max-width: 100%;
  }
  svg {
    display: inline;
    vertical-align: baseline;
  }
  p {
    margin-bottom: 20px;
  }
  strong, b {
    font-weight: bold;
  }
  h1, .title-h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
    font-style: normal;
    color: var(--color-inkdark);
  }
  h2, .title-h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
    font-weight: 500;
    font-style: normal;
    color: var(--color-inkdark);
  }
  h3, .title-h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
    color: var(--color-ink2);
  }
  h4, .title-h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
  }
  h5, .title-h5 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
  }
  h1.line, h2.line {
    position: relative;
  }
  h1.line:after, h2.line:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 2px;
    background: var(--color-brand);
  }
  @media (max-width: 992px) {
    h1, .title-h1 {
      font-size: 26px;
      margin-bottom: 30px;
    }
    h2, .title-h2 {
      font-size: 22px;
    }
  }
  input:focus::-moz-placeholder, input:focus:-ms-input-placeholder, input:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  hr {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #fff;
  }
  .top-menu ul, .mobile-menu ul, .footer-menu ul, ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: var(--color-brand);
  }
  body::-webkit-scrollbar-track {
    background-color: #212121;
  }
}
@layer utilities {
  .push5 {
    height: 5px;
  }
  .push10 {
    height: 10px;
  }
  .push14 {
    height: 14px;
  }
  .push15 {
    height: 15px;
  }
  .push20 {
    height: 20px;
  }
  .push25 {
    height: 25px;
  }
  .push30 {
    height: 30px;
  }
  .push40 {
    height: 40px;
  }
  .push50 {
    height: 50px;
  }
  .push60 {
    height: 60px;
  }
  .push70 {
    height: 70px;
  }
  .push80 {
    height: 80px;
  }
  .cleaner {
    clear: both;
    height: 0;
    line-height: 0;
  }
  .d_table {
    display: table;
  }
  .ml_35 {
    margin-left: 35px;
  }
  .white {
    color: #fff;
  }
  .gray {
    color: #8a8a8a;
  }
  .strike {
    text-decoration: line-through;
  }
  .text-right-sm {
    text-align: left;
  }
  @media (min-width: 768px) {
    .text-right-sm {
      text-align: right;
    }
  }
}
@layer components {
  .container-x {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .container-x {
      width: 100%;
    }
  }
  @media (min-width: 992px) {
    .container-x {
      width: 100%;
    }
  }
  @media (min-width: 1170px) {
    .container-x {
      width: 1140px;
    }
  }
  @media (min-width: 1300px) {
    .container-x {
      width: 1270px;
    }
  }
  .gray-bg {
    background: url("../assets/template/images/seigaiha.jpg") #f7f8fa;
  }
  .button, .btn {
    display: inline-block;
    color: #fff;
    background: var(--color-brand);
    font-size: 13px;
    font-weight: 500;
    padding: 13px 30px;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid var(--color-brand);
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-out 0s;
    text-decoration: none !important;
    line-height: 1.4;
  }
  .button:hover, .btn:hover {
    background: var(--color-brandhover);
    color: #fff;
    border-color: var(--color-brandhover);
  }
  .button.block, .btn.block {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .button.invert, .btn.invert {
    background: transparent;
    color: var(--color-inkdark);
    border-color: #e6e6e6;
  }
  .button.invert:hover, .btn.invert:hover {
    color: #fff;
    background: var(--color-brand);
    border-color: var(--color-brand);
  }
  .button.white2, .btn.white2 {
    background: #fff;
    border-color: #fff;
    color: var(--color-inkdark);
  }
  .button.white2:hover, .btn.white2:hover {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff;
  }
  .button.mid, .btn.mid {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .button.mini, .button.min, .btn.min, .btn.mini {
    font-size: 11px;
    padding: 8px 10px;
  }
  .social-links {
    display: flex;
    align-items: center;
  }
  .social-links a {
    margin-right: 6px;
    color: #fff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .social-links .vk_link:hover {
    background: #5880b7;
    border-color: #5880b7;
  }
  .social-links .fb_link:hover {
    color: #fff;
    background: #415897;
    border-color: #415897;
  }
  .social-links .tw_link:hover {
    background: #40a0f1;
    border-color: #40a0f1;
  }
  .social-links .inst_link:hover {
    background: #8838a4;
    border-color: #8838a4;
  }
  .social-links .ok_link:hover {
    background: #ee811c;
    border-color: #ee811c;
  }
  .header {
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 #00000014;
    position: relative;
    z-index: 1000;
  }
  .header-top {
    background: var(--color-top);
    padding: 9px 0;
    font-size: 13px;
    color: var(--color-muted);
  }
  .header-top .social-links a {
    color: var(--color-muted);
    border-color: #dcdcdc;
    width: 26px;
    height: 26px;
  }
  .header-top .social-links a:hover {
    color: #fff;
    border-color: var(--color-brand);
    background: var(--color-brand);
  }
  .header-bottom {
    padding: 5px 0 0;
    position: relative;
    min-height: 114px;
  }
  .logo {
    margin-bottom: 20px;
    height: 100px;
    display: flex;
    align-items: center;
  }
  .header-tel .header-tel-1, .header-tel .header-tel-2 {
    color: #000;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
    transition: all 200ms ease-out;
    margin-bottom: 4px;
  }
  .header-tel svg {
    width: 20px;
    color: var(--color-brand);
    top: 2px;
    left: 0;
    position: absolute;
  }
  .header-tel-1 + .header-tel-2 svg {
    display: none;
  }
  .header-tel a {
    text-decoration: none;
    color: #262121;
    letter-spacing: 0.6px;
    font-weight: 500;
  }
  .header-tel a:hover {
    color: var(--color-brand);
  }
  .header-tel .callback-link-wrap {
    padding-left: 28px;
  }
  .header-tel .callback-link {
    display: inline-block;
    font-weight: 500;
    border-bottom: 1px dashed;
    margin-bottom: 0;
  }
  .header-tel .callback-link:hover {
    border-color: transparent;
  }
  .schedule, .header-address {
    padding: 10px 0 10px 28px;
    position: relative;
  }
  .schedule svg {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    color: var(--color-brand);
  }
  .header-address svg {
    position: absolute;
    left: 1px;
    top: 8px;
    width: 17px;
    color: var(--color-brand);
  }
  .header-search {
    width: 100%;
    position: relative;
  }
  .header-search input[type="text"] {
    display: block;
    width: 100%;
    height: 32px;
    border: none;
    padding: 0 60px 0 20px;
    color: #8d8d8d;
    font-size: 12px;
    text-transform: uppercase;
  }
  .header-search [type="submit"] {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    text-indent: -100000px;
    height: 32px;
    width: 40px;
    background: url("../assets/template/images/search-icon.svg") 50% 50% / 16px 16px no-repeat var(--color-brand);
    border: none;
    transition: all 200ms ease-out;
  }
  .header-search [type="submit"]:hover {
    filter: brightness(110%);
  }
  .top-bar {
    width: 100%;
    height: 50px;
    z-index: 300;
    position: relative;
  }
  .top-bar.fix-true.fixed + .top-bar-push-md {
    height: 50px;
  }
  @media (max-width: 991px) {
    .top-bar {
      position: fixed;
      top: 0;
      left: 0;
      height: 55px;
      background: #fff;
    }
    .top-bar-push {
      height: 56px;
    }
  }
  @media (min-width: 992px) {
    .top-bar-container {
      width: 100%;
      margin: 0 auto;
    }
  }
  @media (min-width: 1170px) {
    .top-bar-container {
      width: 1110px;
      margin: 0 auto;
    }
  }
  @media (min-width: 1300px) {
    .top-bar-container {
      width: 1240px;
    }
  }
  .top-menu {
    display: none;
  }
  .mobile-menu {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    text-align: left;
  }
  .mobile-menu > ul {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }
  .mobile-menu > ul > li {
    position: relative;
    z-index: 300;
    background: #fff;
  }
  .mobile-menu > ul > li > a {
    background: #f2f2f2;
    display: block;
    color: #000;
    padding: 12px;
    text-decoration: none;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    border-top: 2px solid #ffffffb3;
  }
  .mobile-menu > ul > li > ul {
    background: #e6e6e6;
    padding: 23px 15px 13px 15px;
    display: none;
    position: relative;
  }
  .mobile-menu > ul > li > ul > li {
    margin-bottom: 15px;
    position: relative;
  }
  .mobile-menu > ul > li > ul a {
    color: var(--color-ink);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
  }
  .mobile-menu > ul > li > ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    background: var(--color-ink);
  }
  .mobile-menu ul ul ul {
    padding-top: 10px;
  }
  .mobile-menu ul ul ul a {
    padding: 10px 0 10px 30px;
  }
  .mobile-menu ul ul ul a:before {
    top: 14px;
    left: 17px;
  }
  .mobile-menu li {
    position: relative;
  }
  .mobile-menu .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
  }
  .mobile-menu .dropdown-button:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 17px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: all 200ms ease-out;
  }
  .mobile-menu .dropdown-button.active:after {
    transform: rotate(-135deg);
    top: 22px;
  }
  .mobile-menu .dropdown-button + ul {
    display: none;
  }
  .mobile-menu ul ul .dropdown-button {
    height: 25px;
    right: -15px;
  }
  .mobile-menu ul ul .dropdown-button:after {
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #414141;
    transform: rotate(0) !important;
    top: 0 !important;
    font-size: 18px;
    right: 21px;
    transition: none;
  }
  .mobile-menu ul ul .dropdown-button.active:after {
    content: "—";
    font-size: 10px;
    top: 4px !important;
    right: 22px;
  }
  .mob-menu-btn {
    position: absolute;
    left: 10px;
    top: 21px;
    height: 14px;
    width: 40px;
    cursor: pointer;
  }
  .icon-menu-burger {
    height: 2px;
    width: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -14px;
    transition: transform 0.1s ease 0s;
  }
  .icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.1s linear 0.1s;
  }
  .icon-menu-burger:before, .icon-menu-burger:after {
    background: #000;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .icon-menu-burger:before {
    top: -6px;
    transition: top 0.1s linear 0.2s;
  }
  .icon-menu-burger:after {
    bottom: -6px;
    transition: bottom 0.1s linear 0.2s;
  }
  .mob-menu-btn.active .icon-menu-burger {
    transform: rotate(45deg);
    transition: transform 0.1s linear 0.2s;
  }
  .mob-menu-btn.active .icon-menu-burger__line {
    transform: rotate(90deg);
  }
  .mob-menu-btn.active .icon-menu-burger:before {
    top: 0;
    transition: top 0.1s linear;
  }
  .mob-menu-btn.active .icon-menu-burger:after {
    bottom: 0;
    transition: bottom 0.1s linear;
  }
  .header-cart {
    position: absolute;
    right: 0;
    top: 3px;
    width: 60px;
    height: 40px;
    text-align: center;
    color: #000;
  }
  .header-cart svg {
    width: 36px;
    height: 36px;
    position: relative;
    bottom: -4px;
    left: -3px;
    color: rgb(48 40 40);
  }
  .header-cart span {
    top: 5px;
    right: 10px;
    background: var(--color-brand);
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
  }
  #msMiniCart > div {
    height: 40px;
  }
  #msMiniCart .not_empty {
    display: none;
  }
  @media (min-width: 992px) {
    .header-cart {
      width: 45px;
    }
    .header-cart span {
      right: 0;
    }
  }
  @media (max-width: 991px) {
    .header-cart {
      top: 5px;
    }
  }
  .header-favorites {
    position: absolute;
    right: 65px;
    top: 3px;
    color: rgb(45 37 37);
  }
  .header-favorites svg {
    width: 32px;
    height: 32px;
    position: relative;
    bottom: -7px;
  }
  .header-favorites .favorites_count {
    top: 5px;
    right: -10px;
    background: var(--color-brand);
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
  }
  @media (max-width: 991px) {
    .header-favorites {
      right: 75px;
      top: 5px;
    }
  }
  @media (min-width: 768px) {
    .logo {
      margin-bottom: 0;
    }
    .header-info {
      position: fixed;
      left: 100px;
      z-index: 1000;
      top: 6px;
      padding: 0;
      bottom: auto;
    }
    .schedule, .header-address {
      padding: 0 0 5px 22px;
      font-size: 13px;
      color: rgb(38, 33, 33);
    }
    .schedule svg {
      top: 2px;
      width: 14px;
    }
    .header-address svg {
      top: 2px;
      width: 11px;
    }
    .header-tel {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      display: flex;
      align-items: center;
    }
  }
  @media (min-width: 992px) {
    .mobile-menu {
      display: none !important;
    }
    .mob-menu-btn {
      display: none;
    }
    .top-menu {
      display: block !important;
      position: static;
    }
    .top-menu > ul > li > a {
      text-decoration: none;
      color: var(--color-inkdark);
      height: 50px;
      line-height: 50px;
      display: inline-block;
      padding: 0 17px;
      transition: all 200ms ease-out;
      position: relative;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.3px;
    }
    .top-menu > ul > li:hover > a, .top-menu > ul > li.active > a {
      color: var(--color-brand);
    }
    .top-menu > ul > li {
      float: left;
      position: relative;
      z-index: 10;
      margin-right: 5px;
    }
    .top-menu > ul > li:last-child {
      margin-right: 0;
    }
    .top-menu > ul > li:before {
      border-bottom: 2px solid var(--color-brand);
      bottom: 10px;
      content: "";
      left: 17px;
      right: 17px;
      position: absolute;
      transform: scale(0);
      transition: all 0.45s ease-in-out;
    }
    .top-menu > ul > li.active:before, .top-menu > ul > li:hover:before {
      transform: scale(1);
    }
    .top-menu > ul > li.down > a {
      padding-right: 30px;
    }
    .top-menu > ul > li.down > a:after {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      right: 17px;
      top: 50%;
      margin-top: -4px;
    }
    .top-menu > ul > li > ul {
      position: absolute;
      width: 280px;
      top: 50px;
      left: 0;
      text-align: left;
      z-index: 300;
      visibility: hidden;
      opacity: 0;
      transition: all 200ms ease-out;
      padding: 15px;
      background: #fff;
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    }
    .top-menu > ul > li:hover > ul {
      visibility: visible;
      opacity: 1;
    }
    .top-menu > ul > li > a.catalog-link {
      background: var(--color-brand);
      color: #fff;
      padding-left: 50px;
      margin-right: 5px;
      padding-right: 35px !important;
      width: 280px;
    }
    .top-menu > ul > li:hover > a.catalog-link {
      filter: brightness(110%);
      color: #fff;
    }
    .index-template .top-menu a.catalog-link:after {
      display: none;
    }
    .top-menu a.catalog-link:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 1px;
      left: 20px;
      top: 50%;
      background: #fff;
    }
    .top-menu a.catalog-link span {
      position: static;
    }
    .top-menu a.catalog-link span:before {
      content: "";
      position: absolute;
      width: 15px;
      height: 1px;
      left: 20px;
      top: calc(50% - 4px);
      background: #fff;
    }
    .top-menu a.catalog-link span:after {
      content: "";
      position: absolute;
      width: 15px;
      height: 1px;
      left: 20px;
      top: calc(50% + 4px);
      background: #fff;
    }
    .top-menu > ul ul li {
      position: relative;
    }
    .top-menu ul ul li.down > a:after {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 6px;
      top: 50%;
      right: 5px;
      transform: rotate(45deg);
      margin-top: -2px;
      border-top: 1px solid #32363e;
      border-right: 1px solid #32363e;
    }
    .top-menu > ul ul li > a {
      background: #fff;
      padding: 12px 15px 12px 5px;
      display: block;
      font-size: 13px;
      line-height: 18px;
      color: #32363e;
      text-decoration: none;
      position: relative;
      font-weight: 500;
    }
    .top-menu a span {
      position: relative;
      left: 0;
      z-index: 10;
      display: block;
    }
    .top-menu > ul ul li:hover > a span {
      left: 10px;
    }
    .top-menu ul ul ul {
      position: absolute;
      top: 20px;
      left: 265px;
      width: 265px;
      visibility: hidden;
      opacity: 0;
      transition: all 200ms ease-out 0s;
      padding: 15px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      z-index: 100;
      background: #fff;
    }
    .top-menu ul ul li:hover > ul {
      top: 0;
      visibility: visible;
      opacity: 1;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul {
      display: block;
      visibility: visible;
      opacity: 1;
      top: 50px;
      height: 440px;
      min-height: 440px;
      padding: 0 15px;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul > li {
      display: none;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(1), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(2), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(3), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(4), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(5), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(6), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(7), .index-template .top-menu > ul > li a.catalog-link + ul > li:nth-of-type(8) {
      display: block;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul > li > a {
      border-bottom: 1px solid #eee;
      display: flex;
      align-items: center;
      height: 49px;
      overflow: hidden;
      padding: 11px 15px 13px 5px;
    }
    .index-catalog-menu-more-btn {
      position: absolute !important;
      bottom: 0;
      left: 15px;
      right: 15px;
      z-index: 100;
      display: block !important;
      font-weight: 500;
      padding: 10px 5px;
      font-size: 13px;
      cursor: pointer;
    }
    .index-catalog-menu-more-btn > span {
      float: right;
      font-size: 18px;
      position: relative;
      top: -4px;
    }
    .index-catalog-menu-more-btn:hover {
      color: var(--color-brand);
    }
    .index-template .top-menu > ul > li a.catalog-link + ul.open {
      height: auto;
      padding-bottom: 50px;
    }
    .index-template .top-menu > ul > li a.catalog-link + ul.open > li {
      display: block;
    }
    .header-info {
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      left: 360px;
      font-size: 16px;
      display: flex;
      align-items: center;
    }
    .header-tel {
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      display: flex;
      align-items: center;
    }
    .schedule, .header-address {
      padding: 0 0 0 30px;
      color: #262121;
      font-size: 16px;
    }
    .header-address {
      margin-bottom: 15px;
    }
    .header-address svg {
      width: 19px;
      color: var(--color-brand);
      top: -1px;
    }
    .schedule svg {
      width: 22px;
      color: var(--color-brand);
      top: -1px;
    }
    .top-bar.fix-true.fixed {
      position: fixed;
      top: 0;
      left: 0;
      box-shadow: -1px 1px 5px 0 #00000038;
      background: #fff;
    }
    .index-template .top-bar.fix-true.fixed .catalog-link + ul {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease-out, visibility 0.3s;
    }
  }
  @media (max-width: 1169px) and (min-width: 992px) {
    .top-menu > ul > li > a {
      padding: 0 8px;
      font-size: 12px;
    }
  }
  @media (min-width: 1300px) {
    .header-info {
      left: 450px;
    }
  }
  @media (max-width: 991px) {
    .base-template .header {
      border-bottom: 1px solid #d5d5d5;
      margin-bottom: 40px;
    }
    .top-bar {
      background: #fff;
      padding: 0;
      box-shadow: -1px 1px 5px 0 #00000038;
    }
  }
  @media (min-width: 992px) {
    .base-template .header {
      margin-bottom: 40px;
    }
  }
  @media (min-width: 1170px) {
    .base-template .header {
      margin-bottom: 50px;
    }
    .top-bar:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      right: 50%;
      box-shadow: -1px 1px 5px 0 #00000038;
      background: #ffffff;
      width: 0;
    }
    .top-bar.fix-true.fixed:before {
      width: 100%;
      left: 0;
      right: 0;
    }
  }
  .header-info {
    color: #fff;
  }
  @media (max-width: 767px) {
    .header-info {
      color: #414141;
    }
  }
  .top-slider-wrapper {
    padding: 0 0 90px 0;
    overflow: hidden;
  }
  .top-slider {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  }
  .top-slider > div {
    display: none;
  }
  .top-slider > div:first-of-type, .top-slider.slick-slider > div {
    display: block;
  }
  .top-slider .slick-slide > div {
    height: 400px;
  }
  .top-slider .item .inner {
    height: 400px;
    overflow: hidden;
  }
  .top-slider .item-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .top-slider .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-slider .element-content-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .top-slider .element-content {
    position: relative;
    z-index: 30;
    padding: 0 100px;
  }
  .top-slider .element-content.dark {
    color: var(--color-ink);
  }
  .top-slider .item-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .top-slider .item-description {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .top-slider .item .button {
    background: transparent;
    border-color: var(--color-brand);
    color: var(--color-brand);
    margin-top: 20px;
  }
  .top-slider .item .button:hover {
    color: #fff;
    border-color: var(--color-brand);
    background: var(--color-brand);
  }
  .top-slider .slick-prev, .top-slider .slick-next {
    position: absolute;
    display: block;
    width: 34px;
    height: 40px;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
    opacity: 0.8;
    transition: all 200ms ease-out;
    background: #fff;
  }
  .top-slider:hover .slick-prev, .top-slider:hover .slick-next {
    opacity: 1;
  }
  .top-slider .slick-prev {
    left: 15px;
  }
  .top-slider .slick-next {
    right: 15px;
  }
  .top-slider .slick-prev:hover, .top-slider .slick-next:hover {
    background: var(--color-brand);
  }
  .top-slider .slick-prev:hover:after, .top-slider .slick-next:hover:after {
    border-color: #fff;
  }
  .top-slider .slick-dots {
    margin-bottom: 0;
    position: absolute;
    bottom: -55px;
  }
  .container-slider .row-slider > .col-slider-3 {
    width: 300px;
  }
  .container-slider .row-slider > .col-slider-9 {
    width: calc(100% - 300px);
  }
  @media (max-width: 991px) {
    .top-slider .item-title {
      font-size: 26px;
    }
    .top-slider .element-content {
      padding: 0 50px;
    }
    .container-slider .row-slider > .col-slider-9 {
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    .top-slider .slick-slide > div {
      height: 50vw;
    }
    .top-slider .item .inner {
      height: 50vw;
    }
    .top-slider .element-content {
      padding: 0 5%;
    }
    .top-slider .item-title {
      font-size: 4vw;
    }
    .top-slider .item-description {
      font-size: 3vw;
    }
    .top-slider .item .button {
      padding: 0;
      border: none;
      font-size: 2vw;
      margin: 0;
    }
  }
  .vantages-section {
    position: relative;
    padding: 60px 0;
  }
  .top-slider-wrapper + .vantages-section {
    padding: 0 0 70px;
    margin-top: -55px;
  }
  .vantages {
    padding: 30px 0 0 30px;
    background: #fff;
  }
  .vantages > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .vantages > .row > div {
    margin-bottom: 30px;
  }
  .vantages .element {
    padding: 0 10px 0 60px;
    height: 100%;
    position: relative;
  }
  .vantages .element .img-wrapper {
    position: absolute;
    width: 45px;
    top: -1px;
    left: 0;
  }
  .vantages .img-wrapper img {
    max-width: 100%;
    opacity: 0.8;
  }
  .vantages .img-wrapper img[src$=".svg"] {
    width: 45px;
    height: 45px;
  }
  .vantages .element .title {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
  }
  .vantages .element .text {
    font-size: 13px;
  }
  @media (max-width: 1299px) and (min-width: 992px) {
    .vantages {
      padding: 15px 0 0 10px;
    }
    .vantages > .row > div {
      margin-bottom: 15px;
    }
    .vantages .element {
      padding: 0 0 0 50px;
    }
    .vantages .element .title {
      font-weight: 500;
      font-size: 14px;
    }
    .vantages .element .text {
      font-size: 12px;
    }
  }
  @media (max-width: 767px) {
    .top-slider-wrapper + .vantages-section {
      margin-top: -40px;
    }
    .vantages > .row {
      display: block;
    }
    .header-social {
      margin-bottom: 40px;
    }
    .header-social a {
      width: 28px;
      height: 28px;
      line-height: 28px;
    }
    .header-search {
      margin: 30px 0 40px;
    }
    .header-search input[type="text"] {
      border: 1px solid #414141;
      color: #414141;
    }
    .header .social-links a {
      color: #000;
      border: 1px solid rgb(0 0 0 / 30%);
    }
  }
  .special-goods-wrapper {
    background-color: #fff;
  }
  ul.tabs {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  ul.tabs li {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
    background: #fff;
    transition: all 200ms ease-out;
    position: relative;
    padding: 10px 35px;
  }
  ul.tabs li.current, ul.tabs li.current:hover {
    border-color: #d5d5d5;
    background: #fff;
    color: #333;
  }
  ul.tabs li:hover {
    background: #f6f6f6;
    border-color: #f6f6f6;
  }
  .mobile-tab-header {
    display: none;
  }
  @media (min-width: 768px) {
    .tabs.mobile {
      display: block !important;
    }
  }
  .special-goods-wrapper ul.tabs {
    border-bottom: none;
  }
  .special-goods-wrapper ul.tabs li.current::after {
    display: none;
  }
  .special-goods-wrapper ul.tabs li {
    color: #2e2e2e;
    border: 1px solid #e7e7e7;
    border-left: none;
  }
  .special-goods-wrapper ul.tabs li:first-child {
    border-left: 1px solid #e7e7e7;
  }
  .special-goods-wrapper ul.tabs li.current, .special-goods-wrapper ul.tabs li.current:hover {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff;
  }
  @media (max-width: 767px) {
    .mobile-tab-header {
      padding: 14px 40px 14px 14px;
      color: #fff;
      background: var(--color-ink);
      width: 100%;
      position: relative;
      display: block;
      font-weight: 500;
      cursor: pointer;
    }
    ul.tabs {
      position: relative;
      display: none;
      border: none;
    }
    .mobile-tab-header:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 24px;
      width: 12px;
      height: 12px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      transition: all 200ms ease-out;
    }
    .mobile-tab-header.active:after {
      transform: rotate(225deg);
      margin-top: -3px;
    }
  }
  .box {
    position: fixed;
    top: -99999px;
    left: -99999px;
    opacity: 0;
    width: 1270px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box.visible {
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .product-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    margin-top: -80px;
  }
  .products-carousel > div {
    display: none;
  }
  .products-carousel > div:first-of-type, .products-carousel.slick-slider > div {
    display: block;
  }
  .products-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .products-carousel .slick-slide {
    height: inherit;
  }
  .products-carousel .slick-slide > div, .products-carousel .slick-slide > div > div, .products-carousel .element {
    height: 100%;
  }
  .new-carousel .product-tag-popular, .new-carousel .product-tag-sale {
    display: none;
  }
  .popular-carousel .product-tag-new, .popular-carousel .product-tag-sale {
    display: none;
  }
  .sale-carousel .product-tag-new, .sale-carousel .product-tag-popular {
    display: none;
  }
  .catalog > .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .catalog > .row > div, .catalog #mse2_results > div {
    margin-bottom: 20px;
  }
  .catalog > .row.products-carousel {
    display: block;
  }
  .catalog .element {
    position: relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    margin: 0 auto;
    height: 100%;
    transition: all 200ms ease-out;
  }
  .catalog .element:hover {
    border-color: var(--color-brand);
    box-shadow: inset 0 0 0 1px var(--color-brand);
  }
  .catalog .element .img-wrapper {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 20px;
  }
  .catalog .element .img-wrapper img {
    width: 100%;
    height: auto !important;
  }
  .catalog .element .element-content {
    padding: 0 20px 20px;
    transition: all 200ms ease-out;
  }
  .catalog .element .old-price {
    height: 14px;
    line-height: 14px;
    text-decoration: line-through;
    font-size: 13px;
    color: var(--color-oldprice);
    font-weight: 500;
  }
  .catalog .element .price {
    font-weight: 700;
    font-size: 17px;
    color: var(--color-price);
  }
  .catalog .element .to-cart {
    display: inline-block;
    height: 36px;
    line-height: 34px;
    width: 36px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color: var(--color-ink);
    border: 1px solid #e6e6e6;
    margin: 0;
    padding: 0;
    transition: all 200ms ease-out;
    position: relative;
    z-index: 20;
  }
  .catalog .element .to-cart svg {
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -5px;
  }
  .catalog .element .to-cart:hover {
    border-color: var(--color-brand);
    color: var(--color-brand);
  }
  .catalog .element .title-h6 {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .catalog .element .title-h6 a {
    color: inherit;
    text-decoration: none;
  }
  .catalog .element .title-h6 a:hover {
    color: var(--color-brand);
  }
  .catalog .element .absolute-card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .catalog .element .title-h6 a, .catalog .element .img-wrapper a {
    position: relative;
    z-index: 2;
  }
  .catalog .element .msfavorites {
    text-decoration: none;
    width: 36px;
    height: 36px;
    color: var(--color-ink);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid #eeeeee;
    line-height: 36px;
    padding-top: 5px;
    position: relative;
    z-index: 30;
  }
  .catalog .element .msfavorites svg {
    width: 20px;
    height: 20px;
    transition: all 200ms ease-out;
  }
  .catalog .element .msfavorites:hover {
    border-color: var(--color-brand);
    color: var(--color-brand);
  }
  .catalog .element .msfavorites.voted svg {
    color: var(--color-brand);
  }
  .catalog .element .msfavorites .msfavorites-active {
    display: none;
  }
  .catalog .element .msfavorites.voted .msfavorites-active {
    display: inline-block;
  }
  .catalog .element .msfavorites.voted .msfavorites-noneactive {
    display: none;
  }
  .catalog .element form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    color: #fff;
    text-align: left;
  }
  .product-tags div {
    margin: 0 0 5px;
    padding: 6px 10px 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 82px;
  }
  .product-tags .product-tag-new {
    background: var(--color-tagnew);
  }
  .product-tags .product-tag-popular {
    background: var(--color-tagpop);
  }
  .product-tags .product-tag-sale {
    background: var(--color-tagsale);
  }
  .index-template .products-carousel {
    margin-bottom: 30px;
  }
  .products-carousel .slick-prev, .products-carousel .slick-next, .shop-categories-carousel .slick-prev, .shop-categories-carousel .slick-next {
    display: block;
    width: 40px;
    height: 50px;
    border: 1px solid #e7e7e7;
    color: #2e2e2e;
    background: #fff;
    position: absolute;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-out;
  }
  .products-carousel .slick-prev {
    top: -80px;
    margin: 0;
    right: 58px;
  }
  .products-carousel .slick-next {
    top: -80px;
    margin: 0;
    right: 10px;
  }
  .products-carousel .slick-prev:hover, .products-carousel .slick-next:hover, .shop-categories-carousel .slick-prev:hover, .shop-categories-carousel .slick-next:hover {
    background: #f6f6f6;
  }
  @media (max-width: 767px) {
    .product-carousel-wrapper {
      margin-top: 0;
    }
    .products-carousel .slick-prev {
      right: auto;
      left: 10px;
    }
    .products-carousel .slick-next {
      right: auto;
      left: 58px;
    }
  }
  @media (max-width: 499px) {
    .catalog > .row > .col-xs-6, .products-carousel > .col-xs-6 {
      width: 100%;
    }
  }
  .application-link {
    text-decoration: none;
    border-bottom: 1px dashed;
    position: relative;
    z-index: 20;
  }
  .application-link:hover {
    border-bottom: transparent;
  }
  .catalog-type2 .element {
    border: 1px solid #e6e6e6;
    border-left: none;
  }
  .catalog-type2 .element-inner {
    height: 180px;
    position: relative;
    background: #fff;
    padding: 20px 20px 20px 160px;
  }
  .catalog-type2 .row > div > div:first-of-type {
    border-bottom: none;
  }
  .catalog-type2 .element-inner .element-content {
    height: 100%;
  }
  .catalog-type2 .element-inner .img-wrapper {
    width: 127px;
    height: 96px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -48px;
  }
  .catalog-type2 .element .element-article {
    text-transform: uppercase;
    color: #999;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .catalog-type2 .element .title {
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.5s ease;
    font-size: 14px;
    line-height: 1.3;
  }
  .catalog-type2 .element .old-price {
    color: #9b9b9b;
    text-decoration: line-through;
    margin-right: 2px;
    font-size: 13px;
  }
  .catalog-type2 .element .old-price + .price {
    color: #cf2929;
  }
  .catalog-type2 .element .price {
    font-weight: 700;
  }
  .catalog-type2 .element:hover .title {
    color: var(--color-brand);
  }
  .recommended-carousel > div {
    display: none;
  }
  .recommended-carousel > div:first-of-type, .recommended-carousel.slick-slider > div {
    display: block;
  }
  .recommended-carousel .slick-list {
    padding: 0 1px;
  }
  .recommended-carousel .slick-prev, .recommended-carousel .slick-next {
    display: block;
    width: 40px;
    height: 50px;
    border: 1px solid #e7e7e7;
    color: #2e2e2e;
    background: #fff;
    position: absolute;
    z-index: 50;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-out;
  }
  .recommended-carousel .slick-prev {
    top: -80px;
    margin: 0;
    right: 48px;
  }
  .recommended-carousel .slick-next {
    top: -80px;
    margin: 0;
    right: 0;
  }
  .recommended-carousel .slick-prev:hover, .recommended-carousel .slick-next:hover {
    background: #f6f6f6;
  }
  .recommended-section {
    background: var(--color-gbg);
  }
  @media (max-width: 767px) {
    .recommended-carousel-wrapper {
      padding-top: 80px;
    }
    .recommended-carousel .slick-prev {
      top: -80px;
      left: 0;
      right: auto;
    }
    .recommended-carousel .slick-next {
      top: -80px;
      left: 48px;
      right: auto;
    }
  }
  .middle {
    min-height: 300px;
  }
  .content {
    line-height: 1.8;
    font-size: 15px;
  }
  .content ul {
    margin-bottom: 20px;
  }
  .content ul > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
  }
  .content ul > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    left: 2px;
    background: var(--color-brand);
    border-radius: 5px;
  }
  blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 2px solid var(--color-ink);
    text-align: left;
    font-style: italic;
  }
  blockquote p {
    margin-bottom: 0;
  }
  .breadcrumb {
    margin: -10px 0 40px;
    padding: 0;
    list-style: none;
    display: flex;
    overflow: auto;
  }
  .breadcrumb > li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    position: relative;
    margin-right: 19px;
    background: #f1f5f5;
    height: 28px;
    line-height: 28px;
    color: #000;
    white-space: nowrap;
  }
  .breadcrumb svg {
    width: 16px;
    position: relative;
    bottom: -3px;
    fill: var(--color-brand);
  }
  .breadcrumb > li a {
    color: var(--color-brand);
    text-decoration: none;
  }
  .breadcrumb > li a:hover {
    color: #000;
  }
  .breadcrumb > li:after {
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    background: #f1f5f5;
  }
  .breadcrumb > li:before {
    position: absolute;
    content: "";
    left: -15px;
    bottom: 0;
    border: 14px solid #f1f5f5;
    border-left: 14px solid transparent;
  }
  .breadcrumb > li:first-of-type:before {
    display: none;
  }
  .services-elements {
    text-align: center;
  }
  .services-section .element {
    height: 240px;
    text-align: center;
    margin-bottom: 20px;
    background: #32363e;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 200ms ease-out;
  }
  .services-section .element:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(50, 54, 62, 0.3), rgba(0, 0, 0, 0.4));
    z-index: 2;
  }
  .services-section .element .element-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .services-section .element .element-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .services-section .element .element-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 40px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services-section .element .element-title {
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 3;
  }
  .services-section .element .element-content:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    position: absolute;
    right: 50%;
    left: 50%;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .services-section .element .element-content:after {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .services-section .element:hover .element-content:before {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .services-section .element:hover .element-content:after {
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  .about-section .container {
    position: relative;
  }
  .about-section .content {
    margin-bottom: 0;
    padding-left: 20px;
    line-height: 1.8;
    font-size: 15px;
  }
  .about-section .content ul {
    margin-bottom: 20px;
  }
  .about-section .content ul > li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
  }
  .about-section .content ul > li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 11px;
    left: 2px;
    background: var(--color-brand);
    border-radius: 5px;
  }
  .about-section .button {
    color: #fff;
    background: var(--color-navy);
    border: 1px solid #fff;
    transition: all 200ms ease-out 0s;
  }
  .about-section .button:hover {
    background: var(--color-brand);
  }
  .index-about-img-wrapper {
    position: relative;
  }
  .header-line {
    position: absolute;
    top: 266px;
    width: 582px;
    left: -263px;
    transform: rotate(-90deg);
    padding: 16px;
    color: #fff;
    background: var(--color-navy);
  }
  .index-template .index-about-img {
    position: absolute;
    left: 130px;
    top: 47px;
    width: 480px;
    height: 480px;
  }
  .dots-bg {
    float: left;
    position: relative;
    left: 54px;
    width: 448px;
    height: 582px;
    background-color: #f3b675;
    background-image: url("../assets/template/images/low-contrast-linen.png");
  }
  @media (max-width: 1299px) {
    .about-section .col-lg-6 .content {
      padding-top: 60px;
      padding-left: 0;
    }
    .dots-bg {
      left: 56px;
    }
    .index-template .index-about-img {
      left: 105px;
    }
  }
  @media (max-width: 767px) {
    .dots-bg, .about-section .header-line {
      display: none;
    }
    .index-template .index-about-img {
      position: static;
    }
    .index-template .index-about-img, .index-template .index-about-img img {
      width: 100%;
      height: auto;
    }
    .about-section .col-lg-6 .content {
      padding-top: 30px;
    }
  }
  .news > .row, .news > div.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .news > .row > div, .news > div.flex > div {
    margin-bottom: 40px;
  }
  .news .item {
    height: 100%;
    padding-bottom: 65px;
    position: relative;
  }
  .news .item-img {
    height: 300px;
    position: relative;
    margin-bottom: 15px;
    background-size: cover;
  }
  .news .item-img-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .news .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news .item-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(50, 54, 62, 0.7);
    transition: all 1s linear;
  }
  .news .item:hover .item-img:after {
    background: rgba(50, 54, 62, 0.4);
  }
  .news .item-date {
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    color: #fff;
  }
  .news .item .day {
    font-size: 36px;
  }
  .news .item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-navy);
    transition: all 300ms ease-out;
  }
  .news .item:hover .item-title {
    color: var(--color-brand);
  }
  .news .item-btn {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: var(--color-navy);
    height: 40px;
    padding: 0 35px 0;
    line-height: 36px;
    border: 1px solid;
    text-decoration: none;
    font-weight: 500;
    transition: all 200ms ease-out;
  }
  .news .item-btn svg {
    width: 28px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -16px;
  }
  .news .item-btn span {
    position: relative;
    z-index: 10;
  }
  .news .item-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--color-ink);
    transition: all 200ms ease-out;
    width: 0;
  }
  .news .item-btn:hover {
    color: var(--color-brand);
    border-color: var(--color-ink);
  }
  .news .item .item-btn:hover:before {
    width: 100%;
  }
  @media (max-width: 991px) {
    .news .item-img {
      height: 30vw;
    }
  }
  @media (max-width: 767px) {
    .news .item-img {
      height: 40vw;
    }
    .news .item-date {
      top: 5%;
      left: 5%;
    }
    .news .item .day {
      font-size: 6vw;
    }
    .index-template .news > .row > div:nth-of-type(3), .index-template .news > div.flex > div:nth-of-type(3) {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .news .item-title {
      font-size: 3vw;
    }
    .news .item {
      padding-bottom: 0;
    }
    .news .item-btn {
      display: none;
    }
  }
  .shop-categories-section {
    background: url("../assets/template/images/dark-wood.png") var(--color-deep);
  }
  .shop-categories-wrapper {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    margin-top: -80px;
  }
  .shop-categories-inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .shop-categories {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-categories .col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .shop-categories .item {
    display: flex;
    background: #f5f5f5;
    flex-wrap: wrap;
    border: 1px solid #eee;
    height: 100%;
  }
  .shop-categories-section .shop-categories .item {
    border: none;
  }
  .shop-categories .item-img {
    display: block;
    width: 220px;
    min-height: 100%;
  }
  .shop-categories .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shop-categories .item-content {
    padding: 30px 40px 60px;
    position: relative;
    width: calc(100% - 220px);
  }
  .shop-categories .item-more {
    position: absolute;
    right: 40px;
    bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #757575;
    padding-right: 20px;
    transition: all 200ms ease-out;
  }
  .shop-categories .item-more:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #262121;
    position: absolute;
    right: 0;
    top: 2px;
    transition: all 200ms ease-out;
  }
  .shop-categories .item-more:after {
    content: "";
    border-left: 4px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    right: 4px;
    top: 6px;
    transition: all 200ms ease-out;
  }
  .shop-categories .item-more:hover {
    color: var(--color-deep);
  }
  .shop-categories .item-more:hover:before {
    right: -5px;
    background: var(--color-deep);
  }
  .shop-categories .item-title a {
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: var(--color-ink2);
    display: inline-block;
    margin-bottom: 10px;
    transition: all 200ms ease-out;
  }
  .shop-categories .sub-categories a {
    font-size: 13px;
    text-decoration: none;
    color: #707577;
    display: inline-block;
    margin-bottom: 8px;
    transition: all 200ms ease-out;
  }
  .shop-categories .item-title a:hover, .shop-categories .sub-categories a:hover {
    color: var(--color-deep);
  }
  .shop-categories-carousel > div:not(:first-of-type) {
    display: none;
  }
  .shop-categories-carousel .slick-track {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-categories-carousel .slick-slide {
    height: inherit;
    display: flex;
    flex-direction: column;
  }
  .shop-categories-carousel .slick-slide > div {
    height: 100%;
  }
  .shop-categories.shop-categories-carousel .col {
    margin-bottom: 0;
    height: 100%;
    padding-bottom: 20px;
  }
  .shop-categories-carousel .slick-prev {
    top: -80px;
    margin: 0;
    right: 58px;
  }
  .shop-categories-carousel .slick-next {
    top: -80px;
    margin: 0;
    right: 10px;
  }
  @media (max-width: 1299px) {
    .shop-categories .item-content {
      padding: 25px 30px 55px;
    }
    .shop-categories .item-more {
      right: 30px;
      bottom: 25px;
    }
  }
  @media (max-width: 991px) {
    .shop-categories .item-content {
      padding: 20px 20px 50px;
      width: calc(100% - 170px);
    }
    .shop-categories .item-img {
      width: 170px;
    }
    .shop-categories .item-more {
      font-size: 13px;
      padding-right: 17px;
      right: auto;
      left: 20px;
      bottom: 17px;
    }
    .shop-categories .item-more:before {
      width: 12px;
      height: 12px;
      top: 3px;
    }
    .shop-categories .item-more:after {
      border-left: 4px solid #fff;
      border-top: 2px solid transparent;
      border-bottom: 2px solid transparent;
      right: 3px;
      top: 7px;
    }
    .shop-categories .item-title a {
      font-size: 13px;
      margin-bottom: 8px;
    }
    .shop-categories .sub-categories a {
      font-size: 12px;
      margin-bottom: 6px;
    }
  }
  @media (max-width: 767px) {
    .shop-categories .col {
      width: 100%;
    }
    .shop-categories-wrapper {
      margin-top: 0;
    }
    .base-template .shop-categories-wrapper {
      padding-top: 0;
    }
    .shop-categories-carousel .slick-prev {
      top: -80px;
      left: 10px;
      right: auto;
    }
    .shop-categories-carousel .slick-next {
      top: -80px;
      left: 58px;
      right: auto;
    }
  }
  @media (max-width: 399px) {
    .shop-categories .item-content {
      padding: 15px 15px 45px;
      width: calc(100% - 140px);
    }
    .shop-categories .item-img {
      width: 140px;
    }
    .shop-categories .item-more {
      left: 15px;
      bottom: 13px;
    }
    .shop-categories .item-title a {
      font-size: 12px;
    }
    .shop-categories .sub-categories a {
      font-size: 11px;
    }
  }
  .aside-menu {
    margin-bottom: 15px;
    transition: all 200ms ease;
  }
  .aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 12px 44px 12px 12px;
    font-size: 14px;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .aside-menu > ul > li:first-of-type > a {
    border-top: 1px solid #e6e6e6;
  }
  .aside-menu li:hover > a, .aside-menu .open > a, .aside-menu .active > a {
    color: #414141 !important;
  }
  .aside-menu > ul ul {
    display: none;
  }
  .aside-menu .active > ul {
    display: block;
  }
  .aside-menu > ul li {
    position: relative;
  }
  .aside-menu > ul .dropdown-button {
    height: 46px;
    width: 44px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
  }
  .aside-menu > ul .dropdown-button:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    transform: rotate(45deg);
  }
  .aside-menu > ul .dropdown-button.active:after {
    transform: rotate(225deg);
    margin-top: -1px;
  }
  .aside-menu > ul ul .dropdown-button {
    height: 37px;
  }
  .aside-menu > ul ul .dropdown-button:after {
    top: 12px;
  }
  .aside-menu > ul ul .dropdown-button.active:after, .aside-menu > ul ul .active > a + .dropdown-button:after, .aside-menu > ul ul .open > a + .dropdown-button:after {
    top: 16px;
  }
  .aside-menu ul ul a {
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
  }
  .aside-menu ul ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    background: #d5d5d5;
  }
  .aside-menu ul ul .active > a {
    color: #222222 !important;
    background-color: var(--color-gbg);
    font-weight: 500;
  }
  .aside-menu ul ul .active > a:before {
    background: var(--color-brand);
  }
  .aside-menu ul ul ul a {
    padding: 8px 36px 8px 30px;
  }
  .aside-menu ul ul ul a:before, .aside-menu ul ul ul ul a:before {
    display: none;
  }
  .aside-menu ul ul ul ul a {
    padding: 8px 36px 8px 40px;
  }
  .aside-menu ul ul ul ul ul a {
    padding: 8px 36px 8px 50px;
  }
  .aside-menu-title {
    padding: 18px 42px 15px 20px;
    background: #414141;
    position: relative;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .aside-menu-title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .active .aside-menu-title:after {
    transform: rotate(225deg);
    margin-top: -1px;
  }
  @media (max-width: 991px) {
    .aside-menu > ul {
      display: none;
    }
    .aside-menu.active > ul {
      display: block;
    }
    .aside {
      border-right: none;
    }
    .aside-menu a {
      border-right: 1px solid #f5f5f5;
    }
  }
  @media (min-width: 992px) {
    .aside-menu > ul > li.active > a {
      color: #fff !important;
      background-color: #414141 !important;
      border-color: #414141 !important;
    }
    .aside-menu > ul > li.active > .dropdown-button:after {
      border-color: #fff;
    }
    .aside-menu > ul > li:hover > a {
      background: #f6f6f6;
    }
  }
  .filter-item {
    position: relative;
    z-index: 200;
    margin-bottom: 15px;
  }
  .filter-item-title {
    height: 46px;
    background: #f7f8fa;
    padding: 0 44px 0 12px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    z-index: 20;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
  }
  .filter-item-title:hover {
    background: #eaebed;
  }
  .filter-item.active .filter-item-title {
    background: #414141;
    color: #fff;
  }
  .filter-item-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #808080;
    border-right: 2px solid #808080;
    transform: rotate(45deg);
  }
  .filter-item.active .filter-item-title:before {
    transform: rotate(225deg);
    margin-top: -1px;
    border-color: #fff;
  }
  .filter-item .item-dropdown {
    display: none;
    background: #fff;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
  }
  .filter-item.last {
    margin-bottom: 25px;
  }
  .filter-item.active .item-dropdown {
    display: block;
    border-top-color: transparent;
  }
  .filter-customcheck-wrap > div:last-of-type {
    margin-bottom: 0;
  }
  .filter-customcheck {
    position: relative;
    margin-bottom: 15px;
  }
  .filter-customcheck input[type="checkbox"] {
    position: fixed;
    top: -100000px;
  }
  .filter-customcheck input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding-right: 15px;
    font-weight: 500;
    user-select: none;
  }
  .filter-customcheck input[type="checkbox"] + label:before {
    background: url("../assets/template/images/check-empty.svg") 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0;
  }
  .filter-customcheck input[type="checkbox"]:checked + label:before {
    background: url("../assets/template/images/checked.svg") 0 0 no-repeat;
  }
  .filter-item fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  .aside-filters-block .ui-slider {
    border: none !important;
    height: 6px;
    background: #e9e9e9;
    margin: 10px auto 20px;
    width: 100%;
    padding: 0;
    right: -4px;
  }
  .aside-filters-block .ui-slider-range {
    background: #c1c1c1;
    border-radius: 0 !important;
  }
  .aside-filters-block .ui-slider-handle {
    width: 14px !important;
    height: 14px !important;
    background: #fff !important;
    cursor: pointer !important;
    border: 1px solid #2e2e2e !important;
  }
  .aside-filters-block .ui-slider-handle.ui-state-default.ui-corner-all {
    border-radius: 2px !important;
    background: var(--color-brand) !important;
    border-color: var(--color-brand) !important;
    top: -4px;
    opacity: 1 !important;
  }
  .number_slider_wrapper {
    padding: 0 11px 0 3px;
    background: #e9e9e9;
  }
  .mse2_number_inputs .form-control {
    height: 32px;
    padding-left: 35px;
  }
  .mse2_number_inputs label {
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 7px;
    color: #757575;
  }
  .aside-filters-block .item-dropdown-inner {
    max-height: 290px !important;
    overflow: auto;
  }
  .statuses-filters > div > div:last-of-type {
    display: none !important;
  }
  .statuses-filters > div:last-of-type > div {
    margin-bottom: 0;
  }
  @media (max-width: 991px) {
    .filters-form-title-xs {
      position: relative;
      height: 54px;
      background: #414141;
      padding: 18px 40px 18px 20px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 5px;
    }
    .filters-form-title-xs:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -3px;
      width: 6px;
      height: 6px;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
    }
    .filters-form-title-xs.active:after {
      transform: rotate(225deg);
      margin-top: -1px;
    }
    .aside-filters-block {
      margin: -20px 0 30px;
    }
    .filter-item .item-dropdown {
      position: relative;
      border-top: none;
      box-shadow: none;
      margin-bottom: 0;
    }
    .filters-form {
      display: none;
    }
    .filters-form.active {
      display: block;
    }
    .filter-item-title {
      transition: none;
    }
    .filter-item-title:hover {
      background: #f3f3f3;
    }
    .filter-item.active .filter-item-title, .filter-item .filter-item-title {
      background: #f3f3f3;
      color: #2e2e2e;
      padding-left: 18px;
      font-weight: 500;
      height: 52px;
    }
    .filter-item.active .filter-item-title::before, .filter-item .filter-item-title::before {
      border-color: #2e2e2e;
    }
    .filter-item.last {
      border-bottom: 1px solid #f3f3f3;
    }
  }
  .catalog-header {
    margin-bottom: 30px;
  }
  .mse2_sort_wrap {
    width: 340px;
    max-width: 100%;
    position: relative;
    padding-top: 12px;
  }
  .mse2_sort_header {
    font-size: 13px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    position: relative;
    text-align: left;
  }
  .mse2_sort_header > b {
    font-weight: bold;
    margin-right: 10px;
  }
  .mse2_sort_header_title {
    cursor: pointer;
  }
  .mse2_sort_header_title .element_arrow {
    width: 11px;
    height: 6px;
    position: relative;
    margin-left: 5px;
    top: -1px;
  }
  .mse2_sort_header_title .element_arrow svg {
    transition: all 200ms ease-out;
    position: relative;
  }
  .mse2_sort_header_title.hover .element_arrow svg {
    transform: rotate(180deg);
    top: -1px;
  }
  .mse2_sort_wrap #mse2_sort {
    display: none;
    width: 220px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mse2_sort_wrap #mse2_sort a {
    display: block;
    padding: 8px 20px 8px 10px;
    font-size: 13px;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
  }
  .mse2_sort_wrap #mse2_sort a:first-of-type {
    border-top: none;
  }
  .mse2_sort_wrap #mse2_sort a:hover {
    background: rgba(0, 0, 0, 0.08);
    border-top-color: #fff;
  }
  .mse2_sort_wrap #mse2_sort a.active {
    color: #414141;
  }
  @media (max-width: 767px) {
    .mse2_sort_wrap {
      width: 300px;
    }
    .mse2_sort_header {
      font-size: 11px;
    }
  }
  .view-catalog-btns > span {
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    vertical-align: top;
    color: #414141;
    cursor: pointer;
  }
  .view-catalog-btns > span:hover {
    background: #f1f5f5;
  }
  .view-catalog-btns > span.active {
    background: #f1f5f5;
    color: var(--color-brand);
  }
  @media (min-width: 768px) {
    .catalog #mse2_results.viewlist > div {
      width: 100% !important;
    }
    .catalog #mse2_results.viewlist .element {
      padding-left: 240px;
      min-height: 200px;
    }
    .catalog #mse2_results.viewlist .element .img-wrapper {
      width: 260px;
      position: absolute;
      left: 0;
      top: 0;
    }
    .catalog #mse2_results.viewlist .element .element-content {
      padding: 20px;
    }
    .catalog #mse2_results.viewlist .element .price {
      font-size: 22px;
    }
    .catalog #mse2_results.viewlist .element .old-price {
      font-size: 16px;
    }
  }
  .pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .pagination li:first-of-type:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
  }
  .pagination li:last-of-type:after {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
  }
  .pagination li {
    display: inline-block;
  }
  .pagination li > span {
    cursor: default;
  }
  .pagination li > a, .pagination li > span {
    position: relative;
    padding: 10px 15px;
    margin-left: -1px;
    line-height: 1.42857;
    color: rgb(98, 98, 98);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .banner-carousel {
    margin-bottom: 20px;
  }
  .banner-carousel .item-inner {
    overflow: hidden;
  }
  .banner-carousel .item-inner img {
    width: 100%;
    transition: all 400ms ease-out;
    transform: scale(1);
  }
  .banner-carousel .item-inner:hover img {
    transform: scale(1.02);
  }
  .banner-carousel > div {
    display: none;
  }
  .banner-carousel > div:first-of-type, .banner-carousel.slick-slider > div {
    display: block;
  }
  .brands-section {
    padding: 15px 0 10px;
  }
  .brands-carousel {
    height: 125px;
    overflow: hidden;
  }
  .logotype {
    padding: 0 10px;
    margin: 0 0 15px;
  }
  .logotype .inner {
    height: 110px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
  }
  .logotype .inner img {
    margin: 0 auto;
  }
  .main-wrapper {
    min-height: 100%;
    margin-bottom: -395px;
    background: #fff;
  }
  .footer-push {
    height: 445px;
  }
  .footer-wrapper {
    min-height: 395px;
    position: relative;
    font-size: 13px;
    color: var(--color-ftx);
    background-color: var(--color-deep);
  }
  .footer-wrapper > * {
    position: relative;
    z-index: 1;
  }
  .footer-wrapper a {
    color: #b8bdc6;
  }
  .footer-wrapper a:hover {
    color: var(--color-brand);
  }
  .footer-bottom {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .footer-top-wrapper {
    padding: 50px 0 40px;
  }
  .footer-top-inner {
    min-height: 150px;
  }
  .footer-top-wrapper .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .footer-col-1c ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-col-1c ul li {
    margin-bottom: 9px;
  }
  .footer-col-1c ul a {
    color: var(--color-ftx);
    text-decoration: none;
  }
  .footer-col-1c ul a:hover {
    color: var(--color-brand);
  }
  .footer-col-1c .footer-contacts-el {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    color: var(--color-ftx);
  }
  .footer-col-1c .footer-contacts-el a {
    text-decoration: none;
    color: #fff;
  }
  .footer-col-1c .footer-contacts-el a:hover {
    color: var(--color-brand);
  }
  .footer-col-1c .footer-phone a {
    font-size: 15px;
    font-weight: bold;
  }
  .footer-top-last .button {
    background: transparent;
    border-color: #fff;
    color: #fff;
  }
  .footer-top-last .button:hover {
    background: transparent;
    border-color: var(--color-brand);
    color: var(--color-brand);
  }
  .footer-wrapper .social-links {
    padding-top: 15px;
  }
  @media (max-width: 1299px) {
    .footer-top-first {
      padding-bottom: 50px;
      margin-bottom: 50px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer-top-last {
      max-width: 100%;
      position: static;
      padding: 0 10px;
    }
  }
  @media (max-width: 767px) {
    .footer-menu {
      margin-bottom: 50px;
    }
    .footer-contacts {
      margin-bottom: 50px;
    }
  }
  .modal {
    display: none;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 60px 30px 50px;
  }
  .modal .title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--color-ink);
    line-height: 1.1;
  }
  .modal p {
    margin-bottom: 0;
  }
  .modal .title + p {
    font-size: 14px;
    margin: -10px 0 30px;
  }
  .label {
    display: block;
    margin-bottom: 4px;
  }
  .form-group {
    margin-bottom: 0;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #2e2e2e;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
  }
  .form-control:focus, .form-control.error:focus {
    outline: 0;
    border-color: #9a9a9a;
  }
  .form-control.error {
    border-color: #ea1527;
    color: #ea1527;
  }
  textarea.form-control {
    height: auto;
    max-width: 100%;
    min-height: 120px;
    resize: none;
    padding-top: 10px;
  }
  .agreement {
    position: relative;
    margin-bottom: 30px;
    color: #7c7f8c;
  }
  .agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  .agreement label {
    padding-left: 25px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 0;
  }
  .agreement input + label:before {
    background: url("../assets/template/images/check-empty.svg") 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 1px;
    left: 0;
  }
  .agreement input:checked + label:before {
    background: url("../assets/template/images/checked.svg") 0 0 no-repeat;
  }
  .agreement input.error + label {
    color: red;
  }
  #up {
    position: fixed;
    overflow: hidden;
    right: 15px;
    bottom: 60px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: var(--color-brand);
    text-align: center;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
  }
  #up.active {
    transform: translate3d(0, 0, 0);
  }
  #up:hover {
    filter: brightness(120%);
  }
  #up svg {
    height: 20px;
    position: relative;
    bottom: -7px;
  }
  @media (max-width: 767px) {
    #up {
      bottom: 15px;
    }
  }
  #preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    transition: all 600ms ease-out;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #preloader.hid {
    opacity: 0;
    visibility: hidden;
  }
  .load8 .loader {
    margin: 60px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 72, 127, 0.2);
    border-right: 1.1em solid rgba(0, 72, 127, 0.2);
    border-bottom: 1.1em solid rgba(0, 72, 127, 0.2);
    border-left: 1.1em solid var(--color-ink);
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    width: 10em;
    height: 10em;
  }
  @keyframes load8 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .cat-hero-chip {
    padding: 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 12px;
    color: #e6e6e6;
    background: rgba(255, 255, 255, 0.05);
  }
  .cat-chip {
    padding: 8px 18px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #414141;
    font-size: 13px;
    cursor: pointer;
    transition: all 200ms ease-out;
  }
  .cat-chip:hover {
    border-color: var(--color-brand);
    color: var(--color-deep);
  }
  .cat-chip.active {
    background: var(--color-deep);
    border-color: var(--color-deep);
    color: #fff;
  }
  .cat-card .msfavorites .msfavorites-active {
    display: none;
  }
  .cat-card .msfavorites.voted .msfavorites-active {
    display: inline-flex;
  }
  .cat-card .msfavorites.voted .msfavorites-noneactive {
    display: none;
  }
  .cat-card .msfavorites.voted svg {
    color: #c21a22;
  }
  .product-detail-img {
    border: 1px solid var(--color-line);
    background: var(--color-gbg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
  .product-detail-img img {
    max-width: 100%;
    height: auto;
  }
  .product-detail-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-price);
    margin-bottom: 22px;
  }
  .product-detail-price-label {
    font-size: 17px;
    font-weight: 500;
    color: var(--color-ink);
    margin-right: 8px;
  }
  .product-detail-chars {
    border-top: 1px solid var(--color-line);
    margin-bottom: 25px;
  }
  .product-detail-chars .char-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 11px 0;
    border-bottom: 1px solid var(--color-line);
    font-size: 14px;
    line-height: 1.4;
  }
  .product-detail-chars .char-name {
    color: var(--color-ftx);
  }
  .product-detail-chars .char-value {
    color: var(--color-inkdark);
    font-weight: 500;
    text-align: right;
  }
  .logo img {
    max-height: 70px;
    width: auto;
  }
  @media (max-width: 767px) {
    .logo img {
      max-height: 52px;
    }
    .logo {
      height: auto;
      margin-bottom: 0;
    }
  }
  .tel-note {
    display: none;
  }
  .header-tel-1 + .header-tel-2 svg {
    display: inline;
  }
  @media (min-width: 768px) {
    .header-bottom .inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      min-height: 120px;
    }
    .header-bottom .logo {
      margin: 0;
      height: auto;
      flex: 0 0 auto;
    }
    .header-right {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 14px;
      margin-left: auto;
      flex: 1 1 auto;
      min-width: 0;
    }
    .header-tel {
      position: static;
      height: auto;
      margin: 0;
    }
    .header-tel-1, .header-tel-2 {
      display: block;
      margin-bottom: 4px;
    }
    .header-tel-1:last-child, .header-tel-2:last-child {
      margin-bottom: 0;
    }
    .header-info {
      position: static;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      font-size: 13px;
    }
    .header-info > div {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .header-info .schedule, .header-info .header-address {
      font-size: 13px;
      color: var(--color-muted);
    }
    .header-info .header-address {
      margin-bottom: 4px;
    }
    .header-slogan-1c {
      margin-left: 30px;
    }
  }
  @media (min-width: 992px) {
    .header-right {
      flex-direction: row;
      align-items: center;
      gap: 30px;
      flex: 0 0 auto;
    }
    .header-info {
      order: 1;
    }
    .header-tel {
      order: 2;
    }
    .header-info .header-address {
      max-width: 320px;
    }
  }
  .header-slogan-1c {
    display: none;
    font-size: 13px;
    color: var(--color-muted);
    max-width: 210px;
    line-height: 1.45;
  }
  @media (min-width: 992px) {
    .header-slogan-1c {
      position: static;
      transform: none;
      align-self: center;
    }
  }
  @media (min-width: 1300px) {
    .header-slogan-1c {
      display: block;
    }
  }
  .top-bar-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex: 0 0 auto;
  }
  @media (min-width: 992px) {
    .top-bar .inner {
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
    }
  }
  @media (max-width: 991px) {
    .top-bar .inner {
      height: 55px;
    }
    .top-bar-right {
      position: absolute;
      right: 14px;
      top: 0;
      height: 100%;
      margin-left: 0;
    }
  }
  .header-callback {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-inkdark);
    border-bottom: 1px dashed #b5b5b5;
    padding-bottom: 1px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.4;
  }
  .header-callback:hover {
    color: var(--color-brand);
    border-color: var(--color-brand);
  }
  @media (max-width: 991px) {
    .header-callback {
      font-size: 12px;
    }
  }
  .slider-1c {
    box-shadow: none;
    background: var(--color-gbg);
  }
  .slider-1c .slick-slide > div {
    height: 560px;
  }
  .slider-1c .item {
    height: 560px;
    position: relative;
  }
  .slider-1c-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .slider-1c-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .slider-1c-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--color-inkdark);
    margin-bottom: 25px;
  }
  .slider-1c-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
  }
  .slider-1c-list li {
    position: relative;
    padding: 5px 0 5px 22px;
    font-size: 15px;
    color: var(--color-ink);
    line-height: 1.5;
  }
  .slider-1c-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 7px;
    height: 7px;
    background: var(--color-brand);
    border-radius: 50%;
  }
  .slider-1c-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
  }
  .slider-1c-btns .button, .slider-1c-btns .btn, .slider-1c .item .button, .slider-1c .item .btn {
    margin-bottom: 0;
    background: var(--color-brand);
    border: 1px solid var(--color-brand);
    color: #fff;
  }
  .slider-1c-btns .button:hover, .slider-1c-btns .btn:hover, .slider-1c .item .button:hover, .slider-1c .item .btn:hover {
    background: var(--color-brandhover);
    border-color: var(--color-brandhover);
    color: #fff;
  }
  .slider-1c-btns .button.white2, .slider-1c-btns .btn.white2, .slider-1c .item .button.white2, .slider-1c .item .btn.white2 {
    background: #fff;
    border-color: #fff;
    color: var(--color-inkdark);
  }
  .slider-1c-btns .button.white2:hover, .slider-1c-btns .btn.white2:hover, .slider-1c .item .button.white2:hover, .slider-1c .item .btn.white2:hover {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: #fff;
  }
  .slider-1c-img {
    display: flex;
    justify-content: center;
  }
  .slider-1c-img img {
    max-height: 400px;
    width: auto;
    filter: drop-shadow(0 14px 30px rgba(30, 40, 55, 0.18));
  }
  .slider-1c .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    margin: 0;
  }
  .slider-1c .slick-dots li button:before {
    font-size: 11px;
    color: var(--color-muted);
    opacity: 0.5;
  }
  .slider-1c .slick-dots li.slick-active button:before {
    color: var(--color-brand);
    opacity: 1;
  }
  @media (max-width: 991px) {
    .slider-1c .slick-slide > div, .slider-1c .item {
      height: 460px;
    }
    .slider-1c-title {
      font-size: 26px;
    }
    .slider-1c-list li {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .slider-1c .slick-slide > div, .slider-1c .item {
      height: auto;
      min-height: 340px;
    }
    .slider-1c-inner {
      padding: 50px 15px 60px;
    }
    .slider-1c-title {
      font-size: 22px;
      margin-bottom: 18px;
    }
    .slider-1c-list {
      margin-bottom: 22px;
    }
  }
  .tizers-1c-section {
    padding: 50px 0;
    background: #fff;
  }
  .tizers-1c-title {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: var(--color-inkdark);
    margin-bottom: 40px;
    line-height: 1.3;
  }
  .tizer-1c {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 18px;
    background: #fff;
    border: 1px solid var(--color-line);
    height: 100%;
    transition: border-color 200ms ease-out, box-shadow 200ms ease-out;
  }
  .tizer-1c:hover {
    border-color: var(--color-brand);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  }
  .tizer-1c img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .tizer-1c-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-inkdark);
    line-height: 1.45;
  }
  .cat-section-1c {
    padding: 60px 0;
    background: var(--color-gbg);
  }
  .cat-section-1c + .cat-section-1c {
    background: #fff;
  }
  .cat-section-1c + .cat-section-1c + .cat-section-1c {
    background: var(--color-gbg);
  }
  .cat-section-1c h2 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 28px;
  }
  .cat-section-1c-sub {
    text-align: center;
    color: var(--color-ink);
    font-size: 15px;
    line-height: 1.55;
    max-width: 820px;
    margin: -25px auto 45px;
  }
  .prod-card-1c {
    display: block;
    text-align: center;
    padding: 28px 15px 25px;
    background: #fff;
    border: 1px solid var(--color-line);
    height: 100%;
    transition: border-color 200ms ease-out, box-shadow 200ms ease-out;
    text-decoration: none;
  }
  .prod-card-1c:hover {
    border-color: var(--color-brand);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  }
  .prod-card-1c-img {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }
  .prod-card-1c-img img {
    max-height: 120px;
    max-width: 130px;
    object-fit: contain;
  }
  .prod-card-1c-title {
    font-size: 15px;
    font-weight: 500;
    color: var(--color-inkdark);
    line-height: 1.35;
    transition: color 200ms ease-out;
  }
  .prod-card-1c:hover .prod-card-1c-title {
    color: var(--color-brand);
  }
  .prod-card-1c-sub {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 1.35;
    transition: color 200ms ease-out;
  }
  .prod-card-1c:hover .prod-card-1c-sub {
    color: var(--color-ftx);
  }
  .services-1c-section {
    padding: 60px 0;
    background: #fff;
  }
  .services-1c-section h2 {
    text-align: center;
    margin-bottom: 45px;
    font-size: 28px;
  }
  .service-card-1c {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--color-line);
    padding: 22px;
    height: 100%;
    transition: border-color 200ms ease-out, box-shadow 200ms ease-out;
  }
  .service-card-1c:hover {
    border-color: var(--color-brand);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
  }
  .service-card-1c-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-gbg);
  }
  .service-card-1c-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .service-card-1c-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-inkdark);
    margin-bottom: 12px;
    line-height: 1.35;
  }
  .service-card-1c-title a {
    color: inherit;
    text-decoration: none;
  }
  .service-card-1c-title a:hover {
    color: var(--color-brand);
  }
  .service-card-1c ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .service-card-1c ul li {
    margin-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
    line-height: 1.4;
  }
  .service-card-1c ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: var(--color-brand);
    border-radius: 50%;
  }
  .service-card-1c ul a {
    color: var(--color-muted);
    text-decoration: none;
  }
  .service-card-1c ul a:hover {
    color: var(--color-brand);
  }
  .service-card-1c-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-muted);
  }
  .feedback-1c {
    background: var(--color-top);
    padding: 60px 0;
  }
  .feedback-1c h2 {
    text-align: center;
    margin-bottom: 15px;
  }
  .feedback-1c-sub {
    text-align: center;
    color: var(--color-muted);
    margin-bottom: 35px;
  }
  .feedback-1c-inner {
    max-width: 860px;
    margin: 0 auto;
  }
  .feedback-1c .form-group {
    margin-bottom: 15px;
  }
  .popular-1c {
    padding: 60px 0;
    background: #fff;
  }
  .popular-1c h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
  }
  .popular-1c-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
  }
  .popular-1c-tags a {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid var(--color-line);
    background: #fff;
    font-size: 13px;
    color: var(--color-ink);
    text-decoration: none;
    transition: border-color 200ms ease-out, color 200ms ease-out;
  }
  .popular-1c-tags a:hover {
    border-color: var(--color-brand);
    color: var(--color-brand);
  }
  .subscribe-1c {
    background: #efeff0;
    padding: 25px 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .subscribe-1c-inner {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .subscribe-1c-icon {
    color: var(--color-navy);
    flex-shrink: 0;
  }
  .subscribe-1c-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-inkdark);
    flex-shrink: 0;
    line-height: 1.4;
  }
  .subscribe-1c-form {
    display: flex;
    gap: 10px;
    flex: 1;
    min-width: 0;
  }
  .subscribe-1c-form input[type="email"] {
    flex: 1;
    min-width: 0;
    height: 45px;
    border: 1px solid #d6d6d6;
    padding: 0 15px;
    font-size: 14px;
    background: #fff;
    color: var(--color-ink);
    outline: none;
    transition: border-color 200ms ease-out;
  }
  .subscribe-1c-form input[type="email"]:focus {
    border-color: var(--color-brand);
  }
  .subscribe-1c-form .btn {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    white-space: nowrap;
  }
  @media (max-width: 991px) {
    .subscribe-1c-inner {
      flex-wrap: wrap;
      gap: 15px;
    }
    .subscribe-1c-form {
      flex-basis: 100%;
    }
  }
}
@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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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;
    }
  }
}
