@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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Анимации */
/* Choises: 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;
  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 {
  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;
  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;
}

@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%;
    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;
  }
}
.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;
  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;
  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;
}

/* Slider: swiper */
@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')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

/* Переменные */
/* Миксины */
/* Адаптивность */
/* Подключение шрифта вручную */
/* Работа с типографией */
/* Удобная Сетка */
/* Обнуление стилей */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.0520833333vw;
}
@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.3125vw;
  }
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-family: PTSans;
  color: #000000;
  scroll-margin-top: 119rem;
  font-size: 18rem;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 992px) {
  body {
    font-size: 16rem;
  }
}

.img {
  display: block;
  width: 100%;
  height: auto;
  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;
}

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

textarea {
  resize: none;
}

/* Шрифты */
@font-face {
  font-family: calibri_bold;
  font-display: swap;
  src: url('../fonts/calibri_bold.woff2') format('woff2'),
    url('../fonts/calibri_bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@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: PTSans;
  font-display: swap;
  src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
    url('../fonts/PTSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: PTSans;
  font-display: swap;
  src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
    url('../fonts/PTSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* Типографика */
h1,
h2,
h3 {
  text-transform: uppercase;
}

h2 {
  font-size: 48rem;
  line-height: 50rem;
  font-family: PTSans;
  font-weight: 700;
  color: #366a62;
}
@media (max-width: 992px) {
  h2 {
    font-size: 40rem;
    line-height: 42rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28rem;
    line-height: 30rem;
    font-family: PTSans;
  }
}

h3 {
  font-size: 36rem;
  line-height: 40rem;
  font-family: PTSans;
  font-weight: 700;
  color: #129682;
}
@media (max-width: 992px) {
  h3 {
    font-size: 32rem;
    line-height: 38rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20rem;
    line-height: 28rem;
    font-family: PTSans;
  }
}

a {
  display: inline-block;
  font-size: 18rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 400;
  color: #129682;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 992px) {
  a {
    font-size: 16rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}
a:hover {
  opacity: 0.75;
}

address {
  font-style: normal;
}

p,
span,
address {
  font-size: 18rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  p,
  span,
  address {
    font-size: 16rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}

.wrapper-desc {
  display: flex;
  flex-direction: column;
  row-gap: 24rem;
}
@media (max-width: 992px) {
  .wrapper-desc {
    row-gap: 20rem;
  }
}
@media (max-width: 767px) {
  .wrapper-desc {
    row-gap: 16rem;
  }
}

/* Анимации */
/* Компоненты */
/* Кнопки */
/* Кнопка: перейти */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  cursor: pointer;
}
.btn--border {
  position: relative;
}
.btn--border::after {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  border: 1rem solid #fff;
}
.btn--green {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  opacity: 1;
  background-color: #129682;
  color: #fff;
}
.btn--green:hover {
  opacity: 0.75;
}
.btn--transparent {
  font-size: 18rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 700;
  color: #000;
  border: 2rem solid #129682;
  border-radius: 2rem;
  background-color: transparent;
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.btn--transparent:hover {
  opacity: 1;
  color: #fff;
  background-color: #129682;
}
.btn--bigsize {
  font-size: 23rem;
  line-height: 28rem;
  font-family: PTSans;
  font-weight: 400;
  min-height: 64rem;
  max-height: 64rem;
  min-width: 214rem;
  padding-left: 15rem;
  padding-right: 15rem;
}
@media (max-width: 992px) {
  .btn--bigsize {
    font-size: 18rem;
    line-height: 23rem;
    font-family: PTSans;
    min-height: 56rem;
    max-height: 56rem;
    min-width: 164rem;
  }
}
.btn--bigsize.btn--border::after {
  width: calc(100% - 8rem);
  height: calc(100% - 8rem);
  top: 4rem;
  left: 4rem;
}
.btn--large {
  font-size: 18rem;
  line-height: 22rem;
  font-family: PTSans;
  font-weight: 400;
  min-height: 46rem;
  max-height: 46rem;
  padding: 0 15rem;
}
@media (max-width: 992px) {
  .btn--large {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
    min-height: 40rem;
    max-height: 40rem;
  }
}
@media (max-width: 767px) {
  .btn--large {
    min-height: 32rem;
    max-height: 32rem;
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
    padding: 0 6rem;
  }
}
.btn--large.btn--border::after {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  top: 2rem;
  left: 2rem;
}
@media (max-width: 767px) {
  .btn--large.btn--border::after {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
  }
}
.btn--minsize {
  font-size: 14rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
  min-height: 26rem;
  max-height: 26rem;
  padding-left: 12rem;
  padding-right: 12rem;
  border-radius: 4rem;
}

/* Контейнер */
.container {
  padding: 0 180rem;
}
@media (max-width: 1600px) {
  .container {
    padding: 0 64rem;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 40rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15rem;
  }
}

/* Icon */
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.icon--phone {
  background-image: url('../img/icons/icon-phone.png');
  width: 27rem;
  height: 27rem;
  min-width: 27rem;
  min-height: 27rem;
}
@media (max-width: 767px) {
  .icon--phone {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }
}
.icon--people {
  background-image: url('../img/icons/icon-people.png');
  width: 15rem;
  height: 23rem;
  min-width: 15rem;
  min-height: 23rem;
}
.icon--basket {
  background-image: url('../img/icons/icon-market.png');
  width: 28rem;
  height: 22rem;
  min-width: 28rem;
  min-height: 22rem;
}
@media (max-width: 767px) {
  .icon--basket {
    width: 21.5rem;
    height: 17.69rem;
    min-width: 21.5rem;
    min-height: 17.69rem;
  }
}
.icon--search {
  background-image: url('../img/icons/icon-search.png');
  width: 27rem;
  height: 30rem;
  min-width: 27rem;
  min-height: 30rem;
}
@media (max-width: 767px) {
  .icon--search {
    width: 19.28rem;
    height: 21.42rem;
    min-width: 19.28rem;
    min-height: 21.42rem;
  }
}
.icon--telegram {
  background-image: url('../img/icons/icon-telegram.png');
}
.icon--viber {
  background-image: url('../img/icons/icon-viber.png');
}
.icon--vk,
.icon--vk-min {
  background-image: url('../img/icons/icon-vk.png');
}
.icon--whatsapp,
.icon--whatsapp-min {
  background-image: url('../img/icons/icon-whatsapp.png');
}
.icon--vk,
.icon--whatsapp {
  width: 32rem;
  height: 33rem;
  min-width: 32rem;
  min-height: 33rem;
}
@media (max-width: 767px) {
  .icon--vk,
  .icon--whatsapp {
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }
}
.icon--viber,
.icon--telegram {
  width: 26rem;
  height: 26rem;
  min-width: 26rem;
  min-height: 26rem;
}
@media (max-width: 767px) {
  .icon--viber,
  .icon--telegram {
    width: 26rem;
    height: 26rem;
    min-width: 26rem;
    min-height: 26rem;
  }
}
.icon--vk-min,
.icon--whatsapp-min {
  width: 26rem;
  height: 27rem;
  min-width: 26rem;
  min-height: 27rem;
}
.icon--arrow-bottom {
  background-image: url('../img/icons/arrow-bottom.png');
  width: 11rem;
  height: 8rem;
  min-width: 11rem;
  min-height: 8rem;
}

/* Input */
.wrapper-input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wrapper-input input {
  max-width: 100%;
  width: 100%;
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
  border: 2rem solid #adadad;
  padding: 12rem;
  min-height: 40rem;
  max-height: 40rem;
}
.wrapper-input input::placeholder {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: #adadad;
}
.wrapper-input--search button {
  display: flex;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: absolute;
  right: 6rem;
  bottom: 5rem;
}
@media (max-width: 767px) {
  .wrapper-input--search button {
    bottom: 8rem;
    right: 8rem;
  }
}
.wrapper-input--search button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.wrapper-input--number {
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 5rem;
}
.wrapper-input--number input {
  text-align: center;
  border: 1rem solid #adadad;
  text-transform: uppercase;
  width: 52rem;
  height: 42rem;
  min-width: 52rem;
  min-height: 42rem;
  font-size: 16rem;
  line-height: 16rem;
  font-family: PTSans;
  font-weight: 400;
  border-radius: 2rem;
  padding: 0 6rem;
}
@media (max-width: 992px) {
  .wrapper-input--number input {
    padding: 0 4rem;
    width: 46rem;
    height: 36rem;
    min-width: 46rem;
    min-height: 36rem;
    font-size: 14rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .wrapper-input--number input {
    width: 42rem;
    height: 28rem;
    min-width: 42rem;
    min-height: 28rem;
    font-size: 12rem;
    line-height: 12rem;
    font-family: PTSans;
  }
}
.wrapper-input--number button {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  outline: unset;
  margin: 0;
  padding: 0;
  font-family: PTSans;
  font-size: 24rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 700;
  width: 25rem;
  height: 25rem;
  min-width: 25rem;
  min-height: 25rem;
}
@media (max-width: 767px) {
  .wrapper-input--number button {
    font-size: 22rem;
    line-height: 22rem;
    font-family: PTSans;
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }
}
.wrapper-input--number button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.wrapper-input--number .wrapper-input__increment {
  background-color: #bfbfbf;
}
.wrapper-input--number .wrapper-input__decrement {
  background-color: #e3e1e1;
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}
.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
}
.modal .modal__close {
  position: absolute;
  z-index: 10;
  right: 16rem;
  top: 16rem;
}
@media (max-width: 767px) {
  .modal .modal__close {
    top: 8rem;
  }
}
.modal .modal__close:hover {
  cursor: pointer;
}
.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  transform: translateX(-100vw);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  opacity: 1;
}
@media (max-width: 767px) {
  .modal--addmenu {
    display: flex;
    /*align-items: center;*/
  }
}
.modal--addmenu .modal__dialog {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .modal--addmenu .modal__dialog {
    height: auto;
    max-height: calc(100vh - 51rem);
    overflow-y: scroll;
  }
}
.modal--addmenu .modal__content {
  padding-bottom: 24rem;
}
@media (max-width: 992px) {
  .modal--addmenu .modal__content {
    padding-bottom: 20rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__content {
    padding-bottom: 48rem;
    padding-top: 32rem;
  }
}
.modal--addmenu .modal__container {
  padding: 0 400rem;
}
@media (max-width: 992px) {
  .modal--addmenu .modal__container {
    padding: 0 40rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__column:nth-child(2) {
    display: none;
  }
}
.modal--addmenu .modal__content-top {
  padding-top: 64rem;
  margin-bottom: 48rem;
}
@media (max-width: 992px) {
  .modal--addmenu .modal__content-top {
    padding-top: 40rem;
    margin-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__content-top {
    padding-top: 24rem;
    margin-bottom: 16rem;
  }
}
.modal--addmenu .modal__container-top {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: flex-start;
}
@media (max-width: 767px) {
  .modal--addmenu .modal__container-top {
    grid-template-columns: 1fr;
  }
}
.modal--addmenu .modal__content-bottom .modal__container {
  display: flex;
  column-gap: 64rem;
}
@media (max-width: 992px) {
  .modal--addmenu .modal__content-bottom .modal__container {
    column-gap: 24rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__content-bottom .modal__container {
    column-gap: 0;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 20rem;
  }
}
.modal--addmenu .modal__logo img {
  max-width: 230rem;
}
@media (max-width: 767px) {
  .modal--addmenu .modal__logo {
    display: none;
  }
}
.modal--addmenu .modal__search-column {
  display: flex;
  margin-top: auto;
}
.modal--addmenu .modal__search {
  width: 500rem;
}
@media (max-width: 1600px) {
  .modal--addmenu .modal__search {
    width: 390rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__search {
    width: 360rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .list-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16rem;
  }
}
.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

/* Dropdown */
.dropdown {
  position: relative;
  z-index: 9000;
}
.dropdown__items {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  min-width: 240rem;
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .dropdown__items {
    padding-top: 20rem;
    min-width: 260rem;
  }
}
.dropdown__wrapper {
  background-color: #fff;
  box-shadow: 0 0 15rem rgba(0, 0, 0, 0.2);
  padding: 20rem 16rem;
}
.dropdown__wrapper ul,
.dropdown__wrapper li {
  padding: 0;
  margin: 0;
}
.dropdown__wrapper ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
  overflow-y: auto;
  max-height: 460rem;
}
@media (max-width: 992px) {
  .dropdown__wrapper ul {
    max-width: 380rem;
  }
}
.dropdown__wrapper a {
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
.dropdown__wrapper a:hover {
  color: #129682;
}
.dropdown__wrapper li > a {
  min-height: unset;
  max-height: unset;
  padding: 0;
}
.dropdown i.icon--arrow-bottom {
  transition: transform 0.3s linear;
}
.dropdown--active .btn--catalog {
  opacity: 1;
  color: #fff;
  background-color: #129682;
}
.dropdown--active .dropdown__items {
  opacity: 1;
  pointer-events: auto;
}
.dropdown--active i.icon--arrow-bottom {
  transform: rotate(-90deg);
}
.dropdown--active.header__catalog-button > a i {
  top: 0;
}

/* Submenu-list */
.submenu-list {
  position: relative;
}
.submenu-list > .submenu-list__wrapper {
  display: none;
}
.submenu-list > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-right: 32rem;
}
@media (max-width: 992px) {
  .submenu-list > a {
    margin-right: 28rem;
  }
}
@media (max-width: 767px) {
  .submenu-list > a {
    margin-right: 24rem;
  }
}
.submenu-list ul > li {
  display: block;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.submenu-list ul > li:hover {
  background-color: #e2f0ee;
}
.submenu-list > .submenu-list__open {
  position: absolute;
  right: 14rem;
  top: 3rem;
}
@media (max-width: 992px) {
  .submenu-list > .submenu-list__open {
    top: 8rem;
  }
}
@media (max-width: 767px) {
  .submenu-list > .submenu-list__open {
    right: 4rem;
    top: 4rem;
  }
}
.submenu-list > .submenu-list__open .icon--arrow-bottom {
  transform: rotate(0deg);
}
.submenu-list > .submenu-list__open .icon--arrow-bottom:hover {
  cursor: pointer;
}
.submenu-list.active {
  border-bottom: unset;
}
.submenu-list.active > .submenu-list__wrapper {
  display: block;
  padding: 12rem 4rem 12rem 0;
}
@media (max-width: 767px) {
  .submenu-list.active > .submenu-list__wrapper {
    padding: 8rem 4rem 8rem 0;
  }
}
.submenu-list.active > .submenu-list__open .icon--arrow-bottom {
  transform: rotate(-90deg);
}
.submenu-list.active > .submenu-list__open .icon--arrow-bottom:hover {
  cursor: pointer;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
  padding-bottom: 14rem;
  border-bottom: 1rem solid #000;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
    padding-bottom: 12rem;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  text-transform: uppercase;
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  hyphens: auto;
}
.breadcrumbs a {
  text-decoration: none;
  position: relative;
}
.breadcrumbs a::after {
  content: '>';
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: #9e9e9e;
  margin: 0 10rem 0 12rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .breadcrumbs a::after {
    margin: 0 4rem 0 6rem;
  }
}
.breadcrumbs span {
  color: #9e9e9e;
}

/* Select */
.choices {
  border: 1rem solid rgba(0, 0, 0, 0.4);
  width: 249rem;
}
@media (max-width: 767px) {
  .choices {
    width: 90%;
  }
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10rem 8rem;
}

.choices__inner {
  border: none;
  border-radius: 0;
  padding: 15rem 10rem 10rem 10rem;
  background-color: transparent;
  max-height: 46rem;
  min-height: 46rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .choices__inner {
    max-height: 28rem;
    min-height: 28rem;
  }
}

.choices__list--single {
  padding: 0;
}

.choices[data-type*='select-one'] .choices__inner {
  padding: 5rem 4rem;
}

.choices[data-type*='select-one']::after {
  content: '';
  width: 23rem;
  height: 13rem;
  min-width: 23rem;
  min-height: 13rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1rem;
  right: 12rem;
  background-image: url('../img/icons/arrow-bottom-min.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;
}
@media (max-width: 767px) {
  .choices[data-type*='select-one']::after {
    width: 19.16rem;
    height: 10.83rem;
    min-width: 19.16rem;
    min-height: 10.83rem;
  }
}

.choices[data-type*='select-one'].is-open::after {
  transform: rotate(180deg);
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 300rem;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 767px) {
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 10rem;
    line-height: 13rem;
    font-family: PTSans;
  }
}

.nav__item--active .choices__inner {
  background-color: #000;
}
@media (max-width: 767px) {
  .nav__item--active .choices__inner {
    display: flex;
    align-items: center;
  }
}
.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: #000 !important;
}
.nav__item--active .choices__item:not(:hover) {
  background-color: #000 !important;
}
.nav__item--active .choices__list {
  background-color: #000;
}

.choices__item {
  text-transform: uppercase;
  transition: 0.3s;
  color: #000;
  opacity: 1;
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 767px) {
  .choices__item {
    font-size: 10rem;
    min-width:250px;
    white-space: nowrap;
    line-height: 11rem;
    font-family: PTSans;
  }
}
.choices__item:hover,
.choices__item--active {
  background-color: #fff;
}

/* Checkbox */
.wrapper-checkbox {
  position: relative;
}
.wrapper-checkbox__checkbox + .wrapper-checkbox__label::before {
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  content: '';
  display: flex;
  width: 24rem;
  height: 24rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid #000;
  margin-right: 6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
@media (max-width: 767px) {
  .wrapper-checkbox__checkbox + .wrapper-checkbox__label::before {
    width: 20rem;
    height: 20rem;
  }
}
.wrapper-checkbox__checkbox + .wrapper-checkbox__label::before:hover {
  cursor: pointer;
}
.wrapper-checkbox__checkbox:not(:disabled):not(:checked)
  + .wrapper-checkbox__label:hover::before {
  border-color: #129682;
}
.wrapper-checkbox__checkbox:not(:disabled):active
  + .wrapper-checkbox__label::before {
  border-color: #129682;
}
.wrapper-checkbox__checkbox:focus + .wrapper-checkbox__label::before {
  box-shadow: 0 0 0 0.2rem rgba(18, 150, 130, 0.25);
}
.wrapper-checkbox__checkbox:focus:not(:checked)
  + .wrapper-checkbox__label::before {
  border-color: #129682;
}
.wrapper-checkbox__checkbox:checked + .wrapper-checkbox__label::before {
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15789 7.14286L12.5263 0L14 1.42857L5.15789 10L0 5L1.47368 3.57143L5.15789 7.14286Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
}
.wrapper-checkbox__checkbox:disabled + .wrapper-checkbox__label::before {
  border-color: rgba(0, 0, 0, 0.25);
}
.wrapper-checkbox__label {
  display: flex;
  text-transform: uppercase;
  font-size: 14rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
.wrapper-checkbox__label p,
.wrapper-checkbox__label span {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
}
.wrapper-checkbox__label p {
  color: #000;
  position: relative;
}
.wrapper-checkbox__label p,
.wrapper-checkbox__label span {
  display: inline-block;
}
.wrapper-checkbox__label span {
  color: #129682;
}
.wrapper-checkbox__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.wrapper-checkbox__checkbox:hover {
  cursor: pointer;
}
.wrapper-checkbox__checkbox + .wrapper-checkbox__label {
  display: flex;
  user-select: none;
}
.wrapper-checkbox__checkbox + .wrapper-checkbox__label:hover {
  cursor: pointer;
}

/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  column-gap: 26rem;
}
@media (max-width: 1440px) {
  .pagination {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6rem;
  }
}
@media (max-width: 767px) {
  .pagination {
    flex-direction: row;
    column-gap: 12rem;
  }
}
.pagination__title,
.pagination a,
.pagination span {
  text-transform: uppercase;
  font-size: 23rem;
  line-height: 30rem;
  font-family: PTSans;
  color: #000;
}
@media (max-width: 992px) {
  .pagination__title,
  .pagination a,
  .pagination span {
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .pagination a,
  .pagination span {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .pagination__title {
    font-size: 18rem;
    line-height: 22rem;
    font-family: PTSans;
    position: relative;
    top: 2rem;
  }
}
.pagination__wrapper {
  display: flex;
  align-items: center;
  column-gap: 6rem;
}
.pagination__wrapper > span {
  margin: 0 8rem;
  position: relative;
  top: 5rem;
}
@media (max-width: 767px) {
  .pagination__wrapper > span {
    margin: 0 5rem;
  }
}
.pagination__wrapper > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 32rem;
  height: 32rem;
  border: 1rem solid #000;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 992px) {
  .pagination__wrapper > a {
    font-size: 18rem;
    line-height: 20rem;
    font-family: PTSans;
    width: 28rem;
    height: 28rem;
  }
}
@media (max-width: 767px) {
  .pagination__wrapper > a {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
    width: 26rem;
    height: 26rem;
  }
}
.pagination__wrapper > a:hover,
.pagination__wrapper > a.active {
  opacity: 1;
  background-color: #e3e1e1;
}

/* Блоки */
/* Шапка сайта */
.header {
  position: fixed;
  max-width: 100%;
  width: 100%;
  padding: 8rem 0;
  height: 119rem;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 16rem rgba(0, 0, 0, 0.25);
  z-index: 9999;
}
@media (max-width: 1440px) {
  .header {
    height: 115rem;
  }
}
@media (max-width: 992px) {
  .header {
    height: 119rem;
    padding: 16rem 0;
  }
}
@media (max-width: 767px) {
  .header {
    height: 51rem;
    padding: 10rem 0;
  }
}
.header__wrapper-grid {
  padding: 0 30rem;
  display: grid;
  grid-template-columns: 160rem auto;
  grid-template-rows: repeat(2, auto);
  column-gap: 46rem;
  row-gap: 4rem;
}
@media (max-width: 1600px) {
  .header__wrapper-grid {
    column-gap: 40rem;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-grid {
    column-gap: 16rem;
    grid-template-columns: 100rem auto;
  }
}
@media (max-width: 992px) {
  .header__wrapper-grid {
    padding: 0;
    row-gap: 10rem;
    grid-template-columns: 200rem auto;
  }
}
@media (max-width: 767px) {
  .header__wrapper-grid {
    grid-template-rows: auto;
    grid-template-columns: 80rem auto auto;
    row-gap: unset;
    column-gap: 0;
  }
}
.header__logo {
  grid-row: span 2;
  grid-column: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__logo {
    grid-row: 1;
    margin-right: 8rem;
  }
}
.header__content-top {
  grid-row: 1;
  grid-column: 2;
}
.header__content-bottom {
  grid-row: 2;
  grid-column: 2;
}
@media (max-width: 767px) {
  .header__content-bottom {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
  }
}
.header__content-top,
.header__content-bottom {
  display: flex;
  align-items: center;
}
.header__contacts {
  margin-right: 18rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 1600px) {
  .header__contacts {
    margin-right: 16rem;
  }
}
@media (max-width: 1440px) {
  .header__contacts {
    margin-right: 12rem;
  }
}
@media (max-width: 992px) {
  .header__contacts {
    margin-left: auto;
    margin-right: 22rem;
  }
}
@media (max-width: 767px) {
  .header__contacts {
    margin-right: 8rem;
  }
}
.header__contacts a {
  text-decoration: none;
  color: #129682;
}
.header__contacts .header__wrapper-button a {
  color: #fff;
}
.header__contacts-top {
  display: flex;
  align-items: center;
  column-gap: 16rem;
}
@media (max-width: 1600px) {
  .header__contacts-top {
    column-gap: 10rem;
  }
}
.header__contacts-top .header__wrapper-button {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__contacts-top .header__wrapper-button {
    display: none;
  }
}
.header__wrapper-phone a {
  display: flex;
  align-items: center;
  column-gap: 10rem;
  font-size: 30rem;
  line-height: 34rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .header__wrapper-phone a {
    font-size: 29rem;
    line-height: 30rem;
    font-family: PTSans;
    white-space: nowrap;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-phone a {
    font-size: 25rem;
    line-height: 27rem;
    font-family: PTSans;
  }
}
@media (max-width: 992px) {
  .header__wrapper-phone a {
    font-size: 20rem;
    line-height: 28rem;
    font-family: PTSans;
  }
}
.header__wrapper-phone a span {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .header__wrapper-phone a span {
    display: none;
  }
}
.header__wrapper-phone a i {
  position: relative;
  top: 2rem;
}
@media (max-width: 767px) {
  .header__wrapper-phone a i {
    top: 0;
  }
}
.header__contacts-bottom {
  font-size: 16rem;
  line-height: 22rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .header__contacts-bottom {
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .header__contacts-bottom {
    display: none;
  }
}
.header__contacts-bottom p {
  color: #129682;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__contacts-bottom p,
.header__contacts-bottom a {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
}
.header address {
  margin-right: 40rem;
  max-width: 190rem;
  line-height: 20rem;
}
@media (max-width: 1600px) {
  .header address {
    margin-right: 36rem;
  }
}
@media (max-width: 1440px) {
  .header address {
    margin-right: 12rem;
    font-size: 16rem;
    line-height: 20rem;
  }
}
@media (max-width: 992px) {
  .header address {
    display: none;
  }
}
.header__timework {
  margin-right: 32rem;
  max-width: 184rem;
}
@media (max-width: 1600px) {
  .header__timework {
    margin-right: 30rem;
  }
}
@media (max-width: 1440px) {
  .header__timework {
    margin-right: 12rem;
  }
}
@media (max-width: 992px) {
  .header__timework {
    display: none;
  }
}
.header__timework span {
  line-height: 20rem;
}
@media (max-width: 1440px) {
  .header__timework span {
    font-size: 16rem;
    line-height: 20rem;
  }
}
.header__socials {
  display: flex;
  align-items: center;
  margin-right: 32rem;
  margin-left: auto;
  column-gap: 8rem;
}
@media (max-width: 1600px) {
  .header__socials {
    margin-right: 30rem;
  }
}
@media (max-width: 1440px) {
  .header__socials {
    margin-right: 12rem;
  }
}
@media (max-width: 992px) {
  .header__socials {
    margin-right: 22rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__socials {
    margin-right: 16rem;
    column-gap: 8rem;
  }
}
.header__auth,
.header__basket {
  display: flex;
  align-items: center;
}
.header__auth:hover,
.header__basket:hover {
  opacity: 1;
}
.header__auth:hover span,
.header__auth:hover i,
.header__basket:hover span,
.header__basket:hover i {
  opacity: 0.75;
}
.header__auth:hover sub,
.header__basket:hover sub {
  opacity: 1;
}
.header__auth:hover sub i,
.header__basket:hover sub i {
  opacity: 1;
}
.header__auth span,
.header__basket span {
  font-size: 12rem;
  line-height: 12rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header__auth span,
  .header__basket span {
    display: none;
  }
}
.header__auth > i,
.header__auth span,
.header__basket > i,
.header__basket span {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.header__auth {
  margin-right: 12rem;
  column-gap: 10rem;
}
@media (max-width: 1600px) {
  .header__auth {
    margin-right: 11rem;
  }
}
@media (max-width: 767px) {
  .header__auth {
    margin-right: 10rem;
  }
}
.header__basket {
  column-gap: 6rem;
  position: relative;
}
@media (max-width: 1600px) {
  .header__basket {
    column-gap: 5rem;
  }
}
@media (max-width: 767px) {
  .header__basket {
    margin-right: 10rem;
    column-gap: 4rem;
  }
}
.header__basket sub {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  padding: 4rem 5rem;
  background-color: #a9092b;
  font-size: 12rem;
  line-height: 12rem;
  font-family: PTSans;
  font-weight: 700;
  color: #fff;
  border-radius: 4rem;
  min-width: 64rem;
  right: 0rem;
  top: -12rem;
  max-height: 17rem;
}
@media (max-width: 767px) {
  .header__basket sub {
    display: none;
  }
}
.header__basket sub i {
  margin-left: 2rem;
  color: inherit;
  font-style: normal;
  font-size: 10rem;
  line-height: 10rem;
  font-family: 'ALSRubl';
  font-weight: 400;
  position: relative;
  top: -1.25rem;
}
.header__catalog-button {
  margin-right: 34rem;
}
@media (max-width: 1600px) {
  .header__catalog-button {
    margin-right: 28rem;
  }
}
@media (max-width: 1440px) {
  .header__catalog-button {
    margin-right: 12rem;
  }
}
@media (max-width: 992px) {
  .header__catalog-button {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header__catalog-button {
    display: none;
  }
}
.header__catalog-button > a {
  display: flex;
  align-items: center;
  column-gap: 6rem;
  min-height: 36rem;
  max-height: 36rem;
  padding: 0 15rem 0 10rem;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .header__catalog-button > a {
    min-height: 40rem;
    max-height: 40rem;
    padding: 0 20rem;
  }
}
.header__catalog-button > a i {
  position: relative;
  top: 1rem;
  transition-property: top;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.header__catalog-button span {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: inherit;
}
.header__wrapper-menu {
  margin-right: 40rem;
}
@media (max-width: 1600px) {
  .header__wrapper-menu {
    margin-right: 32rem;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-menu {
    margin-right: 4rem;
  }
}
@media (max-width: 992px) {
  .header__wrapper-menu {
    display: none;
  }
}
.header__wrapper-menu li,
.header__wrapper-menu ul {
  margin: 0;
  padding: 0;
}
.header__wrapper-menu ul {
  display: flex;
  align-items: center;
  padding-left: 0;
  column-gap: 36rem;
}
@media (max-width: 1600px) {
  .header__wrapper-menu ul {
    column-gap: 28rem;
  }
}
@media (max-width: 1440px) {
  .header__wrapper-menu ul {
    column-gap: 8rem;
  }
}
.header__wrapper-menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 700;
  color: #000;
}
.header__wrapper-search {
  margin-right: 12rem;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .header__wrapper-search {
    margin-right: 4rem;
  }
}
@media (max-width: 992px) {
  .header__wrapper-search {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .header__wrapper-search {
    display: none;
  }
}
.header__wrapper-search input {
  min-width: 424rem;
}
@media (max-width: 992px) {
  .header__wrapper-search input {
    min-width: 280rem;
  }
}
.header__wrapper-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #129682;
  min-height: 40rem;
  max-height: 40rem;
  min-width: 38rem;
  padding: 0 4rem;
}
@media (max-width: 767px) {
  .header__wrapper-hamburger {
    min-height: 30rem;
    max-height: 30rem;
    min-width: 34rem;
  }
}
.header__wrapper-hamburger:hover {
  cursor: pointer;
}
.header__wrapper-hamburger:hover .header__hamburger {
  opacity: 0.8;
}
.header__hamburger {
  width: 28rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  transition-property: opacity, top;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  row-gap: 5rem;
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .header__hamburger {
    width: 24rem;
    row-gap: 4rem;
  }
}
.header__hamburger:hover {
  opacity: 0.8;
}
.header__hamburger::after,
.header__hamburger::before {
  content: '';
}
.header__hamburger span,
.header__hamburger::after,
.header__hamburger::before {
  width: 100%;
  border: 2rem solid #fff;
  position: relative;
  transition-property: left, top, transform;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.header__mob-search {
  display: none;
}
@media (max-width: 767px) {
  .header__mob-search {
    display: block;
    margin-left: auto;
    margin-right: 10rem;
  }
}
.header__wrapper-hamburger--close .header__hamburger {
  top: 1rem;
}
@media (max-width: 767px) {
  .header__wrapper-hamburger--close .header__hamburger {
    top: 0;
  }
}
.header__wrapper-hamburger--close .header__hamburger span {
  opacity: 0;
}
.header__wrapper-hamburger--close .header__hamburger::after {
  transform: rotate(45deg);
  top: -9.5rem;
}
@media (max-width: 767px) {
  .header__wrapper-hamburger--close .header__hamburger::after {
    top: -7.5rem;
  }
}
.header__wrapper-hamburger--close .header__hamburger::before {
  transform: rotate(-45deg);
  top: 9rem;
}
@media (max-width: 767px) {
  .header__wrapper-hamburger--close .header__hamburger::before {
    top: 7rem;
  }
}

.fix-header-height {
  padding-top: 119rem;
}
@media (max-width: 1440px) {
  .fix-header-height {
    padding-top: 115rem;
  }
}
@media (max-width: 992px) {
  .fix-header-height {
    padding-top: 119rem;
  }
}
@media (max-width: 767px) {
  .fix-header-height {
    padding-top: 51rem;
  }
}

/* Подвал сайта */
.footer {
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .footer h3,
  .footer h2 {
    min-height: 44rem;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .footer h3,
  .footer h2 {
    min-height: unset;
    display: inline-block;
  }
}
.footer__content-top {
  height: 375rem;
}
@media (max-width: 992px) {
  .footer__content-top {
    height: auto;
  }
}
.footer__content-top .footer__container {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .footer__content-top .footer__container {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.footer__content-bottom {
  padding: 14rem 0 10rem 0;
  border-top: 2rem solid #000;
}
@media (max-width: 992px) {
  .footer__content-bottom {
    border-width: 1rem;
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .footer__content-bottom {
    padding: 8rem 0;
  }
}
.footer__content-bottom .footer__container {
  display: flex;
  justify-content: flex-end;
}
.footer__contacts {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(40% + 34rem);
  height: 100%;
}
@media (max-width: 1600px) {
  .footer__contacts {
    width: calc(50% + 34rem);
  }
}
@media (max-width: 992px) {
  .footer__contacts {
    position: relative;
    width: calc(100% + 80rem);
    right: unset;
    left: -40rem;
    height: 280rem;
  }
}
@media (max-width: 767px) {
  .footer__contacts {
    height: 160rem;
    width: calc(100% + 30rem);
    left: -15rem;
  }
}
.footer__contacts-relative {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .footer__contacts-relative {
    display: flex;
  }
}
.footer__wrapper-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 992px) {
  .footer__wrapper-map {
    position: static;
  }
}
.footer__wrapper-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__block-contacts {
  position: absolute;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 14rem 8rem;
  min-width: 480rem;
  top: 24rem;
  left: 40rem;
}
@media (max-width: 992px) {
  .footer__block-contacts {
    position: static;
    background-color: transparent;
    min-width: unset;
    padding: 0;
    flex: 2;
  }
}
@media (max-width: 767px) {
  .footer__block-contacts {
    grid-column: span 2;
    grid-row: 1;
  }
}
.footer__wrapper-flex {
  height: 100%;
  padding: 40rem 30rem;
  width: 60%;
  display: flex;
  column-gap: 80rem;
}
@media (max-width: 992px) {
  .footer__wrapper-flex {
    display: grid;
    grid-template-columns: auto 1fr auto;
    padding: 32rem 0;
    column-gap: 32rem;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer__wrapper-flex {
    grid-template-columns: repeat(2, 1fr);
    padding: 24rem 0;
    row-gap: 24rem;
    column-gap: 16rem;
  }
}
.footer__wrapper-flex .footer__wrapper-desc {
  margin-bottom: 18rem;
}
@media (max-width: 992px) {
  .footer__wrapper-flex .footer__wrapper-desc {
    margin-bottom: 14rem;
  }
}
.footer__wrapper-flex .footer__wrapper-desc p {
  font-size: 14rem;
  line-height: 17rem;
  font-family: PTSans;
  font-weight: 400;
}
.footer__content-left {
  width: 261rem;
}
@media (max-width: 992px) {
  .footer__content-left {
    width: auto;
  }
}
@media (max-width: 767px) {
  .footer__content-left .footer__wrapper-desc p {
    font-size: 12rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.footer__logo {
  margin-bottom: 20rem;
}
@media (max-width: 992px) {
  .footer__logo {
    margin-bottom: 16rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 8rem;
  }
}
.footer__state {
  width: 90rem;
}
.footer__author {
  padding-right: 30rem;
}
.footer__author p {
  font-size: 14rem;
  line-height: 17rem;
  font-family: PTSans;
  font-weight: 400;
}
.footer__author a {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: #ddbc81;
}

/* Каталог меню */
.catalog-block {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16rem 16rem 28rem 16rem;
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
  max-height: 84vh;
  overflow-y: auto;
}
@media (max-width: 992px) {
  .catalog-block {
    max-height: unset;
    padding: 32rem 0;
    background-color: transparent;
    row-gap: 24rem;
  }
}
@media (max-width: 767px) {
  .catalog-block {
    padding: 24rem 0;
    row-gap: 12rem;
  }
}
.catalog-block h2 {
  font-family: 'calibri_bold';
  padding-left: 10rem;
}
@media (max-width: 992px) {
  .catalog-block h2 {
    padding-left: 0;
    text-align: center;
  }
}
.catalog-block ul,
.catalog-block li {
  margin: 0;
  padding: 0;
}
.catalog-block ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  row-gap: 2rem;
}
@media (max-width: 992px) {
  .catalog-block ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8rem;
    column-gap: 12rem;
  }
}
@media (max-width: 767px) {
  .catalog-block ul {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 6rem;
    column-gap: 10rem;
  }
}
.catalog-block li {
  display: block;
  padding-left: 14rem;
  padding-bottom: 2rem;
  border-bottom: 1rem solid #c3c3c3;
}
@media (max-width: 992px) {
  .catalog-block li {
    padding-left: 0;
    border-bottom: unset;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  .catalog-block li ul {
    grid-template-columns: 1fr;
    padding-left: 14rem;
  }
}
.catalog-block a {
  font-size: 13rem;
  line-height: 15rem;
  font-family: PTSans;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 992px) {
  .catalog-block a {
    font-size: 16rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .catalog-block a {
    font-size: 12rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.catalog-block a:hover {
  opacity: 1;
  color: #129682;
}

/* Меню кнопок */
.list-buttons {
  display: flex;
  align-items: flex-start;
  column-gap: 24rem;
}
@media (max-width: 992px) {
  .list-buttons {
    column-gap: 16rem;
  }
}
@media (max-width: 767px) {
  .list-buttons {
    flex-direction: column;
    row-gap: 8rem;
  }
}
.list-buttons h3 {
  white-space: nowrap;
  font-size: 22rem;
  line-height: 28rem;
  font-family: PTSans;
  font-weight: 400;
  color: #000;
  position: relative;
  top: 2rem;
}
@media (max-width: 992px) {
  .list-buttons h3 {
    font-size: 20rem;
    line-height: 26rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .list-buttons h3 {
    font-size: 18rem;
    line-height: 24rem;
    font-family: PTSans;
    text-align: center;
    top: 0;
    margin: 0 auto;
  }
}
.list-buttons ul,
.list-buttons li {
  margin: 0;
  padding: 0;
}
.list-buttons ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  column-gap: 8rem;
  row-gap: 8rem;
}
@media (max-width: 767px) {
  .list-buttons ul {
    column-gap: 6rem;
    row-gap: 6rem;
  }
}
.list-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
  color: #129682;
  min-height: 32rem;
  max-height: 32rem;
  padding: 0 8rem;
  border: 1rem solid #129682;
  background-color: transparent;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .list-buttons a {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
    min-height: 26rem;
    max-height: 26rem;
    padding: 0 4rem;
  }
}
.list-buttons a.active,
.list-buttons a:hover {
  opacity: 1;
  background-color: #129682;
  color: #fff;
}

/* Продукт */
.product-card {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.product-card__top,
.product-card__bottom {
  display: flex;
  column-gap: 14rem;
}
@media (max-width: 992px) {
  .product-card__top,
  .product-card__bottom {
    column-gap: 10rem;
  }
}
@media (max-width: 767px) {
  .product-card__top,
  .product-card__bottom {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .product-card__bottom {
    position: relative;
    row-gap: 4rem;
  }
}
.product-card__wrapper-img {
  min-width: 114rem;
  width: 114rem;
  padding: 8rem;
  border: 1rem solid #b5b5b5;
  margin-bottom: 8rem;
}
@media (max-width: 992px) {
  .product-card__wrapper-img {
    padding: 5rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .product-card__wrapper-img {
    min-width: unset;
    width: 80%;
    margin-bottom: 8rem;
  }
}
.product-card__wrapper-img:hover {
  opacity: 1;
}
.product-card__wrapper-img img {
  height: 92rem;
}
.product-card__wrapper-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card__wrapper-content > span {
  display: inline-block;
  font-size: 12rem;
  line-height: 14rem;
  font-family: PTSans;
  font-weight: 400;
  color: #c0c0c0;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .product-card__wrapper-content > span {
    margin-bottom: 2rem;
  }
}
.product-card__wrapper-content h3 {
  font-size: 18rem;
  line-height: 21rem;
  font-family: PTSans;
  font-weight: 400;
  color: #000;
  text-transform: none;
  min-height: 63rem;
}
@media (max-width: 1600px) {
  .product-card__wrapper-content h3 {
    min-height: 60rem;
  }
}
@media (max-width: 992px) {
  .product-card__wrapper-content h3 {
    min-height: unset;
    font-size: 16rem;
    line-height: 19rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .product-card__wrapper-content h3 {
    font-size: 14rem;
    line-height: 15rem;
    font-family: PTSans;
  }
}
.product-card__wrapper-content h3 a {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.product-card__wrapper-content h3 a:hover {
  opacity: 0.85;
}
.product-card__wrapper-price {
  display: flex;
  align-items: center;
  column-gap: 20rem;
}
@media (max-width: 992px) {
  .product-card__wrapper-price {
    column-gap: 12rem;
  }
}
@media (max-width: 767px) {
  .product-card__wrapper-price {
    column-gap: 6rem;
    min-height: 32rem;
  }
}
.product-card__wrapper-price b {
  font-size: 17.87rem;
  line-height: 20.85rem;
  font-family: PTSans;
  font-weight: 400;
  color: #ff0707;
}
@media (max-width: 992px) {
  .product-card__wrapper-price b {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .product-card__wrapper-price b {
    font-size: 13rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.product-card__wrapper-price span {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  font-size: 27rem;
  line-height: 31rem;
  font-family: PTSans;
  font-weight: 700;
  color: #129682;
}
@media (max-width: 992px) {
  .product-card__wrapper-price span {
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
.product-card__wrapper-price i {
  font-style: normal;
  display: inline-block;
  font-size: 22rem;
  line-height: 24rem;
  font-family: 'ALSRubl';
  font-weight: 400;
  color: inherit;
  position: relative;
  top: -2rem;
}
@media (max-width: 992px) {
  .product-card__wrapper-price i {
    font-size: 16rem;
    line-height: 20rem;
    font-family: 'ALSRubl';
    top: -1rem;
  }
}
@media (max-width: 767px) {
  .product-card__left {
    display: flex;
    flex-direction: column;
  }
}
.product-card__left > span {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14rem;
  line-height: 14rem;
  font-family: PTSans;
  font-weight: 400;
  color: #4da646;
  text-transform: uppercase;
  user-select: none;
}
@media (max-width: 767px) {
  .product-card__left > span {
    text-align: left;
    margin: 0;
    position: absolute;
    bottom: 10rem;
    right: 0;
    font-size: 11rem;
    line-height: 11rem;
    font-family: PTSans;
  }
}
.product-card__wrapper-number {
  margin-bottom: 6rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .product-card__wrapper-number {
    padding-top: 0;
    margin-bottom: 4rem;
  }
}
.product-card--to-order .product-card__left > span {
  color: #ff2c2c;
}

/* Меню */
.list-menu {
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
}
@media (max-width: 767px) {
  .list-menu {
    row-gap: 12rem;
  }
}
.list-menu h3 {
  font-size: 18rem;
  line-height: 21rem;
  font-family: PTSans;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .list-menu h3 {
    font-size: 16rem;
    line-height: 19rem;
    font-family: PTSans;
  }
}
.list-menu ul,
.list-menu li {
  margin: 0;
  padding: 0;
}
.list-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.list-menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 14rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 400;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .list-menu a {
    font-size: 12rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
.list-menu a:hover {
  opacity: 1;
  color: #129682;
}
.list-menu--bigsize ul {
  row-gap: 8rem;
}
.list-menu--bigsize a {
  font-size: 18rem;
  line-height: 21rem;
  font-family: PTSans;
  font-weight: 700;
  color: #000;
}
@media (max-width: 992px) {
  .list-menu--bigsize a {
    font-size: 16rem;
    line-height: 19rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .list-menu--bigsize a {
    font-size: 14rem;
    line-height: 17rem;
    font-family: PTSans;
  }
}

/* Контакты */
.block-contacts h2 {
  font-size: 18rem;
  line-height: 21rem;
  font-family: PTSans;
  font-weight: 700;
  color: #000;
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .block-contacts h2 {
    margin-bottom: 16rem;
  }
}
@media (max-width: 767px) {
  .block-contacts h2 {
    margin-bottom: 12rem;
    font-size: 16rem;
    line-height: 19rem;
    font-family: PTSans;
  }
}
.block-contacts address {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .block-contacts address {
    margin-bottom: 12rem;
  }
}
.block-contacts address,
.block-contacts__worktime span {
  font-size: 20rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .block-contacts address,
  .block-contacts__worktime span {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .block-contacts address,
  .block-contacts__worktime span {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.block-contacts__wrapper-desc a {
  font-size: 14rem;
  line-height: 16rem;
  font-family: PTSans;
  font-weight: 400;
}
.block-contacts__phone-top a,
.block-contacts__phone-bottom a {
  text-decoration: none;
}
.block-contacts__phone-top a {
  font-size: 24rem;
  line-height: 28rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 992px) {
  .block-contacts__phone-top a {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
.block-contacts__phone-bottom {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .block-contacts__phone-bottom {
    margin-bottom: 12rem;
  }
}
.block-contacts__phone-bottom p {
  font-size: 18rem;
  line-height: 21rem;
  font-family: PTSans;
  font-weight: 700;
  color: #129682;
}
@media (max-width: 992px) {
  .block-contacts__phone-bottom p {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .block-contacts__phone-bottom p {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.block-contacts__phone-bottom a {
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: inherit;
}
.block-contacts__worktime {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .block-contacts__worktime {
    margin-bottom: 12rem;
  }
}
.block-contacts__socials {
  display: flex;
  align-items: center;
  column-gap: 8rem;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .block-contacts__socials {
    margin-bottom: 12rem;
  }
}

/* Контакты */
.block-filters__wrapper-gap {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .block-filters__wrapper-gap {
    padding: 0;
  }
}
.block-filters__title {
  font-size: 18rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 700;
  color: #000;
  margin-bottom: 20rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-filters__title {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
    margin-bottom: 16rem;
  }
}
.block-filters__filters {
  display: flex;
  flex-direction: column;
  row-gap: 32rem;
  margin-bottom: 26rem;
}
@media (max-width: 992px) {
  .block-filters__filters {
    display: grid;
    column-gap: 12rem;
    row-gap: 20rem;
    margin-bottom: 24rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .block-filters__filters {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8rem;
    row-gap: 16rem;
    margin-bottom: 16rem;
  }
}
.block-filters__checkboxes {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
@media (max-width: 992px) {
  .block-filters__wrapper-button .btn {
    font-size: 18rem;
    line-height: 23rem;
    font-family: PTSans;
    min-height: 48rem;
    max-height: 48rem;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}

/* Контакты */
.main-product {
  display: flex;
  column-gap: 34rem;
  margin-bottom: 90rem;
  padding-top: 36rem;
  padding-right: 32rem;
}
@media (max-width: 1440px) {
  .main-product {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .main-product {
    column-gap: 16rem;
    margin-bottom: 24rem;
    padding-top: 32rem;
  }
}
@media (max-width: 767px) {
  .main-product {
    margin-bottom: 32rem;
    padding-top: 24rem;
  }
}
@media (max-width: 767px) {
  .main-product {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 16rem;
  }
}
.main-product__content-left {
  width: 404rem;
}
@media (max-width: 992px) {
  .main-product__content-left {
    width: 320rem;
  }
}
@media (max-width: 767px) {
  .main-product__content-left {
    width: 100%;
    max-width: 100%;
  }
}
.main-product__swiper {
  max-width: 100%;
}
.main-product__wrapper-swipers {
  max-width: 100%;
}
.main-product__swiper--main {
  position: relative;
  margin-bottom: 10rem;
  height: 404rem;
}
@media (max-width: 992px) {
  .main-product__swiper--main {
    height: 320rem;
  }
}
@media (max-width: 767px) {
  .main-product__swiper--main {
    height: 240rem;
    margin-bottom: 16rem;
  }
}
.main-product__swiper--main .swiper-wrapper,
.main-product__swiper--main .swiper-slide,
.main-product__swiper--main .main-product__wrapper-img {
  height: 100%;
}
.main-product__arrow {
  display: none;
}
.main-product__wrapper-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1rem solid #b5b5b5;
  padding: 6rem;
}
.main-product__wrapper-img img {
  height: 100%;
}
@media (max-width: 767px) {
  .main-product__swiper--pagination {
    display: none;
  }
}
.main-product__swiper--pagination
  .swiper-slide-active
  .main-product__wrapper-img {
  border-color: #129682;
}
.main-product__swiper--pagination .main-product__wrapper-img {
  height: 90rem;
  padding: 4rem;
}
@media (max-width: 992px) {
  .main-product__swiper--pagination .main-product__wrapper-img {
    height: 90rem;
  }
}
.main-product__swiper--pagination .main-product__wrapper-img img {
  height: 100%;
}
.main-product__swiper--pagination .main-product__wrapper-img:hover {
  cursor: pointer;
}
.main-product__swiper--pagination .swiper-slide {
  width: 90rem;
  margin-right: 14.5rem;
}
@media (max-width: 992px) {
  .main-product__swiper--pagination .swiper-slide {
    margin-right: 24rem;
  }
}
.main-product__content-right {
  flex: 1;
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .main-product__content-right {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .main-product__content-right {
    padding-top: 0;
  }
}
.main-product__category {
  color: #129682;
  text-decoration: none;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .main-product__category {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
    margin-bottom: 4rem;
  }
}
.main-product h1 {
  font-size: 36rem;
  line-height: 40rem;
  font-family: PTSans;
  font-weight: 400;
  margin-bottom: 20rem;
  text-transform: none;
  max-width: 524rem;
}
@media (max-width: 1440px) {
  .main-product h1 {
    font-size: 32rem;
    line-height: 36rem;
    font-family: PTSans;
    max-width: unset;
  }
}
@media (max-width: 992px) {
  .main-product h1 {
    font-size: 24rem;
    line-height: 28rem;
    font-family: PTSans;
    margin-bottom: 16rem;
  }
}
@media (max-width: 767px) {
  .main-product h1 {
    font-size: 20rem;
    line-height: 26rem;
    font-family: PTSans;
    margin-bottom: 10rem;
  }
}
.main-product__wrapper-info {
  display: flex;
  align-items: center;
  padding-bottom: 24rem;
  margin-bottom: 24rem;
  column-gap: 35rem;
}
@media (max-width: 992px) {
  .main-product__wrapper-info {
    column-gap: 16rem;
    margin-bottom: 20rem;
    padding-bottom: 20rem;
  }
}
@media (max-width: 767px) {
  .main-product__wrapper-info {
    display: grid;
    grid-template-columns: repeat(2, min-content);
    row-gap: 10rem;
    margin-bottom: 16rem;
    column-gap: 12rem;
    padding-bottom: 0;
  }
}
.main-product__wrapper-price {
  position: relative;
}
.main-product__wrapper-price p {
  font-size: 36rem;
  line-height: 40rem;
  font-family: PTSans;
  font-weight: 700;
  color: #129682;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .main-product__wrapper-price p {
    font-size: 28rem;
    line-height: 36rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .main-product__wrapper-price p {
    font-size: 24rem;
    line-height: 32rem;
    font-family: PTSans;
  }
}
.main-product__wrapper-price p > span {
  font-size: 24rem;
  line-height: 24rem;
  font-family: 'ALSRubl';
  font-weight: 400;
}
@media (max-width: 992px) {
  .main-product__wrapper-price p > span {
    font-size: 20rem;
    line-height: 20rem;
    font-family: 'ALSRubl';
  }
}
@media (max-width: 767px) {
  .main-product__wrapper-price p > span {
    font-size: 16rem;
    line-height: 16rem;
    font-family: 'ALSRubl';
  }
}
.main-product__wrapper-price b {
  font-weight: 400;
  color: #ff0707;
  position: absolute;
  bottom: -24rem;
  left: 0;
}
@media (max-width: 767px) {
  .main-product__wrapper-price b {
    position: relative;
    bottom: 4rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.main-product__container-number {
  position: relative;
}
@media (max-width: 767px) {
  .main-product__container-number {
    display: flex;
    flex-direction: column;
  }
}
.main-product__container-number > span {
  font-size: 14rem;
  line-height: 16rem;
  font-family: PTSans;
  color: #4da646;
  position: absolute;
  bottom: -26rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-product__container-number > span {
    position: relative;
    transform: unset;
    left: unset;
    bottom: -4rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .main-product__wrapper-button .btn.btn--large {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
    padding: 16rem 20rem;
    min-height: 40rem;
    max-height: 40rem;
  }
}
.main-product__charact {
  display: flex;
  flex-direction: column;
  row-gap: 32rem;
  margin-bottom: 48rem;
}
@media (max-width: 992px) {
  .main-product__charact {
    row-gap: 24rem;
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .main-product__charact {
    row-gap: 10rem;
    margin-bottom: 16rem;
  }
}
.main-product__charact-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main-product__charact-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 0;
  border-bottom: 1rem dashed #cdcdcd;
  bottom: 3rem;
}
.main-product__charact-item span {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .main-product__charact-item span {
    white-space: nowrap;
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.main-product__charact-item span:first-child {
  padding-right: 12rem;
}
@media (max-width: 992px) {
  .main-product__charact-item span:first-child {
    padding-right: 8rem;
  }
}
@media (max-width: 767px) {
  .main-product__charact-item span:first-child {
    padding-right: 4rem;
  }
}
.main-product__charact-item span:last-child {
  color: #129682;
  padding-left: 12rem;
}
@media (max-width: 992px) {
  .main-product__charact-item span:last-child {
    padding-left: 8rem;
  }
}
@media (max-width: 767px) {
  .main-product__charact-item span:last-child {
    padding-left: 4rem;
  }
}
.main-product__wrapper-desc {
  max-width: 496rem;
}
@media (max-width: 992px) {
  .main-product__wrapper-desc {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .main-product__wrapper-desc p {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
  .mob2
  {
   display:block;

  	}
  	.mob
  	{
  	display:none;
  		}
/* Страницы */
/* Страница: Главная */
.sc-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 410rem;
}
@media (max-width: 992px) {
  .sc-main {
    min-height: 340rem;
  }
}
@media (max-width: 767px) {
  .sc-main {
    min-height: unset;
    display: flex;
    flex-direction: column;
  }
}
.sc-main__content-left {
  min-height: inherit;
  position: relative;
}
@media (max-width: 767px) {
  .sc-main__content-left {
    height: 120rem;
  }
}
.sc-main__content-right {
  padding: 40rem 70rem 32rem 36rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e0eeff;
}
@media (max-width: 992px) {
  .sc-main__content-right {
    padding: 32rem 40rem 32rem 24rem;
  }
}
@media (max-width: 767px) {
  .sc-main__content-right {
    padding: 20rem 15rem 24rem 15rem;
  }
}
.sc-main__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  z-index: 1;
}
.sc-main__background--visible {
  opacity: 1;
}
.sc-main__wrapper-title {
  max-width: 656rem;
}
.sc-main h1 {
  font-size: 88rem;
  line-height: 90rem;
  font-family: PTSans;
  font-weight: 700;
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .sc-main h1 {
    font-size: 40rem;
    line-height: 48rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-main h1 {
    font-size: 32rem;
    line-height: 40rem;
    font-family: PTSans;
  }
}
.sc-main p {
  font-size: 22rem;
  line-height: 29rem;
  font-family: PTSans;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 26rem;
}
@media (max-width: 992px) {
  .sc-main p {
    font-size: 18rem;
    line-height: 24rem;
    font-family: PTSans;
    margin-bottom: 16rem;
  }
}
@media (max-width: 767px) {
  .sc-main p {
    font-size: 16rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}

.sc-benefits {
  padding: 40rem 0;
}
@media (max-width: 992px) {
  .sc-benefits {
    padding: 32rem 0;
  }
}
@media (max-width: 767px) {
  .sc-benefits {
    padding: 24rem 0 28rem 0;
  }
}
.sc-benefits__wrapper-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 16rem 0 40rem;
  column-gap: 72rem;
}
@media (max-width: 992px) {
  .sc-benefits__wrapper-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28rem;
    column-gap: 40rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sc-benefits__wrapper-items {
    grid-template-columns: 1fr;
    row-gap: 16rem;
  }
}
.sc-benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 8rem;
}
@media (max-width: 992px) {
  .sc-benefits__item {
    row-gap: 4rem;
  }
}
@media (max-width: 767px) {
  .sc-benefits__item {
    text-align: left;
    align-items: flex-start;
    row-gap: 2rem;
  }
}
.sc-benefits__item h3 {
  text-transform: initial;
}
.sc-benefits__item p {
  font-size: 20rem;
  line-height: 24rem;
  font-family: PTSans;
}
@media (max-width: 992px) {
  .sc-benefits__item p {
    font-size: 18rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-benefits__item p {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}

.sc-sale {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 32rem 0 24rem 0;
}
@media (max-width: 767px) {
  .sc-sale {
    padding: 24rem 0 28rem 0;
    background-position-x: -1800px;
  }
}
.sc-sale__wrapper-flex {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  column-gap: 48rem;
  padding-right: 138rem;
}
@media (max-width: 992px) {
  .sc-sale__wrapper-flex {
    padding-right: 0;
    column-gap: 24rem;
  }
}
@media (max-width: 767px) {
  .sc-sale__wrapper-flex {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 16rem;
  }
}
.sc-sale__wrapper-title {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .sc-sale__wrapper-title {
    justify-content: flex-start;
    text-align: left;
  }
}
.sc-sale__wrapper-button {
  padding-top: 2rem;
}
@media (max-width: 992px) {
  .sc-sale__wrapper-button {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .sc-sale__wrapper-button {
    padding-top: 0;
  }
}
.sc-sale h2 {
  font-size: 48rem;
  line-height: 50rem;
  font-family: PTSans;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 992px) {
  .sc-sale h2 {
    font-size: 32rem;
    line-height: 40rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-sale h2 {
    font-size: 24rem;
    line-height: 32rem;
    font-family: PTSans;
  }
}
.sc-sale p {
  text-transform: uppercase;
  font-size: 29rem;
  line-height: 31rem;
  font-family: PTSans;
  font-weight: 700;
  color: #9ffff0;
}
@media (max-width: 992px) {
  .sc-sale p {
    font-size: 24rem;
    line-height: 32rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-sale p {
    font-size: 18rem;
    line-height: 26rem;
    font-family: PTSans;
  }
}

.container-products {
  display: grid;
  grid-template-columns: 580rem 1fr;
}
@media (max-width: 1600px) {
  .container-products {
    grid-template-columns: 454rem 1fr;
  }
}
@media (max-width: 992px) {
  .container-products {
    grid-template-columns: 1fr;
    padding-left: 40rem;
    padding-right: 40rem;
  }
}
@media (max-width: 767px) {
  .container-products {
    padding-left: 15rem;
    padding-right: 15rem;
  }
}
.container-products__content-left,
.container-products__block-filters {
  padding-left: 180rem;
  padding-right: 40rem;
}
@media (max-width: 1600px) {
  .container-products__content-left,
  .container-products__block-filters {
    padding-left: 64rem;
    padding-right: 32rem;
  }
}
@media (max-width: 992px) {
  .container-products__content-left,
  .container-products__block-filters {
    padding: 0;
  }
}
.container-products__content-left {
  background-repeat: repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 24rem;
  padding-bottom: 34rem;
  position: relative;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .container-products__content-left {
    background-image: unset !important;
  }
}
.container-products__catalog-block {
  position: sticky;
  width: 100%;
  top: 135rem;
  left: 0;
  z-index: 999;
}
@media (max-width: 1440px) {
  .container-products__catalog-block {
    top: 123rem;
  }
}
@media (max-width: 992px) {
  .container-products__catalog-block {
    position: static;
  }
}
.container-products__content-right {
  padding: 0 180rem 40rem 40rem;
}
@media (max-width: 1600px) {
  .container-products__content-right {
    padding-right: 64rem;
  }
}
@media (max-width: 1440px) {
  .container-products__content-right {
    padding-right: 64rem;
  }
}
@media (max-width: 992px) {
  .container-products__content-right {
    padding: 0;
  }
}
.container-products--list,
.container-products--product {
  grid-template-rows: 1fr minmax(732rem, auto);
}
@media (max-width: 992px) {
  .container-products--list,
  .container-products--product {
    grid-template-rows: auto;
    position: relative;
    padding-top: 40rem;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .container-products--list,
  .container-products--product {
    padding-top: 24rem;
  }
}
.container-products--list .sc-products__wrapper-title,
.container-products--product .sc-products__wrapper-title {
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .container-products--list .sc-products__wrapper-title,
  .container-products--product .sc-products__wrapper-title {
    margin-bottom: 32rem;
  }
  .mob2
  {
   display:none;

  	}
  	.mob
  	{
  	display:block;
  		}
}
@media (max-width: 767px) {
  .container-products--list .sc-products__wrapper-title,
  .container-products--product .sc-products__wrapper-title {
    margin-bottom: 24rem;
  }
}
.container-products--list .sc-products__wrapper-select,
.container-products--product .sc-products__wrapper-select {
  margin-bottom: 20rem;
  display: flex;
  margin-top:-15px;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .container-products--list .sc-products__wrapper-select,
  .container-products--product .sc-products__wrapper-select {
    margin-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .container-products--list .sc-products__wrapper-select,
  .container-products--product .sc-products__wrapper-select {
    margin-bottom: 12rem;
  }
}
.container-products--list .container-products__block-filters,
.container-products--product .container-products__block-filters {
  grid-row: 2;
  grid-column: 1;
}
@media (max-width: 992px) {
  .container-products--list .container-products__breadcrumbs,
  .container-products--product .container-products__breadcrumbs {
    grid-row: 1;
  }
}
.container-products--list .container-products__content-left,
.container-products--product .container-products__content-left {
  grid-row: 1;
}
@media (max-width: 992px) {
  .container-products--list .container-products__content-left,
  .container-products--product .container-products__content-left {
    padding-top: 32rem;
    padding-bottom: 0;
    margin-bottom: 32rem;
  }
}
@media (max-width: 767px) {
  .container-products--list .container-products__content-left,
  .container-products--product .container-products__content-left {
    padding-top: 4rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .container-products--list .container-products__content-left .catalog-block,
  .container-products--product
    .container-products__content-left
    .catalog-block {
    padding: 0;
  }
}
.container-products--list .container-products__content-right,
.container-products--product .container-products__content-right {
  padding-top: 6rem;
  grid-row: span 2;
}
@media (max-width: 992px) {
  .container-products--list .container-products__content-right,
  .container-products--product .container-products__content-right {
    grid-row: 4;
  }
}
.container-products--list .container-products__block-filters,
.container-products--product .container-products__block-filters {
  width: 100%;
  max-height: 732rem;
  min-height: 456rem;
  background-color: #fff;
}
@media (max-width: 992px) {
  .container-products--list .container-products__block-filters,
  .container-products--product .container-products__block-filters {
    min-height: unset;
    max-height: unset;
    grid-row: 3;
    padding-top: 24rem;
  }
}
@media (max-width: 992px) {
  .container-products--list .container-products__content-left {
    grid-row: 3;
  }
}
@media (max-width: 992px) {
  .container-products--list .container-products__block-filters {
    grid-row: 2;
  }
}
@media (max-width: 992px) {
  .container-products--product .container-products__content-right {
    grid-row: 4;
  }
}
@media (max-width: 992px) {
  .container-products--product .container-products__main-product {
    grid-row: 2;
  }
}
@media (max-width: 992px) {
  .container-products--product .container-products__content-left {
    grid-row: 3;
  }
}
@media (max-width: 992px) {
  .container-products--product .container-products__block-filters {
    display: none;
  }
}

.sc-products {
  padding: 20rem 0;
}
@media (max-width: 992px) {
  .sc-products {
    padding-top: 0;
    padding-bottom: 32rem;
  }
}
.sc-products__wrapper-title {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  row-gap: 16rem;
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .sc-products__wrapper-title {
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .sc-products__wrapper-title {
    margin-bottom: 12rem;
  }
}
.sc-products__wrapper-title h2 {
  font-family: 'calibri_bold';
}
.sc-products__list-buttons {
  margin-bottom: 35rem;
}
@media (max-width: 992px) {
  .sc-products__list-buttons {
    margin-bottom: 32rem;
  }
}
.sc-products__container-items {
  margin-bottom: 36rem;
  min-height: 434rem;
  padding-left: 118rem;
  padding-right: 24rem;
}
@media (max-width: 1600px) {
  .sc-products__container-items {
    padding-right: 84rem;
  }
}
@media (max-width: 1440px) {
  .sc-products__container-items {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .sc-products__container-items {
    margin-bottom: 24rem;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .sc-products__container-items {
    margin-bottom: 24rem;
  }
}
.sc-products__wrapper-items {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 26rem;
  row-gap: 36rem;
}
@media (max-width: 992px) {
  .sc-products__wrapper-items {
    column-gap: 16rem;
    row-gap: 20rem;
  }
}
@media (max-width: 767px) {
  .sc-products__wrapper-items {
    column-gap: 10rem;
    row-gap: 24rem;
  }
}
.sc-products__wrapper-items.active {
  display: grid;
}
.sc-products__footer {
  position: relative;
}
@media (max-width: 767px) {
  .sc-products__footer {
    display: flex;
    flex-direction: column;
    row-gap: 24rem;
  }
}
.sc-products__pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .sc-products__pagination {
    position: relative;
    top: unset;
    transform: unset;
  }
}
.sc-products__wrapper-button {
  display: flex;
  justify-content: center;
}

.sc-about {
  background-color: #17140f;
  position: relative;
  padding: 30rem 0 290rem 0;
}
@media (max-width: 992px) {
  .sc-about {
    padding: 32rem 0 240rem 0;
  }
}
@media (max-width: 767px) {
  .sc-about {
    padding-bottom: 150rem;
  }
}
.sc-about__container-fit {
  padding-left: 30rem;
}
@media (max-width: 992px) {
  .sc-about__container-fit {
    padding-left: 0;
  }
}
.sc-about__background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-position-y: -50px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 276rem;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .sc-about__background {
    background-position-y: unset;
    background-position: top center;
  }
}
@media (max-width: 767px) {
  .sc-about__background {
    height: 140rem;
  }
}
.sc-about h2,
.sc-about p {
  color: #fff;
}
.sc-about h2 {
  margin-bottom: 54rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sc-about h2 {
    margin-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .sc-about h2 {
    font-size: 24rem;
    line-height: 28rem;
    font-family: PTSans;
    margin-bottom: 24rem;
  }
}
.sc-about p {
  font-size: 20rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sc-about p {
    font-size: 18rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-about p {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
.sc-about__wrapper-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1300rem;
  column-gap: 100rem;
}
@media (max-width: 992px) {
  .sc-about__wrapper-grid {
    max-width: unset;
    column-gap: 40rem;
  }
}
@media (max-width: 767px) {
  .sc-about__wrapper-grid {
    grid-template-columns: 1fr;
    row-gap: 24rem;
  }
}
.order_k2 {
  display: block;
  background-color: #129682;
  color: #fff;
  text-align: center;
  margin: 0 auto !important;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.btnn {
  display: block;
  background-color: #129682;
  color: #fff;
  text-align: center;
  margin: 0 auto ;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  margin-bottom:20px;
  text-transform: uppercase;
}
.cart-center-title {
  font-size: 24px !important;
  line-height: 3.125vw;
  margin-bottom: 2.2222222222vw;
  text-align: center;
  text-transform: uppercase;
}
.cart-bottom-delete-title {
  display: none;
}
.cart-bottom-sum {
  margin: 0 auto;
  text-align: center;
}
.cart-bottom-sum-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-bottom-sum-price-current {
 font-size: 24px !important;
  line-height: 1.6666666667vw;
  margin-right: 0.5555555556vw;
  color: #e7027e !important;
  margin-top: 20px;
}
.cart-bottom-delete-close {
  text-align: center;
}
.inps {
  border: 1px #000 solid;
  height: 30px;
  max-width: 300px;
  padding-left: 5px;
  line-height: 30px;
  font-size: 16px;
}
.textc  UL {
    list-style-type: square;
    list-style-position: outside;
    margin-left:30px;
   }
   .textc  UL li {
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px #129682 dotted;

   }