@charset "UTF-8";

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}
  .header__rezim {
  	display:none;

  }
/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

.choices:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.choices__list--multiple {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.choices__placeholder {
  opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

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

/* Миксины */

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  background: #fff;
}

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

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

ul {
  list-style: none;
}

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

ol,
ul {
  padding-left: 0;
}

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

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

textarea {
  resize: none;
}

/* Шрифты */

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

@font-face {
  font-family: miniature;
  font-display: swap;
  src: url("../fonts/miniature-bold.woff2") format("woff2"), url("../fonts/miniature-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: 500;
  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;
}

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

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

h2 {
  font-weight: 400;
}

ul {
  margin: 0;
}

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

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

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

b,
strong {
  font-weight: 700;
}

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

a:hover {
  color: #ae7f19;
}

h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 3.125vw;
  line-height: 3.3333333333vw;
  font-weight: 700;
}

h1 span {
  display: inline-block;
  color: inherit;
  text-transform: uppercase;
  font-size: 6.3541666667vw;
  line-height: 6.5625vw;
  font-weight: 700;
}

h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
  margin-top:10px;
  margin-bottom:10px;
}

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

h3 {
  text-transform: uppercase;
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  font-weight: 700;
}

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

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

ol {
  margin: 0;

 margin-left:20px;

}

ul {
  list-style: circle;
}

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

.text ul {
  list-style: circle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

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

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

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

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

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


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

/* Иконки */

/* Кнопки */

/* Select castom */

.choices {
  width: 7.65625vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  30% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

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

  30% {
    left: 150%;
  }

  100% {
    left: 150%;
  }
}

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

.btn:hover {
  opacity: 1;
  color: #fff;
  background-color: #2E2E2E;
}

.btn--blick::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-animation: flareAnimation;
          animation: flareAnimation;
  left: -150%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 79, 79, 0.1)), to(rgba(255, 148, 148, 0.4)));
  background: -o-linear-gradient(left, rgba(248, 79, 79, 0.1), rgba(255, 148, 148, 0.4));
  background: linear-gradient(90deg, rgba(248, 79, 79, 0.1), rgba(255, 148, 148, 0.4));
  -webkit-animation: flareAnimation 6s infinite linear;
          animation: flareAnimation 6s infinite linear;
  width: 2.34375vw;
}

.btn--black {
  background-color: #2E2E2E;
}

.btn--black:hover {
  opacity: 1;
  background-color: #787e62;
}

.btn--little {
  font-size: 0.5333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.7291666667vw;
  padding-right: 0.78125vw;
  padding-left: 0.78125vw;
  border-radius: 0.78125vw;
}

.btn--white {
  background-color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.btn--white:hover {
  color: #fff;
  background-color: #2E2E2E;
}

.btn--oval {
  color: #fff;
  font-weight: 400;
  border-radius: 0.2604166667vw;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  padding-top: 1.0416666667vw;
  padding-right: 1.09375vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.09375vw;
}

.btn--oval:hover {
  background-color: #2E2E2E;
}

.btn--center {
  margin: 0 auto;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 89.0625vw;
  padding-right: 0.78125vw;
  padding-left: 0.78125vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Блоки */

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

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
}

.header ul {
  list-style: none;
}

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

.header__content {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.8229166667vw;
}

.header__content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625vw;
}

.header__bottom {
  background-color: #7e885e;
}

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

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14.1666666667vw;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.78125vw;
  row-gap: 0.2604166667vw;
}

.header__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header__social a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.header__social a img {
  width: 1.8229166667vw;
}

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

.header__tell a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  color: #787e62;
  font-size: 1.6666666667vw;
  line-height: 1.875vw;
  font-weight: 700;
}

.header__tell a:hover {
  color: #333;
}

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

.header__tell--mobile a {
  display: none;
  padding: 1vw;
}

.header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625vw;
}

.header__btn .btn {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 0.8854166667vw;
  padding-right: 0.8854166667vw;
}

.header__mode {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.header__mode h4 {
  color: #b5b5b5;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.header__mode p {
  color: #b5b5b5;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
}

.header__address {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.header__address h4 {
  color: #b5b5b5;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.header__address a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #787e62;
  text-decoration: underline;
}

.header__address a:hover {
  color: #2E2E2E;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header__nav-item {
  text-transform: uppercase;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  color: #000;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 700;
  border-width: 0.0520833333vw;
  padding-top: 1.1458333333vw;
  padding-bottom: 0.9375vw;
  padding-left: 1.6666666667vw;
  padding-right: 1.6666666667vw;
}

.header__nav-item ul li {
  width: 100%;
}

.header__nav-item:hover {
  color: #000;
  background-color: #787e62;
}

.header__nav-item .submenu {
  text-align: left;
  width: 100%;
}

.header__nav-item .submenu .submenu {
  left: 50%;
  width: 60%;
  max-height: 60vh;
  overflow: auto;
}

.header__nav-item--active,
.header__nav-item--open {
  color: #fff;
  background-color: #2E2E2E;
}

.header__nav-item--active .active,
.header__nav-item--open .active {
  color: #fff;
  background-color: #2E2E2E;
}

.header__nav-item--active::after,
.header__nav-item--open::after {
  background-image: url("../img/icons/dropdown-light.webp") !important;
}

.header__nav-item--active:hover,
.header__nav-item--open:hover {
  color: #fff;
}

.header__nav-item--active a.button,
.header__nav-item--open a.button {
  color: #fff !important;
}

.header__nav-item--active a.button:hover,
.header__nav-item--open a.button:hover {
  color: #fff;
}

.header__nav-item--form {
  padding: 0 !important;
  position: relative;
  color: #000;
}

.header__nav-item--form::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url("../img/icons/dropdown.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-style: none;
  border-color: #333 transparent transparent;
  pointer-events: none;
  position: absolute;
  content: "";
  width: 0.8854166667vw;
  height: 0.5729166667vw;
  top: 1.4583333333vw;
  margin-top: -0.1041666667vw;
  right: 0.9375vw;
}

.header__nav-item--form button,
.header__nav-item--form a.button {
  color: #000;
  text-transform: capitalize;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 700;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 1.6666666667vw;
  padding-right: 2.7083333333vw;
}

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

.header__buy a:not(.header__arrange) {
  color: #000;
}

.header__basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 700;
}

.header__basket img {
  width: 2.6041666667vw;
  margin-right: 0.4166666667vw;
}

.header__arrange {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  padding-top: 0.7291666667vw;
  padding-bottom: 0.7291666667vw;
  padding-left: 1.1458333333vw;
  padding-right: 1.1458333333vw;
}

.header__mobile {
  display: none;
}

.header__nav-item--open::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

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

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

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

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

.modal-menu {
  display: none;
  position: fixed;
}

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

.modal-menu .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.modal-menu .header__tell a {
  display: inline;
}

.modal-menu .header__mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.4166666667vw;
}

.modal-menu .header__mode p {
  color: #2E2E2E;
}

.modal-menu .header__mode h4 {
  color: #2E2E2E;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.modal-menu .header__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.4166666667vw;
}

.modal-menu .header__address p {
  color: #2E2E2E;
}

.modal-menu .header__address h4 {
  color: #2E2E2E;
  text-align: center;
  width: 100%;
  max-width: 100%;
}

.modal-menu .header__btn .btn--black {
  display: block;
}

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

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

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

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

.footer {
  background-size: cover;
  padding-top: 2.0833333333vw;
  padding-bottom: 1.0416666667vw;
}

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

.footer a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer a:hover {
  color: #dfd57d;
}

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

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.6458333333vw;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 20%;
  gap: 1.0416666667vw;
}

.footer__logo {
  width: 14.1666666667vw;
  margin-bottom: 0.5208333333vw;
}

.footer__tell a {
  color: #7e885e;
  font-size: 1.6666666667vw;
  line-height: 1.875vw;
  font-weight: 700;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3020833333vw;
  row-gap: 0.625vw;
}

.footer__address p {
  color: #fff;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.footer__address a {
  text-decoration: underline;
  color: #7e885e;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.footer__timework p {
  color: #fff;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
}

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

.footer__row a {
  text-decoration: underline;
  color: #7e885e;
}

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

.footer__social-item {
  width: 1.8229166667vw;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 1.5625vw;
  margin-top: 2.0833333333vw;
}

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

.footer__list h3 {
  color: #fff;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}

.footer__list a {
  color: #7e885e;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
}

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

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

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

.footer__policy p {
  color: #fff;
}

.footer__policy a {
  color: #fff;
  text-decoration: underline;
}

.footer__views {
  width: 5.2083333333vw;
}

.footer__views a {
  min-width: 100%;
}

.footer__views a img {
  min-width: 100%;
  height: auto;
}

.footer__ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.2604166667vw;
}

.footer__ps p {
  color: #fff;
}

.footer__ps p:first-child {
  max-width: 80%;
}

.footer__ps a {
  color: #7e885e;
  text-decoration: underline;
}

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

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

.main-banner {
  background-size: cover;
  padding-top: 3.3854166667vw;
  padding-bottom: 3.3854166667vw;
}

.main-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-banner__content {
  width: 100%;
  background-color: rgba(46, 46, 46, 0.52);
  padding-top: 3.125vw;
  padding-bottom: 2.6041666667vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}

.main-banner__content h1 {
  text-align: center;
  color: #fff;
  width: 100%;
  margin-bottom: 2.0833333333vw;
}

.main-banner__content p {
  color: #fff;
  text-align: center;
  max-width: 47%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5625vw;
  line-height: 1.7708333333vw;
  font-weight: 400;
  margin-bottom: 2.0833333333vw;
}

.main-banner__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main-banner__advantages p {
  color: #7e885e;
  font-size: 2.0833333333vw;
  line-height: 2.2916666667vw;
  font-weight: 700;
  margin-bottom: 0vw;
}

.goods {
  background-color: #7e885e;
}

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

.goods__block {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 14.0625vw;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
}

.goods__block p {
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
}

.goods__block:nth-child(1) {
  background-color: #EEDD35;
}

.goods__block:nth-child(2) {
  background-color: #E0CA00;
}

.goods__block:nth-child(3) {
  background-color: #D0BB00;
}

.goods__block:nth-child(4) {
  background-color: #B4A200;
}

.goods__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.6770833333vw;
  padding-bottom: 0.6770833333vw;
  padding-left: 1.25vw;
  padding-right: 1.25vw;
}

.tovar {
  padding-top: 2.0833333333vw;
  padding-bottom: 1.5625vw;
}

.tovar h2 {
  text-align: center;
  margin-bottom: 2.8645833333vw;
}

.tovar__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  max-width: 98%;
  margin: 0 auto;
  padding-top: 2.3958333333vw;
  padding-bottom: 2.3958333333vw;
  -webkit-column-gap: 1.0416666667vw;
     -moz-column-gap: 1.0416666667vw;
          column-gap: 1.0416666667vw;
  row-gap: 0.2604166667vw;
}

.tovar__links a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #787e62;
  text-transform: uppercase;
  font-size: 1.09375vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
}

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

.tovar__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 1.0416666667vw;
  grid-column-gap: 1.0416666667vw;
}

.tovar__wrapper--item5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 2.0833333333vw;
  grid-column-gap: 2.0833333333vw;
}

.tovar__wrapper--item4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 1.5625vw;
  grid-column-gap: 1.5625vw;
}

.tovar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #7C7C7C;
  gap: 0.9375vw;
  border-width: 0.0520833333vw;
  padding-top: 0.78125vw;
  padding-bottom: 0.78125vw;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
}

.tovar__item > i {
  color: #787e62;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
  font-weight: 400;
  left: 0vw;
  top: 0vw;
  padding-top: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
  padding-left: 0.2604166667vw;
  padding-right: 0.2604166667vw;
}

.tovar__item h4 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  font-weight: 400;
}

.tovar__item p {
  color: #787e62;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.tovar__item p span {
  color: inherit;
  font-size: 1.5625vw;
  line-height: 1.7708333333vw;
  font-weight: 700;
}

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

.tovar__item .btn {
  color: #000;
  background-color: #7e885e;
}

.tovar__item .btn:hover {
  color: #fff;
  background-color: #000;
}

.tovar__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  height: 8.8541666667vw;
  margin-bottom: 0.46875vw;
}

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

.tovar .btn--center {
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  font-weight: 700;
  margin-top: 1.1979166667vw;
  border-radius: 0.78125vw;
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
  padding-left: 3.125vw;
  padding-right: 3.125vw;
}

.about-company {
  background-size: cover;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.6041666667vw;
  position: relative;
}

.about-company__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-company__bg img {
  opacity: 0.25;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-company__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-company__content {
  width: 100%;
  max-width: 40%;
}

.about-company__content h2 {
  text-align: center;
  margin-bottom: 1.0416666667vw;
}

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

.about-company__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8229166667vw;
  margin-top: 3.6458333333vw;
}

.about-company__card {
  text-align: center;
}

.about-company__card h3 {
  text-transform: uppercase;
  font-size: 1.5625vw;
  line-height: 1.7708333333vw;
  font-weight: 700;
  margin-bottom: 1.0416666667vw;
}

.about-company__card p {
  max-width: 95%;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
}

.about-company__icon {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.125vw;
  margin-bottom: 1.0416666667vw;
}

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

.about-company__gallery {
  width: 100%;
  max-width: 57%;
}

.gallery__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.0416666667vw;
}

.gallery__photo {
  overflow: hidden;
}

.gallery__photo img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.gallery__photo:hover img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.gallery__photo:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}

.gallery__btn {
  margin-top: 1.5625vw;
}

.monuments {
  padding-top: 2.0833333333vw;
  padding-bottom: 2.6041666667vw;
}

.monuments__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.0833333333vw;
}

.monuments__content {
  width: 100%;
  max-width: 50%;
  max-width: 39.5833333333vw;
}

.monuments__content h2 {
  text-align: center;
  margin-bottom: 3.3854166667vw;
}

.monuments__content p:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}

.monuments__photo {
  margin-top: 3.125vw;
}

.monuments__list {
  width: 100%;
  list-style: none;
  max-width: 39.5833333333vw;
  padding-left: 0vw;
}

.monuments-list__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  padding-top: 2.6041666667vw;
  gap: 1.0416666667vw;
  row-gap: 2.0833333333vw;
}

.monuments-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.40625vw;
}

.monuments-list__item h4 {
  text-align: center;
  font-size: 1.875vw;
  line-height: 2.0833333333vw;
  font-weight: 400;
}

.monuments-list__photo {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 7.8125vw;
  width: 7.8125vw;
}

.monuments-list__photo img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.monuments-list__photo:hover img {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.monuments-list__btn {
  margin-top: 4.1666666667vw;
}

.monuments-list__image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 12.2395833333vw;
}

.monuments-list__image {
  width: 100%;
  height: 100%;
  background-image: url("../img/gallery/monument-figure.webp");
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  width: 7.2916666667vw;
}

.monuments-list__texture {
  background-image: url("../img/gallery/monument-texture-1.webp");
  background-size: cover;
  background-position: center;
  background-clip: content-box;
  /* Это свойство обрежет текстуру по границам контента */
}

/* Страница: Товар */

.breadcrumb {
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 10000px rgba(51, 51, 51, 0.42);
          box-shadow: inset 0 0 0 10000px rgba(51, 51, 51, 0.42);
}

.breadcrumb__container {
  padding-top: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  padding-left: 0vw;
}

.breadcrumb__list li {
  position: relative;
}

.breadcrumb__list li:not(:last-child) {
  margin-right: 1.5625vw;
}

.breadcrumb__list li:not(:first-child):before {
  content: ">";
  color: #fff;
  position: absolute;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
  left: -1.0416666667vw;
  top: 0vw;
}

.breadcrumb__list li:last-child a {
  border-bottom: none;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 700;
}
.breadcrumb__list li:last-child {
  display: none;

}
.sel
{
  font-size: 14px;
  line-height: 1.2;
	}
	.sel option
{
  font-size: 14px;
  line-height: 1.2;
	}
.breadcrumb__list li a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  border-width: 0.1041666667vw;
}

