

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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: .9;
  -webkit-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 .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

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

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -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;
  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;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  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 .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

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

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

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

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

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

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-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: .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: 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: .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);
          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);
          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);
          transform: scaleX(1);
}

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

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-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);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -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);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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

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

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

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

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: auto;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
}

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

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

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

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

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

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

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

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

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

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

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

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

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

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

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

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

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

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -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;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

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

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

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

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

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

.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.swiper-container-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;
}

/* Preloader */
.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%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/*! nouislider - 13.1.3 - 3/15/2019 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

@font-face {
  font-family: "Formular-Reg";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/accesstyle/css/../fonts/Formular-Reg.woff2") format("woff2"), url("/local/templates/accesstyle/css/../fonts/Formular-Reg.woff") format("woff");
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100vw;
}

@media screen and (max-width: 1365px) {
  html {
    width: 100%;
  }
}

body {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100vw;
  height: 100%;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 1365px) {
  body {
    width: 100%;
    overflow: visible;
    padding-right: 0;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 250px;
  padding: 94px 0 80px;
}

@media screen and (max-width: 1365px) {
  main {
    padding-top: 78px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding: 110px 0 66px;
  }
}

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

#bx-panel {
  z-index: 9999999999 !important;
  width: 100% !important;
}

.fancybox-bg {
  background: rgba(34, 36, 44, 0.6);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-content {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .fancybox-content {
    margin: 20px 0;
  }
}

.compensate-for-scrollbar .header__sidebar {
  right: 0;
}

.bx-composite-btn {
  background: url("/bitrix/images/main/composite/sprite-1x.png") no-repeat right 0 #e94524;
  border-radius: 15px;
  color: #fff !important;
  display: inline-block;
  line-height: 30px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  height: 31px !important;
  padding: 0 42px 0 17px !important;
  vertical-align: middle !important;
  text-decoration: none !important;
}

.bx-composite-btn-fixed {
  position: absolute;
  top: -45px;
  right: 15px;
  z-index: 10;
}

.bx-btn-white {
  background-position: right 0;
  color: #fff !important;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 250px;
}

.container--big {
  padding: 0 calc(var(--scrollbar) + 12px) 0 12px;
}

@media screen and (max-width: 1919px) {
  .container {
    max-width: 1440px;
    padding: 0 90px;
  }
  .container--big {
    max-width: 1920px;
    padding: 0 calc(var(--scrollbar) + 12px) 0 12px;
  }
}

@media screen and (max-width: 1365px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
  .container--big {
    max-width: 1920px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 374px) {
  .container {
    max-width: 100%;
  }
}

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

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  display: none;
}

.overlay.is-viewed {
  z-index: 99;
  display: block;
}

.overlay.animation {
  background: rgba(0, 0, 0, 0.3);
}

.btn {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  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: 40px;
  padding: 0 30px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.btn svg {
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.btn--thin {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

.btn--red {
  background: #F83253;
  color: #ffffff;
}

.btn--red.loading .sk-circle-bounce {
  height: 25px;
  width: 25px;
}

.btn--red.loading .sk-child:before {
  background-color: #ffffff;
}

.btn--gray {
  background: #F2F2F2;
}

.btn--pink-gray {
  background: #F2F2F2;
  color: #F83253;
}

.btn--white {
  background: #ffffff;
}

.btn--white-red {
  background: #ffffff;
  color: #F83253;
}

.btn--black {
  background: #000000;
  color: #ffffff;
}

.btn--transp {
  border: 1px solid #A6A6A6;
  color: #595959;
}

.btn .active {
  display: none;
}

.btn.active .not-active {
  display: none;
}

.btn.active .active {
  display: inline;
}

@media screen and (min-width: 1366px) {
  .btn--white:hover, .btn--white:active {
    background: #F83253;
    color: #ffffff;
  }
  .btn--white:hover svg, .btn--white:active svg {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .btn--red:hover, .btn--red:active {
    background: #970024;
  }
  .btn--gray:hover, .btn--gray:active {
    background: #D9D9D9;
  }
  .btn--pink-gray:hover, .btn--pink-gray:active {
    background: #D9D9D9;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    font-family: "Formular-Medium", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }
}

.form__input {
  position: relative;
  margin-bottom: 50px;
}

.form__input input:-webkit-autofill,
.form__input input:-webkit-autofill:hover,
.form__input input:-webkit-autofill:focus,
.form__input textarea:-webkit-autofill,
.form__input textarea:-webkit-autofill:hover,
.form__input textarea:-webkit-autofill:focus,
.form__input select:-webkit-autofill,
.form__input select:-webkit-autofill:hover,
.form__input select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #000000;
}

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

.form__input input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  height: 29px;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}

.form__input input::-webkit-outer-spin-button, .form__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form__input *[data-required] + label::after {
  content: "*";
}

.form__input label {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #A6A6A6;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: text;
}

.form__input textarea {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: block;
  letter-spacing: 0.05em;
  width: 100%;
  min-height: 29px;
  padding: 0 0 5px;
  border-bottom: 1px solid #D9D9D9;
}

.form__input textarea::-webkit-outer-spin-button, .form__input textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form__input *::-webkit-input-placeholder {
  color: #A6A6A6;
}

.form__input *::-moz-placeholder {
  color: #A6A6A6;
}

.form__input *:-ms-input-placeholder {
  color: #A6A6A6;
}

.form__input *::-ms-input-placeholder {
  color: #A6A6A6;
}

.form__input *::placeholder {
  color: #A6A6A6;
}

.form__input.is-changed label {
  opacity: 0;
  pointer-events: none;
}

.form__input .error,
.form__input .success {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  text-transform: none;
  display: none;
}

.form__input .error {
  color: #F83253;
}

.form__input .success {
  color: #0AB077;
}

.form__input.error .error {
  display: block;
}

.form__input.success input,
.form__input.success textarea {
  border-color: #0AB077;
}

.form__input.success::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/accesstyle/css/../img/icons/checkbox-success.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 2px;
  right: 0;
}

.form__input.success .success {
  display: block;
}

.form__input--search {
  margin-bottom: 38px;
}

.form__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__checkbox label {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}

.form__checkbox label::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #A6A6A6;
}

.form__checkbox label a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: underline;
}

@media screen and (min-width: 1366px) {
  .form__checkbox label a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .form__checkbox label a:hover, .form__checkbox label a:focus {
    outline: none;
    color: #f83253;
  }
  .form__checkbox label a:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.form__checkbox input:checked + label::before {
  background: #D9D9D9;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
          box-shadow: inset 0 0 0 2px #ffffff;
}

.form__checkbox--red {
  margin: 10px 0 0;
}

.form__checkbox--red label {
  color: #F83253;
  width: 100%;
  padding: 5px 0 5px 25px;
}

.form__checkbox--red label span {
  color: #000000;
  float: right;
}

.form__checkbox--red label::before {
  border-color: #F83253;
}

.form__checkbox--red input:checked + label::before {
  background: #F83253;
}

.form__radio {
  position: relative;
}

.form__radio .btn {
  height: 0;
}

.form__radio br {
  display: none;
}

.form__radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__radio label {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  font-family: "Formular-Reg", sans-serif;
  display: block;
  padding: 5px 10px 10px;
  cursor: pointer;
}

.form__radio label::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #F83253;
  position: absolute;
  left: 10px;
  bottom: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.form__radio input:checked + label::before {
  width: calc(100% - 20px);
}

.form__img-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__img-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.form__img-radio label img,
.form__img-radio label svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.form__img-radio input:checked + label {
  background: #F83253;
  color: #ffffff;
}

.form__img-radio input:checked + label img,
.form__img-radio input:checked + label svg {
  -webkit-filter: invert(1);
          filter: invert(1);
}

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

.form__sub-input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__sub-input input:-webkit-autofill,
.form__sub-input input:-webkit-autofill:hover,
.form__sub-input input:-webkit-autofill:focus,
.form__sub-input textarea:-webkit-autofill,
.form__sub-input textarea:-webkit-autofill:hover,
.form__sub-input textarea:-webkit-autofill:focus,
.form__sub-input select:-webkit-autofill,
.form__sub-input select:-webkit-autofill:hover,
.form__sub-input select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
  -webkit-text-fill-color: #000000;
}

.form__sub-input input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding: 0 15px;
  background: #ffffff;
}

.form__sub-input input::-webkit-outer-spin-button, .form__sub-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form__sub-input label {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #595959;
  position: absolute;
  left: 15px;
  top: 11px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: text;
}

.form__sub-input .error {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  color: #F83253;
  position: absolute;
  left: 15px;
  top: calc(100% + 3px);
  text-transform: none;
}

.form__sub-input.is-changed label {
  opacity: 0;
  pointer-events: none;
}

.form__tab-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 2.5px;
}

.form__tab-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__tab-checkbox label {
  position: relative;
  display: block;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  background: #F2F2F2;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.form__tab-checkbox label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.form__tab-checkbox label span {
  color: #595959;
  margin-left: 15px;
}

.form__tab-checkbox label button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  color: #ffffff;
  display: none;
}

.form__tab-checkbox input:checked + label {
  background: #F83253;
  color: #ffffff;
}

.form__tab-checkbox input:checked + label span {
  opacity: 0;
  color: #ffffff;
}

.form__tab-checkbox input:checked + label button {
  display: inline-block;
}

@media screen and (min-width: 1366px) {
  .form__tab-checkbox label:hover {
    background: #D9D9D9;
  }
}

.form__checkbox-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  padding: 2px;
}

.form__checkbox-img input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__checkbox-img label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  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;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}

.form__checkbox-img label img {
  width: 35px;
  max-width: 35px;
  height: 35px;
  max-height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

.form__checkbox-img input:checked + label {
  border: 1px solid #F83253;
}

.form__checkbox-img:nth-child(n + 9) {
  margin-top: 4px;
}

.form__range {
  /* линия ползунка*/
  /* Сами ползунки */
}

.form__range .noUi-horizontal {
  padding: 8px 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.form__range .noUi-base {
  background: transparent;
  height: 5px;
  width: calc(100% - 12px);
  margin-left: 10px;
}

.form__range .noUi-connects {
  height: 5px;
  top: 0;
  width: calc(100% + 12px);
  margin-left: -10px;
  background: #F2F2F2;
}

.form__range .noUi-connect {
  background: #A6A6A6;
}

.form__range .noUi-handle {
  cursor: pointer;
  width: 21px;
  height: 21px;
  border: none;
  border-radius: 50%;
  top: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F2F2F2;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #A6A6A6;
}

.form__range .noUi-handle:focus {
  outline: none;
}

.form__range .noUi-handle::before, .form__range .noUi-handle::after {
  display: none;
}

@media screen and (min-width: 1366px) {
  .form__range .noUi-handle:hover,
  .form__range .noUi-handle:active {
    border-color: #F83253;
  }
}

.form__range-block {
  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: 16px;
}

.form__range-input {
  width: calc(50% - 2.5px);
  position: relative;
}

.form__range-input input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  border: 1px solid #A6A6A6;
  width: 100%;
  height: 28px;
  padding: 0 10px 0 42px;
  color: #A6A6A6;
}

