/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::selection {
  color: #fff;
  background-color: #FC6900;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 600;
}

h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
  font-size: 34px;
}

@media only screen and (max-width: 992px) {
  h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
    font-size: 24px;
  }
}

h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3 {
  font-weight: 600;
  font-size: 24px;
}

@media only screen and (max-width: 992px) {
  h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3 {
    font-size: 18px;
  }
}

h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4 {
  font-size: 20px;
}

@media only screen and (max-width: 992px) {
  h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4 {
    font-size: 16px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .mb30 {
    margin-bottom: 15px;
  }
}

.mb25 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 992px) {
  .mb25 {
    margin-bottom: 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb15 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .mb15 {
    margin-bottom: 5px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .mb10 {
    margin-bottom: 5px;
  }
}

.pt30 {
  padding-top: 30px;
}

a {
  color: inherit;
  text-decoration: none;
}

a.link-accent {
  color: #FC6900;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.link-accent:hover {
  color: #BD5100;
}

a.link-gray {
  color: #606060;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

a.link-gray:hover {
  color: #1e1e1e;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-accent {
  color: #FC6900;
}

.c-gray {
  color: #9F9F9F;
}

.c-red {
  color: red;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

html {
  background-color: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 375px;
  font-size: 16px;
  line-height: 1.6;
  color: #1E1E1E;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}

body.oh, html.oh {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.oh::-webkit-scrollbar, html.oh::-webkit-scrollbar {
  display: none;
}

body.oh::-webkit-scrollbar, html.oh::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}

.container {
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1390px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

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

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  line-height: 1.25;
  -webkit-transition: .25s;
  transition: .25s;
  width: auto;
  height: 40px;
  padding: 0 30px;
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
}

.btn--accent {
  background-color: #FC6900;
}

.btn--accent:hover {
  background-color: #DF5F00;
}

.btn--accent:active {
  color: #ffc297;
}

.btn--light {
  background-color: #F3F3F7;
  color: #5f6573;
}

.btn--light:hover {
  background-color: #EAEAF0;
}

.btn--light:active {
  color: #8C93A4;
}

.btn.disabled {
  background-color: #e2e2e9;
  color: #9b9ca5;
  pointer-events: none;
}

.btn.w100 {
  width: 100%;
}

.btn img, .btn svg {
  width: 20px;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 185px;
}

@media only screen and (max-width: 992px) {
  .page-container {
    padding-top: 110px;
  }
}

.page-container header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container header.header-main.fixed {
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.15);
  margin-top: -95px;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main.fixed {
    margin-top: -50px;
  }
}

.page-container header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 95px;
  grid-template-columns: auto auto 1fr auto auto auto;
  grid-gap: 70px;
  position: relative;
  padding: 15px 0 5px;
  z-index: 10;
}

@media only screen and (max-width: 1390px) {
  .page-container header.header-main .grid {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid {
    height: 50px;
    grid-template-columns: 1fr auto;
  }
}

.page-container header.header-main .grid .logo-wrap {
  font-size: 0;
}

.page-container header.header-main .grid .logo-wrap a {
  display: inline-block;
}

.page-container header.header-main .grid .logo-wrap a img {
  display: block;
  width: 120px;
}

@media only screen and (max-width: 1390px) {
  .page-container header.header-main .grid .logo-wrap a img {
    width: 80px;
  }
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .logo-wrap a img {
    width: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .location-wrap {
    display: none;
  }
}

.page-container header.header-main .grid .search-wrap {
  padding: 0 30px;
}

@media only screen and (max-width: 1390px) {
  .page-container header.header-main .grid .search-wrap {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .search-wrap {
    display: none;
  }
}

.page-container header.header-main .grid .phone-wrap {
  padding-top: 15px;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .phone-wrap {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .login-wrap {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap {
    position: fixed;
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FC6900;
  color: #fff;
  font-weight: 600;
  grid-gap: 10px;
  border-radius: 50px;
  padding: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart {
    pointer-events: auto;
    position: fixed;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 30px;
    padding: 10px;
  }
}

@media only screen and (min-width: 993px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart.fixed {
    -webkit-transform: translate(0, 77px);
            transform: translate(0, 77px);
    z-index: 10;
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart:hover {
  background-color: #DF5F00;
}

.page-container header.header-main .grid .cart-wrap button.btn-cart .ic {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-container header.header-main .grid .cart-wrap button.btn-cart .ic svg {
  fill: #000;
}

.page-container header.header-main .grid .cart-wrap button.btn-cart p {
  padding-right: 15px;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart p {
    display: none;
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart .count {
  margin-left: -15px;
  background-color: #373535;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart .count {
    position: absolute;
    top: -10px;
    right: -5px;
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart .count:not(.active) {
  display: none;
}

.page-container header.header-main .grid .cart-wrap button.btn-cart ul {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  background-color: #373535;
  border-radius: 10px;
  min-width: 110px;
  max-width: 100%;
  color: #fff;
  padding: 20px;
  text-align: left;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart ul {
    top: 50%;
    right: calc(100% + 15px);
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart ul:not(.active) {
  opacity: 0;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart ul:not(.active) {
    -webkit-transform: translate(-2px, -50%);
            transform: translate(-2px, -50%);
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart ul::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 6.5px 12px 6.5px;
  border-color: transparent transparent #373535 transparent;
  top: -11px;
  left: 17px;
}

@media only screen and (max-width: 992px) {
  .page-container header.header-main .grid .cart-wrap button.btn-cart ul::before {
    border-width: 6.5px 0 6.5px 12px;
    border-color: transparent transparent transparent #373535;
    top: calc(50% - 7px);
    left: calc(100% - 2px);
  }
}

.page-container header.header-main .grid .cart-wrap button.btn-cart ul li {
  font-size: 14px;
  font-weight: 600;
}

.page-container header.header-main .grid .cart-wrap button.btn-cart ul li:not(:last-child) {
  margin-bottom: 3px;
}

.page-container footer.footer-main {
  color: #fff;
}

.page-container footer.footer-main .nav-wrap {
  background-color: #FC6900;
  padding: 12px 0;
}

.page-container footer.footer-main .nav-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 5px 40px;
}

@media only screen and (max-width: 576px) {
  .page-container footer.footer-main .nav-wrap ul {
    display: grid;
  }
}

.page-container footer.footer-main .nav-wrap ul li a {
  font-weight: 600;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main .nav-wrap ul li a:hover {
  color: #1E1E1E;
}

.page-container footer.footer-main .footer-wrap {
  background-color: #181818;
  font-size: 14px;
}

.page-container footer.footer-main .footer-wrap .items {
  padding: 50px 0 15px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .footer-wrap .items {
    padding: 20px 0 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 50px;
  }
}

@media only screen and (max-width: 576px) {
  .page-container footer.footer-main .footer-wrap .items {
    grid-template-columns: 1fr 1fr;
  }
}

.page-container footer.footer-main .footer-wrap .items .item p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .footer-wrap .items .item p {
    margin-bottom: 10px;
  }
}

.page-container footer.footer-main .footer-wrap .items .item a {
  color: #9a9a9a;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main .footer-wrap .items .item a.b {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.page-container footer.footer-main .footer-wrap .items .item a.b:hover {
  color: #9a9a9a;
}

.page-container footer.footer-main .footer-wrap .items .item a:hover {
  color: #fff;
}

.page-container footer.footer-main .footer-wrap .items .item li:not(:last-child) {
  margin-bottom: 8px;
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap {
  padding: 15px 0 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 35px;
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .info-pay-wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .info-pay-wrap span {
    font-size: 12px;
  }
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap .info-wrap {
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 65px;
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .info-pay-wrap .info-wrap {
    grid-gap: 20px;
    padding: 14px 15px;
  }
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap .info-wrap p {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .info-pay-wrap .info-wrap p {
    font-size: 18px;
  }
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap .info-wrap p a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap .info-wrap p a:hover {
  color: #FC6900;
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap .pay-wrap {
  padding: 14px 0;
}

.page-container footer.footer-main .footer-wrap .info-pay-wrap .pay-wrap img {
  display: block;
  width: 99px;
  margin-top: 8px;
}

.page-container footer.footer-main .footer-wrap .footer-wrap {
  border-top: 1px solid #484848;
  padding: 24px 0;
  color: #9a9a9a;
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .footer-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}

.page-container footer.footer-main .footer-wrap .footer-wrap a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.page-container footer.footer-main .footer-wrap .footer-wrap a:hover {
  color: #fff;
}

.page-container footer.footer-main .footer-wrap .footer-wrap .copy-wrap {
  padding-right: 100px;
}

@media only screen and (max-width: 992px) {
  .page-container footer.footer-main .footer-wrap .footer-wrap .copy-wrap {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .footer-wrap .link-wrap {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    grid-column-end: span 2;
  }
}

.page-container footer.footer-main .footer-wrap .footer-wrap .social-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 20px;
}

@media only screen and (max-width: 768px) {
  .page-container footer.footer-main .footer-wrap .footer-wrap .social-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page-container footer.footer-main .footer-wrap .footer-wrap .social-wrap a:hover svg {
  fill: #fff;
}

.page-container footer.footer-main .footer-wrap .footer-wrap .social-wrap a svg {
  fill: #3E3E3E;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-delivery {
  background-color: #d7ebdd;
  border-radius: 10px;
  padding: 15px 20px;
}

.block-delivery.yellow {
  background-color: #ede5bb;
}

.block-delivery p {
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
  .block-delivery p {
    margin-top: 8px;
  }
}

.block-input-section {
  display: grid;
  grid-gap: 15px;
}

.block-input-section .btns-wrap {
  margin-top: 5px;
  display: grid;
  grid-gap: 20px;
}

.block-input {
  position: relative;
}

.block-input .label {
  font-size: 14px;
  color: #333;
}

.block-input input, .block-input select, .block-input textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D3D3D3;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
}

.block-input input:focus, .block-input select:focus, .block-input textarea:focus {
  border-color: #FC6900;
}

.block-input input.error, .block-input select.error, .block-input textarea.error {
  margin-bottom: 40px;
}

.block-input input.disabled, .block-input select.disabled, .block-input textarea.disabled {
  pointer-events: none;
  border-color: #d3d3d3;
  background-color: #f3f3f7;
  font-weight: bold;
}

.block-input input, .block-input select {
  height: 40px;
}

.block-input select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("../img/ic-select.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  padding-right: 35px;
  text-overflow: ellipsis;
}

.block-input select:invalid {
  color: #7F848F;
}

.block-input select option {
  color: #1E1E1E;
}

.block-input select option:disabled {
  color: gray;
}

.block-input textarea {
  height: 120px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.block-input .dn-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 96px 1fr;
}

.block-input .dn-wrap .select-wrap {
  position: relative;
}

.block-input label.error {
  display: block;
  background-color: #D8283B;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  padding: 6px 10px;
  line-height: 1.25;
  margin-top: 9px;
  position: absolute;
  left: 0;
  top: calc(100% - 40px);
}

.block-input label.error::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 13px 6.5px;
  border-color: transparent transparent #D8283B transparent;
  top: -8px;
  left: 17px;
}

.block-phone-code {
  display: grid;
  grid-template-columns: repeat(4, 50px);
  grid-gap: 10px;
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .block-phone-code {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block-phone-code .block-input input {
  height: 70px;
  padding: 0 10px;
  text-align: center;
  font-size: 30px;
}

.block-switch {
  background-color: #f3f3f7;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  padding: 3px;
}

@media only screen and (max-width: 480px) {
  .block-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.block-switch label {
  position: relative;
}

.block-switch label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.block-switch label input:checked + p {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.block-switch label p {
  cursor: pointer;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .block-switch label p {
    font-size: 12px;
    text-align: center;
    padding: 5px 0px;
  }
}

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

.block-checkbox.small label .checkbox {
  width: 18px;
  height: 18px;
}

.block-checkbox label {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.block-checkbox label input {
  position: absolute;
  left: 0;
  width: 1px;
  opacity: 0;
}

.block-checkbox label input:checked ~ .checkbox svg {
  opacity: 1;
}

.block-checkbox label .checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #D3D3D3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
}

.block-checkbox label .checkbox svg {
  fill: #FC6900;
  opacity: 0;
}

.block-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

@media only screen and (max-width: 1390px) {
  .block-products {
    grid-gap: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .block-products {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .block-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 576px) {
  .block-products {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.block-product {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .block-product {
    grid-template-rows: unset;
    grid-template-columns: 108px 1fr;
    grid-gap: 0 10px;
    padding: 10px;
    border-radius: 10px;
  }
}

.block-product .disabled {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
}

@media only screen and (max-width: 576px) {
  .block-product .disabled {
    padding-left: 125px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block-product .disabled p {
  font-size: 20px;
  line-height: 1.3;
}

@media only screen and (max-width: 1390px) {
  .block-product .disabled p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 576px) {
  .block-product .disabled p {
    font-size: 14px;
  }
}

.block-product .disabled p b {
  font-weight: 600;
}

.block-product .disabled p span {
  font-size: 24px;
}

@media only screen and (max-width: 1390px) {
  .block-product .disabled p span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .block-product .disabled p span {
    font-size: 16px;
  }
}

.block-product .img-wrap {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 576px) {
  .block-product .img-wrap {
    grid-row-end: span 3;
  }
}

.block-product .img-wrap .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
  grid-gap: 10px;
  pointer-events: none;
}

@media only screen and (max-width: 576px) {
  .block-product .img-wrap .label-wrap {
    padding: 5px;
    grid-gap: 5px;
  }
}

.block-product .img-wrap .label-wrap .label {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  padding: 7px 14px;
  pointer-events: auto;
}

@media only screen and (max-width: 576px) {
  .block-product .img-wrap .label-wrap .label {
    font-size: 12px;
    padding: 5px 13px;
  }
}

.block-product .img-wrap .label-wrap .label.green {
  background-color: #59cd35;
}

.block-product .img-wrap .label-wrap .label.red {
  background-color: #EB0910;
}

.block-product .img-wrap .label-wrap img {
  display: block;
  width: 40px;
  pointer-events: auto;
}

@media only screen and (max-width: 576px) {
  .block-product .img-wrap .label-wrap img {
    width: 22px;
  }
}

.block-product .img-wrap .wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-top: 100%;
}

@media only screen and (max-width: 576px) {
  .block-product .img-wrap .wrap {
    border-radius: 8px;
  }
}

.block-product .img-wrap .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-product .title {
  padding: 15px 20px 0;
  font-size: 24px;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  .block-product .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .block-product .title {
    padding: 5px 0;
    font-size: 18px;
  }
}

.block-product .desc-params-wrap {
  padding: 8px 20px;
  font-size: 14px;
}

@media only screen and (max-width: 576px) {
  .block-product .desc-params-wrap {
    padding: 0;
    font-size: 12px;
  }
}

.block-product .desc-params-wrap .desc {
  color: #5c6370;
}

.block-product .desc-params-wrap .params {
  padding-top: 5px;
}

.block-product .bottom-wrap {
  padding: 20px 20px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  align-self: flex-end;
}

@media only screen and (max-width: 576px) {
  .block-product .bottom-wrap {
    grid-column-end: span 2;
    grid-gap: 10px;
    padding: 10px 0 0;
  }
}

.block-product .bottom-wrap .price {
  font-size: 24px;
}

@media only screen and (max-width: 992px) {
  .block-product .bottom-wrap .price {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .block-product .bottom-wrap .price {
    font-size: 18px;
  }
}

.block-product .bottom-wrap .btn-wrap a {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  background-color: #fef0e5;
  border-radius: 50px;
  color: #D25600;
  font-weight: bold;
  padding: 0 18px;
  height: 40px;
  line-height: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 576px) {
  .block-product .bottom-wrap .btn-wrap a {
    height: 30px;
    font-size: 12px;
    padding: 0 10px;
    grid-gap: 7px;
  }
}

.block-product .bottom-wrap .btn-wrap a:hover {
  background-color: #FC6900;
  color: #fff;
}

.block-product .bottom-wrap .btn-wrap a svg {
  width: 20px;
  fill: currentColor;
}

@media only screen and (max-width: 576px) {
  .block-product .bottom-wrap .btn-wrap a svg {
    width: 14px;
    padding-bottom: 2px;
  }
}

.block-product-inner {
  display: grid;
}

.block-product-inner .img-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .block-product-inner .img-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner .img-wrap {
    max-width: 100%;
  }
}

.block-product-inner .img-wrap .label-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px;
  grid-gap: 10px;
  pointer-events: none;
}

@media only screen and (max-width: 576px) {
  .block-product-inner .img-wrap .label-wrap {
    padding: 10px;
    grid-gap: 5px;
  }
}

.block-product-inner .img-wrap .label-wrap .label {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  padding: 7px 14px;
  pointer-events: auto;
}

.block-product-inner .img-wrap .label-wrap .label.green {
  background-color: #59cd35;
}

.block-product-inner .img-wrap .label-wrap .label.red {
  background-color: #EB0910;
}

.block-product-inner .img-wrap .label-wrap img {
  display: block;
  width: 40px;
  pointer-events: auto;
}

@media only screen and (max-width: 576px) {
  .block-product-inner .img-wrap .label-wrap img {
    width: 22px;
  }
}

.block-product-inner .img-wrap .wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-top: 100%;
}

@media only screen and (max-width: 480px) {
  .block-product-inner .img-wrap .wrap {
    height: 340px;
    width: 100%;
    padding-top: 0;
  }
}

.block-product-inner .img-wrap .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-product-inner .content-wrap {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 30px;
}

@media only screen and (max-width: 768px) {
  .block-product-inner .content-wrap {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner .content-wrap .nano {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner .content-wrap .nano > .nano-content {
    position: static;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner .content-wrap .scroll-wrap {
    background-color: rgba(255, 255, 255, 0.83);
    padding-top: 10px;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .block-product-inner .content-wrap .scroll-wrap.scroll-150 {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .block-product-inner .content-wrap .scroll-wrap.scroll-250 {
    background-color: rgba(255, 255, 255, 0.95);
  }
  .block-product-inner .content-wrap .scroll-wrap.scroll-350 {
    background-color: white;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}

.block-product-inner .content-wrap .text-wrap {
  padding-left: 10px;
}

.block-product-inner .content-wrap .text-wrap .title {
  font-size: 24px;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  .block-product-inner .content-wrap .text-wrap .title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .block-product-inner .content-wrap .text-wrap .title {
    padding: 5px 0;
    font-size: 18px;
  }
}

.block-product-inner .content-wrap .text-wrap .desc-params-wrap {
  font-size: 14px;
  padding-top: 8px;
}

@media only screen and (max-width: 576px) {
  .block-product-inner .content-wrap .text-wrap .desc-params-wrap {
    padding: 0;
    font-size: 12px;
  }
}

.block-product-inner .content-wrap .text-wrap .desc-params-wrap .desc {
  color: #5c6370;
}

.block-product-inner .content-wrap .text-wrap .desc-params-wrap .params {
  padding-top: 5px;
}

.block-product-inner .content-wrap .add-wrap {
  padding: 20px 10px 10px;
}

.block-product-inner .content-wrap .add-wrap .items {
  margin-top: 15px;
  display: grid;
  grid-gap: 8px;
  grid-auto-rows: 1fr;
}

.block-product-inner .content-wrap .add-wrap .items button {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid transparent;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-product-inner .content-wrap .add-wrap .items button:hover {
  border-color: #f1f1f1;
}

.block-product-inner .content-wrap .add-wrap .items button.active {
  border-color: #FC6900;
}

.block-product-inner .content-wrap .add-wrap .items button img {
  display: block;
  width: 100%;
}

.block-product-inner .content-wrap .add-wrap .items button p {
  margin-top: 5px;
  font-size: 14px;
}

.block-product-inner .content-wrap .add-wrap .items button .price {
  font-size: 18px;
  padding-top: 2px;
  margin-top: auto;
}

.block-product-inner--popup {
  grid-template-columns: 400px 1fr;
  grid-gap: 20px;
}

@media only screen and (max-width: 850px) {
  .block-product-inner--popup {
    grid-template-columns: 300px 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner--popup {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .img-wrap {
    position: fixed;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap {
    position: relative;
    z-index: 10;
    padding-top: 355px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .text-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .text-wrap .title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .text-wrap .desc-params-wrap {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .add-wrap {
    padding: 20px 15px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .add-wrap .h4 {
    font-size: 18px;
  }
}

.block-product-inner--popup .content-wrap .add-wrap .items {
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 768px) {
  .block-product-inner--popup .content-wrap .add-wrap .items {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .add-wrap .items {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--popup .content-wrap .btn-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
  }
  .block-product-inner--popup .content-wrap .btn-wrap::after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    top: -30px;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #fff 5.57%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
  }
}

.block-product-inner--single {
  grid-template-columns: 400px 1fr;
  grid-gap: 25px;
}

@media only screen and (max-width: 992px) {
  .block-product-inner--single {
    grid-template-columns: 300px 1fr;
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner--single {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner--single .content-wrap .text-wrap {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner--single .content-wrap .add-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-product-inner--single .content-wrap .add-wrap .items {
  grid-template-columns: repeat(7, 1fr);
}

@media only screen and (max-width: 1390px) {
  .block-product-inner--single .content-wrap .add-wrap .items {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .block-product-inner--single .content-wrap .add-wrap .items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .block-product-inner--single .content-wrap .add-wrap .items {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .block-product-inner--single .content-wrap .add-wrap .items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.block-product-inner--single .content-wrap .btn-wrap {
  max-width: 346px;
}

@media only screen and (max-width: 768px) {
  .block-product-inner--single .content-wrap .btn-wrap {
    margin-top: 30px;
  }
}

.swiper-arrow {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 4;
  top: calc(50% - 36px / 2);
  background-color: #373535;
  border-radius: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-arrow:hover {
  background-color: #FC6900;
}

.swiper-arrow--prev {
  left: 0;
}

.swiper-arrow--next {
  right: 0;
}

.swiper-arrow svg {
  fill: #fff;
}

.swiper-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.swiper-arrow.shadow {
  -webkit-box-shadow: 0 0 6px 11px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 6px 11px rgba(255, 255, 255, 0.8);
}

.cart-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart-popup:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.cart-popup:not(.active) .block {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}

.cart-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.cart-popup .block {
  background-color: #fff;
  max-width: 410px;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px 0;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block {
    max-width: 100%;
    padding: 0 0 25px 0;
    grid-template-rows: auto auto 1fr auto auto;
  }
}

@media only screen and (min-width: 577px) {
  .cart-popup .block .header-mob-back {
    display: none;
  }
}

.cart-popup .block button.close {
  position: absolute;
  top: 10px;
  left: -60px;
  background-color: #373535;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .cart-popup .block button.close {
    width: 35px;
    height: 35px;
    left: -45px;
  }
}

@media only screen and (max-width: 576px) {
  .cart-popup .block button.close {
    display: none;
  }
}

.cart-popup .block button.close:hover {
  background-color: #FC6900;
}

.cart-popup .block button.close svg {
  fill: #fff;
}

@media only screen and (max-width: 992px) {
  .cart-popup .block button.close svg {
    width: 12px;
  }
}

.cart-popup .block .title-top {
  font-size: 28px;
  padding: 0 30px;
  font-weight: 600;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .title-top {
    font-size: 24px;
  }
}

.cart-popup .block .scroll-wrap {
  margin-top: 20px;
  position: relative;
  padding-right: 10px;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .scroll-wrap {
    margin-top: 5px;
  }
}

.cart-popup .block .scroll-wrap::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 5.57%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.cart-popup .block .scroll-wrap .scroll {
  height: 100%;
}

.cart-popup .block .scroll-wrap .items {
  display: grid;
  grid-gap: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 20px;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .scroll-wrap .items {
    padding-left: 15px;
  }
}

.cart-popup .block .scroll-wrap .items .item {
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
}

.cart-popup .block .scroll-wrap .items .item .top-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 70px;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap .text-wrap .title {
  font-size: 18px;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap .text-wrap .desc-params-wrap {
  font-size: 12px;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap .text-wrap .desc-params-wrap .desc {
  color: #5c6370;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap .text-wrap .desc-params-wrap .params {
  padding-top: 5px;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap button.delete {
  margin-top: 5px;
  margin-right: 5px;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap button.delete:hover svg {
  fill: red;
}

.cart-popup .block .scroll-wrap .items .item .top-wrap button.delete svg {
  fill: #000;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 15px;
  margin-top: 20px;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .count-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .count-wrap button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #ededed;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .count-wrap button:hover {
  background-color: #FC6900;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .count-wrap button:hover svg {
  fill: #fff;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .count-wrap button svg {
  fill: #333;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .count-wrap span {
  line-height: 1;
  font-size: 14px;
}

.cart-popup .block .scroll-wrap .items .item .bottom-wrap .price {
  font-size: 18px;
}

.cart-popup .block .add-wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}

.cart-popup .block .add-wrap .h4 {
  padding-left: 30px;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .add-wrap .h4 {
    padding-left: 15px;
  }
}

.cart-popup .block .add-wrap .add-items {
  margin-top: 15px;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .add-wrap .add-items {
    margin-top: 10px;
  }
}

.cart-popup .block .add-wrap .add-items .swiper-wrapper {
  padding: 15px 30px;
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .add-wrap .add-items .swiper-wrapper {
    padding: 10px 15px;
  }
}

.cart-popup .block .add-wrap .add-items .item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  padding: 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 220px;
}

.cart-popup .block .add-wrap .add-items .item .img-wrap img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 6px;
}

.cart-popup .block .add-wrap .add-items .item .text-wrap .title {
  font-size: 14px;
  line-height: 1.2;
}

.cart-popup .block .add-wrap .add-items .item .text-wrap .price {
  font-size: 18px;
}

.cart-popup .block .bottom-wrapper {
  padding: 15px 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 576px) {
  .cart-popup .block .bottom-wrapper {
    padding: 10px 15px 0;
  }
}

.cart-popup .block .bottom-wrapper .block-table-price {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.cart-popup .block .bottom-wrapper .block-table-price .tr.big {
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  margin-top: 15px;
}

.cart-popup .block .bottom-wrapper .btn-wrap {
  margin-top: 20px;
}

.block-table-price {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E0E0E0;
}

.block-table-price .tr {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  font-size: 14px;
  padding-bottom: 10px;
}

.block-table-price .tr.big {
  font-size: 20px;
  padding-top: 30px;
}

.block-table-price .tr .td {
  line-height: 1.3;
}

.block-table-price .tr .td:nth-child(2) {
  text-align: right;
}

.block-table-price .tr .td b {
  font-weight: 600;
}

.nano > .nano-pane {
  background: none;
  width: 8px;
}

.nano > .nano-pane > .nano-slider {
  background: #EDEDED;
  margin: 0;
  border-radius: 50px;
}

.header-mob-back {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}

.header-mob-back .btn-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background-color: #eee;
  border-radius: 0px 0px 10px 0px;
}

.header-mob-back .logo-wrap a {
  font-size: 0;
}

.header-mob-back .logo-wrap a img {
  width: 62px;
  display: block;
}

button.menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 24px;
  height: 16px;
  position: relative;
  background-color: transparent;
}

@media only screen and (min-width: 993px) {
  button.menu-btn {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .mfp-container {
    padding: 0;
  }
}

.popup {
  width: 100%;
  max-width: 444px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}

.popup button.close {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #373535;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: -50px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 11;
}

@media only screen and (max-width: 992px) {
  .popup button.close {
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .popup button.close.hidden-mob {
    display: none;
  }
}

.popup button.close:hover {
  background-color: #FC6900;
}

.popup button.close svg {
  fill: #fff;
}

@media only screen and (max-width: 992px) {
  .popup button.close svg {
    width: 12px;
  }
}

.popup button.close-arrow-down {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  position: fixed;
  top: 25px;
  left: 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 11;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 481px) {
  .popup button.close-arrow-down {
    display: none;
  }
}

.popup button.close-arrow-down:hover {
  background-color: #FC6900;
}

.popup button.close-arrow-down svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.popup button.close-arrow-back {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background-color: #eee;
  border-radius: 0px 0px 10px 0px;
}

@media only screen and (min-width: 481px) {
  .popup button.close-arrow-back {
    display: none;
  }
}

.popup--product {
  max-width: 840px;
  min-height: 660px;
  padding: 30px 15px 30px 30px;
  display: grid;
}

@media only screen and (max-width: 768px) {
  .popup--product {
    min-height: auto;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .popup--product {
    position: fixed;
    min-height: none;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: 0;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
  }
}

.popup--text {
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .popup--text {
    max-width: calc(100% - 10px);
  }
}

.popup--text p {
  font-weight: 500;
}

.popup--form {
  padding: 30px 40px;
}

.popup--form.login-code form .phone-wrap {
  display: none;
}

.popup--form.login-code form .code-wrap {
  display: block;
}

.popup--form.login-code form .btn-wrap.phone {
  display: none;
}

.popup--form.login-code form .btn-wrap.code {
  display: block;
}

@media only screen and (max-width: 480px) {
  .popup--form {
    padding: 15px;
    border-radius: 0;
    position: fixed;
    min-height: none;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    border-radius: 0;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .popup--form h2 {
    text-align: center;
  }
}

.popup--form form .code-wrap {
  display: none;
}

@media only screen and (max-width: 480px) {
  .popup--form form .code-wrap .change-wrap {
    text-align: center;
  }
}

.popup--form form .code-wrap .change-wrap .current-phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .popup--form form .code-wrap .change-wrap .current-phone-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.popup--form form .code-wrap .change-wrap .current-phone-wrap .phone {
  margin-right: 15px;
  font-weight: bold;
}

.popup--form form .text-wrap {
  color: #5c6370;
  font-size: 14px;
  margin-top: 20px;
}

@media only screen and (max-width: 480px) {
  .popup--form form .text-wrap {
    text-align: center;
  }
}

.popup--form form .btn-wrap {
  margin-top: 20px;
}

.popup--form form .btn-wrap.code {
  display: none;
}

.mfp-close {
  display: none !important;
}

.block-location {
  position: relative;
  display: block;
  min-width: 152px;
  font-size: 16px;
}

.block-location button {
  position: relative;
  padding: 0 26px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 100%;
  text-align: left;
}

.block-location button:hover {
  color: #FC6900;
}

.block-location button .ic {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
  font-size: 0;
}

.block-location button .ic.loc {
  left: 0;
}

.block-location button .ic.loc svg {
  fill: #CBCBCB;
}

.block-location button .ic.arrow {
  right: 0;
  fill: #000;
}

.block-location button .ic.white svg {
  fill: #fff;
}

.block-location ul {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-location ul:not(.active) {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
}

.block-location ul li {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-location ul li a {
  display: block;
  line-height: 1;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-location ul li a:hover {
  color: #FC6900;
  background-color: #f1f1f1;
}

.block-search {
  position: relative;
}

.block-search .block-input input {
  padding-right: 40px;
  font-weight: 400;
}

.block-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-search button:hover svg {
  fill: #000;
}

.block-search button svg {
  fill: #FC6900;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-phone {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
}

.block-phone .ic svg {
  fill: #CBCBCB;
}

.block-phone .text-wrap {
  line-height: 1.3;
}

.block-phone .text-wrap a {
  font-weight: bold;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-phone .text-wrap a:hover {
  color: #FC6900;
}

.block-phone .text-wrap p {
  color: #606060;
  font-size: 12px;
}

.block-btn-login a {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 10px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.block-btn-login a:hover {
  color: #FC6900;
}

.block-btn-login a svg {
  fill: #FC6900;
}

.menu-wrap {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

.menu-wrap.offset {
  margin-right: 150px;
}

@media only screen and (max-width: 992px) {
  .menu-wrap.offset {
    margin-right: 0;
  }
}

.menu-wrap.offset.has-products {
  margin-right: 175px;
}

@media only screen and (max-width: 992px) {
  .menu-wrap.offset.has-products {
    margin-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .menu-wrap .swiper-arrow {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .menu-wrap .swiper-arrow svg {
    display: none;
  }
}

.menu-wrap .swiper {
  padding: 10px 6px;
  margin: 0 -6px;
}

@media only screen and (max-width: 992px) {
  .menu-wrap .swiper {
    overflow: visible;
  }
}

.menu-wrap ul.inner-menu {
  position: absolute;
  top: calc(100% + 5px);
  z-index: 999;
  background-color: #373535;
  border-radius: 10px;
  width: 130px;
  color: #fff;
  padding: 15px;
  text-align: left;
  -webkit-transition: .25s;
  transition: .25s;
}

.menu-wrap ul.inner-menu:not(.active) {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
  pointer-events: none;
}

.menu-wrap ul.inner-menu:not(.active) li {
  pointer-events: none;
}

.menu-wrap ul.inner-menu::before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 6.5px 12px 6.5px;
  border-color: transparent transparent #373535 transparent;
  top: -11px;
  left: 17px;
}

.menu-wrap ul.inner-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
}

.menu-wrap ul.inner-menu li {
  font-size: 14px;
  font-weight: 600;
  pointer-events: auto;
}

.menu-wrap ul.inner-menu li a {
  color: #fff;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.menu-wrap ul.inner-menu li a:hover {
  color: #FC6900;
}

.menu-wrap ul.ul {
  position: relative;
}

.menu-wrap ul.ul li {
  width: auto;
}

.menu-wrap ul.ul li .item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 9px 16px 9px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 992px) {
  .menu-wrap ul.ul li .item {
    border-radius: 8px;
    font-size: 14px;
    padding: 5px 9px;
  }
}

.menu-wrap ul.ul li .item:hover {
  color: #FC6900;
}

.menu-wrap ul.ul li .item.active {
  border-color: #FC6900;
}

.menu-wrap ul.ul li .item img {
  width: 30px;
}

@media only screen and (max-width: 992px) {
  .menu-wrap ul.ul li .item img {
    width: 20px;
  }
}

.menu-wrap ul.ul li ul {
  display: none;
}

.menu-wrap .swiper-arrow--prev {
  left: -8px;
}

.menu-wrap .swiper-arrow--next {
  right: -8px;
}

.mobile-popup-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181818;
  color: #fff;
  display: grid;
  grid-template-rows: auto 1fr;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.mobile-popup-menu:not(.active) {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.mobile-popup-menu .header-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 15px;
}

.mobile-popup-menu .header-wrap .logo-wrap a {
  font-size: 0;
}

.mobile-popup-menu .header-wrap .logo-wrap a img {
  display: block;
  width: 60px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.mobile-popup-menu .header-wrap .menu-btn svg {
  fill: #fff;
}

.mobile-popup-menu .block {
  overflow: auto;
  padding: 25px 15px 15px;
}

.mobile-popup-menu .block .search-wrap {
  margin-bottom: 30px;
}

.mobile-popup-menu .block .location-wrap {
  margin-bottom: 35px;
}

.mobile-popup-menu .block .location-wrap .block-location ul {
  background-color: #000;
  top: 100%;
}

.mobile-popup-menu .block .location-wrap .block-location button {
  width: auto;
}

.mobile-popup-menu .block .phone-wrap p {
  font-size: 12px;
  margin-bottom: 5px;
}

.mobile-popup-menu .block .phone-wrap a {
  font-size: 22px;
  line-height: 1;
}

.mobile-popup-menu .block .login-wrap {
  margin-top: 30px;
}

.mobile-popup-menu .block nav.nav-wrap ul {
  margin-top: 20px;
  padding-bottom: 50px;
  border-top: 1px solid #3F3F3F;
}

.mobile-popup-menu .block nav.nav-wrap ul li {
  border-bottom: 1px solid #3F3F3F;
}

.mobile-popup-menu .block nav.nav-wrap ul li a {
  font-size: 16px;
  display: block;
  padding: 10px 0;
}

.section-delivery {
  padding: 120px 0 30px;
}

@media only screen and (max-width: 992px) {
  .section-delivery {
    padding: 60px 0 15px;
  }
}

.section-delivery .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media only screen and (max-width: 992px) {
  .section-delivery .items {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.section-social {
  padding: 30px 0;
}

@media only screen and (max-width: 992px) {
  .section-social {
    padding: 15px 0 30px;
  }
}

.section-social .block {
  border: 2px solid #E9E9E9;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .section-social .block {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.section-social .block .text-wrap p {
  margin-top: 5px;
}

.section-social .block .social-wrap {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 50px;
}

@media only screen and (max-width: 992px) {
  .section-social .block .social-wrap {
    grid-gap: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .section-social .block .social-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.section-social .block .social-wrap a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-social .block .social-wrap a:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
}

.section-social .block .social-wrap a img {
  display: block;
  width: 46px;
}

.section-breadcrumbs {
  padding: 0px 0 15px;
}

.section-breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-breadcrumbs ul li {
  color: #1e1e1e;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.section-breadcrumbs ul li:not(:last-child)::after {
  content: '/';
  display: block;
  margin: 0 5px;
}

.section-action .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media only screen and (max-width: 992px) {
  .section-action .items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .section-action .items {
    grid-template-columns: 1fr;
  }
}

.section-action .items .item a img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.section-action-inner {
  padding-top: 15px;
}

@media only screen and (max-width: 992px) {
  .section-action-inner {
    padding-top: 0;
  }
}

.section-action-inner .img-wrap img {
  display: block;
  width: 100%;
  border-radius: 10px;
}

.section-action-inner .text-wrap {
  padding-top: 20px;
}

.section-404 {
  padding-top: 50px;
}

@media only screen and (max-width: 992px) {
  .section-404 {
    padding-top: 15px;
  }
}

.section-404 .img-wrap {
  padding: 0 30px;
}

.section-404 .img-wrap img {
  display: block;
  width: 100%;
  max-width: 662px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .section-404 .img-wrap img {
    max-width: 480px;
  }
}

.section-404 .text-wrap {
  padding-top: 40px;
  max-width: 360px;
  margin: 0 auto;
}

.section-article ul {
  padding-left: 20px;
}

.section-article ul li {
  list-style-type: disc;
}

.section-contacts-map .wrapper {
  padding: 30px 0 125px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 992px) {
  .section-contacts-map .wrapper {
    padding: 0;
  }
}

.section-contacts-map .wrapper iframe {
  z-index: -1;
  display: block;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  pointer-events: auto;
}

@media only screen and (max-width: 992px) {
  .section-contacts-map .wrapper iframe {
    position: static;
    height: 400px;
  }
}

.section-contacts-map .wrapper .block {
  background-color: #fff;
  pointer-events: auto;
  max-width: 435px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 30px;
}

@media only screen and (max-width: 992px) {
  .section-contacts-map .wrapper .block {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.section-contacts-map .wrapper .block ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 12px;
}

.section-contacts-map .wrapper .block ul li:not(:last-child) {
  margin-bottom: 25px;
}

.section-contacts-map .wrapper .block ul li svg {
  fill: #FC6900;
}

.section-contacts-map .wrapper .block ul li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-contacts-map .wrapper .block ul li a:hover {
  color: #FC6900;
}

.section-delivery-page {
  padding-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .section-delivery-page {
    padding-bottom: 30px;
  }
}

.section-delivery-page .grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

@media only screen and (max-width: 992px) {
  .section-delivery-page .grid {
    grid-template-columns: 1fr;
  }
}

.section-delivery-page .grid .items {
  display: grid;
  grid-gap: 20px;
}

.section-about .img-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
}

.section-about .text-wrap {
  margin-top: 25px;
}

.section-cabinet .form-wrap {
  margin-top: 40px;
  max-width: 320px;
}

@media only screen and (max-width: 480px) {
  .section-cabinet .form-wrap {
    max-width: 100%;
  }
}

.section-order .grid {
  margin-top: 40px;
  grid-template-columns: 780px 1fr;
  grid-gap: 145px;
}

@media only screen and (max-width: 1390px) {
  .section-order .grid {
    grid-template-columns: 1fr 320px;
    grid-gap: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .section-order .grid {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.section-order .grid .left {
  display: grid;
  grid-gap: 50px;
}

@media only screen and (max-width: 768px) {
  .section-order .grid .left {
    grid-gap: 25px;
  }
}

.section-order .grid .left .cols-2 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 318px 1fr;
}

@media only screen and (max-width: 768px) {
  .section-order .grid .left .cols-2 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}

.section-order .grid .left .cols-5 {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(5, 86px);
}

@media only screen and (max-width: 768px) {
  .section-order .grid .left .cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .section-order .grid .right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.section-order .grid .right .block {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 30px;
  top: 85px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

@media only screen and (min-width: 993px) {
  .section-order .grid .right .block {
    position: -webkit-sticky;
    position: sticky;
  }
}

@media only screen and (max-width: 992px) {
  .section-order .grid .right .block {
    padding: 30px 15px;
  }
}

.section-order .grid .right .block .scroll {
  min-height: 300px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .section-order .grid .right .block .scroll {
    min-height: auto;
    height: auto;
  }
  .section-order .grid .right .block .scroll > .nano-content {
    position: static;
  }
}

.section-order .grid .right .block .scroll::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5.57%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 5.57%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.section-order .grid .right .block .products-wrap {
  margin-top: 25px;
  display: grid;
  grid-gap: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .section-order .grid .right .block .products-wrap {
    padding-right: 0;
  }
}

.section-order .grid .right .block .products-wrap .item .title {
  display: grid;
  grid-template-columns: 1fr auto;
}

.section-order .grid .right .block .products-wrap .item .title p {
  font-size: 18px;
}

.section-order .grid .right .block .products-wrap .item .desc {
  color: #5c6370;
  font-size: 12px;
}

.section-order .grid .right .block .products-wrap .item .info {
  font-size: 12px;
}

.section-order .btn-wrap {
  margin-top: 60px;
  max-width: 780px;
}

@media only screen and (max-width: 992px) {
  .section-order .btn-wrap {
    margin-top: 40px;
  }
}

.section-order-thx {
  padding-bottom: 100px;
}

@media only screen and (max-width: 992px) {
  .section-order-thx {
    padding-bottom: 60px;
  }
}

.section-order-thx .number-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-order-thx .number-wrap .wrap {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .section-order-thx .number-wrap .wrap {
    width: 100%;
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

.section-order-thx .number-wrap .wrap span {
  color: #FC6900;
  font-size: 28px;
}

.section-banner {
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .section-banner {
    width: 100vw;
  }
}

.section-banner .banner-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.section-banner .banner-wrap a {
  display: block;
}

.section-banner .banner-wrap a img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .section-banner .swiper-arrow {
    display: none;
  }
}

.section-banner .swiper-arrow--prev {
  left: 20px;
}

.section-banner .swiper-arrow--next {
  right: 20px;
}

.section-banner .dots-container {
  font-size: 0;
  padding: 10px 0;
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
}

@media only screen and (max-width: 768px) {
  .section-banner .dots-container {
    grid-gap: 6px;
  }
}

.section-banner .dots-container span {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  font-size: 0;
  margin: 0 !important;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .section-banner .dots-container span {
    width: 6px;
    height: 6px;
  }
}

.section-banner .dots-container span.swiper-pagination-bullet-active {
  background-color: #373535;
}

.section-products .block:not(:last-child) {
  margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .section-products .block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.section-product-single {
  padding-top: 15px;
}

@media only screen and (max-width: 992px) {
  .section-product-single {
    padding-top: 0;
  }
}