.breadcrumb__list a {
  color: #fff;
  text-decoration: underline;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
}

.tovar-block {
  overflow: hidden;
}

.tovar-block__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45%;
  grid-template-columns: 1fr 45%;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 1.6666666667vw;
     -moz-column-gap: 1.6666666667vw;
          column-gap: 1.6666666667vw;
  row-gap: 1.40625vw;
}

.tovar-block__product {
  padding-top: 1.0416666667vw;
}

.tovar-block__info {
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}

.tovar-block__desc {
  padding-top: 2.0833333333vw;
}

.tovar-block__desc p {
  text-transform: uppercase;
}

.tovar-block__desc p:not(:last-child) {
  margin-bottom: 0.8333333333vw;
}

.product__title {
  position: relative;
}

.product__title > span {
  display: block;
  color: #787e62;
  text-decoration: underline;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
}

.product__title h1 {
  color: #000;
  text-align: left;
  font-size: 2.5vw;
  line-height: 3.2291666667vw;
  font-weight: 700;
  margin-bottom: 0.4166666667vw;
}

.product__title p {
  color: #000;
}

.product__title::after {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 17.8455L8.41 15.3116L7 16.6964L12 21.6072L17 16.6964L15.59 15.3116L13 17.8455V1.96429H11V17.8455Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -12%;
  left: 0;
}

.product__title--open::after {
  display: none;
}

.product__title--open .product__cat {
  max-height: none;
}

.product__title--open .product__cat::after {
  display: none;
}

.product__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-column-gap: 0.3125vw;
     -moz-column-gap: 0.3125vw;
          column-gap: 0.3125vw;
  row-gap: 0.3125vw;
  margin-top: 0.8333333333vw;
  margin-bottom: 2.0833333333vw;
  max-height: 3.6458333333vw;
  position: relative;
}

.product__cat::after {
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  bottom: 0;
  left: 0;
}

.product__cat a {
  color: #000;
  border: 1px solid #7e885e;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  padding-top: 0.2083333333vw;
  padding-bottom: 0.2083333333vw;
  padding-left: 0.3125vw;
  padding-right: 0.3125vw;
  border-width: 0.0520833333vw;
  border-radius: 0.2604166667vw;
}

.product__cat a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #7e885e;
}

.product__swipers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.product .swiper-button-prev,
.product .swiper-button-next {
  --swiper-navigation-size: 2.2916666667vw;
}

.product .swiper-button-prev--pag,
.product .swiper-button-next--pag {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: auto;
  right: 13.5%;
  top: 3%;
  position: absolute;
  --swiper-navigation-size: 1.6666666667vw;
}

.product .swiper-button-next--pag {
  top: auto;
  bottom: 0%;
}

.product__swiper--main {
  position: relative;
  border: 3px solid #EAD200;
  width: 70%;
  max-width: 70%;
  margin: 0;
  border-width: 0.15625vw;
}

.product__swiper--main .swiper-slide {
  cursor: pointer;
  height: auto !important;
  min-height: 20vw !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
}

.product__swiper--main .product__photo {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  max-width:  100%;
  max-height:  100%;
}

.product__swiper--main .product__photo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__swiper--pagination {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  position: relative;
  width: 30%;
  max-width: 30%;
  margin: 0;
}

.product__swiper--pagination .swiper-slide {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 33% !important;
  width: auto !important;
}

.product__swiper--pagination .swiper-slide .product__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-width: 6.25vw;
  max-height: 6.25vw;
  padding-top: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
}

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

.info-product {
  background-color: #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 1.3541666667vw;
  padding-bottom: 1.3541666667vw;
  padding-left: 1.1979166667vw;
  padding-right: 1.1979166667vw;
  position: relative;
}

.info-product::after {
  position: absolute;
  content: "";
  background-color: #E8E8E8;
  height: 100%;
  width: 100%;
  top: 0;
  right: -50%;
}

.info-product__block:not(:last-child) {
  margin-bottom: 1.6666666667vw;
}

.info-product__block h3 {
  text-transform: uppercase;
  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 700;
  margin-bottom: 1.25vw;
}

.info-product__block--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  gap: 1.0416666667vw;
}

.info-product__block--row h3 {
  margin-bottom: 0;
}

.info-product__block--row select {
  border-color: #7e885e;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-text-overflow: "";
     text-overflow: "";
  radius: 0.2604166667vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 1.0416666667vw;
  padding-right: 2.34375vw;
}

.info-product__block--row select option {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.info-product__select-size {
  position: relative;
}

.info-product__select-size::before {
  pointer-events: none;
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9292 7.05417L10 14.125L17.0709 7.05417L15.8925 5.875L10 11.7683L4.10753 5.875L2.9292 7.05417Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 2.0833333333vw;
}

.info-product__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.8333333333vw;
}

.info-product__checkbox .tippy {
  color: #ffffff;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-left: 0.2604166667vw;
}

.info-product__checkbox .tippy-tooltip {
  color: #ffffff;
}

.info-product__checkbox label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  padding-left: 2.0833333333vw;
}

.info-product__checkbox label span {
  color: #787e62;
  font-weight: bold;
  text-transform: none;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
  margin-left: 0.3125vw;
}

.info-product__checkbox label span i {
  color: inherit;
  font-family: ALSRubl;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

.info-product__checkbox label select {
  text-transform: uppercase;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  font-weight: 400;
  margin-left: 0.78125vw;
  padding-left: 0.5208333333vw;
  padding-right: 0.5208333333vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}

.info-product__checkbox label select option {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.info-product__checkbox input[type=checkbox] {
  display: none;
}

.info-product__checkbox label::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25vw;
  height: 1.25vw;
}

.info-product__checkbox .checkbox-checked::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='90' height='90' fill='%23EAD200'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625vw;
}

.info-product__checkbox .checkbox-checked::before::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-bottom: 2px solid #fff;
  /* Цвет галочки */
  border-right: 2px solid #fff;
  /* Цвет галочки */
  border-width: 0.1041666667vw;
  width: 0.2604166667vw;
  height: 0.5208333333vw;
}

.info-product__checkbox--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.8333333333vw;
  -webkit-column-gap: 1.0416666667vw;
     -moz-column-gap: 1.0416666667vw;
          column-gap: 1.0416666667vw;
}

.info-product__checkbox--col2 label {
  cursor: pointer;
  max-width: 48%;
  width: 50%;
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

.info-product__checkbox--col2 label span {
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

.info-product__checkbox--col2 label span i {
  font-size: 0.8333333333vw;
  line-height: 1.1458333333vw;
  font-weight: 400;
}

.info-product__form {
  position: relative;
  z-index: 1;
  /* item list */
}

.info-product__form p {
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  margin-bottom: 1.3020833333vw;
}

.info-product__form .vodiapicker {
  display: none;
}

.info-product__form #granite__list {
  padding-left: 0px;
  overflow: auto;
  max-height: 31.25vw;
  padding-right: 1.0416666667vw;
  padding-left: 1.0416666667vw;
}

.info-product__form #granite__list img {
  width: 2.6041666667vw;
  margin-right: 1.0416666667vw;
}

.info-product__form .granite__btn img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  width: 2.8125vw;
  margin-right: 1.0416666667vw;
}

.info-product__form #granite__list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-top: 0.4166666667vw;
  padding-bottom: 0.4166666667vw;
}

.info-product__form #granite__list li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-product__form #granite__list li div span {
  font-size: 1.1458333333vw;
  line-height: 1.25vw;
}

.info-product__form #granite__list li div span i {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #ae7f19;
}

.info-product__form #granite__list li div .vodiapicker__desc {
  margin-top: 0.2604166667vw;
  font-size: 0.8333333333vw;
  line-height: 0.9375vw;
}

.info-product__form #granite__list li:hover {
  background-color: #F4F3F3;
}

.info-product__form #granite__list li span,
.info-product__form .granite__btn li span {
  color: #000;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.9375vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.info-product__form .granite__container {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  width: 80%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.31);
          box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.31);
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}

.info-product__form .granite__btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  border: 1px solid #000;
  border-width: 0.0520833333vw;
  border-radius: 0.2604166667vw;
  padding-right: 2.0833333333vw;
  position: relative;
  max-width: 80%;
}

.info-product__form .granite__btn::after {
  position: absolute;
  content: "";
  top: 48%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.10083 1.87583L10 11.775L19.8992 1.87583L18.2495 0.224995L10 8.47566L1.7505 0.224995L0.10083 1.87583Z' fill='black'/%3E%3C/svg%3E%0A");
  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;
  top: 40%;
  width: 1.0416666667vw;
  height: 0.625vw;
  right: 0.5208333333vw;
}

.info-product__form .granite__btn .vodiapicker__desc {
  display: none;
}

.info-product__form .granite__btn-active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info-product__form .granite__btn li {
  list-style: none;
  padding-bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-product__form .granite__btn:hover li {
  margin-left: 0px;
}

.info-product__form .granite__btn:hover {
  background-color: #F4F3F3;
  -webkit-box-shadow: inset 0 0px 0px 1px #ccc;
          box-shadow: inset 0 0px 0px 1px #ccc;
}

.info-product__form .granite__btn:focus {
  outline: none;
}

.info-product__form .product__granite {
  position: relative;
}

.info-product__granite {
  position: relative;
}

.info-product__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80%;
  width: 100%;
  gap: 0.5208333333vw;
  margin-bottom: 1.3541666667vw;
}

.info-product__flex p {
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 65%;
}

.info-product__flex .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background-color: #ffffff;
  color: #000;
  border-color: #7e885e;
  font-size: 0.7291666667vw;
  line-height: 0.9375vw;
  font-weight: 400;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 1.0416666667vw;
}

.info-product__flex .btn:hover {
  background-color: #787e62;
  color: #fff;
  border-color: #787e62;
}

.info-product__flex .btn::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-transform: skewX(45deg);
      -ms-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-animation: flareAnimation;
          animation: flareAnimation;
  left: -150%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 79, 79, 0.1)), to(rgba(255, 148, 148, 0.4)));
  background: -o-linear-gradient(left, rgba(248, 79, 79, 0.1), rgba(255, 148, 148, 0.4));
  background: linear-gradient(90deg, rgba(248, 79, 79, 0.1), rgba(255, 148, 148, 0.4));
  -webkit-animation: flareAnimation 6s infinite linear;
          animation: flareAnimation 6s infinite linear;
  width: 2.34375vw;
}

.info-product__calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80%;
  width: 100%;
  gap: 1.0416666667vw;
  row-gap: 0.5208333333vw;
}

.info-product__calculator p {
  max-width: 48%;
  width: 50%;
  margin-bottom: 0;
}

.info-product__calculator p span {
  color: #787e62;
  display: block;
}

.info-product__select-calcul {
  max-width: 48%;
  width: 50%;
  position: relative;
}

.info-product__select-calcul::before {
  pointer-events: none;
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.9292 7.05417L10 14.125L17.0709 7.05417L15.8925 5.875L10 11.7683L4.10753 5.875L2.9292 7.05417Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 2.0833333333vw;
}

.info-product__select-calcul select {
  width: 100%;
  border: none;
  background-color: #ffffff;
  text-transform: capitalize;
  font-size: 0.8333333333vw;
  line-height: 1.0416666667vw;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-text-overflow: "";
     text-overflow: "";
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
  padding-left: 1.0416666667vw;
  padding-right: 2.34375vw;
}

.info-product__select-calcul select option {
  text-transform: capitalize;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.info-product .price-product__container {
  position: relative;
  z-index: 1;
  border-top: 0px solid #fff;
  margin-top: 1.25vw;
}

.info-product .price-product__payment {
  position: relative;
  z-index: 1;
}

.info-product .price-product__summ {
  z-index: 1;
  position: relative;
  margin-top: 1.25vw;
}

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

.price-product__summ h3 {
  text-transform: uppercase;
  color: #363636;
  font-weight: bold;
  font-size: 1.3666666667vw;
  line-height: 1.0833333333vw;
  font-weight: 700;
}

.price-product__summ h3 span {
  text-align: right;
  display: flex;
  margin-left:5px;
  margin-top:10px;
  text-transform: uppercase;
  color: #787e62;
  font-size: 1.4666666667vw;
  line-height: 1.0833333333vw;
  font-weight: 700;
}

.price-product__summ h3 span i {
  color: inherit;
    margin-top:10px;
  font-family: ALSRubl;
  text-transform: none;
  font-size: 1.3666666667vw;
  line-height: 1.0833333333vw;
  font-weight: 400;
}

.price-product__summ .btn {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-size: 1.1458333333vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
  border-radius: 0.9375vw;
}

.price-product__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.price-product__price-item:not(:last-child) {
  margin-bottom: 0.625vw;
}

.price-product__price-item p:not(:last-child) {
  margin-bottom: 0.2083333333vw;
}

.price-product__price-item:last-child p {
  margin-bottom: 0;
}

.price-product__placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.2083333333vw;
}

.price-product__placeholder h4 {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 700;
}

.price-product__placeholder div {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  height: 1vw;
  margin-left: 0.5208333333vw;
  margin-right: 0.5208333333vw;
}

.price-product__placeholder div::after {
  content: "···········································································································································································";
  /* Это коды символов точек */
  display: inline-block;
  position: absolute;
  margin-right: 0.2604166667vw;
  padding-top: 0.46875vw;
  font-size: 1.0416666667vw;
  line-height: 0vw;
  font-weight: 400;
  font-size: 1.3020833333vw;
  line-height: 0vw;
  font-weight: 400;
}

.price-product__placeholder span {
  font-weight: bold;
  color: #787e62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 700;
}

.price-product__placeholder span i {
  font-family: ALSRubl;
  color: inherit;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 400;
}

.price-product__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.9375vw;
}

