@charset "UTF-8";
@font-face {
  font-family: RobotoBold;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: RobotoLight;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: RubikLight;
  src: url("../fonts/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: Rubik;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: RubikMedium;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: auto; }

@font-face {
  font-family: RubikBold;
  src: url("../fonts/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

body, html {
  background: white;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

.container {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1200px) {
    .container {
      max-width: 960px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 720px; } }
  @media only screen and (max-width: 768px) {
    .container {
      max-width: 540px; } }
  @media only screen and (max-width: 568px) {
    .container {
      max-width: 100%; } }

h1, h2, h3, h4, h5, h6, p, a, span, ul, ol, li {
  padding: 0;
  margin: 0; }

a {
  color: #333;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 400; }
  a:hover, a:focus {
    text-decoration: none; }

button {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer; }
  button:focus {
    outline: none; }



ol {
  list-style: decimal; }

img.svg {
  display: none; }

.swiper-button-next, .swiper-button-prev {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  padding: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
  color: transparent; }
  .swiper-button-next:after, .swiper-button-prev:after {
    display: none; }

.section__text {
  color: #999999;
  font-family: 'RobotoLight';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: normal; }

.section__text__title {
  color: #00b9ff;
  font-family: 'RobotoBold';
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 1px;
  line-height: normal; }

.section__title {
  color: #333333;
  font-family: 'RubikBold';
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 100px;
  text-align: left;
  font-style: normal;
  letter-spacing: 3px;
  line-height: normal; margin-bottom:25px;}
  @media only screen and (max-width: 992px) {
    .section__title {
      font-size: 50px; } }
  @media only screen and (max-width: 768px) {
    .section__title {
      font-size: 44px; } }
  @media only screen and (max-width: 768px) {
    .section__title {
      font-size: 32px; } }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 205px;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 0 7px 21px rgba(0, 112, 155, 0.25);
          box-shadow: 0 7px 21px rgba(0, 112, 155, 0.25);
  border-radius: 20px 5px;
  background-color: #00b9ff;
  color: #eaf2f8;
  font-family: 'RubikMedium';
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: center;
  font-style: normal;
  letter-spacing: 1.8px;
  line-height: normal;
  border: 1px solid #00b9ff;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
  .btn:hover {
    background-color: #fff;
    color: #00b9ff; }

.learn__more {
  color: #00b9ff;
  font-family: 'RobotoLight';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: normal;
  position: relative; }
  .learn__more:before {
    position: absolute;
    right: -30px;
    top: 2px;
    content: url(../img/arrow4.png); }

.section__title__mini {
  color: #333333;
  font-family: 'RobotoBold';
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 1.5px;
  line-height: normal; }
  @media only screen and (max-width: 568px) {
    .section__title__mini {
      font-size: 20px; } }

.burger {
  display: none;
  width: 30px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 992px) {
    .burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .burger .icon-bar {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    width: 100%;
    height: 2px;
    background-color: #fff; }

.burger.active .icon-bar:nth-child(1), .burger.active .icon-bar:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%; }

.burger.active .icon-bar:nth-child(2) {
  opacity: 0; }

.burger.active .icon-bar:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }

.burger.active .icon-bar:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none; }

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

.icon {
  display: inline-block;
  font-style: normal;
  content: ' '; }

.ico {
  fill: currentColor; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0); }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: inherit;
  min-width: 33px; }

.white-popup-block {
  max-width: 731px;
  width: 100%;
  padding: 20px 30px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #ffffff; }

.popup-buble .popup-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.popup-buble.mfp-ready .popup-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.popup-buble.mfp-removing .popup-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.popup-buble.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.popup-buble.mfp-ready.mfp-bg {
  opacity: 1; }

.popup-buble.mfp-removing.mfp-bg {
  opacity: 0; }

.up_btn {
  position: fixed;
  border-radius: 50%;
  background-color: #082a3c;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none; }
  .up_btn:after {
    position: absolute;
    content: '';
    display: block;
    top: 16px;
    left: 13px;
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }

.footer {
  background-color: #00364b;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2; }

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 992px) {
    .footer__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer__logo p {
    color: #ffffff;
    font-family: 'RobotoLight';
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.75px;
    line-height: normal; }
    @media only screen and (max-width: 1200px) {
      .footer__logo p {
        font-size: 12px; } }
  @media only screen and (max-width: 992px) {
    .footer__logo {
      margin-bottom: 30px; } }

.footer__logo__img {
  max-width: 204px;
  width: 100%;
  margin-bottom: 20px; }
  .footer__logo__img img {
    width: 100%; }

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .footer__contact p, .footer__contact a {
    color: #ffffff;
    font-family: 'RobotoLight';
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.85px;
    line-height: normal; }
    @media only screen and (max-width: 1200px) {
      .footer__contact p, .footer__contact a {
        font-size: 14px; } }
  .footer__contact a {
    margin-bottom: 15px; }
    .footer__contact a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 992px) {
    .footer__contact {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #e6e6e6; } }

.footer__services a {
  color: #ffffff;
  font-family: 'RobotoLight';
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 0.85px;
  line-height: normal; }
  .footer__services a:hover {
    text-decoration: underline; }
  @media only screen and (max-width: 1200px) {
    .footer__services a {
      font-size: 14px; } }

.footer__services li {
  margin-bottom: 15px; }
  .footer__services li:last-child {
    margin-bottom: 0; }

.header, .header__two {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5; }

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__inner {
  max-width: 840px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 992px) {
    .header__inner {
      max-width: 630px; } }
  @media only screen and (max-width: 768px) {
    .header__inner {
      max-width: 400px;
      width: 100%; } }
  @media only screen and (max-width: 568px) {
    .header__inner {
      max-width: 204px; } }
  @media only screen and (max-width: 374px) {
    .header__inner {
      max-width: 180px; } }

.header__logo {
  max-width: 204px;
  width: 100%; }
  .header__logo img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 374px) {
    .header__logo {
      max-width: 180px; } }

.header__menu {
  max-width: 592px;
  width: 100%; }
  .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header__menu ul {
  list-style: none; }

.header__menu li {
    position: relative; }
    .header__menu li:before {
      position: absolute;
      bottom: -30px;
      left: 0;
      content: "";
      width: 100%;
      height: 5px;
      background-color: #aa80ff;
      opacity: 0;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s; }
    .header__menu li:hover:before {
      opacity: 1; }
  .header__menu a {
    color: #2f3646;
    font-family: 'RobotoLight';
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: right;
    font-style: normal;
    letter-spacing: 0.85px;
    line-height: normal;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
    .header__menu a:hover {
      color: #aa80ff; }
    @media only screen and (max-width: 992px) {
      .header__menu a {
        font-size: 14px; } }
  @media only screen and (max-width: 992px) {
    .header__menu {
      max-width: 400px; } }
  @media only screen and (max-width: 768px) {
    .header__menu {
      display: none; } }

.header__trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 34px;
  width: 100%;
  cursor: pointer; }
  .header__trans p {
    color: #ffffff;
    font-family: 'RobotoLight';
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: right;
    font-style: normal;
    letter-spacing: 0.85px;
    line-height: normal;
    border-bottom: 1px dashed #fff; }
    @media only screen and (max-width: 1200px) {
      .header__trans p {
        color: #2f3646;
        border-bottom: 1px dashed #999999; } }
  @media only screen and (max-width: 1200px) {
    .header__trans img:first-child {
      display: none; } }
  .header__trans img:last-child {
    display: none; }
    @media only screen and (max-width: 1200px) {
      .header__trans img:last-child {
        display: block; } }

.header__two .header__trans p {
  color: #2f3646;
  border-bottom: 1px dashed #999999; }

@media only screen and (max-width: 1200px) {
  .header__two .header__trans img:first-child {
    display: block; } }

.header__two .header__trans img:last-child {
  display: block; }
  @media only screen and (max-width: 1200px) {
    .header__two .header__trans img:last-child {
      display: block; } }

.header__burger {
  display: none; }
  @media only screen and (max-width: 768px) {
    .header__burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.line {
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background-color: #00b9ff;
  margin-bottom: 5px; }
  .line:last-child {
    margin-bottom: 0; }

.mobile__menu__wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none; }

.mobile__menu {
  position: relative;
  padding-top: 20px;
  width: 100%;
  max-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; }
.mobile__menu ul {
  list-style: none; }

  .mobile__menu li {
    margin-bottom: 20px;
    text-align: center; }
    .mobile__menu li a {
      text-align: center; }
  .mobile__menu a.header__logo {
    margin-bottom: 30px; }
.mobile__menu
.popup__close {
  position: absolute;
  top: 20px;
  right: 20px; }
  .popup__close svg {
    width: 20px;
    height: 20px; }

.awards {
  margin-top: 90px;
  margin-bottom: 140px; }
  .awards h2 {
    text-align: center;
    margin-bottom: 30px; }

.awards__wrapper {
  position: relative; }

.awards__slider__container {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px; }

.awards__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .awards__slide h4 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: center;
    font-family: "RobotoBold";
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.9px;
    line-height: normal; }
  .awards__slide p.section__text {
    text-align: center; }

.awards__slide__img {
  margin-bottom: 20px;
  max-width: 280px;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.awards__button-prev {
  position: absolute;
  top: 170px;
  left: -30px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .awards__button-prev {
      top: 105%;
      left: 45%; } }

.awards__button-next {
  position: absolute;
  top: 170px;
  right: -30px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .awards__button-next {
      top: 105%;
      left: 55%;
      right: auto; } }

.banner {
  padding-top: 185px;
  position: relative;
  z-index: 3;
  margin-bottom: 300px; }
  .banner:before {
    position: absolute;
    left: 1050px;
    top: -180px;
    content: url(../img/3-layers.png); }
    @media only screen and (max-width: 1800px) {
      .banner:before {
        left: 950px; } }
    @media only screen and (max-width: 1600px) {
      .banner:before {
        left: 900px; } }
    @media only screen and (max-width: 1500px) {
      .banner:before {
        left: 750px; } }
    @media only screen and (max-width: 1200px) {
      .banner:before {
        display: none; } }
  @media only screen and (max-width: 1200px) {
    .banner {
      margin-bottom: 200px; } }
  @media only screen and (max-width: 992px) {
    .banner {
      padding-top: 150px;
      margin-bottom: 100px; } }
  @media only screen and (max-width: 568px) {
    .banner {
      margin-bottom: 80px; } }

.banner__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .banner__wrapper:before {
    position: absolute;
    top: calc(50% - 25px);
    left: -150px;
    content: "";
    width: 378px;
    height: 1px;
    background-color: #000000;
    opacity: 0.1; }
    @media only screen and (max-width: 568px) {
      .banner__wrapper:before {
        display: none; } }
  @media only screen and (max-width: 992px) {
    .banner__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.banner__text {
  max-width: 510px;
  width: 100%;
  position: relative; }
  .banner__text h1 {
    position: relative;
    color: #333333;
    font-family: 'RubikBold';
    font-size: 80px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 100px;
    text-align: left;
    font-style: normal;
    letter-spacing: 8px;
    line-height: normal; }
    .banner__text h1:before {
      position: absolute;
      top: -20px;
      left: 0;
      content: "";
      width: 81px;
      height: 6px;
      border-radius: 3px;
      background-color: #00b9ff; }
    @media only screen and (max-width: 568px) {
      .banner__text h1 {
        font-size: 46px; } }
  .banner__text h3 {
    color: #333333;
    font-family: 'Rubik';
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 100px;
    text-align: left;
    font-style: normal;
    letter-spacing: 3px;
    line-height: normal;
    margin-bottom: 50px; }
    @media only screen and (max-width: 568px) {
      .banner__text h3 {
        font-size: 32px;
        margin-bottom: 20px; } }
  .banner__text p {
    font-size: 18px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 568px) {
      .banner__text p {
        font-size: 16px; } }
  .banner__text a {
    margin-top: 35px; }
    @media only screen and (max-width: 992px) {
      .banner__text a {
        margin-left: auto;
        margin-right: auto; } }
  @media only screen and (max-width: 992px) {
    .banner__text {
      max-width: 600px; } }

.banner__img {
  position: absolute;
  right: -215px;
  top: -84px; }
  @media only screen and (max-width: 1200px) {
    .banner__img {
      position: relative;
      right: 0;
      top: 0;
      max-width: 420px;
      width: 100%; }
      .banner__img img {
        width: 100%; } }
  @media only screen and (max-width: 992px) {
    .banner__img {
      display: none; } }

.clients {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f5f5f7; }
  .clients h2 {
    margin-bottom: 30px; }
    @media only screen and (max-width: 568px) {
      .clients h2 {
        max-width: 200px;
        width: 100%; } }
  @media only screen and (max-width: 568px) {
    .clients {
      padding-top: 50px;
      padding-bottom: 50px; } }

.clients__wrapper {
  position: relative; }

.clients__slide {
  width: 129px;
  height: 105px;
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .clients__slide img {
    max-width: 129px; }

.clients__button-prev {
  position: absolute;
  top: -75px;
  right: 50px;
  cursor: pointer; }
  @media only screen and (max-width: 992px) {
    .clients__button-prev {
      top: -70px; } }
  @media only screen and (max-width: 768px) {
    .clients__button-prev {
      top: -60px; } }

.clients__button-next {
  position: absolute;
  top: -75px;
  right: 0;
  cursor: pointer; }
  @media only screen and (max-width: 992px) {
    .clients__button-next {
      top: -70px; } }
  @media only screen and (max-width: 768px) {
    .clients__button-next {
      top: -60px; } }

.contact {
  padding-top: 150px; }
  .contact h1 {
    color: #333333;
    font-family: 'RubikBold';
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 100px;
    text-align: left;
    font-style: normal;
    letter-spacing: 3px;
    line-height: normal;
    margin-bottom: 35px; }
    @media only screen and (max-width: 768px) {
      .contact h1 {
        font-size: 40px;
        margin-bottom: 20px; } }

.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-bottom: 140px; }
  @media only screen and (max-width: 992px) {
    .contact__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media only screen and (max-width: 992px) {
    .contact__wrapper {
      margin-bottom: 80px; } }

.contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .contact__text p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 30px; }
    @media only screen and (max-width: 568px) {
      .contact__text p {
        font-size: 18px;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 1200px) {
    .contact__text {
      max-width: 450px;
      width: 100%; } }
  @media only screen and (max-width: 992px) {
    .contact__text {
      max-width: 100%; } }

.contact__tel, .contact__address, .contact__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .contact__tel img, .contact__address img, .contact__mail img {
    margin-right: 20px; }

.contact__tel {
  margin-bottom: 30px; }
  .contact__tel a {
    color: #333333;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 1px;
    line-height: normal; }
    @media only screen and (max-width: 568px) {
      .contact__tel a {
        font-size: 18px; } }
  @media only screen and (max-width: 568px) {
    .contact__tel {
      margin-bottom: 20px; } }

.contact__address {
  margin-bottom: 30px; }
  .contact__address p {
    color: #333333;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.85px;
    line-height: normal; }
  @media only screen and (max-width: 568px) {
    .contact__address {
      margin-bottom: 20px;
      font-size: 16px; } }

.contact__mail {
  margin-bottom: 40px; }
  .contact__mail a {
    color: #00b9ff;
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.85px;
    line-height: normal; }
  @media only screen and (max-width: 568px) {
    .contact__mail {
      margin-bottom: 30px; }
      .contact__mail a {
        font-size: 16px; } }

.contact__map {
  max-width: 580px;
  width: 100%;
  height: 434px;
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 20px;
  background-color: #00b9ff; }
  .contact__map iframe {
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1200px) {
    .contact__map {
      max-width: 450px;
      width: 100%;
      height: 350px; } }
  @media only screen and (max-width: 992px) {
    .contact__map {
      max-width: 100%;
      margin-top: 30px; } }
  @media only screen and (max-width: 568px) {
    .contact__map {
      height: 250px; } }

.ecommerce {
  padding-top: 120px; }
  .ecommerce h1 {
    color: #333333;
    font-family: 'RubikBold';
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: 4.5px;
    line-height: normal;
    margin-bottom: 20px; }
    @media only screen and (max-width: 992px) {
      .ecommerce h1 {
        font-size: 38px; } }
    @media only screen and (max-width: 768px) {
      .ecommerce h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 568px) {
      .ecommerce h1 {
        font-size: 24px; } }
  @media only screen and (max-width: 568px) {
    .ecommerce {
      padding-top: 90px; } }

.ecommerce__wrapper .ecommerce__text__title {
  color: #333333;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .ecommerce__wrapper .ecommerce__text__title {
      font-size: 18px; } }
  @media only screen and (max-width: 568px) {
    .ecommerce__wrapper .ecommerce__text__title {
      font-size: 16px; } }

.ecommerce__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1200px) {
    .ecommerce__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.ecommerce__client {
  max-width: 505px;
  width: 100%;
  min-height: 240px;
  border-radius: 5px;
  border: 1px dashed #dad5e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px; }
  .ecommerce__client h3 {
    margin-bottom: 15px; }
    @media only screen and (max-width: 768px) {
      .ecommerce__client h3 {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 568px) {
      .ecommerce__client h3 {
        margin-bottom: 5px; } }
  .ecommerce__client p {
    max-width: 355px;
    width: 100%;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1200px) {
      .ecommerce__client p {
        max-width: 100%; } }
    @media only screen and (max-width: 768px) {
      .ecommerce__client p {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 568px) {
      .ecommerce__client p {
        font-size: 14px; } }
  @media only screen and (max-width: 1200px) {
    .ecommerce__client {
      max-width: 100%;
      min-height: auto;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 768px) {
    .ecommerce__client {
      padding: 15px; } }

.ecommerce__quest {
  max-width: 655px;
  width: 100%;
  min-height: 240px;
  -webkit-box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 30px; }
  .ecommerce__quest h3 {
    margin-bottom: 25px; }
    @media only screen and (max-width: 568px) {
      .ecommerce__quest h3 {
        margin-bottom: 10px; } }
  .ecommerce__quest li {
    margin-bottom: 20px;
    padding-left: 25px;
	 list-style:none;
    position: relative; }
    .ecommerce__quest li:before {
      position: absolute;
      top: 6px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background-color: #00b9ff;
      content: ""; }
    .ecommerce__quest li:last-child {
      margin-bottom: 0; }
      @media only screen and (max-width: 568px) {
        .ecommerce__quest li:last-child {
          margin-bottom: 10px; } }
  @media only screen and (max-width: 568px) {
    .ecommerce__quest p {
      font-size: 14px; } }
  @media only screen and (max-width: 1200px) {
    .ecommerce__quest {
      max-width: 100%;
      min-height: auto; } }
  @media only screen and (max-width: 768px) {
    .ecommerce__quest {
      padding: 15px; } }

.ecommerce__main h2 {
  margin-bottom: 10px; }

.ecommerce__main p {
  margin-bottom: 20px; }

.ecommerce__main__slider {
  position: relative;
  margin-bottom: 50px; }

.ecommerce__slide {
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 15px;
  width: 100%; }
  .ecommerce__slide img {
    width: 100%;
    display: block; }

.ecommerce__button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -45px; }
  @media only screen and (max-width: 568px) {
    .ecommerce__button-prev {
      top: auto;
      bottom: -45px;
      left: 40%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }

.ecommerce__button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -45px; }
  @media only screen and (max-width: 568px) {
    .ecommerce__button-next {
      top: auto;
      bottom: -45px;
      left: 55%;
      right: auto;
      -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
              transform: translateX(50%); } }

.global__form {
  position: relative;
  padding-bottom: 120px; }
  .global__form h2 {
    margin-bottom: 30px; }
  .global__form:before {
    position: absolute;
    bottom: -180px;
    right: -650px;
    content: url(../img/global__form__bg.png); }

.our-projects {
  padding-top: 150px; }
  .our-projects h1 {
    margin-bottom: 20px; }

.our-projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px; }
  .our-projects__wrapper .projects__slide {
    max-width: 280px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    @media only screen and (max-width: 1200px) {
      .our-projects__wrapper .projects__slide {
        max-width: 295px; } }
    @media only screen and (max-width: 992px) {
      .our-projects__wrapper .projects__slide {
        max-width: 330px; } }
    @media only screen and (max-width: 768px) {
      .our-projects__wrapper .projects__slide {
        max-width: 100%; } }

.our-technology {
  background-color: #f5f5f7;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .our-technology h2 {
    margin-bottom: 20px; }

.our-technology__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px; }
  @media only screen and (max-width: 568px) {
    .our-technology__wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.our-technology__item {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px; }
  .our-technology__item a {
    color: #00b9ff;
    font-family: 'RobotoLight';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.8px;
    line-height: normal; }
    .our-technology__item a:hover {
      text-decoration: underline; }

.our-technology__item__img {
  width: 129px;
  height: 105px;
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px; }
  .our-technology__item__img img {
    max-widht: 125px; }

.page-services {
  padding-top: 150px; }
  .page-services h1 {
    color: #333333;
    font-family: 'RubikBold';
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 100px;
    text-align: left;
    font-style: normal;
    letter-spacing: 3px;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 992px) {
      .page-services h1 {
        font-size: 38px; } }
    @media only screen and (max-width: 768px) {
      .page-services h1 {
        font-size: 30px; } }
    @media only screen and (max-width: 568px) {
      .page-services h1 {
        font-size: 24px; } }

.page-services__wrapper {
  position: relative;
  position: relative; }
  .page-services__wrapper p.page-services__wrapper__text {
    color: #333333;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    letter-spacing: 1px;
    line-height: normal;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .page-services__wrapper p.page-services__wrapper__text {
        font-size: 18px; } }
    @media only screen and (max-width: 568px) {
      .page-services__wrapper p.page-services__wrapper__text {
        font-size: 16px; } }
  .page-services__wrapper:before {
    position: absolute;
    top: -40px;
    left: -1090px;
    content: url(../img/2-layers2.png); }

.page-services__main {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 3;
  margin-bottom: 140px; }
  @media only screen and (max-width: 768px) {
    .page-services__main {
      margin-bottom: 80px; } }

.page-services__main__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -170px; }
  @media only screen and (max-width: 768px) {
    .page-services__main__img {
      display: none; } }

.page-services__main__inner {
  max-width: 730px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.page-services__main__item ul {
  list-style: none; }

.page-services__main__item {
  position: relative;
  max-width: 355px;
  width: 100%;
  border-radius: 10px;
  border: 1px dashed #eae9ee;
  margin-bottom: 20px;
  padding: 20px; }
  .page-services__main__item ul li {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative; }
    .page-services__main__item ul li:before {
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #00b9ff;
      border-radius: 100%;
      top: 5px;
      content: "";
      left: 0; }
    @media only screen and (max-width: 568px) {
      .page-services__main__item ul li {
        margin-bottom: 10px; } }
  .page-services__main__item:nth-child(3) {
    min-height: 390px; }
    @media only screen and (max-width: 768px) {
      .page-services__main__item:nth-child(3) {
        min-height: auto; } }
  .page-services__main__item:nth-child(4) {
    min-height: 390px; }
    @media only screen and (max-width: 768px) {
      .page-services__main__item:nth-child(4) {
        min-height: auto; } }
  @media only screen and (max-width: 1200px) {
    .page-services__main__item {
      background-color: #fff; } }
  @media only screen and (max-width: 992px) {
    .page-services__main__item {
      max-width: 330px;
      padding: 10px; } }
  @media only screen and (max-width: 768px) {
    .page-services__main__item {
      max-width: 100%;
      min-height: auto;
      padding-left: 20px; } }

.page-services__main__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .page-services__main__item__title img {
    width: 90px;
    height: 90px;
    margin-right: 20px; }
  @media only screen and (max-width: 568px) {
    .page-services__main__item__title p {
      font-size: 18px; } }

.products {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 120px; }
.products2 {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 120px; }

  .products h2 {
    margin-bottom: 30px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 568px) {
      .products h2 {
        text-align: left;
        max-width: 200px; } }
  .products:before {
    position: absolute;
    right: -690px;
    bottom: -20px;
    content: url(../img/prod__img.png);z-index:0 }
  @media only screen and (max-width: 568px) {
    .products {
      padding-top: 50px;
      padding-bottom: 50px; } }

.products__wrapper {
  position: relative;
  margin-bottom: 110px; }
  @media only screen and (max-width: 768px) {
    .products__wrapper {
      margin-bottom: 50px; } }

.swiper-container.products__slider__container {
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (max-width: 568px) {
    .swiper-container.products__slider__container {
      padding-left: 0;
      padding-right: 0; } }

.products__slider {
  position: relative; }

.products__button-prev {
  position: absolute;
  top: 70px;
  left: -45px;
  cursor: pointer; }
  @media only screen and (max-width: 992px) {
    .products__button-prev {
      top: 80px; } }
  @media only screen and (max-width: 568px) {
    .products__button-prev {
      top: -60px;
      right: 50px;
      left: auto; } }

.products__button-next {
  position: absolute;
  top: 70px;
  right: -45px;
  cursor: pointer; }
  @media only screen and (max-width: 992px) {
    .products__button-next {
      top: 80px; } }
  @media only screen and (max-width: 568px) {
    .products__button-next {
      top: -60px;
      right: 0; } }

.products__slide {
  max-width: 580px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  -webkit-box-shadow: 8px 13px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 8px 13px 40px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background-color: #ffffff; }
  .products__slide h4 {
    color: #333333;
    margin-bottom: 10px; }
  .products__slide p {
    margin-bottom: 10px; }
  @media only screen and (max-width: 1200px) {
    .products__slide {
      max-width: 100%; } }
  @media only screen and (max-width: 568px) {
    .products__slide {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.products__slide__text {
  max-width: 390px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .products__slide__text {
      max-width: 710px;
      margin-left: 10px; } }
  @media only screen and (max-width: 992px) {
    .products__slide__text {
      max-width: 470px; } }
  @media only screen and (max-width: 768px) {
    .products__slide__text p {
      font-size: 14px; } }
  @media only screen and (max-width: 568px) {
    .products__slide__text {
      margin-left: 0; }
      .products__slide__text h4 {
        text-align: center; } }

.products__slide__img {
  width: 112px;
  height: 101px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 568px) {
    .products__slide__img {
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto; } }

.products__form__wrapper {
  position: relative;
  max-width: 730px;
  width: 100%; }
  .products__form__wrapper input[type="submit"] {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 568px) {
    .products__form__wrapper h2 {
      text-align: center;
      max-width: 100%; } }
  @media only screen and (max-width: 1200px) {
    .products__form__wrapper {
      max-width: 100%; } }

@media only screen and (max-width: 1200px) {
  .products__form {
    margin-bottom: 20px; } }

.products__form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .products__form__inner textarea {
    padding-top: 15px;
    resize: none;
    max-width: 354px;
    width: 100%;
    height: 190px;
    border-radius: 20px 5px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    color: #999999;
    font-family: 'RobotoLight';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.8px;
    line-height: normal;
    padding-left: 20px; }
    @media only screen and (max-width: 1200px) {
      .products__form__inner textarea {
        max-width: 550px; } }
    @media only screen and (max-width: 992px) {
      .products__form__inner textarea {
        max-width: 310px; } }
    @media only screen and (max-width: 768px) {
      .products__form__inner textarea {
        max-width: 100%; } }
  @media only screen and (max-width: 768px) {
    .products__form__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.products__form__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 354px;
  width: 100%; }
  .products__form__data input {
    width: 100%;
    height: 50px;
    border-radius: 20px 5px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    color: #999999;
    font-family: 'RobotoLight';
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    letter-spacing: 0.8px;
    line-height: normal;
    padding-left: 20px;
    margin-bottom: 20px; }
    .products__form__data input:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .products__form__data {
      margin-bottom: 20px;
      max-width: 100%; } }

.products__form__img {
  position: absolute;
  right: -630px;
  top: 10px;
  max-width: 615px;
  width: 100%; }
  .products__form__img img {
    width: 100%; }
  @media only screen and (max-width: 1200px) {
    .products__form__img {
      position: relative;
      right: auto;
      top: auto;
      margin-left: auto;
      margin-right: auto; } }

.projects {
  position: relative;
  margin-bottom: 100px;
  z-index: 2; }
  .projects h2 {
    text-align: center;
    margin-bottom: 20px; }

.projects__wrapper {
  position: relative; }
  .projects__wrapper a.btn {
    margin-top: 30px;
    max-width: 323px;
    border-radius: 20px 5px;
    border: 1px solid #00b9ff;
    background-color: #fff;
    color: #00b9ff;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
    .projects__wrapper a.btn:hover {
      background-color: #00b9ff;
      color: #fff; }
    @media only screen and (max-width: 568px) {
      .projects__wrapper a.btn {
        margin-left: 0;
        max-width: 250px;
        font-size: 14px; } }
    @media only screen and (max-width: 374px) {
      .projects__wrapper a.btn {
        max-width: 210px; } }

.projects__slider__container {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative; }

.projects__slide {
  max-width: 280px;
  width: 100%; }
  @media only screen and (max-width: 992px) {
    .projects__slide {
      max-width: 330px; } }
  @media only screen and (max-width: 768px) {
    .projects__slide {
      max-width: 100%; } }

.projects__button-prev {
  position: absolute;
  top: 100px;
  left: -30px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .projects__button-prev {
      bottom: 10px;
      right: 50px;
      top: auto;
      left: auto; } }

.projects__button-next {
  position: absolute;
  top: 100px;
  right: -30px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .projects__button-next {
      bottom: 10px;
      right: 0;
      top: auto; } }

.projects__slide__img {
  width: 100%;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 10px; }
  .projects__slide__img img {
    max-width: 280px; }

.projects__slide__text span {
  color: #999999;
  font-family: 'RobotoLight';
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: normal;
  display: block;
  margin-bottom: 10px; }

.projects__slide__text p {
  color: #333333;
  font-family: 'RobotoBold';
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 10px; }

.result {
  margin-bottom: 100px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 568px) {
    .result {
      margin-bottom: 50px; } }

.result__wrapper {
  border-radius: 5px;
  border: 1px dashed #dad5e3;
  padding: 30px; }
  .result__wrapper h2 {
    margin-bottom: 15px; }
  .result__wrapper p {
    margin-bottom: 10px; }
    .result__wrapper p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 568px) {
    .result__wrapper {
      padding: 10px; }
      .result__wrapper p {
        font-size: 14px; } }

.services {
  margin-bottom: 90px; }

.services__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 2; }
  .services__wrapper h2 {
    padding-right: 140px;
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .services__wrapper h2 {
        padding-right: 0;
        text-align: center; } }
  .services__wrapper:before {
    position: absolute;
    top: -170px;
    left: -1090px;
    content: url(../img/2-layers2.png); }
  @media only screen and (max-width: 768px) {
    .services__wrapper {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.services__slider__container {
  background-color: transparent; }

.services__inner {
  max-width: 730px;
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .services__inner {
      background-color: transparent; } }

.services__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px; }

.services__slide__item {
  max-width: 355px;
  width: 100%;
  height: 226px;
  border-radius: 10px;
  border: 1px dashed #eae9ee;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .services__slide__item {
      max-width: 100%;
      min-height: 226px;
      height: auto; } }

.services__slide__item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .services__slide__item__title p {
    margin-left: 20px; }

.services__inner__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 374px) {
    .services__inner__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.services__slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 75px;
  width: 100%; }
  @media only screen and (max-width: 568px) {
    .services__slider__arrow {
      max-width: 65px; } }

.services__button-prev, .services__button-next {
  cursor: pointer;
  position: relative; }
  @media only screen and (max-width: 374px) {
    .services__button-prev, .services__button-next {
      margin-bottom: 10px; } }

.services__img {
  position: absolute;
  top: 70px;
  left: -170px;
  max-width: 580px;
  width: 100%; }
  .services__img img {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .services__img {
      display: none; } }

.team {
  margin-bottom: 90px; }
  .team h2 {
    text-align: center;
    margin-bottom: 30px; }

.team__wrapper {
  position: relative; }

.team__slider__container {
  padding-top: 20px; }

.team__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .team__slide h4 {
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: center;
    font-family: "RobotoBold";
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.9px;
    line-height: normal; }
  .team__slide p.section__text {
    text-align: center; }

.team__slide__img {
  width: 206px;
  height: 206px;
  -webkit-box-shadow: 0 0 20px #e1e4ed;
          box-shadow: 0 0 20px #e1e4ed;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px; }

.team__button-prev {
  position: absolute;
  top: 100px;
  left: -30px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .team__button-prev {
      top: 105%;
      left: 45%; } }

.team__button-next {
  position: absolute;
  top: 100px;
  right: -30px;
  cursor: pointer; }
  @media only screen and (max-width: 568px) {
    .team__button-next {
      top: 105%;
      left: 55%;
      right: auto; } }

.who-we {
  padding-top: 150px;
  margin-bottom: 70px; }
  .who-we h1 {
    color: #333333;
    font-family: 'RubikBold';
    font-size: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: 0px;
    line-height: normal; }
    @media only screen and (max-width: 768px) {
      .who-we h1 {
        font-size: 34px; } }
    @media only screen and (max-width: 568px) {
      .who-we h1 {
        font-size: 32px; } }
  .who-we p {
    color: #333333;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .who-we p {
        font-size: 18px; } }
    @media only screen and (max-width: 568px) {
      .who-we p {
        font-size: 16px; } }
  .who-we a.btn {
    max-width: 323px;
    height: 50px;
    border-radius: 20px 5px;
    border: 1px solid #00b9ff;
    background-color: #fff;
    color: #00b9ff; }
    .who-we a.btn:hover {
      background-color: #00b9ff;
      color: #fff; }

.working {
  margin-bottom: 80px; }

.working__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  .working__wrapper:before {
    position: absolute;
    top: 0;
    left: -1090px;
    content: url(../img/whoBG.png); }
  @media only screen and (max-width: 1200px) {
    .working__wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.working__inner__img {
  position: absolute;
  top: 150px;
  left: -130px; }
  @media only screen and (max-width: 1200px) {
    .working__inner__img {
      display: none; } }

.working__inner {
  position: relative;
  z-index: 3;
  max-width: 730px;
  width: 100%; }
  .working__inner h2 {
    text-align: center;
    margin-bottom: 15px; }
  .working__inner p.working__inner__text.section__text {
    color: #333333;
    margin-bottom: 30px; }

.working__item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.working__item {
  position: relative;
  max-width: 355px;
  width: 100%;
  height: 131px;
  border-radius: 10px;
  border: 1px dashed #eae9ee;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px; }
  .working__item h4 {
    margin-bottom: 15px; }
  .working__item:before {
    position: absolute;
    top: -15px;
    right: -10px;
    content: "";
    opacity: 0.1;
    color: #aa80ff;
    font-family: 'RubikBold';
    font-size: 100px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: 10px;
    line-height: normal; }
  .working__item:nth-child(1):before {
    content: "1"; }
  .working__item:nth-child(1):after {
    position: relative;
    bottom: 155%;
    left: calc(100% - 20px);
    content: url(../img/arrowwork.png); }
  .working__item:nth-child(2):before {
    content: "2"; }
  .working__item:nth-child(3):before {
    content: "3"; }
  .working__item:nth-child(3):after {
    position: relative;
    bottom: 155%;
    left: calc(100% - 20px);
    content: url(../img/arrowwork.png); }
  .working__item:nth-child(4):before {
    content: "4"; }
  .working__item:nth-child(5):before {
    content: "5"; }
  .working__item:nth-child(5):after {
    position: relative;
    bottom: 155%;
    left: calc(100% - 20px);
    content: url(../img/arrowwork.png); }
  .working__item:nth-child(6):before {
    content: "6"; }
  @media only screen and (max-width: 992px) {
    .working__item {
      max-width: 330px;
      background-color: #fff; } }
  @media only screen and (max-width: 768px) {
    .working__item {
      max-width: 100%;
      height: auto;
      padding: 10px;
      margin-bottom: 10px; }
      .working__item:after {
        display: none; } }

.mobile__menu .lang ul li a {
    color: #8a9eff !important;
}

.mobile__menu .lang  {color: #8a9eff !important;font-size:22px !important;margin-top: 10px;}

.mobile__menu .lang ul ul {opacity:1 !important}
.mobile__menu .lang ul {display:flex; justify-content:center !Important;    align-items: center;}
.mobile__menu .lang ul li {padding:0 20px; margin-bottom:0} 
.mobile__menu .lang ul li.active {font-weight: bold; display:block}
.mobile__menu .lang ul li.active a {font-weight:700; display:block}

/*COOKIE*/
#cookie-notification {
    display: none;
    position: fixed;
    bottom: 20px;
	font-size:16px;
	line-height:1.3;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f1f1f1;
    color: #333;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 80%;
    text-align: center;
}

#cookie-notification p {
    margin: 0 0 10px 0;
    display: inline-block;
	font-size:16px;
}
#cookie-notification a {
	font-size:16px;
}
#cookie-accept {
    background-color: #00b9ff;
    color: white;
    border: none;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
}

#cookie-accept:hover {
    background-color: #000;
}
@media screen and (max-width: 767px) {
 
#cookie-notification {
    display: none;
    position: fixed;
    bottom: 10px;
    font-size: 14px;
    line-height:1.3;
    left: 3%;
    transform: none;
    background-color: #f1f1f1;
    color: #333;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    max-width: 97%;
    text-align: center;
}
	#cookie-notification p {
    margin: 0 0 10px 0;
    display: inline-block;
	font-size:14px;
}
	#cookie-notification a {
	font-size:14px;
}
	
}


/*# sourceMappingURL=app.css.map */
