@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  font-size: 14px;
  --shadow-low: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --shadow-botttom: 0 0.225rem 0.25rem rgba(0, 0, 0, 0.075);
  --font-family: "Jost",sans-serif;
  --transition: .2s ease-in-out;
}

:root {
  --font-family: "Jost", sans-serif;
  --content-width: 1160px;
  --content-fluid-width: 1790px;
  --step: 1.618;
  --step-1: 1rem;
  --step-m1: calc(var(--step-1) / var(--step));
  --step-p1: calc(var(--step-1) * var(--step));
  --step-m2: calc(var(--step-m1) / var(--step));
  --step-p2: calc(var(--step-p1) * var(--step));
  --step-m3: calc(var(--step-m2) / var(--step));
  --step-p3: calc(var(--step-p2) * var(--step));
  --step-m4: calc(var(--step-m3) / var(--step));
  --step-p4: calc(var(--step-p3) * var(--step));
  --step-p5: calc(var(--step-p4) * var(--step));
  --container-offset: var(--step-1);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(var(--content-fluid-width) + (var(--container-offset) * 2));
  --grid-gap: var(--step-m1);
  --hue: 90;
  --color-lighter: hsl(var(--hue), 33%, 97%);
  --color-light: hsl(var(--hue), 30%, 85%);
  --color: hsl(var(--hue), 43%, 42%);
  --color-accent: hsl(var(--hue), 50%, 50%);
  --color-dark: hsl(var(--hue), 20%, 20%);
  --color-darker: hsl(var(--hue), 13%, 13%);
  --color-text: hsl(var(--hue), 0%, 0%);
  --color-text-darker: hsl(var(--hue), 10%, 10%);
  --color-attention: hsl(calc(var(--hue) + 260), 80%, 50%);
  --surface: hsl(var(--hue), 19%, 94%);
  --gradient-color: linear-gradient(166deg, hsl(calc(var(--hue) + 10), 25%, 85%), hsl(calc(var(--hue) + 2), 27%, 80%), hsl(calc(var(--hue) - 2), 27%, 75%));
  --header-height: 70px;
  --header-height-small: 60px;
  --section-padding: var(--step-1) 0;
  --section-margin: var(--step-1) 0;
  --block-padding: var(--step-p2) 0;
  --transition: .2s ease-in-out;
  --shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  --border-radius: var(--step-m1);
  --border-radius-min: var(--step-m2);
}
@media (max-width: 640px) {
  :root {
    --border-radius: var(--step-1);
  }
}

@media (max-width: 480px) {
  :root {
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (480 - 320)));
  }
}
@media (min-width: 480px) and (max-width: 576px) {
  :root {
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (576 - 480)));
  }
}
@media (min-width: 576px) and (max-width: 767.66667px) {
  :root {
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (767.66667 - 480)));
  }
}
@media (min-width: 767.66667px) and (max-width: 1280px) {
  :root {
    font-size: calc(14px + (18 - 14) * ((100vw - 480px) / (1280 - 480)));
  }
}
@media (min-width: 1280px) {
  :root {
    font-size: 18px;
  }
}
html,
body {
  font-family: var(--font-family), sans-serif;
  margin: 0;
  padding: 0;
}

body.overlay {
  overflow: hidden;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
  width: 5px;
  /* ширина для вертикального скролла */
  height: 5px;
  /* высота для горизонтального скролла */
  background-color: #dbdbdb;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: var(--color);
  border-radius: 4px;
}

.transparent {
  opacity: 0;
  visibility: hidden;
}

a {
  color: var(--color-text);
  text-decoration: none;
  transition: 0.2s color ease-in-out;
}

a:hover {
  color: var(--color);
}

.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb svg {
  width: 1em;
  height: 1em;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Jost";
  src: url("../fonts/../fonts/JostRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/../fonts/JostSemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Jost";
  src: url("../fonts/../fonts/JostBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
.row {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 992px) {
  .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

#content,
.sidebar {
  max-width: 100%;
}

/* ширина блоков article и aside для больших экранов */
@media (min-width: 992px) {
  .sidebar {
    max-width: 33%;
  }
  .sidebar__left {
    padding-right: 2em;
  }
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

html {
  box-sizing: border-box;
}

body {
  background-color: var(--surface);
}
body .sprite {
  display: none;
}

html,
body {
  font-family: var(--font-family, sans-serif);
}

a {
  text-decoration: none;
  color: var(--color-darker);
  transition: color var(--transition);
}
a.--light {
  color: var(--color-lighter);
}
a:hover {
  color: var(--color);
}

.aside__btn {
  display: none;
}
@media (max-width: 768px) {
  .aside__btn {
    display: block;
  }
}

main {
  display: flex;
}
main article {
  flex: 1;
  margin-bottom: 2rem;
  max-width: 100%;
}
main article.home {
  margin-bottom: 0;
}
main article .description {
  margin-top: var(--grid-gap);
}
main aside {
  margin-top: 2em;
  width: 20%;
}
@media (max-width: 1024px) {
  main aside {
    width: 30%;
  }
}
main #column-left {
  order: -1;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  main #column-left {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50000;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    overflow: auto;
    background-color: var(--color-lighter);
    padding: 1rem;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition), visibility var(--transition);
  }
}
@media (max-width: 576px) {
  main #column-left {
    width: 100%;
  }
}
main #column-left.aside-menu--active {
  opacity: 1;
  visibility: visible;
}

