a { -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ==========================================================================
   Mixins
   ========================================================================== */
.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}
*:active,
*:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0px;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
* {
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
}
ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clear fix */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Align */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.overflow-hidden {
  overflow: hidden;
}
.m-t-15 {
  margin-top: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.display-inline {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}

@font-face {
  font-family: 'HeliosExt';
  src: url('../fonts/HeliosExt-Thin.eot') format('embedded-opentype'), url('../fonts/HeliosExt-Thin.woff2') format('woff2'), url('../fonts/HeliosExt-Thin.woff') format('woff'), url('../fonts/HeliosExt-Thin.ttf') format('truetype'), url("../fonts/HeliosExt-Thin.otf") format("opentype"), url('../fonts/HeliosExt-Thin.svg#HeliosExt-Thin') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HeliosExt';
  src: url('../fonts/HeliosExt-Regular.eot') format('embedded-opentype'), url('../fonts/HeliosExt-Regular.woff2') format('woff2'), url('../fonts/HeliosExt-Regular.woff') format('woff'), url('../fonts/HeliosExt-Regular.ttf') format('truetype'), url("../fonts/HeliosExt-Regular.otf") format("opentype"), url('../fonts/HeliosExt-Regular.svg#HeliosExt-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HeliosExt';
  src: url('../fonts/HeliosExt-Bold.eot') format('embedded-opentype'), url('../fonts/HeliosExt-Bold.woff2') format('woff2'), url('../fonts/HeliosExt-Bold.woff') format('woff'), url('../fonts/HeliosExt-Bold.ttf') format('truetype'), url("../fonts/HeliosExt-Bold.otf") format("opentype"), url('../fonts/HeliosExt-Bold.svg#HeliosExt-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Typography
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
  color: #302921;
  font-family: 'HeliosExt', sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
body {
  font-size: 0.75em;
}
a {
  color: #45b7fe;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.typical-txt {
  font-size: 20px;
  line-height: 1.4;
}
.typical-txt h3 {
  font-size: inherit;
  font-weight: 700;
  margin: 0 0 1em;
}
.typical-txt ol {
  margin: 0 0 1em 1em;
}
.typical-txt ol li,
.typical-txt ol p {
  margin: 0 0 1em;
}
/* ==========================================================================
   Forms
   ========================================================================== */
[placeholder]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[placeholder]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1 !important;
}
[placeholder]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1 !important;
}
[placeholder]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
[placeholder]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-group {
  margin: 0 0 15px;
  zoom: 1;
  *zoom: 1;
}
.form-label {
  display: block;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin: 0 0 12px 0;
  text-align: left;
  font-weight: 400;
  font-family: 'HeliosExt', sans-serif;
}
@-webkit-keyframes noComplete {
  from {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  to {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
}
@keyframes noComplete {
  from {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  to {
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #777777;
  background: #08224b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 24px;
  font-family: 'HeliosExt', sans-serif;
  font-weight: 100;
  -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;
}
.form-control.error-field {
  border-color: #d00c08;
}
div.error-field {
  display: none !important;
}
/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.form-checkbox {
  position: relative;
  text-align: left;
  zoom: 1;
  *zoom: 1;
  opacity: 0.5;
}
.form-checkbox:before,
.form-checkbox:after {
  content: " ";
  display: table;
}
.form-checkbox:after {
  clear: both;
}
.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
  line-height: 12px;
  font-size: 10px;
  color: #fff;
}
.form-checkbox label:before,
.form-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
}
.form-checkbox label:before {
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  background: #45b7fe;
}
.form-checkbox label:after {
  display: none;
  width: 14px;
  height: 10px;
  left: 0;
  top: -2px;
  background: url('../img/check.html') no-repeat 0 0;
  background-size: 100% 100%;
}
.form-checkbox a {
  color: #45b7fe;
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
}
.form-checkbox a:hover {
  border-bottom-color: transparent;
}
.form-checkbox input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="radio"]:checked + label:after {
  display: block;
}
.radio-x {
  min-height: 68px;
  position: relative;
  text-align: left;
  padding: 0 20px 0 0;
}
.radio-x input[type="checkbox"],
.radio-x input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.radio-x label {
  display: block;
  position: relative;
  padding: 0 0 0 60px;
  cursor: pointer;
  min-height: 40px;
  font-size: 14px;
  line-height: 1.4;
}
.radio-x label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.radio-x .tbl {
  height: 40px;
}
.radio-x .x1,
.radio-x .x2 {
  position: absolute;
  /*width: 0;*/
  overflow: hidden;
  display: none;
}
.radio-x .x1:before,
.radio-x .x2:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.radio-x .x1,
.radio-x .x1:before {
  height: 46px;
}
.radio-x .x1 {
  top: -8px;
  left: 0;
  width: 40px;
}
.radio-x .x1:before {
  width: 40px;
  left: 0;
  background: url('../img/icons/radio-x1.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.radio-x .x2,
.radio-x .x2:before {
  height: 32px;
}
.radio-x .x2 {
  top: 2px;
  right: 100%;
  margin-right: -47px;
  width: 47px;
}
.radio-x .x2:before {
  width: 47px;
  right: 0;
  background: url('../img/icons/radio-x2.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.radio-x input[type="checkbox"]:checked + label .x1,
.radio-x input[type="radio"]:checked + label .x1,
.radio-x input[type="checkbox"]:checked + label .x2,
.radio-x input[type="radio"]:checked + label .x2 {
  display: block;
}
@media screen and (max-width: 767px) {
  .radio-x {
    padding-right: 10px;
  }
  .radio-x label {
    padding-left: 40px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    min-height: 30px;
  }
  .radio-x label:before,
  .radio-x label .x1,
  .radio-x label .x2 {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
  }
  .radio-x label .tbl {
    height: 30px;
  }
}
.check-bird {
  min-height: 68px;
  position: relative;
  text-align: left;
  padding: 0 20px 0 0;
}
.check-bird input[type="checkbox"],
.check-bird input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.check-bird label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 50px;
  font-size: 14px;
  line-height: 20px;
}
.check-bird label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: solid 2px rgba(255, 255, 255, 0.5);
}
.check-bird .bird {
  display: none;
  /*width: 0;*/
  width: 39px;
  height: 29px;
  position: absolute;
  left: -4px;
  top: -13px;
  overflow: hidden;
}
.check-bird .bird:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 39px;
  height: 29px;
  background: url('../img/icons/check-bird.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.check-bird input[type="checkbox"]:checked + label .bird,
.check-bird input[type="radio"]:checked + label .bird {
  display: block;
  /*transition: width .4s ease; width: 39px;*/
}
@media screen and (max-width: 740px) {
  .check-bird {
    padding-right: 10px;
    margin-bottom: 15px;
    min-height: 50px;
  }
  .check-bird label {
    padding-left: 35px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
/* ==========================================================================
   Grids
   ========================================================================== */
.wrapper {
  position: relative;
  z-index: 10;
}
.page-wrapper {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .scr-projects + .scr-request {
      padding-top: 0;
  }
  .tasks + .examples, .examples + .stages, .stages + .prices, .information + .clients, .clients + .reviews, .reviews + .services, .tasks + .stages { padding-top: 0; }
  .page-template-service .examples .scr__title, .page-template-service .prices .scr__title { text-align: center; }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
@-webkit-keyframes glare {
  from {
    right: 120%;
  }
  30%,
  to {
    right: -35%;
  }
}
@keyframes glare {
  from {
    right: 120%;
  }
  30%,
  to {
    right: -35%;
  }
}
.link-arrow {
    white-space: nowrap;
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    display: inline-block;
}
.link-arrow:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 5px;
    background: url('../img/icons/arrow-link.svg') center bottom no-repeat;
    background-size: contain;
    margin-left: 15px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.7;
}
.link-arrow:hover:after {
    margin-left: 20px;
}
/* ==========================================================================
   Table Centered
   ========================================================================== */
.tbl {
  display: table;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Title
   ========================================================================== */
.title-section h1, .title-section h2 {
    font-weight: inherit;
    
    line-height: inherit;
    margin: 0;
    padding: 0;
}
.title-section h2 {
	font-size: inherit;
}
.title-section .title-section-title {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 700;
}

.title-section .title-section-h3 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
}

.title-section .title-section-subtitle {
    font-size: 40px;
    margin: 60px 0 0;
    max-width: 780px;
    line-height: 1.1;
    font-weight: 100;
    text-align: right;
    align-self: flex-end;
}

/* ==========================================================================
   Label
   ========================================================================== */
.label {
  display: inline-block;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 8px;
  font-family: 'HeliosExt', sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 700;
  color: #020202;
}
.label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffc600;
  -webkit-transform: skew(-13deg);
      -ms-transform: skew(-13deg);
          transform: skew(-13deg);
}
.label span {
  position: relative;
}
/* ==========================================================================
   Video Responsive
   ========================================================================== */
.video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.6667%;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Video Play Button
   ========================================================================== */
@-webkit-keyframes playPulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes playPulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.video-play {
  display: block;
  position: absolute;
  font-size: 14px;
  line-height: normal;
  color: #45b7fe;
  text-align: left;
  white-space: nowrap;
}
.video-play svg {
  display: block;
  width: 64px;
  height: 64px;
  -webkit-animation: playPulse 1s infinite alternate ease-in-out;
          animation: playPulse 1s infinite alternate ease-in-out;
}
.video-play svg .st0 {
  fill: #ee3f22;
}
.video-play svg .st1 {
  fill: #FFF;
}
.video-play .txt {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(15px, -50%);
      -ms-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
}
.video-play .txt__bordered {
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
}
.video-play:hover svg .st0 {
  fill: #e53012;
}
.video-play:hover .txt__bordered {
  border-bottom-color: transparent;
}
/* ==========================================================================
   Fancybox
   ========================================================================== */
.fancybox-content {
  height: 80%;
}
.fancybox-slide--iframe .fancybox-content {
  margin: auto;
}
.fancybox-slide > video {
  padding: 0;
}
/* ==========================================================================
   Modal
   ========================================================================== */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
   background-color: rgb(2,22,54);;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto;
}
.modal.opened {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: auto;
}
.modal__phone {
  display: block;
  pointer-events: none;
  height: 55.7%;
  position: absolute;
  bottom: 0;
  left: 70%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal__close {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background: url('../img/icons/x.svg') no-repeat 0 0;
  background-size: 100% 100%;
  opacity: 0.4;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.modal__close:hover {
  opacity: 0.8;
}
.modal form { margin-top: 60px; }
@media screen and (max-width: 991px) {
  .modal .tbl,
  .modal .tbl-cell {
    display: block;
  }
  .modal .form-wrapper {
    max-width: none;
  }
  .modal .form-row .col {
    width: 33.333333%;
  }
}
@media screen and (max-width: 740px) {
  .modal__phone {
    display: none;
  }
}
/* ==========================================================================
   Base
   ========================================================================== */
* {
  outline: none !important;
}
body {
  background: #000;
  color: #fff;
}
body.white-page {
  background: #fff;
  color: #302921;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  overflow: auto;
}
.container { width: 100%; max-width: 1800px; padding: 0 20px; margin: 0 auto; }

@media screen and (max-width: 1799px) {
    .container { max-width: 1600px; }
}

@media screen and (max-width: 1599px) {
    .container { max-width: 1400px; }
}

@media screen and (max-width: 1399px) {
    .container { max-width: 1200px; }
}

@media screen and (max-width: 1199px) {
    .container { max-width: 992px; }
}

.has-submenu {
    position: relative;
}

.has-submenu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
     background-color: rgb(2,22,54);;
    border-radius: 10px;
    text-align: left;
    padding: 20px 0;
}

.has-submenu .submenu-wrapp {
    display: flex;
}

.has-submenu .submenu:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
     background-color: rgb(2,22,54);;
    z-index: -1;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.has-submenu .submenu ul {
    padding: 0 25px;
    border-left: 1px solid #292929;
}

.has-submenu .submenu ul:first-child {
    border-left: 0;
}

.has-submenu .submenu li {
    font-size: 16px;
    text-transform: none;
    line-height: 19px;
    padding: 5px;
}

.has-submenu .submenu a {
    white-space: nowrap;
    color: #fff;
    opacity: 0.5;
    position: relative;
    padding-left: 20px;
}

.has-submenu .submenu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.has-submenu .submenu a:hover, .has-submenu .submenu a:hover:before {
    opacity: 1;
}

@media screen and (max-width: 1499px) {
    .has-submenu .submenu li {
        font-size: 14px;
    }
}

@media screen and (max-width: 1180px) {
    .has-submenu .submenu {
        position: static;
        left: auto;
        top: auto;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        background: transparent;
        border-radius: 0;
        padding: 5px 0 20px;
        text-align: center;
    }
    
    .has-submenu .submenu-wrapp {
        display: block;
    }
    
    .has-submenu .submenu:before {
        display: none;
    }
    
    .has-submenu .submenu ul {
        padding: 0;
        border-left: 0;
    }
    
    .has-submenu .submenu li {
        padding: 0;
    }
    
    .has-submenu .submenu li + li, .has-submenu .submenu ul + ul {
        margin-top: 10px;
    }
    
    .has-submenu .submenu a:before {
        display: none;
    }
    
    .has-submenu .submenu a {
        white-space: unset;
        padding: 0;
    }
}

/* ==========================================================================
   Fixed Elements
   ========================================================================== */
.bookmark {
  position: fixed;
  display: block;
  right: 6.25%;
  top: -20px;
  z-index: 50;
  display: block;
  width: 4.166667%;
  opacity: 0.18;
  cursor: pointer;
  -webkit-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
.bookmark:hover {
  top: 0;
}
.bookmark img {
    width: 100%;
}
.backdrop {
  display: none;
  background: rgba(0, 0, 0, 0.01);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 64;
}
body.menu-opened .backdrop {
  display: block;
}
.burger {
  display: none;
  width: 80px;
  height: 80px;
  border: none;
  background: none;
  position: fixed;
  top: 30px;
  right: 8%;
  z-index: 100; /* Увеличили z-index, чтобы был поверх меню */
  padding: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.burger span {
  display: block;
  position: absolute;
  left: 20px;
  width: 40px;
  height: 4px;
  margin: 7px 0;
  background: #fff;
  z-index: 101; /* Добавили z-index полоскам бургера */
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 18px;
}
body.menu-opened .burger span:nth-child(1) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 38px;
}
.burger span:nth-child(2) {
  top: 31px;
}
body.menu-opened .burger span:nth-child(2) {
  opacity: 0;
  left: -40px;
}
.burger span:nth-child(3) {
  top: 44px;
}
body.menu-opened .burger span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 38px;
}
.burger:hover {
  opacity: 1;
}
@media screen and (max-width: 1180px) {
  .bookmark {
    display: none;
  }
  .burger {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .burger {
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
/* ==========================================================================
   Bg Video
   ========================================================================== */
.bg-video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.bg-video video,
.bg-video .video-wrapper,
.bg-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.bg-video:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(9, 9, 9, 0.8);
}
.mob-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url('../img/mob-bg-2.html') no-repeat 50% 50%;
  background-size: cover;
}
.mob-bg:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(9, 9, 9, 0.5);
}
@media screen and (max-width: 991px) {
  .mob-bg {
    display: block;
  }
}
/* ==========================================================================
   Sound
   ========================================================================== */
.sound {
  position: fixed;
  right: 6.25%;
  top: 24%;
  width: 4.166667%;
  z-index: 50;
  overflow: hidden;
  min-height: 10px;
  height: 110px;
  text-align: center;
  cursor: pointer;
}
.sound audio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 0;
}
.sound__caption {
  font-size: 10px;
  font-weight: 700;
  line-height: 36px;
  width: 80px;
  text-align: left;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  left: 50%;
  margin-left: -20px;
}
@-webkit-keyframes equalize {
  0% {
    height: 96%;
  }
  4% {
    height: 84%;
  }
  8% {
    height: 80%;
  }
  12% {
    height: 60%;
  }
  16% {
    height: 40%;
  }
  20% {
    height: 60%;
  }
  24% {
    height: 80%;
  }
  28% {
    height: 20%;
  }
  32% {
    height: 80%;
  }
  36% {
    height: 96%;
  }
  40% {
    height: 40%;
  }
  44% {
    height: 80%;
  }
  48% {
    height: 96%;
  }
  52% {
    height: 60%;
  }
  56% {
    height: 20%;
  }
  60% {
    height: 60%;
  }
  64% {
    height: 96%;
  }
  68% {
    height: 60%;
  }
  72% {
    height: 96%;
  }
  76% {
    height: 40%;
  }
  80% {
    height: 96%;
  }
  84% {
    height: 76%;
  }
  88% {
    height: 96%;
  }
  92% {
    height: 40%;
  }
  96% {
    height: 96%;
  }
  100% {
    height: 96%;
  }
}
@keyframes equalize {
  0% {
    height: 96%;
  }
  4% {
    height: 84%;
  }
  8% {
    height: 80%;
  }
  12% {
    height: 60%;
  }
  16% {
    height: 40%;
  }
  20% {
    height: 60%;
  }
  24% {
    height: 80%;
  }
  28% {
    height: 20%;
  }
  32% {
    height: 80%;
  }
  36% {
    height: 96%;
  }
  40% {
    height: 40%;
  }
  44% {
    height: 80%;
  }
  48% {
    height: 96%;
  }
  52% {
    height: 60%;
  }
  56% {
    height: 20%;
  }
  60% {
    height: 60%;
  }
  64% {
    height: 96%;
  }
  68% {
    height: 60%;
  }
  72% {
    height: 96%;
  }
  76% {
    height: 40%;
  }
  80% {
    height: 96%;
  }
  84% {
    height: 76%;
  }
  88% {
    height: 96%;
  }
  92% {
    height: 40%;
  }
  96% {
    height: 96%;
  }
  100% {
    height: 96%;
  }
}
.sound__eq {
  display: inline-block;
}
.sound__eq li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 3px;
  height: 30px;
  margin: 0 1px;
}
.sound__eq span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sound.play .sound__eq span {
  -webkit-animation: equalize 4s linear 0s infinite;
          animation: equalize 4s linear 0s infinite;
}
.sound__eq li:nth-child(1) span {
  height: 80%;
  -webkit-animation-delay: -1.9s !important;
          animation-delay: -1.9s !important;
}
.sound__eq li:nth-child(2) span {
  height: 72%;
  -webkit-animation-delay: -2.9s !important;
          animation-delay: -2.9s !important;
}
.sound__eq li:nth-child(3) span {
  height: 20%;
  -webkit-animation-delay: -3.9s !important;
          animation-delay: -3.9s !important;
}
.sound__eq li:nth-child(4) span {
  height: 40%;
  -webkit-animation-delay: -4.9s !important;
          animation-delay: -4.9s !important;
}
.sound__eq li:nth-child(5) span {
  height: 72%;
  -webkit-animation-delay: -1.9s !important;
          animation-delay: -1.9s !important;
}
.sound__eq li:nth-child(6) span {
  height: 96%;
  -webkit-animation-delay: -2.9s !important;
          animation-delay: -2.9s !important;
}
.sound__eq li:nth-child(7) span {
  height: 40%;
  -webkit-animation-delay: -3.9s !important;
          animation-delay: -3.9s !important;
}
@media screen and (max-width: 991px) {
  .sound {
    display: none;
  }
}
/* ==========================================================================
   Form
   ========================================================================== */
.form-wrapper {
  max-width: 820px;
  position: relative;
}
.form-wrapper .title-section {
  margin: 0 0 60px;
}
.manager {
  position: relative;
  padding: 0 0 0 260px;
  margin-top: -20px;
}
.manager .txt {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.1;
}
.manager .photo {
  position: absolute;
  left: 0;
  top: -5px;
  text-align: left;
}
.manager .photo img {
  display: block;
  height: 102px;
}
.manager .name {
  position: absolute;
  left: 62px;
  top: 63px;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 10px;
}
.manager .name b {
  font-size: 12px;
  font-weight: 700;
}
.form-row {
  zoom: 1;
  *zoom: 1;
  margin: 0 -10px;
}
.form-row:before,
.form-row:after {
  content: " ";
  display: table;
}
.form-row:after {
  clear: both;
}
.form-row .col {
  float: left;
  width: 33.333333%;
  padding: 0 10px;
}
.form-row .col.col_4 {
  width: 25%;
}
.form-row .btn {
  margin: 24px 0 0;
}
@media screen and (max-width: 740px) {
  .form-row {
    margin-left: 0;
    margin-right: 0;
  }
  .form-row .col {
    float: none;
    width: auto !important;
    padding: 0;
  }
}
.scr {
    position: relative;
    overflow: hidden;
}
.scr > .tbl { height: calc(100vh - 106px); }
/* ==========================================================================
   Screen Main
   ========================================================================== */
.scr.scr-main {
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 60px 0;
}

.scr-main .container {
  display: flex;   
  flex: 1 0;
}

.scr-main .scr-main__wrapp {
    flex: 1 0;
    display: flex;
    flex-direction: column;
}

.scr-main-sr .scr-main__wrapp {
    padding-right: 460px;
    position: relative;
}

.scr-main .scr-main__content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.scr-main .title-section {
    display: flex;
    flex-direction: column;
}

.scr-main__logo {
    display: none;
    width: 80px;
    height: 80px;
    font-size: 0;
    margin: 0 auto 30px;
}
.scr-main__logo a {
    display: block;
}
.scr-main__logo img {
    width: 100%;
}
.scr-main__button {
    margin: 60px 0 0;
    text-align: center;
    display: none;
}
.scr-main__pdf {
  position: absolute;
  top: 6.25%;
  left: 22.396667%;
  display: block;
  padding: 0 0 0 70px;
  margin-top: 20px;
  font-size: 14px;
  line-height: normal;
  color: #45b7fe;
}
.scr-main__pdf:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 54px;
  height: 64px;
  background: url('../img/icons/pdf.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.scr-main__pdf span {
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
}
.scr-main__pdf:hover span {
  border-bottom-color: transparent;
}
.scr-main__location {
  margin: 30px 0 0 38%;
}
.scr-main__location .txt {
  margin: 15px 0 0 70px;
  position: relative;
  font-size: 14px;
  line-height: normal;
}
.scr-main__location .txt:before {
  content: '*';
  position: absolute;
  margin-left: -0.6em;
}

.scr-main .title-section-title {
    max-width: 650px;
}

.page-template-service .scr-main .title-section-title {
    max-width: 100%;
}

.page-template-service .scr-projects { height: auto; min-height: 0; }
.page-template-service .scr-projects__project { height: calc(33.33333333vh - 33px); min-height: 270px; }

.scr-main__partners {
    position: relative;
    margin-top: auto;
    padding-top: 60px;
}
.scr-main__partners .caption {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  margin-bottom: -30px;
}
.scr-main__partners ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scr-main__partners li + li {
    margin-left: 40px;
}
.scr-main__partners li img {
  display: block;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
}
.scr-main__showreals {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 360px;
}
.scr-main__showreal {
  display: block;
  position: relative;
  overflow: hidden;
  height: 160px;
}
.scr-main__showreal .preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.scr-main__showreal .play {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
}
.scr-main__showreal .caption {
  font-size: 12px;
  line-height: normal;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}
.scr-main__showreal .caption__in {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.scr-main__showreal:hover .preview {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .scr.scr-main {
    min-height: unset;
    display: block;
  }
  .scr-main__logo {
      display: block;
  }
  .scr-main__button {
    display: block;
  }
  .scr-main__location {
    display: inline-block;
    margin: 0 0 50px;
  }
  .scr-main__location .txt {
    margin-left: 0;
  }
  .scr-main__pdf {
    display: inline-block;
    text-align: left;
    margin: 0;
  }
  .scr-main__showreals {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin: 60px 0 0;
  }
  .scr-main__showreal {
    float: left;
    width: 33.333333%;
  }
}
@media screen and (max-width: 540px) {
  .burger {
      top: 16px;
  }
  .scr-main__logo {
      width: 70px;
      height: 70px;
  }
  .scr-main__location {
    margin: 0 0 35px;
  }
  .scr-main__showreal {
    float: none;
    width: 100%;
  }
}
/* ==========================================================================
   Screen Projects
   ========================================================================== */
.scr-projects {
   background-color: rgb(2,22,54);;
  height: calc(100vh - 106px);
  min-height: 800px;
}
.scr-projects__grid {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.scr-projects__project {
  position: relative;
  width: 33.33333333%;
  height: 33.33333333%;
  overflow: hidden;
}
.scr-projects__project:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
}
.scr-projects__project .preview {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.scr-projects__project .hover {
  display: table;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.scr-projects__project .hover__in {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
}
.scr-projects__project .sup-title,
.scr-projects__project .title {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  top: 20px;
}
.scr-projects__project .sup-title {
  font-size: 14px;
  line-height: normal;
  margin: 0 0 8px;
  color: #C4C4C4;
}
.scr-projects__project .title {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.scr-projects__project a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.scr-projects__project .track__video-example {
    background: url(../img/icons/play-example.svg) center no-repeat;
    background-size: 60px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.scr-projects__project:hover .hover, .scr-projects__project .hover-show {
  opacity: 1;
}
.scr-projects__project:hover .sup-title, .scr-projects__project .hover-show .sup-title,
.scr-projects__project:hover .title, .scr-projects__project .hover-show .title {
  opacity: 1;
  top: 0;
}
.scr-projects__project:hover .track__video-example {
    opacity: 1;
}
.scr-projects__btn {
    display: none;
}
.scr-projects__btn .btn {
    font-size: 12px;
    padding: 16px;
}
@-webkit-keyframes arr {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
@keyframes arr {
  from {
    top: -5px;
  }
  to {
    top: 5px;
  }
}
.scr-projects__more {
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 30px;
}
.scr-projects__mob-more {
  display: none;
}
@media screen and (min-width: 1200px) {
  .scr-projects__project {
    opacity: 0;
    pointer-events: none;
    display: none;
  }
  .scr-projects__project:nth-child(-n + 9) {
    display: block;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-1,
  .scr-projects__grid.page-1 .scr-projects__project.project-2,
  .scr-projects__grid.page-1 .scr-projects__project.project-3,
  .scr-projects__grid.page-1 .scr-projects__project.project-4,
  .scr-projects__grid.page-1 .scr-projects__project.project-5,
  .scr-projects__grid.page-1 .scr-projects__project.project-6,
  .scr-projects__grid.page-1 .scr-projects__project.project-7,
  .scr-projects__grid.page-1 .scr-projects__project.project-8,
  .scr-projects__grid.page-1 .scr-projects__project.project-9 {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    pointer-events: auto;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-2 {
    -webkit-transition-delay: 0.05s;
         -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-3 {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-4 {
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-5 {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-6 {
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-7 {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-8 {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-9 {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .scr-projects__grid.page-1 .scr-projects__project.project-9 .hover {
      padding-right: 220px;
  }
  
  .scr-projects__grid.page-2 .scr-projects__project.project-10,
  .scr-projects__grid.page-2 .scr-projects__project.project-11,
  .scr-projects__grid.page-2 .scr-projects__project.project-12,
  .scr-projects__grid.page-2 .scr-projects__project.project-13,
  .scr-projects__grid.page-2 .scr-projects__project.project-14,
  .scr-projects__grid.page-2 .scr-projects__project.project-15,
  .scr-projects__grid.page-2 .scr-projects__project.project-16,
  .scr-projects__grid.page-2 .scr-projects__project.project-17,
  .scr-projects__grid.page-2 .scr-projects__project.project-18 {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    pointer-events: auto;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-11 {
    -webkit-transition-delay: 0.05s;
         -o-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-12 {
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-13 {
    -webkit-transition-delay: 0.15s;
         -o-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-14 {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-15 {
    -webkit-transition-delay: 0.25s;
         -o-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-16 {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-17 {
    -webkit-transition-delay: 0.35s;
         -o-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .scr-projects__grid.page-2 .scr-projects__project.project-18 {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
/* ==========================================================================
   Screen Price
   ========================================================================== */
.scr-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.scr-price .fp-overflow {
  overflow: initial;
}
.scr-price__test {
  position: relative;
}
.scr-price__test__button {
    margin-top: 100px;
}
.scr-price__test__button .btn {
    min-width: 200px;
}
.scr-price__test__steps {
  position: relative;
  height: 600px;
  max-width: 1160px;
  width: 100%;
}
.scr-price__test__step {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(50px);
      -ms-transform: translateX(50px);
          transform: translateX(50px);
}
.scr-price__test__step.active {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.scr-price__test__label {
  height: 50px;
}
.scr-price__test__label .label,
.scr-price__test__label .txt {
  vertical-align: top;
}
.scr-price__test__label .txt {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 0 35px;
}
.scr-price__test__label .txt:before {
  content: 'â€”';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.25em;
}
.scr-price__test__content {
    margin: 80px 0 0;
}
.scr-price__test__content .col-2,
.scr-price__test__content .col-3 {
  float: left;
}
.scr-price__test__content .col-2 {
  width: 50%;
}
.scr-price__test__content .col-2.wide {
  width: 53%;
}
.scr-price__test__content .col-2.thin {
  width: 47%;
}
.scr-price__test__content .col-3 {
  width: 33.333333%;
}
.scr-price__test__start {
  position: relative;
  padding: 0 0 0 180px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 100;
  max-width: 650px;
}
.scr-price__test__start img {
  display: block;
  height: 160px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
}
.scr-price__test__kubrik {
  display: block;
  width: 314px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.scr-price__test__nav {
  display: none;
  position: absolute;
  left: 0;
  bottom: 40px;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.scr-price__test__nav .prev,
.scr-price__test__nav .next {
  height: 40px;
  float: left;
}
.scr-price__test__nav .next {
  width: 180px;
}
.scr-price__test.start .scr-price__test__nav .prev .btn,
.scr-price__test.first-step .scr-price__test__nav .prev .btn {
  opacity: 0;
  pointer-events: none;
}
.scr-price__test.finish .scr-price__test__nav {
  opacity: 0;
  pointer-events: none;
}
.scr-price__test__counter {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.scr-price__test__counter .index {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  width: 180px;
}
.scr-price__test__counter .index__current {
  font-size: 40px;
}
.scr-price__test__counter .index__total {
  font-size: 20px;
  opacity: 0.2;
}
.scr-price__test__counter .index__current,
.scr-price__test__counter .index__total {
  display: inline-block;
  vertical-align: top;
}
.scr-price__test__counter .dots {
  display: inline-block;
  vertical-align: middle;
}
.scr-price__test__counter .dots ul {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *zoom: 1;
  width: 110px;
}
.scr-price__test__counter .dots .dot {
  float: left;
  width: 12px;
  height: 12px;
  margin: 4px 8px 4px 0;
  border-radius: 50%;
  opacity: 0.2;
  border: solid 2px #fff;
}
.scr-price__test__counter .dots .dot.active {
  opacity: 0.5;
  background: #fff;
}
.scr-price__test__counter .dots .txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.333333;
  font-size: 12px;
  position: relative;
  margin: 0 0 0 15px;
  text-align: left;
}
.scr-price__test__counter .dots .txt:before {
  content: 'â€”';
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 0.25em;
}
.scr-price__test__counter.hide {
  opacity: 0;
  display: none;
  pointer-events: none;
}
.scr-price__txt {
  position: absolute;
  bottom: 16.666667%;
  right: 7.3%;
}
.scr-price__txt .x {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.scr-price__txt .txt {
  text-align: left;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-right: 40px;
  font-size: 10px;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  pointer-events: none;
}
.scr-price__txt.opened .x {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.scr-price__txt.opened .txt {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.scr-price .scr-price-form {
    margin-top: 60px;
    max-width: 920px;
}
.scr-price .scr-price-form .btn {
    width: 100%;
    max-width: 180px;
}
.scr-price .scr-price-form .agree label {
    max-width: 800px;
    display: block;
}
@media screen and (max-width: 1180px) {
  .scr-price__txt .txt {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .scr-price__test__steps {
    width: auto;
  }
  .scr-price__test__start {
    display: inline-block;
    text-align: left;
  }
  .scr-price__test__kubrik {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .scr-price__test__content {
    margin-left: auto;
    margin-right: auto;
  }
  .scr-price__test__nav {
    width: 100%;
  }
  .scr-price__test__nav .prev,
  .scr-price__test__nav .next {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .scr-price__test.start .scr-price__test__nav .prev {
    display: none;
  }
  .scr-price__txt {
    display: none;
  }
  .scr-price__test__counter {
    width: 460px;
  }
  .scr-price__test__counter .index {
    width: auto;
    margin-right: 50px;
  }
}

/* ==========================================================================
   Screen About
   ========================================================================== */
.scr-about { background-color: rgb(2,22,54);  }
.scr-about .scr-about__nav { display: flex; justify-content: space-between; }
.scr-about .swiper-arrow { margin-top: 20px; position: static; width: 120px; height: 56px; border-radius: 12px; border: 1px solid #424242; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.scr-about .swiper-arrow:not(.swiper-button-disabled):hover { cursor: pointer; background-color: #C00F15; border-color: #C00F15; }
.scr-about .swiper-prev { background: url(../img/icons/prev-about.svg) center no-repeat; }
.scr-about .swiper-next { background: url(../img/icons/next-about.svg) center no-repeat; }
.scr-about .swiper-button-disabled { opacity: 0.6; }
			
/* ==========================================================================
   Screen Contacts
   ========================================================================== */
.scr-contacts {
   background-color: rgb(2,22,54); url('../img/map.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.scr-contacts:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.scr-contacts__address {
  position: relative;
  text-align: left;
}
.scr-contacts__address .lbl {
  line-height: 1;
  font-size: 20px;
  margin: 0 0 28px;
  font-weight: 100;
}
.scr-contacts__address .title-section {
  margin: 0;
}
.scr-contacts__address .address {
  font-size: 28px;
  margin: 12px 0 0;
}
.scr-contacts__grid__col {
  float: left;
  width: 360px;
}
.scr-contacts__item {
  position: relative;
  padding: 0 0 0 58px;
  margin: 50px 0 0;
  text-align: left;
}
.scr-contacts__item img {
  display: block;
  height: 42px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.scr-contacts__item .tbl {
  height: 42px;
}
.scr-contacts__item .title {
  font-size: 18px;
}
.scr-contacts__item .link a {
  color: #45b7fe;
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
  font-size: 16px;
  font-weight: 100;
}
.scr-contacts__item .title a {
    color: #fff;
}
.scr-contacts__item .link a:hover {
  border-bottom-color: transparent;
}
.scr-contacts__design {
  display: block;
  height: 148px;
  position: absolute;
  right: 3.125%;
  bottom: 6.25%;
}
@media screen and (max-width: 991px) {
  .scr-contacts__address {
    display: inline-block;
  }
  .scr-contacts__grid__col {
    width: 50%;
    padding-right: 30px;
  }
  .scr-contacts__design {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .scr-contacts__grid__col {
    width: auto;
    float: none;
    padding: 0;
  }
}
/* ==========================================================================
   Screen Request
   ========================================================================== */
.scr-request {
   background-color: rgb(2,22,54);;
}
@-webkit-keyframes phone {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, -12%);
            transform: translate(-50%, -12%);
  }
}
@keyframes phone {
  from {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, -12%);
            transform: translate(-50%, -12%);
  }
}
.scr-request__phone {
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  -webkit-transition: top 1s ease 1s;
  -o-transition: top 1s ease 1s;
  transition: top 1s ease 1s;
}
.scr-request__phone.front {
  height: 95%;
  left: 83%;
  -webkit-animation: phone 0.9s ease-in-out alternate infinite;
          animation: phone 0.9s ease-in-out alternate infinite;
}
.scr-request__phone.back {
  height: 85%;
  left: 62%;
  -webkit-animation: phone 1s ease-in-out alternate infinite 0.35s;
          animation: phone 1s ease-in-out alternate infinite 0.35s;
}
.scr-request__phone.front {
  top: -10%;
}
.scr-request__phone.back {
  top: -20%;
}
body .active .scr-request__phone {  
  top: 0 !important;
}
body.viewing-page-1 .scr-request__phone,
body.viewing-page-2 .scr-request__phone,
body.viewing-page-3 .scr-request__phone,
body.viewing-page-4 .scr-request__phone,
body.viewing-page-5 .scr-request__phone,
body.viewing-page-7 .scr-request__phone,
body.viewing-page-8 .scr-request__phone,
body.viewing-page-9 .scr-request__phone,
body.viewing-page-10 .scr-request__phone {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 740px) {
  .scr-request__phone {
    display: none;
  }
}
/* ==========================================================================
   Policy Page
   ========================================================================== */
.policy {
  padding: 40px 0;
  text-align: left;
}
.policy .back {
  margin: 0 0 1.5em;
  font-size: 20px;
  line-height: 1.4;
}
.policy .back a {
  color: #45b7fe;
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
}
.policy .back a:hover {
  border-color: transparent;
}
.policy .title-section {
  margin: 0 0 1em;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .policy .title-section {
    font-size: 24px;
  }
  .policy .typical-txt {
    font-size: 16px;
  }
}
/* ==========================================================================
   UI Kit
   ========================================================================== */
body.ui-kit {
  background: #171717;
  padding: 2rem;
  overflow: auto;
}
.ui-color {
  text-align: center;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0.5rem 1rem;
}
.ui-color__circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin: 0 auto 0.5em;
}
.ui-tbl {
  width: 100%;
}
.ui-tbl a {
  font-size: 14px;
  line-height: normal;
  color: #45b7fe;
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
}
.ui-tbl td {
  padding: 1rem;
  vertical-align: middle;
}
.ui-tbl td:first-child {
  white-space: nowrap;
}
.ui-tbl td:last-child {
  font-size: 1rem;
}

.g-scrolling-carousel {
    position: relative;
}
.g-scrolling-carousel .items {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
.g-scrolling-carousel .items::-webkit-scrollbar { 
    display: none; 
}
.jc-right,
.jc-left {
    width: 36px;
    height: 36px;
    color:#757575;
    margin-bottom: auto;
    margin-top:auto;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 4px 8px 0 rgba(0,0,0,0.20);
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index:2;
    opacity: 0.94;

}
.jc-right {
    right:-18px;
}
.jc-left {
    left:-18px;
}

.jc-right:hover,
.jc-left:hover{
    opacity: 0.98;
}
.jc-right svg,
.jc-left svg{
    position: absolute;
    left: 0;right: 0;bottom: 0;top: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #757575;
}
.jc-right:hover svg,
.jc-left:hover svg{
   fill: #000;
}
@media (pointer: coarse) {
  .jc-right,
  .jc-left {
    display: none !important;
  }
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

body { opacity: 0; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
body.load { opacity: 1; }

.scr__title { padding-bottom: 50px; display: flex; justify-content: space-between; align-items: center; line-height: 1.1; text-align: left; }
.scr__title h1, .scr__title h2 { font-weight: normal; font-weight: 700; flex: 1 0; margin: 0; }
.scr__title h1 { font-size: 70px; }
.scr__title h2 { font-size: 55px; }

.carousel .carousel__controls { align-items: center; display: flex; }
.carousel .carousel__controls span { display: block; width: 37px; height: 10px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; margin-left: 40px; cursor: pointer; }
.carousel .carousel__controls .prev { background: url(../img/icons/prev.svg) center center no-repeat; background-size: contain; }
.carousel .carousel__controls .prev:hover { background: url(../img/icons/prev-hover.svg) center center no-repeat; background-size: contain; }
.carousel .carousel__controls .next { background: url(../img/icons/next.svg) center center no-repeat; background-size: contain; }
.carousel .carousel__controls .next:hover { background: url(../img/icons/next-hover.svg) center center no-repeat; background-size: contain; }
.carousel .g-scrolling-carousel > span { display: none !important; }
.carousel .items:after { display: none; content: ""; position: absolute; z-index: 2; right: -30px; top: 0; bottom: 0; background: linear-gradient(-90deg, #090909 0%, rgba(9, 9, 9, 0) 94.46%); width: 120px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; pointer-events: none; }
.carousel.end .items:after { opacity: 0; }

.tasks { overflow: hidden;  background-color: rgb(2,22,54);; }
.tasks .carousel__controls { display: none; }
.tasks .tasks__items { display: flex; flex-wrap: wrap; margin: 0 -15px -55px; width: auto; text-align: left; }

.task { padding: 0 24px 24px; border: 1px solid #303030; margin: 55px 15px; width: calc(33.33333333% - 30px); white-space: initial; }
.task .task__icon { width: 140px; height: 150px; font-size: 0; display: flex; align-items: center; margin: -85px 0 20px -10px; }
.task .task__icon img { max-width: 100%; max-height: 100%; }
.task .task__title { font-size: 24px; font-family: 'HeliosExt', sans-serif; font-weight: 400; margin-bottom: 15px; }
.task .task__descr { font-size: 16px; opacity: 0.8; }

.stages {  background-color: rgb(2,22,54);; }
.stages .carousel__controls { display: none; }
.stages .stages__items { display: flex; flex-wrap: wrap; border-left: 1px solid #303030; border-right: 1px solid #303030; }

.stage { width: 33.33333%; padding: 30px; border: 1px solid #303030; white-space: normal; position: relative; border-right: 0; border-left: 0; text-align: left; }
.stage:before, .stage:after { content: ""; position: absolute; right: 8px; width: 1px; height: 50%; background: #303030; }
.stage:before { top: 0; transform: rotate(-5deg); }
.stage:after { bottom: 0; transform: rotate(5deg); }
.stage:nth-child(3):before, .stage:nth-child(3):after, .stage:nth-child(6):before, .stage:nth-child(6):after { display: none; }
.stage .stage__num { font-size: 42px; font-family: 'HeliosExt', sans-serif; font-weight: 700; }
.stage .stage__label { margin: 15px 0 0; padding: 7px 0; font-family: 'HeliosExt', sans-serif; font-weight: 700; font-size: 20px; text-transform: uppercase; position: relative; }
.stage .stage__label:before { content: ""; position: absolute; background: #212121; left: 0; top: 0; right: 0; bottom: 0; -webkit-transform: skew(-20deg); -ms-transform: skew(-20deg); transform: skew(-20deg); z-index: -1; }
.stage .stage__name { font-size: 24px; font-family: 'HeliosExt', sans-serif; font-weight: 400; margin-top: 30px; }
.stage .stage__text { font-size: 16px; line-height: 1.4; margin: 20px 0 0; opacity: 0.8; }

.scr-stages .carousel__controls { display: none; }
.scr-stages .scr-stages__items { display: flex; flex-wrap: wrap; margin: -15px; }

.scr-stage { width: 33.33333%; padding: 15px; white-space: normal; text-align: left; }
.scr-stage .scr-stage__head { display: flex; align-items: center; }
.scr-stage .scr-stage__num { font-family: 'HeliosExt', sans-serif; font-weight: 700; font-size: 20px; display: flex; align-items: center; white-space: nowrap; position: relative; padding: 0 45px 0 22px; z-index: 1; line-height: 1; }
.scr-stage .scr-stage__num:before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transform: skew(-12deg, 0); background: #212121; z-index: -1; }
.scr-stage .scr-stage__num span { font-size: 40px; margin-right: 8px; display: inline-block; }
.scr-stage .scr-stage__image { font-size: 0; height: 140px; margin-left: -35px; position: relative; z-index: 1; }
.scr-stage .scr-stage__image img { max-width: 100%; max-height: 100%; }
.scr-stage .scr-stage__name { text-transform: uppercase; font-size: 24px; font-family: 'HeliosExt', sans-serif; font-weight: 400; margin-top: 10px; }
.scr-stage .scr-stage__text { font-size: 16px; line-height: 1.4; margin: 20px 0 0; opacity: 0.8; }

.prices {  background-color: rgb(2,22,54);; }
.prices .prices__items { display: flex; flex-wrap: wrap; margin: -15px; }
.prices .prices__meta { font-size: 16px; opacity: 0.6; font-weight: 400; max-width: 760px; margin: -20px 0 55px; position: relative; padding-left: 15px; }
.prices .prices__meta:before { content: "*"; position: absolute; left: 0; top: 0; font-size: 16px; }

.price { width: calc(33.33333333% - 30px); margin: 15px; background: #141414; text-align: left; display: flex; flex-direction: column; }
.price .price__head { background: #212121; display: flex; justify-content: space-between; align-items: center; font-family: 'HeliosExt', sans-serif; font-weight: 400; padding: 18px 24px; font-size: 24px; white-space: nowrap; }
.price .price__name { padding-right: 10px; position: relative; }
.price .price__name:before, .price .price__name:after { content: ""; width: 11px; height: 11px; background: url(../img/icons/star-red.svg) center center no-repeat; background-size: contain; display: inline-block; vertical-align: middle; }
.price .price__name:before { margin-right: 15px; }
.price .price__name:after { margin-left: 15px; }
.price .price__value { position: relative; }
.price .price__value:after { content: ""; width: 10px; height: 13px; background: url(../img/icons/rub.svg) center center no-repeat; background-size: contain; display: inline-block; margin-left: 5px; }
.price .price__body { padding: 24px; display: flex; flex-direction: column; flex: 1 0; }
.price .price__body .price__descr { font-size: 16px; line-height: 1.4; opacity: 0.8; padding-bottom: 25px; }
.price .price__body .price__descr p + p { margin-top: 10px; }
.price .price__body .btn { width: 100%; margin-top: auto; }

.information {  background-color: rgb(2,22,54);; }
.information .information__content { text-align: left; margin: 10px 0; border: 1px solid #303030; padding: 55px; font-size: 16px; line-height: 1.4; position: relative; }
.information .information__content:before { content: ""; position: absolute; left: 50%; margin: -12px 0 0 -11px; top: 0; width: 22px; height: 22px; background: url(../img/icons/star-grey.svg) center center no-repeat; background-size: contain; }
.information .information__content h2 { margin-top: 0; }
.information .information__content h2 span { font-weight: inherit!important; }
.information .information__content * + h2 { margin-top: 30px; }
.information .information__content p + p, .information .information__content p + ul, .information .information__content p + ol, .information .information__content ul + p, .information .information__content ol + p { margin-top: 15px; }
.information .information__content ul, .information .information__content ol { padding-left: 19px; }
.information .information__content ul { list-style-type: circle!important; }
.information .information__content ul li { list-style-type: circle!important; }
.information .information__content ol { list-style-type: decimal!important; }

.clients {  background-color: rgb(2,22,54);; overflow: hidden; }
.clients .carousel__controls { display: none; }
.clients .clients__items { font-size: 0; white-space: nowrap; margin: 0 -10px; width: auto; }
.clients .column { width: calc(25% - 20px); margin: 0 10px; display: inline-block; vertical-align: top; white-space: normal; }

.client { display: flex; align-items: center; justify-content: center; height: 100px; padding: 10px 20px; background: #212121; }
.client + .client { margin-top: 20px; }
.client img { max-width: 100%; max-height: 100%; }

.reviews { overflow: hidden;  background-color: rgb(2,22,54);; }
.reviews .carousel__controls { display: flex; }
.reviews .g-scrolling-carousel { overflow: hidden; }
.reviews .reviews__items { display: flex; margin: 0 -15px; width: auto; }
.reviews .reviews__items:after { display: block; }

.review { min-width: calc(42% - 30px); max-width: 490px; margin: 0 15px; border: 1px solid #303030; padding: 30px; white-space: normal; }
.review .review__author { display: flex; align-items: center; }
.review .review__photo { font-size: 0; width: 130px; }
.review .review__photo img { width: 100%; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }
.review .review__info { flex: 1 0; padding-left: 30px; }
.review .review__info span { text-transform: uppercase; font-size: 20px; font-family: 'HeliosExt', sans-serif; font-weight: 700; }
.review .review__info p { font-size: 16px; opacity: 0.6; margin-top: 20px; }
.review .review__text { font-size: 16px; opacity: 0.8; margin-top: 30px; line-height: 1.4; }
.review .review__text p + p { margin-top: 10px; }

.ptb { padding-top: 80px; padding-bottom: 80px; }
.pt { padding-top: 80px; }
.pb { padding-bottom: 80px; }

.services { overflow: hidden;  background-color: rgb(2,22,54);; }
.services .carousel__controls { display: flex; }
.services .g-scrolling-carousel { overflow: hidden; }
.services .services__items { display: flex; margin: 0 -15px; width: auto; }
.services .services__items:after { display: block; }
.services.tiles .services__items { flex-wrap: wrap; margin: -15px; }
.services.tiles .service { min-width: 0; max-width: 100%; width: calc(33.33333333% - 30px); margin: 15px; }

.service { min-width: 350px; max-width: 360px; margin: 0 15px; min-height: 350px; white-space: normal; text-align: center; background-size: cover !important; background-position: center center !important; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.service .service__popup { background: rgba(0, 0, 0, 0.8); padding: 80px 40px; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: center; opacity: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); }
.service .service__popup > * { position: relative; top: 20px; opacity: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.service .service__popup:before { content: ""; position: absolute; left: 20px; top: 20px; right: 20px; bottom: 20px; border: 1px solid #525252; z-index: -1; }
.service .service__title { text-transform: uppercase; font-size: 24px; font-family: 'HeliosExt', sans-serif; font-weight: 700; }
.service .service__descr { font-size: 16px; line-height: 1.4; margin-top: 20px; }
.service .btn { margin-top: 50px; }
.service:hover { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); }
.service:hover .service__popup { opacity: 1; }
.service:hover .service__popup > * { top: 0; opacity: 1; }

.dontknow { margin-top: 60px; }
.dontknow .dontknow__content { padding: 30px 60px; border: 1px solid #303030; display: flex; align-items: center; justify-content: space-between; }
.dontknow .dontknow__title { padding-right: 30px; flex: 1 0; }
.dontknow .dontknow__title h2 { text-transform: uppercase; font-family: 'HeliosExt', sans-serif; font-weight: 700; font-size: 24px; margin: 0; line-height: 1.1; }
.dontknow .dontknow__title p { font-size: 16px; opacity: 0.8; margin-top: 10px; }
.dontknow .dontknow__button { width: 25%; min-width: 300px; }
.dontknow .dontknow__button .btn { width: 100%; }

.text { text-align: left; }
.content { font-size: 16px; line-height: 1.4; }
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { font-weight: 700; }
.content h1 { font-size: 26px; }
.content h2 { font-size: 24px; }
.content h3 { font-size: 22px; }
.content h4 { font-size: 20px; }
.content h5 { font-size: 18px; }
.content h6 { font-size: 16px; }
.content * + h1 { margin-top: 40px; }
.content * + h2 { margin-top: 35px; }
.content * + h3 { margin-top: 30px; }
.content * + h4 { margin-top: 25px; }
.content * + h5 { margin-top: 20px; }
.content * + h6 { margin-top: 15px; }
.content * + * { margin-top: 10px; }
.content ul, .content ol { padding-left: 15px; }
.content ul li + li, .content ol li + li { margin-top: 5px; }
.content ul { list-style-position: inside; list-style-type: disc; }

.flat {  background-color: rgb(2,22,54);; }
.flat .flat__items { display: flex; flex-wrap: wrap; border-left: 1px solid #303030; border-top: 1px solid #303030; text-align: left; }
.flat .item { width: 33.33333333%; padding: 24px; border-right: 1px solid #303030; border-bottom: 1px solid #303030; }
.flat .item__title { font-family: 'HeliosExt'; font-weight: 700; font-size: 20px; margin-bottom: 12px; line-height: 1.1; }

.articles {  background-color: rgb(2,22,54);; }
.articles .articles__items { display: flex; flex-wrap: wrap; text-align: left; margin: -15px; }
.articles .article { width: calc(50% - 30px); margin: 15px; padding: 24px; border: 1px solid #303030; display: flex; flex-direction: column; }
.articles .article__title { font-family: 'HeliosExt'; font-weight: 700; font-size: 20px; margin-bottom: auto; padding-bottom: 24px; line-height: 1; }
.articles .article__title a { color: #fff; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.articles .article__title a:hover { color: #dfdfdf; }
.articles .article__image { font-size: 0; overflow: hidden; position: relative; margin-bottom: 20px; }
.articles .article__image:before { content: ""; padding-top: 60%; display: block; }
.articles .article__image > a, .articles .article__image > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.articles .article__image img { width: 100%; height: 100%; object-fit: cover; }
.articles .link-arrow { font-size: 14px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.articles .link-arrow:hover { color: #dfdfdf; }
.articles .link-arrow:after { width: 20px; height: 5px; margin-left: 15px; }

.scr-main-sm { min-height: 120px;  background-color: rgb(2,22,54);; }
.scr-main-sm .scr-main__pdf { top: 50px; margin: 0; }

.article-content { color: #FFF; font-family: 'HeliosExt';  background-color: rgb(2,22,54);; font-weight: 400; font-size: 15px; line-height: 1.4; text-align: left; }
.article-content a { color: #fff; }
.article-content b, .article-content strong { font-weight: 700; }
.article-content h1 { font-family: 'HeliosExt'; font-size: 52px; font-weight: 700; margin-top: 0; margin-bottom: 30px; }
.article-content .faq { margin-top: 100px; }
.article-content .faq__title h2 { font-size: 52px; font-weight: 700; margin: 0 0 45px; }
.article-content + .ptb, .article-content + .pt { padding-top: 0; }
.article-nav { font-size: 17px; margin-bottom: 46px; }
.article-nav p { padding-left: 21px; position: relative; }
.article-nav p:before { content: ""; position: absolute; left: 0; top: 6px; width: 11px; height: 10px; background: url(../img/icons/star-white.svg) center no-repeat; background-size: contain; }
.article-nav p + p { margin-top: 10px; }
.article-section + .article-section { margin-top: 60px; }
.article-section * + p, .article-section * + ul, .article-section * + ol { margin-top: 24px; }
.article-section ol { list-style-type: none; }
.article-section ul { margin-left: 30px; }
.article-section ul li { padding-left: 14px; position: relative; }
.article-section ul li:before { content: ""; position: absolute; left: 0; top: 10px; width: 3px; height: 3px; border-radius: 50%; background: #fff; }
.article-section li + li { margin-top: 12px; }
.article-section img { width: 100%; margin: 10px 0; }
.article-section h2 { font-family: 'HeliosExt'; font-size: 28px; font-weight: 700; margin-bottom: 30px; }
.article-adv { margin: 24px 0 0 24px; padding-left: 31px; position: relative; font-weight: 400; }
.article-adv:before { content: ""; position: absolute; left: 0; top: 50%; width: 21px; height: 21px; margin-top: -12px; background: url(../img/icons/star-grey.svg) center no-repeat; background-size: contain; }

.pages { font-size: 16px; margin: 35px 0 0; }
.pages a { color: #bfbfbf; }
.pages a:hover { color: #dfdfdf; }
.pages .page-numbers { margin-right: 10px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.pages .current { color: #fff; }

.smart-captcha { width: 100%; max-width: 360px; margin: 25px 0 0; }

@media screen and (max-width: 1799px) {
  .scr__title h1 { font-size: 65px; }
  .scr__title h2 { font-size: 50px; }
  .tasks .tasks__items { margin: 0 -15px -45px; }
  .task { margin: 45px 15px; width: calc(33.33333333% - 30px); }
  .task .task__icon { width: 130px; height: 140px; margin: -60px 0 20px -10px; }
  .task .task__title { font-size: 22px; }
  .stage { padding: 25px; }
  .stage .stage__num { font-size: 38px; }
  .stage .stage__label { font-size: 18px; }
  .stage .stage__name { font-size: 22px; }
  .scr-stage .scr-stage__num span { font-size: 36px; }
  .scr-stage .scr-stage__name { font-size: 22px; }
  .prices .prices__items { margin: -15px; }
  .price { width: calc(33.33333333% - 30px); margin: 15px; }
  .price .price__head { font-size: 22px; }
  .price .price__name:before, .price .price__name:after { width: 9px; height: 9px; }
  .price .price__name:before { margin-right: 10px; }
  .price .price__name:after { margin-left: 10px; }
  .price .price__value:after { width: 8px; height: 11px; }
  .article-content h1 { font-size: 48px; }
  .article-content .faq { margin-top: 80px; }
  .article-content .faq__title h2 { font-size: 48px; margin: 0 0 40px; }
  .article-nav { margin-bottom: 40px; }
  .article-section + .article-section { margin-top: 55px; }
  .article-section * + p, .article-section * + ul, .article-section * + ol { margin-top: 22px; }
  .article-section li + li { margin-top: 10px; }
}
@media screen and (max-width: 1599px) {
  .scr__title h1 { font-size: 60px; }
  .scr__title h2 { font-size: 45px; }
  .tasks .tasks__items { margin: 0 -15px -35px; }
  .task { margin: 35px 15px; width: calc(33.33333333% - 30px); }
  .task .task__icon { width: 120px; height: 130px; margin: -50px 0 20px -5px; }
  .task .task__title { font-size: 20px; }
  .stage { padding: 20px; }
  .stage .stage__num { font-size: 34px; }
  .stage .stage__label { font-size: 16px; }
  .stage .stage__name { font-size: 20px; }
  .scr-stage .scr-stage__num span { font-size: 32px; }
  .scr-stage .scr-stage__name { font-size: 20px; }
  .prices .prices__meta { margin: -15px 0 45px; }
  .information .information__content { padding: 45px; }
  .client { height: 90px; }
  .review .review__photo { width: 100px; }
  .review .review__info p { margin-top: 15px; }
  .service .service__title { font-size: 20px; }
  .service .btn { margin-top: 40px; }
  .dontknow .dontknow__content { padding: 30px 40px; }
  .dontknow .dontknow__title h2 { font-size: 20px; }
  .dontknow .dontknow__title p { margin-top: 10px; }
  .dontknow .dontknow__button { width: 20%; min-width: 200px; }
  .article-content h1 { font-size: 44px; }
  .article-content .faq { margin-top: 60px; }
  .article-content .faq__title h2 { font-size: 44px; margin: 0 0 35px; }
  .article-nav { margin-bottom: 35px; }
  .article-section + .article-section { margin-top: 50px; }
  .article-section * + p, .article-section * + ul, .article-section * + ol { margin-top: 20px; }
  .article-section li + li { margin-top: 8px; }
  .article-section h2 { font-size: 26px; }
}
@media screen and (max-width: 1399px) {
  .services.tiles .service { width: calc(50% - 30px); }
  .flat .item__title { font-size: 18px; }
  .articles .article__title { font-size: 18px; }
  .article-content h1 { font-size: 40px; }
  .article-content .faq__title h2 { font-size: 40px; margin: 0 0 30px; }
  .article-nav { margin-bottom: 30px; }
  .article-section + .article-section { margin-top: 45px; }
  .article-section h2 { font-size: 24px; }
  .article-adv { margin: 20px 0 0 10px; padding-left: 30px; }
  .article-adv:before { width: 16px; height: 16px; margin-top: -9px; }
  .article-section ul { margin-left: 10px; }
}
@media screen and (max-width: 1199px) {
  .scr__title { padding-bottom: 45px; }
  .scr__title h1 { font-size: 55px; }
  .scr__title h2 { font-size: 40px; }
  .task { width: calc(50% - 30px); }
  .stage { width: 50%; }
  .stage:nth-child(3):before, .stage:nth-child(3):after, .stage:nth-child(6):before, .stage:nth-child(6):after { display: block; }
  .stage:nth-child(even):before, .stage:nth-child(even):after { display: none; }
  .scr-stage { width: 50%; }
  .scr-stage .scr-stage__num span { font-size: 28px; }
  .prices .prices__items { display: block; margin: 0; }
  .prices .prices__meta { margin: -10px 0 40px; }
  .price { width: 100%; margin: 0; }
  .price .price__head { font-size: 20px; padding: 18px 20px; }
  .price .price__body { padding: 20px; }
  .price + .price { margin-top: 30px; }
  .information .information__content { padding: 35px; }
  .client { height: 80px; }
  .review { min-width: 360px; max-width: 450px; padding: 25px; }
  .review .review__photo { width: 70px; }
  .review .review__info { padding-left: 20px; }
  .services.tiles .service { width: calc(50% - 30px); }
  .service { -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); filter: grayscale(0); }
  .service .service__popup { opacity: 1; }
  .service .service__popup > * { top: 0; opacity: 1; }
  .content h1 { font-size: 24px; }
  .content h2 { font-size: 22px; }
  .content h3 { font-size: 20px; }
  .content h4 { font-size: 18px; }
  .content h5 { font-size: 16px; }
  .content h6 { font-size: 14px; }
  .content * + h1 { margin-top: 30px; }
  .content * + h2 { margin-top: 25px; }
  .content * + h3 { margin-top: 20px; }
  .content * + h4 { margin-top: 15px; }
  .content * + h5 { margin-top: 10px; }
  .content * + h6 { margin-top: 5px; }
  .link-arrow { font-size: 15px; }
  .link-arrow:after { width: 20px; height: 5px; margin-left: 18px; }
  .link-arrow:hover:after { margin-left: 23px; }
  .article-content h1 { font-size: 36px; }
  .article-content .faq__title h2 { font-size: 36px; }
  .article-section + .article-section { margin-top: 40px; }
  .article-section h2 { font-size: 22px; }
}
@media screen and (max-width: 991px) { 
  .scr__title { padding-bottom: 40px; }
  .scr__title h1 { font-size: 50px; }
  .scr__title h2 { font-size: 35px; }
  .task .task__icon { width: 110px; height: 120px; }
  .prices .prices__meta { margin: -10px 0 35px; }
  .information .information__content { padding: 25px; }
  .client { height: 70px; }
  .services .services__items { margin: 0 -30px; padding: 0 20px; }
  .services .g-scrolling-carousel { overflow: initial; }
  .service { min-width: 360px; max-width: 450px; }
  .dontknow .dontknow__content { padding: 30px; display: block; text-align: center; }
  .dontknow .dontknow__title { padding: 0 0 20px; }
  .dontknow .dontknow__button { width: 100%; min-width: none; }
  .dontknow .dontknow__button .btn { width: auto; }
  .reviews .reviews__items { margin: 0 -30px; padding: 0 20px; }
  .reviews .g-scrolling-carousel { overflow: initial; }
  .content h1 { font-size: 22px; }
  .content h2 { font-size: 20px; }
  .content h3 { font-size: 18px; }
  .content h4 { font-size: 16px; }
  .content h5 { font-size: 14px; }
  .content h6 { font-size: 12px; }
  .flat .item { padding: 20px; }
  .flat .item__title { font-size: 16px; }
  .articles .articles__items { margin: -10px; }
  .articles .article { width: calc(50% - 20px); margin: 10px; padding: 20px; }  
  .article-content h1 { font-size: 32px; }
  .article-content .faq__title h2 { font-size: 32px; }
  .article-section h2 { font-size: 20px; }
}
@media screen and (max-width: 767px) { 
  .scr__title { padding-bottom: 35px; }
  .scr__title h1 { font-size: 45px; }
  .scr__title h2 { font-size: 30px; }
  .tasks .tasks__items { display: flex; flex-wrap: nowrap; margin: 0 -40px; padding: 0 30px; }
  .tasks .tasks__items:after { display: block; }
  .tasks .carousel__controls { display: flex; }
  .task { width: auto; min-width: 380px; margin: 50px 10px 0; pading: 0 20px 22px; }
  .task .task__descr { font-size: 14px; }
  .stages .carousel__controls { display: flex; }
  .stages .stages__items { display: flex; flex-wrap: nowrap; width: auto; margin: 0 -30px; padding: 0 30px; border: 0; }
  .stages .stages__items:after { display: block; }
  .stage { width: auto; min-width: 380px; }
  .stage:first-child { border-left: 1px solid #303030; }
  .stage:last-child { border-right: 1px solid #303030; }
  .stage:not(:last-child):after, .stage:not(:last-child):before { display: block !important; }
  .stage .stage__text { font-size: 14px; }
  .scr-stages .carousel__controls { display: flex; }
  .scr-stages .scr-stages__items { display: flex; flex-wrap: nowrap; width: auto; margin: 0 -20px; }
  .scr-stages .scr-stages__items:after { display: block; }
  .scr-stage { width: auto; min-width: 380px; padding: 0 20px; }
  .scr-stage .stage__text { font-size: 14px; }
  .prices .prices__meta { margin: -10px 0 30px; font-size: 15px; }
  .price .price__body .price__descr { font-size: 14px; }
  .information .information__content { padding: 20px; font-size: 14px; }
  .clients .carousel__controls { display: flex; }
  .clients .clients__items { margin: 0 -40px; padding: 0 30px; }
  .clients .clients__items:after { display: block; }
  .clients .column { min-width: 200px; }
  .review { margin: 0 10px; min-width: 380px; }
  .review .review__text { font-size: 14px; }
  .services .services__items { margin: 0 -30px; padding: 0 20px; }
  .services .g-scrolling-carousel { overflow: initial; }
  .service { margin: 0 10px; min-width: 380px; }
  .service .service__descr { font-size: 14px; }
  .dontknow .dontknow__content { padding: 30px 20px; }
  .dontknow .dontknow__title p { font-size: 14px; }
  .content h1 { font-size: 23px; }
  .content h2 { font-size: 21px; }
  .content h3 { font-size: 19px; }
  .content h4 { font-size: 17px; }
  .content h5 { font-size: 15px; }
  .content h6 { font-size: 13px; }
  .flat .item { width: 50%; }
  .article-section h2 { font-size: 18px; }
  .articles .article__title { font-size: 16px; }
}
@media screen and (max-width: 576px) {
  .scr__title h1 { font-size: 40px; }
  .scr__title h2 { font-size: 25px; }
  .carousel .carousel__controls span { width: 30px; height: 10px; margin-left: 20px; }
  .carousel .items:after { right: -20px; width: 60px; }
  .tasks .tasks__items { margin: 0 -20px; padding: 0 10px; }
  .task { width: auto; min-width: 290px; }
  .stages .stages__items { margin: 0 -20px; padding: 0 20px; }
  .stage { min-width: 300px; }
  .scr-stage { min-width: 300px; }
  .scr-stage .scr-stage__num { padding: 2px 45px 2px 15px; }
  .scr-stage .scr-stage__text { font-size: 14px; margin-top: 15px; }
  .information .information__content:before { left: 50%; margin: -10px 0 0 -9px; width: 18px; height: 18px; }
  .clients .clients__items { margin: 0 -20px; padding: 0 10px; }
  .reviews .reviews__items { margin: 0 -20px; padding: 0 10px; }
  .review { min-width: 290px; max-width: 300px; padding: 20px; }
  .review .review__info p { margin-top: 10px; font-size: 14px; }
  .services .services__items { margin: 0 -20px; padding: 0 10px; }
  .services.tiles .services__items { margin: 0; padding: 0; }
  .services.tiles .service { width: 100%; margin: 0; }
  .services.tiles .service + .service { margin-top: 30px; }
  .service { min-width: 290px; max-width: 300px; }
  .content h1 { font-size: 22px; }
  .content h2 { font-size: 20px; }
  .content h3 { font-size: 18px; }
  .content h4 { font-size: 16px; }
  .content h5 { font-size: 14px; }
  .content h6 { font-size: 12px; }
  .flat .flat__items { display: block; }
  .flat .item { width: 100%; }
  .link-arrow { font-size: 14px; }
  .link-arrow:after { width: 15px; height: 4px; margin-left: 15px; }
  .link-arrow:hover:after { margin-left: 20px; }
  .articles .articles__items { display: block; margin: 0; }
  .articles .article { width: 100%; margin: 0; display: block; }
  .articles .article + .article { margin-top: 20px; }
  .article-content h1 { font-size: 28px; }
  .article-content .faq__title h2 { font-size: 28px; }
}
@media screen and (max-width: 374px) {
  .scr__title h1 { font-size: 34px; }
  .carousel .items:after { width: 30px; }
  .task { width: auto; min-width: 250px; }
  .stage, .review, .service { min-width: 260px; }
}

.footer { padding-top: 60px; padding-bottom: 60px; background: #000; }
.footer__content { display: flex; align-items: center; justify-content: space-between; color: #fff; font-family: 'HeliosExt'; font-weight: 400; font-size: 15px; position: relative; }
.footer__content a { color: #fff; }
.footer__content a:hover { color: #45b7fe; opacity: 1; }
.footer__logo { font-size: 0; width: 140px; margin-right: 30px; }
.footer__logo img { width: 100% }
.footer__links { margin: 0 30px; flex: 1 0; }
.footer__menu { display: flex; align-items: center; justify-content: space-between; }
.footer__menu span { opacity: 0.4; white-space: nowrap; }
.footer__menu span:after { content: "|"; margin-left: 10px; }
.footer__menu ul { opacity: 0.8; display: flex; align-items: center; justify-content: space-between; flex: 1 0; }
.footer__menu ul li { margin: 0 0 0 25px; }
.footer__menu ul a { white-space: nowrap; }
.footer__copy { margin-top: 50px; display: flex; align-items: center; justify-content: space-between; opacity: 0.8; }
.footer__copy p { padding-right: 30px; }
.footer__socials { margin-left: 90px; width: 170px; text-align: left; line-height: 1.3; }
.footer__socials p + p { margin-top: 30px; }
.footer__socials a { display: flex; align-items: center; }
.footer__socials a img { width: 48px; height: 48px; }
.footer__socials a span { flex: 1 0; margin-left: 15px; opacity: 0.8; max-width: 110px; }

.faq {  background-color: rgb(2,22,54);; }
.faq .faq__items { border: 1px solid #303030; }
.faq .faq__item { position: relative; text-align: left; }
.faq .faq__item:before { content: ""; position: absolute; left: -11px; top: 50%; margin-top: -11px; width: 22px; height: 22px; background: url(../img/icons/star-grey.svg) center no-repeat; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.faq .faq__item + .faq__item { border-top: 1px solid #303030; }
.faq .faq__question { font-size: 20px; color: rgba(255,255,255,0.8); padding: 10px 10px 10px 40px; display: flex; align-items: center; justify-content: space-between; }
.faq .faq__question .faq__text { flex: 1 0; }
.faq .faq__question a { display: block; margin-left: 30px; width: 50px; height: 50px; background: url(../img/icons/plus.svg) center no-repeat #EE3F22; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.faq .faq__question a:hover { background-color: #DE2F12; }
.faq .open .faq__question a { background: url(../img/icons/minus.svg) center no-repeat #EE3F22; }
.faq .faq__answer { font-size: 16px; opacity: 0.8; display: none; padding: 0 90px 21px 40px; }

@-webkit-keyframes mobwidget-scale {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.3); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}
@keyframes mobwidget-scale {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.3); }
  100% { -webkit-transform: scale(1); transform: scale(1); }
}

.mobwidget { position: fixed; right: 30px; bottom: 30px; z-index: 10; display: none; }
.mobwidget .mobwidget-popup { display: none;  background-color: rgb(2,22,54);; padding: 15px 5px; border-radius: 10px; position: absolute; width: 100px; bottom: 100%; left: 50%; margin: 0 0 30px -50px; text-align: center; }
.mobwidget .mobwidget-popup:after { content: ""; position: absolute; width: 20px; height: 20px;  background-color: rgb(2,22,54);; left: 50%; bottom: -10px; left: 50%; margin: 0 0 0 -10px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.mobwidget .mobwidget-icon { display: flex; width: 50px; height: 50px; border-radius: 50%; align-items: center; justify-content: center; font-size: 0; background: #2E323A; margin: 0 auto; }
.mobwidget .mobwidget-icon img { max-width: 23px; max-height: 22px; }
.mobwidget .mobwidget-text { display: block; color: #ACACAC; margin-top: 5px; font-size: 12px; margin-top: 12px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.mobwidget .mobwidget-popup a + a { margin-top: 18px; }
.mobwidget .mobwidget-popup a { display: block; }
.mobwidget .mobwidget-popup a:hover .mobwidget-text { color: #9C9C9C; }
.mobwidget .mobwidget-toggle { display: block; width: 50px; height: 50px; border-radius: 50%; background: url(../img/icons/widget-phone.svg) center no-repeat #2E323A; background-size: 21px; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-animation: mobwidget-scale 1.5s linear infinite; animation: mobwidget-scale 1.5s linear infinite; }
.mobwidget.open .mobwidget-toggle { background-image: url(../img/icons/widget-close.svg); }

.btn { display: inline-block; text-align: center; padding: 16px 20px; border-radius: 12px; font-size: 15px; line-height: 20px; white-space: nowrap; border: 0; box-shadow: 0; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.btn-primary { background: #C00F15; border: 1px solid #C00F15; color: #fff; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #D01F25; border-color: #D01F25; color: #fff; }
.btn-default { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.4);  color: #fff; backdrop-filter: blur(6px); }
.btn-default:hover, .btn-default:focus, .btn-default:active { background: #fff; border-color: #fff; color: #424242; }
.btn.disabled { pointer-events: none; opacity: 0.6; }
.btn.btn-block { width: 100%; display: block; }

.header { padding: 40px 0; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.header .container { display: flex; align-items: center; justify-content: space-between; }
.header .header__logo { font-size: 0; }
.header .header__logo a { display: inline-block; }
.header .header__logo img { max-width: 66px; max-height: 100%; }
.header .header__nav { margin-left: 80px; margin-right: auto; }
.header .header__nav > ul { display: flex; }
.header .header__nav > ul > li + li { margin-left: 40px; }
.header .header__nav > ul > li > a { display: block; padding: 16px; border: 1px solid transparent; border-radius: 12px; font-size: 15px; color: #fff; white-space: nowrap; }
.header .header__nav > ul > li > a:hover, .header .header__nav > ul > li.active a { border-color: #fff; }
.header .header__button { margin: 0 0 0 24px; }
.header .header__button .btn-primary:hover, .header .header__button .btn-primary:focus, .header .header__button .btn-primary:active { border-color: #fff; box-shadow: 0 0 1px #fff; }
.header .header__controls { margin: 0 0 0 24px; display: flex; padding: 0 110px 0 0; }
.header .header__controls a { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; font-size: 0; padding: 10px; background: #464646; border-radius: 12px; }
.header .header__controls a:hover { background: #363636; }
.header .header__controls a img { max-width: 100%; max-height: 100%; }
.header .header__controls a + a { margin: 0 0 0 8px; }

.scrolled .header { background: #181818; padding: 25px 0; }

.mobmenu-toggle { display: none; position: relative; z-index: 11; width: 28px; height: 28px; margin-left: 24px; }
.mobmenu-toggle span { position: absolute; top: 50%; margin-top: -1px; display: block; height: 2px; width: 100%; background: #fff; -moz-transition: background 0s 0.3s; -o-transition: background 0s 0.3s; -webkit-transition: background 0s; -webkit-transition-delay: 0.3s; transition: background 0s 0.3s; }
.mobmenu-toggle span:before, .mobmenu-toggle span:after { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: #fff; -moz-transition-duration: 0.3s, 0.3s; -o-transition-duration: 0.3s, 0.3s; -webkit-transition-duration: 0.3s, 0.3s; transition-duration: 0.3s, 0.3s; -moz-transition-delay: 0.3s, 0s; -o-transition-delay: 0.3s, 0s; -webkit-transition-delay: 0.3s, 0s; transition-delay: 0.3s, 0s; }
.mobmenu-toggle span:before { top: -9px; -moz-transition-property: top, -moz-transform, background; -o-transition-property: top, -o-transform, background; -webkit-transition-property: top, -webkit-transform, background; transition-property: top, transform, background; }
.mobmenu-toggle span:after { bottom: -9px; -moz-transition-property: bottom, -moz-transform, background; -o-transition-property: bottom, -o-transform, background; -webkit-transition-property: bottom, -webkit-transform, background; transition-property: bottom, transform, background; }

.mobmenu-toggle.active span { background: none !important; }
.mobmenu-toggle.active span:before { top: 0; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobmenu-toggle.active span:after { bottom: 0; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobmenu-toggle.active span:before, .mobmenu-toggle.active span:after { -moz-transition-delay: 0s, 0.3s; -o-transition-delay: 0s, 0.3s; -webkit-transition-delay: 0s, 0.3s; transition-delay: 0s, 0.3s; }

.mobmenu { padding-top: 140px;  background-color: rgb(2,22,54); display: none; position: fixed; left: 0; top: 0; height: 100%; width: 100%; overflow: hidden; text-align: center; z-index: 10; -webkit-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); -moz-transition: 0.6s; -o-transition: 0.6s; -webkit-transition: 0.6s; transition: 0.6s; }
.mobmenu .mobmenu__content { height: 100%; width: 100%; overflow: auto; position: relative; opacity: 0; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.mobmenu .container { height: 100%; display: flex; flex-direction: column; }
.mobmenu .mobmenu__nav { font-weight: 400; font-size: 16px; }
.mobmenu .mobmenu__nav li + li { margin-top: 15px; }
.mobmenu .mobmenu__nav a { color: #fff; }
.mobmenu .mobmenu__controls { margin-top: auto; padding: 50px 0 40px; display: flex; align-items: center; justify-content: center; }
.mobmenu .mobmenu__controls a { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; font-size: 0; padding: 10px; background: #464646; border-radius: 12px; }
.mobmenu .mobmenu__controls a:hover { background: #363636; }
.mobmenu .mobmenu__controls a img { max-width: 100%; max-height: 100%; }
.mobmenu .mobmenu__controls a + a { margin: 0 0 0 8px; }

.mobmenu.open { -webkit-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }

.openmenu { overflow: hidden; }
.showmenu .header { background: #181818; -moz-transition: background 0s; -o-transition: background 0s; -webkit-transition: background 0s; transition: background 0s; }
.showmenu .mobmenu .mobmenu__content { opacity: 1; }

.scr-price__test.start .scr-price__test__step-first { display: flex; justify-content: space-between; flex-direction: column; }

.scr-company .tbl-cell { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.scr-company .scr-company__text { font-size: 60px; font-weight: 700; line-height: 1.1; }
.scr-company .scr-company__text p + p { margin-top: 28px; }
.scr-company__partners { margin-left: auto; }
.scr-company__partners ul { display: flex; align-items: center; justify-content: flex-end; font-size: 0; }
.scr-company__partners li + li { margin-left: 12px; }
.scr-company__partners a { display: block; }
.scr-company__partners img { max-height: 72px; max-width: 100%; }
.scr-company__carousel { width: 100%; margin-top: 120px; padding: 40px 0; background: rgba(33,33,33,0.6); border-top: 1px solid #8D8D8D; border-bottom: 1px solid #8D8D8D; backdrop-filter: blur(8px); } 
.scr-company__carousel .swiper-slide { font-size: 28px; color: #fff; line-height: 1; white-space: nowrap; width: auto; }
.scr-company__carousel .swiper-wrapper { transition-timing-function: linear; }
.scr-company__carousel.scr-company__carousel-mob { margin-top: 12px; display: none;}
.scr-company__top { margin-bottom: 120px; }
.scr-company__top .container { display: flex; align-items: center; }
.scr-company__thanks { margin-right: 12px; }
.scr-company__thanks a { padding: 8px 10px; display: block; border: 1px solid #8D8D8D; color: #fff; font-size: 16px; line-height: 1.2; font-weight: 300; }
.scr-company__thanks a:hover { border-color: #fff; }

.scr-request .form-row { margin-top: 60px; }

.scr.scr-footer { height: auto; }

.out-simple { padding-top: 100px; }
.out-simple .header { background: #181818; }

.member { border: 1px solid #8D8D8D; overflow: hidden; }
.member:nth-child(even) { margin-top: 20px; }
.member .member-photo { font-size: 0; height: 720px; position: relative; }
.member .member-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.member .member-spec { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 20px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 28px; font-weight: 700; }

.single-post .scr-main .title-section-title { max-width: 1020px; }

@media screen and (max-width: 1799px) {
  .title-section .title-section-title { font-size: 55px; }
  .title-section .title-section-subtitle { font-size: 36px; margin: 55px 0 0; max-width: 740px; }
  .scr-projects { min-height: 750px; }
  .scr-projects__project .title { font-size: 20px; }
  .scr-company .scr-company__text { font-size: 54px; }
  .scr-company .scr-company__text p + p { margin-top: 24px; }
  .scr-company__top { margin-bottom: 105px; }
  .scr-company__partners img { max-height: 68px; }
  .scr-company__carousel { margin-top: 105px; padding: 35px 0; } 
  .scr-company__carousel .swiper-slide { font-size: 26px; }  
  .scr-contacts__address .address { font-size: 26px; }
  .page-template-service .scr-projects__project { min-height: 250px; }
  .scr-about .swiper-arrow { width: 110px; height: 52px; }
  .member .member-photo { height: 660px; }
  .member .member-spec { padding: 15px; font-size: 24px; }
}

@media screen and (max-width: 1599px) {
  .btn { padding: 15px 20px; }
  .header { padding: 35px 0; }
  .header .header__logo img { max-width: 62px; }
  .header .header__nav { margin-left: 60px; }
  .header .header__nav > ul > li + li { margin-left: 30px; }
  .header .header__nav > ul > li > a { padding: 15px; }
  .header .header__controls a { width: 50px; height: 50px; }
  .footer__logo { width: 120px; margin-right: 25px; }
  .footer__links { margin: 0 25px; }
  .footer__menu ul li { margin: 0 0 0 20px; }
  .footer__copy { margin-top: 40px; }
  .footer__socials { margin-left: 25px; width: 160px; }
  .footer__socials p + p { margin-top: 25px; }
  .footer__socials a img { width: 44px; height: 44px; }
  .scr.scr-main { padding: 50px 0; }
  .title-section .title-section-title { font-size: 50px; }
  .title-section .title-section-subtitle { font-size: 32px; margin: 50px 0 0; max-width: 650px; }
  .scr-main .title-section-title { max-width: 700px; }
  .title-section .title-section-h3 { font-size: 45px; }
  .scr > .tbl { min-height: calc(100vh - 104px); }
  .scr-main-sr .scr-main__wrapp { padding-right: 400px; }
  .scr-main__showreals { width: 340px; }
  .scr-main__partners li + li { margin-left: 30px; }
  .scr-main__partners .caption { font-size: 13px; margin-bottom: -35px; }
  .scr-projects { min-height: 700px; height: calc(100vh - 104px); }
  .scr-projects__project .title { font-size: 18px; }
  .scr-projects__project .track__video-example { background-size: 40px; }
  .scr-price__test__steps { height: 580px; }
  .scr-price__test__head { max-width: 980px; }
  .scr-price__test__start { font-size: 24px; max-width: 580px; }
  .scr-price__test__nav { bottom: 20px; }
  .manager .txt { font-size: 24px; padding-top: 12px; }
  .scr-company .scr-company__text { font-size: 48px; }
  .scr-company .scr-company__text p + p { margin-top: 20px; }
  .scr-company__top { margin-bottom: 90px; }
  .scr-company__partners img { max-height: 64px; }
  .scr-company__carousel { margin-top: 90px; padding: 30px 0; } 
  .scr-company__carousel .swiper-slide { font-size: 24px; }
  .scr-contacts__address .lbl { font-size: 18px; margin-bottom: 20px; }
  .scr-contacts__address .address { font-size: 24px; }
  .page-template-service .scr-projects__project { min-height: 233px; }
  .scr-about .swiper-arrow { width: 100px; height: 48px; }
  .member .member-photo { height: 600px; }
  .member .member-spec { padding: 10px; font-size: 20px; }
}

@media screen and (max-width: 1399px) {
  .btn { padding: 14px 20px; font-size: 14px; }
  .header { padding: 30px 0; }
  .header .header__logo img { max-width: 56px; }
  .header .header__nav { margin-left: 30px; }
  .header .header__nav > ul > li + li { margin-left: 12px; }
  .header .header__nav > ul > li > a { padding: 14px; font-size: 14px; }
  .header .header__controls a { width: 48px; height: 48px; }
  .footer { padding-top: 50px; padding-bottom: 50px; }
  .footer__content { font-size: 14px; }
  .footer__logo { width: 100px; margin-right: 15px; }
  .footer__links { margin: 0 15px; }
  .footer__menu ul li { margin: 0 0 0 15px; }
  .footer__copy { margin-top: 30px; }
  .footer__socials { margin-left: 15px; width: 150px; }
  .footer__socials p + p { margin-top: 20px; }
  .footer__socials a img { width: 40px; height: 40px; }
  .faq .faq__question { font-size: 19px; }
  .scr.scr-main { padding: 40px 0; }
  .scr-main .title-section-title { max-width: 650px; }
  .title-section .title-section-h3 { font-size: 40px; }
  .title-section .title-section-title { font-size: 45px; }
  .title-section .title-section-subtitle { font-size: 28px; margin: 40px 0 0; max-width: 550px; }
  .scr > .tbl { min-height: calc(100vh - 100px); }
  .scr-main-sr .scr-main__wrapp { padding-right: 360px; }
  .scr-main__showreals { width: 320px; }
  .scr-main__partners li + li { margin-left: 20px; }
  .scr-main__partners .caption { font-size: 12px; margin-bottom: -40px; }
  .scr-projects { min-height: 650px; height: calc(100vh - 100px); }
  .scr-projects__project .hover__in { padding: 20px; }
  .scr-projects__grid.page-1 .scr-projects__project.project-9 .hover { padding-right: 220px; }
  .scr-projects__project .sup-title { font-size: 12px; }
  .scr-projects__project .title { font-size: 16px; }
  .scr-projects__more { right: 20px; bottom: 20px; }
  .scr-price__test__content { margin-top: 70px; }
  .scr-price__test__button { margin-top: 80px; }
  .scr-price__test__head { max-width: 800px; }
  .scr-price__test__start { font-size: 20px; max-width: 500px; padding: 20px 0 20px 160px; }
  .scr-price__test__nav { bottom: 35px; }
  .scr-price__test__counter { bottom: 30px; }
  .manager .txt { font-size: 20px; padding-top: 24px; }
  .scr-company .scr-company__text { font-size: 42px; }
  .scr-company__top { margin-bottom: 75px; }
  .scr-company__partners img { max-height: 60px; }
  .scr-company__carousel { margin-top: 75px; padding: 25px 0; } 
  .scr-company__carousel .swiper-slide { font-size: 22px; }  
  .scr-contacts__address .address { font-size: 22px; }
  .page-template-service .scr-projects__project { min-height: 216px; }
  .review .review__info span { font-size: 18px; }
  .scr-about .swiper-arrow { width: 90px; height: 44px; }
  .member .member-photo { height: 540px; }
  .member .member-spec { font-size: 16px; }
}

@media screen and (max-width: 1199px) {
  .out-simple { padding-top: 80px; }
  .header { padding: 25px 0; }
  .header .header__logo { margin-right: auto; }
  .header .header__nav { display: none; }
  .header .header__controls { display: none; }
  .mobmenu-toggle, .mobmenu { display: block; }
  .scr-main .title-section-title { max-width: 600px; }
  .title-section .title-section-h3 { font-size: 35px; }
  .title-section .title-section-title { font-size: 40px; }
  .title-section .title-section-subtitle { font-size: 24px; margin: 50px 0 0; max-width: 500px; }
  .scr-main-sr .scr-main__wrapp { padding-right: 340px; }
  .scr-main__showreals { width: 300px; }
  .scr-main__partners .caption { font-size: 10px; margin-bottom: -50px; }
  .scr-projects__project .title { font-size: 14px; }
  .scr-projects__project { position: relative; height: 200px; display: none; }
  .scr-projects__project.project-1, .scr-projects__project.project-2, .scr-projects__project.project-3, .scr-projects__project.project-4, .scr-projects__project.project-5, .scr-projects__project.project-6, .scr-projects__project.project-7, .scr-projects__project.project-8 { display: block; }
  .scr-projects__grid.more .scr-projects__project { display: block!important; }
  .scr-projects__more { right: 7px; bottom: 50px; }
  .scr-projects__mob-more { display: inline-block; }
  .scr-projects__btn { width: 33.33333333%; padding: 20px; display: flex; align-items: center; justify-content: center; }
  .scr-projects { height: auto; min-height: 0; }
  .scr-projects__grid.page-1 .scr-projects__project.project-9 .hover { padding: 0; }
  .scr-price__test__steps { height: 540px; }
  .scr-price__test__start { padding: 10px 0 10px 160px; }
  .scr-company .scr-company__text { font-size: 32px; }
  .scr-company__top { margin-bottom: 60px; }
  .scr-company__partners img { max-height: 56px; }
  .scr-company__carousel { margin-top: 60px; padding: 20px 0; } 
  .scr-company__carousel .swiper-slide { font-size: 20px; }  
  .scr-contacts__address .lbl { font-size: 16px; margin-bottom: 12px; }
  .scr-contacts__address .address { font-size: 20px; }
  .page-template-service .scr-projects__project { min-height: 200px; display: block; }
  .scr-about .swiper-arrow { width: 80px; height: 40px; }
  .member .member-photo { height: 480px; }
  .member .member-spec { font-size: 12px; }
}

@media screen and (max-width: 991px) {
  .btn { padding: 16px 20px; }
  .header .header__logo { flex: 1 0; text-align: center; padding-left: 52px; }
  .header .header__button { display: none; }
  .header .header__controls { display: none; }
  .footer__content { align-items: flex-start; }
  .footer__logo { width: 120px; padding-bottom: 40px; } 
  .footer__links { flex: none; }
  .footer__menu { display: block; text-align: left; flex: none; }
  .footer__menu span:after { content: ":"; margin-left: 0; }
  .footer__menu ul { display: block; }
  .footer__menu ul li { margin: 15px 0 0; }
  .footer__copy { margin: 0; }
  .footer__copy p { position: absolute; left: 0; bottom: 3px; width: 160px; font-size: 10px; padding: 0; }
  .footer__copy a { position: absolute; right: 0; bottom: 0; max-width: 200px; text-align: left; }
  .footer__socials { margin-left: 15px; width: 200px; padding-bottom: 50px; }
  .footer__socials a img { width: 48px; height: 48px; }
  .faq .faq__question { font-size: 18px; }
  .mobwidget { display: block; }
  .scr.scr-main { padding: 50px 0; }
  .scr.scr-main-sr { padding: 150px 0 0; }
  .scr-main-sr .scr-main__wrapp { padding: 0; }
  .scr-main .title-section-title { max-width: 500px; }
  .title-section .title-section-h3 { font-size: 30px; }
  .title-section .title-section-title { font-size: 35px; }
  .page-template-service .title-section { text-align: center; align-items: center; }
  .scr-main__partners { padding-top: 65px; }
  .scr-main__partners .caption { font-size: 12px; position: static; -webkit-transform: none; -ms-transform: none; transform: none; margin-bottom: 30px; text-align: center; }
  .scr-main__partners ul { align-items: center; justify-content: center; flex-wrap: wrap; }
  .scr-main__partners li { margin: 7px; }
  .scr-main__partners li + li { margin: 7px; }
  .scr-main__partners li img { max-height: 40px; max-width: 80px; }
  .scr-main__showreals { width: 100%; }
  .scr-company .scr-company__text { font-size: 26px; }
  .scr-company__top { margin-bottom: 45px; }
  .scr-company__partners img { max-height: 52px; }
  .scr-company__carousel { margin-top: 45px; } 
  .scr-company__carousel .swiper-slide { font-size: 18px; }  
  .scr-company__thanks a { font-size: 14px; }
  .scr-contacts__address .address { font-size: 18px; }
  .scr-about .swiper-arrow { width: 70px; }
  .member .member-photo { height: 420px; }
}

@media screen and (max-width: 767px) {
  .ptb { padding-top: 60px; padding-bottom: 60px; }
  .pt { padding-top: 60px; }
  .pb { padding-bottom: 60px; }
  .scr > .tbl { min-height: 0; height: auto; }
  .scr-main .title-section-title { max-width: 450px; }
  .title-section .title-section-h3 { font-size: 25px; }
  .scr-projects__project { width: 50%; }
  .scr-projects__project.project-9 { display: block; }
  .scr-projects__btn { width: 50%; }
  .scr-projects__project .sup-title { font-size: 10px; }
  .scr-projects__project .title { font-size: 12px; }
  .scr-projects__project .track__video-example { background-size: 20px; background-position: right 20px top 20px; }
  .scr-price__test__content { margin: 30px 0 0; }
  .scr-price .scr-price-form { margin: 30px 0 0; }
  .scr-price__test__start { padding: 0; }
  .scr-price__test__start img { display: none; }
  .manager { text-align: center; padding: 0; margin: 0; }
  .manager .photo { position: relative; top: 0; display: inline-block; margin-left: -90px; }
  .manager .txt { text-align: left; margin: 0; }
  .scr-price { height: auto; min-height: 0; }
  .scr-price__test.start .scr-price__test__steps { height: 300px; }
  .scr-price__test__nav { bottom: 20px; }
  .scr-price__test.finish .scr-price__test__steps, .scr-price__test.finish .scr-price__test__step.active { height: auto; position: relative; }
  .scr-price__test__counter .index { margin-right: 20px; }
  .scr-price__test__content .col-2, .scr-price__test__content .col-3 { width: 100% !important; }
  .scr-price__test__nav { white-space: nowrap;   }
  .scr-price__test__counter .index { display: none; }
  .radio-x { min-height: 0; margin-bottom: 15px; }
  .radio-x br { display: none; }
  .check-bird { min-height: 0; }
  .scr-price__test__counter { left: auto; bottom: auto; position: relative; -webkit-transform: none;  -ms-transform: none; transform: none; margin: 30px 0 0; width: 100%; justify-content: flex-start; padding: 0 20px; }
  .scr-price__test__steps { height: 530px; }
  .scr-price .scr-price-form .btn { width: 100%; max-width: 100%; }
  .scr-price .scr-price-form .agree label { text-align: center; }
  .scr-company .scr-company__text { font-size: 20px; text-align: center; }
  .scr-company__top { margin-bottom: 30px; }
  .scr-company__partners img { max-height: 48px; }
  .scr-company__carousel { margin-top: 30px; } 
  .scr-company__carousel .swiper-slide { font-size: 16px; }  
  .scr-company__carousel.scr-company__carousel-mob { display: block;}
  .scr-contacts__address { margin-bottom: 20px; }
  .scr-contacts__address .address { font-size: 16px; }
  .scr-contacts__item { margin: 40px 0 0; }
  .form-wrapper .title-section { margin-bottom: 30px; }
  .scr-request .form-row, .modal form { margin-top: 30px; }
  .page-template-service .scr-projects__project.project-9 { display: none; }
  .review .review__info span { font-size: 16px; }
  .member .member-photo { height: 360px; }
}

@media screen and (max-width: 574px) {
  .footer { padding-bottom: 20px; }
  .footer__content { flex-wrap: wrap; padding-bottom: 60px; }
  .footer__logo { width: 100%; padding-bottom: 40px; text-align: center; margin: 0; }
  .footer__logo img { width: 130px; }
  .footer__links { width: 50%; margin: 0; padding: 0 10px 0 0; }
  .footer__menu ul li { margin: 15px 0 0; }
  .footer__copy p { position: absolute; left: 0; right: 0; bottom: 0; width: auto; text-align: center; }
  .footer__copy a { width: calc(50% - 10px); bottom: 60px; }
  .footer__socials a img { width: 35px; height: 35px; }
  .footer__socials { margin: 0; width: 50%; padding: 0 0 60px 10px; }
  .faq .faq__item:before { display: none; }
  .faq .faq__question { padding: 15px; }
  .faq .faq__question a { margin-left: 20px; width: 40px; height: 40px; }
  .faq .faq__answer { padding: 0 15px 15px 15px; }
  .title-section .title-section-title { font-size: 28px; }
  .title-section .title-section-h3 { font-size: 22px; }
  .title-section .title-section-subtitle { font-size: 18px; }
  .scr-projects__project { height: 160px; }
  .scr-price__test__steps { height: 510px; }
  .scr-company .scr-company__text { font-size: 18px; }  
  .scr-company__thanks a { padding: 7px 8px; font-size: 12px; }
  .scr-company__partners ul { justify-content: center; }
  .scr-company__partners img { max-height: 44px; }
  .scr-company__carousel .swiper-slide { font-size: 14px; }
  .page-template-service .scr-projects__project { min-height: 0; height: 160px;  }
  .scr-about .scr-about__nav { gap: 4px; }
  .scr-about .swiper-arrow { width: 100%; height: 44px; }  
  .member .member-photo { height: 400px; }
}

@media screen and (min-width: 1200px) {
  .openmenu { overflow: auto !important; }
}


/* CUSTOM STATS SECTION */
.scr-stats {
    /* background: linear-gradient(180deg, #0962D7 0%, #052b5e 40%, #000000 100%); */
	background: linear-gradient(180deg, #0C1D38 0%, #0C1D38 40%, #0C1D38 100%);
    padding: 100px 0 0 0;
    color: #000;
    position: relative;
    z-index: 1;
}

.stats-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.stats-item {
    width: 30%;
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.3s ease;
	padding: 50px;
	background: rgba(59, 180, 255, 0.08);
	border-radius:25px;
}

.stats-item:hover {
    transform: translateY(-5px);
	    background: rgba(59, 180, 255, 0.08);
    border-color: rgba(59, 180, 255, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -20px rgba(9, 98, 215, 0.5);
	
}

.stats-number {
    font-size: 72px;
    font-weight: 900;
    color: #0962D7;
    margin-bottom: 15px;
    line-height: 1;
    background: linear-gradient(135deg, #0962D7 0%, #3BB4FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.stats-text {
    font-size: 20px;
    font-weight: 500;
    color: #bcbcbc;
    line-height: 1.4;
    max-width: 80%;
    margin: 0 auto;
}

.logos-marquee {
    background-color: #000510;
    padding: 50px 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.marquee-content {
    display: inline-block;
    animation: marquee 40s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

.marquee-content span {
    display: inline-block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 50px;
    opacity: 0.6;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: default;
}

.marquee-content span:hover {
    opacity: 1;
    color: #3BB4FF;
    text-shadow: 0 0 15px rgba(59, 180, 255, 0.5);
    transform: scale(1.05);
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Responsive Stats */
@media screen and (max-width: 992px) {
    .scr-stats {
        padding-top: 60px;
    }
    .stats-item {
        width: 45%;
        margin-bottom: 40px;
    }
    .stats-number {
        font-size: 56px;
    }
    .stats-text {
        font-size: 18px;
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .stats-item {
        width: 100%;
        margin-bottom: 40px;
    }
    .stats-number {
        font-size: 48px;
    }
    .stats-text {
        font-size: 16px;
    }
    .logos-marquee {
        padding: 30px 0;
    }
    .marquee-content span {
        font-size: 20px;
        margin: 0 25px;
    }
}