@font-face {
  font-family: 'geometria';
  src: url("../fonts/geometria-light-webfont.woff2") format("woff2"), url("../fonts/geometria-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'geometria';
  src: url("../fonts/geometria-bold-webfont.woff2") format("woff2"), url("../fonts/geometria-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

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

@font-face {
  font-family: 'geometria';
  src: url("../fonts/geometria-medium-webfont.woff2") format("woff2"), url("../fonts/geometria-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

html, body {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; }

body {
  margin: 0;
  font: 14px/18px "geometria", sans-serif;
  color: #005777;
  background-color: #ffffff; }

@media screen and (min-width: 1440px) {
  body {
    font: 16px/19px "geometria", sans-serif; } }

img {
  border-style: none;
  max-width: 100%; }

a {
  text-decoration: none;
  color: #005777;
  outline: none; }

a:hover {
  text-decoration: underline; }

* {
  outline: none; }

input, textarea, select {
  vertical-align: middle; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block; }

*:before,
*:after,
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input {
  -webkit-appearance: none; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-ms-input-placeholder {
  color: transparent !important; }

input:focus::-moz-placeholder {
  color: transparent !important; }

textarea:focus::-webkit-input-placeholder {
  color: transparent !important; }

textarea:focus:-ms-input-placeholder {
  color: transparent !important; }

textarea:focus::-moz-placeholder {
  color: transparent !important; }

input::-webkit-input-placeholder {
  color: #B3B3B3;
  opacity: 1; }

input:-moz-placeholder {
  color: #B3B3B3;
  opacity: 1; }

input::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1; }

textarea::-webkit-input-placeholder {
  color: #B3B3B3;
  opacity: 1; }

textarea:-moz-placeholder {
  color: #B3B3B3;
  opacity: 1; }

textarea::-moz-placeholder {
  color: #B3B3B3;
  opacity: 1; }

/*.done .main-preloader-body {
  -webkit-transition: opacity 0.1s ease-out,left 0.1s ease-out;
  transition: opacity 0.1s ease-out,left 0.1s ease-out;
  opacity: 0;
  pointer-events: none;
  left: -9999px; }
.done .main-preloader-body .main-preloader {
    position: absolute; }*/
.align-center {
  text-align: center; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0; }

.center {
  padding: 0 56px;
  max-width: 1868px;
  margin: 0 auto;
  position: relative; }

.center:after {
  content: '';
  display: block;
  clear: both; }

#fullpage {
  height: 100%; }

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

#fp-nav {
  position: fixed;
  right: 32px;
  top: 50%;
  margin: 0;
  z-index: 200; }

#fp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#fp-nav li {
  margin: 1px 0; }

#fp-nav a {
  width: 13px;
  display: block;
  margin: 0 auto;
  height: 13px;
  position: relative; }

#fp-nav a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background-color: #1fd8e3;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -webkit-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

.fp-viewing-about_technology #fp-nav a:after {
  background-color: #fff; }

#fp-nav a.active:after {
  background-color: transparent;
  border: 2px solid #1fd8e3;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px; }

.fp-viewing-about_technology #fp-nav a.active:after {
  border-color: #fff;
  -webkit-transition: border-color 0.5s ease-out;
  -o-transition: border-color 0.5s ease-out;
  transition: border-color 0.5s ease-out; }

.section_home {
  background: url(../images/bg-home02.png) no-repeat 50% 50%/cover;
  overflow: hidden;
  position: relative; }

.section_home .center {
  height: 100%; }

.section_home__img-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  bottom: 0;
  overflow: hidden;
  margin: 30px 0 0 10px; }

.section_home__img-wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 0.2s;
  -o-transition: opacity 0.5s ease-in 0.2s;
  transition: opacity 0.5s ease-in 0.2s; }

.animate .section_home__img-wrap .img {
  opacity: 1; }

.section_home__img-wrap img {
  vertical-align: top; }

.section_home__img-wrap .img-water {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0; }

.section_home__img-wrap .img-water1 {
  -webkit-transition: opacity 1.2s ease-in 0.6s;
  -o-transition: opacity 1.2s ease-in 0.6s;
  transition: opacity 1.2s ease-in 0.6s; }

.section_home__img-wrap .img-water2 {
  -webkit-transition: opacity 1.2s ease-in 1.2s;
  -o-transition: opacity 1.2s ease-in 1.2s;
  transition: opacity 1.2s ease-in 1.2s; }

.animate .section_home__img-wrap .img-water {
  opacity: 1; }

.section_home__text-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  height: 100%;
  width: 50%;
  padding: 160px 0 80px; }

.section_home__text-holder {
  margin: 0 0 20px;
  color: #fff;
  text-transform: uppercase;
  width: 100%; }

.section_home__text-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  margin: 0 0 17px; }

.section_home__text-holder h1 {
  margin: 0;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center; }

.section_home__text {
  text-align: justify;
  margin: 0;
  max-width: 670px;
  margin: 0 auto; }

