@charset "UTF-8";
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

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

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

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

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

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

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

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

/**
* FancyBox 3
*/
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

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

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

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

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

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

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

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

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

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

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

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

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

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

.fancybox-button--zoom svg path {
  fill: transparent;
}

/* Navigation arrows */
.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

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

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */
}

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p.fancybox-share__links {
  margin-right: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

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

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

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

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

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

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

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

@font-face {
  font-family: gt;
  src: url("../fonts/GTWalsheimProRegular.ttf");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: gt;
  src: url("../fonts/GTWalsheimProMedium.ttf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: gt;
  src: url("../fonts/GTWalsheimProBlack.ttf");
  font-style: normal;
  font-weight: 800;
}
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  vertical-align: baseline;
  font-style: inherit;
  font-size: 14px;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
}

* {
  font-family: gt;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

body {
  overflow-x: hidden;
}

a,
.btn {
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
}

.container {
  max-width: 1200px;
  position: relative;
  margin: auto;
  padding: 0 15px;
}

.toggle-menu {
  position: absolute;
  height: 22px;
  width: 30px;
  top: 0;
  right: 15px;
  margin: auto;
  cursor: pointer;
  bottom: 0;
  z-index: 20;
  display: none;
}

.toggle-menu .bar {
  height: 3px;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.toggle-menu .bar2 {
  top: 9px;
}

.toggle-menu .bar3 {
  top: 18px;
}

.toggle-menu.active .bar1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 7px;
}

.toggle-menu.active .bar2 {
  opacity: 0;
}

.toggle-menu.active .bar3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 7px;
}

.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 45px;
  z-index: 20;
}
.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .logo {
  text-decoration: none;
  font-size: 0;
  position: relative;
  top: -12px;
}
.site-header .logo img {
  max-width: 233px;
  width: 100%;
}
.site-header .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .nav-list a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.site-header .nav-list a:hover {
  border-color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.site-header li:not(:last-child) {
  margin-right: 12px;
}
.site-header .phone {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: table;
  margin-bottom: 15px;
}
.site-header .phone:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-header .callback {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  display: table;
  margin-left: auto;
  position: relative;
  padding-bottom: 3px;
}
.site-header .callback:after {
  content: "";
  position: absolute;
  background: url(../images/phone.svg) center no-repeat;
  width: 18px;
  height: 18px;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 26px;
}
.site-header .callback:hover {
  border-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}

.main {
  padding: 305px 0 0;
  position: relative;
  background-size: cover;
  background-position: center;
}
.main:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.84)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
  height: 100%;
  z-index: 10;
}
.main .container {
  position: relative;
  z-index: 20;
}
.main h1 {
  font-size: 58px;
  font-weight: 800;
  color: #fff;
  max-width: 780px;
  margin-bottom: 70px;
}
.main img {
  max-width: 48px;
}
.main .main-nav {
  position: relative;
  padding: 0 15px;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid #ebebeb;
}
.main ul {
  padding: 9px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1170px;
  margin: auto;
}
.main ul li.current a {
  background-color: #ffca00;
  color: #000;
}
.main ul a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  padding: 5px 8px;
  color: #0a45ca;
}
.main ul a:hover {
  opacity: 0.8;
}

.content {
  background-image: url(../images/bg.png);
  background-position: right calc(0px - 105px);
  background-color: #f8f7f8;
  background-repeat: no-repeat;
}

.block-title {
  font-size: 44px;
  color: #000;
  font-weight: 500;
}

.about {
  padding-top: 70px;
  margin-bottom: 55px;
}
.about .block-title {
  margin-bottom: 20px;
}
.about .about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5px;
}
.about .col {
  width: 48%;
}
.about h2,
.about h3,
.about h4,
.about h5 {
  color: #000;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 20px 0;
}
.about h2, .about h2 a, .about h2 a strong {
  font-size: 44px;text-decoration:none;color:#170000;
}
.about h3,.about h3 a, .about h3 a strong {
  font-size: 34px;text-decoration:none;color:#170000;
}
.about h4, .about h4 a, .about h4 a strong {
  font-size: 28px;text-decoration:none;color:#170000;
}
.about h5 {
  font-size: 24px;
}
.about p {
  margin-bottom: 22px;
  font-size: 22px;
  color: #000;
}