.column__wrap {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .column__wrap {
    top: calc(var(--header-height-small) + 1rem);
    margin-top: 3rem;
    min-height: calc(100% - var(--header-height-small) + 1rem);
  }
}

.page {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-height: 100%;
}

.anchor {
  position: absolute;
  top: calc(0px - var(--header-height));
  width: 100%;
  height: var(--header-height);
}
.anchor__wrap {
  position: relative;
}

img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.label__action {
  position: absolute !important;
  right: 0;
  top: 0;
  background-color: var(--color-attention);
  color: #fff;
  padding: 0.2em 0.5em 0.3em;
  border-radius: var(--border-radius-min);
}

.site-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--header-height);
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.faded {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all var(--transition);
  -moz-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}
.faded:hover {
  opacity: 1;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  width: calc(100% - var(--container-offset) * 2);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.container-fluid {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-fluid-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.flex {
  display: flex;
}

section {
  color: var(--color-darker);
  padding: var(--section-padding);
  margin: var(--section-margin);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100vw - 5px);
}

.section-title {
  font-size: 3rem;
  padding: 0;
  margin: 0 0 2rem 0;
}

.section-subtitle {
  font-size: 1.8rem;
  padding: 0;
  margin: 0 0 2rem 0;
}

.surface__block {
  margin-bottom: var(--grid-gap);
  background: white;
  padding: var(--container-offset);
  border-radius: var(--border-radius);
}
.surface__block h1, .surface__block h2, .surface__block h3 {
  margin-top: 0;
  margin-bottom: 0.62em;
}

.sticker {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  margin-right: 0.6em;
  background-color: var(--color-lighter);
  border-radius: 50em;
  padding: 0.3em 1em;
  line-height: 1em;
  border: var(--color-lighter) 1px solid;
  transition: border-color 0.2s ease-in-out;
}
.sticker:hover {
  border-color: var(--color);
}
.sticker:hover a {
  color: var(--color);
}

.bevel {
  position: relative;
}
.bevel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(to top right, #fff 50%, rgba(255, 255, 255, 0) 52%);
}
.bevel + * {
  background: #ffffff;
}

.uppercase {
  text-transform: uppercase;
}

.color {
  color: var(--color);
}
.color-accent {
  color: var(--color-accent) !important;
}
.color-attention {
  color: var(--color-attention) !important;
}
.color-light {
  color: var(--color-light) !important;
}
.color-lighter {
  color: var(--color-lighter) !important;
}
.color-dark {
  color: var(--color-dark) !important;
}
.color-darker {
  color: var(--color-darker) !important;
}

.bg-color {
  background-color: var(--color);
}
.bg-color-light {
  background-color: var(--color-light);
}
.bg-color-lighter {
  background-color: var(--color-lighter);
}

.m0 {
  margin: 0 !important;
}
.m-xa {
  margin: 0 auto !important;
}
.m-x0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-ya {
  margin: auto 0 !important;
}
.m-y0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mbt0 {
  margin-top: 0 !important;
}

.up-n-down {
  animation: up-n-down ease-in-out 2s infinite;
  height: var(--step-p2);
}

@keyframes up-n-down {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(30px);
  }
}
.breadcrumbs {
  width: calc(100% - 2em);
  background: #fff;
  padding: 0 1em;
  box-shadow: var(--shadow-botttom);
  border-radius: var(--border-radius);
  overflow: hidden;
  white-space: nowrap;
  margin-top: var(--container-offset);
  margin-bottom: var(--container-offset);
}
@media (max-width: 576px) {
  .breadcrumbs {
    font-size: 80%;
  }
}
.breadcrumbs__home {
  padding: 1em;
}
.breadcrumbs__home svg, .breadcrumbs__home a {
  color: var(--color-dark);
}
.breadcrumbs__item {
  padding: 1em;
  text-transform: capitalize;
}
.breadcrumbs__item.active {
  margin-right: -1em;
  font-weight: bold;
  color: var(--color-dark);
}