.section_home__text p {
  margin: 20px 0; }

.logo-wrap {
  text-align: center;
  width: 100%;
  margin: 12.6vh 0 0;
  padding: 0 0 0 94px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  height: 147px;
  padding-top: 35px;
  background-color: transparent;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }

.fp-viewing-additional_services .header,
.fp-viewing-about_technology .header,
.fp-viewing-mobile_app .header,
.fp-viewing-contacts .header,
.fp-viewing-mobile_app .header,
.fp-viewing-basic_services .header {
  background-color: #03dae7;
  height: 60px;
  padding-top: 0; }

.header-logo {
  position: absolute;
  left: 0;
  top: 39px;
  z-index: 5;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 40px;
  height: 33px; }

.header-logo a:before,
.header-logo a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/logo.png) no-repeat 0% 0%;
  width: 219px;
  height: 33px;
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }

.header-logo a:after {
  width: 40px;
  opacity: 0; }

.fp-viewing-contacts .header-logo,
.fp-viewing-additional_services .header-logo,
.fp-viewing-about_technology .header-logo,
.fp-viewing-mobile_app .header-logo,
.fp-viewing-basic_services .header-logo {
  top: 13px; }

.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 25; }

.header-center {
  width: 100%;
  position: relative; }

.mobile-scroll {
  position: absolute;
  left: 0;
  top: 0;
  right: 0; }

.nav-wrap {
  position: absolute;
  top: 48px;
  left: 264px;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out; }

.fp-viewing-additional_services .nav-wrap,
.fp-viewing-about_technology .nav-wrap,
.fp-viewing-contacts .nav-wrap,
.fp-viewing-mobile_app .nav-wrap,
.fp-viewing-basic_services .nav-wrap {
  top: 23px; }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: bold; }

#nav li {
  float: left;
  margin: 0 21px 0 0; }

#nav a {
  color: #fff; }

#nav a.lang {
  border: 1px solid;
  padding: 5px; }

.open-aside {
  display: none; }

.header-contact {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  white-space: nowrap; }

.header-contact .tel {
  font-size: 24px;
  line-height: 24px;
  color: #005777;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out 0.1s;
  -o-transition: opacity 0.2s ease-out 0.1s;
  transition: opacity 0.2s ease-out 0.1s;
  text-decoration: none !important; }

.fp-viewing-basic_services .header-contact .tel,
.fp-viewing-additional_services .header-contact .tel,
.fp-viewing-about_technology .header-contact .tel,
.fp-viewing-mobile_app .header-contact .tel,
.fp-viewing-contacts .header-contact .tel {
  opacity: 0;
  pointer-events: none; }

.header-contact .open-contact-btn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #03dae7;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  border: 2px solid #03dae7;
  /*width: 152px;*/
  width: 200px;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 100px;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  position: absolute;
  top: 38px;
  right: 0; }

.open-contacts-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 240px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 20px 0;
  border-radius: 100px;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  margin: 60px auto; }

.fp-viewing-additional_services .header-contact .open-contact-btn,
.fp-viewing-about_technology .header-contact .open-contact-btn,
.fp-viewing-contacts .header-contact .open-contact-btn,
.fp-viewing-mobile_app .header-contact .open-contact-btn,
.fp-viewing-basic_services .header-contact .open-contact-btn {
  top: 10px;
  color: #fff;
  border-color: #fff; }

.section_services {
  padding: 0; }

.section_services .center {
  padding-top: 80px;
  height: 100%; }

.section_services-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 100%; }

.section_services__header {
  margin: 0 auto 30px;
  max-width: 600px;
  text-align: center; }

.section_services__header h2 {
  margin: 0 0 26px;
  text-transform: uppercase;
  color: #03dae7;
  font-weight: normal;
  font-size: 40px;
  line-height: 40px; }

.section_services__header p {
  margin: 0; }

.section_services__wrapper {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.section_services__logo {
  width: 50%; }

.section_services__img {
  float: right;
  margin: 0 -25px 0 -30px;
  position: relative;
  z-index: -1; }

.section_services__img .img-w {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in 1.3s;
  -o-transition: opacity 1s ease-in 1.3s;
  transition: opacity 1s ease-in 1.3s; }

.section_services__img .img-title {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 0.8s;
  -o-transition: opacity 0.5s ease-in 0.8s;
  transition: opacity 0.5s ease-in 0.8s; }

.animate .section_services__img .img-w {
  opacity: 1; }

.animate .section_services__img .img-title {
  opacity: 1; }

.section_services__logo img {
  vertical-align: top; }

.section_services__holder {
  width: 50%;
  padding: 0 0 0 6.3%; }

.section_services__list {
  margin: 0 -20px 0 0;
  font-size: 0;
  line-height: 0; }

.section_services__list .item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 26px 0; }

.section_services__list .item:nth-child(8n -3) {
  margin-left: -97px; }