.about ul li a, .about ul li, .about p a {     font-size: 22px;
    color: #000; text-decoration:none;}

.about .about-detail {
  display: table;
  font-size: 0;
  text-decoration: none;
}
.about .about-detail:hover {
  opacity: 0.8;
}
.about .about-detail img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  width: 25px;
  height: 13px;
}
.about .about-detail span {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  color: #0a45ca;
}

.projects {
  margin-bottom: 35px;
}
.projects .block-title {
  margin-bottom: 25px;
}
.projects .row {
  border-bottom: 2px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.projects .col {
  width: calc(50% - 15px);
  margin-bottom: 40px;
}
.projects .col .projects-slider {
  margin-bottom: 10px;
}
.projects .col .projects-slider .slide {
  height: 360px;
  background-size: cover;
  background-position: center;
}
.projects .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.projects .slider-nav .slide {
  width: 80px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.projects .slider-nav .slide:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.projects .col-title {
  font-size: 22px;
  color: #404040;
  margin-bottom: 10px;
}
.projects .col-title a {
  font-size: 22px;
  color: #0a45ca;
  display: inline-block;
}
.projects .col-title a:hover {
  opacity: 0.8;
}
.projects p {
  font-size: 18px;
  color: #000000;
}

.help {
  margin-bottom: 60px;
}
.help .block-title {
  margin-bottom: 40px;
}
.help .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.help .tabs-nav {
  width: 450px;
  margin-left: -20px;
}
.help .tabs-nav li:not(:last-child) {
  margin-bottom: 45px;
}
.help .tab-link {
  font-size: 24px;
  color: #0a45ca;
  font-weight: 500;
  text-decoration: none;
  padding: 13px 22px;
  display: inline-block;
}
.help .tab-link.active {
  color: #000000;
  background: #fec92e;
}
.help .tabs-content {
  width: calc(100% - 450px);
}
.help .tab {
  display: none;
}
.help .tab.active {
  display: block;
}
.help .help-list {
  margin-top: -22px;
}
.help .help-list li {
  border-bottom: 1px solid #cfcfcf;
}
.help .help-list a {
  font-size: 20px;
  color: #000000;
  display: block;
  text-decoration: none;
  padding: 22px 6px;
}
.help .help-list a:hover {
  background-color: #faf8f0;
  opacity: 1;
}
.help a:hover {
  opacity: 0.8;
}

.advantage {
  margin-bottom: 40px;
}
.advantage .block-title {
  margin-bottom: 40px;
}
.advantage .advantage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #cfcfcf;
  padding-bottom: 10px;
}
.advantage .advantage-item {
  width: 33.33%;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 25px;
}
.advantage .advantage-item-title {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.advantage .advantage-item-text {
  font-size: 20px;
  color: #000;
}
.advantage-icon {
  height: 80px;
  line-height: 80px;
  margin-bottom: 5px;
}
.advantage-icon img {
  display: inline-block !important;
  vertical-align: middle;
}

.review {
  padding-bottom: 55px;
}
.review .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review-col {
  width: calc(100% - 395px);
  padding-right: 45px;
}
.review-col .block-title {
  margin-bottom: 25px;
}
.review-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review-image {
  width: 218px;
  height: 258px;
  background-size: cover;
  background-position: center;
}
.review-info {
  width: calc(100% - 220px);
  padding-left: 40px;
}
.review-info h4 {
  font-size: 20px;
  font-weight: 400;
  color: #404040;
  max-width: 270px;
  margin-bottom: 15px;
}
.review-info p {
  font-size: 20px;
  color: #000;
}
.review .license-col {
  width: 395px;
  border-width: 2px;
  border-color: #dddddd;
  border-style: solid;
  background-color: white;
  padding: 20px 28px 30px;
  text-align: center;
}
.review .license-col .block-title {
  margin-bottom: 35px;
}
.review img {
  max-width: 100%;
}
.review .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.review .owl-nav > div {
  font-size: 22px;
  position: relative;
}
.review .owl-nav .disabled {
  opacity: 0.6;
}
.review .owl-nav .owl-prev {
  padding-left: 30px;
  background: url(../images/arrow-prev.svg) left calc(0px + 10px) no-repeat;
  margin-right: 40px;
  background-size: 25px 11px;
}
.review .owl-nav .owl-next {
  padding-right: 30px;
  background: url(../images/arrow-next.svg) right calc(0px + 10px) no-repeat;
  background-size: 25px 11px;
}

.contacts {
  padding-bottom: 70px;
}
.contacts .contacts-row {
  border: 10px solid #fec92e;
  padding: 55px 65px 45px 45px;
  background: url(../images/form-bg.png) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contacts .contacts-left .block-title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 40px;
}
.contacts .contacts-left p {
  font-size: 24px;
  color: #fff;
}
.contacts .contacts-left a {
  color: #fff;
  font-size: 0;
  display: inline-block;
}
.contacts .contacts-left a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  width: 16px;
  height: 16px;
}
.contacts .contacts-left a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.contacts .item:not(:last-child) {
  margin-bottom: 50px;
}
.contacts .email img {
  margin-right: 10px;
  width: 21px;
  height: 13px;
}
.contacts .email span {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
}
.contacts .contacts-form {
  width: 280px;
}
.contacts .contacts-form .block-title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
}
.contacts .form-control {
  border-width: 1px;
  border-color: #dbdbdb;
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 53px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.contacts .form-control::-webkit-input-placeholder {
  color: #d1d1d1;
}
.contacts .form-control:-ms-input-placeholder {
  color: #d1d1d1;
}
.contacts .form-control::-ms-input-placeholder {
  color: #d1d1d1;
}
.contacts .form-control::placeholder {
  color: #d1d1d1;
}
.contacts .form-control:hover, .contacts .form-control:focus {
  border-color: #fec92e;
}
.contacts .btn {
  border-radius: 2px;
  background-color: #fec92e;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 55px;
  font-size: 20px;
  color: #000;
  border: 0;
  font-weight: 500;
  cursor: pointer;
  margin-top: 15px;
}
.contacts .btn:hover {
  background-color: #f7c01e;
}

.footer {
  background: #282828;
  padding-top: 50px;
}
.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #484848;
}
.footer-left {
  width: 210px;
}
.footer .logo {
  margin-bottom: 14px;
  display: inline-block;
  font-size: 0;
  position: relative;
  top: -5px;
}
.footer .logo img {
  max-width: 169px;
  width: 100%;
}
.footer .phone {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: table;
  margin-bottom: 15px;
}
.footer .phone:hover {
  opacity: 0.8;
}
.footer .callback {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  display: table;
  position: relative;
  padding-bottom: 3px;
  margin-left: 40px;
}
.footer .callback:after {
  content: "";
  position: absolute;
  background: url(../images/phone.svg) center no-repeat;
  width: 18px;
  height: 18px;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 26px;
}
.footer .callback:hover {
  opacity: 0.8;
}
.footer-nav {
  width: calc(100% - 210px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 25px;
}
.footer-item:not(:last-child) {
  padding-right: 15px;
}
.footer-item li {
  margin-bottom: 2px;
}
.footer-item a {
  font-size: 18px;
  line-height: 24px;
  color: #f8f7f8;
  text-decoration: none;
  display: inline-block;
}
.footer-item a:hover {
  color: #fec92e;
}
.footer h4 {
  font-size: 20px;
  color: #656565;
  font-weight: 500;
  margin-bottom: 22px;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  direction: rtl;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  padding-right: 16px;
}
.footer .social li {
  margin-left: 30px;
}
.footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.footer .social a:hover {
  opacity: 0.7;
}
.footer .social span {
  font-size: 16px;
  color: #ffffff;
  margin-left: 10px;
  white-space: nowrap;
  display: block;
}
.footer .social img {
  max-width: 16px;
  max-height: 16px;
  opacity: 0.7;
}
.footer .copy {
  font-size: 14px;
  color: #717171;
}

@media (max-width: 1100px) {
  .toggle-menu {
    display: block;
  }

  .site-header {
    padding-top: 20px;
    z-index: 25;
  }
  .site-header .nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px 15px 25px;
    display: none;
    z-index: 30;
  }
  .site-header .nav:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.84)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.84) 100%);
    height: 100%;
    z-index: 10;
  }
  .site-header .nav li {
    width: 100%;
    padding: 5px 0;
  }
  .site-header .nav li a {
    display: inline-block;
    position: relative;
    z-index: 11;
  }
  .site-header .logo {
    top: 0;
  }

  .site-header-contact {
    padding-right: 45px;
  }

  .site-header .phone {
    margin-bottom: 10px;
  }

  .main h1 {
    font-size: 44px;
  }

  .main {
    padding: 205px 0 0;
  }
  .main img {
    max-width: 40px;
  }

  .main ul {
    padding-bottom: 10px;
  }
  .main ul li {
    margin-bottom: 10px;
  }
  .main ul li:not(:last-child) {
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .review-col {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .review .license-col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts-left {
    margin-bottom: 20px;
  }

  .contacts .item:not(:last-child) {
    margin-bottom: 25px;
  }

  .contacts .contacts-row {
    padding: 45px 35px;
  }

  .site-header .logo img {
    max-width: 150px;
  }

  .site-header .phone {
    font-size: 15px;
  }

  .site-header .callback {
    font-size: 13px;
  }

  .main h1 {
    font-size: 36px;
  }

  .main ul a,
  .about .about-detail span {
    font-size: 15px;
  }

  .block-title {
    font-size: 36px;
  }

  .about .col {
    width: 100%;
  }

  .about p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
  }

  .projects .col {
    width: 100%;
  }

  .projects .col-title,
  .projects .col-title a {
    font-size: 18px;
  }

  .projects p {
    font-size: 15px;
  }

  .help .tabs-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
  .help .tabs-nav li {
    margin-bottom: 0px !important;
  }

  .help .tab-link {
    font-size: 18px;
  }

  .help .tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .help .tabs-content {
    width: 100%;
  }

  .help .help-list a {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .help .help-list li:not(:last-child) {
    margin-bottom: 18px;
  }

  .advantage .advantage-item {
    width: 100%;
  }

  .advantage .advantage-item-title {
    font-size: 20px;
  }

  .advantage .advantage-item-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .block-title {
    font-size: 30px;
  }

  .review-info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  .contacts .contacts-left .block-title {
    font-size: 28px;
  }

  .contacts .contacts-left p {
    font-size: 20px;
  }

  .contacts .contacts-left a span {
    font-size: 20px;
  }

  .contacts .contacts-form .block-title {
    font-size: 28px;
    padding-top: 15px;
  }

  .contacts .contacts-form {
    width: 100%;
  }

  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts .contacts-row {
    margin: 0 -15px;
    padding: 40px 20px;
  }

  .footer-left {
    width: 100%;
    padding-bottom: 25px;
  }

  .footer-nav {
    width: 100%;
  }

  .footer-bottom {
    direction: ltr;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer .social {
    width: 100%;
  }

  .review .owl-nav > div {
    font-size: 18px;
  }

  .review .owl-nav .owl-prev {
    margin-right: 15px;
  }

  .projects .col .projects-slider .slide {
    height: 300px;
  }

  .main h1 {
    font-size: 32px;
  }
  .main h1 img {
    max-width: 28px;
  }

  .footer .social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .footer .social li {
    display: table;
    margin-left: 0;
    margin: 0 auto 10px;
    text-align: center;
  }

  .footer .copy {
    width: 100%;
    text-align: center;
  }

  .footer-item {
    width: 100%;
  }

  .footer h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 350px) {
  .site-header .callback {
    font-size: 0;
    height: 18px;
    width: 0px;
    border: 0;
    display: inline-block;
    position: relative;
    top: -7px;
  }

  .site-header .phone {
    display: none;
  }
}
.main-heading {
  max-width: 780px;
  margin-bottom: 70px;
  line-height: 78px;
}
.main-heading h1 {
  margin: 0;
  display: inline;
}
.main-heading .btn-consult {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  padding: 10px 30px;
  margin: 12px 0 12px 40px;
  background-color: #003fcd;
  text-decoration: none;
}
.main-heading .btn-consult:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0a49d7;
}

.popup {
  display: none;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  width: 650px;
}
.fancybox-slide .popup {
  padding: 0;
  background: none;
}
.fancybox-slide--current .popup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fancybox-is-closing .popup {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}
.popup .fancybox-close-small {
  background: url(../images/ico-close-modal.svg) center center no-repeat;
  background-size: 20px 20px;
  top: 18px;
  right: 18px;
  z-index: 40;
  width: 24px;
  height: 24px;
}
.popup .fancybox-close-small:after {
  display: none;
}
.popup .fancybox-close-small:hover {
  opacity: 0.8;
}
.popup__body {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4.7px 0.3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4.7px 0.3px rgba(0, 0, 0, 0.3);
  padding: 40px 50px 50px 50px;
}

.popup-title {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}

.popup-desc {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 25px;
}

.form_modal {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.form__group {
  margin-bottom: 10px;
}
.form__submit {
  margin-top: 20px;
}
.form__btn {
  display: block;
  width: 100%;
}
.form__note {
  color: #a1a1a1;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 15px;
}
.form__note a {
  color: #a1a1a1;
  text-decoration: underline;
}
.form__note a:hover {
  text-decoration: none;
}

.form-control {
  display: block;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
.form-control::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-control::placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-control_phone {
  padding-left: 44px;
  padding-right: 44px;
}

.phone-control {
  position: relative;
}
.phone-control__addon {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 56px;
  width: 44px;
  text-align: right;
}

.button {
  display: inline-block;
  vertical-align: bottom;
  border: none;
  text-align: center;
  text-decoration: none;
  background-color: #003fcd;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px;
}
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0547db;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}
.gallery__item {
  width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.gallery__item img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.consult {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.consult__btn {
  display: block;
  background-color: #ffca00;
  padding: 15px 30px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  border: none;
}
.consult__btn:hover {
  color: #000;
  background-color: #ffd546;
}
.consult__note {
  margin-left: 30px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.consult__phone {
  font-size: 22px;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
}
.consult__phone:hover {
  text-decoration: none;
  color: #000;
}

.block-desc {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
}

.contact-wrap {
  background-color: #f8f7f8;
  padding: 70px 0;
}
.contact-wrap .block-title {
  margin-bottom: 20px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  padding: 40px 60px;
  margin-left: -60px;
  margin-right: -60px;
  margin-top: 50px;
}
.contact img {
  max-width: 100%;
  height: auto;
}
.contact__main {
  width: 44.3493150685%;
  padding-right: 40px;
}
.contact__map {
  width: 55.6506849315%;
}
.contact__item {
  margin-bottom: 30px;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__label {
  color: #8c8c8c;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
.contact__value {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.contact__phone {
  color: #000;
  font-size: inherit;
  text-decoration: none;
}
.contact__phone:hover {
  color: #000;
  text-decoration: none;
}
.contact__action {
  margin-top: 10px;
}
.contact__btn {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  background-color: #003fcd;
  border-radius: 2px;
  padding: 5px 20px;
}
.contact__btn:hover {
  color: #fff;
  background-color: #0144dc;
}

.details {
  margin-bottom: 40px;
  margin-top: 10px;
  max-width: 850px;
}
.details__list {
  padding-top: 30px;
  display: none;
}
.details__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  padding: 8px 0;
  border-bottom: 1px solid #dcdcdc;
}
.details__label {
  width: 330px;
  font-size: inherit;
}
.details__value {
  font-size: inherit;
}
.details__btn {
  display: inline-block;
  cursor: pointer;
  vertical-align: bottom;
  border: none;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #003fcd;
  color: #003fcd;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 30px;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.details__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0547db;
}
.details__btn:before {
  content: 'Показать ';
}
.details_open .details__btn:before {
  content: 'Скрыть ';
}

@media (max-width: 1339px) {
  .contact {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }
}
@media (max-width: 1100px) {
  .main-heading {
    line-height: normal;
  }
  .main-heading h1 {
    display: block;
  }
  .main-heading .btn-consult {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .contact {
    display: block;
  }
  .contact__main {
    width: auto;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .contact__map {
    width: auto;
  }
}
@media (max-width: 768px) {
  .popup {
    width: 98%;
  }

  .help .help-list {
    margin-top: 0;
  }

  .details__unit {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .consult {
    display: block;
  }
  .consult__note {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  .gallery {
    margin-left: -5px;
    margin-right: -5px;
  }
  .gallery__item {
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .details__unit {
    display: block;
  }
  .details__label {
    width: auto;
  }
}
@media (max-width: 425px) {
  .popup__body {
    padding: 40px 30px 30px 30px;
  }

  .popup-title {
    font-size: 36px;
  }

  .popup-desc {
    font-size: 18px;
  }

  .contact {
    padding: 20px;
  }
  .contact__main {
    margin-bottom: 20px;
  }
  .contact__label {
    font-size: 20px;
    line-height: 24px;
  }
  .contact__value {
    font-size: 18px;
    line-height: 20px;
  }

  .details__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
