

/* Start:/local/templates/slide/css/style.css?1766520490152413*/
/*! 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;
}

/**
 * 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);
  }
}

[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;
}

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);
  }
}

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

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

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

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

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

@font-face {
  font-family: "DINPro-MediumItalic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/local/templates/slide/css/../fonts/DINPro-MediumItalic.woff2") format("woff2"), url("/local/templates/slide/css/../fonts/DINPro-MediumItalic.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 (max-width: 1259px) {
  html {
    width: 100%;
  }
}

body {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  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 (max-width: 1259px) {
  body {
    width: 100%;
    overflow: visible;
  }
}

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;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}

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

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

.fancybox-bg {
  background: rgba(255, 255, 255, 0.9);
}

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

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

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

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

@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@keyframes arrow-down {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

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

@media (max-width: 1919px) {
  .container {
    max-width: 1550px;
  }
}

@media (max-width: 1549px) {
  .container {
    max-width: 1260px;
  }
}

@media (max-width: 1259px) {
  .container {
    max-width: 768px;
  }
}

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

@media (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-out;
  transition: background-color 0.3s ease-out;
  display: none;
}

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

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

.section {
  padding: 80px 0;
}

.section--top {
  margin-top: -190px;
  padding: 190px 0 0;
}

@media (max-width: 1259px) {
  .section {
    padding: 64px 0;
  }
  .section--top {
    margin-top: -132px;
    padding: 132px 0 0;
  }
}

.section__small-wrap {
  max-width: 1220px;
  margin: 0 auto;
}

.section__text-wrap {
  max-width: 970px;
  margin: 0 auto;
}

.section__tab-wrap {
  max-width: 608px;
  margin: 0 auto;
}

.logo {
  width: 150px;
  height: 150px;
}

.logo--white .logo__img {
  opacity: 0;
}

.logo--white .logo__img--white {
  opacity: 1;
}

.logo--text {
  height: 53px;
}

@media (max-width: 1259px) {
  .logo {
    width: 100px;
    height: 100px;
  }
  .logo--text {
    width: 84px;
    height: 29px;
  }
}

.logo__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.logo__img--white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  position: relative;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 22px 11px;
  border: 2px solid #000000;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}

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

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

.btn--white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn--beige {
  background: #E5E5E5;
  border-color: #E5E5E5;
}

.btn--border {
  border-color: rgba(0, 0, 0, 0.6);
}

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

@media (min-width: 1260px) {
  .btn:hover {
    background: #000000;
    color: #ffffff;
  }
  .btn--black:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .btn--white:hover {
    border-color: #000000;
  }
  .btn--beige:hover {
    background: #C9C9C9;
    border-color: #C9C9C9;
    color: #000000;
  }
}

.form__input-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -4px;
}

.form__input-grid > * {
  margin: 4px;
  width: calc(25% - 8px);
}

.form__input-grid > *.half {
  width: calc(50% - 8px);
}

.form__input-grid > *.medium {
  width: calc(75% - 8px);
}

.form__input-grid > *.full {
  width: calc(100% - 8px);
}

@media (max-width: 767px) {
  .form__input-grid > * {
    width: calc(50% - 8px);
  }
  .form__input-grid > *.half {
    width: calc(100% - 8px);
  }
  .form__input-grid > *.medium {
    width: calc(100% - 8px);
  }
}

.form__input-block {
  position: relative;
}

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

.form__input-block input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #EFEFEF;
  height: 52px;
  width: 100%;
  padding: 0 16px;
}

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

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

.form__input-block label {
  position: absolute;
  left: 16px;
  top: 14px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.form__input-block textarea {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  border: 1px solid #EFEFEF;
  padding: 16px;
  width: 100%;
}

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

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

.form__input-block.is-changed input {
  padding-top: 22px;
}

.form__input-block.is-changed label {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  top: 3px;
}

.form__input-block .error,
.form__input-block .success {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  display: none;
}

.form__input-block.error input {
  border-color: #db1128;
}

.form__input-block.error .error {
  display: block;
  color: #db1128;
}

.form__input-block.success .success {
  display: block;
  color: #0b9118;
}

.form__input-block.success .success svg {
  fill: #0b9118;
  margin-left: 5px;
}

.form__input-block.disabled {
  pointer-events: none;
}

.form__input-block.disabled label {
  color: rgba(0, 0, 0, 0.3);
}

.form__input-block--promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__input-block--promo .error,
.form__input-block--promo .success {
  position: absolute;
  top: 100%;
  left: 0;
}

.form__input-block--promo.success .form__promo-submit {
  display: none;
}

.form__input-block--promo.success .form__promo-delete {
  display: block;
}

.form__btn-clear {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

@media (min-width: 1260px) {
  .form__btn-clear {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .form__btn-clear:hover, .form__btn-clear:focus {
    outline: none;
    opacity: 0.6;
  }
  .form__btn-clear:active {
    outline: none;
    opacity: 0.3;
  }
}

.form__btn-clear svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form__input-radio {
  padding-left: 33px;
}

.form__input-radio + .form__input-radio {
  margin-top: 16px;
}

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

.form__input-radio input + label {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.form__input-radio input + label::before {
  position: absolute;
  top: 50%;
  left: -33px;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #000000;
}

.form__input-radio input:checked + label {
  cursor: default;
}

.form__input-radio input:checked + label::before {
  border-width: 5px;
}

.form__input-radio input + label span {
  margin-left: auto;
}

.form__input-radio button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  padding: 0 4px;
  border-radius: 2px;
  border: 2px solid #db1128;
  color: #db1128;
  margin-top: 8px;
}

.form__promo-submit {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  opacity: 0.6;
  padding: 10px;
  border: 1px solid #E5E5E5;
  border-left: none;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1260px) {
  .form__promo-submit {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .form__promo-submit:hover, .form__promo-submit:focus {
    outline: none;
    opacity: 1;
  }
  .form__promo-submit:active {
    outline: none;
    opacity: 0.3;
  }
}

.form__promo-delete {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  opacity: 0.6;
  padding: 10px;
  border: 1px solid #E5E5E5;
  border-left: none;
  display: none;
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 1260px) {
  .form__promo-delete {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .form__promo-delete:hover, .form__promo-delete:focus {
    outline: none;
    opacity: 1;
  }
  .form__promo-delete:active {
    outline: none;
    opacity: 0.3;
  }
}

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

.form__big-radio input + label {
  display: block;
  padding: 10px 12px 10px 40px;
  border-radius: 2px;
  border: 2px solid #E5E5E5;
  position: relative;
  cursor: pointer;
  height: 100%;
}

.form__big-radio input + label svg {
  position: absolute;
  top: 15px;
  left: 10px;
}

.form__big-radio input + label span {
  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: 4px;
}

.form__big-radio input + label span img {
  width: calc(25% - 4px);
}

.form__big-radio input:checked + label {
  cursor: default;
  border-color: #000000;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -32px -20px;
}

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

.grid--two .grid__block {
  width: calc(50% - 40px);
}

@media (max-width: 1259px) {
  .grid {
    margin: -32px -10px;
  }
  .grid--four .grid__block {
    width: calc(50% - 20px);
  }
  .grid--two {
    margin: -20px -10px;
  }
  .grid--two .grid__block {
    margin: 20px 10px;
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .grid {
    margin: -32px -7.5px;
  }
  .grid--four .grid__block {
    width: calc(50% - 15px);
  }
  .grid--two {
    margin: -20px 0;
  }
  .grid--two .grid__block {
    margin: 20px 0;
    width: 100%;
  }
}

.grid__block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 32px 20px;
}

@media (max-width: 1259px) {
  .grid__block {
    margin: 32px 10px;
  }
}

@media (max-width: 767px) {
  .grid__block {
    margin: 32px 7.5px;
  }
}

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

.cost--big .cost__val:not(.cost__val--old) {
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
}

@media (max-width: 1259px) {
  .cost--big .cost__val:not(.cost__val--old) {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.cost--cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cost--cart .cost__val--old {
  margin-top: -5px;
}

.cost--cart-big {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

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

@media (max-width: 1259px) {
  .cost--cart-big .cost__val {
    font-size: 38px;
    line-height: 45px;
  }
}

.cost--cart-big .cost__val span {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cost--big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cost--cart-big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cost__val {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cost__val--old {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin-left: 8px;
  position: relative;
}

.cost__val--old::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #db1128;
}

.cost__val .item {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .cost__val--old {
    margin-left: 0;
  }
}

.tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 40px;
  height: 28px;
  background: url("/local/templates/slide/css/../img/icons/tag-red.svg") no-repeat center;
  background-size: contain;
  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;
}

.tag span {
  font-family: "DINPro-MediumItalic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #db1128;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  text-transform: uppercase;
  display: block;
}

.tag--sale {
  background: url("/local/templates/slide/css/../img/icons/tag-red.svg") no-repeat center;
  background-size: contain;
}

.tag--sale span {
  color: #db1128;
}

.tag--new {
  background: url("/local/templates/slide/css/../img/icons/tag-red-full.svg") no-repeat center;
  background-size: contain;
}

.tag--new span {
  color: #ffffff;
}

.tag--hit {
  background: url("/local/templates/slide/css/../img/icons/tag-black.svg") no-repeat center;
  background-size: contain;
}

.tag--hit span {
  color: #ffffff;
}

.tag--hit.tag--big {
  background: url("/local/templates/slide/css/../img/icons/tag-red.svg") no-repeat center;
  background-size: contain;
}

.tag--hit.tag--big span {
  color: #db1128;
}

.tag--hit-alt.tag--big, .tag--hit-alt {
  background: url("/local/templates/slide/css/../img/icons/tag-black.svg") no-repeat center;
  background-size: contain;
}

.tag--hit-alt.tag--big span, .tag--hit-alt span {
  color: #ffffff;
}

.tag--big {
  width: 58px;
  height: 40px;
}

.tag--big span {
  font-size: 23px;
  -webkit-transform: rotate(-11deg);
          transform: rotate(-11deg);
}

.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__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 44px;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.3s ease-out, border 0.3s ease-out;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}

.pag__link.active {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  border-color: #000000;
  color: #000000;
}

.pag__link--span {
  pointer-events: none;
}

@media (min-width: 1260px) {
  .pag__link:hover {
    color: #000000;
  }
}

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

.info-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.info-list__item:last-of-type {
  margin-bottom: 0;
}

.info-list__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 66px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}

.info-list__text p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.info-list__text img {
  display: inline-block;
  margin-right: 8px;
}

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

.handler button {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  position: relative;
  width: 24px;
  height: 24px;
  position: relative;
}

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

.handler button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.handler input {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
  width: 45px;
  text-align: center;
}

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

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

.total-table {
  width: 100%;
}

.total-table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}

.total-table table th,
.total-table table td {
  margin: 0;
  padding: 0;
}

.total-table table tr:first-of-type td {
  padding-top: 0;
}

.total-table table tr:last-of-type td {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.total-table table td {
  padding-top: 12px;
  position: relative;
}

.total-table table td::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000000;
}

.total-table table td:first-of-type span {
  padding-right: 6px;
}

.total-table table td:last-of-type {
  text-align: right;
}

.total-table table td span {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.header {
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

.header--white .header__logo .logo__img {
  opacity: 0;
}

.header--white .header__logo .logo__img--white {
  opacity: 1;
}

.header--white .header__nav-link {
  color: #ffffff;
}

.header--white .header__nav-link.active::after {
  background: #ffffff;
}

.header--white .header__nav-link::after {
  background: #ffffff;
}

.header--white .header__cart,
.header--white .header__menu-btn {
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media (max-width: 1259px) {
  .header {
    padding: 16px 0;
  }
  .header.opened .header__logo,
  .header.opened .header__cart,
  .header.opened .header__menu {
    position: relative;
    z-index: 101;
  }
  .header.opened .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header.animation .header__logo .logo__img {
    opacity: 0;
  }
  .header.animation .header__logo .logo__img--white {
    opacity: 1;
  }
  .header.animation .header__nav-link {
    color: #ffffff;
  }
  .header.animation .header__cart,
  .header.animation .header__menu-btn {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .header.animation .header__nav {
    -webkit-transform: none;
            transform: none;
  }
  .header.animation .header__menu-btn--open {
    opacity: 0;
  }
  .header.animation .header__menu-btn--close {
    opacity: 1;
    z-index: initial;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1259px) {
  .header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.header__nav {
  margin-top: 5px;
}

@media (max-width: 1259px) {
  .header__nav {
    display: none;
    margin-top: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("/local/templates/slide/css/../img/bg/menu-bg@1x.png") no-repeat center;
    background-size: cover;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

@media (max-width: 1259px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 1259px) and (min-resolution: 144dpi), (max-width: 1259px) and (min-resolution: 1.5dppx) {
  .header__nav {
    background: url("/local/templates/slide/css/../img/bg/menu-bg@2x.png") no-repeat center;
    background-size: cover;
  }
}

.header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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: 0 -8px;
}

@media (max-width: 1259px) {
  .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -20px 0;
  }
}

.header__nav-item {
  margin: 0 8px;
}

@media (max-width: 1259px) {
  .header__nav-item {
    margin: 20px 0;
  }
}

.header__nav-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 1260px) {
  .header__nav-link {
    position: relative;
  }
  .header__nav-link::after {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  .header__nav-link:hover::after {
    width: 60%;
  }
}

.header__nav-link.active::after {
  position: absolute;
  top: auto;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background: #000000;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}

@media (max-width: 1259px) {
  .header__nav-link {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}

.header__cart {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 40px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1259px) {
  .header__cart {
    margin-top: 0;
    -webkit-transition: -webkit-filter 0.3s ease-out;
    transition: -webkit-filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
  }
}

.header__cart-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

.header__cart-link svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__cart-num {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  position: absolute;
  top: -6px;
  right: -5px;
  background: #000000;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  min-width: 16px;
  color: #ffffff;
  padding: 0 4px;
}

.header__menu {
  display: none;
}

@media (max-width: 1259px) {
  .header__menu {
    display: block;
    margin-left: 32px;
    width: 24px;
    height: 24px;
    position: relative;
  }
}

.header__menu-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, filter 0.3s ease-out;
  transition: opacity 0.3s ease-out, filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}

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

.header__menu-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__menu-btn--close {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.header-cart {
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1259px) {
  .header-cart {
    padding: 15px 0;
  }
}

.header-cart__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.header-cart__back {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 130px;
  line-height: 15px;
  opacity: 0.6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1260px) {
  .header-cart__back {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header-cart__back:hover, .header-cart__back:focus {
    outline: none;
    opacity: 1;
  }
  .header-cart__back:active {
    outline: none;
    opacity: 0.3;
  }
}

.header-cart__back::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/slide/css/../img/icons/arrow-down.svg") no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 1259px) {
  .header-cart__back {
    width: auto;
  }
  .header-cart__back span {
    display: none;
  }
}

.header-cart__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-left: 1px solid #E5E5E5;
  padding-left: 32px;
  height: 55px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-cart__title span {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  display: block;
}

@media (max-width: 1259px) {
  .header-cart__title {
    display: none;
  }
}

.header-cart__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-cart__tel {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

@media (min-width: 1260px) {
  .header-cart__tel {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .header-cart__tel:hover, .header-cart__tel:focus {
    outline: none;
    opacity: 0.6;
  }
  .header-cart__tel:active {
    outline: none;
    opacity: 0.3;
  }
}

@media (max-width: 1259px) {
  .header-cart__tel {
    font-family: "Roboto-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .header-cart__tel {
    display: none;
  }
}

.footer {
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.footer--cart {
  padding: 32px 0 24px;
}

.footer--cart .footer__copyright,
.footer--cart .footer__makeit {
  opacity: 0.6;
}

@media (max-width: 1259px) {
  .footer--cart .footer__makeit {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .footer--cart {
    padding-top: 64px;
  }
  .footer--cart .footer__tel {
    opacity: 0.6;
  }
  .footer--cart .footer__wrap {
    -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;
  }
  .footer--cart .footer__wrap > *:not(:last-child) {
    margin-bottom: 22px;
  }
}

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

@media (max-width: 1259px) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__top {
  padding: 40px 0 64px;
}

@media (max-width: 1259px) {
  .footer__top {
    padding: 38px 0 40px;
  }
}

.footer__col {
  width: 430px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1919px) {
  .footer__col {
    width: 336px;
  }
}

@media (max-width: 1549px) {
  .footer__col {
    width: 265px;
  }
}

@media (max-width: 1259px) {
  .footer__col {
    width: initial;
  }
}

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

@media (max-width: 1259px) {
  .footer__contacts {
    width: 334px;
  }
}

@media (max-width: 767px) {
  .footer__contacts {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer__contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.footer__contacts-item:last-of-type {
  margin-bottom: 0;
}

.footer__icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.footer__contact {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-left: 14px;
}

.footer__contact--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .footer__contact--link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer__contact--link:hover, .footer__contact--link:focus {
    outline: none;
    opacity: 0.6;
  }
  .footer__contact--link:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -20px;
}

@media (max-width: 1259px) {
  .footer__nav {
    width: 100%;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 0;
  }
}

.footer__nav-toggle {
  margin-bottom: -20px;
}

@media (max-width: 1259px) {
  .footer__nav-toggle {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__nav-toggle .footer__nav-item:not(.footer__nav-item--toggle) {
    display: none;
    margin-bottom: 25px;
  }
  .footer__nav-toggle .footer__nav-item:not(.footer__nav-item--toggle):last-of-type {
    margin-bottom: 12px;
  }
  .footer__nav-toggle .footer__nav-item:not(.footer__nav-item--toggle) .footer__nav-link {
    padding: 0;
    margin-left: 24px;
    display: inline;
    width: auto;
  }
  .footer__nav-toggle .footer__nav-link {
    border-bottom: none;
  }
  .footer__nav-toggle.opened .footer__nav-link svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.footer__nav-item {
  margin-bottom: 20px;
  width: 430px;
}

.footer__nav-item--toggle {
  display: none;
}

@media (max-width: 1919px) {
  .footer__nav-item {
    width: 336px;
  }
}

@media (max-width: 1549px) {
  .footer__nav-item {
    width: 265px;
  }
}

@media (max-width: 1259px) {
  .footer__nav-item {
    width: 100%;
    margin: 0;
  }
  .footer__nav-item--toggle {
    display: block;
  }
}

.footer__nav-link {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .footer__nav-link {
    position: relative;
  }
  .footer__nav-link::after {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  .footer__nav-link:hover::after {
    width: 100%;
  }
}

.footer__nav-link::after {
  -webkit-transform: none;
          transform: none;
  left: 0;
  bottom: -5px;
}

@media (max-width: 1259px) {
  .footer__nav-link {
    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;
    text-align: left;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer__nav-link svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
}

@media (max-width: 1259px) {
  .footer__mail {
    width: 334px;
  }
}

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

.footer__mail-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 10px;
}

.footer__mail-form {
  width: 336px;
}

@media (max-width: 1919px) {
  .footer__mail-form {
    width: 100%;
  }
}

.footer__mail-submit {
  margin-top: 8px;
}

.footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px 0 50px;
}

.footer__copy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1259px) {
  .footer__copy-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 216px;
    margin-right: 50px;
  }
}

@media (max-width: 767px) {
  .footer__copy-block {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.footer__copyright {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 40px;
}

@media (max-width: 1259px) {
  .footer__copyright {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.footer__policy {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}

@media (min-width: 1260px) {
  .footer__policy {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer__policy:hover, .footer__policy:focus {
    outline: none;
    opacity: 0.6;
  }
  .footer__policy:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__soc {
  margin: 0;
  padding: 0;
  list-style: none;
  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;
}

@media (max-width: 1259px) {
  .footer__soc {
    -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;
  }
}

@media (max-width: 767px) {
  .footer__soc {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 24px;
  }
}

.footer__soc-item {
  margin-right: 47px;
}

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

@media (max-width: 1259px) {
  .footer__soc-item {
    margin-right: 0;
    margin-bottom: 6px;
  }
  .footer__soc-item:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer__soc-item {
    margin-right: 43px;
    margin-bottom: 0;
  }
  .footer__soc-item:last-of-type {
    margin-right: 0;
  }
}

.footer__soc-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.footer__soc-link span {
  margin-left: 7px;
}

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

@media (max-width: 1259px) {
  .footer__makeit {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .footer__makeit {
    margin-left: 0;
  }
}

.footer__makeit-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 11px;
}

.footer__makeit-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.6;
}

@media (min-width: 1260px) {
  .footer__makeit-link {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer__makeit-link:hover, .footer__makeit-link:focus {
    outline: none;
    opacity: 1;
  }
  .footer__makeit-link:active {
    outline: none;
    opacity: 0.3;
  }
}

.footer__tel {
  display: none;
}

@media (max-width: 767px) {
  .footer__tel {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    font-family: "Roboto-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    display: block;
  }
}

.footer__email {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.6;
}

@media (min-width: 1260px) {
  .footer__email {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .footer__email:hover, .footer__email:focus {
    outline: none;
    opacity: 1;
  }
  .footer__email:active {
    outline: none;
    opacity: 0.3;
  }
}

@media (max-width: 767px) {
  .footer__email {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.small-prod {
  position: relative;
}

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

@media (min-width: 1260px) {
  .small-prod__link:hover ~ .small-prod__hover {
    opacity: 1;
  }
  .small-prod__link:hover ~ .small-prod__hover .small-prod__img {
    opacity: 1;
  }
  .small-prod__link:hover ~ .small-prod__img {
    opacity: 0;
  }
}

.small-prod__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.small-prod__img {
  width: 100%;
  height: 523px;
  margin-bottom: 24px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

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

@media (max-width: 1919px) {
  .small-prod__img {
    height: 409px;
  }
}

@media (max-width: 1549px) {
  .small-prod__img {
    height: 323px;
  }
}

@media (max-width: 1259px) {
  .small-prod__img {
    height: 407px;
  }
}

@media (max-width: 767px) {
  .small-prod__img {
    height: 195px;
  }
}

.small-prod__info {
  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;
}

.small-prod__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
}

.cat__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin: 0 auto 40px;
  text-align: center;
  max-width: 900px;
}

@media (max-width: 1259px) {
  .cat__title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.cat__list {
  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;
}

.cat__btn-more {
  margin-top: 40px;
}

.cat__pagination {
  margin-top: 80px;
}

@media (max-width: 1259px) {
  .cat__pagination {
    margin-top: 64px;
  }
}

.banner {
  width: 100%;
  height: 625px;
  background: no-repeat top center;
  background-size: cover;
  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;
  position: relative;
}

.banner--top {
  height: 505px;
  padding-top: calc(227px - 170px);
}

.banner--big {
  height: 736px;
}

.banner--history {
  height: 596px;
  padding-top: 0;
}

.banner--history .banner__title {
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 60px;
  line-height: 100%;
}

.banner--fullscreen {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.banner--fullscreen .banner__block {
  margin-top: auto;
  margin-bottom: 40px;
}

.banner--error::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.banner--error .banner__block {
  margin: -190px 0 0;
  padding-top: 43px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

@media (max-width: 1259px) {
  .banner {
    height: 440px;
  }
  .banner--top {
    height: 505px;
    padding: 0;
  }
  .banner--big {
    height: 450px;
  }
  .banner--fullscreen {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .banner--error .banner__block {
    margin-top: -132px;
    padding: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .banner--top {
    padding-top: 132px;
  }
  .banner--big {
    height: 812px;
  }
  .banner--fullscreen {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .banner--error .banner__block {
    padding: 10px 0 0;
  }
}

.banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.banner__slider {
  height: 100%;
}

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

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

.banner__slider .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner__block {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}

.banner__big-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Thin", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 100%;
  color: #ffffff;
  margin-bottom: 14px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1259px) {
  .banner__big-title {
    font-size: 42px;
    line-height: 116%;
  }
}

.banner__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1259px) {
  .banner__title {
    font-family: "Roboto-Light", sans-serif;
    font-size: 42px;
    line-height: 49px;
  }
}

.banner__error-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  margin-bottom: 16px;
  font-family: "Roboto-Thin", sans-serif;
  font-weight: 200;
  font-size: 260px;
  line-height: 100%;
  text-align: center;
}

@media (max-width: 1259px) {
  .banner__error-title {
    font-size: 180px;
  }
}

.banner__small-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
}

@media (max-width: 1259px) {
  .banner__small-title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.banner__lead {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  margin-top: 14px;
}

.banner__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  margin-top: 14px;
}

.banner__small-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #ffffff;
  max-width: 688px;
  text-align: center;
}

.banner__small-text a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .banner__small-text a {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .banner__small-text a:hover, .banner__small-text a:focus {
    outline: none;
    opacity: 0.6;
  }
  .banner__small-text a:active {
    outline: none;
    opacity: 0.3;
  }
}

.banner__btn-more {
  margin-top: 24px;
}

.banner__btn-down {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-top: 40px;
  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;
}

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

.banner__btn-down svg {
  -webkit-animation: arrow-down 1.5s ease-out infinite;
          animation: arrow-down 1.5s ease-out infinite;
}

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

.banner__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.slide--small .slide__img {
  height: 411px;
}

.slide--small .slide__grid {
  margin-left: -15px;
  margin-right: -15px;
}

.slide--small .slide__block {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(50% - 30px);
}

@media (max-width: 1259px) {
  .slide--small .slide__img {
    min-height: 232px;
    height: 100%;
  }
  .slide--small .slide__grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slide--small .slide__grid .slide__block {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .slide--small .slide__img {
    height: 232px;
  }
  .slide--small .slide__grid {
    margin: -15px 0;
  }
  .slide--small .slide__grid .slide__block {
    margin: 15px 0;
    width: 100%;
  }
}

@media (max-width: 1259px) {
  .slide__grid {
    margin: -20px 0;
  }
  .slide__grid .slide__block {
    margin: 20px 0;
    width: 100%;
  }
}

.slide__info {
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slide__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 1259px) {
  .slide__title {
    font-family: "Roboto-Light", sans-serif;
    font-size: 42px;
    line-height: 49px;
  }
}

.slide__lead p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

.slide__lead p + p {
  margin-top: 24px;
}

.slide__descr {
  margin-bottom: 24px;
}

.slide__descr p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.slide__descr p + p {
  margin-top: 24px;
}

.slide__img {
  width: 100%;
  height: 619px;
}

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

@media (max-width: 1919px) {
  .slide__img {
    height: 491px;
  }
}

@media (max-width: 1549px) {
  .slide__img {
    height: 392px;
  }
}

@media (max-width: 1259px) {
  .slide__img {
    height: 473px;
  }
}

@media (max-width: 767px) {
  .slide__img {
    height: 258px;
    overflow: hidden;
  }
  .slide__img img {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.slide__feat-img {
  width: 100%;
  height: 350px;
  margin-bottom: 24px;
}

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

@media (max-width: 1259px) {
  .slide__feat-img {
    height: 205px;
  }
}

.slide__feat-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 1259px) {
  .slide__feat-title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.slide__feat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

@media (max-width: 1259px) {
  .slide__feat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

.slide__feat-item {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  width: calc(50% - 30px);
  margin: 15px;
  text-align: center;
}

.slide__feat-item p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.slide__feat-item p + p {
  margin-top: 24px;
}

@media (max-width: 1259px) {
  .slide__feat-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .slide__feat-item:last-of-type {
    margin-bottom: 0;
  }
}

.slide__footer {
  margin-top: 80px;
  text-align: center;
}

.product {
  padding-bottom: 40px;
}

@media (max-width: 1259px) {
  .product {
    padding-bottom: 16px;
  }
}

.product__wrap {
  max-width: 892px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1259px) {
  .product__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .product__wrap {
    max-width: 375px;
    padding: 0 20px;
  }
}

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

.product__slider {
  width: 540px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

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

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

.product__slider .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 152px;
  white-space: nowrap;
}

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

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

.product__slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 125px;
  height: 100%;
  margin: 0 12px;
  -webkit-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}

@media (max-width: 1259px) {
  .product__slider {
    width: 100%;
    margin-bottom: 42px;
  }
  .product__slider .swiper-pagination {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.product__slider-wrap {
  padding-bottom: 152px;
}

.product__slider-wrap ul.swiper-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}

.product__slider-wrap li.swiper-slide {
  height: 657px;
  width: 100%;
}

@media (max-width: 1259px) {
  .product__slider-wrap li.swiper-slide {
    height: 837px;
  }
}

@media (max-width: 767px) {
  .product__slider-wrap li.swiper-slide {
    height: 408px;
  }
}

.product__slide-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

.product__img {
  width: 100%;
  height: 100%;
}

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

.product__info {
  width: 310px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1259px) {
  .product__info {
    width: 100%;
  }
}

.product__big-block {
  margin-bottom: 40px;
}

.product__block {
  margin-bottom: 24px;
}

.product__block:last-of-type {
  margin-bottom: 0;
}

.product__info-head {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}

.product__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.03em;
  padding-bottom: 8px;
  border-bottom: 4px solid #000000;
}

@media (max-width: 1259px) {
  .product__title {
    font-size: 38px;
    line-height: 45px;
  }
}

.product__btn-cart {
  width: 100%;
  text-align: left;
}

.product__btn-cart.active {
  display: none;
}

.product__btn-cart.active + .product__link-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__btn-cart.disabled {
  text-align: center;
}

.product__link-cart {
  width: 100%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__link-cart span {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.6);
}

.product__link-cart svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0.6;
}

.product__feat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px -12px;
  padding-right: 33px;
}

.product__feat-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(50% - 24px);
  margin: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1259px) {
  .product__feat-item {
    width: auto;
  }
}

.product__feat-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

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

.product__feat-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product__small-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 16px;
}

.product__link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product__link {
  text-decoration: none;
  color: inherit;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 32px;
  position: relative;
}

@media (min-width: 1260px) {
  .product__link {
    position: relative;
  }
  .product__link::after {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  .product__link:hover::after {
    width: 100%;
  }
}

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

.product__link img {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product__link svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.text-section__head {
  margin-bottom: 24px;
}

.text-section__head h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 1259px) {
  .text-section__head h2 {
    font-family: "Roboto-Light", sans-serif;
    font-size: 42px;
    line-height: 49px;
  }
}

.text-section__head p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.text-section__head p + p {
  margin-top: 16px;
}

.text-section__head h2 + * {
  margin-top: 16px;
}

.text-section__content h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 1259px) {
  .text-section__content h2 {
    font-family: "Roboto-Light", sans-serif;
    font-size: 42px;
    line-height: 49px;
  }
}

.text-section__content h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 24px;
  margin-top: 40px;
}

@media (max-width: 1259px) {
  .text-section__content h3 {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.text-section__content p:last-child {
  margin-bottom: 0;
}

.text-section__content a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.text-section__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-section__content ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

.text-section__content ol li {
  counter-increment: list;
}

.text-section__content ol li h3::before,
.text-section__content ol li p:first-child::before {
  content: counters(list, ".") ". ";
}

.text-section__content img {
  margin: 0 auto;
}

.text-section__content figure {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin: 40px 0;
}

.text-section__content figure iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  width: 1300px;
  height: 638px;
  -webkit-transform: translateX(calc((100% - 970px) / 2 * -1));
          transform: translateX(calc((100% - 970px) / 2 * -1));
}

.text-section__content figure img {
  margin: 0;
  max-width: 1300px;
  width: auto;
  display: inline;
  -webkit-transform: translateX(calc((100% - 970px) / 2 * -1));
          transform: translateX(calc((100% - 970px) / 2 * -1));
}

.text-section__content figure figcaption {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 8px;
}

.text-section__content figure figcaption i {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.6);
}

.text-section__content table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

.text-section__content table th,
.text-section__content table td {
  margin: 0;
  padding: 0;
}

.text-section__content table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-section__content table tr:last-of-type td {
  padding-bottom: 0;
}

.text-section__content table td {
  padding-bottom: 24px;
}

.text-section__content table td:first-of-type {
  width: 100px;
}

.text-section__content table td:last-of-type {
  padding-left: 16px;
}

.text-section__content table td img {
  margin: 0 auto;
}

.text-section__content > *:first-child {
  margin-top: 0;
}

.text-section__content > *:last-child {
  margin-bottom: 0;
}

.text-section__content--light p {
  color: rgba(0, 0, 0, 0.6);
}

.text-section__content--light table {
  color: rgba(0, 0, 0, 0.6);
}

.text-section__content--left figure img {
  max-width: 100%;
  -webkit-transform: none;
          transform: none;
}

@media (min-width: 1260px) {
  .text-section__content a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 1549px) {
  .text-section__content figure iframe {
    width: 100%;
    height: 476px;
    -webkit-transform: none;
            transform: none;
  }
  .text-section__content figure img {
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 1259px) {
  .text-section__content figure iframe {
    height: 337px;
  }
}

@media (max-width: 767px) {
  .text-section__content figure iframe {
    height: 217px;
  }
}

.text-section__block {
  margin-bottom: 64px;
}

.text-section__block:last-child {
  margin-bottom: 0;
}

.text-section__footer {
  margin-top: 40px;
}

.text-section__footer p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Light", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
}

.text-section__banner {
  max-width: 1300px;
  margin: 0 auto 40px;
}

@media (max-width: 1259px) {
  .text-section__banner {
    width: calc(100% + 80px);
    margin-left: -40px;
  }
}

@media (max-width: 767px) {
  .text-section__banner {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.text-section__cat {
  margin-top: 40px;
}

.text-section__cat .cat__title {
  max-width: 970px;
  margin: 0 auto 40px;
  text-align: left;
}

.text-section__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 100px;
}

.text-section__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding-left: 35px;
  max-width: calc(50% - 15px);
}

.text-section__link::before {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background: url("/local/templates/slide/css/../img/icons/arrow-big.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.text-section__link:last-child {
  text-align: right;
  padding-left: 0;
  padding-right: 35px;
}

.text-section__link:last-child::before {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1260px) {
  .text-section__link:hover .text-section__link-title::after {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .text-section__link {
    max-width: calc(50% - 7.5px);
  }
}

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

.text-section__link-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin-top: 8px;
}

@media (max-width: 1259px) {
  .text-section__link-title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1260px) {
  .text-section__link-title {
    position: relative;
  }
  .text-section__link-title::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    position: absolute;
    bottom: -10px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .text-section__link-title {
    display: none;
  }
}

.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(1592px + 80px);
}

@media (max-width: 1919px) {
  .contacts__wrap {
    max-width: calc(1220px + 80px);
  }
}

@media (max-width: 767px) {
  .contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacts__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 470px;
  margin-right: 30px;
}

@media (max-width: 1259px) {
  .contacts__info {
    width: 236px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .contacts__info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.contacts__block {
  margin-bottom: 40px;
}

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

.contacts__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 1259px) {
  .contacts__title {
    font-family: "Roboto-Light", sans-serif;
    font-size: 42px;
    line-height: 49px;
  }
}

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

.contacts__item {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts__item:last-of-type {
  margin-bottom: 0;
}

.contacts__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 24px;
}

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

.contacts__text p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.contacts__text a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .contacts__text a {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .contacts__text a:hover, .contacts__text a:focus {
    outline: none;
    opacity: 0.6;
  }
  .contacts__text a:active {
    outline: none;
    opacity: 0.3;
  }
}

.contacts__small-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.contacts__footer p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.contacts__footer p + p {
  margin-top: 24px;
}

.contacts__map {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(100% - 470px - 30px);
  background: url("/local/templates/slide/css/../img/bg/map@1x.png") no-repeat center;
  background-size: cover;
}

.contacts__map iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  width: 1px;
  min-width: 100%;
  height: 100%;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .contacts__map {
    background: url("/local/templates/slide/css/../img/bg/map@2x.png") no-repeat center;
    background-size: cover;
  }
}

@media (max-width: 1259px) {
  .contacts__map {
    width: calc(100% - 236px - 20px);
  }
}

@media (max-width: 767px) {
  .contacts__map {
    width: 1px;
    min-width: 100%;
    height: 320px;
  }
}

.blog__img {
  height: 476px;
  width: 100%;
  margin-bottom: 24px;
}

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

.blog__img iframe {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  width: 1px;
  min-width: 100%;
  height: 100%;
}

.blog__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1259px) {
  .blog__img {
    height: 250px;
  }
}

.blog__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 8px;
}

@media (max-width: 1259px) {
  .blog__title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.blog__link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media (min-width: 1260px) {
  .blog__link {
    position: relative;
  }
  .blog__link::after {
    position: absolute;
    top: auto;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #000000;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  .blog__link:hover::after {
    width: 100%;
  }
}

.blog__link::after {
  -webkit-transform: none;
          transform: none;
  left: 0;
  bottom: 0;
}

.blog__descr p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
}

.blog__descr p + p {
  margin-top: 16px;
}

.cart {
  height: 100%;
  padding: 34px 0;
}

.cart--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 0;
}

.cart--empty .cart__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart--empty .cart__wrap {
  display: none;
}

@media (max-width: 1259px) {
  .cart {
    padding-top: 17px;
  }
}

.cart__empty {
  display: none;
  height: 100%;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 536px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cart__empty {
    width: 100%;
    max-width: 536px;
  }
}

.cart__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 1259px) {
  .cart__title {
    font-size: 38px;
    line-height: 45px;
  }
}

.cart__wrap {
  max-width: calc(1100px + 80px);
  margin: 0 auto;
}

.cart__tab-title {
  display: none;
}

@media (max-width: 1259px) {
  .cart__tab-title {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "Roboto-Bold", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
  }
  .cart__tab-title span {
    font-family: "Roboto-Regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-transform: none;
    color: rgba(0, 0, 0, 0.6);
  }
}

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

.cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0 46px;
  border-bottom: 1px solid #E5E5E5;
}

.cart__item:first-of-type {
  padding-top: 0;
}

@media (max-width: 1259px) {
  .cart__item {
    padding: 24px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .cart__item {
    padding: 24px 0 100px;
  }
}

.cart__img {
  width: 254px;
  height: 308px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 28px;
}

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

@media (max-width: 1259px) {
  .cart__img {
    width: 120px;
    height: 146px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .cart__img {
    width: 80px;
    height: 97px;
    margin-right: 16px;
  }
}

.cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 767px) {
  .cart__info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cart__info-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 348px;
  margin-right: 60px;
}

@media (max-width: 1259px) {
  .cart__info-block {
    width: 260px;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .cart__info-block {
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.cart__info-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 8px;
}

@media (max-width: 1259px) {
  .cart__info-title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.cart__info-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  opacity: 0.6;
}

.cart__info-text:not(:last-of-type) {
  margin-bottom: 4px;
}

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

@media (max-width: 767px) {
  .cart__handler {
    width: 100%;
    margin-bottom: 16px;
  }
}

.cart__cost {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1259px) {
  .cart__cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cart__cost {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 374px) {
  .cart__cost {
    -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;
  }
}

.cart__cost-value {
  margin-right: 34px;
}

@media (max-width: 1259px) {
  .cart__cost-value {
    margin-right: 0;
  }
}

.cart__btn-delete {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 54px;
  width: 24px;
  height: 24px;
  opacity: 0.3;
}

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

@media (min-width: 1260px) {
  .cart__btn-delete {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .cart__btn-delete:hover, .cart__btn-delete:focus {
    outline: none;
    opacity: 1;
  }
  .cart__btn-delete:active {
    outline: none;
    opacity: 0.3;
  }
}

.cart__btn-delete svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1259px) {
  .cart__btn-delete {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .cart__btn-delete {
    margin-left: 40px;
  }
}

.cart__total-block {
  display: none;
}

@media (max-width: 1259px) {
  .cart__total-block {
    display: block;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .cart__total-block {
    margin-top: 16px;
  }
}

.cart__total-cost {
  margin-bottom: 40px;
}

.cart__total-title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-right: 34px;
}

.cart__total-text {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.checkout {
  margin-top: 40px;
  border: 1px solid #E5E5E5;
  padding: 38px 38px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1259px) {
  .checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 38px 78px 56px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .checkout {
    border-right: none;
    border-left: none;
    border-bottom: none;
    padding: 24px 20px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 10px;
  }
}

.checkout__handlers {
  width: 248px;
  margin-right: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1259px) {
  .checkout__handlers {
    width: 100%;
    margin-bottom: 24px;
  }
}

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

.checkout__handler-item {
  counter-increment: steps;
}

.checkout__handler-item + .checkout__handler-item {
  margin-top: 32px;
}

.checkout__handler-item.active .checkout__handler-btn {
  color: #000000;
  pointer-events: none;
}

.checkout__handler-item.active .checkout__handler-btn::before {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.03em;
  width: 60px;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  font-size: 40px;
  font-family: "Roboto-Regular", sans-serif;
  margin-left: -10px;
  margin-right: 16px;
}

@media (max-width: 1259px) {
  .checkout__handler-item.active .checkout__handler-btn::before {
    font-size: 38px;
    line-height: 45px;
  }
}

.checkout__handler-item.disabled .checkout__handler-btn {
  cursor: default;
}

@media (max-width: 1259px) {
  .checkout__handler-item + .checkout__handler-item {
    margin-top: 0;
  }
  .checkout__handler-item:not(.active) {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .checkout__handler-item.active .checkout__handler-btn::before {
    margin-left: 0;
  }
}

.checkout__handler-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout__handler-btn::before {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  content: counter(steps);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 26px;
  border: 1px solid #C9C9C9;
}

.checkout__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

@media (max-width: 1259px) {
  .checkout__step:last-of-type .checkout__form-submit {
    margin-top: 0;
    position: absolute;
    bottom: 56px;
    left: 78px;
  }
}

@media (max-width: 767px) {
  .checkout__step:last-of-type .checkout__form-submit {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 24px;
  }
}

.checkout__city {
  margin-bottom: 24px;
}

.checkout__city .bx-sls .bx-ui-sls-container {
  height: 52px;
}

.checkout__city .bx-sls .bx-ui-sls-fake,
.checkout__city .bx-sls .bx-ui-sls-route {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  height: 52px;
}

.checkout__city .bx-sls .bx-ui-sls-clear {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}

.checkout__city .bx-sls .bx-ui-sls-pane {
  top: 53px;
  border: 1px solid #EFEFEF;
  border-top: none;
}

.checkout__city .bx-sls .dropdown-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkout__city .bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.checkout__city .bx-sls .bx-ui-sls-error {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.checkout__form-block + .checkout__form-block {
  margin-top: 32px;
}

.checkout__step-title {
  margin-bottom: 16px;
}

.checkout__step-title h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-transform: uppercase;
}

.checkout__step-title p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.checkout__form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

.checkout__form-btn {
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  width: 203px;
}

.checkout__form-btn--back {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  opacity: 0.6;
  margin-bottom: 18px;
  position: relative;
  padding-left: 28px;
  width: auto;
}

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

@media (min-width: 1260px) {
  .checkout__form-btn--back {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .checkout__form-btn--back:hover, .checkout__form-btn--back:focus {
    outline: none;
    opacity: 1;
  }
  .checkout__form-btn--back:active {
    outline: none;
    opacity: 0.3;
  }
}

.checkout__form-btn--back svg {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@media (max-width: 767px) {
  .checkout__form-btn {
    width: 100%;
  }
  .checkout__form-btn--back {
    width: auto;
  }
}

.checkout__info-block {
  width: 248px;
  margin-left: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1259px) {
  .checkout__info-block {
    display: none;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    padding-bottom: 123px;
  }
}

.checkout__info-top {
  margin-bottom: 35px;
}

.checkout__info-top p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}

.checkout__info-promo {
  margin-bottom: 35px;
}

.checkout__info-promo .checkout__promo-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  opacity: 0.6;
}

@media (min-width: 1260px) {
  .checkout__info-promo .checkout__promo-btn {
    will-change: opacity;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .checkout__info-promo .checkout__promo-btn:hover, .checkout__info-promo .checkout__promo-btn:focus {
    outline: none;
    opacity: 1;
  }
  .checkout__info-promo .checkout__promo-btn:active {
    outline: none;
    opacity: 0.3;
  }
}

.checkout__info-promo .form__input-block {
  display: none;
}

.checkout__info-promo.active .checkout__promo-btn {
  display: none;
}

.checkout__info-promo.active .form__input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout__total {
  position: relative;
}

.order-success .section__tab-wrap {
  max-width: 306px;
}

.order-success__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}

@media (max-width: 1259px) {
  .order-success__title {
    font-size: 38px;
    line-height: 45px;
  }
}

.order-success__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 36px;
  margin-bottom: 14px;
  position: relative;
}

.order-success__checkbox span {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .order-success__checkbox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.order-success__check-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 22px;
  background: #0b9118 url("/local/templates/slide/css/../img/icons/checked.svg") no-repeat center;
  border-radius: 50%;
  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;
}

.order-success__head {
  margin-bottom: 24px;
}

.order-success__head p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
}

.order-success__head b {
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.order-success__table {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .order-success__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.order-success__table-col {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-success__table-col h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.order-success__table-col p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.order-success__table-col p:not(:last-of-type) {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .order-success__table-col {
    width: 100%;
    padding: 32px 0 32px;
  }
  .order-success__table-col:first-of-type {
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
  .order-success__table-col:last-of-type {
    padding-bottom: 32px;
  }
}

.order-success__orders h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Bold", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 16px;
}

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

.order-success__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #E5E5E5;
}

.order-success__item:last-of-type {
  border-bottom: none;
}

.order-success__item-img {
  width: 75px;
  height: 75px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.order-success__item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: auto;
}

.order-success__item-info h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.order-success__item-info p {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.order-success__item-info p:not(:last-of-type) {
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .order-success__item-info {
    width: 50%;
    margin-right: 20px;
  }
}

.order-success__item-cost {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.order-success__total {
  width: 248px;
  margin-top: 16px;
  margin-left: auto;
}

.modal {
  width: 688px;
  border: 2px solid #000000;
  padding: 40px 32px;
  display: none;
}

@media (max-width: 767px) {
  .modal {
    width: 335px;
  }
}

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

.modal__block + .modal__block {
  margin-top: 40px;
}

.modal__title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 16px;
}

@media (max-width: 1259px) {
  .modal__title {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 26px;
    line-height: 30px;
  }
}

.modal__text {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.modal__close-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: inherit;
  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;
  width: 40px;
  height: 40px;
  background: #000000;
  position: absolute;
  top: 0;
  right: 0;
}

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

/* End */


/* Start:/local/templates/slide/styles.css?1766520491315*/
.order-success > .container{
    max-width: 650px;
}
body .sberbank__content{
    width: auto !important;
}
body .cost--big .cost__val:not(.cost__val--old){
    font-family: "Roboto-Bold", sans-serif;
}
.section__text-wrap iframe{
    width: 100%;
    height: 400px;
}
.section__text-wrap{
    position: relative;
}
/* End */
/* /local/templates/slide/css/style.css?1766520490152413 */
/* /local/templates/slide/styles.css?1766520491315 */
