

/* Start:/local/templates/main/assets/css/styles.css?1747726883231387*/
@charset "UTF-8";
/* -------------------------------------
 * Font face
 * ------------------------------------- */
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/main/assets/css/../fonts/GolosText-Regular.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/GolosText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/main/assets/css/../fonts/GolosText-Medium.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("/local/templates/main/assets/css/../fonts/GolosText-DemiBold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/GolosText-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp Display";
  src: url("/local/templates/main/assets/css/../fonts/AtypDisplay-Regular.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/AtypDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp Display";
  src: url("/local/templates/main/assets/css/../fonts/AtypDisplay-Medium.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/AtypDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atyp Display";
  src: url("/local/templates/main/assets/css/../fonts/AtypDisplay-Semibold.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/AtypDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Advanced Dot Digital-7";
  src: url("/local/templates/main/assets/css/../fonts/AdvancedDotDigital-7.woff2") format("woff2"), url("/local/templates/main/assets/css/../fonts/AdvancedDotDigital-7.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 {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -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;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.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;
  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 */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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;
  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;
  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;
  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.4 "Golos Text", sans-serif, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em;
  text-align: left;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.3;
  }
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Atyp Display", sans-serif;
  font-weight: 500;
}

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

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

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: 600;
}

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: #00A8EB;
  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: 0.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;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.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;
}

[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-bg {
  background-color: #292C40;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}
.fancybox-slide--video .fancybox-content {
  background: none !important;
}
.fancybox-iframe {
  max-width: 1240px;
  max-height: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.fancybox-button--close {
  background-color: #fff;
}
.fancybox-button--close svg {
  display: none;
}
.fancybox-button--close::after {
  content: "";
  display: block;
  font-size: 17px;
  width: 1em;
  height: 1em;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  background: url("/local/templates/main/assets/css/../img/icons/close.svg") no-repeat 50% 50%/contain;
  will-change: transform;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .fancybox-button--close:hover::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .fancybox-slide {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  font-size: 25px;
  width: 1em;
  height: 1em;
  padding: 0;
  top: 12px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .fancybox-slide--html .fancybox-close-small {
    font-size: 20px;
  }
}
.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}
.fancybox-slide--html .fancybox-close-small::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  background: url("/local/templates/main/assets/css/../img/icons/close.svg") no-repeat 50% 50%/contain;
}
.fancybox-infobar {
  display: none !important;
}
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-navigation .fancybox-button {
  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;
  padding: 0;
  font-size: 10px;
  width: 4.8em;
  height: 4.8em;
  top: calc(50% - 2.4em);
  outline: none;
  cursor: pointer;
  border: none;
  background-color: #E8E8E8;
}
.fancybox-navigation .fancybox-button::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 2.2em;
  position: absolute;
  background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.fancybox-navigation .fancybox-button div {
  display: none;
}
@media screen and (min-width: 1200px) {
  .fancybox-navigation .fancybox-button {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .fancybox-navigation .fancybox-button:hover {
    background-color: #00A8EB;
  }
}
.fancybox-navigation .fancybox-button--arrow_right::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.fancybox-navigation .fancybox-button--arrow_left::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fancybox .fancybox-image {
  max-width: 1240px;
  max-height: 700px;
}

.simplebar-scrollbar.simplebar-visible::before {
  background-color: #F3F6F8;
  opacity: 1;
}

/* -------------------------------------
 * Common styles
 * ------------------------------------- */
.wrapper {
  padding-top: 108px;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  /*.wrapper {*/
  /*  padding-top: 50px;*/
  /*}*/
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1430px;
  }
}
@media (min-width: 1400px) {
  .container-full {
    max-width: 1920px;
    padding-left: 34px;
    padding-right: 34px;
  }
}
.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;
  max-height: 100%;
}
.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;
}

.list, .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accent {
  color: #00A8EB;
}

.uppercase {
  text-transform: uppercase;
}

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

@media screen and (min-width: 768px) {
  .show-md {
    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;
  }
}

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

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

/* ---------- Titles & text ---------- */
h1, .title-1 {
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  h1, .title-1 {
    font-size: 30px;
  }
}

h2, .title-2 {
  font-size: 44px;
  line-height: 1.1;
  font-family:Atyp Display;
}
@media screen and (max-width: 767px) {
  h2, .title-2 {
    font-size: 24px;
  }
}

h3, .title-3 {
  font-size: 36px;
  line-height: 1.15;
}

.about33 {font-size:28px;}
@media screen and (max-width: 767px) {
  h3, .title-3 {
    font-size: 22px;
  }
}

h4, .title-4 {
  font-size: 28px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  h4, .title-4 {
    font-size: 20px;
    line-height: 1.3;
  }
}

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

@media screen and (max-width: 767px) {
  .text-md-center {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .text-lg-center {
    text-align: center;
  }
}

.list-plus li::before {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  background: url("/local/templates/main/assets/css/../img/icons/plus.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 991px) {
  .list-plus li {
    position: relative;
    padding-left: 30px;
  }
  .list-plus li::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .list-plus li {
    padding-left: 26px;
  }
  .list-plus li::before {
    font-size: 16px;
    top: 0.1em;
  }
}

.underline {
  display: inline-block;
  position: relative;
}
.underline::after {
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  z-index: -1;
  left: 0.05em;
  right: 0.06em;
  bottom: 0.1em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00A8EB), color-stop(69.66%, #46D5CC));
  background: -o-linear-gradient(left, #00A8EB 50%, #46D5CC 69.66%);
  background: linear-gradient(90deg, #00A8EB 50%, #46D5CC 69.66%);
}
@media screen and (max-width: 767px) {
  .underline::after {
    height: 5px;
  }
}

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

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

ul.styled li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 1em;
}
ul.styled li:last-child {
  margin-bottom: 0;
}
ul.styled li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0.5em;
  background: #00A8EB;
  border-radius: 50%;
}
ul.dotted li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  ul.dotted li {
    display: block;
  }
}
ul.dotted li::after {
  content: "";
  display: block;
  border-bottom: 1px dotted #D5D5D5;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 1px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  ul.dotted li::after {
    display: none;
  }
}
ul.dotted span {
  display: inline-block;
  background: #fff;
  color: #727272;
}
@media screen and (max-width: 767px) {
  ul.dotted span {
    display: block;
  }
}
ul.dotted span:first-child {
  margin-right: 15px;
}
ul.dotted span:last-child {
  color: #000;
}
@media screen and (min-width: 1200px) {
  ul.dotted span:last-child {
    max-width: 50%;width: 50%;
  }
}

.bdr {
  border-radius: 5px;
}

.bg-gray {
  background: #F3F6F8;
  border-radius: 5px;
}

.blend-mode {
  mix-blend-mode: darken;
  background-blend-mode: darken;
}

/* ----- buttons ----- */
.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: 52px;
  padding: 15px 25px;
  font-size: 16px;
  font-family: "Golos Text", sans-serif;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  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: 46px;
    padding: 12px 20px;
    font-size: 15px;
  }
}
.button-md {
  height: 46px;
  padding: 12px 24px;
}
.button-accent-bg {
  background-color: #00A8EB;
  color: #fff;
}
.button-accent-bg:hover {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .button-accent-bg:hover {
    background-color: #008bc2;
  }
}
.button-accent-bd {
  border: 2px solid #00A8EB;
  color: #00A8EB;
}
.button-accent-bd:hover {
  color: #00A8EB;
}
@media screen and (min-width: 1200px) {
  .button-accent-bd:hover {
    background-color: #00A8EB;
    color: #fff;
  }
}

.link {
  color: #00A8EB;
}
.link.dotted {
  border-bottom: 1px dotted #00A8EB;
}
@media screen and (min-width: 1200px) {
  .link.dotted:hover {
    border-bottom-color: transparent;
  }
}

.close {
  font-size: 20px;
}
.close::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("/local/templates/main/assets/css/../img/icons/close.svg") no-repeat 50% 50%/contain;
}

.center {
  max-width: 1104px;
  margin: 0 auto;
}

.border-top {
  border-top: 2px solid #000;
}

.bb {
  position: relative;
  z-index: 1;
  padding: 8px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
}
.bb::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 8px;
  right: 8px;
  top: 8px;
  bottom: 8px;
  background: #fff;
  border-radius: 5px;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-arrows.white .slider-arrow {
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .slider-arrows.white .slider-arrow:hover {
    background-color: #00A8EB;
  }
}
.slider-arrow {
  font-size: 10px;
  width: 5.2em;
  height: 4.4em;
  outline: none;
  cursor: pointer;
  z-index: 1;
  border: none;
  background-color: #F3F6F8;
  -webkit-box-shadow: 0px 10px 10px rgba(112, 119, 138, 0.03);
          box-shadow: 0px 10px 10px rgba(112, 119, 138, 0.03);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.slider-arrow::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  position: absolute;
  background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .slider-arrow:hover {
    background-color: #00A8EB;
  }
  .slider-arrow:hover::before {
    -webkit-filter: brightness(100);
            filter: brightness(100);
  }
}
.slider-prev {
  margin-right: 1px;
  border-radius: 10px 0 0px 10px;
}
.slider-prev::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.slider-next {
  border-radius: 0 10px 10px 0;
}
.slider-next::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  font-size: 10px;
}
.slider-dots .swiper-pagination-bullet {
  display: block;
  border-radius: 50%;
  opacity: 1;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.6em;
  background: #00A8EB;
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.slider-dots .swiper-pagination-bullet-active {
  width: 3em;
  opacity: 1;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .slider-dots {
    font-size: 7.5px;
    margin-top: 25px;
  }
}
.slider-dots.white .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
}
.slider-dots.white .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 992px) {
  .swiper-mobile {
    overflow: visible;
  }
  .swiper-mobile .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .swiper-mobile .swiper-slide {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .swiper-mobile .swiper-wrapper {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .swiper-mobile .swiper-slide {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .section-slider {
    overflow: hidden;
  }
  .section-slider .swiper-container {
    overflow: visible;
  }
}
.section-slider__btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-slider__btn {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-head {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  .section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .section-head .title {
    margin: 0 auto 0 0;
  }
}
.section-head__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-head__col .slider-arrows {
  margin-left: 40px;
}
.section-head .link {
  color: inherit;
}
.section-head .link:hover {
  color: #00A8EB;
}

.page-hero {
  margin-bottom: 35px;
}
.page-hero .container {
  position: relative;
}
.page-hero .title-1 {
  max-width: 1040px;
}
.page-hero .inner {
  height: 488px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-hero .inner {
    height: 270px;
  }
}
.page-hero .inner-title {
  max-width: 75%;
  position: absolute;
  top: 60px;
  left: 60px;
  padding: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .page-hero .inner-title {
    top: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-hero .inner-title {
    top: 25px;
    left: 15px;
    right: 15px;
    padding: 20px 15px 24px;
    max-width: 100%;
  }
  .page-hero .inner-title br {
    display: none;
  }
}
.page-hero .inner-title .title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page-hero {
    margin-bottom: 20px;
  }
}

.price-styles {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price-styles {
    font-size: 18px;
  }
}
.price-styles .price, .price-styles .price-old {
  display: inline-block;
}
.price-styles .price {
  margin-right: 20px;
}
.price-styles .price-old {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #BABABA;
}

.js-tab-content, .js-accordion-content {
  display: none;
}

.js-open-modal, .js-tab, .js-accordion-btn,
.home .header.is-fixed .logo, .home .footer .logo {
  cursor: pointer;
}

.ic {
  display: block;
  background: no-repeat 50% 50%/contain;
}

.whatsapp {
  background-image: url("/local/templates/main/assets/css/../img/icons/whatsapp.svg");
}

.telegram {
  background-image: url("/local/templates/main/assets/css/../img/icons/telegram.svg");
}

.email-ic {
  background-color: #000;
  -webkit-mask-image: url("/local/templates/main/assets/css/../img/icons/email.svg");
          mask-image: url("/local/templates/main/assets/css/../img/icons/email.svg");
}

.search-ic {
  background-color: #000;
  -webkit-mask-image: url("/local/templates/main/assets/css/../img/icons/search.svg");
          mask-image: url("/local/templates/main/assets/css/../img/icons/search.svg");
}

@media screen and (min-width: 1200px) {
  .email-ic:hover, .search-ic:hover {
    background-color: #00A8EB;
  }
}

@media screen and (min-width: 1200px) {
  .img-hover .img {
    will-change: transform;
    -webkit-transition: all 0.5s 0.1s linear;
    -o-transition: all 0.5s 0.1s linear;
    transition: all 0.5s 0.1s linear;
  }
  .img-hover:hover .img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition-duration: 2s;
         -o-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.cta {
  padding: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 35px 20px;
    border-radius: 0;
  }
}
.cta .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta .column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 12%;
}
.cta .column.title {
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .cta .column {
    width: 100%;
    padding-right: 0;
  }
}
.cta__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 304px;
          flex: 0 0 304px;
  max-width: 304px;
  padding: 40px 45px 46px;
  background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
@media screen and (max-width: 991px) {
  .cta__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cta__btn {
    margin-top: 20px;
    padding: 30px 30px 34px;
  }
}
.cta__btn::before {
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .cta__btn::before {
    top: 10px;
    left: 13px;
    right: 13px;
    bottom: 14px;
  }
}
.cta__btn .button {
  width: 100%;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  border-radius: 5px;
  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::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 8.6em;
  height: 6.1em;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  margin: -3.05em 0 0 -4.3em;
  background: url("/local/templates/main/assets/css/../img/icons/youtube-play.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .videoPoster::after {
    font-size: 6px;
  }
}

.js-videoWrapper-active .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
       -o-transition-delay: 0s, 800ms;
          transition-delay: 0s, 800ms;
}

@media screen and (max-width: 767px) {
  .full-md {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0 !important;
  }
}

.hero-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  max-width: 380px;
}
.hero-side .form {
  padding: 54px 47px;
}
@media screen and (max-width: 991px) {
  .hero-side .form {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero-side .form {
    margin-top: 20px;
    padding: 40px 35px;
  }
  .hero-side .form::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-side .form {
    height: 100%;
  }
}

.plus-ic {
  font-size: 15px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.plus-ic::before, .plus-ic::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #00A8EB;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.plus-ic::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@-moz-document url-prefix() {
  .table table {
    border-collapse: separate;
  }
}
.table {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .table {
    overflow: auto;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .table {
    font-size: 12px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.table table {
  table-layout: fixed;
  border-spacing: 0px;
}
.table td {
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 1;
  background-clip: padding-box;
}
.table td:nth-child(1) {
  color: #727272;
  width: 150px;
}
@media screen and (max-width: 1199px) {
  .table td:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .table td:nth-child(1) {
    width: 124px;
  }
}
@media screen and (max-width: 1199px) {
  .table td:nth-child(n+2) {
    min-width: 199px;
    width: 199px;
  }
}
@media screen and (max-width: 767px) {
  .table td:nth-child(n+2) {
    min-width: 130px;
    width: 130px;
  }
}
.table .td {
  display: block;
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .table .td {
    padding: 10px 15px;
  }
}
.table .td::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #F3F6F8;
}
.table tr:first-child {
  vertical-align: bottom;
}
.table tr:first-child td:nth-child(1) .td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .table tr:first-child td:nth-child(1) .td::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 0;
    left: 0;
    top: -2px;
    background: #fff;
  }
}
.table tr:first-child .td {
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1199px) {
  .table tr:last-child td:nth-child(1) .td::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: -2px;
    background: #fff;
  }
}
.table-1 td:nth-child(2) {
  border-left: 2px solid #00A8EB;
}
.table-1 td:nth-child(2n+3) {
  border-right: 2px solid #00A8EB;
}
.table-1 td:nth-child(2n+3) .td::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
.table-1 td:nth-child(2n) {
  background: #F3F6F8;
}
.table-1 .td .label {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #959AAE;
  border-radius: 30px;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .table-1 .td .label {
    font-size: 10px;
    top: 80px;
  }
}
.table-1 .img {
  width: 88px;
  height: 88px;
  margin: 0 auto 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 767px) {
  .table-1 .img {
    width: 76px;
    height: 76px;
    margin-bottom: 15px;
  }
}
.table-1 tr:first-child td:nth-child(n+2) {
  border-top: 2px solid #00A8EB;
}
.table-1 tr:first-child .td {
  min-height: 190px;
}
@media screen and (max-width: 767px) {
  .table-1 tr:first-child .td {
    min-height: 130px;
  }
}
.table-1 tr:first-child .td::after {
  display: none;
}
.table-1 tr:last-child .td::after {
  display: none;
}
.table-1 tr:last-child td:nth-child(n+2) {
  border-bottom: 2px solid #00A8EB;
}
.table-2 tr:first-child td {
  border-top: 2px solid #000;
}
.table-2 tr:first-child .icon {
  max-width: 44px;
  max-height: 44px;
  margin-bottom: 10px;
}
.table-2 tr:nth-child(n+2) .icon {
  max-width: 22px;
  max-height: 22px;
}
.table-2 tr:nth-child(n+2) .td {
  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;
}
.table-2 tr:nth-child(2n+3) td {
  background-color: #F3F6F8;
}
.table-2 .td::after {
  width: 2px;
  height: 100%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
}

.overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(41, 44, 64, 0.5);
  opacity: 0;
  visibility: hidden;
}

