

/* Start:/local/templates/stp-epp/css/styles.css?1750996200130107*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* fonts */
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/stp-epp/css/../fonts/MontserratRegular.woff2") format("woff2"), url("/local/templates/stp-epp/css/../fonts/MontserratRegular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/stp-epp/css/../fonts/MontserratMedium.woff2") format("woff2"), url("/local/templates/stp-epp/css/../fonts/MontserratMedium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/stp-epp/css/../fonts/MontserratSemiBold.woff2") format("woff2"), url("/local/templates/stp-epp/css/../fonts/MontserratSemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/stp-epp/css/../fonts/MontserratBold.woff2") format("woff2"), url("/local/templates/stp-epp/css/../fonts/MontserratBold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/stp-epp/css/../fonts/MontserratExtraBold.woff2") format("woff2"), url("/local/templates/stp-epp/css/../fonts/MontserratExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: block;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
*:focus-visible {
  outline: 0.1px solid rgba(33, 161, 241, 0.4);
}
input:focus-visible + label {
  outline: 0.1px solid rgba(33, 161, 241, 0.4);
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
body::-webkit-scrollbar-track {
  background: #FFFFFF;
}
body::-webkit-scrollbar-thumb {
  background-color: #35363C;
  border-radius: 20px;
}
header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-color: #FFFFFF;
}
main {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
footer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
/* mixins */
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.rotate {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.wrapper {
  width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 0 24px;
  }
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reset-button {
  padding: 0;
  border: none;
  background-color: inherit;
}
.stop-scroll {
  overflow-y: hidden;
}
.overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(45, 46, 51, 0.7);
  z-index: 10;
}
.overlay--show {
  -webkit-animation: fade-in 0.4s ease-in-out both;
          animation: fade-in 0.4s ease-in-out both;
  display: block;
}
/* animations */
.heartbeat {
  -webkit-animation: heartbeat 1.8s ease-in-out infinite both;
          animation: heartbeat 1.8s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.fade-in {
  -webkit-animation: fade-in 0.4s ease-in-out both;
          animation: fade-in 0.4s ease-in-out both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.move-left-right {
  -webkit-animation: move-left-right 1.2s linear infinite;
          animation: move-left-right 1.2s linear infinite;
}
@-webkit-keyframes move-left-right {
  0% {
    transform: translateX(0);
  }
  7% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes move-left-right {
  0% {
    transform: translateX(0);
  }
  7% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.move-rocket {
  -webkit-animation: move-rocket 2.5s ease-in-out infinite;
          animation: move-rocket 2.5s ease-in-out infinite;
}
@-webkit-keyframes move-rocket {
  0% {
    transform: rotate(-14deg) translate(0, 5%);
  }
  50% {
    transform: rotate(-7deg) translate(0, 5%);
  }
  70% {
    transform: rotate(-12deg) translate(0, -5%);
  }
  80% {
    transform: rotate(-12deg) translate(0, -5%);
  }
  100% {
    transform: rotate(-14deg) translate(0, 5%);
  }
}
@keyframes move-rocket {
  0% {
    transform: rotate(-14deg) translate(0, 5%);
  }
  50% {
    transform: rotate(-7deg) translate(0, 5%);
  }
  70% {
    transform: rotate(-12deg) translate(0, -5%);
  }
  80% {
    transform: rotate(-12deg) translate(0, -5%);
  }
  100% {
    transform: rotate(-14deg) translate(0, 5%);
  }
}
.move-star {
  -webkit-animation: move-star 2.5s ease-in-out infinite;
          animation: move-star 2.5s ease-in-out infinite;
}
@-webkit-keyframes move-star {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-25%, -25%);
  }
  70% {
    opacity: 1;
    transform: translate(50%, 300%);
  }
  80% {
    opacity: 0;
    transform: translate(50%, 300%);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes move-star {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-25%, -25%);
  }
  70% {
    opacity: 1;
    transform: translate(50%, 300%);
  }
  80% {
    opacity: 0;
    transform: translate(50%, 300%);
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
/* lightbox-core */
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  touch-action: none;
  outline: none;
  overflow: hidden;
}
.glightbox-container.inactive {
  display: none;
}
.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}
.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}
.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}
.glightbox-container .gslide-inner-content {
  width: 100%;
}
.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}
.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  touch-action: auto;
}
.gslide-image {
  align-items: center;
}
.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}
.gslide-image img.zoomable {
  position: relative;
}
.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}
.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}
.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}
.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}
.gslide-video.playing::before {
  display: none;
}
.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
}
.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}
.gslide-inline {
  background: #fff;
  padding: 20px;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
}
.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}
.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 62vh;
}
.gslide-media {
  display: flex;
  width: auto;
}
.zoomed .gslide-media {
  box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}
.gslide-description {
  position: relative;
}
.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}
.gslide-description p {
  margin-bottom: 12px;
}
.gslide-description p:last-child {
  margin-bottom: 0;
}
.zoomed .gslide-description {
  display: none;
}
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}
.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}
.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}
.greset {
  transition: all 0.3s ease;
}
.gabsolute {
  position: absolute;
}
.grelative {
  position: relative;
}
.glightbox-desc {
  display: none !important;
}
.glightbox-open {
  overflow: hidden;
}
.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
          animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}
.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.glightbox-mobile .goverlay {
  background: #000;
}
.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}
.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}
iframe.wait-autoplay {
  opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}
/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}
.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}
.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}
.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}
.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}
/* .gprev,
    .gnext,
    .gclose */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}
.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
}
.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 30px;
}
.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}
/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
          animation: gfadeIn 0.5s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
          animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
          animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
          animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
          animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
          animation: gslideInRight 0.3s ease;
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
          animation: gzoomIn 0.5s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
          animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: default;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 95vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
