@import url(https://cdnjs.cloudflare.com/ajax/libs/slim-select/1.27.0/slimselect.min.css);
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! nouislider - 14.7.0 - 4/6/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{transition-timing-function:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{transform:translate(0,0);-webkit-transition:all 1s;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;transition-delay:0s;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(/images/vendor/lightslider/dist/controls.png?cf74dc23d605416e8b7d16cde74ba75a);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}
body.modal-open {
  overflow: hidden;
}
body.active-modal {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:focus,
*:active {
  outline: none;
}

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

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

img {
  width: 100%;
  height: 100%;
}

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

.mt-100 {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 100px;
  }
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mt-40 {
    margin: 20px;
  }
}

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

.copiright {
  color: #C7C7C7;
  border-top: 1px solid #fff;
  padding: 10px 0;
  text-align: center;
}

.Giga {
  font-weight: bolder;
}
.Giga:hover {
  text-decoration: none;
}
.Giga__red {
  color: #ed4d45;
}
.Giga__black {
  color: #fff;
}

.min-content {
  min-height: calc(100vh - 595px);
  position: relative;
}
@media (max-width: 992px) {
  .min-content {
    min-height: calc(100vh - 515px);
  }
}
@media (max-width: 575px) {
  .min-content {
    min-height: calc(100vh - 385px);
  }
}

.custom-select__placeholder {
  color: #999;
  font-weight: 300;
}

.show {
  display: flex !important;
}

.hide {
  display: none !important;
}

.input {
  font-size: 16px;
  line-height: 1;
  padding: 5px 0;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  text-align: center;
}
.input--w100 {
  width: 100%;
}

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

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.modal-open {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.ml5 {
  margin-left: 5px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 30px;
}

.orange {
  color: #EE7326;
}

.error-message {
  color: #ED4D44;
  font-size: 12px;
  margin-top: 5px;
}

input {
  -webkit-appearance: none;
}

.button,
.link {
  font-family: "Roboto", sans-serif;
  padding: 10px 15px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  cursor: pointer;
  box-sizing: border-box;
}
@media (max-width: 575px) {
  .button,
.link {
    padding: 10px 15px;
  }
}
.button--w-100,
.link--w-100 {
  width: 100%;
}
.button--mx-auto,
.link--mx-auto {
  margin: 0 auto !important;
}
.button--pr-none,
.link--pr-none {
  padding-right: 0;
}
.button--center,
.link--center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.button__outline,
.link__outline {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EE7326;
  transition: background-color 2s;
  border: none;
  box-shadow: none;
  color: #fff;
  margin: 0;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.button__outline--m-auto,
.link__outline--m-auto {
  margin: auto;
}
.button__outline--black,
.link__outline--black {
  background-color: #000;
}
.button__outline--black:hover,
.link__outline--black:hover {
  background-color: #EE7326 !important;
}
.button__outline--small:hover::before, .button__outline--small:hover::after,
.link__outline--small:hover::before,
.link__outline--small:hover::after {
  width: 80% !important;
}
.button__outline::before, .button__outline::after,
.link__outline::before,
.link__outline::after {
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  transition: width 0.4s cubic-bezier(0.86, 0, 0.07, 1), height 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.button__outline::before,
.link__outline::before {
  box-shadow: 1px -1px 0 white inset;
  top: 5px;
  left: 6px;
}
.button__outline::after,
.link__outline::after {
  box-shadow: -1px 1px 0 white inset;
  bottom: 5px;
  right: 6px;
}
.button__outline:hover,
.link__outline:hover {
  background-color: #000;
}
.button__outline:hover::before, .button__outline:hover::after,
.link__outline:hover::before,
.link__outline:hover::after {
  height: 77%;
  width: 85%;
  transition: height 0.4s cubic-bezier(0.86, 0, 0.07, 1), width 0.4s 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.button__filter,
.link__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 185px;
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 410px) {
  .button__filter,
.link__filter {
    max-width: 140px;
    padding: 7px 15px;
  }
}
.button__filter--orange,
.link__filter--orange {
  background-color: #EE7326;
  border: 1px solid #EE7326;
}
.button__filter--orange:hover,
.link__filter--orange:hover {
  border: 1px solid transparent;
}
.button__filter--white,
.link__filter--white {
  background-color: #fff;
  border: 1px solid #606060;
}
.button__filter img,
.link__filter img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.button__banner,
.link__banner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .button__banner,
.link__banner {
    width: 100%;
  }
}
.button__search,
.link__search {
  padding: 5px 0 5px 10px;
  display: flex;
  align-items: center;
}
.button__search img,
.link__search img {
  width: 15px;
  height: 15px;
}
.button__open-img,
.link__open-img {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-image: url("/img/img-user/zoom-img.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.button__product-item,
.link__product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 120px;
  gap: 0 5px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  padding: 10px;
}
.button__product-item img,
.link__product-item img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.button__fast-order,
.link__fast-order {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 15px;
  height: 25px;
  background-image: url("/img/img-user/lightning-grey.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.button__fast-order:hover,
.link__fast-order:hover {
  background-image: url("/img/img-user/lightning-black.svg");
}
.button__range,
.link__range {
  width: 55px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #EE7326;
  border-radius: 3px;
  text-transform: uppercase;
  color: #fff;
}
.button__open-all,
.link__open-all {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  border-bottom: 1px solid #EE7326;
  color: #EE7326;
  padding: 0;
  margin-top: 10px;
  display: none;
}
.button__open-all.active,
.link__open-all.active {
  display: block;
}
.button__counter,
.link__counter {
  width: 21px;
  height: 21px;
  border: 0.5px solid #a9a9a9;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  justify-content: center;
}
.button__buy,
.link__buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 992px) {
  .button__buy,
.link__buy {
    max-width: 100%;
  }
}
.button__buy img,
.link__buy img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.button__fast-buy,
.link__fast-buy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  max-width: 240px;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 992px) {
  .button__fast-buy,
.link__fast-buy {
    max-width: 100%;
  }
}
.button__fast-buy img,
.link__fast-buy img {
  width: 20px;
  height: 20px;
}
.button__modal-close,
.link__modal-close {
  padding: 0;
  margin-left: 20px;
  height: 20px;
}
.button__delete-product,
.link__delete-product {
  padding: 0;
  width: 16px;
  height: 17px;
}
.button__close-modal,
.link__close-modal {
  padding: 0;
  position: absolute;
  right: 0;
  top: -25px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.button__underline,
.link__underline {
  text-decoration: underline;
}
.button__underline:hover,
.link__underline:hover {
  text-decoration: none;
}
.button__remove-picture,
.link__remove-picture {
  min-width: 6px;
  height: 6px;
  padding: 0;
  display: flex;
}
.button__open-search-form,
.link__open-search-form {
  padding: 0;
  display: flex;
  align-items: center;
}
.button__open-search-form img,
.link__open-search-form img {
  width: 20px;
  height: 20px;
}

.button-wrapper {
  display: flex;
}

.link {
  display: flex;
  flex-wrap: wrap;
}
.link__orange {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.link__footer {
  padding: 0;
}
.link__footer {
  color: #fff;
  font-size: 16px;
  line-height: 180%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .link__footer {
    line-height: 19px;
  }
}
.link__footer--block {
  line-height: 200%;
}

@media (max-width: 575px) {
  .button-icon--mobile {
    display: none;
  }
}

.main-error {
  margin: auto;
  margin-top: 95px;
}
@media (max-width: 768px) {
  .main-error {
    margin-top: 30px;
  }
}
.main-error__wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .main-error__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.main-error__title {
  line-height: 45px;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
}
.main-error__message {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .main-error__message {
    width: 100%;
    margin-top: 20px;
  }
}
.main-error__message span {
  margin-bottom: 20px;
}
.main-error__link {
  display: flex;
  width: 100%;
  background-color: #000;
  justify-content: center;
  padding: 10px;
  max-width: 170px;
  color: #fff;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .main-error__link {
    margin: 0 auto;
  }
}
.main-error__link:hover {
  background-color: #454545;
  color: #fff;
  text-decoration: none;
}
.main-error__img {
  width: 30%;
  max-height: 390px;
  min-height: 300px;
  margin-right: 65px;
  display: flex;
}
@media (max-width: 768px) {
  .main-error__img {
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
}
.main-error__img img {
  max-width: 380px;
  height: auto;
}

.status-messages {
  max-width: 1180px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .status-messages {
    max-width: 100%;
  }
}
.status-messages__modal {
  padding: 20px;
  padding-top: 0;
}
.status-messages__success {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .status-messages__success {
    flex-direction: column;
  }
}
.status-messages__success-left {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .status-messages__success-left {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .status-messages__success-left {
    max-width: 100%;
  }
}
.status-messages__success-right {
  max-width: 610px;
  width: 100%;
}
@media (max-width: 768px) {
  .status-messages__success-right {
    max-width: 100%;
  }
}
.status-messages__error {
  position: relative;
}
.status-messages .title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .status-messages .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.status-messages .subtitle {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .status-messages .subtitle {
    text-align: center;
  }
}

.icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  display: flex;
  z-index: 50;
}
@media (min-width: 992px) {
  .icon {
    display: none;
  }
}
.icon.active .burger, .icon.show .burger {
  background: rgba(0, 0, 0, 0);
}
.icon.active .burger::before, .icon.show .burger::before {
  background-color: #fff;
  top: 0;
  transform: rotate(45deg);
}
.icon.active .burger::after, .icon.show .burger::after {
  top: 0;
  background-color: #fff;
  transform: rotate(135deg);
}

.burger {
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: 0.2s;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
}
.burger::before {
  top: -8px;
}
.burger::after {
  top: 8px;
}

.preloder {
  position: absolute;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
@media (min-width: 992px) {
  .preloder {
    padding-top: 150px;
  }
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/fonts-user/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
header {
  z-index: 1000;
  position: relative;
}
@media (min-width: 992px) {
  header {
    z-index: 1;
  }
}

.header-top {
  background-color: #393939;
  position: relative;
  z-index: 100;
}
.header-top__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.header-top__left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .header-top__left {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.header-top__right {
  display: none;
}
@media (min-width: 992px) {
  .header-top__right {
    display: flex;
    align-items: center;
  }
}

.header-bottom {
  padding: 10px 0;
  background-color: #000;
  position: relative;
  z-index: 1;
}
.header-bottom__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-bottom__right {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .header-bottom__right {
    display: none;
  }
}

.logo {
  height: auto;
}
@media (min-width: 576px) {
  .logo {
    height: 75px;
  }
}
.logo__header {
  margin-right: -65px;
}
.logo__header img {
  width: 100px;
}
@media (min-width: 576px) {
  .logo__header img {
    width: 175px;
  }
}
.logo__footer {
  margin-right: auto;
}
.logo__footer img {
  width: 190px;
}

.menu-wrapper {
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-image: url("/img/img-user/menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.menu-wrapper.active {
  transform: translateX(0);
  width: 100%;
}
@media (min-width: 576px) {
  .menu-wrapper {
    top: 140px;
  }
}
@media (min-width: 992px) {
  .menu-wrapper {
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    height: auto;
    max-height: auto;
    background-image: none;
    transform: translateX(0);
    top: 0;
  }
}

.menu {
  display: flex;
  overflow: auto;
  flex-direction: column;
  padding-left: 60px;
  height: calc(100% - 74px);
  max-height: calc(100vh - 185px);
  padding-top: 55px;
  width: calc(100% - 60px);
}
.menu::-webkit-scrollbar {
  display: none;
}
@media (min-width: 992px) {
  .menu {
    flex-direction: row;
    height: auto;
    width: auto;
    padding-left: 0;
    padding-top: 0;
  }
}
.menu__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu__item:not(:first-child) {
  padding: 0;
}
@media (min-width: 992px) {
  .menu__item:not(:first-child) {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .menu__item:not(:first-child) {
    margin-left: 50px;
  }
}

.menu-link {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 16px;
  line-height: 250%;
  font-weight: 500;
}
@media (min-width: 992px) {
  .menu-link {
    font-size: 14px;
    line-height: 16px;
  }
}
.menu-link:hover {
  color: #EE7326;
}
.menu-link.active {
  font-weight: 500;
  color: #EE7326;
}
@media (min-width: 992px) {
  .menu-link.active {
    color: #fff;
  }
}
.menu-link.active:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .menu-link--catalog {
    background-color: #393939;
    padding: 10px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
}
.menu-link--catalog img {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .menu-link--catalog:hover {
    text-decoration: none;
    background-color: #181818;
  }
}
.menu-link--catalog img {
  display: none;
  width: 18px;
  height: 18px;
}
@media (min-width: 992px) {
  .menu-link--catalog img {
    display: block;
  }
}

footer {
  background-color: #000;
}

.footer-body {
  display: grid;
  grid-template-rows: auto;
  color: #fff;
  padding: 30px 0;
  gap: 20px;
}
@media (max-width: 576px) {
  .footer-body {
    grid-template-areas: "logo" "contact";
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .footer-body {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "logo footer-list-first" "contact footer-list-second";
  }
}
@media (min-width: 992px) {
  .footer-body {
    gap: 0;
    padding: 50px 0;
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-item {
    align-items: center;
  }
}
@media (max-width: 992px) {
  .footer-item:first-child {
    grid-area: logo;
  }
}
@media (max-width: 576px) {
  .footer-item:nth-child(2) {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .footer-item:nth-child(2) {
    grid-area: footer-list-first;
  }
}
@media (max-width: 576px) {
  .footer-item:nth-child(3) {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .footer-item:nth-child(3) {
    grid-area: footer-list-second;
  }
}
@media (max-width: 992px) {
  .footer-item:last-child {
    grid-area: contact;
  }
}
.footer-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 992px) {
  .footer-item__wrapper {
    margin-left: auto;
  }
}

.footer-list__item {
  margin-bottom: 5px;
}

.company-info {
  display: none;
  margin-top: 20px;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .company-info {
    display: block;
  }
}

.cart-modal {
  position: fixed;
  display: none;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 110px;
  left: 0;
  background-color: #fff;
  padding: 30px 20px !important;
  z-index: 150;
  max-height: calc(100vh - 110px);
}
@media (min-width: 576px) {
  .cart-modal {
    top: 145px;
    max-height: calc(100vh - 145px);
  }
}
@media (min-width: 992px) {
  .cart-modal {
    left: auto;
    max-height: 100%;
    top: 0;
    width: auto;
  }
}
.cart-modal__header {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.cart-modal__header .title {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.cart-modal__body {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  overflow-y: auto;
  margin-bottom: auto;
  height: calc(100% - 200px);
}
@media (max-width: 768px) {
  .cart-modal__body {
    height: calc(100% - 240px);
  }
}
.cart-modal__body::-webkit-scrollbar {
  display: none;
}
.cart-modal__body .product-small {
  padding-top: 20px;
}
.cart-modal__body .product-small:not(:first-child) {
  border-top: 1px solid #d6d6d6;
  margin-top: 20px;
}
.cart-modal__body .product-small:last-child {
  padding-bottom: 20px;
}
.cart-modal__body.dis {
  display: flex;
  flex-direction: column;
}
.cart-modal__footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: auto;
}
.cart-modal .from-order {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cart-modal .from-order {
    width: auto;
  }
}
.cart-modal .dis {
  border-bottom: none;
  pointer-events: none;
  opacity: 0.7;
}

.couter-product {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  gap: 0 5px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #666666;
}
@media (min-width: 768px) {
  .couter-product {
    font-size: 14px;
    line-height: 16px;
  }
}

.modal-custom {
  position: fixed;
  height: 100vh;
  width: 100%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  z-index: 1050;
  overflow: auto;
  display: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.modal-custom.show {
  display: block;
}
.modal-custom__content {
  max-width: 500px;
  width: calc(100% - 30px);
  background-color: #fff;
  margin: 40px auto 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (min-width: 768px) {
  .modal-custom__content {
    width: 100%;
  }
}
.modal-custom__content--scale {
  max-width: 100%;
  margin: 30px 20px 0;
  padding: 20px;
}
.modal-custom__header {
  padding: 20px 25px;
  padding-bottom: 0;
  position: relative;
}
.modal-custom__header--img {
  padding: 0;
}
.modal-custom__body {
  display: flex;
  flex-direction: column;
  padding: 20px 25px 25px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .modal-custom__body {
    padding: 0 15px;
  }
}
.modal-custom__body--img {
  max-height: 470px;
  overflow: auto;
}
.modal-custom__body--img img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 460px;
  -o-object-position: center;
     object-position: center;
}
.modal-custom__body--img img.scale {
  max-height: 100%;
}
.modal-custom__wrapper {
  display: flex;
  flex-direction: column;
}
.modal-custom__title {
  font-size: 30px;
  line-height: 35px;
  color: #000;
  position: relative;
}
.modal-custom__title span {
  display: block;
  background-color: #fff;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
  padding: 0 5px;
}
.modal-custom__title::before {
  content: "";
  width: 100%;
  height: 17px;
  background-image: url("/img/img-user/slash.svg");
  display: flex;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.modal-custom__subtext {
  color: #fff;
}
@media (max-width: 768px) {
  .modal-custom__subtext {
    font-size: 14px;
  }
}
.modal-custom__form-order {
  width: 100%;
}

.modal-backdrop {
  opacity: 0;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
@media (min-width: 576px) {
  .modal-backdrop {
    z-index: 100;
  }
}
.modal-backdrop.show {
  opacity: 0.7;
}

.cart {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.cart__number {
  display: block;
  font-size: 11px;
  line-height: 13px;
  background-color: #EE7326;
  width: auto;
  border-radius: 8px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: -8px;
  padding: 0 4px;
}

.s-banner {
  background-color: #11110e;
}
.s-banner__wrapper {
  height: 430px;
}
@media (max-width: 992px) {
  .s-banner .slick-dots {
    display: none !important;
  }
}

.bg-img {
  background-image: url("/img/img-user/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-img--pos-right {
  background-position: right;
}

@media (max-width: 767px) {
  .banner-body {
    display: flex !important;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .banner-body {
    display: grid !important;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    align-items: center;
    height: 430px;
  }
}
.banner-body--content {
  display: grid !important;
  height: 250px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}
.banner-body--content .banner-body__left {
  text-align: left;
}
.banner-body--content .banner-body__right {
  grid-row: 1/2;
  grid-column: 2/3;
}
.banner-body--content .banner-body__right img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.banner-body__one-name {
  font-size: 50px;
  line-height: 100%;
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  grid-column: 1/3;
  display: none;
}
.banner-body__one-name.show {
  display: flex;
}
.banner-body__right {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  margin: 10px auto;
}
@media (max-width: 767px) {
  .banner-body__right {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .banner-body__right {
    width: 60%;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.banner-body__right img {
  width: 100%;
  max-height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-body__right--catalog {
  height: calc(230px - 20px);
}
.banner-body__left {
  width: 100%;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (max-width: 767px) {
  .banner-body__left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    grid-row: unset;
  }
}
@media (min-width: 768px) {
  .banner-body__left {
    grid-column: 1/2;
    grid-row: 1/2;
    text-align: left;
    justify-content: flex-start;
  }
}

.title__banner {
  letter-spacing: 0.04;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}
@media (min-width: 768px) {
  .title__banner {
    font-size: 40px;
    line-height: 47px;
  }
}
.title__presentation {
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .title__presentation {
    font-size: 30px;
    line-height: 35px;
  }
}
.title__partners {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .title__partners {
    margin-bottom: 0;
  }
}
.title__partners span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: 23px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .title__partners span {
    background-color: transparent;
    font-size: 30px;
    line-height: 35px;
    padding-right: 40px;
  }
}
.title__partners::before {
  content: "";
  position: absolute;
  background-image: url("/img/img-user/slash.svg");
  height: 23px;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .title__partners::before {
    background-image: none;
    right: 2px;
    left: auto;
    height: 100%;
    width: 2px;
    background-color: #000;
  }
}
.title__partners::after {
  content: "";
}
@media (min-width: 768px) {
  .title__partners::after {
    width: 2px;
    background-color: #EE7326;
    position: absolute;
    box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.25);
    right: 0;
    height: 100%;
  }
}

.subtitle__banner {
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  max-height: 60px;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .subtitle__banner {
    max-height: 100%;
    font-size: 16px;
    line-height: 150%;
  }
}
.subtitle__presentation {
  color: #fff;
  margin: 10px 0;
  font-size: 13px;
  line-height: 150%;
}
@media (min-width: 768px) {
  .subtitle__presentation {
    font-size: 16px;
  }
}

.blog-item {
  display: flex;
  flex-direction: column;
}
.blog-item__img {
  display: flex;
  flex-wrap: wrap;
  max-height: 285px;
  height: 100%;
  overflow: hidden;
}
.blog-item__img img {
  transform: scale(1);
  transition: transform 1s;
}
.blog-item__img img:hover {
  transform: scale(1.1);
}
.blog-item__name {
  display: flex;
  font-weight: 500;
  margin: 10px 0 7px;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 768px) {
  .blog-item__name {
    font-size: 18px;
    line-height: 130%;
  }
}
.blog-item__text {
  font-size: 14px;
  line-height: 150%;
}
.blog-item__tags {
  margin-top: 5px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tag-card {
  font-size: 16px;
  line-height: 150%;
  opacity: 0.4;
  color: #000;
  margin-right: 12px;
  text-decoration: none;
}
.tag-card:hover {
  text-decoration: underline;
  opacity: 1;
}
.tag-card:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 576px) {
  .content {
    margin: 20px 0;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 500;
  margin: 0;
}
.content h1 {
  font-size: 40px;
  line-height: 47px;
}
@media (max-width: 767px) {
  .content h1 {
    font-size: 20px;
  }
}
.content p {
  font-size: 14px;
  line-height: 150%;
  margin: 20px 0 30px;
}
.content img {
  width: 100%;
  height: 100%;
  max-height: 350px;
}
.content__wrapper {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.content-container {
  max-width: 935px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 576px) {
  .content-container {
    width: 100%;
  }
}

.advantages {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .advantages {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}
.advantages__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #BABABA;
  padding: 15px 20px 10px;
}
.advantages__item:not(:first-child) {
  border-top: none;
}
@media (min-width: 768px) {
  .advantages__item:not(:first-child) {
    border-left: none;
    border-top: 1px solid #BABABA;
  }
}

.advantages-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.advantages-cart__img {
  width: 40px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .advantages-cart__img {
    width: auto;
  }
}
.advantages-cart__title {
  font-weight: 900;
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 992px) {
  .advantages-cart__title {
    font-size: 20px;
    line-height: 23px;
  }
}
.advantages-cart__subtitle {
  font-size: 13px;
  line-height: 150%;
  font-weight: 300;
}
@media (min-width: 992px) {
  .advantages-cart__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
}

.presentation {
  position: relative;
  z-index: 0;
}
.presentation::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #2E2E2E;
  position: absolute;
  top: 26%;
  display: block;
}
.presentation::after {
  content: "";
  width: 100%;
  height: 72%;
  background-color: #2E2E2E;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-presentation {
  display: grid;
  grid-template-rows: repeat(2, auto);
  align-items: flex-end;
  position: relative;
  z-index: 5;
  position: relative;
}
.product-presentation::before {
  content: "";
  -webkit-mask: url("/img/img-user/logo.svg");
          mask: url("/img/img-user/logo.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #82807f;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 150px;
  height: 60px;
}
@media (max-width: 991px) {
  .product-presentation::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-presentation {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, auto);
  }
}
.product-presentation__img {
  width: auto;
  height: 210px;
}
@media (min-width: 992px) {
  .product-presentation__img {
    max-width: 480px;
    width: 100%;
    height: auto;
  }
}
.product-presentation__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 210px;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .product-presentation__body {
    height: 72%;
    text-align: left;
    align-items: flex-start;
    margin-left: 170px;
  }
}

@media (min-width: 1200px) {
  .form-application {
    display: grid;
    gap: 10px 0;
  }
}
.form-application--mb-20 {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .form-application__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  .form-application__wrapper {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
  }
}
.form-application__wrapper--gap60 {
  gap: 0 60px;
}
.form-application__column {
  margin-right: 100px;
}
@media (max-width: 1200px) {
  .form-application__column {
    margin-right: 0;
  }
}
.form-application__column--m-none {
  margin: 0;
}
@media (max-width: 1200px) {
  .form-application__column .form-group {
    margin-bottom: 20px !important;
  }
}

.order-page {
  display: grid;
  gap: 20px 0;
  grid-template-columns: repeat(2, 1fr);
}
.order-page__left {
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .order-page__left {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .order-page__left {
    padding: 0 20px 0 0;
    grid-column: 1/3;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .order-page__left {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .order-page__right {
    display: none;
  }
}

.from-order-page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  max-width: 440px;
}

.form-info {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  display: block;
}
.form-info--mt-20 {
  margin-top: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 576px) {
  .form-group:not(:last-child) {
    margin-bottom: 20px;
  }
}
.form-group--row {
  flex-direction: row;
}
.form-group--wc-50 {
  width: calc(50% - 100px);
}
@media (max-width: 1200px) {
  .form-group--wc-50 {
    width: 100%;
  }
}
.form-group--mr-100 {
  margin-right: 100px;
}
@media (max-width: 992px) {
  .form-group--mr-100 {
    margin-right: 0;
  }
}
.form-group__title {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 5px;
  font-weight: 600;
}
.form-group__input {
  padding: 7px 10px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  border-radius: 3px;
  border: 1px solid #999999;
  box-sizing: border-box;
}
.form-group__input::-moz-placeholder {
  color: #808080;
  font-size: 14px;
  line-height: 150%;
}
.form-group__input:-ms-input-placeholder {
  color: #808080;
  font-size: 14px;
  line-height: 150%;
}
.form-group__input::placeholder {
  color: #808080;
  font-size: 14px;
  line-height: 150%;
}
.form-group__input--error {
  border: 1px solid #EE7326;
  background-color: #FFFAF8;
}
.form-group__editor {
  height: 90px;
  resize: none;
  padding: 10px;
}
.form-group__editor::-moz-placeholder {
  font-family: "Roboto", sans-serif;
}
.form-group__editor:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
}
.form-group__editor::placeholder {
  font-family: "Roboto", sans-serif;
}
.form-group__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-group--buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
  margin-bottom: 0;
  flex-direction: inherit;
  align-items: flex-start;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .form-group--buttons {
    grid-template-columns: 1fr;
    gap: 15px 0;
    grid-template-rows: repeat(2, 45px);
  }
}
.form-group--buttons button,
.form-group--buttons a {
  font-weight: 400 !important;
  letter-spacing: 0.04em;
}

.form-tab {
  display: none;
}
.form-tab.active-block {
  display: block;
}
.form-tab-links {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 30px 0;
}
.form-tab-link {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: 0.28125px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.form-tab-link::after {
  content: "";
  background-color: #D6D6D6;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
}
.form-tab-link.active-tab {
  font-weight: bold;
}
.form-tab-link.active-tab::after {
  height: 2px;
  background-color: #EE7326;
}
.form-tab-link.active-tab-two {
  font-weight: bold;
}
.form-tab-link.active-tab-two::after {
  height: 2px;
  background-color: #EE7326;
}
.form-tab-link-other {
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
  letter-spacing: 0.28125px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}
.form-tab-link-other::after {
  content: "";
  background-color: #D6D6D6;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -10px;
}
.form-tab-link-other.active-tab-two {
  font-weight: bold;
  transition: font-weight 0.3s;
}
.form-tab-link-other.active-tab-two::after {
  height: 2px;
  background-color: #EE7326;
  transition: background-color 0.5s;
}
.form-tab-groups {
  display: none;
}
.form-tab-groups .tab-one {
  display: none;
}
.form-tab-groups .tab-two {
  display: none;
}
.form-tab-groups .tab-three {
  display: none;
}
.form-tab-groups .tab-four {
  display: none;
}
.form-tab-groups.visible {
  display: block;
}

.check-text {
  padding: 12px 20px;
  border: 1px solid #999999;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .check-text {
    padding: 10px;
  }
}

.check-group--nowrap {
  white-space: nowrap;
  flex-wrap: nowrap !important;
}
.check-group--nowrap .check-text {
  flex-wrap: nowrap;
}
.check-group__flex {
  display: flex;
  flex-wrap: wrap;
}
.check-group__flex .check-group__item {
  margin-bottom: 10px;
}
.check-group__flex .check-group__item:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .check-group__flex .check-group__item:not(:last-child) {
    margin-right: 8px;
  }
}
.check-group__grid {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.check-group__grid--three {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
}
.check-group__grid--seven {
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.check-group__item {
  cursor: pointer;
}

.check-control {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.check-control:checked + .check-text {
  border: 1px solid #EE7326;
}
.check-control:checked + .check-text--orange {
  color: #EE7326;
}

.required {
  position: relative;
}
.required__input::before {
  content: "*";
  right: -7px;
  bottom: -7px;
  width: auto;
  height: 6px;
  display: block;
  color: #FF0000;
  position: absolute;
}
.required__label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.required__label::before {
  content: "*";
  top: -5px;
  right: -8px;
  width: auto;
  height: 6px;
  display: block;
  color: #FF0000;
  position: absolute;
}

@media (max-width: 575px) {
  .checkbox-group-radio {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
@media (max-width: 575px) {
  .checkbox-group-radio .checkbox-group__item {
    margin-top: 10px;
    width: 100%;
  }
}

.checkbox-group {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.checkbox-group__icon {
  padding: 15px 35px;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 575px) {
  .checkbox-group__icon {
    padding: 10px 25px;
  }
}
.checkbox-group__item {
  display: flex;
  width: calc((100% - 30px) / 2);
}
.checkbox-group__item span {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.checkbox-group__item span::before {
  content: "";
  width: 12px;
  height: 12px;
  left: 0;
  border-radius: 50%;
  display: block;
  position: absolute;
  border: 1px solid #999999;
  top: 9px;
  transform: translateY(-50%);
}
.checkbox-group__item span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: #EE7326;
  transform: scale(0);
  top: 5px;
  left: 3px;
  transition: transform 0.4s;
  position: absolute;
}
.checkbox-group__check {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
.checkbox-group__check:checked + .checkbox-group__icon {
  border: 1px solid #EE7326;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.checkbox-group__check:checked + span::after {
  transform: scale(1);
}

.posts-tab.check-post {
  border: 1px solid #EE7326;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.cart-static {
  border: 1px solid #999999;
  border-radius: 3px;
  position: sticky;
  top: 25%;
}
.cart-static__header {
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 30px;
  font-weight: bold;
  background-color: #EE7326;
  margin: -1px;
  line-height: 35px;
  color: #fff;
}
.cart-static__body {
  padding: 25px 20px;
}
.cart-static__body * + .product-small {
  padding-top: 15px;
  border-top: 1px solid #d6d6d6;
  margin-top: 15px;
}
.cart-static__footer {
  background: #F7F7F7;
  padding: 15px 20px;
}
.cart-static__footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 100%;
}
.cart-static__footer-block:last-child {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.cart-static__footer-block:nth-child(3) .footer-data {
  color: #4FCC81;
}

.nova-warehouse,
.nova-sity {
  position: relative;
}

.warehouse-list,
.city-list {
  display: none;
  position: absolute;
  top: calc(100% - 5px);
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  border: 1px solid #999999;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.warehouse-list.open,
.city-list.open {
  display: block;
  max-height: 250px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.warehouse-list__item,
.city-list__item {
  font-size: 14px;
  line-height: 150%;
  padding: 5px 10px;
}
.warehouse-list__item:hover,
.city-list__item:hover {
  background-color: #EE7326;
  cursor: pointer;
  color: #fff;
}

@media (min-width: 576px) {
  .service {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 0 20px;
  }
}
@media (min-width: 992px) {
  .service {
    grid-template-columns: auto 330px;
  }
}
.service__left {
  grid-column: 1/2;
  grid-row: 1/2;
}
.service__right {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media (max-width: 991px) {
  .service__right {
    display: none;
  }
}
.service h1,
.service h2,
.service h3,
.service h4,
.service h5,
.service h6 {
  margin: 0;
}
.service ul {
  list-style: disc;
  padding-left: 20px;
}
.service ul + * {
  margin-top: 20px;
}
.service p {
  margin: 0;
}
.service p + * {
  margin-top: 20px;
}
.service a {
  color: #EE7326;
  text-decoration: underline;
}
.service a:hover {
  text-decoration: none;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .service-item {
    flex-direction: column-reverse;
  }
}
.service-item--reverce {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .service-item--reverce {
    flex-direction: column-reverse;
  }
}
.service-item__text {
  width: calc((100% - 20px) / 2);
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 768px) {
  .service-item__text {
    width: 100%;
  }
}
.service-item__text-title {
  font-weight: bold;
  margin-bottom: 2px;
}
.service-item__img {
  width: calc((100% - 20px) / 2);
  min-height: 270px;
}
@media (max-width: 768px) {
  .service-item__img {
    min-height: auto;
    width: auto;
    max-height: 300px;
    margin: 10px auto;
  }
}
.service-item__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.schedule {
  max-height: 500px;
  height: 100%;
}

.service-side-item {
  max-width: 330px;
}
.service-side-item__img {
  margin-bottom: 10px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-side-item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.service-side-item h1 + *,
.service-side-item h2 + *,
.service-side-item h3 + *,
.service-side-item h4 + *,
.service-side-item h5 + *,
.service-side-item h6 + * {
  margin-top: 5px;
}
.service-side-item:not(:last-child) {
  margin-bottom: 30px;
}
.service-side-item__link {
  color: #000 !important;
  font-size: 16px;
  line-height: 110%;
  font-weight: 500;
  text-decoration: none !important;
}
.service-side-item__link:hover {
  text-decoration: underline !important;
}
.service-side-item__link--underline {
  text-decoration: underline !important;
}
.service-side-item p {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 150%;
}

.service-content__row {
  display: flex;
  flex-wrap: wrap;
}
.service-content__row--text {
  margin-top: 20px;
}
.service-content__row + * {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .service-content__row + * {
    margin-top: 20px;
  }
}

.title-sideblock {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact {
  display: grid;
  grid-template-columns: repeat(2, 45% 55%);
}
@media (max-width: 992px) {
  .contact {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
  }
}
.contact__left {
  border-right: 1px solid #00000066;
  padding-top: 10px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .contact__left {
    padding: 0;
    border-right: none;
  }
}
.contact__right {
  padding-left: 50px;
}
@media (max-width: 992px) {
  .contact__right {
    padding: 0;
  }
}

.contact-item {
  margin-bottom: 40px;
}

.contact-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-subtitle {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.manager-card {
  display: flex;
  flex-direction: column;
}
.manager-card__name {
  font-size: 18px;
  line-height: 150%;
}
.manager-card__position {
  font-size: 12px;
  line-height: 150%;
  color: #888888;
  margin-bottom: 5px;
}
.manager-card__phone {
  display: flex;
  flex-direction: column;
}

.contact-row {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 20px;
}
@media (max-width: 575px) {
  .contact-row {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: auto;
  }
}

.work-time__line {
  display: grid;
  grid-template-columns: repeat(2, 2fr 5fr);
}
.work-time__day {
  color: #888888;
  text-transform: uppercase;
}
.work-time__clock {
  margin-left: 10px;
}

.catalog-page {
  padding-top: 15px;
}

.catalog-top {
  display: none;
}
@media (min-width: 992px) {
  .catalog-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.catalog-top__left {
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 30px;
  border-right: 1px solid #d6d6d6;
  padding: 5px 0;
}
.catalog-top__right {
  width: calc(100% - 260px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.catalog-bottom {
  display: flex;
  border-top: 1px solid #d6d6d6;
  margin-top: 10px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .catalog-bottom {
    border-top: none;
  }
}
.catalog-bottom__left {
  max-width: 250px;
  border-right: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .catalog-bottom__left {
    border: none;
    transform: translateX(-101%);
    transition: transform 0.4s;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 145px;
    bottom: 0;
    z-index: 1050;
    background-color: #fff;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .catalog-bottom__left {
    max-width: 100%;
    top: 110px;
    right: 0;
  }
}
.catalog-bottom__left.show {
  transform: translateX(0%);
}
.catalog-bottom__right {
  padding-left: 20px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .catalog-bottom__right {
    padding-left: 0;
  }
}

.catalog-body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 25px;
}
@media (max-width: 1200px) {
  .catalog-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog-body {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .catalog-body {
    grid-template-columns: 1fr;
  }
}
.catalog-body .product-item {
  margin: 0 auto;
}

.catalog-page-mobile__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .catalog-page-mobile__buttons {
    display: none;
  }
}

.empty-catalog {
  width: 55%;
  height: 100%;
  margin: 170px auto 0;
  text-align: center;
  grid-column: 1/-1;
  position: relative;
}
@media (max-width: 767px) {
  .empty-catalog {
    width: 100%;
    margin: 70px auto 0;
  }
}
.empty-catalog__title {
  font-size: 50px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  position: relative;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .empty-catalog__title {
    font-size: 20px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -70px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.empty-catalog-modal {
  width: 100%;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
}
.empty-catalog-modal__icon {
  width: 100%;
  height: 100%;
}
.empty-catalog-modal__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.filter-header-mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 15px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 992px) {
  .filter-header-mobile {
    display: none;
  }
}
.filter-header-mobile__name {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.filter-header-mobile__btn {
  background-color: transparent;
  border: none;
  padding: 0;
}

.catalog-mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
  display: none !important;
  flex-direction: column;
  transition: transform 0.4s;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .catalog-mobile {
    width: 50%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .catalog-mobile {
    display: none;
  }
}
.catalog-mobile.show {
  display: flex !important;
}

.catalog-mobile-list {
  padding: 0 15px;
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.catalog-mobile-list__item {
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog-mobile-list__item.active {
  background-color: #000;
  margin: 0 -8px;
  padding: 10px 8px;
  color: #fff;
}
.catalog-mobile-list__item.active .catalog-counter {
  color: inherit;
}
.catalog-mobile-list__item > label {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.catalog-mobile-list__item > label > input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.catalog-counter {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}

.catalog-mobile-link {
  color: inherit;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.title-section {
  position: relative;
  display: grid;
  gap: 0 10px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .title-section {
    grid-template-columns: 25px auto 5fr;
    margin-bottom: 20px;
    align-items: center;
  }
}
.title-section span {
  margin: auto;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .title-section span {
    grid-column: 2/-2;
    background-color: transparent;
    padding: 0;
    font-size: 30px;
    line-height: 35px;
  }
}
.title-section::before {
  content: "";
  background-image: url("/img/img-user/slash.svg");
  height: 23px;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .title-section::before {
    background-image: url("/img/img-user/slash-s.svg");
    background-size: contain;
    height: 17px;
    display: flex;
  }
}
@media (min-width: 768px) {
  .title-section::after {
    content: "";
    background-image: url("/img/img-user/slash.svg");
    display: flex;
    height: 17px;
  }
}

.product-section__wrapper {
  display: grid;
  margin-bottom: 25px;
}
.product-section__wrapper--three {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 0;
}
@media (min-width: 576px) {
  .product-section__wrapper--three {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
@media (min-width: 992px) {
  .product-section__wrapper--three {
    gap: 20px 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-section__wrapper--four {
  gap: 20px 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 576px) {
  .product-section__wrapper--four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .product-section__wrapper--four {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .product-section__wrapper--four {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-section__wrapper--five {
  display: flex;
  overflow: auto;
}
.product-section__wrapper--five::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .product-section__wrapper--five {
    flex-wrap: wrap;
    gap: 0 15px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.product-section__wrapper--five .product-item {
  min-width: 240px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .product-section__wrapper--five .product-item {
    margin-right: 0;
  }
}
.product-section__table {
  width: 100%;
  overflow: auto;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}
.product-section__table::-webkit-scrollbar {
  display: none;
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-item__img {
  max-width: 325px;
  height: 240px;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.category-item__img img {
  transform: scale(1);
  transition: transform 1s;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  width: 80%;
  height: 80%;
}
.category-item__img:hover img {
  transform: scale(1.1);
}
.category-item__name {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.04em;
  color: #000;
}
.category-item__name:hover {
  font-weight: bold;
}

.product-item {
  display: flex;
  flex-direction: column;
  max-width: 280px;
}
@media (min-width: 768px) {
  .product-item {
    max-width: auto;
    margin-right: 0;
  }
}
.product-item--static-width {
  min-width: 250px;
}
.product-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.product-item__name {
  color: #000;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-top: 10px;
}
.product-item__category-name {
  color: #666666;
  margin-top: 10px;
}
.product-item__price {
  font-weight: bold;
}
.product-item__img {
  display: flex;
  align-items: center;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .product-item__img {
    height: 290px;
  }
}
.product-item__img:hover img {
  transform: scale(1.2);
}
.product-item__img img {
  transform: scale(1);
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s;
}

.in-stock {
  color: #4FCC81;
  margin: 10px 0;
}

.in-stock-ml {
  margin: 0 0 0 15px !important;
}

.on-order {
  color: #EE7326;
  margin: 10px 0;
}

.product-small {
  display: grid;
  grid-template-columns: 80px minmax(auto, 100%) auto;
  grid-template-rows: auto;
  gap: 0 15px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 768px) {
  .product-small {
    grid-template-columns: 80px minmax(auto, 100%) auto;
  }
}
.product-small--center {
  align-items: center;
}
.product-small--center .product-small__body {
  grid-row: 1/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-small--center .product-small__body div:nth-child(2) {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}
.product-small--center .product-small__footer {
  grid-row: 1/3;
}
.product-small__header {
  max-width: 80px;
  width: 100%;
  height: 80px;
  grid-row: 1/3;
  grid-column: 1/2;
}
@media (max-width: 768px) {
  .product-small__header {
    height: auto;
  }
}
.product-small__header img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.product-small__header--succes {
  grid-row: 1;
  grid-column: 1;
}
.product-small__body {
  grid-column: 2/-2;
  grid-row: 1/-1;
}
.product-small__name {
  font-size: 18px;
  line-height: 21px;
}
.product-small__title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  margin-bottom: 8px;
}
.product-small__text {
  display: flex;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #666666;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-small__text {
    flex-direction: column;
    margin-bottom: 8px;
  }
}
.product-small__text-about {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .product-small__text-about {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.product-small__bottom {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #666666;
}
.product-small__suboptions {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #666666;
  font-weight: 300;
}
@media (max-width: 768px) {
  .product-small__suboptions {
    display: none;
  }
}
.product-small__price {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  display: flex;
}
.product-small__price-num {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #666666;
}
.product-small__price--succes {
  margin-left: 10px;
}
.product-small__item_counter {
  margin-left: 0 !important;
  margin-top: 15px;
}
.product-small__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  grid-row: 1/-1;
  grid-column: 3/4;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .product-small__footer {
    flex-direction: row-reverse;
    grid-row: 2/3;
    grid-column: 2/3;
    margin-top: 10px;
  }
}
.product-small__footer--succes {
  flex-direction: unset;
  align-items: center;
}
@media (max-width: 768px) {
  .product-small__footer--succes {
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
}

.product-parameter {
  width: 100%;
  display: block;
  margin-left: 30px;
  position: relative;
}
.product-parameter__count {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #999999;
  position: absolute;
  left: -30px;
}
.product-parameter__count::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #EE7326;
  position: absolute;
  transition: transform 0.4s;
  transform: scale(0);
  background-image: url("/img/img-user/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-parameter__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -30px;
  clip: rect(0 0 0 0);
}
.product-parameter__checkbox:checked + .product-parameter__count {
  border-color: #EE7326;
}
.product-parameter__checkbox:checked + .product-parameter__count::before {
  transform: scale(1);
}

#vertical {
  height: 100%;
}
#vertical li {
  height: 100%;
  position: relative;
}
#vertical li a {
  height: 100%;
}
#vertical li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-page {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .product-page {
    padding-top: 10px;
  }
}
.product-page__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .product-page__wrapper {
    flex-direction: row;
    gap: 0 20px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto 50%;
  }
}
.product-page__left {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-page__footer {
  width: 100%;
  margin-top: 50px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .product-page__footer {
    gap: 0 10px;
    display: grid;
    grid-template-columns: calc(100% - 450px) minmax(auto, 440px);
  }
}
@media (max-width: 991px) {
  .product-page__footer {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .product-page__footer .tabs {
    display: none;
  }
}
.product-page .tel {
  text-decoration: underline;
}
.product-page .tel:hover {
  text-decoration: none;
}

.product-info__top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 991px) {
  .product-info__top {
    display: none;
  }
}
.product-info__top--mobile {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-info__top--mobile {
    display: none;
  }
}
.product-info__name {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  margin: 0;
}
.product-info__article {
  margin-top: 5px;
  color: #666666;
}
.product-info__status {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.product-info__group {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.product-info__group .product-info-title {
  margin-top: 8px;
}
.product-info__price {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-info__bottons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 240px));
  gap: 10px 20px;
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .product-info__bottons {
    grid-template-columns: repeat(auto-fit, minmax(140px, 210px));
  }
}
@media (max-width: 576px) {
  .product-info__bottons {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.product-info__description {
  margin-top: 30px;
}
.product-info p {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.product-info p.show {
  display: block !important;
}

.description-list__item {
  padding: 20px 0;
  border-top: 1px solid #999999;
}
@media (min-width: 992px) {
  .description-list__item:first-child {
    border-bottom: 1px solid #999999;
  }
}
.description-list__item:last-child {
  border-bottom: 1px solid #999999;
}
.description-list__item.active .description-title::before {
  transform: rotate(0deg);
}
.description-list__item--mobile {
  display: block;
}
@media (min-width: 992px) {
  .description-list__item--mobile {
    display: none;
  }
}

.description-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  position: relative;
}
.description-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 10px;
}
.description-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 10px;
  transition: transform 0.4s;
  transform: rotate(90deg);
}

.description-body {
  height: 0;
  opacity: 0;
  transition: height 0.4s, opacity 0.5s, margin 0.4s;
  margin-top: 0;
}
.description-body.active {
  height: 100%;
  opacity: 1;
  margin-top: 10px;
}
.description-body p {
  margin: 0;
}
.description-body ul {
  margin-bottom: 10px;
}

.product-info-title {
  font-size: 14px;
  line-height: 100%;
}

.group-sizes {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 15px;
  margin-bottom: -10px;
}
.group-sizes::-webkit-scrollbar {
  display: none;
}
.group-sizes__item {
  position: relative;
  white-space: nowrap;
}
.group-sizes__item:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sizes-check {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.sizes-check:checked + .sizes-value {
  border: 1px solid #EE7326;
}

.sizes-value {
  font-size: 16px;
  line-height: 1;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  padding: 7px 15px;
  display: block;
}

.count {
  margin: 0 5px;
  height: 21px;
  border: none;
  min-width: 10px;
  width: 100%;
  max-width: 25px;
  text-align: center;
  font-size: 14px;
  pointer-events: none;
}

.item_counter {
  display: flex;
  margin-left: 15px;
}
.item_counter__title {
  margin-right: 10px;
}

.product-price {
  display: flex;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-left: 40px;
}
.product-price--fz16 {
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 576px) {
  .product-price--mobile {
    font-size: 20px;
  }
}

.products-tag__block {
  margin-left: 30px;
  margin-top: 30px;
  max-width: 440px;
  width: auto;
  padding-left: 10px;
  border-left: 1px solid #D6D6D6;
}
@media (max-width: 992px) {
  .products-tag__block {
    border-left: none;
    max-width: 100%;
    margin-left: 0;
    margin-top: 15px;
    border-bottom: 1px solid #D6D6D6;
  }
}
.products-tag__block:last-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .products-tag__block:last-child {
    border-bottom: none;
  }
}
.products-tag__block-inner {
  display: grid;
  grid-template-columns: 60px auto;
  grid-template-rows: auto;
  gap: 5px 20px;
  align-items: center;
  padding: 35px 20px;
}
@media (max-width: 992px) {
  .products-tag__block-inner {
    padding: 20px 0;
  }
}
.products-tag__block-inner--border {
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 992px) {
  .products-tag__block-inner--border {
    border-bottom: none;
  }
}
.products-tag__block-img {
  width: 60px;
  grid-row: 1/3;
  grid-column: 1/2;
}
.products-tag__block-img--guarantee {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.products-tag__block-title {
  grid-column: 2/3;
  grid-row: 1/2;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.04em;
}
@media (max-width: 992px) {
  .products-tag__block-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.products-tag__block-subtitle {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 992px) {
  .products-tag__block-subtitle {
    font-size: 14px;
  }
}

.load-more {
  display: none;
  cursor: pointer;
}
.load-more.active {
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 60px;
  position: relative;
}
.load-more.active.show {
  position: absolute;
}
.load-more.active span {
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 150%;
  color: #A9A9A9;
  mix-blend-mode: normal;
  text-decoration: underline;
}
.load-more.active span:hover {
  text-decoration: none;
}
.load-more.active::before {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background: #fff;
}

.prametre-table {
  font-size: 14px;
  line-height: 17px;
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 575px) {
  .prametre-table {
    font-size: 14px;
  }
}
.prametre-table th,
.prametre-table td {
  padding: 13px;
  border: 1px solid #dddddd;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .prametre-table th,
.prametre-table td {
    padding: 20px 15px;
  }
}
.prametre-table td {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  width: calc(100% / 10);
}
@media (max-width: 575px) {
  .prametre-table td {
    font-size: 14px;
  }
}
.prametre-table td:first-child a {
  color: #fff;
}
.prametre-table td:first-child a:hover {
  text-decoration: underline;
}
.prametre-table thead th {
  background-color: #000;
  color: #fff;
}
.prametre-table thead th:first-child {
  background-color: #F5F5F5;
  color: #000;
}
.prametre-table tr td {
  background-color: #F5F5F5;
}
.prametre-table tr td:first-child {
  background-color: #000;
  color: #fff;
}

.search-product {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: 300px;
  width: 100%;
}
.search-product input {
  grid-column: 1/3;
  grid-row: 1/2;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  width: 300px;
  color: #fff;
}
.search-product button {
  grid-column: 2/3;
  grid-row: 1/2;
}
.search-product button img {
  width: 15px;
  height: 15px;
}

.search-wrapper {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .search-wrapper {
    position: relative;
    margin-right: 25px;
  }
}
@media (min-width: 1200px) {
  .search-wrapper {
    margin-right: 50px;
  }
}
.search-wrapper__form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform: translateY(-200px);
  transition: transform 0.4s;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  padding: 0 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .search-wrapper__form {
    display: none;
  }
}
.search-wrapper__form.active {
  transform: translateY(0);
}

.search-product-hiding {
  width: 100%;
  display: grid;
  grid-template-columns: auto -webkit-max-content -webkit-min-content;
  grid-template-columns: auto max-content min-content;
  align-items: center;
  gap: 0 10px;
}
.search-product-hiding__control {
  grid-column: 1/3;
  grid-row: 1/2;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  min-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.search-product-hiding__button {
  grid-column: 2/3;
  grid-row: 1/2;
}
.search-product-hiding__icon {
  grid-column: -2/-1;
  grid-row: 1/2;
}

.search-list {
  position: absolute;
  top: 100%;
  height: calc(100vh - 145px);
  right: 0;
  left: 0;
  width: calc(100% - 20px);
  overflow: auto;
  transform: translateX(-100%);
  transition: transform 0.4s;
  background-image: url("/img/img-user/menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  display: none;
}
@media (min-width: 992px) {
  .search-list {
    background-image: none;
    background-color: #393939;
    left: -5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: auto;
    max-height: 300px;
  }
}
.search-list.active {
  display: block;
  transform: translateX(0);
  width: 100%;
  padding: 20px 10px;
}
.search-list__item:not(:first-child) {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 15px;
}

.searched-product-item {
  display: grid;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  color: #fff;
  gap: 10px;
}
.searched-product-item__name {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 16px;
  line-height: 1;
}
.searched-product-item__category {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: 12px;
  line-height: 1;
}
.searched-product-item__price {
  grid-column: -2/-1;
  grid-row: 1/2;
  font-size: 16px;
  line-height: 1;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: inherit;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .contact-info {
    justify-content: flex-start;
  }
}
.contact-info__item {
  font-weight: 300;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 576px) {
  .contact-info__item {
    font-size: 14px;
    line-height: 16px;
  }
}
.contact-info__item:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .contact-info__item:first-child {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .contact-info__item {
    margin-left: 30px;
  }
}
.contact-info__item:hover {
  text-decoration: underline;
}

.map {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.map::before {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("/img/img-user/marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mail {
  display: flex;
  position: relative;
  padding-left: 25px;
}
.mail__header::before {
  top: 50% !important;
  transform: translateY(-50%);
}
.mail__footer {
  display: flex;
  flex-direction: column;
}
.mail__footer::before {
  top: 7px;
}
.mail::before {
  content: "";
  width: 15px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("/img/img-user/mail.svg");
}

.telegram {
  background-image: url("/img/img-user/telegram.svg");
}

.viber {
  background-image: url("/img/img-user/viber.svg");
}

.telegram,
.viber {
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: flex;
}

.phone {
  position: relative;
  padding-left: 25px;
}
.phone__header::before {
  top: 50%;
  transform: translateY(-50%);
}
.phone__footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.phone__footer::before {
  top: 4px;
}
.phone::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  background-image: url("/img/img-user/phone.svg");
}

.phone-item {
  white-space: nowrap;
  margin-bottom: 10px;
}

.phone-link {
  display: flex;
  align-items: center;
}
.phone-link span {
  margin-right: 5px;
}
.phone-link span:last-child {
  color: #888888;
}

.callcenter__link:not(:last-child) {
  margin-bottom: 10px;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 10;
}
.slick-dots li {
  background-color: rgba(255, 255, 255, 0.4);
}
.slick-dots li:not(:first-child) {
  margin-left: 5px;
}
.slick-dots li button {
  background-color: transparent;
  border: none;
  font-size: 0;
  padding: 0;
  padding-bottom: 3px;
  height: 3px;
  width: 20px;
  display: flex;
  cursor: pointer;
}
.slick-dots li.slick-active {
  background-color: #fff;
}

.partners {
  height: 110px;
}
.partners__wrapper {
  display: grid;
  align-items: center;
  grid-template-rows: repeat(2, auto);
}
@media (min-width: 768px) {
  .partners__wrapper {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, auto);
  }
}

.partners-item {
  height: 100px;
  overflow: hidden;
}
.partners-item__icon {
  height: 100px;
  display: flex !important;
  align-items: center;
}
.partners-item__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.partners-slider .slick-slider {
  margin: 0 -15px;
}
.partners-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.vertical {
  padding-left: 70px;
  padding-right: 0 !important;
}
.vertical .lSGallery {
  margin-left: 0 !important;
  margin-right: 30px !important;
  right: auto !important;
  left: 0;
}
.vertical .lSGallery li {
  height: 65px !important;
  display: flex;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.vertical .lSGallery li.active {
  border: 1px solid #000;
}
.vertical .lSAction {
  display: none !important;
}
.vertical .lSAction > a {
  left: auto !important;
  top: 50% !important;
  margin-left: 0 !important;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
}
.vertical .lSAction > .lSPrev {
  bottom: auto !important;
  left: 10px;
}
.vertical .lSAction > .lSNext {
  bottom: auto !important;
  right: 10px;
}

.slider-product-item {
  background-color: red;
}
@media (min-width: 576px) and (max-width: 992px) {
  .slider-product-item img {
    max-width: 75%;
    margin: 0 auto;
  }
}

#slider {
  touch-action: none;
  margin-bottom: 20px;
}
#slider .slider-product-item {
  height: 100%;
  width: 100%;
}

.lang {
  position: relative;
}
.lang--desctop {
  display: none;
}
@media (min-width: 768px) {
  .lang--desctop {
    display: block;
  }
}
.lang__title {
  color: #fff;
  cursor: pointer;
  border-right: 1px solid #F5F5F5;
}
.lang__body {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: -1;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s, opacity 0.3s;
}
.lang__body.active {
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
}

.lang-group__link {
  color: #fff;
}
.lang-group__link:hover {
  color: #fff;
}
.lang-group__text {
  padding: 6px 15px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  background-color: #393939;
}

.lang-mobile-wrapper {
  background-image: url("/img/img-user/menu-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  display: grid;
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  position: fixed;
  bottom: 0;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 576px) {
  .lang-mobile-wrapper {
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .lang-mobile-wrapper {
    display: none;
  }
}
.lang-mobile-wrapper__item {
  display: flex;
  justify-content: center;
}
.lang-mobile-wrapper__item + * {
  border-left: 1px solid #fff;
}

.lang-mobile-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  opacity: 0.7;
  padding-left: 40px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lang-mobile-link::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  left: 0;
  position: absolute;
}
.lang-mobile-link--uk::before {
  background-image: url("/img/img-user/ua.svg");
}
.lang-mobile-link--ru::before {
  background-image: url("/img/img-user/ru.svg");
}
.lang-mobile-link.active {
  opacity: 1;
}

.ss-main .ss-single-selected {
  padding: 13px 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 3px;
  font-size: 14px;
  line-height: 100%;
  border: 1px solid #999999;
}
.ss-main .ss-single-selected .placeholder {
  color: #000;
}
.ss-main .ss-single-selected .arrow-down {
  border: solid #999999;
}
.ss-main .ss-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ss-main .ss-content .ss-list .ss-option {
  color: #000;
  padding: 10px 13px;
}
.ss-main .ss-content .ss-list .ss-option:hover {
  background-color: #EE7326;
  color: #fff;
}
.ss-main .ss-content .ss-list .ss-option.ss-disabled {
  background-color: #000;
  color: #fff;
}

.select-wrapper--sort .ss-single-selected {
  min-width: 175px;
}

.tabs__sort {
  max-width: 200px;
  width: 100%;
  position: relative;
  z-index: 5;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
@media (max-width: 992px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__item {
  font-size: 14px;
  line-height: 16px;
  position: relative;
  padding-right: 10px;
  margin-right: 5px;
  display: flex;
}
.breadcrumbs__item:not(:last-child)::before {
  content: "/";
  display: block;
  position: absolute;
  right: 0;
  width: 1;
  height: 100%;
}
.breadcrumbs__link {
  color: #666666;
}
.breadcrumbs__text {
  color: #000;
}

.tabs__body {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .tabs__body {
    width: 100%;
  }
}
.tabs__wrapper-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.tabs__wrapper-header .tab-pane {
  display: none;
}
.tabs__wrapper-header .tab-pane p {
  margin: 0;
  margin-bottom: 15px;
}
.tabs__wrapper-header .tab-pane--m1530 {
  margin: 15px 30px;
  position: relative;
}
.tabs__wrapper-header .tab-pane--product-characteristic {
  overflow: hidden;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.24px;
  color: #000;
}
.tabs__wrapper-header .tab-pane--product-characteristic ul {
  -webkit-padding-start: 0 !important;
          padding-inline-start: 0 !important;
}
.tabs__wrapper-header .tab-pane.active {
  display: block;
}
.tabs__wrapper-header .tab-pane li {
  font-size: 16px;
  line-height: 28px;
  color: #848484;
}
.tabs__wrapper-header .tab-pane li span {
  color: #000;
  margin-left: 5px;
}
.tabs__wrapper-header .nav-link {
  position: relative;
  border: none !important;
  padding-right: 25px;
  margin-right: 25px;
  padding-left: 0;
  font-weight: 600;
  color: #999999;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .tabs__wrapper-header .nav-link {
    font-size: 14px;
    line-height: 180%;
  }
}
.tabs__wrapper-header .nav-link__product-page {
  padding: 0 30px 5px;
  margin-right: 0;
  display: block;
}
.tabs__wrapper-header .nav-link__filter {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 5px;
  font-weight: 500;
}
.tabs__wrapper-header .nav-link.active {
  color: #000;
}
.tabs__wrapper-header .nav-link.active::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #EE7326;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.tabs__wrapper-header .nav-tabs .nav-link:hover,
.tabs__wrapper-header .nav-tabs .nav-link:focus {
  border-color: transparent !important;
}
.tabs__wrapper-header .nav-tabs .nav-link.active,
.tabs__wrapper-header .nav-tabs .nav-item.show .nav-link {
  color: #000 !important;
}
.tabs__wrapper-header .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}
.tabs__wrapper-header .nav-tabs__filter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.tabs__wrapper-header .nav-tabs__filter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  bottom: 0;
}
.tabs label {
  display: flex;
  cursor: pointer;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
}
.tabs label::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #EB6012;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 10px 0 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.tabs .tab__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 180%;
  margin-bottom: 0;
  margin-top: 15px;
}
.tabs .tab__text + .tab__text {
  margin-top: 0;
}
.tabs .tab__text--characters {
  max-height: 175px;
  overflow: hidden;
}
.tabs input[type=radio] {
  display: none;
}
.tabs input[type=radio]:checked + label {
  font-weight: bold;
}
.tabs input[type=radio]:checked + label::before {
  display: flex;
}
.tabs input[type=radio]:checked + label ~ #tab3-content, .tabs input[type=radio]:checked + label + #tabtwo-content, .tabs input[type=radio]:checked + label ~ #tab1-content {
  display: block;
}

.tab-content--border {
  border-top: 1px solid #d6d6d6;
  margin-top: -1px;
}

.noUi-target {
  height: 3px;
  border: none;
  box-shadow: none;
  width: calc(100% - 10px) !important;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  right: -8px;
  top: -6px;
  border-radius: 8px;
  border: none;
  box-shadow: none;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.noUi-horizontal .noUi-handle::before {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 8px;
  background: #EE7326;
  left: 3px;
  top: 3px;
  border-radius: 5px;
}
.noUi-horizontal .noUi-handle::after {
  content: "";
  display: none;
}
.noUi-horizontal .noUi-connect {
  background: #EE7326;
}
.noUi-horizontal .noUi-connects {
  background: #DADADA;
}

.filter-group {
  padding-bottom: 30px;
  padding-top: 5px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .filter-group {
    padding-right: 0;
  }
}
.filter-group__title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.filter-group__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}
.filter-group__item:last-child {
  margin-bottom: 0;
}
.filter-group__link {
  font-size: 14px;
  line-height: 100%;
  font-weight: normal;
}
.filter-group__num {
  font-size: 12px;
  line-height: 100%;
  color: #999999;
  font-weight: normal;
}

.range-inputs {
  display: grid;
  grid-template-columns: repeat(4, auto);
  align-items: center;
  margin-top: 15px;
  margin-bottom: 20px;
  gap: 10px;
}
.range-inputs > span {
  font-size: 16px;
  line-height: 16px;
  text-transform: lowercase;
}

.result-counter {
  font-size: 14px;
  lighting-color: 21px;
}

@media (max-width: 991px) {
  .filter {
    overflow: hidden auto;
    height: calc(100vh - 230px);
    padding: 15px;
    padding-top: 0;
  }
}
.filter__item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 991px) {
  .filter__item:first-child {
    display: none;
  }
}

.filter-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.img-loading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  gap: 0 10px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .img-loading {
    position: relative;
  }
}
.img-loading__list {
  width: 150px;
  list-style: none !important;
  padding-left: 0 !important;
  max-height: 80px;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  overflow-y: auto;
}
.img-loading__button {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0 !important;
  color: #EE7326;
  padding: 0;
  white-space: nowrap;
}

.img-loading-item {
  gap: 0 10px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.img-loading-item__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.img-loading-item__icon {
  min-width: 15px;
}

.img-control {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.registration-application__title {
  position: relative;
  margin-bottom: 20px;
}
.registration-application__title span {
  display: flex;
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.registration-application__title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.paginate-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.paginate-item {
  margin: 0 10px;
  color: #BABABA;
  font-size: 12px;
}
@media (max-width: 576px) {
  .paginate-item {
    margin: 0 5px;
  }
}
.paginate-item:first-child, .paginate-item:last-child {
  font-size: 0;
  background-color: #000;
  height: 30px;
  width: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.paginate-item:first-child::before, .paginate-item:last-child::before {
  content: "";
  background-color: #fff;
  -webkit-mask: url("/img/img-user/arrow-long.svg");
          mask: url("/img/img-user/arrow-long.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.paginate-item:first-child.disable, .paginate-item:last-child.disable {
  background-color: #BABABA;
}
.paginate-item:first-child.disable::before, .paginate-item:last-child.disable::before {
  content: "";
  background-color: #000;
  -webkit-mask: url("/img/img-user/arrow-long.svg");
          mask: url("/img/img-user/arrow-long.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.paginate-item:last-child::before {
  content: "";
  background-color: #fff;
  -webkit-mask: url("/img/img-user/arrow-long.svg");
          mask: url("/img/img-user/arrow-long.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: rotate(180deg);
}
.paginate-item:last-child.disable::before {
  content: "";
  background-color: #000;
  -webkit-mask: url("/img/img-user/arrow-long.svg");
          mask: url("/img/img-user/arrow-long.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transform: rotate(180deg);
}
.paginate-item.active {
  color: #000;
  font-size: 16px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
