.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-list,
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-container *,
.projects-carousel .sl_btn,
.slick-slider,
.work-btn:after,
.work-btn:before,
.work-btn:hover:before,
html {
  box-sizing: border-box;
}
.fancybox-is-hidden,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.fancybox-infobar,
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.fancybox-button:focus,
.fancybox-slide,
.slick-list:focus {
  outline: 0;
}
.fancybox-caption,
.fancybox-infobar,
.slick-slide.dragging img {
  pointer-events: none;
}
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.slick-slider,
html {
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: "Heading Pro";
  src: url(../fonts/HeadingPro-Regular.eot);
  src: local("../fonts/Heading Pro Regular"),
    local("../fonts/HeadingPro-Regular"),
    url(../fonts/HeadingPro-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/HeadingPro-Regular.woff2) format("woff2"),
    url(../fonts/HeadingPro-Regular.woff) format("woff"),
    url(../fonts/HeadingPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proba Pro";
  src: url(../fonts/ProbaPro-Regular.eot);
  src: local("../fonts/Proba Pro Regular"), local("../fonts/ProbaPro-Regular"),
    url(../fonts/ProbaPro-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ProbaPro-Regular.woff) format("woff"),
    url(../fonts/ProbaPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proba Pro";
  src: url(../fonts/ProbaPro-Bold.eot);
  src: local("../fonts/Proba Pro Bold"), local("../fonts/ProbaPro-Bold"),
    url(../fonts/ProbaPro-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/ProbaPro-Bold.woff) format("woff"),
    url(../fonts/ProbaPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #fff;
  background-color: #a8ca1a;
}
::-webkit-scrollbar-track {
  border-width: 1px;
  background-color: #eee;
  border-color: #fff;
}
.slick-slider {
  user-select: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.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-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.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: 0.9;
  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 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-slide,
.fancybox-slide--image .fancybox-content {
  transition-property: transform, opacity;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.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;
  top: 0;
  user-select: none;
}
.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: none;
  position: absolute;
}
.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 {
  display: none;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
caption,
th {
  text-align: left;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: no-repeat;
  background-size: 100% 100%;
  overflow: visible;
  padding: 0;
  transform-origin: top left;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  padding: 0;
  top: 0;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  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:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  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;
}
label,
output {
  display: inline-block;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: 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%,
    transparent 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-share__button,
.fancybox-share__button:hover,
.order-btn,
a,
a:focus,
a:hover,
input:focus,
input:hover {
  text-decoration: none;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  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);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.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);
}
.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;
  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);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0);
}
.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);
}
.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);
}
@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;
  }
}
.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;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
address,
legend {
  line-height: inherit;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-show-thumbs .fancybox-thumbs,
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
  display: block;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.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,
svg:not(:root) {
  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: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
}
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0;
}
address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
  margin-bottom: 0.5rem;
}
button,
hr,
input {
  overflow: visible;
}
pre,
textarea {
  overflow: auto;
}
.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,
.reviews-item:hover img {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@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);
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 375px;
  -ms-overflow-style: scrollbar;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  overflow-x: hidden;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
}
abbr[data-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  caption-side: bottom;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  color: inherit;
  white-space: normal;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
*,
::after,
::before {
  box-sizing: inherit;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.reviews .row,
.how-content .row {
  flex-wrap: nowrap;
  align-items: center;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xl-2{
  max-width: 540px !important;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 90%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
* {
  outline: 0;
}
a:focus,
a:hover,
input:focus,
input:hover {
  color: inherit;
}
@media (max-width: 480px) {
  body footer,
  body header,
  body main {
    overflow: hidden;
  }
  body nav.nav {
    background-color: #242424;
    padding: 10px 0;
  }
  body img {
    max-width: 100%;
  }
  body #nav-icon {
    display: block;
    margin-top: 5px;
  }
  body .menu,
  body nav .nav-item {
    margin-top: 30px;
    display: none;
    text-align: center;
  }
  body .menu li,
  body nav .nav-item li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  body .info_bl {
    padding: 50px 0;
  }
  body .head {
    padding-top: 130px;
    padding-bottom: 50px;
    min-height: inherit;
    background-size: cover;
  }
  body .head-item h1 {
    font-size: 42px;
    line-height: 1;
  }
  body .h2-title,
  body .how-title,
  body .solutions-title {
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  body .h2-title br,
  body .how-title br,
  body .solutions-title br {
    display: none;
  }
  body .h2-title br.xs-block,
  body .how-title br.xs-block,
  body .nav-row,
  body .solutions-title br.xs-block {
    display: block;
  }
  body .text-right {
    text-align: left;
  }
  body .section_2 {
    margin-top: 0;
  }
  body .section_1-item br,
  body .section_2-item br,
  body .xs-none {
    display: none;
  }
  body .phone {
    margin-right: 30px;
  }
  body .head-item .info {
    margin-left: 0;
  }
  body .work-btn {
    margin-right: 50px;
  }
  body .work-btn:after,
  body .work-btn:before {
    width: 124px;
    height: 124px;
  }
  body .section_1 .h2-title {
    margin-bottom: 30px;
    min-height: 168px;
  }
  body .section_1-item,
  body .section_2-item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  body .mob-slider,
  body .section_1-carousel {
    padding-bottom: 80px;
    margin-top: 35px;
    position: relative;
  }
  body .mob-slider:before,
  body .section_1-carousel:before {
    content: "";
    background: url(../images/mobbtn.svg) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
  }
  body .mob-slider .slick-dots,
  body .section_1-carousel .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body .mob-slider .slick-dots li,
  body .section_1-carousel .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
  }
  body .mob-slider .slick-dots li a,
  body .section_1-carousel .slick-dots li a {
    font-family: Heading Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(160, 160, 160, 0.3);
    display: block;
    position: relative;
  }
  body .mob-slider .slick-dots li.slick-active a:before,
  body .section_1-carousel .slick-dots li.slick-active a:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #7b7b7b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  body .section_2-item {
    margin-bottom: 0;
    margin-top: 0;
  }
  body .how-img,
  body .section_1-img {
    height: 275px;
    overflow: hidden;
    position: relative;
  }
  body .how-img img,
  body .section_1-img img {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width: 100%;
    left: 0;
  }
  body .section_2-img {
    height: 275px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  body .section_2-img img {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width: 100%;
    left: 0;
  }
  body .section_2 .h2-title {
    margin-bottom: 30px;
  }
  body .block_form,
  body .contacts,
  body .faq,
  body .reviews,
  body .section_1,
  body .section_2,
  body .solutions,
  body .tre_lux {
    padding: 60px 0;
  }
  body .solutions {
    padding-top: 0;
  }
  body .section_2 {
    padding-bottom: 0;
  }
  body .solutions-item .more p {
    height: inherit;
    margin-bottom: 20px;
  }
  body .projects {
    padding: 60px 0;
  }
  body .solutions-item {
    position: static;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.75);
  }
  body .solutions-item .img img {
    filter: none;
  }
  body .solutions-item .more {
    height: inherit;
    overflow: visible;
    padding: 0 32px 60px;
  }
  body .tre_lux-title {
    font-size: 100px;
    line-height: 1;
    margin-top: 0;
  }
  body .tre_lux-title span {
    display: inline-block;
  }
  body .tre_lux-items .item {
    margin-bottom: 20px;
  }
  body .xs-block {
    display: block;
  }
  body .phone.xs-block {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
  }
  body .xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  body .section_2-title {
    max-width: 240px;
  }
  body .section_2-title br {
    display: none;
  }
  body .partners-list {
    display: block;
    text-align: center;
  }
  body .partners-list li {
    display: inline-block;
    margin: 10px;
  }
  body .block_form-title br,
  body .contacts br,
  body .how .container:before,
  body .projects-carousel .sl_btn:before,
  body .projects-count_sl,
  body .section_2 .container:before {
    display: none;
  }
  body .partners-title {
    text-align: center;
  }
  body .projects .h2-title {
    position: static;
  }
  body .projects-item {
    padding-top: 30px;
  }
  body .projects-carousel .sl_btn.slick-next {
    right: 0;
    bottom: 0;
    width: inherit;
    height: 68px;
  }
  body .tre_lux-right {
    margin-top: 35px;
  }
  body .projects-carousel .sl_btn.slick-prev {
    left: 0;
    bottom: 0;
    width: inherit;
    height: 68px;
  }
  body .projects-carousel .sl_btn:hover:before {
    width: inherit;
    height: 68px;
  }
  body .projects-carousel {
    padding-bottom: 85px;
    position: relative;
  }
  body .projects-carousel:before {
    content: "";
    background: url(../images/mobbtn.svg) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    bottom: 54px;
    left: 46%;
    transform: translateX(-50%);
  }
  body .how-title {
    text-align: center;
  }
  body .block_form-title {
    max-width: 335px;
    margin-bottom: 30px;
  }
  body .reviews-item:before {
    top: 103px;
  }
  body .faq-item .title:before {
    left: 0;
  }
  body .faq-item.active .title:after {
    content: "-";
  }
  body .faq-item .title {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  body .faq-item .title:after {
    content: "+";
    position: absolute;
    top: 10px;
    right: 0;
  }
  body .faq-item .more {
    margin-top: 20px;
  }
  body .footer {
    text-align: center;
  }
  body .footer p {
    margin: 20px 0;
  }
  body .social {
    margin-bottom: 30px;
  }
  body .container {
    max-width: 480px;
  }
  body .projects-item_title {
    position: static;
  }
  body .projects-carousel .slick-dots {
    bottom: 0;
    left: 50%;
    width: 211px;
    transform: translateX(-50%);
  }
  body .projects-carousel .slick-dots li {
    margin-right: 15px;
  }
  body .how-item {
    margin-bottom: 0;
  }
  body .contacts {
    padding-top: 0;
  }
  body .projects_item-carousel img {
    min-height: 343px;
  }
}
@media (min-width: 415px) and (max-width: 667px) {
  body footer,
  body header,
  body main {
    overflow: hidden;
  }
  body nav.nav {
    background-color: #242424;
    padding: 10px 0;
  }
  body img {
    max-width: 100%;
  }
  body #nav-icon {
    display: block;
    margin-top: 5px;
  }
  body .menu,
  body nav .nav-item {
    margin-top: 30px;
    display: none;
    text-align: center;
  }
  body .menu li,
  body nav .nav-item li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  body .info_bl {
    padding: 50px 0;
  }
  body .head {
    padding-top: 130px;
    padding-bottom: 50px;
    min-height: inherit;
    background-size: cover;
  }
  body .head-item h1 {
    font-size: 42px;
    line-height: 1;
  }
  body .h2-title,
  body .how-title,
  body .solutions-title {
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  body .h2-title br,
  body .how-title br,
  body .solutions-title br {
    display: none;
  }
  body .h2-title br.xs-block,
  body .how-title br.xs-block,
  body .nav-row,
  body .solutions-title br.xs-block {
    display: block;
  }
  body .text-right {
    text-align: left;
  }
  body .section_2 {
    margin-top: 0;
  }
  body .section_1-item br,
  body .section_2-item br,
  body .xs-none {
    display: none;
  }
  body .phone {
    margin-right: 30px;
  }
  body .head-item .info {
    margin-left: 0;
  }
  body .work-btn {
    margin-right: 50px;
  }
  body .work-btn:after,
  body .work-btn:before {
    width: 124px;
    height: 124px;
  }
  body .section_1 .h2-title {
    margin-bottom: 30px;
    min-height: 168px;
  }
  body .section_1-item,
  body .section_2-item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  body .mob-slider,
  body .section_1-carousel {
    padding-bottom: 80px;
    margin-top: 35px;
    position: relative;
  }
  body .mob-slider:before,
  body .section_1-carousel:before {
    content: "";
    background: url(../images/mobbtn.svg) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    bottom: 34px;
    left: 46%;
    transform: translateX(-50%);
  }
  body .mob-slider .slick-dots,
  body .section_1-carousel .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body .mob-slider .slick-dots li,
  body .section_1-carousel .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
  }
  body .mob-slider .slick-dots li a,
  body .section_1-carousel .slick-dots li a {
    font-family: Heading Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(160, 160, 160, 0.3);
    display: block;
    position: relative;
  }
  body .mob-slider .slick-dots li.slick-active a:before,
  body .section_1-carousel .slick-dots li.slick-active a:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #7b7b7b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  body .section_2-item {
    margin-bottom: 0;
    margin-top: 0;
  }
  body .how-img,
  body .section_1-img {
    height: 275px;
    overflow: hidden;
    position: relative;
  }
  body .how-img img,
  body .section_1-img img {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width: 100%;
    left: 0;
  }
  body .section_2-img {
    height: 275px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  body .section_2-img img {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width: 100%;
    left: 0;
  }
  body .section_2 .h2-title {
    margin-bottom: 30px;
  }
  body .block_form,
  body .contacts,
  body .faq,
  body .reviews,
  body .section_1,
  body .section_2,
  body .solutions,
  body .tre_lux {
    padding: 60px 0;
  }
  body .solutions {
    padding-top: 0;
  }
  body .section_2 {
    padding-bottom: 0;
  }
  body .solutions-item .more p {
    height: inherit;
    margin-bottom: 20px;
  }
  body .projects {
    padding: 60px 0;
  }
  body .solutions-item {
    position: static;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.75);
  }
  body .solutions-item .img img {
    filter: none;
  }
  body .solutions-item .more {
    height: inherit;
    overflow: visible;
    padding: 0 32px 60px;
  }
  body .tre_lux-title {
    font-size: 100px;
    line-height: 1;
    margin-top: 0;
  }
  body .tre_lux-title span {
    display: inline-block;
  }
  body .tre_lux-items .item {
    margin-bottom: 20px;
  }
  body .xs-block {
    display: block;
  }
  body .phone.xs-block {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
  }
  body .xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  body .section_2-title {
    max-width: 240px;
  }
  body .section_2-title br {
    display: none;
  }
  body .partners-list {
    display: block;
    text-align: center;
  }
  body .partners-list li {
    display: inline-block;
    margin: 10px;
  }
  body .block_form-title br,
  body .contacts br,
  body .how .container:before,
  body .projects-carousel .sl_btn:before,
  body .projects-count_sl,
  body .section_2 .container:before {
    display: none;
  }
  body .partners-title {
    text-align: center;
  }
  body .projects .h2-title {
    position: static;
  }
  body .projects-item {
    padding-top: 30px;
  }
  body .projects-carousel .sl_btn.slick-next {
    right: 0;
    bottom: 0;
    width: inherit;
    height: 68px;
  }
  body .tre_lux-right {
    margin-top: 35px;
  }
  body .projects-carousel .sl_btn.slick-prev {
    left: 0;
    bottom: 0;
    width: inherit;
    height: 68px;
  }
  body .projects-carousel .sl_btn:hover:before {
    width: inherit;
    height: 68px;
  }
  body .projects-carousel {
    padding-bottom: 85px;
    position: relative;
  }
  body .projects-carousel:before {
    content: "";
    background: url(../images/mobbtn.svg) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    bottom: 54px;
    left: 46%;
    transform: translateX(-50%);
  }
  body .how-title {
    text-align: left;
  }
  body .block_form-title {
    max-width: 335px;
    margin-bottom: 30px;
  }
  body .reviews-item:before {
    top: 103px;
  }
  body .faq-item .title:before {
    left: 0;
  }
  body .faq-item.active .title:after {
    content: "-";
  }
  body .faq-item .title {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  body .faq-item .title:after {
    content: "+";
    position: absolute;
    top: 10px;
    right: 0;
  }
  body .faq-item .more {
    margin-top: 20px;
  }
  body .footer {
    text-align: center;
  }
  body .footer p {
    margin: 20px 0;
  }
  body .social {
    margin-bottom: 30px;
  }
  body .container {
    max-width: 480px;
  }
  body .projects-item_title {
    position: static;
  }
  body .projects-carousel .slick-dots {
    bottom: 0;
    left: 50%;
    width: 211px;
    transform: translateX(-50%);
  }
  body .projects-carousel .slick-dots li {
    margin-right: 15px;
  }
  body .how-item {
    margin-bottom: 0;
  }
  body .contacts {
    padding-top: 0;
  }
  body .projects_item-carousel img {
    min-height: 343px;
  }
}
@media (min-width: 668px) and (max-width: 1200px) {
  body footer,
  body header,
  body main {
    overflow: hidden;
  }
  body nav.nav {
    background-color: #242424;
    padding: 10px 0;
  }
  body img {
    max-width: 100%;
  }
  body #nav-icon {
    display: block;
    margin-top: 5px;
  }
  body .menu,
  body nav .nav-item {
    margin-top: 30px;
    display: none;
    text-align: center;
  }
  body .menu li,
  body nav .nav-item li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  body .info_bl {
    padding: 50px 0;
  }
  body .head {
    padding-top: 130px;
    padding-bottom: 50px;
    min-height: inherit;
    background-size: cover;
  }
  body .head-item h1 {
    font-size: 42px;
    line-height: 1;
  }
  body .h2-title,
  body .how-title,
  body .solutions-title {
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 1.2;
  }
  body .h2-title br,
  body .how-title br,
  body .solutions-title br {
    display: none;
  }
  body .h2-title br.xs-block,
  body .how-title br.xs-block,
  body .nav-row,
  body .solutions-title br.xs-block {
    display: block;
  }
  body .text-right {
    text-align: left;
  }
  body .section_2 {
    margin-top: 0;
  }
  body .section_1-item br,
  body .section_2-item br,
  body .xs-none {
    display: none;
  }
  body .phone {
    margin-right: 30px;
  }
  body .head-item .info {
    margin-left: 0;
  }
  body .work-btn {
    margin-right: 50px;
  }
  body .work-btn:after,
  body .work-btn:before {
    width: 124px;
    height: 124px;
  }
  body .section_1 .h2-title {
    margin-bottom: 30px;
  }
  body .section_1-item,
  body .section_2-item {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  body .mob-slider,
  body .section_1-carousel {
    padding-bottom: 80px;
    margin-top: 35px;
    position: relative;
  }
  body .mob-slider:before,
  body .section_1-carousel:before {
    content: "";
    background: url(../images/mobbtn.svg) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    bottom: 34px;
    left: 46%;
    transform: translateX(-50%);
  }
  body .mob-slider .slick-dots,
  body .section_1-carousel .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  body .mob-slider .slick-dots li,
  body .section_1-carousel .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    cursor: pointer;
  }
  body .mob-slider .slick-dots li a,
  body .section_1-carousel .slick-dots li a {
    font-family: Heading Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: rgba(160, 160, 160, 0.3);
    display: block;
    position: relative;
  }
  body .mob-slider .slick-dots li.slick-active a:before,
  body .section_1-carousel .slick-dots li.slick-active a:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #7b7b7b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  body .section_2-item {
    margin-bottom: 0;
    margin-top: 0;
  }
  body .how-img,
  body .section_1-img {
    height: 275px;
    overflow: hidden;
    position: relative;
  }
  body .how-img img,
  body .section_1-img img {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width: 100%;
    left: 0;
  }
  body .section_2-img {
    height: 275px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  body .section_2-img img {
    position: absolute;
    bottom: 0;
    vertical-align: bottom;
    width: 100%;
    left: 0;
  }
  body .section_2 .h2-title {
    margin-bottom: 30px;
  }
  body .block_form,
  body .contacts,
  body .faq,
  body .reviews,
  body .section_1,
  body .section_2,
  body .solutions,
  body .tre_lux {
    padding: 60px 0;
  }
  body .solutions {
    padding-top: 0;
  }
  body .section_2 {
    padding-bottom: 0;
  }
  body .solutions-item .more p {
    height: inherit;
    margin-bottom: 20px;
    min-height: 110px;
  }
  body .projects {
    padding: 60px 0;
  }
  body .solutions-item {
    position: static;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.75);
  }
  body .solutions-item .img img {
    filter: none;
  }
  body .solutions-item .more {
    height: inherit;
    overflow: visible;
    padding: 0 32px 60px;
  }
  body .tre_lux-title {
    font-size: 100px;
    line-height: 1;
    margin-top: 0;
  }
  body .tre_lux-title span {
    display: inline-block;
  }
  body .tre_lux-items .item {
    margin-bottom: 20px;
  }
  body .xs-block {
    display: block;
  }
  body .phone.xs-block {
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0;
  }
  body .xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  body .section_2-title {
    max-width: 240px;
  }
  body .section_2-title br {
    display: none;
  }
  body .partners-list {
    display: block;
    text-align: center;
  }
  body .partners-list li {
    display: inline-block;
    margin: 10px;
  }
  body .block_form-title br,
  body .contacts br,
  body .how .container:before,
  body .projects-carousel .sl_btn:before,
  body .projects-count_sl,
  body .section_2 .container:before {
    display: none;
  }
  body .partners-title {
    text-align: center;
  }
  body .projects .h2-title {
    position: static;
  }
  body .projects-item {
    padding-top: 30px;
  }
  body .projects-carousel .sl_btn.slick-next {
    right: 0;
    bottom: 0;
    width: inherit;
    height: 68px;
  }
  body .tre_lux-right {
    margin-top: 35px;
  }
  body .projects-carousel .sl_btn.slick-prev {
    left: 0;
    bottom: 0;
    width: inherit;
    height: 68px;
  }
  body .projects-carousel .sl_btn:hover:before {
    width: inherit;
    height: 68px;
  }
  body .projects-carousel {
    padding-bottom: 85px;
    position: relative;
  }
  body .projects-carousel:before {
    content: "";
    background: url(../images/mobbtn.svg) center no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    position: absolute;
    bottom: 54px;
    left: 46%;
    transform: translateX(-50%);
  }
  body .how-title {
    text-align: left;
  }
  body .block_form-title {
    max-width: 335px;
    margin-bottom: 30px;
  }
  body .how-item,
  body .social {
    margin-bottom: 0;
  }
  body .reviews-item:before {
    top: 103px;
  }
  body .faq-item .title:before {
    left: 0;
  }
  body .faq-item.active .title:after {
    content: "-";
  }
  body .faq-item .title {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
  body .faq-item .title:after {
    content: "+";
    position: absolute;
    top: 10px;
    right: 0;
  }
  body .faq-item .more {
    margin-top: 20px;
  }
  body .footer {
    text-align: center;
  }
  body .container {
    max-width: 480px;
  }
  body .projects-item_title {
    position: static;
  }
  body .projects-carousel .slick-dots {
    bottom: 0;
    left: 50%;
    width: 211px;
    transform: translateX(-50%);
  }
  body .projects-carousel .slick-dots li {
    margin-right: 15px;
  }
  body .contacts {
    padding-top: 0;
  }
  body .footer .container,
  body .footer_bottom .container,
  body .solutions .container {
    max-width: 100%;
  }
  body .solutions-title {
    max-width: 420px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
  }
  body .section_2 .h2-title br {
    display: block;
  }
  body .nav-item a {
    display: block;
    margin-bottom: 20px;
  }
  body .nav-item a.call-me {
    margin-bottom: 0;
  }
  body .footer .logo {
    margin-left: 0;
    margin-top: 8px;
  }
  body .footer p {
    margin: 0;
  }
  body .section_1 .h2-title {
    min-height: 126px;
  }
  body .projects_item-carousel img {
    min-height: 448px;
  }
}
.footer-list li,
.menu li,
.social li {
  vertical-align: middle;
}
.menu li a,
.phone {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 19px;
  transition: 0.3s;
}
.head,
.nav.fixed {
  background-color: #242424;
}
.solutions-item .title:before,
.tre_lux-right .item p:before,
.work-btn:after,
.work-btn:before {
  content: "";
}
.section_1-img,
.text-right {
  text-align: right;
}
.nav-row {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.head,
.head-btn {
  -ms-flex-align: center;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  display: inline-block;
  margin: 0 15px;
}
.menu li a {
  color: #fff;
}
.menu li a:hover {
  color: #a8ca1a;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  transition: 0.3s;
}
.head,
.head .container,
.head-item .info,
.work-btn {
  position: relative;
}
.nav.fixed {
  padding: 10px 0;
}
.head {
  padding-top: 70px;
  padding-bottom: 140px;
  min-height: 100vh;
  background-image: url(../images/slider-header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.head .container {
  z-index: 2;
}
.phone {
  text-transform: uppercase;
  color: #fff;
  margin-right: 45px;
}
.call-me,
.head-item p {
  font-size: 12px;
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.phone:hover {
  color: #a8ca1a;
}
.phone svg {
  margin-right: 15px;
}
.call-me {
  line-height: 14px;
  letter-spacing: 0.3em;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 14px !important;
}
.call-me:hover {
  color: #a8ca1a;
}
.call-me svg {
  margin-right: 10px;
}
.head-item {
  max-width: 743px;
}
.head-item p {
  line-height: 21px;
  letter-spacing: 0.4em;
  color: #a0a0a0;
  margin: 0;
}
.head-item h1 {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 98px;
  text-transform: uppercase;
  color: #fff;
  margin: 10px 0 23px;
}
.head-item .info {
  display: block;
  z-index: 22;
  max-width: 290px;
  font-family: Proba Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: white;
  margin-right: auto;
  background: rgba(0,0,0,0.4);
  border-radius: 5px;
  padding: 7px;
}
.order-btn,
.work-btn {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3em;
  display: inline-block;
  transition: 0.3s;
}
.ml-auto,
.section_2-title,
.solutions-item {
  margin-left: auto;
}
.order-btn {
  line-height: 1;
  text-transform: uppercase;
  color: black;
  background: #a8ca1a;
  box-shadow: 0 10px 40px rgba(122, 146, 24, 0.8);
  padding: 24px 37px;
  cursor: pointer;
  border: 0;
}
.order-btn:hover {
  color: black;
  background: #ef2d02;
  box-shadow: 0 10px 40px rgba(239, 45, 2, 0.8);
}
.work-btn {
  left: 50px;
  line-height: 22px;
  font-size: 22px;
  /* text-shadow: 0.5px 0.5px 0 #000, 0.5px -0.5px 0 #000, -0.5px 0.5px 0 #000,
    -0.5px -0.5px 0 #000, 0.5px 0px 0 #000, 0px 0.5px 0 #000, -0.5px 0px 0 #000,
    0px -0.5px 0 #000; */
  text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000,
    0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
  text-transform: uppercase;
  color: #a8ca1a;
}

.work-btn:hover {
  color: #ef2d02 !important;
}
@media (max-width: 768px) {
  .info{
    font-size: 18px !important;
  }
  .order-btn{
    padding: 15px 25px 13px;
    font-size: 12px;
  }
  .work-btn {
    text-transform: uppercase;
    color: black;
    background: #a8ca1a;
    box-shadow: 0 10px 40px rgba(122, 146, 24, 0.8);
    padding: 15px 25px 13px;
    cursor: pointer;
    border: 0;
    text-shadow: none;
    margin: 0 !important;
    font-size: 12px;
    line-height: 12px;
    left: 0;
  }
  .work-btn svg {
    display: none;
  }
  .work-btn br {
    display: none;
  }
  .work-btn::after,
  .work-btn::before {
    display: none;
  }
  .work-btn:hover {
    color: #000 !important;
    background: #ef2d02;
    box-shadow: 0 10px 40px rgba(239, 45, 2, 0.8);
  }
}
.faq-item .title:before,
.how-item .title,
.solutions-item .info,
.tre_lux-right .item p {
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
.tre_lux-right p {
  letter-spacing: 0.4px !important;
  font-family: "Proba Pro" !important;
}
.work-btn:hover {
  color: #fff;
}
.h2-title,
.section_1-item .title {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
.work-btn:hover:before {
  left: calc(50% - 5px);
  width: 160px;
  height: 155px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.work-btn:hover:after {
  width: 160px;
  height: 155px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  left: calc(50% + 2.5px);
}
.work-btn:after,
.work-btn:before {
  width: 224px;
  height: 224px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  transition: 0.3s;
}
.head-btn {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 355px;
  margin-top: 43px;
}
.section_1 {
  padding: 10vw 0 5vw;
}
.section_1 .h2-title {
  margin-bottom: 90px;
  min-height: 400px;
}
.h2-title {
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
}
.section_1-item {
  margin-bottom: 35px;
}
.section_1-item .img {
  margin-bottom: 22px;
}
.section_1-item .title {
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 12px;
}
.section_1-item p {
  font-family: Proba Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #7b7b7b;
  margin-bottom: 0;
}
.solutions-item .info,
.solutions-item .title,
.solutions-title {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
}
.section_1-img {
  margin-top: 35px;
}
.tre_lux-items,
.tre_lux-right {
  margin-top: 9px;
}
.section_1-img img {
  max-width: 100%;
}
.solutions {
  padding: 5vw 0;
  overflow: hidden;
}
.solutions .col-xl-4 {
  position: relative;
  min-height: 540px;
}
.solutions-title {
  font-size: 96px;
  line-height: 98px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 75px;
}
.solutions-item {
  background: #fff;
  text-align: center;
  transition: 1s;
  margin-bottom: 60px;
  max-width: 360px;
  width: 100%;
  margin-right: auto;
}
.solutions-item * {
  transition: 1s;
}
.solutions-item:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.75);
}
.solutions-item:hover .img img {
  filter: grayscale(0);
}
.solutions-item:hover .more {
  height: inherit;
  overflow: visible;
  padding: 0 32px 60px;
}
.solutions-item:hover .more p {
  margin-bottom: 25px;
  height: inherit;
}
.solutions-item .img {
  margin-bottom: 34px;
}
.solutions-item .img img {
  filter: grayscale(100%);
  width: 100%;
  transition: 0.3s;
}
.solutions-item .info {
  font-size: 12px;
  line-height: 21px;
  color: #a0a0a0;
  margin-bottom: 4px;
}
.solutions-item .title {
  font-size: 21px;
  line-height: 22px;
  color: #000;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 20px;
}
.solutions-item .title:before {
  width: 45px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.solutions-item .more {
  transition: 1s;
  height: 0;
  overflow: hidden;
  padding: 0;
}
.solutions-item .more p {
  transition: 1s;
  font-family: Proba Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  text-align: center;
  color: #7b7b7b;
  margin-bottom: 0;
  height: 0;
}
.tre_lux-items .title,
.tre_lux-title {
  font-family: Heading Pro;
  font-weight: 400;
  font-style: normal;
}
.footer .nav-item,
.how-title {
  text-align: center;
}
.tre_lux {
  padding: 5vw 0;
  background: #f7f7f7;
}
.tre_lux-title {
  font-size: 220px;
  line-height: 220px;
  text-transform: uppercase;
  color: #000;
}
.tre_lux-title span {
  display: block;
  color: #a8ca1a;
}
.tre_lux-items .title {
  font-size: 26px;
  line-height: 28px;
  color: #000;
  margin-bottom: 43px;
}
.tre_lux-items .item {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #7b7b7b;
  font-family: Proba Pro;
}
.tre_lux-items .item:last-child {
  margin-bottom: 0;
}
.tre_lux-items .item b {
  font-family: Heading Pro;
  color: #000;
  display: block;
  font-weight: 400;
  line-height: 24px;
}
.tre_lux-right {
  max-width: 370px;
  border: 2px solid #a8ca1a;
  padding: 40px 50px;
}
.tre_lux-right .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: left;
  margin-bottom: 15px;
}
.tre_lux-right .item:last-child {
  margin-bottom: 0;
}
.tre_lux-right .item span {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 66px;
  text-transform: uppercase;
  color: #000;
  margin-right: 10px;
}
.tre_lux-right .item p {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 5px;
}
.tre_lux-right .item p:before {
  width: 22px;
  height: 1px;
  background: #a8ca1a;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_2 {
  margin-top: 115px;
}
.section_2 .container {
  position: relative;
}
.section_2 .container:before {
  content: "LUX";
  width: 786px;
  height: 220px;
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 800;
  font-size: 600px;
  line-height: 170px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section_2 .h2-title {
  margin-bottom: 60px;
}
.section_2-title {
  max-width: 130px;
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #a8ca1a;
  margin-right: auto;
}
.section_2-item {
  margin-bottom: 34px;
}
.section_2-item .img {
  margin-bottom: 14px;
}
.section_2-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  font-family: Proba Pro;
  color: #7b7b7b;
}
.section_2-item p b {
  font-family: Heading Pro;
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.partners-title,
.projects-item .title {
  font-family: Heading Pro;
  line-height: 28px;
  color: #a8ca1a;
  font-weight: 400;
  font-style: normal;
}
.partners {
  margin-top: 60px;
}
.partners-title {
  font-size: 21px;
}
.partners-list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.projects {
  padding: 5vw 0;
}
.projects .container {
  position: relative;
}
.projects .h2-title {
  position: absolute;
  top: 0;
  left: 15px;
}
.projects-item {
  padding-top: 95px;
  max-width: 470px;
}
.projects-item .title {
  font-size: 26px;
  margin-bottom: 26px;
}
.projects-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.projects-item ul li {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  font-family: Proba Pro;
  color: #7b7b7b;
}
.how .container:before,
.how-item .title,
.how-title,
.projects-count_sl,
.projects-item ul li b,
.reviews-title {
  font-family: Heading Pro;
}
.projects-item ul li b {
  display: block;
  color: #000;
  margin-bottom: 5px;
}
.projects-carousel {
  position: relative;
  padding-bottom: 100px;
  padding-top: 140px;
}

.projects-carousel .item {
  position: relative;
}
@media (max-width: 1200px) {
  .projects-carousel {
    padding-top: 7px;
  }
  .projects-carousel .item img {
    height: 486px;
  }
}
.projects-carousel .slick-dots {
  position: absolute;
  bottom: 39px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.projects-carousel .sl_btn:before,
.projects-carousel .slick-dots li.slick-active a:before {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
.projects-carousel .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}
.projects-carousel .slick-dots li a {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 66px;
  text-transform: uppercase;
  color: rgba(160, 160, 160, 0.3);
  display: block;
  position: relative;
}
.projects-carousel .slick-dots li.slick-active a:before {
  width: 18px;
  height: 1px;
  background: #7b7b7b;
  position: absolute;
}
.projects-carousel .sl_btn,
.projects-carousel .sl_btn:before {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
}
.projects-carousel .sl_btn {
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.projects-carousel .sl_btn:before {
  border: 1px solid #e8e8e8;
  transition: 0.3s;
}
.projects-carousel .sl_btn svg path {
  transition: 0.3s;
}
.projects-carousel .sl_btn:hover svg path {
  stroke: #a8ca1a;
}
.projects-carousel .sl_btn:hover:before {
  width: 224px;
  height: 224px;
  border: 1px solid #a8ca1a;
}
.projects-carousel .sl_btn.slick-prev {
  right: 150px;
  top: 725px;
  z-index: 50;
  background: #ffffff30;
}
.projects-carousel .sl_btn.slick-next {
  right: 15px;
  top: 725px;
  z-index: 50;
  background: #ffffff30;
}
@media (max-width: 1200px) {
  .projects-carousel .sl_btn.slick-prev {
    right: 100%;
    top: 563px;
    z-index: 50;
    background: none;
    margin-right: -21.5px;
  }
  .projects-carousel .sl_btn.slick-next {
    right: 10px !important;
    top: 563px;
    z-index: 50;
    background: none;
  }
}
.projects-carousel .col-xl-7.xs-first {
  position: static;
}
.projects-count_sl {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-style: normal;
  font-weight: 400;
  color: #7b7b7b;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.projects-count_sl #curent {
  font-size: 60px;
  line-height: 42px;
  text-transform: uppercase;
  color: #000;
}
.projects_item-carousel {
  position: relative;
  max-width: 670px;
  margin-left: auto;
}
.projects_item-carousel .car_btn {
  position: absolute;
  width: 58px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
}
.projects_item-carousel .car_btn svg path {
  transition: 0.3s;
}
.projects_item-carousel .car_btn:hover {
  background: #a8ca1a;
}
.projects_item-carousel .car_btn:hover svg path {
  stroke: #fff;
}
.projects_item-carousel .car_btn.next {
  top: 60px;
  right: 0;
}
.projects_item-carousel .car_btn.prev {
  top: 0;
  right: 0;
}
.projects_item-carousel img {
  min-height: 705px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}
.projects_item-carousel img:hover {
  filter: grayscale(0.5);
}
.reviews-item {
  min-width: 300px;
  background: white;
  position: relative;
  display: block;
}
.reviews-item:before {
  content: "";
  width: 170px;
  height: 67.82px;
  background: rgba(120, 120, 120, 0.2);
  filter: blur(50px);
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.how .container,
.reviews-item img {
  position: relative;
}

.reviews-item img {
  transition: 0.3s;
  width: 100%;
  z-index: 1;
  max-height: 500px;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .reviews-item img {
    max-height: none;
  }
}
.reviews-title {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #000;
  margin-bottom: 28px;
}
.reviews {
  padding-bottom: 5vw;
}
.how {
  padding: 5vw 0;
}
.how .container:before {
  content: "Tre";
  width: 635px;
  height: 220px;
  font-style: normal;
  font-weight: 800;
  font-size: 500px;
  line-height: 220px;
  text-transform: uppercase;
  color: #f5f5f5;
  position: absolute;
  top: 200px;
  right: 43px;
}
.how-item .title,
.how-item p,
.how-title {
  font-style: normal;
  font-weight: 400;
}
.how-title {
  font-size: 96px;
  line-height: 98px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 57px;
}
.how-item {
  margin-bottom: 40px;
}
.how-item .title {
  font-size: 18px;
  line-height: 21px;
  color: #a8ca1a;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
  margin-bottom: 13px;
}
.how-item p {
  font-size: 18px;
  line-height: 22px;
  font-family: Proba Pro;
  color: #7b7b7b;
  margin-bottom: 0;
}
.block_form-title,
.how-item p b {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
}
.how-item p b {
  color: #000;
}
.how-content {
  max-width: 565px;
  margin-left: auto;
}
.block_form {
  padding: 5vw 0;
}
.block_form-title {
  font-size: 26px;
  line-height: 28px;
  color: #a8ca1a;
  max-width: 227px;
  margin: 0 auto;
}
.block_form-form .label-text,
.block_form-form input {
  line-height: 22px;
  font-weight: 400;
  font-size: 16px;
  font-family: Heading Pro;
  font-style: normal;
}
.block_form-form {
  max-width: 770px;
  margin-left: auto;
  background: #f7f7f7;
  padding: 65px 69px;
}
.block_form-form input {
  display: block;
  width: 100%;
  border: 0;
  color: #000;
  border-bottom: 1px solid #b1b1b1;
  background: 0 0;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 45px;
  border-radius: 0;
  position: relative;
  z-index: 4;
}
.block_form-form input:focus,
.block_form-form input:hover {
  border-bottom-color: #a8ca1a;
}
.block_form-form input:focus + .label-text,
.block_form-form input:hover + .label-text {
  color: #a8ca1a;
  top: -13px;
  z-index: 0;
}
.block_form-form input:placeholder {
  color: #000;
}
.block_form-form .label-text {
  transition: 0.4s;
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
  color: #000;
}
.contacts-item a,
.rezart-logo svg path,
.social li a {
  transition: 0.3s;
}
.faq .container,
.label {
  position: relative;
}
.block_form-form p {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #c8c8c8;
}
.faq {
  padding: 5vw 0;
}
.faq .container:before {
  content: "F.A.Q.";
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 800;
  font-size: 500px;
  line-height: 220px;
  text-transform: uppercase;
  transform: rotate(90deg);
  color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 300px;
  transform-origin: left top;
}
.faq-item .title,
.faq-item .title:before {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.faq-item {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 26px;
  padding-bottom: 20px;
}
.faq-item .title {
  font-size: 19px;
  color: #000;
  padding-left: 59px;
  position: relative;
}
.faq-item .title:before {
  content: attr(data-num);
  font-size: 20px;
  color: #a8ca1a;
  position: absolute;
  top: 0;
  left: -15px;
}
.faq-item .more {
  font-family: Proba Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #7b7b7b;
}
.contacts-item,
.contacts-title {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
}
.contacts {
  padding: 5vw 0 10vw;
}
.contacts-map {
  filter: grayscale(100%);
  max-width: 472px;
  height: 348px;
  width: 100%;
}
.contacts-title {
  font-size: 26px;
  line-height: 28px;
  color: #a8ca1a;
  margin-bottom: 40px;
}
.contacts-item {
  font-size: 19px;
  line-height: 22px;
  color: #000;
  margin-bottom: 20px;
}
.contacts-item a,
.contacts-item p {
  display: block;
  font-family: Proba Pro;
  color: #7b7b7b;
  margin-top: 5px;
}
.footer p,
.footer-list li a {
  font-family: Heading Pro;
  font-style: normal;
}
.contacts-item a:hover {
  color: #a8ca1a;
}
.footer {
  background: #242424;
  padding: 59px 0;
}
.footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7b7b7b;
  margin-bottom: 0;
}
.social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social li {
  display: inline-block;
  margin: 0 10px;
}
.social li a {
  display: block;
}
.social li a:hover {
  transform: scale(1.1);
}
#nav-icon:after,
#nav-icon:before {
  content: "";
  transform: translateX(-50%);
}
.footer-row {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_bottom {
  padding: 20px 0;
  background: #0e0e0e;
}
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal .block_form-form input,
.modal .title {
  margin-bottom: 40px;
}
.footer-list li {
  display: inline-block;
  margin-right: 20px;
}
.footer-list li a {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  color: #65666a;
  transition: 0.3s;
}
#nav-icon,
.modal,
.xs-block {
  display: none;
}
.footer-list li a:hover {
  color: #fff;
}
.modal .title,
.success-item h1 {
  font-family: Heading Pro;
  color: #000;
  font-style: normal;
  font-weight: 400;
}
.modal {
  max-width: 370px;
  width: 100%;
  background: #f7f7f7;
  padding-left: 60px;
  padding-right: 60px;
}
.modal .title {
  text-align: center;
  font-size: 26px;
  line-height: 28px;
}
.modal .block_form-form {
  text-align: center;
  padding: 0;
}
.modal .block_form-form .label-text {
  left: 0;
}
#nav-icon span,
#nav-icon:after,
#nav-icon:before {
  width: 13px;
  height: 2px;
  background-color: #fff;
  left: 50%;
}
.modal.large {
  padding: 5vw;
  max-width: 768px;
}
#nav-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  position: relative;
  float: right;
}
#nav-icon:after {
  position: absolute;
  top: 12px;
}
#nav-icon:before {
  position: absolute;
  bottom: 12px;
}
#nav-icon span {
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
}
.success-item {
  margin-top: 50px;
}
.success-item h1 {
  font-size: 96px;
  line-height: 98px;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.success-item p {
  font-family: Proba Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #a0a0a0;
  margin-bottom: 70px;
}
.logo {
  margin-left: -11px;
}
.projects-item_title {
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #a8ca1a;
  margin-bottom: 26px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 15px;
  left: 0;
}
.faq-container {
  max-width: 670px;
  margin-left: auto;
}
.rezart-logo:hover svg path {
  fill: #a8ca1a;
}
.lozad{
  object-fit: cover;
}

.lozad1 {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.lozad1:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.h2-title1 {
  font-size: 43px;
  line-height: 66px;
  text-transform: uppercase;
  font-family: Heading Pro;
  font-style: normal;
  font-weight: 400;
  color: #000;
}
@media (max-width: 1024px) {
  .h2-title1 {
    font-size: 35px;
    line-height: 42px;
  }
}
.row1 {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: -40px;
  font-size: 10px;
}
.wrapper {
  margin-top: 50px;
}

.wrapper h1 {
  font-family: Heading Pro;
  font-size: 52px;
  margin-bottom: 60px;
  text-align: center;
}

.team {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: center;
  flex-wrap: wrap;
}

.team .team_member {
  background: #fff;
  margin: 5px;
  margin-bottom: 0px;
  width: 300px;
  padding: 20px;
  line-height: 20px;
  color: #8e8b8b;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team .team_member h3 {
  color: #81c644;
  font-size: 26px;
  margin-top: 10px;
  height: 40px;
}

.team .team_member p.role {
  color: #ccc;
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.team .team_member .team_img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
}

.team .team_member .team_img img {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 50%;
  object-fit: cover;
}

.partners-list .slick-track {
  align-items: center;
}

.partners-list li {
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.partners-list .slick-arrow.slick-prev {
  background: url("../images/arrow.png") 0 0 no-repeat;
  font-size: 0px;
  line-height: 0px;
  min-width: 45px;
  min-height: 45px;
  border: none;
  transform: rotate(180deg);
  box-sizing: border-box;
  padding: 0px;
}

.partners-list .slick-arrow.slick-next {
  background: url("../images/arrow.png") 0 0 no-repeat;
  font-size: 0px;
  line-height: 0px;
  min-width: 45px;
  min-height: 45px;
  border: none;
  box-sizing: border-box;
  padding: 0px;
}

.partners-list .slick-arrow.slick-prev:active,
.partners-list .slick-arrow.slick-prev:focus,
.partners-list .slick-arrow.slick-prev:checked {
  border: none;
  outline: none;
}

.partners-list .slick-arrow.slick-next:active,
.partners-list .slick-arrow.slick-next:focus,
.partners-list .slick-arrow.slick-next:checked {
  border: none;
  outline: none;
}

@media (max-width: 1200px) {
  .partners-list {
    display: flex !important;
    align-items: center;
  }
}

.section_1-imgtop {
  max-width: 555px;
  max-height: 375px;
  overflow: hidden;
}

.section_1-imgtop img {
  width: 100%;
  object-position: 0px -100px;
}

.mob-slider .slick-track {
  flex-direction: row;
  flex-wrap: nowrap;
}

.mob-slider .slick-arrow.slick-prev {
  background: url("../images/arrow.png") 0 0 no-repeat;
  font-size: 0px;
  line-height: 0px;
  min-width: 45px;
  min-height: 45px;
  border: none;
  transform: rotate(180deg);
  box-sizing: border-box;
  padding: 0px;
}

.mob-slider .slick-arrow.slick-next {
  background: url("../images/arrow.png") 0 0 no-repeat;
  font-size: 0px;
  line-height: 0px;
  min-width: 45px;
  min-height: 45px;
  border: none;
  box-sizing: border-box;
  padding: 0px;
}

.mob-slider .slick-arrow.slick-prev:active,
.mob-slider .slick-arrow.slick-prev:focus,
.mob-slider .slick-arrow.slick-prev:checked {
  border: none;
  outline: none;
}

.mob-slider .slick-arrow.slick-next:active,
.mob-slider .slick-arrow.slick-next:focus,
.mob-slider .slick-arrow.slick-next:checked {
  border: none;
  outline: none;
}
.mob-slider .col-xl-2 {
  display: flex;
  justify-content: center;
}