.form__range-input input::-webkit-outer-spin-button, .form__range-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form__range-input::before {
  position: absolute;
  top: 50%;
  left: 10px;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__range-input:first-child::before {
  content: "от";
}

.form__range-input:last-child::before {
  content: "до";
}

@media screen and (min-width: 1366px) {
  .form__range-input input:hover,
  .form__range-input input:focus,
  .form__range-input input:active {
    border-color: #F83253;
  }
}

.form__submit {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .form__submit {
    width: 100%;
  }
}

.form__success-mes,
.form-feedback-success,
.form-modal-feedback-success {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #0AB077;
  margin-top: 10px;
}

@media screen and (max-width: 1365px) {
  .form__success-mes,
  .form-feedback-success,
  .form-modal-feedback-success {
    line-height: 1;
  }
}

.ahunter_hint {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.ahunter_hint.error {
  display: none !important;
}

.ahunter_hint .dropdown__list {
  display: block;
}

.ahunter_hint option {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.ahunter_hint option + option {
  margin-top: 5px;
}

.ahunter_hint b {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  color: #F83253;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  text-transform: none;
}

@supports (-webkit-touch-callout: none) {
  .ahunter_hint select {
    border: none;
    padding: 0;
  }
}

.form__date {
  width: 200px;
}

.form__date input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__date label {
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  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: 40px;
  padding: 0 30px;
  background: #F83253;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.form__date label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 1365px) {
  .form__date {
    width: 100%;
  }
}

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

.grid--header-cat {
  margin: -10px;
}

.grid--header-cat .grid__block {
  width: calc(50% - 20px);
  margin: 10px;
}

.grid--cat {
  margin: -10px;
}

.grid--cat .grid__block {
  width: calc(25% - 20px);
  margin: 10px;
}

.where-buy__block {
  width: 250px;
  margin: 10px;
  height: 140px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.where-buy__block:hover {
  -webkit-box-shadow: 0 5px 10px 2px rgba(148, 148, 148, 0.2);
  -moz-box-shadow: 0 5px 10px 2px rgba(148, 148, 148, 0.2);
  box-shadow: 0 5px 10px 2px rgba(148, 148, 148, 0.2);
}

.where-buy__button {
  display: flex;
  gap: 10px;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  flex-shrink: 0;
  padding: 0 30px;
  background-color: #f83253;
  color: #ffffff;
}

.where-buy__shop-bag {
  max-width: 30px;
  max-height: 30px;
}

.grid--articles {
  margin: -30px -15px;
}

.grid--articles .grid__block {
  width: calc(100% / 3 - 30px);
  margin: 30px 15px;
}

.grid--products .grid__block {
  width: calc(100% / 7);
}

.grid--catalog {
  margin: -10px 0;
}

.grid--catalog .grid__block {
  width: calc(100% / 5);
  margin: 10px 0;
}

.grid--full-cat {
  margin: -10px 0;
}

.grid--full-cat .grid__block {
  margin: 10px 0;
  width: calc(100% / 6);
}

.grid--prod-articles .grid__block {
  width: 220px;
}

.grid--pag {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid--pag .grid__block {
  width: calc(50% - 10px);
}

.grid--form {
  margin: -25px -10px;
}

.grid--form .grid__block {
  margin: 25px 10px;
  width: calc(100% - 20px);
}

.grid--form .grid__block--half {
  width: calc(50% - 20px);
}

.grid--form .grid__block--half-2 {
  width: calc(50% - 20px);
}

.grid--form .grid__block--right {
  margin-left: auto;
}

.grid--form .grid__block--third {
  width: calc(100% / 3 - 20px);
}

.grid--form .grid__block--quart {
  width: calc(25% - 20px);
}

.grid--form-tabs {
  margin: -2.5px;
}

.grid--form-tabs .grid__block {
  margin: 5px;
}

.grid--contacts {
  margin: -20px;
}

.grid--contacts .grid__block {
  margin: 20px;
  width: calc(25% - 40px);
}

.grid--contacts .grid__block--big {
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid--contacts .grid__block--big .section__block {
  width: calc(50% - 20px);
  margin-bottom: 0;
}

.grid--contacts .grid__block--big .section__block:nth-child(n + 3) {
  margin-top: 30px;
}

.grid--contacts-2 {
  margin: -20px;
}

.grid--contacts-2 .grid__block {
  margin: 20px;
  width: calc(25% - 40px);
}

.grid--services {
  margin: -30px -20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.grid--services .grid__block {
  width: calc(25% - 40px);
  margin: 30px 20px;
}

.grid--services .section__text {
  margin-bottom: auto;
}

.grid--services-map {
  margin: -12px 0;
}

.grid--services-map .grid__block {
  width: 100%;
  margin: 12px 0;
}

.grid--dropdown-map {
  margin: -10px 0;
}

.grid--dropdown-map .grid__block {
  width: 100%;
  margin: 10px 0;
}

.grid--sort {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.grid--sort .grid__block {
  margin: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.grid--sort .grid__block.tags {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.grid--sort .grid__block.sort {
  margin-top: 5px;
  margin-left: 20px;
}

.grid--info {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid--info .grid__block {
  width: 453px;
}

@media screen and (min-width: 1366px) {
  .grid--catalog .grid__block.product:not(.product--overlay):not(.product--row):not(.product--compare):hover {
    margin-bottom: -50px;
  }
  .grid--catalog .grid__block.product.product--overlay {
    margin-bottom: -50px;
  }
}

@media screen and (max-width: 1919px) {
  .grid--products .grid__block {
    width: calc(100% / 6);
  }
  .grid--catalog .grid__block {
    width: calc(100% / 4);
  }
  .grid--full-cat .grid__block {
    width: calc(100% / 5);
  }
  .grid--info .grid__block {
    width: 353px;
  }
}

@media screen and (max-width: 1365px) {
  .grid--cat .grid__block {
    width: calc(50% - 20px);
  }
  .grid--articles {
    margin: -10px;
  }
  .grid--articles .grid__block {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .grid--products .grid__block {
    width: calc(100% / 4);
  }
  .grid--products .grid__block:nth-child(n + 5) {
    margin-top: 20px;
  }
  .grid--full-cat .grid__block {
    width: calc(100% / 4);
  }
  .grid--products-discount .grid__block {
    width: calc(100% / 3);
  }
  .grid--products-discount .grid__block:nth-child(n + 4) {
    margin-top: 20px;
  }
  .grid--form .grid__block--half {
    width: calc(100% - 20px);
  }
  .grid--contacts {
    margin: -20px -34px;
  }
  .grid--contacts .grid__block {
    margin: 20px 34px;
    width: calc((100% / 3) - 68px);
  }
  .grid--contacts .grid__block--big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid--contacts .grid__block--big .section__block {
    width: 100%;
  }
  .grid--contacts .grid__block--big .section__block:nth-child(n + 2) {
    margin-top: 24px;
  }
  .grid--services {
    margin: -20px;
  }
  .grid--services .grid__block {
    width: calc(50% - 40px);
    margin: 20px;
  }
  .grid--services-map {
    margin: -12px;
  }
  .grid--services-map .grid__block {
    width: calc(50% - 24px);
    margin: 12px;
  }
  .grid--dropdown-map {
    margin: -10px;
  }
  .grid--dropdown-map .grid__block {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .grid--sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid--sort .grid__block.tags {
    width: 100%;
  }
  .grid--sort .grid__block.sort {
    margin: 25px 0 0;
  }
  .grid--info .grid__block {
    width: 232px;
  }
}

@media screen and (max-width: 767px) {
  .grid--cat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .grid--cat .grid__block {
    width: 100%;
    margin: 0;
  }
  .grid--cat .grid__block + .grid__block {
    margin-top: 10px;
  }
  .grid--articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .grid--articles .grid__block {
    width: 100%;
    margin: 0;
  }
  .grid--articles .grid__block + .grid__block {
    margin-top: 40px;
  }
  .grid--products {
    margin: -6.5px 0;
  }
  .grid--products .grid__block {
    width: 50%;
    margin: 6.5px 0;
  }
  .grid--catalog {
    margin: -5px 0;
  }
  .grid--catalog .grid__block {
    width: calc(100% / 2);
    margin: 5px 0;
  }
  .grid--full-cat {
    margin: -5px 0;
  }
  .grid--full-cat .grid__block {
    margin: 5px 0;
    width: 50%;
  }
  .grid--prod-articles .grid__block {
    width: 50%;
  }
  .grid--form .grid__block--third {
    width: calc(100% - 20px);
  }
  .grid--form .grid__block--half-2 {
    width: calc(100% - 20px);
  }
  .grid--form .grid__block--quart {
    width: calc(50% - 20px);
  }
  .grid--contacts {
    margin: -20px 0;
  }
  .grid--contacts .grid__block {
    margin: 20px 0;
    width: 100%;
  }
  .grid--contacts .grid__block--big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid--contacts .grid__block--big .section__block {
    width: auto;
  }
  .grid--contacts .grid__block--big .section__block:nth-child(n + 2) {
    margin-top: 0;
  }
  .grid--contacts .grid__block--big .section__block:nth-child(n + 3) {
    margin-top: 40px;
  }
  .grid--contacts-2 {
    margin: -20px 0;
  }
  .grid--contacts-2 .grid__block {
    margin: 20px 0;
    width: 100%;
  }
  .grid--services {
    margin: -20px 0;
  }
  .grid--services .grid__block {
    width: 100%;
    margin: 20px 0;
  }
  .grid--services-map {
    margin: -12px 0;
  }
  .grid--services-map .grid__block {
    width: 100%;
    margin: 12px 0;
  }
  .grid--dropdown-map {
    margin: -10px 0;
  }
  .grid--dropdown-map .grid__block {
    width: 100%;
    margin: 10px 0;
  }
  .grid--sort .grid__block.sort {
    display: block;
  }
  .grid--info .grid__block {
    width: 100%;
  }
}

.grid__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cost--big .cost__old {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  margin: 0 0 5px;
}

.cost--big .cost__val {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.cost--med .cost__old {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.cost--med .cost__val {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.cost--small .cost__old {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.cost--small .cost__val {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
}

.cost__val {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.cost__val.discount {
  color: #F83253;
}

@media screen and (max-width: 767px) {
  .cost__val {
    font-size: 16px;
  }
}

.cost__old {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  line-height: 1;
  margin-top: 3px;
  color: #A6A6A6;
  text-decoration: line-through;
}

.cost__status {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FDBC3A;
}

@media screen and (max-width: 1365px) {
  .cost__status {
    max-width: 100px;
  }
}

.category {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 10px;
}

.category--small {
  width: 157.5px;
  height: 230px;
}

.category--small .category__img {
  width: 122px;
  height: 114px;
}

.category--big {
  width: 300px;
  height: 178px;
  padding: 23px;
  overflow: hidden;
}

.category--big .category__name {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.category--big .category__img {
  bottom: 0;
  top: auto;
  right: 0;
}

.category--med {
  width: 340px;
  height: 499px;
  padding: 40px 32px;
}

.category--med .category__name {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
}

.category--med .category__img {
  top: 93px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
  width: 215px;
}

@media screen and (min-width: 1366px) {
  .category:hover .category__img, .category:focus .category__img, .category:active .category__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .category--med:hover .category__img, .category--med:focus .category__img, .category--med:active .category__img {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
  }
}

.category__name {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.category__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category__bg img,
.category__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category__img {
  position: absolute;
  top: 40px;
  right: 8.4px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.category__img img,
.category__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.article {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1366px) {
  .article:hover {
    margin-bottom: calc(-60px + 30px);
    z-index: 10;
  }
  .article:hover .article__bg {
    right: 0;
  }
  .article:hover .article__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .article:hover .article__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.article__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
}

.article__bg {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -55px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.article__img {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.article__info {
  padding: 10px 0;
}

.article__info a:not(.article__btn) {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

.article__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.article__date {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  letter-spacing: 0.03em;
  color: #595959;
}

.article__date:first-child {
  margin: 0 0 20px;
}

.article__btn {
  margin-top: 20px;
  width: 151px;
  display: none;
}

.article__video-btn {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: relative;
  width: 44px;
  height: 33px;
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 6;
}

.article__video-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.article__video-btn img,
.article__video-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 1366px) {
  .article__video-btn:hover img,
  .article__video-btn:hover svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.article__tag {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 10px;
  display: inline-block;
  margin: 20px 0 0;
}

.article__tag.end {
  background: #000000;
  color: #ffffff;
}

.slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.slider * *::-moz-selection {
  background: transparent;
}

.slider * *::selection {
  background: transparent;
}

.slider ul.swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider .slider__pagination {
  position: relative;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: auto;
  text-align: right;
}

.slider .slider__pagination .swiper-pagination-bullet {
  background: #ffffff;
}

.slider .slider__pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.slider .slider__pagination .swiper-pagination-bullet {
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 2px solid #000000;
  margin: 0 4px;
  opacity: 1;
  background: transparent;
}

.slider .slider__pagination .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background: #000000;
}

.slider .slider__btn {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
  position: relative;
  outline: none;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  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;
  background: transparent;
}

.slider .slider__btn::after {
  display: none;
}

.slider .slider__btn:focus, .slider .slider__btn:focus {
  outline: none;
}

.slider .slider__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.slider .slider__btn svg {
  stroke: #000000;
  stroke-width: 2px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.slider .slider__btn--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider.disabled .slider__btns,
.slider.disabled .slider__btn,
.slider.disabled .slider__pagination {
  display: none;
}

@media screen and (min-width: 1366px) {
  .slider .slider__btn:hover svg {
    stroke: #F83253;
  }
}

@media screen and (max-width: 767px) {
  .slider .slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .slider .slider__pagination .swiper-pagination-bullet {
    height: 3px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 3px;
    border-radius: 0;
    border: none;
    background: #F2F2F2;
  }
  .slider .slider__pagination .swiper-pagination-bullet-active {
    background: #A6A6A6;
  }
}

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

@media screen and (max-width: 767px) {
  .slider__btns {
    display: none;
  }
}

.tags {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.tags--big {
  margin-bottom: 32px;
}

.tags--big .tags__link,
.tags--big .tags__btn-more {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: none;
  padding: 0 5px;
  height: 30px;
  letter-spacing: 0.05em;
}

.tags.full .tags__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tags.full .tags__btn-more {
  display: none;
}

.tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -2.5px;
  overflow: hidden;
}

.tags__link {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 25px;
  padding: 0 12px;
  margin: 2.5px;
  color: #595959;
}

.tags__link.tab-link {
  text-transform: none;
  height: auto;
  color: #595959;
}

.tags__link.tab-link span {
  opacity: 0.6;
}

.tags__link.active {
  background: #F83253;
  color: #ffffff;
}

.tags__link.tab-link.active {
  background: transparent;
  color: #000000;
}

.tags__link.tab-link.active span {
  color: #595959;
}

.tags__link.js-tag.active::after {
  content: "";
  display: inline-block;
  background: url("/local/templates/accesstyle/css/../img/icons/cross-white.svg") no-repeat center;
  width: 20px;
  margin-left: 15px;
  height: 20px;
}

.tags__btn-more {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  color: #F83253;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.tags__btn-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.tags__btn-more svg {
  stroke: #F83253;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product {
  height: auto;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product--overlay {
  z-index: 5;
}

.product--overlay .product__bg {
  background: #F2F2F2;
}

.product--overlay .product__bg img {
  display: none;
}

.product--overlay .product__img {
  margin-bottom: 25px;
}

.product--overlay .product__tags,
.product--overlay .product__tech,
.product--overlay .product__info,
.product--overlay .product__bottom {
  display: none;
}

.product--overlay .product__choice {
  display: block;
}

.product--overlay .product__cart,
.product--overlay .product__bg {
  display: block;
}

.product--overlay .product__cart-btn {
  background: #F83253;
  color: #ffffff;
}

.product--overlay .product__cart-btn svg,
.product--overlay .product__cart-btn .not-active ~ .active-overlay {
  display: block;
}

.product--overlay .product__cart-btn .not-active {
  display: none;
}

.product--overlay .product__cart-btn:hover svg {
  -webkit-filter: none;
          filter: none;
}

.product--row {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 20px 20px 40px;
}

.product--row .product__img {
  width: 180px;
  height: 120px;
  margin: 0 0 20px;
}

.product--row .product__info {
  height: auto;
  width: auto;
  margin: 0;
}

.product--row .product__title {
  margin-bottom: 10px;
}

.product--row .product__multiplier {
  margin-left: auto;
}

.product--row .product__cost {
  width: 152px;
  margin-left: 101px;
}

.product--row .product__cost .cost__status {
  margin-top: 20px;
  color: #F83253;
}

.product--row .product__btns {
  opacity: 1;
  margin-left: 20px;
}

.product--row .product__btn {
  margin-right: 10px;
}

.product--row .product__btn:not(.active) {
  stroke: #595959;
  stroke-width: 1.5px;
}

.product--compare {
  padding: 10px;
  height: 100%;
}

.product--compare .product__img {
  height: 110px;
}

.product--compare .product__tech {
  display: block;
}

.product--compare .product__info {
  height: 57px;
}

.product--compare .product__feat {
  display: none;
}

.product--compare .product__cart {
  display: block;
  margin-top: 10px;
}

.product--compare .product__btns {
  opacity: 1;
}

.product--compare .product__btns .product__btn:not(.active) svg {
  stroke: #000000;
}

.product--compare .product__bottom {
  margin: auto 0 0;
}

.product--small {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2px 0 1px;
  border-bottom: 1px solid #F2F2F2;
}

.product--small .product__img {
  width: 90px;
  height: 74px;
  margin: 0 10px 0 0;
}

.product--small .product__info {
  margin: 0;
  height: auto;
  padding: 6px 0;
}

.product--small .product__title {
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 3px;
}

.product.disabled {
  opacity: 0.5;
}

@media screen and (min-width: 1366px) {
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover {
    z-index: 11;
    margin-bottom: -60px;
  }
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__link {
    width: calc(100% + 55px);
    left: calc(55px / 2 * -1);
  }
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__tags {
    left: calc(55px / 2 * -1);
  }
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__img,
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__info,
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__bottom,
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__cart {
    width: calc(100% + 55px);
    margin-left: calc(55px / 2 * -1);
  }
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__btns {
    opacity: 1;
  }
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__tech,
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__cart,
  .product:not(.product--overlay):not(.product--row):not(.product--compare):not(.product--small):hover .product__bg {
    display: block;
  }
  .product--violet:hover .product__title,
  .product--violet:hover .product__feat,
  .product--violet:hover .cost__val {
    color: #ffffff;
  }
  .product--violet:hover .product__btn:not(.active) svg {
    stroke: #ffffff;
  }
  .product--yellow:hover .product__feat,
  .product--yellow:hover .cost__val,
  .product--yellow:hover .cost__status, .product--red:hover .product__feat,
  .product--red:hover .cost__val,
  .product--red:hover .cost__status {
    color: #000000;
  }
  .product--yellow:hover .cost__old, .product--red:hover .cost__old {
    color: rgba(0, 0, 0, 0.5);
  }
  .product--yellow:hover .product__btn:not(.active) svg, .product--red:hover .product__btn:not(.active) svg {
    stroke: #000000;
  }
  .product--violet .product__btn.active, .product--yellow .product__btn.active {
    stroke: #F83253;
  }
  .product--violet .product__btn:not(.active):hover svg, .product--yellow .product__btn:not(.active):hover svg {
    stroke: #F83253;
  }
  .product--red .product__btn.active {
    stroke: #FDBC3A;
  }
  .product--red .product__btn:not(.active):hover svg,
  .product--red .product__btn.active:hover svg {
    stroke: #FDBC3A;
  }
  .product--overlay:not(.product--compare) {
    margin-bottom: -60px;
  }
  .product--overlay:not(.product--compare) .product__link {
    width: calc(100% + 55px);
    left: calc(55px / 2 * -1);
  }
  .product--overlay:not(.product--compare) .product__bg {
    width: calc(100% + 55px);
    left: calc(55px / 2 * -1);
  }
  .product--overlay:not(.product--compare) .product__img {
    width: calc(100% + 55px);
    margin-left: calc(55px / 2 * -1);
  }
  .product--overlay:not(.product--compare) .product__choice {
    width: calc(100% + 55px);
    margin-left: calc(55px / 2 * -1);
  }
  .product--overlay:not(.product--compare) .product__cart {
    width: calc(100% + 55px);
    margin-left: calc(55px / 2 * -1);
  }
}

@media screen and (max-width: 1365px) {
  .product {
    padding: 10px;
  }
  .product--row {
    padding: 20px;
  }
  .product--row .product__cost {
    width: 100px;
    margin-left: 40px;
  }
  .product--discount {
    padding: 10px;
  }
  .product--overlay .product__img {
    margin-bottom: 20px;
  }
  .product--overlay .product__cart-btn svg,
  .product--overlay .product__cart-btn .not-active ~ .active-overlay {
    display: none;
  }
  .product--overlay .product__cart-btn .not-active {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .product {
    width: 167.5px;
  }
  .product--row {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .product--row:not(:last-child)::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #F2F2F2;
    position: absolute;
    left: 0;
    top: calc(100% + 20px);
  }
  .product--row + .product--row {
    margin-top: 45px;
  }
  .product--row .product__tags {
    display: none;
  }
  .product--row .product__img {
    width: 90px;
    height: 60px;
    margin-right: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product--row .product__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 151px;
    margin-bottom: 40px;
  }
  .product--row .product__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
  .product--row .product__multiplier {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 100px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .product--row .product__cost {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: auto;
    text-align: right;
  }
  .product--small {
    width: 100%;
    padding: 16px 0 15px;
  }
  .product--small .product__img {
    width: 90px;
    height: 60px;
  }
  .product--small .product__info {
    padding: 0;
  }
}

.product__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product__bg {
  display: none;
  position: absolute;
  left: calc(55px / 2 * -1);
  top: 0;
  width: calc(100% + 55px);
  height: 100%;
  z-index: -1;
}

.product__bg img,
.product__bg svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1365px) {
  .product__bg {
    width: 100%;
    left: 0;
  }
}

.product__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  position: relative;
}

.product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__info {
  height: 61px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .product__info {
    height: 57px;
  }
}

.product__choice {
  display: none;
  position: relative;
  z-index: 5;
  margin-bottom: auto;
}

.product__choice-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #595959;
}

.product__choice-value {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 4px;
  color: #595959;
}

.product__choice-grid {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 12px 0 0;
}

.product__feat {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #595959;
}

.product__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

.product__title a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (min-width: 1366px) {
  .product__title a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .product__title a:hover, .product__title a:focus {
    outline: none;
    color: #f83253;
  }
  .product__title a:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

@media screen and (max-width: 767px) {
  .product__title {
    font-size: 15px;
  }
}

.product__tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.product__tag {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 10px;
  display: inline-block;
  color: #ffffff;
}

.product__tag.hit {
  background: #57B5B0;
}

.product__tag.discount {
  background: #F83253;
}

.product__tag.new {
  background: #0AB077;
}

.product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: auto;
}

@media screen and (max-width: 1365px) {
  .product__bottom {
    margin-top: auto;
    margin-bottom: 0;
  }
}

.product__cost {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product__btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

@media screen and (max-width: 1365px) {
  .product__btns {
    opacity: 1;
  }
}

.product__btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 28px;
  width: 28px;
  position: relative;
  z-index: 3;
  margin-right: 5px;
}

.product__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.product__btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  stroke-width: 2px;
  -webkit-transition: stroke 0.3s ease, fill 0.3s ease;
  transition: stroke 0.3s ease, fill 0.3s ease;
}

.product__btn:last-of-type {
  margin-right: 0;
}

.product__btn.active {
  stroke: #F83253;
}

.product__btn--fav {
  display: none;
}

@media screen and (min-width: 1366px) {
  .product__btn:hover svg {
    stroke: #F83253;
  }
}

@media screen and (max-width: 1365px) {
  .product__btn {
    stroke: #A6A6A6;
  }
}

.product__tech {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 100%;
  display: none;
}

@media screen and (max-width: 1365px) {
  .product__tech {
    display: block;
  }
}

.product__icon {
  display: block;
  width: 22px;
  height: 22px;
}

.product__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__icon + .product__icon {
  margin-top: 6px;
}

.product__cart {
  margin-top: 20px;
  display: none;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1365px) {
  .product__cart {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .product__cart {
    margin-top: 10px;
  }
}

.product__cart-btn {
  width: 100%;
  padding: 0;
}

.product__cart-btn.active {
  background: #000000;
  color: #ffffff;
}

.product__cart-btn.active .active-overlay {
  display: none;
}

.product__cart-btn.active .not-active ~ .active {
  display: block;
}

.product__cart-btn .active-overlay,
.product__cart-btn .not-active ~ .active {
  display: none;
}

.product__cart-btn .active {
  display: block;
}

.product__cart-btn svg {
  display: none;
  stroke: #ffffff;
  margin-right: 10px;
}

.product__cart-btn:hover.active:hover, .product__cart-btn:focus.active:hover, .product__cart-btn:active.active:hover {
  background: #F83253;
}

@media screen and (max-width: 1365px) {
  .product__cart-btn {
    background: #F83253;
    color: #ffffff;
  }
  .product__cart-btn .active-overlay {
    display: none;
  }
}

.product__multiplier {
  position: relative;
  z-index: 3;
}

.product__multiplier .multiplier__btn svg {
  stroke: #A6A6A6;
}

.product__descr {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #595959;
}

.dropdown {
  position: relative;
  margin-right: 24px;
}

.dropdown:last-child {
  margin-right: 0;
}

.dropdown:not(.no-focus):hover .dropdown__list {
  display: block;
  z-index: 12;
}

.dropdown:not(.no-focus):hover .dropdown__btn svg {
  -webkit-transform: none;
          transform: none;
}

.dropdown.disabled {
  display: none;
  opacity: 0.6;
  pointer-events: none;
}

.dropdown--map {
  border: 1px solid #A6A6A6;
}

.dropdown--map.disabled {
  display: block;
}

.dropdown--map .dropdown__btn {
  width: 100%;
  padding: 0 10px;
  height: 37px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #595959;
  text-align: left;
}

.dropdown--map .dropdown__btn span {
  width: calc(100% - 20px - 5px);
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown--map .dropdown__btn svg {
  stroke: #595959;
}

.dropdown--map .dropdown__list {
  min-width: auto;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  left: -1px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #A6A6A6;
}

@media screen and (max-width: 767px) {
  .dropdown {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .dropdown:last-child {
    margin-bottom: 0;
  }
}

.dropdown__btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
}

.dropdown__btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #000000;
  stroke-width: 1.5px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .dropdown__btn {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #A6A6A6;
    padding: 8px 9px;
    color: #595959;
  }
  .dropdown__btn svg {
    stroke: #A6A6A6;
  }
}

.dropdown__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  display: none;
  padding: 20px 45px 20px 20px;
  background: #F2F2F2;
  left: 0;
  width: auto;
  min-width: 219px;
  max-height: 255px;
}

.dropdown__list.scrollbar .simplebar-track {
  right: 5px;
  top: 20px;
  bottom: 20px;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .dropdown__list {
    width: 100%;
  }
}

.dropdown__item {
  margin: 0 0 10px;
}

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

.dropdown__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: relative;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  word-break: break-all;
}

.dropdown__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 1366px) {
  .dropdown__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .dropdown__link:hover, .dropdown__link:focus {
    outline: none;
    color: #f83253;
  }
  .dropdown__link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.dropdown__link.active {
  color: #F83253;
}

.scrollbar .simplebar-track {
  background: #F2F2F2;
}

.scrollbar .simplebar-track .simplebar-scrollbar::before {
  border-radius: 0;
  background: #A6A6A6;
}

.scrollbar .simplebar-track.simplebar-horizontal {
  height: 5px;
}

.scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
}

.scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  left: 0;
  right: 0;
}

.scrollbar .simplebar-track.simplebar-vertical {
  width: 5px;
}

.scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  right: 0;
  width: 100%;
}

.scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
}

.tab-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  font-family: "Formular-Reg", sans-serif;
  padding: 5px 10px 10px;
  position: relative;
}

.tab-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.tab-link::after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #F83253;
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.tab-link + .tab-link {
  margin-left: 5px;
}

.tab-link.active::after {
  width: calc(100% - 20px);
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.info-block img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 24px 0 0;
}

.info-block p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1365px) {
  .info-block img {
    margin: 0 16px 0 0;
  }
  .info-block p {
    font-family: "Formular-Reg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.05em;
  }
}

.footer {
  background: #F2F2F2;
  padding: 36px 0 16px;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 1365px) {
  .footer {
    padding: 20px 0;
    position: static;
    z-index: initial;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 84px;
  }
}

.footer__container {
  padding: 0 90px;
}

@media screen and (max-width: 1365px) {
  .footer__container {
    padding: 0 20px;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__row--top {
  margin-bottom: 60px;
}

.footer__row--middle {
  margin-bottom: 70px;
}

.footer__row--bottom {
  display: block;
}

@media screen and (max-width: 1365px) {
  .footer__row--middle {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__logo {
  margin-right: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1365px) {
  .footer__logo {
    width: 100%;
    margin: 0 0 30px;
  }
}

.footer__logo-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 181px;
  height: 120px;
  margin: -31px 0 0 -37px;
}

@media screen and (min-width: 1366px) {
  .footer__logo-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__logo-link:hover, .footer__logo-link:focus {
    outline: none;
    opacity: 0.7;
  }
  .footer__logo-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 10px;
}

.footer__col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1365px) {
  .footer__col {
    width: 100%;
    margin: 0 0 60px;
  }
  .footer__col:first-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__col--contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__col--contacts .footer__block {
    width: 100%;
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__col--contacts .footer__block:first-child {
    margin-top: 30px;
  }
}

@media screen and (max-width: 374px) {
  .footer__col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 427.5px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__block:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1919px) {
  .footer__block {
    width: 307.5px;
  }
}

@media screen and (max-width: 1365px) {
  .footer__block {
    width: 354px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer__block {
    width: 160px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 374px) {
  .footer__block {
    width: 100%;
    margin: 0;
  }
}

.footer__nav-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 16px;
}

@media screen and (min-width: 1366px) {
  .footer__nav-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__nav-link:hover, .footer__nav-link:focus {
    outline: none;
    opacity: 0.7;
  }
  .footer__nav-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__nav-link:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1365px) {
  .footer__nav-link {
    margin-bottom: 20px;
  }
  .footer__nav-link--last {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}

.footer__soc-block + .footer__soc-block {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer__soc-block {
    width: 160px;
    margin-right: 15px;
  }
  .footer__soc-block + .footer__soc-block {
    margin: 0;
  }
}

.footer__subtitle {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
}

.footer__subtitle i {
  font: inherit;
}

@media screen and (max-width: 767px) {
  .footer__subtitle i {
    display: none;
  }
}

.footer__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (min-width: 1366px) {
  .footer__link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__link:hover, .footer__link:focus {
    outline: none;
    opacity: 0.7;
  }
  .footer__link:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__soc-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block;
  width: 28px;
  height: 28px;
}

@media screen and (min-width: 1366px) {
  .footer__soc-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .footer__soc-link:hover, .footer__soc-link:focus {
    outline: none;
    opacity: 0.7;
  }
  .footer__soc-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__soc-link + .footer__soc-link {
  margin-left: 3px;
}

.footer__copyright {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
}

@media screen and (max-width: 1365px) {
  .footer__copyright {
    width: 335px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    width: 100%;
  }
}

.footer__address {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
}

@media screen and (max-width: 1365px) {
  .footer__address {
    line-height: 1;
  }
}

.footer__address span {
  margin-right: 7.5px;
}

@media screen and (max-width: 1365px) {
  .footer__address {
    width: 335px;
  }
  .footer__address span {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer__address {
    width: 100%;
  }
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header.opened .header__cat-dp {
  display: block;
}

.header.opened.animation .js-menu-open {
  color: #F83253;
}

.header.opened.animation .header__cat-dp {
  opacity: 1;
}

.header .container {
  position: relative;
}

@media screen and (max-width: 1365px) {
  .header {
    background: #ffffff;
    width: 100%;
  }
  .header.opened-cat .header__row--bottom {
    display: block;
  }
  .header.opened-cat.animation .header__row--bottom {
    opacity: 1;
  }
  .header.opened-cat.animation .js-menu-open {
    color: #A6A6A6;
  }
  .header.opened-cat.animation .js-menu-open .open {
    display: none;
  }
  .header.opened-cat.animation .js-menu-open .close {
    display: inline;
  }
  .header.opened-sidebar {
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  .header.opened-sidebar .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
  }
  .header.opened-sidebar .header__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.opened-sidebar.animation .header__nav-list {
    opacity: 1;
  }
  .header.opened-sidebar.animation .header__side-link.js-menu-open[data-menu="header-cat"] {
    background: url("/local/templates/accesstyle/css/../img/icons/cross.svg") no-repeat center;
  }
  .header.opened-sidebar.animation .header__side-link.js-menu-open[data-menu="header-cat"] svg {
    display: none;
  }
  .header.opened-sidebar.animation .header__place {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .header.opened-sidebar {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

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

.header__row--top {
  height: 94px;
}

.header__row--bottom {
  display: none;
  width: 100vw;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px calc((100% - 335px) / 2) 20px;
  position: absolute;
  top: 78px;
  left: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1365px) {
  .header__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__row--top {
    height: 78px;
  }
}

@media screen and (max-width: 767px) {
  .header__row {
    height: auto;
    padding: 47px 0 15px;
  }
  .header__row--bottom {
    max-height: calc(100vh - 110px);
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
    top: 110px;
    padding: 10px 20px 20px;
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 33px;
  padding-left: 16px;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .header__logo {
    padding-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    margin-right: 17px;
  }
}

.header__place {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #595959;
  padding-right: 8px;
}

@media screen and (max-width: 1365px) {
  .header__place {
    line-height: 1;
  }
}

.header__place button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  display: block;
  margin: 4px 0 0;
}

@media screen and (min-width: 1366px) {
  .header__place button {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header__place button:hover, .header__place button:focus {
    outline: none;
    color: #f83253;
  }
  .header__place button:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.header__place button::before {
  content: url("/local/templates/accesstyle/css/../img/icons/place.svg");
  vertical-align: middle;
  margin: 0 4px 0 0;
}

@media screen and (max-width: 1365px) {
  .header__place {
    padding-right: 16px;
    display: none;
    position: fixed;
    width: calc(100% - 40px);
    top: 77px;
    left: 20px;
    z-index: 100;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #F2F2F2;
    padding: 13px 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__place button {
    margin: 0 0 0 19px;
  }
}

@media screen and (max-width: 767px) {
  .header__place {
    top: 110px;
  }
}

.header__logo-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  width: 142px;
  height: auto;
  margin: 0 0 0 -29px;
}

@media screen and (min-width: 1366px) {
  .header__logo-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__logo-link:hover, .header__logo-link:focus {
    outline: none;
    opacity: 0.7;
  }
  .header__logo-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__logo-link .mob {
  display: none;
}

@media screen and (max-width: 1365px) {
  .header__logo-link {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo-link {
    width: 28px;
    height: 25px;
    margin-left: 0;
  }
  .header__logo-link .dp {
    display: none;
  }
  .header__logo-link .mob {
    display: block;
  }
}

.header__nav {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1365px) {
  .header__nav {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.header__nav-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

@media screen and (max-width: 1365px) {
  .header__nav-text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-text {
    display: block;
    text-align: left;
    position: absolute;
    top: 15px;
    left: 20px;
  }
}

.header__logo-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
}

.header__nav-btn {
  display: none;
}

@media screen and (max-width: 1365px) {
  .header__nav-btn {
    font-family: "Formular-Medium", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    width: 200px;
    padding: 0;
  }
  .header__nav-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header__nav-btn .close {
    display: none;
  }
  .header__nav-btn .mob {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-btn {
    width: 135px;
  }
  .header__nav-btn .tablet {
    display: none;
  }
  .header__nav-btn .mob {
    display: inline;
  }
}

@media screen and (max-width: 374px) {
  .header__nav-btn {
    width: 115px;
  }
}

.header__nav-list {
  margin: 0 -15px;
  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;
}

.header__nav-list .header__place {
  display: none;
}

@media screen and (max-width: 1365px) {
  .header__nav-list {
    display: none;
    margin: -15px 0;
    padding: 78px 0 30px;
    -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: fixed;
    width: 100%;
    top: 77px;
    left: 0;
    opacity: 0;
    background: transparent;
    -webkit-transition: opacity 0.3s ease, background-color 0.3s ease;
    transition: opacity 0.3s ease, background-color 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .header__nav-list {
    top: 110px;
  }
}

.header__nav-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  line-height: 38px;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
  margin: 0 15px;
}

@media screen and (min-width: 1366px) {
  .header__nav-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header__nav-link:hover, .header__nav-link:focus {
    outline: none;
    color: #f83253;
  }
  .header__nav-link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.header__nav-link--cat {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.header__nav-link--menu {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11.5px 0;
  margin: 0;
}

.header__nav-link--menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__nav-link--menu svg {
  stroke: #F83253;
}

@media screen and (max-width: 1365px) {
  .header__nav-link {
    margin: 15px 0;
  }
  .header__nav-link.js-menu-open {
    display: none;
  }
}

.header__nav-item {
  position: relative;
}

@media screen and (min-width: 1366px) {
  .header__nav-item:hover .header__nav-submenu {
    display: block;
    position: fixed;
  }
  .header__nav-item:hover > .header__nav-link {
    color: #F83253;
  }
}

.header__nav-submenu {
  padding: 20px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 100%;
  width: 280px;
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
  display: none;
  max-height: 242px;
}

.header__nav-submenu::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  z-index: 5;
}

.header__sidebar {
  margin-left: auto;
}

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

@media screen and (max-width: 1365px) {
  .header__side-nav {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 -10px;
    padding-right: 0;
  }
}

@media screen and (max-width: 374px) {
  .header__side-nav {
    margin: 0 -5px;
  }
}

.header__side-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: relative;
  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;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: opacity 0.3s ease, background-image 0.3s ease;
  transition: opacity 0.3s ease, background-image 0.3s ease;
}

.header__side-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__side-link--menu {
  display: none;
}

.header__side-link svg {
  stroke: #000000;
  stroke-width: 2px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media screen and (min-width: 1366px) {
  .header__side-link:hover svg {
    stroke: #F83253;
  }
}

@media screen and (max-width: 1365px) {
  .header__side-link {
    height: 28px;
    width: 28px;
    margin: 0 10px;
  }
  .header__side-link--menu {
    display: block;
    margin-left: 58px;
  }
  .header__side-link--menu svg {
    stroke-width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .header__side-link--fav, .header__side-link--compare, .header__side-link--lk {
    display: none;
  }
  .header__side-link--menu {
    margin-left: 10px;
  }
}

@media screen and (max-width: 374px) {
  .header__side-link {
    margin: 0 5px;
  }
}

.header__link-num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: "Formular-Bold", sans-serif;
  line-height: 18px;
  font-size: 10px;
  background: #F83253;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 9px;
}

@media screen and (max-width: 1365px) {
  .header__link-num {
    top: -6px;
    right: -7px;
  }
}

.header__cat {
  width: 100%;
  padding: 0 250px;
}

@media screen and (max-width: 1365px) {
  .header__cat {
    display: none;
  }
}

.header__cat-dp {
  display: none;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #F2F2F2;
  padding: 20px;
  width: 280px;
  max-height: calc(100vh - 100px);
  max-height: calc(var(--vh, 1vh) * 100 - 100px);
}

.header__cat-dp .simplebar-mask {
  z-index: 2;
}

.header__cat-list {
  margin: -7.5px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__cat-item {
  margin: 7.5px 15px;
}

.header__cat-item .header__nav-link {
  margin: 0;
}

.header__cat-mob {
  display: none;
}

@media screen and (max-width: 1365px) {
  .header__cat-mob {
    display: block;
  }
}

.header__search {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: calc(100vw - var(--scrollbar));
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  background: #ffffff;
  z-index: 100;
  padding: 0 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__search.opened {
  display: block;
}

.header__search.animation {
  opacity: 1;
}

@media screen and (max-width: 1365px) {
  .header__search {
    min-height: 78px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .header__search {
    min-height: 110px;
  }
}

.header__search-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 94px;
}

@media screen and (max-width: 1365px) {
  .header__search-top {
    padding: 0;
    height: 78px;
  }
}

@media screen and (max-width: 767px) {
  .header__search-top {
    padding: 20px 0;
    height: auto;
  }
  .header__search-top .header__logo {
    display: none;
  }
}

.header__search-input {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 181px;
}

.header__search-input input {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0.03em;
  height: 61px;
  border: none;
}

@media screen and (max-width: 1365px) {
  .header__search-input {
    padding: 0 64px;
  }
}

@media screen and (max-width: 767px) {
  .header__search-input {
    padding: 0;
  }
  .header__search-input input {
    height: 40px;
  }
}

.header__search-btns {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__search-submit {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  width: 140px;
}

.header__search-submit .mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__search-submit {
    padding: 0;
    width: 60px;
    height: 40px;
  }
  .header__search-submit .dp {
    display: none;
  }
  .header__search-submit .mob {
    display: inline;
  }
  .header__search-submit svg {
    stroke: #ffffff;
    stroke-width: 2px;
  }
}

.header__search-back {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__search-back {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  .header__search-back svg {
    stroke: #000000;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.header__search-close {
  padding: 0;
  width: 60px;
  height: 60px;
}

.header__search-close svg {
  stroke: #000000;
  stroke-width: 2px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.header__search-close:hover svg, .header__search-close:focus svg, .header__search-close:active svg {
  stroke: #F83253;
}

@media screen and (max-width: 767px) {
  .header__search-close {
    display: none;
  }
}

.header__search-result {
  width: calc(720px + 65px);
  margin: 0 auto;
  padding-right: 65px;
  display: none;
}

@media screen and (max-width: 1365px) {
  .header__search-result {
    width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .header__search-result {
    padding: 0;
  }
}

.header__search-block:not(:last-child) {
  margin-bottom: 21px;
}

.header__search-block:last-child {
  padding-bottom: 64px;
}

.header__search-block--bottom {
  position: sticky;
  bottom: -48px;
  background-color: #ffffff;
}

.header__search-title {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #595959;
}

.header__search-title:not(:last-child) {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .header__search-title:not(:last-child) {
    margin-bottom: 16px;
  }
}

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

.header__search-item:not(:last-child) {
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  .header__search-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.header__search-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 15px;
  line-height: 140%;
  color: #F83253;
}

@media screen and (min-width: 1366px) {
  .header__search-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .header__search-link:hover, .header__search-link:focus {
    outline: none;
    color: black;
  }
  .header__search-link:active {
    outline: none;
    color: rgba(0, 0, 0, 0.3);
  }
}

.section {
  margin-bottom: 60px;
}

.section--big {
  margin-bottom: 100px;
}

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

@media screen and (max-width: 1365px) {
  .section--discounts .section__grid {
    margin: 0;
  }
  .section--discounts .section__grid .grid__block:nth-child(n + 4) {
    display: none;
  }
  .section--discounts.full .section__grid .grid__block:nth-child(n + 4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section--discounts.full .section__bottom {
    display: none;
  }
  .section--discounts .section__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .section--discounts .section__grid .grid__block:nth-child(n + 3) {
    display: none;
  }
  .section--discounts.full .section__grid .grid__block:nth-child(n + 3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section--dp {
    display: none;
  }
}

.section__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.section__head--wrap {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .section__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.section__grid {
  margin-bottom: 40px;
}

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

.section__grid--small {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section__grid {
    margin-bottom: 20px;
  }
}

.section__tab {
  display: none;
}

.section__tab.active {
  display: block;
}

.section__h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.section__h1 .num {
  font-family: "Formular-Reg", sans-serif;
  color: #BEBEBE;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .section__h1 {
    font-family: "Formular-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0.03em;
  }
}

.section__h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.section__h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.section__h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
}

.section__h4 + .section__h1 {
  margin-top: 5px;
}

.section__block {
  width: 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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.section__block:last-child:not(.grid__block) {
  margin-bottom: 0;
}

.section__lead {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 10px;
}

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

.section__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1366px) {
  .section__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .section__link:hover, .section__link:focus {
    outline: none;
    color: #f83253;
  }
  .section__link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.section__link img,
.section__link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}

.section__link + * {
  margin-top: 10px;
}

.section__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  word-break: break-word;
}

.section__text + * {
  margin-top: 10px;
}

.section__text a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (min-width: 1366px) {
  .section__text a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .section__text a:hover, .section__text a:focus {
    outline: none;
    color: #f83253;
  }
  .section__text a:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.section__bottom-small-link {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
  position: relative;
  color: #F83253;
  text-decoration: underline;
  margin: 20px 0 0;
}

.section__bottom-small-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 1366px) {
  .section__bottom-small-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .section__bottom-small-link:hover, .section__bottom-small-link:focus {
    outline: none;
    opacity: 0.7;
  }
  .section__bottom-small-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.section__bottom-small-link .active {
  display: none;
}

.section__bottom-btn {
  margin: 40px 0 0;
}

@media screen and (max-width: 1365px) {
  .section__bottom-link {
    display: inline-block;
    padding: 10px 53px;
  }
}

@media screen and (max-width: 767px) {
  .section__bottom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
  }
}

.section__head-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section__head-img + * {
  margin-left: 10px;
  max-width: calc(100% - 10px - 28px);
}

.section__art {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  color: #A6A6A6;
  margin-top: 20px;
}

.section__art-span {
  padding: 8px 8px 8px 0;
  background: #F83253;
  color: #ffffff;
  display: inline-block;
  position: relative;
  line-height: 22px;
  margin-left: 38px;
}

.section__art-span::before {
  content: "";
  display: inline;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 18px 19px 0;
  border-color: transparent #F83253 transparent transparent;
  position: absolute;
  top: 0;
  right: 100%;
}

.section__art-tag {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 10px;
  display: inline-block;
  margin: 0 0 0 20px;
}

.section__art-tag.end {
  background: #000000;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .section__art-tag {
    margin: 20px 0 0;
  }
}

.section__title-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  line-height: 20px;
  letter-spacing: 0.03em;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1366px) {
  .section__title-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .section__title-link:hover, .section__title-link:focus {
    outline: none;
    color: #f83253;
  }
  .section__title-link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.section__title-link svg {
  stroke: #F83253;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .section__title-link {
    display: none;
  }
}

.section__dropdown {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-bottom: 60px;
  position: relative;
}

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

.section__dropdown .sort__link {
  padding: 10px;
}

.section__dropdown .sort__link.active {
  color: #000000;
  font-family: "Formular-Reg", sans-serif;
}

.section__dropdown .sort__item {
  margin: 0 5px 0 0;
}

@media screen and (max-width: 1365px) {
  .section__dropdown .sort__btn {
    display: none;
  }
  .section__dropdown .sort__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    padding: 0;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .section__dropdown {
    margin-bottom: 40px;
  }
  .section__dropdown .sort__btn {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    font-family: "Formular-Medium", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    font-family: "Formular-Reg", sans-serif;
    color: #F83253;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .section__dropdown .sort__btn svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0 0 0 10px;
    stroke: #F83253;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .section__dropdown--mb .sort__list {
    position: absolute;
    display: none;
    padding: 20px;
    background: #F2F2F2;
    left: auto;
    right: 0;
    width: auto;
  }
  .section__dropdown--mb .sort__item {
    margin: 0 0 10px;
  }
  .section__dropdown--mb .sort__item:last-child {
    margin-bottom: 0;
  }
  .section__dropdown--mb .sort__link {
    padding: 0;
  }
  .section__dropdown--mb .sort__link::after {
    display: none;
  }
  .section__dropdown--mb .sort__link.active {
    color: #F83253;
  }
  .section__dropdown--mb.opened .sort__btn svg {
    -webkit-transform: none;
            transform: none;
  }
}

.section__bottom {
  display: none;
}

@media screen and (max-width: 767px) {
  .section__bottom {
    display: block;
    margin-top: 20px;
  }
}

.section__mob-slider {
  overflow: visible;
}

.section__mob-slider .swiper-slide:nth-child(n + 8) {
  display: none;
}

.section__mob-slider .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1919px) {
  .section__mob-slider .swiper-slide:nth-child(n + 7) {
    display: none;
  }
}

@media screen and (max-width: 1365px) {
  .section__mob-slider .swiper-slide:nth-child(n + 7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section__mob-slider {
    overflow: hidden;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 24px;
  }
  .section__mob-slider .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
  .section__mob-slider .swiper-slide {
    margin: 0 7.5px 0 0;
    width: 160px;
  }
  .section__mob-slider .swiper-slide:last-child {
    margin-right: 0;
  }
  .section__mob-slider .swiper-slide:nth-child(n + 5) {
    margin-top: 0;
  }
  .section__mob-slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 27px -3px 0;
  }
}

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

.section__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 1365px) {
  .section__left {
    width: auto;
    margin: 0;
  }
}

.section__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section__empty {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.section__empty--simple {
  padding-bottom: 0;
  border-bottom: none;
}

.section__empty--simple .section__empty-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

.section__empty--simple .section__empty-text {
  max-width: 800px;
}

.section__empty--simple .section__empty-btn {
  margin: 0;
}

.section__empty-img {
  margin: 0 0 20px;
}

.section__empty-img img {
  margin: 0 auto;
}

@media screen and (max-width: 1365px) {
  .section__empty-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section__empty-img {
    margin-bottom: 20px;
  }
}

.section__empty-btn {
  margin: 0 auto;
  height: 37px;
  padding: 0 32px;
}

@media screen and (max-width: 1365px) {
  .section__empty-btn {
    margin: 20px auto 0;
  }
}

.section__empty-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.section__empty-text {
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .section__empty-text {
    max-width: 305px;
  }
}

.section__body#service-body {
  min-height: 300px;
}

.section__banner {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.section__banner picture {
  display: block;
}

.section__banner img {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0 auto;
}

.section__text-content {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .section__text-content {
    margin-bottom: 60px;
  }
}

.text-content {
  width: 800px;
}

.text-content > h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  margin: 60px 0 20px;
}

.text-content > h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.03em;
  margin: 40px 0 20px;
}

.text-content > p {
  letter-spacing: 0.03em;
}

.text-content > figure {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin: 60px 0;
  position: relative;
}

.text-content > figure picture {
  display: block;
}

.text-content > *:first-child {
  margin-top: 0;
}

.text-content > *:last-child {
  margin-bottom: 0;
}

.text-content--big {
  width: 100%;
}

.text-content--big > *:not(figure):not(img) {
  max-width: 1000px;
}

.text-content--full {
  width: 100%;
}

.text-content--middle {
  max-width: 1000px;
  width: 100%;
}

.text-content + .text-content {
  margin-top: 60px;
}

.text-content iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  width: 100% !important;
  max-width: 100%;
  height: 450px !important;
}

@media screen and (max-width: 1365px) {
  .text-content {
    width: 100%;
  }
  .text-content iframe {
    height: 410px !important;
  }
}

@media screen and (max-width: 767px) {
  .text-content iframe {
    min-width: 100%;
    width: 89.33333vw !important;
    height: 50.66667vw !important;
  }
}

.text-content__products {
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  width: 440px;
}

.text-content__products h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.03em;
  margin: 0 0 20px;
}

@media screen and (max-width: 1365px) {
  .text-content__products {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}

.banner {
  position: relative;
}

@media screen and (max-width: 1365px) {
  .banner {
    margin-top: 0;
  }
}

.banner__slider li.swiper-slide {
  width: 100%;
  height: 508px;
}

.banner__slider .banner__slider-pag {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: auto;
  right: calc(90px + 25px);
}

@media screen and (max-width: 1365px) {
  .banner__slider li.swiper-slide {
    height: 430px;
  }
  .banner__slider .banner__slider-pag {
    padding-right: 27px;
  }
}

@media screen and (max-width: 767px) {
  .banner__slider {
    padding: 0 20px;
    width: 100%;
  }
  .banner__slider li.swiper-slide {
    width: 335px;
    height: 500px;
    margin-right: 10px;
  }
  .banner__slider li.swiper-slide:last-child {
    margin-right: 0;
  }
  .banner__slider .banner__slider-pag {
    position: static;
    bottom: auto;
    margin: 10px -3px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0;
  }
}

.banner__img {
  width: 100%;
  height: 100%;
}

.banner__img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__info {
  width: 434px;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc((100% - 1920px) / 2 + 250px);
}

@media screen and (max-width: 1919px) {
  .banner__info {
    left: calc((100% - 1440px) / 2 + 93px);
  }
}

@media screen and (max-width: 1365px) {
  .banner__info {
    width: 260px;
    top: 55%;
    left: calc((100% - 768px) / 2 + 20px);
  }
}

@media screen and (max-width: 767px) {
  .banner__info {
    width: 182px;
    left: 20px;
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
            transform: none;
  }
}

.banner__cat {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

@media screen and (max-width: 1365px) {
  .banner__cat {
    font-family: "Formular-Reg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }
}

.banner__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 115%;
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .banner__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1365px) {
  .banner__title {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .banner__title {
    margin-bottom: 15px;
  }
}

.banner__descr {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1365px) {
  .banner__descr {
    font-family: "Formular-Reg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .banner__descr {
    font-family: "Formular-Reg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 125%;
    letter-spacing: 0.05em;
    padding-right: 20px;
  }
}

.banner__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .banner__bottom {
    position: absolute;
    bottom: 0;
    left: 181px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.banner__bottom-cost {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .banner__bottom-cost {
    font-family: "Formular-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0.03em;
  }
}

.banner__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 145px;
  padding: 0;
}

.banner__btn svg {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke-width: 2px;
  stroke: #000000;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.banner__btn.active {
  background: #000000;
  color: #ffffff;
  pointer-events: none;
}

.banner__btn.active svg {
  stroke: #ffffff;
}

.banner__btn--more {
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 1366px) {
  .banner__btn--more:hover {
    color: #F83253;
  }
}

@media screen and (max-width: 767px) {
  .banner__btn {
    width: 114px;
    background: rgba(0, 0, 0, 0.1);
    color: #ffffff;
  }
  .banner__btn svg {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .banner__btn--more {
    margin: 10px 0 -10px;
  }
}

.banner__slider-btns {
  position: absolute;
  bottom: 0;
  left: calc((100% - 1920px) / 2 + 250px);
  z-index: 3;
}

@media screen and (max-width: 1919px) {
  .banner__slider-btns {
    left: calc((100% - 1440px) / 2 + 93px);
  }
}

@media screen and (max-width: 1365px) {
  .banner__slider-btns {
    left: calc((100% - 768px) / 2);
  }
}

.bc {
  margin-bottom: 40px;
  padding-top: 20px;
}

.bc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.bc__item {
  display: inline;
  vertical-align: middle;
  position: relative;
}

.bc__item:not(:first-child)::before {
  content: "/";
  color: #595959;
  margin: 0 10px;
  pointer-events: none;
}

.bc__item:first-child .bc__link {
  width: 20px;
  height: 18px;
  display: inline-block;
}

@media screen and (min-width: 1366px) {
  .bc__item:first-child .bc__link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .bc__item:first-child .bc__link:hover, .bc__item:first-child .bc__link:focus {
    outline: none;
    opacity: 0.5;
  }
  .bc__item:first-child .bc__link:active {
    outline: none;
    opacity: 0.3;
  }
}

.bc__item:first-child .bc__link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
  -webkit-transform: none;
          transform: none;
}

.bc__item:hover .bc__link {
  color: #F83253;
}

.bc__item:hover .bc__link svg {
  stroke: #F83253;
}

.bc__item:hover .bc__sublist {
  display: block;
}

.bc__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  text-transform: none;
  line-height: 18px;
}

@media screen and (min-width: 1366px) {
  .bc__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .bc__link:hover, .bc__link:focus {
    outline: none;
    color: #f83253;
  }
  .bc__link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.bc__link svg {
  stroke: #595959;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media screen and (min-width: 1366px) {
  .bc__link:hover svg {
    stroke: #F83253;
  }
}

.bc__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  width: 196px;
  background: #F2F2F2;
  padding: 20px;
  position: absolute;
  z-index: 10;
  top: calc(100% - 1px);
  left: -20px;
}

.bc__subitem + .bc__subitem {
  margin-top: 10px;
}

.bc__sublink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1366px) {
  .bc__sublink {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .bc__sublink:hover, .bc__sublink:focus {
    outline: none;
    color: #f83253;
  }
  .bc__sublink:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.filter--tab .filter__name {
  display: none;
}

.filter--tab .filter__bottom {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  margin-bottom: 35px;
}

.filter--tab .filter__btn {
  width: 200px;
}

.filter--tab .filter__btn + .filter__btn {
  margin-left: 12px;
}

@media screen and (max-width: 1365px) {
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 384px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: #ffffff;
    z-index: 100;
    padding: 20px 20px calc(20px + 60px - 35px);
    display: none;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .filter.opened {
    display: block;
  }
  .filter.animation {
    -webkit-transform: none;
            transform: none;
  }
  .filter--tab {
    padding-bottom: 25px;
  }
  .filter--tab .filter__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .filter--tab .filter__btn {
    width: calc(50% - 2.5px);
  }
  .filter--tab .filter__name {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .filter {
    width: 375px;
  }
}

.filter__head {
  display: none;
}

@media screen and (max-width: 1365px) {
  .filter__head {
    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;
    margin-bottom: 30px;
  }
}

.filter__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.filter__close-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #A6A6A6;
}

.filter__block {
  margin-bottom: 35px;
}

.filter__name {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;
}

.filter__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.5px;
}

.filter__grid > * {
  max-width: calc(100% - 5px);
}

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

@media screen and (max-width: 1365px) {
  .filter__flex {
    padding-right: 64px;
  }
}

@media screen and (max-width: 767px) {
  .filter__flex {
    padding-right: 55px;
  }
}

.filter__bottom {
  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;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  margin: -10px 0;
  background: #ffffff;
  z-index: 10;
  width: 100%;
}

@media screen and (max-width: 1365px) {
  .filter__bottom {
    width: 384px;
    position: fixed;
    margin: 0;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .filter__bottom {
    width: 375px;
  }
}

.filter__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  width: calc(50% - 2.5px);
}

.filter__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.filter__row .filter__grid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

.filter__row.full .filter__grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter__row.full .filter__btn-more {
  display: none;
}

@media screen and (max-width: 1365px) {
  .filter__row .filter__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: visible;
  }
}

.filter__btn-more {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 25px;
  padding: 0 12px;
  color: #F83253;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 2.5px;
}

.filter__btn-more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.filter__btn-more svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
  stroke: #F83253;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 1365px) {
  .filter__btn-more {
    display: none;
  }
}

.filter__btn-reset {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  margin-left: 10px;
}

@media screen and (max-width: 1365px) {
  .filter__btn-reset {
    display: none;
  }
}

.filter-result {
  display: none;
  position: absolute;
  z-index: 110;
  left: calc((100vw - 1420px) / 2 + 300px);
}

@media screen and (max-width: 1919px) {
  .filter-result {
    left: calc((100vw - 1260px) / 2 + 300px);
  }
}

@media screen and (max-width: 1365px) {
  .filter-result {
    left: 384px;
  }
}

@media screen and (max-width: 767px) {
  .filter-result {
    display: none;
  }
}

.filter-result__link {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-result__link::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.filter-result__link::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  border-top: 28px solid transparent;
  border-right: 18px solid #000000;
  border-bottom: 28px solid transparent;
}

.filter-result__text {
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: block;
  padding: 12px;
  color: #ffffff;
  background: #000000;
}

.filter-result__text span {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  display: block;
}

.pag {
  padding-top: 40px;
  width: 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .pag {
    padding-top: 33px;
  }
}

.pag__btn-more {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .pag__btn-more {
    width: 100%;
    margin-bottom: 23px;
  }
}

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

.pag__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pag__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.pag__item:last-child {
  margin-right: 0;
}

.pag__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #A6A6A6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 1366px) {
  .pag__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .pag__link:hover, .pag__link:focus {
    outline: none;
    color: #f83253;
  }
  .pag__link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.pag__link.active {
  color: #000000;
  pointer-events: none;
}

.pag__link--span {
  pointer-events: none;
}

.pag__link-more {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.03em;
  color: #595959;
  margin-left: 40px;
}

@media screen and (min-width: 1366px) {
  .pag__link-more {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .pag__link-more:hover, .pag__link-more:focus {
    outline: none;
    color: #f83253;
  }
  .pag__link-more:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.pag__link-more svg {
  stroke: #F83253;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.blog-pag {
  margin-top: 40px;
}

@media screen and (max-width: 1365px) {
  .blog-pag {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .blog-pag {
    margin-top: 40px;
  }
}

.blog-pag__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  display: block;
  background: #F2F2F2;
  padding: 30px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.blog-pag__link svg {
  display: none;
}

@media screen and (min-width: 1366px) {
  .blog-pag__link:hover {
    background: #D9D9D9;
  }
}

@media screen and (max-width: 767px) {
  .blog-pag__link {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .blog-pag__link svg {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    stroke: #F83253;
    margin: 0 0 0 10px;
  }
  .blog-pag__link--prev:first-child .blog-pag__lead {
    text-align: right;
  }
  .blog-pag__link--prev:first-child svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0 10px 0 0;
  }
}

.blog-pag__lead {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  color: #F83253;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .blog-pag__lead {
    margin-bottom: 0;
  }
}

.blog-pag__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 1365px) {
  .blog-pag__title {
    font-family: "Formular-Reg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.03em;
  }
}

@media screen and (max-width: 767px) {
  .blog-pag__title {
    display: none;
  }
}

.blog-pag__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1365px) {
  .blog-pag__bottom {
    margin-top: 20px;
  }
}

.blog-pag__bottom-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.03em;
}

.blog-pag__bottom-link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #F83253;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

@media screen and (min-width: 1366px) {
  .blog-pag__bottom-link:hover {
    color: #F83253;
  }
}

.sort {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 9.5px;
  margin-left: auto;
}

@media screen and (max-width: 1365px) {
  .sort {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .sort {
    width: 100%;
    margin: 30px 0 0;
  }
  .sort--row {
    width: auto;
    margin: 0 0 0 auto;
  }
}

.sort__btn {
  display: none;
}

@media screen and (max-width: 1365px) {
  .sort__btn {
    font-family: "Formular-Reg", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sort__btn--filter {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 20px;
    margin-right: 10px;
    flex-shrink: 0;
  }
  .sort__btn--sort {
    min-width: 218px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.05em;
    margin: 0;
  }
  .sort__btn--sort svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    stroke: #A6A6A6;
    stroke-width: 1.5px;
    margin-left: 5px;
  }
}

.sort__dropdown {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sort__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1365px) {
  .sort__list {
    display: none;
    padding: 20px;
    background: #F2F2F2;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    width: 100%;
  }
}

.sort__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.sort__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1365px) {
  .sort__item {
    margin: 0 0 10px;
  }
  .sort__item:last-child {
    margin-bottom: 0;
  }
}

.sort__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: relative;
  letter-spacing: 0.05em;
  color: #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (min-width: 1366px) {
  .sort__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .sort__link:hover, .sort__link:focus {
    outline: none;
    color: #f83253;
  }
  .sort__link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.sort__link svg {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #F83253;
  stroke-width: 1.5px;
  margin-left: 5px;
}

.sort__link.active {
  font-family: "Formular-Bold", sans-serif;
  color: #F83253;
}

.sort__link.active svg {
  display: block;
}

.sort__link.down svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sort__checkbox {
  padding: 5px 10px;
  margin-right: 24px;
}

.sort__checkbox label {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding-left: 30px;
}

@media screen and (max-width: 1365px) {
  .sort__checkbox {
    padding: 5px 6px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .sort__checkbox {
    padding: 5px 6px 14px;
  }
}

.sort__btn-delete {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  height: auto;
}

.sort__btn-delete svg {
  stroke: #A6A6A6;
  margin-right: 10px;
}

.prod-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.prod-detail__head {
  margin-bottom: 30px;
  width: 870px;
}

@media screen and (max-width: 1919px) {
  .prod-detail__head {
    width: 710px;
  }
}

@media screen and (max-width: 1365px) {
  .prod-detail__head {
    width: 397px;
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__head {
    width: 100%;
    margin-bottom: 40px;
  }
}

.prod-detail__body {
  width: 100%;
}

.prod-detail__slider {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 150px;
  width: 100%;
}

.prod-detail__slider.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-detail__slider.no-photo {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod-detail__slider li.swiper-slide {
  height: 532px;
}

.prod-detail__slider li.swiper-slide a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  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;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  outline: none;
  height: 100%;
}

.prod-detail__slider li.swiper-slide a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.prod-detail__slider li.swiper-slide img {
  background: #ffffff;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.prod-detail__slider li.swiper-slide iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  width: calc(100% - 2px);
  height: 100%;
  margin: 0 1px;
}

.prod-detail__slider .swiper-pagination {
  display: none;
}

.prod-detail__slider .swiper-wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 1919px) {
  .prod-detail__slider li.swiper-slide {
    height: 420px;
  }
}

@media screen and (max-width: 1365px) {
  .prod-detail__slider {
    margin-right: 20px;
    position: relative;
  }
  .prod-detail__slider ul.swiper-wrapper {
    margin-bottom: 120px;
  }
  .prod-detail__slider li.swiper-slide {
    height: 280px;
  }
  .prod-detail__slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    bottom: auto;
    right: auto;
  }
  .prod-detail__slider .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 3px;
    border-radius: 0;
    border: none;
    background: #F2F2F2;
  }
  .prod-detail__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #A6A6A6;
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__slider {
    margin-right: 0;
  }
  .prod-detail__slider .swiper-container {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .prod-detail__slider li.swiper-slide {
    height: 240px;
  }
}

.prod-detail__pag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5.5px;
  max-height: 532px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 105px;
  padding-right: 25px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1919px) {
  .prod-detail__pag {
    max-height: 420px;
  }
}

@media screen and (max-width: 1365px) {
  .prod-detail__pag {
    position: absolute;
    left: 0;
    bottom: 23px;
    height: auto;
    max-height: 100%;
    margin-right: 0;
    width: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
    overflow-y: none;
    padding-right: 0;
  }
  .prod-detail__pag .simplebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .prod-detail__pag .simplebar-track {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__pag {
    width: 100%;
  }
}

.prod-detail__pag-btn {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid transparent;
}

.prod-detail__pag-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.prod-detail__pag-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-detail__pag-btn .video-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  height: 33px;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-detail__pag-btn + .prod-detail__pag-btn {
  margin-top: 10px;
}

.prod-detail__pag-btn.active {
  border-color: #F83253;
}

@media screen and (max-width: 1365px) {
  .prod-detail__pag-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 76px;
    height: 76px;
  }
  .prod-detail__pag-btn + .prod-detail__pag-btn {
    margin-top: 0;
    margin-left: 10px;
  }
}

.prod-detail__card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  padding-right: 89px;
  position: sticky;
  top: 94px;
  right: 0;
}

.prod-detail__card .preorder {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1365px) {
  .prod-detail__card {
    position: static;
    width: 311px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__card {
    width: 100%;
    margin-bottom: 40px;
  }
}

.prod-detail__card-tab {
  display: none;
}

.prod-detail__card-tab.active {
  display: block;
}

.prod-detail__cost {
  margin-bottom: 50px;
}

.prod-detail__colors {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod-detail__color {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  color: #595959;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.prod-detail__colors-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding-bottom: 5px;
}

.prod-detail__cart {
  width: 100%;
}

.prod-detail__cart.success .prod-detail__cart-btn {
  display: none;
}

.prod-detail__cart.success .prod-detail__cart-success {
  display: block;
}

.prod-detail__cart-btn {
  padding: 0;
  width: 100%;
}

.prod-detail__cart-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  stroke: #ffffff;
  stroke-width: 2px;
}

.prod-detail__cart-success {
  display: none;
}

.prod-detail__cart-wrap {
  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;
  background: #F2F2F2;
}

.prod-detail__cart-success-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 40px;
}

.prod-detail__cart-success-btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.prod-detail__multiplier {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
  margin-left: 20px;
}

.prod-detail__btns {
  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-top: 40px;
}

@media screen and (max-width: 767px) {
  .prod-detail__btns {
    margin-top: 20px;
  }
}

.prod-detail__btn {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  width: calc(50% - 5px);
}

.prod-detail__btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #000000;
  stroke-width: 1.5px;
  margin-right: 10px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.prod-detail__btn .active {
  display: none;
}

.prod-detail__btn.active .not-active {
  display: none;
}

.prod-detail__btn.active .active {
  display: inline;
}

.prod-detail__btn.active svg {
  stroke: #F83253;
}

.prod-detail__tabs {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1365px) {
  .prod-detail__tabs {
    overflow-x: auto;
    width: calc(100% + 40px);
    margin: 0 -20px 40px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__tab {
    width: calc(50% - 2.5px);
    text-align: center;
  }
  .prod-detail__tab::after {
    left: 0;
  }
  .prod-detail__tab.active::after {
    width: 100%;
  }
}

.prod-detail__tab-block {
  display: none;
  width: 960px;
}

.prod-detail__tab-block.active {
  display: block;
}

@media screen and (max-width: 1919px) {
  .prod-detail__tab-block {
    width: 800px;
  }
}

@media screen and (max-width: 1365px) {
  .prod-detail__tab-block {
    width: 100%;
  }
}

.prod-detail__feats {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .prod-detail__feats {
    margin-bottom: 40px;
  }
}

.prod-detail__feats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 767px) {
  .prod-detail__feats-grid {
    margin: -15px 0;
  }
}

.prod-detail__feat {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .prod-detail__feat {
    width: calc(100% / 3);
    display: block;
    margin: 15px 0;
  }
}

.prod-detail__feat-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.prod-detail__feat-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .prod-detail__feat-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.prod-detail__feat-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  color: #595959;
}

.prod-detail__text {
  width: 100%;
  margin-bottom: 60px;
}

.prod-detail__text.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.prod-detail__text.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.prod-detail__info-slider {
  width: 100%;
}

.prod-detail__info-slider .swiper-slide {
  height: 400px;
}

.prod-detail__info-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prod-detail__info-slider .slider__btns {
  position: absolute;
  bottom: 0;
  left: 0;
}

.prod-detail__info-slider .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: auto;
  right: 25px;
}

.prod-detail__info-slider .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}

.prod-detail__info-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.prod-detail__info-slider .slider__btn svg {
  stroke: #ffffff;
}

@media screen and (max-width: 767px) {
  .prod-detail__info-slider {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .prod-detail__info-slider .swiper-slide {
    height: 167px;
    margin-right: 10px;
  }
  .prod-detail__info-slider .swiper-slide:last-child {
    margin-right: 0;
  }
  .prod-detail__info-slider .swiper-pagination {
    position: static;
    right: auto;
    margin: 10px -3px 0;
  }
  .prod-detail__info-slider .swiper-pagination .swiper-pagination-bullet {
    background: #F2F2F2;
  }
  .prod-detail__info-slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #A6A6A6;
  }
}

.prod-detail__table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

.prod-detail__table th,
.prod-detail__table td {
  margin: 0;
  padding: 0;
}

.prod-detail__table td {
  width: 50%;
  letter-spacing: 0.05em;
  padding: 9px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.prod-detail__table td:first-child {
  padding-right: 10px;
  color: #595959;
}

.prod-detail__table td:last-child {
  padding-left: 10px;
}

.prod-detail__table tr:last-child td {
  border-bottom: none;
}

.prod-detail__footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #ffffff;
}

@media screen and (max-width: 1365px) {
  .prod-detail__footer {
    z-index: 97;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .prod-detail__footer.showed {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__footer {
    padding: 10px;
    bottom: 64px;
    -webkit-transform: translateY(calc(100% + 60px));
            transform: translateY(calc(100% + 60px));
  }
}

.prod-detail__footer-tab {
  display: none;
}

.prod-detail__footer-tab.active {
  display: block;
}

.prod-detail__footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 calc((100% - 1440px) / 2 + 20px);
}

@media screen and (max-width: 1365px) {
  .prod-detail__footer-wrap {
    padding: 0 calc((100% - 768px) / 2 + 10px);
  }
}

@media screen and (max-width: 767px) {
  .prod-detail__footer-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.prod-detail__footer-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.prod-detail__footer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-detail__footer-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100% - 60px - 10px - 100px - 10px - 145px - 10px);
}

@media screen and (max-width: 767px) {
  .prod-detail__footer-info {
    max-width: calc(100% - 60px - 10px - 100px - 10px);
  }
}

.prod-detail__footer-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  -webkit-line-clamp: 1;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prod-detail__footer-descr {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-top: 3px;
  color: #A6A6A6;
  -webkit-line-clamp: 1;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prod-detail__footer-cost {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: 100px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .prod-detail__footer-cost {
    margin-right: 0;
  }
}

.prod-detail__footer-cart {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prod-detail__footer-cart .prod-detail__footer-multiplier {
  display: none;
}

.prod-detail__footer-cart.success .prod-detail__footer-btn {
  background: #F2F2F2;
  color: #000000;
}

.prod-detail__footer-cart.success .prod-detail__footer-btn .active {
  display: inline;
}

.prod-detail__footer-cart.success .prod-detail__footer-btn .not-active {
  display: none;
}

.prod-detail__footer-cart.success .prod-detail__footer-multiplier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .prod-detail__footer-cart {
    width: 100%;
  }
  .prod-detail__footer-cart.success .prod-detail__footer-btn {
    width: calc(100% - 119px);
  }
}

.prod-detail__footer-multiplier {
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 20px;
  display: none;
}

.prod-detail__footer-btn {
  width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
}

.prod-detail__footer-btn .active {
  display: none;
}

@media screen and (max-width: 767px) {
  .prod-detail__footer-btn {
    width: 100%;
  }
}

.prod-detail__preorder {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.prod-detail__footer-preorder {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.prod-detail__docs {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 800px;
  width: 100%;
}

.prod-detail__doc {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod-detail__doc:first-child {
  padding-top: 0;
}

.prod-detail__doc:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.prod-detail__doc-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prod-detail__doc-link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 16px 0 0;
}

.prod-detail__doc-link p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.prod-detail__doc-link span {
  display: block;
  color: #595959;
  margin: 4px 0 0;
}

@media screen and (min-width: 1366px) {
  .prod-detail__doc-link:hover p, .prod-detail__doc-link:focus p, .prod-detail__doc-link:active p {
    color: #F83253;
  }
}

.prod-detail__delivery-wrap {
  margin: 25px 0 0;
}

.prod-detail__delivery {
  font-weight: normal;
  margin: 0;
  padding: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prod-detail__delivery svg,
.prod-detail__delivery img {
  margin-right: 10px;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod-detail__delivery span {
  display: block;
}

.prod-detail__delivery + .prod-detail__delivery {
  margin-top: 8px;
}

.zoom .fancybox-bg {
  background: rgba(242, 242, 242, 0.4);
  -webkit-filter: blur(40px);
          filter: blur(40px);
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
  .zoom .fancybox-bg {
    background: rgba(242, 242, 242, 0.4);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
  }
}

.zoom .fancybox-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: auto;
  max-width: 100%;
  width: 640px;
  height: 75vh;
  height: calc(var(--vh, 1vh) * 75);
  background: #ffffff;
  padding: 20px 8px;
}

.zoom .fancybox-thumbs {
  width: 350px;
  height: 80px;
  background: transparent;
  position: absolute;
  top: auto;
  bottom: calc((100% - 75vh) / 2 + 20px);
  bottom: calc((100% - (var(--vh, 1vh) * 75)) / 2 + 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  padding: 0;
}

.zoom .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  height: 2px;
  background: #F2F2F2;
}

.zoom .fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.zoom .fancybox-thumbs__list .simplebar-track.simplebar-vertical {
  right: 0;
}

.zoom .fancybox-thumbs__list a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  width: 80px;
  max-width: 100%;
  max-height: 100%;
  height: 80px;
  border: 1px solid transparent;
  background-size: contain;
  background-color: transparent;
}

.zoom .fancybox-thumbs__list a + a {
  margin-left: 10px;
}

.zoom .fancybox-thumbs__list a::before {
  display: none;
}

.zoom .fancybox-thumbs__list a.fancybox-thumbs-active {
  border-color: #F83253;
}

.zoom .fancybox-slide--image {
  padding: 24px 0 124px;
}

.zoom .fancybox-infobar {
  display: none;
}

.zoom .fancybox-navigation {
  position: static;
}

.zoom .fancybox-button--arrow_right,
.zoom .fancybox-button--arrow_left {
  width: 30px;
  height: 60px;
  background: #F2F2F2;
  border-radius: 0;
  padding: 0;
  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;
  left: auto;
  color: #000000;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99995;
}

.zoom .fancybox-button--arrow_right svg,
.zoom .fancybox-button--arrow_left svg {
  fill: none;
  color: transparent;
  width: auto;
  height: auto;
}

.zoom .fancybox-button--arrow_right svg path,
.zoom .fancybox-button--arrow_left svg path {
  fill: none;
  stroke: #000000;
  stroke-width: 1.5px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.zoom .fancybox-button--arrow_right {
  right: 20px;
  left: auto;
}

.zoom .fancybox-button--arrow_left {
  right: auto;
  left: 20px;
}

.zoom .fancybox-toolbar {
  position: absolute;
  top: auto;
  bottom: calc(((100vh - 75vh) / 2 - 60px) / 2 * -1 - 60px);
  bottom: calc((((var(--vh, 1vh) * 25)) / 2 - 60px) / 2 * -1 - 60px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}

.zoom .fancybox-button--close {
  width: 60px;
  height: 60px;
  background: #ffffff;
  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;
  opacity: 1;
  visibility: visible;
  outline: none;
  padding: 0;
}

.zoom .fancybox-button--close svg {
  width: 28px;
  height: 28px;
  opacity: 1;
  margin: 0;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

.zoom .fancybox-button--close svg path {
  stroke-width: 2px;
}

.zoom .fancybox-content {
  margin: 0;
}

@media screen and (min-width: 1366px) {
  .zoom .fancybox-button--arrow_right:hover svg path,
  .zoom .fancybox-button--arrow_left:hover svg path {
    stroke: #F83253;
  }
  .zoom .fancybox-button--close:hover svg {
    stroke: #F83253;
  }
}

@media screen and (max-width: 767px) {
  .zoom .fancybox-inner {
    width: 100%;
    max-width: 375px;
    height: 67vh;
    height: calc(var(--vh, 1vh) * 67);
  }
  .zoom .fancybox-slide--image {
    padding-bottom: 118px;
  }
  .zoom .fancybox-thumbs {
    bottom: calc((100% - 67vh) / 2 + 20px);
    bottom: calc((100% - (var(--vh, 1vh) * 67)) / 2 + 20px);
  }
  .zoom .fancybox-toolbar {
    bottom: calc(((100vh - 67vh) / 2 - 60px) / 2 * -1 - 60px);
    bottom: calc((((var(--vh, 1vh) * 33)) / 2 - 60px) / 2 * -1 - 60px);
  }
  .zoom .fancybox-button--arrow_right {
    right: 0;
  }
  .zoom .fancybox-button--arrow_left {
    left: 0;
  }
}

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

.multiplier__btn {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  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;
  background: #F2F2F2;
}

.multiplier__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.multiplier__btn svg {
  stroke: #000000;
  stroke-width: 2px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media screen and (min-width: 1366px) {
  .multiplier__btn:hover svg {
    stroke: #F83253;
  }
}

.multiplier__input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  width: 29px;
  height: 100%;
  text-align: center;
  margin: 0 5px;
}

.multiplier__input::-webkit-outer-spin-button, .multiplier__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.info-page--error-404 {
  padding: 73px 0 0;
}

.info-page--cart-empty .info-page__wrap {
  width: 100%;
  min-height: auto;
  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;
  padding: 40px 0;
  margin-bottom: 20px;
}

.info-page--cart-empty .info-page__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #F2F2F2;
  font-family: "Formular-Bold", sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 2.1px;
}

.info-page--cart-empty .info-page__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: static;
  width: 326px;
  margin-left: 20px;
}

.info-page--cart-empty .info-page__text {
  letter-spacing: 0.7px;
  max-width: 100%;
}

.info-page--order-success {
  padding: 19px 0 0;
}

.info-page--order-error {
  padding: 19px 0 0;
}

.info-page--order-error .info-page__img {
  top: 35px;
}

.info-page--subscription-canseled {
  padding: 54px 0 0;
}

.info-page--subscription-canseled .info-page__wrap {
  padding-top: 19px;
}

.info-page--subscription-canseled .info-page__title {
  margin: 0 0 46px;
  color: #F2F2F2;
}

.info-page--subscription-canseled .info-page__title br {
  display: none;
}

.info-page--subscription-canseled .info-page__text {
  max-width: 800px;
}

@media screen and (max-width: 1365px) {
  .info-page--error-404 {
    padding: 55px 0 0;
  }
  .info-page--cart-empty .info-page__wrap {
    padding: 9px 0 42px;
    margin-bottom: 30px;
  }
  .info-page--cart-empty .info-page__title {
    max-width: 547px;
  }
  .info-page--cart-empty .info-page__img {
    position: absolute;
    top: 3px;
    right: 15px;
    width: 240px;
  }
  .info-page--order-success .info-page__img {
    position: absolute;
    z-index: -1;
    width: 304px;
    top: 170px;
  }
  .info-page--order-error .info-page__img {
    z-index: -1;
    width: 304px;
    margin: -40px 0 20px;
  }
  .info-page--subscription-canseled {
    padding: 34px 0 0;
    overflow: hidden;
  }
  .info-page--subscription-canseled .info-page__wrap {
    padding-top: 30px;
  }
  .info-page--subscription-canseled .info-page__img {
    width: 399px;
    position: absolute;
    right: -37px;
    top: 0;
  }
  .info-page--subscription-canseled .info-page__title {
    margin: 0 0 66px;
  }
  .info-page--subscription-canseled .info-page__title br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .info-page--error-404 {
    padding: 20px 0 0;
  }
  .info-page--cart-empty .info-page__wrap {
    padding: 13px 0 6px;
    margin-bottom: 51px;
  }
  .info-page--cart-empty .info-page__title {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 1.08px;
    max-width: 262px;
  }
  .info-page--cart-empty .info-page__img {
    width: 114px;
    top: auto;
    bottom: -3px;
    right: 5px;
  }
  .info-page--cart-empty .info-page__btn {
    height: 37px;
  }
  .info-page--order-success .info-page__img {
    width: 260px;
    top: auto;
    position: static;
    margin: -40px 0 20px auto;
  }
  .info-page--order-error .info-page__img {
    position: static;
    width: 260px;
    margin: -20px 0 20px;
  }
  .info-page--subscription-canseled {
    padding: 20px 0 0;
  }
  .info-page--subscription-canseled .info-page__img {
    width: 178px;
  }
  .info-page--subscription-canseled .info-page__wrap {
    padding: 0;
  }
  .info-page--subscription-canseled .info-page__img {
    top: 8px;
    right: -29px;
  }
  .info-page--subscription-canseled .info-page__title {
    margin: 0 0 39px;
  }
}

.info-page__wrap {
  position: relative;
  min-height: 510px;
}

@media screen and (max-width: 1365px) {
  .info-page__wrap {
    min-height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.info-page__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 180px;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 19px 0 35px;
  color: #D9D9D9;
}

.info-page__title span {
  display: block;
  font-size: 70px;
  line-height: 80.5px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 1365px) {
  .info-page__title {
    margin: 9px 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .info-page__title {
    font-size: 105px;
    line-height: 1;
    margin: 0 0 40px;
  }
  .info-page__title span {
    font-size: 36px;
    line-height: 1;
  }
}

.info-page__subtitle {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  margin-bottom: 9px;
}

.info-page__h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.info-page__h3:not(:last-child) {
  margin-bottom: 20px;
}

.info-page__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  max-width: 635px;
}

.info-page__text a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  color: #F83253;
}

@media screen and (min-width: 1366px) {
  .info-page__text a {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .info-page__text a:hover, .info-page__text a:focus {
    outline: none;
    opacity: 0.7;
  }
  .info-page__text a:active {
    outline: none;
    opacity: 0.3;
  }
}

@media screen and (max-width: 1365px) {
  .info-page__text {
    max-width: 100%;
    width: 100%;
  }
}

.info-page__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .info-page__btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info-page__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info-page__btn + .info-page__btn {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .info-page__btn {
    padding: 0 20px;
  }
  .info-page__btn + .info-page__btn {
    margin-left: 5px;
  }
}

.info-page__img {
  position: absolute;
  top: 0;
  right: 0;
}

.info-page__img picture {
  display: block;
}

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

@media screen and (max-width: 1365px) {
  .info-page__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .info-page__img {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.info-page__footer {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}

.info-page__footer--mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .info-page__footer {
    border: none;
    padding-bottom: 0;
  }
  .info-page__footer--mob {
    display: block;
  }
  .info-page__footer--dp {
    display: none;
  }
}

.cart {
  padding: 60px 0 0;
}

@media screen and (max-width: 1365px) {
  .cart {
    padding: 53px 0 0;
  }
  .cart--empty .cart__head {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .cart {
    padding: 28px 0 0;
  }
  .cart--empty {
    margin-bottom: 0;
  }
}

.cart__head {
  margin-bottom: 40px;
}

.cart__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  .cart__title {
    font-family: "Formular-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 115%;
    letter-spacing: 0.03em;
  }
}

.cart__subtitle {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

.cart__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .cart__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart__body--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cart__body--reverse .cart__left {
    margin-bottom: 0;
  }
  .cart__body--reverse .cart__right {
    margin-bottom: 40px;
  }
}

.cart__left {
  width: calc(100% - 300px - 20px);
}

@media screen and (max-width: 1365px) {
  .cart__left {
    width: 100%;
    margin-bottom: 60px;
  }
}

.cart__block + .cart__block {
  margin-top: 40px;
}

.cart__right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  margin-left: 19px;
  position: sticky;
  top: 94px;
}

@media screen and (max-width: 1365px) {
  .cart__right {
    width: 100%;
    position: static;
    top: auto;
    margin: 0;
  }
}

.cart__total {
  padding: 20px;
  background: #F2F2F2;
  border: 1px solid transparent;
}

.cart__total--transp {
  border-color: #D9D9D9;
  background: transparent;
}

.cart__total-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}

.cart__total-table th,
.cart__total-table td {
  margin: 0;
  padding: 0;
}

.cart__total-table td {
  color: #595959;
  padding-bottom: 15px;
}

.cart__total-table td:last-child {
  text-align: right;
}

.cart__total-table tr:last-child td {
  color: #000000;
  padding: 20px 0 0;
}

.cart__total-table tr:last-child td:first-child {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cart__total-table tr:last-child td:last-child {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
}

.cart__order-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin: 20px 0 40px;
  letter-spacing: 0.03em;
}

.cart__tab-block {
  margin-bottom: 20px;
  display: none;
}

.cart__tab-block.active {
  display: block;
}

.cart__tab-block:last-child {
  margin-bottom: 0;
}

.cart__select-city:not(:last-child) {
  margin-bottom: 36px;
}

.cart__select-city .form__input--select {
  width: 100%;
  max-width: 442px;
}

@media screen and (max-width: 1365px) {
  .cart__select-city .form__input--select {
    max-width: 100%;
  }
}

.cart__select-delivery {
  margin-bottom: 55px;
}

.cart__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.cart__delivery:first-child {
  margin-top: 0;
}

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

.cart__delivery-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.cart__delivery-wrap .error_pickup_point {
  margin: 0 0 0 16px;
}

@media screen and (max-width: 767px) {
  .cart__delivery-wrap {
    display: block;
  }
  .cart__delivery-wrap .error_pickup_point {
    margin: 16px 0 0;
  }
}

.cart__delivery-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 16px 0 0;
}

.cart__delivery-btn {
  width: 133px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart__delivery-info {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin: 0 0 0 16px;
}

.cart__delivery-info span {
  display: block;
  color: #595959;
}

@media screen and (max-width: 767px) {
  .cart__delivery-info {
    margin: 16px 0 0;
  }
}

.cart__order-form {
  margin-bottom: 20px;
}

.cart__order-form:last-child {
  margin-bottom: 0;
}

.cart__promo {
  margin: 0 0 16px;
  position: relative;
}

.cart__promo .form__input {
  margin-bottom: 0;
}

.cart__promo .form__input input {
  padding-right: 30px;
}

.cart__promo .form__input.error,
.cart__promo .form__input.success {
  margin-bottom: 30px;
}

.cart__promo .form__input.success input {
  border-color: #D9D9D9;
}

.cart__promo .form__input.success::after {
  right: 36px;
}

.cart__promo.success .cart__promo-btn--submit {
  display: none;
}

.cart__promo.success .cart__promo-btn--delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__promo-btn {
  border: 1.5px solid #595959;
  padding: 0;
  height: 24px;
  position: absolute;
  top: 2px;
  right: 0;
}

.cart__promo-btn svg {
  stroke: #595959;
  stroke-width: 1.5px;
}

.cart__promo-btn--delete {
  display: none;
}

.modal {
  display: none;
  width: 588px;
  padding: 40px;
}

.modal--small {
  width: 335px;
}

@media screen and (max-width: 767px) {
  .modal {
    width: 335px;
    padding: 20px;
  }
}

.modal__close-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 20px;
  right: 20px;
  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;
}

.modal__close-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.modal__close-btn svg {
  stroke: #000000;
  stroke-width: 2px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
}

@media screen and (min-width: 1366px) {
  .modal__close-btn:hover svg {
    stroke: #D9D9D9;
  }
  .modal__close-btn:active svg {
    stroke: #000000;
  }
}

.modal__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .modal__title {
    padding-right: 28px;
  }
}

.modal__lead {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

.modal__head {
  margin-bottom: 40px;
}

.modal__head .modal__title {
  margin-bottom: 0;
}

.modal__head .modal__title + .modal__lead {
  margin-top: 10px;
}

.modal__success {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 15px 0;
}

.modal__city {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin: 0 0 16px;
}

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

.modal__city-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

@media screen and (min-width: 1366px) {
  .modal__city-link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .modal__city-link:hover, .modal__city-link:focus {
    outline: none;
    color: #f83253;
  }
  .modal__city-link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.modal__city-link b {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.map iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 350px;
}

@media screen and (max-width: 1365px) {
  .map iframe {
    height: 250px;
  }
}

.map__wrap {
  height: 600px;
  max-height: 100%;
}

.map__wrap .ymaps-2-1-78-balloon {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.map__wrap .ymaps-2-1-78-balloon__content {
  padding: 20px 40px 40px 20px !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .map__wrap {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .map-info {
    max-width: 230px;
  }
}

.map-info__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.map-info__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
}

.map-info__link {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 1366px) {
  .map-info__link {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .map-info__link:hover, .map-info__link:focus {
    outline: none;
    color: #f83253;
  }
  .map-info__link:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.map-info__bottom-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #F83253;
  letter-spacing: 0.03em;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

@media screen and (min-width: 1366px) {
  .map-info__bottom-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .map-info__bottom-link:hover, .map-info__bottom-link:focus {
    outline: none;
    opacity: 0.7;
  }
  .map-info__bottom-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.service-table.opened .service-table__block {
  display: block;
}

.service-table.opened .section__bottom-small-link .active {
  display: inline;
}

.service-table.opened .section__bottom-small-link .not-active {
  display: none;
}

.service-table__block {
  display: none;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  padding: 20px;
  background: #F2F2F2;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .service-table__block {
    width: 100%;
    left: 0;
  }
}

.service-table__wrap {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

.service-table__wrap th,
.service-table__wrap td {
  margin: 0;
  padding: 0;
}

.service-table__wrap td {
  width: 25%;
  vertical-align: top;
}

@media screen and (max-width: 1365px) {
  .service-table__wrap tr {
    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%;
    min-height: 165px;
    position: relative;
  }
  .service-table__wrap td {
    width: 334px;
    margin-bottom: 20px;
  }
  .service-table__wrap td:last-child {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-table__wrap td {
    width: 100%;
  }
  .service-table__wrap td:last-child {
    position: static;
  }
}

.service-table__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.service-table__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
}

.service-table__text a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (min-width: 1366px) {
  .service-table__text a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .service-table__text a:hover, .service-table__text a:focus {
    outline: none;
    color: #f83253;
  }
  .service-table__text a:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.service-table__img {
  width: 100%;
  height: 108px;
}

.service-table__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1365px) {
  .service-table__img {
    height: 125px;
  }
}

.service-table__btn {
  width: 100%;
  color: #F83253;
}

.text-toggle__num-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num-list;
}

.text-toggle__num-list li {
  counter-increment: num-list;
}

.text-toggle__num-list li > *:first-child::before {
  content: counters(num-list, ".") ". ";
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.text-toggle__item {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}

.text-toggle__item.opened .text-toggle__content {
  display: block;
}

.text-toggle__item.opened .text-toggle__btn svg {
  -webkit-transform: none;
          transform: none;
}

.text-toggle__btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  -webkit-appearance: none;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0.03em;
  letter-spacing: -0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  text-align: left;
}

.text-toggle__btn span {
  margin-right: 10px;
}

.text-toggle__btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  stroke: #000000;
  stroke-width: 1.5px;
  margin-top: 2px;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.text-toggle__content {
  display: none;
  padding-right: 30px;
  padding-bottom: 12px;
  margin-top: 20px;
}

.text-toggle__content *:first-child {
  margin-top: 0;
}

.text-toggle__content *:last-child {
  margin-bottom: 0;
}

.text-toggle__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: num-list;
}

.text-toggle__content ol li {
  counter-increment: num-list;
  padding-left: 32px;
  position: relative;
}

.text-toggle__content ol li > *:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  content: counters(num-list, ".") ". ";
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.text-toggle__content ol li + li {
  margin-top: 20px;
}

.text-toggle__content p {
  letter-spacing: 0.05em;
}

.text-toggle__content p a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (min-width: 1366px) {
  .text-toggle__content p a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .text-toggle__content p a:hover, .text-toggle__content p a:focus {
    outline: none;
    color: #f83253;
  }
  .text-toggle__content p a:active {
    outline: none;
    color: rgba(248, 50, 83, 0.3);
  }
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}

.loading > * {
  opacity: 0;
  z-index: -1;
}

.loading .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 500;
  opacity: 1;
}

body.loading .loader {
  display: none;
  opacity: 0;
}

body.loading .loader--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

body.loading-animation .loader--full {
  opacity: 1;
}

.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
}

.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-bounce .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #F83253;
  border-radius: 100%;
  -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
          animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}

.sk-circle-bounce .sk-circle-2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-circle-bounce .sk-circle-3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-circle-bounce .sk-circle-4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-circle-bounce .sk-circle-5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-circle-bounce .sk-circle-6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-circle-bounce .sk-circle-7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-circle-bounce .sk-circle-8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-circle-bounce .sk-circle-9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-circle-bounce .sk-circle-10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-circle-bounce .sk-circle-11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-circle-bounce .sk-circle-12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-circle-bounce .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-circle-bounce .sk-circle-3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-circle-bounce .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-circle-bounce .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-circle-bounce .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-circle-bounce .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-circle-bounce .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-circle-bounce .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-circle-bounce .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-circle-bounce .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-circle-bounce .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.subscribe {
  background: #F2F2F2;
  padding: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 64px 0 0;
}

.subscribe--footer {
  padding: 0;
  margin: 0;
  width: 865px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.subscribe--footer .subscribe__title {
  width: 230px;
  margin-right: 10px;
}

.subscribe--red {
  background: #F83253;
  color: #ffffff;
  margin-top: 0;
}

.subscribe--red .subscribe__title {
  width: 167px;
}

.subscribe--red .form__sub-input .error {
  color: #000000;
}

.subscribe.success .subscribe__success_discounts {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: static;
}

@media screen and (max-width: 1919px) {
  .subscribe--footer {
    width: 625px;
  }
}

@media screen and (max-width: 1365px) {
  .subscribe--footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .subscribe--footer {
    padding: 0;
  }
  .subscribe--footer .subscribe__title {
    width: 260px;
  }
  .subscribe--red .subscribe__title {
    width: 100%;
  }
  .subscribe--red .subscribe__submit::after {
    background: url("/local/templates/accesstyle/css/../img/icons/arrow-up-big-white.svg") no-repeat center;
  }
}

.subscribe__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 280px;
  margin-right: 32px;
}

@media screen and (max-width: 1365px) {
  .subscribe__title {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .subscribe__title {
    margin: 0 0 10px;
    width: 100%;
  }
}

.subscribe__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .subscribe__form {
    width: 100%;
  }
}

.subscribe__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .subscribe__submit {
    margin-left: 5px;
    padding: 0;
    width: 40px;
  }
  .subscribe__submit::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url("/local/templates/accesstyle/css/../img/icons/arrow-up-big.svg") no-repeat center;
  }
  .subscribe__submit span {
    display: none;
  }
}

.subscribe__success {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
  color: #F83253;
  text-align: left;
  text-transform: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}

.service-map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1365px) {
  .service-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.service-map__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 550px;
  width: calc(100% - 300px - 20px);
  margin-right: 20px;
}

@media screen and (max-width: 1365px) {
  .service-map__left {
    margin: 0 0 20px;
    width: 100%;
    height: 400px;
  }
}

.service-map__right {
  width: 300px;
  height: 550px;
  background: #F2F2F2;
  padding: 16px;
}

@media screen and (max-width: 1365px) {
  .service-map__right {
    width: 100%;
    height: 440px;
  }
}

@media screen and (max-width: 767px) {
  .service-map__right {
    height: 608px;
  }
}

.service-map__bottom {
  width: 100%;
  margin: 16px 0 0;
}

.service-map__dropdown {
  padding-bottom: 16px;
}

.service-map__grid {
  padding-top: 16px;
  height: calc(100% - 173px - 56px);
  overflow-y: auto;
  overflow-x: hidden;
}

.service-map__grid.scrollbar .simplebar-track.simplebar-vertical {
  background: #D9D9D9;
}

@media screen and (max-width: 1365px) {
  .service-map__grid {
    height: calc(100% - 119px);
  }
}

@media screen and (max-width: 767px) {
  .service-map__grid {
    height: calc(100% - 233px);
  }
}

.service-map__right-bottom {
  padding-top: 16px;
}

@media screen and (max-width: 1365px) {
  .service-map__right-bottom {
    display: none;
  }
}

.service-map__reset {
  display: none;
}

@media screen and (max-width: 1365px) {
  .service-map__reset {
    display: block;
  }
}

.service-map__reset-btn {
  width: 100%;
}

.service-map__cluster {
  color: #FFFFFF;
  font-size: 28px;
}

.service-map__placemark {
  background: url("/local/templates/accesstyle/css/../img/icons/map-marker-2.svg") no-repeat center;
  background-size: auto 100%;
}

.filter-calendar.daterangepicker {
  border: none;
  margin: 56px auto 0;
  width: auto;
}

@media screen and (max-width: 1365px) {
  .filter-calendar.daterangepicker {
    margin: 30px 0 0;
    position: relative;
    top: auto !important;
    left: auto !important;
    z-index: 1;
  }
}

.filter-calendar.daterangepicker:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 152px 37px 152px;
  border-color: transparent transparent #ffffff transparent;
  left: 50%;
  top: -37px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.filter-calendar.daterangepicker.show-calendar .drp-buttons {
  display: none;
}

.filter-calendar.daterangepicker .drp-calendar {
  max-width: 304px;
  padding: 0;
}

@media screen and (max-width: 1365px) {
  .filter-calendar.daterangepicker .drp-calendar {
    float: none;
    margin: 0 auto;
  }
}

.filter-calendar.daterangepicker .drp-calendar.right {
  display: none;
}

.filter-calendar.daterangepicker .drp-calendar .calendar-table {
  width: 304px;
  padding: 12px;
  border: none;
}

.filter-calendar.daterangepicker .calendar-table thead tr:first-child th.month {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  text-transform: none;
  width: auto;
}

.filter-calendar.daterangepicker .calendar-table tbody td {
  letter-spacing: 0.05em;
}

.filter-calendar.daterangepicker .calendar-table th,
.filter-calendar.daterangepicker .calendar-table td {
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: lowercase;
  width: 40px;
  height: 40px;
  border: none;
  padding: 0;
  border-radius: 0;
}

.filter-calendar.daterangepicker .calendar-table td.in-range {
  background: #FDACB3;
}

.filter-calendar.daterangepicker .calendar-table td.active.start-date {
  -webkit-box-shadow: inset 0 0 0 2px #FDACB3;
          box-shadow: inset 0 0 0 2px #FDACB3;
  background: #F83253;
  color: #ffffff;
}

.filter-calendar.daterangepicker .calendar-table th.next,
.filter-calendar.daterangepicker .calendar-table th.prev {
  width: 28px;
  height: 28px;
}

.filter-calendar.daterangepicker .calendar-table th.next span,
.filter-calendar.daterangepicker .calendar-table th.prev span {
  display: none;
}

.filter-calendar.daterangepicker .calendar-table th.prev {
  background: url("/local/templates/accesstyle/css/../img/icons/arrow-big-left.svg") no-repeat center;
}

.filter-calendar.daterangepicker .calendar-table th.next {
  background: url("/local/templates/accesstyle/css/../img/icons/arrow-big-right.svg") no-repeat center;
}

.compare.disabled .compare__slider-btn {
  display: none;
}

.compare.fixed .compare__row--fixed {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: fixed;
  width: calc(100vw - 500px);
  top: 94px;
  left: 250px;
  z-index: 20;
  background: #ffffff;
}

.compare.fixed .compare__slider-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.compare.fixed .compare__col--model,
.compare.fixed .compare__col--cost {
  display: none;
}

.compare.fixed .compare__col--title {
  height: auto;
}

.compare.fixed .product {
  padding: 16px 10px 16px 100px;
}

.compare.fixed .product .product__img {
  width: 90px;
  height: 60px;
  margin: 0;
  position: absolute;
  top: 16px;
  left: 0;
}

.compare.fixed .product .product__info {
  margin-bottom: 3px;
  height: auto;
}

.compare.fixed .product .product__title {
  font-size: 15px;
}

.compare.fixed .product .product__tags,
.compare.fixed .product .product__tech,
.compare.fixed .product .product__cart,
.compare.fixed .product .product__btns {
  display: none;
}

@media screen and (max-width: 1919px) {
  .compare.fixed .compare__row--fixed {
    max-width: calc(1440px - 180px);
    width: calc(100vw - 180px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 1365px) {
  .compare.fixed .compare__row--fixed {
    padding: 0;
    max-width: 768px;
    width: 768px;
    left: 0;
    padding: 0 20px;
    -webkit-transform: none;
            transform: none;
    top: 78px;
  }
  .compare.fixed .slider__btn--prev {
    left: calc(242px - 25px + 20px);
  }
  .compare.fixed .slider__btn--next {
    right: calc(-12px + 20px);
  }
}

@media screen and (max-width: 767px) {
  .compare.fixed .compare__row--fixed {
    max-width: 375px;
    width: 375px;
    padding: 0 20px;
    right: 0;
    top: 110px;
  }
  .compare.fixed .compare__slider-btn {
    top: 30%;
  }
  .compare.fixed .slider__btn--prev {
    left: 10px;
  }
  .compare.fixed .slider__btn--next {
    right: 10px;
  }
  .compare.fixed .product {
    padding-left: 10px;
  }
  .compare.fixed .product .product__img {
    position: static;
    margin: 0 auto 10px;
  }
}

.compare__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}

.compare__row::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: none;
  width: calc(100% + 40px);
  height: 100%;
  background: #F2F2F2;
  z-index: -1;
}

.compare__row:not(.compare__row--fixed) *::-moz-selection {
  background: transparent;
}

.compare__row:not(.compare__row--fixed) *::selection {
  background: transparent;
}

@media screen and (min-width: 1366px) {
  .compare__row:hover::before {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .compare__row {
    display: block;
  }
}

.compare__row-small {
  overflow: hidden;
  width: 80%;
  position: relative;
}

@media screen and (max-width: 1365px) {
  .compare__row-small {
    width: 486px;
  }
}

@media screen and (max-width: 767px) {
  .compare__row-small {
    width: calc(100% + 1px);
    margin-left: -0.5px;
  }
}

.compare__row-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.compare__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.compare__col--name {
  width: 20%;
  color: #595959;
  padding-right: 10px;
}

.compare__col--value {
  width: 25%;
}

.compare__col--title {
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  color: #000000;
  height: 140px;
}

.compare__col--model {
  height: 77px;
}

@media screen and (max-width: 1365px) {
  .compare__col--name {
    width: calc(100% - 486px);
  }
  .compare__col--value {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .compare__col--name {
    display: none;
  }
  .compare__col--btn {
    width: 50%;
    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;
    padding: 0 10px;
  }
}

.compare__value {
  color: #000000;
  padding: 0 10px;
}

.compare__row-btns .compare__slider-btn {
  position: absolute;
  top: 70px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #F2F2F2;
  background: #ffffff;
}

.compare__row-btns .compare__slider-btn svg {
  stroke-width: 1.5px;
}

.compare__row-btns .compare__slider-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.compare__row-btns .slider__btn--prev {
  left: calc(284px - 27px);
}

.compare__row-btns .slider__btn--next {
  right: -10px;
  left: auto;
}

@media screen and (max-width: 1365px) {
  .compare__row-btns .slider__btn--prev {
    left: calc(242px - 25px);
  }
  .compare__row-btns .slider__btn--next {
    right: -12px;
  }
}

@media screen and (max-width: 767px) {
  .compare__row-btns .compare__slider-btn {
    width: 32px;
    height: 32px;
  }
  .compare__row-btns .compare__slider-btn svg {
    width: 14px;
    stroke-width: 1.5px;
  }
  .compare__row-btns .slider__btn--prev {
    left: -10px;
  }
  .compare__row-btns .slider__btn--next {
    right: -10px;
  }
}

.seo:not(.section) {
  margin: 40px 0;
}

.seo h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 115%;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.seo h2:last-child {
  margin-bottom: 0;
}

.seo p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.seo p + p {
  margin-top: 10px;
}

.seo * + img {
  margin-top: 24px;
}

.info-banner {
  background: #000000;
  padding: 6px 0;
}

.info-banner p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Formular-Reg", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
}

.info-banner p::before {
  content: url("/local/templates/accesstyle/css/../img/icons/attention.svg");
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 1365px) {
  .info-banner br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .info-banner p {
    text-align: left;
  }
}

.info-banner.info-banner--top {
  width: 100vw;
  padding-left: 250px;
  padding-right: 250px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-top: 94px;
}

.info-banner.info-banner--top + .main {
  padding-top: 0;
}

@media screen and (max-width: 1919px) {
  .info-banner.info-banner--top {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 1365px) {
  .info-banner.info-banner--top {
    margin-top: 78px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .info-banner.info-banner--top {
    margin-top: 110px;
  }
}

.info-banner.info-banner--cart {
  background: #F2F2F2;
  padding: 14px 32px;
}

.info-banner.info-banner--cart p {
  color: #000000;
  text-align: left;
}

@media screen and (max-width: 1919px) {
  .info-banner.info-banner--cart br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .info-banner.info-banner--cart {
    margin-top: 20px;
  }
}

.city-popup {
  background: white;
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: fixed;
  z-index: 105;
  top: 75px;
  left: 160px;
}

@media screen and (max-width: 1365px) {
  .city-popup {
    display: none;
  }
}

.city-popupp__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin: 0 0 10px;
}

.city-popupp__text b {
  font-family: "Formular-Bold", sans-serif;
}

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

.city-popup__btn {
  padding: 0 20px;
}

.city-popup__btn + .city-popup__btn {
  margin-left: 10px;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 98;
  background-color: #ffffff;
  padding: 4px 20px env(safe-area-inset-bottom);
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  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%;
}

.mobile-nav__item {
  width: 50%;
}

.mobile-nav__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  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: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}

.mobile-nav__link svg {
  stroke: #000000;
  stroke-width: 2px;
}

.mobile-nav__num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-family: "Formular-Bold", sans-serif;
  line-height: 18px;
  font-size: 10px;
  background: #F83253;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 9px;
}

/* End */


/* Start:/local/templates/accesstyle/css/dev.css?1760622606660*/
/*----------------------------------------------------- */
/* * */
/*----------------------------------------------------- */
@media screen and (max-width: 767px) {
    .over_modal_content .modal {width: 100%;padding: 0px;max-width: 335px;}
}

/*----------------------------------------------------- */
/* form */
/*----------------------------------------------------- */
.footer__form-success {color: #0ab077;}

/*----------------------------------------------------- */
/* /order/ */
/*----------------------------------------------------- */
.order-erorr__other {color: #E03616;display: none;margin-bottom: 40px;}
.show.order-erorr__other {display: block;}
/* End */


/* Start:/local/templates/accesstyle/styles.css?1760622606218*/
.temporary-class-disabled{
    display: none;
}
.prod-detail__cart-wrap, .js-cart-add.active > .in_basket{
    cursor: pointer;
}
.form__tab-checkbox label.disabled{
    background: #D9D9D9;
    cursor: default;
}     
/* End */
/* /local/templates/accesstyle/css/style.css?1760622606275588 */
/* /local/templates/accesstyle/css/dev.css?1760622606660 */
/* /local/templates/accesstyle/styles.css?1760622606218 */
