@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* Плагин стилизации Select */

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #00bcd4;
          box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* Плагин стилизации Слайдеров */

/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

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

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

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

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

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

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

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

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.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-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          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: var(--swiper-navigation-top-offset, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.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:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          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: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          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: var(--swiper-pagination-bullet-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;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          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%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-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;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.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%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-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 {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.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;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          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-prev {
  pointer-events: auto;
  visibility: visible;
}

.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;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

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

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

/* Стилизация tolkit */

.tippy-box[data-animation=scale][data-placement^=top] {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

/* Стилизация Галереи */

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;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.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;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.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;
  -webkit-transform: translateZ(0);
          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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 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;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  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, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.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;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 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 {
  -webkit-animation: a 1s linear infinite;
          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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 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, 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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  min-height:400px;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  -o-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* Переменные */

/* Миксины */

/*
  @include Layout((( 'large',
    (
      font-size: 24,
      line-height: 32,
      margin-left: 19
    )),
  ));
*/

/* Резиновая верстка (авторасчет vw) */

/*
  @include Layout-boxshadow(0, -5, 15, rgba(#000, .25), all);
*/

/* Адаптивный box-shadow */

/*
  @include adaptive(
    (
      (
        1440px,
        (
          font-size: 24px,
          line-height: 32px
        )
      ),
      (
        992px,
        (
          font-size: 24px,
          line-height: 32px
        )
      )
    )
  );
*/

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-family: avenirnextcyr;
  font-style: normal;
  color: #000;
  font-weight: 400;
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  list-style: none;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  padding-left: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}

input::placehloder,
textarea::placehloder,
button::placehloder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */

@font-face {
  font-family: ALSRubl;
  font-display: swap;
  src: url("../fonts/ALSRubl.woff2") format("woff2"), url("../fonts/ALSRubl.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"), url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: VremenaGroteskBook;
  font-display: swap;
  src: url("../fonts/VremenaGroteskBook.woff2") format("woff2"), url("../fonts/VremenaGroteskBook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: VremenaGroteskBold;
  font-display: swap;
  src: url("../fonts/VremenaGroteskBold.woff2") format("woff2"), url("../fonts/VremenaGroteskBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-heavy.woff2") format("woff2"), url("../fonts/avenirnextcyr-heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-bold.woff2") format("woff2"), url("../fonts/avenirnextcyr-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-demi.woff2") format("woff2"), url("../fonts/avenirnextcyr-demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-medium.woff2") format("woff2"), url("../fonts/avenirnextcyr-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-regular.woff2") format("woff2"), url("../fonts/avenirnextcyr-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: avenirnextcyr;
  font-display: swap;
  src: url("../fonts/avenirnextcyr-light.woff2") format("woff2"), url("../fonts/avenirnextcyr-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Типографика */

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 0.9375vw;
}

h1,
.main-title {
  font-weight: 700;
}

h2 {
  font-weight: 400;
}

ul {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
a span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

p,
b,
strong,
span {
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
}

.text,
.text p {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

a:hover {
  color: #e7342b;
}

h1 {
  color: #000;
  font-size: 1.6666666667vw;
  line-height: 2.1875vw;
  font-weight: 600;
}

h2 {
  color: #000;
  font-size: 1.9270833333vw;
  line-height: 2.1875vw;
  font-weight: 500;
}

h2 span {
  display: block;
  color: inherit;
  font-size: 2.5vw;
  line-height: 2.7083333333vw;
  font-weight: 700;
}

h3 {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

h4 {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 700;
}

li {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

ol {
  margin: 0;
}

.text ul {
  list-style: circle;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text p,
.text a {
  margin-bottom: 0.78125vw;
}

.text ul {
  list-style: circle;
}

.text ol,
.text ul {
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
}

.text ol li:not(:last-child),
.text ul li:not(:last-child) {
  margin-bottom: 0.4166666667vw;
}

.text ol {
  padding-left: 1.0416666667vw;
}

.text ul {
  padding-left: 1.25vw;
}

.text a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ae7f19;
  cursor: pointer;
}

.text a:hover {
  color: #000;
}

.text p span,
.text p b,
.text p i {
  font-size: inherit;
  line-height: inherit;
}

.text p i {
  font-style: italic;
}

.typography h1 {
  color: #000;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  font-weight: 800;
}

.typography h2 {
  color: #000;
  font-size: 1.6666666667vw;
  line-height: 2.5vw;
  font-weight: 700;
}

.typography h3 {
  color: #000;
  font-size: 1.4583333333vw;
  line-height: 1.7708333333vw;
  font-weight: 600;
}

.typography h4 {
  color: #000;
  font-size: 1.1458333333vw;
  line-height: 1.4583333333vw;
  font-weight: 500;
}

.typography h5 {
  color: #000;
  font-size: 1.0416666667vw;
  line-height: 1.4583333333vw;
  font-weight: 500;
}

.typography p {
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.typography p span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.typography p strong {
  color: #000;
  font-weight: 700;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.typography span {
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.typography strong {
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 700;
}

.typography a {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.typography li {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.typography ul {
  list-style: circle;
  padding-left: 1.0416666667vw;
}

.typography ol {
  padding-left: 1.0416666667vw;
}

/* Анимации */

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes modalOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  5% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  5% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

/* Компоненты */

/* Иконки */

/* Кнопки */

/* Select castom */

.choices {
  width: 7.65625vw;
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 0.5208333333vw;
}

.choices__inner {
  border: none;
  border-radius: 0;
  padding-top: 1.1458333333vw;
  padding-bottom: 1.1458333333vw;
  padding-left: 1.3020833333vw;
  padding-right: 1.3020833333vw;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 1.1458333333vw;
}

.choices[data-type*=select-one]::after {
  content: "";
  width: 0.8333333333vw;
  height: 0.46875vw;
  top: 1.8229166667vw;
  margin-top: -0.1041666667vw;
  right: 0.5729166667vw;
  background-image: url("../img/icons/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-style: none;
  border-color: #333 transparent transparent;
  border-width: 0;
  position: absolute;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.3645833333vw;
  top: 2.0833333333vw;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 15.625vw;
}

.nav__item--active .choices__inner {
  background-color: #2E2E2E;
}

.nav__item--active .choices__item {
  color: #fff;
  opacity: 1;
}

.nav__item--active .choices__item:hover {
  background-color: #000 !important;
}

.nav__item--active .choices__item:first-child:hover {
  background-color: #2E2E2E !important;
}

.nav__item--active .choices__item:not(:hover) {
  background-color: #2E2E2E !important;
}

.nav__item--active .choices__list {
  background-color: #2E2E2E;
}

.choices__item {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9375vw;
}

.choices__item:hover,
.choices__item--active {
  background-color: #2E2E2E;
}

/* Настройка мелких компонентов */

@-webkit-keyframes flareAnimation {
  0% {
    left: -150%;
  }

  30% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }

  30% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

.link a {
  color: #d33434;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 400;
}

.link a:before {
  content: "";
  position: absolute;
  bottom: -0.1vw;
  height: 0.06vw;
  width: 100%;
  background-color: #d33434;
}

.link a:hover {
  color: #d33434;
  opacity: 0.8;
}

.btn {
  position: relative;
  overflow: hidden;
  background-color: #e7342b;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid transparent;
  border-width: 0.15625vw;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  border-radius: 0.2604166667vw;
  padding-top: 0.78125vw;
  padding-right: 0.8333333333vw;
  padding-bottom: 0.625vw;
  padding-left: 0.8333333333vw;
}

.btn:hover {
  opacity: 1;
  background-color: #890e08;
}

.img {
  max-width: 100%;
  height: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: unset;
  padding-right: 9.8958333333vw;
  padding-left: 9.8958333333vw;
}

.scroll-button {
  z-index: 999;
  position: fixed;
  border-radius: 50%;
  background-color: #2E2E2E;
  color: #fff;
  border: none;
  display: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: 3px solid #fff;
  bottom: 1.3020833333vw;
  right: 1.3020833333vw;
  width: 3.125vw;
  height: 3.125vw;
  font-size: 2.0833333333vw;
  border-width: 0.15625vw;
}

.scroll-button:hover {
  background-color: #000;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.8;
}

.scroll-opacity {
  opacity: 0;
  /* Устанавливаем начальную непрозрачность 0 */
  -webkit-transition: opacity 0.9s ease;
  -o-transition: opacity 0.9s ease;
  transition: opacity 0.9s ease;
  /* Добавляем плавный переход для свойства opacity */
}

.scroll-opacity--active {
  opacity: 1;
}

.footer:not(.footer-scroll-opacity ~ .footer) {
  opacity: 1 !important;
}

.tippy-box[data-theme~=custom] {
  background-color: #f7f7f7;
}

.no-scroll {
  position: fixed;
  width: 100%;
}

.h1-seo-title {
  opacity: 0;
  position: absolute;
  left: -100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.nav__item--form ul:after {
  content: "";
  display: table;
  clear: both;
}

.nav__item--form a,
.nav__item--form li {
  display: block;
}

.topmenu > li {
  float: left;
  position: relative;
  border-left: 1px solid black;
  border-width: 0.0520833333vw;
}

.topmenu > li:first-child {
  border-left: 0;
}

.topmenu > li {
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.topmenu > li a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.topmenu > li > button.active,
.topmenu > li > a.active {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.submenu li:hover {
  background-color: #e0e0e0;
}

.topmenu .fa,
.submenu .fa {
  color: inherit;
  margin-left: 0.2604166667vw;
}

.submenu {
  position: absolute;
  z-index: 5;
  background: white;
  border-top: 1px solid #CBCBCC;
  border-left: 1px solid #CBCBCC;
  border-right: 1px solid #CBCBCC;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  min-width: 10.4166666667vw;
  border-width: 0.0520833333vw;
}

.submenu li {
  color: #282828;
  border-bottom: 1px solid #CBCBCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0.0520833333vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
  font-size: 0.7291666667vw;
}

.submenu li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.topmenu--active > li > .submenu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.submenu-item--active .submenu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

/* Блоки */

/* Шапка сайта */

.header {
  z-index: 1001;
  width: 100%;
  background-color: #1c2f5b;
  position: fixed;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
  top: 2.0833333333vw;
}

.header__mobile {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  display: none;
}

.header.shrink {
  top: 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5625vw;
  height: 5.1041666667vw;
}

.header__logo {
  width: 8.3541666667vw;
}

.header__btn {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  width: 8.2291666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4166666667vw;
}

.header__btn i {
  width: 2vw;
}

.header__btn:hover {
  color: #fff;
}

.header__search {
  border-radius: 0.2vw;
  background-color: #FFF;
  font-size: 0.9895833333vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
  position: relative;
}

.header__search input {
  padding-top: 0.8333333333vw;
  padding-bottom: 0.8333333333vw;
  padding-left: 0.9375vw;
  padding-right: 2.6041666667vw;
  width: 30.1041666667vw;
}

.header__search button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url("../img/icons/search.png");
  width: 2.6041666667vw;
}

.header__search button:hover {
  opacity: 0.7;
}

.header__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125vw;
}

.header__tell:hover p {
  opacity: 0.7;
}

.header__tell img {
  width: 1.875vw;
  height: 2.3958333333vw;
}

.header__tell--mobile {
  display: none;
}

.header__contact {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125vw;
}

.header__contact p {
  color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4583333333vw;
  line-height: 1.7708333333vw;
  font-weight: 600;
}

.header__contact span {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 0.625vw;
  line-height: 0.9375vw;
  font-weight: 400;
}

.header__basket {
  position: relative;
  width: 2.3958333333vw;
  height: 1.875vw;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__basket span {
  position: absolute;
  color: #FFF;
  background-color: #F53131;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -0.625vw;
  right: -0.5208333333vw;
  min-width: 1.4583333333vw;
  min-height: 1.4583333333vw;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
  padding-top: 0.15625vw;
  padding-bottom: 0.15625vw;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 600;
}

.header__basket:before {
  display: none;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 120%;
  left: -10%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  bottom: -0.625vw;
  height: 0.15625vw;
}

.header__basket:hover {
  opacity: 0.7;
}

.header__basket:hover:before {
  background-color: #FFEF00;
}

.header__profile {
 /* width: 1.4583333333vw;
  height: 2.0833333333vw;*/
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__profile:before {
  display: none;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 150%;
  left: -20%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  bottom: -0.625vw;
  height: 0.15625vw;
}

.header__profile:hover {
  opacity: 0.7;
}

.header__profile:hover:before {
  background-color: #FFEF00;
}

.button-menu {
  display: none;
  background-image: url("../img/icons/menu.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: inherit;
  cursor: pointer;
  height: 100%;
}

.button-menu:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal {
  z-index: 1001;
  background-color: #3E3E3E;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal ul {
  list-style: none;
  padding-left: 0;
  padding-left: 0vw;
}

.modal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
}

.modal-menu .modal__container {
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-menu .header__search input {
  display: block;
}

.modal-menu .header__search button {
  position: absolute;
  height: 100%;
}

.modal-menu .header__tell {
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
}

.modal-menu .header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-menu .header__adress p {
  color: #FFF;
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.modal-menu .modal__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5vw;
}

.modal-menu .header__basket img {
  width: 100%;
  height: auto;
}

.modal-menu .header__basket span {
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 600;
}

.modal-menu .header__profile img {
  width: 100%;
  height: auto;
}

.modal-menu--active {
  overflow-y: auto;
}

.modal-menu .button-menu {
  position: absolute;
  background-image: url("../img/icons/menu-close.svg");
}

.modal-menu .navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0;
}

.modal-menu .navigation__container a {
  color: #FFF;
  width: 60%;
  margin: 0 auto;
  display: block;
  padding: 2vw;
}

.navigation__container {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 1.0416666667vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.625vw;
}

.navigation__container a {
  font-size: 0.625vw;
  line-height: 0.9375vw;
  font-weight: 400;
}

/* Подвал сайта */

.footer {
  background-color: #3E3E3E;
  padding-top: 1.5625vw;
  padding-bottom: 1.3020833333vw;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.3854166667vw;
}

.footer__logo {
  max-width: 17.96875vw;
}

.footer__logo .logo {
  margin-bottom: 1.5625vw;
}

.footer__logo p {
  color: #FFF;
  position: relative;
  font-size: 0.9895833333vw;
  line-height: 1.1458333333vw;
  font-weight: 300;
}

.footer__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7291666667vw;
}

.footer__author:hover {
  opacity: 0.9;
}

.footer__arrow {
  width: 2.0833333333vw;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 17.96875vw;
}

.footer__list a {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  color: #FFF;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__list a:hover {
  color: #eae6b2;
}
.footer-list
{
 margin-right:20px;
	}

.footer__list a:not(:last-child) {
  margin-bottom: 0.5208333333vw;
}

.footer__list h3 {
  color: #fff;
  text-transform:uppercase;
  font-size: 1.1375vw;
  line-height: 1.1458333333vw;
  font-weight: 600;
  margin-bottom: 1.1458333333vw;
}

.footer__info {
  color: #a3a3a3;
  max-width: 31.7708333333vw;
}

.footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5625vw;
}

.footer__left {
  width: 20%;
}

.footer__left a {
  text-decoration: underline;
  color: #ffee00;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__left a:hover {
  color: #eae6b2;
}

.footer__left a:not(:last-child) {
  margin-bottom: 0.5208333333vw;
}

.footer__right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__right p {
  color: #FFF;
  margin-bottom: 0.625vw;
}

.footer__tell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25vw;
}

.footer__tell a:not(.btn) {
  color: #FFF;
  font-size: 1.3020833333vw;
  line-height: 1.5625vw;
  font-weight: 600;
}

.footer__tell .btn {
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  font-weight: 600;
  font-family: OpenSans;
  border-radius: 0.1vw;
  padding-top: 0.3125vw;
  padding-right: 0.8333333333vw;
  padding-bottom: 0.3125vw;
  padding-left: 0.8333333333vw;
}

.footer__tell .btn:hover {
  color: #000;
}

.footer__bottom span {
  display: block;
  color: #a3a3a3;
  font-size: 0.5729166667vw;
  line-height: 0.78125vw;
  font-weight: 400;
  margin-bottom: 1.5625vw;
}

.footer__bottom p {
  text-align: right;
  color: #FFF;
}

.footer__bottom p a {
  color: #db645e;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__bottom p a:hover {
  color: #eae6b2;
}

.logo {
  width: 7.2916666667vw;
}

/* Страницы */

/* Страница: Главная */

body {
  background-color: #DCDCDC;
}

.main {
  padding-top: 1.5625vw;
  padding-bottom: 3.125vw;
}

.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  position: relative;
}

.main .sidebar {
  width: 24%;
  position: sticky;
  top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-y: auto;
  background-color: #FFF;
  border-radius: 0.5vw;
  top: 6.25vw;
}

.main .sidebar--open {
  border-radius: 0.5vw 0 0 0.5vw;
  width: 24%;
}

.main .sidebar--open + .sidebar__modal {
  opacity: 1;
  display: block;
}

.main .sidebar__container {
  position: relative;
  background-color: #fff;
  max-height: calc(100vh - 10vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFF;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}

.main .sidebar__item {
  display: block;
  padding-right: 2vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 0px solid #EFEFEF;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  font-weight: 400;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 0.5208333333vw;
  border-width: 0.0520833333vw;
}

.main .sidebar__item--active {
  background-color: #FFF9B9;
  color: #d33434;
}

.main .sidebar__item--now {
  background-color: #FFF9B9;
  color: #d33434;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  font-weight: 600;
}

.main .sidebar__item:hover {
  background-color: #FFF9B9;
  color: #d33434;
}

.main .sidebar__item[data-target] {
  position: relative;
}

.main .sidebar__item[data-target]::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icons/sidebar-arrow.png");
  position: absolute;
  height: 100%;
  top: 0;
  right: 0.5208333333vw;
  width: 0.8333333333vw;
}

.main .sidebar__item i {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  border-radius: 50%;
  padding: 0 0.4vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/icons/claksa.png");
}

.main .sidebar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100%;
}

.main .sidebar__menu h2 {
  font-weight: 600;
  margin-bottom: 1.0416666667vw;
}

.main .sidebar__menu h3 {
  font-size: 1.1458333333vw;
  line-height: 1.4583333333vw;
  font-weight: 600;
  margin-bottom: 0.625vw;
}

.main .sidebar__menu h4 {
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  font-weight: 600;
  margin-bottom: 0.4166666667vw;
}

.main .sidebar__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .sidebar__menu ul li:not(:last-child) {
  margin-bottom: 0.4166666667vw;
}

.main .sidebar__menu li {
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  font-weight: 500;
  padding-left: 1.0416666667vw;
}

.main .sidebar__menu li a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.main .sidebar__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6041666667vw;
}

.main .sidebar__modal {
  pointer-events: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 62%;
  height: 100%;
  z-index: 1000;
  background-color: #FFF;
  display: none;
  border-radius: 0 0.5vw 0.5vw 0;
  padding-left: 1.5625vw;
  padding-right: 1.0416666667vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}

.main .main__content {
  width: 74%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar + .sidebar__modal {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  pointer-events: none;
}

.sidebar--open + .sidebar__modal {
  opacity: 1;
  pointer-events: all;
}

.main-bunner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625vw;
  margin-bottom: 2.34375vw;
}

.main-bunner__swiper .swiper-button-prev,
.main-bunner__swiper .swiper-button-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #FFF;
  border-radius: 50%;
  top: 38%;
  height: 34%;
  width: 4.1666666667vw;
  left: -2.0833333333vw;
}

.main-bunner__swiper .swiper-button-prev::after,
.main-bunner__swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='168' height='183' viewBox='0 0 168 183' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55 6L158.513 88.047C161.052 90.0598 161.036 93.9192 158.479 95.9102L55 176.5' stroke='black' stroke-width='15'/%3E%3Crect y='87' width='110' height='15' rx='7.5' fill='black'/%3E%3C/svg%3E%0A");
  width: 1.25vw;
  height: 1.71875vw;
  left: 0.625vw;
}

.main-bunner__swiper .swiper-button-prev:hover,
.main-bunner__swiper .swiper-button-next:hover {
  opacity: 1;
}

.main-bunner__swiper .swiper-button-prev:hover::after,
.main-bunner__swiper .swiper-button-next:hover::after {
  opacity: 0.7;
}

.main-bunner__swiper .swiper-button-next {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  left: auto !important;
  right: -2.0833333333vw;
}

.main-bunner__swiper .swiper-button-disabled {
  opacity: 1;
}

.main-bunner__swiper .swiper-button-disabled::after {
  opacity: 0.5;
}

.main-bunner__picture {
  border-radius: 0.5vw;
  overflow: hidden;
}

.main-bunner__picture img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main-bunner__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375vw;
}

.main-bunner__item {
  position: relative;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: hidden;
  width: 100%;
  height: 14.0625vw;
  border-radius: 0.5208333333vw;
  padding: 0.2604166667vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.main-bunner__item:hover {
  -webkit-transform: translateY(-5%);
      -ms-transform: translateY(-5%);
          transform: translateY(-5%);
}

.main-bunner__polygon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background-color: #1c2f5b;
  background-image: url("../img/gallery/texture.png");
  background-size: contain;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1.3020833333vw;
}

.main-bunner__polygon h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 95%;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 600;
}

.main-bunner__photo {
  width: 100%;
}

.tovars {
  margin-bottom: 3.125vw;
}

.tovars h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.6666666667vw;
}

.tovars__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.9375vw;
}

.tovars__item {
  background-color: #FFF;
  border-radius: 0.1041666667vw;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.7291666667vw;
  padding-left: 0.9375vw;
  padding-right: 0.9375vw;
}

.tovars__btn {
  color: #d33434;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 400;
  margin-top: 2.6041666667vw;
}

.tovars__btn:before {
  content: "";
  position: absolute;
  bottom: -0.1vw;
  height: 0.06vw;
  width: 100%;
  background-color: #d33434;
}

.tovars__btn:hover {
  color: #d33434;
  opacity: 0.8;
}

.tovar-card {
  overflow: hidden;
  position: relative;
      border: 1px #ccc solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5208333333vw;
}

.tovar-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5208333333vw;
}

.tovar-card__star {
  z-index: 100;
  position: absolute;
  top: 0.3vw;
  right: 0.3vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icons/star.webp");
  width: 1.0416666667vw;
  height: 1.0416666667vw;
}
.tovar-card__star.active {
  background-image: url("../img/icons/star_active.webp");
}

.tovar-card__discount {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  background-color: #F53131;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 700;
  padding-top: 0.625vw;
  width: 3.6458333333vw;
  height: 3.6458333333vw;
  top: -0.9375vw;
  left: -0.5208333333vw;
}

.tovar-card__photo {
  width: 100%;
  max-width: 45%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tovar-card__photo:hover {
  opacity: 0.9;
}

.tovar-card__info {
  width: 100%;
  max-width: 55%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tovar-card__info h3 {
  font-size: 0.9375vw;
  line-height: 1.0416666667vw;
  font-weight: 500;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.7291666667vw;
}

.tovar-card__info:hover {
  opacity: 0.9;
}

.tovar-card__info a {
  max-width: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.tovar-card__info p {
  color: #8f8d8d;
  font-size: 0.625vw;
  line-height: 0.8333333333vw;
  font-weight: 400;
}

.tovar-card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 2.8645833333vw;
}

.tovar-card__price p {
  text-align: center;
  max-width: 0 auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 60%;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  font-weight: 800;
}

.tovar-card__price p i {
  font-family: ALSRubl;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.tovar-card .btn {
  color: #fff;
  background-image: url("../img/icons/buy.webp");
  background-repeat: no-repeat;
  background-size: 13% auto;
  background-position: left 10% center;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  position: absolute;
  padding-left: 2.2916666667vw;
  right: 0.9375vw;
  bottom: 0.7291666667vw;
}

.tovar-card__price--sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  gap: 0.4166666667vw;
}

.tovar-card__price--sale p {
  color: #C93C4A;
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.tovar-card__price--sale span {
  text-decoration: line-through;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
}

.about-us__container {
  position: relative;
  background-size: cover;
  background-position: right;
  overflow: hidden;
}

.about-us__mobile {
  display: none;
}

.about-us__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 88%;
  background-color: #FFF;
  width: 80%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 80% 0%, 68% 100%, 0% 100%);
          clip-path: polygon(0 0, 80% 0%, 68% 100%, 0% 100%);
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.about-us__info {
  position: relative;
  width: 59%;
  padding-top: 2.6041666667vw;
  padding-left: 2.6041666667vw;
  margin-bottom: 3.125vw;
}

.about-us__info h2 {
  text-transform: uppercase;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  font-weight: 500;
  margin-bottom: 0.7291666667vw;
}

.about-us__info p {
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 300;
}

.about-us__info p:not(:last-child) {
  margin-bottom: 1.5625vw;
}

.about-us__info p:last-child {
  width: 90%;
}

.about-us__brands {
  position: relative;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.78125vw;
     -moz-column-gap: 0.78125vw;
          column-gap: 0.78125vw;
  row-gap: 0.625vw;
  padding-left: 2.6041666667vw;
  padding-bottom: 1.9270833333vw;
}

.about-us__brand {
  max-width: 30%;
  width: 100%;
}

.about-us__more {
  width: 100%;
}

.about-us__more a {
  color: #d33434;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 400;
}

.about-us__more a:before {
  content: "";
  position: absolute;
  bottom: -0.1vw;
  height: 0.06vw;
  width: 100%;
  background-color: #d33434;
}

.about-us__more a:hover {
  color: #d33434;
  opacity: 0.8;
}

.menu-category {
  display: none;
}

.menu-category h2 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.menu-category__container {
  background-color: #FFF;
  border-radius: 0.5vw;
  padding: 2vw 2vw;
}

.menu-category__details {
  border-bottom: 0px solid #EFEFEF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-category__details:not(:last-child) i {
  font-weight: inherit;
  font-size: 75%;
  color: inherit;
  line-height: inherit;
  border-radius: 50%;
  padding: 0 0.4vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/icons/claksa.png");
}

.menu-category__details[open] {
  border-radius: 0.3vw;
}

.menu-category__details[open] > summary {
  color: #cd941c;
}

.menu-category__details[open] > summary::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-category__summary {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.menu-category__summary::marker {
  content: "";
}

.menu-category__summary::before {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icons/sidebar-arrow.png");
  top: 0;
}

.menu-category__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Страница: item */

.item-page .tovars {
  margin-bottom: 0;
}

.form-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0px solid #000;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  border-width: 0.0520833333vw;
  height: 1.875vw;
  min-width: 5.625vw;
}

.form-count__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: OpenSans;
  font-size: 1.5625vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
  height: 100%;
  min-width: 1.875vw;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.form-count__btn:hover {
  color: #000;
  background-color: #fffaae;
}

.form-count__input {
  text-align: center;
  border: 0px solid #DADADA;
  border-top: none;
  border-bottom: none;
  font-size: 1.0416666667vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: block;
  height: 100%;
  width: 100%;
  border-width: 0.0520833333vw;
  min-width: 1.875vw;
}

.breadcrumb {
  padding-top: 0vw;
  padding-bottom: 0.5208333333vw;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__list li {
  color: #c61c00;
  position: relative;
  display: block;
  padding-right: 0.5729166667vw;
}

.breadcrumb__list li:not(:first-child) {
  text-indent: 0.5729166667vw;
}

.breadcrumb__list li:not(:first-child):before {
  content: "/";
  color: #0c5a81;
  position: absolute;
  font-size: 0.5729166667vw;
  line-height: 0.78125vw;
  font-weight: 400;
  left: -0.6770833333vw;
  top: 0vw;
}

.breadcrumb__list li:last-child {
  color: #000;
}

.breadcrumb__list a {
  display: inherit;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
  font-size: 0.5729166667vw;
  line-height: 0.78125vw;
  font-weight: 400;
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5208333333vw;
  margin-bottom: 4.1666666667vw;
}

.product__swipers {
  max-width: 44%;
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
  gap: 0.5208333333vw;
}

.product__swiper--main {
  max-width: 100%;
}

.product__swiper--main .swiper-slide {
  cursor: pointer;
}

.product__swiper--main .swiper-slide .product__photo {
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 2.6041666667vw;
  padding-right: 2.6041666667vw;
}

.product__photo {
  background-color: #FFF;
  width: 100%;
  /*height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.2604166667vw;
  padding-bottom: 1.2604166667vw;
  padding-left: 0.2604166667vw;
  padding-right: 0.2604166667vw;
}

.product__swiper--pagination {
  max-width: 100%;
}

.product__swiper--pagination .swiper-slide {
  cursor: pointer;
}

.product__swiper--pagination .swiper-slide img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__information {
  position: relative;
  max-width: 55%;
  background-color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 1.8229166667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.875vw;
  padding-right: 1.7708333333vw;
}

.product__information h1 {
  font-family: OpenSans;
}

.product__id {
  font-size: 0.7291666667vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  font-family: OpenSans;
  position: absolute;
  top: 0.78125vw;
  right: 0.5208333333vw;
}

.product__buy {
  margin-bottom: 1.5625vw;
}

.product__buy h1 {
  margin-bottom: 0.9375vw;
}

.product__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.9375vw;
}

.product__form .btn {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #e7342b;
  background-image: url("../img/icons/basket.webp");
  background-repeat: no-repeat;
  background-size: 16% auto;
  background-position: left 8% center;
  font-size: 1.3541666667vw;
  line-height: 1.6666666667vw;
  font-weight: 400;
  padding-left: 3.3854166667vw;
  padding-right: 0.4166666667vw;
}

.product__form .btn:hover {
  background-color: #890e08;
  color: #fff;
}

.product__form .btn:hover {
  opacity: 1;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__price span {
  color: #7f7f7f;
  text-decoration: line-through;
  font-family: OpenSans;
  font-size: 1.4583333333vw;
  line-height: 1.6666666667vw;
  font-weight: 600;
}

.product__price span i {
  font-family: ALSRubl;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.product__price p {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: OpenSans;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  font-weight: 700;
}

.product__price p i {
  font-family: ALSRubl;
  color: inherit;
  font-size: 1.3020833333vw;
  line-height: 2.34375vw;
  font-weight: 600;
}

.product__price b {
  color: #d33434;
  font-family: OpenSans;
  font-size: 0.9895833333vw;
  line-height: 1.3020833333vw;
  font-weight: 400;
  padding-left: 1.3541666667vw;
  position: relative;
}

.product__price b:before {
  content: "";
  position: absolute;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
  background-image: url("../img/icons/claksa-item.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: -0.15625vw;
  bottom: -0.0520833333vw;
  height: 1.3541666667vw;
  width: 1.3020833333vw;
}

.product h3 {
  color: #515151;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 600;
  font-family: OpenSans;
}

.product__specifications {
  margin-bottom: 1.8229166667vw;
}

.product__specifications h3 {
  margin-bottom: 0.5208333333vw;
}

.product__meaning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__meaning:not(:last-child) {
  margin-bottom: 0.5729166667vw;
}

.product__meaning p {
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
  font-weight: 400;
  font-family: OpenSans;
  max-width: 72%;
}

.product__meaning span {
  font-family: OpenSans;
  color: #D90C00;
  text-align: right;
  font-size: 0.8333333333vw;
  line-height: 0.8333333333vw;
  font-weight: 400;
}

.product__meaning span a {
  text-decoration: underline;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.product__meaning + h3 {
  margin-top: 0.78125vw;
}

.product__line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #D90C00;
  height: 0.0520833333vw;
  margin-left: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}

.product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.0416666667vw;
}

.product__description p {
  font-size: 0.8333333333vw;
  line-height: 1.09375vw;
  font-weight: 300;
  font-family: OpenSans;
  color: #515151;
}

.product__description ul li {
  color: #515151;
  font-family: OpenSans;
  font-size: 0.8333333333vw;
  line-height: 1.09375vw;
  font-weight: 300;
  text-indent: 1.25vw;
  position: relative;
}

.product__description ul li::before {
  position: absolute;
  content: "•";
  display: inline-block;
  list-style-type: disc;
  font-size: 0.4166666667vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  left: -1.1458333333vw;
  top: 0.1041666667vw;
}

.product__description a {
  font-family: OpenSans;
  display: inline-block;
  color: #d33434;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

.product__description a:before {
  content: "";
  position: absolute;
  bottom: 0.1vw;
  height: 0.06vw;
  width: 100%;
  background-color: #d33434;
}

.product__description a:hover {
  color: #d33434;
  opacity: 0.8;
}

/* Страница: list */

.list-page {
  padding-bottom: 2.0833333333vw;
}

.list-page .main__container .sidebar {
  position: static;
  background-color: transparent;
}

.list-page .main__container .filter-list {
  margin-top: 1.5625vw;
  background-color: #fff;
}

.list-page .tovars {
  margin-bottom: 2.6041666667vw;
}

.list-page .tovars__btn {
  margin-top: 2.0833333333vw;
}

.filter-list {
  padding-bottom: 0.9375vw;
}

.filter-list__open-btn {
  display: none;
  position: fixed;
  z-index: 1001;
  left: -3vw;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  bottom: calc(50vh - 11.5vw - 15vw);
}

.filter-list__open-btn::before {
  content: "";
  z-index: 1001;
  position: absolute;
  top: calc(50% - 5vw);
  right: -5vw;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  background-color: #E9D200;
  color: #000;
  background-image: url("../img/icons/arrow.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.filter-list__open-btn a {
  border-radius: 1vw;
  text-align: center;
  background-color: #E9D200;
  height: 30vw;
  width: 15vw;
  position: relative;
  color: #000;
}

.filter-list__open-btn span {
  position: absolute;
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 15vw;
  width: 30vw;
  bottom: 7.5vw;
  right: -12vw;
}

.filter-list__open-btn--active {
  left: calc(100% - 15vw);
}

.filter-list__open-btn--active::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  left: -5vw;
  right: auto;
}

.filter-list__form h3 {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 600;
  font-family: OpenSans;
  margin-bottom: 0.625vw;
}

.filter-list__block {
  padding-top: 0.9375vw;
  padding-bottom: 0.9375vw;
  padding-left: 0.6770833333vw;
  padding-right: 0.6770833333vw;
}

.filter-list__block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5208333333vw;
}

.filter-list__block div label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5208333333vw;
}

.filter-list__block div input {
  text-align: right;
  border-radius: 0.4vw;
  max-width: 4.4791666667vw;
  padding-left: 0.5729166667vw;
  padding-right: 0.5729166667vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}

.filter-list__block--hide {
  display: none;
}

.filter-list__block:not(:first-child) {
  border-top: 1px solid #E6E6E6;
  border-width: 0.0520833333vw;
}

.filter-list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  font-weight: 600;
  font-family: OpenSans;
}

.filter-list label input {
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 600;
  font-family: OpenSans;
  border: 0px solid #EFEFEF;
  border-width: 0.0520833333vw;
}

.filter-list label i {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  font-family: ALSRubl;
}

.filter-list__checkbox {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  padding-left: 1.4583333333vw;
  gap: 0.4166666667vw;
}

.filter-list__checkbox::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #7A6969;
  border-radius: 0.2vw;
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border-width: 0.1041666667vw;
}

.filter-list__checkbox input[type=checkbox] {
  display: none;
}

.filter-list .checkbox-checked::after {
  content: "";
  position: absolute;
  background-color: #E9D200;
  width: 0.5208333333vw;
  height: 0.5208333333vw;
  left: 0.2604166667vw;
}

.filter-list__checkbox:not(:last-child) {
  margin-bottom: 0.3645833333vw;
}

.filter-list__checkbox p {
  font-size: 0.5729166667vw;
  line-height: 0.7291666667vw;
  font-weight: 600;
  font-family: OpenSans;
}

.filter-list__checkbox b {
  color: #C93C4A;
  font-size: 0.5729166667vw;
  line-height: 0.7291666667vw;
  font-weight: 600;
  font-family: OpenSans;
}

.filter-list__more {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-bottom: 1px dotted #000;
  border-width: 0.0520833333vw;
  margin-left: 2.0833333333vw;
  margin-bottom: 0.8333333333vw;
  margin-top: -0.46875vw;
}

.filter-list__more:hover {
  color: #000;
  opacity: 0.8;
}

.filter-list .btn {
  display: block;
  margin: 0 auto;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  font-family: OpenSans;
}

.filter-list .btn:hover {
  color: #000;
}

.category-tabs h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.9270833333vw;
  line-height: 2.2395833333vw;
  font-weight: 600;
  margin-bottom: 2.1875vw;
}

.category-tabs__container {
  background-color:#fff;
  border:2px #C93C4A solid;
  padding:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.3020833333vw;
     -moz-column-gap: 1.3020833333vw;
          column-gap: 1.3020833333vw;
  margin-bottom: 1.0416666667vw;
}

.category-tabs__container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* max-width: 33%; */
}

.category-tabs__container details {
  cursor: pointer;
  border-bottom: 0px solid #EFEFEF;
  border-width: 0.0520833333vw;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category-tabs__container details > .category-tabs__item {
  margin-left: 1.0416666667vw;
}

.category-tabs__container details i {
  font-weight: inherit;
  font-size: 75%;
  color: inherit;
  line-height: inherit;
  border-radius: 50%;
  padding: 0 0.4vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: red;
  background-image: url("../img/icons/claksa.webp");
}

.category-tabs__container details[open] {
  border-color: transparent;
}

.category-tabs__container details[open] > summary {
  padding-right: 1.3020833333vw;
}

.category-tabs__container details[open] > summary::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.category-tabs__container details:hover {
  background-color: #fcf9db;
}

.category-tabs__container details[open]:hover {
  background-color: rgba(228, 228, 228, 0.867);
}

.category-tabs__container details[open] summary {
  padding-bottom: 0.3125vw;
}

.category-tabs__container summary {
  position: relative;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.5208333333vw;
  padding-right: 2.6041666667vw;
  border-width: 0.0520833333vw;
}

.category-tabs__container summary::marker {
  content: "";
}

.category-tabs__container summary::before {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/icons/tabs.webp");
  top: 0;
  right: 0;
  height: 100%;
  width: 1.40625vw;
  right: 0.5208333333vw;
}

.category-tabs__container .category-tabs__item {
  cursor: pointer;
  border-bottom:0px;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.5208333333vw;
  padding-right: 1.8229166667vw;
  border-width: 0.0520833333vw;
}
.category-tabs__container .category-tabs__item:before {
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #C93C4A;
    content: "\27A4";
    transition-duration: 0.5s;
}

.category-tabs__container .category-tabs__item:hover {
  background-color: #fcf9db;
}

.category-tabs__item {
  display: block;
font-size: 0.9375vw;
    line-height: 1.1458333333vw;
  font-weight: 400;


}

.category-tabs__item a {
font-size: 0.9375vw;
    line-height: 1.1458333333vw;
  font-weight: 400;
  color: #000;
 width:80%;
  /*height: 100%;*/
}

.category-tabs a:not(.tovars__btn):hover {
  color: #e7342b;
}

.category-tabs__container .tovars__wrapper--active {
  background-color: #fcf9db;
}

.category-tabs__list .tovars__wrapper {
  display: none;
}

.category-tabs__list .tovars__wrapper--active {
  display: -ms-grid;
  display: grid;
}

.custom-select {
  z-index: 101;
  position: relative;
  margin: 0 0 0 auto;
  width: 15.4166666667vw;
  margin-bottom: 1.4583333333vw;
}

.custom-select__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.2vw;
  border-width: 0.0520833333vw;
  right: -0.0520833333vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.7291666667vw;
  padding-right: 1.5625vw;
}

.custom-select__header:before {
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/icons/select.png");
  width: 0.7291666667vw;
  height: 0.625vw;
  right: 0.7291666667vw;
}

.custom-select__option-text {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.custom-select__options-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  border-width: 0.0520833333vw;
  right: -0.0520833333vw;
}

.custom-select__options-list li {
  width: 100%;
  cursor: pointer;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.7291666667vw;
  padding-right: 0.5208333333vw;
}

.custom-select__options-list li:hover {
  background-color: #f0f0f0;
}

.custom-select.open .custom-select__header {
  border-radius: 0.2vw 0.2vw 0 0;
}

.custom-select.open .custom-select__header:before {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.custom-select.open .custom-select__options-list {
  display: block;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pagination__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}

.pagination__desc h4 {
  font-family: VremenaGroteskBold;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.pagination__desc p {
  font-family: "Arial";
  color: #8a8a8a;
  font-size: 0.5729166667vw;
  line-height: 0.78125vw;
  font-weight: 400;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1041666667vw;
}

.pagination__item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.4vw;
  text-align: center;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
  font-family: "Arial";
  padding-top: 0.7291666667vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  min-width: 2.0833333333vw;
  position: relative;
}

.pagination__item:before {
  content: "";
  width: 60%;
  height: 10%;
  left: 20%;
  position: absolute;
  border-bottom: 1px dashed #000;
  border-width: 0.1041666667vw;
  bottom: 0.4166666667vw;
}

.pagination__item:hover {
  background-color: #f3f3f3;
}

.pagination__item--active {
  background-color: #fff;
}

.pagination__item--active:hover {
  background-color: #fff;
}

.pagination__item--active:before {
  display: none;
}

.pagination__ellipsis {
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 0.5208333333vw;
  padding-right: 0.2604166667vw;
}

/* Доп компоненты к адаптиву */
.gallery__wrapper-grid
{
display: grid;
   grid-template-columns: repeat(auto-fit, 245px);
   grid-auto-rows: auto;
   grid-auto-flow: dense;
   transition: grid-auto-flow 0.3s ease-in-out;
   gap: 5px;
	}
.articles-m
{
font-size: 1.25vw;
    line-height: 1.5625vw;
    font-weight: 600;
    margin-bottom:20px;
	}
.news
{
    margin-top: 2.6041666667vw;
	}
.article__wrapper-img
{
 width:100%;
 max-width:220px;
	}
.article__wrapper-img img
{
 width:100%;
	}
.sc-articles__article
{
	display:flex; gap:30px;
	}



@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media (min-width: 992px) {
  .header__nav-item--form li:hover > .submenu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
  }

  .header__nav-item--form li:not(:hover) > .submenu {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
    /* Задержка в 1 секунду перед исчезновением */
  }
}

@media (min-width: 1600px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding: 0.625vw;
  }

  .choices[data-type*=select-one]::after {
    top: 45%;
  }

  .choices[data-type*=select-one].is-open::after {
    top: 50%;
  }
}

@media (min-width: 1601px) {
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 0.78125vw;
  }
}

@media (max-width: 1600px) {
  body {
    font-size: 1.125vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .text,
  .text p {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  a {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  h1 {
    font-size: 2vw;
    line-height: 2.625vw;
  }

  h2 {
    font-size: 2.3125vw;
    line-height: 2.625vw;
  }

  h2 span {
    font-size: 3vw;
    line-height: 3.25vw;
  }

  h3 {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  h4 {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  li {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text p,
  .text a {
    margin-bottom: 0.9375vw;
  }

  .text ol,
  .text ul {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }

  .text ol li:not(:last-child),
  .text ul li:not(:last-child) {
    margin-bottom: 0.5vw;
  }

  .text ol {
    padding-left: 1.25vw;
  }

  .text ul {
    padding-left: 1.5vw;
  }

  .typography h1 {
    font-size: 2.25vw;
    line-height: 2.625vw;
  }

  .typography h2 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .typography h3 {
    font-size: 1.75vw;
    line-height: 2.125vw;
  }

  .typography h4 {
    font-size: 1.375vw;
    line-height: 1.75vw;
  }

  .typography h5 {
    font-size: 1.25vw;
    line-height: 1.75vw;
  }

  .typography p {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .typography span {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .typography strong {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .typography a {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .typography li {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .typography ul {
    padding-left: 1.25vw;
  }

  .typography ol {
    padding-left: 1.25vw;
  }

  .choices {
    width: 9.1875vw;
  }

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding: 0.625vw;
  }

  .choices__inner {
    padding-top: 1.375vw;
    padding-bottom: 1.375vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 1.375vw;
  }

  .choices[data-type*=select-one]::after {
    width: 1vw;
    height: 0.5625vw;
    top: 2.1875vw;
    margin-top: -0.125vw;
    right: 0.6875vw;
  }

  .choices[data-type*=select-one].is-open::after {
    margin-top: -0.4375vw;
    top: 2.5vw;
  }

  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 18.75vw;
  }

  .choices__item {
    font-size: 1.125vw;
  }

  .link a {
    font-size: 1.5vw;
    line-height: 1.875vw;
  }

  .btn {
    border-width: 0.1875vw;
    font-size: 1.25vw;
    line-height: 1.5vw;
    border-radius: 0.3125vw;
    padding-top: 0.9375vw;
    padding-right: 1vw;
    padding-bottom: 0.75vw;
    padding-left: 1vw;
  }

  .container {
    padding-right: 11.875vw;
    padding-left: 11.875vw;
  }

  .container {
    padding-right: 8.75vw;
    padding-left: 8.75vw;
  }

  .scroll-button {
    bottom: 1.5625vw;
    right: 1.5625vw;
    width: 3.75vw;
    height: 3.75vw;
    font-size: 2.5vw;
    border-width: 0.1875vw;
  }

  .topmenu > li {
    border-width: 0.0625vw;
  }

  .topmenu .fa,
  .submenu .fa {
    margin-left: 0.3125vw;
  }

  .submenu {
    min-width: 12.5vw;
    border-width: 0.0625vw;
  }

  .submenu li {
    border-width: 0.0625vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
    font-size: 0.875vw;
  }

  .header {
    top: 2.5vw;
  }

  .header__container {
    gap: 1.875vw;
    height: 6.125vw;
  }

  .header__logo {
    width: 7.625vw;
  }

  .header__btn {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .header__btn {
    width: 9.875vw;
  }

  .header__btn {
    gap: 0.5vw;
  }

  .header__search {
    font-size: 1.1875vw;
    line-height: 1.625vw;
  }

  .header__search input {
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1.125vw;
    padding-right: 3.125vw;
    width: 36.125vw;
  }

  .header__search button {
    width: 3.125vw;
  }

  .header__tell {
    gap: 0.375vw;
  }

  .header__tell img {
    width: 2.25vw;
    height: 2.875vw;
  }

  .header__contact {
    gap: 0.375vw;
  }

  .header__contact p {
    font-size: 1.75vw;
    line-height: 2.125vw;
  }

  .header__contact span {
    font-size: 0.75vw;
    line-height: 1.125vw;
  }

  .header__basket {
    width: 2.875vw;
    height: 2.25vw;
  }

  .header__basket span {
    top: -0.75vw;
    right: -0.625vw;
    min-width: 1.75vw;
    min-height: 1.75vw;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    padding-top: 0.1875vw;
    padding-bottom: 0.1875vw;
  }

  .header__basket span {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .header__basket:before {
    bottom: -0.75vw;
    height: 0.1875vw;
  }

  .header__profile {
    width: 1.75vw;
    height: 2.5vw;
  }

  .header__profile:before {
    bottom: -0.75vw;
    height: 0.1875vw;
  }

  .modal ul {
    padding-left: 0vw;
  }

  .modal-menu .header__basket span {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .navigation__container {
    gap: 1.25vw;
    padding-top: 0.625vw;
    padding-bottom: 0.75vw;
  }

  .navigation__container a {
    font-size: 0.75vw;
    line-height: 1.125vw;
  }

  .footer {
    padding-top: 1.875vw;
    padding-bottom: 1.5625vw;
  }

  .footer__top {
    margin-bottom: 4.0625vw;
  }

  .footer__logo {
    max-width: 21.5625vw;
  }

  .footer__logo .logo {
    margin-bottom: 1.875vw;
  }

  .footer__logo p {
    font-size: 1.1875vw;
    line-height: 1.375vw;
  }

  .footer__author {
    gap: 0.875vw;
  }

  .footer__arrow {
    width: 2.5vw;
  }

  .footer__nav {
    max-width: 21.5625vw;
  }

  .footer__list a {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .footer__list a:not(:last-child) {
    margin-bottom: 0.625vw;
  }

  .footer__list h3 {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .footer__list h3 {
    margin-bottom: 1.375vw;
  }

  .footer__info {
    max-width: 38.125vw;
  }

  .footer__center {
    margin-bottom: 1.875vw;
  }

  .footer__left a:not(:last-child) {
    margin-bottom: 0.625vw;
  }

  .footer__right {
    width: 94%;
  }

  .footer__right p {
    margin-bottom: 0.75vw;
  }

  .footer__tell a:not(.btn) {
    font-size: 1.5625vw;
    line-height: 1.875vw;
  }

  .footer__tell .btn {
    font-size: 0.875vw;
    line-height: 1.125vw;
  }

  .footer__tell .btn {
    padding-top: 0.375vw;
    padding-right: 1vw;
    padding-bottom: 0.375vw;
    padding-left: 1vw;
  }

  .footer__tell {
    gap: 1.5vw;
  }

  .footer__bottom span {
    font-size: 0.6875vw;
    line-height: 0.9375vw;
  }

  .footer__bottom span {
    margin-bottom: 1.875vw;
  }

  .logo {
    width: 8.75vw;
  }

  .main {
    padding-top: 1.875vw;
    padding-bottom: 3.75vw;
  }

  .main .sidebar {
    top: 7.5vw;
  }

  .main .sidebar__container {
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }

  .main .sidebar__item {
    font-size: 1vw;
    line-height: 1.125vw;
  }

  .main .sidebar__item {
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
    padding-left: 0.625vw;
    border-width: 0.0625vw;
  }

  .main .sidebar__item--now {
    font-size: 1vw;
    line-height: 1.125vw;
  }

  .main .sidebar__item[data-target]::after {
    right: 0.625vw;
    width: 1vw;
  }

  .main .sidebar__menu h2 {
    margin-bottom: 1.25vw;
  }

  .main .sidebar__menu h3 {
    font-size: 1.375vw;
    line-height: 1.75vw;
  }

  .main .sidebar__menu h3 {
    margin-bottom: 0.75vw;
  }

  .main .sidebar__menu h4 {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }

  .main .sidebar__menu h4 {
    margin-bottom: 0.5vw;
  }

  .main .sidebar__menu ul li:not(:last-child) {
    margin-bottom: 0.5vw;
  }

  .main .sidebar__menu li {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }

  .main .sidebar__menu li {
    padding-left: 1.25vw;
  }

  .main .sidebar__wrapper {
    gap: 3.125vw;
  }

  .main .sidebar__modal {
    padding-left: 1.875vw;
    padding-right: 1.25vw;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .main-bunner {
    gap: 1.875vw;
    margin-bottom: 2.8125vw;
  }

  .main-bunner__swiper .swiper-button-prev,
  .main-bunner__swiper .swiper-button-next {
    width: 5vw;
    left: -2.5vw;
  }

  .main-bunner__swiper .swiper-button-prev::after,
  .main-bunner__swiper .swiper-button-next::after {
    width: 1.5vw;
    height: 2.0625vw;
    left: 0.75vw;
  }

  .main-bunner__swiper .swiper-button-next {
    right: -2.5vw;
  }

  .main-bunner__categories {
    gap: 1.125vw;
  }

  .main-bunner__item {
    height: 16.875vw;
    border-radius: 0.625vw;
    padding: 0.3125vw;
  }

  .main-bunner__polygon {
    padding-bottom: 1.5625vw;
  }

  .main-bunner__polygon h3 {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .tovars {
    margin-bottom: 3.75vw;
  }

  .tovars h2 {
    margin-bottom: 2vw;
  }

  .tovars__item {
    border-radius: 0.125vw;
    padding-top: 0.875vw;
    padding-bottom: 0.875vw;
    padding-left: 1.125vw;
    padding-right: 1.125vw;
  }

  .tovars__btn {
    font-size: 1.5vw;
    line-height: 1.875vw;
  }

  .tovars__btn {
    margin-top: 3.125vw;
  }

  .tovar-card {
    gap: 0.625vw;
  }

  .tovar-card__content {
    gap: 0.625vw;
  }

  .tovar-card__star {
    width: 1.25vw;
    height: 1.25vw;
  }

  .tovar-card__discount {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .tovar-card__discount {
    padding-top: 0.75vw;
    width: 4.375vw;
    height: 4.375vw;
    top: -1.125vw;
    left: -0.625vw;
  }

  .tovar-card__info h3 {
    font-size: 1.125vw;
    line-height: 1.25vw;
  }

  .tovar-card__info h3 {
    padding-top: 0.875vw;
    padding-bottom: 0.875vw;
  }

  .tovar-card__info p {
    font-size: 0.75vw;
    line-height: 1vw;
  }

  .tovar-card__price p {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }

  .tovar-card__price {
    min-height: 3.4375vw;
  }

  .tovar-card .btn {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .tovar-card .btn {
    padding-left: 2.75vw;
    right: 1.125vw;
    bottom: 0.875vw;
  }

  .tovar-card__price--sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tovar-card__price--sale {
    gap: 0.5vw;
  }

  .tovar-card__price--sale span {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }

  .about-us__info {
    padding-top: 3.125vw;
    padding-left: 3.125vw;
    margin-bottom: 3.75vw;
  }

  .about-us__info h2 {
    font-size: 2.25vw;
    line-height: 2.625vw;
  }

  .about-us__info h2 {
    margin-bottom: 0.875vw;
  }

  .about-us__info p {
    font-size: 1.5vw;
    line-height: 1.875vw;
  }

  .about-us__info p:not(:last-child) {
    margin-bottom: 1.875vw;
  }

  .about-us__brands {
    -webkit-column-gap: 0.9375vw;
       -moz-column-gap: 0.9375vw;
            column-gap: 0.9375vw;
    row-gap: 0.75vw;
    padding-left: 3.125vw;
    padding-bottom: 2.3125vw;
  }

  .about-us__more a {
    font-size: 1.5vw;
    line-height: 1.875vw;
  }

  .form-count {
    border-width: 0.0625vw;
    height: 2.25vw;
    min-width: 6.75vw;
  }

  .form-count__btn {
    font-size: 1.875vw;
    line-height: 1.625vw;
  }

  .form-count__btn {
    min-width: 2.25vw;
  }

  .form-count__input {
    font-size: 1.25vw;
    line-height: 1.625vw;
  }

  .form-count__input {
    border-width: 0.0625vw;
    min-width: 2.25vw;
  }

  .breadcrumb {
    padding-top: 0vw;
    padding-bottom: 0.625vw;
  }

  .breadcrumb__list li {
    padding-right: 0.6875vw;
  }

  .breadcrumb__list li:not(:first-child) {
    text-indent: 0.6875vw;
  }

  .breadcrumb__list li:not(:first-child):before {
    font-size: 0.6875vw;
    line-height: 0.9375vw;
  }

  .breadcrumb__list li:not(:first-child):before {
    left: -0.8125vw;
    top: 0vw;
  }

  .breadcrumb__list a {
    font-size: 0.6875vw;
    line-height: 0.9375vw;
  }

  .product {
    gap: 0.625vw;
    margin-bottom: 5vw;
  }

  .product__swipers {
    gap: 0.625vw;
  }

  .product__swiper--main .swiper-slide .product__photo {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .product__photo {
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
    padding-left: 0.3125vw;
    padding-right: 0.3125vw;
  }

  .product__information {
    padding-top: 2.1875vw;
    padding-bottom: 1.25vw;
    padding-left: 2.25vw;
    padding-right: 2.125vw;
  }

  .product__id {
    font-size: 0.875vw;
    line-height: 1.25vw;
  }

  .product__id {
    top: 0.9375vw;
    right: 0.625vw;
  }

  .product__buy {
    margin-bottom: 1.875vw;
  }

  .product__buy h1 {
    margin-bottom: 1.125vw;
  }

  .product__form {
    gap: 1.125vw;
  }

  .product__form .btn {
    font-size: 1.625vw;
    line-height: 2vw;
  }

  .product__form .btn {
    padding-left: 4.0625vw;
    padding-right: 0.5vw;
  }

  .product__price span {
    font-size: 1.75vw;
    line-height: 2vw;
  }

  .product__price p {
    font-size: 2.25vw;
    line-height: 2.5vw;
  }

  .product__price p i {
    font-size: 1.5625vw;
    line-height: 2.8125vw;
  }

  .product__price b {
    font-size: 1.1875vw;
    line-height: 1.5625vw;
  }

  .product__price b {
    padding-left: 1.625vw;
  }

  .product__price b:before {
    left: -0.1875vw;
    bottom: -0.0625vw;
    height: 1.625vw;
    width: 1.5625vw;
  }

  .product h3 {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .product__specifications {
    margin-bottom: 2.1875vw;
  }

  .product__specifications h3 {
    margin-bottom: 0.625vw;
  }

  .product__meaning:not(:last-child) {
    margin-bottom: 0.6875vw;
  }

  .product__meaning p {
    font-size: 1vw;
    line-height: 1vw;
  }

  .product__meaning span {
    font-size: 1vw;
    line-height: 1vw;
  }

  .product__meaning + h3 {
    margin-top: 0.9375vw;
  }

  .product__line {
    height: 0.0625vw;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
  }

  .product__description {
    gap: 1.25vw;
  }

  .product__description p {
    font-size: 1vw;
    line-height: 1.3125vw;
  }

  .product__description ul li {
    font-size: 1vw;
    line-height: 1.3125vw;
  }

  .product__description ul li {
    text-indent: 1.5vw;
  }

  .product__description ul li::before {
    font-size: 0.5vw;
    line-height: 1.25vw;
  }

  .product__description ul li::before {
    left: -1.375vw;
    top: 0.125vw;
  }

  .product__description a {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .list-page {
    padding-bottom: 2.5vw;
  }

  .list-page .main__container .filter-list {
    margin-top: 1.875vw;
  }

  .list-page .tovars {
    margin-bottom: 3.125vw;
  }

  .list-page .tovars__btn {
    margin-top: 2.5vw;
  }

  .filter-list {
    padding-bottom: 1.125vw;
  }

  .filter-list__form h3 {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .filter-list__form h3 {
    margin-bottom: 0.75vw;
  }

  .filter-list__block {
    padding-top: 1.125vw;
    padding-bottom: 1.125vw;
    padding-left: 0.8125vw;
    padding-right: 0.8125vw;
  }

  .filter-list__block div {
    gap: 0.625vw;
  }

  .filter-list__block div label {
    gap: 0.625vw;
  }

  .filter-list__block div input {
    max-width: 5.375vw;
    padding-left: 0.6875vw;
    padding-right: 0.6875vw;
    padding-top: 0.375vw;
    padding-bottom: 0.375vw;
  }

  .filter-list__block:not(:first-child) {
    border-width: 0.0625vw;
  }

  .filter-list label {
    font-size: 0.875vw;
    line-height: 1.125vw;
  }

  .filter-list label input {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .filter-list label input {
    border-width: 0.0625vw;
  }

  .filter-list__checkbox {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .filter-list__checkbox {
    padding-left: 1.75vw;
    gap: 0.5vw;
  }

  .filter-list__checkbox::before {
    width: 1.25vw;
    height: 1.25vw;
    border-width: 0.125vw;
  }

  .filter-list .checkbox-checked::after {
    width: 0.625vw;
    height: 0.625vw;
    left: 0.3125vw;
  }

  .filter-list__checkbox:not(:last-child) {
    margin-bottom: 0.4375vw;
  }

  .filter-list__checkbox p {
    font-size: 0.6875vw;
    line-height: 0.875vw;
  }

  .filter-list__checkbox b {
    font-size: 0.6875vw;
    line-height: 0.875vw;
  }

  .filter-list__more {
    border-width: 0.0625vw;
    margin-left: 2.5vw;
    margin-bottom: 1vw;
    margin-top: -0.5625vw;
  }

  .filter-list .btn {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .category-tabs h1 {
    font-size: 2.3125vw;
    line-height: 2.6875vw;
  }

  .category-tabs h1 {
    margin-bottom: 2.625vw;
  }

  .category-tabs__container {
    -webkit-column-gap: 1.5625vw;
       -moz-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
    margin-bottom: 1.25vw;
  }

  .category-tabs__container details {
    border-width: 0.0625vw;
  }

  .category-tabs__container details > .category-tabs__item {
    margin-left: 1.25vw;
  }

  .category-tabs__container details[open] > summary {
    padding-right: 1.5625vw;
  }

  .category-tabs__container details[open] summary {
    padding-bottom: 0.375vw;
  }

  .category-tabs__container summary {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .category-tabs__container summary {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 0.625vw;
    padding-right: 3.125vw;
    border-width: 0.0625vw;
  }

  .category-tabs__container summary::before {
    width: 1.6875vw;
    right: 0.625vw;
  }

  .category-tabs__container .category-tabs__item {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 0.625vw;
    padding-right: 2.1875vw;
    border-width: 0.0625vw;
  }

  .category-tabs__item {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .category-tabs__item a {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .custom-select {
    width: 18.5vw;
    margin-bottom: 1.75vw;
  }

  .custom-select__header {
    border-width: 0.0625vw;
    right: -0.0625vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 0.875vw;
    padding-right: 1.875vw;
  }

  .custom-select__header:before {
    width: 0.875vw;
    height: 0.75vw;
    right: 0.875vw;
  }

  .custom-select__option-text {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .custom-select__options-list {
    border-width: 0.0625vw;
    right: -0.0625vw;
  }

  .custom-select__options-list li {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .custom-select__options-list li {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 0.875vw;
    padding-right: 0.625vw;
  }

  .pagination__left {
    gap: 2vw;
  }

  .pagination__desc h4 {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .pagination__desc p {
    font-size: 0.6875vw;
    line-height: 0.9375vw;
  }

  .pagination__list {
    gap: 0.125vw;
  }

  .pagination__item {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .pagination__item {
    padding-top: 0.875vw;
    padding-bottom: 0.625vw;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    min-width: 2.5vw;
  }

  .pagination__item:before {
    border-width: 0.125vw;
    bottom: 0.5vw;
  }

  .pagination__ellipsis {
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
    padding-left: 0.625vw;
    padding-right: 0.3125vw;
  }
}

@media (max-width: 1440px) {
  body {
    font-size: 1.25vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .text,
  .text p {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  a {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  h1 {
    font-size: 2.2222222222vw;
    line-height: 2.9166666667vw;
  }

  h2 {
    font-size: 2.5694444444vw;
    line-height: 2.9166666667vw;
  }

  h2 span {
    font-size: 3.3333333333vw;
    line-height: 3.6111111111vw;
  }

  h3 {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  h4 {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  li {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text p,
  .text a {
    margin-bottom: 1.0416666667vw;
  }

  .text ol,
  .text ul {
    padding-top: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
  }

  .text ol li:not(:last-child),
  .text ul li:not(:last-child) {
    margin-bottom: 0.5555555556vw;
  }

  .text ol {
    padding-left: 1.3888888889vw;
  }

  .text ul {
    padding-left: 1.6666666667vw;
  }

  .typography h1 {
    font-size: 2.5vw;
    line-height: 2.9166666667vw;
  }

  .typography h2 {
    font-size: 2.2222222222vw;
    line-height: 3.3333333333vw;
  }

  .typography h3 {
    font-size: 1.9444444444vw;
    line-height: 2.3611111111vw;
  }

  .typography h4 {
    font-size: 1.5277777778vw;
    line-height: 1.9444444444vw;
  }

  .typography h5 {
    font-size: 1.3888888889vw;
    line-height: 1.9444444444vw;
  }

  .typography p {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .typography span {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .typography strong {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .typography a {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .typography li {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .typography ul {
    padding-left: 1.3888888889vw;
  }

  .typography ol {
    padding-left: 1.3888888889vw;
  }

  .choices {
    width: 10.2083333333vw;
  }

  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding: 0.6944444444vw;
  }

  .choices__inner {
    padding-top: 1.5277777778vw;
    padding-bottom: 1.5277777778vw;
    padding-left: 1.7361111111vw;
    padding-right: 1.7361111111vw;
  }

  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 1.5277777778vw;
  }

  .choices[data-type*=select-one]::after {
    width: 1.1111111111vw;
    height: 0.625vw;
    top: 2.4305555556vw;
    margin-top: -0.1388888889vw;
    right: 0.7638888889vw;
  }

  .choices[data-type*=select-one].is-open::after {
    margin-top: -0.4861111111vw;
    top: 2.7777777778vw;
  }

  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 20.8333333333vw;
  }

  .choices__item {
    font-size: 1.25vw;
  }

  .link a {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .btn {
    border-width: 0.2083333333vw;
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
    border-radius: 0.3472222222vw;
    padding-top: 1.0416666667vw;
    padding-right: 1.1111111111vw;
    padding-bottom: 0.8333333333vw;
    padding-left: 1.1111111111vw;
  }

  .container {
    padding-right: 13.1944444444vw;
    padding-left: 13.1944444444vw;
  }

  .container {
    padding-right: 4.1666666667vw;
    padding-left: 4.1666666667vw;
  }

  .scroll-button {
    bottom: 1.7361111111vw;
    right: 1.7361111111vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 2.7777777778vw;
    border-width: 0.2083333333vw;
  }

  .topmenu > li {
    border-width: 0.0694444444vw;
  }

  .topmenu .fa,
  .submenu .fa {
    margin-left: 0.3472222222vw;
  }

  .submenu {
    min-width: 13.8888888889vw;
    border-width: 0.0694444444vw;
  }

  .submenu li {
    border-width: 0.0694444444vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }

  .header {
    top: 2.7777777778vw;
  }

  .header__container {
    gap: 2.0833333333vw;
    height: 6.8055555556vw;
  }

  .header__logo {
    width: 8.4722222222vw;
  }

  .header__btn {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .header__btn {
    width: 10.9722222222vw;
  }

  .header__btn {
    gap: 0.5555555556vw;
  }

  .header__search {
    font-size: 1.3194444444vw;
    line-height: 1.8055555556vw;
  }

  .header__search input {
    padding-top: 1.1111111111vw;
    padding-bottom: 1.1111111111vw;
    padding-left: 1.25vw;
    padding-right: 3.4722222222vw;
    width: 40.1388888889vw;
  }

  .header__search button {
    width: 3.4722222222vw;
  }

  .header__tell {
    gap: 0.4166666667vw;
  }

  .header__tell img {
    width: 2.5vw;
    height: 3.1944444444vw;
  }

  .header__contact {
    gap: 0.4166666667vw;
  }

  .header__contact p {
    font-size: 1.9444444444vw;
    line-height: 2.3611111111vw;
  }

  .header__contact span {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .header__basket {
    width: 3.1944444444vw;
    height: 2.5vw;
  }

  .header__basket span {
    top: -0.8333333333vw;
    right: -0.6944444444vw;
    min-width: 1.9444444444vw;
    min-height: 1.9444444444vw;
    padding-left: 0.6944444444vw;
    padding-right: 0.6944444444vw;
    padding-top: 0.2083333333vw;
    padding-bottom: 0.2083333333vw;
  }

  .header__basket span {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .header__basket:before {
    bottom: -0.8333333333vw;
    height: 0.2083333333vw;
  }

  .header__profile {
    width: 1.9444444444vw;
    height: 2.7777777778vw;
  }

  .header__profile:before {
    bottom: -0.8333333333vw;
    height: 0.2083333333vw;
  }

  .modal ul {
    padding-left: 0vw;
  }

  .modal-menu .header__basket span {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .navigation__container {
    gap: 1.3888888889vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.8333333333vw;
  }

  .navigation__container a {
    font-size: 0.8333333333vw;
    line-height: 1.25vw;
  }

  .footer {
    padding-top: 2.0833333333vw;
    padding-bottom: 1.7361111111vw;
  }

  .footer__top {
    margin-bottom: 4.5138888889vw;
  }

  .footer__logo {
    max-width: 23.9583333333vw;
  }

  .footer__logo .logo {
    margin-bottom: 2.0833333333vw;
  }

  .footer__logo p {
    font-size: 1.3194444444vw;
    line-height: 1.5277777778vw;
  }

  .footer__author {
    gap: 0.9722222222vw;
  }

  .footer__arrow {
    width: 2.7777777778vw;
  }

  .footer__nav {
    max-width: 23.9583333333vw;
  }

  .footer__list a {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .footer__list a:not(:last-child) {
    margin-bottom: 0.6944444444vw;
  }

  .footer__list h3 {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .footer__list h3 {
    margin-bottom: 1.5277777778vw;
  }

  .footer__info {
    max-width: 42.3611111111vw;
  }

  .footer__center {
    margin-bottom: 2.0833333333vw;
  }

  .footer__left a:not(:last-child) {
    margin-bottom: 0.6944444444vw;
  }

  .footer__right {
    width: 91%;
  }

  .footer__right p {
    margin-bottom: 0.8333333333vw;
  }

  .footer__tell a:not(.btn) {
    font-size: 1.7361111111vw;
    line-height: 2.0833333333vw;
  }

  .footer__tell .btn {
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }

  .footer__tell .btn {
    padding-top: 0.4166666667vw;
    padding-right: 1.1111111111vw;
    padding-bottom: 0.4166666667vw;
    padding-left: 1.1111111111vw;
  }

  .footer__tell {
    gap: 1.6666666667vw;
  }

  .footer__bottom span {
    font-size: 0.7638888889vw;
    line-height: 1.0416666667vw;
  }

  .footer__bottom span {
    margin-bottom: 2.0833333333vw;
  }

  .logo {
    width: 9.7222222222vw;
  }

  .main {
    padding-top: 2.0833333333vw;
    padding-bottom: 4.1666666667vw;
  }

  .main .sidebar {
    top: 8.3333333333vw;
  }

  .main .sidebar__container {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }

  .main .sidebar__item {
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
  }

  .main .sidebar__item {
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
    padding-left: 0.6944444444vw;
    border-width: 0.0694444444vw;
  }

  .main .sidebar__item--now {
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
  }

  .main .sidebar__item[data-target]::after {
    right: 0.6944444444vw;
    width: 1.1111111111vw;
  }

  .main .sidebar__menu h2 {
    margin-bottom: 1.3888888889vw;
  }

  .main .sidebar__menu h3 {
    font-size: 1.5277777778vw;
    line-height: 1.9444444444vw;
  }

  .main .sidebar__menu h3 {
    margin-bottom: 0.8333333333vw;
  }

  .main .sidebar__menu h4 {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  .main .sidebar__menu h4 {
    margin-bottom: 0.5555555556vw;
  }

  .main .sidebar__menu ul li:not(:last-child) {
    margin-bottom: 0.5555555556vw;
  }

  .main .sidebar__menu li {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  .main .sidebar__menu li {
    padding-left: 1.3888888889vw;
  }

  .main .sidebar__wrapper {
    gap: 3.4722222222vw;
  }

  .main .sidebar__modal {
    padding-left: 2.0833333333vw;
    padding-right: 1.3888888889vw;
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }

  .main-bunner {
    gap: 2.0833333333vw;
    margin-bottom: 3.125vw;
  }

  .main-bunner__swiper .swiper-button-prev,
  .main-bunner__swiper .swiper-button-next {
    width: 5.5555555556vw;
    left: -2.7777777778vw;
  }

  .main-bunner__swiper .swiper-button-prev::after,
  .main-bunner__swiper .swiper-button-next::after {
    width: 1.6666666667vw;
    height: 2.2916666667vw;
    left: 0.8333333333vw;
  }

  .main-bunner__swiper .swiper-button-next {
    right: -2.7777777778vw;
  }

  .main-bunner__categories {
    gap: 1.25vw;
  }

  .main-bunner__item {
    height: 18.75vw;
    border-radius: 0.6944444444vw;
    padding: 0.3472222222vw;
  }

  .main-bunner__polygon {
    padding-bottom: 1.7361111111vw;
  }

  .main-bunner__polygon h3 {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .tovars {
    margin-bottom: 4.1666666667vw;
  }

  .tovars h2 {
    margin-bottom: 2.2222222222vw;
  }

  .tovars__item {
    border-radius: 0.1388888889vw;
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }

  .tovars__btn {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .tovars__btn {
    margin-top: 3.4722222222vw;
  }

  .tovar-card {
    gap: 0.6944444444vw;
  }

  .tovar-card__content {
    gap: 0.6944444444vw;
  }

  .tovar-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tovar-card__star {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
  }

  .tovar-card__discount {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .tovar-card__discount {
    padding-top: 0.8333333333vw;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    top: -1.25vw;
    left: -0.6944444444vw;
  }

  .tovar-card__photo {
    margin: 0 auto;
  }

  .tovar-card__info {
    max-width: 100%;
  }

  .tovar-card__info h3 {
    font-size: 1.25vw;
    line-height: 1.3888888889vw;
  }

  .tovar-card__info h3 {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
  }

  .tovar-card__info p {
    font-size: 0.8333333333vw;
    line-height: 1.1111111111vw;
  }

  .tovar-card__price p {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  .tovar-card__price {
    min-height: 3.8194444444vw;
  }

  .tovar-card .btn {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .tovar-card .btn {
    padding-left: 3.0555555556vw;
    right: 1.25vw;
    bottom: 0.9722222222vw;
  }

  .tovar-card__price--sale {
    gap: 0.5555555556vw;
  }

  .tovar-card__price--sale span {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  .about-us__info {
    padding-top: 3.4722222222vw;
    padding-left: 3.4722222222vw;
    margin-bottom: 4.1666666667vw;
  }

  .about-us__info h2 {
    font-size: 2.5vw;
    line-height: 2.9166666667vw;
  }

  .about-us__info h2 {
    margin-bottom: 0.9722222222vw;
  }

  .about-us__info p {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .about-us__info p:not(:last-child) {
    margin-bottom: 2.0833333333vw;
  }

  .about-us__brands {
    -webkit-column-gap: 1.0416666667vw;
       -moz-column-gap: 1.0416666667vw;
            column-gap: 1.0416666667vw;
    row-gap: 0.8333333333vw;
    padding-left: 3.4722222222vw;
    padding-bottom: 2.5694444444vw;
  }

  .about-us__more a {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .form-count {
    border-width: 0.0694444444vw;
    height: 2.5vw;
    min-width: 7.5vw;
  }

  .form-count__btn {
    font-size: 2.0833333333vw;
    line-height: 1.8055555556vw;
  }

  .form-count__btn {
    min-width: 2.5vw;
  }

  .form-count__input {
    font-size: 1.3888888889vw;
    line-height: 1.8055555556vw;
  }

  .form-count__input {
    border-width: 0.0694444444vw;
    min-width: 2.5vw;
  }

  .breadcrumb {
    padding-top: 0vw;
    padding-bottom: 0.6944444444vw;
  }

  .breadcrumb__list li {
    padding-right: 0.7638888889vw;
  }

  .breadcrumb__list li:not(:first-child) {
    text-indent: 0.7638888889vw;
  }

  .breadcrumb__list li:not(:first-child):before {
    font-size: 0.7638888889vw;
    line-height: 1.0416666667vw;
  }

  .breadcrumb__list li:not(:first-child):before {
    left: -0.9027777778vw;
    top: 0vw;
  }

  .breadcrumb__list a {
    font-size: 0.7638888889vw;
    line-height: 1.0416666667vw;
  }

  .product {
    gap: 0.6944444444vw;
    margin-bottom: 5.5555555556vw;
  }

  .product__swipers {
    gap: 0.6944444444vw;
  }

  .product__swiper--main .swiper-slide .product__photo {
    padding-top: 3.4722222222vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 3.4722222222vw;
    padding-right: 3.4722222222vw;
  }

  .product__photo {
    padding-top: 0.3472222222vw;
    padding-bottom: 0.3472222222vw;
    padding-left: 0.3472222222vw;
    padding-right: 0.3472222222vw;
  }

  .product__information {
    padding-top: 2.4305555556vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 2.5vw;
    padding-right: 2.3611111111vw;
  }

  .product__id {
    font-size: 0.9722222222vw;
    line-height: 1.3888888889vw;
  }

  .product__id {
    top: 1.0416666667vw;
    right: 0.6944444444vw;
  }

  .product__buy {
    margin-bottom: 2.0833333333vw;
  }

  .product__buy h1 {
    margin-bottom: 1.25vw;
  }

  .product__form {
    gap: 1.25vw;
  }

  .product__form .btn {
    font-size: 1.8055555556vw;
    line-height: 2.2222222222vw;
  }

  .product__form .btn {
    padding-left: 4.5138888889vw;
    padding-right: 0.5555555556vw;
  }

  .product__price span {
    font-size: 1.9444444444vw;
    line-height: 2.2222222222vw;
  }

  .product__price p {
    font-size: 2.5vw;
    line-height: 2.7777777778vw;
  }

  .product__price p i {
    font-size: 1.7361111111vw;
    line-height: 3.125vw;
  }

  .product__price b {
    font-size: 1.3194444444vw;
    line-height: 1.7361111111vw;
  }

  .product__price b {
    padding-left: 1.8055555556vw;
  }

  .product__price b:before {
    left: -0.2083333333vw;
    bottom: -0.0694444444vw;
    height: 1.8055555556vw;
    width: 1.7361111111vw;
  }

  .product h3 {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .product__specifications {
    margin-bottom: 2.4305555556vw;
  }

  .product__specifications h3 {
    margin-bottom: 0.6944444444vw;
  }

  .product__meaning:not(:last-child) {
    margin-bottom: 0.7638888889vw;
  }

  .product__meaning p {
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
  }

  .product__meaning span {
    font-size: 1.1111111111vw;
    line-height: 1.1111111111vw;
  }

  .product__meaning + h3 {
    margin-top: 1.0416666667vw;
  }

  .product__line {
    height: 0.0694444444vw;
    margin-left: 1.3888888889vw;
    margin-right: 1.3888888889vw;
  }

  .product__description {
    gap: 1.3888888889vw;
  }

  .product__description p {
    font-size: 1.1111111111vw;
    line-height: 1.4583333333vw;
  }

  .product__description ul li {
    font-size: 1.1111111111vw;
    line-height: 1.4583333333vw;
  }

  .product__description ul li {
    text-indent: 1.6666666667vw;
  }

  .product__description ul li::before {
    font-size: 0.5555555556vw;
    line-height: 1.3888888889vw;
  }

  .product__description ul li::before {
    left: -1.5277777778vw;
    top: 0.1388888889vw;
  }

  .product__description a {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .list-page {
    padding-bottom: 2.7777777778vw;
  }

  .list-page .main__container .filter-list {
    margin-top: 2.0833333333vw;
  }

  .list-page .tovars {
    margin-bottom: 3.4722222222vw;
  }

  .list-page .tovars__btn {
    margin-top: 2.7777777778vw;
  }

  .filter-list {
    padding-bottom: 1.25vw;
  }

  .filter-list__form h3 {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .filter-list__form h3 {
    margin-bottom: 0.8333333333vw;
  }

  .filter-list__block {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 0.9027777778vw;
    padding-right: 0.9027777778vw;
  }

  .filter-list__block div {
    gap: 0.6944444444vw;
  }

  .filter-list__block div label {
    gap: 0.6944444444vw;
  }

  .filter-list__block div input {
    max-width: 5.9722222222vw;
    padding-left: 0.7638888889vw;
    padding-right: 0.7638888889vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
  }

  .filter-list__block:not(:first-child) {
    border-width: 0.0694444444vw;
  }

  .filter-list label {
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }

  .filter-list label input {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .filter-list label input {
    border-width: 0.0694444444vw;
  }

  .filter-list__checkbox {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .filter-list__checkbox {
    padding-left: 1.9444444444vw;
    gap: 0.5555555556vw;
  }

  .filter-list__checkbox::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-width: 0.1388888889vw;
  }

  .filter-list .checkbox-checked::after {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
    left: 0.3472222222vw;
  }

  .filter-list__checkbox:not(:last-child) {
    margin-bottom: 0.4861111111vw;
  }

  .filter-list__checkbox p {
    font-size: 0.7638888889vw;
    line-height: 0.9722222222vw;
  }

  .filter-list__checkbox b {
    font-size: 0.7638888889vw;
    line-height: 0.9722222222vw;
  }

  .filter-list__more {
    border-width: 0.0694444444vw;
    margin-left: 2.7777777778vw;
    margin-bottom: 1.1111111111vw;
    margin-top: -0.625vw;
  }

  .filter-list .btn {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .category-tabs h1 {
    font-size: 2.5694444444vw;
    line-height: 2.9861111111vw;
  }

  .category-tabs h1 {
    margin-bottom: 2.9166666667vw;
  }

  .category-tabs__container {
    -webkit-column-gap: 1.7361111111vw;
       -moz-column-gap: 1.7361111111vw;
            column-gap: 1.7361111111vw;
    margin-bottom: 1.3888888889vw;
  }

  .category-tabs__container details {
    border-width: 0.0694444444vw;
  }

  .category-tabs__container details > .category-tabs__item {
    margin-left: 1.3888888889vw;
  }

  .category-tabs__container details[open] > summary {
    padding-right: 1.7361111111vw;
  }

  .category-tabs__container details[open] summary {
    padding-bottom: 0.4166666667vw;
  }

  .category-tabs__container summary {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .category-tabs__container summary {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 0.6944444444vw;
    padding-right: 3.4722222222vw;
    border-width: 0.0694444444vw;
  }

  .category-tabs__container summary::before {
    width: 1.875vw;
    right: 0.6944444444vw;
  }

  .category-tabs__container .category-tabs__item {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 0.6944444444vw;
    padding-right: 2.4305555556vw;
    border-width: 0.0694444444vw;
  }

  .category-tabs__item {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .category-tabs__item a {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .custom-select {
    width: 20.5555555556vw;
    margin-bottom: 1.9444444444vw;
  }

  .custom-select__header {
    border-width: 0.0694444444vw;
    right: -0.0694444444vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 0.9722222222vw;
    padding-right: 2.0833333333vw;
  }

  .custom-select__header:before {
    width: 0.9722222222vw;
    height: 0.8333333333vw;
    right: 0.9722222222vw;
  }

  .custom-select__option-text {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .custom-select__options-list {
    border-width: 0.0694444444vw;
    right: -0.0694444444vw;
  }

  .custom-select__options-list li {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .custom-select__options-list li {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 0.9722222222vw;
    padding-right: 0.6944444444vw;
  }

  .pagination__left {
    gap: 2.2222222222vw;
  }

  .pagination__desc h4 {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .pagination__desc p {
    font-size: 0.7638888889vw;
    line-height: 1.0416666667vw;
  }

  .pagination__list {
    gap: 0.1388888889vw;
  }

  .pagination__item {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .pagination__item {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    min-width: 2.7777777778vw;
  }

  .pagination__item:before {
    border-width: 0.1388888889vw;
    bottom: 0.5555555556vw;
  }

  .pagination__ellipsis {
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
    padding-left: 0.6944444444vw;
    padding-right: 0.3472222222vw;
  }
}

@media (max-width: 992px) {
  body {
    font-size: 2.0833333333vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .text,
  .text p {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  h1 {
    font-size: 4.6875vw;
    line-height: 5.46875vw;
    font-weight: 600;
  }

  h2 {
    font-size: 3.90625vw;
    line-height: 4.4270833333vw;
    font-weight: 500;
  }

  h2 span {
    font-size: 5.2083333333vw;
    line-height: 5.7291666667vw;
    font-weight: 700;
  }

  h3 {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  h4 {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  li {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text p,
  .text a {
    margin-bottom: 1.3020833333vw;
  }

  .text ol,
  .text ul {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }

  .text ol li:not(:last-child),
  .text ul li:not(:last-child) {
    margin-bottom: 1.0416666667vw;
  }

  .text ol {
    padding-left: 1.953125vw;
  }

  .text ul {
    padding-left: 2.34375vw;
  }

  .typography h1 {
    font-size: 4.1666666667vw;
    line-height: 4.9479166667vw;
    font-weight: 800;
  }

  .typography h2 {
    font-size: 3.6458333333vw;
    line-height: 4.4270833333vw;
    font-weight: 700;
  }

  .typography h3 {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    font-weight: 600;
  }

  .typography h4 {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    font-weight: 500;
  }

  .typography h5 {
    font-size: 2.34375vw;
    line-height: 3.125vw;
    font-weight: 500;
  }

  .typography p {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .typography span {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .typography strong {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .typography a {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .typography li {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .choices {
    width: 13.0208333333vw;
  }

  .choices__inner {
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }

  .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 0.78125vw;
  }

  .choices[data-type*=select-one]::after {
    width: 1.3020833333vw;
    height: 0.78125vw;
    top: 2.6041666667vw;
    right: 1.3020833333vw;
  }

  .choices[data-type*=select-one].is-open::after {
    top: 2.8645833333vw;
  }

  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 35.8072916667vw;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 1.5625vw;
  }

  .choices__item {
    font-size: 1.6927083333vw;
    line-height: 3.125vw;
  }

  .link a {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .btn {
    border-radius: 0.6510416667vw;
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    border-width: 0.2604166667vw;
  }

  .container {
    padding-right: 5.2083333333vw;
    padding-left: 5.2083333333vw;
  }

  .scroll-button {
    bottom: 2.6041666667vw;
    right: 2.6041666667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 5.46875vw;
    border-width: 0.390625vw;
  }

  .topmenu > li {
    border-width: 0.1302083333vw;
  }

  .submenu {
    border-width: 0.1302083333vw;
    min-width: 19.53125vw;
  }

  .submenu li {
    border-width: 0.1302083333vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    font-size: 1.953125vw;
    line-height: 2.34375vw;
  }

  .submenu-item > a {
    pointer-events: none;
  }

  .header {
    top: 0vw;
  }

  .header__mobile {
    display: block;
  }

  .header__container {
    height: auto;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .header__logo {
    width: 15.625vw;
  }

  .header__btn {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .header__btn {
    width: 18.2291666667vw;
  }

  .header__btn {
    height: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__btn {
    gap: 0.78125vw;
  }

  .header__btn i {
    width: 3vw;
  }

  .header__search {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .header__search {
    border-radius: 1vw;
  }

  .header__search input {
    display: none;
  }

  .header__search button {
    width: 6vw;
    height: 6vw;
    background-color: #FFF;
    position: static;
    background-size: auto 60%;
    border-radius: 3vw;
  }

  .header__tell {
    gap: 0.78125vw;
  }

  .header__tell {
    border-radius: 1vw;
    padding: 1vw 1.5vw;
    background-color: #FFF;
    width: 6vw;
    height: 6vw;
  }

  .header__tell img {
    width: 3.3854166667vw;
    height: 4.4270833333vw;
  }

  .header__contact {
    display: none;
  }

  .header__contact p {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    font-weight: 600;
  }

  .header__contact span {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .header__basket {
    width: 5.2083333333vw;
    height: 4.6875vw;
  }

  .header__basket span {
    top: -1.0416666667vw;
    right: -1.3020833333vw;
    min-width: 3.6458333333vw;
    min-height: 3.6458333333vw;
    padding-left: 0.5208333333vw;
    padding-right: 0.5208333333vw;
    padding-top: 0.2604166667vw;
    padding-bottom: 0.2604166667vw;
  }

  .header__basket span {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 600;
  }

  .header__basket:before {
    bottom: -2.34375vw;
    height: 0.390625vw;
  }

  .header__profile {
    width: 3.3854166667vw;
    height: 5.2083333333vw;
  }

  .header__profile:before {
    bottom: -2.34375vw;
    height: 0.390625vw;
  }

  .header .header__basket:before,
  .header .header__profile:before {
    display: none;
  }

  .button-menu {
    width: 7.1614583333vw;
    height: 7.1614583333vw;
  }

  .button-menu {
    display: inline-block;
  }

  .modal-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-menu {
    padding-top: 4.5572916667vw;
    padding-bottom: 4.5572916667vw;
  }

  .modal-menu .modal__container {
    gap: 2.0833333333vw;
  }

  .modal-menu .header__logo {
    width: 19.53125vw;
  }

  .modal-menu .header__btn {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .modal-menu .header__search input {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 2.34375vw;
    padding-right: 6.5104166667vw;
    width: 52.0833333333vw;
  }

  .modal-menu .header__tell img {
    width: 4.6875vw;
    height: 5.9895833333vw;
  }

  .modal-menu .header__adress p {
    font-size: 2.34375vw;
    line-height: 3.125vw;
    font-weight: 500;
  }

  .modal-menu .header__basket {
    width: 7.8125vw;
    height: 7.1614583333vw;
  }

  .modal-menu .header__basket span {
    top: -1.0416666667vw;
    right: -1.5625vw;
    min-width: 3.90625vw;
    min-height: 3.90625vw;
  }

  .modal-menu .header__basket span {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 600;
  }

  .modal-menu .header__profile {
    width: 4.6875vw;
    height: 7.1614583333vw;
  }

  .modal-menu--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .modal-menu .button-menu {
    height: 5.859375vw;
    top: 2.6041666667vw;
    right: 5.2083333333vw;
  }

  .modal-menu .navigation__container a {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    font-weight: 400;
  }

  .navigation__container {
    gap: 0.5208333333vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .navigation__container {
    display: none;
  }

  .navigation__container a {
    font-size: 1.5625vw;
    line-height: 1.8229166667vw;
    font-weight: 400;
  }

  .navigation__container a {
    padding: 1vw !important;
  }

  .footer {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }

  .footer__top {
    margin-bottom: 4.1666666667vw;
    row-gap: 4.1666666667vw;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__logo {
    max-width: 39.0625vw;
  }

  .footer__logo .logo {
    margin-bottom: 1.5625vw;
  }

  .footer__logo p {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 300;
  }

  .footer__author {
    gap: 1.8229166667vw;
  }

  .footer__arrow {
    width: 4.5572916667vw;
  }

  .footer__nav {
    max-width: 45.5729166667vw;
  }

  .footer__nav {
    width: 100%;
    gap: 8vw;
  }

  .footer__list {
    max-width: 50%;
    width: 100%;
  }

  .footer__list a {
    display: block;
  }

  .footer__list a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .footer__list h3 {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 600;
  }

  .footer__info {
    max-width: 83.3333333333vw;
  }

  .footer__center {
    margin-bottom: 4.1666666667vw;
    gap: 1.5625vw;
  }

  .footer__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer__left {
    width: 100%;
  }

  .footer__left a {
    display: block;
  }

  .footer__left a:not(:last-child) {
    margin-bottom: 1.0416666667vw;
  }

  .footer__right {
    width: 100%;
  }

  .footer__right p {
    margin-bottom: 1.5625vw;
  }

  .footer__tell a:not(.btn) {
    font-size: 4.1666666667vw;
    line-height: 3.90625vw;
    font-weight: 600;
  }

  .footer__tell .btn {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 600;
  }

  .footer__tell .btn {
    padding-top: 1.0416666667vw;
    padding-right: 2.0833333333vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 2.0833333333vw;
  }

  .footer__tell {
    gap: 2.0833333333vw;
  }

  .footer__bottom span {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    font-weight: 400;
  }

  .footer__bottom span {
    margin-bottom: 3.125vw;
  }

  .footer__bottom p {
    text-align: left;
  }

  .logo {
    width: 15.625vw;
  }

  .main {
    padding-top: 5.2083333333vw;
    padding-bottom: 7.8125vw;
  }

  .main .sidebar {
    display: none;
  }

  .main .sidebar__item {
    font-size: 2.0833333333vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .main .sidebar__item--now {
    font-size: 2.0833333333vw;
    line-height: 2.34375vw;
    font-weight: 600;
  }

  .main .sidebar__menu h3 {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    font-weight: 600;
  }

  .main .sidebar__menu h4 {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    font-weight: 600;
  }

  .main .sidebar__menu li {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    font-weight: 500;
  }

  .main-bunner {
    gap: 5.2083333333vw;
    margin-bottom: 7.8125vw;
  }

  .main-bunner__swiper .swiper-slide {
    height: 35.15625vw;
  }

  .main-bunner__swiper .swiper-button-prev,
  .main-bunner__swiper .swiper-button-next {
    height: 18.4895833333vw;
    width: 13.0208333333vw;
    left: -7.1614583333vw;
  }

  .main-bunner__swiper .swiper-button-prev,
  .main-bunner__swiper .swiper-button-next {
    top: 29%;
  }

  .main-bunner__swiper .swiper-button-prev::after,
  .main-bunner__swiper .swiper-button-next::after {
    width: 3.125vw;
    height: 4.296875vw;
    left: 2.0833333333vw;
  }

  .main-bunner__swiper .swiper-button-next {
    right: -7.1614583333vw;
  }

  .main-bunner__picture {
    height: 100%;
  }

  .main-bunner__picture img {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .main-bunner__categories {
    gap: 1.953125vw;
  }

  .main-bunner__categories {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-bunner__item {
    height: 44.2708333333vw;
  }

  .main-bunner__item {
    width: 31.83%;
  }

  .main-bunner__item:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .main-bunner__polygon h3 {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    font-weight: 600;
  }

  .tovars {
    margin-bottom: 7.8125vw;
  }

  .tovars h2 {
    margin-bottom: 4.1666666667vw;
  }

  .tovars__wrapper {
    gap: 1.953125vw;
  }

  .tovars__btn {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .tovars__btn {
    margin-top: 3.125vw;
    padding-bottom: 0.2604166667vw;
  }

  .tovar-card {
    gap: 1.0416666667vw;
  }

  .tovar-card__content {
    gap: 1.0416666667vw;
  }

  .tovar-card__star {
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }

  .tovar-card__star {
    top: 1vw;
    right: 1vw;
  }

  .tovar-card__discount {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .tovar-card__discount {
    width: 8.4635416667vw;
    height: 8.4635416667vw;
    top: -2.34375vw;
    left: -1.3020833333vw;
  }

  .tovar-card__photo {
    max-width: 70%;
  }

  .tovar-card__info h3 {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .tovar-card__info h3 {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }

  .tovar-card__info p {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .tovar-card__price {
    gap: 1.5625vw;
  }

  .tovar-card__price p {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 800;
  }

  .tovar-card__price p {
    width: 50%;
  }

  .tovar-card__price {
    min-height: 5.2083333333vw;
  }

  .tovar-card .btn {
    font-size: 1.6927083333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .tovar-card .btn {
    padding-left: 3.90625vw;
  }

  .tovar-card__price--sale {
    gap: 0vw;
  }

  .tovar-card__price--sale span {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .about-us__placeholder {
    width: 75%;
    -webkit-clip-path: polygon(0 0, 95% 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0 0, 95% 0%, 85% 100%, 0% 100%);
  }

  .about-us__info {
    padding: 2.5vw;
    padding-bottom: 0;
    width: 70%;
  }

  .about-us__info {
    margin-bottom: 3.125vw;
  }

  .about-us__info h2 {
    font-size: 3.3854166667vw;
    line-height: 4.1666666667vw;
    font-weight: 500;
  }

  .about-us__info h2 {
    margin-bottom: 1.5625vw;
  }

  .about-us__info p {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 300;
  }

  .about-us__brands {
    padding-bottom: 3.515625vw;
  }

  .about-us__brands {
    width: 60%;
  }

  .about-us__more a {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .menu-category {
    display: block;
  }

  .menu-category {
    margin-bottom: 7.8125vw;
  }

  .menu-category h2 {
    font-size: 3.90625vw;
    line-height: 4.4270833333vw;
    font-weight: 500;
  }

  .menu-category h2 {
    margin-bottom: 4.1666666667vw;
  }

  .menu-category__details {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }

  .menu-category__details:not(:last-child) {
    border-width: 0.1302083333vw;
  }

  .menu-category__details details:not(:last-child) {
    padding-bottom: 1.0416666667vw;
  }

  .menu-category__details details:not(:first-child) {
    padding-top: 1.0416666667vw;
  }

  .menu-category__details details:last-child {
    padding-bottom: 0vw;
  }

  .menu-category__details details:first-child {
    padding-top: 0vw;
  }

  .menu-category__summary {
    font-size: 2.8645833333vw;
    line-height: 3.3854166667vw;
    font-weight: 400;
  }

  .menu-category__summary {
    padding-right: 3.90625vw;
  }

  .menu-category__summary::before {
    width: 1.3vw;
    height: 1.8vw;
    top: calc(100% - 2.4vw);
    right: 1vw;
  }

  .menu-category__content {
    padding-left: 3.90625vw;
    padding-top: 1.0416666667vw;
  }

  .menu-category__item {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .form-count {
    border-width: 0.1302083333vw;
    height: 4.6875vw;
    min-width: 14.0625vw;
  }

  .form-count__btn {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .form-count__btn {
    min-width: 4.6875vw;
  }

  .form-count__input {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .form-count__input {
    border-width: 0.1302083333vw;
    min-width: 4.6875vw;
  }

  .breadcrumb {
    padding-top: 0vw;
    padding-bottom: 1.0416666667vw;
  }

  .breadcrumb__list li {
    padding-right: 1.3020833333vw;
  }

  .breadcrumb__list li:not(:first-child) {
    text-indent: 1.3020833333vw;
  }

  .breadcrumb__list li:not(:first-child):before {
    font-size: 1.953125vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .breadcrumb__list li:not(:first-child):before {
    left: -1.5625vw;
    top: -0.1302083333vw;
  }

  .breadcrumb__list a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .product {
    gap: 5.2083333333vw;
    margin-bottom: 7.8125vw;
  }

  .product__swipers {
    gap: 1.5625vw;
  }

  .product__swipers {
    max-width: 100%;
  }

  .product__swiper--main .swiper-slide .product__photo {
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }

  .product__swiper--main .swiper-slide .product__photo img {
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .product__swiper--main .swiper-slide .product__photo img {
    height: 52.0833333333vw;
  }

  .product__photo {
    padding-top: 0.6510416667vw;
    padding-bottom: 0.6510416667vw;
    padding-left: 0.6510416667vw;
    padding-right: 0.6510416667vw;
  }

  .product__information {
    max-width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .product__information h1 {
    max-width: 85%;
  }

  .product__id {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .product__id {
    top: 1.3020833333vw;
    right: 1.953125vw;
  }

  .product__buy {
    margin-bottom: 3.125vw;
  }

  .product__buy h1 {
    margin-bottom: 1.5625vw;
  }

  .product__form {
    gap: 3.90625vw;
  }

  .product__form {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }

  .product__form .btn {
    font-size: 2.8645833333vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .product__form .btn {
    padding-left: 6.5104166667vw;
    padding-right: 1.5625vw;
  }

  .product__form .btn {
    background-position: left 8% top 40%;
  }

  .product__price span {
    font-size: 3.125vw;
    line-height: 3.90625vw;
    font-weight: 600;
  }

  .product__price p {
    font-size: 4.4270833333vw;
    line-height: 4.9479166667vw;
    font-weight: 700;
  }

  .product__price p {
    margin-bottom: 0.5208333333vw;
  }

  .product__price p {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .product__price p i {
    font-size: 2.6041666667vw;
    line-height: 3.6458333333vw;
    font-weight: 600;
  }

  .product__price b {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .product__price b {
    padding-left: 3.3854166667vw;
  }

  .product__price b:before {
    left: -0.390625vw;
    bottom: -0.1302083333vw;
    height: 3.3854166667vw;
    width: 3.2552083333vw;
  }

  .product__count .form-count__input {
    min-width: 10.2vw;
  }

  .product h3 {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 600;
  }

  .product__specifications {
    margin-bottom: 3.125vw;
  }

  .product__specifications h3 {
    margin-bottom: 1.3020833333vw;
  }

  .product__meaning:not(:last-child) {
    margin-bottom: 0.78125vw;
  }

  .product__meaning p {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
    font-weight: 400;
  }

  .product__meaning span {
    font-size: 1.8229166667vw;
    line-height: 1.8229166667vw;
    font-weight: 400;
  }

  .product__meaning + h3 {
    margin-top: 3.125vw;
  }

  .product__line {
    height: 0.1302083333vw;
    margin-left: 1.953125vw;
    margin-right: 1.953125vw;
  }

  .product__description {
    gap: 2.0833333333vw;
  }

  .product__description p {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 300;
  }

  .product__description ul li {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 300;
  }

  .product__description ul li {
    text-indent: 2.34375vw;
  }

  .product__description ul li::before {
    font-size: 1.3020833333vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .product__description ul li::before {
    left: -2.34375vw;
    top: 0.1302083333vw;
  }

  .product__description a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .list-page {
    padding-bottom: 7.8125vw;
  }

  .list-page .main__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .list-page .main__container .sidebar {
    display: block;
    width: 100%;
  }

  .list-page .main__container .sidebar__container {
    display: none;
  }

  .list-page .main__container .main__content {
    width: 100%;
  }

  .list-page .main__container .filter-list {
    margin-top: 0vw;
  }

  .list-page .tovars {
    margin-bottom: 5.2083333333vw;
  }

  .list-page .tovars__btn {
    margin-top: 3.125vw;
  }

  .filter-list {
    margin-bottom: 7.8125vw;
  }

  .filter-list {
    padding-top: 1vw;
    padding-bottom: 3vw;
  }

  .filter-list__form h3 {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .filter-list__form h3 {
    margin-bottom: 1.3020833333vw;
  }

  .filter-list__block {
    max-width: 100%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .filter-list__block div {
    gap: 1.0416666667vw;
  }

  .filter-list__block div label {
    gap: 1.0416666667vw;
  }

  .filter-list__block div input {
    max-width: 13.0208333333vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
  }

  .filter-list label {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 600;
  }

  .filter-list label input {
    font-size: 2.0833333333vw;
    line-height: 2.8645833333vw;
    font-weight: 600;
  }

  .filter-list label input {
    border-width: 0.1302083333vw;
  }

  .filter-list__checkbox {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .filter-list__checkbox {
    padding-left: 3.6458333333vw;
  }

  .filter-list__checkbox::before {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
    border-width: 0.2604166667vw;
  }

  .filter-list .checkbox-checked::after {
    width: 1.8229166667vw;
    height: 1.5625vw;
    left: 0.5208333333vw;
  }

  .filter-list__checkbox:not(:last-child) {
    margin-bottom: 1.3020833333vw;
  }

  .filter-list__checkbox p {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 600;
  }

  .filter-list__checkbox b {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 600;
  }

  .filter-list__more {
    border-width: 0.1302083333vw;
    margin-left: 5.7291666667vw;
    margin-bottom: 2.0833333333vw;
    margin-top: 0vw;
  }

  .filter-list .btn {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .category-tabs h1 {
    font-size: 4.1666666667vw;
    line-height: 4.9479166667vw;
    font-weight: 600;
  }

  .category-tabs h1 {
    margin-bottom: 4.1666666667vw;
  }

  .category-tabs__container {
    -webkit-column-gap: 3.2552083333vw;
       -moz-column-gap: 3.2552083333vw;
            column-gap: 3.2552083333vw;
    margin-bottom: 2.6041666667vw;
  }

  .category-tabs__container details {
    border-width: 0.1302083333vw;
  }

  .category-tabs__container details > .category-tabs__item {
    margin-left: 2.6041666667vw;
  }

  .category-tabs__container details[open] > summary {
    padding-right: 2.6041666667vw;
  }

  .category-tabs__container summary {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .category-tabs__container summary {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 5.859375vw;
    border-width: 0.1302083333vw;
  }

  .category-tabs__container summary::before {
    width: 3.515625vw;
  }

  .category-tabs__container .category-tabs__item {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 3.90625vw;
    border-width: 0.1302083333vw;
  }

  .category-tabs__item {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .category-tabs__item a {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .custom-select {
    width: 39.0625vw;
    margin-bottom: 2.0833333333vw;
  }

  .custom-select__header {
    border-width: 0.1302083333vw;
    right: -0.1302083333vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 3.2552083333vw;
  }

  .custom-select__header:before {
    width: 1.8229166667vw;
    height: 1.5625vw;
    right: 1.8229166667vw;
  }

  .custom-select__option-text {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .custom-select__options-list {
    border-width: 0.1302083333vw;
    right: -0.1302083333vw;
  }

  .custom-select__options-list li {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .custom-select__options-list li {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }

  .pagination__left {
    gap: 3.125vw;
  }

  .pagination__desc h4 {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .pagination__desc p {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    font-weight: 400;
  }

  .pagination__list {
    gap: 0.2604166667vw;
  }

  .pagination__item {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .pagination__item {
    padding-top: 1.5625vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    min-width: 4.4270833333vw;
  }

  .pagination__item:before {
    border-width: 0.1302083333vw;
    bottom: 0.78125vw;
  }

  .pagination__ellipsis {
    padding-top: 1.5625vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 4.375vw;
  }

  p,
  b,
  strong,
  span {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .text,
  .text p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  h1 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 600;
  }

  h2 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 500;
  }

  h2 span {
    font-size: 8.75vw;
    line-height: 10vw;
    font-weight: 700;
  }

  h3 {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  h4 {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  li {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .text h1,
  .text h2,
  .text h3,
  .text h4,
  .text p,
  .text a {
    margin-bottom: 2.5vw;
  }

  .text ol,
  .text ul {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .text ol li:not(:last-child),
  .text ul li:not(:last-child) {
    margin-bottom: 1.875vw;
  }

  .text ol {
    padding-left: 4.375vw;
  }

  .text ul {
    padding-left: 4.6875vw;
  }

  .typography h1 {
    font-size: 8.125vw;
    line-height: 10vw;
    font-weight: 800;
  }

  .typography h2 {
    font-size: 7.5vw;
    line-height: 9.375vw;
    font-weight: 700;
  }

  .typography h3 {
    font-size: 6.25vw;
    line-height: 8.125vw;
    font-weight: 600;
  }

  .typography h4 {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 500;
  }

  .typography h5 {
    font-size: 5vw;
    line-height: 6.875vw;
    font-weight: 500;
  }

  .typography p {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .typography span {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .typography strong {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .typography a {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .typography li {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .modal-menu .choices {
    width: 46.875vw;
  }

  .choices[data-type*=select-one]::after {
    width: 3.125vw;
    height: 1.875vw;
    top: 3.125vw;
    right: 2.5vw;
  }

  .choices[data-type*=select-one]::after {
    top: 45%;
  }

  .choices[data-type*=select-one].is-open::after {
    top: 3.75vw;
  }

  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 78.125vw;
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 3.125vw;
  }

  .nav__item--active .choices__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .choices__item {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .link a {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 400;
  }

  .btn {
    font-size: 5vw;
    line-height: 6.25vw;
    border-width: 0.625vw;
    border-radius: 1.5625vw;
    padding-top: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
  }

  .container {
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
  }

  .scroll-button {
    bottom: 1.5625vw;
    right: 42.1875vw;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 9.375vw;
    border-width: 0.9375vw;
  }

  .scroll-button {
    right: calc(50% - 6.25vw);
    width: 12.5vw;
    height: 12.5vw;
  }

  .topmenu {
    width: 100%;
  }

  .topmenu > li {
    border-width: 0.3125vw;
  }

  .topmenu > li {
    width: 100%;
  }

  .submenu {
    border-width: 0.3125vw;
    min-width: 31.25vw;
  }

  .submenu li {
    border-width: 0.3125vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4.0625vw;
    line-height: 5.3125vw;
  }

  .header {
    top: 0vw;
    padding-top: 3.125vw;
    padding-bottom: 3.75vw;
  }

  .header__container {
    gap: 1.875vw;
  }

  .header__container {
    padding-top: 0;
    padding-bottom: 2vw;
  }

  .header__btn {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .header__btn {
    gap: 1.25vw;
  }

  .header__btn i {
    width: 5vw;
  }

  .header__search {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .header__search button {
    width: 6.5vw;
    height: 6.5vw;
  }

  .header__tell {
    gap: 1.875vw;
  }

  .header__tell {
    width: 6.5vw;
    height: 6.5vw;
  }

  .header__tell img {
    margin: 0 auto;
  }

  .header__tell--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__contact p {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 600;
  }

  .header__contact span {
    font-size: 3.4375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .header__basket {
    min-width: 8vw;
    width: auto;
    height: auto;
  }

  .header__basket img {
    padding: 0.5vw;
    width: auto;
    height: 6.5vw;
  }

  .header__basket span {
    right: 0vw;
    min-width: 4.375vw;
    min-height: 4.375vw;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .header__basket span {
    width: auto;
    height: auto;
  }

  .header__basket span {
    font-size: 3.125vw;
    line-height: 3.75vw;
    font-weight: 600;
  }

  .header__basket:before {
    bottom: -4.375vw;
    height: 0.9375vw;
  }

  .header__profile {
    min-width: 5vw;
    width: auto;
    height: auto;
  }

  .header__profile img {
    width: auto;
    height: 6.5vw;
    margin: 0 auto;
  }

  .header__profile:before {
    bottom: -4.375vw;
    height: 0.9375vw;
  }

  .header .header__logo {
    min-width: 20vw;
  }

  .header .header__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .header .header__tell {
    gap: 0;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    background-color: transparent;
    padding: 0;
    height: auto;
    display: none;
  }

  .header .header__tell img {
    display: none;
  }

  .header .header__tell--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .header .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 1vw;
  }

  .header .header__contact p {
    font-size: 3.75vw;
    line-height: 4.375vw;
    font-weight: 600;
  }

  .header .header__contact p {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .header .header__contact span {
    font-size: 2.5vw;
    line-height: 3.75vw;
    font-weight: 400;
  }

  .header .header__contact span {
    padding-top: 0.625vw;
  }

  .header .header__contact span {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .header .header__btn {
    max-width: 28vw;
    width: 100%;
    padding: 4vw 3vw;
    text-align: center;
    margin: 0 auto;
  }

  .header .header__search {
    background-color: transparent !important;
  }

  .header .header__search button {
    background-color: transparent !important;
    background-image: url("../img/icons/search-light.png");
    background-size: auto 80%;
  }

  .button-menu {
    width: 9.375vw;
    height: 9.375vw;
  }

  .modal-menu {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }

  .modal-menu .modal__container {
    gap: 5vw;
  }

  .modal-menu .header__logo {
    width: 31.25vw;
    margin-bottom: 3.125vw;
  }

  .modal-menu .header__btn {
    width: 50%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    gap: 2vw;
  }

  .modal-menu .header__btn {
    margin-bottom: 3.125vw;
  }

  .modal-menu .header__btn i {
    width: 7vw;
  }

  .modal-menu .header__search {
    margin-bottom: 3.125vw;
  }

  .modal-menu .header__search input {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 3.75vw;
    padding-right: 15.625vw;
    width: 75vw;
  }

  .modal-menu .header__search button {
    width: 12.5vw;
  }

  .modal-menu .header__tell img {
    width: 7.8125vw;
    height: 9.375vw;
  }

  .modal-menu .header__contact {
    gap: 0;
  }

  .modal-menu .header__contact p {
    font-size: 6.5625vw;
    line-height: 6.875vw;
    font-weight: 600;
  }

  .modal-menu .header__contact span {
    font-size: 3.125vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .modal-menu .header__adress p {
    font-size: 4.375vw;
    line-height: 5vw;
    font-weight: 500;
  }

  .modal-menu .header__adress p {
    width: 90%;
  }

  .modal-menu .modal__row {
    gap: 6vw;
  }

  .modal-menu .header__basket {
    width: 10.9375vw;
    height: 9.375vw;
  }

  .modal-menu .header__basket span {
    top: -1.25vw;
    right: -1.5625vw;
    min-width: 6.25vw;
    min-height: 6.25vw;
  }

  .modal-menu .header__basket span {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 600;
  }

  .modal-menu .header__profile {
    width: 6.25vw;
    height: 9.6875vw;
  }

  .modal-menu .header__profile {
    min-width: auto;
  }

  .modal-menu .header__profile:before {
    left: -25%;
  }

  .modal-menu .button-menu {
    height: 9.375vw;
    top: 4.375vw;
    right: 4.375vw;
  }

  .modal-menu .navigation__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
    row-gap: 3vw;
  }

  .modal-menu .navigation__container a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 500;
  }

  .modal-menu .navigation__container a {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }

  .navigation__container {
    gap: 2.5vw;
    padding-top: 3.125vw;
    padding-bottom: 3.75vw;
  }

  .navigation__container a {
    font-size: 3.75vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .footer {
    padding-top: 6.25vw;
    padding-bottom: 15.625vw;
  }

  .footer__top {
    margin-bottom: 5vw;
    row-gap: 5vw;
  }

  .footer__logo {
    max-width: 100%;
  }

  .footer__logo .logo {
    margin-bottom: 4.375vw;
    width: 37.5vw;
  }

  .footer__logo p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 300;
  }

  .footer__author {
    gap: 4.375vw;
  }

  .footer__arrow {
    width: 9.375vw;
  }

  .footer__nav {
    max-width: 100%;
  }

  .footer__nav {
    gap: 1.5625vw;
  }

  .footer__list {
    max-width: 50%;
    width: 100%;
  }

  .footer__list a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .footer__list h3 {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 600;
  }

  .footer__info {
    max-width: 100%;
  }

  .footer__info {
    font-size: 3.75vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .footer__center {
    margin-bottom: 5vw;
    gap: 5vw;
  }

  .footer__left a:not(:last-child) {
    margin-bottom: 2.5vw;
  }

  .footer__right p {
    margin-bottom: 3.75vw;
  }

  .footer__tell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__tell a:not(.btn) {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 600;
  }

  .footer__tell .btn {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 600;
  }

  .footer__tell .btn {
    padding-top: 2.5vw;
    padding-right: 5vw;
    padding-bottom: 2.5vw;
    padding-left: 5vw;
  }

  .footer__tell {
    gap: 3.75vw;
  }

  .footer__bottom span {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .footer__bottom span {
    margin-bottom: 5vw;
  }

  .footer__bottom p {
    max-width: 100%;
  }

  .logo {
    width: 31.25vw;
  }

  .main {
    padding-top: 4.6875vw;
    padding-bottom: 4.6875vw;
  }

  .main .sidebar__item {
    font-size: 4.375vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .main .sidebar__item--now {
    font-size: 4.375vw;
    line-height: 5vw;
    font-weight: 600;
  }

  .main .sidebar__menu h3 {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 600;
  }

  .main .sidebar__menu h4 {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 600;
  }

  .main .sidebar__menu li {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 500;
  }

  .main-bunner {
    gap: 4.6875vw;
    margin-bottom: 9.375vw;
  }

  .main-bunner__swiper .swiper-slide {
    height: 37.5vw;
  }

  .main-bunner__swiper .swiper-button-prev,
  .main-bunner__swiper .swiper-button-next {
    height: 17.5vw;
    width: 17.5vw;
    left: -10vw;
  }

  .main-bunner__swiper .swiper-button-prev,
  .main-bunner__swiper .swiper-button-next {
    top: 42%;
  }

  .main-bunner__swiper .swiper-button-prev::after,
  .main-bunner__swiper .swiper-button-next::after {
    width: 5vw;
    height: 8.25vw;
    left: 1.875vw;
    top: 4.6875vw;
  }

  .main-bunner__swiper .swiper-button-next {
    right: -10vw;
  }

  .main-bunner__swiper .swiper-button-next::after {
    top: 4.375vw;
  }

  .main-bunner__categories {
    gap: 2.5vw;
  }

  .main-bunner__item {
    height: 68.75vw;
  }

  .main-bunner__item {
    width: 48.5%;
  }

  .main-bunner__polygon h3 {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 600;
  }

  .main-bunner__polygon h3 {
    overflow-wrap: break-word;
  }

  .tovars {
    margin-bottom: 9.375vw;
  }

  .tovars h2 {
    margin-bottom: 4.6875vw;
  }

  .tovars__wrapper {
    gap: 2.5vw;
  }

  .tovars__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .tovars__item {
    padding-top: 2.5vw;
    padding-bottom: 3.75vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }

  .tovars__btn {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 400;
  }

  .tovars__btn {
    margin-top: 4.6875vw;
  }

  .tovar-card {
    gap: 2.5vw;
  }

  .tovar-card__content {
    gap: 2.5vw;
  }

  .tovar-card__star {
    width: 6.25vw;
    height: 6.25vw;
  }

  .tovar-card__star {
    top: 1.5vw;
    right: 1.5vw;
  }

  .tovar-card__discount {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .tovar-card__discount {
    padding-top: 3.75vw;
    width: 17.1875vw;
    height: 17.1875vw;
    top: -5.625vw;
    left: -1.875vw;
  }

  .tovar-card__photo {
    max-width: 90%;
  }

  .tovar-card__info h3 {
    font-size: 4.375vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .tovar-card__info h3 {
    padding-top: 0vw;
    padding-bottom: 1.875vw;
  }

  .tovar-card__info p {
    font-size: 3.75vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .tovar-card__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
    width: 100%;
    margin: auto auto 0;
  }

  .tovar-card__price {
    gap: 3.125vw;
  }

  .tovar-card__price p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 800;
  }

  .tovar-card__price p {
    text-align: right;
    width: 100%;
  }

  .tovar-card__price {
    min-height: auto;
  }

  .tovar-card .btn {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .tovar-card .btn {
    padding-left: 11.75vw;
    right: 1.25vw;
    bottom: 3.75vw;
  }

  .tovar-card .btn {
    position: static;
    width: 100%;
    background-size: 13% auto;
    background-position: left 10% center;
  }

  .tovar-card__price--sale {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 99%;
    gap: 1vw;
  }

  .tovar-card__price--sale p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .tovar-card__price--sale span {
    font-size: 3.75vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .tovar-card__price--sale span {
    padding-top: 0.3125vw;
  }

  .about-us__container {
    background-image: none !important;
    background-color: #FFF;
    padding: 4vw 2vw 7.5vw;
  }

  .about-us__mobile {
    display: block;
    border-radius: 2vw 2vw 0 0;
    overflow: hidden;
  }

  .about-us__placeholder {
    width: 100%;
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 100%;
    display: none;
  }

  .about-us__info {
    margin-bottom: 7.5vw;
  }

  .about-us__info {
    width: 100%;
    padding-bottom: 0;
  }

  .about-us__info h2 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 500;
  }

  .about-us__info h2 {
    margin-bottom: 2.5vw;
  }

  .about-us__info p {
    font-size: 5vw;
    line-height: 6.875vw;
    font-weight: 300;
  }

  .about-us__info p:last-child {
    width: 100%;
  }

  .about-us__brands {
    row-gap: 3.75vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
  }

  .about-us__brands {
    width: 100%;
    margin: 0 auto;
  }

  .about-us__brand {
    max-width: 48%;
  }

  .about-us__more a {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 400;
  }

  .menu-category {
    margin-bottom: 9.375vw;
  }

  .menu-category h2 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 500;
  }

  .menu-category h2 {
    margin-bottom: 4.6875vw;
  }

  .menu-category__container {
    padding: 5vw 2.5vw;
  }

  .menu-category__details {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .menu-category__details:not(:last-child) {
    border-width: 0.3125vw;
  }

  .menu-category__details[open] > summary {
    padding-right: 7.8125vw;
  }

  .menu-category__details details:not(:last-child) {
    padding-bottom: 1.875vw;
  }

  .menu-category__details details:not(:first-child) {
    padding-bottom: 1.875vw;
  }

  .menu-category__details details:last-child {
    padding-bottom: 0vw;
  }

  .menu-category__details details:first-child {
    padding-top: 0vw;
  }

  .menu-category__summary {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .menu-category__summary {
    padding-right: 6.25vw;
  }

  .menu-category__summary::before {
    width: 2.45vw;
    height: 4.5vw;
    top: 1.5vw;
    right: 2vw;
  }

  .menu-category__content {
    padding-left: 7.8125vw;
    padding-top: 1.875vw;
  }

  .menu-category__item {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .item-page .tovars {
    margin-bottom: 2.5vw;
  }

  .form-count {
    border-width: 0.3125vw;
    height: 11.25vw;
    min-width: 33.75vw;
  }

  .form-count__btn {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .form-count__btn {
    min-width: 11.25vw;
  }

  .form-count__input {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .form-count__input {
    border-width: 0.3125vw;
    min-width: 11.25vw;
  }

  .breadcrumb {
    padding-top: 0vw;
    padding-bottom: 2.5vw;
  }

  .breadcrumb__list li {
    padding-right: 1.25vw;
  }

  .breadcrumb__list li:not(:first-child) {
    text-indent: 2.8125vw;
  }

  .breadcrumb__list li:not(:first-child):before {
    font-size: 3.125vw;
    line-height: 3.75vw;
    font-weight: 400;
  }

  .breadcrumb__list li:not(:first-child):before {
    left: -2.5vw;
    top: 0.625vw;
  }

  .breadcrumb__list a {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .product {
    gap: 4.6875vw;
    margin-bottom: 9.375vw;
  }

  .product__swipers {
    gap: 2.5vw;
  }

  .product__swiper--main .swiper-slide .product__photo {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }

  .product__swiper--main .swiper-slide .product__photo img {
    height: 62.5vw;
  }

  .product__photo {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .product__information {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .product__information {
    max-width: 100%;
  }

  .product__information h1 {
    max-width: 90%;
  }

  .product__id {
    font-size: 3.125vw;
    line-height: 3.75vw;
    font-weight: 400;
  }

  .product__id {
    top: 3.125vw;
    right: 2.5vw;
  }

  .product__buy {
    margin-bottom: 5vw;
  }

  .product__buy h1 {
    margin-bottom: 2.5vw;
  }

  .product__form {
    gap: 2.5vw;
  }

  .product__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product__form .btn {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 400;
  }

  .product__form .btn {
    padding-left: 10vw;
    font-size: 4.375vw;
  }

  .product__form .btn {
    background-position: left 8% top 45%;
    margin: 0 0 0 auto;
  }

  .product__price {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  .product__price span {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 600;
  }

  .product__price span {
    margin-bottom: 0vw;
  }

  .product__price p {
    font-size: 7.5vw;
    line-height: 8.75vw;
    font-weight: 700;
  }

  .product__price p {
    margin-bottom: 0.625vw;
  }

  .product__price p i {
    font-size: 5vw;
    line-height: 7.5vw;
    font-weight: 600;
  }

  .product__price b {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .product__price b {
    padding-left: 8.125vw;
  }

  .product__price b:before {
    left: -0.9375vw;
    bottom: -0.9375vw;
    height: 8.125vw;
    width: 7.8125vw;
  }

  .product__count .form-count__input {
    min-width: 14vw;
  }

  .product__count {
    margin: 0 0 0 auto;
  }

  .product h3 {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 600;
  }

  .product__specifications {
    margin-bottom: 5vw;
  }

  .product__specifications h3 {
    margin-bottom: 2.5vw;
  }

  .product__meaning {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0.1vw solid #cdcdcd;
  }

  .product__meaning:not(:last-child) {
    margin-bottom: 1.875vw;
    padding-bottom: 0.9375vw;
  }

  .product__meaning:last-child {
    padding-bottom: 0.9375vw;
  }

  .product__meaning p {
    font-size: 3.75vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .product__meaning p {
    max-width: 60%;
    width: 100%;
  }

  .product__meaning span {
    max-width: 35%;
    width: 100%;
  }

  .product__meaning span {
    font-size: 3.75vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .product__meaning + h3 {
    margin-top: 5vw;
  }

  .product__line {
    height: 0.625vw;
    margin-left: 3.125vw;
    margin-right: 3.125vw;
  }

  .product__line {
    display: none;
  }

  .product__description {
    gap: 3.125vw;
  }

  .product__description p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 300;
  }

  .product__description ul li {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 300;
  }

  .product__description ul li {
    text-indent: 4.375vw;
  }

  .product__description ul li::before {
    font-size: 2.5vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .product__description ul li::before {
    left: -4.375vw;
    top: 0.3125vw;
  }

  .product__description a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .list-page {
    padding-bottom: 4.6875vw;
  }

  .list-page .tovars {
    margin-bottom: 9.375vw;
  }

  .list-page .tovars__btn {
    margin-top: 4.6875vw;
  }

  .list-page .menu-category__container {
    max-height: 78.125vw;
  }

  .filter-list {
    margin-bottom: 9.375vw;
    padding-bottom: 7.5vw;
    padding-top: 4.375vw;
  }

  .filter-list {
    position: fixed;
    z-index: 1000;
    top: 23vw;
    left: 0;
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 23vw);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .filter-list--open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .filter-list__open-btn {
    display: block;
  }

  .filter-list__open-btn::before {
    font-size: 5vw;
    line-height: 6.875vw;
    font-weight: 400;
  }

  .filter-list__open-btn span {
    font-size: 5vw;
    line-height: 6.875vw;
    font-weight: 400;
  }

  .filter-list__form h3 {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .filter-list__form h3 {
    margin-bottom: 1.875vw;
  }

  .filter-list__block {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }

  .filter-list__block div {
    gap: 1.875vw;
  }

  .filter-list__block div label {
    gap: 1.875vw;
  }

  .filter-list__block div input {
    max-width: 25vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }

  .filter-list label {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 600;
  }

  .filter-list label input {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 600;
  }

  .filter-list label input {
    border-width: 0.3125vw;
  }

  .filter-list__checkbox {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .filter-list__checkbox {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-transform: capitalize;
  }

  .filter-list__checkbox {
    padding-left: 8.75vw;
  }

  .filter-list__checkbox::before {
    width: 6.25vw;
    height: 6.25vw;
    border-width: 0.625vw;
  }

  .filter-list__checkbox::before {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
            box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  }

  .filter-list .checkbox-checked::after {
    width: 3.125vw;
    height: 3.125vw;
    left: 1.5625vw;
  }

  .filter-list__checkbox:not(:last-child) {
    margin-bottom: 2.5vw;
  }

  .filter-list__checkbox p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 600;
  }

  .filter-list__checkbox b {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 600;
  }

  .filter-list__more {
    border-width: 0.3125vw;
    margin-left: 11.25vw;
    margin-top: 0vw;
  }

  .filter-list .btn {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .filter-list .btn {
    margin-top: 1.875vw;
  }

  .category-tabs h1 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 600;
  }

  .category-tabs h1 {
    margin-bottom: 4.6875vw;
  }

  .category-tabs h1 {
    display: none;
  }

  .category-tabs__container {
    -webkit-column-gap: 7.8125vw;
       -moz-column-gap: 7.8125vw;
            column-gap: 7.8125vw;
    margin-bottom: 6.25vw;
  }

  .category-tabs__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .category-tabs__container ul {
    max-width: 100%;
  }

  .category-tabs__container details {
    border-width: 0.3125vw;
  }

  .category-tabs__container details > .category-tabs__item {
    margin-left: 6.25vw;
  }

  .category-tabs__container details[open] > summary {
    padding-right: 4.6875vw;
  }

  .category-tabs__container summary {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .category-tabs__container summary {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
    padding-left: 2.5vw;
    padding-right: 12.5vw;
    border-width: 0.3125vw;
  }

  .category-tabs__container summary::before {
    width: 8.4375vw;
  }

  .category-tabs__container .category-tabs__item {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
    padding-left: 2.5vw;
    padding-right: 7.8125vw;
    border-width: 0.3125vw;
  }

  .category-tabs__item {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .category-tabs__item a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .custom-select {
    width: 62.5vw;
    margin-bottom: 3.75vw;
  }

  .custom-select__header {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 2.5vw;
    padding-right: 6.25vw;
  }

  .custom-select__header {
    border-width: 1px;
    right: -1px;
    border-radius: 1vw;
  }

  .custom-select__header:before {
    width: 4.375vw;
    height: 3.75vw;
    right: 4.375vw;
  }

  .custom-select__option-text {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .custom-select__options-list {
    border-width: 1px;
    right: -1px;
  }

  .custom-select__options-list li {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .custom-select__options-list li {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
  }

  .custom-select.open .custom-select__header {
    border-radius: 1vw 1vw 0 0;
  }

  .pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .pagination {
    gap: 4.6875vw;
  }

  .pagination__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .pagination__left {
    gap: 3.75vw;
  }

  .pagination__desc h4 {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .pagination__desc p {
    font-size: 2.5vw;
    line-height: 3.75vw;
    font-weight: 400;
  }

  .pagination__list {
    gap: 0.625vw;
  }

  .pagination__item {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .pagination__item {
    padding-top: 1.875vw;
    padding-bottom: 1.25vw;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    min-width: 0vw;
  }

  .pagination__item:before {
    border-width: 0.3125vw;
    bottom: 0.9375vw;
  }

  .pagination__ellipsis {
    padding-top: 1.875vw;
    padding-bottom: 1.25vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .header .header__btn {
    font-size: 3.125vw;
    line-height: 5.625vw;
    font-weight: 400;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (min-width: 1601px) and (max-width: 1600px) {
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 0.9375vw;
  }
}

@media (min-width: 1601px) and (max-width: 1440px) {
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 1.0416666667vw;
  }
}
.setka-br
{
 display:flex;
 flex-wrap:wrap;
 gap:20px;
         justify-content: center;
         margin-top:30px;
	}
.setka-br-item
{
 width:200px;
 height:200px;
 border:1px #ccc solid;
	}
.setka-br-item img
{
 width:100%;
	}
@media (min-width: 993px) and (max-width: 1440px) {
  .header__container {
    gap: 1vw;
  }

  .header__search input {
    width: 35vw;
  }

  .footer__logo {
    max-width: 25%;
  }

  .footer__logo p {
    font-size: 1.2vw;
  }

  .footer__info {
    max-width: 38%;
  }

  .main .sidebar__modal {
    max-width: 69.6%;
  }

  .main-bunner__item {
    height: 16vw;
  }

  .main-bunner__polygon h3 {
    font-size: 0.85vw;
  }

  .tovars__wrapper {
    gap: 1.25vw;
  }

  .tovar-card__price--sale {
    gap: 0;
  }

  .product__meaning p {
    max-width: 70%;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .header__search input {
    width: 31.1vw;
  }

  .footer__info {
    max-width: 40%;
  }

  .main .sidebar__modal {
    max-width: 62.5%;
  }

  .main-bunner__item {
    height: 15vw;
  }

  .main-bunner__polygon h3 {
    font-size: 0.85vw;
  }

  .tovars__wrapper {
    gap: 1.125vw;
  }

  .tovar-card__price--sale {
    gap: 0;
  }

  .product__meaning p {
    max-width: 65%;
  }
}

@media (min-width: 993px) and (max-width: 1600px) {
  .footer__left {
    width: 40%;
  }

  .product__form .btn {
    font-size: 1.2vw;
    padding-left: 0.8vw;
    background-image: none;
    font-weight: 500;
  }

  .product__price {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}

@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));
    }
}
}
.ptable2
{
 width:100%;
	}
	.ptable2 .t_left
	{
	 width:90px !important;
	 overflow:hidden;
	 white-space:normal;
		}
		.tt ol
		{
		 margin-left:20px;
			}
			.tt ol li
		{
		 margin-top:20px;
			}
.category-tabs__container a:hover {
  color: #e7342b;
}
.simpl
{
    position: relative;
    background-color: #fff;

    background-color: #FFF;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
   border-radius: 0.5vw;
	}

.fast_filter {
    background-color: #e1000f;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 250px;
    padding-bottom: 5px;
    color: #fff;
    display: none;
    line-height: 25px;
    border-radius: 5px;
    position: fixed;
    z-index: 1000000;
    left: 25%;
    margin-left: 0px;
    top: 25%;
}
@media (max-width: 576px) {
  .setka-br
{
 display:flex;
 flex-wrap:wrap;
 gap:20px;
	}

.setka-br-item
{
 width:130px;
 height:130px;
 border:1px #ccc solid;
	}
	.simpl
	{
	 padding:20px;
		}
}