.breadcrumb {
  display: flex;
  width: 100%;
  align-items: center;
  overflow-x: auto;
}
.breadcrumb li {
  list-style-type: none;
  margin: 0;
}
.breadcrumb li:nth-last-child(n+2) {
  padding-right: 1em;
}
.breadcrumb li:nth-last-child(n+2)::after {
  content: "/";
  color: var(--color-light);
  padding-left: 1em;
}

.btn-reset {
  border: none;
  padding: 0;
  background: 0 0;
  cursor: pointer;
}

.btn {
  background-color: var(--color);
  color: var(--color-lighter);
  line-height: 1.6em;
  border-radius: var(--border-radius-min);
  padding: 0.5em 1em;
  transition: var(--transition);
  text-transform: uppercase;
  visibility: visible;
  opacity: 1;
}
.btn:disabled {
  height: 0;
  padding: 0;
  margin: 0;
  color: transparent;
  background: #808080 !important;
  color: #808080;
  opacity: 0;
  visibility: hidden;
}
.btn:hover {
  background-color: var(--color-accent);
  color: var(--color-lighter);
}
.btn--light {
  color: var(--color);
  background-color: var(--color-lighter);
}
.btn--dark {
  background-color: var(--color-dark);
}

root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  border-radius: var(--border-radius);
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
  margin-bottom: 5px;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  z-index: 0;
}

.swiper-button-prev, .swiper-button-next {
  color: white;
}
.swiper-viewport {
  background: #fff;
  z-index: 1;
  border-radius: 4px;
  width: 100%;
  position: relative;
}
.swiper-scrollbar {
  background-color: var(--color-light);
  border-radius: 2em;
  width: 350px;
  min-width: 170px;
  height: 5px;
  margin-right: 2em;
  position: unset !important;
}
@media (max-width: 576px) {
  .swiper-scrollbar {
    height: 4px !important;
  }
}
.swiper-scrollbar:hover .swiper-scrollbar-drag, .swiper-scrollbar:active .swiper-scrollbar-drag {
  background-color: var(--color-accent);
}
.swiper-scrollbar .swiper-scrollbar-drag {
  transition: background-color var(--transition) !important;
  background-color: var(--color);
}

.product .swiper {
  border-radius: var(--border-radius);
}
.product .swiper__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1em;
}
.product .swiper-zoom-container > img {
  border-radius: var(--border-radius);
}
.product .swiper__btns {
  min-width: 100px;
  text-align: center;
}
.product .swiper__slider-btn {
  width: 40px;
  height: 40px;
  color: var(--color-dark);
  transition: color var(--transition);
}
.product .swiper__slider-btn:hover {
  color: var(--color);
}

.pagination {
  margin-top: var(--grid-gap);
  text-align: center;
}
.pagination__items {
  display: flex;
  justify-content: center;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.pagination__items ul {
  flex-direction: row;
  display: flex;
}
.pagination__items li {
  list-style-type: none;
  width: 1.5em;
  height: 1.5em;
  padding: 0.2em;
  line-height: 1.5em;
}
.pagination__items li.active {
  border-radius: 15em;
  background-color: var(--color);
  color: #ffffff;
  font-weight: bold;
}
.dropbtn {
  border: none;
  background-color: transparent;
}
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 9000;
}

.dropdown-content {
  left: -25%;
  visibility: hidden;
  opacity: 0;
  padding: 1em;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
  border: 1px solid #f1f1f1;
  z-index: 1;
  font-size: 0.6em;
  transition: 0.3s opacity ease-in-out;
}
.dropdown-content:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #f1f1f1 transparent;
}
.dropdown-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.dropdown-content > * {
  margin: 0;
  color: black;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 0.6em;
}
.dropdown-content > *:nth-last-child(n+2) {
  margin-bottom: 1em;
}
.dropdown-content > * a {
  display: flex;
  align-items: center;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}

.dropdown:hover .dropbtn {
  color: var(--color);
}

/*-------------------------------------------------slick menu-----------------------------------------*/
.mobile-menu {
  cursor: pointer;
}

.menu__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9000;
  transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
}
.menu__overlay._active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}

.slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
  list-style: none;
  margin: 0;
}

.slinky-menu ul {
  width: 100%;
}

.slinky-menu a {
  align-items: center;
  display: flex;
}

.slinky-menu a span {
  line-height: 1.4;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-left: 1em;
}

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}

.slinky-menu .header {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}

.slinky-theme-default {
  background: #f6f7f8;
}

.slinky-theme-default .title {
  color: #333;
  padding: 1em;
}

.slinky-theme-default li {
  line-height: 1;
}

.slinky-theme-default a:not(.back) {
  color: #333;
  padding: 1em;
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
  background-size: 1.5em;
  content: "";
  height: 1em;
  opacity: 0.75;
  transition: 200ms;
  width: 1em;
}

