

/* Start:/local/templates/datauniverse/css/owlcarousel/owl.carousel.min.css?16886301503351*/
/**
 * 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;-ms-touch-action:pan-Y;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;-khtml-user-select:none;-moz-user-select:none;-ms-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{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-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(/local/templates/datauniverse/css/owlcarousel/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{-ms-transform:scale(1.3,1.3);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%}
/* End */


/* Start:/local/templates/datauniverse/css/owlcarousel/owl.theme.default.min.css?16886301501013*/
/**
 * 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}
/* End */


/* Start:/local/templates/datauniverse/css/style.css?169054195620387*/
:root{
  --container__wide: 1375px;
  --container: 1145px;
  --violet: #6505FF;
  --blue: #1b3dff;
  --black-bg: #000032;
  --white: #fff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  line-height: 150%;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

input {
  outline: none;
}

ul {
  list-style: none;
}

html, body {
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.background__triniagle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.btn {
  border: 1px solid #6505FF;
  -o-border-image: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
     border-image: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
  border-image-slice: 1;
  cursor: pointer;
  transition: 0.8s;
}
.btn.active,
.btn:hover {
  transition: 0.8s;
  background: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
}

.header__container, .promo__container {
  max-width: var(--container__wide);
  padding: 0 15px;
  margin: 0 auto;
}

.services__container, 
.about__container, 
.clients__header, 
.partners__header, 
.contacts__container, 
.footer__container, 
.projects__header, 
.location__container, 
.who__we__container, 
.static__container {
  max-width: var(--container);
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  padding: 52px 0 12px 0;
  min-height: 100px;
  background: var(--black-bg);
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 140px;
  height: 50px;
}
.header__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
}
.header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 46px;
}
.header__link {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 5px;
}
.header__link:hover {
  border-bottom: 1px solid var(--violet);
}
.header__link-tel {
  font-size: 16px;
}
.header__link-tel:hover {
  border: none;
}
.header .active {
  border-bottom: 1px solid var(--violet);
}

.promo {
  padding: 20px 0 24px 0;
  min-height: calc(100vh - 114px); 
  display: flex;
  align-items: center;
  background: var(--black-bg);
}
.promo__wrapper {
  flex-direction: column;
  justify-content: center;
  position: relative;
  display: flex;
  min-height: 640px;
  background: url("/local/templates/datauniverse/css/../assets/banner-logo.png") no-repeat center right/50%;
  background-size: contain;
}
.promo__scroll {
  display: flex;
  width: 40px;
  height: 72px;
  position: absolute;
  right: 33px;
  bottom: 73px;
  transform: scale(1.3);
}
.promo__link-scroll {
  position: relative;
  width: inherit;
}
.promo__link-scroll::after {
  position: absolute;
  content: "";
  background: url("/local/templates/datauniverse/css/../assets/mouse-down.svg") no-repeat;
  width: 40px;
  height: 72px;
  top: 0;
  left: 0;
  background-size: contain;
}
.promo__left {
  width: 60%;
}
.promo__header {
  margin-top: 40px;
  font-weight: 300;
  font-size: 64px;
  color: var(--white);
}
.promo__btn {
  padding: 15px;
  margin-top: 58px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--white);
}