.section_services__list .ico {
  margin: 0 auto 19px;
  width: 60px;
  height: 60px;
  border: 2px solid #03dae7;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  display: block;
  position: relative; }

.section_services__list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.section_services__list .text {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 16px; }

.section_additional {
  background-color: #f9f9f8; }

.section_additional .center {
  padding-top: 80px;
  height: 100%; }

.section_additional__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 0 0 52px; }

.section_additional__info {
  width: 50%;
  position: relative;
  z-index: 5; }

.section_additional__icon {
  width: 50%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.section_additional__holder {
  margin: 0;
  position: relative;
  z-index: 5; }

.section_additional__holder h2 {
  margin: 0 0 29px;
  color: #03dae7;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap; }

.section_additional__holder .bread-crumbs {
  margin: 0 0 24px;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section_additional__holder .bread-crumbs span {
  /* display:inline-block; */
  /* vertical-align:top; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.section_additional__holder .bread-crumbs .open-contacts-btn {
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  color: #03dae7;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  border: 2px solid #03dae7;
  text-transform: uppercase;
  padding: 10px 19px;
  border-radius: 100px;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  margin: 0;
  margin-left: 40px;
  white-space: nowrap; }

.section_additional__holder .bread-crumbs span:after {
  content: '';
  background: url(../images/arrow-right.png) no-repeat 0% 0%;
  width: 8px;
  height: 14px;
  /* display:inline-block;
  vertical-align:top; */
  margin: 3px 5px 0 15px; }

.section_additional__holder .bread-crumbs span:last-child:after {
  display: none; }

.section_additional__text {
  margin: 0;
  max-width: 740px; }

.section_additional__text p {
  margin: 0 0 10px; }

.section_additional__text p:last-child {
  margin-bottom: 0; }

.section_additional__list {
  margin: 0;
  padding: 40px 0; }

.section_additional__list:after {
  content: '';
  display: block;
  clear: both; }

.section_additional__icon-col {
  float: left;
  width: 43%; }

.section_additional__list .item {
  margin: 40px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.section_additional__list .ico {
  margin: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #03dae7;
  text-align: center;
  line-height: 58px;
  border-radius: 50%;
  display: block;
  position: relative; }

.section_additional__list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }

.section_additional__list .text {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-left: 25px; }

.section_additional__img {
  margin: -30px 20px -20px -155px;
  opacity: 1;
  /*transition: opacity 0.5s ease-out 0.8s;*/
  position: relative; }

.section_additional__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0; }

.section_additional__img-wrap:nth-child(1) {
  position: relative; }

.animate .section_additional__img-wrap:nth-child(1) {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in 0.8s;
  -o-transition: opacity 0.8s ease-in 0.8s;
  transition: opacity 0.8s ease-in 0.8s; }

.animate .section_additional__img-wrap:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in 1.1s;
  -o-transition: opacity 0.8s ease-in 1.1s;
  transition: opacity 0.8s ease-in 1.1s; }

.animate .section_additional__img-wrap:nth-child(3) {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in 1.4s;
  -o-transition: opacity 0.8s ease-in 1.4s;
  transition: opacity 0.8s ease-in 1.4s; }

.animate .section_additional__img-wrap:nth-child(4) {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in 1.7s;
  -o-transition: opacity 0.8s ease-in 1.7s;
  transition: opacity 0.8s ease-in 1.7s; }

.animate .section_additional__img-wrap:nth-child(5) {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in 1.7s;
  -o-transition: opacity 0.8s ease-in 1.7s;
  transition: opacity 0.8s ease-in 1.7s; }

.section_technology {
  background-color: #14d0db; }

.section_technology .center {
  padding-top: 80px;
  height: 100%; }

.section_technology__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 52px; }

.section_technology__info {
  width: 50%; }

.section_technology__text {
  max-width: 716px;
  line-height: 20px;
  text-align: justify; }

.section_technology__text p {
  margin: 0 0 10px; }

.section_technology__text p:last-child {
  margin-bottom: 0; }

.section_technology__heading {
  margin: 0 0 28px; }

.section_technology__heading h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal; }

.section_technology__icon-list {
  width: 50%;
  font-size: 0;
  line-height: 0; }

.section_technology__icon-holder {
  position: relative;
  width: 100%;
  padding-top: 50%; }

.section_technology__icon-list .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  padding-top: 20%; }

.section_technology__icon-list .img-wrap1 {
  left: 12%;
  top: 0%;
  width: 30%;
  padding-top: 30%; }

.section_technology__icon-list .img-wrap2 {
  left: 50%;
  top: 3.5%;
  width: 16%;
  padding-top: 16%; }

.section_technology__icon-list .img-wrap3 {
  left: 41%;
  top: 41.6%;
  width: 26%;
  padding-top: 26%; }

.section_technology__icon-list .img-wrap4 {
  left: 70%;
  top: 31%;
  width: 30%;
  padding-top: 30%; }