.slinky-theme-default .next::after {
  margin-left: 1em;
}

.slinky-theme-default .back::before {
  padding: 3em;
  transform: scaleX(-1);
}

.slinky-theme-default .next:hover::after,
.slinky-theme-default .back:hover::before {
  opacity: 0.75;
}

.slinky-theme-default .next:active::after,
.slinky-theme-default .back:active::before {
  opacity: 1;
}

.slinky-menu {
  display: none;
}

.slinky-menu._active {
  display: block;
}

.slinky-menu-open img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.slinky-menu-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color);
  color: #fff;
  display: flex;
  justify-content: flex-end;
}
.slinky-menu-close:hover {
  background-color: var(--color-accent);
}

.slinky-menu-close svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 10px;
}

.slinky-menu__block {
  position: fixed;
  display: flex;
  flex-direction: column;
  transform: translateX(-110%);
  z-index: 10000;
  max-width: 470px;
  top: 0;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}

.slinky-menu__block._active {
  transform: translateX(0);
  top: 0;
}

.slinky-theme-default {
  background: #fff;
}

.slinky-menu {
  margin-bottom: 10px;
}

.slinky-menu ul {
  margin-left: -1px;
  padding: 0;
}
.slinky-menu ul img {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-min);
}

.slinky-menu li {
  display: block;
  height: 100px;
  margin-bottom: 10px;
}

.slinky-menu li:last-child {
  margin: 0;
}

.slinky-theme-default .next::after {
  display: none;
}

.slinky-theme-default .back {
  display: flex;
  height: 100px;
}

.slinky-theme-default a:not(.back) {
  padding: 0 0 0 0;
}

.slinky-menu a {
  display: block;
  line-height: 100px;
  text-decoration: none;
  transition: 200ms;
}

.slinky-menu a:hover {
  color: var(--color);
}

.slinky-menu a:active {
  color: var(--color);
}

.slinky-menu {
  width: 100%;
}
.slinky-menu__wrap {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  margin-right: 45px;
  padding: 0.62em;
  background: #fff;
  overflow: auto;
}
.slinky-menu__footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  background-color: var(--color-lighter);
  color: var(--color-text);
  padding: var(--container-offset);
  border-radius: var(--border-radius);
}
.slinky-menu__footer .addresses__phone {
  font-size: 100%;
}
.slinky-menu__footer .logo {
  margin: 0 auto;
  margin-bottom: 2em;
}
.slinky-menu__footer .title {
  text-align: center;
  font-weight: bold;
  color: var(--color-text) -light;
  margin-bottom: 0;
  margin-top: 0.5em;
}
.slinky-menu__footer .tc__2_name,
.slinky-menu__footer .tc__1_name {
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
}
.slinky-menu__address > * {
  font-size: 0.9em;
  margin-bottom: 0.3em;
}

.modal__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity0 0.2s ease-in;
}

.modal__content {
  position: relative;
  width: auto;
  margin: 10px;
  transition: opacity 0.3s ease-in;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .modal__content {
    max-width: 500px;
    margin: 50px auto;
  }
}
.modal__show .modal__backdrop,
.modal__show .modal__content {
  opacity: 1;
  z-index: 1050;
  pointer-events: auto;
  overflow-y: auto;
}

.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.modal__btn-close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  text-decoration: none;
}

.modal__btn-close:focus,
.modal__btn-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.modal__body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
}

.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