/* -------------------------------------
 * 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%;
  min-width: 1px;
  height: 50px;
  padding: 12px 0;
  background: #FFF;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .input {
    height: 44px;
    padding: 10px 0;
    font-size: 15px;
  }
}
.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;
}
.input:focus, .input.is-populated {
  padding-top: 24px;
  padding-bottom: 8px;
}
.input:focus ~ .placeholder, .input.is-populated ~ .placeholder {
  top: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .input:focus, .input.is-populated {
    padding-top: 20px;
  }
}

textarea.input {
  height: 115px;
  resize: none;
}
textarea.input:focus, textarea.input.is-populated {
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  textarea.input {
    height: 135px;
  }
}

.input-wrap {
  position: relative;
  z-index: 1;
  background: #FFF;
  margin-bottom: 10px;
}
.input-wrap .input {
  background: none;
}

.placeholder {
  position: absolute;
  z-index: -1;
  top: 16px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.bx-filter-select-container .placeholder{
  white-space: break-spaces;
  right: 30px;
}
.bx-filter-select-container .input{
  height: 50px;
}
@media screen and (max-width: 767px) {
  .placeholder {
    font-size: 15px;
    top: 13px;
  }
}

.privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.5);
}

.privacy a{
  text-decoration: underline;
}

.privacy input[type="checkbox"]{
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 15px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 1200px) {
  .privacy span:hover {
    text-decoration: underline;
  }
}

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

.my-select {
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #000;
  background-color: #fff;
}
.my-select.is-opened {
  z-index: 3;
}
.my-select.is-populated .my-select__trigger {
  padding-top: 20px;
  padding-bottom: 8px;
}
.my-select.is-populated .placeholder {
  top: 7px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.my-select .placeholder {
  color: #000;
}
.my-select__trigger {
  display: block;
  background-color: transparent;
  border: none;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.my-select__trigger::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -5px;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
}
.my-select__options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  min-width: 100%;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 0 0 5px 5px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.my-select__option {
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (max-width: 767px) {
  .my-select__option {
    font-size: 13px;
  }
}
.my-select__option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.my-select__option:hover, .my-select__option.is-selected {
  background: rgba(0, 168, 235, 0.2);
}
.my-select.is-opened .my-select__trigger::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.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);
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin: 20px 0;
  position: relative;
}
.checkbox__wrap {
  position: relative;
  top: 4px;
  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;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 15px;
  background: #F3F6F8;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .checkbox__wrap {
    margin-right: 16px;
  }
}
.checkbox__wrap::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url("/local/templates/main/assets/css/../img/icons/check-fat.svg") no-repeat 50% 50%/contain;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.checkbox__text {
  display: inline-block;
  text-align: left;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .checkbox__text {
    font-size: 10px;
  }
}
.checkbox__text a, .checkbox__text button {
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .checkbox__text a:hover, .checkbox__text button:hover {
    text-decoration: none;
  }
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .checkbox__wrap {
  background: #00A8EB;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkbox input:checked + .checkbox__wrap::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  padding: 7px 16px;
  background: #FFF;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .quantity {
    width: 130px;
    padding: 5px 12px;
  }
}
.quantity-input, .quantity-units {
  font-size: 15px;
  margin: 0 2px;
  line-height: 1;
}
.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: 26px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.quantity .minus::before, .quantity .minus::after, .quantity .plus::before, .quantity .plus::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  background: #000;
}
.quantity .minus::after, .quantity .plus::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.quantity .minus::-moz-selection, .quantity .plus::-moz-selection {
  background: none;
}
.quantity .minus::selection, .quantity .plus::selection {
  background: none;
}
.quantity .minus {
  margin-right: auto;
}
.quantity .minus::after {
  display: none;
}
.quantity .plus {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .form-row .form-col {
    width: 50%;
    padding: 0 10px;
  }
}

.form-black .input-wrap {
  background: #464960;
  -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}
.form-black .input, .form-black .placeholder {
  color: #fff;
}
.form-black .input, .form-black .my-select {
  border: none;
}
.form-black .input {
  padding-left: 20px;
  padding-right: 20px;
}
.form-black .placeholder {
  left: 20px;
}
.form-black .my-select.is-populated .placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-black .my-select__trigger::after {
  right: 15px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.form-black .my-select__option {
  color: #000;
}

.attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
  padding: 12px 20px;
  background: #F3F6F8;
  border: 1px dashed #000;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .attachment {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .attachment:hover::before {
    opacity: 1;
  }
}
.attachment::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 12px;
  background: url("/local/templates/main/assets/css/../img/icons/attach.svg") no-repeat 50% 50%/contain;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.attachment .msg {
  color: rgba(0, 0, 0, 0.5);
}
.attachment input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}

.modal {
  display: none;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
          box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
  border-radius: 5px;
}
.modal-form {
  max-width: 894px;
  padding: 0;
  background: none;
}
@media screen and (max-width: 991px) {
  .modal-form {
    text-align: center;
  }
}
.modal-form .fancybox-close-small {
  top: 25px;
  right: 25px;
}
@media screen and (max-width: 767px) {
  .modal-form .fancybox-close-small {
    top: 30px;
    right: 30px;
  }
}
.modal-form .inner {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .modal-form .inner {
    padding: 60px 38px;
    border-radius: 0;
  }
  .modal-form .inner::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
}
.modal-form .form {
  max-width: 528px;
  margin: 0 auto;
}
.modal-form__title {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .modal-form__title {
    margin-bottom: 12px;
  }
}
.modal-form .subtitle {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .modal-form .subtitle {
    margin-bottom: 15px;
  }
}
.modal-form .height {
  height: 80px;
}
.modal-form textarea.input {
  height: 78px;
}
.modal-form .privacy {
  text-align: left;
}
.modal-policy {
  max-width: 1046px;
  padding: 48px 80px;
}
@media screen and (max-width: 767px) {
  .modal-policy {
    padding: 30px 20px;
  }
}
.modal-policy__title {
  margin-bottom: 12px;
}
.modal-policy__body {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-policy__body {
    font-size: 12px;
  }
}
.modal-policy__body b, .modal-policy__body strong {
  font-weight: 600;
}
.modal-policy__body p {
  margin: 0 0 1.5em;
}
.modal-policy__body p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .modal-policy__scroll .simplebar-track.simplebar-vertical {
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-policy__scroll {
    max-height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .modal-policy__scroll {
    max-height: 578px;
  }
}

@media screen and (max-width: 767px) {
  .fancy-no-padding .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ----- breadcrumbs ----- */
.breadcrumbs {
  font-size: 13px;
  margin: 29px 0 36px;
  color: #B8B8B8;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 18px 0 22px;
    font-size: 12px;
    line-height: 2;
  }
}
.breadcrumbs > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs > span > span:first-child {
  display: block;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  background: url("/local/templates/main/assets/css/../img/icons/home.svg") no-repeat 50% 50%/13px 13px;
  opacity: 0.2;
}
.breadcrumbs > span > span:first-child a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .breadcrumbs a:hover {
    color: #00A8EB;
  }
}
.breadcrumbs__sep {
  display: inline-block;
  font-size: 1em;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin: 0 0.75em;
  position: relative;
  top: -0.2em;
}
.breadcrumbs__sep::before {
  content: "—";
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .breadcrumbs__sep {
    top: -0.5em;
  }
}

