/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./resources/scss/styles.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -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;
  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;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  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: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  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: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

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

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

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

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

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

.fancybox-image,
.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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

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

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

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.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 0;
}

.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 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  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 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "HelveticaNeue-Roman";
  src: url(fonts/HelveticaNeue-Roman.woff2) format("woff2"), url(fonts/HelveticaNeue-Roman.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeue-Bold";
  src: url(fonts/HelveticaNeue-Bold.woff2) format("woff2"), url(fonts/HelveticaNeue-Bold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Medium";
  src: url(fonts/DMSans-Medium.woff2) format("woff2"), url(fonts/DMSans-Medium.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans-Light";
  src: url(fonts/DMSans-Light.woff2) format("woff2"), url(fonts/DMSans-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.wpcf7 .wpcf7-form .form-row {
  display: flex;
  margin: 0 -10px;
}
.wpcf7 .wpcf7-form .form-col {
  padding: 0 10px 12px;
  width: 50%;
}
.wpcf7 .wpcf7-form .form-row-full .form-col {
  width: 100%;
}
.wpcf7 .wpcf7-form .form-row-button {
  align-items: center;
}
.wpcf7 .wpcf7-form .form-row-button .form-col {
  width: auto;
}
.wpcf7 .wpcf7-form .form-row-button .form-col p {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .form-row-hidden {
  display: none;
}
.wpcf7 .wpcf7-form p {
  margin: 0;
  font-size: 13px;
}
.wpcf7 .wpcf7-form label {
  display: block;
  margin: 0 0px 0px 10px;
  font-size: 13px;
}
.wpcf7 .wpcf7-form .wpcf7-text,
.wpcf7 .wpcf7-form .wpcf7-textarea {
  margin: 8px 0 0 -10px;
  width: calc(100% + 10px);
  border-radius: 6px;
  background: #FFF;
  border: 1px solid #FFF;
  font: 16px/1.5 "HelveticaNeue-Roman", Helvetica, Arial, sans-serif;
  padding: 8px 15px;
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.wpcf7 .wpcf7-form .wpcf7-text:focus,
.wpcf7 .wpcf7-form .wpcf7-textarea:focus {
  border: 1px solid #EB5F2D;
}
.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-not-valid,
.wpcf7 .wpcf7-form .wpcf7-textarea.wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.wpcf7 .wpcf7-form .wpcf7-textarea {
  height: 142px;
  resize: vertical;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin: 8px 0 0 0px;
}
.wpcf7 .wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-list-item label {
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  margin: 20px 0 20px;
}

@media screen and (max-width: 599px) { /* 991px counts */
  .wpcf7 .wpcf7-form .form-row {
    display: block;
  }
  .wpcf7 .wpcf7-form .form-row-hidden {
    display: none;
  }
  .wpcf7 .wpcf7-form .form-row-button {
    display: flex;
    flex-direction: column-reverse;
  }
  .wpcf7 .wpcf7-form .form-col {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .form-row-button .form-col {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .form-row-button .form-col-action p {
    display: block;
    padding-left: 72px;
    text-align: center;
  }
  .wpcf7 .wpcf7-form label {
    font-size: 12px;
  }
}
.contacts-form-info-holder {
  background: url(images/ab2f66bb0ad87106fd98.svg) 45vw 0 no-repeat;
  background-size: auto 100%;
}

.contacts-form-info-holder-simple {
  background: url(images/55e095308b2e9d5ac10b.svg) 58vw bottom no-repeat;
}

.contacts-form-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 58px;
}
.contacts-form-info .form {
  padding-right: 144px;
  width: 62%;
}
.contacts-form-info .form .title {
  margin-bottom: 20px;
}
.contacts-form-info .info {
  border-radius: 10px;
  background: #EB602D url(images/ca9a239d060b0aed5728.svg) 0 center no-repeat;
  padding: 49px 48px;
  color: #fff;
  min-height: 300px;
  width: 38%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts-form-info .info .title {
  color: #fff;
  max-width: 350px;
}
.contacts-form-info .info .contacts {
  font-size: 18px;
}
.contacts-form-info .info .contacts .label {
  font-size: 12px;
}
.contacts-form-info .info .contacts .email-phone {
  display: flex;
  justify-content: space-between;
}
.contacts-form-info .info .contacts .address {
  padding-top: 10px;
}

.contacts-form-info-padding {
  padding: 70px 0;
  align-items: center;
}

.contacts-about-services {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.contacts-about-services .about {
  padding-right: 110px;
  width: 31%;
}
.contacts-about-services .about .title {
  margin-bottom: 20px;
}
.contacts-about-services .about .desc {
  color: #666;
}
.contacts-about-services .services {
  width: 69%;
  text-align: right;
  margin-top: -15px;
  display: flex;
  flex-direction: row-reverse;
}
.contacts-about-services .services-item {
  margin: 0 -74px;
  vertical-align: top;
  min-width: 416px;
  max-width: 416px;
  height: 302px;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.contacts-about-services .services-item:hover {
  z-index: 2;
}
.contacts-about-services .services-item:hover .services-item-inner {
  transform: rotateY(180deg);
}
.contacts-about-services .services-item:hover .services-item-inner .description {
  padding: 10px 0;
  max-height: 200px;
  transform: rotateY(180deg);
  opacity: 1;
}
.contacts-about-services .services-item:hover .services-item-inner .title {
  transform: rotateY(180deg);
}
.contacts-about-services .services-item:hover .services-item-inner .arrow {
  height: 0px;
  padding: 0;
}
.contacts-about-services .services-item:nth-child(2) .services-item-inner {
  background: url(images/7e85e3be491e6a468615.svg) center center no-repeat;
}
.contacts-about-services .services-item:nth-child(2):hover .services-item-inner .description {
  padding-top: 0px;
}
.contacts-about-services .services-item-inner {
  text-align: center;
  height: 100%;
  padding: 30px 94px 35px 84px;
  color: #666;
  font-size: 14px;
  background: url(images/5be80c18cc2837adff28.svg) center center no-repeat;
  flex-direction: column;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
}
.contacts-about-services .services-item-inner .description {
  padding: 0;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
}
.contacts-about-services .services-item-inner .description p {
  margin: 0;
}
.contacts-about-services .services-item-inner .s-icon {
  padding: 4px 0;
}
.contacts-about-services .services-item-inner .s-icon img {
  display: block;
  margin: 0 auto;
}
.contacts-about-services .services-item-inner .title {
  padding: 4px 0 15px;
  font-size: 20px;
  color: #000;
}
.contacts-about-services .services-item-inner .arrow {
  padding: 15px 0 4px;
  height: 35px;
  overflow: hidden;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contacts-about-services .services-item-inner .arrow img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1500px) { /* 991px counts */
  .services {
    padding-right: 44px;
  }
  .contacts-form-info-holder {
    background: url(images/ab2f66bb0ad87106fd98.svg) 58vw 0 no-repeat;
    background-size: auto 100%;
  }
  .contacts-form-info-holder-simple {
    background: url(images/55e095308b2e9d5ac10b.svg) 58vw bottom no-repeat;
  }
}
@media screen and (min-width: 2000px) { /* 991px counts */
  .contacts-form-info-holder-simple {
    background: url(images/55e095308b2e9d5ac10b.svg) 62vw bottom no-repeat;
  }
}
@media screen and (max-width: 1199px) { /* 991px counts */
  .contacts-form-info .form {
    padding-right: 64px;
    width: 55%;
  }
  .contacts-form-info .info {
    width: 45%;
  }
  .contacts-about-services {
    display: block;
  }
  .contacts-about-services .about {
    padding-right: 0;
    width: 100%;
    padding-bottom: 40px;
  }
  .contacts-about-services .services {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: row;
    padding-left: 60px;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .contacts-form-info .form {
    padding-right: 0px;
    width: 100%;
    padding-bottom: 24px;
  }
  .contacts-form-info .info {
    width: 100%;
  }
  .contacts-form-info {
    display: block;
  }
  .contacts-about-services .services-item {
    margin: 0px -58px;
    min-width: 330px;
    max-width: 330px;
    height: 240px;
  }
  .contacts-about-services .services-item-inner {
    background-size: cover;
  }
  .contacts-about-services .services-item:nth-child(2) .services-item-inner {
    background-size: cover;
  }
  .contacts-about-services .services {
    padding-left: 50px;
  }
  .contacts-about-services .services-item:hover .services-item-inner .s-icon {
    display: none;
  }
  .contacts-about-services .services-item-inner .title {
    font-size: 18px;
  }
  .contacts-about-services .services-item-inner {
    font-size: 12px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .contacts-form-info .info {
    padding: 33px;
    min-height: 280px;
  }
  .contacts-about-services .services-item {
    margin: 0 auto;
    min-width: 416px;
    max-width: 416px;
    height: 302px;
    display: block !important;
  }
  .contacts-about-services .services {
    padding-left: 0px;
    justify-content: center;
  }
  .contacts-about-services .services-item:hover .services-item-inner .s-icon {
    display: block;
  }
  .contacts-about-services .services {
    display: block;
  }
  .contacts-about-services .services-nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contacts-about-services .services-nav-inner {
    display: inline-flex;
    justify-content: center;
    position: relative;
  }
  .contacts-about-services .services-item-inner {
    font-size: 14px;
  }
  .contacts-about-services .about {
    text-align: center;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .contacts-form-info .info .contacts {
    font-size: 15px;
  }
  .contacts-form-info .info {
    min-height: 250px;
  }
  .contacts-form-info .form .title {
    text-align: center;
  }
  .contacts-form-info .form .subtitle {
    text-align: center;
  }
  .contacts-form-info-padding {
    padding: 50px 0;
  }
  .contacts-form-info .info {
    min-height: 150px;
  }
  .contacts-form-info .info {
    padding: 30px;
  }
  .contacts-about-services .services-item {
    min-width: 330px;
    max-width: 330px;
    height: 240px;
  }
  .contacts-about-services .services-item:hover .services-item-inner .s-icon {
    display: none;
  }
  .contacts-about-services .services-item-inner .title {
    font-size: 18px;
    padding-bottom: 0px;
  }
  .contacts-about-services .services-item-inner {
    font-size: 12px;
    line-height: 1.25;
  }
  .contacts-about-services .services-item-inner {
    padding: 28px 94px 37px 84px;
  }
}
.videos-block {
  text-align: center;
  background: #F4F4F4;
  padding: 70px 0;
}
.videos-block .title {
  margin: 0 auto 30px;
}

.videos-list-holder {
  margin: 0 -1020px;
}

.videos-list {
  /*display: flex;
  justify-content: center;*/
  max-width: 2037px;
  margin: 0 auto;
  /*overflow-x: clip;
  overflow-y: visible;*/
}
.videos-list .slick-list {
  padding: 0 !important;
  overflow: inherit;
}
.videos-list.slick-initialized .slick-slide {
  opacity: 0;
}
.videos-list.slick-initialized .slick-active {
  opacity: 1;
}

.videos-item {
  min-width: 615px;
  max-width: 615px;
  margin: 0 32px;
  position: relative;
}
.videos-item .video {
  box-shadow: 9px 13px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 390px;
}
.videos-item .video video {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-item .title {
  color: #484848;
  font-size: 18px;
  padding-top: 16px;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.videos-item .title img {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0 0 4px;
}
.videos-item .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.slick-current .videos-item .title {
  opacity: 1;
}

.slick-current .videos-item .link {
  display: block;
}

.videos-list-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.videos-list-nav .dots ul li button {
  background: #D6D6D6;
}
.videos-list-nav .dots ul li.slick-active button {
  background: #EB5F2D;
}

.videos-list-nav-inner {
  display: inline-flex;
  justify-content: center;
  position: relative;
}
.videos-list-nav-inner .slick-arrow {
  position: absolute;
  top: 2px;
  margin: 0;
}
.videos-list-nav-inner .slick-next {
  right: -32px;
}
.videos-list-nav-inner .slick-prev {
  left: -32px;
}

.prev-item .videos-item {
  perspective: 200px;
}
.prev-item .videos-item .video {
  transform: rotateY(4deg);
  transform-origin: 100% 50% 0px;
}

.after-item .videos-item {
  perspective: 200px;
}
.after-item .videos-item .video {
  transform: rotateY(-4deg);
  transform-origin: 0% 50% 0px;
}

.after-item + .slick-slide .videos-item {
  perspective: 200px;
}
.after-item + .slick-slide .videos-item .video {
  transform: rotateY(-4deg);
  transform-origin: 0% 50% 0px;
}

.slick-current .videos-item {
  perspective: 500px;
}
.slick-current .videos-item .video {
  transform: rotateY(0deg);
  transform-origin: 50% 50% 0px;
}

@media screen and (max-width: 991px) { /* 991px counts */
  .videos-item .video {
    height: 340px;
  }
  .videos-item {
    min-width: 500px;
    max-width: 500px;
  }
  .videos-list-holder {
    margin: 0 -620px;
  }
  .videos-list {
    max-width: 1637px;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .videos-item .video {
    height: 260px;
  }
  .videos-item {
    min-width: 400px;
    max-width: 400px;
  }
  .videos-list-holder {
    margin: 0 -360px;
  }
  .videos-list {
    max-width: 1280px;
  }
  .videos-item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .videos-item .video {
    height: 200px;
  }
  .videos-item {
    min-width: 300px;
    max-width: 300px;
  }
  .videos-list-holder {
    margin: 0 -300px;
  }
  .videos-item {
    margin: 0 12px;
  }
  .videos-list {
    max-width: 980px;
  }
}
.map-block {
  height: 557px;
}

#map {
  height: 100%;
}

@media screen and (max-width: 599px) { /* 991px counts */
  .map-block {
    height: 400px;
  }
}
.customers-block {
  background: #F4F4F4;
  padding: 70px 0;
}

.customers-text-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.customers-text .title {
  margin-bottom: 20px;
}
.customers-text p {
  margin-bottom: 0;
}

.customers-list {
  height: 416px;
  min-width: 822px;
  margin-left: -20px;
  position: relative;
  background: url(images/7e54c18870e2ccbc1cec.png) center center no-repeat;
}
.customers-list img {
  opacity: 0;
}

.customers-item {
  height: 36px;
  width: 36px;
  background: url(images/9b38f1060670f0a0d69c.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animation-block.onscreen .customers-item {
  opacity: 1;
}
.animation-block.onscreen .delay-1 {
  transition-delay: 0.2s;
}
.animation-block.onscreen .delay-2 {
  transition-delay: 0.4s;
}
.animation-block.onscreen .delay-3 {
  transition-delay: 0.6s;
}
.animation-block.onscreen .delay-4 {
  transition-delay: 0.8s;
}
.animation-block.onscreen .delay-5 {
  transition-delay: 1s;
}
.animation-block.onscreen .delay-6 {
  transition-delay: 1.2s;
}
.animation-block.onscreen .delay-7 {
  transition-delay: 1.4s;
}
.animation-block.onscreen .delay-8 {
  transition-delay: 1.6s;
}
.animation-block.onscreen .delay-9 {
  transition-delay: 1.8s;
}
.animation-block.onscreen .delay-10 {
  transition-delay: 2s;
}
.animation-block.onscreen .delay-11 {
  transition-delay: 2.2s;
}

@media screen and (min-width: 1500px) { /* 991px counts */
  .customers-list {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) { /* 991px counts */
  .customers-text-list {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .customers-list {
    margin-bottom: 24px;
  }
  .customers-block {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .customers-list {
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    background: none;
  }
  .customers-list img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .customers-block {
    padding: 40px 0 20px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .customers-text-list .h1 {
    text-align: left;
  }
  .customers-item {
    height: 16px;
    width: 16px;
  }
}
.numbers-list {
  display: flex;
  justify-content: center;
}

.numbers-item {
  border-left: 1px solid #BFBFBF;
  padding: 0 50px;
  margin: 0 0 70px;
  text-align: center;
  color: #505050;
}
.numbers-item:first-child {
  border: none;
}
.numbers-item .number {
  font-size: 50px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.numbers-item .text {
  font-size: 14px;
  letter-spacing: 2.52px;
  text-transform: uppercase;
}
.numbers-item.special {
  color: #EB5F2D;
}

.numbers-list.onscreen .numbers-item .number {
  opacity: 1;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .numbers-item .number {
    font-size: 44px;
  }
  .numbers-item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .numbers-list {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .numbers-item {
    border: none;
    width: 50%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .numbers-item .number {
    font-size: 36px;
  }
  .numbers-item {
    padding: 0 15px;
  }
}
.carousel {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px 70px;
}

.carousel-item {
  min-width: 1%;
  width: 100%;
  height: 519px;
  padding: 0 8px;
  flex-grow: 1;
  flex-basis: 0;
  transition: flex-grow 0.5s ease;
}
.carousel-item.active {
  flex-grow: 4;
  width: 66%;
}

.carousel-item-inner {
  border-radius: 5px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) { /* 991px counts */
  .carousel-item {
    height: 400px;
  }
  .carousel {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .carousel-item {
    height: 250px;
  }
}
.categories-slider-item {
  padding: 70px 0 70px;
}
.categories-slider-item:nth-child(even) {
  background: linear-gradient(118deg, #FCFCFC 21.66%, #E4E4E4 87.34%);
}
.categories-slider-item:nth-child(even) .slick-dots li button {
  background: #D6D6D6;
}
.categories-slider-item:nth-child(even) .slick-dots li.slick-active button {
  background: #EB5F2D;
}
.categories-slider-item .titles-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.categories-slider-item .subtitle {
  color: #92C463;
  margin: 0;
  font-size: 14px;
}
.categories-slider-item .subtitle.special {
  color: #3FB0E8;
}
.categories-slider-item .title {
  color: #C3C3C3;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
}
.categories-slider-item .links {
  padding-top: 15px;
  white-space: nowrap;
}
.categories-slider-item .links a {
  text-transform: uppercase;
  color: #505050;
  display: inline-block;
  padding-right: 0px;
}
.categories-slider-item .links a:after {
  margin-left: 4px;
  content: " ";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-block;
  background: #EB5F2D url(images/81e76f0a80df1e5d92d9.svg) center center no-repeat;
  margin-top: -6px;
  vertical-align: top;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.categories-slider-item .links a:hover {
  text-decoration: none;
  color: #EB5F2D;
}
.categories-slider-item .links a:hover:after {
  margin-left: 8px;
  margin-right: -4px;
  background: #B53100 url(images/81e76f0a80df1e5d92d9.svg) center center no-repeat;
}
.categories-slider-item .links .mobile {
  display: none;
}

@media screen and (max-width: 1199px) { /* 991px counts */
  .categories-slider-item .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .categories-slider-item .links .mobile {
    display: inline-block;
  }
  .categories-slider-item .links .desktop {
    display: none;
  }
}
@media screen and (max-width: 599px) { /* 991px counts */
  .categories-slider-item .title {
    font-size: 40px;
    line-height: 1.2;
  }
  .categories-slider-item .subtitle {
    font-size: 12px;
  }
  .categories-slider-item .links {
    font-size: 14px;
  }
  .categories-slider-item {
    padding: 60px 0 60px;
  }
}
.category-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.category-block div.menu {
  min-width: 275px;
  max-width: 275px;
  position: relative;
  z-index: 90;
}
.category-block div.menu .title {
  padding: 15px;
  border-radius: 6px;
  background: #EB5F2D url(images/79dfe7bb0a812ffdcac9.svg) right 15px top 23px no-repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  text-transform: uppercase;
  margin-bottom: 29px;
  cursor: pointer;
}
.category-block div.menu .title-selector-bg {
  background: rgba(0, 0, 0, 0.18);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  display: none;
}
.category-block div.menu .title-selector {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  max-width: 100%;
  z-index: 1200;
  padding: 30px 20px 16px;
}
.category-block div.menu .title-selector p {
  color: #EB5F2D;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.category-block div.menu .title-selector .close {
  position: absolute;
  right: 20px;
  top: 31px;
}
.category-block div.menu .title-selector .main-navigation li {
  display: none;
}
.category-block div.menu .title-selector .main-navigation .products {
  display: block;
  padding-top: 10px;
}
.category-block div.menu .title-selector .main-navigation .products li {
  display: block;
}
.category-block div.menu .title-selector .main-navigation .products a {
  display: none;
}
.category-block div.menu .title-selector .main-navigation li {
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
}
.category-block div.menu .title-selector .main-navigation .products li.icon1 a, .category-block div.menu .title-selector .main-navigation .products li.icon2 a, .category-block div.menu .title-selector .main-navigation .products li.icon3 a {
  position: relative;
  padding-left: 77px;
}
.category-block div.menu .title-selector .main-navigation .products li.icon1 a:before, .category-block div.menu .title-selector .main-navigation .products li.icon2 a:before, .category-block div.menu .title-selector .main-navigation .products li.icon3 a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 71px;
  height: 40px;
}
.category-block div.menu .title-selector .main-navigation .products li.icon1 a:before {
  background: url(images/1766130d9adeae01c8b3.png) 0 center no-repeat;
  background-size: cover;
}
.category-block div.menu .title-selector .main-navigation .products li.icon2 a:before {
  background: url(images/ddbcdeefafce6126cd8f.png) 0 center no-repeat;
  background-size: cover;
}
.category-block div.menu .title-selector .main-navigation .products li.icon3 a:before {
  background: url(images/81341198878d98a25ecd.png) 0 center no-repeat;
  background-size: cover;
}
.category-block div.menu .title-selector .main-navigation .products li a {
  display: block;
  color: #666666;
}
.category-block div.menu .title-selector .main-navigation .products li a:hover {
  color: #EB5F2D;
  text-decoration: none;
}
.category-block div.menu .title-selector .main-navigation .products li a .subtitle {
  display: block;
  margin: 0;
}
.category-block div.menu .title-selector .main-navigation .products li li {
  display: none;
}
.category-block div.menu .items {
  height: 610px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 3px solid #D9D9D9;
  /*align-items: flex-end;
  display: flex;
  text-align: left;
  flex-direction: column;*/
}
.category-block div.menu .items ul li {
  display: none;
}
.category-block div.menu .items ul li.current-menu-parent {
  display: block;
}
.category-block div.menu .items ul li.current-menu-parent a {
  display: none;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item {
  display: block;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item a {
  display: none;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li {
  display: block;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 26px 0 26px 115px;
  position: relative;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li img {
  width: 100px;
  position: absolute;
  top: 8px;
  left: 0;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li a {
  display: block;
  color: #666;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li a:hover {
  text-decoration: none;
  color: #EB5F2D;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li li {
  display: none;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li.active a {
  color: #EB5F2D;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li.active ul {
  margin-bottom: -24px;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li.active li {
  display: block;
  font-size: 14px;
  font-family: "DMSans-Medium", Helvetica, Arial, sans-serif;
  padding: 3px 0 3px 11px;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li.active li a {
  color: #666;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li.active li a:hover {
  color: #EB5F2D;
}
.category-block div.menu .items ul li.current-menu-parent .current_page_item li.active li.active a {
  color: #EB5F2D;
}
.category-block div.products {
  width: calc(100% - 275px);
  padding-left: 62px;
}
.category-block .products-parents {
  position: relative;
}
.category-block .products-parent {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: -99999px;
}
.category-block .products-parent.active {
  /*display: block!important;*/
  position: static;
}
.category-block .products-parent-childs .content {
  position: relative;
}
.category-block .products-parent-childs .content-item {
  /*display: none;*/
  position: absolute;
  top: 0;
  left: -99999px;
}
.category-block .products-parent-childs .content-item.active {
  /* display: block!important;*/
  position: static;
}
.category-block .products-parent-childs .content-item .galery {
  margin: 0 auto 40px;
  max-width: 900px;
  position: relative;
}
.category-block .products-parent-childs .content-item .galery .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.category-block .products-parent-childs .content-item .galery .slick-next {
  right: -35px;
}
.category-block .products-parent-childs .content-item .galery .slick-prev {
  left: -35px;
}
.category-block .products-parent-childs .content-item .galery-nav {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.category-block .products-parent-childs .content-item .links {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-block .products-parent-childs .content-item .links a {
  margin: 0 8px 15px;
}
.category-block .products-parent-childs .nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.category-block .products-parent-childs .nav-item {
  padding: 0 16px;
  margin: 0 0px 15px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-left: 1px solid #BFBFBF;
}
.category-block .products-parent-childs .nav-item:first-child {
  border: none;
}
.category-block .products-parent-childs .nav-item a {
  color: #666;
}
.category-block .products-parent-childs .nav-item.active a {
  color: #EB602D;
}

.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor {
  display: block;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor a {
  display: none;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor {
  display: block;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li {
  display: block;
  text-transform: uppercase;
  padding: 26px 0 26px 115px;
  position: relative;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li img {
  width: 100px;
  position: absolute;
  top: 8px;
  left: 0;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li a {
  display: block;
  color: #666;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li a:hover {
  text-decoration: none;
  color: #EB5F2D;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li li.current_page_item a {
  color: #EB5F2D;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li li {
  display: none;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item ul {
  margin-bottom: -24px;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item li {
  display: block;
  font-size: 14px;
  font-family: "DMSans-Medium", Helvetica, Arial, sans-serif;
  padding: 3px 0 3px 11px;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item li a {
  color: #666;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item li.active a {
  color: #EB5F2D;
}
.page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item li a:hover {
  color: #EB5F2D;
}

@media screen and (min-width: 1650px) { /* 991px counts */
  .category-block .products-parent-childs .content-item .galery {
    max-width: 1073px;
  }
}
@media screen and (min-width: 1920px) { /* 991px counts */
  .category-block .products-parent-childs .content-item .galery {
    max-width: 1343px;
  }
}
@media screen and (max-width: 1299px) { /* 991px counts */
  .category-block .products-parent-childs .content-item .galery {
    max-width: 743px;
  }
}
@media screen and (max-width: 1199px) { /* 991px counts */
  .category-block .products-parent-childs .content-item .galery {
    max-width: 535px;
  }
}
@media screen and (max-width: 991px) { /* 991px counts */
  .category-block {
    display: block;
  }
  .category-block div.menu {
    min-width: 100%;
    max-width: 100%;
  }
  .category-block div.products {
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
  }
  .category-block div.menu .items {
    height: auto;
    background: #fff url(images/2e509c22d6deb3613fd5.svg) right 15px top 20px no-repeat;
    border: 1px solid #505050;
    border-radius: 6px;
    padding: 6px 15px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .category-block div.menu .items .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
  }
  .category-block div.menu .items.active {
    background: #fff url(images/c31ea9322bc73cbbaa3d.svg) right 15px top 23px no-repeat;
  }
  .category-block div.menu .items.active .over {
    display: none;
  }
  .category-block .products-parent-childs .content-item .galery {
    max-width: 644px;
  }
  .category-block {
    margin-bottom: 20px;
  }
  .category-block .menu .items ul li.current-menu-parent .current_page_item li {
    padding: 6px 0 6px 0px;
  }
  .category-block .menu .items ul li.current-menu-parent .current_page_item li img {
    display: none;
  }
  .category-block .menu .items ul li.current-menu-parent .current_page_item li.active ul {
    display: none;
  }
  .category-block .menu .items ul li.current-menu-parent .current_page_item li {
    display: none;
  }
  .category-block .menu .items ul li.current-menu-parent .current_page_item li.active {
    display: block;
  }
  .category-block .menu .items ul li.current-menu-parent .current_page_item li.active a {
    color: #666;
  }
  .category-block .menu .items.active ul li.current-menu-parent .current_page_item li {
    display: block;
  }
  .category-block .menu .items.active ul li.current-menu-parent .current_page_item li ul {
    display: none;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item li {
    display: none;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li {
    padding: 6px 0 6px 0px;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li img {
    display: none;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current-menu-item ul {
    margin-bottom: 0;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li li.current_page_item a {
    color: #666;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li {
    display: none;
  }
  .page-template-page-sub-category .category-block .menu .items ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item {
    display: block;
  }
  .page-template-page-sub-category .category-block .menu .items.active ul li.current-menu-ancestor li.current_page_ancestor li {
    display: block;
  }
  .page-template-page-sub-category .category-block .menu .items.active ul li.current-menu-ancestor li.current_page_ancestor li li {
    display: none;
  }
}
@media screen and (max-width: 767px) { /* 991px counts */
  .category-block .products-parent-childs .content-item .links {
    justify-content: space-between;
  }
  .category-block .products-parent-childs .content-item .links a {
    width: calc(50% - 16px);
  }
  .category-block .products-parent-childs .content-item .links a.button-arrow {
    width: calc(100% - 16px);
  }
  .category-block .products-parent-childs .content-item .links a.catalog {
    width: calc(60% - 16px);
  }
  .category-block .products-parent-childs .content-item .links a.video {
    width: calc(40% - 16px);
  }
  .category-block .products-parent-childs .content-item .galery {
    max-width: 560px;
  }
  .category-block div.products {
    padding-left: 0;
    padding-right: 0;
  }
  .category-block {
    margin-bottom: -20px;
  }
  .category-block .products-parent-childs .content-item .galery {
    padding-bottom: 40px;
  }
  .category-block .products-parent-childs .content-item .galery .slick-prev {
    left: auto;
    right: 50%;
    top: 100%;
    margin: 0 4px 0 0;
  }
  .category-block .products-parent-childs .content-item .galery .slick-next {
    right: auto;
    left: 50%;
    top: 100%;
    margin: 0 0px 0 4px;
  }
  .category-block .menu .title {
    padding: 13px 15px;
    background-position-y: 21px;
  }
  .category-block .products-parent-childs .content-item .links {
    margin: 0 -8px;
  }
}
@media screen and (max-width: 599px) {
  .category-block .products-parent-childs .content-item {
    max-width: calc(100vw - 40px);
  }
  .category-block .products-parent-childs .content-item .galery-item-inner {
    margin: 0 -10px;
  }
}
.product-inner .logo {
  margin-bottom: 15px;
}
.product-inner .logo img {
  display: block;
  max-height: 51px;
  width: auto;
}
.product-inner .logo-special img {
  max-height: 35px;
}
.product-inner .galery {
  position: relative;
  margin: 0 auto 30px;
  max-width: 1237px;
}
.product-inner .galery .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -11px;
}
.product-inner .galery .slick-prev {
  left: -45px;
  width: 37px;
  height: 22px;
  background: url(images/ce870d1794300b5cb942.svg) center center no-repeat;
}
.product-inner .galery .slick-next {
  width: 37px;
  height: 22px;
  background: url(images/6654d71fc0d6d0b15762.svg) center center no-repeat;
  right: -45px;
}
.product-inner .galery-item-inner {
  position: relative;
}
.product-inner .galery-item-inner .numbers .number-holder {
  display: flex;
  position: absolute;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  top: 15px;
}
.product-inner .galery-item-inner .numbers .number-holder:before {
  content: " ";
  width: 1px;
  height: calc(100% - 10px);
  position: absolute;
  top: 10px;
  left: 19px;
  background: #fff;
}
.product-inner .galery-item-inner .numbers .description {
  overflow: hidden;
  position: absolute;
  right: 19px;
  top: 0px;
  max-width: 0;
  z-index: 20;
  transition: max-width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  width: 471px;
}
.product-inner .galery-item-inner .numbers .description .description-inner * {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-inner .galery-item-inner .numbers .number-holder-inverse .description {
  right: auto;
  left: 19px;
}
.product-inner .galery-item-inner .numbers .description-inner {
  min-height: 80px;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  min-width: 471px;
}
.product-inner .galery-item-inner .numbers .description-inner .title {
  margin-bottom: 10px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.product-inner .galery-item-inner .numbers .description-inner p {
  margin: 0;
  font-size: 14px;
}
.product-inner .galery-item-inner .numbers .plus-minus {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff url(images/accbb59f16c8cadca412.svg) center center no-repeat;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 0px;
  margin-top: 0;
}
.product-inner .galery-item-inner .numbers .number {
  width: 28px;
  color: #fff;
  height: 28px;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  background: #EB5F2D;
  border: 1px solid #fff;
  border-radius: 6px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.product-inner .galery-item-inner .numbers .active .description {
  max-width: 471px;
  width: 471px;
  transition: max-width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-inner .galery-item-inner .numbers .active .description .description-inner * {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
  opacity: 1;
}
.product-inner .galery-item-inner .numbers .active .plus-minus {
  background: #EB5F2D url(images/5b60ebb345e2f1926169.svg) center center no-repeat;
  margin-bottom: -33px;
  margin-top: auto;
}
.product-inner .galery-nav {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.product-inner .icons-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.product-inner .icons {
  display: flex;
  padding: 8px 8px;
  border-radius: 5px;
  background: #FFF;
  min-width: 872px;
  justify-content: center;
}
.product-inner .icons-item {
  text-align: center;
  border-left: 1px solid #D0D0D0;
  padding: 8px 29px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 195px;
}
.product-inner .icons-item:first-child {
  border: none;
}
.product-inner .icons-item img {
  display: block;
  margin: 0 auto 15px;
  max-height: 43px;
  min-height: 43px;
  width: auto;
}
.product-inner .buttons {
  width: 896px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px;
}
.product-inner .buttons a {
  width: 100%;
  margin: 0 12px;
}

.other-products {
  padding: 30px 0 50px;
}
.other-products .subtitle {
  color: #92C463;
  margin: 0 0 3px;
  font-size: 14px;
}
.other-products .subtitle.special {
  color: #3FB0E8;
}
.other-products .title {
  color: #C3C3C3;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}
.other-products .slider-items-nav {
  bottom: -80px;
  padding-right: 0;
}

.other-products-list {
  margin-left: -30px;
  margin-right: -473px;
}
.other-products-list .slick-list {
  padding: 0 !important;
}
.other-products-list .slick-track {
  margin: 0;
}

.other-products-slider {
  /*display: flex;
  justify-content: space-between;*/
}

.other-products-item {
  padding: 0 30px;
  width: 100%;
}

.other-products-item-inner {
  width: 100%;
  position: relative;
}
.other-products-item-inner .images {
  padding-bottom: 45px;
}
.other-products-item-inner .images-item {
  padding: 20px 20px 0;
}
.other-products-item-inner .images-item img {
  transition: margin 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.other-products-item-inner .images-item:hover img {
  margin-top: -20px;
  margin-bottom: 20px;
}
.other-products-item-inner .slick-prev {
  position: absolute;
  right: 50%;
  margin: 0 4px 0 0px;
  bottom: -33px;
}
.other-products-item-inner .slick-next {
  position: absolute;
  left: 50%;
  margin: 0 0px 0 4px;
  bottom: -33px;
}
.other-products-item-inner .slick-disabled {
  opacity: 0.5;
  filter: grayscale(1);
}
.other-products-item-inner .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-products-item-inner .nav .button {
  text-transform: uppercase;
}
.other-products-item-inner .nav .logos a {
  display: none;
}
.other-products-item-inner .nav .logos .active {
  display: block;
}
.other-products-item-inner .nav img {
  width: auto;
  max-height: 41px;
}

.other-products-item-inner .nav .logos-special img {
  max-height: 32px;
}

@media screen and (max-width: 1550px) { /* 991px counts */
  .other-products-list {
    margin-right: -273px;
  }
}
@media screen and (min-width: 1920px) { /* 991px counts */
  .other-products-list {
    margin-right: -50px;
    margin-left: -50px;
  }
  .other-products-item-inner .images-item {
    padding-left: 0;
    padding-right: 0;
  }
  .other-products-item {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  .other-products-item-inner .nav .button {
    padding: 7px 16px;
    font-size: 12px;
  }
  .other-products-item-inner .nav img {
    width: auto;
    max-height: 32px;
  }
  .other-products-item-inner .slick-next {
    bottom: -25px;
  }
  .other-products-item-inner .slick-prev {
    bottom: -25px;
  }
  .other-products .title {
    font-size: 60px;
  }
  .buttons-holder {
    margin: 0 -12px;
  }
  .product-inner .galery-item-inner .numbers .active .description {
    max-width: 390px;
    width: 390px;
  }
  .other-products-item-inner .nav .logos-special img {
    max-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .other-products-list {
    margin-right: -250px;
    margin-left: -20px;
  }
  .other-products-item {
    padding: 0 20px;
  }
  .product-inner .galery .slick-prev {
    left: 0px;
  }
  .product-inner .galery .slick-next {
    right: 0;
  }
  .product-inner .galery-item-inner .numbers .number-holder::before {
    display: none;
  }
  .product-inner .galery-item-inner .numbers .plus-minus {
    display: none;
  }
  .product-inner .galery-item-inner .numbers .number-holder {
    justify-content: flex-end;
  }
  .product-inner .galery .slick-prev {
    z-index: 10;
  }
  .product-inner .icons-holder {
    justify-content: flex-start;
    overflow-x: auto;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 5px;
    background: #FFF;
  }
  .product-inner .icons {
    padding: 15px 0px;
    min-width: 100%;
    justify-content: flex-start;
  }
  .product-inner .icons-item {
    min-width: 115px;
  }
  .product-inner .galery-item-inner .numbers .description {
    display: none;
  }
  .product-inner .galery-item-inner .numbers .active .number {
    background: #B73303;
  }
  /*.other-products-list .slick-track .slick-slide:last-child {
    margin-right: 250px;
  }

  .other-products-list .slick-track .slick-slide:last-child .slick-slide:last-child{
    margin-right: 0px;
  }*/
}
@media screen and (max-width: 767px) {
  .other-products-list {
    margin-right: -270px;
  }
  .product-inner .logo img {
    max-height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .other-products-list {
    margin-right: -230px;
  }
  .other-products-item-inner .slick-next {
    bottom: -20px;
  }
  .other-products-item-inner .slick-prev {
    bottom: -20px;
  }
  .other-products-item-inner .slick-next {
    margin: 0 0px 0 14px;
  }
  .other-products-item-inner .slick-prev {
    margin: 0px -8px 0 0;
  }
  .product-inner .galery .slick-next {
    width: 16px;
    height: 10px;
    background-size: cover;
  }
  .product-inner .galery .slick-prev {
    width: 16px;
    height: 10px;
    background-size: cover;
  }
  .other-products .title {
    font-size: 40px;
    line-height: 1.2;
  }
  .product-inner .buttons {
    display: block;
    margin: 0 auto 10px;
  }
  .product-inner .buttons a {
    margin: 0 0 18px;
  }
  .product-inner .icons-item img {
    max-height: 40px;
    min-height: 40px;
    width: auto;
    margin: 0 auto 10px;
  }
  .product-inner .icons-item {
    min-width: 95px;
    padding: 8px 20px;
    font-size: 14px;
  }
  .product-inner .buttons-holder {
    margin: 0;
  }
  .product-inner .galery-item-inner .numbers .number {
    width: 20px;
    height: 20px;
    line-height: 1.5;
    font-size: 12px;
  }
}
.faq {
  display: none;
}

.faq-item {
  padding-bottom: 30px;
}
.faq-item .title {
  display: flex;
  color: #505153;
  font-family: "HelveticaNeue-Bold", Helvetica, Arial, sans-serif;
  align-items: center;
  text-transform: uppercase;
  padding-right: 20px;
  background: url(images/e6a61fad446d27eb564f.svg) right 10px no-repeat;
  cursor: pointer;
}
.faq-item .title .number {
  width: 28px;
  color: #fff;
  height: 28px;
  background: #EB5F2D;
  border: 1px solid #fff;
  border-radius: 6px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  z-index: 5;
  cursor: pointer;
  margin-right: 10px;
}
.faq-item .description {
  display: none;
  padding-left: 38px;
}
.faq-item .description p {
  margin: 8px 0 0 0;
}
.faq-item.active .title {
  background: url(images/c9f8bda4fc885a0b0c06.svg) right 10px no-repeat;
}
.faq-item.active .number {
  background: #B73303;
}
.faq-item.active .description {
  display: block;
}

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

/*# sourceMappingURL=styles.css.map*/