@charset "UTF-8";
/*==============================FONTS==============================*/
@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*==============================PLUGINS==============================*/
/*---------------------arcticmodal------------------------*/
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  width: 23px;
  height: 48px;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-dots {
  bottom: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.slick-dots li.slick-active button {
  background-color: #00BFA5;
  opacity: 1;
}

.slick-dots li button {
  width: 19px;
  height: 19px;
  background: #fff;
  background-color: #fff;
  border-radius: 100%;
}

/*---------------------fancybox------------------------*/
.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.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: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.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: #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.87;
  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;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

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

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  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;
}

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

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

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  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;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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;
  box-sizing: border-box;
}

.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;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.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: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

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

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

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

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

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

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

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-linear-gradient(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%);
  background: -o-linear-gradient(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%);
  background: linear-gradient(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;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

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

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.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: -25px;
  margin-left: -25px;
  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 {
  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;
  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);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

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

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-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);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .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;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    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;
    min-width: 100%;
    min-height: 100%;
    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-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/* custom-arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow--left {
  left: 30px;
  background-image: url(../images/arrow-left.png);
}

.fancybox-arrow--right {
  right: 30px;
  background-image: url(../images/arrow-right.png);
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.9;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.2;
}

/*==============================GENERAL==============================*/
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  min-width: 320px;
}

body {
  font-family: 'Gilroy';
  line-height: 1.15;
}

body.load:after {
  visibility: hidden;
  opacity: 0;
}

body.load .wrapper {
  opacity: 1;
}

body:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 49px;
  width: 196px;
  margin: -75px 0px 0px -75px;
  /*background: url(../images/load.svg) center no-repeat;*/
  background: url(../images/loading.gif) center no-repeat;
  /*background-size: 150px 150px;*/
  /*-webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;*/
  z-index: 200;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1170px;
  z-index: 20 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

p {
  font-size: 16px;
}

strong {
  font-weight: 700;
}

.main-title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #444142;
}

.main-subtitle {
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  color: #009cda;
}

.main-subtitle strong {
  color: #444142;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/*--------------form-styles-------------------*/
.btn {
  display: inline-block;
  padding: 0 20px;
  line-height: 34px;
  border: 1px solid #fff8f8;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

.btn_blue {
  background-color: #009cda;
}

.btn_blue:hover {
  border-color: #009cda;
}

/*---------------modal-window--------------------*/
.box-modal {
  position: relative;
  padding: 40px 50px;
  width: 400px;
  background: #fff;
}

.arcticmodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-modal-close.png);
  cursor: pointer;
}

.modal-callback__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: #009cda;
}

.modal-callback__field {
  margin-bottom: 20px;
  width: 100%;
  padding-left: 15px;
  height: 45px;
  border: 1px solid #009cda;
}

.modal-callback__btn {
  margin-top: 10px;
  width: 100%;
  line-height: 42px;
  border: 0;
}