header {
  font-size: 115%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  z-index: 1000;
  height: var(--header-height);
}
@media (max-width: 576px) {
  header {
    height: var(--header-height-small);
  }
}
header .header__icon {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  color: var(--color-text);
  transition: 0.3s color ease-in-out;
}
@media (max-width: 576px) {
  header .header__icon {
    margin-left: 0.9em;
  }
}
@media (max-width: 350px) {
  header .header__icon {
    margin-left: 0.6em;
  }
}
header .header__icon:hover {
  color: var(--color);
}
header .container {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  background-color: #fff;
  align-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  header .container {
    height: 70px;
  }
}
@media (max-width: 576px) {
  header .container {
    height: 60px;
  }
}
header #logo {
  width: 15%;
  cursor: pointer;
}
@media (max-width: 768px) {
  header #logo {
    width: 145px;
  }
}
@media (max-width: 576px) {
  header #logo {
    width: 120px;
  }
}
@media (max-width: 350px) {
  header #logo {
    width: 110px;
  }
}
header .search-mobile {
  display: none;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  header .search-mobile {
    display: block;
  }
}
header .search {
  width: 30%;
}
header .search.--mobile {
  transition: all var(--transition);
  max-height: 0;
  height: 0;
  opacity: 0;
  display: none;
  background-color: #fff;
  width: 100%;
}
header .search.--mobile .search__input {
  width: calc(100% - 2em);
  border: none;
  padding: 1em;
  background-position: right 1em center;
}
header .search.--mobile .search__input:hover {
  background-position: right 1em center;
}
header .search.--mobile .search__button {
  right: 0;
}
header .search.--mobile .search__container {
  width: 100%;
}
header .search.--active {
  height: auto !important;
  max-height: 50px !important;
  opacity: 1 !important;
  display: block;
}
header .cart {
  width: 10%;
}
header .social {
  display: flex;
  margin-left: auto;
}
@media (max-width: 350px) {
  header .social a:nth-child(n+2):nth-child(-n+3) {
    display: none;
  }
}
header .social a {
  display: flex;
}
header .menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 0.5em;
  padding-top: 2px;
}
header .menu__mobile {
  display: none;
}
@media (max-width: 576px) {
  header .menu__mobile {
    display: block;
  }
}
header .menu .dropdown-content {
  left: -7em;
  min-width: 7.5em;
  font-size: 1em;
}
header .menu .dropdown-content:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 85%;
  margin-left: -7px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #f1f1f1 transparent;
}
header .menu .dropdown-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 85%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.addresses {
  display: flex;
  flex-direction: row;
}
.addresses__item {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .addresses__item {
    display: none;
  }
}
.addresses__item:hover {
  color: var(--color);
}
.addresses__btn {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 75%;
  text-align: left;
  line-height: 1em;
  color: var(--color-text);
  fill: var(--color-text);
}
.addresses__icon {
  height: 2.2em;
  width: 2.5em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.addresses__icon-small {
  margin-right: 0.5em;
  display: block;
  max-width: 1.3em;
  height: 1.3em;
  color: var(--color);
}
.addresses__title {
  font-weight: bold;
  line-height: 1.2em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.addresses__title span {
  font-weight: 400;
}
.addresses__phone {
  font-size: 75%;
}

.tc__1_address, .tc__1_open, .tc__1_phone, .tc__2_address, .tc__2_open, .tc__2_phone {
  display: flex;
}

footer {
  flex: 0 0 auto;
  margin-top: auto;
  background-color: var(--color-darker);
  color: var(--color-lighter);
}
footer a {
  color: #fff;
}
footer p {
  margin: 0;
  padding-top: var(--container-offset);
  padding-bottom: var(--container-offset);
}
footer hr {
  margin: 0;
  padding: 0;
}
footer .addresses__icon-small {
  height: 1em;
  width: 1em;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
}
.footer__item {
  position: relative;
  grid-column: 4 span;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .footer__item {
    grid-column: 4 span;
  }
}
@media (max-width: 1024px) {
  .footer__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .footer__item {
    grid-column: 12 span;
  }
}
.footer__grid {
  padding-bottom: var(--container-offset);
}
@media (max-width: 1024px) {
  .footer__map {
    display: none;
  }
}
.footer .social {
  display: flex;
  margin-left: auto;
}
.footer .social a {
  display: flex;
}
.footer__cont {
  margin-left: 0;
  padding-left: 0;
}
.footer__cont li {
  list-style-type: none; /* Убираем маркеры */
}
.footer__cont h5 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.footer__cont > * {
  margin-bottom: 0.5em;
}
.footer__icon {
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  color: var(--color-lighter);
  transition: 0.3s color ease-in-out;
}
.footer__icon:hover {
  color: var(--color);
}
.footer__item {
  background-color: transparent;
}

.hero__wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  padding: var(--section-padding);
}
.hero__wrap > div {
  border-radius: 20px;
}
.hero__wrap > div img {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
}
.hero__wrap > div:nth-child(-n+2) {
  grid-column: 4 span;
  grid-row: 2 span;
}
@media (max-width: 768px) {
  .hero__wrap > div:nth-child(-n+2) {
    grid-column: 6 span;
    grid-row: 2 span;
  }
}
@media (max-width: 576px) {
  .hero__wrap > div:nth-child(-n+2) {
    grid-column: 12 span;
    grid-row: 2 span;
  }
}
.hero__wrap > div:nth-last-child(-n+2) {
  grid-column: 4 span;
  grid-row: 1 span;
}
@media (max-width: 768px) {
  .hero__wrap > div:nth-last-child(-n+2) {
    grid-column: 6 span;
    grid-row: 2 span;
  }
}
@media (max-width: 576px) {
  .hero__wrap > div:nth-last-child(-n+2) {
    grid-column: 12 span;
    grid-row: 2 span;
  }
}

.search__container {
  width: calc(100% - 1.2em);
  position: relative;
}
.search__container button {
  width: 3em;
  height: 100%;
  position: absolute;
  top: 0;
  right: -2em;
  background-color: rgba(255, 0, 0, 0);
  cursor: pointer;
  border: none;
}
.search__input {
  width: 100%;
  padding: 0.2em 0.5em;
  transition: transform 250ms ease-in-out;
  font-size: 0.9em;
  color: var(--color-text) -light;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z' fill='gray'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  background-position: 97% center;
  border-radius: 50px;
  border: 1px solid var(--color-light);
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.search__input::placeholder {
  color: color(#575756 a(0.8));
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.search__input:hover, .search__input:focus {
  padding: 0.5em 0;
  outline: 0;
  border: 1px solid transparent;
  border-bottom: 1px solid var(--color-light);
  border-radius: 0;
  background-position: 100% center;
}
.search__input:hover ~ button, .search__input:focus ~ button {
  right: 0;
}
.search .dropdown-menu {
  margin: 0;
}

.accordion__item {
  margin-bottom: 0.5em;
  border-radius: 0.25em;
}
.accordion__item .active {
  color: var(--color);
  font-weight: bold;
}
.accordion__item:nth-last-child(n+2) {
  border-bottom: var(--color-light) 1px solid;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75em 1em;
  color: var(--color-text);
  font-weight: 500;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.accordion__header::after {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1em;
  content: "";
  transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(-180deg);
}

.accordion__header:hover {
  background-color: var(--color-light);
}

.accordion__item:not(.accordion__item_show) .accordion__header {
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.accordion__content {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em;
}

.accordion__content a {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
}

.accordion__content a:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.accordion__content a:hover {
  background-color: #f8f9fa;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

#product-product .product__button-your-style {
  color: #fff;
  background-color: var(--color);
  padding: 0.5em 1em;
  transition: var(--transition);
  border-radius: var(--border-radius-min);
  text-align: center;
}
@media (max-width: 576px) {
  #product-product .product__button-your-style {
    padding: 0.3em 0.6em;
  }
}
#product-product .product__button-your-style:hover {
  background-color: var(--color-accent);
}
#product-product .product__heading-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product-product .product__cart {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto [row] auto;
  gap: var(--grid-gap);
}
#product-product .product__header {
  grid-column: 12 span;
  margin: 0;
}
#product-product .product__title h1 {
  margin: 0;
}
#product-product .product__model {
  grid-column: 12 span;
  color: var(--color-dark);
  opacity: 0.8;
  margin-top: 0.3em;
}
#product-product .product__left {
  grid-column: 6 span;
}
@media (max-width: 768px) {
  #product-product .product__left {
    grid-column: 12 span;
  }
}
#product-product .product__right {
  grid-column: 6 span;
}
@media (max-width: 768px) {
  #product-product .product__right {
    grid-column: 12 span;
  }
}
#product-product .product__bottom {
  grid-column: 12 span;
}
#product-product .product__offers {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-product .product__offers h2 {
  font-size: 2rem;
}
#product-product .product__offers .btn {
  margin-left: auto;
}
#product-product .product__stock {
  position: absolute;
  left: 0;
  bottom: 0;
}
#product-product .product__prices {
  display: flex;
  position: relative;
  min-width: 5em;
}
#product-product .product__prices .price {
  position: inherit;
  width: auto;
}
#product-product .product__prices .price.--new {
  color: var(--color-attention);
  padding-right: 2.1em;
}
#product-product .product__prices .price.--old {
  color: #a3a3a3;
  text-decoration: line-through;
}
#product-product .product__delivery p {
  padding: 0;
  margin: 0;
}
#product-product .price__comment {
  width: 100%;
}
#product-product .attributes__title {
  padding: 0;
  margin: 0 0 1rem;
}
#product-product .attributes__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}
#product-product .attributes__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 1rem);
  margin: 0.3em 0;
}
#product-product .attributes__name {
  font-weight: 600;
}
#product-product .attributes__dots {
  flex: 1 0;
  border-bottom: 1px dotted var(--color-light);
  height: 1em;
  min-width: 1em;
  margin: 0 0.2em;
}
#product-product .attributes__text {
  text-align: end;
  padding-left: 2px;
  line-height: 1;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
}
.product-thumb {
  position: relative;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  grid-column: 4 span;
  border-radius: 0.5em;
  overflow: hidden;
  border-bottom: 1px solid var(--color-lighter);
}
@media (min-width: 1025px) {
  .product-thumb {
    grid-column: 4 span;
  }
}
@media (max-width: 1024px) {
  .product-thumb {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .product-thumb {
    grid-column: 12 span;
  }
}

#blog-article .content {
  max-width: 612px;
  margin: 0 auto;
}
#blog-article img {
  max-width: 100%;
  text-align: center;
}
#blog-article p {
  line-height: 1.5;
}