/* end lightbox-core */
/* lightbox */
.goverlay {
  background-color: #2D2E33;
  opacity: 0.7;
}
@media (min-width: 769px) {
  .goverlay {
    background-color: #2D2E33;
    opacity: 0.7;
  }
}
.glightbox-open {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.goverlay {
  background-color: #2D2E33;
  opacity: 0.7;
}
.glightbox-mobile .goverlay {
  background-color: #2D2E33;
  opacity: 0.7;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev,
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  width: 56px;
  border-radius: 100%;
  padding: 0;
}
.gprev svg,
.gnext svg {
  height: 58%;
}
.gclose svg {
  height: 30px;
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  display: flex;
  height: 56px;
  width: 56px;
  padding: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.glightbox-clean .disabled.gprev:hover,
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  transition: all 0.4s ease-in-out;
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  transform: rotate(180deg);
}
.gfadeIn {
  -webkit-animation: gfadeIn 0.4s ease;
          animation: gfadeIn 0.4s ease;
}
.gfadeOut {
  -webkit-animation: gfadeOut 0.4s ease;
          animation: gfadeOut 0.4s ease;
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 0.7;
  }
  to {
    opacity: 0;
  }
}
.gzoomIn {
  -webkit-animation: gzoomIn 0.4s ease;
          animation: gzoomIn 0.4s ease;
}
.gzoomOut {
  -webkit-animation: gzoomOut 0.4s ease;
          animation: gzoomOut 0.4s ease;
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0.7;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 0.7;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.glightbox-clean .gprev,
.glightbox-modern .gprev {
  top: 45%;
  left: 0;
}
@media (min-width: 769px) {
  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    left: 20px;
  }
}
.glightbox-clean .gnext,
.glightbox-modern .gnext {
  top: 45%;
  right: 10px;
}
@media (min-width: 992px) {
  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    right: 20px;
  }
}
.glightbox-clean .gclose,
.glightbox-modern .gclose {
  opacity: 1;
}
/* end lightbox */
/* splide-core */
@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* slider-product */
.slider-product.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
@media (max-width: 768px) {
  .slider-product.splide.is-initialized:not(.is-active) .splide__list {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media (max-width: 1280px) {
  .slider-product__track {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .slider-product__track {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .slider-product__arrows {
    display: none;
  }
}
.slider-product__prev,
.slider-product__next {
  display: flex;
  height: 56px;
  width: 56px;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 120px;
  right: -28px;
}
@media (max-width: 1280px) {
  .slider-product__prev,
  .slider-product__next {
    right: 5px;
  }
}
.slider-product__prev svg,
.slider-product__next svg {
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.slider-product__prev:hover,
.slider-product__next:hover {
  cursor: pointer;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.slider-product__prev:hover svg,
.slider-product__next:hover svg {
  fill: #DA1921;
  transition: all 0.4s ease-in-out;
}
.slider-product__prev {
  left: -28px;
  right: auto;
}
@media (max-width: 1280px) {
  .slider-product__prev {
    left: 5px;
  }
}
.slider-product__prev svg {
  transform: rotate(180deg);
}
.slider-product__prev:disabled,
.slider-product__next:disabled {
  cursor: default;
}
.slider-product__prev:disabled svg,
.slider-product__next:disabled svg {
  fill: #EBECEE;
  transition: all 0.4s ease-in-out;
}
.slider-product__prev:disabled:hover,
.slider-product__next:disabled:hover {
  cursor: default;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  transition: none;
}
.slider-product__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 768px) {
  .slider-product__list {
    display: flex;
    gap: 0;
    overflow: auto;
  }
}
.slider-product__list::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0;
}
.slider-product__list::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.slider-product__list::-webkit-scrollbar-thumb {
  background-color: #35363C;
  border-radius: 0;
}
.slider-product__list .splide__slide {
  width: auto;
}
@media (max-width: 768px) {
  .slider-product__list .splide__slide {
    width: 142px;
    margin-right: 22px;
  }
}
@media (max-width: 768px) {
  .slider-product__list .splide__slide:first-child {
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
  .slider-product__list .splide__slide:last-child {
    margin-right: 24px;
  }
}
.slider-product__link {
  height: 100%;
}
.slider-product__link:focus-visible {
  outline: none;
}
.splide .slider-product__list {
  display: flex;
  grid-template-columns: none;
  gap: 0;
  overflow: visible;
}
/* slider-primary */
.slider-primary .splide__list {
  width: 100%;
}
.slider-primary__link img {
  height: auto;
  width: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .slider-primary__link img {
    width: 100%;
  }
}
.slider-primary__marker-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .slider-primary__marker-list {
    bottom: 16px;
  }
}
.slider-primary__marker-list li {
  margin-right: 8px;
}
.slider-primary__marker-list li:last-child {
  margin-right: 0;
}
.slider-primary__marker-item {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: rgba(222, 222, 223, 0);
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.slider-primary__marker-item::after {
  content: "";
  height: 8px;
  width: 8px;
  margin: auto;
  background-color: #DEDEDF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.slider-primary__marker-item:hover,
.slider-primary__marker-item:focus,
.slider-primary__marker-item.is-active {
  background-color: #DEDEDF;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.slider-primary__marker-item:hover::after,
.slider-primary__marker-item:focus::after,
.slider-primary__marker-item.is-active::after {
  background-color: #2D2E33;
  transition: all 0.5s ease-in-out;
}
.slider-primary__nav-arrows {
  display: none;
}
@media (max-width: 1024px) {
  .slider-primary__nav-arrows {
    display: block;
  }
}
.slider-primary__nav-prev,
.slider-primary__nav-next {
  display: flex;
  height: 40px;
  width: 40px;
  margin: auto 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
}
.slider-primary__nav-prev svg,
.slider-primary__nav-next svg {
  height: auto;
  width: 100%;
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.slider-primary__nav-prev:hover,
.slider-primary__nav-next:hover {
  cursor: pointer;
}
.slider-primary__nav-prev:hover svg,
.slider-primary__nav-next:hover svg {
  fill: #DA1921;
  transition: all 0.4s ease-in-out;
}
.slider-primary__nav-prev:disabled,
.slider-primary__nav-next:disabled {
  cursor: default;
}
.slider-primary__nav-prev:disabled svg,
.slider-primary__nav-next:disabled svg {
  fill: #DEDEDF;
  transition: all 0.4s ease-in-out;
}
.slider-primary__nav-prev:disabled:hover,
.slider-primary__nav-next:disabled:hover {
  cursor: default;
}
.slider-primary__nav-prev {
  left: 0;
  right: auto;
}
.slider-primary__nav-prev svg {
  transform: rotate(180deg);
}
/* end slider-primary */
/* slider-secondary */
.slider-secondary {
  width: 100%;
}
@media (max-width: 1024px) {
  .slider-secondary {
    display: none;
  }
}
.slider-secondary img {
  height: 86px;
  width: 86px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.slider-secondary .splide__slide {
  opacity: 1;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.slider-secondary .splide__slide:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.slider-secondary .splide__slide:focus-visible,
.slider-secondary .splide__slide:focus {
  outline: none;
  border: 1px solid rgba(33, 161, 241, 0.4);
  transition: all 0.4s ease-in-out;
}
.slider-secondary__list li {
  margin-right: 10px;
}
.slider-secondary__nav-prev,
.slider-secondary__nav-next {
  display: flex;
  height: 40px;
  width: 40px;
  margin: auto 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  left: auto;
  z-index: 1;
}
.slider-secondary__nav-prev svg,
.slider-secondary__nav-next svg {
  height: auto;
  width: 100%;
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.slider-secondary__nav-prev:hover,
.slider-secondary__nav-next:hover {
  cursor: pointer;
}
.slider-secondary__nav-prev:hover svg,
.slider-secondary__nav-next:hover svg {
  fill: #DA1921;
  transition: all 0.4s ease-in-out;
}
.slider-secondary__nav-prev:disabled,
.slider-secondary__nav-next:disabled {
  cursor: default;
}
.slider-secondary__nav-prev:disabled svg,
.slider-secondary__nav-next:disabled svg {
  fill: #DEDEDF;
  transition: all 0.4s ease-in-out;
}
.slider-secondary__nav-prev:disabled:hover,
.slider-secondary__nav-next:disabled:hover {
  cursor: default;
}
.slider-secondary__nav-prev {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  left: -20px;
  right: auto;
}
.slider-secondary__nav-prev svg {
  transform: rotate(180deg);
}
.slider-secondary .splide__slide.is-active {
  border: 1px solid #2D2E33;
  transition: all 0.4s ease-in-out;
}
/* end slider-secondary */
/* slider-scope */
.slider-scope__link img {
  height: auto;
  width: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .slider-scope__link img {
    width: 100%;
  }
}
.slider-scope__marker-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  bottom: -32px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.slider-scope__marker-list li {
  margin-right: 8px;
}
.slider-scope__marker-list li:last-child {
  margin-right: 0;
}
.slider-scope__marker-item {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: rgba(222, 222, 223, 0);
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.slider-scope__marker-item::after {
  content: "";
  height: 8px;
  width: 8px;
  margin: auto;
  background-color: #DEDEDF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
}
.slider-scope__marker-item:hover,
.slider-scope__marker-item:focus,
.slider-scope__marker-item.is-active {
  background-color: #DEDEDF;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.slider-scope__marker-item:hover::after,
.slider-scope__marker-item:focus::after,
.slider-scope__marker-item.is-active::after {
  background-color: #2D2E33;
  transition: all 0.5s ease-in-out;
}
.slider-scope__nav-prev,
.slider-scope__nav-next {
  display: flex;
  height: 50px;
  width: 50px;
  margin: auto 0;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
}
.slider-scope__nav-prev svg,
.slider-scope__nav-next svg {
  height: auto;
  width: 100%;
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.slider-scope__nav-prev:hover,
.slider-scope__nav-next:hover {
  cursor: pointer;
}
.slider-scope__nav-prev:hover svg,
.slider-scope__nav-next:hover svg {
  fill: #DA1921;
  transition: all 0.4s ease-in-out;
}
.slider-scope__nav-prev:disabled,
.slider-scope__nav-next:disabled {
  cursor: default;
}
.slider-scope__nav-prev:disabled svg,
.slider-scope__nav-next:disabled svg {
  fill: #DEDEDF;
  transition: all 0.4s ease-in-out;
}
.slider-scope__nav-prev:disabled:hover,
.slider-scope__nav-next:disabled:hover {
  cursor: default;
}
.slider-scope__nav-prev {
  left: 0;
  right: auto;
}
.slider-scope__nav-prev svg {
  transform: rotate(180deg);
}
/* end slider-scope */
/* slider-factory*/
@media (max-width: 768px) {
  .slider-factory {
    padding: 0;
  }
}
.slider-factory__arrows {
  display: block;
}
@media (max-width: 768px) {
  .slider-factory__arrows {
    display: none;
  }
}
.slider-factory__prev,
.slider-factory__next {
  display: flex;
  height: 56px;
  width: 56px;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  z-index: 1;
  position: absolute;
  top: 120px;
  right: -10px;
}
@media (max-width: 1280px) {
  .slider-factory__prev,
  .slider-factory__next {
    right: 5px;
  }
}
.slider-factory__prev svg,
.slider-factory__next svg {
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.slider-factory__prev:hover,
.slider-factory__next:hover {
  cursor: pointer;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
}
.slider-factory__prev:hover svg,
.slider-factory__next:hover svg {
  fill: #DA1921;
  transition: all 0.4s ease-in-out;
}
.slider-factory__prev {
  left: -10px;
  right: auto;
}
@media (max-width: 1280px) {
  .slider-factory__prev {
    left: 5px;
  }
}
.slider-factory__prev svg {
  transform: rotate(180deg);
}
.slider-factory__prev:disabled,
.slider-factory__next:disabled {
  cursor: default;
}
.slider-factory__prev:disabled svg,
.slider-factory__next:disabled svg {
  fill: #EBECEE;
  transition: all 0.4s ease-in-out;
}
.slider-factory__prev:disabled:hover,
.slider-factory__next:disabled:hover,
.slider-factory__prev:disabled:focus,
.slider-factory__next:disabled:focus {
  cursor: default;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  transition: none;
}
.slider-factory__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider-factory__link {
  height: 100%;
  position: relative;
}
.slider-factory__link:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #35363C;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
}
.slider-factory__link img {
  border-radius: 4px;
}
.slider-factory__link span {
  display: block;
  height: 24px;
  width: 24px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.slider-factory__link svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.slider-factory__link:hover:after,
.slider-factory__link:focus:after {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.slider-factory__link:hover span,
.slider-factory__link:focus span {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
/* button */
.button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
}
.button span {
  display: inline-block;
}
.button svg {
  height: 24px;
  width: 24px;
}
.button--feedback {
  padding: 12px 16px;
  background-color: #DA1921;
  color: #FFFFFF;
  border: 1px solid #DA1921;
  font-size: 12px;
}
.button--feedback:hover {
  cursor: pointer;
  background-color: #F82A33;
  border: 1px solid #F82A33;
  transition: all 0.4s ease-in-out;
}
.button--feedback span {
  white-space: nowrap;
}
.button--red {
  padding: 15px 36px;
  background-color: #DA1921;
  color: #FFFFFF;
  border: 1px solid #DA1921;
  font-size: 14px;
}
.button--red:hover {
  cursor: pointer;
  background-color: #F82A33;
  border: 1px solid #F82A33;
  transition: all 0.4s ease-in-out;
}
.button--red span {
  white-space: nowrap;
}
.button--red span:first-child {
  margin-right: 8px;
}
.button--red svg {
  fill: #FFFFFF;
}
.button--transparent-back {
  padding: 12px 14px;
  background-color: inherit;
  color: #2D2E33;
  border: 2px solid #2D2E33;
  font-size: 12px;
}
.button--transparent-back:hover {
  cursor: pointer;
  background-color: inherit;
  color: #707075;
  border: 2px solid #707075;
  transition: all 0.4s ease-in-out;
}
.button--transparent-back:hover svg {
  fill: #707075;
  transition: all 0.4s ease-in-out;
}
.button--transparent-back span {
  white-space: nowrap;
}
.button--transparent-back span:first-child {
  margin-right: 8px;
}
.button--transparent-back svg {
  height: 16px;
  width: 16px;
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.button--dark {
  padding: 20px 36px;
  background-color: #35363C;
  color: #FFFFFF;
  border: 1px solid #35363C;
  font-size: 14px;
}
.button--dark:hover {
  cursor: pointer;
  background-color: #707075;
  border: 1px solid #707075;
  transition: all 0.4s ease-in-out;
}
.button--dark span {
  white-space: nowrap;
}
.button--dark span:first-child {
  margin-right: 8px;
}
.button--dark svg {
  fill: #FFFFFF;
}
/* title */
.title {
  display: inline-block;
  margin: 0;
  margin-bottom: 64px;
  font-size: 36px;
  line-height: 43px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 36px;
  }
}
.title:after {
  content: "";
  height: 4px;
  width: 72px;
  background-color: #DA1921;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.title--dark {
  color: #2D2E33;
}
/* label */
.label__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.label__item {
  display: inline-block;
  padding: 5px 8px;
  margin-right: 6px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #2D2E33;
  background-color: #FFFFFF;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .label__item {
    margin-right: 4px;
    padding: 4px 6px;
    font-size: 8px;
  }
}
.label__item:last-child {
  margin-right: 0;
}
.label__item--red {
  color: #FFFFFF;
  background-color: #DA1921;
}
.label__item--blue {
  color: #FFFFFF;
  background-color: #21A1F1;
}
/* tab */
.tab {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #35363C;
}
.tab li {
  margin-right: 24px;
}
.tab li:last-child {
  margin-right: 0;
}
.tab__button {
  padding: 0;
  border: none;
  background-color: inherit;
  display: inline-block;
  width: auto;
  padding: 16px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #2D2E33;
  opacity: 1;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .tab__button {
    padding: 14px;
    font-size: 18px;
  }
}
.tab__button::after {
  content: "";
  height: 2px;
  width: 0;
  margin: 0 auto;
  background-color: inherit;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.tab__button--current {
  cursor: pointer;
}
.tab__button--current::after {
  content: "";
  width: 100%;
  background-color: #DA1921;
  transition: all 0.4s ease-in-out;
}
.tab__button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.tab__button--current:hover {
  cursor: default;
}
/* link-more */
.link-more {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.link-more span {
  display: inline-block;
}
.link-more span:last-child {
  -webkit-animation: move-left-right 1.2s linear infinite;
          animation: move-left-right 1.2s linear infinite;
  margin-left: 6px;
}
.link-more svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.link-more:hover {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
}
.link-more:hover span:last-child {
  -webkit-animation: none;
          animation: none;
}
.link-more--dark {
  color: #2D2E33;
}
.link-more--dark svg {
  fill: #2D2E33;
}
.link-more--dark {
  color: #2D2E33;
}
.link-more--dark svg {
  fill: #2D2E33;
}
/* wysywig */
.wysywig {
  color: #2D2E33;
}
.wysywig--dark {
  color: #FFFFFF;
}
.wysywig h2 {
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .wysywig h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
.wysywig h3 {
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wysywig h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.wysywig p {
  display: inline-block;
  margin: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .wysywig p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.wysywig p:last-child {
  margin-bottom: 0;
}
.wysywig ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
}
@media (max-width: 768px) {
  .wysywig ul {
    padding-top: 8px;
  }
}
.wysywig ul li {
  margin-bottom: 16px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}
@media (max-width: 768px) {
  .wysywig ul li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 22px;
  }
}
.wysywig ul li:last-child {
  margin-bottom: 0;
}
.wysywig ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #2D2E33;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.wysywig a {
  color: #21A1F1;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.wysywig a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
/* card */
.card {
  height: 100%;
  display: flex;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: inherit;
  filter: none;
  transition: all 0.2s ease-out;
  position: relative;
}
.card__img {
  height: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .card__img {
    height: 142px;
    width: 142px;
  }
}
.card__img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .card__img img {
    height: 142px;
    width: 142px;
  }
}
.card__img-hover {
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
.card__wrapper {
  display: flex;
  height: 100%;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .card__wrapper {
    padding: 8px 0;
  }
}
.card__title {
  margin-bottom: 8px;
  flex-grow: 1;
  position: relative;
}
.card__title h3 {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #2D2E33;
  font-weight: 500;
}
@media (max-width: 768px) {
  .card__title h3 {
    font-size: 12px;
    line-height: 15px;
  }
}
.card__price {
  display: flex;
  height: 46px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .card__price {
    height: 18px;
  }
}
.card__price p {
  margin: 0;
  opacity: 1;
  transform: translateY(-15px);
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .card__price p {
    transform: translateY(0);
  }
}
.card__price p span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #2D2E33;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .card__price p span {
    font-size: 14px;
  }
}
.card__price p span:last-child {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  color: #707075;
  text-transform: uppercase;
}
.card__more-hover {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.2s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .card__more-hover {
    display: none;
  }
}
.card__more-button {
  min-height: 32px;
  padding: 4px 16px;
  font-size: 10px;
}
.card__label {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 768px) {
  .card__label {
    top: 6px;
    left: 6px;
  }
}
.card:hover,
.card:focus {
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .card:hover,
  .card:focus {
    background-color: inherit;
    filter: none;
    transition: none;
  }
}
.card:hover .card__img img,
.card:focus .card__img img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .card:hover .card__img img,
  .card:focus .card__img img {
    border-radius: 4px;
    transition: none;
  }
}
.card:hover .card__img-hover,
.card:focus .card__img-hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .card:hover .card__img-hover,
  .card:focus .card__img-hover {
    opacity: 0;
  }
}
.card:hover .card__price p,
.card:focus .card__price p {
  transform: translateY(-35px);
  opacity: 0;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .card:hover .card__price p,
  .card:focus .card__price p {
    transform: translateY(0);
    opacity: 1;
    transition: none;
  }
}
.card:hover .card__more-hover,
.card:focus .card__more-hover {
  opacity: 1;
  transform: translateY(10px);
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .card:hover .card__more-hover,
  .card:focus .card__more-hover {
    opacity: 0;
    transform: translateY(16px);
    transition: none;
  }
}
/* description */
.description__link {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .description__link {
    margin-top: 28px;
  }
}
.description__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 768px) {
  .description__wrapper {
    flex-direction: column;
  }
}
.description__decor-wrapper {
  position: relative;
  z-index: 1;
}
.description__decor {
  display: block;
  height: 264px;
  width: 86px;
  background-image: url(/local/templates/stp-epp/css/../img/icons/round-group.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -190px;
  right: 0;
}
@media (max-width: 1280px) {
  .description__decor {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .description__decor {
    height: 174px;
    width: 56px;
    right: 32px;
    top: -140px;
  }
}
@media (max-width: 576px) {
  .description__decor {
    height: 99px;
    width: 32px;
    right: 32px;
    top: -80px;
  }
}
.description__text {
  width: 50%;
}
@media (max-width: 768px) {
  .description__text {
    width: 100%;
  }
}
.description__img {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  .description__img {
    width: 100%;
  }
}
.description__img img {
  height: auto;
  width: 519px;
  max-width: 519px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1280px) {
  .description__img img {
    width: 100%;
  }
}
/* advantage */
.advantage__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media (max-width: 768px) {
  .advantage__wrapper ul {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 8px;
  }
}
.advantage__wrapper ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.advantage__wrapper span {
  display: block;
  margin-right: 16px;
}
.advantage__wrapper p {
  display: inline-block;
  margin: 0;
  padding-top: 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .advantage__wrapper p {
    padding-top: 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.advantage__wrapper svg {
  height: 32px;
  width: 32px;
  fill: #DA1921;
}
@media (max-width: 1280px) {
  .advantage__wrapper svg {
    height: 24px;
    width: 24px;
  }
}
/* docs */
.docs {
  width: 100%;
}
.docs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .docs ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .docs ul {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .docs ul {
    grid-template-columns: 1fr;
  }
}
.docs ul li {
  width: 100%;
  overflow-x: hidden;
}
.docs a {
  width: 100%;
  display: flex;
  padding: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #DEDEDF;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .docs a {
    padding: 12px;
  }
}
.docs a::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 1px solid #2D2E33;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.docs a:hover::before,
.docs a:focus::before {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.docs a > span {
  padding: 8px;
  margin-right: 16px;
  background-color: #EBECEE;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .docs a > span {
    margin-right: 8px;
  }
}
.docs a > div {
  width: calc(100% - 48px - 16px);
  flex-grow: 1;
}
@media (max-width: 768px) {
  .docs a > div {
    width: calc(100% - 40px - 8px);
  }
}
.docs h3 {
  display: inline-block;
  width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #2D2E33;
  background-color: inherit;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .docs h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
.docs h3 + span {
  margin-top: 4px;
}
.docs span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #707075;
  font-weight: 400;
}
@media (max-width: 768px) {
  .docs span {
    font-size: 12px;
    line-height: 14px;
  }
}
.docs svg {
  height: 32px;
  width: 32px;
  fill: #2D2E33;
}
@media (max-width: 768px) {
  .docs svg {
    height: 24px;
    width: 24px;
  }
}
/* form */
.form form {
  position: relative;
}
.form__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form__list li {
  min-width: 0;
  margin-bottom: 16px;
}
.form label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #2D2E33;
}
.form input,
.form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  color: #707075;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .form input,
  .form textarea {
    font-size: 14px;
  }
}
.form input:hover,
.form textarea:hover,
.form input:focus,
.form textarea:focus {
  border: 1px solid #707075;
  color: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #DEDEDF;
}
.form input::placeholder,
.form textarea::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #DEDEDF;
}
@media (max-width: 576px) {
  .form input::-moz-placeholder, .form textarea::-moz-placeholder {
    font-size: 14px;
  }
  .form input::placeholder,
  .form textarea::placeholder {
    font-size: 14px;
  }
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #DEDEDF;
}
@media (max-width: 576px) {
  .form input::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #DEDEDF;
}
@media (max-width: 576px) {
  .form input::-moz-placeholder,
  .form textarea::-moz-placeholder {
    font-size: 14px;
  }
}
.form textarea {
  resize: none;
  line-height: 20px;
}
.form .error {
  border: 1px solid #DA1921;
  transition: all 0.4s ease-in-out;
}
.form__checkbox {
  display: flex;
  margin-bottom: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.form__checkbox input[type=checkbox] {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form__checkbox input[type=checkbox]:checked + label {
  border: 1px solid #DA1921;
  background-color: #DA1921;
  transition: all 0.4s ease-in-out;
}
.form__checkbox label {
  display: flex;
  height: 24px;
  width: 24px;
  margin-right: 16px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .form__checkbox label {
    margin-right: 12px;
  }
}
.form__checkbox label:hover,
.form__checkbox label:focus {
  cursor: pointer;
  border: 1px solid #2D2E33;
  transition: all 0.4s ease-in-out;
}
.form__checkbox label svg {
  display: block;
  height: 18px;
  width: 18px;
  fill: #FFFFFF;
}
@media (max-width: 768px) {
  .form__checkbox label svg {
    height: 18px;
    width: 18px;
  }
}
.form__checkbox p {
  display: inline-block;
  width: calc(100% - 18px - 16px);
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
@media (max-width: 576px) {
  .form__checkbox p {
    font-size: 12px;
    line-height: 17px;
  }
}
.form__checkbox a {
  text-decoration: underline;
  color: #2D2E33;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.form__checkbox a:hover,
.form__checkbox a:focus {
  opacity: 0.7;
  transition: opacity 0.4s ease-in-out;
}
.form__button-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .form__button-box {
    padding-bottom: 35px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.form__button {
  padding: 15px 24px;
}
@media (max-width: 768px) {
  .form__button {
    width: 100%;
    justify-content: center;
  }
}
.form__button:disabled {
  opacity: 0.3;
  color: #FFFFFF;
  background-color: #35363C;
}
.form__button:disabled svg {
  fill: #FFFFFF;
}
.form__button:disabled:hover,
.form__button:disabled:focus {
  cursor: default;
  transition: none;
}
.form__button-box .form__success {
  display: none;
  margin: 0;
  margin-left: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #21A1F1;
  position: relative;
}
@media (max-width: 768px) {
  .form__button-box .form__success {
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.form__button-box .form__success--show {
  -webkit-animation: fade-in 0.4s ease-in-out both;
          animation: fade-in 0.4s ease-in-out both;
  display: block;
}
.form__file p {
  display: inline-block;
  margin: 0;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  color: #2D2E33;
}
.form__file p span {
  display: inline-block;
  font-weight: 400;
  color: #707075;
}
.form__file-field {
  position: relative;
}
.form__file-field input {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.form__file-field input:hover {
  cursor: pointer;
}
.form__file-field input:focus + label {
  border: 1px solid #707075;
  color: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.form__file-field label {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 12px;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  font-size: 16px;
  line-height: 1;
  color: #DEDEDF;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 576px) {
  .form__file-field label {
    font-size: 14px;
  }
}
.form__file-field label:hover,
.form__file-field label:focus {
  cursor: pointer;
  border: 1px solid #707075;
  transition: all 0.4s ease-in-out;
}
.form__file-field label:hover span {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.form__file-field .error + label {
  border: 1px solid #DA1921;
  transition: all 0.4s ease-in-out;
}
.form__file-field .error + label:hover,
.form__file-field .error + label:focus {
  cursor: pointer;
  border: 1px solid #707075;
  transition: all 0.4s ease-in-out;
}
.form__file-input span:first-child {
  flex-grow: 1;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #DEDEDF;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 576px) {
  .form__file-input span:first-child {
    font-size: 14px;
  }
}
.form__file-input span:last-child {
  display: inline-block;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  border-radius: 50px;
  background-color: #DEDEDF;
  color: #2D2E33;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 576px) {
  .form__file-input span:last-child {
    padding: 9px 14px;
    font-size: 10px;
  }
}
.form__file-reset {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 12px;
  border: 1px solid #DEDEDF;
  border-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #DEDEDF;
  background-color: #FFFFFF;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.form__file-reset > span {
  flex-grow: 1;
  width: 80%;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #2D2E33;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .form__file-reset > span {
    font-size: 14px;
  }
}
.form__file-reset button {
  display: flex;
  min-height: 32px;
  padding: 6px 16px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  flex-direction: row;
  justify-content: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
  border-radius: 50px;
  background-color: #FFFFFF;
  border: 2px solid #2D2E33;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
@media (max-width: 576px) {
  .form__file-reset button {
    min-height: 28px;
    padding: 4px 12px;
    font-size: 14px;
  }
}
.form__file-reset button span {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #2D2E33;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .form__file-reset button span {
    font-size: 10px;
  }
}
.form__file-reset button svg {
  height: 16px;
  width: 16px;
  fill: #2D2E33;
}
.form__file-input,
.form__file-reset {
  display: none;
}
.form__file-input.show,
.form__file-reset.show {
  -webkit-animation: fade-in 0.4s ease-in-out both;
          animation: fade-in 0.4s ease-in-out both;
  display: flex;
}
/* scope */
.scope__wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  padding-top: 32px;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
@media (max-width: 1024px) {
  .scope__wrapper ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .scope__wrapper ul {
    padding-top: 16px;
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 11px;
  }
}
@media (max-width: 576px) {
  .scope__wrapper ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.scope__link {
  display: block;
  min-height: 156px;
  height: 100%;
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 12px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #2D2E33;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .scope__link {
    min-height: 100px;
    padding: 12px;
    font-size: 12px;
    line-height: 14px;
  }
}
.scope__link p {
  margin: 0;
}
.scope__icons {
  display: flex;
  margin-bottom: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.scope__icons span {
  display: block;
}
.scope__icons img {
  height: 56px;
  width: 56px;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .scope__icons img {
    height: 40px;
    width: 40px;
  }
}
.scope__icons img:first-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.scope__icons span svg {
  height: 24px;
  width: 24px;
  fill: #DEDEDF;
  transition: all 0.4s ease-in-out;
}
.scope__link:hover {
  background-color: #35363C;
  color: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.scope__link:hover img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.scope__link:hover img:first-child {
  opacity: 1;
}
.scope__link:hover span svg {
  fill: #FFFFFF;
  transition: all 0.4s ease-in-out;
}
.scope__order {
  display: grid;
  margin-top: 100px;
  padding: 40px 56px;
  grid-template-columns: 1fr 357px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  background-color: #35363C;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .scope__order {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .scope__order {
    padding: 24px;
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-template-rows: 180px 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
.scope__order-button {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .scope__order-button {
    width: 100%;
    padding: 13px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .scope__order-text {
    grid-row: 2 / span 1;
  }
}
.scope__order-img {
  position: relative;
}
@media (max-width: 768px) {
  .scope__order-img {
    grid-row: 1 / span 1;
  }
}
.scope__order-animate {
  height: 300px;
  width: 357px;
  margin: auto 0;
  overflow: hidden;
  transform: translateX(100px) translateY(40px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .scope__order-animate {
    height: 240px;
    width: 213px;
    overflow: visible;
    transform: translateX(20px) translateY(-20px);
  }
}
.scope__order-animate span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move-star 2.5s ease-in-out infinite;
          animation: move-star 2.5s ease-in-out infinite;
}
.scope__order-animate svg {
  height: 103px;
  width: 219px;
  stroke: #FFFFFF;
}
@media (max-width: 1024px) {
  .scope__order-animate svg {
    height: auto;
    width: 120px;
  }
}
.scope__order-animate img {
  height: auto;
  width: 241px;
  position: relative;
  -webkit-animation: move-rocket 2.5s ease-in-out infinite;
          animation: move-rocket 2.5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .scope__order-animate img {
    width: 157px;
  }
}
.scope__order-back {
  height: 291px;
  width: 431px;
  margin: auto 0;
  overflow: hidden;
  transform: translateY(40px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .scope__order-back {
    height: auto;
    width: 100%;
    overflow: visible;
    transform: translateY(40px);
  }
}
@media (max-width: 768px) {
  .scope__order-back {
    height: 177px;
    transform: translateY(0);
    position: relative;
  }
}
@media (max-width: 768px) {
  .scope__order-back img {
    height: 215px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
/* crumbs */
.crumbs {
  padding-top: 100px;
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .crumbs {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.crumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs__list li {
  display: inline-flex;
  margin-right: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.crumbs__list li:last-child {
  margin-right: 0;
}
.crumbs__list li:last-child .crumbs__arrow {
  display: none;
}
.crumbs__link {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: #707075;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .crumbs__link {
    font-size: 14px;
    line-height: 18px;
  }
}
.crumbs__link:hover {
  color: #2D2E33;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .crumbs__list li {
    display: none;
  }
}
@media (max-width: 768px) {
  .crumbs__list li:nth-last-child(2) {
    display: inline-flex;
  }
}
.crumbs__link--current:hover {
  cursor: default;
  color: #707075;
  transition: none;
}
.crumbs__home {
  display: inline-block;
}
.crumbs__home svg {
  height: 16px;
  width: 16px;
  fill: #707075;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .crumbs__home svg {
    height: 18px;
    width: 18px;
  }
}
.crumbs__home:hover svg {
  fill: #2D2E33;
  transition: all 0.4s ease-in-out;
}
.crumbs__arrow {
  display: inline-block;
  margin-left: 6px;
  transform: rotate(270deg);
}
@media (max-width: 768px) {
  .crumbs__arrow {
    display: none;
  }
}
.crumbs__arrow svg {
  height: 12px;
  width: 12px;
  fill: #707075;
}
.crumbs__back {
  display: none;
  margin-right: 6px;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .crumbs__back {
    display: inline-block;
  }
}
.crumbs__back svg {
  height: 18px;
  width: 18px;
  fill: #707075;
}
/* paginator */
.paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.paginator::before {
  content: "";
  margin: auto 0;
  height: 1px;
  width: 100%;
  background-color: #2D2E33;
  position: absolute;
  top: 0;
  bottom: 0;
}
.paginator__button {
  width: 370px;
  padding: 14px 16px;
  justify-content: center;
  font-size: 14px;
  background-color: #F3F4F5;
  position: relative;
}
@media (max-width: 768px) {
  .paginator__button {
    width: auto;
    padding: 6px 16px;
    font-size: 12px;
  }
}
.paginator__button span:last-child {
  transform: rotate(90deg);
}
.paginator__button svg {
  height: 24px;
  width: 24px;
}
.paginator__button:hover {
  background-color: #F3F4F5;
}
/* rikorda */
.rikorda {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.rikorda svg {
  height: auto;
  margin-right: 8px;
}
@media (max-width: 1280px) {
  .rikorda svg {
    margin-right: 4px;
  }
}
.rikorda svg:last-child {
  margin-right: 0;
}
.rikorda svg:nth-child(1) {
  width: 74px;
}
@media (max-width: 1280px) {
  .rikorda svg:nth-child(1) {
    width: 58px;
  }
}
.rikorda svg:nth-child(2) {
  width: 16px;
}
@media (max-width: 1280px) {
  .rikorda svg:nth-child(2) {
    width: 11px;
  }
}
.rikorda svg:nth-child(3) {
  width: 17px;
}
@media (max-width: 1280px) {
  .rikorda svg:nth-child(3) {
    width: 12px;
  }
}
.rikorda svg:nth-child(4) {
  width: 103px;
}
@media (max-width: 1280px) {
  .rikorda svg:nth-child(4) {
    width: 80px;
  }
}
.rikorda__heart {
  -webkit-animation: heartbeat 1.8s ease-in-out infinite both;
          animation: heartbeat 1.8s ease-in-out infinite both;
}
.rikorda:hover .rikorda__heart,
.rikorda:focus .rikorda__heart {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
/* decor-list */
.decor-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}
@media (max-width: 1280px) {
  .decor-list {
    gap: 24px;
  }
}
@media (max-width: 1024px) {
  .decor-list {
    grid-template-columns: 1fr;
  }
}
.decor-list li {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 1280px) {
  .decor-list li {
    padding: 16px;
  }
}
.decor-list li::before {
  content: "";
  height: 2px;
  width: 32px;
  background-color: #DEDEDF;
  position: absolute;
  top: 38px;
  right: -32px;
}
@media (max-width: 1280px) {
  .decor-list li::before {
    top: 30px;
  }
}
@media (max-width: 1024px) {
  .decor-list li::before {
    height: 32px;
    width: 2px;
    top: auto;
    right: auto;
    bottom: -32px;
    left: 27px;
  }
}
.decor-list li::after {
  content: "";
  height: 24px;
  width: 24px;
  border: 7px solid #DEDEDF;
  border-radius: 50%;
  background-color: #2D2E33;
  position: absolute;
  top: 28px;
  left: -12px;
}
@media (max-width: 1280px) {
  .decor-list li::after {
    top: 20px;
  }
}
@media (max-width: 1024px) {
  .decor-list li::after {
    top: -12px;
    left: 16px;
  }
}
.decor-list li:last-child::before {
  display: none;
}
.decor-list span {
  display: block;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  color: #DEDEDF;
}
.decor-list p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #2D2E33;
}
/* decor-callback */
.decor-callback {
  display: grid;
  margin-top: 100px;
  padding: 40px 56px;
  grid-template-columns: 1fr 357px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  background-color: #35363C;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .decor-callback {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .decor-callback {
    padding: 24px;
    margin-top: 60px;
    grid-template-columns: 1fr;
    grid-template-rows: 180px 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
.decor-callback-button {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .decor-callback-button {
    width: 100%;
    padding: 13px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .decor-callback-text {
    grid-row: 2 / span 1;
  }
}
.decor-callback-img {
  position: relative;
}
@media (max-width: 768px) {
  .decor-callback-img {
    grid-row: 1 / span 1;
  }
}
.decor-callback-animate {
  height: 300px;
  width: 357px;
  margin: auto 0;
  overflow: hidden;
  transform: translateX(100px) translateY(40px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .decor-callback-animate {
    height: 240px;
    width: 213px;
    overflow: visible;
    transform: translateX(20px) translateY(-20px);
  }
}
.decor-callback-animate span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: move-star 2.5s ease-in-out infinite;
          animation: move-star 2.5s ease-in-out infinite;
}
.decor-callback-animate svg {
  height: 103px;
  width: 219px;
  stroke: #FFFFFF;
}
@media (max-width: 1024px) {
  .decor-callback-animate svg {
    height: auto;
    width: 120px;
  }
}
.decor-callback-animate img {
  height: auto;
  width: 241px;
  position: relative;
  -webkit-animation: move-rocket 2.5s ease-in-out infinite;
          animation: move-rocket 2.5s ease-in-out infinite;
}
@media (max-width: 1024px) {
  .decor-callback-animate img {
    width: 157px;
  }
}
.decor-callback-back {
  height: 291px;
  width: 431px;
  margin: auto 0;
  overflow: hidden;
  transform: translateY(40px);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .decor-callback-back {
    height: auto;
    width: 100%;
    overflow: visible;
    transform: translateY(40px);
  }
}
@media (max-width: 768px) {
  .decor-callback-back {
    height: 177px;
    transform: translateY(0);
    position: relative;
  }
}
@media (max-width: 768px) {
  .decor-callback-back img {
    height: 215px;
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}
/* list-product */
.list-product .slider-product__list {
  flex-wrap: wrap;
}
.list-product .slider-product__list .splide__slide {
  width: 270px;
  margin-right: 22px;
}
@media (max-width: 768px) {
  .list-product .slider-product__list .splide__slide {
    width: 142px;
  }
}
@media (max-width: 425px) {
  .list-product .slider-product__list .splide__slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.list-product .slider-product__list .splide__slide:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
/* header */
.header {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 10;
}
.header__top {
  padding: 8px 32px;
  color: #FFFFFF;
  background-color: #2D2E33;
}
@media (max-width: 768px) {
  .header__top {
    padding: 8px 16px;
  }
}
.header__top p {
  margin: 0;
  font-size: 15px;
  line-height: 1;
}
@media (max-width: 425px) {
  .header__top p {
    font-size: 10px;
  }
}
.header__wrapper {
  padding: 15px 32px;
}
@media (max-width: 768px) {
  .header__wrapper {
    padding: 8px 14px;
  }
}
.header__main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__logo {
  margin-right: 24px;
}
@media (max-width: 1280px) {
  .header__logo {
    margin-right: 0;
  }
}
.header__logo a {
  display: block;
}
.header__logo svg {
  height: 64px;
  width: 64px;
  fill: #DA1921;
}
@media (max-width: 768px) {
  .header__logo svg {
    height: 56px;
    width: 56px;
  }
}
.header__nav {
  display: block;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__phone {
  display: flex;
  margin-right: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .header__phone {
    flex-grow: 1;
    margin-right: 0;
    justify-content: center;
  }
}
.header__phone-link {
  display: inline-block;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #2D2E33;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1280px) {
  .header__phone-link {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .header__phone-link {
    font-size: 16px;
  }
}
.header__phone-link:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.header__feedback {
  display: block;
}
@media (max-width: 1024px) {
  .header__feedback {
    display: none;
  }
}
.header__menu {
  display: none;
}
@media (max-width: 1024px) {
  .header__menu {
    display: block;
  }
}
.header__menu button {
  padding: 0;
  border: none;
  background-color: inherit;
  padding: 5px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.header__menu button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.header__menu svg {
  height: 32px;
  width: 32px;
  fill: #2D2E33;
}
/* nav */
.nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .nav__list {
    flex-direction: column;
    padding: 32px 0;
  }
}
.nav__link {
  display: inline-block;
  padding: 14px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #2D2E33;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1280px) {
  .nav__link {
    padding: 14px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  .nav__link {
    padding: 16px 0;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
  }
}
.nav__link::after {
  content: "";
  height: 3px;
  width: 0;
  margin: 0 auto;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1280px) {
  .nav__link::after {
    bottom: -26px;
  }
}
@media (max-width: 1024px) {
  .nav__link::after {
    bottom: 6px;
  }
}
.nav__link--current::after,
.nav__link:hover::after {
  content: "";
  height: 3px;
  width: calc(100% - 32px);
  margin: 0 auto;
  background-color: #DA1921;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .nav__link--current::after,
  .nav__link:hover::after {
    width: 100%;
    bottom: 6px;
  }
}
.nav__link--current:hover {
  cursor: default;
}
/* footer */
.footer {
  background-color: #35363C;
}
.footer__top-wrapper {
  display: grid;
  grid-template-areas: "footer-logo footer-nav footer-sub-nav footer-contact";
  grid-template-columns: 330px auto auto 230px;
  -moz-column-gap: 64px;
       column-gap: 64px;
}
@media (max-width: 1280px) {
  .footer__top-wrapper {
    grid-template-columns: 1fr auto auto 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 1024px) {
  .footer__top-wrapper {
    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "footer-logo footer-nav  footer-sub-nav" "footer-contact footer-contact footer-contact";
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .footer__top-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "footer-nav  footer-sub-nav" "footer-logo footer-contact";
  }
}
@media (max-width: 576px) {
  .footer__top-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "footer-logo" "footer-nav" "footer-sub-nav" "footer-contact";
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
}
.footer__top {
  padding-top: 56px;
  padding-bottom: 72px;
  background-color: #35363C;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .footer__top {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.footer__logo {
  grid-area: footer-logo;
}
@media (max-width: 576px) {
  .footer__logo {
    margin-bottom: 24px;
  }
}
.footer__logo a {
  display: inline-block;
}
.footer__logo svg {
  height: 53px;
  width: 230px;
  fill: #FFFFFF;
}
.footer__logo p {
  margin: 0;
  font-weight: 500;
}
.footer__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 576px) {
  .footer__title {
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #53555E;
  }
}
.footer__title span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.footer__title span:last-child {
  display: none;
}
@media (max-width: 576px) {
  .footer__title span:last-child {
    display: block;
    transform: rotate(0);
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 576px) {
  .footer__title span.rotate {
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
  }
}
.footer__title svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.footer__nav {
  grid-area: footer-nav;
}
.footer__sub-nav {
  grid-area: footer-sub-nav;
}
.footer__nav ul,
.footer__sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 16px;
}
@media (max-width: 576px) {
  .footer__nav ul,
  .footer__sub-nav ul {
    max-height: 1000px;
    padding-top: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out;
  }
}
.footer__nav ul li,
.footer__sub-nav ul li {
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .footer__nav ul li:first-child,
  .footer__sub-nav ul li:first-child {
    padding-top: 8px;
  }
}
.footer__nav ul li:last-child,
.footer__sub-nav ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .footer__nav ul li:last-child,
  .footer__sub-nav ul li:last-child {
    padding-bottom: 18px;
  }
}
.footer__nav ul.hidden,
.footer__sub-nav ul.hidden {
  max-height: 1000px;
  padding-top: 16px;
  padding-bottom: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .footer__nav ul.hidden,
  .footer__sub-nav ul.hidden {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
  }
}
.footer__nav a,
.footer__sub-nav a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #DEDEDF;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.footer__nav a:hover,
.footer__sub-nav a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.footer__contacts {
  grid-area: footer-contact;
}
.footer__contacts a {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}
.footer__contacts > a {
  padding-top: 16px;
}
@media (max-width: 576px) {
  .footer__contacts > a {
    padding-top: 8px;
  }
}
.footer__contacts p {
  margin: 0;
  margin-bottom: 16px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .footer__contacts p {
    font-size: 14px;
  }
}
.footer__bottom {
  padding-top: 16px;
  padding-bottom: 48px;
  border-top: 1px solid #53555E;
  background-color: #35363C;
  font-size: 14px;
  line-height: 17px;
  color: #939394;
}
@media (max-width: 1024px) {
  .footer__bottom {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@media (max-width: 576px) {
  .footer__bottom {
    font-size: 12px;
    line-height: 15px;
  }
}
.footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__social li {
  margin-right: 16px;
}
.footer__social li:last-child {
  margin-right: 0;
}
.footer__social a {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.footer__social a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.footer__social svg {
  height: 24px;
  width: 24px;
  fill: #FFFFFF;
}
.footer__bottom-wrapper {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer__bottom-wrapper {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
@media (max-width: 576px) {
  .footer__bottom-wrapper {
    row-gap: 8px;
  }
}
.footer__bottom-copyright p {
  margin: 0;
}
.footer__bottom-policy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .footer__bottom-policy ul {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .footer__bottom-policy ul {
    flex-direction: column;
  }
}
.footer__bottom-policy ul li {
  margin-right: 24px;
}
@media (max-width: 576px) {
  .footer__bottom-policy ul li {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footer__bottom-policy ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer__bottom-policy a {
  display: inline-block;
  color: #939394;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.footer__bottom-policy a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.footer__bottom-rikorda {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer__bottom-rikorda {
    justify-content: flex-start;
  }
}
/* main-page */
.main-page {
  padding-top: 124px;
}
@media (max-width: 768px) {
  .main-page {
    padding-top: 97px;
  }
}
.main-page__video {
  display: flex;
  height: 580px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/local/templates/stp-epp/css/../img/background/back-video.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .main-page__video {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .main-page__video {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .main-page__video {
    height: 280px;
  }
}
.main-page__video::after {
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(23, 24, 33, 0.7), rgba(23, 24, 33, 0.7));
  position: absolute;
  top: 0;
  left: 0;
}
.main-page__video video {
  display: block;
  height: 580px;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1280px) {
  .main-page__video video {
    height: 480px;
  }
}
@media (max-width: 1024px) {
  .main-page__video video {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .main-page__video video {
    height: 280px;
  }
}
.main-page__title {
  margin: 0;
  width: 650px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-page__title {
    width: 400px;
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 576px) {
  .main-page__title {
    width: 100%;
  }
}
.main-page__description {
  min-height: 540px;
  padding: 64px 0;
  background-color: #35363C;
  background-image: url("/img/background/back.png");
  background-repeat: no-repeat;
  background-position: left top;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .main-page__description {
    padding: 32px 0;
  }
}
.main-page__description::before {
  content: "";
  height: 100%;
  width: 40%;
  background-color: #DA1921;
  position: absolute;
  right: 0;
  top: 190px;
}
@media (max-width: 1920px) {
  .main-page__description::before {
    height: 645px;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .main-page__description::before {
    width: 100%;
    height: 150px;
    top: auto;
    bottom: 0;
  }
}
.main-page__advantage {
  padding: 64px 0;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .main-page__advantage {
    padding: 32px 0;
  }
}
.main-page__scope {
  padding: 64px 0;
  background-color: #EBECEE;
}
@media (max-width: 768px) {
  .main-page__scope {
    padding: 32px 0;
  }
}
.main-page__product {
  padding: 64px 0;
  background-color: #F3F4F5;
}
@media (max-width: 768px) {
  .main-page__product {
    padding: 32px 0;
  }
}
.main-page__product-text {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .main-page__product-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-page__title-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-page__title-wrapper .title {
  flex-grow: 1;
}
.main-page__title-wrapper .main-page__product-link {
  display: block;
  margin-left: 32px;
}
@media (max-width: 768px) {
  .main-page__title-wrapper .main-page__product-link {
    display: none;
  }
}
.main-page__product-title {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .main-page__product-title {
    margin-bottom: 24px;
  }
}
.main-page__product-link {
  display: none;
}
@media (max-width: 768px) {
  .main-page__product-link {
    display: block;
  }
}
@media (max-width: 1280px) {
  .main-page__slider-product {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .main-page__slider-product {
    margin-bottom: 24px;
  }
}
.main-page__about {
  padding: 64px 0;
  padding-bottom: 155px;
  background-color: #FFFFFF;
  position: relative;
}
@media (max-width: 768px) {
  .main-page__about {
    padding: 32px 0;
    padding-bottom: 64px;
  }
}
.main-page__about-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .main-page__about-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.main-page__about-wrapper::before {
  content: "";
  display: block;
  height: 309px;
  width: 62px;
  background-image: url(/local/templates/stp-epp/css/../img/icons/round-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-127px) translateY(-218px);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .main-page__about-wrapper::before {
    display: none;
  }
}
.main-page__about-wrapper::after {
  content: "";
  display: block;
  height: 66px;
  width: 66px;
  background-image: url(/local/templates/stp-epp/css/../img/icons/round-decor.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -95px;
  right: 0;
}
@media (max-width: 1280px) {
  .main-page__about-wrapper::after {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .main-page__about-wrapper::after {
    top: -65px;
  }
}
@media (max-width: 576px) {
  .main-page__about-wrapper::after {
    height: 50px;
    width: 50px;
    top: -56px;
    right: 24px;
  }
}
@media (max-width: 576px) {
  .main-page__about-left {
    grid-row: 2 / span 1;
  }
}
.main-page__about-right {
  display: flex;
  height: 326px;
  width: 326px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url(/local/templates/stp-epp/css/../img/icons/semicircle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 576px) {
  .main-page__about-right {
    grid-row: 1 / span 1;
  }
}
@media (max-width: 576px) {
  .main-page__about-right {
    height: 148px;
    width: 148px;
  }
}
.main-page__about-right img {
  height: 268px;
  width: 268px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .main-page__about-right img {
    height: 122px;
    width: 122px;
  }
}
/* inner-page */
.inner-page {
  min-height: 800px;
  padding-top: 124px;
  padding-bottom: 100px;
  background-color: #F3F4F5;
}
@media (max-width: 768px) {
  .inner-page {
    min-height: 490px;
    padding-top: 97px;
    padding-bottom: 32px;
  }
}
/* catalog */
.catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .catalog__list {
    gap: 11px;
  }
}
@media (max-width: 900px) {
  .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog__card-img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .catalog__card-img img {
    height: auto;
    width: 100%;
  }
}
/* detaile-card */
.detaile-card__info {
  display: grid;
  margin-bottom: 48px;
  grid-template-columns: 470px 1fr;
  grid-template-rows: auto auto 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 16px;
}
@media (max-width: 1024px) {
  .detaile-card__info {
    grid-template-columns: 1fr 470px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .detaile-card__info {
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 576px) {
  .detaile-card__info {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .detaile-card__content-list {
    padding: 0;
  }
}
.detaile-card__slider-primary {
  grid-column: 1 / span 1;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .detaile-card__slider-primary {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .detaile-card__slider-primary {
    grid-row: 1 / span 1;
    padding-bottom: 0;
  }
}
.detaile-card__label {
  position: absolute;
  top: 12px;
  left: 12px;
}
@media (max-width: 576px) {
  .detaile-card__label {
    top: 16px;
    left: 24px;
  }
}
.detaile-card__label .label__item {
  padding: 7px 12px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .detaile-card__label .label__item {
    padding: 5px 8px;
    font-size: 12px;
  }
}
.detaile-card__slider-secondary {
  display: flex;
  grid-column: 1 / span 1;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .detaile-card__slider-secondary {
    display: none;
  }
}
.detaile-card__video {
  grid-column: 1 / span 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .detaile-card__video {
    grid-row: 1 / span 1;
    align-self: end;
    padding-left: 24px;
    padding-bottom: 16px;
  }
}
.detaile-card__video button {
  padding: 10px 12px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .detaile-card__video button {
    padding: 10px 16px;
    background-color: #FFFFFF;
  }
}
@media (max-width: 768px) {
  .detaile-card__video button span:first-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .detaile-card__video button span:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .detaile-card__video button:hover {
    background-color: #FFFFFF;
  }
}
.detaile-card__main {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
}
@media (max-width: 768px) {
  .detaile-card__main {
    grid-column: 1 / span 1;
    grid-row: auto / auto;
  }
}
@media (max-width: 576px) {
  .detaile-card__main {
    padding: 0 24px;
  }
}
.detaile-card__title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .detaile-card__title {
    margin-bottom: 8px;
  }
}
.detaile-card__title h1 {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .detaile-card__title h1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}
.detaile-card__vendor-code {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .detaile-card__vendor-code {
    margin-bottom: 8px;
  }
}
.detaile-card__vendor-code p {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #2D2E33;
}
.detaile-card__vendor-code span {
  display: inline-block;
  color: #707075;
}
.detaile-card__price {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .detaile-card__price {
    margin-bottom: 24px;
  }
}
.detaile-card__price p {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #2D2E33;
}
.detaile-card__price span {
  display: inline-block;
}
.detaile-card__price span:last-child {
  font-size: 14px;
  line-height: 17px;
  color: #707075;
  font-weight: 400;
}
.detaile-card__size {
  margin-bottom: 8px;
}
.detaile-card__size h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1;
  color: #2D2E33;
  font-weight: 700;
}
@media (max-width: 768px) {
  .detaile-card__size h3 {
    font-size: 12px;
  }
}
.detaile-card__size ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detaile-card__size li {
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .detaile-card__size li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
.detaile-card__size-link {
  display: inline-flex;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #DEDEDF;
  border-radius: 12px;
  position: relative;
}
.detaile-card__size-link::before {
  content: "";
  height: 100%;
  width: 100%;
  border: 2px solid #2D2E33;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.detaile-card__size-link span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #2D2E33;
  font-weight: 700;
}
.detaile-card__size-link span:last-child {
  margin-top: 4px;
  font-size: 14px;
  color: #707075;
  font-weight: 400;
}
@media (max-width: 768px) {
  .detaile-card__size-link span:last-child {
    display: none;
  }
}
.detaile-card__size-link:hover::before {
  border: 1px solid #2D2E33;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.detaile-card__size-link.detaile-card__size-link--current {
  cursor: default;
}
.detaile-card__size-link.detaile-card__size-link--current::before {
  border: 2px solid #2D2E33;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.detaile-card__size-button {
  color: #21A1F1;
  font-size: 12px;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.detaile-card__size-button span:first-child {
  margin-right: 6px;
}
.detaile-card__size-button svg {
  height: 24px;
  width: 24px;
  fill: #21A1F1;
}
.detaile-card__size-button:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.detaile-card__description {
  padding: 24px 0;
}
@media (max-width: 768px) {
  .detaile-card__description {
    padding: 16px 0;
  }
}
.detaile-card__description p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .detaile-card__description p {
    font-size: 12px;
    line-height: 20px;
  }
}
.detaile-card__description a {
  display: inline-block;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  color: #2D2E33;
}
.detaile-card__buy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.detaile-card__buy ul li {
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .detaile-card__buy ul li {
    width: 100%;
    margin-right: 0;
  }
}
.detaile-card__button {
  padding: 15px 22px;
}
@media (max-width: 1280px) {
  .detaile-card__button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .detaile-card__button {
    justify-content: center;
  }
}
.detaile-card__tab {
  display: flex;
}
@media (max-width: 768px) {
  .detaile-card__tab {
    display: none;
  }
}
.detaile-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .detaile-card__list {
    border-bottom: 1px solid #DEDEDF;
  }
}
.detaile-card__toggle-title {
  display: none;
  margin: 0;
  padding: 16px 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #DEDEDF;
  font-size: 16px;
  font-weight: 700;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .detaile-card__toggle-title {
    display: flex;
  }
}
@media (max-width: 576px) {
  .detaile-card__toggle-title {
    padding: 16px 24px;
  }
}
.detaile-card__toggle-title span {
  display: inline-block;
}
.detaile-card__toggle-title span:last-child {
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.detaile-card__toggle-title svg {
  height: 24px;
  width: 24px;
  fill: #2D2E33;
}
.detaile-card__toggle-title--active span:last-child {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}
.detaile-card__content {
  -webkit-animation: fade-in 0.4s ease-in-out both;
          animation: fade-in 0.4s ease-in-out both;
  display: block;
  padding: 32px 0;
}
@media (max-width: 768px) {
  .detaile-card__content {
    padding-bottom: 16px;
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  .detaile-card__content {
    padding: 0 24px;
    padding-bottom: 16px;
    padding-top: 0;
  }
}
.detaile-card__content--hidden {
  display: none;
}
.detaile-card__features {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .detaile-card__features {
    margin-bottom: 16px;
  }
}
.detaile-card__features h3 {
  margin: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .detaile-card__features h3 {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .detaile-card__features h3 {
    margin-bottom: 12px;
  }
}
.detaile-card__features dl {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 395px 1fr;
  row-gap: 16px;
  -moz-column-gap: 6px;
       column-gap: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #707075;
}
@media (max-width: 1024px) {
  .detaile-card__features dl {
    grid-template-columns: 1fr 1fr;
    row-gap: 6px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .detaile-card__features dl {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.detaile-card__features dt {
  margin: 0;
  color: #707075;
}
.detaile-card__features dt span {
  display: block;
  background-color: inherit;
  position: relative;
}
.detaile-card__features dt span:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #DEDEDF;
  position: absolute;
  left: 0;
  bottom: 5px;
}
@media (max-width: 768px) {
  .detaile-card__features dt span:before {
    display: none;
  }
}
.detaile-card__features dt b {
  display: inline-block;
  padding-right: 6px;
  font-weight: 400;
  background-color: #F3F4F5;
  position: relative;
}
.detaile-card__features dd {
  margin: 0;
  font-weight: 500;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .detaile-card__features dd {
    padding-bottom: 6px;
  }
}
.detaile-card__features:last-child {
  margin-bottom: 0;
}
/* scope-list */
.scope-list__wysywig {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .scope-list__wysywig {
    margin-bottom: 16px;
  }
}
.scope-list__scope h2 {
  margin: 0;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .scope-list__scope h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
/* scope-item */
.scope-item__description {
  display: flex;
  margin-bottom: 32px;
  flex-direction: row;
  justify-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .scope-item__description {
    margin-bottom: 16px;
  }
}
.scope-item__description-img {
  padding: 57px;
  margin-right: 30px;
  background-color: #35363C;
  border-radius: 12px;
}
@media (max-width: 1024px) {
  .scope-item__description-img {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .scope-item__description-img {
    display: none;
  }
}
.scope-item__description-img img {
  height: 56px;
  width: 56px;
  min-width: 56px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1024px) {
  .scope-item__description-img img {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
}
.scope-item__description-wysywig {
  flex-grow: 1;
}
.scope-item__info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .scope-item__info {
    flex-direction: column-reverse;
  }
}
.scope-item__info-slider {
  margin-right: 30px;
  margin-bottom: 72px;
}
@media (max-width: 768px) {
  .scope-item__info-slider {
    margin-right: 0;
    margin-bottom: 56px;
  }
}
.scope-item__info-wysywig {
  padding-bottom: 24px;
}
@media (max-width: 1280px) {
  .scope-items__slider-sub {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .scope-items__slider-sub {
    margin-bottom: 24px;
  }
}
.scope-items__slider-sub h2 {
  margin: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #2D2E33;
}
@media (max-width: 1280px) {
  .scope-items__slider-sub h2 {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .scope-items__slider-sub h2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 576px) {
  .scope-items__slider-sub h2 {
    padding: 0 24px;
  }
}
/* contacts */
.contacts__info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 768px) {
  .contacts__info {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 16px;
  }
}
.contacts__info-left {
  grid-column: 1 / span 3;
  display: flex;
  padding: 24px 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .contacts__info-left {
    padding: 24px 32px;
  }
}
@media (max-width: 768px) {
  .contacts__info-left {
    grid-column: 1 / span 1;
    flex-direction: column;
  }
}
.contacts__phone {
  display: flex;
  height: 100%;
  margin-right: 32px;
  padding-right: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #EBECEE;
}
@media (max-width: 1024px) {
  .contacts__phone {
    margin-right: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .contacts__phone {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid #EBECEE;
  }
}
.contacts__phone a {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #2D2E33;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .contacts__phone a {
    font-size: 18px;
  }
}
.contacts__phone a:hover {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.contacts__phone span {
  display: block;
  white-space: nowrap;
}
.contacts__phone span:first-child {
  margin-right: 8px;
}
.contacts__phone svg {
  height: 24px;
  width: 24px;
  fill: #2D2E33;
}
.contacts__docs {
  grid-column: 4 / span 1;
}
@media (max-width: 768px) {
  .contacts__docs {
    grid-column: 1 / span 1;
    grid-row: 2 / span 1;
  }
}
.contacts__docs a {
  height: 100%;
  justify-content: center;
}
.contacts__docs a > div {
  width: auto;
  flex-grow: 0;
}
@media (max-width: 768px) {
  .contacts__address {
    width: 100%;
  }
}
.contacts__address address {
  font-style: normal;
}
.contacts__address ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.contacts__address ul li {
  margin-bottom: 3px;
}
.contacts__address ul li:last-child {
  margin-bottom: 0;
}
.contacts__address ul p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #2D2E33;
}
.contacts__button {
  padding: 10px 14px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .contacts__button {
    width: 100%;
    justify-content: center;
  }
}
.contacts__map {
  height: 456px;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .contacts__map {
    display: none;
  }
}
.contacts__map img {
  height: auto;
  height: 456px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid #707075;
}
.contacts__scope .scope__order {
  margin-top: 52px;
}
@media (max-width: 1024px) {
  .contacts__scope .scope__order {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .contacts__scope .scope__order {
    margin-top: 48px;
  }
}
/* error-page */
.error-page {
  display: flex;
  padding-top: 32px;
  flex-direction: column;
  justify-items: flex-start;
  align-items: center;
}
@media (max-width: 576px) {
  .error-page {
    padding-top: 16px;
  }
}
.error-page h2 {
  margin: 0;
  margin-bottom: 16px;
  font-size: 120px;
  line-height: 1;
  font-weight: 800;
  color: #2D2E33;
  opacity: 0.05;
}
@media (max-width: 576px) {
  .error-page h2 {
    font-size: 96px;
  }
}
.error-page p {
  margin: 0;
  margin-bottom: 64px;
  padding-top: 10px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #2D2E33;
  position: relative;
}
@media (max-width: 576px) {
  .error-page p {
    margin-bottom: 56px;
    font-size: 22px;
    line-height: 24px;
  }
}
.error-page p::before {
  content: "";
  height: 2px;
  width: 64px;
  margin: 0 auto;
  background-color: #DA1921;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* article-list */
.article-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1024px) {
  .article-list__list {
    gap: 11px;
  }
}
@media (max-width: 900px) {
  .article-list__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .article-list__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article-list__link > div {
  height: auto;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.article-list__link > div:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #35363C;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
}
.article-list__link h3 {
  margin: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #2D2E33;
}
.article-list__link span {
  display: block;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  color: #707075;
}
.article-list__link {
  display: block;
}
.article-list__link img {
  height: auto;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.article-list__link:hover div:after {
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}
.article-list__link:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
/* article */
.article__date {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1;
  color: #707075;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .article__date {
    margin-bottom: 8px;
  }
}
.article__img {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .article__img {
    margin-bottom: 16px;
  }
}
.article__img img {
  height: auto;
  width: 670px;
}
@media (max-width: 768px) {
  .article__img img {
    width: 100%;
  }
}
.article__wysywig h3 {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .article__wysywig h3 {
    margin-bottom: 8px;
  }
}
.article__wysywig ul {
  padding-top: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .article__wysywig ul {
    margin-bottom: 16px;
  }
}
.article__wysywig img {
  height: auto;
  width: 670px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .article__wysywig img {
    width: 100%;
  }
}
.article__wysywig iframe {
  height: 377px;
  width: 670px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .article__wysywig iframe {
    height: 360px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .article__wysywig iframe {
    height: 260px;
  }
}
/* buy */
.buy__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #2D2E33;
}
@media (max-width: 768px) {
  .buy__title {
    font-size: 18px;
    line-height: 22px;
  }
}
.buy__text {
  margin: 0;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #707075;
}
@media (max-width: 768px) {
  .buy__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }
}
.buy__wysywig {
  margin-bottom: 48px;
}
@media (max-width: 576px) {
  .buy__wysywig {
    margin-bottom: 32px;
  }
}
.buy__form {
  padding: 40px 56px;
  border-radius: 12px;
  background-color: #FFFFFF;
}
@media (max-width: 576px) {
  .buy__form {
    padding: 0;
    border-radius: 0;
    background-color: inherit;
  }
}
.buy__form .form__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1024px) {
  .buy__form .form__list {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.buy__form .form__list li:nth-child(4),
.buy__form .form__list li:nth-child(5),
.buy__form .form__list li:last-child {
  grid-column: 1 / span 3;
}
@media (max-width: 1024px) {
  .buy__form .form__list li:nth-child(4),
  .buy__form .form__list li:nth-child(5),
  .buy__form .form__list li:last-child {
    grid-column: 1 / span 1;
  }
}
.buy__form input {
  min-height: 48px;
}
@media (max-width: 576px) {
  .buy__form input {
    min-height: 40px;
  }
}
.buy__form .form__file-field label {
  min-height: 48px;
}
@media (max-width: 576px) {
  .buy__form .form__file-field label {
    min-height: 40px;
  }
}
.buy__form .form__button {
  width: 255px;
  justify-content: center;
}
@media (max-width: 576px) {
  .buy__form .form__button {
    width: 100%;
  }
}
/* about */
.about__wysywig {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .about__wysywig {
    margin-bottom: 32px;
  }
}
.about__list {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .about__list {
    margin-bottom: 32px;
  }
}
.about__list h2 {
  margin: 0;
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about__list h2 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 22px;
  }
}
.about__docs {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .about__docs {
    margin-bottom: 24px;
  }
}
.about__docs h2 {
  margin: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about__docs h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .about__order .decor-callback {
    grid-template-rows: 70px 1fr;
  }
}
.about__order .decor-callback-back {
  height: 186px;
  width: 472px;
  transform: translateY(40px) translateX(56px);
}
@media (max-width: 768px) {
  .about__order .decor-callback-back {
    height: 110px;
    width: 100%;
    transform: translateY(0) translateX(0);
  }
}
@media (max-width: 768px) {
  .about__order .decor-callback-back img {
    height: 110px;
    width: auto;
    bottom: 60px;
  }
}
.about__slider h2 {
  margin: 0 auto;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .about__slider h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* modal */
.modal {
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal--show {
  -webkit-animation: fade-in 0.4s ease-in-out both;
          animation: fade-in 0.4s ease-in-out both;
  display: flex;
}
.modal--show .modal__wrapper {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}
.modal__wrapper {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFFFFF;
  box-shadow: none;
  overflow: auto;
  position: relative;
}
.modal__wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}
.modal__wrapper::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.modal__wrapper::-webkit-scrollbar-thumb {
  background-color: #35363C;
  border-radius: 20px;
}
.modal__content {
  width: 100%;
  padding: 20px;
}
.modal__title {
  margin: 0;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.modal__text {
  margin: 0;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .modal__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }
}
.modal__close {
  padding: 0;
  border: none;
  background-color: inherit;
  display: flex;
  height: 40px;
  width: 40px;
  min-height: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  position: sticky;
  bottom: calc(100% - 40px);
  left: calc(100% - 40px);
  right: auto;
}
.modal__close span {
  display: block;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.modal__close svg {
  height: 32px;
  width: 32px;
  fill: #2D2E33;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover span {
  transform: rotate(360deg);
  transition: all 0.4s ease-in-out;
}
.modal__overlay {
  z-index: 0;
}
.modal__map {
  display: block;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #707075;
}
.modal__iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* высота контейнера для 16:9 (если 4:3 — 75%) */
  height: 0;
  overflow: hidden;
}
.modal__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
/* modal-nav */
.modal-nav {
  display: none;
}
@media (max-width: 1024px) {
  .modal-nav {
    display: block;
    max-width: 50%;
    transform: translateX(-101%);
    transition: all 0.4s ease-out;
  }
}
@media (max-width: 768px) {
  .modal-nav {
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .modal-nav {
    max-width: none;
  }
}
.modal-nav.modal--show {
  transform: translateX(0);
  transition: all 0.4s ease-out;
}
.modal-nav__utility {
  display: flex;
  width: 100%;
  padding: 32px 0;
  border-top: 1px solid #EBECEE;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
/* modal-feedback */
.modal-feedback {
  margin: auto;
  top: 48px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .modal-feedback {
    top: 0;
  }
}
.modal-feedback .modal__wrapper {
  height: 830px;
  width: 570px;
  padding: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .modal-feedback .modal__wrapper {
    width: 100%;
  }
}
.modal-feedback .modal__content {
  padding: 44px 60px;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  .modal-feedback .modal__content {
    padding: 44px 12px;
    padding-bottom: 24px;
  }
}
/* modal-video */
.modal-video {
  margin: auto;
  top: 48px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .modal-video {
    top: 0;
  }
}
.modal-video .modal__wrapper {
  height: 640px;
  width: 870px;
  padding: 12px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal-video .modal__wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .modal-video .modal__wrapper {
    height: 100%;
  }
}
.modal-video .modal__content {
  height: 100%;
  display: flex;
  padding: 44px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .modal-video .modal__content {
    padding: 44px 12px;
  }
}
.modal-video .modal__title {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .modal-video .modal__title {
    margin-bottom: 24px;
  }
}
/* modal-map */
.modal-map {
  margin: auto;
  top: 0;
  left: 0;
}
.modal-map .modal__wrapper {
  height: 100%;
  padding: 12px;
}
.modal-map .modal__content {
  height: 100%;
  padding: 44px 60px;
}
@media (max-width: 576px) {
  .modal-map .modal__content {
    padding: 44px 12px;
  }
}

/* End */
/* /local/templates/stp-epp/css/styles.css?1750996200130107 */
