@charset "UTF-8";

/* Slider */

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

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

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

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

.fancybox-slide--next {
  z-index: 99995;
}

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

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

.fancybox-slide--video .fancybox-content {
  background: #000;
}

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

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

.fancybox-iframe {
  vertical-align: top;
}

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

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

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

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

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

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

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

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sant-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

div:focus,
span:focus,
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.button:focus {
  outline: none;
}

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

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

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

h1 {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 43px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
}

.title-main {
  margin-bottom: 85px;
}

.catalog-page .title-main {
  margin-bottom: 25px;
}

.title-main h2 {
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
}

.catalog-page .title-main h2 {
  text-align: left;
}

.title-main.tw h2:after {
  content: '';
  width: 135px;
  height: 1px;
  display: block;
  margin: 25px auto;
  background: #e58d30; //e58d30
}

.title-main__tx {
  max-width: 775px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

.button {
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  transition: 0.3s;
}

.button-primary {
  display: inline-block;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background: #343434;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  text-align: center;
}

.button-primary img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.button-primary:hover {
  background: #e58d30;
  color: #ffffff;
}

.button-secondary {
  display: inline-block;
  padding: 14px 30px;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background: #e58d30;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  text-align: center;
}

.button-secondary img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.button-secondary:hover {
  background: #343434;
  color: #ffffff;
}

.button-center {
  margin-top: 50px;
  text-align: center;
}

.swiper-button-lock {
  display: block !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  background-color: #343434 !important;
  border-radius: 100px !important;
  background-image: url("../img/svg/arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.catalog__banner-slider .swiper-button-prev,
.catalog__banner-slider .swiper-button-next {
  width: 20px;
  height: 39px;
  background-color: transparent !important;
  background-image: url("../img/svg/arrow2.svg") !important;
}

.banner__slider .swiper-button-prev,
.banner__slider .swiper-button-next {
  bottom: inherit;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  display: none;
}

.description__slider .swiper-button-prev,
.description__slider .swiper-button-next {
  bottom: inherit;
  top: 120px;
}

.swiper-button-prev {
  left: 5px;
}

.catalog__banner-slider .swiper-button-prev {
  top: -1px;
  left: 1px;
  transform: rotate(180deg);
}

.banner__slider .swiper-button-prev {
  left: 20px;
  top: 65px;
}

.text__sl .swiper-button-prev {
  top: 0;
}

.swiper-button-next {
  top: -47px;
  right: 5px;
  transform: rotate(180deg);
}

.catalog__banner-slider .swiper-button-next {
  top: 0;
  right: 1px;
  transform: rotate(0deg);
}

.banner__slider .swiper-button-next {
  right: 20px;
  top: 65px;
}

.text__sl .swiper-button-next {
  top: 0;
}

.swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  margin: 0 2px 2px;
  background: #484848;
  transition: 0.3s;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

.banner__slider .swiper-pagination {
  bottom: -35px;
}

.banner__slider .swiper-pagination .swiper-pagination-bullet {
  background: #EEF0F6;
}

.banner__slider .swiper-pagination .swiper-pagination-bullet.slick-active {
  background: #000000;
}

.text__sl .swiper-pagination {
  bottom: 0px;
}

.text__sl .swiper-pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 1;
}

.text__sl .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.2 !important;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  background-color: #343434 !important;
  border-radius: 100px !important;
  background-image: url("../img/svg/arrow.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.catalog__banner-slider .slick-arrow {
  width: 20px;
  height: 39px;
  background-color: transparent !important;
  background-image: url("../img/svg/arrow2.svg") !important;
}

.banner__slider .slick-arrow {
  bottom: inherit;
}

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

.slick-dots {
  bottom: -80px;
}

.slick-dots li {
  width: 50px;
  height: 4px;
  margin: 0 2px 2px;
  background: #484848;
  transition: 0.3s;
}

.slick-dots li.slick-active {
  background: #ffffff;
}

.slick-dots li button {
  display: none;
}

.bg-t {
  background: #fbfbfb;
}

.header {
  border-bottom: 1px solid #000000;
}

.header.open nav {
  display: block;
}

.header-top {
  padding: 6px 0;
  background: #343434;
}

.header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top__right {
  display: flex;
  align-items: center;
}

.header-bottom {
  background: #ffffff;
}

.header-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__lnk {
  display: inline-block;
  vertical-align: middle;
  margin-right: 22px;
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

.header__lnk:hover {
  color: #e58d30;
}

.header__lang {
  display: inline-flex;
  align-items: center;
}

.header__lang span {
  margin-left: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.header__menu {
  margin-right: -15px;
}

.header__menu li {
  display: inline-block;
  margin-left: 10px;
}

.header__menu li a {
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  position: relative;
  font-weight: 900;
  color: #707070;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
}

.header__menu li a:before {
  content: '';
  width: 100%;
  height: 5px;
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  transition: 0.3s;
}

.header__menu li a:hover {
  color: #000000;
}

.header__menu li a:hover:before {
  opacity: 1;
}

.header__menu li.active a {
  color: #000000;
}

.header__menu li.active a:before {
  opacity: 1;
}

.header__toggler {
  width: 50px;
  height: 41px;
  display: block;
  background-image: url("../img/svg/toggler.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.open .header__toggler {
  background-image: url("../img/svg/close.svg");
  background-size: 15px 15px;
}

.footer {
  background: #1C1D1D;
}

.footer__top {
  padding: 30px 0 75px;
  display: flex;
  justify-content: space-between;
}

.footer__top-cell {
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}

.footer__top-cell.open {
  background: #000000;
}

.footer__top-cell.open ul {
  display: block;
}

.footer__top-cell:last-of-type {
  margin-right: 0;
}

.footer__top-cell-fl ul {
  display: flex;
  flex-wrap: wrap;
}

.footer__top-cell-fl ul li {
  max-width: 50%;
  flex: 0 0 50%;
}

.footer__top-cell-soc {
  background: transparent !important;
}

.footer__top-cell-soc .footer__top-title:before {
  display: none;
}

.footer__top-cell-soc ul {
  text-align: center;
}

.footer__top-cell-soc ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0;
}

.footer__top-cell-soc ul li a {
  opacity: 0.6;
}

.footer__top-cell-soc ul li a img {
  width: 20px;
  height: 20px;
}

.footer__top-cell-soc ul li a:hover {
  opacity: 1;
}

.footer__top-cell ul li {
  margin-bottom: 5px;
}

.footer__top-cell ul li:last-of-type {
  margin-bottom: 0;
}

.footer__top-cell ul li a {
  color: #989EA2;
  font-size: 12px;
  line-height: 16px;
}

.footer__top-cell ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer__top-title {
  margin-bottom: 13px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 700;
}

.footer__bottom {
  padding: 32px 90px 32px 0;
  border-top: 1px solid rgba(152, 158, 162, 0.25);
  background-image: url("/img/bg-footer.png");
  background-repeat: no-repeat;
  background-position: right center;
}

.footer__bottom-cop {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.footer__bottom-site {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer__bottom-site span {
  font-size: 12px;
  line-height: 16px;
  color: #989EA2;
}

.footer__bottom-site a {
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-decoration: underline;
}

.footer__bottom-site a:hover {
  color: #e58d30;
}

.footer__bottom-map {
  display: inline-block;
  vertical-align: middle;
  color: #989EA2;
  font-size: 12px;
  line-height: 16px;
}

.footer__bottom-tx {
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #989EA2;
}

.banner {
  margin-bottom: 80px;
  overflow: hidden;
}

.banner-main-title {
  display: none;
}

.banner-main-title h1 {
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

.banner__slider {
  position: relative;
}

.banner__slider-inner {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
}

.banner__slider-item-on .banner__slider-inner {
  display: flex;
  align-items: flex-end;
  padding: 58px 50px 58px 134px;
}

.banner__slider-item-tw .banner__slider-inner {
  padding: 55px;
}

.banner__slider-btn {
  display: inline-block;
  padding: 13px 60px;
  border-radius: 24px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.11);
}

.banner__slider-item-on .banner__slider-btn {
  padding: 13px 40px;
  width: 324px;
}

.banner__slider-btn:hover {
  background: #ffffff;
  color: #000000;
}

.banner__slider-bottom-title {
  margin-bottom: 35px;
  padding-left: 30px;
  position: relative;
  font-size: 30px;
  line-height: 39px;
  color: #ffffff;
  font-weight: 700;
}

.banner__slider-bottom-title:before {
  content: '';
  width: 20px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../img/svg/arrow-bann.svg");
  background-repeat: no-repeat;
}

.banner__slider-bottom-tx {
  margin-bottom: 27px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}

.banner__slider-main-list {
  width: 100%;
  display: flex;
}

.banner__slider-main-list-logo {
  height: 100px;
  width: 38%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e58d30;
}

.banner__slider-main-list-logo img {
  max-width: 100%;
}

.banner__slider-main-list-mk {
  width: 62%;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.banner__slider-main-list-mk-item {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.banner__slider-main-list-mk-item img {
  margin: auto;
  max-width: 100%;
}

.banner__slider-main-descr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -17px;
  position: relative;
  z-index: 2;
}

.banner__slider-main-descr-tx {
  margin-top: 25px;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
}

.banner__slider-main-descr-img {
  margin-bottom: -15px;
}

.banner__slider-main-descr-img img {
  max-width: 100%;
}

.banner__slider-main-descr-price-title {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(252, 252, 252, 0.62);
}

.banner__slider-main-descr-price-old {
  font-size: 29px;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.38);
  text-decoration: line-through;
}

.banner__slider-main-descr-price-now {
  margin-bottom: 20px;
  font-size: 43px;
  line-height: 57px;
  font-weight: 700;
  color: #ffffff;
}

.banner__slider-main-descr-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #ffffff;
}

.production {
  margin: 55px 0 0;
}

.production__inner {
  display: flex;
  align-items: center;
}

.production__text {
  margin: 50px 0 45px;
  text-align: center;
}

.production__text p {
  font-size: 16px;
  line-height: 20px;
  color: #343434;
  font-weight: 300;
}

.production__btns {
  padding: 46px 0;
  background: #F9F9F9;
}

.production__btns-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.production__btns .button {
  width: 310px;
}

.production__link {
  padding: 100px 10px 80px;
  position: relative;
  text-align: center;
}

.production__link a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.production__link:before {
  content: '';
  width: 374px;
  height: 68px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
}

.production__link:after {
  content: '';
  width: 374px;
  height: 68px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
}

.production__link-on:before {
  right: -70px;
  background-image: url("../img/svg/line1.svg");
}

.production__link-on:after {
  right: -70px;
  background-image: url("../img/svg/line3.svg");
}

.production__link-tw:before {
  left: -70px;
  background-image: url("../img/svg/line2.svg");
}

.production__link-tw:after {
  left: -70px;
  background-image: url("../img/svg/line4.svg");
}

.production__link-img img {
  max-width: 100%;
}

.production__link-title {
  margin-top: 45px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  transition: 0.3s;
}

.production__link:hover .production__link-title {
  text-decoration: underline;
  color: #e58d30;
}

.production__center {
  width: 470px;
  padding: 100px 10px 80px;
  text-align: center;
}

.production__logo img {
  max-width: 100%;
  margin: auto;
}

.production__logo img.descr {
  display: block;
}

.production__logo img.mob {
  display: none;
}

.production__title {
  margin: 47px 0;
  font-size: 30px;
  line-height: 39px;
  font-weight: 300;
  color: #343434;
  text-transform: uppercase;
}

.production__line {
  width: 135px;
  height: 1px;
  margin: 70px auto 0;
  background: #000000;
}

.description {
  padding: 50px 0 80px;
  background: #1C1D1D;
}

.description h2 {
  color: #ffffff;
}

.description__list {
  margin-bottom: 120px;
}

.description__row {
  display: flex;
  align-items: center;
}

.description__cell {
  width: 50%;
}

.description__img {
  height: 273px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.description__img-icon {
  width: 60px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 17px 10px;
  border-radius: 6px;
  background: #ffffff;
}

.description__img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 3;
}

.description__img-list-item {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 7px;
  box-sizing: border-box;
}

.description__img-list-inner {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.description__img-list-inner img {
  max-width: 100%;
}

.description__tx {
  padding: 10px 50px;
  text-align: center;
}

.description__tx-title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

.description__tx-all {
  margin-top: 22px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
}

.description__tx-lnk {
  display: inline-flex;
  margin-top: 20px;
}

.description__tx-lnk span {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #e58d30;
  font-weight: 700;
  text-transform: uppercase;
}

.description__slider {
  margin: -45px 0 45px;
  padding-bottom: 86px;
  position: relative;
  overflow: hidden;
}

.description__slider-inner {
  position: relative;
}

.description__slider-inner a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.description__slider-img {
  height: 158px;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.description__slider-img-icon {
  width: 60px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 2;
  background: #ffffff;
  border-radius: 4px;
}

.description__slider-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.description__slider-tx {
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  display: -webkit-box;
}

.catalog {
  margin: 105px 0;
}

.catalog .title-main {
  margin-bottom: 45px;
  padding-bottom: 22px;
  border-bottom: 1px solid #E5E5E5;
}

.catalog .title-main h2 {
  font-size: 30px;
  line-height: 39px;
}

.catalog__banner {
  display: flex;
}

.catalog__banner-img {
  width: 452px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog__banner-img:before {
  content: '';
  width: 75%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url("../img/shadow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.catalog__banner-title {
  margin-bottom: 13px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #000000;
}

.catalog__banner-title span {
  font-size: 16px;
  line-height: 20px;
}

.catalog__banner-tx {
  padding: 33px 0;
  width: calc(100% - 452px);
}

.catalog__banner-tx p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #4D4D4D;
}

.catalog__banner-slider {
  width: 80%;
  margin: 35px 0 0 -5px;
}

.catalog__banner-slider-item {
  padding: 10px 0;
  text-align: center;
}

.catalog__banner-slider-inner {
  display: block;
  height: 110px;
  padding: 25px 15px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.catalog__banner-slider-inner:hover {
  box-shadow: 0 0 12px rgba(17, 82, 142, 0.47);
  z-index: 3;
}

.catalog__banner-slider-img {
  height: 40px;
  display: block;
}

.catalog__banner-slider-img img {
  max-height: 39px;
  margin: auto;
  max-width: 100%;
}

.catalog__banner-slider-tt {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #4D4D4D;
}

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

.catalog__list-item {
  flex: 0 0 25%;
  max-width: 25%;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.catalog__list-inner {
  display: block;
  padding: 25px 15px;
  position: relative;
  background: #ffffff;
}

.catalog__list-inner:hover .catalog__list-title {
  color: #e58d30;
}

.catalog__list-inner .button {
  width: 100%;
  margin-top: 30px;
}

.catalog__list-inner .card-product__info-art {
  margin-top: 10px;
  text-align: center;
}

.catalog__list-tm {
  width: 100%;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 12px;
  line-height: 20px;
  color: #000000;
  text-align: center;
}

.catalog__list-mk {
  position: absolute;
  top: 31px;
  left: 14px;
  z-index: 2;
}

.catalog__list-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 145px;
}

.catalog__list-img img {
  max-width: 100%;
  max-height: 143px;
}

.catalog__list-title {
  display: block;
  height: 78px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalog__list-price {
  margin-top: 10px;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
}

.catalog__list-item-action .catalog__list-price {
  color: #e58d30;
}

.catalog__list-tx {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #4D4D4D;
}

.catalog__list-lb {
  display: inline-flex;
  align-items: center;
  padding: 3px 15px;
  position: absolute;
  top: 19px;
  right: 12px;
  z-index: 2;
  background: #e58d30;
  border-radius: 3px;
}

.catalog__list-lb span {
  margin-left: 10px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

.catalog__list-lb_n {
  background: #6aa6f5;
}

.catalog .button-center + .catalog__banner {
  margin-top: 70px;
}

.catalog__bn {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 270px;
}

.catalog__bn .container-min {
  height: 100%;
}

.catalog__bn-inner {
  height: 100%;
  position: relative;
}

.catalog__bn-logo {
  min-height: 90px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #ffffff;
}

.catalog__bn-logo span {
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
}

.form {
  margin: 20px 0;
  background: #F9F9F9;
}

.form .title-main {
  margin-bottom: 50px;
}

.form .title-main h2 {
  font-size: 30px;
  line-height: 39px;
}

.form__qs {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}

.form__qs:hover .form__qs-in {
  display: block;
}

.form__qs-t {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  background: #000000;
  border-radius: 100px;
}

.form__qs-in {
  width: 200px;
  padding: 10px;
  display: none;
  position: absolute;
  bottom: 52px;
  left: -95px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.form__qs-in img {
  margin: auto;
  display: block;
}

.form__qs-in:before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-image: url("../img/svg/arrow3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  opacity: 0.5;
}

.form__inner {
  padding: 68px 60px;
}

.form__list .button {
  width: 200px;
}

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

.form__cell {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 20px;
  position: relative;
  box-sizing: border-box;
}

.form__cell.p-0 {
  padding: 0;
}

.support__in_tw .form__cell {
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.form__cell_error input {
  border-color: #e58d30 !important;
}

.form__select {
  border: 1px solid #C9C9C9;
  border-radius: 24px;
  background-color: #ffffff;
  background-image: url("../img/svg/select-ar.svg");
  background-repeat: no-repeat;
  background-position: 95% center;
}

.form__select select {
  width: 100%;
  height: 47px;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
}

.form__check {
  margin-top: 30px;
  margin-bottom: 33px;
}

.form label {
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}

.form label sup {
  color: #e58d30;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.form label a {
  text-decoration: underline;
}

.form input {
  width: 100%;
  height: 47px;
  padding: 5px 20px;
  border: 1px solid #C9C9C9;
  border-radius: 24px;
  background: #ffffff;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  box-sizing: border-box;
}

.form input:focus {
  border-color: #e58d30;
}

.form input::-webkit-input-placeholder {
  color: #C9C9C9;
}

.form input:-ms-input-placeholder {
  color: #C9C9C9;
}

.form input::placeholder {
  color: #C9C9C9;
}

.form input[type="checkbox"] {
  display: none;
}

.form input[type="checkbox"] + label {
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.form input[type="checkbox"] + label:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 2;
  border-radius: 1px;
  border: 1px solid #707070;
}

.form input[type="checkbox"] + label:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0;
  position: absolute;
  top: 6px;
  left: 5px;
  z-index: 2;
  background: #e58d30;
}

.form input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.form textarea {
  width: 100%;
  height: 100px;
  padding: 5px 20px;
  border: 1px solid #C9C9C9;
  border-radius: 24px;
  background: #ffffff;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  box-sizing: border-box;
}

.form textarea::-webkit-input-placeholder {
  color: #C9C9C9;
}

.form textarea:-ms-input-placeholder {
  color: #C9C9C9;
}

.form textarea::placeholder {
  color: #C9C9C9;
}

.breadcrumbs {
  padding: 26px 0 21px;
  background: #000000;
}

.breadcrumbs__list {
  padding: 0;
  margin: 0;
}

.breadcrumbs__list li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 39px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff;
}

.breadcrumbs__list li:first-of-type {
  padding-left: 0;
}

.breadcrumbs__list li + li:before {
  content: '';
  width: 11px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 3;
  background-image: url("../img/svg/br-arrow.svg");
  background-repeat: no-repeat;
}

.breadcrumbs__list li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #989EA2;
}

.breadcrumbs__list li a:hover {
  color: #ffffff;
}

.contacts {
  margin: 30px 0;
}

.contacts__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}

.contacts__cell {
  width: 46%;
  padding: 0 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.contacts__title {
  margin-bottom: 20px;
  padding-bottom: 18px;
  position: relative;
  font-weight: 300;
  color: #343434;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.contacts__title:after {
  content: '';
  width: 133px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: #e58d30;
}

.contacts__item {
  padding: 35px 45px;
  background: #1C1D1D;
}

.contacts__tit {
  margin-bottom: 23px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.contacts__address {
  display: flex;
  align-items: center;
  position: relative;
  background: #333434;
}

.contacts__address-tt {
  display: inline-block;
  padding: 11px 22px;
  width: calc(100% - 63px);
  position: relative;
  color: #727578;
  font-size: 12px;
  line-height: 16px;
  transition: 0.3s;
}

.contacts__address-tt:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 17px;
  left: 10px;
  z-index: 3;
  background: #727578;
  border-radius: 100px;
}

.contacts__address-icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e58d30;
  border-radius: 100px;
  transition: 0.3s;
}

.contacts__address-icon svg {
  width: 12px;
  height: 12px;
}

.contacts__address-icon svg use {
  color: #333434;
}

.contacts__address:hover .contacts__address-tt {
  color: #ffffff;
}

.contacts__address:hover .contacts__address-tt:before {
  background: #ffffff;
}

.contacts__address:hover .contacts__address-icon {
  background: #ffffff;
}

.contacts__tel {
  display: table;
  margin-top: 20px;
  padding: 10px 35px;
  background: #e58d30;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
}

.contacts__time {
  margin-top: 26px;
  text-transform: uppercase;
  color: #727578;
  font-size: 12px;
  line-height: 18px;
}

.catalog-page {
  padding: 20px 0;
}

.catalog-page__title h1 {
  font-weight: 300;
}

.catalog-page .catalog__list {
  margin-bottom: 80px;
}

.catalog-page__brands {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 80px;
}

.catalog-page__brands-cell {
  width: 9%;
  padding: 0 5px;
  box-sizing: border-box;
}

.catalog-page__brands-item {
  padding: 10px 5px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  background: #ffffff;
  box-sizing: border-box;
}

.catalog-page__brands-img {
  height: 40px;
  display: block;
}

.catalog-page__brands-img img {
  max-height: 39px;
  margin: auto;
  max-width: 100%;
}

.catalog-page__brands-tt {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #4D4D4D;
}

.card-product__menu {
  margin-bottom: 20px;
  background: #000000;
}

.card-product__menu ul {
  padding: 0;
  margin: 0;
}

.card-product__menu ul li {
  display: inline-block;
  list-style: none;
}

.card-product__menu ul li a {
  display: block;
  padding: 15px 30px;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.card-product__menu ul li a:after {
  content: '';
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: #292c30;
}

.card-product__menu ul li a:hover {
  color: #e58d30;
}

.card-product__menu ul li:first-of-type a {
  padding-left: 0;
}

.card-product__slider {
  overflow: hidden;
}

.card-product__title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 300;
}

.card-product__top-inner {
  display: flex;
  align-items: flex-start;
}

.card-product__slider {
  width: 52%;
  display: flex;
  align-items: flex-start;
}

.card-product__slider-for {
  width: calc(100% - 120px);
  border: 1px solid #e5e5e5;
  position: relative;
}

.card-product__slider-for .swiper-button-next,
.card-product__slider-for .swiper-button-prev {
  width: 100px;
  height: 40px;
  left: inherit;
  right: -110px;
  border: 1px solid #e5e5e5;
  transform: rotate(0);
  background-image: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.card-product__slider-for .swiper-button-next:before,
.card-product__slider-for .swiper-button-prev:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  margin: auto;
  background-size: 25px 25px;
  background-image: url(../img/svg/arrow2.svg) !important;
  background-color: transparent !important;
  background-position: center;
}

.card-product__slider-for .swiper-button-next {
  top: 0;
  bottom: inherit;
  margin: 0;
}

.card-product__slider-for .swiper-button-next:before {
  transform: rotate(-90deg);
}

.card-product__slider-for .swiper-button-prev {
  top: inherit;
  bottom: 0;
  margin: 0;
}

.card-product__slider-for .swiper-button-prev:before {
  transform: rotate(90deg);
}

.card-product__slider-for-item {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-product__slider-for-item img {
  max-width: 100%;
}

.card-product__slider-nav {
  height: 450px;
  width: 120px;
  padding-left: 10px;
  position: relative;
  box-sizing: border-box;
}

.card-product__slider-nav .swiper-slide {
  opacity: 0.5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-product__slider-nav .swiper-slide-thumb-active {
  opacity: 1;
}

.card-product__slider-nav .swiper-slide img {
  max-width: 100%;
}

.card-product__slider-nav .swiper-wrapper {
  padding: 30px 0;
  box-sizing: border-box;
}

.card-product__info {
  width: 24%;
  padding-left: 20px;
}

.card-product__info .button {
  width: 100%;
}

.card-product__info-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
}

.card-product__info p {
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
}

.card-product__info-action {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  padding: 3px 15px;
  z-index: 2;
  border-radius: 3px;
}

.card-product__info-action span {
  margin-left: 10px;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}

.card-product__info-action_at {
  background: #e58d30;
}

.card-product__info-lk {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}

.card-product__info-lk img {
  width: 10px;
}

.card-product__info-lk:hover {
  color: #e58d30;
}

.card-product__info-art {
  margin-top: 25px;
  margin-bottom: 30px;
  display: block;
  padding: 4px 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  background: #efefef;
}

.card-product__hr {
  width: 24%;
  padding-left: 20px;
}

.card-product__hr-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
}

.card-product__hr-row {
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #e6e6e6;
}

.card-product__hr-cell {
  width: 50%;
  padding: 4px 10px 4px 0;
  color: #000000;
  font-size: 12px;
  line-height: 18px;
}

.card-product__hr-cell:last-of-type {
  color: #989EA2;
  padding-right: 0;
}

.card-product__hr-lk {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  text-decoration: underline;
}

.card-product__hr-lk img {
  width: 10px;
}

.card-product__hr-lk:hover {
  color: #e58d30;
}

.card-product__hr-consult {
  margin-top: 30px;
  padding: 12px 20px 20px 60px;
  position: relative;
  background: #343434;
  border-radius: 10px;
}

.card-product__hr-consult-ava {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 11px;
  left: 15px;
  z-index: 2;
  border-radius: 1000px;
}

.card-product__hr-consult-name {
  margin-bottom: 2px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.card-product__hr-consult-pos {
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}

.card-product__hr-consult-tel {
  display: inline-block;
  margin-top: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.card-product__hr-consult-tel:hover {
  color: #e58d30;
}

.card-product__main {
  margin-top: 40px;
}

.card-product__main-inner {
  display: flex;
  align-items: flex-start;
}

.card-product__main-left {
  padding-right: 20px;
  width: calc(100% - 24%);
  box-sizing: border-box;
}

.card-product__main-right {
  width: 24%;
}

.card-product__main-right .catalog__list-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.card-product__descr {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.card-product__descr-row {
  display: flex;
  align-items: center;
  border-top: 2px solid #e6e6e6;
}

.card-product__descr-cell {
  padding: 8px 10px;
  width: 50%;
}

.card-product__descr-title {
  margin-bottom: 20px;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
}

.card-product__mat {
  padding: 30px;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.card-product__mat-slider {
  margin-top: -70px;
  overflow: hidden;
  position: relative;
}

.card-product__mat-slider .swiper-wrapper {
  padding-top: 80px;
}

.card-product__mat-slider .swiper-button-next,
.card-product__mat-slider .swiper-button-prev {
  bottom: inherit;
  right: 0;
  left: inherit;
  top: 0;
}

.card-product__mat-slider .swiper-button-prev {
  right: 60px;
}

.card-product__mat-img {
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-product__mat-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
  line-height: 28px;
}

.card-product__mat-tx {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.card-product__doc {
  padding: 30px;
  margin-top: 70px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.card-product__doc-item {
  margin-bottom: 20px;
  display: flex;
  padding: 7px 15px;
  background: #e5e5e5;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
}

.card-product__doc-item img {
  width: 23px;
  margin-right: 10px;
}

.card-product__doc-item:hover {
  color: #e58d30;
}

.card-product__video {
  padding: 30px;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.card-product__video-inner {
  display: flex;
  align-items: flex-start;
}

.card-product__video-vd {
  width: 50%;
  height: 400px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-product__video-vd:before {
  content: '';
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-image: url("../img/svg/arrow3.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.card-product__video-tx {
  width: 50%;
  padding-left: 30px;
}

.card-product__video-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.card-product__video-lk {
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: underline;
}

.card-product__video-lk:hover {
  color: #e58d30;
}

.card-product__about {
  margin-top: 20px;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}

.card-product__about-inner .button {
  max-width: 300px;
  width: 100%;
}

.card-product__about-inner img {
  max-width: 100%;
}

.card-product__about-title {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
  text-transform: uppercase;
}

.card-product__about-tx {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #343434;
}

.card-product__prod {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.card-product__prod .container {
  position: relative;
}

.card-product__prod .swiper-button-prev,
.card-product__prod .swiper-button-next {
  top: -10px;
  bottom: inherit;
  left: inherit;
  margin: auto;
}

.card-product__prod .swiper-button-prev {
  right: 70px;
}

.card-product__prod-title {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.card-product__prod-title .card-product__title {
  margin-bottom: 0;
}

.card-product__prod-slider {
  margin-top: 20px;
}

.card-product__prod-slider .catalog__list-item {
  flex: 0 0 100%;
  max-width: 100%;
}

.breadcrumbs-tw {
  padding: 10px 0;
  margin-bottom: 35px;
}

.breadcrumbs-tw__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs-tw__list li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 39px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
}

.breadcrumbs-tw__list li:first-of-type {
  padding-left: 0;
}

.breadcrumbs-tw__list li + li:before {
  content: '/';
  width: 11px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 3;
  color: #C9C9C9;
}

.breadcrumbs-tw__list li a {
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  text-decoration: underline;
}

.breadcrumbs-tw__list li a:hover {
  color: #e58d30;
}

.support {
  margin-bottom: 60px;
}

.support h1 {
  text-align: center;
}

.support__main {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.support__in {
  width: calc(100% - 50px);
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.support__row {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  background: #F9F9F9;
}

.support__row .form__cell {
  width: 30%;
  max-width: 30%;
  flex: 0 0 30%;
  padding: 0;
}

.support__tp {
  width: 100%;
  margin-bottom: 20px;
}

.support__tp_tw {
  width: auto;
}

.support__numb {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  background: #000000;
  border-radius: 100px;
}

.support__sell {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.support__sell input[type="radio"] {
  display: none;
}

.support__sell input[type="radio"] + label {
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
}

.support__sell input[type="radio"] + label:before {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  border: 1px solid #C9C9C9;
  border-radius: 100px;
}

.support__sell input[type="radio"] + label:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 5px;
  z-index: 2;
  background: #ffffff;
  border-radius: 100px;
}

.support__sell input[type="radio"]:checked + label:after {
  opacity: 1;
}

.support__sell input[type="radio"]:checked + label:before {
  background: #000000;
  border-color: #000000;
}

.support__tt {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}

.text .title-main {
  margin-top: 30px;
  margin-bottom: 0;
}

.text .title-main h1 {
  margin-bottom: 0;
  font-size: 42px;
  line-height: 50px;
}

.text h2 {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.text__banner {
  height: 500px;
  position: relative;
}

.text__banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text__banner-inner {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text__banner-tt {
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: 30px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(229, 141, 48, 0.7);
  text-transform: uppercase;
  text-align: center;
}

.text__cell {
  margin-bottom: 20px;
  padding: 70px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.text__cell-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.text__cell-tx {
  width: 60%;
  padding-right: 50px;
  box-sizing: border-box;
}

.text__cell_tw .text__cell-tx {
  padding-right: 0;
  padding-left: 50px;
}

.text__cell-tx p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.text__cell-img {
  width: 40%;
}

.text__cell-img img {
  max-width: 100%;
  width: 100%;
}

.text__cell-tt {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  color: #000000;
}

.text__al {
  padding: 40px 0 60px;
}

.text__al_tw {
  background: #000000;
}

.text__al_tw h1 {
  color: #ffffff;
}

.text__al_tw p {
  color: #ffffff !important;
  font-weight: 600 !important;
}

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

.text__al-inner .button {
  max-width: 250px;
  width: 100%;
  margin-top: 40px;
}

.text__al-inner h1 {
  font-size: 40px;
  line-height: 50px;
}

.text__al-inner h1:after {
  content: '';
  width: 140px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
  background: #e58d30;
}

.text__al-inner p {
  max-width: 80%;
  margin: auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.text__sl {
  margin: 50px 0;
  padding: 50px 20px 70px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.text__sl-inner {
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.text__sl-item img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

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

.text__sl-item_tw .button {
  width: 100%;
  max-width: 280px;
  margin: auto;
}

.text__sl-title {
  margin-bottom: 20px;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.text__sl-tx {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.text__read {
  padding: 30px 20px;
  background: #000000;
}

.text__read h2 {
  color: #ffffff;
}

.text__read-slider {
  overflow: hidden;
}

.text__read-item {
  padding: 30px;
  background: #ffffff;
}

.text__read-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
  line-height: 30px;
}

.text__read-inner {
  display: flex;
  align-items: flex-start;
}

.text__read-img {
  width: 55%;
}

.text__read-img img {
  width: 100%;
}

.text__read-tx {
  width: 45%;
  padding-left: 30px;
}

.text__read-tt {
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
}

.text__read-link {
  display: block;
  margin-top: 15px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.text__read-link:hover {
  color: #e58d30;
}

.text__tx {
  margin: 50px 0;
}

.text__tx-inner p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.text__tx-inner img {
  margin: 30px 0;
  width: 100%;
}

.text__sr {
  margin: 50px 0;
}

.text__sr-inner {
  padding: 30px;
  border: 1px solid #e5e5e5;
}

.text__sr_tw .text__sr-inner {
  background: #000000;
  border-color: #000000;
}

.text__sr-inner h2 {
  margin-bottom: 15px;
}

.text__sr_tw .text__sr-inner h2 {
  color: #ffffff;
}

.text__sr-inner .button {
  margin-top: 40px;
}

.text__sr-tt {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  font-weight: 300;
}

.text__sr_tw .text__sr-tt {
  color: #ffffff;
}

.text__sr-list {
  padding-left: 0;
}

.text__sr-list li {
  padding: 10px 16px 10px 20px;
  margin-bottom: 2px;
  position: relative;
  background: #e5e5e5;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  list-style: none;
}

.text__sr_tw .text__sr-list li {
  background: #333434;
  color: #e5e5e5;
}

.text__sr-list li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  z-index: 3;
  background: #000000;
  border-radius: 100px;
}

.text__sr_tw .text__sr-list li:before {
  background: #e5e5e5;
}

.text__sr-table {
  margin-bottom: 20px;
}

.text__sr-table table {
  width: 100%;
}

.text__sr-table table tr td {
  padding: 10px 16px;
  position: relative;
  background: #e5e5e5;
  border: 1px solid #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.text__sr_tw .text__sr-table table tr td {
  background: #333434;
  border-color: #000000;
  color: #e5e5e5;
}

.text__sr-table table tr td .ar {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  z-index: 2;
  background: #000000;
  border-radius: 100px;
}

.text__sr_tw .text__sr-table table tr td .ar {
  background: #e58d30;
}

.text__sr_tw .text__sr-table table tr td .ar svg use {
  color: #e5e5e5;
}

.text__sr-table table tr td .ar svg {
  width: 12px;
  height: 12px;
}

.text__sr-table table tr td .ar svg use {
  color: #e5e5e5;
}

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

  .banner__slider .swiper-slide-active {
    width: 956px;
  }

  .banner__slider-item {
    width: 965px;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1100px) {
  .text__read-slider .swiper-slide {
    width: 1000px;
  }
}

@media screen and (max-width: 1300px) {
  .catalog-page__brands-cell {
    width: 10%;
  }
}

@media screen and (max-width: 1200px) {
  .form__inner {
    padding: 68px 20px;
  }

  .form__cell {
    padding: 0 10px;
  }

  .card-product__menu ul li a {
    padding: 15px;
  }

  .card-product__slider {
    width: 40%;
  }

  .card-product__info {
    width: 30%;
  }

  .card-product__hr {
    width: 30%;
  }
}

@media screen and (max-width: 991px) {
  .title-main h2 {
    font-size: 36px;
    line-height: 45px;
  }

  .button-center {
    margin-top: 20px;
  }

  .banner__slider .swiper-button-prev {
    top: 255px;
  }

  .banner__slider .swiper-button-next {
    top: 255px;
  }

  .header {
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .header-bottom__inner {
    padding: 20px 0;
  }

  .header__menu li {
    display: block;
    margin: 0 0 15px;
  }

  .header__menu li:last-of-type {
    margin-bottom: 0;
  }

  .header__menu li a {
    padding: 0;
    display: inline-block;
    padding-bottom: 10px;
    height: auto;
  }

  .header nav {
    display: none;
    width: 100%;
    padding: 20px 15px;
    position: absolute;
    top: 110px;
    left: 0;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
  }

  .footer__top {
    display: block;
    margin: 0 -15px;
    padding: 0;
  }

  .footer__top-cell {
    display: block;
    margin-right: 0;
  }

  .footer__top-cell-fl ul {
    display: block;
  }

  .footer__top-cell-fl ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer__top-cell-soc {
    padding: 15px 0 25px;
    text-align: center;
    border-top: 1px solid rgba(152, 158, 162, 0.25);
  }

  .footer__top-cell-soc ul {
    display: block !important;
    padding-bottom: 0 !important;
  }

  .footer__top-cell ul {
    text-align: center;
    display: none;
    padding: 10px 0 53px;
  }

  .footer__top-title {
    padding: 17px 15px;
    margin-bottom: 0;
  }

  .footer__top-title:before {
    content: '';
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../img/svg/ar-mob.svg");
    background-repeat: no-repeat;
    background-size: 12px 7px;
    transition: 0.3s;
  }

  .open .footer__top-title:before {
    transform: rotate(180deg);
  }

  .footer__bottom {
    text-align: center;
    padding-bottom: 100px;
    padding-right: 0;
    background-position: center 92%;
  }

  .footer__bottom-cop {
    display: block;
    margin-bottom: 10px;
  }

  .footer__bottom-site {
    display: block;
  }

  .footer__bottom-map {
    display: none;
  }

  .footer__bottom-tx {
    text-align: left;
  }

  .banner-main-title {
    display: block;
    padding: 32px 15px 66px;
  }

  .banner__slider-item-on .banner__slider-inner {
    padding: 36px 55px;
  }

  .banner__slider-item-tw .banner__slider-inner {
    padding: 36px 55px;
  }

  .banner__slider-inner {
    height: 755px;
  }

  .banner__slider-main-list {
    display: block;
  }

  .banner__slider-main-list-logo {
    width: 218px;
    height: 66px;
  }

  .banner__slider-main-list-logo img {
    max-width: 164px;
  }

  .banner__slider-main-list-mk {
    width: 100%;
    height: 75px;
  }

  .banner__slider-main-descr {
    display: block;
    text-align: center;
  }

  .banner__slider-main-descr-left {
    margin-bottom: 40px;
  }

  .banner__slider-main-descr-tx {
    margin-top: 14px;
  }

  .banner__slider-main-descr-img img {
    margin: 0 auto;
  }

  .production .title-main {
    display: none;
  }

  .production__inner {
    flex-wrap: wrap;
  }

  .production__text {
    margin: 40px 0;
  }

  .production__btns-inner {
    flex-wrap: wrap;
  }

  .production__btns .button:nth-of-type(1),
  .production__btns .button:nth-of-type(2) {
    flex: 0 0 44%;
    max-width: 44%;
    margin: 0 0 30px;
  }

  .production__btns .button:nth-of-type(3) {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .production__link {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .production__link:before,
  .production__link:after {
    display: none;
  }

  .production__link-on {
    order: 1;
  }

  .production__link-tw {
    order: 2;
  }

  .production__link-title {
    margin-top: 23px;
  }

  .production__center {
    order: 3;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 75px 0 0;
  }

  .production__logo img.descr {
    display: none;
  }

  .production__logo img.mob {
    display: block;
  }

  .production__title {
    margin-bottom: 10px;
  }

  .production__line {
    margin-top: 10px;
  }

  .description__row {
    display: block;
    margin-bottom: 50px;
  }

  .description__row:last-of-type {
    margin-bottom: 0;
  }

  .description__row-tw {
    display: flex;
    flex-wrap: wrap;
  }

  .description__row-tw .description__cell:nth-of-type(1) {
    order: 2;
  }

  .description__row-tw .description__cell:nth-of-type(2) {
    order: 1;
  }

  .description__cell {
    width: 100%;
  }

  .description__row-tw .description__cell {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .description__img {
    margin-bottom: 40px;
  }

  .description__tx {
    padding: 0;
  }

  .description__tx-title {
    margin-bottom: 55px;
  }

  .catalog {
    margin: 50px 0;
  }

  .catalog .title-main {
    padding-bottom: 35px;
    margin-bottom: 5px;
  }

  .catalog__banner-img {
    display: none;
  }

  .catalog__banner-tx {
    width: 100%;
    overflow: hidden;
  }

  .catalog__banner-slider {
    width: 90%;
    margin: 10px auto 0;
    padding: 0;
  }

  .catalog__list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .form .title-main h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .form__inner {
    padding: 43px 15px;
  }

  .form__list .button {
    border-radius: 0;
    background: #343434;
  }

  .form__cell {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 40px;
  }

  .form__select {
    border-radius: 0;
  }

  .form__check {
    margin-top: 0;
  }

  .form input {
    border-radius: 0;
  }

  .form textarea {
    border-radius: 0;
  }

  .catalog-page .catalog__list {
    margin-bottom: 30px;
  }

  .catalog-page__brands {
    margin-bottom: 30px;
  }

  .catalog-page__brands-cell {
    width: 14%;
  }

  .card-product__menu ul li {
    display: block;
  }

  .card-product__menu ul li a {
    padding: 15px !important;
  }

  .card-product__menu ul li a:after {
    display: none;
  }

  .card-product__top-inner {
    display: block;
  }

  .card-product__slider {
    width: 100%;
    overflow: hidden;
    display: block;
  }

  .card-product__slider-for {
    width: 100%;
  }

  .card-product__slider-for .swiper-button-next,
  .card-product__slider-for .swiper-button-prev {
    width: 50px;
    height: 50px;
    bottom: -85px;
    top: inherit;
  }

  .card-product__slider-for .swiper-button-next {
    right: 1px;
    left: inherit;
  }

  .card-product__slider-for .swiper-button-next:before {
    transform: rotate(0deg);
  }

  .card-product__slider-for .swiper-button-prev {
    left: 0;
    right: inherit;
  }

  .card-product__slider-for .swiper-button-prev:before {
    transform: rotate(180deg);
  }

  .card-product__slider-for-item {
    height: 300px;
  }

  .card-product__slider-for-item img {
    max-height: 280px;
  }

  .card-product__slider-nav {
    width: 100%;
    height: auto;
  }

  .card-product__slider-nav-item {
    height: 70px;
  }

  .card-product__slider-nav-item img {
    max-height: 70px;
  }

  .card-product__info {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .card-product__hr {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .card-product__main-inner {
    display: block;
  }

  .card-product__main-left {
    width: 100%;
    padding-right: 0;
  }

  .card-product__main-right {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }

  .card-product__video-inner {
    display: block;
  }

  .card-product__video-vd {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .card-product__video-tx {
    width: 100%;
    padding-left: 0;
  }

  .support__in {
    width: 100%;
    padding-left: 0;
  }

  .support__row {
    display: block;
    padding: 50px 20px 30px;
    position: relative;
  }

  .support__numb {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .text .title-main h1 {
    font-size: 35px;
    list-style: 45px;
  }

  .text h2 {
    font-size: 25px;
    list-style: 35px;
  }

  .text__cell {
    padding: 30px 0;
  }

  .text__cell-tx {
    width: 100%;
    margin-bottom: 30px;
  }

  .text__cell_tw .text__cell-tx {
    order: 1;
    padding-left: 0;
  }

  .text__cell-img {
    width: 100%;
  }

  .text__read-inner {
    display: block;
  }

  .text__read-img {
    width: 100%;
  }

  .text__read-tx {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .text__sr-table table tbody {
    display: block;
  }

  .text__sr-table table {
    display: block;
  }

  .text__sr-table table tr {
    display: block;
    margin-bottom: 10px;
  }

  .text__sr-table table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .text__cell_tw .text__cell-img {
    order: 2;
  }
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 768px) {
  .banner__slider-inner {
    height: 850px;
  }

  .description__slider-item {
    width: 311px;
  }

  .catalog__bn-logo {
    padding: 0 10px;
  }

  .contacts__row {
    display: block;
    margin-bottom: 40px;
  }

  .contacts__cell {
    width: 100%;
  }

  .catalog-page__brands-cell {
    width: 20%;
  }

  .card-product__mat-slider {
    margin-top: 0;
  }

  .card-product__prod .swiper-button-prev,
  .card-product__prod .swiper-button-next {
    top: 35px;
  }

  .support__row .form__cell {
    width: 48%;
    max-width: 48%;
    flex: 0 0 48%;
  }
}

@media screen and (max-width: 650px) {
  .catalog-page__brands-cell {
    width: 25%;
  }
}

@media screen and (max-width: 560px) {
  .banner-main-title h1 {
    font-size: 28px;
    line-height: 38px;
  }

  .banner__slider-item-on .banner__slider-inner {
    padding: 35px 25px;
  }

  .banner__slider-item-tw .banner__slider-inner {
    padding: 35px 25px;
  }

  .banner__slider-inner {
    height: 780px;
  }

  .banner__slider-item-on .banner__slider-btn {
    width: 100%;
  }

  .banner__slider-bottom-title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner__slider-bottom-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .banner__slider-main-descr-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .banner__slider-main-descr-price-title {
    font-size: 18px;
  }

  .banner__slider-main-descr-price-old {
    font-size: 22px;
    line-height: 30px;
  }

  .banner__slider-main-descr-price-now {
    font-size: 35px;
    line-height: 40px;
  }

  .banner__slider-main-descr-title {
    font-size: 25px;
    line-height: 30px;
  }
}

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

@media screen and (max-width: 480px) {
  .title-main h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .button-primary img {
    display: none;
  }

  .button-secondary img {
    display: none;
  }

  .header__lnk {
    margin-right: 5px;
    font-size: 10px;
    line-height: 12px;
  }

  .header__lang span {
    margin-left: 2px;
    font-size: 9px;
    line-height: 12px;
  }

  .header__lang img {
    width: 10px;
  }

  .production__btns .button:nth-of-type(1),
  .production__btns .button:nth-of-type(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .production__link {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .production__title {
    font-size: 26px;
    line-height: 35px;
  }

  .description__tx-title {
    font-size: 24px;
  }

  .description__slider-item {
    width: 260px;
  }

  .catalog__list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form__cell {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .support__row .form__cell {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 350px) {
  .catalog-page__brands-cell {
    width: 33.333%;
  }
}
/*# sourceMappingURL=maps/main.css.map */