.who__we {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.who__we__background {
  width: 250px;
  height: 350px;
  background: linear-gradient(90deg, rgb(215 224 255 / 0%) 30%, rgb(152, 175, 253) 100%);
  top: 25%;
  right: -200px;
  transform: rotate(315deg) scale(1.5);
  opacity: 0.7;
}
.who__we:before {
  position: absolute;
  top: calc(50% - 212px);
  left: 0;
  display: flex;
  content: "";
  background: url("/local/templates/datauniverse/css/../assets/who-we-photo.png") no-repeat left/contain;
  background-image: var(--container__image);
  width: 40%;
  height: 425px;
} 
.who__we__wrapper {
  display: flex;
}
.who__we__left {
  width: 50%;
  position: relative;
  left: -80px;
  transform: scale(1.1);
}
.who__we__right {
  width: 50%;
}
.who__we__header {
  font-size: 24px;
  font-weight: 600;
}
.who__we__text {
  font-size: 14px;
  margin-top: 50px;
  line-height: 32px;
}
.who__we__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  width: 214px;
  font-size: 14px;
  margin-top: 48px;
}
.who__we__link {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.who__we__btn:hover .who__we__link {
  color: var(--white);
}

.about {
  padding: 115px 0 124px 0;
  background: var(--black-bg);
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.about__background {
  width: 300px;
  height: 600px;
  top: 28%;
  right: -310px;
  background: linear-gradient(90deg, rgb(15 1 80 / 0%) 30%, rgb(57, 2, 158) 100%);
  transform: rotate(315deg) scale(1.5);
}
.about__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
.about__items {
  display: flex;
}
.about__left-items {
  margin-right: 40px;
}
.about__img {
  width: 50px;
  height: 50px;
}
.about__right-items{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about__photo {
  transform: scale(1.5);
  width: 100%;
  height: 100%;
}
.about__header, .about__text, .about__btn {
  font-size: 24px;
  color: var(--white);
}
.about__header {
  font-weight: 500;
  width: 280px;
}
.about__header-w-mode {
  width: 100%;
}
.about__text {
  margin-top: 42px;
  font-size: 14px;
  line-height: 24px;
}
.about__text_w91 {
  width: 91%;
}
.about__text_w101 {
  width: 101%;
}
.about__btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-top: 62px;
  width: 212px;
  padding: 19px 25px;
}

.services {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.services__background {
  top: -150px;
  right: 150px;
  width: 285px;
  height: 150px;
  background: linear-gradient(90deg, rgb(235 221 255 / 0%) 0%, rgb(194, 149, 254) 100%);
  transform: rotate(315deg) scale(1.4);
}
.services__main-header {
  color: var(--blue);
  font-weight: 700;
  font-size: 24px;
}
.services__items {
  position: relative;
  padding: 25px;
  display: flex;
  border-bottom: 2px solid #e1e1e1;
  cursor: pointer;
}
.services__items:first-child {
  margin-top: 34px;
  border-top: 2px solid #e1e1e1;
}
.services__items-left, .services__items-right {
  width: 45%;
}
.services__items-left {
  margin-right: 75px;
}
.services__items .plus{
  display: block;
}
.services__items.active .plus{
  display: none;
}
.services__items:not(.active) .services__items-left{
  width: 100%;
}
.services__items:not(.active) .services__items-right,
.services__items:not(.active) .services__img{
  display: none;
}
.services__img {
  margin-top: 42px;
  max-width: 100%;
  max-height: 270px;
}
.services__photo {
  width: 100%;
  height: 100%;
}
.services__header {
  font-weight: 500;
  font-size: 24px;
}
.services .mod-width {
  max-width: 385px;
}
.services__items__text {
  font-size: 14px;
}
.services__icons {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 24px;
  height: 24px;
}
.services .plus-position {
  top: 40%;
}

.clients {
  position: relative;
  min-height: 450px;
  padding: 80px 0;
  background: var(--black-bg);
  overflow: hidden;
  z-index: 10;
}
.clients__background {
  position: absolute;
  width: 415px;
  height: 450px;
  background: linear-gradient(90deg, rgb(2 12 82 / 0%) 25%, rgb(10, 43, 176) 100%);
  top: 0px;
  right: -100px;
  z-index: -1;
  transform: rotate(315deg) scale(1.3);
}
.clients__wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.clients__header {
  font-size: 24px;
  color: var(--white);
}
.clients__items {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.clients__items:hover {
  cursor: pointer;
}
.clients__photo {
  max-width: 120px;
  max-height: 120px;
}
.owl-carousel .owl-item img{
  max-width: 100%;
  width: auto;
}
.clients__paginations {
  max-width: 1124px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  margin-top: 56px;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.clients__paginations .paginations__btn {
  width: 70px;
  height: 2px;
  background: #5d607f;
}
.clients__paginations .paginations__btn:hover {
  opacity: 0.5;
}
.clients__paginations .active {
  background: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
}

.partners {
  position: relative;
  min-height: 450px;
  padding: 80px 0;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}
.partners__background {
  position: absolute;
  width: 415px;
  height: 450px;
  background: linear-gradient(90deg, rgb(2 12 82 / 0%) 25%, rgb(10, 43, 176) 100%);
  top: 0px;
  right: -100px;
  z-index: -1;
  transform: rotate(315deg) scale(1.3);
}
.partners__wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.partners__header {
  font-size: 24px;
  color: var(--blue);
}
.partners__items {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: grayscale(1);
  height: 140px;
}
.partners__items:hover {
  cursor: pointer;
  filter: grayscale(0);
}
.partners__photo {
  max-width: 120px;
  max-height: 120px;
}
.partners__items img{
  height: 60px;
}
.partners__paginations {
  max-width: 1124px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  margin-top: 56px;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.partners__paginations .paginations__btn {
  width: 70px;
  height: 2px;
  background: #5d607f;
}
.partners__paginations .paginations__btn:hover {
  opacity: 0.5;
}
.partners__paginations .active {
  background: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
}

.career {
  position: relative;
  padding: 110px 0 80px 0px;
  min-height: 500px;
}
.career::after {
  position: absolute;
  top: 110px;
  right: 0;
  width: 40%;
  height: 540px;
  content: "";
  background: url("/local/templates/datauniverse/css/../assets/career-photo.png") no-repeat right/contain;
  background-image: var(--container__image);
  background-size: contain;
}
.career__wrapper {
  padding-left: 0px;
  max-width: 1124px;
  padding: 0px 15px;
  margin: 0 auto;
}

.career__header {
  font-size: 24px;
  color: var(--blue);
}
.career__left {
  width: 50%;
}
.career__subheader {
  width: 500px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 60px;
}
.career__text {
  width: 540px;
  line-height: 32px;
  margin-top: 38px;
}
.career__text_mt35 {
  margin-top: 35px;
}
.career__text_mt0 {
  margin-top: 0;
}
.career__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  padding: 15px;
  width: 230px;
  font-size: 14px;
  font-weight: 700;
}
.career__link {
  color: #000;
}
.career__btn:hover .career__link {
  color: var(--white);
}
.career__slider {
  position: relative;
}
.career__slider__wrapper {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.career__slider__items {
  position: relative;
  z-index: 5;
  padding: 40px;
  padding-right: 20px;
  height: 400px;
  background: #eeeff1;
}

.career__slider__items::after {
  content: "";
  position: absolute;
  top: 195px;
  left: 10px;
  z-index: -1;
  background: url("/local/templates/datauniverse/css/../assets/slider-bg-arrow.svg") no-repeat;
  width: 80px;
  height: 80px;
}
.career__slider__top {
  display: flex;
  align-items: center;
}
.career__slider__img {
  width: 150px;
  height: 150px;
}
.career__slider__photo {
  width: 100%;
  height: 100%;
}
.career__slider__right {
  margin-left: 38px;
}

.career__slider__header {
  font-size: 18px;
  font-weight: 700;
  color: #1844a6;
}
.career__slider__text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
}
.career__bottom {
  margin-top: 40px;
}
.career__slider__descriptions {
  width: 101%;
  margin-top: 25px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.career__slider__descriptions p{
  margin-bottom: 20px;
}
.career__paginations {
  max-width: 1124px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  margin-top: 56px;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.career__paginations .active {
  background: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
}
.career__slider__btn {
  width: 70px;
  height: 2px;
  background: #5d607f;
}
.career__navigations {
  display: flex;
  height: 0px;
  max-width: 1375px;
  margin: 0 auto;
  position: relative;
}
.career__navigations__left, .career__navigations__right {
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--white);
  top: -220px;
}
.career__navigations__left img, .career__navigations__right img {
  width: 30px;
  height: 30px;
}
.career__navigations__left:hover, .career__navigations__right:hover {
  opacity: 0.8;
}
.career__navigations__left {
  left: 15px;
}

.career__navigations__right {
  right: 15px;
}

.career__navigations__right img {
  transform: rotate(-180deg);
}

.projects {
  position: relative;
  z-index: 10;
  min-height: 640px;
  padding: 87px 0 100px 0px;
  background: var(--black-bg);
  overflow: hidden;
}
.projects__background {
  position: absolute;
  width: 977px;
  height: 600px;
  background: linear-gradient(180deg, rgb(2 12 82 / 0%) 25%, rgb(10, 43, 176) 100%);
  top: 500px;
  right: 125px;
  z-index: -1;
  transform: rotate(315deg) scale(1.3);
  opacity: 0.5;
  border-radius: 0px 0px 160px 200px;
}
.projects__header {
  font-size: 24px;
  color: var(--white);
}
.projects__wrapper {
  margin-top: 64px;
  display: flex;
  /* max-width: 1124px;
  margin: 64px auto 0px; */
}
.projects__link:not(:last-child) {
  margin-right: 22px;
}
.projects__items {
  padding: 30px;
  width: 300px;
  height: 300px;
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 100%);
  transition: 0.5s all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.projects__items::after{
  content: " ";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 30px;
  right: 30px;
  background: url('/local/templates/datauniverse/css/../assets/arrow-color.svg') no-repeat center;
  background-size: contain;
}
.projects__items:hover::after{
  background-image: url('/local/templates/datauniverse/css/../assets/arrow-white-diag.svg');
}
.projects__link{
  display: inline-block;
  padding-top: 10px;
}
.projects__items:hover {
  background: linear-gradient(90deg, var(--violet) 0%, var(--blue) 100%);
  margin-top: -10px;
  transition: 0.5s all;
}
.projects__items:hover .projects__subheader {
  color: var(--white);
}
.projects__items__footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.projects__subheader {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.projects__items:hover .projects__logo {
  fill: var(--white);
}

.projects__items:hover .projects__logo {
  display: none;
}
.projects__items:hover .projects__logo-hover {
  display: block!important;
}

.projects .projects__logo-hover{
  display: none!important;
}

.projects .projects__logo, .projects .projects__logo-hover {
  width: 150px;
  height: 80px;
  fill: #7d7d7d;
}
.projects__paginations {
  max-width: 1124px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
  margin-top: 56px;
  display: flex;
  gap: 5px;
  cursor: pointer;
}
.projects__paginations .paginations__btn {
  width: 70px;
  height: 2px;
  background: #5d607f;
}
.projects__paginations .paginations__btn:hover {
  opacity: 0.5;
}
.projects__paginations .active {
  background: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
}
.projects__navigations {
  display: flex;
  height: 0px;
  max-width: 1375px;
  margin: 0 auto;
  position: relative;
}
.projects__navigations__left, .projects__navigations__right {
  z-index: 10;
  top: -180px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background: linear-gradient(45deg, var(--violet) 25%, var(--blue) 100%);
}
.projects__navigations__left img, .projects__navigations__right img {
  width: 30px;
  height: 30px;
}
.projects__navigations__left:hover, .projects__navigations__right:hover {
  opacity: 0.8;
}
.projects__navigations__left {
  left: 15px;
}

.projects__navigations__right {
  right: 15px;
}

.projects__navigations__right img {
  transform: rotate(-180deg);
}

.contacts {
  min-height: 550px;
  padding: 100px 0 58px 0;
  background: #eeeff1;
}
.contacts__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts__left {
  width: 50%;
}
.contacts__right {
  width: 40%;
}
.contacts__form {
  display: flex;
  flex-direction: column;
}
.contacts__btn {
  transition: 0.8s;
}
.contacts__btn:hover {
  transition: 0.8s;
}
.contacts__header {
  font-size: 36px;
  font-weight: 400;
}
.contacts__text, .contacts__link {
  color: #cacbcd;
  font-size: 14px;
}
.contacts__text {
  margin-top: 24px;
  width: 75%;
}
.contacts__input {
  padding: 10px 15px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  background: #eeeff1;
  border-bottom: 2px solid #dad2d2;
}
.contacts__input:not(:first-child) {
  margin-top: 25px;
}
.contacts__input::-moz-placeholder {
  font-size: 14px;
  color: #cacbcd;
}
.contacts__input::placeholder {
  font-size: 14px;
  color: #cacbcd;
}
.contacts__btn {
  margin-top: 21px;
  padding: 15px;
  width: 150px;
  font-weight: 700;
  transition: none;
}
.contacts__btn.active,
.contacts__btn:hover {
  color: var(--white);
  transition: none;
}
.contacts__link {
  transition: 0.8s;
  text-decoration: underline;
}
.contacts__link:hover {
  transition: 0.8s;
  color: #9f9999;
}

.g-recaptcha{
  margin-top: 21px;
  min-height: 78px;
}

.location__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: inherit;
}
.location__left {
  width: 400px;
}
.location__right {
  position: absolute;
  left: 400px;
  top: 0px;
  bottom: 0px;
  right: 0;
}
.location__right .map {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
}
.location__img {
  margin-top: 70px;
  width: 150px;
  height: 70px;
  margin-bottom: 120px;
}
.location__logo {
  width: 100%;
  height: 100%;
  transform: scale(1.35);
}
.location__text {
  font-size: 18px;
  font-style: normal;
  width: 70%;
  margin-top: 120px;
}
.location__info {
  display: flex;
  flex-direction: column;
  margin-top: 28px;
  margin-bottom: 40px;
}
.location__link {
  font-size: 18px;
  color: #000;
}
.location__link:hover {
  opacity: 0.5;
}

.footer {
  min-height: 300px;
  padding: 56px 0 42px 0;
  background: #1c1c1c;
}

.footer__top,
.footer__bottom{
    display: flex;
    justify-content: space-between;
}

.footer__top > div:first-child,
.footer__bottom > div:first-child{
    min-width: 200px;
}
.footer__logo {
  width: 135px;
  height: 70px;
  opacity: 0.5;
}
.footer__photo {
  width: 100%;
  height: 100%;
}
.footer__center {
  display: flex;
  grid-column: 3;
}
.footer__right {
  grid-column: 5;
}
.footer__menu {
  display: grid;
  grid-template-columns: 100px 60px;
  -moz-column-gap: 120px;
       column-gap: 120px;
  font-size: 14px;
  color: #656363;
  margin-right: 150px;
}
.footer__menu-info {
  font-size: 14px;
}
.footer__list {
  margin-top: 18px;
}
.footer__menu__link {
  color: #656363;
  white-space: nowrap;
}
.footer__menu__link:hover {
  cursor: pointer;
  color: #c3c3c3;
}
.footer__bottom {
  margin-top: 90px;
  display: flex;
  align-items: center;
}
.footer__bottom-right {
  display: flex;
}
.footer__text:not(:last-child) {
  margin-right: 52px;
}
.footer__link {
  color: #656363;
  font-size: 12px;
}
.footer__link:hover {
  color: #c3c3c3;
}
.footer__social-icons {
  display: flex;
}
.footer__social-icons-link {
  display: inline-flex;
}
.footer__social-icons-link:not(:last-child) {
  margin-right: 20px;
}
.footer .svg:hover {
  background: #c3c3c3;
}
.footer .telegramm, .footer .vk {
  width: 24px;
  height: 24px;
  background: #868686;
}
.footer__copyright {
  font-size: 14px;
  text-transform: uppercase;
  color: #656363;
}
.static__title{
  font-size: 48px;
  margin: 40px 0px;
}
.static__content{
  margin-bottom: 80px;
}
ymaps[class*='ground-pane'],
ymaps[class*='copyrights-pane']{
    filter: grayscale(1)!important;
}
.owl-nav{
  display: none!important;
}

/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/datauniverse/css/custom.css?1755517016627*/
.about__btn,
.career__slider,
.career__paginations,
.career__btn,
.projects {
    display: none !important;
}

.consent-text ol>li>ol>li {
    margin-left: 30px;
}

.consent-text ol>li>ul>li {
    margin-left: 30px;
    list-style: disc;
}

.consent-text ol {
    list-style: none;
    counter-reset: li;
}

.consent-text ol>li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.consent-text table {
    border-collapse: collapse;
    margin: 20px 0px;
}

.consent-text table td,
.consent-text table th {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.label__checkbox {
    margin-top: 20px;
}
/* End */
/* /local/templates/datauniverse/css/owlcarousel/owl.carousel.min.css?16886301503351 */
/* /local/templates/datauniverse/css/owlcarousel/owl.theme.default.min.css?16886301501013 */
/* /local/templates/datauniverse/css/style.css?169054195620387 */
/* /local/templates/datauniverse/css/custom.css?1755517016627 */