.pagination {
  margin-top: 30px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 15px;
  }
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .pagination .nav-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pagination .page-numbers {
  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: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 46px;
    height: 46px;
  }
}
.pagination .page-numbers.current {
  color: #00A8EB;
}
@media screen and (min-width: 1200px) {
  .pagination a:hover {
    color: #00A8EB;
  }
}
.pagination .prev, .pagination .next {
  font-size: 0;
  color: transparent;
  background-color: #F3F6F8;
}
@media screen and (max-width: 767px) {
  .pagination .prev, .pagination .next {
    width: 52px;
  }
}
.pagination .prev::before, .pagination .next::before {
  content: "";
  display: block;
  font-size: 14px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
@media screen and (min-width: 1200px) {
  .pagination .prev:hover, .pagination .next:hover {
    border-color: #00A8EB;
  }
}
.pagination .prev {
  margin-right: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .prev::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination .next {
  margin-left: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .screen-reader-text {
  display: none;
}

.m-cart {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
          box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
  position: fixed;
  z-index: 12;
  top: 0;
  bottom: 0;
  right: 0;
  width: 574px;
  padding-top: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .m-cart {
    top: 50px;
    width: 100%;
    padding-top: 20px;
  }
}
.m-cart__close {
  position: absolute;
  top: 26px;
  right: 19px;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .m-cart__close {
    font-size: 20px;
    top: 14px;
    right: 14px;
  }
}
.m-cart__title {
  margin-bottom: 40px;
  padding-left: 34px;
  padding-right: 34px;
}
@media screen and (max-width: 767px) {
  .m-cart__title {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.m-cart__body {
  height: 100%;
  padding-left: 34px;
  margin-right: 34px;
}
.m-cart__body .simplebar-track.simplebar-vertical {
  right: -14px;
}
@media screen and (max-width: 767px) {
  .m-cart__body {
    padding-left: 15px;
    margin-right: 15px;
  }
}
.m-cart__body .simplebar-offset {
  right: 0 !important;
}
.m-cart__scroll {
  max-height: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  .m-cart__scroll {
    max-height: calc(100% - 170px);
  }
}
.m-cart .item {
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  background: #F3F6F8;
  border-radius: 5px;
}
.m-cart .item__del {
  font-size: 12px;
  position: absolute;
  top: 13px;
  right: 13px;
}
.m-cart .item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-cart .item__img {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 15px;
}
.m-cart .item__img .img {
  mix-blend-mode: darken;
  background-blend-mode: multiply;
}
.m-cart .item__name {
  font-size: 15px;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .m-cart .item__name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.m-cart .item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .m-cart .item__price {
    margin-bottom: 15px;
  }
}
.m-cart .item__price .price {
  margin-right: 20px;
}
.m-cart .item__price .price-old {
  color: #BABABA;
  text-decoration: line-through;
}
.m-cart__footer {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #292C40;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 34px;
}
@media screen and (max-width: 767px) {
  .m-cart__footer {
    padding: 18px 15px;
  }
}
.m-cart__footer .subtitle {
  font-size: 10px;
  opacity: 0.5;
}
.m-cart__footer .price {
  font-size: 28px;
  font-weight: 500;
}
.m-cart__footer .button {
  min-width: 260px;
}
@media screen and (max-width: 767px) {
  .m-cart__footer .button {
    min-width: 190px;
  }
}
.m-cart__form, .m-cart__success {
  display: none;
}
.m-cart__form {
  padding: 110px 64px 64px;
}
@media screen and (max-width: 767px) {
  .m-cart__form {
    padding: 0 34px 34px;
  }
}
.m-cart__form .title {
  margin-left: -19px;
}
.m-cart__form form {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .m-cart__form form {
    margin-top: 20px;
  }
}
.m-cart__back {
  position: absolute;
  top: 28px;
  left: 34px;
  background-color: #F3F6F8;
}
.m-cart__back::before {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  margin-right: 12px;
  background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .m-cart__back {
    font-size: 0;
    padding: 0;
    width: 38px;
    height: 38px;
    left: auto;
    top: 15px;
    right: 15px;
  }
  .m-cart__back::before {
    margin: 0;
  }
}
.m-cart__success {
  display: none;
  height: 100%;
  padding: 140px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-cart__success {
    padding: 34px;
  }
}
.m-cart__success .flex-center {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-cart__success .ic {
  font-size: 228px;
  width: 1em;
  height: 1em;
  margin-bottom: 50px;
  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: url("/local/templates/main/assets/css/../img/dots_2.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .m-cart__success .ic {
    font-size: 180px;
    margin-bottom: 40px;
  }
}
.m-cart__success .ic .img {
  max-width: 128px;
}
@media screen and (max-width: 767px) {
  .m-cart__success .ic .img {
    max-width: 102px;
  }
}
.m-cart__success .subtext {
  margin-top: 0.3em;
  opacity: 0.5;
  line-height: 1.3;
}

.modal-cart-open {
  overflow: hidden;
}
.modal-cart-open .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .modal-cart-open .overlay {
    z-index: 4;
  }
}
.modal-cart-open .m-cart {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1200px) {
  .animated {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .fadeInBottom,
.fadeInLeft,
.fadeInRight {
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
  }
  .fadeInBottom {
    -webkit-animation-name: fadeInBottom;
            animation-name: fadeInBottom;
  }
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
  }
}
/* -------------------------------------
 * Sections
 * ------------------------------------- */
/* ----- header ----- */
.header {
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 2px solid #F3F6F8;
}
@media screen and (max-width: 1199px) {
  .header {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 30px 0;
    border-bottom: 1px solid #E8E8E8;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 14px 0 13px;
  }
}
@media screen and (max-width: 1199px) {
  .header.is-fixed {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header.is-fixed {
    padding: 14px 0 13px;
  }
}
@media screen and (min-width: 1200px) {
  .header.is-fixed .menu__list > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__row .logo {
  max-width: 195px;
  margin-right: 40px;
}
@media screen and (max-width: 1400px) {
  .header__row .logo {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1199px) {
  .header__row .logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .header__row .logo {
    max-width: 145px;
  }
}
@media screen and (max-width: 359px) {
  .header__row .logo {
    max-width: 40%;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__contacts .tel {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .header__contacts .tel {
    font-size: 0;
  }
  .header__contacts .tel::before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url("/local/templates/main/assets/css/../img/icons/tel.svg") no-repeat 50% 50%/contain;
  }
}
.header__contacts .ic {
  width: 22px;
  height: 22px;
  margin-left: 8px;
}
@media screen and (max-width: 1199px) {
  .header__contacts .ic {
    margin-left: 19px;
  }
}
@media screen and (max-width: 359px) {
  .header__contacts .ic {
    margin-left: 12px;
  }
}
.header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 4%;
}
@media screen and (max-width: 1400px) {
  .header__controls {
    margin-left: 2%;
  }
}
@media screen and (max-width: 1199px) {
  .header__controls {
    margin-left: 0;
  }
}
.header__controls .search {
  margin-left: 28px;
}
@media screen and (max-width: 1400px) {
  .header__controls .search {
    margin-left: 20px;
  }
}
@media screen and (max-width: 359px) {
  .header__controls .search {
    margin-left: 12px;
  }
}
.header__controls .ic {
  width: 25px;
  min-width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .header__controls .ic {
    width: 22px;
    min-width: 22px;
    height: 22px;
  }
}

.home .header {
  border-bottom-color: #fff;
}
.home .header.is-fixed {
  border-bottom-color: #F3F6F8;
}

.cart-btn {
  margin-left: 28px;
  width: 25px;
  height: 25px;
  position: relative;
}
.cart-btn::before {
  content: "";
  display: block;
  width: 23px;
  height: 22px;
  margin: 0 auto;
  background-color: #000;
  -webkit-mask-image: url("/local/templates/main/assets/css/../img/icons/cart.svg");
          mask-image: url("/local/templates/main/assets/css/../img/icons/cart.svg");
}
@media screen and (min-width: 1200px) {
  .cart-btn:hover::before {
    background-color: #00A8EB;
  }
}
.cart-btn__quantity {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  min-width: 18px;
  padding: 1px;
  background: #00A8EB;
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(50%, -30%);
      -ms-transform: translate(50%, -30%);
          transform: translate(50%, -30%);
}

.menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
.menu-open, .menu-close {
  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;
  font-size: 30px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-right: 0.7em;
}
.menu-open::before, .menu-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .menu-open, .menu-close {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-open, .menu-close {
    display: none;
  }
}
.menu-open::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/burger.svg");
}
.menu-close::before {
  background-image: url("/local/templates/main/assets/css/../img/icons/close.svg");
}
.menu__head, .menu__footer {
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .menu__head, .menu__footer {
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .menu__head, .menu__footer {
    display: none !important;
  }
}
.menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E8E8E8;
}
.menu__footer {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #E8E8E8;
}
.menu__footer .tel {
  margin-bottom: 15px;
}
.menu__footer .tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  background-color: #00A8EB;
  color: #fff;
  font-size: 24px;
  border-radius: 5px;
}
.menu__footer .tel a::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 12px;
  background: url("/local/templates/main/assets/css/../img/icons/tel-white.svg") no-repeat 50% 50%/contain;
}
.menu__footer .email {
  background: none;
}
.menu__footer .email a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  padding-left: 12px;
}
.menu__footer .email a::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 12px;
  background: url("/local/templates/main/assets/css/../img/icons/email.svg") no-repeat 50% 50%/contain;
  position: relative;
  top: 2px;
}
.menu__footer .email a span {
  display: inline-block;
  position: relative;
}
.menu__footer .email a span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -0.1em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00A8EB), color-stop(69.66%, #46D5CC));
  background: -o-linear-gradient(left, #00A8EB 50%, #46D5CC 69.66%);
  background: linear-gradient(90deg, #00A8EB 50%, #46D5CC 69.66%);
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
  /*padding-top: 20px;*/
  position: relative;
  align-items: center;
}
.menu__list a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .menu__list > li > a {
    padding-top: 42px;
    padding-bottom: 43px;
    padding-left: 1vw;
    padding-right: 1.5vw;
    font-size: small;
    white-space: nowrap;
  }
  .menu__list > li:last-child .sub-menu {
    min-width: 495px;
  }
}
.menu__list .menu-item-has-children {
  position: relative;
}
.menu__list .menu-item-has-children > a {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .menu__list .menu-item-has-children:hover > a {
    color: #00A8EB;
  }
  .menu__list .menu-item-has-children:hover .sub-menu-icon {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu__list .menu-item-has-children:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu__list .menu-item-has-children .sub-menu.full-view{
    flex-direction: row;
    flex-wrap: nowrap;
  }
    .menu__list .menu-item-has-children.wide-block .sub-menu.full-view{
        left: -100px
    }
  .menu__list .menu-item-has-children .sub-menu.full-view ul{
    margin:0;
    padding:0;
  }
  .menu__list .menu-item-has-children .sub-menu.full-view ul li{
    margin:0;
    padding:0;
    list-style:none;
    /*white-space: nowrap;*/
    margin-bottom:10px;
    width:100% !important;
    min-width: 220px;
  }
  .menu__list .menu-item-has-children .sub-menu.full-view > li > a{
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    min-width: 200px;
  }
      .menu__list .menu-item-has-children .sub-menu.full-view > li > a::after{
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        background: rgb(0, 168, 235);
        bottom: 0;
        left: 85px;
        right: 0;
      }
      .sub-menu-child{
        margin-left: 85px !important;
        margin-top: 20px !important;
      }
      .sub-menu-child a{
        font-size:14px;
      }
      .parent-sub .sub-menu-icon{
        display:none !important;
      }
}
.menu__list .sub-menu-icon {
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  z-index: 0;
  right: 0.6vw;
  top: 50%;
  margin-top: -4px;
  background: url("/local/templates/main/assets/css/../img/icons/chevron-accent.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 1199px) {
  .menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    max-width: 500px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 50px;
    background: #fff;
    will-change: transform;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .menu__list {
    display: block;
    padding: 15px;
    font-size: 28px;
  }
  .menu__list > li {
    margin-bottom: 1em;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
  }
  .menu__list .is-active > a {
    color: #00A8EB;
  }
  .menu__list .is-active > .sub-menu-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu__list .sub-menu-icon {
    width: 30px;
    height: 30px;
    top: 5px;
    margin-top: 0;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    max-width: 325px;
  }
  .menu__list {
    font-size: 22px;
  }
  .menu__list .sub-menu-icon {
    width: 20px;
    height: 20px;
    background-size: 14px auto;
  }
  .sub-menu-child{
    padding:0;
    margin:0;
    display:none;
    margin-left: 20px;
    margin-top: 10px;
  }
    .sub-menu-child li{
        padding:0;
        margin:0;
        list-style:none;
    }
    .sub-menu.full-view li{
        position:relative;
    }
    .sub-menu.full-view .sub-menu-icon{
        top: 0px !important;
    }
    .sub-menu.full-view li.is-active > .sub-menu-icon{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .sub-menu.full-view li.is-active .sub-menu-child{
        display:block;
    }
    .parent-sub .sub-menu-icon{
        display:block;
      }
}

.sub-menu {
  display: none;
}
.sub-menu .img {
  width: 57px;
  min-width: 57px;
  height: 55px;
  border-radius: 5px;
  margin-right: 30px;
}
@media screen and (max-width: 1199px) {
  .sub-menu {
    padding-top: 15px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
  }
  .sub-menu li {
    margin-bottom: 0.8em;
  }
  .sub-menu li:last-child {
    margin-bottom: 0;
  }
  .sub-menu a br {
    display: none;
  }
  .sub-menu .img {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .sub-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    min-width: 615px;
    top: 100%;
    left: -20px;
    padding: 28px 30px 0;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
            box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
    font-size: 15px;
    line-height: 1.35;
  }
  .sub-menu li {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 15px;
  }
  .sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub-menu a:hover {
    color: #00A8EB;
  }
  .sub-menu.one-column {
    min-width: 275px;
  }
}

.one-column li {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .compensate-for-scrollbar .header.is-fixed {
    width: auto;
    right: 17px;
  }
}

.menu-expanded {
  overflow: hidden;
}
.menu-expanded .header::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(41, 44, 64, 0.5);
}
.menu-expanded .overlay {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.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);
}

.search {
  position: relative;
}
.search__form {
  position: absolute;
  z-index: -1;
  top: -15px;
  right: -55px;
  width: 477px;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1199px) {
  .search__form {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search__form {
    right: 0;
    width: calc(100vw - 30px);
  }
}
.search__form .input {
  max-width: calc(100% - 5px);
  padding: 16px 92px 10px 0;
}
.search__form .input:focus {
  padding: 16px 92px 10px 0;
}
@media screen and (max-width: 767px) {
  .search__form .input {
    height: 50px;
    padding-left: 30px;
  }
  .search__form .input:focus {
    padding-left: 30px;
  }
}
.search__reset {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 13px;
  right: 70px;
  background: url("/local/templates/main/assets/css/../img/icons/close.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .search__reset {
    right: auto;
    left: 0;
  }
}
.search__btn {
  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: 58px;
  height: 45px;
  padding-bottom: 1px;
  background-color: #00A8EB;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.search__btn::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("/local/templates/main/assets/css/../img/icons/search.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.search__scroll {
  max-height: 474px;
  padding: 20px 35px 0;
}
.search__scroll .simplebar-track.simplebar-vertical {
  right: 10px;
}
@media screen and (max-width: 767px) {
  .search__scroll {
    padding: 20px 15px 0;
  }
  .search__scroll .simplebar-track.simplebar-vertical {
    right: 5px;
  }
}
.search__result {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
          box-shadow: 0px 10px 25px rgba(112, 119, 138, 0.4);
  border-radius: 5px;
  font-size: 14px;
  color: #797979;
}
@media screen and (max-width: 767px) {
  .search__result {
    width: auto;
    right: -15px;
    left: -15px;
  }
}
.search__result .title {
  font-size: 16px;
  margin-bottom: 0.5em;
  color: #323234;
}
.search__result ul, .search__result ol {
  margin: 0 0 20px;
  padding: 0 0 20px;
  list-style: none;
  position: relative;
}
.search__result ul:last-child, .search__result ol:last-child {
  margin-bottom: 0;
}
.search__result ul li, .search__result ol li {
  margin-bottom: 1em;
}
.search__result ul li:last-child, .search__result ol li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .search__result ul a:hover, .search__result ol a:hover {
    color: #00A8EB;
  }
  .search__result ul a:hover span, .search__result ol a:hover span {
    color: #00A8EB;
  }
}
.search__result ul::after, .search__result ol::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: -35px;
  right: -35px;
  bottom: 0;
  background: #F3F6F8;
}
.search__result span {
  color: #323234;
  -webkit-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
.search__result .link {
  padding: 10px 35px 20px;
}
@media screen and (max-width: 767px) {
  .search__result .link {
    padding: 10px 15px 20px;
  }
}

.search-open .header .cart-btn {
  opacity: 0;
  visibility: hidden;
}
.search-open .search__form {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.search-open .search__result.is-visible {
  display: block;
}
@media screen and (max-width: 767px) {
  .search-open {
    overflow: hidden;
  }
  .search-open .overlay {
    opacity: 1;
    visibility: visible;
    z-index: 4;
  }
}

/* ----- footer ----- */
.footer {
  padding: 200px 0 100px;
  background-color: #292C40;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 80px;
  }
}
@media screen and (min-width: 992px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .footer__col {
    width: 25%;
    padding: 0 10px;
  }
  .footer__col-5 {
    width: 50%;
    margin-left: auto;
    margin-top: 27px;
  }
}
.footer__col .sep {
  margin-bottom: 42px;
  height: 2px;
  background: #fff;
  opacity: 0.1;
}
@media screen and (max-width: 991px) {
  .footer__col .sep {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__col .sep {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}
.footer__title {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 991px) {
  .footer__title {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
  }
  .footer__title::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 5px;
    background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
    -webkit-filter: brightness(100) opacity(0.5);
            filter: brightness(100) opacity(0.5);
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
  }
  .footer__title.is-active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.footer__list {
  font-size: 14px;
}
.footer__list li {
  margin-bottom: 0.9em;
}
@media screen and (min-width: 992px) {
  .footer__list + .footer__title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .footer__list {
    display: none;
    padding-bottom: 10px;
  }
}
.footer .tel, .footer .email {
  font: 500 50px/1 "Atyp Display", sans-serif;
}
@media screen and (max-width: 1199px) {
  .footer .tel, .footer .email {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .footer .tel, .footer .email {
    font-size: 32px;
    position: relative;
    padding-left: 39px;
  }
  .footer .tel::before, .footer .email::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: no-repeat 50% 50%/contain;
  }
}
@media screen and (max-width: 767px) {
  .footer .tel {
    margin-top: 10px;
  }
  .footer .tel::before {
    top: 0.2em;
    background-image: url("/local/templates/main/assets/css/../img/icons/tel-white.svg");
  }
}
@media screen and (max-width: 767px) {
  .footer .email {
    margin-top: 10px;
  }
  .footer .email::before {
    top: 0.3em;
    background-image: url("/local/templates/main/assets/css/../img/icons/email-white.svg");
  }
}
.footer .email a {
  display: inline-block;
  position: relative;
}
.footer .email a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -0.4em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #00A8EB), color-stop(69.66%, #46D5CC));
  background: -o-linear-gradient(left, #00A8EB 50%, #46D5CC 69.66%);
  background: linear-gradient(90deg, #00A8EB 50%, #46D5CC 69.66%);
}
.footer .subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 767px) {
  .footer .subtitle {
    font-size: 12px;
  }
}
.footer .socials {
  position: absolute;
  bottom: 20px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .footer .socials {
    position: static;
    margin-top: 40px;
  }
}
.footer__add {
  margin-top: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__add .subtitle {
  display: inline-block;
  margin: 0 76px 28px 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__add {
    display: block;
    margin-top: 28px;
  }
  .footer__add .subtitle {
    margin-bottom: 12px;
  }
}
.footer__logo {
  position: absolute;
  bottom: 28px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    position: static;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .footer a:hover, .footer button:hover {
    color: #00A8EB;
  }
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials li {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .socials li {
    margin-right: 40px;
  }
}
.socials a {
  display: block;
  max-width: 34px;
  max-height: 34px;
}

.page-form {
  margin-top: 80px;
  margin-bottom: -140px;
}
@media screen and (max-width: 991px) {
  .page-form {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-form {
    margin-top: 45px;
  }
}
.page-form .inner {
  position: relative;
  z-index: 1;
  max-width: 1044px;
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
}
.page-form .inner::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 22.8em;
  height: 22.8em;
  position: absolute;
  z-index: -1;
  right: 50px;
  top: 304px;
  background: url("/local/templates/main/assets/css/../img/dots_2.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media screen and (max-width: 991px) {
  .page-form .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .page-form .inner {
    padding: 20px 15px 75px;
  }
  .page-form .inner::after {
    top: auto;
    bottom: 2em;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (min-width: 992px) {
  .page-form .inner {
    border-radius: 5px;
  }
}
.page-form__col {
  max-width: 700px;
  background: #fff;
  padding: 60px 90px;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .page-form__col {
    max-width: 660px;
  }
}
@media screen and (max-width: 991px) {
  .page-form__col {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-form__col {
    padding: 30px 20px 35px;
  }
}
.page-form .cta-badge {
  width: 426px;
  padding: 24px 30px 24px 215px;
  background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 73px;
  right: 73px;
}
@media screen and (max-width: 991px) {
  .page-form .cta-badge {
    display: none;
  }
}
.page-form__img {
  font-size: 10px;
  overflow: hidden;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .page-form__img {
    display: none;
  }
}
.page-form__img-1 {
  top: 50px;
  right: -50px;
}
@media screen and (max-width: 1199px) {
  .page-form__img-1 {
    right: -15px;
  }
}
.page-form__img-2 {
  width: 20.5em;
  height: 12.3em;
  right: 73px;
  top: 342px;
}

.interesting {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .interesting {
    margin: 45px 0;
  }
}
.interesting .border-top {
  height: 66px;
}
@media screen and (max-width: 767px) {
  .interesting .border-top {
    height: 42px;
  }
}
@media screen and (max-width: 991px) {
  .interesting__slider .swiper-slide {
    max-width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .interesting__slider .swiper-slide {
    max-width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .interesting__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 5px 15px 15px;
  }
}
.interesting .item {
  display: block;
  height: 100%;
  min-height: 196px;
  padding: 36px 38px;
  background: #FFF;
  border: 2px solid #F2F5F7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .interesting .item {
    min-height: 106px;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .interesting .item:hover {
    -webkit-box-shadow: 0px 6px 20px 4px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 6px 20px 4px rgba(112, 119, 138, 0.1);
  }
}
.interesting .item .ic {
  font-size: 42px;
  width: 1em;
  height: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .interesting .item .ic {
    font-size: 24px;
  }
}
.interesting .item .title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .interesting .item .title {
    font-size: 16px;
  }
}

/* -------------------------------------
 * Home
 * ------------------------------------- */
@media screen and (max-width: 1199px) {
  .hero-home {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hero-home {
    padding-top: 12px;
  }
}
.hero-home__grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);  
  position: relative;
}
@media screen and (max-width: 1199px) {
  .hero-home__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 200px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home__grid {
    gap: 15px;
    grid-template-rows: auto 200px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .hero-home__grid {
    grid-template-rows: auto 100px 100px;
  }
}
.hero-home__banner {
  height: 100%;
  grid-area: 1 / 1 / 2 / 3;
  display: none;
}
.hero-home__banner .inner {
  display: block;
  height: 100%;
  padding: 40px;
  border-radius: 5px;
  background: #00A8EB url("/local/templates/main/assets/css/../img/home/banner-part.png") no-repeat 100% 100%/contain;
  color: #fff;
  font-size: 20px;
}
.hero-home__banner .text {
  display: inline-block;
  max-width: 70%;
  font-weight: 500;
  font-family: "Atyp Display", sans-serif;
}
@media screen and (max-width: 991px) {
  .hero-home__banner {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hero-home__banner .inner {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
.hero-home__slider {
  width: 100%;
  min-height: 556px;
  grid-area: 1 / 1 / 4 / 4;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .hero-home__slider {
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media screen and (max-width: 991px) {
  .hero-home__slider {
    display: none;
  }
}
.hero-home__slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 148px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .hero-home__slider .swiper-slide {
    padding-left: 40px;
  }
}
.hero-home__arrows, .hero-home__dots {
  position: absolute;
  z-index: 1;
}
.hero-home__arrows {
  left: 65px;
  bottom: 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .hero-home__arrows {
    left: 40px;
  }
}
.hero-home__dots {
  margin-bottom: 60px;
}
.hero-home__block {
  height: 100%;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.hero-home__block::after {
  content: "";
  display: block;
  font-size: 10px;
  position: absolute;
  right: 3em;
  z-index: -1;
  background: no-repeat 50% 50%/contain;
}
@media screen and (max-width: 1199px) {
  .hero-home__block::after {
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hero-home__block::after {
    font-size: 3px;
    right: auto;
    left: 20px;
    bottom: 15px !important;
  }
}
.hero-home__block .block-link {
  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: 100%;
  padding: 40px 145px 40px 40px;
}
@media screen and (max-width: 767px) {
  .hero-home__block .block-link {
    display: block;
    padding: 17px 20px 20px;
  }
}
.hero-home__block .title {
  margin-bottom: 0.2em;
}
.hero-home__block .title.mobile{
  display: none;
}

@media screen and (max-width: 767px) {
  .hero-home__block .title {
    font-size: 16px;
    line-height: 1.25;
  }
  .hero-home__block .title.mobile{
    display: block;
  }  
  .hero-home__block .title.desktop{
    display: none;
  }    
}
@media screen and (max-width: 360px) {
  .hero-home__block .title {
    font-size: 12px;
  }
}

.hero-home__block .text {
  font-size: 14px;
  line-height: 18px;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .hero-home__block .text {
    display: none;
  }
}
.hero-home__block-1 {
  grid-area: 1 / 4 / 2 / 5;
  background-color: #F3F6F8;
  color: #323234;
}
@media screen and (max-width: 1199px) {
  .hero-home__block-1 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .hero-home__block-1 .block-link{
    justify-content: center;
  }
  .hero-home__block-1::after{
    top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home__block-1 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .hero-home__block-1 .block-link{
    display: flex;
    justify-content: center;
  }  
  .hero-home__block-1 .title{
    max-width: 200px;
  }
  .hero-home__block-1::after{
    top: 30px;
    bottom: auto !important;
    left: auto;
    right: 15px;
    font-size: 5px;
  }  
}
.hero-home__block-1::after {
  width: 10.2em;
  height: 7.6em;
  bottom: 3.7em;
  background-image: url("/local/templates/main/assets/css/../img/home/block-icon-podbor.svg");
}
.hero-home__block-2 {
  grid-area: 2 / 4 / 3 / 5;
  background-color: #B0C3D0;
  color: #323234;
}
@media screen and (max-width: 1199px) {
  .hero-home__block-2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  .hero-home__block-2 .block-link{
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .hero-home__block-2 {
    grid-area: 3 / 1 / 4 / 2;
  }
}
.hero-home__block-2::after {
  width: 10.2em;
  height: 7.6em;
  bottom: 3.7em;
  background-image: url("/local/templates/main/assets/css/../img/home/block-ic-1.svg");
}
.hero-home__block-3 {
  grid-area: 3 / 4 / 4 / 5;
  background-color: #292C40;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .hero-home__block-3 {
    grid-area: 3 / 2 / 4 / 3;
  }
}
@media screen and (max-width: 991px) {
  .hero-home__block-3 {
    grid-area: 3 / 2 / 4 / 3;
  }
}
.hero-home__block-3::after {
  width: 8.4em;
  height: 7.3em;
  bottom: 4.5em;
  background-image: url("/local/templates/main/assets/css/../img/home/block-ic-2.svg");
}
@media screen and (min-width: 1200px) {
  .hero-home__block::after {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .hero-home__block:hover::after {
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.hero-home .hero-title {
  max-width: 550px;
  color: #fff;
  font-weight: 500;
  font-size: 44px;
  line-height: 1;
}
.hero-home .hero-title span {
  display: block;
  margin-top: 0.1em;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
}
.hero-home .hero-banner {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-home__form {
  width: 380px;
  position: absolute;
  top: 36%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  left: 50%;
}
@media screen and (max-width: 1850px) {
  .hero-home__form {
    -webkit-transform: translate(-14%, -50%);
        -ms-transform: translate(-14%, -50%);
            transform: translate(-14%, -50%);
  }
}
@media screen and (max-width: 1199px) {
  .hero-home__form {
    right: 0;
    left: auto;
    -webkit-transform: translate(-5%, -70%);
        -ms-transform: translate(-5%, -70%);
            transform: translate(-5%, -70%);
  }
}
@media screen and (max-width: 991px) {
  .hero-home__form {
    width: 100%;
    position: relative;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width: 767px) {
  .hero-home__form {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    border-radius: 0;
  }
  .hero-home__form::before {
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
  }
}
.hero-home__form .form {
  padding: 45px 40px;
}
@media screen and (max-width: 767px) {
  .hero-home__form .form {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hero-home__form .title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.categories-list {
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .categories-list {
    display: none;
  }
}
.categories-list .grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}
.categories-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 24px 28% 24px 30px;
  height: 240px;
  background-color: #F3F6F8;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  grid-column-end: span 1;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 1.35;
}
.categories-list .item:hover {
  background-color: #00A8EB;
  color: #fff;
}
.categories-list .item:hover .item__ic .img {
  -webkit-filter: brightness(100) opacity(0.2);
          filter: brightness(100) opacity(0.2);
}
@media screen and (max-width: 1400px) {
  .categories-list .item {
    padding-left: 15px;
    padding-right: 25%;
  }
}
@media screen and (max-width: 767px) {
  .categories-list .item {
    height: auto;
    min-height: 100px;
    margin-bottom: 6px;
    padding: 30px 33% 30px 20px;
  }
}
.categories-list .item__ic {
  position: absolute;
  top: 24px;
  left: 30px;
  width: 44px;
  height: 44px;
}
.categories-list .item__ic .img {
  -webkit-transition: -webkit-filter 0.2s;
  transition: -webkit-filter 0.2s;
  -o-transition: filter 0.2s;
  transition: filter 0.2s;
  transition: filter 0.2s, -webkit-filter 0.2s;
}
@media screen and (max-width: 767px) {
  .categories-list .item__ic {
    display: none;
  }
}
.categories-list .item__img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 40%;
}
@media screen and (max-width: 1400px) {
  .categories-list .item__img {
    -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media screen and (max-width: 767px) {
  .categories-list .item__img {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.categories-list .item__img.bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.text-section {
  margin: 130px 0 75px;
  padding-bottom: 35px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .text-section {
    margin: 35px 0 30px;
    padding-bottom: 25px;
  }
}
.text-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .text-section__row {
    display: block;
  }
}
.text-section__col {
  width: 540px;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .text-section__col {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .text-section__col {
    width: 100%;
    padding-right: 0;
  }
}
.text-section__col .title {
  font-weight: 400;
  margin-bottom: 16px;
}
.text-section__img {
  width: 469px;
  height: 275px;
  position: relative;
  z-index: 1;
}
.text-section__img-wrap {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.text-section__img::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 24.3em;
  height: 16.5em;
  position: absolute;
  z-index: -1;
  bottom: -3.5em;
  right: -7em;
  background: url("/local/templates/main/assets/css/../img/home/img-el.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 991px) {
  .text-section__img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .text-section__img {
    width: 100%;
    height: 202px;
    margin-top: 30px;
  }
  .text-section__img::after {
    width: 15.7em;
    height: 10.6em;
    bottom: -2.5em;
    right: -4.5em;
  }
}

.podbor {
  margin: 110px 0 90px;
}
@media screen and (max-width: 767px) {
  .podbor {
    margin: 30px 0 67px;
  }
}
.podbor .inner {
  padding: 80px 0;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .podbor .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .podbor .inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.podbor__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .podbor__row {
    display: block;
  }
}
.podbor__form {
  padding: 40px 70px;
  background: #292C40;
  border-radius: 5px;
  color: #fff;
  width: 542px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .podbor__form {
    width: 100%;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .podbor__form {
    margin-bottom: 20px;
    padding: 25px 20px;
  }
}
@media screen and (min-width: 768px) {
  .podbor__form .input-wrap {
    margin-bottom: 20px;
  }
}
.podbor__form .submit {
  min-width: 220px;
  margin-top: 6px;
}
.podbor__img {
  height: 360px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .podbor__img {
    height: 228px;
  }
}
.podbor__img::after {
  content: "";
  display: block;
  font-size: 10px;
  width: 22.8em;
  height: 22.8em;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(70%);
      -ms-transform: translateY(70%);
          transform: translateY(70%);
  background: url("/local/templates/main/assets/css/../img/dots_2.svg") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 991px) {
  .podbor__img::after {
    display: none;
  }
}
.podbor__img-wrap {
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.podbor__img .cta {display:none!important;
  width: 380px;
  padding: 35px 50px 75px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 68%);
      -ms-transform: translate(-50%, 68%);
          transform: translate(-50%, 68%);
  background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .podbor__img .cta {
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .podbor__img .cta {
    width: auto;
    padding: 28px 40px;
    left: 20px;
    right: 20px;
    text-align: center;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.podbor__img .cta .title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .podbor__img .cta .title {
    margin-bottom: 18px;
  }
}
.podbor__img .cta .button {
  width: 100%;
}

.products {
  margin: 90px 0 40px;
}
@media screen and (max-width: 767px) {
  .products {
    margin: 60px 0 30px;
  }
}
.products__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .products__slider {
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .products__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 5px 15px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .products__dots {
    margin-top: -50px;
  }
}

.prod-item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  background: #F3F6F8;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .prod-item {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.prod-item__img {
  width: 184px;
  height: 184px;
  margin: 0 auto 26px;
}
.prod-item__img .img {
  mix-blend-mode: darken;
  background-blend-mode: multiply;
  max-height: 168px;
}
.prod-item__img a {
  display: block;
}
@media screen and (max-width: 767px) {
  .prod-item__img {
    width: 100%;
    height: 180px;
    background: #F3F6F8;
    border-radius: 5px;
    margin-bottom: 14px;
    padding: 24px;
  }
  .prod-item__img .img {
    max-height: 130px;
  }
}
.prod-item__label {
  display: inline-block;
  padding: 5px 12px;
  position: absolute;
  top: 20px;
  right: 13px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  background: #959AAE;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .prod-item__label {
    font-size: 10px;
    top: 10px;
    right: 10px;
  }
}
.prod-item__art {
  margin-bottom: 4px;
  color: #BABABA;
}
.prod-item__name {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .prod-item__name {
    min-height: 68px;
  }
}
.prod-item__price {
  margin-top: auto;
}
.prod-item__btn {
  margin-top: 30px;
  display: none;
}
.prod-item__btn .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .prod-item__btn {
    display: block;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .prod-item:hover {
    height: auto;
    background: #FFF;
    -webkit-box-shadow: 0px 8px 20px 4px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 8px 20px 4px rgba(112, 119, 138, 0.1);
    position: absolute;
    top: 0;
  }
  .prod-item:hover .prod-item__btn {
    display: block;
  }
}

.about {
  margin: 60px 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about {
    margin: 30px 0 45px;
  }
}
.about .border-top {
  height: 114px;
}
@media screen and (max-width: 767px) {
  .about .border-top {
    height: 34px;
  }
}
@media screen and (min-width: 992px) {
  .about__row {
    margin: 0 -10px;
    position: relative;
    z-index: 1;
  }
  .about__col {
    width: 50%;
    padding: 0 10px;
  }
  .about__col:first-child {
    width: 55%;
  }
  .about__col:nth-child(2) {
    width: 45%;
    padding-top: 14px;
  }
}
.about__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .about__title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about__title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .about .list {
    max-width: 560px;
    margin-left: auto;
  }
}
.about .list li {
  width: 50%;
  margin-bottom: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .about .list li {
    margin-bottom: 26px;
    padding-right: 15px;
  }
}
.about__text {
  padding: 50px;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .about__text {
    padding: 25px 20px;
    margin-top: 10px;
  }
}
.about__img {
  width: 958px;
  height: 536px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(14%, 22%);
      -ms-transform: translate(14%, 22%);
          transform: translate(14%, 22%);
}
@media screen and (max-width: 1199px) {
  .about__img {
    -webkit-transform: translate(2%, 11%);
        -ms-transform: translate(2%, 11%);
            transform: translate(2%, 11%);
  }
}
@media screen and (max-width: 991px) {
  .about__img {
    display: none;
  }
}

.nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .nums {
    display: none;
  }
}

.num {
  width: 25%;
  padding: 0 25px 60px 45px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
@media screen and (max-width: 1199px) {
  .num {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .num {
    padding: 0 20px 28px 20px;
  }
}
.num:first-child {
  padding-left: 0;
}
.num:last-child {
  border-right: none;
}
.num .val {
  font: 70px/1.7 "Advanced Dot Digital-7", sans-serif;
  margin-bottom: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 1199px) {
  .num .val {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .num .val {
    font-size: 50px;
    margin-bottom: 28px;
  }
}

.brands {
  margin: 80px 0 110px;
}
@media screen and (max-width: 767px) {
  .brands {
    margin: 45px 0;
  }
}
@media screen and (max-width: 767px) {
  .brands__slider .swiper-slide {
    max-width: 138px;
  }
}
@media screen and (min-width: 992px) {
  .brands__slider .swiper-wrapper {
    margin: 0 -10px;
  }
  .brands__slider .swiper-slide {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 16.66666%;
  }
}
.brands .item {
  height: 130px;
  padding: 30px 45px;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .brands .item {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .brands .item {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .brands .item {
    height: 84px;
  }
}
.brands .item img {
  mix-blend-mode: darken;
  background-blend-mode: multiply;
}

.decisions {
  margin: 110px 0 80px;
}
@media screen and (max-width: 767px) {
  .decisions {
    margin: 40px 0 35px;
  }
}
.decisions__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .decisions__slider .swiper-slide {
    max-width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .decisions__slider .swiper-slide {
    max-width: 292px;
  }
}

.decision {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F3F6F8;
  border-radius: 5px;
}
.decision__img {
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
}
.decision__img a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .decision__img {
    height: 135px;
  }
}
.decision__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .decision__body {
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width: 767px) {
  .decision__body {
    padding: 130px 20px 30px;
  }
}
.decision__body .block {
  padding: 25px 40px;
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  left: 60px;
  right: 60px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .decision__body .block {
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .decision__body .block {
    left: 20px;
    right: 30px;
    -webkit-transform: translateY(90%);
        -ms-transform: translateY(90%);
            transform: translateY(90%);
    padding: 14px 16px;
  }
}
.decision__body .block::before, .decision__body .block::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}
.decision__body .block::before {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
}
.decision__body .block::after {
  z-index: -2;
  width: calc(100% + 25px);
  height: calc(100% + 25px);
  background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
@media screen and (max-width: 767px) {
  .decision__body .block::after {
    width: calc(100% + 10px);
    height: calc(100% + 20px);
    bottom: -10px;
  }
}
.decision__body .button {
  min-width: 220px;
  margin-top: auto;
}
.decision__txt {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .decision__txt {
    margin-bottom: 20px;
  }
}

.testimonials {
  margin: 70px 0 90px;
}
@media screen and (max-width: 767px) {
  .testimonials {
    margin: 35px 0 45px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials__slider .swiper-slide {
    max-width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials__slider .swiper-slide {
    max-width: 292px;
  }
}

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 38px 53px;
  background: #FFF;
  border: 2px solid #F2F5F7;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .testimonial {
    padding: 30px 20px;
  }
}
.testimonial::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 6.4em;
  height: 2.5em;
  margin-bottom: 3em;
  background: url("/local/templates/main/assets/css/../img/icons/quotes.svg") no-repeat 50% 50%/contain;
}
.testimonial__main {
  font: 20px/1.2 "Atyp Display", sans-serif;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .testimonial__main {
    font-size: 16px;
  }
}
.testimonial__txt {
  margin-bottom: 30px;
}
.testimonial__data {
  margin-top: auto;
  font-size: 14px;
  font-weight: 500;
  color: #8B8B8B;
}
.testimonial__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

/* -------------------------------------
 * Category
 * ------------------------------------- */
.hero-category {
  margin-bottom: 50px;
  padding: 27px 50px 27px 78px;
}
.hero-category h1.title-1{
  max-width: 825px;
}
@media screen and (max-width: 991px) {
  .hero-category {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-category {
    margin-bottom: 30px;
    padding: 24px 20px 28px;
  }
}
@media screen and (min-width: 992px) {
  .hero-category .column {
    padding-right: 17%;
  }
}
@media screen and (max-width: 991px) {
  .hero-category .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-category__txt {
    display: none;
  }
}
.hero-category .drops {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 115px;
          flex: 0 0 115px;
  max-width: 115px;
  height: 110px;
}
.hero-category .drops::before {
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
@media screen and (max-width: 991px) {
  .hero-category .drops {
    display: none;
  }
}
.hero-category .dots {
  display: block;
  width: 141px;
  height: 141px;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/local/templates/main/assets/css/../img/dots_2.svg") no-repeat 50% 50%/cover;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.cta-advantages{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
}

.cta-advantages .features {
  display: flex;
  gap: 20px;
  flex: 1 1 49%;
  min-width: 300px;
}

.cta-advantages .feature-box {
  flex: 1;
  padding: 28px 34px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 10px 25px 4px rgba(112, 119, 138, 0.1);
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.cta-advantages .feature-box .feature-icon{
  width: 53px;
  height: 53px;
  display: flex;
}

.cta-advantages .feature-box p{
  font-size: 14px;
  margin: 0;
}

.cta-advantages .feature-box h3 {
  margin-top: 0;
  color: #333;
}

.cta-advantages .cta-form {
  flex: 1 1 49%;
  flex-direction: row;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 10px 25px 4px rgba(112, 119, 138, 0.1);
  gap: 20px;
}

.cta-advantages .cta-form-text {
  flex: 1;
}

.cta-advantages .cta-form p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.cta-advantages .cta-form p.title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.cta-advantages .cta-form button {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -2%;
  border-radius: 5px;
  background: rgb(0, 168, 235);
  padding: 15px 30px;
}

.cta-advantages .cta-form button:hover {
  background-color: #008bc2;
}

@media screen and (max-width: 768px) {
  .cta-advantages .features {
    display: flex;
    gap: 20px;
    width: 100%;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 10px 25px 4px rgba(112, 119, 138, 0.1);
    background: rgb(255, 255, 255);    
  }
  
  .cta-advantages .feature-box {
    box-shadow: none;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #C5C5C5;
    background: none;
  }

  .cta-advantages .feature-box:last-of-type {
    border: none;
  }

  .cta-advantages .cta-form{
    flex-direction: column;
    width: 100%;
    padding: 24px 20px 28px;
  }

  .cta-advantages .cta-form{
    margin-bottom: 20px;
  }

  .cta-advantages .cta-form button{
    width: 100%;
  }

}

.catalog__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
@media screen and (max-width: 991px) {
  .catalog__row {
    display: block;
    margin: 0;
  }
}
.catalog__col {
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .catalog__col {
    padding: 0;
  }
}
.catalog__col:first-child {
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .catalog__col:first-child {
    width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  .catalog__col:first-child {
    width: 100%;
  }
}
.catalog__col:last-child {
  width: 75%;
}
@media screen and (max-width: 1199px) {
  .catalog__col:last-child {
    width: 66.66666%;
  }
}
@media screen and (max-width: 991px) {
  .catalog__col:last-child {
    width: 100%;
  }
}
.catalog .border-top {
  margin-top: 40px;
  height: 40px;
}

.sidebar {
  padding: 30px 35px 40px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .sidebar {
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    border-radius: 0;
    position: relative;
  }
  .sidebar.is-active .sidebar__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sidebar.is-active .sidebar__title::after {
    background-image: url("/local/templates/main/assets/css/../img/icons/close.svg");
  }
  .sidebar.is-active .sidebar__form {
    display: block;
  }
}
.sidebar__title {
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 1.35;
}
@media screen and (max-width: 991px) {
  .sidebar__title {
    margin: 0;
    padding: 19px 40px 19px 20px;
    position: relative;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
    border-radius: 5px;
  }
  .sidebar__title::after {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    z-index: 0;
    right: 17px;
    top: 18px;
    background: url("/local/templates/main/assets/css/../img/icons/settings.svg") no-repeat 50% 50%/contain;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__title {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sidebar__form {
    display: none;
    padding: 0 20px 20px 20px;
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 15px 3px rgba(112, 119, 138, 0.12);
            box-shadow: 0px 10px 15px 3px rgba(112, 119, 138, 0.12);
    border-radius: 0 0 5px 5px;
  }
}
.sidebar__form .my-select {
  background: #F3F6F8;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
}
.sidebar__form .input {
  padding: 15px 24px;
}
.sidebar__form .my-select__trigger {
  padding-right: 40px;
}
.sidebar__form .my-select__trigger::after {
  right: 24px;
}
.sidebar__form .placeholder {
  color: #000;
  left: 24px;
}
.sidebar__btn {
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sidebar__btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding-bottom: 20px;
  }
  .podbor__form .sidebar__btn {position:initial!important;    background-color: transparent;}
}
.sidebar__btn .button {
  width: 100%;
}
.sidebar__btn .link {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 1px dotted #00A8EB;
}
@media screen and (min-width: 1200px) {
  .sidebar__btn .link:hover {
    border-bottom-color: transparent;
  }
}

.filters {
  margin-bottom: 20px;
}
.filters .filter {
  position: relative;
  padding: 20px 0;
}
.filters .filter::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: -35px;
  right: -35px;
  bottom: 0;
  background: #F3F6F8;
}
.filters .filter:first-child::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: -35px;
  right: -35px;
  top: 0;
  background: #F3F6F8;
}
.filters .filter-title {
  font-weight: 500;
  position: relative;
  padding-right: 14px;
  cursor: pointer;
}
.filters .filter-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 7px;
  background: url("/local/templates/main/assets/css/../img/icons/chevron.svg") no-repeat 50% 50%/contain;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.filters .filter-body {
  display: none;
  padding-top: 13px;
}
.filters .filter .checkbox {
  margin: 0 0 14px;
}
@media screen and (max-width: 767px) {
  .filters .filter .checkbox {
    margin-bottom: 10px;
  }
}
.filters .filter .checkbox:last-child {
  margin-bottom: 0;
}
.filters .filter .checkbox__wrap {
  top: 0;
}
.filters .filter .checkbox__text {
  line-height: 1.25;
  font-size: 16px;
  color: #000;
}
.filters .filter.is-active .filter-title::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filters .hidden {
  display: none;
}
.filters .btn-more {
  border-bottom: 1px dotted currentColor;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.filters .btn-more.is-open {
  margin-top: 14px;
}
@media screen and (min-width: 1200px) {
  .filters .btn-more:hover {
    border-bottom-color: transparent;
  }
}
.filters input[type=text] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 24px;
  background: #F3F6F8;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  border: none;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.filters input[type=text]:focus {
  outline: none;
}
.filters input[type=text]:focus::-webkit-input-placeholder {
  opacity: 0;
}
.filters input[type=text]:focus::-moz-placeholder {
  opacity: 0;
}
.filters input[type=text]:focus:-ms-input-placeholder {
  opacity: 0;
}
.filters input[type=text]:focus::-ms-input-placeholder {
  opacity: 0;
}
.filters input[type=text]:focus::placeholder {
  opacity: 0;
}
.filters input[type=text]:last-child {
  margin-bottom: 0;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B8B8B8;
  margin-bottom: 14px;
}
.sort__title {
  display: inline-block;
  margin-right: 8px;
}
.sort select {
  cursor: pointer;
  border: none;
  outline: none;
}
.sort .my-select {
  border: none;
}
.sort .my-select__trigger {
  padding-right: 20px;
}
.sort .my-select__trigger, .sort .my-select__option {
  color: #000;
}

.help {
  margin-top: 48px;
  padding: 34px;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .help {
    text-align: center;
    margin-top: 0;
  }
}
.help .title {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 12px;
}
.help .text {
  font-size: 15px;
}
.help .button {
  width: 100%;
  margin-top: 20px;
}

.main .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1199px) {
  .main .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .main .grid {
    gap: 15px;
  }
  .main .grid.block-md {
    display: block;
  }
}
.main .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main .item {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .main .prod-item:hover {
    position: relative;
  }
}
.main .prod-item__btn {
  display: block;
}
.main .pagination {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main .pagination {
    margin-top: 40px;
  }
}
.main .help {
  margin-top: 40px;
}

.equip-item {
  height: 100%;
  padding: 20px 30px 30px;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .equip-item {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .equip-item {
    min-height: 568px;
  }
  .equip-item:hover {
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
    /*position: absolute;*/
    z-index: 1;
  }
  .equip-item:hover .equip-item__btn {
    display: block;
  }
}
.equip-item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 270px;
  margin-bottom: 32px;
}
.equip-item__img .img {
  mix-blend-mode: darken;
  background-blend-mode: multiply;
}
.equip-item__img a {
  display: block;
}
@media screen and (max-width: 767px) {
  .equip-item__img {
    height: 190px;
    margin-bottom: 25px;
  }
}
.equip-item__name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .equip-item__name {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.equip-item__txt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.equip-item__btn {
  padding-top: 25px;
}
.equip-item__btn .button {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .equip-item__btn {
    padding-top: 15px;
  }
   {
    width: auto;
    min-width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .equip-item__btn {
    display: none;
  }
}

.catalog .equip-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .catalog .equip-item:hover {
    height: 100%;
    position: relative;
  }
}
.catalog .equip-item__btn {
  display: block;
  margin-top: auto;
}

.catalog-brands {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .catalog-brands {
    margin-top: 40px;
  }
}
.catalog-brands .border-top {
  height: 65px;
}
@media screen and (max-width: 767px) {
  .catalog-brands .border-top {
    height: 40px;
  }
}
.catalog-brands .inner {
  padding: 73px 75px 50px;
  background: #00A8EB;
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .catalog-brands .inner {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    margin-top: 30px;
    padding: 30px 20px 40px;
  }
}
.catalog-brands .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 5%;
}
@media screen and (max-width: 1199px) {
  .catalog-brands .title {
    width: 100%;
    padding-right: 0;
  }
}
.catalog-brands .grid {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 454px;
          flex: 0 0 454px;
  max-width: 454px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.catalog-brands .grid-flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 454px;
          flex: 0 0 454px;
  max-width: 454px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .catalog-brands .grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 18px;
  }
  .catalog-brands .grid-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 18px;
	justify-content: center;
  }   
}
@media screen and (max-width: 767px) {
  .catalog-brands .grid {
    gap: 10px;
  }
  .catalog-brands .grid-flex {
	  gap: 10px;
	  justify-content: center;
	  flex-wrap: nowrap;
  }  
}
.catalog-brands .item {
  height: 130px;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  max-width: 217px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .catalog-brands .item {
	max-width: 190px;
  }	
}
@media screen and (max-width: 786px) {
  .catalog-brands .item {
	max-width: 180px;
  }	
}
@media screen and (max-width: 767px) {
  .catalog-brands .item {
    height: 70px;
	max-width: 123px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-brands .item:last-child {
    grid-area: 2/2/3/3;
  }
}
.catalog-brands .inner-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 304px;
          flex: 0 0 304px;
  max-width: 304px;
  height: 140px;
  padding: 40px 45px;
  background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.catalog-brands .inner-btn::before {
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 14px;
}
@media screen and (max-width: 991px) {
  .catalog-brands .inner-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-brands .inner-btn .button {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .catalog-brands .inner-btn {
    height: 106px;
    padding: 30px;
  }
  .catalog-brands .inner-btn::before {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
}
.catalog-brands-1 .grid {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 218px;
          flex: 0 0 218px;
  max-width: 218px;
}
@media screen and (max-width: 767px) {
  .catalog-brands-1 .grid {
    margin-top: 11px;
  }
  .catalog-brands-1 .item {
    width: 109px;
    height: 66px;
  }
}

.compare-cta {
  margin-top: 40px;
  padding: 40px 75px;
}
@media screen and (max-width: 767px) {
  .compare-cta {
    margin-right: 30px;
    padding: 24px 20px;
  }
}

.catalog-info {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .catalog-info {
    margin: 40px 0 50px;
  }
}
.catalog-info__title {
  max-width: 1000px;
}
.catalog-info__txt {
  max-width: 1044px;
}

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

.catalog-nums {
  margin: 90px 0;
}
@media screen and (max-width: 1199px) {
  .catalog-nums {
    display: none;
  }
}
.catalog-nums__title {
  max-width: 940px;
}
.catalog-nums .nums {
  margin-top: 55px;
}

/* -------------------------------------
 * Card
 * ------------------------------------- */
.card-title {
  padding-right: 10%;
}
.card-title-ic {
  font-size: 10px;
  width: 10em;
  height: 10em;
  position: absolute;
  right: 15px;
  top: 56px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
}
.card-title-ic .img {
  font-size: 1em;
  max-width: 4.6em;
  max-height: 4.8em;
}
@media screen and (max-width: 1199px) {
  .card-title-ic {
    display: none;
  }
}
.card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .card__row {
    display: block;
  }
}
.card__col {
  width: calc(75% - 50px);
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .card__col {
    width: 100%;
  }
}
.card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 32px 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .card__main {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .card__main {
    padding: 35px 20px 25px;
  }
}
.card__slider-thumbs .swiper-slide, .card__slider .swiper-slide {
  background: #F3F6F8;
}
.card__slider-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 71px;
          flex: 0 0 71px;
  max-width: 71px;
  height: 410px;
  margin-right: 140px;
}
@media screen and (max-width: 1199px) {
  .card__slider-thumbs {
    display: none;
  }
}
.card__slider-thumbs .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 71px;
  padding: 10px;
  border: 1px solid #F3F6F8;
  border-radius: 5px;
}
.card__slider-thumbs .swiper-slide-thumb-active {
  border-color: #00A8EB;
}
.card__slider {
  height: 437px;
  margin: 0;
}
.card__slider a {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .card__slider {
    height: 290px;
  }
}
.card__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 272px;
          flex: 0 0 272px;
  max-width: 272px;
  margin-left: 54px;
  font-size: 14px;
}
.card__info ul {
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  .card__info {
    max-width: 100%;
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .card__info {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .card__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  .card__side {
    width: 25%;
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 82px;
    right: 0;
  }
}
.card__form {
  padding: 44px 36px;
}
.card__form .submit {
  width: 100%;
}
.card__form .card__availability {
  margin: 0 0 20px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card__form .quantity {
  width: 100%;
  height: 52px;
  margin-bottom: 20px;
  background: #F3F6F8;
  -webkit-box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.card__form .button {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .card__form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 35px;
  }
  .card__form .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card__form .quantity, .card__form .button {
    width: calc(50% - 10px);
  }
  .card__form .quantity {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .card__form {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    margin-top: 22px;
    padding: 48px 40px;
  }
  .card__form::before {
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
  }
  .card__form .card__availability {
    margin-bottom: 12px;
  }
  .card__form .quantity, .card__form .button {
    width: calc(50% - 7px);
  }
  .card__form .quantity {
    height: 46px;
  }
}
.card__availability {
  margin-top: 35px;
  padding: 28px 36px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__availability .data-title {
  margin-right: 15px;
}
.card__availability .data-ic {
  margin-right: 5px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .card__availability {
    margin-top: 28px;
    padding: 18px 20px;
  }
}
.card__price {
  margin-bottom: 20px;
}
.card-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
.card-navigation li {
  margin-right: 25px;
  margin-bottom: 14px;
}
.card-navigation > .link {
  display: inline-block;
  margin: 0 40px 14px 0;
}
.card-navigation > .link.is-active {
  color: #000;
  border-bottom-color: currentColor;
}
.card-tabs {
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
.card-tabs .button {
  margin-right: 12px;
  border: 1px solid #F3F6F8;
  color: #00A8EB;
}
.card-tabs .button.is-active {
  border-color: #00A8EB;
  color: #000;
}
@media screen and (max-width: 767px) {
  .card-tabs .button {
    height: 34px;
    font-size: 14px;
    padding: 9px 22px;
  }
}
.card-tabs::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0;
  left: -15px;
  right: -15px;
  bottom: 0;
  background: #000;
}
.card__data {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .card__data {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .card__data {
    display: block;
  }
}
.card__descr {
  display: block;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .card__descr.card-border-top {
    padding-top: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .card__descr.card-border-top {
    margin-top: 20px;
  }
}
.card__descr .brand-item {
  width: 35%;
  max-width: 350px;
  height: 202px;
  padding: 30px 45px;
  background: #F3F6F8;
  border-radius: 5px;
  position: absolute;
  top: 80px;
  left: calc(100% + 50px);
}
@media screen and (max-width: 1199px) {
  .card__descr .brand-item {
    display: none;
  }
}

.card-border-top {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #F3F6F8;
}
@media screen and (max-width: 767px) {
  .card-border-top {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .documents__slider .swiper-slide {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .documents__slider .swiper-slide {
    max-width: 290px;
  }
}
@media screen and (min-width: 992px) {
  .documents__slider .swiper-wrapper {
    margin: 0 -10px;
  }
  .documents__slider .swiper-slide {
    width: 33.33333%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .documents__slider .swiper-slide {
    width: 25%;
  }
}
.documents .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 34px 34px 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .documents .item {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .documents .item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  }
}
.documents .item__img {
  width: 54px;
  min-width: 54px;
  height: 78px;
  margin-right: 25px;
  border: 1px solid #D7D7D7;
}
@media screen and (max-width: 991px) {
  .documents .item .download {
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .documents .item .download {
    position: absolute;
    right: 28px;
    bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .use__slider .swiper-slide {
    max-width: 140px;
  }
}
.use .item__img {
  height: 160px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .use .item__img {
    height: 104px;
    margin-bottom: 12px;
  }
}

.recommend {
  margin: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .recommend {
    margin: 45px 0 50px;
  }
}
.recommend__slider .swiper-slide {
  height: auto;
}
@media screen and (max-width: 991px) {
  .recommend__slider {
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 5px 15px 100px;
  }
}
@media screen and (min-width: 1200px) {
  .recommend__dots {
    margin-top: -50px;
  }
}

/* -------------------------------------
 * News
 * ------------------------------------- */
.page-subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .page-subnav {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-subnav {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-subnav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .page-subnav a:hover {
    color: #00A8EB;
  }
}
.page-subnav .button {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-subnav .button {
    margin-bottom: 12px;
  }
}
.page-subnav .button-accent-bd {
  color: #000;
}
@media screen and (min-width: 1200px) {
  .page-subnav .button-accent-bd:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .page-nav .button, .page-subnav .button {
    height: 42px;
    font-size: 14px;
    padding: 9px 24px;
  }
}

.news {
  margin-bottom: 55px;
}
.news__row {
  margin: 0 -15px;
}
@media screen and (min-width: 1400px) {
  .news__row {
    margin: 0 -25px;
  }
}
.news__col {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .news__col {
    width: 50%;
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 992px) {
  .news__col {
    width: 33.33333%;
  }
}
@media screen and (min-width: 1400px) {
  .news__col {
    padding: 0 25px;
  }
}
.news__col:first-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news__col:first-child {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .news__col:first-child {
    width: 66.66666%;
  }
}
.news__col:first-child .news-thumb {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .news__col:first-child .news-thumb {
    padding-bottom: 310px;
  }
}
.news__col:first-child .news-thumb:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news__col:first-child .news-thumb__img {
  height: 366px;
}
@media screen and (max-width: 767px) {
  .news__col:first-child .news-thumb__img {
    height: 260px;
  }
}
.news__col:first-child .news-thumb__body {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .news__col:first-child .news-thumb__body {
    padding: 28px 20px 35px;
    left: 0;
    right: 0;
  }
}
.news__col:first-child .news-thumb .title {
  margin-bottom: 12px;
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .news__col:first-child .news-thumb .title {
    font-size: 20px;
  }
}
.news__col:first-child .news-thumb .text {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .news__col:first-child .news-thumb .text {
    margin-bottom: 20px;
  }
}
.news-thumb {
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .news-thumb {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .news-thumb:hover {
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  }
}
.news-thumb__img {
  height: 206px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .news-thumb__img {
    height: 150px;
  }
}
.news-thumb__img a {
  display: block;
  height: 100%;
}
.news-thumb__body {
  padding: 36px 45px;
}
@media screen and (max-width: 767px) {
  .news-thumb__body {
    padding: 20px;
  }
}
.news-thumb .title {
  margin-bottom: 20px;
}
.news-thumb .date {
  color: #B8B8B8;
}
.news-thumb .label {
  display: inline-block;
  padding: 13px 21px;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background: #292C40;
  border-radius: 100px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 26px;
}
@media screen and (max-width: 767px) {
  .news-thumb .label {
    padding: 8px 15px;
    font-size: 11px;
    top: 20px;
    left: 20px;
  }
}
.news-thumb .button {
  min-width: 160px;
  margin-top: 20px;
}

/* -------------------------------------
 * Article
 * ------------------------------------- */
@media screen and (min-width: 1200px) {
  .article__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
    margin-right: 20px;
  }
}
.article__img {
  height: 445px;
  margin-bottom: 50px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article__img {
    height: 255px;
    margin-bottom: 25px;
  }
}
.article__data {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article__data {
    display: block;
    margin-bottom: 20px;
  }
}
.article .date {
  display: inline-block;
  margin-right: 30px;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
  font: 20px/1.2 "Atyp Display", sans-serif;
}
@media screen and (max-width: 767px) {
  .article .date {
    padding: 14px 20px;
    margin-bottom: 20px;
  }
}
.article .author {
  font-size: 14px;
  color: #B8B8B8;
}
.article .hero-side {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .article .hero-side {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content {
    font-size: 14px;
  }
}
.content h2, .content h3 {
  margin-bottom: 0.75em;
  font-size: 28px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .content h2, .content h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.content p + h2, .content p + h3, .content ul + h2, .content ul + h3, .content ol + h2, .content ol + h3, .content table + h2, .content table + h3 {
  margin-top: 40px;
}
.content table {
  margin-bottom: 1em;
}
.content table tr:nth-child(2n+1) td {
  background: #F3F6F8;
}
.content table td {
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .content table {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .content table td {
    padding: 12px 15px;
  }
}
.content .block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 55px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .content .block {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px 15px;
  }
}
.content .block p {
  font: 20px/1.2 "Atyp Display", sans-serif;
}
@media screen and (max-width: 767px) {
  .content .block p {
    font-size: 16px;
  }
}
.content .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  padding: 24px 35px;
  background: #F3F6F8;
  border-radius: 5px;
  font: 500 18px/1.25 "Atyp Display", sans-serif;
}
@media screen and (max-width: 991px) {
  .content .more {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .content .more {
    padding: 30px 20px;
  }
}
.content .more p {
  margin: 0;
  font: inherit;
}
.content .more .button {
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .content .more .button {
    margin: 15px 0 0;
  }
}
.content ul, .content ol {
  margin: 0 0 1.5em;
  padding: 0;
  list-style: none;
}
.content ul > li, .content ol > li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 1em;
}
.content ul > li:last-child, .content ol > li:last-child {
  margin-bottom: 0;
}
.content ul > li::before, .content ol > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.content ul > li::before {
  width: 6px;
  height: 6px;
  top: 0.5em;
  background: #00A8EB;
  border-radius: 50%;
}
.content ol {
  counter-reset: li;
}
.content ol > li::before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
}
.content a:not(.button) {
  color: #00A8EB;
}

.other {
  margin: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .other {
    margin: 45px 0;
  }
}
.other .border-top {
  height: 66px;
}
@media screen and (max-width: 767px) {
  .other .border-top {
    height: 34px;
  }
}
.other__slider {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .other__slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 5px 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .other__slider .news-thumb:hover {
    -webkit-box-shadow: 0px 5px 20px 3px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 5px 20px 3px rgba(112, 119, 138, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .other__dots {
    margin-top: 15px;
  }
}

/* -------------------------------------
 * Library
 * ------------------------------------- */
.library-search {
  margin-bottom: 50px;
  padding: 16px 44px;
}
@media screen and (max-width: 767px) {
  .library-search {
    margin-bottom: 30px;
    padding: 16px 15px;
  }
}
.library-search .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.library-search__title {
  margin-right: 90px;
}
.library-search .form {
  position: relative;
}
.library-search .form .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .library-search .form {
    width: 100%;
  }
}
.library-search .input-wrap, .library-search .submit {
  margin: 0;
}
.library-search .input-wrap {
  width: 800px;
  background: none;
}
@media screen and (max-width: 1199px) {
  .library-search .input-wrap {
    width: 480px;
  }
}
@media screen and (max-width: 991px) {
  .library-search .input-wrap {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
  }
}
.library-search .input-wrap .input {
  padding-right: 40px;
}
.library-search .search__reset {
  left: auto;
  bottom: 17px;
  right: 160px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .library-search .search__reset {
    right: 70px;
    bottom: 13px;
  }
}
.library-search .submit {
  min-width: 140px;
}
.library-search .submit::before {
  content: "";
  display: block;
  font-size: 20px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  margin-right: 10px;
  background: url("/local/templates/main/assets/css/../img/icons/search.svg") no-repeat 50% 50%/contain;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
@media screen and (max-width: 991px) {
  .library-search .submit {
    min-width: 58px;
    width: 58px;
    height: 46px;
    font-size: 0;
    padding: 0;
  }
  .library-search .submit::before {
    margin: 0;
  }
}
.library .grid {
  margin-bottom: 54px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1199px) {
  .library .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .library .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .library .grid {
    display: block;
    margin-bottom: 35px;
  }
}
.library .item {
  grid-column-end: span 1;
  padding: 45px 40px 30px;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .library .item {
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .library .item:hover .download {
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
  }
}
.library .item__img {
  max-width: 170px;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .library .item__img {
    width: 54px;
    min-width: 54px;
    height: 78px;
    margin: 0 18px 0 0;
  }
}
.library .item__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .library .item__title {
    margin: 0 16px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .library .item .download {
    position: relative;
    top: 6px;
    margin-left: auto;
  }
}

.download {
  display: inline-block;
  font-size: 30px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  background: url("/local/templates/main/assets/css/../img/icons/download.svg") no-repeat 50% 50%/contain;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
@media screen and (max-width: 767px) {
  .download {
    font-size: 24px;
  }
}

/* -------------------------------------
 * Testimonials
 * ------------------------------------- */
.testimonials-all__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -10px 70px;
}
@media screen and (max-width: 991px) {
  .testimonials-all__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-all__row {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.testimonials-all__col {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .testimonials-all__col {
    width: 100%;
    padding: 0;
  }
  .testimonials-all__col .testimonial:nth-child(2n+1) {
    background-color: #F3F6F8;
  }
}
@media screen and (min-width: 992px) {
  .testimonials-all__col:first-child .testimonial:nth-child(2n+1) {
    background-color: #F3F6F8;
  }
  .testimonials-all__col:last-child .testimonial:nth-child(2n) {
    background-color: #F3F6F8;
  }
}
.testimonials-all .testimonial {
  margin-bottom: 20px;
}

/* -------------------------------------
 * Brands
 * ------------------------------------- */
.brands-all__row {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .brands-all__row {
    display: block;
    margin: 0;
  }
}
.brands-all__col {
  width: 25%;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .brands-all__col {
    width: 33.3333%;
  }
}
@media screen and (max-width: 991px) {
  .brands-all__col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .brands-all__col {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
}

.brand-thumb {
  height: 100%;
  padding: 35px 40px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .brand-thumb {
    display: block;
    height: auto;
    padding: 20px 20px 38px;
  }
}
.brand-thumb__img {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .brand-thumb__img {
    height: 112px;
  }
}
.brand-thumb .title {
  margin-bottom: 0.8em;
  font-weight: 600;
}
.brand-thumb .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .brand-thumb .text a:hover {
    color: #00A8EB;
  }
}
.brand-thumb .button {
  min-width: 150px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .brand-thumb .button {
    min-width: 165px;
  }
}

.brand-card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-card__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 4%;
}
@media screen and (max-width: 1199px) {
  .brand-card__col {
    padding-right: 0;
  }
}
.brand-card__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  padding: 70px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .brand-card__img {
    display: none;
  }
}
.brand-card .text-img {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .brand-card .text-img {
    margin-top: 15px;
  }
}

.text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 58px 65px;
}
@media screen and (max-width: 1199px) {
  .text-img {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .text-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .text-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
    padding: 25px 15px 40px;
  }
}
.text-img .data-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  padding-right: 10%;
}
.text-img .data-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .text-img .data-img {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .text-img .data-img {
    margin-top: 20px;
  }
}

/* -------------------------------------
 * Contacts
 * ------------------------------------- */
@media screen and (min-width: 992px) {
  .contacts-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-hero__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
    margin-right: 20px;
  }
}
.contacts-hero .inner {
  padding: 56px 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .contacts-hero .inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-hero .inner {
    padding: 30px 20px;
  }
}
.contacts-hero .inner-title {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contacts-hero .inner-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .contacts-hero .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-hero .data-col {
    width: 50%;
  }
  .contacts-hero .data-col:first-child {
    padding-right: 53px;
  }
  .contacts-hero .data-col:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .contacts-hero .data-col + .data-col {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-hero .data-col + .data-col {
    margin-top: 20px;
  }
}
.contacts-hero .subtext {
  font-size: 14px;
  opacity: 0.9;
}
.contacts-hero .tel {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contacts-hero .tel {
    font-size: 40px;
  }
}
@media screen and (max-width: 359px) {
  .contacts-hero .tel {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-hero .email {
    font-size: 32px;
  }
}
@media screen and (max-width: 359px) {
  .contacts-hero .email {
    font-size: 30px;
  }
}
.contacts-hero .email a {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 1200px) {
  .contacts-hero .email a:hover {
    border-bottom-color: transparent;
  }
}
.contacts-hero .email + .subtext {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contacts-hero .email + .subtext {
    margin-top: 20px;
  }
}
.contacts-hero .hint {
  margin-top: 46px;
  padding: 20px 20px 20px 75px;
  background: -o-linear-gradient(338.51deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  background: linear-gradient(111.49deg, rgba(255, 255, 255, 0.08) -8.95%, rgba(255, 255, 255, 0.002) 114%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 5px;
  font-size: 14px;
}
.contacts-hero .hint::before {
  content: "";
  display: block;
  font-size: 29px;
  width: 1em;
  min-width: 1em;
  height: 1em;
  position: absolute;
  top: 15px;
  left: 20px;
  background: url("/local/templates/main/assets/css/../img/icons/info.png") no-repeat 50% 50%/contain;
}
@media screen and (max-width: 767px) {
  .contacts-hero .hint {
    margin-top: 20px;
    padding: 15px 15px 15px 50px;
  }
  .contacts-hero .hint::before {
    font-size: 24px;
    left: 13px;
    top: 15px;
  }
}

.addresses {
  margin: 64px 0 80px;
}
@media screen and (max-width: 767px) {
  .addresses {
    margin: 40px 0;
  }
}
.addresses__title {
  max-width: 800px;
}
.addresses .map {
  height: 588px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .addresses .map {
    margin-top: 25px;
    margin-bottom: 32px;
    height: 50vh;
  }
}
.addresses .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .addresses .grid {
    display: block;
  }
}
.addresses .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 55px;
}
@media screen and (max-width: 991px) {
  .addresses .item {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .addresses .item {
    padding: 25px 20px;
  }
}
.addresses .item .text {
  margin-bottom: 20px;
}
.addresses .item .tel {
  margin-top: auto;
}
.addresses .item .tel a {
  display: inline-block;
  margin-right: 10px;
}
.addresses .item .ic {
  width: 22px;
  height: 22px;
}
.addresses .item .whatsapp {
  background-image: url("/local/templates/main/assets/css/../img/icons/whatsapp-accent.svg");
}
.addresses .item .telegram {
  background-image: url("/local/templates/main/assets/css/../img/icons/telegram-accent.svg");
}

/* -------------------------------------
 * About
 * ------------------------------------- */
.company-hero {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .company-hero {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .company-hero {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .company-hero::after {
    content: "";
    display: block;
    width: 228px;
    height: 228px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -10px;
    background: url("/local/templates/main/assets/css/../img/dots_2.svg") no-repeat 50% 50%/contain;
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
}
.company-hero .inner {
  max-width: 1044px;
  padding: 55px 218px 55px 70px;
  background-color: #00A8EB;
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .company-hero .inner {
    padding-right: 260px;
  }
}
@media screen and (max-width: 1199px) {
  .company-hero .inner {
    padding: 50px 50px 300px;
  }
}
@media screen and (max-width: 767px) {
  .company-hero .inner {
    padding: 30px 15px 218px;
  }
}
.company-hero .inner .title {
  font-weight: 400;
}
.company-hero .inner-img {
  width: 486px;
  max-width: 35%;
  height: 370px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .company-hero .inner-img {
    width: auto;
    max-width: 100%;
    right: auto;
    top: auto;
    left: 50px;
    bottom: 0;
    -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
            transform: translateY(30%);
  }
}
@media screen and (max-width: 767px) {
  .company-hero .inner-img {
    height: 252px;
    left: 0;
  }
}
.company-text {
  margin-top: 67px;
}
@media screen and (max-width: 1199px) {
  .company-text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-text {
    margin-top: 35px;
  }
}
.company-text .data-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1199px) {
  .company-text .data-row {
    display: block;
  }
}
.company-text .data-images {
  width: 49.286%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .company-text .data-images {
    width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-text .data-images {
    padding: 0;
  }
}
.company-text .data-img {
  width: calc(50% - 10px);
  height: 212px;
  background-color: #F3F6F8;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-text .data-img {
    width: calc(50% - 7px);
    height: 105px;
  }
}
.company-text .data-img-2 {
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .company-text .data-img-2 {
    padding: 0;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  }
}
.company-text .data-img-2 div {
  width: 100%;
  height: 130px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .company-text .data-img-2 div {
    height: 100%;
    padding: 30px;
  }
}
.company-text .data-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  margin-right: 25px;
  padding: 14px 20px 10px 70px;
}
@media screen and (max-width: 1199px) {
  .company-text .data-col {
    margin: 50px 0 0;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .company-text .data-col {
    margin-top: 30px;
    padding: 0;
  }
}
.company .nums-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company .nums-slider {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.geo-img {
  height: 312px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  z-index: -1;
}
.geo-img .img {
  width: 560px;
  max-width: 560px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nums-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 10px;
  }
}
.nums-slider .swiper-slide {
  height: auto;
  border-right: 2px solid #000;
}
.nums-slider .swiper-slide:last-child {
  border-right: none;
}
.nums-slider .num {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .nums-slider .num {
    padding-top: 5px;
  }
}
.nums-slider .num:first-child {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .nums-slider .num:first-child {
    padding-left: 20px;
  }
}

.about-brands {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .about-brands {
    margin: 35px 0 50px;
  }
}
.about-brands .grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 991px) {
  .about-brands .grid {
    display: block;
  }
}
.about-brands .column {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .about-brands .column {
    padding: 25px 20px;
  }
}
.about-brands .brands {
  margin: 0 0 -20px;
}
@media screen and (max-width: 991px) {
  .about-brands .brands {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .about-brands .brands {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .about-brands .swiper-slide {
    width: 33.3333%;
  }
}
.about-brands .w-50 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .about-brands .w-50 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .w-50 {
    max-width: 50%;
  }
}

/* -------------------------------------
 * Compare
 * ------------------------------------- */
.compare {
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .compare {
    margin-bottom: 46px;
  }
}

.text-section {
  margin: 70px 0 100px;
}
@media screen and (max-width: 767px) {
  .text-section {
    margin: 45px 0 52px;
  }
}
.text-section .column {
  max-width: 1040px;
}

/* -------------------------------------
 * Maintenance
 * ------------------------------------- */
.maintenance-hero {
  padding: 50px 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A8EB), to(#46D5CC));
  background: -o-linear-gradient(top, #00A8EB 0%, #46D5CC 100%);
  background: linear-gradient(180deg, #00A8EB 0%, #46D5CC 100%);
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .maintenance-hero {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .maintenance-hero {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .maintenance-hero .data-row {
    display: block;
  }
}
.maintenance-hero .data-col:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
  margin-right: 5%;
}
@media screen and (max-width: 1199px) {
  .maintenance-hero .data-col:first-child {
    margin-right: 0;
  }
}
.maintenance-hero .data-col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 462px;
          flex: 0 0 462px;
  max-width: 462px;
}
@media screen and (max-width: 1199px) {
  .maintenance-hero .data-col:last-child {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .maintenance-hero .data-col:last-child {
    margin-top: 30px;
  }
}
.maintenance-hero .title {
  font-weight: 400;
}
.maintenance-brands {
  margin-bottom: 70px;
  padding: 55px 20px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .maintenance-brands {
    margin-bottom: 25px;
    padding: 40px 20px;
  }
}
.maintenance-brands .img {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.maintenance-brands .img + .img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .maintenance-brands .img + .img {
    margin-top: 20px;
  }
}
.maintenance-hero-btn {
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .maintenance-hero-btn {
    padding: 20px;
  }
}
.maintenance-hero-btn .button {
  width: 100%;
}

.common-section {
  margin-top: 60px;
  padding: 60px 70px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  .common-section {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  .common-section {
    margin-top: 40px;
    padding: 35px 20px;
  }
}
@media screen and (min-width: 992px) {
  .common-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-section__col {
    width: 55%;
    padding-left: 6%;
  }
}
.common-section__img {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .common-section__img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .common-section__img {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .common-section__img {
    width: 45%;
  }
}
.common-section-2 {
  background-color: #F3F6F8;
}
@media screen and (min-width: 992px) {
  .common-section-2 .common-section__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .common-section-2 .common-section__col {
    padding: 0 6% 0 0;
  }
}

.maintenance-cta {
  margin-top: 80px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .maintenance-cta {
    margin-top: 40px;
    margin-bottom: 45px;
  }
}

/* -------------------------------------
 * Decisions
 * ------------------------------------- */
.code {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .code {
    margin-top: 30px;
  }
}
.code .inner {
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .code .inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .code .inner {
    padding: 25px 15px 35px;
  }
}
@media screen and (min-width: 992px) {
  .code__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .code__col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    max-width: 100%;
    padding-right: 19%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .code__col:first-child {
    padding-right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .code__col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .code__col:last-child {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .code__col:last-child {
    margin-top: 25px;
  }
}
.code .title {
  font-weight: 400;
}
.code-qr {
  margin-bottom: 30px;
  padding: 80px;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
  background: #fff;
}
.code-qr .img {
  max-width: 200px;
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .code-qr {
    margin-bottom: 30px;
    padding: 30px;
  }
  .code-qr .img {
    max-width: 150px;
    max-height: 150px;
  }
}

.decision-about {
  margin: 80px 0;
}
@media screen and (max-width: 767px) {
  .decision-about {
    margin: 45px 0;
  }
}
.decision-about__title {
  max-width: 850px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .decision-about__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .decision-about__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .decision-about__col {
    width: 50%;
    padding: 0 10px;
  }
}
.decision-about .item {
  height: 100%;
  min-height: 555px;
  padding: 60px;
  position: relative;
  z-index: 1;
}
.decision-about .item-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .decision-about .item {
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .decision-about .item {
    min-height: auto;
    margin-bottom: 24px;
  }
  .decision-about .item-title {
    position: relative;
  }
  .decision-about .item-title .title {
    margin-bottom: 0;
    padding-right: 22px;
  }
  .decision-about .item-title .plus-ic {
    font-size: 22px;
    right: 0;
    top: 6px;
  }
  .decision-about .item .content {
    display: none;
    padding-top: 20px;
  }
  .decision-about .item-img {
    position: relative;
    margin-top: -30px;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .decision-about .item {
    margin-bottom: 12px;
    padding: 21px 20px;
  }
  .decision-about .item-title .plus-ic {
    font-size: 15px;
  }
  .decision-about .item-img {
    top: 21px;
  }
}
.decision-about .content ol > li::before {
  font-weight: 500;
}

.prepare {
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  .prepare .decision-about__col + .decision-about__col {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .prepare {
    margin-top: 35px;
  }
}
@media screen and (min-width: 992px) {
  .prepare .decision-about__col:first-child {
    padding-right: 7%;
  }
}

.decisions-list {
  margin: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .decisions-list {
    margin: 50px 0 44px;
  }
}
.decisions-list .border-top {
  height: 98px;
}
@media screen and (max-width: 767px) {
  .decisions-list .border-top {
    height: 32px;
  }
}
.decisions-list .content {
  max-width: 968px;
}
.decisions-list .content ul {
  max-width: 668px;
}
.decisions-list .categories-list {
  display: block;
}
.decisions-list .grid {
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 991px) {
  .decisions-list .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .decisions-list .grid {
    display: block;
  }
}

.gallery {
  margin: 90px 0 140px;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin: 40px 0 56px;
  }
}
.gallery .inner {
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
          box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .gallery .inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .inner {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}
.gallery-img {
  border-radius: 5px;
  overflow: hidden;
}
.gallery__slider, .gallery__slider-thumbs {
  border-radius: 5px;
}
.gallery__slider {
  max-width: 800px;
  margin-top: 30px;
}
.gallery__slider .gallery-img {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .gallery__slider .gallery-img {
    height: 58vw;
  }
}
.gallery__slider-thumbs {
  max-width: 500px;
  margin-top: 30px;
}
.gallery__slider-thumbs .swiper-slide {
  cursor: pointer;
}
.gallery__slider-thumbs .gallery-img {
  height: 55px;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gallery__slider-thumbs .swiper-slide-thumb-active .gallery-img {
  border-color: #00A8EB;
}
@media screen and (max-width: 1199px) {
  .gallery__slider-thumbs {
    display: none;
  }
}
.gallery__arrows {
  position: absolute;
  top: 60px;
  right: 60px;
}

.decision-info {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .decision-info {
    margin-top: 40px;
  }
}
.decision-info .inner {
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .decision-info .inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .decision-info .inner {
    padding: 30px 15px;
  }
}
.decision-info .column {
  max-width: 978px;
}

.decisions-comapre {
  margin: 75px 0;
}
@media screen and (max-width: 767px) {
  .decisions-comapre {
    margin: 45px 0;
  }
}

.decisions-cards {
  margin: 78px 0 61px;
}
@media screen and (max-width: 767px) {
  .decisions-cards {
    margin: 45px 0;
  }
}
.decisions-cards__row {
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .decisions-cards__row {
    display: block;
    margin: 0;
  }
}
.decisions-cards__col {
  width: 33.3333%;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .decisions-cards__col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .decisions-cards__col {
    width: 100%;
    margin-bottom: 14px;
    padding: 0;
  }
}
.decisions-cards .item {
  height: 100%;
  padding: 35px 40px;
}
@media screen and (min-width: 1200px) {
  .decisions-cards .item {
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
  }
  .decisions-cards .item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
            box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .decisions-cards .item {
    position: relative;
    padding: 20px 46px 20px 20px;
  }
}
.decisions-cards .item.is-active .plus-ic {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.decisions-cards .item.is-active .plus-ic::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .decisions-cards .item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.decisions-cards .item .plus-ic {
  display: none;
  right: 20px;
  top: 31px;
}
@media screen and (max-width: 767px) {
  .decisions-cards .item .plus-ic {
    display: block;
  }
}
.decisions-cards .item .ic {
  width: 43px;
  min-width: 43px;
  height: 34px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .decisions-cards .item .ic {
    margin: 0 14px 0 0;
  }
}
.decisions-cards .item .name {
  font-weight: 600;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .decisions-cards .item .name {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .decisions-cards .item .hidden {
    display: none;
    padding-top: 18px;
  }
}
.decisions-cards .item .button {
  min-width: 155px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .decisions-cards .item .button {
    margin-top: 0;
  }
}

.decisions-tabs {
  margin: 67px 0 120px;
}
@media screen and (max-width: 767px) {
  .decisions-tabs {
    margin: 40px 0;
  }
}
.decisions-tabs .card-navigation {
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .decisions-tabs .card-navigation {
    display: none;
  }
}
.decisions-tabs .tab-1-1, .decisions-tabs .tab-2-1 {
  display: block;
}
@media screen and (max-width: 767px) {
  .decisions-tabs .js-tab-content {
    display: block;
  }
}
.decisions-tabs .tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .decisions-tabs .tab-row {
    display: block;
  }
}
.decisions-tabs .tab-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 532px;
          flex: 0 0 532px;
  max-width: 532px;
  margin-right: 5%;
}
@media screen and (max-width: 1199px) {
  .decisions-tabs .tab-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 50px;
  }
  .decisions-tabs .tab-img .img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .decisions-tabs .tab-img {
    margin-bottom: 25px;
  }
}
.decisions-tabs .tab-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  max-width: 100%;
}
.decisions-tabs .data-row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .decisions-tabs .data-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.decisions-tabs .data-col {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .decisions-tabs .data-col {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .decisions-tabs .tab-title {
    position: relative;
    padding-right: 20px;
  }
  .decisions-tabs .tab-title .title {
    margin-bottom: 1em;
    font-size: 16px;
    color: #00A8EB;
    text-transform: none;
    font-weight: 400;
  }
}
.decisions-tabs .tab-title .plus-ic {
  display: none;
  top: 2px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .decisions-tabs .tab-title .plus-ic {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .decisions-tabs .hidden {
    display: none;
    border-top: 2px solid #000;
    padding: 25px 0;
  }
}
.decisions-tabs .is-active .plus-ic {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.decisions-tabs .is-active .plus-ic::before {
  opacity: 0;
}

.error-404 {
  padding-top: 47px;
}
@media screen and (max-width: 767px) {
  .error-404 {
    padding-top: 20px;
  }
}
.error-404 .inner {
  padding: 54px 82px;
  background: #F3F6F8;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .error-404 .inner {
    padding: 54px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .error-404 .inner {
    padding: 37px 20px;
  }
}
.error-404 .inner .img {
  margin-bottom: 34px;
}
@media screen and (max-width: 991px) {
  .error-404 .inner .img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
            transform: translateX(5%);
  }
}
@media screen and (max-width: 767px) {
  .error-404 .inner .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .error-404 + .page-form {
    margin-top: 25px;
  }
}
.wide-block{
        position: static !important;
}
/*# sourceMappingURL=styles.css.map */

/*.bx-basket {display:none!important;}*/
.catalog__tiles{
	margin-top: 65px;
}

.catalog__tiles h2{
	margin-bottom: 65px;
}

.catalog__tiles-list{
	display: flex;
	flex-wrap: wrap;
}

.catalog__tiles-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 33.33%;
	margin-bottom: 40px;
	padding-right: 15px;	
}

.catalog__tiles-list a:hover{
    color: #00A8EB;
}

.catalog__tiles-list .img {
    width: 57px;
    min-width: 57px;
    height: 55px;
    border-radius: 5px;
    margin-right: 30px;
}

@media screen and (max-width: 1024px) {
	.catalog__tiles-list a {
		width: 50%;
	}
}

@media screen and (max-width: 524px) {
	.catalog__tiles-list a {
		width: 100%;
	}
}

.mt-65{
	margin-top: 65px;
}
/* End */


/* Start:/local/templates/main/assets/css/custom.css?17507612607582*/
/*ICONS*/
i.icon.check-circle{
    content:  url("/local/templates/main/assets/css/../img/icons/check-circle.svg");
}
.basket-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50%;
    /*transform: translateY(-50%);*/
    opacity: .6;
}
.addresses .item .tel a.phone:nth-child(odd):not(:last-child):after {
    content: ',';
}
.news__col.first_news:first-child {
    width: 100%;
}
@media screen and (min-width: 768px){
    .news__col:first-child {
        width: 50%;
    }
}
@media screen and (max-width: 768px){
    .catalog__col:first-child {
		position: sticky;
		top: 80px;
		z-index: 2;
		background: #fff;
	}
}
@media screen and (min-width: 992px){
    .news__col:first-child {
        width: 33.33333%;
    }
    .news__col.first_news:first-child {
        width: 66.66666%;
    }
}

.news__col:first-child .news-thumb .title {
    margin-bottom: 20px;
    font-size: inherit;
    text-transform: inherit;
}
.news__col.first_news:first-child .news-thumb .title {
    margin-bottom: 12px;
    font-size: 28px;
    text-transform: uppercase;
}
.news__col:first-child .news-thumb {
    padding-bottom: 0;
}
.news__col.first_news:first-child .news-thumb {
    padding-bottom: 90px;
}


.news__col:first-child .news-thumb__img {
    height: 206px;
}
.news__col.first_news:first-child .news-thumb__img {
     height: 366px;
}
.news__col:first-child .news-thumb__body {
     position: static;
     -webkit-box-shadow: none;
     box-shadow: none;
     border-radius: initial;
}
.news__col.first_news:first-child .news-thumb__body {
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    background: #FFF;
    -webkit-box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
    box-shadow: 0px 10px 25px 6px rgba(112, 119, 138, 0.1);
    border-radius: 5px;
}
.library-search input:not(:placeholder-shown)  ~ .placeholder{
    top: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.footer__title{text-transform: uppercase}
.filters .filter .checkbox.disabled{opacity: .5}
.search__result{z-index: 99999}
.pagination .disabled{opacity: .6}
.search-page__result a{
    display: block;
    color: #797979;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.28px;
}

.search-page__result a:hover{ color: #00A8EB}
.error-message{
    color: #FF5722;
    margin-bottom: 10px;
}

.card-title-ic{
    top: auto;
    bottom: 0;
}
.text-mobile{
    display:none;
}
.text-desktop{
    display:block;
}
@media screen and (max-width: 767px){
    .equip-item__img .img{ height: 190px;}

    .text-mobile{
        display: block;
        padding-bottom: 0;
        grid-area: 3/1/4/3;
        /*margin-bottom: 0;*/
    }
    .hero-home__grid .text-mobile{
        grid-area: 4 / 1 / 5 / 3;
    }
    .text-desktop{
        display:none;
    }
    .hero-home__form{
        grid-area: 5 / 1 / 6 / 3 !important;
    }
    .text-mobile .text-section__img{
        display:none !important;
    }
    .hero-home__form .title{
        font-size: 20px !important;
    }
}


.my-select__option {white-space:normal ;}

@media screen and (min-width: 1200px) {
    .products__slider .swiper-slide {
        min-height: 480px
    }

    .products__slider .swiper-slide .equip-item {
        min-height: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .footer__logo{
        bottom: inherit;
        right: inherit;
    }
}

.header_link{
    width: 50px;
    margin-right: 18px;

    font-size: 18px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}
@media  (max-width: 1550px) and (min-width: 1200px){
    .header__contacts .tel {
        font-size: 0;
    }
    .header__contacts .tel::before {
        content: "";
        display: block;
        width: 22px;
        height: 22px;
        background: url(/local/templates/main/assets/css/../img/icons/tel.svg) no-repeat 50% 50%/contain;
    }
}
@media  (max-width:1260px) {
    .header_link{
        width: auto;
    }
}
@media  (max-width: 767px) {
    .header_link{
        margin-left: 20px;
        margin-right: 0;
        width: auto;
        order: 2;
    }
}
@media  (max-width: 418px) {
    .header_link,
    .header__contacts a,
    .header__contacts .ic,
    .header__controls .search {
        margin-left: 10px;
    }
}
@media  (max-width: 360px) {
    .header_link,
    .header__contacts a,
    .header__contacts .ic,
    .header__controls .search {
        margin-left: 5px;
    }
}

.table-striped{
	border-collapse: collapse;
	max-width: 1000px;
}

.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
	padding: 10px;
}

.table-striped > tbody > tr > td:first-child,
.table-striped > tbody > tr > th:first-child {
	width: 250px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgb(248, 248, 248);
  color: rgb(85, 85, 85);
}

.table-striped > tbody > tr > td a{
	color: #00A8EB;
}

.solutions_text{
	display: flex;
	margin-bottom: 30px;
}

.solutions_text-title{
	padding-right: 15px;
	min-width: 220px;
	width: 220px;
}

.solutions_text-title strong{

}

.solutions_text-content{
	padding-left: 15px;
	border-left: 1px solid #00A8EB;
}
.ul-col-2{list-style-position:inside;-webkit-column-count:2;column-count:2}

@media  (max-width: 767px) {
	.solutions_text{
		display: block;
	}
	
	.solutions_text-title{
		min-width: 100%;
		width: 100%;
		border-top: 1px solid #00A8EB;
		padding: 15px 0 15px;
	}

	.solutions_text-content{
		padding: 15px 0 0;
		border-left: none;
		border-top: 1px solid #00A8EB;
	}
	
}

.categories-list .grid.home_grid{
    grid-template-columns: repeat(7, 1fr);
}

.categories-list .grid.home_grid .item__img{
	right: 55px;
}

.tiles{
    display: flex;
    justify-content: space-between; /* Равномерно распределяет плитки */
    gap: 20px; /* Расстояние между плитками */
    padding: 20px;
}

.tile{
    flex: 1;
    display: flex;
    border-radius: 5px;
    padding: 35px 26px; 
    box-shadow: 0px 10px 25px 4px #70778A1A;
    box-sizing: border-box;
}

.tiles .tile-icon{
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin-right: 25px;
}

.tile-text h3{
    display: flex;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
}

.tile-text p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

@media  (max-width: 767px) {

    .tiles{
        display: block;
    }

    .tile{
        display: block;
        margin-bottom: 18px;
        padding: 25px 20px;
    }

    .tiles .tile-icon{
        float: left;
        margin: 0 14px 13px 0;
    }

    .tile-text h3{
        font-size: 15px;
        line-height: 20px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }

    .tile-text p{
        clear: both;
        font-size: 14px;
    }

}

.cookies{
    background:#fff;
    border-radius:10px;
    bottom:24px;
    box-shadow:0 2px 15px 0 rgba(0,0,0,.2);
    color:#000;
    display:none;
    left:24px;
    max-width:360px;
    padding:25px;
    position:fixed;
    width:100%;
    z-index:9999;
}

.cookies__text{
    font-size:14px;
    line-height:1.6;
    margin-bottom:30px;
}

.cookies__text a{
    color:#000;
    text-decoration:underline;
}

.cookies__text a:hover{
    text-decoration:none;
}

@media  (max-width: 767px) {
    .cookies{
        left: 50%;
        margin-left: -180px;
    }
}

.nums{
    position: relative;
    z-index: 1;
} 

/* End */


/* Start:/local/templates/main/template_styles.css?1734004408341*/
.equip-item__txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.menu__list .menu-item-has-children a.active {
    color: #00A8EB;
}
.menu__list .menu-item-has-children a.active ~ .sub-menu-icon {
    -webkit-filter: none;
    filter: none;

}
.pe-none{pointer-events: none}

/* End */
/* /local/templates/main/assets/css/styles.css?1747726883231387 */
/* /local/templates/main/assets/css/custom.css?17507612607582 */
/* /local/templates/main/template_styles.css?1734004408341 */
