@charset "UTF-8";
/* -------------------------------------
	Font face
	------------------------------------- */
@font-face {
  font-family: "Formular";
  src: url("../fonts/Formular.woff2") format("woff2"), url("../fonts/Formular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

/* -------------------------------------
	Libs
	------------------------------------- */
/* ----- swiper slider ----- */
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

.swiper-container-multirow-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-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size:44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 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-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

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

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

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

.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-prev.swiper-button-black, .swiper-button-next.swiper-button-black {
  --swiper-navigation-color:#000000;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

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

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

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

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

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

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

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

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

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

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

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

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

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

/* Preloader */


.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -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-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

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

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

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

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

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

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

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

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

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

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

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

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

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

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

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

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

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

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

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}

/* -------------------------------------
	Reset
	------------------------------------- */
article, aside, dialog, figcaption, figure, footer, header, main, nav, section, details, menu {
  display: block;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

body {
  margin: 0;
  position: relative;
  font: 16px/1.3 "Formular", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
  color: #000;
  letter-spacing: -.025em;
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .title {
  font-weight: 400;
  font-family: "Furore", "Formular", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}

a:hover {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover, a:focus {
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

figure {
  margin: 0 0 1rem;
}

img {
  font-size: 10px;
  text-transform: uppercase;
  color: #229a47;
  vertical-align: middle;
  border-style: none;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

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

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

label {
  display: block;
  margin: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

[role="button"] {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.swiper-slide * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.fancybox-button path {
  fill: #fff;
}

.fancybox-toolbar .fancybox-button {
  background: #229a47;
}

.fancybox-toolbar .fancybox-button:hover {
  background: #197034;
}

.fancybox-navigation .fancybox-button {
  background: none;
}

.fancybox-navigation .fancybox-button div {
  background: #229a47;
}

.fancybox-navigation .fancybox-button:hover div {
  background: #197034;
}

.fancybox-slide {
  padding: 20px;
}

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

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

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

.simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  background: #229a47;
}

/* -------------------------------------
	Common styles
	------------------------------------- */
.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.main-wrapper .page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-wrapper {
    display: block;
  }
}

.page {
  padding-top: 105px;
}

@media screen and (max-width: 1199px) {
  .page {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .page {
    padding-top: 66px;
  }
}

@media screen and (min-width: 1200px) {
  .home .page {
    padding-top: 0;
  }
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1296px;
  }
}

.container--width {
  max-width: 1550px;
}

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

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

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

.img--cover, .img--contain {
  width: 100%;
  height: 100%;
}

.img--cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.nowrap {
  white-space: nowrap;
}

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

@media screen and (max-width: 1199px) {
  .hide-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .show-xl {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hide-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .show-lg {
    display: none !important;
  }
}

/* ---------- Titles & text ---------- */
.title-1 {
  font-size: 97px;
  line-height: 0.85;
}

@media screen and (max-width: 1400px) {
  .title-1 {
    font-size: 86px;
  }
}

@media screen and (max-width: 1199px) {
  .title-1 {
    font-size: 68px;
  }
}

@media screen and (max-width: 767px) {
  .title-1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 374px) {
  .title-1 {
    font-size: 40px;
  }
}

h1.title-2 {
  margin-bottom: .8em;
}

.title-2 {
  font-size: 66px;
  line-height: 1;
}

@media screen and (max-width: 1199px) {
  .title-2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .title-2 {
    font-size: 32px;
  }
}

.title-3 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .title-3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .title-3 {
    font-size: 28px;
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 370px) {
  .title-3 {
    font-size: 25px;
  }
}

.fz-36 {
  font-size: 36px;
  line-height: 1.15;
}

@media screen and (max-width: 1199px) {
  .fz-36 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .fz-36 {
    font-size: 22px;
  }
}

.fz-26 {
  font-size: 26px;
  line-height: 1.4;
}

@media screen and (max-width: 1199px) {
  .fz-26 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .fz-26 {
    font-size: 18px;
  }
}

.fz-28 {
  font-size: 28px;
  line-height: 1.2;
}

.fz-22 {
  font-size: 22px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .fz-22 {
    font-size: 16px;
    line-height: 1.5;
  }
}

.fw-700 {
  font-weight: 700;
}

.fw-500 {
  font-weight: 500;
}

/* ----- Кнопки ----- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 62px;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media screen and (max-width: 767px) {
  .button {
    height: 54px;
    font-size: 18px;
  }
}

.button--accent {
  background: #229a47;
  color: #fff;
}

.button--accent:hover {
  background: #fff;
  color: #229a47;
}

.button--black {
  background: #23252e;
  color: #fff;
}

.button--black:hover {
  background: #fff;
  color: #23252e;
}

.section-hero {
  margin-top: 0 !important;
  padding-top: 70px;
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding-top: 35px;
  }
}

.logo {
  width: 72px;
  height: 75px;
}

.logo .img {
  max-height: 100%;
}

.link {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #229a47;
  padding-left: 3.5em;
  position: relative;
}

.link::before {
  content: '';
  display: block;
  width: 2.1em;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #229a47;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.link:hover {
  color: #229a47;
}

.link:hover::before {
  -webkit-transform: translateX(0.2em);
      -ms-transform: translateX(0.2em);
          transform: translateX(0.2em);
}

@media screen and (max-width: 767px) {
  .link {
    font-size: 18px;
    padding-left: 3em;
  }
}

.title-flag::after {
  content: '';
  display: inline-block;
  font-size: 10px;
  width: 8.1em;
  height: 3.6em;
  margin-left: 1.4em;
  background: url("../img/flag.png") no-repeat 50% 50%/contain;
}

@media screen and (max-width: 767px) {
  .title-flag::after {
    font-size: 7px;
  }
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  opacity: .47;
}

.ic-close {
  display: inline-block;
  font-size: 10px;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/close.svg") no-repeat 50% 50%/contain;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .compensate-for-scrollbar .header, .menu-expanded .header, .cart-expanded .header {
    width: auto;
    right: 17px;
  }
  .menu-expanded, .cart-expanded {
    margin-right: 17px;
  }
}

/* ----- breadcrumbs ----- */
.breadcrumbs {
  margin: 30px 0;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__sep {
  display: inline-block;
  margin: 0 8px;
}

.breadcrumbs .ic-home {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1199px) {
  .breadcrumbs {
    background: none;
    padding: 0;
  }
}

.ic-home {
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../img/home.svg");
  opacity: 0.3;
}

/* -------------------------------------
	Modules
	------------------------------------- */
/* ----- Forms ----- */
*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
*::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

body input:focus:required:invalid, body textarea:focus:required:invalid,
body input:required:valid, body textarea:required:valid {
  color: #000;
}

.input {
  display: block;
  width: 100%;
  height: 50px;
  min-width: 1px;
  padding: 20px 0;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  color: inherit;
  font-size: 22px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.input:focus {
  outline: none;
}

.input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input:focus::-moz-placeholder {
  opacity: 0;
}

.input:focus:-ms-input-placeholder {
  opacity: 0;
}

.input:focus::-ms-input-placeholder {
  opacity: 0;
}

.input:focus::placeholder {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .input {
    height: 54px;
    font-size: 18px;
    padding: 14px 0;
  }
}

.submit {
  min-width: 272px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .submit {
    min-width: 234px;
  }
}

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

.input-block {
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.input-block .input::-webkit-input-placeholder {
  opacity: 0;
}

.input-block .input::-moz-placeholder {
  opacity: 0;
}

.input-block .input:-ms-input-placeholder {
  opacity: 0;
}

.input-block .input::-ms-input-placeholder {
  opacity: 0;
}

.input-block .input::placeholder {
  opacity: 0;
}

.input-block .input:focus, .input-block .input.--placeholder {
  padding-top: 21px;
  padding-bottom: 5px;
}

.input-block .input:focus + .input-placeholder, .input-block .input.--placeholder + .input-placeholder {
  font-size: 14px;
  opacity: 0.4;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .input-block .input:focus + .input-placeholder, .input-block .input.--placeholder + .input-placeholder {
    font-size: 12px;
    top: 2px;
  }
}

.input-block .textarea:focus + .input-placeholder, .input-block .textarea.--placeholder + .input-placeholder {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.input-placeholder {
  position: absolute;
  z-index: -1;
  top: 20px;
  left: 0;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
  .input-placeholder {
    font-size: 18px;
    top: 14px;
  }
}

.textarea {
  resize: none;
  height: 100px;
}

.form-txt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .form-txt {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.form-row {
  margin: 0 -18px;
}

@media screen and (max-width: 767px) {
  .form-row {
    display: block;
    margin: 0;
  }
}

.form-col {
  width: 50%;
  padding: 0 18px;
}

@media screen and (max-width: 767px) {
  .form-col {
    width: 100%;
    padding: 0;
  }
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 0;
}

.checkbox__wrap {
  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;
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin-right: 16px;
  background-color: #fff;
}

.checkbox__wrap::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #229a47;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.checkbox__text {
  display: inline-block;
  opacity: 0.4;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .checkbox__text {
    line-height: 1.2;
  }
}

.checkbox__text a:hover {
  text-decoration: underline;
}

.checkbox input {
  display: none;
}

.checkbox input:checked + .checkbox__wrap::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal {
  display: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.modal-form {
  background: #229a47;
  color: #fff;
  max-width: 886px;
}

.modal-form__content {
  padding: 70px;
  position: relative;
  overflow: hidden;
}

.modal-form__content::after {
  content: '';
  display: block;
  font-size: 10px;
  width: 62.7em;
  height: 65.7em;
  position: absolute;
  z-index: 0;
  left: 60%;
  bottom: -12em;
  background: url("../img/logo-bg.png") no-repeat 50% 50%/contain;
  opacity: 0.05;
}

@media screen and (max-width: 767px) {
  .modal-form__content {
    padding: 30px 25px;
  }
  .modal-form__content::after {
    display: none;
  }
}

.modal-form__title {
  margin-bottom: 25px;
  padding-right: 10%;
}

.modal-form__txt {
  margin-bottom: 10px;
  max-width: 405px;
}

.modal-form .form {
  max-width: 446px;
}

@media screen and (max-width: 575px) {
  .modal-form .form .submit {
    width: 100%;
  }
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.16);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.quantity-input {
  display: block;
  width: 40%;
  border: none;
  outline: none;
  height: 100%;
  background: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.quantity .minus, .quantity .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.quantity .minus::after, .quantity .plus::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.quantity .minus::-moz-selection, .quantity .plus::-moz-selection {
  background: none;
}

.quantity .minus::selection, .quantity .plus::selection {
  background: none;
}

.quantity .minus::after {
  background-image: url("../img/minus.svg");
}

.quantity .plus::after {
  background-image: url("../img/plus.svg");
}

/* ----- Custom select ----- */
.my-select-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.my-select-wrapper select {
  display: none;
}

.my-select {
  position: relative;
}

.my-select__trigger {
  display: block;
  position: relative;
  height: 46px;
  padding: 15px 36px 15px 18px;
  background: #fff;
  border: 1px solid #fff;
  border-top-color: rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.my-select__trigger::after {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 5px;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: url("../img/chevron-black.svg") no-repeat 50% 50%/contain;
}

.my-select__options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px);
  z-index: 1;
}

.my-select__option {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.my-select__option:hover {
  color: #229a47;
}

.my-select__option.is-selected {
  background: #229a47;
  color: #fff;
}

.my-select.is-opened .my-select__trigger::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.my-select.is-opened .my-select__options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* ----- attach  ----- */
.attach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
  margin-top: 30px;
  border: 2px dashed rgba(0, 0, 0, 0.14);
  font-size: 18px;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.attach:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.attach:hover .attachment {
  color: rgba(0, 0, 0, 0.5);
}

.attach:hover .attachment::before {
  opacity: 0.4;
}

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

.attach input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}

.attachment {
  line-height: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.attachment::before {
  content: '';
  display: block;
  font-size: 10px;
  width: 2.1em;
  height: 2.3em;
  position: absolute;
  z-index: 0;
  left: 20px;
  top: 50%;
  margin-top: -1.15em;
  background: url("../img/clip.svg") no-repeat 50% 50%/contain;
  opacity: 0.2;
  -webkit-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.sideblock {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 930px;
  padding-bottom: 112px;
  background: #f2f2f2;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  will-change: transform;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.sideblock.is-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sideblock__close {
  position: absolute;
  top: 40px;
  right: 45px;
}

@media screen and (max-width: 767px) {
  .sideblock__close {
    font-size: 8px;
    top: 22px;
    right: 20px;
  }
}

.sideblock__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 12% 32px 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .sideblock__header {
    padding-right: 100px;
  }
}

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

.sideblock__title {
  font-size: 28px;
  font-weight: 700;
}

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

.sideblock .back-to-cart {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
}

.sideblock .back-to-cart::before {
  content: '';
  display: block;
  width: 20px;
  min-width: 20px;
  margin-right: 5px;
  height: 10px;
  background: url("../img/chevron-black.svg") no-repeat 50% 50%/contain;
  position: relative;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.sideblock .back-to-cart:hover::before {
  left: -2px;
}

@media screen and (max-width: 767px) {
  .sideblock .back-to-cart {
    font-size: 16px;
  }
}

@media screen and (max-width: 370px) {
  .sideblock .back-to-cart {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.sideblock__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 112px;
  background: #23252e;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 45px;
}

.sideblock__footer .button {
  padding: 20px 45px;
}

.sideblock__footer .total {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.sideblock__footer .total-hint {
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .sideblock__footer {
    height: 100px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sideblock__footer .button {
    font-size: 16px;
    padding: 20px;
    white-space: nowrap;
  }
  .sideblock__footer .total-block {
    padding-right: 10px;
  }
  .sideblock__footer .total {
    font-size: 16px;
  }
  .sideblock__footer .total span {
    font-size: 18px;
  }
  .sideblock__footer .total-hint {
    font-size: 12px;
  }
}

.table {
  font-size: 18px;
}

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

.table__head {
  padding: 15px 45px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.table__body[data-simplebar] {
  max-height: calc( (var(--vh, 1vh) * 100) - 282px);
}

@media screen and (max-width: 767px) {
  .table__body[data-simplebar] {
    max-height: calc( (var(--vh, 1vh) * 100) - 184px);
  }
}

.table__body .table__tr {
  padding-left: 45px;
  padding-right: 45px;
}

.table__body .table__tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1200px) {
  .table__body .table__tr:hover {
    background: #fff;
    -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
            box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
  }
  .table__body .table__tr:hover .quantity, .table__body .table__tr:hover .my-select__trigger {
    border-color: rgba(0, 0, 0, 0.16);
  }
  .table__body .table__tr:hover .table__remove {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 991px) {
  .table__body .table__tr {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}

@media screen and (max-width: 767px) {
  .table__body .table__tr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.table__body .table__td {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .table__body .table__td {
    padding: 0;
  }
}

.table__tr {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.table__td-1 {
  width: 446px;
  padding-right: 70px;
}

@media screen and (max-width: 991px) {
  .table__td-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.table__td-2 {
  width: 142px;
  padding-right: 12px;
}

@media screen and (max-width: 991px) {
  .table__td-2 {
    margin-right: 20px;
  }
}

.table__td-3 {
  width: 108px;
  padding-right: 12px;
}

@media screen and (max-width: 991px) {
  .table__td-2, .table__td-3 {
    width: 160px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .table__td-2, .table__td-3 {
    width: calc(50% - 10px);
    max-width: 180px;
  }
}

.table__td-4 {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

@media screen and (max-width: 991px) {
  .table__td-4 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}

.table__td-5 {
  width: 235px;
  padding-right: 80px;
}

@media screen and (max-width: 1199px) {
  .table__td-5 {
    width: 130px;
    padding-right: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .table__td-5 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    opacity: 0.5;
  }
}

.table__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table__img {
  font-size: 10px;
  width: 9.1em;
  min-width: 9.1em;
  height: 7.4em;
  margin-right: 4em;
}

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

.table__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.table .price {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .table .price {
    font-size: 20px;
  }
}

.table__remove {
  font-size: 5.6px;
  position: absolute;
  top: 18px;
  right: 40px;
}

@media screen and (max-width: 991px) {
  .table__remove {
    top: auto;
    bottom: 21px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .table__remove {
    bottom: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .table__remove {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
}

.checkout {
  display: none;
}

.checkout-form {
  padding-top: 40px;
}

.checkout-form[data-simplebar] {
  max-height: calc( (var(--vh, 1vh) * 100) - 240px);
}

@media screen and (max-width: 767px) {
  .checkout-form {
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-form[data-simplebar] {
    max-height: calc( (var(--vh, 1vh) * 100) - 190px);
  }
}

.checkout-form-txt {
  text-align: center;
  padding: 0 45px;
  font-size: 18px;
  opacity: 0.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .checkout-form-txt {
    text-align: left;
    padding: 0;
  }
}

.checkout-form .form {
  max-width: 446px;
  margin: 0 auto;
}

.checkout-form .input {
  border-color: #000;
}

.checkout-form .input-placeholder {
  color: #000;
}

.checkout-form .checkbox__text {
  color: #000;
}

.cart-expanded {
  overflow: hidden;
}

.cart-expanded::after, .cart-expanded .header::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  opacity: .47;
}

.cart-expanded::after {
  position: fixed;
}

.cart-expanded .header::after {
  position: absolute;
}

/* -------------------------------------
	Sections
	------------------------------------- */
/* ----- header ----- */
.header {
  width: 100%;
  height: 105px;
  padding: 0 0 0 46px;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  color: #fff;
  background: #23252e;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.header.is-fixed {
  background: #23252e;
}

@media screen and (min-width: 1200px) {
  .header.is-fixed {
    height: 90px;
  }
}

@media screen and (max-width: 1199px) {
  .header {
    height: 80px;
    padding: 0 0 0 20px;
  }
}

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

.header__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .header__row {
    height: 100%;
  }
}

.header__row .logo {
  margin-right: 1%;
}

@media screen and (max-width: 1199px) {
  .header__row .logo {
    max-height: 100%;
    margin-right: 20px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 575px) {
  .header__row .logo {
    margin-right: 10px;
  }
}

.header__row .tel {
  margin: 0 8% 0 auto;
}

@media screen and (max-width: 1199px) {
  .header__row .tel {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .home .header {
    background: none;
    padding-top: 30px;
  }
  .home .header:not(.is-fixed) {
    height: auto;
  }
  .home .header .cart-btn {
    height: 105px;
    top: -30px;
  }
    .home .header .cart-btn2 {
    height: 105px;
    top: -30px;
  }
}

@media screen and (min-width: 1200px) {
  .home .header.is-fixed {
    padding-top: 0;
    background: #23252e;
  }
  .home .header.is-fixed .cart-btn {
    top: 0;
    height: 90px;
  }
    .home .header.is-fixed .cart-btn2 {
    top: 0;
    height: 90px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 20px;
  font-size: 17px;
  background: #23252e;
}

.menu-toggle {
  display: none;
  width: 30px;
  height: 22px;
  margin-right: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .35s linear;
  transition: -webkit-transform .35s linear;
  -o-transition: transform .35s linear;
  transition: transform .35s linear;
  transition: transform .35s linear, -webkit-transform .35s linear;
  will-change: transform;
}

@media screen and (max-width: 1199px) {
  .menu-toggle {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .menu-toggle {
    margin-right: 10px;
    width: 24px;
  }
}

.menu-ic {
  width: 100%;
  height: 2px;
  margin-top: -1px;
  border-radius: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before, .menu-ic::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  border-radius: 15px;
  background-color: #fff;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

.menu-ic::before {
  top: -9px;
}

.menu-ic::after {
  top: 9px;
}

.menu li {
  position: relative;
}

.menu a {
  display: block;
  padding: 10px 15px;
  line-height: 1;
}

.menu > li:first-child .sub-menu {
  min-width: 250px;
}

@media screen and (min-width: 1200px) {
  .menu > li:hover > a {
    background: #229a47;
  }
}

@media screen and (min-width: 1200px) {
  .menu .active > a {
    background: #229a47;
  }
}

.menu-toggler {
  display: block;
  font-size: 10px;
  width: .8em;
  height: .5em;
  position: absolute;
  z-index: 0;
  right: 15px;
  top: 18px;
  background: url("../img/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.menu-toggler.is-active {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

@media screen and (max-width: 1199px) {
  .menu-toggler {
    font-size: 24px;
    width: 1.5em;
    height: 1.5em;
    background-size: .8em .5em;
    right: -10px;
    top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .menu-toggler {
    font-size: 20px;
    top: 0;
    right: -8px;
  }
}

.menu .menu-item-has-children > a {
  padding-right: 30px;
}

@media screen and (min-width: 1200px) {
  .menu .menu-item-has-children:hover > .menu-toggler {
    -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
            transform: scale(-1);
  }
  .menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 50%;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #23252e url("../img/menu-mob-bg.jpg") no-repeat 100% 100%/auto;
    -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 29px rgba(0, 0, 0, 0.17);
    font-size: 26px;
    font-weight: 700;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .menu > li {
    margin-bottom: 30px;
  }
  .menu a {
    padding: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    font-size: 18px;
    max-width: 80%;
  }
}

.menu-expanded, .cart-expanded {
  overflow: hidden;
}

.menu-expanded .header::after, .cart-expanded .header::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #000;
  opacity: .47;
}

.menu-expanded .menu {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.menu-expanded .menu-toggle {
  z-index: 100;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-expanded .menu-ic {
  background: transparent;
}

.menu-expanded .menu-ic::before, .menu-expanded .menu-ic::after {
  top: 0;
}

.menu-expanded .menu-ic::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-expanded .menu-ic::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sub-menu {
  padding: 5px 0 10px;
}

@media screen and (min-width: 1200px) {
  .sub-menu {
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    background: #229a47;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
  }
  .sub-menu a:hover {
    color: #23252e;
  }
}

@media screen and (max-width: 1199px) {
  .sub-menu {
    display: none;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .sub-menu {
    font-size: 16px;
  }
  .sub-menu li {
    margin-bottom: 10px;
  }
  .sub-menu li:last-child {
    margin-bottom: 0;
  }
}

.tel a, .tel button {
  display: block;
}

.tel__link {
  font-weight: 700;
}

.tel__link:hover {
  color: #229a47;
}

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

.tel__callback {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}

.tel__callback:hover {
  text-decoration: underline;
}

.cart-btn {
  font-size: 10px;
  width: 11.6em;
  height: 100%;
  background: #229a47;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.cart-btn__inner {
  display: inline-block;
  width: 3.3em;
  height: 3.3em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.65em 0 0 -1.65em;
}

.cart-btn__ic {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/cart.svg") no-repeat 50% 50%/contain;
}

.cart-btn__quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 2.3em;
  height: 2.3em;
  padding: 0 0 1px 1px;
  position: absolute;
  top: -.6em;
  right: -.6em;
  background-color: #333;
  border-radius: 50%;
  border: 4px solid #229a47;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}


.cart-btn2 {
  font-size: 10px;
  width: 11.6em;
  height: 100%;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.cart-btn__inner2 {
    display: inline-block;
    width: 9em;
    height: 9em;
    position: absolute;
    top: 17%;
    left: 25%;
    margin: -1.65em 0 0 -1.65em;
}

.cart-btn__ic2 {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/png-transparent-comp2.png") no-repeat 50% 50%/contain;
}


.cart-btn:hover {
  background: #197034;
}

.cart-btn:hover .cart-btn__quantity {
  border-color: #197034;
}


.cart-btn2:hover {
  background: #fff;
}

.cart-btn2:hover .cart-btn__quantity {
  border-color: #fff;
}

@media screen and (max-width: 1199px) {
  .cart-btn {
    font-size: 7.4px;
  }
  .cart-btn__inner {
    font-size: 1.3em;
  }
  .cart-btn__quantity {
    border-width: 3px;
  }
  
    .cart-btn2 {
    font-size: 7.4px;
  }
  .cart-btn__inner2 {
    font-size: 1.3em;
  }
  .cart-btn__ic2 {
    display: block;
  width: 86%;}
  
}

@media screen and (max-width: 767px) {
  .cart-btn {
    font-size: 5.4px;
  }
  .cart-btn__inner {
    font-size: 1.6em;
  }
  .cart-btn2 {
    font-size: 5.4px;
  }
  .cart-btn__inner2 {
    font-size: 1.6em;
  }
  
  .cart-btn__ic2 {
    display: block;
  width: 76%;}
  
}

/* ----- footer ----- */
.footer {
  margin-top: 100px;
  padding: 150px 0;
  background: #23252e;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 80px 0;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 70px;
    margin-top: 50px;
  }
}

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

.footer__row::after {
  content: '';
  font-size: 10px;
  display: block;
  width: 10.5em;
  height: 1.5em;
  position: absolute;
  z-index: 0;
  bottom: 0;
  background: url("../img/flag-2.jpg") no-repeat 50% 50%/contain;
}

@media screen and (max-width: 767px) {
  .footer__row::after {
    font-size: 7px;
  }
}

.footer__col {
  padding-right: 15px;
}

.footer__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
}

.footer__col-1 .logo {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .footer__col-1 {
    display: block;
    padding-right: 0;
  }
}

.footer__col-2 {
  width: 250px;
}

.footer__col-3 {
  width: 180px;
}

@media screen and (max-width: 1199px) {
  .footer__col-2, .footer__col-3 {
    display: none;
  }
}

.footer__col-4 {
  width: 240px;
  padding-right: 0;
}

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

@media screen and (min-width: 768px) {
  .footer__mob .insta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer__mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
  }
  .footer__mob .insta {
    margin-bottom: 0 !important;
  }
}

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

.footer .tel {
  margin-bottom: 45px;
}

.footer .tel__link {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: 400;
  font-family: "Furore", "Formular", sans-serif;
}

@media screen and (max-width: 575px) {
  .footer .tel__link {
    font-size: 9vw;
  }
}

.footer .tel__callback {
  font-size: 14px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .footer .tel {
    margin-bottom: 25px;
  }
}

.footer .address {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .footer .address {
    margin-bottom: 35px;
  }
}

.footer .copy {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .footer .copy {
    margin: 0 35px 0 0;
  }
}

@media screen and (max-width: 370px) {
  .footer .copy {
    margin-bottom: 20px;
  }
}

.footer__title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.2;
}

.footer__menu li {
  margin-bottom: 1.2em;
}

.footer .insta {
  margin-bottom: 40px;
}

.footer .designer {
  margin-bottom: 20px;
}

.footer a:hover {
  color: #229a47;
}

.insta {
  display: inline-block;
  padding-left: 38px;
  position: relative;
}

.insta::before {
  content: '';
  display: block;
  font-size: 10px;
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("../img/insta.svg") no-repeat 50% 50%/contain;
}

.designer {
  opacity: 0.2;
}

.privacy {
  font-size: 13px;
  opacity: 0.2;
}

.privacy:hover {
  opacity: 0.5;
}

.help {
  margin: 50px 0;
}

.help__head {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .help__head {
    margin-bottom: 30px;
  }
}

.help__row {
  margin: 0 -18px;
}

.help__row .help__col {
  padding: 0 18px;
}

.help__col {
  width: 50%;
}

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

.help .form {
  background: #229a47;
  color: #fff;
  padding: 62px 72px;
}

@media screen and (max-width: 767px) {
  .help .form {
    padding: 40px 24px;
  }
}

.help__img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 65px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 65px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
}

.help__img .img {
  max-height: 100%;
}

.help2 {
  margin-bottom: 0;
  padding: 70px 0 50px;
  background: #229a47;
  overflow: hidden;
  color: #fff;
  position: relative;
}

.help2::after {
  content: '';
  display: block;
  font-size: 10px;
  width: 62.7em;
  max-width: 43%;
  height: 65.7em;
  position: absolute;
  z-index: 0;
  right: 5em;
  bottom: -12em;
  background: url("../img/logo-bg.png") no-repeat 50% 50%/contain;
  opacity: 0.05;
}

@media screen and (max-width: 1199px) {
  .help2::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .help2 {
    padding: 50px 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .help2 .help__head .help__col {
    width: 54%;
  }
}

.help2 .form {
  background: none;
  padding: 0;
}

.help2 + .footer {
  margin-top: 0;
}

/* -------------------------------------
	Home page
	------------------------------------- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 768px;
  padding: 255px 0 105px;
  overflow: hidden;
  background-color: #23252e;
  z-index: 1;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .hero {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .hero {
    height: auto;
    min-height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 150px;
  }
}

.hero__block {
  max-width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero__block {
    max-width: 450px;
  }
}

.hero__title {
  line-height: 1;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.hero__title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: #229a47;
}

.hero__title span {
  display: block;
  color: #fff;
  position: relative;
  left: 1.4em;
  top: .05em;
}

@supports (text-stroke: 1px #fff) {
  .hero__title span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    /*text-stroke: 1px #fff;*/
  }
}

@supports (-webkit-text-stroke: 1px #fff) {
  .hero__title span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
   /* text-stroke: 1px #fff;*/
  }
}

@media screen and (max-width: 767px) {
  .hero__title {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .hero__title::after {
    display: none;
  }
}

.hero__txt {
  font-size: 24px;
  line-height: 1.25;
  padding-right: 170px;
}

@media screen and (max-width: 767px) {
  .hero__txt {
    font-size: 20px;
    padding-right: 0;
  }
}

.webp .hero__video {
  background: url("../img/hero-bg.webp");
}
.no-webp .hero__video, .no-js .hero__video {
  background: url("../img/hero-bg.jpg");
}


.hero__video {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  z-index: -1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  opacity: 0.44;
}

.hero__video video {
  position: absolute;
  left: 50%;
  height: 128%;
  -webkit-transform: translate(-65%, -11%);
      -ms-transform: translate(-65%, -11%);
          transform: translate(-65%, -11%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .hero__video {
    background-position: 50% 0;
    width: 100%;
  }
}

.video-btn {
  font-size: 10px;
  width: 17em;
  height: 17em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #229a47;
  position: absolute;
  bottom: 2em;
  right: -1em;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.video-btn::before {
  content: '';
  display: block;
  width: 4.3em;
  height: 5em;
  background: url("../img/play.svg") no-repeat 50% 50%/contain;
  position: relative;
  left: 2%;
}

.video-btn .curved-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 1.4em;
  border-radius: 50%;
  color: #fff;
  opacity: 0;
  -webkit-animation: rotate 60s linear infinite forwards;
          animation: rotate 60s linear infinite forwards;
}

.video-btn .curved-text span {
  display: inline-block;
  top: 0.5em;
  left: -0.3em;
  min-width: .1em;
  text-align: center;
}

.video-btn:hover {
  background: #197034;
}

@media screen and (max-width: 767px) {
  .video-btn {
    position: relative;
    bottom: auto;
    margin-bottom: 30px;
    font-size: 7px;
  }
}

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

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

.home-text {
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
  padding-top: 1px;
  background: #f2f2f2;
}

.home-text__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -105px -10px 0;
}

@media screen and (max-width: 991px) {
  .home-text__row {
    display: block;
    margin: -100px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .home-text__row {
    margin-top: -70px;
  }
}

.home-text__col {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .home-text__col {
    width: 100%;
    padding: 0;
  }
}

.home-text__block-1 {
  padding: 68px 75px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
          box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
  border-bottom: 1px solid #229a47;
}

@media screen and (max-width: 1199px) {
  .home-text__block-1 {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .home-text__block-1 {
    padding: 35px 22px;
  }
}

.home-text__block-2 {
  margin-top: 90px;
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .home-text__block-2 {
    margin-top: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .home-text__block-2 {
    margin-top: 35px;
  }
}

.products {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .products {
    margin: 50px 0;
  }
}

.products__title {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.products__title .link {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .products__title {
    margin-bottom: 15px;
  }
}

.products__row {
  margin: 0 -18px;
}

@media screen and (max-width: 767px) {
  .products__row {
    margin: 0 -8px;
  }
}

.products__col {
  margin-bottom: 36px;
  padding: 0 18px;
}

@media screen and (max-width: 767px) {
  .products__col {
    margin-bottom: 16px;
    padding: 0 8px;
  }
}

.products__col.col-1-2 {
  width: 50%;
}

.products__col.col-1-3 {
  width: 33.3333%;
}

.products__col.col-1-4 {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .products__col.col-1-4 {
    width: 50%;
  }
}

.product {
  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;
  background: #f2f2f2;
  height: 288px;
  padding: 35px 30px 35px 40px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .product::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border: 5px solid #23252e;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .product:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 1199px) {
  .product {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 767px) {
  .product {
    height: 50vw;
    min-height: 186px;
    max-height: 288px;
  }
}

@media screen and (max-width: 575px) {
  .product {
    padding: 20px 16px 15px;
  }
}

@media screen and (min-width: 992px) {
  .product--big {
    height: 445px;
  }
  .product--big .product__title {
    font-size: 26px;
  }
  .product--big .product__img {
    height: 80%;
  }
}

.product__title {
  line-height: 1.2;
  max-width: 37%;
  margin-bottom: 15px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .product__title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.product__descr {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}

@media screen and (max-width: 575px) {
  .product__descr {
    font-size: 12px;
  }
  .product__descr br {
    display: none;
  }
}

.product__img {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  max-width: 71%;
  height: 70%;
}

.product__img .img {
  max-height: 100%;
}

.webp .nums {
  padding-top: 150px;
  background: url("../img/nums-bg.webp") no-repeat 50% 0/auto 654px;
}
.no-webp .nums, .no-js .nums {
  padding-top: 150px;
  background: url("../img/nums-bg.jpg") no-repeat 50% 0/auto 654px;
}

@media screen and (max-width: 1199px) {
  .nums {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .nums {
    padding-top: 375px;
    background-size: auto 457px;
  }
}

.nums__row {
  margin: 0 -18px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 575px) {
  .nums__row {
    display: block;
    margin: 0;
  }
}

.nums__row .link {
  margin-bottom: 36px;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .nums__row .link {
    margin: 0 auto 0 18px;
  }
}

@media screen and (max-width: 575px) {
  .nums__row .link {
    margin-left: 0;
    margin-top: 20px;
  }
}

.nums__col {
  width: 324px;
  margin-bottom: 36px;
  padding: 0 18px;
}

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

@media screen and (max-width: 575px) {
  .nums__col {
    width: 100%;
    margin-bottom: 14px;
    padding: 0;
  }
}

.num {
  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;
  height: 290px;
  padding: 95px 35px 35px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
          box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
}

@media screen and (max-width: 767px) {
  .num {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 575px) {
  .num {
    height: auto;
    padding: 30px 25px 20px;
  }
}

.num__val {
  font: 60px/1 "Furore", "Formular", sans-serif;
  margin-bottom: 10px;
}

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

@media screen and (max-width: 575px) {
  .num__val {
    margin-bottom: 8px;
  }
}

.num__descr {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .num__descr {
    font-size: 18px;
  }
  .num__descr br {
    display: none;
  }
}

.info {
  margin: 50px 0;
  padding: 15px 0 125px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .info {
    padding-bottom: 190px;
  }
}

.info__inner {
  background: #23252e;
}

@media screen and (max-width: 1199px) {
  .info__inner {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 45px;
    padding-bottom: 150px;
  }
}

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

.info__row {
  padding: 0 106px 0 56px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1199px) {
  .info__row {
    display: block;
  }
  .info__row:nth-child(n+2) {
    border: none;
  }
}

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

@media screen and (max-width: 1199px) {
  .info__head {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .info__head {
    margin-bottom: 40px;
  }
}

.info__col {
  padding: 0 48px;
  position: relative;
}

.info__col-1 {
  width: 328px;
}

.info__col-2 {
  width: 346px;
}

.info__col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .info__col {
    width: 100%;
    padding: 0;
  }
}

.info__item {
  padding: 60px 0;
}

@media screen and (max-width: 1199px) {
  .info__item {
    margin-bottom: 50px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .info__item {
    margin-bottom: 25px;
    font-size: 18px;
  }
}

.info__title {
  width: 100%;
  font-weight: 700;
  max-width: 535px;
}

@media screen and (max-width: 1199px) {
  .info__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .info__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.info-geo {
  padding: 45px 15px 0 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
          box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
  color: #000;
}

@media screen and (max-width: 767px) {
  .info-geo {
    padding: 35px 15px 0 35px;
    top: 15px;
  }
}

.info-geo__title {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .info-geo__title {
    font-size: 22px;
  }
}

.info-geo .img {
  margin-left: auto;
  margin-top: 40px;
}

.steel {
  margin: 50px 0;
}

.steel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.steel__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.steel__list li:last-child {
  border-right: none;
}

@media screen and (max-width: 1199px) {
  .steel__list {
    overflow: auto;
  }
}

@media screen and (max-width: 991px) {
  .steel__list li {
    min-width: 161px;
    height: 105px;
    font-size: 18px;
  }
}

.providers {
  margin: 50px 0;
}

.providers__row {
  margin: 0 -15px;
}

@media screen and (max-width: 991px) {
  .providers__row {
    display: block;
    margin: 0;
  }
}

.providers__col, .providers__img {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .providers__col, .providers__img {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
}

.providers__block {
  height: 100%;
  background: #f2f2f2;
  padding: 140px 75px 50px 128px;
}

@media screen and (max-width: 1550px) {
  .providers__block {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .providers__block {
    padding: 84px 30px 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .providers__block {
    padding: 50px 30px 1px;
  }
}

.providers-logos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px -40px 0;
}

.providers-logos__col {
  width: 50%;
  margin-bottom: 50px;
  padding: 0 40px;
}

.providers-logos .img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .providers-logos {
    margin: 40px -20px 0;
  }
  .providers-logos__col {
    padding: 0 20px;
  }
  .providers-logos .img {
    max-height: 40px;
  }
}

.important {
  margin: 50px 0;
  position: relative;
}

.webp.important__bg {
  min-height: 671px;
  padding: 110px 125px;
  background: url("../img/nature.webp") no-repeat 50% 50%/cover;
  color: #fff;
}

.no-webp .important__bg, .no-js .important__bg {
  min-height: 671px;
  padding: 110px 125px;
  background: url("../img/nature.jpg") no-repeat 50% 50%/cover;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .important__bg {
    padding: 80px;
    min-height: 550px;
    background-position-x: 0;
  }
}

@media screen and (max-width: 991px) {
  .important__bg {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .important__bg {
    padding: 50px 20px;
    min-height: 365px;
  }
}

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

.important-el-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.important-el {
  position: relative;
  width: 50%;
}

.important-el::before {
  content: '';
  display: block;
  width: calc(100% + 80px);
  height: 63px;
  position: absolute;
  z-index: 0;
  left: -40px;
  bottom: 0;
  background: #fff;
}

/* -------------------------------------
	Services
	------------------------------------- */
.services__row {
  margin: 0 -18px;
}

@media screen and (max-width: 1199px) {
  .services__row {
    display: block;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .services__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1601px) {
  .services__row--reverse .services__content {
    padding: 80px 60px 80px 110px;
  }
}

.services__col {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 18px;
}

@media screen and (max-width: 1199px) {
  .services__col {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .services__col {
    margin-bottom: 25px;
  }
}

.services__img {
  height: 100%;
}

.services__content {
  height: 100%;
  padding: 80px 110px 80px 80px;
  background: #f2f2f2;
}

.services__content .title-3 {
  margin-bottom: .7em;
}

@media (min-width: 768px) and (max-width: 1600px) {
  .services__content .title-3 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1600px) {
  .services__content {
    padding: 80px 30px 80px 50px;
  }
}

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

/* -------------------------------------
	Production
	------------------------------------- */
.production__title-wrap {
  max-width: 350px;
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .production__title-wrap {
    margin-bottom: 30px;
  }
}

.production__title {
  line-height: 1.3;
  position: relative;
  left: .4em;
  color: #fff;
}

.production__title span {
  background: #229a47;
  -webkit-box-shadow: -0.4em 0 0 #229a47, 0.4em 0 0 #229a47;
          box-shadow: -0.4em 0 0 #229a47, 0.4em 0 0 #229a47;
}

@media screen and (max-width: 767px) {
  .production__title {
    line-height: 1.2;
  }
}

.production-hero {
  position: relative;
  padding: 360px 0 0;
  min-height: 714px;
}

@media screen and (max-width: 767px) {
  .production-hero {
    padding: 315px 0 0;
  }
}

.production-hero__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 714px;
}

@media screen and (max-width: 767px) {
  .production-hero__bg {
    height: 520px;
  }
}

.production-hero__block {
  position: relative;
  z-index: 2;
  max-width: 620px;
  min-height: 477px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
          box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
  padding: 95px 75px;
}

@media screen and (max-width: 1199px) {
  .production-hero__block {
    padding: 70px 30px;
    min-height: 332px;
  }
}

@media screen and (max-width: 767px) {
  .production-hero__block {
    padding: 40px 25px;
    font-size: 18px;
    min-height: 218px;
  }
}

.production-hero__txt {
  color: #fff;
  max-width: 45%;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .production-hero__txt {
    max-width: 500px;
    margin: 0 auto 0 0;
  }
}

.production-hero-sub {
  margin-top: -325px;
}

.production-hero-sub__bg {
  background: #23252e;
  padding: 80px 180px 90px;
}

@media screen and (max-width: 1600px) {
  .production-hero-sub__bg {
    padding: 80px 60px 80px;
  }
}

@media screen and (max-width: 1199px) {
  .production-hero-sub {
    margin-top: -100px;
  }
  .production-hero-sub__bg {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .production-hero-sub {
    background: #23252e;
    margin-top: -92px;
  }
  .production-hero-sub__bg {
    padding: 115px 0 40px;
  }
}

@media screen and (min-width: 1200px) {
  .production-hero-shtrips .production-hero__block {
    padding: 77px 75px;
  }
  .production-hero-shtrips .production-hero-sub__bg {
    padding-top: 105px;
  }
}

.equipment {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .equipment {
    margin: 50px 0;
  }
}

.equipment__title {
  max-width: 68%;
}

.equipment__row {
  margin: 0 -18px;
}

@media screen and (max-width: 1199px) {
  .equipment__row {
    display: block;
    margin: 0;
  }
}

.equipment__col {
  width: 50%;
  margin-bottom: 36px;
  padding: 0 18px;
}

@media screen and (max-width: 1199px) {
  .equipment__col {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .equipment__col {
    margin-bottom: 20px;
  }
}

.equipment__img {
  margin-bottom: 38px;
  font-size: 10px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .equipment__img {
    font-size: 1.43vw;
    margin-bottom: 21px;
  }
}

.equipment__img-1-1 {
  height: 56.7em;
}

.equipment__img-1-2 {
  height: 29.3em;
}

.equipment__img-1-3 {
  height: 50.5em;
}

@media screen and (max-width: 1199px) {
  .equipment__img-1-3 {
    display: none;
  }
}

.equipment__img-1-2, .equipment__img-1-3 {
  width: 737px;
}

@media screen and (max-width: 1600px) {
  .equipment__img-1-2, .equipment__img-1-3 {
    width: 100%;
  }
}

.equipment__img-2-1 {
  width: 100%;
  height: 62.7em;
}

.equipment__img-2-2 {
  height: 22em;
}

.equipment__img-2-3 {
  height: 37em;
}

.equipment .num {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 28px 35px;
}

@media screen and (max-width: 1199px) {
  .equipment .num br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .equipment .num {
    padding: 25px 20px;
  }
  .equipment .num__val {
    font-size: 32px;
  }
  .equipment .num__descr {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .equipment-shtrips .equipment__col:first-child {
    width: 66.66666%;
  }
  .equipment-shtrips .equipment__col:last-child {
    width: 33.33333%;
  }
}

@media screen and (min-width: 1601px) {
  .equipment-shtrips {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .equipment-shtrips .equipment__col:first-child {
    width: 970px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 970px;
            flex: 0 0 970px;
  }
  .equipment-shtrips .equipment__col:last-child {
    width: 452px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 452px;
            flex: 0 0 452px;
  }
}

.video {
  margin: 100px 0;
  padding: 100px 0;
  background: #23252e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .video {
    margin: 50px 0;
    padding: 35px 0;
  }
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  overflow: hidden;
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -o-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
       -o-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  font-size: 10px;
}

.videoPoster::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13em;
  height: 13em;
  margin: -6.5em 0 0 -6.5em;
  background: #229a47 url(../img/play.svg) no-repeat 55% 50%/4.3em 5em;
  border-radius: 50%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.videoPoster:hover::before {
  background-color: #197034;
}

@media screen and (max-width: 1199px) {
  .videoPoster {
    font-size: 8px;
  }
}

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

.js-videoWrapper-active .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
       -o-transition-delay: 0s, 800ms;
          transition-delay: 0s, 800ms;
}

.lozung {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .lozung {
    margin: 50px 0;
  }
}

.lozung__row {
  margin: 0 -18px;
}

@media screen and (max-width: 1199px) {
  .lozung__row {
    display: block;
    margin: 0;
  }
}

.lozung__col {
  width: 50%;
  padding: 0 18px;
}

@media screen and (max-width: 1199px) {
  .lozung__col {
    width: 100%;
    padding: 0;
  }
}

.lozung__img {
  height: 100%;
}

.lozung__content {
  background: #f2f2f2;
  height: 100%;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1600px) {
  .lozung__content {
    padding: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .lozung__content {
    padding: 70px 20%;
  }
}

@media screen and (max-width: 767px) {
  .lozung__content {
    padding: 70px 8%;
  }
}

.page-link {
  margin: 85px 0;
}

@media screen and (max-width: 767px) {
  .page-link {
    margin: 45px 0;
  }
}

.page-link__block {
  display: block;
  padding: 100px 30% 90px 60px;
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}

.page-link__block:hover {
  color: #229a47;
}

@media screen and (max-width: 767px) {
  .page-link__block {
    width: calc(100% + 40px);
    margin: -20px;
    padding: 50px 40% 50px 20px;
  }
}

.page-link__block .img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 40%;
  height: 100%;
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

@media screen and (max-width: 767px) {
  .page-link__block .img {
    max-width: 35%;
  }
}

/* -------------------------------------
	Contacts
	------------------------------------- */
.contacts-hero {
  margin-bottom: 50px;
  padding: 100px 0;
  background: #23252e;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contacts-hero {
    margin-bottom: 50px;
    padding: 35px 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts-hero .title-2 {
    margin-bottom: 35px;
  }
}

.contacts-hero__col {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .contacts-hero__col {
    width: 100%;
    margin-bottom: 60px;
  }
  .contacts-hero__col:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts-hero__col {
    margin-bottom: 35px;
  }
}

.contacts-hero__link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contacts-hero__link {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 370px) {
  .contacts-hero__link {
    font-size: 27px;
  }
}

.contacts-hero__tel {
  padding-right: 1.5em;
}

.contacts-hero__mail {
  color: #229a47;
}

.contacts-hero__item {
  display: inline-block;
  position: relative;
}

.contacts-hero__item .contacts-whatsapp {
  display: inline-block;
  font-size: 10px;
  width: 4.7em;
  height: 4.7em;
  background: url("../img/whatsapp.svg") no-repeat 50% 50%/contain;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .contacts-hero__item .contacts-whatsapp {
    font-size: 7px;
  }
}

.addresses {
  margin: 100px 0 30px;
}

@media screen and (max-width: 767px) {
  .addresses {
    margin: 50px 0 0;
  }
}

.addresses__row {
  margin: 0 -18px 70px;
}

@media screen and (max-width: 991px) {
  .addresses__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .addresses__row {
    margin-bottom: 50px;
  }
}

.addresses__col {
  width: 50%;
  padding: 0 18px;
}

@media screen and (max-width: 991px) {
  .addresses__col {
    width: 100%;
    padding: 0;
  }
}

.addresses__content {
  padding: 70px 55px;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
          box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
}

@media screen and (max-width: 1199px) {
  .addresses__content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .addresses__content {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.addresses__content .title-3 {
  margin-bottom: 20px;
}

.addresses__content .address {
  margin-bottom: 15px;
}

.addresses__content .cords {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0.5;
}

.addresses__map {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .addresses__map {
    height: 500px;
    margin-top: 20px;
  }
}

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

.addresses__map .map {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 5px solid #23252e;
}

@media screen and (max-width: 991px) {
  .addresses__map .map {
    border: none;
  }
}

.map .gm-style-cc, .map a {
  display: none !important;
}

.staff {
  margin: 100px 0;
  padding: 100px 0;
  background: #23252e;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .staff {
    margin: 50px 0;
    padding: 50px 0 35px;
  }
}

.staff__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -50px 0;
}

@media screen and (max-width: 1199px) {
  .staff__row {
    overflow: auto;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .staff__row {
    margin: 30px -30px 0;
  }
}

.staff__col {
  width: 25%;
  padding: 0 50px;
}

@media screen and (max-width: 1199px) {
  .staff__col {
    min-width: 415px;
  }
}

@media screen and (max-width: 767px) {
  .staff__col {
    padding: 0 30px;
    min-width: 250px;
  }
}

.staff-item {
  font-size: 18px;
}

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

.staff-item__img {
  font-size: 10px;
  width: 21.5em;
  height: 21.5em;
  border-radius: 50%;
  margin-bottom: 3.6em;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .staff-item__img {
    font-size: 7px;
  }
}

.staff-item__name {
  max-width: 90%;
  font-weight: 500;
  margin-bottom: 18px;
}

.requisites {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .requisites {
    margin: 50px 0;
  }
}

.requisites__row {
  margin: 0 -18px;
}

@media screen and (max-width: 991px) {
  .requisites__row {
    display: block;
    margin: 0;
  }
}

.requisites__col {
  width: 50%;
  padding: 0 18px;
  font-size: 18px;
  line-height: 1.65;
}

@media screen and (max-width: 1199px) {
  .requisites__col {
    width: 100%;
    padding: 0;
  }
}

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

/* -------------------------------------
	Certificates
	------------------------------------- */
.certificates-hero {
  padding-bottom: 80px;
  background: #23252e;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .certificates-hero {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .certificates-hero {
    padding-bottom: 50px;
  }
}

.certificates-hero__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -18px;
}

@media screen and (max-width: 1199px) {
  .certificates-hero__row {
    overflow: auto;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .certificates-hero__row {
    margin: 0 -10px;
  }
}

.certificates-hero__col {
  width: 33.33333%;
  padding: 0 18px;
}

@media screen and (max-width: 1199px) {
  .certificates-hero__col {
    width: auto;
    min-width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .certificates-hero__col {
    padding: 0 10px;
    min-width: 70vw;
  }
}

.certificate {
  height: 100%;
  background: #fff;
  color: #000;
  padding: 30px;
  text-align: center;
}

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

.certificate__img {
  font-size: 10px;
  height: 46.5em;
  margin-bottom: 30px;
}

.certificate__img a {
  display: block;
  width: 100%;
  height: 100%;
}

.certificate__img .img--cover {
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .certificate__img {
    font-size: 1.7vw;
    margin-bottom: 20px;
  }
}

.certificate__title {
  font-size: 18px;
}

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

.certificates-info {
  margin: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url("../img/certificates-img-bg2.jpg") no-repeat 50% 0%/auto 567px;
  position: relative;
  padding-top: 214px;
}

@media screen and (max-width: 767px) {
  .certificates-info {
    margin: 50px 0;
    padding-top: 210px;
    background-size: auto 331px;
  }
}

.certificates-info__block {
  width: 100%;
  max-width: 498px;
  margin-left: auto;
  margin-right: 111px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
          box-shadow: 0px 10px 38px 0px rgba(8, 7, 7, 0.1);
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .certificates-info__block {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .certificates-info__block {
    padding: 35px 25px;
  }
}

.partners {
  margin: 100px 0;
}

@media screen and (max-width: 991px) {
  .partners {
    margin-bottom: 0;
  }
}

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

.partners__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -40px;
}

@media screen and (max-width: 1199px) {
  .partners__row {
    margin: 0 -20px;
  }
}

.partners__col {
  width: 25%;
  padding: 0 40px;
}

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

@media screen and (max-width: 991px) {
  .partners__col {
    width: 50%;
    margin-bottom: 50px;
  }
}

.partners .img {
  max-height: 69px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .partners .img {
    max-height: 42px;
  }
}

.quality {
  margin: 100px 0;
}

@media screen and (max-width: 767px) {
  .quality {
    margin: 50px 0;
  }
}

.quality__row {
  margin: 0 -18px;
}

@media screen and (max-width: 1199px) {
  .quality__row {
    display: block;
    margin: 0;
  }
}

.quality__col {
  width: 50%;
  padding: 0 18px;
}

@media screen and (max-width: 1199px) {
  .quality__col {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .quality__content {
    margin-bottom: 38px;
    background: #23252e;
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .quality__content {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 20px;
    padding: 45px 20px;
  }
}

.quality__img {
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .quality__img {
    height: auto;
  }
}

.quality-txt {
  background: #23252e;
  color: #fff;
  padding: 70px;
  margin-bottom: 36px;
}

.quality-txt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .quality-txt {
    padding: 0;
    background: none;
  }
}

.gost {
  margin: 80px 0 100px;
}

@media screen and (max-width: 1199px) {
  .gost {
    margin: 50px 0 30px;
  }
}

.gost__title, .gost-item__num {
  max-width: 500px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .gost__title, .gost-item__num {
    font-size: 18px;
  }
}

.gost__title {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .gost__title {
    margin-bottom: 20px;
  }
}

.gost__row {
  margin: 35px -34px 0;
}

@media screen and (max-width: 1199px) {
  .gost__row {
    display: block;
    margin: 35px 0 0;
  }
}

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

.gost__col {
  width: 20%;
  padding: 0 34px;
}

@media screen and (max-width: 1199px) {
  .gost__col {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .gost-item {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .gost-item {
    margin-bottom: 20px;
  }
}

.gost-item__num {
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .gost-item__num br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gost-item__num {
    margin-bottom: 3px;
  }
}

/* -------------------------------------
	Product
	------------------------------------- */
.product-hero {
  overflow: hidden;
}

.product-hero__title {
  max-width: 750px;
}

.product-hero__row {
  margin: 0 -18px;
}


.product-hero__col {
  width: 50%;
  padding: 0 18px;
}

.product-hero__content {
  padding: 80px 90px 80px 0;
  background: #23252e;
  color: #fff;
  position: relative;
}

.product-hero__content::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  right: 100%;
  top: 0;
  background: #23252e;
}

@media screen and (max-width: 1199px) {



  .product-hero__row>div:nth-child(2) { 
       display: none;
  }
  .product-hero__row>div:nth-child(1) {  
    width:100%;
}
.product-hero__content{
  background: #fff;
    color: #23252e;
    padding: 0px 90px 20px 0;
}
.product-hero__content::before {
  background: #fff;
  color: #23252e;
}
}
.product-hero__img {
  height: 100%;
  position: relative;
}

.product-hero__img .img {
  position: absolute;
  top: 0;
  left: 0;
}

.outlined {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}

.outlined::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  background: #229a47;
}

.product-list {
  margin: 50px 0 100px;
}

@media screen and (max-width: 1199px) {
  .product-list {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .product-list {
    margin-bottom: 50px;
  }
}

.product-list .table {
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .product-list .table {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .product-list .table__head, .product-list .table__body .table__tr {
    padding-left: 58px;
    padding-right: 58px;
  }
  .product-list .table__head {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .product-list .table__td-1 {
    width: 360px;
  }
  .product-list .table__td-2 {
    width: 150px;
    padding-right: 20px;
  }
  .product-list .table__td-3 {
    width: 60px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .product-list .table__head {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-list .table__td-1 {
    width: 300px;
    padding-right: 30px;
  }
  .product-list .table__td-2 {
    width: 125px;
  }
}

@media screen and (max-width: 991px) {
  .product-list .table__td-1 {
    margin-bottom: 10px;
  }
  .product-list .table__td-2, .product-list .table__td-3 {
    min-width: 198px;
    margin-bottom: 16px;
  }
  .product-list .table__td-3 {
    margin-right: 70px;
  }
  .product-list .table__td-4 {
    max-width: 198px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-list .my-select__trigger {
    padding-left: 13px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  .product-list .table__td-2, .product-list .table__td-3, .product-list .table__td-4 {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .product-list .table__td-3 {
    margin-right: 0;
  }
}

.table-top {
  padding: 22px 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1199px) {
  .table-top {
    padding: 20px 45px;
  }
}

@media screen and (max-width: 767px) {
  .table-top {
    padding: 17px 20px;
  }
}

.table-top__selects {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-top__selects .my-select-wrapper {
  min-width: 198px;
  margin-right: 20px;
}

.table-top__selects .my-select-wrapper:last-child {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .table-top__selects .my-select-wrapper {
    min-width: calc(50% - 10px);
  }
}

.table-top__selects .my-select__trigger {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .table-top__selects .my-select__trigger {
    font-size: 16px;
  }
}

.table-sort {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.table-sort__item {
  margin-left: 25px;
  border-bottom: 1px dotted currentColor;
}

.table-sort__item:hover {
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .table-sort {
    display: none;
  }
}

.table__btn {
  width: 81px;
  height: 46px;
}

.table__btn .button {
  width: 100%;
  height: 100%;
}

.table__btn .button:hover {
  background: #197034;
}

.table__btn .cart-btn__ic {
  width: 22px;
  height: 22px;
}

@media screen and (max-width: 991px) {
  .table__btn {
    width: 198px;
  }
  .table__btn .button {
    font-size: 16px;
  }
  .table__btn .cart-btn__ic {
    margin-right: 14px;
  }
}

@media screen and (max-width: 575px) {
  .table__btn {
    width: 46%;
  }
}

.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0, 0);
            transform: translate(0, 0, 0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0, 0);
            transform: translate(0, 0, 0);
  }
}

.fade-1, .fade-2, .fade-3, .fade-4, .fade-5 {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  will-change: transform;
}

.fade-1 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.fade-2 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.fade-3 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.fade-4 {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.fade-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes op {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.op-1, .op-2 {
  -webkit-animation-name: op;
          animation-name: op;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.op-1 {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.op-2 {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.product-table__addcart._clone {
    z-index: 1500;
    overflow: hidden;
    transition: font-size .2s, margin .5s, width .5s, padding .5s, height .6s, top cubic-bezier(0.6, -0.28, 0.735, 0.045) 1s, left cubic-bezier(0.6, 0.28, 0.735, 0.045) 1s;
    position: absolute;
    pointer-events: none;
	background:none;
	background-image: url(../img/cart-green.svg);
	background-repeat: no-repeat;
}

._clone .cart-btn__ic{background:none;}

.productTable { overflow: auto;}

.invest_ural{
    position: absolute;
    top: 130px;
    right: 30px;
}
.invest2 {margin-top:10px;}
@media screen and (max-width: 1199px) {
 .invest_ural{
    position: absolute;
    top: 30px;
    right: 30px;
}
}


.flat-table {
    margin-bottom: 20px;
    border-collapse:collapse;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    border: none;
                border-radius: 3px;
               -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
  }
  .flat-table th, .flat-table td {
    box-shadow: inset 0 -1px rgba(0,0,0,0.25), 
      inset 0 1px rgba(0,0,0,0.25);
      text-align: center;
  }
  .flat-table th {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 1em;
    color: rgba(0,0,0,0.9);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);

  }
  .flat-table td {
    color: #111111;
    padding: 0.7em 1em 0.7em 1.15em;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
  }
  .flat-table tr {
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .maintext ol, .maintext ul {
    margin: 0 20px 0 20px;
    padding: 0 0 20px 20px;
    list-style: disc;
}
.table__title a {
  text-decoration: underline;
}

.whatsapp {
  padding: 5px;
  margin: 0 0 -15px 0;
  border: 1px #ffffff solid;
  border-radius: 15px;
}

.whatsapp:hover {
  padding: 5px;
  margin: 0 0 -15px 0;
  border: 1px #229a47 solid;
  border-radius: 15px;
  color: #229a47;
  background-color: white;
}

.fastorder{
    font-size:12px;
    text-decoration:underline;
    padding:10px;
}

.fastorder::first-letter {
  text-transform: uppercase;
}

.vnalichii{
        font-size:14px;
        color:#229a47;
}
 .fastorderbutton{
  background: #ffffff;
  color:#000;
  padding: 9px;
  border: 2px solid #229a47;
 }

 .fastorderbutton:hover{
  background: #229a47;
  color:#ffffff;
  padding: 9px;
  border: 2px solid #229a47;
 }

.fastorder_block{
  padding-right: 20px;
}

.product_content{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;

  .product-list {
    margin: 0px;
    width: 100%;
}



.product_dostavka{
  width: 45%;
  padding: 20px;
  margin: 20px;
  border: 1px solid;
  h2 {
    text-align: center;
    margin-bottom: 0;
  }

}
.product_subtitle{
text-align: center;
}
}



.product_img{
  width: 39%;
}
.product_col2{
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-between;
}
.img100{
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1237px) {
  .product_content{ 
.product_dostavka{
  width: 44%;}
}

}


@media (min-width: 961px) and (max-width: 1199px) {
  .product-list .table__head {
    display: block;
}
}


@media (max-width: 1120px) {


  .product_col2 {
    width: 100%;}

  .product_img{
    width: 20%;
    padding-bottom: 20px;
  }
  .product_content {
  flex-direction: column;
  }
  .product_col2 .container{
    padding: 0;
  }
}


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

  .product_img{
    width: 20%;
    padding-bottom: 0;
  }
  .product_content {
  flex-direction: column;
  }
  .product_col2 .container{
    padding: 20px;
  }
  .product_content{
    .product_dostavka{
      width: 100%;}
      .table__btn {
        width: 50%;
    }

    .fastorder_block {
      width: 50%;
  }
    }
    
    }

    @media (max-width: 375px) {


      .product_content{
        .product_dostavka{
          width: 100%;}
          .table__btn  {
            width: 100%;
        }
        .fastorder_block  {
          width: 100%;
      }
        }
    }