.blog__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
}
.blog__item {
  position: relative;
  grid-column: 4 span;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .blog__item {
    grid-column: 4 span;
  }
}
@media (max-width: 1024px) {
  .blog__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .blog__item {
    grid-column: 12 span;
  }
}
.blog__item {
  background-color: #fff;
}
.blog__item a {
  display: flex;
  flex-direction: column;
}
.blog__item:not(:first-child) .blog__title {
  font-size: 1.3rem;
}
.blog__item:not(:first-child) .blog__caption {
  margin-top: 0;
}
.blog__item:not(:first-child) .blog__desc {
  position: relative;
  overflow: hidden;
  height: 2em;
  line-height: 0.9rem;
  font-size: 1rem;
}
.blog__item:not(:first-child) .blog__desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.blog__item:nth-child(1) {
  grid-column: 6 span;
  grid-row: 2 span;
}
@media (max-width: 768px) {
  .blog__item:nth-child(1) {
    grid-column: 12 span;
  }
}
.blog__item:nth-child(n+2):nth-child(-n+5) {
  grid-column: 3 span;
}
@media (max-width: 768px) {
  .blog__item:nth-child(n+2):nth-child(-n+5) {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .blog__item:nth-child(n+2):nth-child(-n+5) {
    grid-column: 12 span;
  }
}
.blog__image {
  width: 100%;
  height: 100%;
}
.blog__title {
  font-size: 1.62rem;
  padding: 0;
  margin: 0 0 1.62rem;
}
.blog__caption {
  margin-top: 1em;
  padding-left: var(--container-offset);
  padding-right: var(--container-offset);
}
.blog__date {
  position: absolute;
  top: 1em;
  left: 1em;
  background: var(--color);
  padding: 0.5em;
}
.blog__desc {
  margin: 0.9rem 0;
  font-size: 1.3rem;
}

.category__title {
  margin-bottom: 0 !important;
}

.subcategories {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--grid-gap);
}
.products__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
}
.products__item {
  position: relative;
  grid-column: 4 span;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1025px) {
  .products__item {
    grid-column: 4 span;
  }
}
@media (max-width: 1024px) {
  .products__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .products__item {
    grid-column: 12 span;
  }
}
.products__item {
  box-shadow: var(--shadow-low);
}
.products__item .price {
  margin-top: 0;
  margin-left: -1.2em;
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  color: #000;
  z-index: 1;
}
.products__item .price__discont {
  position: absolute;
  top: var(--container-offset);
  right: 0;
  background-color: var(--color-attention);
  color: #fff;
  z-index: 2;
  opacity: 0.8;
}
.products__item .price span {
  padding: 0.3em 0.3em;
  background-color: #fff;
}
.products__item .price span:first-child {
  margin: 0 0.3em;
  padding: 0.3em var(--container-offset) 0.3em;
}
.products__item .price__new {
  color: #ffffff;
  background-color: var(--color-attention) !important;
}
.products__item .price__old {
  font-size: 0.8em;
  color: #bbbbbb;
  text-decoration: line-through;
  text-decoration-color: var(--color-attention);
}
.products__item .price__discont-r {
  font-size: 0.8em;
}