.price-product__pay-method {
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-product__pay-method:hover {
  color: #000;
}

.price-product__pay-method div {
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-right: 0.4166666667vw;
}

.item-page .tovar {
  padding-top: 3.125vw;
  padding-bottom: 5.2083333333vw;
}

.item-page .tovar__content {
  margin-bottom: 2.0833333333vw;
}

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

/* размер текста для содержимого подсказки */

.tippy-content {
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 400;
}

.sticky {
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.sticky1 {
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

/* Страница: Товары */

.section-bar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.0833333333vw;
     -moz-column-gap: 2.0833333333vw;
          column-gap: 2.0833333333vw;
  padding-top: 4.1666666667vw;
  padding-bottom: 4.1666666667vw;
}

.section-bar__sidebar {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 20%;
}

.section-bar__list-tovars {
  width: 100%;
  max-width: 100%;
  padding: 0;
  list-style: none;
}

.sidebar {
  background-color: #E8E8E8;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  padding-left: 0.8333333333vw;
  padding-right: 0.8333333333vw;
}

.sidebar__button {
  cursor: pointer;
  width: 5%;
  height: 8vw;
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar__button--open {
  -webkit-transform: translate(-40vw, 0) scaleX(-1) !important;
      -ms-transform: translate(-40vw, 0) scaleX(-1) !important;
          transform: translate(-40vw, 0) scaleX(-1) !important;
  border-radius: 0 1vw 1vw 0 !important;
}

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

.sidebar details:not(:last-child) {
  margin-bottom: 0.625vw;
}

.sidebar details > *:not(summary) {
  padding-left: 0.78125vw;
  padding-bottom: 0.625vw;
}

.sidebar details > *:last-child {
  padding-bottom: 0;
}

.sidebar details summary {
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  font-size: 1.1458333333vw;
  line-height: 1.3541666667vw;
  font-weight: 700;
}

.sidebar details a {
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 700;
}

.sidebar details a:hover {
  color: #2E2E2E;
}

.sidebar details[open] > summary {
  margin-bottom: 0.5208333333vw;
}

.sidebar details details {
  margin-bottom: 0 !important;
}

.sidebar details details > *:not(summary) {
  padding-bottom: 0.3125vw;
}

.sidebar details details > *:last-child {
  padding-bottom: 0;
}

.sidebar details details summary {
  color: #000;
  text-transform: uppercase;
  font-size: 1.0416666667vw;
  line-height: 1.25vw;
  font-weight: 700;
}

.sidebar details details a {
  color: #787e62;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9375vw;
  line-height: 1.1458333333vw;
  font-weight: 700;
}

.sidebar details details a:hover {
  color: #2E2E2E;
}

.sidebar details summary {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 1.5625vw;
}

.sidebar details summary::after {
  content: "";
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.05417 14.766L9.125 7.82142L2.05417 0.876854L0.875 2.03415L6.76833 7.82142L0.875 13.6087L2.05417 14.766Z' fill='black'/%3E%3C/svg%3E%0A");
  height: 0.8333333333vw;
  width: 0.5208333333vw;
  right: 0.2604166667vw;
  top: 0.2083333333vw;
}

.sidebar details[open] > summary::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar summary::marker {
  content: "";
}

.list-tovars h1 {
  text-align: center;
  font-size: 2.5vw;
  line-height: 2.7083333333vw;
  font-weight: 700;
  margin-bottom: 1.25vw;
}

.list-tovars p {

  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 400;
  max-width: 62.5vw;

}
.list-tovars p span{

  font-size: 1.25vw;
  line-height: 1.5625vw;
  font-weight: 400;
  color:#787e62;
}

.list-tovars__info {
  margin-bottom: 2.5vw;
}

.list-tovars__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: #7e885e;
  margin-bottom: 2.0833333333vw;
}

.list-tovars__btn-filter {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 1.1458333333vw;
  line-height: 1.25vw;
  font-weight: 700;
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  padding-top: 0.5208333333vw;
  padding-bottom: 0.5208333333vw;
}

.list-tovars__btn-filter:hover {
  color: #000;
  background-color: #dbc500;
}

.list-tovars__btn-filter--active {
  background-color: #d1bc02;
}

.list-tovars .tovar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.list-tovars .tovar .tovar__container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.list-tovars__pagination {
  margin-top: 1.5625vw;
}

.pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5625vw;
     -moz-column-gap: 1.5625vw;
          column-gap: 1.5625vw;
  margin-bottom: 0.5208333333vw;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2604166667vw;
     -moz-column-gap: 0.2604166667vw;
          column-gap: 0.2604166667vw;
}

.pagination__item {
  color: #2E2E2E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #2E2E2E;
  border-width: 0.0520833333vw;
  padding-top: 0.2604166667vw;
  padding-bottom: 0.2604166667vw;
  padding-left: 0.625vw;
  padding-right: 0.625vw;
}

.pagination__item:hover {
  opacity: 1;
  color: #000;
  background-color: #E8E8E8;
}

.types {
  padding-bottom: 5.2083333333vw;
}

.types__info h2 {
  text-transform: uppercase;
  font-size: 2.5vw;
  text-align:center;
  line-height: 2.7083333333vw;
  font-weight: 700;
  margin-bottom: 1.6666666667vw;
}

.types__info p {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.4583333333vw;
  font-weight: 400;
  margin-bottom: 2.9166666667vw;
}

.types__container {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.types__container .swiper-button-next {
  --swiper-navigation-size: 2.2916666667vw;
  right: -2.0833333333vw;
}

.types__container .swiper-button-prev {
  --swiper-navigation-size: 2.2916666667vw;
  left: -2.0833333333vw;
}

.types__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2604166667vw;
}

.types__item h4 {
  font-size: 1.6666666667vw;
  line-height: 1.875vw;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
}
.types__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.types__list2 .types__item
{
 text-align:center;
	}

.types__list2 .types__img
{
 width:200px;
 height:200px;
 overflow:hidden;
	}
	.news-content-image
	{
	 width:200px;
 height:200px;
 overflow:hidden;
 float:left;
 margin-right:20px;
		}
.types__photo {
  width: 6.7708333333vw;
}
.news-content-text h3
{
 text-align:center;
	}
	.news-content-text h4
{
 text-align:center;
	}
		.news-content-text h5
{
 text-align:left;
text-transform: uppercase;
    font-size: 1.0416666667vw;
    line-height: 1.25vw;
    font-weight: 700;
    color: #787e62;
	}
.news-content-text ul li
{
 margin-top:20px;
	}
	.news-content-text ul
{
 margin-bottom:40px;
	}

/* Доп компоненты к адаптиву */

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

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

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

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

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

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

  .header__nav-item .submenu .submenu {
    left: 100%;
  }

  .sticky {
    position: sticky;
    top: 0;
    /* Измените на нужное значение */
  }

  .sticky1 {
    position: sticky;
    top: 0;
    /* Измените на нужное значение */
  }
}

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

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

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

  .info-product {
    width: 100%;
  }

  .info-product__block:nth-child(1) {
    width: 70%;
    float: left;
  }

  .info-product__block:nth-child(2) {
    width: 30%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-product__select-size select {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .info-product__checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .info-product__checkbox label {
    width: 48%;
  }

  .info-product__checkbox label span {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-left: auto;
  }

  .info-product__checkbox--col2 label {
    max-width: 30%;
  }

  .info-product__flex {
    margin-top: -0.5vw;
  }

  .info-product__calculator {
    max-width: 100%;
  }
}

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

@media (max-width: 1600px) {
  p,
  b,
  strong,
  span {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

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

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

  h1 {
    font-size: 3.75vw;
    line-height: 4vw;
  }

  h1 span {
    font-size: 7.625vw;
    line-height: 7.875vw;
  }

  h2 {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

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

  h3 {
    font-size: 1.375vw;
    line-height: 1.625vw;
  }

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

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

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

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

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

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

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

  .choices {
    width: 9.1875vw;
  }

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

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

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

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

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

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

  .choices__item {
    font-size: 1.125vw;
  }

  .btn {
    border-width: 0.125vw;
    font-size: 1.25vw;
    line-height: 1.5vw;
    border-radius: 0.3125vw;
    padding-top: 1.5vw;
    padding-right: 2.1875vw;
    padding-bottom: 1.25vw;
    padding-left: 2.1875vw;
  }

  .btn--blick::before {
    width: 2.8125vw;
  }

  .btn--little {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .btn--little {
    padding-top: 0.875vw;
    padding-bottom: 0.875vw;
    padding-right: 0.9375vw;
    padding-left: 0.9375vw;
    border-radius: 0.9375vw;
  }

  .btn--oval {
    border-radius: 1.875vw;
    font-size: 1vw;
    line-height: 1.125vw;
    padding-top: 1.25vw;
    padding-right: 1.3125vw;
    padding-bottom: 1.25vw;
    padding-left: 1.3125vw;
  }

  .container {
    max-width: 106.875vw;
    padding-right: 0.9375vw;
    padding-left: 0.9375vw;
  }

  .container {
    max-width: 100vw;
  }

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

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

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

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

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

  .header__content {
    padding-top: 1.25vw;
    padding-bottom: 2.1875vw;
  }

  .header__content {
    padding-top: 1vw !important;
    padding-bottom: 1vw !important;
  }

  .header__content .container {
    gap: 1.875vw;
  }

  .header__logo {
    width: 17vw;
  }

  .header__social {
    gap: 0.9375vw;
    row-gap: 0.3125vw;
  }

  .header__social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__social a img {
    width: 2.1875vw;
  }

  .header__tell a {
    font-size: 2vw;
    line-height: 2.25vw;
  }

  .header__btn {
    gap: 0.75vw;
  }

  .header__btn .btn {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .header__btn .btn {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    padding-left: 1.0625vw;
    padding-right: 1.0625vw;
  }

  .header__mode h4 {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

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

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

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

  .header__nav-item {
    border-width: 0.0625vw;
    padding-top: 1.375vw;
    padding-bottom: 1.125vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .header__nav-item--form::after {
    width: 1.0625vw;
    height: 0.6875vw;
    top: 1.75vw;
    margin-top: -0.125vw;
    right: 1.125vw;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 2vw;
    padding-right: 3.25vw;
  }

  .header__buy {
    gap: 1.375vw;
  }

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

  .header__basket {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 0.3vw !important;
    padding-top: 0.5vw !important;
    padding-bottom: 0.5vw !important;
  }

  .header__basket img {
    width: 3.125vw;
    margin-right: 0.5vw;
  }

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

  .header__arrange {
    padding-top: 0.875vw;
    padding-bottom: 0.875vw;
    padding-left: 1.375vw;
    padding-right: 1.375vw;
  }

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

  .modal-menu .header__mode {
    gap: 0.5vw;
  }

  .modal-menu .header__address {
    gap: 0.5vw;
  }

  .footer {
    padding-top: 2.5vw;
    padding-bottom: 1.25vw;
  }

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

  .footer__container {
    gap: 1.5vw;
  }

  .footer__top {
    gap: 4.375vw;
  }

  .footer__contacts {
    gap: 1.25vw;
  }

  .footer__logo {
    width: 17vw;
    margin-bottom: 0.625vw;
  }

  .footer__tell a {
    font-size: 2vw;
    line-height: 2.25vw;
  }

  .footer__address {
    gap: 1.5625vw;
    row-gap: 0.75vw;
  }

  .footer__address p {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

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

  .footer__row {
    gap: 1.5625vw;
  }

  .footer__social {
    gap: 0.625vw;
  }

  .footer__social-item {
    width: 2.1875vw;
  }

  .footer__nav {
    gap: 1.875vw;
    margin-top: 2.5vw;
  }

  .footer__list h3 {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

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

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

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

  .footer__bottom {
    gap: 2.875vw;
  }

  .footer__policy {
    gap: 2.1875vw;
  }

  .footer__views {
    width: 6.25vw;
  }

  .footer__ps {
    gap: 0.3125vw;
  }

  .main-banner {
    padding-top: 4.0625vw;
    padding-bottom: 4.0625vw;
  }

  .main-banner__content {
    padding-top: 3.75vw;
    padding-bottom: 3.125vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }

  .main-banner__content h1 {
    margin-bottom: 2.5vw;
  }

  .main-banner__content p {
    font-size: 1.875vw;
    line-height: 2.125vw;
  }

  .main-banner__content p {
    margin-bottom: 2.5vw;
  }

  .main-banner__advantages p {
    font-size: 2.5vw;
    line-height: 2.75vw;
  }

  .main-banner__advantages p {
    margin-bottom: 0vw;
  }

  .goods__block {
    min-width: 16.875vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
  }

  .goods__block p {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  .goods__text {
    padding-top: 0.8125vw;
    padding-bottom: 0.8125vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .tovar {
    padding-top: 2.5vw;
    padding-bottom: 1.875vw;
  }

  .tovar h2 {
    margin-bottom: 3.4375vw;
  }

  .tovar__links {
    padding-top: 2.875vw;
    padding-bottom: 2.875vw;
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
    row-gap: 0.3125vw;
  }

  .tovar__links a {
    font-size: 1.3125vw;
    line-height: 1.625vw;
  }

  .tovar__wrapper {
    grid-row-gap: 1.25vw;
    grid-column-gap: 1.25vw;
  }

  .tovar__wrapper--item5 {
    grid-row-gap: 2.5vw;
    grid-column-gap: 2.5vw;
  }

  .tovar__wrapper--item4 {
    grid-row-gap: 1.875vw;
    grid-column-gap: 1.875vw;
  }

  .tovar__item {
    gap: 1.125vw;
    border-width: 0.0625vw;
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
  }

  .tovar__item > i {
    font-size: 1vw;
    line-height: 1.125vw;
  }

  .tovar__item > i {
    left: 0vw;
    top: 0vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
    padding-left: 0.3125vw;
    padding-right: 0.3125vw;
  }

  .tovar__item h4 {
    font-size: 1.375vw;
    line-height: 1.625vw;
  }

  .tovar__item p {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .tovar__item p span {
    font-size: 1.875vw;
    line-height: 2.125vw;
  }

  .tovar__img {
    height: 10.625vw;
    margin-bottom: 0.5625vw;
  }

  .tovar .btn--center {
    font-size: 1.375vw;
    line-height: 1.625vw;
  }

  .tovar .btn--center {
    margin-top: 1.4375vw;
    border-radius: 0.9375vw;
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .about-company {
    padding-top: 2.5vw;
    padding-bottom: 3.125vw;
  }

  .about-company__content h2 {
    margin-bottom: 1.25vw;
  }

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

  .about-company__cards {
    gap: 2.1875vw;
    margin-top: 4.375vw;
  }

  .about-company__card h3 {
    font-size: 1.875vw;
    line-height: 2.125vw;
  }

  .about-company__card h3 {
    margin-bottom: 1.25vw;
  }

  .about-company__card p {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .about-company__icon {
    height: 3.75vw;
    margin-bottom: 1.25vw;
  }

  .gallery__wrapper {
    gap: 1.25vw;
  }

  .gallery__btn {
    margin-top: 1.875vw;
  }

  .monuments {
    padding-top: 2.5vw;
    padding-bottom: 3.125vw;
  }

  .monuments__container {
    gap: 2.5vw;
  }

  .monuments__content {
    max-width: 47.5vw;
  }

  .monuments__content h2 {
    margin-bottom: 4.0625vw;
  }

  .monuments__content p:not(:last-child) {
    margin-bottom: 1.25vw;
  }

  .monuments__photo {
    margin-top: 3.75vw;
  }

  .monuments__list {
    max-width: 47.5vw;
    padding-left: 0vw;
  }

  .monuments-list__container {
    padding-top: 3.125vw;
    gap: 1.25vw;
    row-gap: 2.5vw;
  }

  .monuments-list__item {
    gap: 1.6875vw;
  }

  .monuments-list__item h4 {
    font-size: 2.25vw;
    line-height: 2.5vw;
  }

  .monuments-list__photo {
    max-width: 9.375vw;
    width: 9.375vw;
  }

  .monuments-list__btn {
    margin-top: 5vw;
  }

  .monuments-list__image-container {
    height: 14.6875vw;
  }

  .monuments-list__image {
    width: 8.75vw;
  }

  .breadcrumb__container {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
  }

  .breadcrumb__list {
    padding-left: 0vw;
  }

  .breadcrumb__list li:not(:last-child) {
    margin-right: 1.875vw;
  }

  .breadcrumb__list li:not(:last-child):before {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .breadcrumb__list li:not(:last-child):before {
    right: -1.25vw;
    top: 0vw;
  }

  .breadcrumb__list li:last-child a {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .breadcrumb__list li a {
    border-width: 0.125vw;
  }

  .breadcrumb__list a {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .tovar-block__container {
    -webkit-column-gap: 2vw;
       -moz-column-gap: 2vw;
            column-gap: 2vw;
    row-gap: 1.6875vw;
  }

  .tovar-block__product {
    padding-top: 1.25vw;
  }

  .tovar-block__desc {
    padding-top: 2.5vw;
  }

  .tovar-block__desc p:not(:last-child) {
    margin-bottom: 1vw;
  }

  .product__title > span {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .product__title h1 {
    font-size: 3vw;
    line-height: 3.875vw;
  }

  .product__title h1 {
    margin-bottom: 0.5vw;
  }

  .product__cat {
    -webkit-column-gap: 0.375vw;
       -moz-column-gap: 0.375vw;
            column-gap: 0.375vw;
    row-gap: 0.375vw;
    margin-top: 1vw;
    margin-bottom: 2.5vw;
    max-height: 4.375vw;
  }

  .product__cat a {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .product__cat a {
    padding-top: 0.25vw;
    padding-bottom: 0.25vw;
    padding-left: 0.375vw;
    padding-right: 0.375vw;
    border-width: 0.0625vw;
    border-radius: 0.3125vw;
  }

  .product .swiper-button-prev,
  .product .swiper-button-next {
    --swiper-navigation-size: 2.75vw;
  }

  .product .swiper-button-prev--pag,
  .product .swiper-button-next--pag {
    --swiper-navigation-size: 2vw;
  }

  .product__swiper--main {
    border-width: 0.1875vw;
  }

  .product__swiper--main .swiper-slide {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }

  .product__swiper--main .product__photo {
    max-width: 15.125vw;
    max-height: 15.6875vw;
  }

  .product__swiper--pagination .swiper-slide .product__photo {
    max-width: 7.5vw;
    max-height: 7.5vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
  }

  .info-product {
    padding-top: 1.625vw;
    padding-bottom: 1.625vw;
    padding-left: 1.4375vw;
    padding-right: 1.4375vw;
  }

  .info-product__block:not(:last-child) {
    margin-bottom: 2vw;
  }

  .info-product__block h3 {
    font-size: 1.5vw;
    line-height: 1.875vw;
  }

  .info-product__block h3 {
    margin-bottom: 1.5vw;
  }

  .info-product__block--row {
    gap: 1.25vw;
  }

  .info-product__block--row select {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .info-product__block--row select {
    radius: 0.3125vw;
    padding-top: 0.75vw;
    padding-bottom: 0.75vw;
    padding-left: 1.25vw;
    padding-right: 2.8125vw;
  }

  .info-product__select-size::before {
    width: 2.5vw;
  }

  .info-product__checkbox {
    row-gap: 1vw;
  }

  .info-product__checkbox .tippy {
    width: 1vw;
    height: 1vw;
    margin-left: 0.3125vw;
  }

  .info-product__checkbox label {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .info-product__checkbox label {
    padding-left: 2.5vw;
  }

  .info-product__checkbox label span {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .info-product__checkbox label span {
    margin-left: 0.375vw;
  }

  .info-product__checkbox label span i {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .info-product__checkbox label select {
    font-size: 0.875vw;
    line-height: 1.125vw;
  }

  .info-product__checkbox label select {
    margin-left: 0.9375vw;
    padding-left: 0.625vw;
    padding-right: 0.625vw;
    padding-top: 0.375vw;
    padding-bottom: 0.375vw;
  }

  .info-product__checkbox label::before {
    width: 1.5vw;
    height: 1.5vw;
  }

  .info-product__checkbox .checkbox-checked::before {
    background-size: 0.75vw;
  }

  .info-product__checkbox .checkbox-checked::before::after {
    border-width: 0.125vw;
    width: 0.3125vw;
    height: 0.625vw;
  }

  .info-product__checkbox--col2 {
    row-gap: 1vw;
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
  }

  .info-product__checkbox--col2 label {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .info-product__checkbox--col2 label span {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .info-product__checkbox--col2 label span i {
    font-size: 1vw;
    line-height: 1.375vw;
  }

  .info-product__form p {
    font-size: 1.125vw;
    line-height: 1.375vw;
    margin-bottom: 1.5625vw;
  }

  .info-product__form #granite__list {
    max-height: 37.5vw;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }

  .info-product__form #granite__list img {
    width: 3.125vw;
    margin-right: 1.25vw;
  }

  .info-product__form .granite__btn img {
    width: 3.375vw;
    margin-right: 1.25vw;
  }

  .info-product__form #granite__list li {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }

  .info-product__form #granite__list li div span {
    font-size: 1.375vw;
    line-height: 1.5vw;
  }

  .info-product__form #granite__list li div .vodiapicker__desc {
    margin-top: 0.3125vw;
    font-size: 1vw;
    line-height: 1.125vw;
  }

  .info-product__form #granite__list li span,
  .info-product__form .granite__btn li span {
    font-size: 1.125vw;
    line-height: 1.5vw;
  }

  .info-product__form .granite__container {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }

  .info-product__form .granite__btn {
    border-width: 0.0625vw;
    border-radius: 0.3125vw;
    padding-right: 2.5vw;
  }

  .info-product__form .granite__btn::after {
    width: 1.25vw;
    height: 0.75vw;
    right: 0.625vw;
  }

  .info-product__flex {
    gap: 0.625vw;
    margin-bottom: 1.625vw;
  }

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

  .info-product__flex .btn {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 1.25vw;
    padding-right: 1.25vw;
  }

  .info-product__flex .btn::before {
    width: 2.8125vw;
  }

  .info-product__calculator {
    gap: 1.25vw;
    row-gap: 0.625vw;
  }

  .info-product__select-calcul::before {
    width: 2.5vw;
  }

  .info-product__select-calcul select {
    font-size: 1vw;
    line-height: 1.25vw;
  }

  .info-product__select-calcul select {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 1.25vw;
    padding-right: 2.8125vw;
  }

  .info-product .price-product__container {
    margin-top: 1.5vw;
  }

  .info-product .price-product__summ {
    margin-top: 1.5vw;
  }

  .price-product__summ {
    margin-bottom: 1.375vw;
  }

  .price-product__summ h3 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .price-product__summ h3 span {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .price-product__summ h3 span i {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .price-product__summ .btn {
    font-size: 1.375vw;
    line-height: 1.75vw;
  }

  .price-product__summ .btn {
    border-radius: 1.125vw;
  }

  .price-product__price-item:not(:last-child) {
    margin-bottom: 0.75vw;
  }

  .price-product__price-item p:not(:last-child) {
    margin-bottom: 0.25vw;
  }

  .price-product__placeholder {
    margin-bottom: 0.25vw;
  }

  .price-product__placeholder h4 {
    font-size: 1.125vw;
    line-height: 1.375vw;
  }

  .price-product__placeholder div {
    margin-left: 0.625vw;
    margin-right: 0.625vw;
  }

  .price-product__placeholder div::after {
    margin-right: 0.3125vw;
    padding-top: 0.5625vw;
  }

  .price-product__placeholder div::after {
    font-size: 1.25vw;
    line-height: 0vw;
  }

  .price-product__placeholder div::after {
    font-size: 1.5625vw;
    line-height: 0vw;
  }

  .price-product__placeholder span {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  .price-product__placeholder span i {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  .price-product__payment {
    margin-top: 1.125vw;
  }

  .price-product__pay-method div {
    width: 2vw;
    height: 2vw;
    margin-right: 0.5vw;
  }

  .item-page .tovar {
    padding-top: 3.75vw;
    padding-bottom: 6.25vw;
  }

  .item-page .tovar__content {
    margin-bottom: 2.5vw;
  }

  .item-page ul {
    padding-left: 0vw;
  }

  .tippy-content {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .section-bar__container {
    -webkit-column-gap: 2.5vw;
       -moz-column-gap: 2.5vw;
            column-gap: 2.5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .sidebar {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .sidebar details:not(:last-child) {
    margin-bottom: 0.75vw;
  }

  .sidebar details > *:not(summary) {
    padding-left: 0.9375vw;
    padding-bottom: 0.75vw;
  }

  .sidebar details summary {
    font-size: 1.375vw;
    line-height: 1.625vw;
  }

  .sidebar details a {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

  .sidebar details[open] > summary {
    margin-bottom: 0.625vw;
  }

  .sidebar details details > *:not(summary) {
    padding-bottom: 0.375vw;
  }

  .sidebar details details summary {
    font-size: 1.25vw;
    line-height: 1.5vw;
  }

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

  .sidebar details summary {
    padding-right: 1.875vw;
  }

  .sidebar details summary::after {
    height: 1vw;
    width: 0.625vw;
    right: 0.3125vw;
    top: 0.25vw;
  }

  .list-tovars h1 {
    font-size: 3vw;
    line-height: 3.25vw;
  }

  .list-tovars h1 {
    margin-bottom: 1.5vw;
  }

  .list-tovars p {
    font-size: 1.5vw;
    line-height: 1.875vw;
  }

  .list-tovars p {
    max-width: 75vw;
  }

  .list-tovars__info {
    margin-bottom: 3vw;
  }

  .list-tovars__filter {
    margin-bottom: 2.5vw;
  }

  .list-tovars__btn-filter {
    font-size: 1.375vw;
    line-height: 1.5vw;
  }

  .list-tovars__btn-filter {
    padding-left: 0.9375vw;
    padding-right: 0.9375vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
  }

  .list-tovars__pagination {
    margin-top: 1.875vw;
  }

  .pagination {
    -webkit-column-gap: 1.875vw;
       -moz-column-gap: 1.875vw;
            column-gap: 1.875vw;
    margin-bottom: 0.625vw;
  }

  .pagination__list {
    -webkit-column-gap: 0.3125vw;
       -moz-column-gap: 0.3125vw;
            column-gap: 0.3125vw;
  }

  .pagination__item {
    border-width: 0.0625vw;
    padding-top: 0.3125vw;
    padding-bottom: 0.3125vw;
    padding-left: 0.75vw;
    padding-right: 0.75vw;
  }

  .types {
    padding-bottom: 6.25vw;
  }

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

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

  .types__info p {
    font-size: 1.5vw;
    line-height: 1.75vw;
  }

  .types__info p {
    margin-bottom: 3.5vw;
  }

  .types__container .swiper-button-next {
    --swiper-navigation-size: 2.75vw;
    right: -2.5vw;
  }

  .types__container .swiper-button-prev {
    --swiper-navigation-size: 2.75vw;
    left: -2.5vw;
  }

  .types__item {
    gap: 0.3125vw;
  }

  .types__item h4 {
    font-size: 2vw;
    line-height: 2.25vw;
  }

  .types__photo {
    width: 8.125vw;
  }
}

@media (max-width: 1440px) {
  p,
  b,
  strong,
  span {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .text,
  .text p {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  a {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  h1 {
    font-size: 4.1666666667vw;
    line-height: 4.4444444444vw;
  }

  h1 span {
    font-size: 8.4722222222vw;
    line-height: 8.75vw;
  }

  h2 {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }

  h2 span {
    font-size: 3.3333333333vw;
    line-height: 3.6111111111vw;
  }

  h3 {
    font-size: 1.5277777778vw;
    line-height: 1.8055555556vw;
  }

  h4 {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  li {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

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

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

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

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

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

  .choices {
    width: 10.2083333333vw;
  }

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

  .choices__inner {
    padding-top: 1.5277777778vw;
    padding-bottom: 1.5277777778vw;
    padding-left: 1.7361111111vw;
    padding-right: 1.7361111111vw;
  }

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

  .choices[data-type*=select-one]::after {
    width: 1.1111111111vw;
    height: 0.625vw;
    top: 2.4305555556vw;
    margin-top: -0.1388888889vw;
    right: 0.7638888889vw;
  }

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

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

  .choices__item {
    font-size: 1.25vw;
  }

  .btn {
    border-width: 0.1388888889vw;
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
    border-radius: 0.3472222222vw;
    padding-top: 1.6666666667vw;
    padding-right: 2.4305555556vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 2.4305555556vw;
  }

  .btn--blick::before {
    width: 3.125vw;
  }

  .btn--little {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .btn--little {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
    padding-right: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    border-radius: 1.0416666667vw;
  }

  .btn--oval {
    border-radius: 2.0833333333vw;
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
    padding-top: 1.3888888889vw;
    padding-right: 1.4583333333vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 1.4583333333vw;
  }

  .container {
    max-width: 118.75vw;
    padding-right: 1.0416666667vw;
    padding-left: 1.0416666667vw;
  }

  .scroll-button {
    bottom: 1.7361111111vw;
    right: 1.7361111111vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
    font-size: 2.7777777778vw;
    border-width: 0.2083333333vw;
  }

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

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

  .submenu {
    min-width: 13.8888888889vw;
    border-width: 0.0694444444vw;
  }

  .submenu li {
    border-width: 0.0694444444vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
    font-size: 0.9722222222vw;
  }

  .header__content {
    padding-top: 1.3888888889vw;
    padding-bottom: 2.4305555556vw;
  }

  .header__content .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header__content .container {
    gap: 2.0833333333vw;
  }

  .header__content .container {
    gap: 1vw;
  }

  .header__logo {
    width: 18.8888888889vw;
  }

  .header__social {
    gap: 1.0416666667vw;
    row-gap: 0.3472222222vw;
  }

  .header__social a img {
    width: 2.4305555556vw;
  }

  .header__tell a {
    font-size: 2.2222222222vw;
    line-height: 2.5vw;
  }

  .header__btn {
    gap: 0.8333333333vw;
  }

  .header__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__btn .btn {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .header__btn .btn {
    width: 100%;
    text-align: center;
  }

  .header__btn .btn {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.1805555556vw;
    padding-right: 1.1805555556vw;
  }

  .header__mode h4 {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .header__mode p {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .header__address h4 {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .header__address h4 {
    max-width: auto;
    width: auto;
  }

  .header__nav-item {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .header__nav-item {
    border-width: 0.0694444444vw;
    padding-top: 1.5277777778vw;
    padding-bottom: 1.25vw;
    padding-left: 2.2222222222vw;
    padding-right: 2.2222222222vw;
  }

  .header__nav-item {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .header__nav-item--form::after {
    width: 1.1805555556vw;
    height: 0.7638888889vw;
    top: 1.9444444444vw;
    margin-top: -0.1388888889vw;
    right: 1.25vw;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 2.2222222222vw;
    padding-right: 3.6111111111vw;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    padding-left: 1vw;
  }

  .header__buy {
    gap: 1.5277777778vw;
  }

  .header__basket {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .header__basket img {
    width: 3.4722222222vw;
    margin-right: 0.5555555556vw;
  }

  .header__arrange {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .header__arrange {
    padding-top: 0.9722222222vw;
    padding-bottom: 0.9722222222vw;
    padding-left: 1.5277777778vw;
    padding-right: 1.5277777778vw;
  }

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

  .modal-menu .header__mode {
    gap: 0.5555555556vw;
  }

  .modal-menu .header__address {
    gap: 0.5555555556vw;
  }

  .footer {
    padding-top: 2.7777777778vw;
    padding-bottom: 1.3888888889vw;
  }

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

  .footer__container {
    gap: 1.6666666667vw;
  }

  .footer__top {
    gap: 4.8611111111vw;
  }

  .footer__contacts {
    gap: 1.3888888889vw;
  }

  .footer__logo {
    width: 18.8888888889vw;
    margin-bottom: 0.6944444444vw;
  }

  .footer__tell a {
    font-size: 2.2222222222vw;
    line-height: 2.5vw;
  }

  .footer__address {
    gap: 1.7361111111vw;
    row-gap: 0.8333333333vw;
  }

  .footer__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__address p {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .footer__timework p {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .footer__row {
    gap: 1.7361111111vw;
  }

  .footer__social {
    gap: 0.6944444444vw;
  }

  .footer__social-item {
    width: 2.4305555556vw;
  }

  .footer__nav {
    gap: 2.0833333333vw;
    margin-top: 2.7777777778vw;
  }

  .footer__list {
    width: 100%;
    max-width: 25%;
  }

  .footer__list h3 {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }

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

  .footer__list a {
    font-size: 1.5277777778vw;
    line-height: 1.8055555556vw;
  }

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

  .footer__bottom {
    gap: 3.1944444444vw;
  }

  .footer__policy {
    gap: 2.4305555556vw;
  }

  .footer__views {
    width: 6.9444444444vw;
  }

  .footer__ps {
    gap: 0.3472222222vw;
  }

  .main-banner {
    padding-top: 4.5138888889vw;
    padding-bottom: 4.5138888889vw;
  }

  .main-banner__content {
    padding-top: 4.1666666667vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }

  .main-banner__content h1 {
    margin-bottom: 2.7777777778vw;
  }

  .main-banner__content p {
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
  }

  .main-banner__content p {
    margin-bottom: 2.7777777778vw;
  }

  .main-banner__advantages p {
    font-size: 2.7777777778vw;
    line-height: 3.0555555556vw;
  }

  .main-banner__advantages p {
    margin-bottom: 0vw;
  }

  .goods__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .goods__block {
    min-width: 18.75vw;
    padding-top: 2.7777777778vw;
    padding-bottom: 2.7777777778vw;
    padding-left: 0.6944444444vw;
    padding-right: 0.6944444444vw;
  }

  .goods__block {
    min-width: 25%;
    max-width: 25%;
  }

  .goods__block p {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }

  .goods__text {
    padding-top: 0.9027777778vw;
    padding-bottom: 0.9027777778vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
  }

  .goods__text {
    text-align: center;
  }

  .tovar {
    padding-top: 2.7777777778vw;
    padding-bottom: 2.0833333333vw;
  }

  .tovar h2 {
    margin-bottom: 3.8194444444vw;
  }

  .tovar__links {
    padding-top: 3.1944444444vw;
    padding-bottom: 3.1944444444vw;
    -webkit-column-gap: 1.3888888889vw;
       -moz-column-gap: 1.3888888889vw;
            column-gap: 1.3888888889vw;
    row-gap: 0.3472222222vw;
  }

  .tovar__links {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .tovar__links a {
    font-size: 1.4583333333vw;
    line-height: 1.8055555556vw;
  }

  .tovar__wrapper {
    grid-row-gap: 1.3888888889vw;
    grid-column-gap: 1.3888888889vw;
  }

  .tovar__wrapper {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }

  .tovar__wrapper--item5 {
    grid-row-gap: 2.7777777778vw;
    grid-column-gap: 2.7777777778vw;
  }

  .tovar__wrapper--item4 {
    grid-row-gap: 2.0833333333vw;
    grid-column-gap: 2.0833333333vw;
  }

  .tovar__item {
    gap: 1.25vw;
    border-width: 0.0694444444vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }

  .tovar__item > i {
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
  }

  .tovar__item > i {
    left: 0vw;
    top: 0vw;
    padding-top: 0.3472222222vw;
    padding-bottom: 0.3472222222vw;
    padding-left: 0.3472222222vw;
    padding-right: 0.3472222222vw;
  }

  .tovar__item h4 {
    font-size: 1.5277777778vw;
    line-height: 1.8055555556vw;
  }

  .tovar__item h4 {
    width: 70%;
  }

  .tovar__item p {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .tovar__item p span {
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
  }

  .tovar__img {
    height: 11.8055555556vw;
    margin-bottom: 0.625vw;
  }

  .tovar .btn--center {
    font-size: 1.5277777778vw;
    line-height: 1.8055555556vw;
  }

  .tovar .btn--center {
    margin-top: 1.5972222222vw;
    border-radius: 1.0416666667vw;
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }

  .about-company {
    padding-top: 2.7777777778vw;
    padding-bottom: 3.4722222222vw;
  }

  .about-company__content h2 {
    margin-bottom: 1.3888888889vw;
  }

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

  .about-company__cards {
    gap: 2.4305555556vw;
    margin-top: 4.8611111111vw;
  }

  .about-company__card h3 {
    font-size: 2.0833333333vw;
    line-height: 2.3611111111vw;
  }

  .about-company__card h3 {
    margin-bottom: 1.3888888889vw;
  }

  .about-company__card p {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .about-company__icon {
    height: 4.1666666667vw;
    margin-bottom: 1.3888888889vw;
  }

  .gallery__wrapper {
    gap: 1.3888888889vw;
  }

  .gallery__btn {
    margin-top: 2.0833333333vw;
  }

  .monuments {
    padding-top: 2.7777777778vw;
    padding-bottom: 3.4722222222vw;
  }

  .monuments__container {
    gap: 2.7777777778vw;
  }

  .monuments__content {
    max-width: 52.7777777778vw;
  }

  .monuments__content h2 {
    margin-bottom: 4.5138888889vw;
  }

  .monuments__content p:not(:last-child) {
    margin-bottom: 1.3888888889vw;
  }

  .monuments__photo {
    margin-top: 4.1666666667vw;
  }

  .monuments__list {
    max-width: 52.7777777778vw;
    padding-left: 0vw;
  }

  .monuments-list__container {
    padding-top: 3.4722222222vw;
    gap: 1.3888888889vw;
    row-gap: 2.7777777778vw;
  }

  .monuments-list__item {
    gap: 1.875vw;
  }

  .monuments-list__item h4 {
    font-size: 2.5vw;
    line-height: 2.7777777778vw;
  }

  .monuments-list__photo {
    max-width: 10.4166666667vw;
    width: 10.4166666667vw;
  }

  .monuments-list__btn {
    margin-top: 5.5555555556vw;
  }

  .monuments-list__image-container {
    height: 16.3194444444vw;
  }

  .monuments-list__image {
    width: 9.7222222222vw;
  }

  .breadcrumb__container {
    padding-top: 1.3888888889vw;
    padding-bottom: 1.3888888889vw;
  }

  .breadcrumb__list {
    padding-left: 0vw;
  }

  .breadcrumb__list li:not(:last-child) {
    margin-right: 2.0833333333vw;
  }

  .breadcrumb__list li:not(:last-child):before {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .breadcrumb__list li:not(:last-child):before {
    right: -1.3888888889vw;
    top: 0vw;
  }

  .breadcrumb__list li:last-child a {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .breadcrumb__list li a {
    border-width: 0.1388888889vw;
  }

  .breadcrumb__list a {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .tovar-block__container {
    -webkit-column-gap: 2.2222222222vw;
       -moz-column-gap: 2.2222222222vw;
            column-gap: 2.2222222222vw;
    row-gap: 1.875vw;
  }

  .tovar-block__product {
    padding-top: 1.3888888889vw;
  }

  .tovar-block__desc {
    padding-top: 2.7777777778vw;
  }

  .tovar-block__desc p:not(:last-child) {
    margin-bottom: 1.1111111111vw;
  }

  .product__title > span {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .product__title h1 {
    font-size: 3.3333333333vw;
    line-height: 4.3055555556vw;
  }

  .product__title h1 {
    margin-bottom: 0.5555555556vw;
  }

  .product__cat {
    -webkit-column-gap: 0.4166666667vw;
       -moz-column-gap: 0.4166666667vw;
            column-gap: 0.4166666667vw;
    row-gap: 0.4166666667vw;
    margin-top: 1.1111111111vw;
    margin-bottom: 2.7777777778vw;
    max-height: 4.8611111111vw;
  }

  .product__cat a {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .product__cat a {
    padding-top: 0.2777777778vw;
    padding-bottom: 0.2777777778vw;
    padding-left: 0.4166666667vw;
    padding-right: 0.4166666667vw;
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
  }

  .product .swiper-button-prev,
  .product .swiper-button-next {
    --swiper-navigation-size: 3.0555555556vw;
  }

  .product .swiper-button-prev--pag,
  .product .swiper-button-next--pag {
    --swiper-navigation-size: 2.2222222222vw;
  }

  .product__swiper--main {
    border-width: 0.2083333333vw;
  }

  .product__swiper--main .swiper-slide {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
  }

  .product__swiper--main .swiper-slide {
    min-height: auto !important;
  }

  .product__swiper--main .product__photo {
    max-width: 16.8055555556vw;
    max-height: 17.4305555556vw;
  }

  .product__swiper--pagination .swiper-slide .product__photo {
    max-width: 8.3333333333vw;
    max-height: 8.3333333333vw;
    padding-top: 0.3472222222vw;
    padding-bottom: 0.3472222222vw;
  }

  .info-product {
    padding-top: 1.8055555556vw;
    padding-bottom: 1.8055555556vw;
    padding-left: 1.5972222222vw;
    padding-right: 1.5972222222vw;
  }

  .info-product__block:not(:last-child) {
    margin-bottom: 2.2222222222vw;
  }

  .info-product__block h3 {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .info-product__block h3 {
    margin-bottom: 1.6666666667vw;
  }

  .info-product__block--row {
    gap: 1.3888888889vw;
  }

  .info-product__block--row select {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .info-product__block--row select {
    radius: 0.3472222222vw;
    padding-top: 0.8333333333vw;
    padding-bottom: 0.8333333333vw;
    padding-left: 1.3888888889vw;
    padding-right: 3.125vw;
  }

  .info-product__select-size::before {
    width: 2.7777777778vw;
  }

  .info-product__checkbox {
    row-gap: 1.1111111111vw;
  }

  .info-product__checkbox .tippy {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    margin-left: 0.3472222222vw;
  }

  .info-product__checkbox label {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .info-product__checkbox label {
    padding-left: 2.7777777778vw;
  }

  .info-product__checkbox label span {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .info-product__checkbox label span {
    margin-left: 0.4166666667vw;
  }

  .info-product__checkbox label span i {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .info-product__checkbox label select {
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }

  .info-product__checkbox label select {
    margin-left: 1.0416666667vw;
    padding-left: 0.6944444444vw;
    padding-right: 0.6944444444vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
  }

  .info-product__checkbox label::before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }

  .info-product__checkbox .checkbox-checked::before {
    background-size: 0.8333333333vw;
  }

  .info-product__checkbox .checkbox-checked::before::after {
    border-width: 0.1388888889vw;
    width: 0.3472222222vw;
    height: 0.6944444444vw;
  }

  .info-product__checkbox--col2 {
    row-gap: 1.1111111111vw;
    -webkit-column-gap: 1.3888888889vw;
       -moz-column-gap: 1.3888888889vw;
            column-gap: 1.3888888889vw;
  }

  .info-product__checkbox--col2 label {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .info-product__checkbox--col2 label span {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .info-product__checkbox--col2 label span i {
    font-size: 1.1111111111vw;
    line-height: 1.5277777778vw;
  }

  .info-product__form p {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
    margin-bottom: 1.7361111111vw;
  }

  .info-product__form #granite__list {
    max-height: 41.6666666667vw;
    padding-right: 1.3888888889vw;
    padding-left: 1.3888888889vw;
  }

  .info-product__form #granite__list img {
    width: 3.4722222222vw;
    margin-right: 1.3888888889vw;
  }

  .info-product__form .granite__btn img {
    width: 3.75vw;
    margin-right: 1.3888888889vw;
  }

  .info-product__form #granite__list li {
    padding-top: 0.5555555556vw;
    padding-bottom: 0.5555555556vw;
  }

  .info-product__form #granite__list li div span {
    font-size: 1.5277777778vw;
    line-height: 1.6666666667vw;
  }

  .info-product__form #granite__list li div .vodiapicker__desc {
    margin-top: 0.3472222222vw;
    font-size: 1.1111111111vw;
    line-height: 1.25vw;
  }

  .info-product__form #granite__list li span,
  .info-product__form .granite__btn li span {
    font-size: 1.25vw;
    line-height: 1.6666666667vw;
  }

  .info-product__form .granite__container {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
  }

  .info-product__form .granite__btn {
    border-width: 0.0694444444vw;
    border-radius: 0.3472222222vw;
    padding-right: 2.7777777778vw;
  }

  .info-product__form .granite__btn::after {
    width: 1.3888888889vw;
    height: 0.8333333333vw;
    right: 0.6944444444vw;
  }

  .info-product__flex {
    max-width: 100%;
  }

  .info-product__flex {
    gap: 0.6944444444vw;
    margin-bottom: 1.8055555556vw;
  }

  .info-product__flex .btn {
    font-size: 0.9722222222vw;
    line-height: 1.25vw;
  }

  .info-product__flex .btn {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }

  .info-product__flex .btn::before {
    width: 3.125vw;
  }

  .info-product__calculator {
    max-width: 100%;
  }

  .info-product__calculator {
    gap: 1.3888888889vw;
    row-gap: 0.6944444444vw;
  }

  .info-product__select-calcul::before {
    width: 2.7777777778vw;
  }

  .info-product__select-calcul select {
    font-size: 1.1111111111vw;
    line-height: 1.3888888889vw;
  }

  .info-product__select-calcul select {
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
    padding-left: 1.3888888889vw;
    padding-right: 3.125vw;
  }

  .info-product .price-product__container {
    margin-top: 1.6666666667vw;
  }

  .info-product .price-product__summ {
    margin-top: 1.6666666667vw;
  }

  .price-product__summ {
    margin-bottom: 1.5277777778vw;
  }

  .price-product__summ h3 {
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }

  .price-product__summ h3 span {
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }

  .price-product__summ h3 span i {
    font-size: 2.2222222222vw;
    line-height: 2.7777777778vw;
  }

  .price-product__summ .btn {
    font-size: 1.5277777778vw;
    line-height: 1.9444444444vw;
  }

  .price-product__summ .btn {
    border-radius: 1.25vw;
  }

  .price-product__price-item:not(:last-child) {
    margin-bottom: 0.8333333333vw;
  }

  .price-product__price-item p:not(:last-child) {
    margin-bottom: 0.2777777778vw;
  }

  .price-product__placeholder {
    margin-bottom: 0.2777777778vw;
  }

  .price-product__placeholder h4 {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .price-product__placeholder div {
    margin-left: 0.6944444444vw;
    margin-right: 0.6944444444vw;
  }

  .price-product__placeholder div::after {
    margin-right: 0.3472222222vw;
    padding-top: 0.625vw;
  }

  .price-product__placeholder div::after {
    font-size: 1.3888888889vw;
    line-height: 0vw;
  }

  .price-product__placeholder div::after {
    font-size: 1.7361111111vw;
    line-height: 0vw;
  }

  .price-product__placeholder span {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }

  .price-product__placeholder span i {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }

  .price-product__payment {
    margin-top: 1.25vw;
  }

  .price-product__pay-method div {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    margin-right: 0.5555555556vw;
  }

  .item-page .tovar {
    padding-top: 4.1666666667vw;
    padding-bottom: 6.9444444444vw;
  }

  .item-page .tovar__content {
    margin-bottom: 2.7777777778vw;
  }

  .item-page ul {
    padding-left: 0vw;
  }

  .tippy-content {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .section-bar__container {
    -webkit-column-gap: 2.7777777778vw;
       -moz-column-gap: 2.7777777778vw;
            column-gap: 2.7777777778vw;
    padding-top: 5.5555555556vw;
    padding-bottom: 5.5555555556vw;
  }

  .sidebar {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 1.1111111111vw;
    padding-right: 1.1111111111vw;
  }

  .sidebar details:not(:last-child) {
    margin-bottom: 0.8333333333vw;
  }

  .sidebar details > *:not(summary) {
    padding-left: 1.0416666667vw;
    padding-bottom: 0.8333333333vw;
  }

  .sidebar details summary {
    font-size: 1.5277777778vw;
    line-height: 1.8055555556vw;
  }

  .sidebar details a {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .sidebar details[open] > summary {
    margin-bottom: 0.6944444444vw;
  }

  .sidebar details details > *:not(summary) {
    padding-bottom: 0.4166666667vw;
  }

  .sidebar details details summary {
    font-size: 1.3888888889vw;
    line-height: 1.6666666667vw;
  }

  .sidebar details details a {
    font-size: 1.25vw;
    line-height: 1.5277777778vw;
  }

  .sidebar details summary {
    padding-right: 2.0833333333vw;
  }

  .sidebar details summary::after {
    height: 1.1111111111vw;
    width: 0.6944444444vw;
    right: 0.3472222222vw;
    top: 0.2777777778vw;
  }

  .list-tovars h1 {
    font-size: 3.3333333333vw;
    line-height: 3.6111111111vw;
  }

  .list-tovars h1 {
    margin-bottom: 1.6666666667vw;
  }

  .list-tovars p {
    font-size: 1.6666666667vw;
    line-height: 2.0833333333vw;
  }

  .list-tovars p {
    max-width: 83.3333333333vw;
  }

  .list-tovars__info {
    margin-bottom: 3.3333333333vw;
  }

  .list-tovars__filter {
    margin-bottom: 2.7777777778vw;
  }

  .list-tovars__btn-filter {
    font-size: 1.5277777778vw;
    line-height: 1.6666666667vw;
  }

  .list-tovars__btn-filter {
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    padding-top: 0.6944444444vw;
    padding-bottom: 0.6944444444vw;
  }

  .list-tovars__pagination {
    margin-top: 2.0833333333vw;
  }

  .pagination {
    -webkit-column-gap: 2.0833333333vw;
       -moz-column-gap: 2.0833333333vw;
            column-gap: 2.0833333333vw;
    margin-bottom: 0.6944444444vw;
  }

  .pagination__list {
    -webkit-column-gap: 0.3472222222vw;
       -moz-column-gap: 0.3472222222vw;
            column-gap: 0.3472222222vw;
  }

  .pagination__item {
    border-width: 0.0694444444vw;
    padding-top: 0.3472222222vw;
    padding-bottom: 0.3472222222vw;
    padding-left: 0.8333333333vw;
    padding-right: 0.8333333333vw;
  }

  .types {
    padding-bottom: 6.9444444444vw;
  }

  .types__info h2 {
    font-size: 3.3333333333vw;
    line-height: 3.6111111111vw;
  }

  .types__info h2 {
    margin-bottom: 2.2222222222vw;
  }

  .types__info p {
    font-size: 1.6666666667vw;
    line-height: 1.9444444444vw;
  }

  .types__info p {
    margin-bottom: 3.8888888889vw;
  }

  .types__container .swiper-button-next {
    --swiper-navigation-size: 3.0555555556vw;
    right: -2.7777777778vw;
  }

  .types__container .swiper-button-prev {
    --swiper-navigation-size: 3.0555555556vw;
    left: -2.7777777778vw;
  }

  .types__item {
    gap: 0.3472222222vw;
  }

  .types__item h4 {
    font-size: 2.2222222222vw;
    line-height: 2.5vw;
  }

  .types__photo {
    width: 9.0277777778vw;
  }
}

@media (max-width: 992px) {
  p,
  b,
  strong,
  span {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

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

  a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  h1 {
    font-size: 5.46875vw;
    line-height: 5.9895833333vw;
    font-weight: 700;
  }

  h1 span {
    font-size: 7.2916666667vw;
    line-height: 7.8125vw;
    font-weight: 700;
  }

  h2 {
    font-size: 2.8645833333vw;
    line-height: 3.3854166667vw;
    font-weight: 700;
  }

  h2 span {
    font-size: 5.2083333333vw;
    line-height: 5.7291666667vw;
    font-weight: 700;
  }

  h3 {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 700;
  }

  h4 {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  li {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

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

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

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

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

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

  .choices {
    width: 13.0208333333vw;
  }

  .choices__inner {
    padding-top: 0.78125vw;
    padding-bottom: 0.78125vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }

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

  .choices[data-type*=select-one]::after {
    width: 1.3020833333vw;
    height: 0.78125vw;
    top: 2.6041666667vw;
    right: 1.3020833333vw;
  }

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

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

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 1.5625vw;
  }

  .choices__item {
    font-size: 1.6927083333vw;
    line-height: 3.125vw;
  }

  .btn {
    border-radius: 0.6510416667vw;
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    border-width: 0.2604166667vw;
  }

  .btn--blick::before {
    width: 4.5572916667vw;
  }

  .btn--little {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .btn--little {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-right: 1.5625vw;
    padding-left: 1.5625vw;
    border-radius: 1.3020833333vw;
  }

  .btn--oval {
    border-radius: 3.90625vw;
    font-size: 2.0833333333vw;
    line-height: 2.34375vw;
    padding-top: 2.6041666667vw;
    padding-right: 2.734375vw;
    padding-bottom: 2.6041666667vw;
    padding-left: 2.734375vw;
  }

  .container {
    max-width: 222.65625vw;
    padding-right: 1.953125vw;
    padding-left: 1.953125vw;
  }

  .scroll-button {
    bottom: 2.6041666667vw;
    right: 2.6041666667vw;
    width: 7.8125vw;
    height: 7.8125vw;
    font-size: 5.46875vw;
    border-width: 0.390625vw;
  }

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

  .submenu {
    border-width: 0.1302083333vw;
    min-width: 19.53125vw;
  }

  .submenu li {
    border-width: 0.1302083333vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    font-size: 1.953125vw;
    line-height: 2.34375vw;
  }

  .submenu-item > a {
    pointer-events: none;
  }

  .header__content .container {
    gap: 2.6041666667vw;
  }

  .header__bottom {
    display: none;
  }

  .header__logo {
    width: 32.5520833333vw;
  }

  .header__social {
    gap: 1.0416666667vw;
  }

  .header__social {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header__social a img {
    width: 5.2083333333vw;
  }

  .header__tell a {
    font-size: 3.6458333333vw;
    line-height: 4.1666666667vw;
    font-weight: 700;
  }

  .header__tell--mobile {
    gap: 0.6510416667vw;
  }

  .header__tell--mobile {
    display: none;
  }

  .header__tell--mobile a {
    width: 5.859375vw;
  }

  .header__tell--mobile a {
    display: block;
  }

  .header__btn {
    margin-left: 0;
  }

  .header__btn {
    gap: 1.3020833333vw;
  }

  .header__btn .btn {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .header__btn .btn {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    text-align: center;
  }

  .header__btn .btn {
    min-width: auto;
    white-space: nowrap;
    font-weight: 700;
  }

  .header__btn .btn {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .header__btn .btn--black {
    display: none;
  }

  .header__mode {
    display: none;
  }

  .header__mode h4 {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .header__mode p {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .header__address {
    display: none;
  }

  .header__address h4 {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .header__nav {
    gap: 1.0416666667vw;
  }

  .header__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .header__nav {
    display: none;
  }

  .header__nav-item {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 700;
  }

  .header__nav-item {
    border-width: 0.1302083333vw;
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
  }

  .header__nav-item {
    width: 40%;
    text-align: center;
  }

  .header__nav-item:hover {
    background-color: transparent;
  }

  .header__nav-item--form::after {
    width: 2.0833333333vw;
    height: 1.171875vw;
    top: 2.734375vw;
    right: 1.5625vw;
  }

  .header__nav-item--form::after {
    top: 45% !important;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 700;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
    padding-left: 2.6041666667vw;
    padding-right: 5.2083333333vw;
  }

  .header__buy {
    gap: 1.953125vw;
  }

  .header__buy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 1vw;
    padding-bottom: 1vw;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }

  .header__buy {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
  }

  .header__basket {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .header__basket img {
    width: 5.2083333333vw;
    margin-right: 0.78125vw;
  }

  .header__arrange {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

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

  .header__mobile {
    display: block;
  }

  .button-menu {
    width: 7.1614583333vw;
    height: 7.1614583333vw;
  }

  .button-menu {
    display: inline-block;
  }

  .modal-menu {
    padding-top: 4.5572916667vw;
    padding-bottom: 4.5572916667vw;
  }

  .modal-menu .modal__container {
    gap: 2.0833333333vw;
  }

  .modal-menu .header__tell {
    gap: 1.0416666667vw;
  }

  .modal-menu .header__btn .btn {
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw;
  }

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

  .modal-menu .button-menu {
    height: 5.859375vw;
    top: 2.6041666667vw;
    right: 0vw;
  }

  .footer {
    padding-top: 5.2083333333vw;
    padding-bottom: 1.953125vw;
  }

  .footer__container {
    gap: 1.5625vw;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .footer__top {
    gap: 1.5625vw;
  }

  .footer__contacts {
    max-width: 100%;
  }

  .footer__contacts {
    gap: 1.953125vw;
  }

  .footer__logo {
    width: 32.5520833333vw;
    margin-bottom: 1.0416666667vw;
  }

  .footer__tell a {
    font-size: 3.6458333333vw;
    line-height: 4.1666666667vw;
    font-weight: 700;
  }

  .footer__address {
    gap: 2.6041666667vw;
  }

  .footer__address p {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .footer__timework p {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__row {
    gap: 2.6041666667vw;
  }

  .footer__social {
    gap: 1.0416666667vw;
  }

  .footer__social-item {
    width: 3.90625vw;
  }

  .footer__nav {
    gap: 2.6041666667vw;
    margin-top: 0vw;
  }

  .footer__list h3 {
    font-size: 2.8645833333vw;
    line-height: 3.3854166667vw;
    font-weight: 700;
  }

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

  .footer__list a {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 400;
  }

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

  .footer__bottom {
    gap: 2.6041666667vw;
  }

  .footer__policy {
    gap: 3.2552083333vw;
  }

  .footer__policy {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__views {
    width: 13.0208333333vw;
  }

  .footer__ps {
    gap: 0.6510416667vw;
  }

  .main-banner {
    padding-top: 3.90625vw;
    padding-bottom: 3.90625vw;
  }

  .main-banner__content {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }

  .main-banner__content h1 {
    margin-bottom: 2.6041666667vw;
  }

  .main-banner__content p {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .main-banner__content p {
    margin-bottom: 2.6041666667vw;
  }

  .main-banner__content p {
    max-width: 80%;
  }

  .main-banner__advantages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main-banner__advantages {
    gap: 1.5625vw;
  }

  .main-banner__advantages p {
    font-size: 3.90625vw;
    line-height: 4.4270833333vw;
    font-weight: 700;
  }

  .main-banner__advantages p {
    width: 40%;
  }

  .goods__block {
    padding-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }

  .goods__block {
    min-width: 50%;
    max-width: 50%;
  }

  .goods__block p {
    font-size: 2.8645833333vw;
    line-height: 3.3854166667vw;
    font-weight: 700;
  }

  .goods__text {
    padding-top: 1.3020833333vw;
    padding-bottom: 1.3020833333vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
  }

  .tovar {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }

  .tovar h2 {
    margin-bottom: 3.90625vw;
  }

  .tovar__links {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    -webkit-column-gap: 1.953125vw;
       -moz-column-gap: 1.953125vw;
            column-gap: 1.953125vw;
    row-gap: 0.6510416667vw;
  }

  .tovar__links a {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 400;
  }

  .tovar__wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .tovar__wrapper {
    grid-row-gap: 1.953125vw;
    grid-column-gap: 1.953125vw;
  }

  .tovar__wrapper--item5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .tovar__wrapper--item5 {
    grid-row-gap: 1.953125vw;
    grid-column-gap: 1.953125vw;
  }

  .tovar__wrapper--item4 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .tovar__wrapper--item4 {
    grid-row-gap: 1.953125vw;
    grid-column-gap: 1.953125vw;
  }

  .tovar__item {
    gap: 1.5625vw;
    border-width: 0.1302083333vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .tovar__item > i {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .tovar__item > i {
    padding-top: 0.6510416667vw;
    padding-bottom: 0.6510416667vw;
    padding-left: 0.6510416667vw;
    padding-right: 0.6510416667vw;
  }

  .tovar__item h4 {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 400;
  }

  .tovar__item h4 {
    width: 100%;
  }

  .tovar__item h4 {
    text-transform: none;
  }

  .tovar__item p {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .tovar__item p span {
    font-size: 3.6458333333vw;
    line-height: 4.1666666667vw;
    font-weight: 700;
  }

  .tovar__img {
    height: 19.53125vw;
    margin-bottom: 1.0416666667vw;
  }

  .tovar .btn--center {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .tovar .btn--center {
    margin-top: 3.3854166667vw;
    border-radius: 1.3020833333vw;
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }

  .about-company {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }

  .about-company {
    border-top: 1px solid #7C7C7C;
  }

  .about-company__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-company__container {
    gap: 5.2083333333vw;
  }

  .about-company__content {
    max-width: 100%;
  }

  .about-company__content h2 {
    margin-bottom: 1.953125vw;
  }

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

  .about-company__cards {
    gap: 3.2552083333vw;
    margin-top: 5.2083333333vw;
  }

  .about-company__card h3 {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 700;
  }

  .about-company__card h3 {
    margin-bottom: 1.5625vw;
  }

  .about-company__card p {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .about-company__icon {
    height: 6.5104166667vw;
    margin-bottom: 1.5625vw;
  }

  .about-company__gallery {
    max-width: 100%;
  }

  .gallery__wrapper {
    gap: 1.953125vw;
  }

  .gallery__btn {
    margin-top: 3.3854166667vw;
  }

  .monuments {
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }

  .monuments {
    border-top: 1px solid #7C7C7C;
  }

  .monuments__container {
    gap: 5.2083333333vw;
  }

  .monuments__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .monuments__content {
    max-width: 100%;
  }

  .monuments__content h2 {
    margin-bottom: 1.953125vw;
  }

  .monuments__content p:not(:last-child) {
    margin-bottom: 1.953125vw;
  }

  .monuments__photo {
    margin-top: 1.953125vw;
  }

  .monuments__list {
    max-width: 100%;
  }

  .monuments-list__container {
    padding-top: 0vw;
    gap: 1.953125vw;
    row-gap: 1.953125vw;
  }

  .monuments-list__item {
    gap: 2.6041666667vw;
  }

  .monuments-list__item h4 {
    font-size: 3.3854166667vw;
    line-height: 3.90625vw;
    font-weight: 400;
  }

  .monuments-list__photo {
    max-width: 10.4166666667vw;
    width: 10.4166666667vw;
  }

  .monuments-list__btn {
    margin-top: 3.3854166667vw;
  }

  .monuments-list__image-container {
    height: 20.8333333333vw;
  }

  .monuments-list__image {
    width: 13.671875vw;
  }

  .breadcrumb__container {
    padding-top: 1.953125vw;
    padding-bottom: 1.953125vw;
  }

  .breadcrumb__list li:not(:last-child) {
    margin-right: 2.6041666667vw;
  }

  .breadcrumb__list li:not(:last-child):before {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 700;
  }

  .breadcrumb__list li:not(:last-child):before {
    right: -1.953125vw;
  }

  .breadcrumb__list li:last-child a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 700;
  }

  .breadcrumb__list li a {
    border-width: 0.2604166667vw;
  }

  .breadcrumb__list a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .tovar-block__container {
    -webkit-column-gap: 2.6041666667vw;
       -moz-column-gap: 2.6041666667vw;
            column-gap: 2.6041666667vw;
    row-gap: 2.6041666667vw;
  }

  .tovar-block__container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tovar-block__product {
    padding-top: 1.953125vw;
  }

  .tovar-block__desc {
    padding-top: 3.90625vw;
  }

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

  .product__title > span {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .product__title h1 {
    font-size: 4.4270833333vw;
    line-height: 4.9479166667vw;
    font-weight: 700;
  }

  .product__title h1 {
    margin-bottom: 1.0416666667vw;
  }

  .product__cat {
    -webkit-column-gap: 0.78125vw;
       -moz-column-gap: 0.78125vw;
            column-gap: 0.78125vw;
    row-gap: 0.78125vw;
    margin-top: 1.8229166667vw;
    margin-bottom: 4.5572916667vw;
    max-height: 8.4635416667vw;
  }

  .product__cat a {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .product__cat a {
    padding-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
    border-width: 0.1302083333vw;
    border-radius: 0.6510416667vw;
  }

  .product .swiper-button-prev,
  .product .swiper-button-next {
    --swiper-navigation-size: 3.90625vw;
  }

  .product .swiper-button-prev--pag,
  .product .swiper-button-next--pag {
    --swiper-navigation-size: 3.90625vw;
  }

  .product .swiper-button-prev--pag,
  .product .swiper-button-next--pag {
    display: none;
  }

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

  .product__swiper--main .swiper-slide {
    padding-top: 3.2552083333vw;
    padding-bottom: 3.2552083333vw;
  }

  .product__swiper--main .product__photo {
    max-width: 31.5104166667vw;
    max-height: 32.6822916667vw;
  }

  .product__swiper--pagination {
    display: none;
  }

  .product__swiper--pagination .swiper-slide .product__photo {
    max-width: 13.0208333333vw;
    max-height: 13.0208333333vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .info-product {
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
    padding-left: 2.34375vw;
    padding-right: 2.34375vw;
  }

  .info-product__block:not(:last-child) {
    margin-bottom: 2.34375vw;
  }

  .info-product__block h3 {
    font-size: 2.8645833333vw;
    line-height: 3.3854166667vw;
    font-weight: 700;
  }

  .info-product__block h3 {
    margin-bottom: 1.8229166667vw;
  }

  .info-product__block--row {
    gap: 1.5625vw;
  }

  .info-product__block--row select {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__block--row select {
    radius: 0.6510416667vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.953125vw;
    padding-right: 4.5572916667vw;
  }

  .info-product__select-size::before {
    width: 3.90625vw;
  }

  .info-product__checkbox {
    row-gap: 1.5625vw;
  }

  .info-product__checkbox .tippy {
    width: 1.8229166667vw;
    height: 1.8229166667vw;
    margin-left: 0.6510416667vw;
  }

  .info-product__checkbox label {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__checkbox label {
    padding-left: 3.90625vw;
  }

  .info-product__checkbox label span {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__checkbox label span {
    margin-left: 0.78125vw;
  }

  .info-product__checkbox label span i {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__checkbox label select {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    font-weight: 400;
  }

  .info-product__checkbox label select {
    margin-left: 1.3020833333vw;
  }

  .info-product__checkbox label::before {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }

  .info-product__checkbox .checkbox-checked::before {
    background-size: 1.3020833333vw;
  }

  .info-product__checkbox .checkbox-checked::before::after {
    border-width: 0.2604166667vw;
    width: 0.6510416667vw;
    height: 1.3020833333vw;
  }

  .info-product__checkbox--col2 {
    row-gap: 1.5625vw;
    -webkit-column-gap: 1.5625vw;
       -moz-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }

  .info-product__checkbox--col2 label {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__checkbox--col2 label span {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__checkbox--col2 label span i {
    font-size: 1.8229166667vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__form p {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    margin-bottom: 2.0833333333vw;
  }

  .info-product__form #granite__list img {
    width: 4.5572916667vw;
    margin-right: 1.8229166667vw;
  }

  .info-product__form .granite__btn img {
    width: 7.03125vw;
    margin-right: 1.953125vw;
  }

  .info-product__form #granite__list li {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }

  .info-product__form #granite__list li div span {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
  }

  .info-product__form #granite__list li div .vodiapicker__desc {
    margin-top: 0vw;
    font-size: 1.8229166667vw;
    line-height: 2.0833333333vw;
  }

  .info-product__form #granite__list li span,
  .info-product__form .granite__btn li span {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 400;
  }

  .info-product__form .granite__btn {
    padding-right: 5.2083333333vw;
  }

  .info-product__form .granite__btn::after {
    width: 2.6041666667vw;
    height: 1.5625vw;
    right: 1.3020833333vw;
  }

  .info-product__flex {
    max-width: 80%;
  }

  .info-product__flex {
    gap: 1.3020833333vw;
    margin-bottom: 2.0833333333vw;
  }

  .info-product__flex .btn {
    font-size: 1.5625vw;
    line-height: 2.0833333333vw;
    font-weight: 400;
  }

  .info-product__flex .btn {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.953125vw;
    padding-right: 1.953125vw;
  }

  .info-product__flex .btn::before {
    width: 4.5572916667vw;
  }

  .info-product__calculator {
    gap: 1.953125vw;
    row-gap: 1.0416666667vw;
  }

  .info-product__select-calcul::before {
    width: 3.90625vw;
  }

  .info-product__select-calcul select {
    font-size: 1.8229166667vw;
    line-height: 2.34375vw;
    font-weight: 400;
  }

  .info-product__select-calcul select {
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.953125vw;
    padding-right: 4.5572916667vw;
  }

  .info-product .price-product__container {
    margin-top: 2.6041666667vw;
  }

  .info-product .price-product__summ {
    margin-top: 2.6041666667vw;
  }

  .price-product__summ {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }

  .price-product__summ {
    -webkit-column-gap: 2.6041666667vw;
       -moz-column-gap: 2.6041666667vw;
            column-gap: 2.6041666667vw;
    margin-bottom: 2.0833333333vw;
  }

  .price-product__summ h3 {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 700;
  }

  .price-product__summ h3 span {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 700;
  }

  .price-product__summ h3 span i {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .price-product__summ .btn {
    font-size: 2.6041666667vw;
    line-height: 3.3854166667vw;
    font-weight: 700;
  }

  .price-product__summ .btn {
    border-radius: 1.953125vw;
  }

  .price-product__price-item:not(:last-child) {
    margin-bottom: 1.5625vw;
  }

  .price-product__price-item p:not(:last-child) {
    margin-bottom: 0.5208333333vw;
  }

  .price-product__placeholder {
    margin-bottom: 0.5208333333vw;
  }

  .price-product__placeholder h4 {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 700;
  }

  .price-product__placeholder div {
    height: 1.3020833333vw;
  }

  .price-product__placeholder span {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 700;
  }

  .price-product__placeholder span i {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 400;
  }

  .price-product__payment {
    margin-top: 1.8229166667vw;
  }

  .price-product__pay-method div {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
    margin-right: 1.0416666667vw;
  }

  .item-page .tovar {
    padding-top: 6.5104166667vw;
    padding-bottom: 6.5104166667vw;
  }

  .item-page .tovar__content {
    margin-bottom: 3.90625vw;
  }

  .tippy-content {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 400;
  }

  .section-bar__container {
    -webkit-column-gap: 1.953125vw;
       -moz-column-gap: 1.953125vw;
            column-gap: 1.953125vw;
    padding-top: 2.6041666667vw;
    padding-bottom: 7.8125vw;
  }

  .section-bar__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-bar__sidebar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 30%;
  }

  .sidebar {
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    position: fixed;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    border: 2px solid #000;
    width: 40vw !important;
    max-width: 40vw !important;
    margin: 0 auto;
    position: fixed;
    z-index: 1001;
    height: 50vh;
    overflow: auto;
    top: calc(50% - 25vh);
    right: 0;
    border-radius: 5vw 0 0 5vw;
    width: 40%;
  }

  .sidebar--open {
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }

  .sidebar--open {
    margin-bottom: 2.6041666667vw;
  }

  .sidebar .sidebar__container {
    width: 100%;
    overflow: auto;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sidebar__button {
    display: block;
    position: fixed;
    right: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    top: calc(50% - 4vw);
    z-index: 1000;
    border-radius: 1vw 0 0 1vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/img/cat_but.png");
  }

  .sidebar__button {
    margin-bottom: 2.6041666667vw;
  }

  .sidebar details:not(:last-child) {
    margin-bottom: 1.3020833333vw;
  }

  .sidebar details > *:not(summary) {
    padding-left: 1.5625vw;
    padding-bottom: 1.3020833333vw;
  }

  .sidebar details summary {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 700;
  }

  .sidebar details a {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .sidebar details[open] > summary {
    margin-bottom: 1.0416666667vw;
  }

  .sidebar details details > *:not(summary) {
    padding-bottom: 0.6510416667vw;
  }

  .sidebar details details summary {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .sidebar details details a {
    font-size: 2.0833333333vw;
    line-height: 2.6041666667vw;
    font-weight: 700;
  }

  .sidebar details summary {
    padding-right: 3.2552083333vw;
  }

  .sidebar details summary::after {
    height: 1.5625vw;
    width: 1.0416666667vw;
    right: 0.6510416667vw;
    top: 0.5208333333vw;
  }

  .list-tovars h1 {
    font-size: 5.2083333333vw;
    line-height: 5.7291666667vw;
    font-weight: 700;
  }

  .list-tovars h1 {
    margin-bottom: 2.0833333333vw;
  }

  .list-tovars p {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 400;
  }

  .list-tovars p {
    max-width: none;
  }

  .list-tovars__info {
    margin-bottom: 3.125vw;
  }

  .list-tovars__filter {
    margin-bottom: 3.125vw;
  }

  .list-tovars__btn-filter {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    font-weight: 700;
  }

  .list-tovars__btn-filter {
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    padding-top: 1.0416666667vw;
    padding-bottom: 1.0416666667vw;
  }

  .list-tovars__pagination {
    margin-top: 2.6041666667vw;
  }

  .pagination {
    margin-top: 3.125vw;
    gap: 1.3020833333vw;
    margin-bottom: 1.8229166667vw;
  }

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

  .pagination__list {
    -webkit-column-gap: 0.6510416667vw;
       -moz-column-gap: 0.6510416667vw;
            column-gap: 0.6510416667vw;
  }

  .pagination__item {
    border-width: 0.1302083333vw;
    padding-top: 0.5208333333vw;
    padding-bottom: 0.5208333333vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .types {
    padding-bottom: 7.8125vw;
  }

  .types__info h2 {
    font-size: 5.2083333333vw;
    line-height: 5.7291666667vw;
    font-weight: 700;
  }

  .types__info h2 {
    margin-bottom: 3.125vw;
  }

  .types__info p {
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    font-weight: 400;
  }

  .types__info p {
    width: 90%;
  }

  .types__info p {
    margin-bottom: 3.125vw;
  }

  .types__container {
    width: 90%;
  }

  .types__container .swiper-button-next {
    --swiper-navigation-size: 3.90625vw;
    right: -3.90625vw;
  }

  .types__container .swiper-button-prev {
    --swiper-navigation-size: 3.90625vw;
    left: -3.90625vw;
  }

  .types__item {
    gap: 0.6510416667vw;
  }

  .types__item h4 {
    font-size: 3.125vw;
    line-height: 3.6458333333vw;
    font-weight: 400;
  }

  .types__photo {
    width: 13.0208333333vw;
  }
}

@media (max-width: 768px) {
  p,
  b,
  strong,
  span {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

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

  a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  h1 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 7400;
  }

  h1 span {
    font-size: 7.5vw;
    line-height: 8.75vw;
    font-weight: 700;
  }

  h2 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: 700;
  }

  h2 span {
    font-size: 8.75vw;
    line-height: 10vw;
    font-weight: 700;
  }

  h3 {
    font-size: 5.625vw;
    line-height: 6.875vw;
    font-weight: 700;
  }

  h4 {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  li {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

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

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

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

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

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

  .modal-menu .choices {
    width: 46.875vw;
  }

  .choices[data-type*=select-one]::after {
    width: 3.125vw;
    height: 1.875vw;
    top: 3.125vw;
    right: 2.5vw;
  }

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

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

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

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 3.125vw;
  }

  .nav__item--active .choices__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .choices__item {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .btn {
    font-size: 5vw;
    line-height: 6.25vw;
    border-width: 0.625vw;
    border-radius: 1.5625vw;
    padding-top: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
  }

  .btn--blick::before {
    width: 7.8125vw;
  }

  .btn--little {
    font-size: 2.25vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .btn--little {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-right: 3.75vw;
    padding-left: 3.75vw;
    border-radius: 1.5625vw;
  }

  .btn--oval {
    border-radius: 10px;
    font-size: 5vw;
    line-height: 5.625vw;
    padding-top: 6.25vw;
    padding-right: 6.5625vw;
    padding-bottom: 6.25vw;
    padding-left: 6.5625vw;
  }

  .btn--oval {
    padding-top: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 3.125vw;
  }

  .container {
    max-width: 534.375vw;
    padding-right: 4.6875vw;
    padding-left: 4.6875vw;
  }

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

  .scroll-button {
    bottom: 1.5625vw;
    right: 42.1875vw;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 9.375vw;
    border-width: 0.9375vw;
  }

  .topmenu {
    width: 100%;
  }

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

  .topmenu > li {
    width: 100%;
  }

  .submenu {
    border-width: 0.3125vw;
    min-width: 31.25vw;
  }

  .submenu li {
    border-width: 0.3125vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 4.0625vw;
    line-height: 5.3125vw;
  }

  .header__content .container {
    gap: 5px;
    padding-left:5px;
    padding-right:5px;
  }

  .header__logo {
    width: 25.875vw;
  }

  .header__social {
    /*gap: 2.5vw;*/
  }

  .header__social a img {
    width: 7.8125vw;
  }

  .header__tell a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
  }

  .header__rezim {
  	margin-top:-5px;
  	display:block;
    font-size:10px;
    white-space: nowrap;
  }
  .header__rezim p {
    font-size:11px;
    text-align:center;

  }
   .header__rezim span {
    font-size:11px;
    padding-left:5px;
    padding-right:5px;
    background-color:#7e885e;
  }

  .header__tell--mobile a {
    width: 12.5vw;
  }

  .header__btn {
    gap: 2.5vw;
  }
  .header__btn .btn--blick {
    display: none;
}
 .modal-menu .header__btn .btn--blick {
    display: block;
}
  .header__btn .btn {
    font-size: 9px;
    line-height:12px;
    font-weight: 400;
  }

  .header__btn .btn {

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .header__mode h4 {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .header__mode p {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .header__address h4 {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .header__nav-item {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

  .header__nav-item {
    border-width: 0.3125vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }

  .header__nav-item {
    width: 75%;
    text-align: center;
  }

  .header__nav-item--form::after {
    width: 3.125vw;
    height: 1.875vw;
    top: 3.4375vw;
    right: 4.6875vw;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

  .header__nav-item--form button,
  .header__nav-item--form a.button {
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }

  .header__buy {
    gap: 3.75vw;
  }

  .header__basket {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .header__basket img {
    width: 10.9375vw;
    margin-right: 1.875vw;
  }

  .header__arrange {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .header__arrange {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .button-menu {
    width: 6.5vw;
    height: 6.5vw;
  }

  .modal-menu {
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
  }

  .modal-menu .modal__container {
    gap: 3.75vw;
  }

  .modal-menu .header__tell {
    gap: 1.25vw;
  }

  .modal-menu .header__btn .btn {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }

  .modal-menu .button-menu {
    height: 12.5vw;
    top: 3.125vw;
    right: 2.5vw;
  }

  .footer {
    padding-top: 12.5vw;
    padding-bottom: 15.625vw;
  }

  .footer__container {
    gap: 3.75vw;
  }

  .footer__top {
    gap: 3.75vw;
  }

  .footer__contacts {
    gap: 2.5vw;
  }

  .footer__logo {
    width: 62.5vw;
    margin-bottom: 0vw;
  }

  .footer__tell a {
    font-size: 5.625vw;
    line-height: 6.875vw;
    font-weight: 700;
  }

  .footer__address {
    gap: 3.75vw;
  }

  .footer__address p {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .footer__timework p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .footer__row {
    gap: 3.75vw;
  }

  .footer__social {
    gap: 2.5vw;
  }

  .footer__social-item {
    width: 7.8125vw;
  }

  .footer__nav {
    gap: 5vw;
  }

  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__list {
    max-width: 46%;
  }

  .footer__list h3 {
    font-size: 5.625vw;
    line-height: 6.875vw;
    font-weight: 700;
  }

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

  .footer__list a {
    font-size: 5vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

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

  .footer__bottom {
    gap: 3.75vw;
  }

  .footer__policy {
    gap: 2.5vw;
  }

  .footer__views {
    width: 25vw;
  }

  .footer__ps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__ps {
    gap: 2.5vw;
  }

  .footer__ps p:first-child {
    max-width: 100%;
  }

  .main-banner {
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
    padding-right: 0vw;
  }

  .main-banner__container {
    padding: 0;
  }

  .main-banner__content {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }

  .main-banner__content h1 {
    margin-bottom: 3.75vw;
  }

  .main-banner__content p {
    font-size: 5.625vw;
    line-height: 6.875vw;
    font-weight: 400;
  }

  .main-banner__content p {
    margin-bottom: 8.125vw;
  }

  .main-banner__content p {
    max-width: 100%;
  }

  .main-banner__advantages {
    gap: 2.5vw;
  }

  .main-banner__advantages p {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 700;
  }

  .main-banner__advantages p {
    width: 100%;
  }

  .goods .container {
    padding: 0 !important;
  }

  .goods__block {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }

  .goods__block {
    min-width: 100%;
    max-width: 100%;
  }

  .goods__block p {
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: 700;
  }

  .goods__text {
    padding-top: 5vw;
    padding-bottom: 12.5vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .goods__text {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .tovar {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .tovar__container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .tovar h2 {
    margin-bottom: 3.75vw;
  }

  .tovar__links {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    -webkit-column-gap: 3.125vw;
       -moz-column-gap: 3.125vw;
            column-gap: 3.125vw;
    row-gap: 2.5vw;
  }

  .tovar__links {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .tovar__links a {
    font-size: 5.625vw;
    line-height: 6.875vw;
    font-weight: 400;
  }

  .tovar__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .tovar__wrapper {
    grid-row-gap: 3.125vw;
    grid-column-gap: 3.125vw;
  }

  .tovar__wrapper--item5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .tovar__wrapper--item5 {
    grid-row-gap: 3.125vw;
    grid-column-gap: 1.5625vw;
  }

  .tovar__wrapper--item4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .tovar__wrapper--item4 {
    grid-row-gap: 3.125vw;
    grid-column-gap: 3.125vw;
  }

  .tovar__item {
    gap: 2.5vw;
    border-width: 0.3125vw;
    padding-top: 5.625vw;
    padding-bottom: 2.5vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .tovar__item > i {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .tovar__item > i {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }

  .tovar__item h4 {
    font-size: 4.375vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .tovar__item p {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .tovar__item p span {
    font-size: 5.625vw;
    line-height: 6.875vw;
    font-weight: 700;
  }

  .tovar__img {
    height: 37.5vw;
    margin-bottom: 2.5vw;
  }

  .tovar .btn--center {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

  .tovar .btn--center {
    margin-top: 7.5vw;
    border-radius: 3.125vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }

  .about-company {
    padding-top: 8.125vw;
    padding-bottom: 12.5vw;
  }

  .about-company__container {
    gap: 7.5vw;
  }

  .about-company__content h2 {
    margin-bottom: 2.5vw;
  }

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

  .about-company__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .about-company__cards {
    gap: 3.75vw;
    margin-top: 3.75vw;
  }

  .about-company__card {
    max-width: 90%;
    margin: 0 auto;
  }

  .about-company__card h3 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: 700;
  }

  .about-company__card h3 {
    margin-bottom: 2.5vw;
  }

  .about-company__card p {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .about-company__icon {
    height: 12.5vw;
    margin-bottom: 2.5vw;
  }

  .gallery__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__wrapper {
    gap: 2.5vw;
  }

  .gallery__btn {
    margin-top: 7.5vw;
  }

  .monuments {
    padding-top: 8.125vw;
    padding-bottom: 12.5vw;
  }

  .monuments__container {
    gap: 7.5vw;
  }

  .monuments__content h2 {
    margin-bottom: 2.5vw;
  }

  .monuments__content p:not(:last-child) {
    margin-bottom: 2.5vw;
  }

  .monuments__photo {
    margin-top: 2.5vw;
  }

  .monuments-list__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .monuments-list__container {
    gap: 2.5vw;
    row-gap: 2.5vw;
  }

  .monuments-list__item {
    gap: 2.5vw;
  }

  .monuments-list__item h4 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: 400;
  }

  .monuments-list__photo {
    max-width: 12.5vw;
    width: 12.5vw;
  }

  .monuments-list__btn {
    margin-top: 7.5vw;
  }

  .monuments-list__image-container {
    height: 25vw;
  }

  .monuments-list__image {
    width: 15.625vw;
  }

  .breadcrumb__container {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }

  .breadcrumb__list li:not(:last-child) {
    margin-right: 4.6875vw;
  }

  .breadcrumb__list li:not(:last-child):before {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

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




  .breadcrumb__list li:last-child a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

  .breadcrumb__list li a {
    border-width: 0.625vw;
  }

  .breadcrumb__list a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .tovar-block__container {
    -webkit-column-gap: 3.75vw;
       -moz-column-gap: 3.75vw;
            column-gap: 3.75vw;
    row-gap: 9.375vw;
  }

  .tovar-block__product {
    padding-top: 7.5vw;
  }

  .tovar-block__desc {
    padding-top: 9.375vw;
  }

  .tovar-block__desc p:not(:last-child) {
    margin-bottom: 2.5vw;
  }

  .product__title > span {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .product__title > span {
    margin-bottom: 1.875vw;
  }

  .product__title h1 {
    font-size: 6.875vw;
    line-height: 8.125vw;
    font-weight: 700;
  }

  .product__title h1 {
    margin-bottom: 2.5vw;
  }

  .product__cat {
    -webkit-column-gap: 1.25vw;
       -moz-column-gap: 1.25vw;
            column-gap: 1.25vw;
    row-gap: 1.25vw;
    margin-top: 3.75vw;
    margin-bottom: 7.5vw;
    max-height: 17.1875vw;
  }

  .product__cat a {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .product__cat a {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-left: 1.875vw;
    padding-right: 1.875vw;
    border-width: 0.3125vw;
    border-radius: 1.5625vw;
  }

  .product__swipers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product .swiper-button-prev,
  .product .swiper-button-next {
    --swiper-navigation-size: 6.25vw;
  }

  .product .swiper-button-prev--pag,
  .product .swiper-button-next--pag {
    --swiper-navigation-size: 6.25vw;
  }

  .product .swiper-button-next--pag {
    bottom: 5%;
  }

  .product__swiper--main .swiper-slide {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }

  .product__swiper--main .product__photo {
    max-width: 75.625vw;
    max-height: 78.4375vw;
  }

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

  .product__swiper--pagination .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product__swiper--pagination .swiper-slide {
    width: 33% !important;
    height: auto !important;
  }

  .product__swiper--pagination .swiper-slide .product__photo {
    max-width: 31.25vw;
    max-height: 31.25vw;
    width: 31.25vw;
    height: 31.25vw;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }

  .info-product {
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
    padding-left: 4.6875vw;
    padding-right: 0vw;
    margin-left: -4.6875vw;
  }

  .info-product__block:not(:last-child) {
    margin-bottom: 5vw;
  }

  .info-product__block h3 {
    font-size: 4.25vw;
    line-height: 5.5vw;
    font-weight: 700;
  }

  .info-product__block h3 {
    margin-bottom: 3.75vw;
  }

  .info-product__block--row {
    gap: 2.5vw;
  }

  .info-product__block--row select {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__block--row select {
    radius: 1.5625vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 3.125vw;
    padding-right: 7.8125vw;
  }

  .info-product__select-size::before {
    width: 6.25vw;
  }

  .info-product__checkbox {
    row-gap: 3.75vw;
  }

  .info-product__checkbox .tippy {
    width: 3.125vw;
    height: 3.125vw;
    margin-left: 1.5625vw;
  }

  .info-product__checkbox label {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__checkbox label {
    max-width: 100%;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    text-transform: capitalize;
  }

  .info-product__checkbox label {
    padding-left: 9.375vw;
  }

  .info-product__checkbox label span {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__checkbox label span {
    margin-left: 1.875vw;
  }

  .info-product__checkbox label span {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .info-product__checkbox label span i {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__checkbox label select {
    font-size: 3.125vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .info-product__checkbox label select {
    margin-left: 2.5vw;
  }

  .info-product__checkbox label::before {
    width: 6.25vw;
    height: 6.25vw;
  }

  .info-product__checkbox label::before {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
            box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
  }

  .info-product__checkbox .checkbox-checked::before {
    background-size: 2.5vw;
  }

  .info-product__checkbox .checkbox-checked::before::after {
    border-width: 0.625vw;
    width: 1.5625vw;
    height: 3.125vw;
  }

  .info-product__checkbox--col2 {
    gap: 2.5vw;
  }

  .info-product__checkbox--col2 label {
    max-width: 100%;
    width: 100%;
  }

  .info-product__checkbox--col2 label {
    font-size: 3.75vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__checkbox--col2 label span {
    font-size: 3.75vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__checkbox--col2 label span i {
    font-size: 3.75vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__form p {
    font-size: 4.375vw;
    line-height: 5.625vw;
    margin-bottom: 2.5vw;
  }

  .info-product__form #granite__list img {
    width: 7.5vw;
    margin-right: 2.5vw;
  }

  .info-product__form .granite__btn img {
    width: 12.5vw;
    margin-right: 3.125vw;
  }

  .info-product__form #granite__list li {
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }

  .info-product__form #granite__list li div span {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }

  .info-product__form #granite__list li div .vodiapicker__desc {
    margin-top: 0vw;
    font-size: 3.75vw;
    line-height: 4.375vw;
  }

  .info-product__form #granite__list li span,
  .info-product__form .granite__btn li span {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 400;
  }

  .info-product__form .granite__container {
    width: 100%;
  }

  .info-product__form .granite__btn {
    padding-right: 7.8125vw;
  }

  .info-product__form .granite__btn::after {
    width: 3.125vw;
    height: 1.875vw;
    right: 2.5vw;
  }

  .info-product__form .granite__btn::after {
    top: 45%;
  }

  .info-product__form .granite__btn {
    max-width: 100%;
  }

  .info-product__flex {
    max-width: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .info-product__flex {
    gap: 3.125vw;
    margin-bottom: 3.75vw;
  }

  .info-product__flex p {
    max-width: none;
    text-align: left;
  }

  .info-product__flex .btn {
    font-size: 3.125vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .info-product__flex .btn {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    padding-left: 6.875vw;
    padding-right: 6.875vw;
  }

  .info-product__flex .btn::before {
    width: 7.8125vw;
  }

  .info-product__calculator {
    max-width: 100%;
    width: 100%;
  }

  .info-product__calculator {
    gap: 3.125vw;
    row-gap: 2.5vw;
  }

  .info-product__calculator p {
    max-width: 100%;
    width: 100%;
  }

  .info-product__select-calcul {
    max-width: 100%;
    width: 100%;
  }

  .info-product__select-calcul::before {
    width: 6.25vw;
  }

  .info-product__select-calcul select {
    font-size: 3.75vw;
    line-height: 5vw;
    font-weight: 400;
  }

  .info-product__select-calcul select {
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
    padding-left: 3.125vw;
    padding-right: 7.8125vw;
  }

  .info-product__select-calcul select {
    max-width: 100%;
    width: 100%;
  }

  .info-product .price-product__container {
    margin-top: 3.75vw;
    padding-top: 3.75vw;
    border-width: 0.625vw;
  }

  .info-product .price-product__payment {
    margin-bottom: 0vw;
  }

  .info-product .price-product__summ {
    margin-top: 3.75vw;
  }

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

  .price-product__summ {
    gap: 3.75vw;
    margin-bottom: 0vw;
  }

  .price-product__summ {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .price-product__summ h3 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: 7400;
  }

  .price-product__summ h3 {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .price-product__summ h3 span {
    font-size: 7.5vw;
    line-height: 8.75vw;
    font-weight: 700;
  }

  .price-product__summ h3 span i {
    font-size: 7.5vw;
    line-height: 8.75vw;
    font-weight: 400;
  }

  .price-product__summ .btn {
    font-size: 5.625vw;
    line-height: 7.5vw;
    font-weight: 7400;
  }

  .price-product__summ .btn {
    border-radius: 3.125vw;
  }

  .price-product__price-item:not(:last-child) {
    margin-bottom: 2.5vw;
  }

  .price-product__price-item p:not(:last-child) {
    margin-bottom: 1.25vw;
  }

  .price-product__placeholder {
    margin-bottom: 1.25vw;
  }

  .price-product__placeholder h4 {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

  .price-product__placeholder h4 {
    min-width: auto;
    max-width: 80%;
  }

  .price-product__placeholder div {
    display: none;
  }

  .price-product__placeholder span {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .price-product__placeholder span i {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .price-product__payment {
    margin-top: 3.75vw;
    margin-bottom: 3.75vw;
  }

  .price-product__payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .price-product__payment {
    row-gap: 1.5625vw;
  }

  .price-product__pay-method {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .price-product__pay-method div {
    width: 6.875vw;
    height: 6.875vw;
    margin-right: 3.75vw;
  }

  .item-page .tovar {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .item-page .tovar__content {
    margin-bottom: 5vw;
  }

  .tippy-content {
    font-size: 3.125vw;
    line-height: 4.375vw;
    font-weight: 400;
  }

  .section-bar__container {
    row-gap: 12.5vw;
    padding-top: 6.25vw;
    padding-bottom: 12.5vw;
  }

  .section-bar__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-bar__sidebar {
    max-width: 100%;
    width: 100%;
  }

  .section-bar__list-tovars {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }

  .sidebar {
    width: 85vw !important;
    max-width: 85vw !important;
    height: 50vh;
    top: calc(50% - 25vh);
  }

  .sidebar__button {
    width: 10%;
    height: 35vw;
  }

  .sidebar__button--open {
    -webkit-transform: translate(-85vw, 0) scaleX(-1) !important;
        -ms-transform: translate(-85vw, 0) scaleX(-1) !important;
            transform: translate(-85vw, 0) scaleX(-1) !important;
  }

  .sidebar details:not(:last-child) {
    margin-bottom: 2.5vw;
  }

  .sidebar details > *:not(summary) {
    padding-left: 3.125vw;
    padding-bottom: 2.5vw;
  }

  .sidebar details summary {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .sidebar details a {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .sidebar details[open] > summary {
    margin-bottom: 1.875vw;
  }

  .sidebar details details > *:not(summary) {
    padding-bottom: 1.25vw;
  }

  .sidebar details details summary {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .sidebar details details a {
    font-size: 4.375vw;
    line-height: 5.625vw;
    font-weight: 700;
  }

  .sidebar details summary {
    padding-right: 6.25vw;
  }

  .sidebar details summary::after {
    height: 3.75vw;
    width: 2.5vw;
    right: 1.5625vw;
    top: 1.25vw;
  }

  .list-tovars h1 {
    font-size: 8.75vw;
    line-height: 10vw;
    font-weight: 700;
  }

  .list-tovars h1 {
    margin-bottom: 2.5vw;
  }

  .list-tovars p {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .list-tovars__info {
    margin-bottom: 5vw;
  }

  .list-tovars__filter {
    margin-bottom: 5vw;
  }

  .list-tovars__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .list-tovars__btn-filter {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 700;
  }

  .list-tovars__btn-filter {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-top: 1.875vw;
    padding-bottom: 1.875vw;
  }

  .list-tovars__btn-filter {
    width: 50%;
    min-height: 17vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .list-tovars__pagination {
    margin-top: 3.75vw;
  }

  .pagination {
    margin-top: 3.75vw;
    gap: 2.5vw;
    margin-bottom: 3.75vw;
  }

  .pagination__list {
    -webkit-column-gap: 1.5625vw;
       -moz-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }

  .pagination__item {
    border-width: 0.3125vw;
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }

  .types {
    padding-bottom: 12.5vw;
  }

  .types__info h2 {
    font-size: 8.75vw;
    line-height: 10vw;
    font-weight: 700;
  }

  .types__info h2 {
    margin-bottom: 3.75vw;
  }

  .types__info p {
    font-size: 5vw;
    line-height: 6.25vw;
    font-weight: 400;
  }

  .types__info p {
    width: 100%;
  }

  .types__info p {
    margin-bottom: 3.75vw;
  }

  .types__container .swiper-button-next {
    --swiper-navigation-size: 6.25vw;
    right: -4.6875vw;
  }

  .types__container .swiper-button-prev {
    --swiper-navigation-size: 6.25vw;
    left: -4.6875vw;
  }

  .types__item {
    gap: 1.5625vw;
  }

  .types__item h4 {
    font-size: 6.25vw;
    line-height: 7.5vw;
    font-weight: 400;
  }

  .types__photo {
    width: 18.75vw;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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

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

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}
.cart-form__note
{ display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    }
.cart-form__note a
{ color: #787e62;
    }
.product__price
{
	min-width: max-content;
    font-size: 0.9375vw;
    line-height: 1.1458333333vw;
    font-weight: 700;
}

.product__price span
{
	font-weight: bold;
    color: #787e62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25vw;
    line-height: 1.4583333333vw;
    font-weight: 700;
 }
.product__price span i {
    color: inherit;
    font-family: ALSRubl;
    font-size: 0.9375vw;
    line-height: 1.1458333333vw;
    font-weight: 400;
}
@media (max-width: 768px)
{
	.info-product__form p {
    font-size: 3.375vw !important;
    line-height: 3.625vw !important;
    margin-bottom: 2.5vw;
    max-width:170px;
    overflow-wrap: normal;
    overflow:hidden;
    min-width:auto;
}
.product__price span {
    font-weight: bold;
    color: #787e62;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.075vw !important;
    line-height: 4.025vw !important;
    font-weight: 700;
}
.product__price span i {
    color: inherit;
    font-family: ALSRubl;
    font-size: 3.375vw !important;
    line-height: 3.625vw !important;
    font-weight: 400;
}
}

.ws-icon-phone:before {
font-size:inherit!important;
color: inherit!important;
}
.ws-chat * :before {
font-size: inherit!important;
color: inherit!important;
}
.ws-textarea, .ws-textarea-placeholder {
font-size:13px!important;
}