.section_technology__icon-list .img-wrap5 {
  left: 23%;
  top: 77%;
  width: 18%;
  padding-top: 18%; }

.section_technology__icon-list .img-wrap6 {
  left: 62%;
  top: 94%;
  width: 15%;
  padding-top: 15%; }

.section_technology__icon-list .img {
  border: 7px solid #3cebf5;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.section_technology__icon-list .img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.section_contacts__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: calc(100% - 82px);
  width: 100%;
  position: relative; }

.map-wrap {
  height: 100%;
  width: 50%;
  overflow: hidden;
  position: relative; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.footer {
  height: 82px;
  overflow: hidden;
  position: relative;
  background-color: #13cfda;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 28px 0 0;
  font-weight: 500; }

.copyright {
  float: left; }

.by {
  float: right; }

.by a {
  color: #fff;
  text-decoration: underline; }

.by a:hover {
  text-decoration: none; }

.footer-logo {
  position: absolute;
  top: -3px;
  left: 50%;
  margin: 0 0 0 -93px;
  width: 187px;
  height: 31px;
  background: url(../images/footer-logo.png) no-repeat 0% 0%; }

.contact-wrapper {
  width: 50%;
  padding: 0 52px 0 6.7%;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.contact-wrapper h2 {
  margin: 0 0 25px;
  color: #13cfda;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal; }

.contact-holder {
  position: relative;
  padding: 0;
  margin: 0; }

.contact-list {
  max-width: 754px;
  padding: 0 52px 0 0;
  margin: 0;
  color: #808080; }

.contact-list:after {
  display: block;
  clear: both;
  content: '';
  font-size: 0;
  line-height: 0; }

.contact-list .item {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  width: 49%;
  font-size: 16px;
  line-height: 22px;
  margin: 42px 0; }

.contact-list .title {
  position: relative;
  padding: 0 0 0 38px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px; }

.contact-list p {
  margin: 0; }

.contact-list .title:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 26px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 0 0; }

.contact-list .type1 {
  color: #35a840; }

.contact-list .type2 {
  color: #de4040; }

.contact-list .type3 {
  color: #2485d8; }

.contact-list .type1:after {
  background-image: url(../images/mark01.png); }

.contact-list .type2:after {
  background-image: url(../images/mark02.png); }

.contact-list .type3:after {
  background-image: url(../images/mark03.png); }

.popup_holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7000;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  pointer-events: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.popup_holder.active {
  opacity: 1;
  top: 0;
  left: 0;
  pointer-events: auto; }

.popup_holder .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #04595e;
  opacity: 0.63;
  width: 100%;
  height: 100%; }

.popup {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 475px;
  padding: 0;
  background-color: #13cfda;
  z-index: 20;
  overflow: auto;
  max-height: 100%;
  padding: 30px 50px;
  border-radius: 30px; }

.close_popup {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 30;
  background: #11c1cb url(../images/bg-close.png) no-repeat 50% 50%; }

.popup-form {
  position: relative; }

.popup-form h2 {
  margin: 0 0 19px 20px;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff; }

.form-row {
  margin: 0 0 15px; }

.form-row:after {
  display: block;
  clear: both;
  content: ''; }

.form-row .label {
  display: block;
  margin: 0 0 5px 20px;
  color: #000;
  font-size: 14px;
  line-height: 18px; }

.form-input {
  border: 2px solid #fff;
  -webkit-appearance: none;
  background-color: #fff;
  height: 50px;
  padding: 14px 18px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 25px;
  width: 100%; }

.form-input.error {
  border-color: red; }

textarea.form-input {
  resize: none;
  /*height: 150px;*/
  height: 100px; }

.popup-form .btn-row {
  text-align: center; }

.popup-form .form-btn {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-appearance: none;
  min-width: 154px;
  text-align: center;
  padding: 10px;
  border-radius: 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  background-color: transparent; }

.btn-row {
  margin-top: 20px; }

.aside-nav-wrap {
  display: none; }

.section_services__header .section_services__logo {
  display: none; }

.mb-contact {
  display: none; }

.mb-visible {
  display: none; }

@media screen and (max-height: 800px) {
  .logo-wrap {
    margin-top: 25px; }
  .section_services__list .item {
    margin-top: 10px;
    margin-bottom: 10px; }
  .section_additional__list {
    padding: 0; }
  .section_additional__list .item {
    margin-top: 20px; }
  .section_technology__icon-holder {
    margin-bottom: 100px; } }

@media screen and (max-height: 800px) and (min-width: 1300px) {
  .section_additional__icon {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto; } }

@media screen and (max-height: 640px), screen and (max-width: 959px) {
  body .header,
  body .header * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  #fullpage,
  .fp-scrollable,
  .fp-tableCell,
  .fp-section.fp-table,
  .fp-slide.fp-table {
    height: auto !important;
    /*display:block;*/ }
  .fp-section.fp-table.section_home,
  .section_home {
    overflow: hidden;
    display: block; }
  .fp-section.fp-table, .fp-slide.fp-table, .fp-tableCell {
    display: block; }
  .section_services .center {
    padding-bottom: 40px; }
  .section_technology .center {
    padding-bottom: 60px; }
  .map-wrap {
    position: absolute;
    top: 0;
    bottom: 0; }
  .contact-wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
    float: right;
    margin-left: 50%; }
  .fp-viewing-home .header {
    background-color: #03dae7;
    height: 60px;
    padding-top: 0; }
  .fp-viewing-home .header {
    background-color: #03dae7;
    height: 60px;
    padding-top: 0; }
  .fp-viewing-home .header-logo {
    top: 13px; }
  .fp-viewing-home .nav-wrap {
    top: 23px; }
  .fp-viewing-home .header-contact .open-contact-btn {
    top: 10px;
    color: #fff;
    border-color: #fff; }
  .fp-viewing-basic_services .header-contact .tel,
  .fp-viewing-additional_services .header-contact .tel,
  .fp-viewing-about_technology .header-contact .tel,
  .fp-viewing-mobile_app .header-contact .tel,
  .fp-viewing-contacts .header-contact .tel,
  .fp-viewing-home .header-contact .tel {
    opacity: 1;
    right: 20px;
    top: 20px;
    /*right: 164px;*/
    right: 215px;
    color: #fff; }
  .fp-viewing-home .open-aside {
    top: 11px; }
  .fp-viewing-contacts .header-logo a:before,
  .fp-viewing-additional_services .header-logo a:before,
  .fp-viewing-about_technology .header-logo a:before,
  .fp-viewing-basic_services .header-logo a:before,
  .fp-viewing-mobile_app .header-logo a:before,
  .fp-viewing-home .header-logo a:before {
    opacity: 0;
    pointer-events: none; }
  .fp-viewing-contacts .header-logo a:after,
  .fp-viewing-additional_services .header-logo a:after,
  .fp-viewing-about_technology .header-logo a:after,
  .fp-viewing-basic_services .header-logo a:after,
  .fp-viewing-mobile_app .header-logo a:after,
  .fp-viewing-home .header-logo a:after {
    opacity: 1; }
  .fp-viewing-additional_services .nav-wrap,
  .fp-viewing-about_technology .nav-wrap,
  .fp-viewing-contacts .nav-wrap,
  .fp-viewing-basic_services .nav-wrap,
  .fp-viewing-mobile_app .nav-wrap,
  .fp-viewing-home .nav-wrap {
    left: 60px; } }

@media screen and (max-width: 1800px) {
  .header-contact .tel {
    font-size: 22px; }
  .header {
    padding-top: 45px; }
  .header-logo {
    top: 2px; }
  .nav-wrap {
    left: 0; }
  .section_home__img-wrap {
    margin: 45px 0 0 18px; }
  .section_home__text-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px; }
  .section_home__text-holder h1 {
    font-size: 50px;
    line-height: 50px; }
  .section_home__text-wrap {
    padding-top: 213px;
    padding-bottom: 50px; }
  .section_home__text-holder {
    margin-bottom: 6px; }
  .logo-wrap {
    margin-top: 56px;
    padding-left: 0; }
  .fp-viewing-contacts .header-logo a:before,
  .fp-viewing-additional_services .header-logo a:before,
  .fp-viewing-about_technology .header-logo a:before,
  .fp-viewing-mobile_app .header-logo a:before,
  .fp-viewing-basic_services .header-logo a:before {
    opacity: 0;
    pointer-events: none; }
  .fp-viewing-contacts .header-logo a:after,
  .fp-viewing-additional_services .header-logo a:after,
  .fp-viewing-about_technology .header-logo a:after,
  .fp-viewing-mobile_app .header-logo a:after,
  .fp-viewing-basic_services .header-logo a:after {
    opacity: 1; }
  .fp-viewing-additional_services .nav-wrap,
  .fp-viewing-about_technology .nav-wrap,
  .fp-viewing-mobile_app .nav-wrap,
  .fp-viewing-contacts .nav-wrap,
  .fp-viewing-basic_services .nav-wrap {
    left: 60px; }
  .fp-viewing-contacts .open-aside,
  .fp-viewing-additional_services .open-aside,
  .fp-viewing-about_technology .open-aside,
  .fp-viewing-mobile_app .open-aside,
  .fp-viewing-basic_services .open-aside {
    top: 11px; }
  .section_services__img {
    margin: 0 70px 0 -54px; }
  .section_services__holder {
    padding: 0; }
  .section_services__list {
    margin: 0 41px 0 12px; }
  .section_services__list .item {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0 10px; }
  .section_services__list .item br {
    display: none; }
  .section_services__header {
    margin-bottom: 33px; }
  .section_additional__info {
    width: 58%; }
  .section_additional__icon {
    width: 42%; }
  .section_additional__img {
    margin: 6px -44px -20px 25px; }
  .section_additional__icon-col {
    width: 50%;
    margin-bottom: 20px; }
  .section_additional__text br {
    display: none; }
  .section_technology__heading {
    margin: 0 0 24px; }
  .section_technology__info {
    width: 60%; }
  .section_technology__icon-holder {
    margin-bottom: 34px;
    margin-right: -54px;
    width: auto; }
  .section_technology__icon-list .img {
    border-width: 5px; }
  .contact-wrapper {
    padding-left: 3.5%;
    padding-right: 0; }
  .contact-list .item {
    margin: 8px 0; }
  .contact-wrapper h2 {
    margin-bottom: 13px; } }

@media screen and (max-width: 1800px) and (max-height: 669px) {
  .logo-wrap {
    margin-top: 24px;
    padding-left: 0; }
  .section_services__header {
    margin-bottom: 7px; }
  .section_technology__icon-holder {
    margin-bottom: 100px; } }

@media screen and (max-width: 1800px) and (max-height: 640px) {
  .section_additional__icon-col {
    margin-bottom: 50px; } }

@media screen and (max-width: 1480px) {
  .section_technology__text {
    line-height: 18px;
    font-size: 13px;
    text-align: justify; } }

@media screen and (max-width: 1300px) {
  .open-aside {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 30px;
    font-family: 'Myriad Pro','geometria';
    text-decoration: none !important;
    -webkit-transition: top 0.8s ease-out;
    -o-transition: top 0.8s ease-out;
    transition: top 0.8s ease-out; }
  .open-aside .tile {
    background-color: #fff;
    height: 3px;
    width: 20px;
    top: 17px;
    left: 0;
    position: absolute; }
  .open-aside .tile:before,
  .open-aside .tile:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: -7px;
    left: 0; }
  .open-aside .tile:after {
    top: 7px; }
  .nav-wrap {
    display: none; }
  .header-logo {
    left: 90px; }
  .fp-viewing-contacts .open-aside,
  .fp-viewing-additional_services .open-aside,
  .fp-viewing-about_technology .open-aside,
  .fp-viewing-mobile_app .open-aside,
  .fp-viewing-basic_services .open-aside {
    top: 11px; }
  .fp-viewing-home .header-logo a:before,
  .fp-viewing-contacts .header-logo a:before,
  .fp-viewing-additional_services .header-logo a:before,
  .fp-viewing-about_technology .header-logo a:before,
  .fp-viewing-mobile_app .header-logo a:before,
  .fp-viewing-basic_services .header-logo a:before {
    opacity: 1;
    pointer-events: auto; }
  .fp-viewing-home .header-logo a:after,
  .fp-viewing-contacts .header-logo a:after,
  .fp-viewing-additional_services .header-logo a:after,
  .fp-viewing-about_technology .header-logo a:after,
  .fp-viewing-mobile_app .header-logo a:after,
  .fp-viewing-basic_services .header-logo a:after {
    opacity: 0; }
  .aside-nav-wrap {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 320;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out; }
  .mb-open-nav .aside-nav-wrap {
    opacity: 1;
    pointer-events: auto; }
  .aside-nav-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #04595e;
    opacity: 0.63;
    width: 100%;
    height: 100%; }
  .aside-nav-holder {
    position: absolute;
    width: 320px;
    padding: 0 56px;
    background-color: #03dae7;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 20;
    color: #fff;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .mb-open-nav .aside-nav-holder {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .aside-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    background: #11c1cb url(../images/bg-close.png) no-repeat 50% 50%; }
  .aside-nav {
    position: absolute;
    top: 82px;
    left: 56px;
    bottom: 18px;
    right: 56px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: auto; }
  .aside-nav li {
    margin-bottom: 18px; }
  .aside-nav a {
    color: #fff; }
  .section_home__text-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px; }
  .section_home__text-holder h1 {
    font-size: 35px;
    line-height: 35px; }
  .section_home__text-wrap {
    padding-top: 124px;
    width: 43%; }
  .section_home {
    background-position: 61% 50%; }
  .logo-wrap {
    margin-top: 22px;
    padding-left: 60px; }
  .section_home__img-wrap {
    margin: 83px 0 0 -4.5%;
    width: 64%; }
  .section_services-wrap {
    position: relative; }
  .section_services__header {
    width: 100%;
    padding-left: 50%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: left;
    max-width: 100%;
    position: relative;
    width: 100%; }
  .section_services__wrapper .section_services__logo {
    display: none; }
  .section_services__header .section_services__logo {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0 94px 0 0;
    z-index: -1; }
  .section_services__header .section_services__img {
    margin: 0; }
  .section_services__holder {
    width: 100%; }
  .section_services__list {
    margin: 0 -6px 0 94px; }
  .section_services__header h2 {
    margin-bottom: 16px; }
  #fp-nav {
    right: 19px; }
  .section_services .center {
    padding-bottom: 20px; }
  .section_additional__wrap {
    padding-left: 0; }
  .section_additional__info {
    width: 66%; }
  .section_additional__holder {
    width: 150%; }
  .section_additional__text {
    max-width: 100%; }
  .section_additional__list .text {
    padding-left: 9px; }
  .section_additional__icon-col {
    margin-top: 15px; }
  .section_additional__icon {
    width: 44%; }
  .section_additional__img {
    margin: 0px -29px -10px -80px; }
  .section_technology__wrap {
    padding: 0; }
  .section_technology__info {
    width: 64%; }
  .section_technology__heading {
    width: 150%; }
  .section_technology__icon-holder {
    margin: 0;
    padding-top: 110%; }
  .section_technology__icon-list .img-wrap1 {
    width: 34%;
    padding-top: 34%;
    left: 18%; }
  .section_technology__icon-list .img-wrap2 {
    left: 71%;
    top: 15%;
    width: 20%;
    padding-top: 20%; }
  .section_technology__icon-list .img-wrap3 {
    left: 46%;
    top: 35%;
    width: 30%;
    padding-top: 30%; }
  .section_technology__icon-list .img-wrap4 {
    left: 68%;
    top: 57%;
    width: 34%;
    padding-top: 34%; }
  .section_technology__icon-list .img-wrap5 {
    left: 22%;
    top: 50%;
    width: 21%;
    padding-top: 21%; }
  .section_technology__icon-list .img-wrap6 {
    left: 43%;
    top: 82%;
    width: 17%;
    padding-top: 17%; }
  .section_technology .center {
    padding-bottom: 40px; }
  .contact-wrapper {
    padding: 80px 52px 20px 5%; }
  .contact-list {
    padding-right: 0; }
  .contact-list .item {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 18px; }
  .contact-wrapper h2 {
    margin-bottom: 20px; }
  .contact-list .title {
    margin-bottom: 5px;
    padding: 0 0 0 23px; }
  .contact-list .title::after {
    top: 0;
    width: 13px;
    height: 17px;
    background-size: cover; } }

@media screen and (max-width: 959px) {
  .center {
    padding-left: 10px;
    padding-right: 10px; }
  .section_services .center {
    padding-bottom: 40px; }
  .section_home__text-holder h1 {
    font-size: 30px;
    line-height: 30px; }
  .section_technology__icon-holder {
    margin-left: -20px;
    margin-right: 20px; }
  .contact-wrapper {
    padding-right: 10px; }
  .contact-wrapper h2 {
    font-size: 37px;
    line-height: 37px; }
  .section_additional .center {
    padding-bottom: 20px; }
  .section_services__header {
    margin-bottom: 33px; } }

@media screen and (max-width: 767px) {
  .mb-contact {
    display: block; }
  .header-contact {
    display: none; }
  .fp-viewing-home .header {
    background-color: transparent; }
  .mb-fixed .fp-viewing-home .header {
    background-color: #03dae7; }
  .fp-viewing-home .header-logo a:before,
  .fp-viewing-contacts .header-logo a:before,
  .fp-viewing-additional_services .header-logo a:before,
  .fp-viewing-about_technology .header-logo a:before,
  .fp-viewing-mobile_app .header-logo a:before,
  .fp-viewing-basic_services .header-logo a:before {
    background-image: url(../images/mb-logo.png);
    width: 196px;
    height: 29px;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
  .mb-fixed .fp-viewing-home .header-logo a:before,
  .mb-fixed .fp-viewing-contacts .header-logo a:before,
  .mb-fixed .fp-viewing-additional_services .header-logo a:before,
  .mb-fixed .fp-viewing-about_technology .header-logo a:before,
  .mb-fixed .fp-viewing-mobile_app .header-logo a:before,
  .mb-fixed .fp-viewing-basic_services .header-logo a:before {
    background-image: url(../images/mb-logo-h.png); }
  .open-aside {
    color: #03dae7;
    left: auto;
    right: 0;
    font-weight: bold; }
  .mb-fixed .open-aside {
    color: #fff; }
  .open-aside .tile:before,
  .open-aside .tile:after,
  .open-aside .tile {
    background-color: #03dae7; }
  .mb-fixed .open-aside .tile:before,
  .mb-fixed .open-aside .tile:after,
  .mb-fixed .open-aside .tile {
    background-color: #fff; }
  .fp-viewing-contacts .header-logo,
  .fp-viewing-additional_services .header-logo,
  .fp-viewing-about_technology .header-logo,
  .fp-viewing-basic_services .header-logo,
  .fp-viewing-mobile_app .header-logo,
  .fp-viewing-home .header-logo {
    left: 0; }
  .section_home {
    background: none; }
  .section_home__text-wrap {
    display: block;
    margin: 0;
    padding: 88px 0 0;
    width: auto; }
  .section_home__text {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center; }
  .section_home__mb-wrap {
    display: block;
    margin: 0 -10px;
    padding: 31px 10px 44px;
    width: auto;
    text-align: center;
    background: #13cfda url(../images/mb-bg-home.png) no-repeat 50% 100%/100% auto; }
  .section_home__text-holder {
    display: block;
    margin: 0 0 21px;
    width: auto;
    padding: 0; }
  .section_home__text p {
    margin: 0 0 20px; }
  .mb-contact {
    text-align: center; }
  .mb-contact .tel {
    font-size: 22px;
    line-height: 22px;
    color: #005777;
    margin: 0 0 15px;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top; }
  .mb-contact .open-contact-btn {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    color: #03dae7;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    border: 2px solid #03dae7;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 100px; }
  .section_home__img-wrap {
    margin: 9px -100px 0 -114px;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
    height: 86.3vh; }
  .section_home__img-wrap .img {
    position: relative;
    left: auto;
    top: auto; }
  .popup {
    padding-left: 10px;
    padding-right: 10px; }
  .aside-nav-holder {
    padding: 10px; }
  .aside-nav {
    left: 10px;
    right: 10px; }
  .section_home__text-title {
    font-size: 20px;
    line-height: 20px; }
  .logo-wrap {
    margin-top: 25px;
    padding-left: 0; }
  .header {
    position: absolute; }
  .mb-fixed .header {
    position: fixed; }
  .fp-viewing-home .header {
    padding: 19px 0 0;
    height: 79px; }
  .mb-fixed .fp-viewing-home .header {
    padding: 0;
    height: 60px; }
  .section_services .center {
    padding-top: 0;
    padding-bottom: 14px; }
  .section_services-wrap {
    display: block;
    padding: 17px 0 0; }
  .section_services__header {
    padding: 0;
    margin: 0;
    text-align: center; }
  .section_services__header .section_services__logo {
    padding: 0;
    top: auto;
    position: relative;
    left: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
    width: auto; }
  .section_services__header h2 {
    margin: 0 0 24px;
    font-size: 25px;
    line-height: 25px; }
  .section_services__wrapper {
    display: block; }
  .section_services__list {
    margin: 0;
    text-align: center; }
  .section_services__header .section_services__img {
    margin: 23px -17px 27px -17px; }
  .section_services__list .item {
    width: 50%;
    margin-bottom: 21px; }
  .section_services__list .item:nth-child(8n -3) {
    margin-left: 0; }
  .section_additional .center {
    padding-top: 0;
    padding-bottom: 0; }
  .section_additional__holder h2 {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 30px;
    white-space: normal; }
  .section_additional__heading {
    text-align: center; }
  .section_additional__holder {
    width: auto; }
  .section_additional__info {
    width: auto; }
  .section_additional__wrap {
    display: block;
    padding: 38px 0 11px; }
  .section_additional__icon {
    width: auto; }
  .bread-crumbs {
    text-align: center; }
  .section_additional__holder .bread-crumbs span {
    display: block; }
  .section_additional__holder .bread-crumbs span:after {
    margin: 7px auto 6px;
    display: block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .section_additional__icon-col {
    width: 100%;
    margin: 0; }
  .section_additional__img {
    margin: 8px -17px 0 0; }
  .section_additional__holder .bread-crumbs {
    margin-bottom: 30px;
    display: block; }
  .section_additional__holder .bread-crumbs .open-contacts-btn {
    margin: 0 auto; }
  .section_technology .center {
    padding-top: 0;
    padding-bottom: 0px; }
  .section_technology__heading {
    width: auto;
    text-align: center; }
  .section_technology__heading h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 14px; }
  .section_technology__wrap {
    display: block;
    padding: 36px 0; }
  .section_technology__info {
    width: auto; }
  .section_technology__icon-list {
    width: auto; }
  .section_technology__icon-holder {
    margin: 0;
    padding-top: 98%; }
  .section_technology__icon-list .img-wrap1 {
    top: 12%;
    left: 0; }
  .section_technology__icon-list .img-wrap2 {
    left: 42%;
    top: 13%; }
  .section_technology__icon-list .img-wrap3 {
    left: 33%;
    top: 36%; }
  .section_technology__icon-list .img-wrap4 {
    left: 65%;
    top: 30%; }
  .section_technology__icon-list .img-wrap5 {
    left: 13%;
    top: 56%; }
  .section_technology__icon-list .img-wrap6 {
    left: 57%;
    top: 66%; }
  .contact-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 17px; }
  .section_contacts__wrap {
    display: block;
    height: auto; }
  .contact-wrapper {
    padding: 38px 10px 15px;
    width: auto;
    margin: 0;
    float: none; }
  .map-wrap {
    position: relative;
    width: 100%;
    margin: 0;
    height: 500px; }
  .footer-logo {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 17px; }
  .copyright {
    float: none;
    margin: 0 0 3px; }
  .by {
    margin: 0;
    float: none; }
  .footer {
    height: auto;
    padding: 25px 0 16px;
    text-align: center; }
  .mb-hidden {
    display: none; }
  .mb-visible {
    display: block; } }