/*==============================INDEX==============================*/
/*---------------------promo------------------------*/
.promo {
  position: relative;
  padding-bottom: 100px;
  min-height: 100vh;
  background: url(../images/bg-promo.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.promo.promo_thanks {
  background: url(../images/bg-thanks.png) 50% 50% no-repeat;
    background-size: cover;
}
.promo.promo_thanks .header {
    margin-bottom: 50px;
}
.promo.promo_thanks .promo-content__title{
    color: #009cda;
    font-size: 35px;
    margin-bottom: 15px;

}
.promo.promo_thanks .promo-content__slogan {
    margin-bottom: 43px;
    font-size: 25px;
    color: #000;
}
.promo__text{
    font-size: 24px;
    color: #000;
}
.promo__text{
    margin-top: 30px;
}
.promo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
}
.promo.promo_thanks:after {
  display: none;
}

.promo .center-wrapper {
  position: relative;
  z-index: 10;
}

.header {
  position: relative;
  margin-bottom: 145px;
  padding: 30px 0 20px 0;
}

.header-logo {
  position: absolute;
  left: 0;
  top: 18px;
}

.header-contacts {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: right;
}

a.header-contacts__phone {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.header-contacts__callback {
  width: 195px;
}

.header-timetable {
  text-align: center;
}

.header-timetable__item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

.promo-content {
  padding: 50px 60px;
  position: relative;
  text-align: center;
}

.promo-content:before, .promo-content:after {
  content: '';
  display: block;
  position: absolute;
  width: 148px;
  height: 198px;
}

.promo-content:before {
  top: 0;
  left: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.promo-content:after {
  bottom: 0;
  right: 40px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.promo-content__title {
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  color: #fff;
}

.promo-content__slogan {
  margin-bottom: 43px;
  font-size: 36px;
  color: #fffc22;
}

.promo-content__slogan span {
  display: block;
}

.promo-content__address {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

a.promo-content__phone {
  display: none;
  margin-top: 20px;
  font-size: 48px;
  font-weight: 700;
  text-decoration: none;
  color: white;
}

/*---------------------discount------------------------*/
.discount {
  position: relative;
  padding: 90px 0 110px 0;
  background: url(../images/bg-discount.jpg) 50% 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}

.discount .center-wrapper {
  position: relative;
  z-index: 10;
}

.main-subtitle_discount {
  margin-bottom: 32px;
  font-size: 36px;
}

.discount-number {
  position: absolute;
  line-height: 1;
  font-weight: 700;
  color: #009cda;
  opacity: 0.3;
}

.discount-number_1 {
  font-size: 295px;
  top: 65px;
  left: 13%;
}

.discount-number_2 {
  font-size: 195px;
  bottom: 30px;
  right: 9%;
}

.sign-form-block {
  margin: 0 auto;
  padding: 3px;
  width: 810px;
  border: 1px solid #009cda;
  box-shadow: 4.5px 7.8px 29px rgba(0, 0, 0, 0.25);
}

.sign-form {
  padding: 25px 110px 35px 110px;
  background: #009cda;
  background-image: url(../images/pattern.png);
}

.sign-form__title {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.38);
}

.sign-form-row {
  margin-bottom: 10px;
}

.sign-form__field {
  float: left;
  width: 360px;
  padding-left: 15px;
  height: 45px;
  background-color: #fff;
  font-size: 16px;
  color: #939393;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}

.sign-form__btn {
  float: right;
  width: 195px;
  line-height: 43px;
  margin-top: 30px;
}

.sign-form__btn.sign-form__btn_v2 {
  float: none;
  width: 215px;
  line-height: 43px;
}

.sign-form__btn:hover {
  background: #fff;
  color: #009cda;
}

.sign-form__note {
  font-size: 12px;
  text-align: right;
  color: #fff;
}

/*---------------------repair------------------------*/
.repair {
  padding: 80px 0 60px 0;
}

.repair-top {
  position: relative;
  margin-bottom: 65px;
}

.repair-top:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  height: 1px;
  background-color: #444142;
}

.repair-tabs-list {
  margin-bottom: 80px;
  font-size: 0;
  text-align: center;
}

.repair-tabs-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  padding: 0 10px;
  min-width: 34px;
  font-size: 14px;
  line-height: 32px;
  color: #444142;
  border-radius: 3px;
  border: 1px solid #c9c9c9;
  cursor: pointer;
}

.repair-tabs-list li.active {
  background-color: #009cda;
  border-color: #009cda;
  color: #fff;
}

.repair-phone {
  position: relative;
  height: 750px;
}

.repair-phone__image {
  text-align: center;
  padding-top: 20px;
}
.repair-phone__image img{
    max-height: 600px;
}
.repair-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.repair-services-column {
  width: 460px;
}

.repair-services-column_left {
  float: left;
  text-align: right;
}

.repair-services-column_left .repair-service__content {
  padding-right: 10px;
}

.repair-services-column_right {
  float: right;
  padding-top: 35px;
}

.repair-services-column_right .repair-service__content {
  padding-left: 10px;
}

.repair-service {
  margin-bottom: 73px;
  display: table;
  width: 100%;
}

.repair-service_bottom {
  position: relative;
  margin-top: -80px;
  right: -180px;
}

.repair-service__image {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
}

.repair-service__image span {
  display: block;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: -1.5px 2.6px 7px rgba(0, 0, 0, 0.19);
}

.repair-service__image img {
  width: 100%;
  height: 100%;
}

.repair-service__content {
  display: table-cell;
  vertical-align: middle;
}

.repair-service__title {
  font-size: 18px;
  color: #444142;
}

.repair-service__price {
  font-size: 24px;
  font-weight: 700;
  color: #444142;
}

.repair-tabs-block {
  display: none;
}

.repair-tabs-block.active {
  display: block;
}

/*---------------------services------------------------*/
.services {
  padding: 20px 0;
  background: url(../images/bg-services.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.services-row {
  display: table;
  width: 100%;
}

.services-cell {
  display: table-cell;
  vertical-align: top;
  width: 28%;
  padding: 12px 30px 0;
  text-align: center;
  border-right: 1px solid #fff;
}

.services-cell:first-child {
  border-left: 1px solid #fff;
}

.services-cell:nth-child(2) {
  width: 44%;
}

.service__icon {
  margin-bottom: 10px;
}

.service__text {
  font-size: 18px;
  color: #fff;
}

.service__price {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

/*---------------------info------------------------*/
.info {
  padding: 65px 0 100px 0;
  background: url(../images/bg-info.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.info-title {
  margin-bottom: 15px;
}

.sign-form-block_white {
  background: #fff;
  border: 1px solid #a19fa0;
  box-shadow: none;
}

.sign-form-block_white .sign-form {
  background: #fff;
}

.sign-form-block_white .sign-form__title {
  color: #444142;
}

.sign-form-block_white .sign-form__note {
  color: #444142;
}

.info-form-block {
  margin-bottom: 35px;
}

.info-social {
  margin-bottom: 68px;
  text-align: center;
}

.info-social__title {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  margin-right: 15px;
  font-size: 30px;
  color: #444142;
}

.info-social-row {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.info-social__item {
  margin-right: 20px;
}

.info-time {
  margin-bottom: 70px;
  text-align: center;
}

.info-time__icon {
  margin-bottom: 25px;
}

.info-time__number {
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  color: #444142;
}

.info-time__title {
  font-size: 30px;
  color: #009cda;
}

.info-features {
  margin-bottom: 50px;
}

.info-feature-item {
  float: left;
  width: 50%;
  text-align: center;
}

.info-feature-item__title {
  color: #444142;
  font-size: 36px;
  font-weight: 700;
}

.info-feature-item__text {
  color: #009cda;
  font-size: 24px;
}

.info-phone {
  text-align: center;
}

a.info-phone__number {
  color: #444142;
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
}

/*---------------------team------------------------*/
.team {
  padding: 65px 0 35px 0;
}

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

.team-item {
  float: left;
  width: 266px;
  margin-right: 170px;
  text-align: center;
}

.team-item:last-child {
  margin-right: 0;
}

.team-item__photo {
  position: relative;
  margin-bottom: 25px;
  height: 384px;
}

.team-item__photo:after {
  content: '';
  display: block;
  position: absolute;
  width: 113px;
  height: 107px;
}

.team-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-item__photo_tr:after {
  right: -7px;
  top: -7px;
  border-top: 1px solid #009cda;
  border-right: 1px solid #009cda;
}

.team-item__photo_bl:after {
  bottom: -7px;
  left: -7px;
  border-bottom: 1px solid #009cda;
  border-left: 1px solid #009cda;
}

.team-item__photo_tl:after {
  left: -7px;
  top: -7px;
  border-top: 1px solid #009cda;
  border-left: 1px solid #009cda;
}

.team-item__name {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #444142;
}

.team-item__post {
  font-size: 18px;
  color: #444142;
}

.team-item__post span {
  display: block;
}

/*---------------------features------------------------*/
.features-slider-wrap {
  max-width: 1590px;
  margin: 0 auto;
}

.features-slider .slick-arrow {
  top: 50%;
  margin-top: -25px;
  width: 31px;
  height: 51px;
  z-index: 50;
}

.features-slider .slick-prev {
  left: 200px;
  background-image: url(../images/icon-arrow-prev.png);
}

.features-slider .slick-next {
  right: 200px;
  background-image: url(../images/icon-arrow-next.png);
}

.features-slider-item {
  position: relative;
  padding: 75px 250px 0;
  height: 895px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-slider-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 590px;
  background-image: url(../images/feature-slide-shadow.png);
  background-position: 0 bottom;
  background-size: cover;
}

.features-slider-item__title {
  position: relative;
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 72px;
  z-index: 15;
}

/*---------------------reviews------------------------*/
.reviews {
  padding: 65px 0 15px 0;
}

.reviews-title {
  margin: 0;
  line-height: 1;
}

.reviews-vidget {
  text-align: center;
}

.reviews-vidget img {
  max-width: 100%;
}

/*---------------------certificate------------------------*/
.certificate {
  padding: 10px 0 0;
}

.certificate-body {
  padding-top: 200px;
  height: 720px;
  background-image: url(../images/certificate-image.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.certificate-item {
  width: 490px;
}

.certificate-item__image {
  margin-bottom: 15px;
  display: block;
}

.certificate-item__image img {
  max-width: 100%;
  height: auto;
}

.certificate-item__title {
  font-size: 18px;
  color: #444142;
}

/*---------------------contacts------------------------*/
.contacts {
  height: 550px;
  overflow: hidden;
}

.contacts-row {
  display: table;
  width: 100%;
}

.contacts-content {
  display: table-cell;
  vertical-align: top;
  background: url(../images/bg-contacts-content.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.contacts-content-body {
  float: right;
  padding: 70px 70px 0 0;
  width: 570px;
  color: #fff;
}

.contacts__title {
  margin-bottom: 33px;
  font-size: 36px;
  font-weight: 700;
}

.contacts-list {
  position: relative;
  padding-bottom: 10px;
  padding-top: 25px;
  width: 390px;
}

.contacts-list:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 137px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.contacts-item {
  margin-bottom: 18px;
  padding-left: 32px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
}

.contacts-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.contacts-item_phone {
  background-image: url(../images/icon-contact-phone.png);
}

.contacts-item_address {
  background-image: url(../images/icon-contact-address.png);
  background-position: 3px 0;
}

.contacts-item_timetable {
  background-image: url(../images/icon-contact-timetable.png);
  background-position: 2px 0;
}

.contacts-find-link {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fffc22;
}

.contacts-2gis-btn {
  display: block;
  width: 263px;
  padding-top: 7px;
  height: 53px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid white;
  border-radius: 3px;
}

.contacts-map {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

/*---------------------footer------------------------*/
.footer {
  text-align: center;
}

.footer .center-wrapper {
  padding: 25px 0;
}

.footer-logo {
  position: absolute;
  top: 7px;
  left: 0;
}

.footer-policy {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: #8a8788;
  border-bottom: 1px solid #8a8788;
}

.footer-policy:hover {
  border-color: transparent;
}

.footer-copy {
  position: absolute;
  top: 28px;
  right: 0;
}

/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1599px) {
  .discount-number_1 {
    font-size: 245px;
    left: 2%;
  }
  .discount-number_2 {
    font-size: 165px;
    right: 2%;
  }
  .features-slider-item {
    height: 730px;
  }
  .info-parallax-item3 {
    display: none !important;
  }
}

@media only screen and (max-width: 1260px) {
  .center-wrapper {
    max-width: 980px;
  }
  .main-title {
    font-size: 55px;
  }
  .main-subtitle_discount {
    font-size: 34px;
  }
  .main-subtitle {
    font-size: 24px;
  }
  .promo {
    padding-bottom: 50px;
  }
  .promo-content__title {
    font-size: 60px;
  }
  .discount {
    padding: 50px 0 70px 0;
  }
  .discount:after {
    display: none;
  }
  .discount-number_2 {
    display: none;
  }
  .discount-number_1 {
    top: 25px;
    font-size: 190px;
  }
  .repair-services-column {
    width: 360px;
  }
  .team-item {
    margin-right: 76px;
  }
  .features-slider .slick-prev {
    left: 100px;
  }
  .features-slider .slick-next {
    right: 100px;
  }
  .features-slider-item {
    height: 590px;
  }
  .contacts-content-body {
    width: 475px;
    padding-right: 30px;
  }
  .certificate-body {
    padding-top: 20px;
    height: 520px;
    background-size: 500px 526px;
  }
  .features-slider-item {
    padding: 75px 100px 0;
  }
  .discount-parallax-item1 {
    font-size: 200px !important;
  }
}

@media only screen and (max-width: 1010px) {
  .center-wrapper {
    max-width: 750px;
  }
  .main-title {
    font-size: 44px;
  }
  .sign-form-block {
    width: 100%;
  }
  .promo-content:before, .promo-content:after {
    display: none;
  }
  .promo-content {
    padding: 50px 0;
  }
  .header-contacts {
    display: none;
  }
  .header-timetable {
    float: right;
    padding-top: 10px;
    text-align: right;
  }
  .promo-content__title {
    font-size: 65px;
  }
  .promo-content__slogan {
    font-size: 33px;
  }
  a.promo-content__phone {
    display: inline-block;
  }
  .promo-content__address {
    display: block;
  }
  .sign-form {
    padding: 25px 60px 35px 60px;
  }
  .repair-top:after {
    width: 500px;
    margin-left: -250px;
  }
  .repair-services-column {
    width: 265px;
  }
  .repair-service__title {
    font-size: 16px;
  }
  .services-cell {
    border: 0 !important;
    padding: 12px 15px 0;
  }
  .team-item {
    width: 205px;
    margin-right: 52px;
  }
  .team-item__photo {
    height: 295px;
  }
  .team-item__post {
    font-size: 15px;
  }
  .features-slider .slick-arrow {
    display: none !important;
  }
  .features-slider-item__title {
    font-size: 55px;
  }
  .features-slider-item {
    height: 420px;
  }
  .features-slider-item {
    padding: 75px 50px 0;
  }
  .certificate-item {
    width: 320px;
  }
  .certificate-item__title {
    font-size: 14px;
  }
  .contacts {
    height: auto;
  }
  .contacts-row {
    display: block;
  }
  .contacts-content {
    display: block;
    width: 100%;
  }
  .contacts-map {
    display: block;
    width: 100%;
    height: 340px;
  }
  .contacts-content-body {
    width: 100%;
    padding: 40px 50px;
    float: none;
    text-align: center;
  }
  .contacts-list:after {
    display: none;
  }
  .contacts-list {
    width: 100%;
    padding-top: 0;
  }
  .contacts-2gis-btn {
    margin: 0 auto;
  }
  .contacts-item {
    background-image: none;
  }
  .footer {
    text-align: right;
  }
  .footer-copy {
    position: static;
    padding-top: 5px;
  }
  .footer-logo {
    top: 18px;
  }
  .contacts-item {
    padding-left: 0;
  }
  .discount-parallax-item2 {
    display: none !important;
  }
  .info-parallax-item2 {
    display: none !important;
  }
  .discount-parallax-item1 {
    top: 200% !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-title {
    font-size: 38px;
  }
  .header {
    margin-bottom: 70px;
  }
  .promo-content__title {
    font-size: 55px;
  }
  .promo-content__slogan {
    font-size: 28px;
  }
  a.promo-content__phone {
    font-size: 40px;
  }
  .info:after {
    display: none;
  }
  .sign-form {
    padding: 25px 40px 35px 40px;
  }
  .sign-form__field {
    width: 310px;
  }
  .repair-tabs-list li {
    margin: 0 1px;
    min-width: 30px;
  }
  .repair-phone__image {
    margin: 0 auto;
    width: 250px;
  }
  .repair-phone__image img {
    max-width: 100%;
    height: auto;
  }
  .repair-service__image span {
    width: 80px;
    height: 80px;
  }
  .repair-service__image {
    width: 80px;
  }
  .repair-services-column {
    width: 38% !important;
  }
  .repair-service {
    margin-bottom: 65px;
  }
  .repair-service__title {
    font-size: 15px;
  }
  .repair-service__price {
    font-size: 21px;
  }
  .repair-service_bottom {
    right: -50%;
    margin-top: -60px;
  }
  .repair-phone {
    height: 650px;
  }
  .service__text {
    font-size: 15px;
  }
  .service__price {
    font-size: 19px;
  }
  .certificate-body {
    height: 365px;
    background-size: 350px 368px;
  }
  .certificate-item {
    width: 295px;
  }
  .features-slider-item__title {
    font-size: 48px;
  }
  .team-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .team-item__photo {
    width: 205px;
    margin: 0 auto 20px;
  }
  .team-item__post {
    font-size: 20px;
  }
  .promo-parallax-item1,
  .promo-parallax-item2 {
    display: none !important;
  }
}



@media only screen and (max-width: 639px) {

  .info-parallax.parallax, .discount-parallax.parallax {
      display: none;
  }
  .promo-content {
    padding: 30px 0;
  }
  .header {
    margin-bottom: 50px;
  }
  .promo-content__title {
    font-size: 47px;
  }
  .promo-content__slogan {
    font-size: 21px;
  }
  .sign-form__title {
    margin-bottom: 20px;
  }
  .sign-form__field {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .sign-form__btn {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .sign-form__note {
    font-size: 15px;
    text-align: center;
  }
  .repair-tabs-list li {
    margin: 0 4px 8px;
    min-width: 34px;
  }
  .repair-service__image {
    width: 60px;
  }
  .repair-service__image span {
    width: 60px;
    height: 60px;
  }
  .repair-phone__image {
    width: 200px;
  }
  .repair-service__title {
    font-size: 13px;
  }
  .repair-services-column_right .repair-service__content {
    padding-left: 5px;
  }
  .repair-services-column_left .repair-service__content {
    padding-right: 5px;
  }
  .repair-service {
    margin-bottom: 50px;
  }
  .repair-service_bottom {
    margin-top: -35px;
  }
  .repair-tabs-list {
    margin-bottom: 40px;
  }
  .repair-phone {
    height: 500px;
  }
  .repair {
    padding-top: 30px;
  }
  .info-social__title {
    display: block;
    margin: 0 0 15px 0;
  }
  .info-time {
    margin-bottom: 30px;
  }
  .info-time__number {
    font-size: 36px;
  }
  .info-time__title {
    font-size: 24px;
  }
  .info-time__icon img {
    width: 90px;
    height: 90px;
  }
  .info-social__item {
    margin: 0 10px;
  }
  .info-feature-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .features-slider-item {
    padding: 50px 25px 0;
    height: 300px;
  }
  .features-slider-item__title {
    font-size: 42px;
  }
  .footer-copy {
    font-size: 14px;
  }
  .repair-top:after {
    width: 400px;
    margin-left: -200px;
  }
  .discount-parallax-item1 {
    display: none !important;
  }
  
}



@media only screen and (max-width: 479px) {
  .main-title {
    font-size: 32px;
  }
  .main-subtitle {
    font-size: 19px;
  }
  .header {
    padding: 10px 0 0;
    margin: 0;
    height: 170px;
  }
  .header-timetable {
    padding-top: 0;
  }
  .header-logo {
    top: 70px;
    left: 50%;
    margin-left: -132px;
  }
  .promo-content {
    padding: 0;
  }
  .promo-content__title {
    font-size: 38px;
  }
  .promo-content__slogan {
    font-size: 24px;
  }
  .promo-content__address {
    font-size: 28px;
  }
  a.promo-content__phone {
    font-size: 32px;
  }
  .services-row {
    display: block;
  }
  .services-cell {
    width: 100% !important;
    display: table;
    text-align: left;
    padding: 15px 0;
  }
  .service__icon {
    display: table-cell;
    width: 90px;
  }
  .service__content {
    display: table-cell;
    vertical-align: middle;
  }
  .repair-top:after {
    width: 280px;
    margin-left: -140px;
  }
  .sign-form {
    padding: 25px 25px 35px 25px;
  }
  .sign-form__title {
    font-size: 21px;
  }
  .discount {
    padding-bottom: 50px;
  }
  .repair-tabs-list li {
    margin: 0 2px 4px;
    min-width: 33px;
  }
  .contacts-content-body {
    padding: 40px 25px;
  }
  .footer {
    text-align: center;
  }
  .footer-logo {
    margin-bottom: 10px;
    position: static;
  }
  .footer-policy {
    margin-bottom: 10px;
  }
  .certificate-item {
    width: 180px;
  }
  .certificate-item__title {
    font-size: 12px;
  }
  .certificate-body {
    height: 320px;
    background-position: right -20px bottom 0;
    background-size: 280px 295px;
  }
  .info {
    padding-bottom: 50px;
  }
  .repair-phone__image {
    width: 170px;
    display: block;
  }
  .repair-phone__image img {
	max-width: 100%;
	max-height: 210px;
	#border: 5px red solid;
  }
  .repair-service {
    #margin-bottom: 40px;
	margin-bottom: 10px;
  }
  .repair-service__image {
    width: 45px;
  }
  .repair-service__image span {
    width: 45px;
    height: 45px;
  }  
  .repair-service__title {
    font-size: 12px;
  }
  .repair-service__price {
    font-size: 16px;
  }
  .repair-service_bottom {
    margin-top: -10px;
  }
  .repair-phone {
    height: 425px;
  }
  
}



@media only screen and (max-width: 374px) {

  .discount-number_1 {
    font-size: 155px;
  }
  .features-slider-item__title {
    font-size: 35px;
  }
  
}

@media only screen and (max-width: 359px) {

  .promo-content__title {
    font-size: 33px;
  }
  .promo-content__slogan {
    font-size: 20px;
  }
  .promo-content__address {
    font-size: 24px;
  }
  a.promo-content__phone {
    font-size: 28px;
  }
  .main-title {
    font-size: 28px;
  }
  .sign-form__title {
    font-size: 18px;
  }
  .repair-service__price {
    font-size: 13px;
  }
  .repair-service__title {
    font-size: 11px;
  }
  .repair-service {
    margin-bottom: 32px;
	margin-bottom: 5px;
  }
  a.info-phone__number {
    font-size: 30px;
  }
  .certificate-item {
    width: 145px;
  }
  
}



/*==============================ANIMATION==============================*/
.header {
  top: -300px;
  -webkit-transition: all 0.8s ease 0.7s;
  -moz-transition: all 0.8s ease 0.7s;
  -ms-transition: all 0.8s ease 0.7s;
  -o-transition: all 0.8s ease 0.7s;
  transition: all 0.8s ease 0.7s;
}

.promo-content:before {
  top: -100px;
  left: -100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.promo-content:after {
  bottom: -100px;
  right: -100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.promo-content__title {
  position: relative;
  top: 350px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.promo-content__slogan {
  position: relative;
  top: 350px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  transition: all 0.8s ease 0.2s;
}

.promo-content__address {
  position: relative;
  top: 350px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.4s;
  -moz-transition: all 0.8s ease 0.4s;
  -ms-transition: all 0.8s ease 0.4s;
  -o-transition: all 0.8s ease 0.4s;
  transition: all 0.8s ease 0.4s;
}

a.promo-content__phone {
  position: relative;
  top: 350px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0.6s;
  -moz-transition: all 0.8s ease 0.6s;
  -ms-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}

.promo.active .header {
  top: 0;
}

.promo.active .promo-content__title,
.promo.active .promo-content__slogan,
.promo.active .promo-content__address,
.promo.active a.promo-content__phone {
  top: 0;
  opacity: 1;
}

.promo.active .promo-content:before {
  top: 0;
  left: 40px;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.promo.active .promo-content:after {
  bottom: 0;
  right: 40px;
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.promo.promo_thanks.active .promo-content:before{
    display: none;
}
.promo.promo_thanks.active .promo-content:after{
    display: none;
}
.sign-form-block,
.repair-service,
.team-item,
.certificate-item,
.contacts-content-body {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.sector.active .sign-form-block {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.sector.active .repair-service_1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.sector.active .repair-service_6 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sector.active .repair-service_2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sector.active .repair-service_7 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.sector.active .repair-service_3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.sector.active .repair-service_8 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sector.active .repair-service_4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.sector.active .repair-service_9 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.sector.active .repair-service_5 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.sector.active .team-item {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.sector.active .certificate-item {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.sector.active .contacts-content-body {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*---------------------paralax------------------------*/
.sector {
  position: relative;
}

.parallax {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax-items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.parallax-item {
  position: absolute;
}

.promo-parallax-items {
  z-index: 10;
}

.promo-parallax-item1 {
  top: 28%;
  right: 0;
}

.promo-parallax-item2 {
  left: 0;
  bottom: -50px;
}

.discount-parallax-item1 {
  top: 125%;
  left: 2%;
  line-height: 1;
  font-weight: 700;
  color: #009cda;
  opacity: 0.3;
  font-size: 245px;
}

.discount-parallax-item2 {
  top: 160%;
  right: 10%;
  font-size: 165px;
  line-height: 1;
  font-weight: 700;
  color: #009cda;
  opacity: 0.3;
}

.discount-parallax-item3 {
  bottom: -65px;
  right: 15%;
  width: 205px;
  height: 225px;
  background-image: url(../images/discount-shape.png);
}

.info-parallax-item1 {
  top: 5%;
  left: 3%;
  width: 154px;
  height: 226px;
  background-image: url(../images/paralax-info-item1.png);
}

.info-parallax-item2 {
  top: 15%;
  left: 15%;
  width: 240px;
  height: 353px;
  background-image: url(../images/paralax-info-item2.png);
}

.info-parallax-item3 {
  top: 4%;
  right: 12%;
  width: 316px;
  height: 464px;
  background-image: url(../images/paralax-info-item3.png);
}

.info-parallax-item4 {
  top: 15%;
  right: 2%;
  width: 154px;
  height: 226px;
  background-image: url(../images/paralax-info-item4.png);
}

.info-parallax-item5 {
  bottom: -5%;
  right: 2%;
  width: 305px;
  height: 303px;
}

.team-parallax-item1 {
  right: 0;
  bottom: 0;
  width: 202px;
  height: 443px;
}

.reviews-parallax-item1 {
  top: 30%;
  width: 208px;
  height: 590px;
}


body.map .contacts-2gis-btn, body.thanks .contacts-2gis-btn  { 
	font-size: 16px;
	margin: auto;
	margin-top: 30px;
	background: rgba(0,0,0,.5);
}


