/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}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;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-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;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  color: #000;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -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;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 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;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 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;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 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;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (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;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -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;
  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: 50%;
  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;
  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;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*  ---------------------------          NEW STYLES              ----------------------------------       */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
html {
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*@font-face {*/
/*font-family: 'Jura';*/
/*src: local('Jura Light'), local('JuraLight'), url('../font/Jira/juralight.woff2') format('woff2'), url('../font/Jira/juralight.woff') format('woff'), url('../font/Jira/juralight.ttf') format('truetype');*/
/*font-weight: 300;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Jura';*/
/*src: local('Jura Medium'), local('JuraMedium'), url('../font/Jira/juramedium.woff2') format('woff2'), url('../font/Jira/juramedium.woff') format('woff'), url('../font/Jira/juramedium.ttf') format('truetype');*/
/*font-weight: 500;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Jura';*/
/*src: local('Jura Demi-Bold'), local('JuraDemiBold'), url('../font/Jira/jurademi-bold.woff2') format('woff2'), url('../font/Jira/jurademi-bold.woff') format('woff'), url('../font/Jira/jurademi-bold.ttf') format('truetype');*/
/*font-weight: 600;*/
/*font-style: normal;*/
/*}*/
@font-face {
  font-family: 'GolosUI';
  src: url('/fonts/Golos-UI/Golos-UI_Regular.woff2'), url('/fonts/Golos-UI/Golos-UI_Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jura';
  src: local('Jura Light'), local('JuraLight'), url('/fonts/Jira/Jura-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jura';
  src: local('Jura Medium'), local('JuraMedium'), url('/fonts/Jira/Jura-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jura';
  src: local('Jura Demi-Bold'), local('JuraDemiBold'), url('/fonts/Jira/Jura-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 18px;
  font-family: 'Jura', sans-serif;
  font-weight: 400;
}
.black-popup {
  margin: 0 auto;
  width: 790px;
  height: 414px;
  background-color: #050505;
  display: flex;
  justify-content: space-around;
  padding: 50px 20px 0;
  position: relative;
}
.close_inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.close-line {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #FBB03B;
  transform: rotate(-45deg);
}
.close-line:last-child {
  transform: rotate(45deg);
}
.popup_left_img {
  display: flex;
  align-items: flex-end;
  padding: 0 20px;
}
.popup_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.popup__header {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.popup__text {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.form__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form__field {
  font-family: 'OpenSans', Arial, Sans-Serif;
  width: 326px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  padding: 8px;
  margin-bottom: 18px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}
.button__submit {
  background: #FBB03B;
  border-radius: 35px;
  font-family: 'OpenSans', Arial, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  border: 0;
  padding: 5px 40px;
  cursor: pointer;
  text-decoration: none;
}
.form__field_invalid {
  border: 1px solid red;
}
.form__privacy_popup {
  font-family: 'OpenSans', Arial, Sans-Serif;
  font-size: 15px;
  color: #585858;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.form__privacy_popup a {
  font-family: 'OpenSans', Arial, Sans-Serif;
  font-size: 15px;
  color: #585858;
}
@keyframes fadePopup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadePopupBackground {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fadePopupOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadePopupBackgroundOut {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
.mfp-wrap {
  animation: fadePopup 0.3s forwards;
}
.mfp-bg {
  animation: fadePopupBackground 0.3s forwards;
}
.mfp-wrap.mfp-removing {
  animation: fadePopupOut 0.3s backwards;
}
.mfp-bg.mfp-removing {
  animation: fadePopupBackgroundOut 0.3s backwards;
}
html {
  background-color: #111329;
}
body {
  background-color: transparent;
  overflow-x: hidden;
}
.wrapper {
  z-index: 4;
  overflow: hidden;
}
.title-container {
  padding: 0 440px;
}
.container {
  padding: 0 360px;
}
.container1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.container1040 {
  max-width: 1040px;
  margin: 0 auto;
}
.container800 {
  max-width: 800px;
  margin: 0 auto;
}
.header-ghost {
  display: none;
  width: 100%;
  height: 60px;
}
.agent-header {
  position: fixed;
  background: #242424;
  width: 100vw;
  z-index: 100;
}
.container_header {
  height: 100%;
  padding: 0px 136px;
}
.header_inner {
  font-family: 'GolosUI';
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_inner_h {
  font-family: 'GolosUI';
  height: 100%;
  margin: 0;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.block-mobile {
  display: none !important;
}
@media screen and (max-width: 922px) {
  .block-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 922px) {
  .block-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 922px) {
  .header_inner .logo-button {
    z-index: 100;
  }
  .header_inner .burger-button {
    align-items: flex-end !important;
  }
  .header-menu {
    padding-bottom: 40px !important;
  }
  .header-menu_yellow {
    background-color: #242424 !important;
  }
  .header-menu .list {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .header-menu .list a {
    color: #828282;
    text-decoration: none;
    margin-bottom: 32px;
    text-transform: uppercase;
  }
  .header-menu .list a:hover {
    color: white;
  }
  .header-menu .list .submenu-mobile .submenu-links {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    background: transparent !important;
  }
  .header-menu .list .submenu-mobile .submenu-links a {
    margin-bottom: 24px;
  }
  .header-menu .list .submenu-mobile:hover .submenu-links {
    visibility: visible;
    opacity: 1;
  }
  .header-menu .list .submenu-mobile:hover {
    height: -moz-fit-content;
    height: fit-content;
  }
  .header-menu .list .submenu-mobile p {
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .header-menu .language-block {
    flex-direction: row;
    margin: 0 auto;
  }
  .language-block-mobile {
    display: none;
    height: 68px;
    background-color: white;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0px;
  }
  .language-block-mobile a {
    text-decoration: none;
    color: #111329;
  }
  .language-block-mobile a:first-child {
    margin-right: 20px;
  }
  .language-block-mobile .href__language-active {
    color: #FBB03B !important;
  }
}
.logo-button {
  display: flex;
  justify-content: center;
  margin: 0;
  height: 48px;
}
.logo-button img {
  margin-top: -5px;
}
.logo-button--no-margin img {
  margin: 0;
  margin-top: -5px;
}
.header-menu-button-none {
  background: #242424 !important;
}
.header-menu-button-none:hover {
  background: #242424 !important;
  color: white !important;
}
.header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.header-menu .submenu {
  position: absolute;
  top: 40px;
  left: -100px;
  background-color: #242424;
  padding-top: 20px;
}
.header-menu .submenu-links {
  background: linear-gradient(180deg, #242424 0%, #242424 100%);
  display: flex;
}
.header-menu .submenu-links:hover {
  color: white;
}
.header-menu .submenu-links .header-menu-button {
  position: relative;
  padding: 24px;
  font-size: 18px;
  line-height: 22px;
}
.header-menu .submenu-links .header-menu-button:hover {
  background: transparent !important;
  color: white;
}
.header-menu:hover .header-menu-sub {
  display: flex;
}
.header-menu .submenu {
  visibility: hidden;
  opacity: 0;
}
.header-menu .submenu-block {
  width: 100%;
  height: 15px;
}
.header-menu .header-menu-list:hover .submenu {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}
.header-menu-button {
  position: relative;
  padding: 0px 18px;
  height: 100%;
  width: 170px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  font-weight: 400;
  color: #828282;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition-duration: 0.15s;
  transition-property: color, background-color;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 1280px) {
  .header-menu-button {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 170px;
  }
}
.header-menu-button:hover {
  color: white;
  background-color: #828282;
}
.header-menu-button.active {
  color: white;
  background-color: #828282;
}
.header-button {
  align-self: center;
  text-decoration: none;
  margin: 0 20px;
}
.round-button {
  background: #FFFFFF;
  border-radius: 35px;
  color: #111329;
  font-family: 'GolosUI';
  font-weight: normal;
  font-size: 16px;
  padding: 7px 28px;
  transition: all 0.3s;
}
.round-button:hover {
  background: #111329;
  color: #FFFFFF;
}
.phone-number {
  text-decoration: none;
  font-family: 'GolosUI';
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  transition: all 0.3s;
}
.phone-number:hover {
  color: #111329;
}
.burger-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 60px;
  cursor: pointer;
}
.burger-line {
  height: 2px;
  width: 30px;
  background-color: #828282;
  transition: all 0.3s;
}
.burger-line:first-child {
  margin-bottom: 10px;
}
.burger-line:last-child {
  margin-top: 10px;
}
.burger-button.active .burger-line:first-child {
  margin-bottom: -2px;
  transform: rotate(225deg);
}
.burger-button.active .burger-line:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg);
}
.burger-button.active .burger-line:last-child {
  margin-top: -2px;
  transform: rotate(-225deg);
}
@keyframes showStars {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#particles-js {
  width: 100vw;
  height: 100vh;
  background-color: #111329;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: 50% 50%;
  animation: showStars 1.5s forwards;
}
.background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #111329;
}
.agent-promo {
  width: 100%;
  height: calc(100vh + 300px);
  overflow: hidden;
  position: relative;
}
.scroll-down {
  font-family: 'GolosUI';
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  color: #BDBDBD;
  transition-property: color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.scroll-down-arrow {
  cursor: pointer;
}
.scroll-down:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 3px solid #BDBDBD;
  border-left: 3px solid #BDBDBD;
  transform: rotate(-45deg);
  margin: 14px auto 0;
  transition-property: border-bottom, border-left;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.scroll-down:hover {
  color: #D6D6D6;
}
.scroll-down:hover:after {
  border-bottom: 3px solid #D6D6D6;
  border-left: 3px solid #D6D6D6;
}
.scroll-down-block {
  display: flex;
  position: absolute;
  bottom: 21%;
  left: calc(50% - 80px);
}
@keyframes sunPulsar {
  from,
  to {
    box-shadow: 0 0 50px #FBB03B;
  }
  50% {
    box-shadow: 0 0 100px #FBB03B;
  }
}
.sun {
  position: absolute;
  top: -100px;
  left: calc(13vw - 880px);
  height: 1000px;
  width: 1000px;
  border-radius: 50%;
  background: #FBB03B;
  box-shadow: 4px 4px 50px #FBB03B;
  animation: sunPulsar 5s infinite;
}
.client-text {
  position: absolute;
  width: 100px;
  top: 600px;
  left: calc(13vw + 114px);
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.earth {
  position: absolute;
  width: 229px;
  left: calc(52vw - 110px);
  top: 45vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 4;
}
.moon {
  position: absolute;
  width: 229px;
  left: calc(56vw + 110px);
  top: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@keyframes pullTesla {
  from {
    left: calc(52vw + 0px);
    transform: rotate(0deg);
  }
  to {
    left: calc(100vw + 230px);
    transform: rotate(540deg);
  }
}
.tesla {
  position: absolute;
  left: calc(52vw + 0px);
  top: 60vh;
  z-index: 3;
  animation: pullTesla 30s 2s cubic-bezier(0.08, 0.32, 0.02, 0.23) forwards;
}
.earth p,
.moon p {
  margin-top: 20px;
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}
.start-block-left {
  position: absolute;
  display: block;
  top: calc(91vh - 583px);
  left: 10vw;
}
.star-name-block {
  display: flex;
  flex-direction: column;
}
.span__star-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: white;
}
.span__star-coordinate {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin-top: 2px;
  color: #828282;
}
.star-gacrux {
  position: absolute;
  top: -10px;
  left: 55%;
}
.star-imai {
  position: absolute;
  top: 28%;
  right: -80px;
}
.star-acrux {
  position: absolute;
  top: 89%;
  left: 69%;
}
.star-mimosa {
  position: absolute;
  top: 43%;
}
.big-tittle {
  text-align: center;
  position: absolute;
  width: 766px;
  left: calc(53vw - 226px);
  top: 45vh;
}
.big-tittle-second {
  text-align: center;
  position: absolute;
  width: 869px;
  top: 42vh;
}
.title-topic {
  font-family: GolosUI;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.big-title__h1 {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 72px;
  line-height: 85px;
  color: #FFFFFF;
}
.big-title__description {
  font-family: Jura;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  top: -25px;
  position: relative;
  color: white;
  margin-top: 32px;
}
.text-align-left {
  text-align: left;
}
.rocket_outer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  overflow: hidden;
  padding-top: 70px;
  margin-top: -261px;
}
.rocket {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.rocket-step {
  display: none;
  opacity: 0;
  margin-top: 100px;
  position: absolute;
}
.step1 {
  top: 0;
}
.step2 {
  top: 170px;
}
.step3 {
  top: 375px;
}
.step4 {
  top: 659px;
}
.step5 {
  top: 912px;
}
.last-step {
  top: 918px;
  display: flex;
  justify-content: space-between;
  width: 370px;
  margin-bottom: -1px;
}
.rocket-fire {
  opacity: 0;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0;
  width: 357px;
  margin-bottom: -57px;
  position: absolute;
  top: 1510px;
}
.fire {
  margin-top: 0;
  opacity: 1;
}
.show {
  margin-top: 0;
  opacity: 1;
}
.steps-info {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 1970px;
}
.step-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 30px 0 80px;
  transition: all 1s;
  opacity: 0;
}
.step-block:last-child {
  margin-bottom: 630px;
}
.step-block .number {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 100px;
  color: #FFFFFF;
  width: 60px;
  text-align: right;
}
.step-block .text {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #111329;
  padding: 10px;
  margin-top: 40px;
  margin-left: 10px;
}
.word {
  background: #FBB03B;
  padding: 8px 9px 12px;
  margin: -3px -4px;
  float: left;
}
.work-with-agent_outer {
  width: 100%;
  padding-top: 0;
  margin-top: 360px;
  overflow: hidden;
}
.tittle {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
.agents-collection {
  width: 800px;
  margin-left: calc(50% - 360px);
  position: relative;
  margin-top: 80px;
  padding-bottom: 100px;
}
.backspace {
  width: 721px;
}
.we-work__item_text {
  padding: 8px;
  margin-right: auto;
  font-family: GolosUI;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  background: #27AE60;
  color: white;
}
.we-work-item__image {
  margin-bottom: 25px;
  height: 150px;
}
.we-work-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.we-work-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 74px;
}
.title-cases {
  font-family: Jura;
  font-size: 72px;
  font-style: normal;
  font-weight: 300;
  line-height: 85px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.cases-block {
  margin-top: 250px;
}
.tabs-wrapper {
  margin-top: 49px;
  position: relative;
}
.tabs-wrapper--main .slick-dots {
  display: none!important;
}
.tabs-overflow-hidden {
  position: relative;
  overflow: hidden;
}
.tabs {
  margin-bottom: 120px;
  position: relative;
  width: 3000px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: transform 0.5s ease-in-out;
}
.tab-contents .slick-dots {
  margin-top: 15px;
}
.tab-content .slick-dots li button:before {
  color: #FBB03B;
  font-size: 17px;
}
.tab-content .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #FBB03B;
}
.arrow {
  display: block;
  position: absolute;
  width: 90px;
  height: 20px;
  cursor: pointer;
  right: 5%;
  top: 0;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: transform, background;
}
.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  display: block;
  right: 0px;
  top: calc(50% - 5px);
  transition: border 0.15s ease-in-out;
}
.arrow:before {
  content: "";
  width: 88px;
  height: 2px;
  background: white;
  position: absolute;
  display: block;
  right: 0px;
  top: calc(50% - 1px);
  transition: background 0.15s ease-in-out;
}
.arrow:hover {
  transform: scale(1.15);
}
.arrow:hover:after {
  border-right: 2px solid #FBBE3B;
  border-bottom: 2px solid #FBBE3B;
}
.arrow:hover:before {
  background: #FBBE3B;
}
.tab {
  font-family: GolosUI;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #787a83;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}
.active-tab {
  color: white;
  position: relative;
}
.active-tab:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #27AE60;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.tab:not(:last-child) {
  margin-right: 50px;
}
.tab-cases-item {
  display: flex !important;
  outline: none;
  cursor: pointer;
  margin: 0 30px;
  justify-content: space-between;
}
.tab-item {
  display: flex !important;
  flex: 1 0 100%;
  margin-right: 64px;
  height: 712px;
  transition-property: opacity, background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  min-width: 1496px;
  width: 1496px!important;
  outline: none;
  cursor: pointer;
}
.cases-block-main__title {
  display: none;
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  color: #FFFFFF;
  text-align: center;
}
.tab-cases-item {
  background: transparent;
}
.tab-item__left {
  flex: 0 0 50%;
}
.tab-item__left-cases {
  flex: 0 0 44%;
}
.tab-item__right-wrapper-cases {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 0 0 56%;
}
.tab-item__right-wrapper-cases img {
  width: 100%;
  max-width: 550px;
}
.tab-item__right-wrapper {
  flex: 0 0 55%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.tab-item__right-wrapper--main {
  align-items: flex-start;
}
.tab-item__title {
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #27AE60;
  margin-top: 55px;
}
.tab-item__description {
  font-family: GolosUI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
  color: white;
}
.tab-item-cases__link {
  display: none;
  margin-top: 3rem;
  font-family: 'GolosUI';
  font-size: 18px;
  line-height: 19px;
  color: #2F80ED;
}
.tab-item-cases__link:hover {
  color: #27AE60;
}
.owl-dots {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.tab-item__right-wrapper .owl-carousel .owl-dot:not(:last-child) {
  margin-right: 25px;
}
.owl-carousel {
  width: 100%;
  padding-left: 100px;
  padding-bottom: 100px;
}
.tab-item__right-wrapper .owl-carousel .owl-dot {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #80818a;
  margin: 0 3px;
}
/* Активный маркер */
.tab-item__right-wrapper .owl-carousel .owl-dot.active {
  background: #F2F2F2;
}
.title-competitive {
  font-family: Jura;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.competitive-block {
  margin-top: 220px;
}
.competitive-advantages-wrapper {
  margin-top: 97px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}
.competitive-advantage-item {
  display: flex;
  flex-direction: row;
  width: 520px;
  height: 184px;
}
.competitive-advantage-item:nth-child(n + 3) {
  margin-top: 109px;
}
.competitive-advantage-description {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
.title__competitive-advantage {
  font-family: GolosUI;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.description__competitive-advantage {
  font-family: GolosUI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
  margin-top: 24px;
}
.competitive-advantage__image {
  display: block;
  position: relative;
  top: -58px;
  max-height: 100px;
  width: 68px;
}
.publications-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.publication-item {
  width: 432px;
  margin-top: 60px;
  display: flex!important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #FAFAFA;
}
.publication-item:not(:last-child) {
  margin-right: 24px;
}
.publication-item_image-block {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 216px;
}
.publication-item__image {
  width: 100%;
}
.publication-item__description-block {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 24px 32px 0 24px;
  width: 100%;
}
.publication-item_date {
  font-family: GolosUI;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #828282;
  text-transform: uppercase;
}
.publication-item_title {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  font-family: GolosUI;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  color: black;
}
.publication-item_description {
  margin-top: 24px;
  min-height: 150px;
  display: flex;
  align-items: center;
  font-family: GolosUI;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #828282;
  text-overflow: ellipsis;
}
.publication-item__link-to-post {
  font-family: GolosUI;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.002em;
  text-align: center;
  padding: 17px 72px;
  border-radius: 32px;
  background: #27AE60;
  color: white;
  text-decoration: none;
  margin: 48px auto;
  box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
  transition: background-color 0.15s ease-in-out;
  outline: none;
}
.publication-item__link-to-post:hover {
  background-color: #2CC96E;
}
.tab-item-mobile__link--orange {
  background-color: #FFA646;
  box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
}
.tab-item-mobile__link--blue {
  background-color: #56CCF2;
  box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
}
.tab-item-mobile__link--blue:hover {
  background-color: #88dbf6;
}
.latest-publications-block {
  margin-top: 275px;
  margin-bottom: 200px;
}
.latest-publication__href {
  font-family: Jura;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: #27AE60;
  text-decoration: none;
  position: relative;
}
.latest-publication__href:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #27AE60;
  bottom: -10px;
  left: 0;
}
.space-map-second {
  margin-bottom: 16px;
}
@keyframes agentPulsar {
  from,
  to {
    box-shadow: 0px 0px 20px #F6F3C7, inset 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
  50% {
    box-shadow: 0px 0px 50px #F6F3C7, inset 0px 4px 10px rgba(0, 0, 0, 0.25);
  }
}
.agnet-item_outer {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  transition: all 0.4s;
  box-shadow: 0px 0px 20px #F6F3C7, inset 0px 4px 10px rgba(0, 0, 0, 0.25);
  animation: agentPulsar 5s infinite;
}
.agent-item {
  width: 70%;
  height: auto;
}
.agent1 {
  position: absolute;
  top: 24px;
  left: 55px;
  animation-delay: 3s;
}
.agent2 {
  position: absolute;
  top: 52px;
  left: 269px;
  animation-delay: 1s;
}
.agent3 {
  position: absolute;
  top: -38px;
  left: 506px;
  animation-delay: 2s;
}
.agent4 {
  position: absolute;
  top: 150px;
  left: 304px;
  animation-delay: 5s;
}
.agent5 {
  position: absolute;
  top: 348px;
  left: -36px;
  animation-delay: 1.5s;
}
.agent6 {
  position: absolute;
  top: 290px;
  left: 155px;
  animation-delay: 3.5s;
}
.agent7 {
  position: absolute;
  top: 248px;
  left: 339px;
  animation-delay: 2.3s;
}
.agent8 {
  position: absolute;
  top: 297px;
  left: 534px;
  animation-delay: 0.5s;
}
.agent9 {
  position: absolute;
  top: 177px;
  left: 670px;
}
.our-advantages_outer {
  margin-top: 326px;
  position: relative;
}
.background-planet {
  position: absolute;
  width: 877px;
  z-index: 0;
  right: -200px;
  top: -450px;
  pointer-events: none;
}
.background-planet img {
  width: 100%;
  height: auto;
}
.background-planet img.mobile {
  display: none;
}
.background-planet img.telescope {
  position: absolute;
  width: 72px;
  top: 99px;
  left: 289px;
  transform: rotate(0deg);
  transition: all 0.4s;
}
.advantages-collection {
  width: 100%;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  margin-top: 40px;
  perspective: 400px;
}
.advantage-item {
  flex-basis: 215px;
  margin: 3px 3px;
  background: #0B0B0B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 0;
  opacity: 0;
  transform: rotate3d(0, 1, 0, 120deg);
  cursor: pointer;
}
.advantage-item:first-child {
  margin-left: 58px;
}
.advantage-item:not(:last-child) {
  margin-right: 22px;
}
.footer {
  display: flex;
  flex-direction: column;
  padding-top: 77px;
  background: black;
}
.footer_links-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer_left-links {
  margin-right: 256px;
}
.footer-image__ui-union {
  width: 300px!important;
  height: auto;
  margin: 40px auto;
}
.footer_right-coordinates_link {
  color: white;
  transition: color 0.15s ease-in-out;
}
.footer_right-coordinates_link:hover {
  color: #fbb03b;
}
.footer-list {
  font-family: GolosUI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-align: left;
  color: white;
  text-transform: uppercase;
}
.link-item:not(:last-child) {
  margin-bottom: 8px;
}
.link-item > a {
  transition: color 0.15s ease-in-out;
}
.link-item > a:hover {
  color: #fbb03b;
}
.link-item > a {
  text-decoration: none;
  color: white;
}
.coordinate-item:not(:last-child) {
  margin-bottom: 8px;
}
.footer_down-info {
  display: flex;
  flex-direction: row;
  margin-left: 360px;
  margin-bottom: 32px;
  color: white;
  font-family: GolosUI;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
.footer_down-info_made-by {
  margin-left: auto;
  margin-right: 137px;
}
@keyframes showAdvantages {
  from {
    opacity: 0;
    transform: rotate3d(0, 1, 0, 126deg);
  }
  to {
    opacity: 1;
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
.advantage-item.open {
  animation: showAdvantages 0.6s forwards;
}
.advantage-item30 {
  flex-basis: calc(33.3% - 6px);
}
.advantage_img_outer {
  width: 100%;
  height: 104px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantage-text {
  font-family: 'GolosUI';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
.container_inner {
  width: 100%;
  padding: 0 10px;
}
.container_correction-bound {
  width: 100%;
  margin: 0 -3px 0 0;
  position: relative;
}
.box-solutions_outer {
  margin-top: 240px;
}
.solutions-collection {
  margin-top: 40px;
  display: flex;
  margin-left: 0px;
  justify-content: center;
}
.solution-item {
  display: flex;
  flex-direction: column;
  margin: 0 3px;
  position: relative;
  flex: 0 0 260px;
  cursor: pointer;
}
.solution-item:not(:last-child) {
  margin-right: 80px;
}
.text-line {
  display: flex;
  flex-direction: column;
}
.yellow-text {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  color: #111329;
  background: #FBB03B;
  padding: 19px 20px;
  display: flex;
  align-items: center;
}
.white-text {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  color: #111329;
  background: #FFFFFF;
  padding: 21px 20px;
  min-height: 110px;
  display: flex;
  align-items: center;
}
.triangle-img {
  align-self: center;
  margin-top: -2px;
}
.robo-block {
  height: 365px;
  position: relative;
  display: flex;
  justify-content: center;
}
.robo-img {
  position: absolute;
  bottom: 0;
}
.landscape {
  width: 100%;
  margin-top: -115px;
  margin-bottom: -50px;
  overflow: hidden;
}
.landscpae-img {
  width: 100%;
}
.contacts-a_outer {
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.contacts-a-card {
  width: 500px;
  display: flex;
  flex-direction: column;
}
.card-tittle {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  color: #111329;
  background: #FFFFFF;
  padding: 24px 32px;
}
.card-block-info_img_src {
  width: auto;
}
.card-block-info {
  background: #FBB03B;
  padding: 30px 49px;
  display: flex;
  justify-content: space-between;
}
.artificial-contats .card-block-info {
  background: #6FCF97 !important;
}
.card-block-info_text {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  color: #111329;
  margin-left: 40px;
}
.card-block-info_text_coordinates {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  color: #0C0F23;
}
.card-block-info_text_address {
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 7px;
}
.card-block-info_text_number {
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
}
.card-block-info_text_email {
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
}
.card-block-info_text_number a {
  color: #111329;
  text-decoration: none;
}
.card-block-info_text_number a:link {
  color: #111329;
}
.card-block-info_text_number a:visited {
  color: #111329;
}
.card-block-info_text_social {
  margin-top: 16px;
}
.card-block-info_text_social a {
  text-decoration: none;
}
.space-map {
  margin-top: 50px;
  margin-bottom: 129px;
  display: flex;
  justify-content: center;
}
.small-map {
  display: none;
}
.language-block {
  font-weight: 700;
}
.language-block > a {
  text-decoration: none;
  color: white;
}
.href__language-active {
  color: #22275F !important;
}
.href__eng {
  margin-right: 8px;
}
.artificial_header {
  background: #27AE60;
}
.card-block-green {
  background: #27AE60;
}
.other-contact-block {
  margin-top: 131px;
}
.tab-item-main__active {
  background-color: black;
  opacity: 1;
}
.tab-item__left-main {
  flex: 0 0 45%;
  padding: 25px 0px 25px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tab-item__title-main {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  text-align: left;
  color: white;
  margin-top: 150px;
}
.tab-item__description-main {
  margin-top: 40px;
  max-width: 511px;
  text-align: left;
  color: #E0E0E0;
}
.tab-button_more-about {
  margin-right: auto;
  margin-left: 0;
  margin-top: 80px;
}
.tab-content-main {
  display: flex;
  flex-direction: row;
  position: relative;
  left: 0px;
  transition: transform 0.5s ease-in-out;
  outline: none;
}
.tab-item__right-wrapper_image {
  display: block;
  margin-left: auto;
  margin-top: auto;
  max-width: 100%;
}
.tab-item__image {
  margin: 0;
}
.tab-item__image--game {
  padding-top: 20%;
}
.tabs-main {
  margin-bottom: 50px;
}
.arrow-main {
  display: block;
  position: absolute;
  width: 90px;
  height: 20px;
  cursor: pointer;
  right: 7vw;
  top: 0;
}
.arrow-main:after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  position: absolute;
  display: block;
  right: 0px;
  top: calc(50% - 5px);
}
.arrow-main:before {
  content: "";
  width: 88px;
  height: 2px;
  background: white;
  position: absolute;
  display: block;
  right: 0px;
  top: calc(50% - 1px);
}
.tab-main:after {
  background: #FFA646;
}
.background-blue {
  background: #56CCF2;
}
.color-blue {
  color: #56CCF2;
}
.blue-after-border:after {
  background: #56CCF2;
}
.background-orange {
  background-color: #FFA646;
  transition: background-color 0.15s ease-in-out;
}
.background-orange:hover {
  background-color: #FFD14F !important;
}
.color-orange {
  color: #FFA646;
}
.orange-after-border:after {
  background: #FFA646;
}
.space-map-second-orange {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 278px;
}
.cases-main {
  margin-top: 0px;
}
.article-block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 37px 80px 160px;
  display: flex;
  flex-direction: column;
  background: white;
}
.top-navigation-block {
  display: flex;
  margin-top: 37px;
}
.top-navigation__link-to-back {
  font-family: GolosUI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FBB03B;
  text-decoration: none;
  text-transform: uppercase;
}
.top-navigation__close {
  margin-left: auto;
  text-decoration: none;
}
.article__img-block {
  display: flex;
  height: 308px;
  overflow: hidden;
  margin-top: 36px;
}
.article__img-title {
  width: 100%;
}
.article_date {
  font-family: GolosUI;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  color: #828282;
}
.article_other-property {
  font-family: GolosUI;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FFA646;
}
.publications-block_wrapper {
  padding: 0 440px 177px;
}
.publications_item {
  display: flex;
  flex-direction: row;
  min-height: 268px;
  width: 100%;
}
.publications_item:not(:last-child) {
  margin-bottom: 32px;
}
.publications_item:first-child {
  margin-top: 32px;
}
.publications__img-block {
  flex: 0 0 34%;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.publications__img-block_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.publications-title {
  font-family: Jura;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 57px;
  letter-spacing: 0em;
  text-align: left;
  color: #FBB03B;
  margin-top: 80px;
}
.publications-block {
  padding-top: 72px;
}
.publications__theme-block {
  background: #fafafa;
  width: 100%;
  padding: 24px 56px 48px 56px;
}
.publication_content-block_date_theme {
  display: flex;
  flex-direction: row;
}
.publication_date {
  font-family: GolosUI;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #828282;
  text-transform: uppercase;
}
.publication_other-property {
  font-family: GolosUI;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #FFA646;
}
.publication_other-property:not(:last-child) {
  margin-right: 10px;
}
.publication_item_title {
  font-family: GolosUI;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
}
.publication_item_description {
  font-family: GolosUI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
  margin-top: 16px;
}
.publications_arrow {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 1000px;
  left: 1%;
  opacity: 0;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: transparent;
  transition-property: top, opacity, background-color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.publications_arrow:hover {
  background-color: #fafafa;
}
.publications_arrow:after {
  content: " ";
  display: block;
  position: absolute;
  width: 3px;
  height: 88px;
  top: 6px;
  background: #FBB03B;
  border-radius: 20px;
}
.publications_arrow:before {
  content: " ";
  display: block;
  position: absolute;
  top: 7px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #FBB03B;
  border-right: 3px solid #FBB03B;
  transform: rotate(-45deg);
}
.tabs-slider {
  display: none;
}
.tab-main-mobile {
  display: none;
}
@media screen and (max-width: 1800px) {
  .container {
    padding: 0 150px;
  }
  .container_header {
    padding: 0 50px;
  }
}
.article_content-block {
  margin-top: 65px;
}
.article_content-block_date_theme {
  padding: 0 56px;
  display: flex;
  flex-direction: row;
}
.article__content {
  padding: 0 155px;
  margin-top: 32px;
}
.article__content_title {
  font-family: GolosUI;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.article__content_description {
  font-family: GolosUI;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
  margin-top: 24px;
}
.article__content_main {
  font-family: GolosUI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 65px;
}
.article__content_main > h4 {
  font-family: GolosUI;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
}
.contact-us__button {
  font-family: 'GolosUi';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 68px;
  border: 2px solid #cacaca;
  border-radius: 32px;
  box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
  margin-top: 32px;
  background-color: white;
  cursor: pointer;
  outline: none;
  transition: background-color 0.15s ease-in-out;
}
.contact-us__button:hover {
  background-color: #fafafa;
}
.container-fluid__contact-us {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 100;
  display: none;
  opacity: 0;
}
.contact-us_invalid {
  border: 1.5px solid red !important;
}
.contact-us__text {
  height: 80px !important;
  resize: none !important;
}
.contact-us__modal {
  background-color: black;
  position: relative;
  max-width: 800px;
  flex-shrink: 1;
  flex-grow: 1;
  display: none;
  z-index: 16;
  flex-direction: row;
  padding: 86px 118px 0 60px;
  overflow: hidden;
  top: 100%;
  justify-content: space-between;
}
.tabs-clients {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 67px;
}
.slick-list {
  padding: 0px!important;
}
.active-client-item:after {
  content: "";
  width: 100%;
  height: 5px;
  background: orange;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: opacity 0.6s ease-in-out;
}
.tab-client-cases-item-blue:after {
  background: #56CCF2 !important;
}
.tab-client-cases-item-green:after {
  background: #27AE60 !important;
}
.tab-client-cases-item-purple:after {
  background: #BB6BD9 !important;
}
.tab-client-item {
  width: auto !important;
  color: white;
  margin-right: 37px;
  height: 45px;
  position: relative;
  font-family: GolosUI;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
  outline: none ;
  cursor: pointer;
}
.tab-client-item:after {
  bottom: -15px;
}
.tab-clients-cases {
  margin-bottom: 110px;
  position: relative;
  left: 0;
  transition: left 0.6s ease-in-out;
}
.slick-slide {
  outline: none;
}
.photo-block__img {
  position: relative;
  top: 25px;
  display: block;
  width: 100%;
  transform: translateY(0%);
}
.photo-block__img-ok {
  position: relative;
  top: 25px;
  display: none;
  width: 100%;
  transform: translateY(100%);
}
.contact-us__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.contact-us__form-block {
  max-width: 325px;
}
.contact-us__title {
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
  margin-bottom: 32px;
}
.contact-us__input_default {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: GolosUI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  outline: none;
  border: none;
  width: 100%;
  min-width: 325px;
}
.contact-us__input_default:not(:last-child) {
  margin-bottom: 16px;
}
.contact_us__modal_button {
  padding: 17px 72px;
  background: #FFA646;
  box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
  border-radius: 32px;
  font-family: GolosUI;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: white;
  border: none;
  outline: none;
  margin: 32px auto 36px;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out;
}
.contact_us__modal_button:hover {
  background-color: #FFB746;
}
.exit_modal {
  position: absolute;
  display: flex;
  width: 31px;
  justify-content: center;
  align-items: center;
  height: auto;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-right: 17px;
  cursor: pointer;
  transform: rotate(0px);
}
.exit_modal:after {
  content: '';
  display: block;
  width: 2px;
  height: 31px;
  background-color: orange;
  position: relative;
  left: -1px;
  transform: rotate(45deg);
  transition-property: transform, background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.15s;
}
.exit_modal:before {
  content: '';
  display: block;
  width: 2px;
  height: 31px;
  position: relative;
  right: -1px;
  background-color: orange;
  transform: rotate(-45deg);
  transition-property: transform, background-color;
  transition-timing-function: ease-in-out;
  transition-duration: 0.35s;
}
.exit_modal:hover::before {
  transform: rotate(45deg);
  background-color: #FFB746;
}
.exit_modal:hover::after {
  transform: rotate(-45deg);
  background-color: #FFB746;
}
.hide-block__contact-us {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.progress__contact {
  background: white;
  width: 10px;
  height: 15px;
  animation: slidein 1s infinite ease-in-out;
}
.success-block_contact-us {
  opacity: 0;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: auto;
}
.contact-us__title-success {
  font-family: Jura;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
}
.contact-us__description-success {
  font-family: Jura;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-top: 8px;
}
.full {
  display: none;
}
@keyframes slidein {
  0% {
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@media screen and (max-width: 1700px) {
  .publications-block_wrapper {
    padding: 0 200px 177px;
  }
}
@media screen and (max-width: 1500px) {
  .tab-item__title-main {
    margin-top: 35px;
  }
  .tab-item__right-wrapper {
    padding: 20px;
  }
  .tab-content-main {
    margin-left: 0;
  }
  .header-menu-button {
    padding: 0px 15px;
    font-size: 15px;
  }
  .container {
    padding: 0 50px;
  }
  .tab-item {
    min-width: auto;
    width: 1100px!important;
  }
}
@media screen and (max-width: 1400px) {
  .publication-item {
    width: 375px;
  }
}
@media screen and (max-width: 1200px) {
  .publication-item {
    max-width: 500px;
    margin-right: 30px;
  }
  .tab-item {
    min-width: auto;
    width: 900px!important;
  }
  .language-block {
    display: flex;
    flex-direction: column;
  }
  .href__eng {
    margin-bottom: 5px;
  }
  .background-planet {
    width: 700px;
    right: -192px;
    top: -190px;
  }
  .background-planet img.telescope {
    top: 69px;
    left: 219px;
  }
  .work-with-agent_outer {
    margin-top: 260px;
  }
  .start-block-left {
    top: 140px;
    left: 3vw;
  }
  .owl-carousel {
    padding-top: 100px;
  }
  .arrow-main {
    top: 110px;
    z-index: 1;
  }
  .tab-item__left-main {
    padding: 25px;
  }
  .phone-number {
    display: none;
  }
  .rocket_outer {
    justify-content: space-between;
  }
  .landscpae-img {
    width: 1200px;
    margin: 0 auto;
  }
  .space-map {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .space-map img {
    width: 90%;
    height: auto;
  }
  .container_header {
    padding: 0 20px;
  }
  .header-menu-button {
    padding: 0px 18px;
    font-size: 15px;
  }
  .title-container {
    padding: 0px 50px;
  }
  .box-solutions_outer {
    margin-top: 80px;
  }
  .our-advantages_outer {
    margin-top: 80px;
    position: relative;
  }
  .solutions-collection {
    justify-content: center;
    margin-left: 0;
  }
  .footer_down-info {
    margin-left: 160px;
  }
  .big-tittle {
    top: 44vh;
  }
  .container {
    padding: 0 50px;
  }
  .tab {
    font-size: 1.2em;
  }
  .arrow {
    right: 0;
    top: 60px;
  }
  .competitive-block {
    margin-top: 150px;
  }
  .competitive-advantages-wrapper {
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
  }
  .competitive-advantage-item {
    height: auto;
  }
  .competitive-advantage-item:nth-child(n + 3) {
    margin-top: 0px;
  }
  .competitive-advantage-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .latest-publications-block {
    margin-top: 200px;
  }
  .publications-wrapper {
    padding: 0 50px;
  }
  .big-map {
    width: 100%;
  }
  .big-map--orange {
    width: auto;
  }
  .publications-block_wrapper {
    padding: 0 80px 177px;
  }
  .we-work__item_text {
    font-size: 28px;
  }
  .article__content {
    padding: 0 90px;
  }
  .slick-arrow-prev-cases,
  .slick-arrow-next-cases {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
  }
  .slick-arrow-prev-cases {
    top: 50%;
    left: -48px;
  }
  .slick-arrow-next-cases {
    top: 50%;
    right: -48px;
  }
  .slick-arrow-prev-cases:before {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
    left: 20px;
  }
  .slick-arrow-next-cases:after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 20px;
  }
  .slick-arrow-prev-publication,
  .slick-arrow-next-publication {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
  }
  .slick-arrow-prev-publication {
    top: 50%;
    left: 0px;
  }
  .slick-arrow-next-publication {
    top: 50%;
    right: 0px;
  }
  .slick-arrow-prev-publication:before {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
    left: 20px;
  }
  .slick-arrow-next-publication:after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 20px;
  }
}
@media screen and (max-width: 922px) {
  .tab-button_more-about {
    margin-top: 21px;
    margin-left: auto;
  }
  .tab-item__title-main {
    margin-top: 0px;
  }
  .rocket {
    flex-basis: 165px;
    margin-left: -90px;
  }
  .scroll-down-block {
    display: none;
  }
  .language-block {
    margin-left: auto;
  }
  .publications-block_wrapper {
    padding: 0 5px 177px;
  }
  .publications_item {
    flex-direction: column;
  }
  .tab-item {
    flex: none;
    width: 700px !important;
    height: auto;
  }
  .publications__img-block {
    max-height: 250px;
  }
  .tab-item__right-wrapper_image {
    max-width: 80%;
    margin: 0;
  }
  .big-tittle-second {
    width: 41rem;
  }
  .go-button {
    margin-left: auto;
    margin-right: 6px;
  }
  .agent-header {
    position: fixed;
  }
  .header-menu {
    display: none;
    opacity: 0;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    flex-direction: column;
    height: calc(100vh - 140px);
    overflow: scroll;
    width: 100%;
    padding: 10px 0;
    transition: all 0.3s;
  }
  .header-menu-button {
    height: auto;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111329;
  }
  .header-menu-button:hover {
    background-color: transparent;
    color: #111329;
    text-decoration: underline;
  }
  .burger-button {
    display: flex;
  }
  .big-tittle {
    left: calc(50% - 383px);
    top: 15vh;
    width: 740px;
  }
  .start-block-left {
    top: calc(50% - 230px);
    left: calc(50% - 216px);
  }
  .earth {
    left: calc(56vw - 140px);
  }
  .moon {
    left: calc(56vw + 87px);
  }
  .tesla {
    position: absolute;
    left: calc(52vw + 0);
  }
  .steps-info {
    flex-basis: calc(94% - 185px);
    height: 1784px;
  }
  .arrow-main {
    display: none;
  }
  .agents-collection {
    transform: scale(0.9);
  }
  .advantage-item {
    flex-basis: calc(50% - 6px);
    margin: 3px 3px;
  }
  .advantage-item30 {
    flex-basis: calc(50% - 6px);
  }
  .advantages-collection {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .black-popup {
    width: 95%;
  }
  .popup__header {
    font-size: 28px;
  }
  .header-menu-button.active {
    color: #111329;
    background-color: #ffffff;
  }
  .big-title__h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .big-title__description {
    font-size: 24px;
    top: 0;
  }
  .container_header {
    padding: 0 40px;
  }
  .step-block .text {
    font-size: 24px;
  }
  .title-container {
    padding: 0 100px;
  }
  .advantage-item:not(:last-child) {
    margin-right: 0;
  }
  .advantage-item:first-child {
    margin-left: 0;
  }
  .solutions-collection {
    margin-top: 40px;
    display: flex;
    margin-left: 0px;
  }
  .solution-item:not(:last-child) {
    margin-right: 20px;
  }
  .footer_left-links {
    margin-right: 0;
    flex: 0 0 61%;
  }
  .footer_links-block {
    flex-direction: row;
    padding: 0 50px;
  }
  .footer_down-info {
    justify-content: center;
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer_down-info_made-by {
    margin-right: 100px;
  }
  .container {
    padding: 0 70px;
  }
  .arrow {
    right: 0;
    top: 52px;
  }
  .tab-item {
    flex-direction: column;
  }
  .tab-client-item:after {
    bottom: -25px;
  }
  .owl-carousel {
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .tab-item__right-wrapper {
    margin-top: 0px;
    display: flex;
  }
  .competitive-block {
    margin-top: 200px;
  }
  .competitive-advantage-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .competitive-advantages-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .publications-wrapper {
    align-items: center;
  }
  .publication-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .arrow-prev-cases:before {
    border-right: 6px solid orange !important;
    border-bottom: 6px solid orange !important;
  }
  .arrow-next-cases:after {
    border-right: 6px solid orange !important;
    border-bottom: 6px solid orange !important;
  }
  .arrow-next-cases,
  .arrow-prev-cases {
    top: 50% !important;
  }
  .slick-arrow-prev,
  .slick-arrow-next {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 999;
  }
  .slick-arrow-prev {
    top: 13%;
    left: 0px;
  }
  .slick-arrow-next {
    top: 13%;
    right: 0px;
  }
  .slick-arrow-prev:before {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    transform: rotate(135deg);
    position: absolute;
    top: 7px;
    left: 20px;
  }
  .slick-arrow-next:after {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-right: 2px solid orange;
    border-bottom: 2px solid orange;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 20px;
  }
  .solution-item {
    opacity: 1;
    max-width: 400px;
    transition: opacity 0.15s ease-in-out;
  }
  .slick-center {
    opacity: 1;
  }
  .tab-item {
    max-width: 750px;
    min-height: 963px;
  }
  .we-work__item_text {
    font-size: 22px;
    line-height: 1;
  }
  .article-block {
    padding: 0 20px 100px;
  }
}
@media screen and (max-width: 768px) {
  .tabs-clients {
    margin-bottom: 40px;
  }
  .tab-item .tab-item__right-wrapper--main {
    margin-top: 0;
  }
  .tab-item {
    max-width: 450px;
    min-height: 840px;
  }
  .space-map {
    margin-bottom: 86px;
  }
  .solution-item {
    max-width: auto;
  }
  .contact-us__modal {
    padding: 86px 80px 0 30px;
  }
  .publication-item:nth-child(2n + 1) {
    margin-right: 0px;
  }
  .publications-wrapper {
    padding: 0px;
  }
  .footer_down-info_made-by {
    margin-right: 0;
    margin-left: 0;
    margin-top: 10px;
  }
  .advantage-item:not(:last-child) {
    margin-right: 0;
  }
  .advantage-item:first-child {
    margin-left: 0;
  }
  .title-container {
    padding: 0;
  }
  .container_header {
    padding: 0 50px;
  }
  .start-block-left img {
    height: 401px;
  }
  .start-block-left {
    top: calc(91vh - 200px);
    left: 27vw;
  }
  .word {
    background: #FBB03B;
    padding: 5px 7px 7px;
    margin: -3px -4px;
    float: left;
  }
  .big-tittle {
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    position: inherit;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .big-title__h1 {
    font-size: 48px;
    line-height: 48px;
    margin-top: 60px;
  }
  .big-title__description {
    line-height: 32px;
  }
  .earth {
    width: 114px;
    left: calc(52vw - 57px);
  }
  .earth img {
    width: 100%;
  }
  .moon {
    width: 60px;
    left: calc(83vw - 30px);
  }
  .tesla {
    display: none;
    position: absolute;
    left: calc(90vw - 70px);
  }
  .moon img {
    width: 60%;
  }
  .earth p,
  .moon p {
    margin-top: 12px;
    font-size: 19px;
    line-height: 20px;
  }
  .sun {
    left: calc(10vw - 472px);
    height: 500px;
    width: 500px;
    top: calc(60vh - 250px);
  }
  .client-text {
    top: calc(60vh + 127px);
    left: calc(10vw + 5px);
  }
  .rocket_outer {
    justify-content: center;
  }
  .rocket-step,
  .rocket-fire {
    transform: scale(0.5);
  }
  .steps-info {
    flex-basis: 250px;
    padding-left: 15px;
    padding-right: 5px;
    margin-left: 95px;
  }
  .step-block .number {
    font-size: 50px;
    color: #FFFFFF;
    width: 30px;
    text-align: right;
  }
  .step-block .text {
    font-size: 15px;
    color: #111329;
    padding: 5px;
    margin-top: 20px;
    margin-left: 2px;
  }
  .step-block {
    margin: 50px 0 0px -90px;
  }
  .step2 {
    top: 54px;
  }
  .step3 {
    top: 157px;
  }
  .step4 {
    top: 307px;
  }
  .step5 {
    top: 351px;
  }
  .last-step {
    top: 355px;
  }
  .rocket-fire {
    top: 749px;
  }
  .step1 {
    margin-bottom: -115px;
  }
  .step2 {
    margin-bottom: -193px;
  }
  .step3 {
    margin-bottom: -139px;
  }
  .step4 {
    margin-bottom: -214px;
  }
  .last-step {
    margin-bottom: -201px;
  }
  .work-with-agent_outer {
    margin-top: 0;
  }
  .agents-collection {
    transform: rotate(-90deg);
    margin-top: 170px;
    margin-bottom: 280px;
  }
  .agnet-item_outer {
    transform: rotate(90deg);
  }
  .step-block:last-child {
    margin-bottom: 60px;
  }
  .steps-info {
    height: 970px;
    flex-basis: 170px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .advantage-text {
    font-size: 17px;
  }
  .container_inner {
    width: 100%;
    padding: 0 6px;
  }
  .tittle {
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
  .our-advantages_outer {
    margin-top: 70px;
  }
  .solution-item {
    width: 300px;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .solution-item.slick-active,
  .solution-item.slick-current {
    opacity: 1;
  }
  .solutions-collection {
    margin: 40px auto;
    width: 100%;
  }
  button.slick-prev {
    left: calc(50% - 160px);
    z-index: 10;
    height: 50px;
    width: 30px;
  }
  button.slick-prev:before {
    content: url(../img/agent/prev.png);
  }
  button.slick-next {
    right: calc(50% - 160px);
    height: 50px;
    width: 30px;
  }
  button.slick-next:before {
    content: url(../img/agent/next.png);
  }
  .solutions-container {
    margin: 0;
  }
  .solutions-container_inner {
    padding: 0;
  }
  .contacts-a-card {
    width: 435px;
  }
  .card-block-info_img {
    margin-bottom: 20px;
  }
  .card-block-info {
    flex-direction: column;
    padding: 40px 40px 20px;
  }
  .card-block-info_text {
    margin-left: 0;
  }
  .card-tittle {
    font-size: 26px;
  }
  .footer {
    font-size: 11px;
  }
  .box-solutions_outer {
    margin-top: 115px;
  }
  .advantages-collection {
    margin-top: 70px;
  }
  .background-planet {
    position: absolute;
    width: 500px;
    z-index: 0;
    right: auto;
    left: calc(50% - 250px);
    top: -200px;
  }
  .background-planet img {
    width: 100%;
    height: auto;
  }
  .background-planet img.mobile {
    display: block;
  }
  .background-planet img.desktop {
    display: none;
  }
  .black-popup {
    flex-flow: column-reverse;
    height: auto;
    padding: 42px 0 0;
    width: 300px;
  }
  .form_popup {
    width: 100%;
  }
  .form__line {
    width: 100%;
  }
  .popup__header {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .form__field {
    width: 100%;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 12px;
  }
  .form__submit {
    margin: 10px 0 20px;
  }
  .popup_left_img {
    width: 100%;
    height: 14px;
    opacity: 0;
  }
  .popup_left_img img {
    margin: 0 auto;
  }
  .popup_content {
    z-index: 10;
  }
  .background-planet img.telescope {
    display: none;
  }
  .container {
    padding: 0 50px;
  }
  .big-tittle-second {
    position: static;
    width: auto;
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 0 40px;
  }
  .we-work-list {
    justify-content: space-between;
    margin-top: 74px;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  .we-work-item {
    min-height: 300px;
  }
  .cases-block {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .competitive-block {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .arrow {
    right: 0px;
    top: 60px;
  }
  .tab-item {
    flex-direction: column;
  }
  .owl-carousel {
    padding-left: 0;
    padding-bottom: 0;
  }
  .tab-item__right-wrapper {
    margin-top: 60px;
  }
  .publications-wrapper {
    margin-top: 65px;
  }
  .publication-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 24px;
  }
  .competitive-advantage-item:not(:last-child) {
    margin-bottom: 30px;
  }
  .competitive-advantage__image {
    top: -20px;
  }
  .latest-publications-block {
    margin-top: 0;
    margin-bottom: 120px;
  }
  .tabs-wrapper--main {
    padding-left: 40px;
  }
  .tab-item {
    width: 90%!important;
    height: 534px;
    margin-right: 12px;
  }
  .tab-cases-item {
    flex-direction: column;
  }
  .tab-item__left-cases {
    margin-bottom: 30px;
  }
  .slick-slide img {
    margin: 0 auto;
  }
  .competitive-advantage-item {
    width: auto;
  }
  .competitive-advantage-item--cyber-last {
    align-self: flex-start;
  }
  .publication-item {
    width: 400px!important;
    margin: 0 20px;
    height: auto;
  }
  .publication-item_image-block {
    max-height: 150px;
  }
  .publication-item__description-block {
    height: calc(100% - 150px);
  }
  .publication-item_title {
    font-size: 28px;
    line-height: 32px;
    min-height: auto;
  }
  .publication-item_description {
    margin-top: 10px;
  }
  .container {
    padding: 0 50px;
  }
  .we-work__item_text {
    font-size: 18px;
  }
  .we-work-block {
    margin-bottom: 120px;
  }
  .title-topic {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }
  .container--tabs-main {
    padding: 0;
  }
  .agent-promo--small {
    height: auto;
  }
  .article__content {
    padding: 0 50px;
  }
  .article__content_title {
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .publication-item__link-to-post {
    margin: 32px auto;
  }
}
@media screen and (max-width: 500px) {
  .article_content-block_date_theme {
    padding: 0;
  }
  .publication-item__link-to-post {
    margin: 32px auto;
    padding: 12px 50px;
    font-size: 1rem;
  }
  .publication-item {
    width: 310px!important;
    margin: 0 10px;
    height: auto;
    min-height: 600px!important;
  }
  .publication-item__description-block {
    padding: 12px 20px 12px 20px;
  }
  .publication-item_title {
    font-size: 24px;
    line-height: 1.1;
  }
  .publication-item_description {
    font-size: 14px;
    line-height: 1.2;
    color: #333333;
  }
  .tab-client-item {
    font-family: GolosUI;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-align: left;
    height: 35px;
  }
  .work-with-agent_outer {
    margin-top: 100px;
    padding-top: 0;
  }
  .text-line {
    width: 270px;
    padding: 0 10px;
  }
  .slick-arrow-prev,
  .slick-arrow-next {
    top: 50%;
  }
  .solution-item {
    width: 222px;
  }
  .container--tabs-main,
  .tabs-slider--main {
    display: none;
  }
  .tab-item__left-main {
    padding: 30px 23px 0px 23px;
  }
  .tab-item__title-main {
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .tab-item__right-wrapper_image {
    max-width: 100%;
  }
  .tab-item__right-wrapper {
    margin-top: 0px;
    flex: none;
    margin-top: auto;
  }
  .tab-item__description-main {
    display: block;
    margin-bottom: 2rem;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  .tab-item {
    max-width: 311px;
    min-height: auto;
    margin-right: 12px;
  }
  .tab-cases-item .tab-item__description {
    display: block;
  }
  .tab-cases-item .tab-item__title {
    display: block;
  }
  .tab-item__left-cases-img {
    display: none;
  }
  .tab-item-cases__link {
    margin-top: 1.5rem;
  }
  .box-solutions_outer {
    margin-top: 70px;
  }
  .contact-us__modal {
    padding: 86px 30px 0 30px;
    justify-content: center;
  }
  .contact-us__photo-block {
    display: none;
  }
  .footer_links-block {
    flex-direction: row;
    padding: 0 45px;
  }
  .footer-list {
    font-family: GolosUI;
    font-size: 10px;
    line-height: 12px;
  }
  .footer_left-links {
    margin-right: 0px;
    flex: 0 0 66%;
  }
  .footer_right-coordinates {
    margin-top: 0px;
  }
  .link-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .coordinate-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer_down-info {
    margin-top: 40px;
  }
  .footer {
    padding-top: 40px;
  }
  .card-block-info {
    padding: 40px 48px 20px;
  }
  .contact-us__button {
    width: 100%;
  }
  .card-tittle {
    font-size: 24px;
  }
  .space-map img {
    width: 100%;
  }
  .contacts-a-card {
    padding: 0 34px;
    width: auto;
  }
  .rocket_outer {
    padding-top: 0px;
    margin-top: 0px;
  }
  .container_header {
    padding: 5px 25px;
  }
  .container {
    padding: 0px;
  }
  .logo-button img {
    margin-top: 0;
  }
  .logo-button--no-margin img {
    margin: 0;
  }
  .start-block-left img {
    width: 240px;
  }
  .start-block-left {
    top: calc(81vh - 150px);
    left: 10vw;
  }
  .big-title__h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 43px;
    text-align: center;
  }
  .big-title__h1--left {
    text-align: left;
  }
  .big-title__description {
    font-size: 16px;
    line-height: 19px;
    margin-top: 19px;
    text-align: center;
  }
  .big-title__description--left {
    text-align: left;
  }
  .tesla {
    display: none;
  }
  .rocket {
    margin-left: -90px;
    flex-grow: 1;
  }
  .rocket_outer {
    justify-content: center;
    margin-top: -80px;
  }
  .rocket-step,
  .rocket-fire {
    transform: scale(0.5);
  }
  .steps-info {
    flex-basis: 134px;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 5px;
  }
  .step-block .number {
    font-size: 50px;
    color: #FFFFFF;
    width: 30px;
    text-align: right;
    margin-right: 14px;
  }
  .step-block .text {
    font-size: 14px;
    color: #111329;
    padding: 5px;
    margin-top: 9px;
    margin-left: 2px;
  }
  .step-block {
    margin: 43px 0 0px -90px;
  }
  .step1 {
    margin-bottom: -115px;
  }
  .step2 {
    margin-bottom: -193px;
  }
  .step3 {
    margin-bottom: -139px;
  }
  .step4 {
    margin-bottom: -214px;
  }
  .agents-collection {
    transform: scale(0.6) rotate(-90deg);
    margin-top: 4px;
    margin-bottom: 75px;
  }
  .tittle {
    font-size: 27px;
  }
  .advantage-text {
    font-size: 12px;
  }
  button.slick-prev {
    left: calc(50% - 150px);
    z-index: 10;
  }
  button.slick-next {
    right: calc(50% - 150px);
  }
  .small-map {
    display: block;
  }
  .big-map {
    display: none;
  }
  .background-planet {
    position: absolute;
    width: 414px;
    z-index: 0;
    right: auto;
    left: calc(50% - 205px);
    top: -182px;
  }
  .advantages-collection {
    margin-top: 42px;
  }
  .big-tittle-second {
    top: 22vh;
    left: 0;
    width: auto;
    padding: 0 30px;
  }
  .title-cases {
    font-size: 46px;
    font-style: normal;
    text-align: center;
  }
  .competitive-block {
    margin-top: 100px;
  }
  .competitive-advantages-wrapper {
    margin-top: 45px;
  }
  .title-competitive {
    font-size: 42px;
    font-style: normal;
    text-align: center;
  }
  .competitive-advantage-item {
    flex-wrap: wrap;
  }
  .competitive-advantage__image {
    top: -5px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .competitive-advantage-item:not(:last-child) {
    margin-bottom: 50px;
  }
  .competitive-advantage-description {
    margin-left: 0;
  }
  .title__competitive-advantage {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }
  .description__competitive-advantage {
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    text-align: center;
  }
  .cases-block {
    padding: 0 40px;
    margin-top: 50px;
  }
  .cases-block--main {
    margin-top: -50px;
  }
  .cases-block-main__title {
    display: block;
  }
  .latest-publications-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .latest-publication__href {
    font-size: 36px;
  }
  .we-work-list {
    margin-top: 15px;
  }
  .we-work-item {
    width: 100%;
    justify-content: center;
  }
  .we-work-item:last-child {
    margin-bottom: 0;
  }
  .we-work-item:not(:last-child) {
    margin-bottom: 0;
  }
  .we-work__item_text {
    margin-right: 0;
  }
  .we-work-item__image {
    max-width: 120px;
    max-height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .we-work-item__image--mobile {
    margin-right: 15%;
  }
  .short {
    display: none;
  }
  .full {
    display: block;
    text-align: center;
  }
  .tab-item__left-cases {
    order: 2;
  }
  .tab-item__left-cases-img {
    display: none!important;
  }
  .space-map {
    margin-bottom: 54px;
  }
  .space-map-second-orange {
    margin-top: 0;
  }
  .tabs-wrapper--main {
    display: none;
  }
  .tab-main-mobile {
    display: block;
  }
  .tab-main-mobile__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tab-main-mobile__item:not(:last-child) {
    margin-bottom: 80px;
  }
  .tab-item-mobile__subtitle {
    margin-top: 24px;
    margin-bottom: 24px;
    align-self: flex-start;
  }
  .tab-item-mobile__descr {
    margin: 0;
    margin-bottom: 24px;
    color: #E0E0E0;
  }
  .tab-item-mobile__link {
    margin: 0;
    width: auto;
    padding: 4px 24px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.002em;
  }
  .tab-item-mobile__link--orange {
    background-color: #FFA646;
    box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
  }
  .tab-item-mobile__link--blue {
    background-color: #56CCF2;
    box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
  }
  .tab-main-mobile__image--robot {
    padding-left: 2rem;
  }
  .article__img-block {
    height: 200px;
  }
  .article__content {
    padding: 0;
  }
  .article-block {
    padding: 0 20px 100px;
  }
  .article_content-block {
    margin-top: 30px;
  }
  .article__content_main {
    margin-top: 30px;
    font-size: 1rem;
    text-align: justify;
  }
  .tab-content .slick-dots {
    margin-bottom: -15px !important;
  }
  .publications_item {
    flex-direction: column;
  }
  .publications__theme-block {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 375px) {
  .agent-promo {
    margin-bottom: -60px;
  }
  .big-title__h1 {
    margin-top: 40px;
  }
  .big-tittle-second {
    margin-top: 120px;
  }
  .start-block-left {
    top: calc(75vh - 150px);
    left: 10vw;
  }
  .start-block-left img {
    width: 200px;
  }
  .rocket_outer {
    margin-top: -100px;
  }
  .tab-item {
    width: 300px!important;
    margin: 0 auto;
  }
  .competitive-block {
    margin-top: 50px;
  }
  .latest-publications-block {
    margin-top: 50px;
  }
  .we-work-item {
    min-height: 250px;
  }
  .we-work__item_text {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1.5rem;
    text-align: center;
  }
  .competitive-advantages-wrapper {
    margin-top: 30px;
  }
  .steps-info {
    flex-basis: 180px;
  }
  .tabs-clients {
    display: none;
  }
  .tabs-slider {
    display: block;
  }
  .tabs-slider .tab-client-item {
    margin-right: 0;
  }
  .tabs-slider .tab-client-item::after {
    content: "";
    width: 100%;
    height: 5px;
    background: orange;
    position: absolute;
    left: 0;
    margin-bottom: 15px;
  }
  .tab-main-mobile {
    max-width: 271px;
    margin: 0 auto;
  }
  .tab-item__title {
    margin-top: 20px;
    font-size: 20px;
  }
  .tab-item__description {
    font-size: 16px;
  }
  .publication-item {
    width: 275px!important;
    min-height: 600px!important;
    margin-left: 10px;
  }
  .publication-item_title {
    font-size: 22px;
  }
}
.artificial-backround {
  height: 50vh;
}
@media screen and (max-width: 720px) {
  .artificial-backround {
    height: 100px;
    top: 60px;
  }
}
.template-artificial {
  position: relative;
  color: white;
  min-height: 100vh;
}
.template-artificial-block1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1142px;
  margin: 123px auto 0px;
  padding: 27px;
  background: #0D0F21;
}
@media screen and (max-width: 720px) {
  .template-artificial-block1 {
    padding: 0 24px;
    background: inherit;
  }
}
.template-artificial-block1__title {
  font-weight: 300;
  font-size: 72px;
  line-height: 85px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .template-artificial-block1__title {
    font-size: 26px;
    margin-bottom: 32px;
    line-height: 33px;
  }
}
.template-artificial-block1__text {
  display: flex;
  justify-content: space-between;
  margin: 54px 0px;
}
@media screen and (max-width: 720px) {
  .template-artificial-block1__text {
    margin: 0px;
    flex-direction: column;
  }
}
.template-artificial-block1__text p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  width: 50%;
}
.template-artificial-block1__text p:first-child {
  margin-right: 24px;
}
@media screen and (max-width: 720px) {
  .template-artificial-block1__text p {
    font-size: 13px;
    width: 100%;
    margin-bottom: 32px;
  }
  .template-artificial-block1__text p:first-child {
    margin-right: 0px;
  }
}
.template-artificial-block1__description {
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 720px) {
  .template-artificial-block1__description {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.template-artificial-block1 .publication-item__link-to-post {
  color: white;
  border: none;
  margin: 0 auto;
  background: #27AE60;
  box-shadow: 0px 100px 154px rgba(0, 0, 0, 0.07), 0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996), 0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855), 0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409), 0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506), 0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566), 0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896);
}
.template-artificial .what-we-do {
  position: relative;
  max-width: 1400px;
  margin: 160px auto 0px;
}
@media screen and (max-width: 920px) {
  .template-artificial .what-we-do {
    padding: 0px 24px;
    margin-top: 80px;
  }
}
.template-artificial .what-we-do .img {
  position: absolute;
  height: 481px;
  width: 250px;
}
@media screen and (max-width: 920px) {
  .template-artificial .what-we-do .img {
    height: 290px;
    top: 78px;
    width: 150px;
  }
}
.template-artificial .what-we-do__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .template-artificial .what-we-do__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.template-artificial .what-we-do__list {
  margin-top: 50px;
  margin-left: 100px;
}
@media screen and (max-width: 920px) {
  .template-artificial .what-we-do__list {
    margin-top: 60px;
  }
}
.template-artificial .what-we-do__list li {
  max-width: 560px;
  position: relative;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 64px;
}
.template-artificial .what-we-do__list li:first-child {
  max-width: 700px;
  margin-left: 40px;
}
.template-artificial .what-we-do__list li:nth-child(3) {
  max-width: 630px;
  margin-left: 80px;
}
@media screen and (max-width: 920px) {
  .template-artificial .what-we-do__list li:nth-child(3) {
    max-width: 300px;
  }
}
.template-artificial .what-we-do__list li:nth-child(2) {
  margin-left: 140px;
}
@media screen and (max-width: 920px) {
  .template-artificial .what-we-do__list li {
    font-weight: 300;
    line-height: 15px;
    margin-bottom: 50px;
    font-size: 20px;
    margin-left: 0px!important;
    max-width: 400px !important;
  }
  .template-artificial .what-we-do__list li:nth-child(2) {
    margin-left: 40px !important;
  }
}
@media screen and (max-width: 680px) {
  .template-artificial .what-we-do__list li {
    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {
  .template-artificial .what-we-do__list li {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 360px) {
  .template-artificial .what-we-do__list li {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 345px) {
  .template-artificial .what-we-do__list li {
    margin-bottom: 30px;
  }
}
.template-artificial .artificial-advantage {
  margin-top: 200px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage {
    padding: 0 24px;
    margin-top: 100px;
  }
}
.template-artificial .artificial-advantage__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage__title {
    font-size: 32px;
    line-height: 38px;
  }
}
.template-artificial .artificial-advantage__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.template-artificial .artificial-advantage__list li {
  max-width: 530px;
  margin-bottom: 70px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage__list li {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
.template-artificial .artificial-advantage__list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage__list-header {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
.template-artificial .artificial-advantage__list-header img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage__list-header img {
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-bottom: 24px;
    align-self: center;
  }
}
.template-artificial .artificial-advantage__list-header h5 {
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage__list-header h5 {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }
}
.template-artificial .artificial-advantage__list p {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #828282;
  margin-left: 120px;
}
@media screen and (max-width: 720px) {
  .template-artificial .artificial-advantage__list p {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    margin-left: 0px;
  }
}
.template-artificial .how-we-work {
  margin-top: 130px;
}
@media screen and (max-width: 720px) {
  .template-artificial .how-we-work {
    margin-top: 80px;
    padding-bottom: 40px;
  }
}
.template-artificial .how-we-work__title {
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 72px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .template-artificial .how-we-work__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 48px;
  }
}
.template-artificial .how-we-work__title2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 37px;
}
@media screen and (max-width: 720px) {
  .template-artificial .how-we-work__title2 {
    display: none;
  }
}
.template-artificial .how-we-work table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.template-artificial .how-we-work table .border-none td {
  border: none !important;
}
@media screen and (max-width: 720px) {
  .template-artificial .how-we-work table {
    display: none;
  }
}
.template-artificial .how-we-work .list {
  display: none;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 720px) {
  .template-artificial .how-we-work .list {
    display: block;
  }
}
.template-artificial .how-we-work .list img {
  position: absolute;
}
.template-artificial .how-we-work ul {
  margin-left: 36px;
}
.template-artificial .how-we-work ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 225px;
  border-left: 20px solid #27AE60;
  margin-bottom: 5px;
  padding-left: 8px;
}
.template-artificial .how-we-work ul li:nth-child(1) {
  height: 57px;
}
.template-artificial .how-we-work ul li:nth-child(2) {
  height: 57px;
}
.template-artificial .how-we-work ul li:nth-child(3) {
  height: 114px;
}
.template-artificial .how-we-work ul li:nth-child(4) {
  height: 114px;
}
.template-artificial .how-we-work ul h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}
.template-artificial .how-we-work ul p {
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
}
.template-artificial .how-we-work table td {
  width: 100%;
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 16px;
  height: 68px;
  vertical-align: middle;
  padding-left: 10px;
  border-right: 1.5px dashed rgba(255, 255, 255, 0.5);
}
.template-artificial .how-we-work .cell-green {
  background-color: #27AE60;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.template-artificial .how-we-work .cell-green-dark {
  background-color: #27AE60;
  opacity: 0.4;
}
.template-artificial .how-we-work .border-none {
  border: none;
}
.template-artificial .how-we-work .cell-padding {
  padding-left: 0px;
}
.template-artificial .how-we-work .cell-border-top {
  border-top: 1.5px solid rgba(255, 255, 255, 0.5);
}
.cosmonauts {
  position: absolute;
  width: 585px;
  height: 569px;
  right: 0px;
  top: 1000px;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .cosmonauts {
    top: 1200px;
  }
}
@media screen and (max-width: 920px) {
  .cosmonauts {
    display: none;
  }
}
.artificial-contats {
  margin-top: 300px;
}
@media screen and (max-width: 920px) {
  .artificial-contats {
    margin-top: 0px;
  }
}
.error-404 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
@media screen and (max-width: 1940px) {
  .error-404 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 920px) {
  .error-404 {
    padding: 20px;
  }
}
@media screen and (max-width: 1350px) {
  .error-404 img {
    width: calc(100%/2);
  }
}
@media screen and (max-width: 920px) {
  .error-404 img {
    display: none;
  }
}
.error-404__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.error-404__content h1 {
  font-family: 'Jura', Arial, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 250px;
  line-height: 296px;
  color: #FBB03B;
  margin-bottom: 6px;
}
@media screen and (max-width: 920px) {
  .error-404__content h1 {
    font-size: 145px;
  }
}
.error-404__content h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
  align-items: center;
  text-align: center;
  max-width: 671px;
  color: #FFFFFF;
  margin-bottom: 117px;
}
@media screen and (max-width: 920px) {
  .error-404__content h3 {
    margin-bottom: 56px;
    font-size: 24px;
  }
}
.error-404__content p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #E0E0E0;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .error-404__content p {
    font-size: 14px;
  }
}
.error-404__content p span {
  padding: 2px 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #0C0F23;
  text-transform: uppercase;
  background-color: #FBB03B;
}
@media screen and (max-width: 920px) {
  .error-404__content p span {
    font-size: 14px;
  }
}
.error-404__content .p-first {
  margin-bottom: 20px;
}
.container_inner_publication {
  margin-top: 50px;
}
.publications-main-img-desktop {
  position: absolute;
}
@media screen and (max-width: 920px) {
  .publications-main-img-desktop {
    display: none;
  }
}
.publications-main-img-mobile {
  display: none;
  position: absolute;
}
@media screen and (max-width: 920px) {
  .publications-main-img-mobile {
    display: block;
  }
}
.main-publications {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 170px;
}
@media screen and (max-width: 920px) {
  .main-publications {
    margin-bottom: 80px;
  }
}
.main-publications .publication__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 920px) {
  .main-publications .publication__list {
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
  }
}
.main-publications .publication__item {
  width: 360px;
  height: 360px;
  background-color: white;
  box-shadow: 10px 10px 0px #FBB03B;
  padding: 65px 40px 30px 40px;
  margin-top: 40px;
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .main-publications .publication__item {
    max-width: 336px;
    width: calc(100% - 80px);
    padding: 65px 30px 30px 30px;
  }
}
.main-publications .publication__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.main-publications .publication__item-header img {
  width: 36px;
  height: 36px;
  border-radius: 17px;
  margin-right: 20px;
}
.main-publications .publication__item-header h3 {
  font-weight: 800;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  color: #0C0F23;
  font-family: GolosUI;
}
.main-publications .publication__item-content {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #2D3748;
}
.main-publications .publication__item-date {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  font-family: GolosUI;
  text-align: right;
  color: #FBB03B;
}
.main-publications .btn-publications {
  width: 234px;
  height: 56px;
  margin: 0 auto;
  font-family: GolosUI;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  border-color: #FBB03B;
  filter: drop-shadow(0px 100px 154px rgba(0, 0, 0, 0.07)) drop-shadow(0px 39.8187px 81.1138px rgba(0, 0, 0, 0.0551996)) drop-shadow(0px 23.7862px 43.038px rgba(0, 0, 0, 0.0506855)) drop-shadow(0px 14.4264px 22.8856px rgba(0, 0, 0, 0.0477409)) drop-shadow(0px 8.35892px 11.4923px rgba(0, 0, 0, 0.0446506)) drop-shadow(0px 4.31181px 4.97598px rgba(0, 0, 0, 0.0400566)) drop-shadow(0px 1.64869px 1.47949px rgba(0, 0, 0, 0.0314896));
  border-radius: 32px;
}
.main-publications .btn-publications:hover {
  cursor: pointer;
}
.main-publications .block-with-button {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 920px) {
  .main-publications .block-with-button {
    margin-top: 40px;
  }
}
.section {
  padding: 80px 0;
}
.section--100vh {
  height: 100vh;
}
section#anchor {
  height: 0;
  padding: 0;
}
.js-fancy {
  cursor: pointer;
}
.section__container {
  height: 100%;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.section__container--sm {
  position: relative;
}
.section__title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45rem;
  color: #f5f5f5;
}
.section__title--orange {
  margin-bottom: 1rem;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
  color: #f46d0b;
}
.section__subtitle--orange {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #f46d0b;
}
.section__action {
  display: flex;
  justify-content: center;
}
.service--mob .section__title {
  margin-bottom: 20px;
}
@media (min-width: 1620px) {
  .article__arrow--top {
    position: absolute;
    top: 4rem;
    left: -6rem;
  }
  .sidelight {
    padding: 30px 52px;
  }
  .section__title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .section__title {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .section__title--orange {
    font-size: 2.15rem;
    line-height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .section {
    padding: 50px 0;
  }
}
.owl-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.popup__close {
  margin-top: 20px;
  margin-right: 20px;
  z-index: 5;
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  height: 40px;
}
.popup__close:hover {
  cursor: pointer;
}
.popup__line1 {
  background: #000000;
  transform: rotate(-45deg);
  width: 40px;
  margin-top: 17px;
  height: 1px;
}
.popup__line2 {
  background: #000000;
  transform: rotate(45deg);
  width: 40px;
  height: 1px;
}
.popup__content {
  width: 100%;
  max-width: 300px;
  margin: 20px auto 0;
}
.popup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup__input {
  margin-top: 3rem;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.25);
  border: none;
  border-bottom: 1px solid #252321;
}
.popup__claimer {
  margin-top: 0.8rem;
}
.popup__claimer,
.popup__policy {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #919191;
}
.popup__form .button {
  margin-top: 3rem;
}
.popup__content {
  padding: 0 15px 30px;
  width: 40%;
  margin: 0 auto;
}
.popup__header {
  padding: 20px 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.33333333;
  font-family: "Gotham Pro", sans-serif;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.popup {
  position: relative;
  margin: 0 auto;
  max-width: 1250px;
  background: #fff;
}
.popup.popup_thanks {
  max-width: 450px;
}
@media (max-width: 426px) {
  .popup__policy {
    font-size: 0.7rem;
  }
  .article__note {
    margin: 1.4rem auto;
    padding: 1.4rem 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.template-nlp {
  padding: 0px 50px;
}
@media all and (max-width: 920px) {
  .template-nlp {
    padding: 0px;
  }
}
@media all and (max-width: 920px) {
  .template-nlp .container {
    padding: 0px 24px;
  }
}
.template-nlp .template-artificial-block1__title,
.template-nlp .template-artificial-block1__text {
  color: white;
}
@media all and (max-width: 920px) {
  .template-nlp .template-artificial-block1__title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 32px;
  }
}
.template-nlp .template-artificial-block1__text {
  flex-wrap: wrap;
  margin: 54px 24px 34px 24px;
}
@media all and (max-width: 920px) {
  .template-nlp .template-artificial-block1__text {
    margin: 0px 0px 12px;
  }
}
.template-nlp .template-artificial-block1__text p {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
}
@media all and (max-width: 920px) {
  .template-nlp .template-artificial-block1__text p {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
  }
}
.template-nlp .contact-us__button_purple {
  background: #BB6BD9;
}
.template-nlp .nlp-solve-problem-text {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 260px;
  color: #FFFFFF;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-solve-problem-text {
    font-size: 32px;
    line-height: 38px;
    margin: 100px 0px 48px;
    padding: 0px 24px;
  }
}
.template-nlp .nlp-solve-problem {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-solve-problem {
    flex-direction: column;
    padding: 0px 24px;
    margin-bottom: 0px;
  }
}
.template-nlp .nlp-solve-problem__item {
  width: 431px;
  margin-right: 24px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-solve-problem__item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 32px;
  }
}
.template-nlp .nlp-solve-problem__item h1 {
  font-weight: bold;
  font-size: 33px;
  line-height: 39px;
  color: #BB6BD9;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-solve-problem__item h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.template-nlp .nlp-solve-problem__item p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 20px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-solve-problem__item p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
    text-align: left;
  }
}
.template-nlp .nlp-solve-problem__item:last-child {
  margin-right: 0px;
}
.template-nlp .nlp-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1310px;
  margin: 0 auto;
  margin-bottom: 132px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-features {
    justify-content: center;
    padding: 0px 24px;
  }
}
.template-nlp .nlp-features__item {
  display: flex;
  margin-bottom: 52px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-features__item {
    margin-bottom: 45px;
    flex-direction: column;
    align-items: center;
  }
}
.template-nlp .nlp-features__item img {
  margin-right: 24px;
  width: 100px;
  height: 100px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-features__item img {
    margin-right: 0px;
    width: 75px;
    height: 75px;
  }
}
.template-nlp .nlp-features__item p {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
  margin-top: 20px;
  max-width: 430px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-features__item p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 24px;
    text-align: center;
  }
}
.template-nlp .nlp-features__item:last-child {
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .template-nlp .nlp-features__item:last-child {
    margin: 0px;
  }
}
.template-nlp .nlp-diff {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 1040px;
  margin-top: 40px;
  margin-bottom: 130px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-diff {
    margin-top: 24px;
    margin-bottom: 48px;
    justify-content: center;
    flex-direction: column;
    padding: 0px 24px;
  }
}
.template-nlp .nlp-diff p {
  max-width: 432px;
  font-size: 20px;
  line-height: 30px;
  color: #E0E0E0;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-diff p {
    font-size: 13px;
    line-height: 20px;
    color: #E0E0E0;
  }
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-diff p:last-child {
    margin-top: 32px;
  }
}
.template-nlp .nlp-game {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 165px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-game {
    margin-bottom: 0px;
  }
}
.template-nlp .nlp-game h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-game h1 {
    font-size: 32px;
    line-height: 38px;
    padding: 0px 24px;
  }
}
.template-nlp .nlp-game p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #E0E0E0;
  text-align: left;
  margin: 40px 0px 54px;
  max-width: 736px;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-game p {
    margin: 24px 0px;
    padding: 0px 24px;
    color: #E0E0E0;
  }
}
.template-nlp .nlp-game__content {
  padding: 54px 73px;
  background: #001F3F;
  border-radius: 24px;
  width: 100%;
  max-width: 1040px;
  max-height: 336px;
  background-image: url('../img/nlp/nlp-content.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-game__content {
    padding: 37px 26px 40px;
    background-size: 220px;
    background-position-x: calc(100% + 88px);
    background-position-y: bottom;
    border-radius: 0px;
  }
}
.template-nlp .nlp-game__content h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 110%;
  color: #FFD717;
  text-transform: uppercase;
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-game__content h3 {
    font-size: 36px;
  }
}
.template-nlp .nlp-game__content p {
  font-weight: 300;
  font-size: 36px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 8px 0px 56px;
  font-style: normal;
}
@media all and (max-width: 420px) {
  .template-nlp .nlp-game__content p {
    max-width: 174px;
    padding: 0px;
  }
}
@media all and (max-width: 920px) {
  .template-nlp .nlp-game__content p {
    font-size: 24px;
    margin: 8px 0px 45px;
    padding: 0px;
  }
}
.template-nlp .background-purple {
  background: #BB6BD9;
}
@media all and (max-width: 920px) {
  .template-nlp .background-purple {
    width: 233px;
    height: 56px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 720px) {
  .template-nlp .background-purple {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media all and (max-width: 770px) {
  .template-nlp .latest-publications-block {
    margin-top: 80px;
  }
}
.template-nlp .latest-publications-block .title-competitive {
  margin-left: 40px;
}
.template-nlp .latest-publication__href_purple {
  color: #BB6BD9;
}
.template-nlp .latest-publication__href_purple:after {
  background: #BB6BD9;
}
.template-nlp .card-block-info {
  background: #BB6BD9;
}
.template-nlp .publications-wrapper-nlp .slick-arrow-next-publication::after,
.template-nlp .publications-wrapper-nlp .slick-arrow-prev-publication::before {
  display: none !important;
}
@media all and (max-width: 920px) {
  .template-nlp .title-competitive {
    margin-left: 0px !important;
  }
}
.nlp-slider {
  margin-bottom: 220px;
}
@media all and (max-width: 920px) {
  .nlp-slider {
    padding: 0px 24px;
    margin-bottom: 80px;
  }
  .nlp-slider .active-client-item {
    opacity: 1 !important;
  }
}
.nlp-slider .tab-client-item {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.02em;
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-client-item {
    opacity: 0.25;
    font-size: 16px;
    line-height: 20px;
  }
}
.nlp-slider .tab-item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  color: #BB6BD9;
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-item__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.nlp-slider .tab-item__description {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #E0E0E0;
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-item__description {
    font-size: 13px;
    line-height: 20px;
    color: #E0E0E0;
  }
}
.nlp-slider .tab-item__left-main {
  padding: 25px 0px 25px 180px;
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-item__left-main {
    padding: 0px 30px 0px 20px;
  }
}
.nlp-slider .tab-item__right-wrapper--main {
  align-items: center;
}
.nlp-slider .tab-item__right-wrapper--main img {
  max-width: 608px;
  max-height: 521px;
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-item__right-wrapper--main img {
    max-width: calc(100% - 48px);
    height: 215px;
    margin: 0px;
  }
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-item__right-wrapper--main {
    justify-content: start;
  }
}
.nlp-slider .active-client-item:after {
  background: #BB6BD9;
}
.nlp-slider .tab-item {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
@media all and (max-width: 920px) {
  .nlp-slider .tab-item {
    max-width: calc(100vw - 24px);
    min-height: -moz-fit-content;
    min-height: fit-content;
    height: auto;
    flex-direction: column-reverse !important;
  }
}
.nlp-slider .tabs-clients {
  justify-content: center;
}
@media all and (max-width: 920px) {
  .nlp-slider .tabs-clients {
    display: flex;
    justify-content: flex-start;
  }
}
@media all and (max-width: 920px) {
  .nlp-slider .container--tabs-main {
    display: block !important;
  }
  .nlp-slider .tabs-clients {
    margin-bottom: 60px;
  }
  .nlp-slider .tab-client-item {
    min-width: 158px;
  }
  .nlp-slider .tab-client-item::after {
    bottom: -15px;
  }
  .nlp-slider .slick-arrow-next-cases::after,
  .nlp-slider .slick-arrow-prev-cases::before {
    display: none;
  }
  .nlp-slider .slick-slide img {
    margin: 45px 0px 0px;
  }
}
.feedback {
  padding: 44px 20px 52px;
  background: #ffffff;
}
@media screen and (max-width: 720px) {
  .feedback {
    background: white;
    padding: 27px 25px 42px;
    margin-bottom: 143px;
  }
}
.feedback h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #171923;
}
@media screen and (max-width: 720px) {
  .feedback h2 {
    font-size: 24px;
    line-height: 44px;
  }
}
.feedback p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4A5568;
  margin: 12px 0px 42px;
}
@media screen and (max-width: 720px) {
  .feedback p {
    margin: 8px 0px 33px;
    font-size: 13px;
    line-height: 19px;
  }
}
.feedback form {
  display: flex;
}
@media screen and (max-width: 980px) {
  .feedback form {
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 720px) {
  .feedback form {
    flex-direction: column;
    align-items: center;
  }
  .feedback form input {
    margin: 0px;
    width: 270px;
    margin-bottom: 17px;
  }
  .feedback form input:nth-child(3) {
    margin-right: 17px;
  }
  .feedback form .input__textarea {
    width: 270px;
  }
}
.feedback form .input_invalid {
  border: 1px solid #f35b5b !important;
}
.feedback form .input__textarea {
  resize: none;
  padding: 16px;
  margin-right: 41px;
  height: 172px;
}
@media screen and (max-width: 980px) {
  .feedback form .input__textarea {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
.feedback form input {
  margin-right: 17px;
}
@media screen and (max-width: 980px) {
  .feedback form input {
    margin-right: 0px;
  }
}
.feedback form input:nth-child(3) {
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .feedback form input:nth-child(3) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .feedback form input {
    margin-right: 0px;
  }
  .feedback form input:nth-child(3) {
    margin-right: 0px;
  }
}
.feedback form .btn {
  width: 160px;
  height: 52px;
  font-size: 20px;
  line-height: 24px;
  background-color: #56CCF2;
  border-radius: 24px;
  border: 0px;
}
@media screen and (max-width: 720px) {
  .feedback form .btn {
    margin-top: 13px;
    margin: 0px;
  }
}
.feedback__content {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.feedback .input {
  width: 260px;
  height: 52px;
  padding-left: 16px;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  background-color: #F7FAFC;
  font-family: "Golos";
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #A0AEC0;
}
.feedback .btn {
  width: 160px;
  height: 52px;
  font-size: 20px;
  line-height: 24px;
  background-color: #56CCF2;
  border-radius: 24px;
  border: 0px;
}
.feedback .contact-us__contact-button {
  width: 160px;
  height: 52px;
  padding: 0px;
  margin: 0px;
}
.feedback .success-block_contact-us-disable {
  background-color: #bebebe;
}
.form_inputs {
  display: flex;
  flex-direction: column;
  margin-right: 41px;
}
@media screen and (max-width: 980px) {
  .form_inputs {
    margin-right: 0px;
    align-items: center;
  }
}
.form_inputs .input {
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .form_inputs .input {
    margin-bottom: 17px;
  }
}