.product__image {
  width: 100%;
  position: relative;
}
.product__image img {
  width: 100%;
}
.product__stock {
  background-color: transparent !important;
  font-size: 0.85em;
}
.product__title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.product__caption {
  display: flex;
  flex-direction: column;
  padding: 0 1em 1em 1em;
  min-height: 5.6em;
  height: 5.6em;
  overflow: hidden;
  margin-top: -0.5em;
}

.specials__btn-all a {
  font-size: 1.3em;
}
.specials__btn-all a:hover {
  color: var(--color);
}

.arrow-3 {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.arrow-3 .arrow-3-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.arrow-3 .arrow-3-iconcircle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.arrow-3:hover .arrow-3-icon {
  transform: translate3d(5px, 0, 0);
}

.arrow-3:hover .arrow-3-iconcircle {
  stroke-dashoffset: 0;
}

#information-information .oplata-carts__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gap);
}
#information-information .oplata-carts__item {
  position: relative;
  grid-column: 4 span;
  border-radius: var(--border-radius);
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 1025px) {
  #information-information .oplata-carts__item {
    grid-column: 4 span;
  }
}
@media (max-width: 1024px) {
  #information-information .oplata-carts__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  #information-information .oplata-carts__item {
    grid-column: 12 span;
  }
}
@media (max-width: 1024px) {
  #information-information .oplata-carts__item:nth-last-child(1) {
    grid-column-end: -4;
  }
}
@media (max-width: 576px) {
  #information-information .oplata-carts__item:nth-last-child(1) {
    grid-column-end: auto;
  }
}

#information-contact .contact__tc {
  justify-content: space-around;
}
@media (max-width: 576px) {
  #information-contact .contact__tc {
    flex-direction: column;
  }
}
#information-contact .tc__3d-tour {
  align-items: center;
}

