@charset "UTF-8";

/*$extra-small: 630px;
$small: 630px;
$medium: 991px;
$large: 991px;
$extra-large: 1440px;*/

@font-face {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/Aeroport.woff") format("woff"), url("/fonts/Aeroport.ttf") format("truetype"), url("/fonts/Aeroport.woff2") format("woff2");
}

@font-face {
  font-family: "Aeroport-Light";
  src: local("Aeroport Light"), local("Aeroport-Light"), url(/fonts/Aeroport-Light.woff2?9559076b77dd53b331da108bae28f343) format("woff2"), url(/fonts/Aeroport-Light.woff?42e6dc5f0b504113ba203ed335b57362) format("woff"), url(/fonts/Aeroport-Light.ttf?c289729e99d52bbebe89e390ffe91570) format("truetype");
  font-weight: 300;
  font-style: normal;
}

a {
  color: #428DFC;
}

a:hover {
  text-decoration: none;
  color: #428DFC;
}

.hide {
  display: none !important;
}

.data-group {
  color: #7182ad;
  margin-left: 5px;
  margin-top: 15px;
}

.full-content {
  width: 100%;
}

body.modal-open {
  overflow: visible;
}

.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

.modal-content {
  border-radius: 0px !important;
  padding: 0.5rem;
}

.modal-header {
  border-bottom: none;
  padding: 0px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ad5284;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

#leather-menu,
#color-menu {
  height: 245px;
  position: relative;
}

#shadow-site {
  opacity: 0.7;
}

.clearfix {
  clear: both;
}

clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.m-bottom-90 {
  margin-bottom: 90px;
}

.m-bottom-50 {
  margin-bottom: 50px;
}

.m-bottom-105 {
  margin-bottom: 105px;
}

.ptop-90 {
  padding-top: 90px !important;
}

.row-reverce {
  display: table;
}

.row-reverce-full {
  display: table;
  width: 100%;
}

@media (min-width: 991px) {
  .m-xl-bottom-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1439px) {
  .m-sm-bottom-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 990px) {
  .sm-ptop-50 {
    padding-top: 50px !important;
  }
}

