@charset "UTF-8";
.s-about-news__title a, .article-intro__title, .head-nav a, .head-phone a {
  transition: all 0.3s ease;
}
.s-about-news__title a:hover, .article-intro__title:hover, .head-nav a:hover, .head-phone a:hover {
  color: #ff5211;
}

.s-service-spheres, .s-about-docs, .s-about-news, .s-about-clients, .s-about-facts, .s-about-preims, .s-about-dir, .s-about-partners, .service-wants-sec, .service-territory-sec, .faq-sec, .s-order, .s-logos {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 1450px) {
  .s-service-spheres, .s-about-docs, .s-about-news, .s-about-clients, .s-about-facts, .s-about-preims, .s-about-dir, .s-about-partners, .service-wants-sec, .service-territory-sec, .faq-sec, .s-order, .s-logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .s-service-spheres, .s-about-docs, .s-about-news, .s-about-clients, .s-about-facts, .s-about-preims, .s-about-dir, .s-about-partners, .service-wants-sec, .service-territory-sec, .faq-sec, .s-order, .s-logos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.s-service-includes, .s-news-detail, .s-news-list__footer, .s-page-header {
  padding-bottom: 50px;
}
@media (max-width: 1450px) {
  .s-service-includes, .s-news-detail, .s-news-list__footer, .s-page-header {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .s-service-includes, .s-news-detail, .s-news-list__footer, .s-page-header {
    padding-bottom: 30px;
  }
}

.s-services, .s-news-list, .service-reasons-sec, .service-benefits-sec {
  padding-top: 50px;
}
@media (max-width: 1450px) {
  .s-services, .s-news-list, .service-reasons-sec, .service-benefits-sec {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .s-services, .s-news-list, .service-reasons-sec, .service-benefits-sec {
    padding-top: 30px;
  }
}

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: #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 0.25s, visibility 0s linear 0.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 0.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;
  -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;
  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;
}

.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 > 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;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

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

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

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

.fancybox-is-dragging .fancybox-image-wrap {
  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;
  -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 {
  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);
  transition: color 0.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;
  transition: background-color 0.25s;
  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: 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 0.8s infinite linear;
  animation: fancybox-rotate 0.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 {
  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);
  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;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.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 {
  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;
  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;
  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;
  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;
  -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;
  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);
  }
}
/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

*, *:after, *:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, div, span {
  max-height: 5000em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  position: relative;
}

img {
  border: none;
}

@font-face {
  font-family: "PF DinText Pro";
  src: url("../fonts/subset-PFDinTextPro-Bold.eot");
  src: url("../fonts/subset-PFDinTextPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-PFDinTextPro-Bold.woff") format("woff"), url("../fonts/subset-PFDinTextPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PF DinText Pro";
  src: url("../fonts/subset-PFDinTextPro-ExtraThin.eot");
  src: url("../fonts/subset-PFDinTextPro-ExtraThin.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-PFDinTextPro-ExtraThin.woff") format("woff"), url("../fonts/subset-PFDinTextPro-ExtraThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "gesem";
  src: url("../fonts/gesem.ttf?3c9g5p1") format("truetype"), url("../fonts/gesem.woff?3c9g5p1") format("woff"), url("../fonts/gesem.svg?3c9g5p1#gesem") format("svg");
  font-weight: normal;
  font-style: normal;
}
i {
  font-family: "gesem" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-calendar:before {
  content: "\e90e";
}

.i-search:before {
  content: "\e90f";
}

.i-ar-right:before {
  content: "\e900";
}

.i-ar-left:before {
  content: "\e901";
}

.i-ar-down:before {
  content: "\e902";
}

.i-ar-up:before {
  content: "\e903";
}

.i-phone-old:before {
  content: "\e904";
}

.i-fax:before {
  content: "\e905";
}

.i-e-mail-open:before {
  content: "\e906";
}

.i-icon-insta:before {
  content: "\e907";
}

.i-comment:before {
  content: "\e908";
}

.i-e-mail:before {
  content: "\e909";
}

.i-name:before {
  content: "\e90a";
}

.i-phone:before {
  content: "\e90b";
}

.i-right-ar:before {
  content: "\e90c";
}

.i-left-ar:before {
  content: "\e90d";
}

body {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222632;
}

::selection {
  background: #ffaf91;
}

a {
  color: inherit;
  text-decoration: none;
}

.lead {
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .lead {
    font-size: 14px;
  }
}

.lead-big {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .lead-big {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .lead-big {
    font-size: 14px;
  }
}

.center-content {
  text-align: center;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: bold;
}

h1, .h1 {
  font-size: 70px;
  line-height: 1;
}
@media (max-width: 1450px) {
  h1, .h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 680px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h1, .h1 {
    font-size: 24px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 680px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  h2, .h2 {
    font-size: 22px;
  }
}

h3, .h3 {
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  h3, .h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  h3, .h3 {
    font-size: 20px;
  }
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 680px) {
  h4, .h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
  line-height: 1.3;
}
@media (max-width: 680px) {
  h5, .h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  h5, .h5 {
    font-size: 14px;
  }
}

.sec-title {
  text-align: center;
  margin-bottom: 40px;
}

.s-def {
  padding: 70px 0;
}
@media (max-width: 480px) {
  .s-def {
    padding: 50px 0;
  }
}

.btn-center {
  padding-top: 20px;
  text-align: center;
}

.link-orange, .style-checkbox span a {
  color: #ff5211;
  transition: color 0.3s ease, border 0.3s ease;
  border-bottom: 1px solid transparent;
}
.link-orange:hover, .style-checkbox span a:hover {
  color: #ff7744;
  border-bottom: 1px solid #ff5211;
}

.link-black {
  color: #222632;
  transition: color 0.3s ease;
}
.link-black:hover {
  color: #ff5211;
}

.link-bordered-orange, .user-content a:not(.btn), .back-link span, .link-more, .tabs__link span {
  color: #ff5211;
  border-bottom: 1px solid rgba(255, 82, 17, 0.3);
  transition: color 0.3s ease, border 0.3s ease;
}
.link-bordered-orange:hover, .user-content a:hover:not(.btn), .back-link span:hover, .link-more:hover, .tabs__link span:hover {
  color: #ff652b;
  border-bottom: 1px solid #ff5211;
}

.link-bordered-black, .breadcrumbs ul li a {
  color: #222632;
  border-bottom: 1px solid rgba(34, 38, 50, 0.3);
  transition: color 0.3s ease, border 0.3s ease;
}
.link-bordered-black:hover, .breadcrumbs ul li a:hover {
  color: #2c3241;
  border-bottom: 1px solid #222632;
}

.link-more, .tabs__link span {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}

.back-link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.back-link i {
  font-size: 12px;
  color: #ff5211;
  margin-right: 8px;
}
.back-link span {
  font-size: 12px;
  text-transform: uppercase;
}

.user-content {
  font-size: 16px;
}
@media (max-width: 480px) {
  .user-content {
    font-size: 14px;
  }
}
.user-content h1, .user-content .h1, .user-content h2, .user-content .h2, .user-content h3, .user-content .h3, .user-content h4, .user-content .h4, .user-content h5, .user-content .h5, .user-content h6, .user-content .h6 {
  margin-bottom: 10px;
}
.user-content h1:last-child, .user-content .h1:last-child, .user-content h2:last-child, .user-content .h2:last-child, .user-content h3:last-child, .user-content .h3:last-child, .user-content h4:last-child, .user-content .h4:last-child, .user-content h5:last-child, .user-content .h5:last-child, .user-content h6:last-child, .user-content .h6:last-child {
  margin-bottom: 0;
}
.user-content p, .user-content ul, .user-content ol, .user-content table, .user-content .table-wrapper {
  margin-bottom: 20px;
}
.user-content p:last-child, .user-content ul:last-child, .user-content ol:last-child, .user-content table:last-child, .user-content .table-wrapper:last-child {
  margin-bottom: 0;
}
.user-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.user-content img.img-left {
  float: left;
  max-width: 50%;
  height: auto;
  margin-right: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 680px) {
  .user-content img.img-left {
    float: none;
    margin-right: 0;
    max-width: 100%;
  }
}
.user-content img.img-right {
  float: right;
  max-width: 50%;
  height: auto;
  margin-left: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 680px) {
  .user-content img.img-right {
    float: none;
    margin-left: 0;
    max-width: 100%;
  }
}
.user-content ul, .user-content ol {
  padding-left: 0;
}
.user-content ul li, .user-content ol li {
  margin-bottom: 0.4em;
}
.user-content ul {
  list-style: none;
}
.user-content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 1em;
}
.user-content ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.5em;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.user-content ol {
  padding-left: 15px;
}
.user-content b {
  font-weight: 700;
}
.user-content table {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 680px) {
  .user-content table {
    font-size: 12px;
  }
}
.user-content table th {
  background: #ff5211;
  color: #FFF;
  font-weight: normal;
  padding: 10px 10px;
  border-right: 1px solid #FFF;
}
.user-content table td {
  padding: 10px 10px;
}
.user-content table tr:nth-child(2n-1) {
  background: #efefef;
}
.user-content .table-wrapper {
  max-width: 100%;
  overflow: auto;
}
.user-content .table-wrapper table {
  margin-bottom: 0;
}

.content-center {
  text-align: center;
}

.border-top-bottom {
  position: relative;
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  padding: 1em;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .border-top-bottom {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .border-top-bottom {
    font-size: 18px;
  }
}
.border-top-bottom:before, .border-top-bottom:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #ff5211;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.border-top-bottom:before {
  top: 0;
}
.border-top-bottom:after {
  bottom: 0;
}

.border-left {
  border-left: 2px solid #ff5211;
  padding-left: 20px;
  font-size: 20px;
  margin-bottom: 20px;
}

.quotes {
  text-align: center;
  margin-bottom: 20px;
}
.quotes strong {
  display: block;
  position: relative;
  font-style: italic;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 300;
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .quotes strong {
    font-size: 24px;
    padding: 0 50px;
  }
}
@media (max-width: 680px) {
  .quotes strong {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .quotes strong {
    font-size: 18px;
    padding: 0 25px;
  }
}
.quotes strong:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/blog/quotes-before.png") center top no-repeat;
  background-size: 100% auto;
  width: 68px;
  height: 44px;
}
@media (max-width: 680px) {
  .quotes strong:before {
    width: 40px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .quotes strong:before {
    width: 20px;
    height: 15px;
  }
}
.quotes strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/blog/quotes-after.png") center top no-repeat;
  background-size: 100% auto;
  width: 68px;
  height: 44px;
}
@media (max-width: 680px) {
  .quotes strong:after {
    width: 40px;
    height: 28px;
  }
}
@media (max-width: 480px) {
  .quotes strong:after {
    width: 20px;
    height: 15px;
  }
}
.quotes small {
  display: block;
  color: #6d6d6d;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 680px) {
  .quotes small {
    font-size: 14px;
  }
}

.important {
  margin-bottom: 20px;
  text-align: center;
  padding-top: 20px;
}
.important strong {
  display: block;
  position: relative;
  font-size: 28px;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
  border-top: 1px solid #354156;
  padding-top: 30px;
}
@media (max-width: 680px) {
  .important strong {
    font-size: 20px;
  }
}
.important strong:before {
  content: "";
  position: absolute;
  color: #FFF;
  width: 100px;
  height: 19px;
  background: #354156;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.important strong:after {
  content: "Важно";
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
.important small {
  display: block;
  font-style: italic;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
@media (max-width: 680px) {
  .important small {
    font-size: 14px;
  }
}

.block-icon {
  position: relative;
  background: #f4f4f7;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
          clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
  padding: 25px 40px 25px 95px;
  min-height: 110px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .block-icon {
    -webkit-clip-path: polygon(15px 0%, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 100%, 0% 15px);
            clip-path: polygon(15px 0%, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 100%, 0% 15px);
    padding: 15px 15px 15px 60px;
  }
}
.block-icon:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 10px;
  width: 75px;
  height: 75px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 680px) {
  .block-icon:before {
    width: 40px;
    height: 40px;
  }
}
.block-icon--gears:before {
  background-image: url(../img/blog/i-gears.png);
}
.block-icon--fara:before {
  background-image: url(../img/blog/i-fara.png);
}
.block-icon--maslenka:before {
  background-image: url(../img/blog/i-maslenka.png);
}
.block-icon--pistolet:before {
  background-image: url(../img/blog/i-pistolet.png);
}
.block-icon--speedometr:before {
  background-image: url(../img/blog/i-speedometr.png);
}
.block-icon--stuff:before {
  background-image: url(../img/blog/i-stuff.png);
}
.block-icon--stuff-2:before {
  background-image: url(../img/blog/i-stuff-2.png);
}
.block-icon--truck:before {
  background-image: url(../img/blog/i-truck.png);
}
.block-icon--tushitel:before {
  background-image: url(../img/blog/i-tushitel.png);
}
.block-icon--zapravka:before {
  background-image: url(../img/blog/i-zapravka.png);
}

.block-grey {
  position: relative;
  background: #f4f4f7;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
          clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
  padding: 25px 40px 25px 25px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .block-grey {
    -webkit-clip-path: polygon(15px 0%, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 100%, 0% 15px);
            clip-path: polygon(15px 0%, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 100%, 0% 15px);
    padding: 15px;
  }
}

.block-orange {
  position: relative;
  background: #ff5211;
  color: #FFF;
  -webkit-clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
          clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
  padding: 25px 40px 25px 25px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .block-orange {
    -webkit-clip-path: polygon(15px 0%, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 100%, 0% 15px);
            clip-path: polygon(15px 0%, 100% 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 100%, 0% 15px);
    padding: 15px;
  }
}

.grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.grid-1 {
  width: 8.3333333333%;
}

.grid-off-1 {
  margin-left: 8.3333333333%;
}

.grid-2 {
  width: 16.6666666667%;
}

.grid-off-2 {
  margin-left: 16.6666666667%;
}

.grid-3 {
  width: 25%;
}

.grid-off-3 {
  margin-left: 25%;
}

.grid-4 {
  width: 33.3333333333%;
}

.grid-off-4 {
  margin-left: 33.3333333333%;
}

.grid-5 {
  width: 41.6666666667%;
}

.grid-off-5 {
  margin-left: 41.6666666667%;
}

.grid-6 {
  width: 50%;
}

.grid-off-6 {
  margin-left: 50%;
}

.grid-7 {
  width: 58.3333333333%;
}

.grid-off-7 {
  margin-left: 58.3333333333%;
}

.grid-8 {
  width: 66.6666666667%;
}

.grid-off-8 {
  margin-left: 66.6666666667%;
}

.grid-9 {
  width: 75%;
}

.grid-off-9 {
  margin-left: 75%;
}

.grid-10 {
  width: 83.3333333333%;
}

.grid-off-10 {
  margin-left: 83.3333333333%;
}

.grid-11 {
  width: 91.6666666667%;
}

.grid-off-11 {
  margin-left: 91.6666666667%;
}

.grid-12 {
  width: 100%;
}

.grid-off-12 {
  margin-left: 100%;
}

@media (max-width: 1680px) {
  .grid-1_xxl {
    width: 8.3333333333%;
  }
  .grid-off-1_xxl {
    margin-left: 8.3333333333%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-2_xxl {
    width: 16.6666666667%;
  }
  .grid-off-2_xxl {
    margin-left: 16.6666666667%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-3_xxl {
    width: 25%;
  }
  .grid-off-3_xxl {
    margin-left: 25%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-4_xxl {
    width: 33.3333333333%;
  }
  .grid-off-4_xxl {
    margin-left: 33.3333333333%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-5_xxl {
    width: 41.6666666667%;
  }
  .grid-off-5_xxl {
    margin-left: 41.6666666667%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-6_xxl {
    width: 50%;
  }
  .grid-off-6_xxl {
    margin-left: 50%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-7_xxl {
    width: 58.3333333333%;
  }
  .grid-off-7_xxl {
    margin-left: 58.3333333333%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-8_xxl {
    width: 66.6666666667%;
  }
  .grid-off-8_xxl {
    margin-left: 66.6666666667%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-9_xxl {
    width: 75%;
  }
  .grid-off-9_xxl {
    margin-left: 75%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-10_xxl {
    width: 83.3333333333%;
  }
  .grid-off-10_xxl {
    margin-left: 83.3333333333%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-11_xxl {
    width: 91.6666666667%;
  }
  .grid-off-11_xxl {
    margin-left: 91.6666666667%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
  .grid-12_xxl {
    width: 100%;
  }
  .grid-off-12_xxl {
    margin-left: 100%;
  }
  .grid-hide_xxl {
    display: none !important;
  }
}
@media (max-width: 1450px) {
  .grid-1_xl {
    width: 8.3333333333%;
  }
  .grid-off-1_xl {
    margin-left: 8.3333333333%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-2_xl {
    width: 16.6666666667%;
  }
  .grid-off-2_xl {
    margin-left: 16.6666666667%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-3_xl {
    width: 25%;
  }
  .grid-off-3_xl {
    margin-left: 25%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-4_xl {
    width: 33.3333333333%;
  }
  .grid-off-4_xl {
    margin-left: 33.3333333333%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-5_xl {
    width: 41.6666666667%;
  }
  .grid-off-5_xl {
    margin-left: 41.6666666667%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-6_xl {
    width: 50%;
  }
  .grid-off-6_xl {
    margin-left: 50%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-7_xl {
    width: 58.3333333333%;
  }
  .grid-off-7_xl {
    margin-left: 58.3333333333%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-8_xl {
    width: 66.6666666667%;
  }
  .grid-off-8_xl {
    margin-left: 66.6666666667%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-9_xl {
    width: 75%;
  }
  .grid-off-9_xl {
    margin-left: 75%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-10_xl {
    width: 83.3333333333%;
  }
  .grid-off-10_xl {
    margin-left: 83.3333333333%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-11_xl {
    width: 91.6666666667%;
  }
  .grid-off-11_xl {
    margin-left: 91.6666666667%;
  }
  .grid-hide_xl {
    display: none !important;
  }
  .grid-12_xl {
    width: 100%;
  }
  .grid-off-12_xl {
    margin-left: 100%;
  }
  .grid-hide_xl {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .grid-1_l {
    width: 8.3333333333%;
  }
  .grid-off-1_l {
    margin-left: 8.3333333333%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-2_l {
    width: 16.6666666667%;
  }
  .grid-off-2_l {
    margin-left: 16.6666666667%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-3_l {
    width: 25%;
  }
  .grid-off-3_l {
    margin-left: 25%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-4_l {
    width: 33.3333333333%;
  }
  .grid-off-4_l {
    margin-left: 33.3333333333%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-5_l {
    width: 41.6666666667%;
  }
  .grid-off-5_l {
    margin-left: 41.6666666667%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-6_l {
    width: 50%;
  }
  .grid-off-6_l {
    margin-left: 50%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-7_l {
    width: 58.3333333333%;
  }
  .grid-off-7_l {
    margin-left: 58.3333333333%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-8_l {
    width: 66.6666666667%;
  }
  .grid-off-8_l {
    margin-left: 66.6666666667%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-9_l {
    width: 75%;
  }
  .grid-off-9_l {
    margin-left: 75%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-10_l {
    width: 83.3333333333%;
  }
  .grid-off-10_l {
    margin-left: 83.3333333333%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-11_l {
    width: 91.6666666667%;
  }
  .grid-off-11_l {
    margin-left: 91.6666666667%;
  }
  .grid-hide_l {
    display: none !important;
  }
  .grid-12_l {
    width: 100%;
  }
  .grid-off-12_l {
    margin-left: 100%;
  }
  .grid-hide_l {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .grid-1_m {
    width: 8.3333333333%;
  }
  .grid-off-1_m {
    margin-left: 8.3333333333%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-2_m {
    width: 16.6666666667%;
  }
  .grid-off-2_m {
    margin-left: 16.6666666667%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-3_m {
    width: 25%;
  }
  .grid-off-3_m {
    margin-left: 25%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-4_m {
    width: 33.3333333333%;
  }
  .grid-off-4_m {
    margin-left: 33.3333333333%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-5_m {
    width: 41.6666666667%;
  }
  .grid-off-5_m {
    margin-left: 41.6666666667%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-6_m {
    width: 50%;
  }
  .grid-off-6_m {
    margin-left: 50%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-7_m {
    width: 58.3333333333%;
  }
  .grid-off-7_m {
    margin-left: 58.3333333333%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-8_m {
    width: 66.6666666667%;
  }
  .grid-off-8_m {
    margin-left: 66.6666666667%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-9_m {
    width: 75%;
  }
  .grid-off-9_m {
    margin-left: 75%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-10_m {
    width: 83.3333333333%;
  }
  .grid-off-10_m {
    margin-left: 83.3333333333%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-11_m {
    width: 91.6666666667%;
  }
  .grid-off-11_m {
    margin-left: 91.6666666667%;
  }
  .grid-hide_m {
    display: none !important;
  }
  .grid-12_m {
    width: 100%;
  }
  .grid-off-12_m {
    margin-left: 100%;
  }
  .grid-hide_m {
    display: none !important;
  }
}
@media (max-width: 680px) {
  .grid-1_s {
    width: 8.3333333333%;
  }
  .grid-off-1_s {
    margin-left: 8.3333333333%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-2_s {
    width: 16.6666666667%;
  }
  .grid-off-2_s {
    margin-left: 16.6666666667%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-3_s {
    width: 25%;
  }
  .grid-off-3_s {
    margin-left: 25%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-4_s {
    width: 33.3333333333%;
  }
  .grid-off-4_s {
    margin-left: 33.3333333333%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-5_s {
    width: 41.6666666667%;
  }
  .grid-off-5_s {
    margin-left: 41.6666666667%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-6_s {
    width: 50%;
  }
  .grid-off-6_s {
    margin-left: 50%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-7_s {
    width: 58.3333333333%;
  }
  .grid-off-7_s {
    margin-left: 58.3333333333%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-8_s {
    width: 66.6666666667%;
  }
  .grid-off-8_s {
    margin-left: 66.6666666667%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-9_s {
    width: 75%;
  }
  .grid-off-9_s {
    margin-left: 75%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-10_s {
    width: 83.3333333333%;
  }
  .grid-off-10_s {
    margin-left: 83.3333333333%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-11_s {
    width: 91.6666666667%;
  }
  .grid-off-11_s {
    margin-left: 91.6666666667%;
  }
  .grid-hide_s {
    display: none !important;
  }
  .grid-12_s {
    width: 100%;
  }
  .grid-off-12_s {
    margin-left: 100%;
  }
  .grid-hide_s {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .grid-1_xs {
    width: 8.3333333333%;
  }
  .grid-off-1_xs {
    margin-left: 8.3333333333%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-2_xs {
    width: 16.6666666667%;
  }
  .grid-off-2_xs {
    margin-left: 16.6666666667%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-3_xs {
    width: 25%;
  }
  .grid-off-3_xs {
    margin-left: 25%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-4_xs {
    width: 33.3333333333%;
  }
  .grid-off-4_xs {
    margin-left: 33.3333333333%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-5_xs {
    width: 41.6666666667%;
  }
  .grid-off-5_xs {
    margin-left: 41.6666666667%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-6_xs {
    width: 50%;
  }
  .grid-off-6_xs {
    margin-left: 50%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-7_xs {
    width: 58.3333333333%;
  }
  .grid-off-7_xs {
    margin-left: 58.3333333333%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-8_xs {
    width: 66.6666666667%;
  }
  .grid-off-8_xs {
    margin-left: 66.6666666667%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-9_xs {
    width: 75%;
  }
  .grid-off-9_xs {
    margin-left: 75%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-10_xs {
    width: 83.3333333333%;
  }
  .grid-off-10_xs {
    margin-left: 83.3333333333%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-11_xs {
    width: 91.6666666667%;
  }
  .grid-off-11_xs {
    margin-left: 91.6666666667%;
  }
  .grid-hide_xs {
    display: none !important;
  }
  .grid-12_xs {
    width: 100%;
  }
  .grid-off-12_xs {
    margin-left: 100%;
  }
  .grid-hide_xs {
    display: none !important;
  }
}
@media (max-width: 375px) {
  .grid-1_xxs {
    width: 8.3333333333%;
  }
  .grid-off-1_xxs {
    margin-left: 8.3333333333%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-2_xxs {
    width: 16.6666666667%;
  }
  .grid-off-2_xxs {
    margin-left: 16.6666666667%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-3_xxs {
    width: 25%;
  }
  .grid-off-3_xxs {
    margin-left: 25%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-4_xxs {
    width: 33.3333333333%;
  }
  .grid-off-4_xxs {
    margin-left: 33.3333333333%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-5_xxs {
    width: 41.6666666667%;
  }
  .grid-off-5_xxs {
    margin-left: 41.6666666667%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-6_xxs {
    width: 50%;
  }
  .grid-off-6_xxs {
    margin-left: 50%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-7_xxs {
    width: 58.3333333333%;
  }
  .grid-off-7_xxs {
    margin-left: 58.3333333333%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-8_xxs {
    width: 66.6666666667%;
  }
  .grid-off-8_xxs {
    margin-left: 66.6666666667%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-9_xxs {
    width: 75%;
  }
  .grid-off-9_xxs {
    margin-left: 75%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-10_xxs {
    width: 83.3333333333%;
  }
  .grid-off-10_xxs {
    margin-left: 83.3333333333%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-11_xxs {
    width: 91.6666666667%;
  }
  .grid-off-11_xxs {
    margin-left: 91.6666666667%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
  .grid-12_xxs {
    width: 100%;
  }
  .grid-off-12_xxs {
    margin-left: 100%;
  }
  .grid-hide_xxs {
    display: none !important;
  }
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1232px;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.container-wide {
  margin: 0 auto;
  width: 100%;
  max-width: 1773px;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1450px) {
  .container-wide {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.row [class^=grid] {
  padding-left: 12px;
  padding-right: 12px;
}
.row--center {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.row--middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row--bg {
  margin-left: -24px;
  margin-right: -24px;
}
@media (max-width: 1450px) {
  .row--bg {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.row--bg [class^=grid] {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 1450px) {
  .row--bg [class^=grid] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.row-ng {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.l-site-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  transition: all 0.4s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.l-site-wrapper.active {
  -webkit-transform: translate3d(-220px, 0, 0);
          transform: translate3d(-220px, 0, 0);
}
.l-site-wrapper.active .l-site-wrapper__overlay {
  z-index: 15;
  pointer-events: all;
}
.l-site-wrapper__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  transition: all 0.6s ease;
}

.l-head {
  min-height: 100px;
  background: #FFF;
}
@media (max-width: 680px) {
  .l-head {
    min-height: 90px;
    padding: 20px 0;
  }
}

.l-foot {
  margin-top: auto;
  min-height: 100px;
  background: #FFF;
}
@media (max-width: 1450px) {
  .l-foot {
    min-height: 60px;
  }
}

.input {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 1px;
}
.input.not_empty .input__label {
  color: #999999;
  font-size: 10px;
  top: 4px;
}

.input__text {
  display: block;
  width: 100%;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 25px 10px 15px 35px;
  border-radius: 0;
  overflow: visible;
  transition: all 0.3s ease;
}
.input__text:hover {
  background: #f5f5f5;
}
.input__text:focus {
  outline: none;
  background: #f5f5f5;
}
.input__text.error {
  border-bottom: 1px solid #ff604a;
  background: #f7eae0;
}
.input__text.error ~ .input__label {
  color: red;
}
.input__text.error ~ .input__icon {
  color: red;
}

textarea {
  resize: vertical;
  height: 120px;
}

.input__label {
  position: absolute;
  left: 35px;
  top: 20px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  transition: all 0.2s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.input__icon {
  position: absolute;
  height: 59px;
  left: 0;
  top: 0;
  width: 35px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  transition: color 0.3s ease;
}
.input__icon.i-name {
  font-size: 19px;
}
.input__icon.i-phone {
  font-size: 19px;
}
.input__icon.i-e-mail {
  font-size: 16px;
}
.input__icon.i-comment {
  font-size: 18px;
}

.style-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-height: 26px;
}
.style-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.style-checkbox input:focus + span:after {
  box-shadow: 0 0 0 2px #c7c7c7;
}
.style-checkbox input:checked + span:before {
  -webkit-transform: translate3d(28px, 0, 0);
          transform: translate3d(28px, 0, 0);
}
.style-checkbox input:checked + span:after {
  background: #ff5211;
}
.style-checkbox input.error + span:after {
  background: #f7eae0;
  box-shadow: 0 0 0 2px #ff604a;
}
.style-checkbox span {
  display: block;
  position: relative;
  padding-left: 65px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #000;
}
.style-checkbox span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #FFF;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.style-checkbox span:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 26px;
  left: 0;
  top: 3px;
  border-radius: 13px;
  background: #d4d4d4;
  transition: background 0.3s ease;
  z-index: 1;
}
.vertical-form .style-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  max-width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Ubuntu", Arial, sans-serif;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: none;
  border-radius: 40px;
  letter-spacing: 0.1em;
}
.btn:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn--orange {
  padding: 18px 30px;
  background: linear-gradient(to bottom, #ff9b11, #ff8b0e 50%, #ff5211) center 100%;
  background-size: 100% 200%;
  box-shadow: 0 2px 0 0 #c43f0d;
  color: #FFF;
  transition: all 0.3s ease;
}
.btn--orange:hover, .btn--orange:focus {
  background-position: center 50%;
}
.btn--orange:active {
  background-position: center top;
}

.btn--arrow {
  width: 270px;
  text-align: left;
}
@media (max-width: 480px) {
  .btn--arrow {
    width: 240px;
  }
}
.btn--arrow i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
  font-size: 14px;
  height: 14px;
}

.btn--outline {
  padding: 18px 30px;
  background: transparent;
  border: 2px solid #ff5211;
  font-size: 12px;
  transition: all 0.3s ease;
}
.btn--outline:hover {
  border-color: #000;
}

.download-link {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: transparent;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  padding: 24px 20px 24px 70px;
  border: 1px solid #FFF;
  border-radius: 40px;
  height: 60px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .download-link {
    padding: 15px 20px 15px 50px;
    height: 42px;
  }
}
.download-link:before {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  border-radius: 50%;
  background: url("../img/icon-doc.png") center center no-repeat #ff5211;
  background-size: 22px 26px;
  left: -1px;
  top: -1px;
}
@media (max-width: 680px) {
  .download-link:before {
    height: 42px;
    width: 42px;
  }
}
.download-link:hover {
  border-color: #ff5211;
  background: #ff5211;
  color: #FFF;
}
.download-link--small {
  padding: 15px 20px 15px 50px;
  height: 42px;
}
.download-link--small:before {
  height: 42px;
  width: 42px;
}
.download-link--gray {
  border-color: #e6e6e6;
  color: #000;
  background: #fff;
}

.modal {
  display: none;
  font-family: "Ubuntu", Arial, sans-serif;
  width: 440px;
  max-width: 100%;
  padding: 20px 24px 30px 24px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow: visible !important;
  background: transparent;
}
.modal__title {
  margin-bottom: 0.3em;
}
.modal__descr {
  color: #6d6d6d;
  margin-bottom: 20px;
}
.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFF;
  z-index: 1;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media (max-width: 1024px) {
  .modal__bg {
    transition: none;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.modal__bg--stripes {
  overflow: hidden;
  /*background: url("../img/modal-bg.png") right top no-repeat #FFF;
  background-size: auto 100%;*/
}
.modal__bg--stripes:after {
  content: "";
  background: #e1e1e1;
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 250px;
  -webkit-transform: rotate(45deg) scale3d(1, 0, 1);
          transform: rotate(45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal__bg--stripes:before {
  content: "";
  background: #ebebeb;
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 350px;
  -webkit-transform: rotate(45deg) scale3d(1, 0, 1);
          transform: rotate(45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal__content {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
          transform: translate3d(0, -30px, 0);
  transition: all 0.2s ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .modal__content {
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fancybox-slide--current .modal__bg {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1024px) {
  .fancybox-slide--current .modal__bg {
    transition: none;
  }
}
.fancybox-slide--current .modal__bg--stripes:before {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
          transform: rotate(45deg) scale3d(1, 1, 1);
}
.fancybox-slide--current .modal__bg--stripes:after {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transform: rotate(45deg) scale3d(1, 1, 1);
          transform: rotate(45deg) scale3d(1, 1, 1);
}
.fancybox-slide--current .modal__content {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: all 0.6s ease 0.4s;
}
@media (max-width: 1024px) {
  .fancybox-slide--current .modal__content {
    transition: none;
  }
}

.fancybox-is-open .fancybox-bg {
  background: #000000;
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid #ff5211;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 680px) {
  .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
    top: 5px;
    right: 5px;
  }
}
.fancybox-close-small:hover, .fancybox-slide--image .fancybox-close-small:hover, .fancybox-slide--iframe .fancybox-close-small:hover {
  border: 2px solid #FFF;
}
.fancybox-close-small:before, .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background: #ff5211;
  transition: all 0.3s ease;
  border-radius: 0;
}
.fancybox-close-small:hover:before, .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:before, .fancybox-slide--image .fancybox-close-small:hover:after, .fancybox-slide--iframe .fancybox-close-small:hover:before, .fancybox-slide--iframe .fancybox-close-small:hover:after {
  background-color: #FFF;
}
.fancybox-close-small:before, .fancybox-slide--image .fancybox-close-small:before, .fancybox-slide--iframe .fancybox-close-small:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after, .fancybox-slide--iframe .fancybox-close-small:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fancybox-close-small:focus, .fancybox-slide--image .fancybox-close-small:focus, .fancybox-slide--iframe .fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:before, .fancybox-close-small:focus:after, .fancybox-slide--image .fancybox-close-small:focus:before, .fancybox-slide--image .fancybox-close-small:focus:after, .fancybox-slide--iframe .fancybox-close-small:focus:before, .fancybox-slide--iframe .fancybox-close-small:focus:after {
  outline: none;
}

.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: 85%;
  max-width: calc(100% - 70px);
  max-height: calc(100% - 60px);
}
@media (max-width: 680px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
  }
}

.l-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-head .container-wide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  .l-head .container-wide {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (max-width: 1024px) {
  .l-head .head-nav {
    display: none;
  }
}

.head-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1450px) {
  .head-logo {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.head-logo img {
  display: block;
  height: auto;
  margin-bottom: -10px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1450px) {
  .head-logo img {
    width: 180px;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .head-logo img {
    width: 140px;
  }
}
@media (max-width: 680px) {
  .head-logo img {
    width: 120px;
    margin-bottom: 4px;
  }
}
.head-logo span {
  display: block;
  line-height: 1.3;
  transition: all 0.3s ease;
  white-space: normal;
  max-width: 140px;
}
@media (max-width: 1450px) {
  .head-logo span {
    font-size: 12px;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .head-logo span {
    font-size: 10px;
  }
}
@media (max-width: 680px) {
  .head-logo span {
    font-size: 8px;
  }
}
.head-logo:hover img {
  opacity: 0.7;
}
.head-logo:hover span {
  color: #ff5211;
}

.head-phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1450px) {
  .head-phone {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 680px) {
  .head-phone {
    margin-top: -4px;
  }
}
.head-phone span {
  display: block;
  margin-right: 15px;
}
@media (max-width: 1450px) {
  .head-phone span {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .head-phone span {
    font-size: 10px;
  }
}
.head-phone a {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  font-family: "PF DinText Pro", Arial, sans-serif;
}
@media (max-width: 1450px) {
  .head-phone a {
    font-size: 20px;
  }
}
@media (max-width: 680px) {
  .head-phone a {
    font-size: 16px;
  }
}

.head-nav {
  width: 600px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin: 0 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.head-nav ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.head-nav ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
.head-nav ul li.active a {
  color: #ff5211;
}
.head-nav a {
  font-size: 18px;
  font-weight: bold;
  font-family: "PF DinText Pro", Arial, sans-serif;
  line-height: 1;
  white-space: nowrap;
  padding: 10px 0;
}

.pop-menu-link {
  margin-left: 2px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: background 0.3s ease;
  cursor: pointer;
}
.pop-menu-link:hover {
  background: #eee;
}
.pop-menu-link.active {
  background: #eee;
}

.lang-swither {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .lang-swither {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media (max-width: 480px) {
  .lang-swither {
    position: absolute;
    top: -21px;
    right: 70px;
    width: 82px;
  }
}
.lang-swither a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #e2e2e2;
  padding: 4px 10px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .lang-swither a {
    padding: 2px 5px;
  }
}
.lang-swither a:first-child {
  border-radius: 15px 0 0 15px;
  border-right: none;
  padding-left: 12px;
}
@media (max-width: 480px) {
  .lang-swither a:first-child {
    border-radius: 0 0 0 15px;
    padding-left: 8px;
  }
}
.lang-swither a:last-child {
  border-radius: 0 15px 15px 0;
  padding-right: 12px;
  border-left: none;
}
@media (max-width: 480px) {
  .lang-swither a:last-child {
    border-radius: 0 0 15px 0;
    padding-right: 8px;
  }
}
.lang-swither a.active {
  background: #ff5211;
  border-color: #ff5211;
  color: #FFF;
  pointer-events: none;
}
.lang-swither a:hover {
  border-color: #ff5211;
}

.pop-menu {
  padding: 45px 0;
  background: linear-gradient(to bottom, rgb(215, 215, 215), #FFF);
  display: none;
}
@media (max-width: 1024px) {
  .pop-menu {
    display: none !important;
  }
}

.pop-menu-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 1450px) {
  .pop-menu-grid {
    grid-gap: 12px;
  }
}

.pop-menu-item {
  display: block;
  overflow: hidden;
}
.pop-menu-item:hover .pop-menu-item__img:before {
  background: rgba(255, 82, 17, 0.7);
}

.pop-menu-item__img {
  position: relative;
  margin-bottom: 10px;
}
.pop-menu-item__img img {
  display: block;
  width: 100%;
  height: auto;
}
.pop-menu-item__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(34, 38, 50, 0.4);
  z-index: 2;
  transition: background 0.3s ease;
}

.pop-menu-item__title {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
@media (max-width: 1450px) {
  .pop-menu-item__title {
    font-size: 12px;
  }
}

.pop-menu__close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid #ff5211;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: 24px;
  top: -36px;
  border: none;
}
@media (max-width: 680px) {
  .pop-menu__close {
    top: 5px;
    right: 5px;
  }
}
.pop-menu__close:hover {
  border: 2px solid #FFF;
}
.pop-menu__close:before, .pop-menu__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  background: #ff5211;
  transition: all 0.3s ease;
  border-radius: 0;
}
.pop-menu__close:hover:before, .pop-menu__close:hover:after {
  background-color: #FFF;
}
.pop-menu__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pop-menu__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pop-menu__close:focus {
  outline: none;
}
.pop-menu__close:focus:before, .pop-menu__close:focus:after {
  outline: none;
}
.pop-menu__close:hover {
  border: none;
}
.pop-menu__close:hover:before, .pop-menu__close:hover:after {
  background: #222632;
}

.l-foot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
.l-foot .container-wide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  .l-foot .container-wide {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .l-foot__center {
    margin: 5px 0;
  }
}

.burger {
  width: 40px;
  height: 30px;
  position: fixed;
  background: #ff5211;
  top: 0;
  right: 0;
  z-index: 25;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  cursor: pointer;
  border-radius: 0 0 0 5px;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .burger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger figure {
  width: 25px;
  height: 2px;
  background: #FFF;
  position: relative;
  transition: background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.2s ease 0.1s;
  transition: transform 0.4s ease, background 0.2s ease 0.1s, -webkit-transform 0.4s ease;
}
.burger figure:before, .burger figure:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #FFF;
  position: absolute;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.burger figure:before {
  -webkit-transform: rotate(0) translate3d(0, -6px, 0);
          transform: rotate(0) translate3d(0, -6px, 0);
}
.burger figure:after {
  -webkit-transform: rotate(0) translate3d(0, 6px, 0);
          transform: rotate(0) translate3d(0, 6px, 0);
}
.burger.active figure {
  background: #ff5211;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  transition: background 0.1s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background 0.1s ease;
  transition: transform 0.4s ease, background 0.1s ease, -webkit-transform 0.4s ease;
}
.burger.active figure:before {
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(0.7);
          transform: rotate(-45deg) translate3d(0, 0, 0) scaleX(0.7);
}
.burger.active figure:after {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0) scaleX(0.7);
          transform: rotate(45deg) translate3d(0, 0, 0) scaleX(0.7);
}

.mob-panel {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 220px;
  height: 100%;
  background: #f5f5f5;
  z-index: 20;
  padding-top: 60px;
  -webkit-transform: translate3d(220px, 0, 0);
          transform: translate3d(220px, 0, 0);
  transition: all 0.4s ease;
  box-shadow: inset 5px 0 10px 0 rgba(0, 0, 0, 0.05);
  pointer-events: none;
  overflow: auto;
}
@media (max-width: 1024px) {
  .mob-panel {
    display: block;
  }
}
.mob-panel.active {
  -webkit-transform: none;
          transform: none;
  pointer-events: all;
}
.mob-panel.active .head-nav li {
  -webkit-transform: none;
          transform: none;
  transition: all 0.8s ease;
}
.mob-panel.active .head-nav li:nth-child(2) {
  transition-delay: 0.15s;
}
.mob-panel.active .head-nav li:nth-child(3) {
  transition-delay: 0.3s;
}
.mob-panel.active .head-nav li:nth-child(4) {
  transition-delay: 0.45s;
}
.mob-panel.active .head-nav li:nth-child(5) {
  transition-delay: 0.6s;
}
.mob-panel.active .head-nav li:nth-child(6) {
  transition-delay: 0.75s;
}
.mob-panel.active .head-nav li.active:after {
  -webkit-transform: none;
          transform: none;
  transition: all 0.3s ease;
  transition-delay: 1.25s;
}
.mob-panel.active .mob-panel__phone span {
  -webkit-transform: none;
          transform: none;
  transition: all 0.8s ease;
  transition-delay: 0.6s;
}
.mob-panel.active .mob-panel__phone a {
  -webkit-transform: none;
          transform: none;
  transition: all 0.8s ease;
  transition-delay: 0.7s;
}
.mob-panel.active .mob-panel__logo {
  -webkit-transform: none;
          transform: none;
  transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.mob-panel .head-nav {
  width: 100%;
  margin: 0;
}
.mob-panel .head-nav ul {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
.mob-panel .head-nav ul li {
  margin-bottom: 10px;
  width: 100%;
  text-align: right;
  -webkit-transform: translate3d(220px, 0, 0);
          transform: translate3d(220px, 0, 0);
  opacity: 1;
  transition: all 0.3s ease;
  position: relative;
}
.mob-panel .head-nav ul li.active:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  -webkit-transform: scaleY(0) translate3d(0, 0, 0);
          transform: scaleY(0) translate3d(0, 0, 0);
  transition: all 0.3s ease;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  top: 0;
  right: 0;
  background: #ff5211;
}
.mob-panel .head-nav a {
  margin: 0;
  display: block;
  padding: 10px 15px;
}
.mob-panel__logo {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 100px;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  transition: all 0.8s ease;
}
.mob-panel__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.mob-panel__phone {
  text-align: right;
  padding: 0 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mob-panel__phone span {
  display: block;
  font-size: 12px;
  -webkit-transform: translate3d(220px, 0, 0);
          transform: translate3d(220px, 0, 0);
  transition: all 0.8s ease;
}
.mob-panel__phone a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  -webkit-transform: translate3d(220px, 0, 0);
          transform: translate3d(220px, 0, 0);
  transition: all 0.8s ease;
}

.s-page-header {
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 680px) {
  .s-page-header {
    padding-top: 60px;
  }
}
.s-page-header .lead-big {
  margin-top: 2em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .s-page-header .lead-big {
    margin-top: 1em;
  }
}
.s-page-header .header-date {
  display: block;
  margin-top: 1em;
}

.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-header-bg__left {
  position: absolute;
  left: 0;
  top: 0;
}
.page-header-bg__right {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 480px) {
  .page-header-bg--clients {
    display: none;
  }
}
.page-header-bg--clients .page-header-bg__left {
  max-width: 25%;
  height: auto;
}
.page-header-bg--clients .page-header-bg__right {
  max-width: 25%;
  height: auto;
}
@media (max-width: 480px) {
  .page-header-bg--partners {
    display: none;
  }
}
.page-header-bg--partners .page-header-bg__left {
  max-width: 30%;
  height: auto;
}
.page-header-bg--partners .page-header-bg__right {
  max-width: 40%;
  height: auto;
}
@media (max-width: 480px) {
  .page-header-bg--projects {
    display: none;
  }
}
.page-header-bg--projects .page-header-bg__left {
  max-width: 20%;
  height: auto;
}
.page-header-bg--projects .page-header-bg__right {
  max-width: 40%;
  height: auto;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  margin-bottom: -40px;
}
@media (max-width: 480px) {
  .breadcrumbs {
    margin-top: 10px;
  }
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.breadcrumbs ul li {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 8px;
}
.breadcrumbs ul li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
}
@media (max-width: 480px) {
  .breadcrumbs ul li a {
    font-size: 10px;
  }
}
.breadcrumbs ul li:after {
  content: "\e90c";
  font-family: "gesem" !important;
  text-transform: none;
  font-size: 10px;
  margin: 0 10px;
}
.breadcrumbs ul li:last-child a {
  border-bottom: none;
  pointer-events: none;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs--white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
}
.breadcrumbs--white ul li a {
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.breadcrumbs--white ul li a:hover {
  color: #FFF;
  border-bottom: 1px solid #FFF;
}

.s-logos {
  overflow: hidden;
}

.logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
.logos .logo {
  z-index: 1;
}
.logos .logo:before, .logos .logo:after {
  display: none;
}
.logos__frame {
  position: absolute;
  border: 1px solid #000;
  width: 100px;
  height: 100px;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s ease;
}

.logo {
  position: relative;
  width: 14.2857142857%;
  border: 1px solid #e2e2e2;
  margin: 0 -1px -1px 0;
  z-index: 1;
}
@media (max-width: 680px) {
  .logo {
    width: 33.3333333333%;
  }
}
.logo:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  width: 0;
  height: 0;
  transition: all 0.6s ease;
  z-index: 5;
}
.logo:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  z-index: 5;
}
.logo__square {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  z-index: 1;
}
.logo__img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  transition: all 0.3s ease;
  z-index: 2;
}
.logo .link-more, .logo .tabs__link span, .tabs__link .logo span {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translate3d(-50%, 10px, 0);
          transform: translate3d(-50%, 10px, 0);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .logo .link-more, .logo .tabs__link span, .tabs__link .logo span {
    bottom: 5px;
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    font-size: 10px;
    border-bottom: none;
  }
}
.logo:hover {
  z-index: 3;
}
.logo:hover:after, .logo:hover:before {
  border-color: #000;
  width: 100%;
  height: 100%;
}
.logo:hover .logo__img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.logo:hover .link-more, .logo:hover .tabs__link span, .tabs__link .logo:hover span {
  opacity: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.s-order {
  z-index: 2;
}

.order-block {
  background: rgba(255, 255, 255, 0.7);
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px;
}
@media (max-width: 1024px) {
  .order-block {
    padding: 35px 30px;
  }
}
@media (max-width: 480px) {
  .order-block {
    padding: 25px 16px;
  }
}
.order-block__title {
  text-align: center;
  margin-bottom: 0.3em;
}
.order-block__title strong {
  font-weight: inherit;
  color: #ff5211;
}
.order-block__descr {
  color: #6d6d6d;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 480px) {
  .order-block__descr {
    font-size: 12px;
  }
}
.order-block form {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .order-block form {
    margin-top: 10px;
  }
}
.order-block form .input {
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .order-block form .input {
    margin-bottom: 0;
  }
}
.order-block__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .order-block__footer {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.order-block__footer .style-checkbox {
  padding-right: 20px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 100%;
}
@media (max-width: 680px) {
  .order-block__footer .style-checkbox {
    margin: 20px 0;
  }
}

.s-footimg {
  z-index: -1;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.s-footimg img {
  display: block;
  width: 100%;
  height: auto;
}
.s-footimg--clients img {
  margin-top: -11%;
}
.s-footimg--partners img {
  margin-top: -19%;
}
.s-footimg--projects img {
  margin-top: -11%;
}
.s-footimg--services-root img {
  margin-top: -35%;
}
.s-footimg--contacts img {
  margin-top: -13%;
}

.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #e2e2e2;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .timeline:before {
    margin: 0;
    right: initial;
    left: 0;
  }
}
.timeline__item {
  display: block;
  position: relative;
  width: calc(50% - 24px);
  border: 2px solid #e2e2e2;
  padding: 35px 30px;
  z-index: 3;
  background: #FFF;
  min-height: 250px;
}
@media (max-width: 1024px) {
  .timeline__item {
    padding: 20px 15px;
  }
}
@media (max-width: 768px) {
  .timeline__item {
    width: calc(100% - 24px);
    margin-left: 24px;
    margin-bottom: 20px;
    min-height: initial;
  }
}
.timeline__item:nth-child(2n) {
  margin-top: -170px;
  margin-bottom: -50px;
  margin-left: calc(50% + 24px);
}
@media (max-width: 768px) {
  .timeline__item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 24px;
  }
}
.timeline__item:nth-child(2n):before {
  right: initial;
  left: -10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.timeline__item:nth-child(2n):after {
  right: initial;
  left: -31px;
}
.timeline__item:nth-child(2n).anim {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}
.timeline__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .timeline__item:last-child {
    margin-bottom: 20px;
  }
}
.timeline__item:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #FFF;
  border-top: 2px solid #e2e2e2;
  border-right: 2px solid #e2e2e2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -10px;
  top: 60px;
}
@media (max-width: 768px) {
  .timeline__item:before {
    right: initial;
    left: -10px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
.timeline__item:after {
  content: "";
  width: 10px;
  height: 2px;
  background: #e2e2e2;
  position: absolute;
  top: 66px;
  right: -31px;
}
@media (max-width: 768px) {
  .timeline__item:after {
    right: initial;
    left: -31px;
  }
}
.timeline__item.anim {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media (max-width: 768px) {
  .timeline__item.anim {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
}
.timeline__item.anim:after {
  transition: all 0.2s ease;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.timeline__item.animated {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.timeline__item.animated:after {
  transition: all 0.3s ease 0.8s;
  -webkit-transform: none;
          transform: none;
}

.article-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 480px) {
  .article-intro {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.article-intro__time {
  display: block;
  text-align: center;
  position: relative;
  top: 5px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1024px) {
  .article-intro__time {
    top: 0;
    margin-right: 20px;
  }
}
.article-intro__time strong {
  display: block;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-size: 55px;
  line-height: 0.7;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .article-intro__time strong {
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .article-intro__time strong {
    display: inline-block;
    font-size: 24px;
    margin-right: 5px;
  }
}
.article-intro__time small {
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .article-intro__time small {
    font-size: 14px;
  }
}
.article-intro__content {
  width: 100%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.article-intro__title {
  display: inline-block;
  margin-bottom: 0.3em;
}
.article-intro__preview-text {
  font-size: 14px;
}
.article-intro__images {
  margin-top: 15px;
}
.article-intro__images .fancy {
  display: inline-block;
  position: relative;
  margin: 0 10px 14px 0;
  vertical-align: top;
}
.article-intro__images .fancy img {
  display: block;
  position: relative;
  z-index: 1;
  height: 60px;
}
.article-intro__images .fancy:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 82, 17, 0.4);
  position: absolute;
  z-index: 2;
  transition: all 0.2s ease;
  opacity: 0;
}
.article-intro__images .fancy:before {
  content: "+";
  font-size: 24px;
  width: 24px;
  line-height: 1;
  text-align: center;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  color: #FFF;
  transition: all 0.2s ease;
  opacity: 0;
}
.article-intro__images .fancy:hover:after, .article-intro__images .fancy:hover:before {
  opacity: 1;
}
.article-intro .link-more, .article-intro .tabs__link span, .tabs__link .article-intro span {
  margin-top: 10px;
}

.tabs {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 40px;
}
.tabs ul {
  list-style: none;
  text-align: center;
}
.tabs__link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 14px 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid transparent;
  border-radius: 40px;
  margin: 0 0 2px 0;
  transition: border 0.3s ease;
}
@media (max-width: 1450px) {
  .tabs__link {
    padding: 12px 10px;
  }
}
@media (max-width: 1024px) {
  .tabs__link {
    padding: 8px 10px;
  }
}
@media (max-width: 480px) {
  .tabs__link {
    padding: 3px 6px;
  }
}
@media (max-width: 680px) {
  .tabs__link span {
    font-size: 10px;
  }
}
.tabs__link:hover, .tabs__link:focus {
  outline: none;
  border: 2px solid rgba(255, 82, 17, 0.3);
}
.tabs__link:hover span, .tabs__link:focus span {
  color: #ff652b;
  border-bottom: 1px solid #ff5211;
}
.tabs__link.active {
  border: 2px solid #ff5211;
}
.tabs__link.active span {
  border-color: transparent;
  color: #222632;
}

.services-wall {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-wall .service-panel {
  margin-bottom: 48px;
}
@media (max-width: 1450px) {
  .services-wall .service-panel {
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .services-wall .service-panel {
    margin-bottom: 12px;
  }
}

.service-panel {
  display: block;
  position: relative;
  height: 400px;
  width: 100%;
}
@media (max-width: 1450px) {
  .service-panel {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .service-panel {
    height: 300px;
  }
}
@media (max-width: 680px) {
  .service-panel {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .service-panel {
    height: 220px;
  }
}
.service-panel__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.service-panel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 82, 17, 0.8);
  z-index: 2;
  transition: all 0.3s ease;
}
.service-panel__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  color: #FFF;
  text-align: center;
  padding: 30px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 680px) {
  .service-panel__content {
    padding: 20px 15px;
  }
}
.service-panel__cat {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1450px) {
  .service-panel__cat {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .service-panel__cat {
    font-size: 12px;
  }
}
.service-panel__title {
  width: 100%;
  max-height: 6.1em;
  line-height: 1;
  overflow: hidden;
  word-wrap: break-word;
}
.service-panel__more {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.service-panel:hover, .service-panel:focus {
  outline: none;
}
.service-panel:hover .service-panel__bg, .service-panel:focus .service-panel__bg {
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
}
.service-panel:hover:before, .service-panel:focus:before {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  background: rgba(255, 82, 17, 0.7);
}
.service-panel:hover .service-panel__more, .service-panel:focus .service-panel__more {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  border-color: #FFF;
}
.service-panel:hover .service-panel__cat, .service-panel:focus .service-panel__cat {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
}
.service-panel--cons:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(52, 65, 86, 0.8);
  z-index: 2;
  transition: all 0.3s ease;
}
.service-panel--cons:hover:before, .service-panel--cons:focus:before {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  background: rgba(52, 65, 86, 0.7);
}

.service-panel--simple:before {
  background: rgba(34, 38, 50, 0.4);
}
.service-panel--simple:hover, .service-panel--simple:focus {
  outline: none;
}
.service-panel--simple:hover .service-panel__bg, .service-panel--simple:focus .service-panel__bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.service-panel--simple:hover:before, .service-panel--simple:focus:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: rgba(255, 82, 17, 0.7);
}
.service-panel--simple:hover .service-panel__more, .service-panel--simple:focus .service-panel__more {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-color: #FFF;
}
.service-panel--simple:hover .service-panel__cat, .service-panel--simple:focus .service-panel__cat {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.faq .h1 {
  text-align: center;
}

.faq__list {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .faq__list {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .faq__list {
    padding-top: 10px;
  }
}

.faq__item {
  padding-left: 110px;
  padding-right: 110px;
  box-shadow: 0 5px 30px rgba(67, 22, 5, 0);
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .faq__item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 680px) {
  .faq__item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq__item.open {
  padding-bottom: 30px;
  box-shadow: 0 5px 30px rgba(67, 22, 5, 0.1);
}
.faq__item.open .faq__item-title {
  color: #ff5211;
}
.faq__item.open .faq__item-title:after {
  border-color: #ff5211;
  -webkit-transform: translate3d(0, 0, 0) rotate(-135deg);
          transform: translate3d(0, 0, 0) rotate(-135deg);
}

.faq__item-title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "PF DinText Pro", Arial, sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .faq__item-title {
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .faq__item-title {
    padding-left: 45px;
  }
}
@media (max-width: 680px) {
  .faq__item-title {
    padding-left: 0;
  }
}
.faq__item-title:hover {
  color: #ff5211;
}
.faq__item-title:hover:after {
  border-color: #ff5211;
}
.faq__item-title:after {
  content: "";
  position: absolute;
  top: 32px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 0 3px 0 3px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
@media (max-width: 1024px) {
  .faq__item-title:after {
    top: 22px;
  }
}
@media (max-width: 680px) {
  .faq__item-title:after {
    width: 12px;
    height: 12px;
  }
}
.faq__item-title span {
  position: absolute;
  top: 25px;
  left: 0;
  width: 50px;
}
@media (max-width: 1024px) {
  .faq__item-title span {
    top: 15px;
  }
}
@media (max-width: 680px) {
  .faq__item-title span {
    position: relative;
    top: initial;
    left: initial;
    width: initial;
  }
}

.faq__item-text {
  display: none;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .faq__item-text {
    padding-left: 45px;
  }
}
@media (max-width: 680px) {
  .faq__item-text {
    padding-left: 0;
  }
}

.service-benefits .h1 {
  text-align: center;
}

.service-benefits__list {
  padding-top: 70px;
}
@media (max-width: 1024px) {
  .service-benefits__list {
    padding-top: 60px;
  }
}
@media (max-width: 680px) {
  .service-benefits__list {
    padding-top: 30px;
  }
}

.service-benefits__item {
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .service-benefits__item {
    padding-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .service-benefits__item {
    padding-bottom: 15px;
  }
}
.service-benefits__item .user-content {
  padding-top: 10px;
}

.service-benefits__item-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
}
@media (max-width: 1024px) {
  .service-benefits__item-img {
    height: 80px;
  }
}
@media (max-width: 680px) {
  .service-benefits__item-img {
    height: 60px;
  }
}
.service-benefits__item-img img {
  max-width: auto;
  max-height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.service-reasons {
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .service-reasons {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .service-reasons {
    padding-top: 0px;
  }
}
.service-reasons .h2 {
  text-align: center;
}

.service-reasons__list {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .service-reasons__list {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .service-reasons__list {
    padding-top: 25px;
  }
}

.service-reasons__item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .service-reasons__item {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .service-reasons__item {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.service-reasons__item img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .service-reasons__item img {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .service-reasons__item img {
    height: 50px;
  }
}
.service-reasons__item .user-content {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .service-reasons__item .user-content {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .service-reasons__item .user-content {
    padding-top: 5px;
  }
}

.service-territory .h1 {
  text-align: center;
}
.service-territory .lead-big {
  margin-top: 2em;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 768px) {
  .service-territory .lead-big {
    margin-top: 1em;
  }
}

.service-territory__map {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.service-territory__map .download-link {
  position: relative;
  bottom: 90px;
}
@media (max-width: 680px) {
  .service-territory__map .download-link {
    bottom: 0px;
  }
}
.service-territory__map img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.service-wants .h1 {
  text-align: center;
}

.service-wants__list {
  padding-top: 30px;
}
@media (max-width: 680px) {
  .service-wants__list {
    padding-top: 20px;
  }
}

.service-wants__item {
  padding-bottom: 50px;
}
@media (max-width: 680px) {
  .service-wants__item {
    padding-bottom: 20px;
  }
}
.service-wants__item:last-child {
  padding-bottom: 0;
}

@media (max-width: 680px) {
  .service-wants__item-title-wrap {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.service-wants__item-title {
  padding-bottom: 25px;
  text-align: center;
}
@media (max-width: 680px) {
  .service-wants__item-title {
    padding-bottom: 10px;
  }
}

@media (max-width: 680px) {
  .service-wants__item-number-wrap {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}

.service-wants__item-number {
  margin-top: -15px;
  line-height: 1;
  font-size: 165px;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 100;
}
@media (max-width: 1450px) {
  .service-wants__item-number {
    font-size: 140px;
  }
}
@media (max-width: 1024px) {
  .service-wants__item-number {
    font-size: 110px;
  }
}

@media (max-width: 680px) {
  .service-wants__item-info-wrap {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}

.service-wants__item-info {
  text-align: center;
}
@media (max-width: 768px) {
  .service-wants__item-info {
    text-align: left;
  }
}
@media (max-width: 680px) {
  .service-wants__item-info {
    text-align: center;
  }
}

@media (max-width: 680px) {
  .service-wants__item-img-wrap {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
}

.service-wants__item-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 5px;
  padding-left: 25px;
}
@media (max-width: 680px) {
  .service-wants__item-img {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
.service-wants__item-img img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 100%;
}
@media (max-width: 680px) {
  .service-wants__item-img img {
    height: 80px;
  }
}

.home-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 90px;
}
@media (max-width: 1680px) {
  .home-slider {
    padding: 0 60px;
  }
}
@media (max-width: 1450px) {
  .home-slider {
    padding: 0 40px;
  }
}
@media (max-width: 1024px) {
  .home-slider {
    padding: 0 16px;
  }
}
@media (max-width: 680px) {
  .home-slider {
    padding: 0;
  }
}
.home-slider.flickity-enabled {
  display: block;
}
.home-slider .flickity-page-dots {
  bottom: 20px;
  width: auto;
  right: 0;
  left: 0;
}
.home-slider .flickity-page-dots .dot {
  background: #FFF;
  opacity: 1;
  margin: 0 6px;
  transition: background 0.3s ease;
}
.home-slider .flickity-page-dots .dot:hover {
  background: #ff7744;
}
.home-slider .flickity-page-dots .dot.is-selected {
  background: #ff5211;
}
.home-slider .flickity-prev-next-button {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: transparent;
}
@media (max-width: 680px) {
  .home-slider .flickity-prev-next-button {
    display: none;
  }
}
.home-slider .flickity-prev-next-button:hover .arrow {
  fill: #ff5211;
}
.home-slider .flickity-prev-next-button svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider .flickity-prev-next-button .arrow {
  fill: #FFF;
  transition: fill 0.3s ease;
}
.home-slider .flickity-prev-next-button.next {
  -webkit-transform: scaleY(-1) translateY(50%);
          transform: scaleY(-1) translateY(50%);
  right: 120px;
}
@media (max-width: 1450px) {
  .home-slider .flickity-prev-next-button.next {
    right: 80px;
  }
}
@media (max-width: 1024px) {
  .home-slider .flickity-prev-next-button.next {
    right: 30px;
  }
}
.home-slider .flickity-prev-next-button.previous {
  left: 120px;
}
@media (max-width: 1450px) {
  .home-slider .flickity-prev-next-button.previous {
    left: 80px;
  }
}
@media (max-width: 1024px) {
  .home-slider .flickity-prev-next-button.previous {
    left: 30px;
  }
}

.s-home {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #222632;
  background-size: cover;
  min-height: calc(100vh - 200px);
  text-align: center;
  color: #FFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0 60px 0;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1450px) {
  .s-home {
    min-height: calc(100vh - 160px);
  }
}
@media (max-width: 680px) {
  .s-home {
    min-height: calc(100vh - 110px);
  }
}
@media (max-width: 480px) {
  .s-home {
    padding: 40px 0 60px 0;
  }
}
.s-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(34, 38, 50, 0.45);
}
.s-home .container {
  z-index: 2;
}
.s-home__title {
  margin-bottom: 0.3em;
}
@media (max-height: 700px) and (min-width: 1200px) {
  .s-home__title {
    font-size: 40px;
  }
}
.s-home .lead-big {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 680px) {
  .s-home .lead-big {
    font-size: 14px;
  }
}
.s-home .download-link, .s-home .btn {
  margin-top: 20px;
}
@media (max-height: 850px) {
  .s-home .download-link, .s-home .btn {
    margin-top: 10px;
  }
}
@media (max-width: 680px) {
  .s-home .download-link, .s-home .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.s-home--full {
  border: none;
  padding: 80px 0;
}
@media (max-width: 680px) {
  .s-home--full {
    padding: 60px 0;
  }
}
.s-home--setup {
  background: url("../img/services/bg-service-setup.jpg") center bottom no-repeat #222632;
  background-size: cover;
}
.s-home--job {
  background: url("../img/services/bg-service-job.jpg") center bottom no-repeat #222632;
  background-size: cover;
}

.home-catalogs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-height: 850px) {
  .home-catalogs {
    margin-top: 20px;
  }
}

.home-catalog {
  width: 180px;
  max-width: 33.3333333333%;
  margin: 0 10px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .home-catalog {
    margin: 0 5px;
  }
}
.home-catalog img {
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  max-width: 100%;
  width: 100px;
  height: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  box-shadow: 0 6px 7px -3px rgba(0, 0, 0, 0.5);
}
@media (max-height: 850px) {
  .home-catalog img {
    width: 60px;
    height: auto;
  }
}
.home-catalog span {
  font-size: 16px;
  line-height: 1.3;
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  word-break: keep-all;
}
@media (max-width: 680px) {
  .home-catalog span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-catalog span {
    font-size: 10px;
  }
}
.home-catalog:hover img {
  opacity: 1;
}
.home-catalog:hover span {
  color: #ff5211;
}

.home-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  will-change: transform;
}
@media (max-width: 1024px) {
  .home-video {
    display: none;
  }
}
.home-video video {
  object-fit: cover;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.home-video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.home-video-link {
  position: relative;
  padding-top: 25px;
}
.home-video-link a {
  position: relative;
  display: inline-block;
}
.home-video-link a:hover:after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}
.home-video-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 49%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 82, 17, 0.25);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8);
  transition: all 0.3s ease;
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-video-link a:after {
    width: 60px;
    height: 60px;
  }
}
.home-video-link img {
  position: relative;
  display: block;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1024px) {
  .home-video-link img {
    width: 80px;
  }
}

.home-logos {
  margin: 50px 0;
}
@media (max-width: 1450px) {
  .home-logos {
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .home-logos {
    margin: 20px 0;
  }
}
.home-logos img {
  max-width: 90%;
}

.s-home-projects {
  background: url("../img/home/projects-bg.png") center 150px no-repeat, #efefef;
  background-size: 80% auto;
}

.s-about-partners .h3 {
  text-align: center;
  margin-bottom: 1em;
}
.s-about-partners .logos-slider {
  margin-bottom: 40px;
}

.logos-slider {
  padding: 5px 0;
  display: none;
}
.logos-slider:hover .flickity-prev-next-button {
  opacity: 1;
}
.logos-slider .logo {
  margin-bottom: 0;
}
.logos-slider .flickity-prev-next-button {
  background: transparent;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  border-radius: 50%;
  opacity: 0;
}
@media (max-width: 1024px) {
  .logos-slider .flickity-prev-next-button {
    opacity: 1;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .logos-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
.logos-slider .flickity-prev-next-button.next {
  right: 10px;
}
.logos-slider .flickity-prev-next-button.previous {
  left: 10px;
}
.logos-slider .flickity-prev-next-button svg {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}
.logos-slider .flickity-prev-next-button .arrow {
  fill: #222632;
  transition: fill 0.3s ease;
}
.logos-slider .flickity-prev-next-button:hover, .logos-slider .flickity-prev-next-button:focus {
  background: #ff5211;
  box-shadow: none;
}
.logos-slider .flickity-prev-next-button:hover .arrow, .logos-slider .flickity-prev-next-button:focus .arrow {
  fill: #FFF;
}
.logos-slider .flickity-prev-next-button:active {
  opacity: 1;
}

.s-about-dir {
  overflow: hidden;
}
.s-about-dir .row {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-about-dir .h2 {
  margin-bottom: 0.8em;
}
.s-about-dir .lead {
  margin-bottom: 50px;
}
@media (max-width: 680px) {
  .s-about-dir .lead {
    margin-bottom: 20px;
  }
}
.s-about-dir.anim .h2 {
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
  transition: all 1s ease;
}
.s-about-dir.anim .lead {
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
  transition: all 1s ease;
}
.s-about-dir.anim .h4 {
  opacity: 0;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
  transition: all 1s ease;
}
.s-about-dir.anim .man-frame__stripes {
  opacity: 0;
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
  transition: all 1s ease;
}
.s-about-dir.anim .man-frame__man {
  -webkit-transform: translate3d(40px, 0, 0);
          transform: translate3d(40px, 0, 0);
  transition: all 1s ease;
}
.s-about-dir.animated .h2, .s-about-dir.animated .lead, .s-about-dir.animated .h4, .s-about-dir.animated .man-frame__stripes, .s-about-dir.animated .man-frame__man {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: all 1s ease;
}
.s-about-dir.animated .lead {
  transition: all 1s ease 0.2s;
}
.s-about-dir.animated .h4 {
  transition: all 1s ease 0.4s;
}

.about-dir__sert-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-dir__sert-list .doc {
  margin-right: 30px;
}
.about-dir__sert-list .doc:last-child {
  margin-right: 0;
}

.about-dir__cons-btn {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .about-dir__cons-btn {
    margin-top: 30px;
  }
}

.man-frame {
  position: relative;
  height: 702px;
}
@media (max-width: 1024px) {
  .man-frame {
    height: 500px;
  }
}
@media (max-width: 680px) {
  .man-frame {
    height: 350px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .man-frame {
    height: 250px;
  }
}
.man-frame__stripes {
  display: block;
  position: absolute;
  left: 100px;
  bottom: 0;
  max-height: 100%;
  width: auto;
}
.man-frame__man {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
  width: auto;
}

.s-about-preims .h1 {
  text-align: center;
  margin-bottom: 0.7em;
}

.about-preim {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 680px) {
  .about-preim {
    min-height: initial;
    padding: 30px 0;
  }
}
.about-preim.anim:before {
  transition: all 1s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.about-preim.anim .about-preim__bg {
  transition: all 1s ease;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.about-preim.anim .about-preim__num {
  transition: all 0.3s ease;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  opacity: 0;
}
.about-preim.anim .about-preim__content {
  transition: all 0.3s ease;
  -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
  opacity: 0;
}
.about-preim.animated:before {
  -webkit-transform: none;
          transform: none;
}
.about-preim.animated .about-preim__bg {
  -webkit-transform: none;
          transform: none;
}
.about-preim.animated .about-preim__num {
  transition: all 1s ease 0.3s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.about-preim.animated .about-preim__content {
  transition: all 1s ease 0.3s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.about-preim__bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-preim__bg--1 {
  background: url("../img/about/preim-1.jpg") center center no-repeat;
  background-size: cover;
}
.about-preim__bg--2 {
  background: url("../img/about/preim-2.jpg") center center no-repeat;
  background-size: cover;
}
.about-preim__bg--3 {
  background: url("../img/about/preim-3.jpg") center center no-repeat;
  background-size: cover;
}
.about-preim:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 76, 14, 0.78);
}
.about-preim__content {
  position: relative;
  z-index: 3;
  color: #FFF;
  text-align: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.about-preim__content .h2 {
  margin-bottom: 0.3em;
}
.about-preim__num {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 100;
  font-size: 160px;
  line-height: 1;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 3;
  color: #FFF;
}
@media (max-width: 1024px) {
  .about-preim__num {
    font-size: 100px;
    height: 100px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .about-preim__num {
    display: block;
    text-align: center;
    position: relative;
    font-size: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .about-preim__num {
    font-size: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}

.s-about-facts .h1 {
  text-align: center;
  margin-bottom: 0.7em;
}

.facts-block {
  background: url("../img/about/facst-bg.jpg") center top #222632;
  background-size: auto 100%;
  color: #FFF;
  padding: 120px 0 60px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .facts-block {
    padding-top: 80px;
  }
}
@media (max-width: 480px) {
  .facts-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.facts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .facts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 480px) {
  .facts {
    margin-bottom: 20px;
  }
}

.fact {
  text-align: left;
  margin-bottom: 30px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .fact {
    width: 50%;
    padding: 0 5px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .fact {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.fact__img {
  height: 70px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 480px) {
  .fact__img {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }
}
.fact__img img {
  display: block;
}
@media (max-width: 768px) {
  .fact__img img {
    margin-left: auto;
    margin-right: auto;
  }
}
.fact strong {
  display: block;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1450px) {
  .fact strong {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .fact strong {
    font-size: 40px;
  }
}
@media (max-width: 680px) {
  .fact strong {
    font-size: 30px;
  }
}
.fact strong div {
  white-space: normal;
}
.fact .lead {
  display: block;
  line-height: 1.3;
}

.insta-link {
  display: block;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .insta-link {
    margin-top: 50px;
  }
}
.insta-link__round {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.insta-link span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
.insta-link:hover .insta-link__round {
  opacity: 0.8;
}
.insta-link:hover span {
  color: #ff5211;
}

.s-about-clients .h2 {
  text-align: center;
}

.s-about-news {
  overflow: hidden;
}
.s-about-news__title {
  text-align: center;
  margin-bottom: 0.7em;
}
.s-about-news .timeline {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .s-about-news .timeline {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .s-about-news .timeline {
    margin-bottom: 0;
  }
}
.s-about-news .timeline:before {
  height: calc(100% + 60px);
}
@media (max-width: 768px) {
  .s-about-news .timeline:before {
    height: 100%;
  }
}

.s-about-docs {
  background: url("../img/about/docs-bg.png") center top no-repeat;
  background-size: 100% auto;
}
.s-about-docs .h2 {
  margin-bottom: 1em;
  text-align: center;
}
.s-about-docs .doc {
  margin-bottom: 40px;
}

.doc {
  display: block;
  position: relative;
  text-align: center;
}
.doc__frame {
  display: inline-block;
  position: relative;
  border-top: 6px solid #f8f8f8;
  border-right: 6px solid #f8f8f8;
  border-left: 6px solid #e8e8e8;
  border-bottom: 6px solid #e8e8e8;
  box-shadow: 0 0 0 4px #d9d9d9;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}
.doc__frame img {
  display: block;
  max-width: 100%;
  height: auto;
}
.doc__frame:before {
  content: "";
  width: 100%;
  height: 30px;
  background: #d9d9d9;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: -1;
}
.doc span {
  display: block;
  transition: color 0.3s ease;
  font-size: 14px;
  line-height: 1.3;
}
.doc:hover, .doc:focus {
  outline: none;
}
.doc:hover .doc__frame, .doc:focus .doc__frame {
  box-shadow: 0 0 0 4px #ff5211;
}
.doc:hover .doc__frame:before, .doc:focus .doc__frame:before {
  box-shadow: 0 0 30px 0 #ff5211;
}
.doc:hover span, .doc:focus span {
  color: #ff5211;
}

.modal-client {
  background: transparent;
  padding: 40px 60px;
  width: 900px;
}
@media (max-width: 1024px) {
  .modal-client {
    padding: 30px 40px;
  }
}
@media (max-width: 480px) {
  .modal-client {
    padding: 20px 16px;
  }
}
@media (max-width: 1024px) {
  .modal-client .fancybox-close-small {
    top: 5px;
    right: 5px;
  }
}
.modal-client__title {
  margin-bottom: 0.5em;
}
.modal-client .btn--outline {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .modal-client .btn--outline {
    margin-top: 10px;
  }
}
.modal-client__right {
  text-align: center;
}
@media (max-width: 480px) {
  .modal-client__right {
    margin-top: 30px;
  }
}
.modal-client__logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .modal-client__logo {
    margin-bottom: 10px;
  }
}

.s-news-list:after {
  content: "";
  width: 342px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  background: url("../img/news/news-sled-top.png") center top no-repeat, url("../img/news/news-sled.png") center top;
  background-size: 100% auto;
  opacity: 0.7;
  transition: all 0.3s ease;
  max-width: 60%;
}
.s-news-list .timeline {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .s-news-list .timeline {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .s-news-list .timeline {
    margin-bottom: 0;
  }
}
.s-news-list .timeline:before {
  height: calc(100% + 60px);
}
@media (max-width: 768px) {
  .s-news-list .timeline:before {
    height: 100% !important;
  }
}
.s-news-list__footer {
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.s-news-list--finish .s-news-list__footer {
  display: none;
}
.s-news-list--finish .news-list-traktor {
  height: auto;
}
.s-news-list--finish .news-list-traktor img {
  -webkit-transform: none;
          transform: none;
}
.s-news-list--finish .timeline:before {
  height: calc(100% + 80px);
}

.news-list-traktor {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 0;
}
.news-list-traktor img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate3d(0, 500px, 0);
          transform: translate3d(0, 500px, 0);
  transition: all 2s ease;
}

.article-slider {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .article-slider {
    margin-bottom: 20px;
  }
}
.article-slider__item {
  width: calc(25% - 30px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-slider__item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 480px) {
  .article-slider__item {
    width: calc(50% - 20px);
  }
}
.article-slider__item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-filter 0.3s ease, -webkit-transform 2s ease;
  transition: filter 0.3s ease, transform 2s ease;
  transition: filter 0.3s ease, transform 2s ease, -webkit-filter 0.3s ease, -webkit-transform 2s ease;
}
.article-slider__item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
          transform: scale3d(1.03, 1.03, 1.03);
}

.article-content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.article-meta {
  margin-top: 50px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.s-project-list {
  overflow: hidden;
}
.s-project-list .services-wall {
  display: none;
}
.s-project-list .services-wall.active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-slider {
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background: #eee;
}
@media (max-width: 768px) {
  .project-slider {
    max-width: 500px;
  }
}
.project-slider__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}
.project-slider__item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.project-slider .flickity-prev-next-button {
  background: rgba(165, 165, 165, 0.5);
  width: 70px;
  height: 70px;
  transition: all 0.3s ease;
  border-radius: 0;
}
@media (max-width: 768px) {
  .project-slider .flickity-prev-next-button {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .project-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
  }
}
.project-slider .flickity-prev-next-button.next {
  right: 0;
  border-radius: 50% 0 0 50%;
}
.project-slider .flickity-prev-next-button.previous {
  left: 0;
  border-radius: 0 50% 50% 0;
}
.project-slider .flickity-prev-next-button .arrow {
  fill: #FFF;
}
.project-slider .flickity-prev-next-button:hover, .project-slider .flickity-prev-next-button:focus {
  background: #ff5211;
  box-shadow: none;
}
.project-slider .flickity-prev-next-button:active {
  opacity: 1;
}

.project-right {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .project-right {
    padding-left: 0;
  }
}

.project-params {
  margin-bottom: 50px;
}
.project-params__title {
  margin-bottom: 0.8em;
}
.project-params__list {
  padding-left: 0;
  list-style: none;
}
.project-params__list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.project-params__list li:before {
  content: "";
  width: 18px;
  height: 10px;
  border-bottom: 2px solid #ff5211;
  border-left: 2px solid #ff5211;
  position: absolute;
  left: 0;
  top: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.project-params__name {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}

.project-params__val {
  display: inline-block;
  white-space: nowrap;
  line-height: 20px;
}

.project-client__title {
  margin-bottom: 0.8em;
}
.project-client .doc {
  display: inline-block;
}
.project-client__quote {
  max-width: 400px;
  margin-top: 0.5em;
  font-size: 16px;
  display: block;
}
@media (max-width: 1024px) {
  .project-client__quote {
    font-size: 14px;
  }
}
.project-client__name {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.project-client__company {
  font-size: 12px;
}

.project-client-footer {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.project-client-footer__left {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  padding-right: 20px;
  margin-bottom: 10px;
}
.project-client-footer__right {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.project-client-footer__right img {
  display: block;
  max-width: 100%;
  height: auto;
}

.s-services {
  z-index: 5;
  overflow: hidden;
}
.s-services .h1 {
  text-align: center;
  margin-bottom: 0.7em;
}

.s-contacts {
  z-index: 2;
}

.contacts-wrapper {
  position: relative;
}

#map {
  height: 700px;
  background: #eee;
  z-index: 1;
  position: relative;
}
@media (max-width: 1024px) {
  #map {
    height: 500px;
  }
}
@media (max-width: 768px) {
  #map {
    height: 400px;
  }
}
@media (max-width: 480px) {
  #map {
    height: 250px;
  }
}
#map:after {
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: #ff5211;
  -webkit-transform: scale(2) translate3d(0, 0, 0);
          transform: scale(2) translate3d(0, 0, 0);
  opacity: 0;
  pointer-events: none;
}
#map.reload:after {
  -webkit-animation: map-reload 0.6s ease 1;
          animation: map-reload 0.6s ease 1;
}

@-webkit-keyframes map-reload {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
            transform: scale(0) translate3d(0, 0, 0);
  }
}

@keyframes map-reload {
  from {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(0) translate3d(0, 0, 0);
            transform: scale(0) translate3d(0, 0, 0);
  }
}
.cities-block {
  width: 40%;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #FFF;
  padding: 40px 60px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cities-block {
    padding: 25px 30px;
  }
}
@media (max-width: 768px) {
  .cities-block {
    position: relative;
    width: 100%;
    top: initial;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 480px) {
  .cities-block {
    padding: 20px 12px;
  }
}
.cities-block__lines {
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 0;
  width: 629px;
  height: auto;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 1450px) {
  .cities-block__lines {
    right: -250px;
  }
}
@media (max-width: 768px) {
  .cities-block__lines {
    right: -150px;
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .cities-block__lines {
    opacity: 0.1;
  }
}

.cities-wrapper {
  position: relative;
}

.city {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 400px;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
  opacity: 0;
  visibility: hidden;
}
.city.active {
  position: relative;
  display: block;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}
.city.hid {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.city address {
  font-style: normal;
  margin-bottom: 30px;
}
.city__info {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .city__info {
    font-size: 16px;
  }
}
.city__info:last-child {
  margin-bottom: 0;
}
.city__info i {
  display: inline-block;
  width: 40px;
}
.city__info i.i-phone-old {
  font-size: 25px;
}
.city__info i.i-e-mail-open {
  font-size: 28px;
}
.city__info i.i-fax {
  font-size: 28px;
}

.s-service-intro {
  text-align: center;
  background-color: #222632;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  padding: 100px 0;
}
@media (max-width: 1450px) {
  .s-service-intro {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .s-service-intro {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .s-service-intro {
    padding: 40px 0;
  }
}
.s-service-intro:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 38, 50, 0.78);
}
.s-service-intro .container {
  z-index: 2;
}
.s-service-intro .lead-big {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.service-top-logo {
  text-align: center;
  margin-top: 30px;
}
.service-top-logo img {
  max-width: 250px;
  height: auto;
}

.s-service-includes {
  overflow: hidden;
}

.service-include {
  text-align: center;
  max-width: 543px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .service-include {
    margin-bottom: 40px;
  }
}
.service-include__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .service-include__img {
    margin-bottom: 15px;
  }
}
.service-include__logo {
  height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 680px) {
  .service-include__logo {
    margin-bottom: 10px;
  }
}
.service-include__logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.service-include.anim img {
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transform: scale3d(0.97, 0.97, 0.97);
          transform: scale3d(0.97, 0.97, 0.97);
}
.service-include.anim .h3 {
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}
.service-include.anim .lead-big {
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}
.service-include.animated img, .service-include.animated .h3, .service-include.animated .lead-big {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.s-service-spheres .h1 {
  text-align: center;
  margin-bottom: 0.7em;
}

.service-sphere {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .service-sphere {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .service-sphere {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}
.service-sphere img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 314px;
  margin-right: 20px;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 1450px) {
  .service-sphere img {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  .service-sphere img {
    width: 157px;
  }
}
@media (max-width: 480px) {
  .service-sphere img {
    margin-bottom: 10px;
  }
}
.service-sphere__content {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .service-sphere__content {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .service-sphere__content {
    text-align: center;
  }
}
.service-sphere__content p {
  line-height: 1.8;
}
@media (max-width: 480px) {
  .service-sphere__content p {
    line-height: 1.5;
  }
}
.service-sphere.anim img {
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
          transform: scale3d(0.9, 0.9, 0.9);
}
.service-sphere.anim .service-sphere__content {
  transition: all 0.6s ease;
  opacity: 0;
  -webkit-transform: translate3d(-40px, 0, 0);
          transform: translate3d(-40px, 0, 0);
}
.service-sphere.animated img, .service-sphere.animated .service-sphere__content {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.s-service-compred {
  background: url(../img/about/facst-bg.jpg) center top #222632;
  background-size: auto 100%;
  color: #FFF;
  padding: 100px 0 70px 0;
  text-align: center;
}
@media (max-width: 1450px) {
  .s-service-compred {
    padding: 70px 0 40px 0;
  }
}
@media (max-width: 1024px) {
  .s-service-compred {
    padding: 50px 0 20px 0;
  }
}
.s-service-compred .download-link {
  margin: 80px 0;
}
@media (max-width: 1450px) {
  .s-service-compred .download-link {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .s-service-compred .download-link {
    margin: 50px 0;
  }
}
.s-service-compred .facts {
  margin-bottom: 0;
}

.s-products-wall {
  padding-bottom: 40px;
}

.products-wall {
  display: none;
}
.products-wall .product-preview {
  margin-bottom: 25px;
}
.products-wall.active {
  display: block;
}

.product-preview {
  display: block;
  position: relative;
}
.product-preview:before {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -80px;
  border-radius: 10px;
  z-index: 0;
  box-shadow: 0 4px 35px 10px rgba(255, 82, 17, 0.2);
  opacity: 0;
}
@media (max-width: 1024px) {
  .product-preview:before {
    display: none;
  }
}
.product-preview:hover {
  z-index: 5;
}
.product-preview:hover:before {
  opacity: 1;
}
.product-preview:hover .product-preview__btn {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.product-preview__img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.product-preview__content {
  padding: 20px 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1450px) {
  .product-preview__content {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .product-preview__content {
    padding: 15px 0;
  }
}

.product-preview__title {
  margin-bottom: 0.5em;
}

.product-preview__descr {
  margin-bottom: 20px;
}

.product-preview__price__title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.product-preview__price__val {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
}

.product-preview__btn {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px 15px 0 15px;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .product-preview__btn {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
}
.product-preview__btn .btn {
  width: 250px;
  max-width: 100%;
}

.s-blog {
  padding-bottom: 40px;
}
.s-blog--detail {
  padding-top: 80px;
}

.blog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .blog {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.blog-main {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 336px - 64px);
}
@media (max-width: 1024px) {
  .blog-main {
    width: calc(100% - 300px - 24px);
  }
}
@media (max-width: 768px) {
  .blog-main {
    width: 100%;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 40px;
  }
}

.blog-aside {
  width: 336px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 64px;
}
@media (max-width: 1024px) {
  .blog-aside {
    width: 300px;
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
  .blog-aside {
    width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-aside__section {
  margin-bottom: 30px;
}

.blog-aside-search {
  position: relative;
}
.blog-aside-search input {
  width: 100%;
  border: 1px solid #e2e2e2;
  height: 58px;
  border-radius: 30px;
  padding: 0 70px 0 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.blog-aside-search input:focus {
  outline: none;
  border: 1px solid #ff5211;
}
.blog-aside-search button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  text-align: center;
  line-height: 62px;
  font-size: 22px;
  border: none;
  background: none;
  color: #e2e2e2;
  cursor: pointer;
  transition: all 0.3s ease;
}
.blog-aside-search button:hover {
  color: #ff5211;
}
.blog-aside-search button:focus {
  outline: none;
}

.blog-aside__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-aside__cats {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  list-style: none;
}
.blog-aside__cats li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 1em;
}
.blog-aside__cats li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.6em;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.blog-aside__cats a {
  transition: color 0.3s ease;
}
.blog-aside__cats a:hover {
  color: #ff5211;
}

.blog-aside__pop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-aside__pop a {
  margin: 0 6px 6px 0;
  background: #e2e2e2;
  color: #6d6d6d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 6px;
  transition: all 0.3s ease;
}
.blog-aside__pop a:hover {
  background: #c9c9c9;
}
.blog-aside__pop a.active {
  color: #FFF;
  background: #ff5211;
}

.blog-subscribe {
  position: relative;
  background: #FFF;
  box-shadow: 0 3px 16px rgba(166, 191, 207, 0.7);
  padding: 20px 20px 40px 20px;
}
.blog-subscribe:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-image: linear-gradient(135deg, #222632 12.5%, #fff 12.5%, #fff 25%, #ff5211 25%, #ff5211 37.5%, #fff 37.5%, #fff 50%, #222632 50%, #222632 62.5%, #fff 62.5%, #fff 75%, #ff5211 75%, #ff5211 87.5%, #fff 87.5%, #fff 100%);
  background-size: 113.14px 113.14px;
}
.blog-subscribe .h4 {
  text-align: center;
  margin-bottom: 10px;
}

.blog-aside__banner {
  display: block;
  box-shadow: 0 3px 16px rgba(166, 191, 207, 0.7);
  transition: all 0.3s ease;
}
.blog-aside__banner:hover {
  box-shadow: 0 7px 20px rgba(166, 191, 207, 0.9);
  -webkit-transform: translate3d(0, -4px, 0);
          transform: translate3d(0, -4px, 0);
}
.blog-aside__banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog-intro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 452px;
  padding: 60px 25px 25px 25px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-intro {
    padding: 60px 15px 15px 15px;
  }
}
.blog-intro:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.8) 100%);
}

.blog-intro__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-intro__label {
  display: block;
  position: absolute;
  background: url("../img/blog/label.svg") right top no-repeat;
  background-size: auto 100%;
  top: 25px;
  left: 0;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 60px 0 25px;
}
@media (max-width: 1024px) {
  .blog-intro__label {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 40px 0 15px;
    top: 15px;
  }
}
@media (max-width: 480px) {
  .blog-intro__label {
    padding: 0 35px 0 10px;
    font-size: 10px;
  }
}

.blog-intro__cats {
  position: absolute;
  top: 25px;
  right: 25px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 45%;
}
@media (max-width: 1024px) {
  .blog-intro__cats {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 375px) {
  .blog-intro__cats {
    display: none;
  }
}
.blog-intro__cats .blog-cat-pop {
  color: #FFF;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 4px;
}
.blog-intro__cats .blog-cat {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  white-space: nowrap;
  margin-bottom: 4px;
}

.blog-intro__title {
  position: relative;
  color: #FFF;
  display: block;
  margin-bottom: 8px;
}

.blog-intro__descr {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 14px;
  margin-bottom: 20px;
}

.blog-intro__footer {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blog-intro__footer .blog-date {
  color: #FFF;
}

.blog-cat {
  display: inline-block;
  color: #ff5211;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.blog-cat-pop {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #6d6d6d;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

.blog-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
}
.blog-date i {
  margin-right: 10px;
  font-size: 18px;
}

.blog-list .blog-preview {
  margin-bottom: 30px;
}

.blog-preview__header {
  display: block;
  position: relative;
  margin-bottom: 8px;
}
.blog-preview__header:hover:after {
  opacity: 1;
}
.blog-preview__header:hover .link-more, .blog-preview__header:hover .tabs__link span, .tabs__link .blog-preview__header:hover span {
  opacity: 1;
}
.blog-preview__header:after {
  content: "";
  background: rgba(34, 38, 50, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.blog-preview__header .link-more, .blog-preview__header .tabs__link span, .tabs__link .blog-preview__header span {
  position: absolute;
  z-index: 2;
  width: 74px;
  height: 20px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease;
}
.blog-preview__header img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-preview__cats {
  margin-bottom: 4px;
}
.blog-preview__cats .blog-cat, .blog-preview__cats .blog-cat-pop {
  margin-right: 8px;
  margin-bottom: 4px;
}

.blog-preview__title {
  margin-bottom: 8px;
}
.blog-preview__title a {
  transition: color 0.3s ease;
}
.blog-preview__title a:hover {
  color: #ff5211;
}

.blog-preview__descr {
  margin-bottom: 8px;
}

.blog-load-more {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .blog-load-more {
    padding-top: 10px;
  }
}

.blog-back {
  margin-bottom: 20px;
}
.blog-back--bottom {
  padding-top: 20px;
}

.blog-detail__meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .blog-detail__meta {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.blog-detail__meta .blog-date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #e2e2e2;
}
@media (max-width: 480px) {
  .blog-detail__meta .blog-date {
    border-right: none;
    margin-bottom: 4px;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
}
.blog-detail__meta .blog-cat, .blog-detail__meta .blog-cat-pop {
  margin-right: 10px;
}

.s-blog-projects {
  padding: 50px 0;
  overflow: hidden;
  background: url("../img/blog/pr-bg.png") center center no-repeat #efefef;
  background-size: 94% auto;
}

.blog-others-title {
  margin-bottom: 30px;
}

.s-blog-services {
  padding: 50px 0;
  overflow: hidden;
}
@media (max-width: 480px) {
  .s-blog-services {
    padding-bottom: 10px;
  }
}
.s-blog-services .services-wall {
  margin-bottom: 20px;
}

.blog-slider-place {
  padding-top: 40px;
  margin-bottom: 40px;
}

.search-page__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  background: #f7f7f7;
  padding: 10px 10px 10px 30px;
  border-radius: 40px;
}
@media (max-width: 480px) {
  .search-page__form {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    border-radius: 5px;
  }
}
.search-page__form .input {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .search-page__form .input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.search-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.search-item h4 a {
  transition: color 0.3s ease;
}
.search-item h4 a:hover {
  color: #ff5211;
}

.search-sorting {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-sorting a {
  margin-right: 10px;
}
.search-sorting a.active {
  color: #ff5211;
}
.search-sorting a:hover {
  color: #ff5211;
}

.search-sorting__title {
  margin-right: 10px;
}

.s-product {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .s-product {
    padding-bottom: 60px;
  }
}

.product-details-content {
  padding-top: 30px;
}

.product-details-text {
  margin-bottom: 25px;
}

.product-params {
  margin-bottom: 25px;
}

.product-param__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 5px 0;
  border-radius: 4px;
}
.product-param__item:hover {
  background: #f9f8f8;
}
.product-param__item small {
  width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .product-param__item small {
    width: 150px;
    font-size: 12px;
  }
}

.product-files {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}
.product-files .file-link {
  margin-bottom: 10px;
}

.file-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .file-link {
    font-size: 14px;
  }
}
.file-link img {
  width: 26px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .file-link img {
    width: 13px;
  }
}
.file-link span {
  text-decoration: underline;
}

.product-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 480px) {
  .product-actions .btn {
    width: 100%;
  }
}

.product-price {
  margin-right: 20px;
  margin-bottom: 15px;
}

.product-price__title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}