#information-sitemap ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.category-wall__layout:last-child::after {
  content: "";
  flex-grow: 1;
}
.category-wall__layout:nth-child(even) .category-wall__image {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  grid-column: -1/-6;
}
.category-wall__layout:nth-child(even) .category-wall__caption {
  grid-column: 1/8;
}
.category-wall__block {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  background: white;
  border-radius: var(--border-radius);
  margin-bottom: var(--grid-gap);
}
.category-wall__image {
  grid-column: 1/6;
  max-height: 500px;
  height: 100%;
  border: 1px solid #eee;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  overflow: hidden;
}
@media (max-width: 576px) {
  .category-wall__image {
    grid-column: 1/13 !important;
    border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
  }
}
.category-wall__image img {
  height: 100%;
  object-fit: cover;
}
.category-wall__caption {
  font-size: 0.7em;
  grid-column: -1/-8;
  padding: 1em 2em;
  /*margin-bottom: 10px;*/
}
@media (max-width: 576px) {
  .category-wall__caption {
    grid-column: 1/13 !important;
  }
}
.category-wall__caption .category-title {
  font-size: 2.5em;
  font-weight: normal;
  margin: 0 0 1em 0;
}
@media (max-width: 1024px) {
  .category-wall__caption .category-title {
    font-size: 2em;
  }
}
.category-wall__caption .category-desc {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .category-wall__caption .category-desc {
    display: none;
  }
}
.category-wall__caption a {
  font-size: 1.62em;
  margin-top: 1.62em;
}
@media (max-width: 1024px) {
  .category-wall__caption a {
    margin-top: 1em;
  }
}
@media (max-width: 576px) {
  .category-wall__caption a {
    margin-top: 0;
  }
}

.live-search {
  width: 100%;
  position: absolute;
  z-index: 1000;
  padding: 5px 0 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  box-shadow: 0 2px 2px #DDDDDD;
  left: 0;
  display: none;
}
.live-search ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.live-search ul li {
  cursor: pointer;
  padding: 5px;
  margin: 0px 5px;
  background-color: #FFF;
  min-height: 50px;
  clear: both;
}
.live-search ul li:nth-child(even) {
  background-color: #FAFAFA;
}
.live-search ul li:hover {
  background-color: #F0F7FA;
}
.live-search ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.live-search ul li .product-image {
  margin-right: 5px;
  width: 50px;
  height: auto;
}
.live-search ul li .product-image img {
  width: 50px;
}
.live-search ul li .product-name {
  font-weight: normal;
  font-size: 1rem;
}
.live-search ul li .product-name p {
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  color: var(--color-darker);
  margin: 0px;
  padding: 0px;
}
.live-search ul li .product-price {
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-left: auto;
  white-space: nowrap;
}
.live-search ul li .product-price .price {
  color: #333333;
  display: block;
}
.live-search ul li .product-price .special {
  color: var(--color-attention);
  text-decoration: line-through;
  display: block;
  margin-top: -5px;
}
.live-search ul li .product-add-cart {
  display: none;
  padding: 7px;
}
.live-search .loading {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.live-search .result-text {
  text-align: center;
  font-size: 0.8em;
  line-height: 20px;
  color: var(--color-darker);
  background-color: var(--color-lighter);
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.live-search .view-all-results {
  color: var(--color-darker);
}
.live-search .view-all-results :hover {
  color: var(--color-dark);
}

.mouse-scroll {
  background: var(--color-lighter) linear-gradient(transparent 0%, transparent 50%, var(--color) 50%, var(--color) 100%);
  position: relative;
  width: 26px;
  height: 44px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.mouse-scroll:before, .mouse-scroll:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse-scroll:before {
  width: 22px;
  height: 40px;
  background-color: var(--color-lighter);
  border-radius: 100px;
}
.mouse-scroll:after {
  background-color: var(--color);
  width: 5px;
  height: 5px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: var(--color-lighter);
  }
  29.99% {
    background-color: var(--color);
    background-position: 0% 0%;
  }
  30% {
    background-color: var(--color-lighter);
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: var(--color-lighter);
  }
  59% {
    background-color: var(--color);
    background-position: 0% 0%;
  }
  60% {
    background-color: var(--color-lighter);
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: var(--color-lighter);
  }
  90%, 100% {
    background-color: var(--color);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(2.5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(20px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(4px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(4px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(1px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(1px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: var(--color-lighter);
  }
  30% {
    color: var(--color);
  }
  51% {
    color: var(--color-lighter);
  }
  60% {
    color: var(--color);
  }
  81% {
    color: var(--color-lighter);
  }
  90% {
    color: var(--color);
  }
}

/*# sourceMappingURL=stylesheet.css.map */