@media (max-width: 990px) {
  .top-sm-50 {
    margin-top: 50px !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.back-to-top {
  z-index: 10050;
  position: fixed;
  display: none;
  bottom: 40px;
  right: 40px;
  background-image: url(/images/back-to-top.svg?8dbe322ab1793deb16f4514cfa926c52);
  background-position: center;
  background-repeat: no-repeat;
  width: 88px;
  height: 50px;
}

.hidden-block-text {
  display: none;
}

.clild-centered {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -46%);
}

.light-blue-btn {
  background: rgba(66, 141, 252, 0.1);
  width: 200px;
  height: 45px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 575px) {
  .light-blue-btn {
    width: 100%;
  }
}

.transparent-btn {
  display: inline-block;
  margin-bottom: 10px;
}

.download-btn {
  background-image: url(/images/download.svg?76c27c5f71033e275c5957f6bff1dbce);
  background-position: center left;
  background-repeat: no-repeat;
  line-height: 30px;
  align-items: center;
  letter-spacing: -0.02em;
  color: #27AE60;
  padding-left: 45px;
  height: 40px;
  display: inline-block;
}

.download-btn:hover {
  color: #27AE60;
}

.blue-btn {
  color: #BFD9FF;
}

@media (max-width: 990px) {
  .btn-more-detail {
    float: left;
  }
}

@media (max-width: 990px) {
  header {
    margin-top: -50px;
  }
}

header .logo {
  width: 101px;
  height: 30px;
  display: block;
  float: left;
  margin-top: 30px;
  background-image: url(/images/logo.svg?1a8de991c197a64ab73a22735f1fab3a);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (max-width: 990px) {
  header .logo {
    width: 78px;
    height: 23px;
    background-size: cover;
    margin-top: 40px;
  }
}

header .text-navbar-toggler {
  display: none;
  border: none;
  color: #fff;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 36px;
  right: 15px;
  cursor: pointer !important;
  /*@include background('./../images/hamburger.svg', center, no-repeat);*/
  cursor: pointer;
}

@media (max-width: 990px) {
  header .text-navbar-toggler {
    display: block;
    z-index: 999999;
  }
}

header .navbar-toggler-icon {
  width: 24px;
  color: #fff;
  border: 1.5px solid #FFFFFF;
  height: 2px;
  float: left;
  margin-left: -10px;
  margin-bottom: 5px;
}

header .navbar-expand-lg {
  float: right;
  list-style: none;
  padding-right: 0px;
  margin-top: 38px;
}

@media (max-width: 990px) {
  header .navbar-expand-lg {
    float: none;
  }
}

header .navbar-expand-lg .navbar-nav {
  margin-top: -9px;
  padding: 0px;
}

@media (max-width: 990px) {
  header .navbar-expand-lg .navbar-nav {
    margin-top: 20px;
  }
}

header .navbar-expand-lg .navbar-nav li {
  display: inline-block;
  margin-right: 50px;
}

@media (max-width: 990px) {
  header .navbar-expand-lg .navbar-nav li {
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
}

header .navbar-expand-lg .navbar-nav li a {
  color: #fff;
  line-height: 22px;
}

header .navbar-expand-lg .navbar-nav li a:active,
header .navbar-expand-lg .navbar-nav li a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

header .navbar-expand-lg .navbar-nav li a.lang {
  opacity: 0.5;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  header .navbar-expand-lg .navbar-nav li a {
    color: #000;
    font-size: 24px;
  }
}

header .navbar-expand-lg .navbar-nav li:last-child {
  margin-right: 0px;
  height: 50px;
}

@media (max-width: 990px) {
  header .navbar-expand-lg .navbar-nav li:last-child {
    height: auto;
  }
}

@media (max-width: 990px) {
  header .collapse-menu {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    right: 0px;
    text-align: center;
    z-index: 99999;
    top: 63px;
    transition: width 600ms ease-out, height 600ms ease-out;
  }
}

header .global-headline {
  height: 63px;
}

@media (max-width: 990px) {
  header .global-headline {
    margin-top: 30px;
  }
}

header .header-fixed {
  position: fixed;
  top: 0px;
  z-index: 88888;
  width: 100%;
}

header .m-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999999;
  transform: translateZ(0);
  transition: all 0.9s;
  -webkit-animation: 0.9s ease 0s running fixedAnim;
          animation: 0.9s ease 0s running fixedAnim;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  margin-top: 0px;
}

header .m-fixed .logo {
  /*@include background('./../images/big-logo-blue.png');*/
  background-image: url(/images/logo-blue-1.svg?2bface45a74c368997c5554535a7f04e);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-top: -15px;
}

header .m-fixed .text-navbar-toggler {
  /*@include background('./../images/gamburger_blue.svg');*/
  top: -25px;
}

header .m-fixed .collapse-menu {
  top: 24px;
}

header .m-fixed .global-headline {
  margin-top: 0px !important;
}

header .m-fixed .burger {
  top: -30px;
}

header .m-fixed .burger div.x,
header .m-fixed .burger div.y,
header .m-fixed .burger div.z {
  background: #428DFC;
}

header .hide-transition {
  overflow: hidden;
  display: none;
  transition: 0.3s all ease;
  transform: translateZ(0);
}

header .sticky {
  box-shadow: 0 10px 50px -20px rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(0);
  transition: all 0.42s cubic-bezier(0.164, 0.84, 0.42, 1);
  height: 65px;
}

header .sticky .logo {
  background-image: url(/images/logo_big_blue.svg?0aae8ba35ca215062a4552ff24574ceb);
  background-position: 0 0;
  background-repeat: no-repeat;
  /*@include background('./../images/logo-blue-1.svg');*/
  margin-top: 22px;
}

header .sticky .navbar-expand-lg {
  margin-top: 30px;
}

header .sticky .navbar-nav li a {
  color: #000;
}

header .sticky .navbar-nav li a:hover {
  color: #2d68be;
  text-decoration: underline;
}

header .sticky .navbar-nav li a.active {
  color: #2d68be;
  text-decoration: underline;
}

header .white {
  /*margin-left: -15px;
  margin-right: -15px;*/
  background: #fff;
}

header .white .logo {
  background-image: url(/images/logo-blue.svg?2bface45a74c368997c5554535a7f04e);
  background-position: 0 0;
  background-repeat: no-repeat;
  /*margin-left: 15px;*/
}

header .white .text-navbar-toggler {
  /*@include background('./../images/close.svg', center, no-repeat);*/
}

.hidden-top-menu {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99999;
  display: none;
  background: #fff;
  height: 63px;
  border: solid 1px red;
}

@media (max-width: 990px) {
  .hidden-top-menu {
    display: block;
  }
}

.menu-contact-block {
  font-size: 16px;
  position: absolute;
  bottom: 110px;
  width: 100%;
  z-index: 99999;
  display: none;
  background: #fff;
}

@media (max-width: 990px) {
  .menu-contact-block {
    display: block;
  }
}

.menu-contact-block .copyright {
  float: left;
  opacity: 0.5;
  margin-top: 0px;
  line-height: 40px;
}

.menu-contact-block .footer-data-block {
  margin-bottom: 15px;
  display: block;
  text-align: left;
  margin-left: 15px;
}

.menu-contact-block .linked-icon {
  /*@include background('./../images/linked-in.svg');*/
  background: rgba(66, 141, 252, 0.05);
  border: 1px solid rgba(66, 141, 252, 0.2);
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
}

.lang-dropdown {
  background: #fff;
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 48px;
  position: absolute;
  left: -12px;
  display: none;
  top: 28px;
  z-index: 9999;
}

@media (min-width: 991px) {
  .lang-dropdown {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
}

@media (max-width: 990px) {
  .lang-dropdown {
    display: block !important;
    width: 100%;
    position: inherit;
    left: auto;
    top: 28px;
  }
}

.lang-dropdown li {
  display: block !important;
  text-align: center !important;
  margin-right: 0px !important;
  padding: 3px 0px;
  height: auto !important;
}

@media (max-width: 990px) {
  .lang-dropdown li {
    display: inline-block !important;
    width: auto !important;
    padding: 10px;
  }
}

.lang-dropdown li a {
  color: #000 !important;
  opacity: 0.5;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 990px) {
  .lang-dropdown li {
    margin-bottom: 20px;
  }
}

.lang-dropdown li.active {
  display: none !important;
}

@media (max-width: 990px) {
  .lang-dropdown li.active {
    display: block;
  }

  .lang-dropdown li.active a {
    opacity: 1;
  }
}

@media (max-width: 990px) {
  .lang-menu {
    margin-top: 40px;
  }
}

.lang-menu:hover > .lang-dropdown {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 990px) {
  .lang {
    display: none;
  }
}

footer {
  min-height: 300px;
  font-size: 20px;
  color: #000;
  line-height: 24px;
}

@media (max-width: 767px) {
  footer {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media (min-width: 991px) {
  footer .container {
    padding-bottom: 100px;
    padding-top: 140px;
  }
}

@media (max-width: 990px) {
  footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

footer .copyright {
  display: block;
  opacity: 0.5;
  margin-top: 30px;
}

@media (max-width: 990px) {
  footer .copyright {
    position: absolute;
    bottom: -205px;
  }
}

footer .site-phone {
  display: block;
}

footer .linked-icon {
  /*@include background('./../images/linked-in.svg');*/
  background: rgba(66, 141, 252, 0.05);
  border: 1px solid rgba(66, 141, 252, 0.2);
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: block;
  float: right;
}

@media (max-width: 990px) {
  footer .linked-icon {
    position: absolute;
    right: 15px;
    bottom: -65px;
  }
}

footer .footer-data-block {
  margin-bottom: 15px;
}

.codemining-text {
  margin-top: 247px;
  padding-bottom: 75px;
}

@media (max-width: 1439px) {
  .codemining-text {
    margin-top: 180px;
  }
}

@media (max-width: 990px) {
  .codemining-text {
    margin-top: 59px;
  }
}

@media (max-width: 575px) {
  .codemining-text {
    margin-top: 59px;
  }
}

.codemining-text .tips-1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  font-family: "Aeroport-Light";
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}

.codemining-text .tips-2 {
  font-size: 48px;
  color: #FFF;
  line-height: 111.2%;
  letter-spacing: -0.01em;
  margin-bottom: 15px;
}

.codemining-text .tips-3 {
  font-size: 24px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.7;
  font-weight: 300;
  font-family: "Aeroport-Light";
  max-width: 450px;
}

@media (max-width: 990px) {
  .codemining-text .tips-3 {
    font-size: 20px;
  }
}

@media (max-width: 990px) {
  .codemining-text .tips-3 {
    margin-bottom: 203px;
  }
}

@media (max-width: 575px) {
  .codemining-text .tips-3 {
    margin-bottom: 105px;
  }
}

.codeminers-screen {
  position: absolute;
  width: 575px;
  height: 387px;
  display: block;
  background-image: url(/images/pic1.png?b47f1021d5934579ba9300db2ece9822);
  background-position: 0 0;
  background-repeat: no-repeat;
  right: 171px;
  bottom: -25px;
  border-radius: 10px;
  z-index: 555;
}

@media (max-width: 1439px) {
  .codeminers-screen {
    right: 53px;
    background-image: url(/images/pic1-1.png?e36caf44784663d62636e6b1e579ce03);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 420px;
    height: 281px;
    bottom: -10px;
  }
}

@media (max-width: 990px) {
  .codeminers-screen {
    width: 420px;
    height: 281px;
    top: auto;
    bottom: -125px;
    left: calc((100% - 420px)/2);
    background-size: cover;
  }
}

@media (max-width: 575px) {
  .codeminers-screen {
    width: 303px;
    height: 203px;
    top: auto;
    bottom: -102px;
    left: calc((100% - 303px)/2);
    background-size: cover;
  }
}

.codeminers-screen-shadow {
  box-shadow: 0px 24px 50px 0px rgba(148, 145, 148, 0.77);
  position: absolute;
  width: 575px;
  height: 30px;
  display: block;
  right: 171px;
  bottom: -13px;
  border-radius: 10px;
}

@media (max-width: 1439px) {
  .codeminers-screen-shadow {
    right: 53px;
    bottom: -3px;
    width: 420px;
  }
}

@media (max-width: 990px) {
  .codeminers-screen-shadow {
    width: 420px;
    height: 30px;
    display: block;
    left: calc((100% - 420px)/2);
    bottom: -117px;
  }
}

@media (max-width: 575px) {
  .codeminers-screen-shadow {
    width: 303px;
    height: 30px;
    display: block;
    left: calc((100% - 303px)/2);
    bottom: -95px;
  }
}

.home-data-block {
  margin-bottom: 140px;
  min-height: 450px;
  float: left;
  width: 100%;
}

@media (max-width: 990px) {
  .home-data-block {
    margin-bottom: 50px;
    min-height: auto;
    float: left;
    width: 100%;
  }
}

@media (min-width: 991px) {
  .home-data-block {
    min-height: 400px;
  }
}

.home-data-block .gray-block {
  width: 100%;
}

@media (min-width: 1440px) {
  .home-data-block .gray-block {
    width: 710px;
    min-height: 450px;
    margin-top: 0px;
  }
}

@media (max-width: 1439px) {
  .home-data-block .gray-block {
    width: 100%;
    margin-top: 0px;
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .home-data-block .gray-block {
    width: 100%;
    margin-top: 20px;
    min-height: 213px;
  }
}

.home-data-block:first-of-type {
  margin-top: 105px;
}

@media (min-width: 991px) {
  .home-data-block:first-of-type {
    margin-top: 55px;
  }
}

@media (max-width: 990px) {
  .home-data-block:first-of-type {
    margin-top: 160px;
  }
}

@media (max-width: 575px) {
  .home-data-block:first-of-type {
    margin-top: 130px;
  }
}

.part-1 {
  float: right;
  margin-right: 15px;
  margin-left: 30px;
}

@media (max-width: 1439px) {
  .part-1 {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .part-1 {
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    width: 100%;
  }
}

.pos-bottom {
  position: absolute;
  bottom: 0px;
}

@media (min-width: 1440px) {
  .pos-bottom {
    left: 745px;
    /*bottom: -50px;*/
  }
}

@media (max-width: 1439px) {
  .pos-bottom {
    left: 65%;
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .pos-bottom {
    position: inherit;
    left: auto;
    display: block;
    /*text-align: center;*/
    margin: 0px;
  }
}

.part-2 {
  float: left;
}

@media (max-width: 1439px) {
  .part-2 {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .part-2 {
    margin-right: 0px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
}

.part-3 {
  margin-top: 20px;
  float: left;
  width: 100%;
}

@media (min-width: 1440px) {
  .part-3 {
    position: absolute;
    left: 670px;
    bottom: 0px;
    margin-top: 0px;
    float: none;
    max-width: 300px;
  }
}

@media (min-width: 991px) {
  .part-3 {
    position: absolute;
    left: 576px;
    bottom: 0px;
    margin-top: 0px;
    float: none;
    max-width: 300px;
  }
}

@media (min-width: 1440px) {
  .part-3 {
    position: absolute;
    left: 750px;
    bottom: -50px;
    margin-top: 0px;
    float: none;
    max-width: 300px;
  }
}

.bottom-0 {
  bottom: 0px;
}

.bg-img-1,
.business-case {
  background-image: url(/images/pic2-m.png?d71ed249a8ad0ee04c6552e2efb3f77c);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .bg-img-1,
  .business-case {
    background-image: url(/images/pic2.png?5c6465ff62cb4c71d8b883d58bb533e6);
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .bg-img-1,
  .business-case {
    background-image: url(/images/pic2.png?5c6465ff62cb4c71d8b883d58bb533e6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.bg-img-2,
.mobile-case {
  background-image: url(/images/pic3-m.png?e7c48090ec99eb87653bbe0664db9b01);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .bg-img-2,
  .mobile-case {
    background-image: url(/images/pic3.png?3faa2feb442596f68f89984e7e70b98e);
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .bg-img-2,
  .mobile-case {
    background-image: url(/images/pic3.png?3faa2feb442596f68f89984e7e70b98e);
    background-position: center;
    background-repeat: no-repeat;
  }
}

.bg-img-3,
.online-case {
  background-image: url(/images/pic4-m.png?746a40fb69e848b3db962293ab57ef0b);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1440px) {
  .bg-img-3,
  .online-case {
    background-image: url(/images/pic4.png?bd466a2e4457349da9b54540a895ea6b);
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media (min-width: 768px) {
  .bg-img-3,
  .online-case {
    background-image: url(/images/pic4.png?bd466a2e4457349da9b54540a895ea6b);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.gray-bordered {
  position: relative;
}

@media (max-width: 990px) {
  .gray-bordered {
    margin-bottom: 0px;
  }
}

@media (min-width: 1440px) {
  .gray-bordered {
    width: 340px;
    height: 450px;
  }
}

@media (min-width: 1440px) {
  .gray-bordered {
    /*min-height: 400px;*/
  }
}

.gray-bordered .case-name {
  display: block;
  opacity: 0.5;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.02em;
}

@media (max-width: 990px) {
  .gray-bordered .case-name {
    font-size: 14px;
  }
}

.gray-bordered .case-descr {
  font-size: 36px;
  letter-spacing: -0.02em;
  color: #000;
  line-height: 119.34%;
  display: block;
}

@media (max-width: 990px) {
  .gray-bordered .case-descr {
    font-size: 24px;
  }
}

.ptop-0 {
  padding-top: 0px !important;
}

.know-more {
  font-size: 36px;
  color: #000;
  float: left;
  font-family: "Aeroport";
}

@media (max-width: 990px) {
  .know-more {
    font-size: 24px;
    float: left;
    width: 100%;
  }
}

.know_more-link {
  font-family: "Aeroport";
}

@media (min-width: 1440px) {
  .home-data-container .home-data-block:first-of-type {
    margin-top: 175px;
  }
}

.go-to-case a {
  font-size: 18px;
}

.work-data-container h1 {
  margin-top: 50px;
}

.container-purple {
  postion: relative;
}

@media (max-width: 767px) {
  .container-purple {
    padding-bottom: 120px;
  }
}

.codemining-text-purple .our-task-block {
  max-width: 754px;
  padding-right: 115px;
  padding-bottom: 30px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  margin-top: 118px;
}

@media (max-width: 1439px) {
  .codemining-text-purple .our-task-block {
    padding-right: 240px;
  }
}

@media (max-width: 990px) {
  .codemining-text-purple .our-task-block {
    margin-top: 60px;
    padding-right: 0px;
  }
}

.codemining-text-purple .tips-1 {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 300;
  font-family: "Aeroport-Light";
  margin-bottom: 10px;
}

.codemining-text-purple .tips-2 {
  font-size: 48px;
  color: #FFF;
  line-height: 111.2%;
  letter-spacing: -0.01em;
}

@media (max-width: 990px) {
  .codemining-text-purple .tips-2 {
    font-size: 24px;
    margin-top: 14px;
  }
}

.codemining-text-purple .tips-3 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  padding-right: 100px;
}

@media (max-width: 990px) {
  .codemining-text-purple .tips-3 {
    font-size: 14px;
    padding-right: 0px;
  }
}

.codemining-text-purple .tips-3 span {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  opacity: 1;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.codemining-text-purple .tips-3 p {
  opacity: 0.7;
  font-weight: 300;
  font-family: "Aeroport-Light";
}

.counter-block {
  font-size: 36px;
  color: #fff;
  margin-top: 45px;
  line-height: 34px;
  margin-right: 115px;
  display: inline-block;
}

@media (max-width: 990px) {
  .counter-block {
    font-size: 24px;
    margin-top: 20px;
    float: left;
    text-align: center;
    margin-left: 15px;
    margin-right: 100px;
  }
}

@media (max-width: 767px) {
  .counter-block {
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
  }

  .counter-block:first-of-type {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .counter-block {
    display: block;
    float: inherit;
  }
}

.counter-block span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  font-family: "Aeroport-Light";
}

@media (max-width: 990px) {
  .counter-block span {
    font-size: 14px;
    opacity: 0.7;
    margin-top: -5px;
    line-height: 119.34%;
    letter-spacing: -0.02em;
  }
}

.comp-screen-tablet {
  display: none;
  /*@include background('./../images/pic-5.png', center center);
  background-repeat: no-repeat;*/
  width: 100%;
  height: 420px;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 990px) {
  .comp-screen-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .comp-screen-tablet {
    display: none;
  }
}

.comp-screen-tablet .monitor {
  background-image: url(/images/pic-5.png?a50e79674fb809ea07bae78f05d7635e);
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
}

.comp-screen-tablet .bank-link {
  font-family: Aeroport-Light;
  font-weight: 300;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  margin-top: 40px;
  display: inline-block;
  background-image: url(/images/globus.svg?332d59e57df138cc854a63b99fe79fc1);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 32px;
}

.comp-screen {
  position: absolute;
  width: 753px;
  height: 420px;
  bottom: -5px;
  right: -225px;
  text-align: center;
}

@media (max-width: 990px) {
  .comp-screen {
    display: none;
  }
}

@media (max-width: 575px) {
  .comp-screen {
    display: block;
    height: 262px;
    width: 244px;
    right: -15px;
    bottom: -275px;
    text-align: left;
    /*@include background('./../images/pic-5-1.png', center right);*/
  }
}

.comp-screen .monitor {
  background-image: url(/images/pic-5.png?a50e79674fb809ea07bae78f05d7635e);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 753px;
  height: 420px;
}

@media (max-width: 575px) {
  .comp-screen .monitor {
    background-image: url(/images/pic-5-1.png?544cf09ee1f1141cd3230e7882a2a6b7);
    background-position: center right;
    background-repeat: no-repeat;
    height: 262px;
    width: 244px;
  }
}

.comp-screen .bank-link {
  font-family: Aeroport-Light;
  font-weight: 300;
  font-size: 16px;
  line-height: 143%;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #FFFFFF;
  margin-top: 60px;
  display: inline-block;
  background-image: url(/images/globus.svg?332d59e57df138cc854a63b99fe79fc1);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 32px;
}

@media (max-width: 575px) {
  .comp-screen .bank-link {
    font-size: 14px;
    margin-top: 0px;
  }
}

.container-gray {
  min-height: 320px;
  padding-left: 0px;
  padding-right: 0px;
}

.container-gray .seo-gray {
  width: 1098px;
  height: 450px;
  background: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: absolute;
  left: calc((100% - 1098px)/2);
  margin-top: 45px;
  padding: 80px 105px;
}

@media (max-width: 1439px) {
  .container-gray .seo-gray {
    /*width: 860px;
    left: calc((100% - 860px)/2);*/
    width: 100%;
    left: 0px;
    height: auto;
    margin-top: 105px;
  }
}

@media (max-width: 990px) {
  .container-gray .seo-gray {
    width: 100%;
    /*left: calc((100% - 700px)/2);*/
    padding: 30px 50px;
    height: auto;
    margin-top: 105px;
  }
}

@media (max-width: 767px) {
  .container-gray .seo-gray {
    position: inherit;
    width: auto;
    left: initial;
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    /*min-height: 680px;*/
    padding: 30px 15px;
    /*margin-top: 100px;*/
    height: auto;
  }
}

.container-gray .seo-gray .header-block {
  color: #000;
  display: block;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: Aeroport-Light;
  font-weight: 300;
}

.container-gray .seo-gray .header-content {
  font-weight: 300;
  font-size: 16px;
  font-family: "Aeroport-Light";
  line-height: 143%;
  letter-spacing: -0.02em;
  opacity: 0.5;
}

.container-gray .seo-gray .centered-img {
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

@media (max-width: 990px) {
  .container-gray .seo-gray .centered-img {
    margin-top: 30px;
  }
}

.container-gray .seo-gray .photo {
  display: inline-block;
  margin: 0px auto;
  width: 100%;
  padding-right: 30px;
}

.container-gray .seo-gray .photo span {
  text-align: center;
  display: block;
}

.page-content {
  padding: 90px 168px !important;
  /*.h4-discharge {

      @include more($large) {
          margin-top: -15px;
      }
  }

  .h4-chat {

      @include more($large) {
          padding-top: 17px;
      }
  }

  .h4-employee {

      @include more($large) {
          padding-top: 17px;
      }
  }*/
  /*.seo-gray-small {
      max-height: 312px;
      bottom: 75px;
      left: 0px;

      @include less($medium) {
          padding: 0px 15px !important;
      }
  }*/
}

@media (max-width: 1439px) {
  .page-content {
    padding: 90px 15px !important;
  }
}

@media (max-width: 767px) {
  .page-content {
    padding-top: 50px !important;
    padding: 50px 15px !important;
  }
}

.page-content p {
  font-size: 18px;
  color: #000;
  opacity: 0.5;
  font-weight: 300;
  font-family: "Aeroport-Light";
  letter-spacing: -0.01em;
  line-height: 143%;
}

@media (max-width: 990px) {
  .page-content p {
    font-size: 16px;
  }
}

.page-content h3 {
  color: #000;
  opacity: 1;
  font-size: 36px;
}

@media (max-width: 990px) {
  .page-content h3 {
    font-size: 24px;
  }
}

.page-content h4 {
  color: #000;
  opacity: 1;
  font-size: 18px;
  /*padding-top: 10px;*/
  line-height: 119.34%;
  letter-spacing: -0.02em;
}

.page-content .gray-bordered {
  width: auto;
  height: auto;
  /*@include less($large) {
      max-width: 527px;
  }*/
}

.page-content .gray-block {
  /*max-width: 528px;*/
  font-weight: 300;
  font-size: 16px;
  font-family: "Aeroport-Light";
  color: #000;
}

@media (max-width: 767px) {
  .page-content .gray-block {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 767px) {
  .page-content .gray-block img {
    width: 100%;
  }
}

.page-content .gray-block .centered-img {
  margin: 0px auto;
}

.page-content .gray-block span {
  opacity: 0.5;
  font-size: 16px;
  display: block;
}

.page-content .gray-block .pic-1 {
  padding-bottom: 30px;
}

.page-content .gray-block .pic-2 {
  /*padding: 40px 0px 30px 0px;*/
}

.page-content .carousel {
  margin-left: 100px;
  margin-right: 100px;
}

@media (max-width: 767px) {
  .page-content .carousel {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.page-content .carousel-descr {
  margin: 0px auto;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 40px;
  font-family: "Aeroport-Light";
  font-weight: 300;
  font-size: 18px;
  opacity: 0.5;
  letter-spacing: -0.01em;
  line-height: 143%;
}

@media (max-width: 767px) {
  .page-content .carousel-descr {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}

.page-content .carousel-indicators {
  bottom: -50px;
}

.page-content .carousel-indicators li {
  width: 80px;
  height: 1px;
  background-color: #000;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .page-content .carousel-indicators li {
    width: 40px;
  }
}

.page-content .carousel-indicators .active {
  opacity: 1;
}

.page-content .carousel-control-next,
.page-content .carousel-control-prev {
  top: -90px;
}

@media (max-width: 767px) {
  .page-content .carousel-control-next,
  .page-content .carousel-control-prev {
    display: none;
  }
}

.page-content .carousel-control-prev-icon,
.page-content .carousel-control-next-icon {
  color: #000;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: transparent;
  border-down-width: 1px;
  border-down-style: solid;
  border-down-color: initial;
}

.page-content .carousel-control-prev-icon::before,
.page-content .carousel-control-next-icon::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: initial;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: initial;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transform: rotate(-45deg) skew(0deg, 0deg);
}

.page-content .carousel-control-next-icon::before {
  transform: rotate(135deg) skew(0deg, 0deg);
}

.page-content .purple-top {
  min-height: 658px !important;
  margin-left: -168px;
  margin-right: -168px;
  padding: 60px 170px;
}

@media (max-width: 767px) {
  .page-content .purple-top {
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px;
  }
}

.page-content .purple-top .counter-block {
  margin-top: 0px !important;
  margin-bottom: 20px;
  line-height: 34px;
}

.page-content .purple-top h2 {
  color: #fff;
  font-size: 36px;
  line-height: 119.34%;
  letter-spacing: -0.02em;
}

@media (max-width: 767px) {
  .page-content .purple-top h2 {
    font-size: 24px;
  }
}

.page-content .purple-top p {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 767px) {
  .page-content .purple-top p {
    font-size: 16px;
  }
}

.page-content .text-block {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .page-content .text-block {
    margin-bottom: 50px;
  }
}

@media (max-width: 990px) {
  .page-content .image-block {
    margin-top: 30px;
  }
}

.page-content:first-of-type {
  margin-top: 130px;
}

@media (max-width: 1439px) {
  .page-content:first-of-type {
    margin-top: 240px;
  }
}

@media (max-width: 990px) {
  .page-content:first-of-type {
    margin-top: 250px;
  }
}

@media (max-width: 575px) {
  .page-content:first-of-type {
    margin-top: auto;
  }
}

.content-data {
  margin-bottom: 90px;
}

@media (max-width: 1439px) {
  .content-data {
    margin-bottom: 50px !important;
  }
}

.bordered-right {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  color: #fff;
}

.bordered-right h2 {
  font-size: 36px;
}

.bordered-right p {
  font-size: 18px;
  opacity: 0.7;
  line-height: 143%;
  letter-spacing: -0.01em;
}

.small-purple {
  font-family: Aeroport-Light;
  font-width: 300;
}

@media (min-width: 991px) {
  .small-purple {
    max-height: 650px;
  }
}

@media (min-width: 991px) {
  .small-purple .container {
    padding: 74px 168px 0px 168px !important;
  }
}

@media (max-width: 575px) {
  .small-purple {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .small-purple .counter-block {
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: 100px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .small-purple .counter-block {
    margin-right: 50px;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .small-purple .counter-block:first-of-type {
    margin-top: 20px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .small-purple .counter-block:first-of-type {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .small-purple .counter-block:last-of-type {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .small-purple .counter-block:last-of-type {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .small-purple h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .small-purple p {
    font-size: 16px;
  }
}

.seo-gray-small {
  min-height: 312px;
  height: auto !important;
  /*bottom: -75px;*/
  padding: 30px 50px !important;
  /*left: 0px !important;*/
}

@media (max-width: 1439px) {
  .seo-gray-small {
    margin-top: 65px !important;
  }
}

@media (max-width: 575px) {
  .seo-gray-small {
    margin-top: 5px !important;
  }
}

@media (max-width: 767px) {
  .seo-gray-small {
    padding: 40px 15px !important;
  }

  .seo-gray-small .header-block {
    font-size: 16px !important;
    line-height: 143%;
    letter-spacing: -0.02em;
  }
}

.seo-gray-small .centered-img {
  margin-top: 10px !important;
}

.page-data-block {
  margin-top: 240px;
}

@media (max-width: 1439px) {
  .page-data-block {
    margin-top: 240px !important;
  }
}

@media (max-width: 767px) {
  .page-data-block {
    margin-top: 0px !important;
  }
}

.page-data-block h3 {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page-data-block h3 {
    margin-bottom: 25px;
  }
}

.page-data-block .gray-bordered {
  width: 340px;
  height: 450px;
}

@media (max-width: 1439px) {
  .page-data-block .gray-bordered {
    height: auto;
    width: auto;
  }
}

@media (max-width: 575px) {
  .page-data-block .gray-bordered {
    height: auto;
    width: 100%;
  }
}

.page-data-block .part-3 {
  bottom: -120px;
}

@media (max-width: 1439px) {
  .page-data-block .part-3 {
    bottom: -75px;
  }
}

@media (min-width: 1440px) {
  .lg-bottom-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1439px) {
  .image-sm {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .lg-margin-top-200 {
    margin-top: 150px !important;
  }
}

@media (min-width: 991px) {
  .lg-margin-top-200 {
    margin-top: 240px !important;
  }
}

.dark-top .codemining-text {
  max-width: 705px;
  position: relative;
}

@media (max-width: 575px) {
  .dark-top .codemining-text {
    padding-bottom: 40px;
  }
}

.dark-top .tips-2 {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .dark-top .tips-2 {
    font-size: 24px;
    font-family: "Aeroport";
  }
}

.dark-top .tips-3 {
  margin-top: 20px;
  font-size: 18px;
}

@media (max-width: 1439px) {
  .dark-top .tips-3 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 575px) {
  .dark-top .tips-3 {
    margin-bottom: 100px !important;
    margin-top: 30px;
  }
}

.dark-page-content {
  margin-top: 110px;
  margin-bottom: 15px;
  padding: 15px 25px !important;
}

@media (max-width: 1439px) {
  .dark-page-content {
    margin-top: 55px;
  }
}

@media (max-width: 767px) {
  .dark-page-content {
    margin-top: -110px;
  }
}

.dark-page-content .emploee {
  max-width: 444px;
}

.dark-page-content .emploee .photo {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .dark-page-content .emploee .photo img {
    width: 90px;
  }
}

.dark-page-content .emploee .photo span {
  display: inline-block;
  margin-left: 10px;
}

.dark-page-content .emploee .photo .expirience {
  display: inline-block;
  float: right;
  margin-top: 25px;
}

@media (max-width: 575px) {
  .dark-page-content .emploee .photo .expirience {
    margin-top: 10px;
  }
}

.dark-page-content .emploee .photo .expirience .year {
  font-size: 30px;
  line-height: 119.34%;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.4;
}

.dark-page-content .emploee .photo .expirience i {
  font-family: Aeroport-Light;
  font-weight: 300;
  font-size: 14px;
  line-height: 103.5%;
  letter-spacing: -0.04em;
  color: #000000;
  opacity: 0.5;
  display: inline-block;
  max-width: 65px;
  font-style: inherit;
}

.dark-page-content .emploee .header-block {
  color: #000;
  display: block;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: Aeroport-Light;
  font-weight: 300;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .dark-page-content .emploee .header-block {
    font-size: 18px;
  }
}

.dark-page-content .emploee .header-content {
  font-weight: 300;
  font-size: 16px;
  font-family: "Aeroport-Light";
  line-height: 143%;
  letter-spacing: -0.02em;
  opacity: 0.5;
  margin-bottom: 25px;
}

.dark-page-content .emploee a {
  font-size: 18px;
}

@media (max-width: 990px) {
  .dark-page-content .emploee {
    width: 100%;
    max-width: inherit;
  }

  .dark-page-content .emploee:first-of-type {
    margin-bottom: 40px;
  }
}

.dark-page-content .bordered-right {
  border-right: solid 1px rgba(255, 255, 255, 0.2) !important;
}

.cooperation {
  margin-top: 60px;
}

@media (max-width: 1439px) {
  .cooperation {
    margin-top: 30px;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.cooperation h4 {
  font-size: 24px;
  line-height: 119.34%;
  letter-spacing: -0.02em;
  color: #000000;
  font-family: Aeroport, sans-serif;
}

@media (max-width: 767px) {
  .cooperation h4 {
    font-size: 18px;
  }
}

.cooperation p {
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .cooperation p {
    font-size: 16px;
  }
}

.cooperation .bordered-right {
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}

.cooperation a {
  font-size: 18px;
}

@media (max-width: 767px) {
  .cooperation a {
    font-size: 16px;
  }
}

.cooperation a.blue-btn {
  color: #428DFC;
}

.cooperation a.blue-btn span {
  opacity: 1;
}

.about-projects {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .about-projects {
    margin-top: 60px;
  }

  .about-projects .light-blue-btn {
    width: auto;
    min-width: 200px;
  }
}

.dark-gradient {
  background: linear-gradient(103.14deg, #5387A5 -19.56%, #06293D 69.99%);
  padding: 30px 42px;
  /*margin-bottom: 100px;*/
  margin-top: 60px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@media (max-width: 767px) {
  .dark-gradient {
    padding: 30px 15px;
    /*margin-bottom: 60px;*/
  }
}

.dark-gradient h4 {
  color: #fff;
}

.dark-gradient p {
  color: #fff;
  opacity: 0.8;
  font-family: Aeroport-Light;
  font-weight: 300;
  font-size: 18px;
}

.dark-gradient ul {
  list-style: none;
  padding: 0px;
  margin: 10px 0px;
}

.dark-gradient ul li {
  color: #fff;
  opacity: 1;
  font-size: 18px;
}

.dark-gradient .light-separate {
  display: none;
}

@media (max-width: 990px) {
  .dark-gradient .light-separate {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    border-right: none !important;
    padding: 0px;
    margin: 0px 15px 20px 15px;
    width: 100%;
    display: block;
  }
}

.dark-gradient .bordered-right {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

@media (max-width: 990px) {
  .dark-gradient .bordered-right {
    border-right: none !important;
  }
}

@media (max-width: 990px) {
  .dark-gradient .blue-btn {
    float: left;
  }
}

.project-descr {
  font-size: 24px;
  line-height: 119.34%;
  letter-spacing: -0.02em;
  color: #919191;
  font-family: Aeroport-Light;
}

@media (max-width: 575px) {
  .project-descr {
    font-size: 16px;
  }
}

.project-block {
  background-image: url(/images/pic-5-1.png?544cf09ee1f1141cd3230e7882a2a6b7);
  background-position: center right;
  background-repeat: no-repeat;
  background-position-x: 105%;
  background-size: 200px;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .project-block {
    padding-bottom: 200px !important;
    background-position-y: 80%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.project-block h4 {
  font-size: 18px;
  line-height: 119.34%;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 0.5;
  font-family: Aeroport;
}

.project-block p {
  max-width: 360px !important;
  font-size: 24px;
  line-height: 119.34%;
  letter-spacing: -0.02em;
  color: #000000;
  opacity: 1;
  margin-bottom: 10px !important;
}

.project-block a {
  font-size: 18px;
  font-family: Aeroport, sans-serif;
}

.bg-phone {
  background-image: url(/images/pic-fhone-m.png?e1f0eab809ef7b73bed40719f3f0cbe3);
  background-position: center right;
  background-repeat: no-repeat;
  background-position-x: 105%;
  background-size: 116px;
}

@media (max-width: 767px) {
  .bg-phone {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .bg-phone {
    padding-bottom: 200px !important;
    background-position-y: 80%;
  }
}

.down,
.up {
  position: relative;
}

.down::after {
  content: " \2193";
}

.up::after {
  content: " \2191";
}

.timeline {
  list-style-type: none;
  display: flex;
  justify-content: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

@media (max-width: 990px) {
  .timeline {
    display: none;
  }
}

.timeline .li {
  transition: all 200ms ease-in;
  width: 20%;
  position: relative;
}

.timeline .li .line {
  width: calc(100% - 15px);
}

.timeline .li .line-animation {
  width: calc(100% - 15px);
}

.timeline .timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.timeline .status {
  padding: 0px 40px 0px 0px;
  display: flex;
  justify-content: left;
  /*border-top: 1px solid #D6DCE0;*/
  transition: all 200ms ease-in;
}

.timeline .status h4 {
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}

.timeline .status h4 a {
  color: #000;
}

.timeline .status:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 15px;
  border: 3px solid #ddd;
  position: absolute;
  top: -8px;
  left: 0;
  transition: all 200ms ease-in;
}

.timeline .li.complete .status {
  /*border-top: 1px solid #6FCF97;*/
}

.timeline .li.complete .status:before {
  background-color: #6FCF97;
  border: none;
  transition: all 200ms ease-in;
  background-image: url(/images/check.svg?a4acbc170f52c49c595d4b3844b61231);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.timeline .li:last-child .status:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 15px;
  border: 3px solid #ddd;
  position: absolute;
  top: -9px;
  right: -4px;
  transition: all 200ms ease-in;
  background: #fff;
  z-index: 999;
  transition: all 200ms ease-in;
}

.timeline .li:last-child .line {
  width: calc(100% - 23px) !important;
}

.timeline .li:last-child .line-animation {
  width: calc(100% - 23px) !important;
}

.timeline .li.past:last-child .status:after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 15px;
  border: 3px solid #6FCF97;
  position: absolute;
  top: -9px;
  right: -4px;
  transition: all 200ms ease-in;
  background: #6FCF97;
  z-index: 999;
  transition: all 200ms ease-in;
  background-image: url(/images/check.svg?a4acbc170f52c49c595d4b3844b61231);
  background-position: center center;
  background-repeat: no-repeat;
}

.timeline li.current .status:before,
.timeline li.past .status:before,
.timeline li.past .status:after {
  background-color: #6FCF97;
  border: none;
  transition: all 200ms ease-in;
  background-image: url(/images/check.svg?a4acbc170f52c49c595d4b3844b61231);
  background-position: center center;
  background-repeat: no-repeat;
}

.timeline .line {
  height: -2px;
  width: calc(100% - 15px);
  left: 15px;
  /*background: grey none repeat scroll 0% 0%;*/
  top: 0px;
  position: absolute;
}

.timeline .line-animation {
  z-index: 999;
  position: absolute;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline .timeline {
    list-style-type: none;
    display: block;
  }

  .timeline .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timeline .timestamp {
    width: 100px;
  }

  .timeline .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}

.timeline-container {
  width: 100%;
  padding-top: 37px;
  margin-bottom: 60px;
}

.grid-fixed {
  position: fixed;
  top: -12px;
  background: #fff;
  z-index: 99999;
  height: 70px;
}

.grid-fixed .timeline-container {
  padding-top: 30px;
  margin-bottom: 20px;
}

.burger {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 20px;
  right: 0px;
  cursor: pointer;
  z-index: 99999999;
}

@media (min-width: 991px) {
  .burger {
    display: none;
  }
}

div.x,
div.y,
div.z {
  position: absolute;
  margin: auto;
  top: -15px;
  bottom: 0px;
  left: 5px;
  background: #fff;
  border-radius: 2px;
  transition: all 200ms ease-out;
}

div.x,
div.y,
div.z {
  height: 2px;
  width: 22px;
}

div.y {
  top: 0px;
}

div.z {
  top: 15px;
}

div.collapse-1 {
  top: 0px;
  right: 15px;
  background: #4a89dc;
  transition: all 70ms ease-out;
}

div.rotate30 {
  transform: rotate(30deg);
  transition: all 50ms ease-out;
}

div.rotate150 {
  transform: rotate(150deg);
  transition: all 50ms ease-out;
}

div.rotate45 {
  transform: rotate(45deg);
  transition: all 100ms ease-out;
}

div.rotate135 {
  transform: rotate(135deg);
  transition: all 100ms ease-out;
}

div.circle {
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 35px;
  left: 36px;
  background: #fff;
  opacity: 1;
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.circle.expand {
  width: 1200px;
  height: 1200px;
  top: -560px;
  left: -565px;
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}

@media (max-width: 990px) {
  div.menu {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 99999999;
    display: none;
  }

  .expand-menu {
    display: block !important;
  }
}

.menu-contact-block {
  opacity: 0;
  font-size: 0px;
}

div.menu ul li {
  list-style: none;
  text-align: center;
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}

@media (max-width: 990px) {
  div.menu ul li {
    opacity: 0;
    font-size: 0px;
  }
}

div.menu li.animate {
  font-size: 21px;
  opacity: 1;
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  width: 100%;
  text-align: center;
}

div.menu .menu-contact-block.animate {
  font-size: 16px;
  opacity: 1;
  transition: all 190ms cubic-bezier(0, 0.995, 0.99, 1);
}

.blue-top {
  background: linear-gradient(102.77deg, #408AF6 -11.83%, #11376E 89.03%);
}

.purple-top {
  background: linear-gradient(102.77deg, #805198 -11.83%, #3F1255 89.03%);
}

.dark-top {
  background-size: cover;
  background-image: url(/images/background_about.png?b17934ea3ad976c4b12e5e4ccd7aba24);
  background-position: 0 0;
  background-repeat: no-repeat;
  /*background-image:
  linear-gradient(to bottom, rgba(83,135,165, 0), rgba(6,41,61, 1)),
  url('./../images/background_about.png');*/
}

@media (min-width: 2000px) {
  .dark-top {
    background-image: url(/images/background_about@2x.png?41793da0021c6334afef9018e6e4257a);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}

.white-top .logo {
  background-image: url(/images/logo_big_blue.svg?0aae8ba35ca215062a4552ff24574ceb);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.white-top .navbar-expand-lg .navbar-nav li a {
  color: #333;
}

.white-top .burger div.x,
.white-top .burger div.y,
.white-top .burger div.z {
  background: #428DFC;
}

html {
  overflow-y: scroll;
  font-family: "Aeroport", sans-serif;
  height: 100%;
  letter-spacing: -0.02em;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Aeroport", sans-serif;
  font-size: 16px;
  color: #000;
  height: 100%;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.02em;
  padding: 0px;
  margin: 0px;
}

.container {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1439px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1440px) {
  .container {
    min-width: 1440px;
    width: 1440px;
    padding-left: 171px;
    padding-right: 171px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

main .container {
  /*@include less($medium) {
      padding-left: 15px;
      padding-right: 15px;
  }*/
}

@media (min-width: 991px) {
  main .container {
    padding-left: 171px;
    padding-right: 171px;
    /*padding-top: 140px;*/
  }
}

@media (max-width: 1439px) {
  main .container {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-gray {
  width: 100%;
  min-height: 200px;
  background: #F9F9F9;
  font-family: Aeroport-Light;
  font-weight: 300;
}

@media (min-width: 991px) {
  .full-gray {
    padding: 20px 0px;
  }
}

@media (max-width: 990px) {
  .full-gray {
    min-height: 143px;
    padding: 30px 0px;
  }
}

.full-gray .container-200 {
  min-height: 200px;
}

@media (max-width: 990px) {
  .full-gray .container-200 {
    min-height: 143px;
  }
}

.full-gray .container-200 .read-more {
  margin-top: -15px;
}

.full-gray .content-centered {
  font-size: 24px;
  color: #919191;
  max-width: 825px;
  margin: 0px auto;
  display: block;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 119.34%;
}

@media (max-width: 767px) {
  .full-gray .content-centered {
    text-align: left;
    font-size: 18px;
  }
}

.full-gray .part-3 {
  float: right;
  position: inherit;
  line-height: 60px;
  margin-right: 50px;
}

@media (max-width: 1439px) {
  .full-gray .part-3 {
    margin-right: 40px;
  }
}

@media (max-width: 990px) {
  .full-gray .part-3 {
    float: left;
    margin-right: 0px;
    line-height: 24px;
    margin-top: 0px;
  }
}

.gray-block {
  background-color: #F9F9F9;
  padding: 30px 42px;
}

@media (max-width: 767px) {
  .gray-block {
    padding: 30px 15px;
  }
}

.top-gray-bordered {
  border-top: solid 1px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-top: 35px;
}

@media (max-width: 990px) {
  .top-gray-bordered {
    margin-bottom: 30px;
  }
}

.top-gray-bordered h3 {
  padding-bottom: 15px;
}

.full-border p {
  line-height: 143%;
  letter-spacing: -0.01em;
}

@media (min-width: 991px) {
  .full-border p {
    max-width: 770px;
    margin-bottom: 55px;
  }
}

@media (min-width: 1440px) {
  .full-border p {
    max-width: 770px;
    margin-bottom: 75px;
  }
}

