@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  line-height: inherit;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-fb {
  background-image: url("../img/icons/face.png");
}

.icon-wat {
  background-image: url("../img/icons/wat.png");
}

.icon-tw {
  background-image: url("../img/icons/tw.png");
}

.icon-inst {
  background-image: url("../img/icons/inst.png");
}

.icon-home {
  background-image: url("../img/icon-home.png");
}

.icon-projects {
  background-image: url("../img/icon-projects.png");
}

.icon-gallery {
  background-image: url("../img/icon-gallery.png");
}

.icon-partner {
  background-image: url("../img/icon-partner.png");
}

.icon-team {
  background-image: url("../img/icon-team.png");
}

.icon-map {
  background-image: url("../img/icon-map.png");
}

.navbar {
  position: relative;
  padding: 0 0 30px;
}

.navbar:after {
  content: "";
  display: table;
  clear: both;
}

.top-logo {
  width: 130px;
  float: left;
  margin-left: 18.2%;
  padding: 40px 0 0;
}

.top-logo img {
  max-width: 100%;
}

.menu-btn {
  position: fixed;
  z-index: 50000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  left: 3%;
  top: 50px;
  width: 42px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
  line-height: 4px;
  cursor: pointer;
}

.menu-btn:focus {
  outline: none;
}

.menu-btn:hover .menu-btn__b::before {
  width: 30%;
}

.menu-btn:hover .menu-btn__b::after {
  width: 60%;
}

.menu-btn:hover .menu-btn__a,
.menu-btn:hover .menu-btn__c {
  background: none;
}

.menu-btn:hover .menu-btn__a::before,
.menu-btn:hover .menu-btn__c::before {
  width: 10%;
}

.menu-btn:hover .menu-btn__a::after,
.menu-btn:hover .menu-btn__c::after {
  width: 80%;
}

.menu-btn.close .menu-btn__b::before {
  width: 100%;
}

.menu-btn.close .menu-btn__b::after {
  width: 0;
}

.menu-btn.close .menu-btn__a,
.menu-btn.close .menu-btn__c {
  background: none;
}

.menu-btn.close .menu-btn__a::before,
.menu-btn.close .menu-btn__c::before {
  width: 80%;
}

.menu-btn.close .menu-btn__a::after,
.menu-btn.close .menu-btn__c::after {
  width: 10%;
}

.menu-btn__a,
.menu-btn__b,
.menu-btn__c {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  height: 4px;
  background: #576CBB;
  line-height: 4px;
}

.menu-btn__a::before, .menu-btn__a::after,
.menu-btn__b::before,
.menu-btn__b::after,
.menu-btn__c::before,
.menu-btn__c::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  background: #576CBB;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0px 1px 4.2px 0.8px rgba(0, 22, 32, 0.39);
          box-shadow: 0px 1px 4.2px 0.8px rgba(0, 22, 32, 0.39);
}

.menu-btn__b,
.menu-btn__c {
  margin-top: 10px;
}

.menu-btn__b {
  background: none;
}

.menu-btn__b::before {
  width: 10%;
  left: 0;
}

.menu-btn__b::after {
  width: 80%;
  right: 0;
}

.menu-btn__a,
.menu-btn__c {
  background: none;
}

.menu-btn__a::before,
.menu-btn__c::before {
  width: 0;
  left: 0;
}

.menu-btn__a::after,
.menu-btn__c::after {
  width: 100%;
  right: 0;
}

.navbar__right {
  float: right;
  padding-top: 55px;
  padding-right: 13.7%;
}

.top-lang {
  position: relative;
  float: right;
  margin-left: 30px;
  cursor: pointer;
}

.top-lang__switch {
  color: #83848a;
  text-transform: uppercase;
}

.top-lang__modal {
  position: absolute;
  z-index: 20;
  right: -11px;
  top: 100%;
  margin-top: 15px;
  padding: 10px 11px 5px;
  background-color: #223151;
  border: 1px solid #f56126;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  cursor: default;
}

.top-lang__modal.expand {
  opacity: 1;
  visibility: visible;
}

.top-lang__switch_item {
  margin: 0 0 5px 0;
  color: #83848a;
}

.top-lang__switch_item a {
  color: #f56126;
  text-decoration: none;
}

.main-nav {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  max-height: 90vh;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 50000;
  background-color: #20263b;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-nav.expand {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.main-nav__in {
  display: table;
  width: 100%;
}

.main-nav__close {
  position: absolute;
  z-index: 50040;
  right: 20px;
  top: 40px;
  font-family: serif;
  font-size: 70px;
  line-height: 0.8;
  font-weight: bold;
  cursor: pointer;
  color: #2b3451;
}

.main-nav__close:hover {
  color: #161b2b;
}

.nav-aside {
  display: table-cell;
  vertical-align: bottom;
  width: 128px;
  padding-bottom: 30px;
}

.nav-aside__item {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #7C7F78;
  text-align: center;
}

.nav-aside__item:hover {
  color: #fff;
}

.main-callback {
  display: table-cell;
  vertical-align: top;
  min-width: 50%;
  padding: 90px 10% 50px 8%;
  background-color: #607DC1;
}

.main-callback__in {
  max-width: 550px;
  margin: 0 auto;
}

.main-callback__h {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.25;
  color: #FFFEFB;
}

.main-callback__form {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.main-callback__form .form-row {
  position: relative;
  margin-bottom: 20px;
}

.main-callback__form label {
  position: absolute;
  bottom: 0.2em;
  left: 5px;
  font-size: 18px;
  -webkit-transition: font-size .15s ease-out;
  transition: font-size .15s ease-out;
}

.main-callback__form .form-action {
  margin: 40px 0 30px;
  text-align: right;
}

.main-callback__inp,
.main-callback__txa {
  width: 100%;
  padding: 0 5px;
  background-color: transparent;
  border: 0;
  font-size: 18px;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
}

.main-callback__inp.is-focus,
.main-callback__txa.is-focus {
  outline: 0;
}

.main-callback__inp.is-focus + label,
.main-callback__txa.is-focus + label {
  bottom: 100%;
  font-size: 0.75em;
}

.main-callback__inp.is-focus + label + .input-line svg,
.main-callback__txa.is-focus + label + .input-line svg {
  -webkit-transform: translate3d(-66.6%, 0, 0);
          transform: translate3d(-66.6%, 0, 0);
}

.main-callback__inp.is-filled + label,
.main-callback__txa.is-filled + label {
  bottom: 100%;
  font-size: 0.75em;
}

.main-callback__inp:-webkit-autofill, .main-callback__inp:-webkit-autofill:focus,
.main-callback__txa:-webkit-autofill,
.main-callback__txa:-webkit-autofill:focus {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-callback__inp {
  height: 1.5em;
}

.main-callback__txa {
  height: 5em;
  resize: vertical;
}

.input-line {
  width: 100%;
  height: 1.5em;
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -4px;
  overflow: hidden;
}

.input-line svg {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  left: 0;
  bottom: 0;
  stroke: #000;
  pointer-events: none;
  -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.main-callback__btn {
  padding: 0;
  background: none;
  border: 0;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
}

.main-menu {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  width: 60vh;
}

.main-menu__item {
  position: relative;
  float: left;
  width: 50%;
  padding-top: 50%;
  text-align: center;
  color: #0c1427;
  background-color: #214085;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.main-menu__item:first-child {
  background-color: #536EB3;
}

.main-menu__item:nth-child(3) {
  background-color: #959595;
}

.main-menu__item:nth-child(4) {
  background-color: #223152;
}

.main-menu__item:nth-child(5) {
  background-color: #1A3163;
}

.main-menu__item:hover {
  background-color: #f56125;
}

.main-menu__item:hover .main-menu__item_sub {
  opacity: 1;
  visibility: visible;
}

.main-menu__item_in {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}

.main-menu__item_in > span {
  display: block;
}

.main-menu__item_in .icon {
  font-size: 4em;
  margin-bottom: 5px;
  background-position: 50% 100%;
}

.main-menu__item_sub {
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #f56125;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.main-menu__item_sub > a {
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: inherit;
}

.main-menu__item_sub > a:hover {
  color: #fff;
}

.main-callback__footer {
  text-align: right;
}

.main-callback__contact {
  font-size: 18px;
}

.main-callback__contact > a {
  display: inline-block;
  margin-bottom: 5px;
  color: inherit;
  font-size: 26px;
}

.nav-socials {
  margin: 30px 0 0;
  text-align: center;
}

.nav-socials > p {
  margin-bottom: 10px;
}

.nav-socials .icon {
  font-size: 37px;
}

@media screen and (max-width: 1200px) {
  .main-menu {
    width: 50vh;
  }
  .main-callback {
    padding: 60px 8% 40px 5%;
  }
  .main-menu__item_in .icon {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 1024px) {
  .main-nav {
    position: fixed;
    top: 120px;
    overflow: auto;
    overflow-x: hidden;
  }
  .main-nav__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-nav__close {
    display: none;
  }
  .nav-aside {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .nav-aside__item {
    display: inline-block;
    margin: 10px;
  }
  .nav-socials {
    margin: 20px auto;
  }
  .nav-socials > p {
    display: inline-block;
    margin: 10px;
  }
  .main-menu {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .main-callback {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .main-menu__item {
    width: 16.666%;
    padding-top: 20%;
  }
  .main-menu__item_in {
    font-size: 20px;
  }
  .main-menu__item_sub > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .top-logo {
    float: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
  }
  .main-menu__item {
    width: 100%;
    float: none;
    padding-top: 4em;
  }
  .main-menu__item_in {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-menu__item_in > span {
    margin-right: 10px;
  }
  .main-menu__item_in .icon {
    font-size: 1.5em;
  }
}

.hero-video {
  position: relative;
}

.hero-video video {
  width: 100%;
}

.hero-video.paused .hero-video__pp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -19px;
  border: 0;
  background: transparent;
  width: 0;
  height: 60px;
  border-color: transparent transparent transparent rgba(51, 51, 51, 0.85);
  cursor: pointer;
  border-style: solid;
  border-width: 30px 0 30px 50px;
}

.hero-video.paused .hero-video__pp:hover {
  border-color: transparent transparent transparent #333;
}

.section-video {
  background: -webkit-gradient(linear, right top, left top, from(#142038), to(#223151));
  background: linear-gradient(to left, #142038 0%, #223151 100%);
}

.section-roadmap {
  background: linear-gradient(315deg, #0b1528 0%, #223151 100%);
}

.section-roadmap:before {
  content: '';
  height: 7px;
  width: 60%;
  position: absolute;
  background: #f56126;
  top: 0;
  left: 0;
  z-index: 2;
}

.section-roadmap .h2 {
  padding-right: 40%;
  text-align: right;
}

.roadmap {
  padding: 55px 0;
}

.roadmap .slick-list {
  height: 100%;
}

.roadmap-line {
  position: relative;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 10px solid #253151;
}

.roadmap-line:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10%;
  left: -10%;
  bottom: -10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(37, 49, 81, 0)), to(#253151));
  background: linear-gradient(to right, rgba(37, 49, 81, 0) 0%, #253151 100%);
}

.roadmap-line:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 10%;
  right: -10%;
  bottom: -10px;
  height: 10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(37, 49, 81, 0)), to(#253151));
  background: linear-gradient(to left, rgba(37, 49, 81, 0) 0%, #253151 100%);
}

.roadmap-line.glide--slider {
  border: 0;
}

.roadmap-line.glide--slider:before, .roadmap-line.glide--slider:after {
  bottom: 5px;
}

.roadmap-line .glide__track {
  padding-bottom: 5px;
}

.roadmap-line .glide__slides {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 5px;
  overflow: visible;
  border-bottom: 10px solid #253151;
}

.roadmap-line__item {
  position: relative;
  display: inline-block;
  width: 5em;
  padding-bottom: 50px;
  bottom: -18px;
  text-align: left;
  cursor: pointer;
}

.roadmap-line__item:hover::before {
  background-color: #A0A0A0;
}

.roadmap-line__item:hover .roadmap-line__title {
  color: #fff;
}

.roadmap-line__item::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #253151;
  bottom: 0;
  left: 1em;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.roadmap-line__item.active::before {
  background-color: #f56126;
}

.roadmap-line__item.active .roadmap-line__title {
  color: #fff;
}

.roadmap-line__item_in {
  display: inline-block;
  min-width: 200px;
  max-width: 300px;
  white-space: normal;
  -webkit-transform: translate(0, 100%) rotate(-65deg);
          transform: translate(0, 100%) rotate(-65deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.roadmap-line__item_in:after {
  content: "";
  float: left;
  margin-top: 100%;
}

.roadmap-line__title {
  color: #576CBB;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  line-height: 1.1;
}

.roadmap__date {
  margin-bottom: 5px;
  color: #576CBB;
  text-transform: uppercase;
  font-weight: 700;
}

.roadmap__date > span {
  color: #fff;
}

.roadmap-box {
  width: 60%;
  height: 45vh;
  margin: 30px auto;
  background-color: #0B1528;
  color: #fff;
}

.roadmap-box .slick-slide:focus {
  outline: none;
}

.roadmap__item {
  background-color: #0B1528;
}

.roadmap-project {
  padding: 20px 0 20px 30px;
  float: left;
  width: 65%;
}

.roadmap-project__cnt {
  padding: 0 30px 20px 0;
  overflow-y: auto;
  height: 34vh;
  scrollbar-width: thin;
}

.roadmap-project__cnt::-webkit-scrollbar {
  width: 10px;
}

.roadmap-project__cnt::-webkit-scrollbar-track {
  background-color: #233251;
}

.roadmap-project__cnt::-webkit-scrollbar-thumb {
  background-color: #000100;
}

.roadmap-project__title {
  margin: 1em 0;
  color: #576CBB;
  text-transform: uppercase;
}

.roadmap-project__desc {
  font-size: 14px;
  line-height: 1.25;
}

.roadmap-project__desc p {
  margin-bottom: 0.8em;
}

.roadmap-news {
  max-height: 44vh;
  overflow-y: auto;
  padding: 20px 30px;
  scrollbar-width: thin;
}

.roadmap-news::-webkit-scrollbar {
  width: 10px;
}

.roadmap-news::-webkit-scrollbar-track {
  background-color: #233251;
}

.roadmap-news::-webkit-scrollbar-thumb {
  background-color: #000100;
}

.roadmap-news__item {
  padding: 0.4em 0 2em;
}

.roadmap-news__item + .roadmap-news__item {
  border-top: 1px solid #000;
}

.roadmap_news__title {
  margin: 0 0 0.7em;
  color: #576CBB;
  text-transform: uppercase;
  line-height: 1.25;
}

.roadmap-news__intro {
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (max-width: 1024px) {
  .roadmap-line {
    width: 80%;
  }
  .roadmap-line__item {
    width: 4em;
    padding-bottom: 30px;
  }
  .roadmap-line__item_in {
    -webkit-transform: translate(0, 100%) rotate(-90deg);
            transform: translate(0, 100%) rotate(-90deg);
  }
  .roadmap-box {
    width: 90%;
    height: auto;
  }
  .roadmap-project {
    float: none;
    width: 100%;
  }
  .roadmap-project__cnt {
    height: auto;
  }
  .roadmap-news {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-roadmap:before {
    width: 50%;
  }
  .section-roadmap .h2 {
    text-align: center;
    padding-right: 0;
  }
}

.section-projects {
  background-color: #0b1528;
}

.section-projects:before {
  content: '';
  height: 7px;
  width: 50%;
  position: absolute;
  background: #f56126;
  top: 0;
  right: 0;
  z-index: 2;
}

.section-projects .h2 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50%;
}

.projects-all {
  padding-left: 50%;
}

.projects-all > a {
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  color: #576CBB;
  background-color: #1E2947;
}

.projects {
  height: 88vh;
  background-color: #0b1528;
  padding-bottom: 0;
  margin: auto;
  border: none;
  position: relative;
}

.projects__items {
  overflow: hidden;
  counter-reset: pr-item;
  height: 100%;
}

.projects__items:after {
  content: "";
  display: table;
  clear: both;
}

.projects__item {
  position: relative;
  z-index: 10;
  overflow: hidden;
  float: left;
  width: 25%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  counter-increment: pr-item;
}

.projects__item:hover .projects__item_desc {
  opacity: 1;
}

.projects__item_in {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  border-width: 0 1px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.projects__item_img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-filter: sepia(100%) hue-rotate(190deg) saturate(500%);
          filter: sepia(100%) hue-rotate(190deg) saturate(500%);
}

.projects__item_title {
  position: relative;
  color: #576CBB;
  text-align: left;
  padding-top: 80px;
  padding-left: 15%;
  padding-right: 10px;
  padding-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.projects__item_title:before {
  position: absolute;
  content: "0" counter(pr-item);
  color: #ffffff;
  top: 40px;
  left: 15%;
  font-weight: 300;
}

.projects__item_desc {
  opacity: 0;
  text-align: left;
  padding: 0 10%;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.project__item_link {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-right: 10%;
  text-align: right;
  cursor: pointer;
}

.project__item_link::before {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 30px;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 24px;
  border: 2px solid #576CBB;
  border-width: 0 2px 2px 0;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.project__item_link:hover::before {
  border-color: #993333;
}

.projects-back__items {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
}

.projects-back__items .projects__item {
  opacity: 0.2;
  background-size: cover;
  background-position: 50%;
  -webkit-filter: sepia(100%) hue-rotate(170deg) saturate(170%);
          filter: sepia(100%) hue-rotate(170deg) saturate(170%);
}

@media screen and (max-width: 1024px) {
  .projects {
    height: auto;
    clear: both;
  }
  .projects__items {
    height: auto;
  }
  .projects__item {
    width: 100%;
    height: 250px;
    float: none;
  }
  .projects__item_title {
    padding: 60px 10% 10px 5%;
  }
  .projects__item_title:before {
    top: 20px;
    left: 5%;
  }
  .project__item_link::before {
    right: 5%;
  }
  .projects__item_desc {
    padding: 0 10% 0 5%;
  }
  .projects-all {
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .section-projects .h2 {
    text-align: center;
    padding-left: 0;
  }
  .projects-all > a {
    font-size: 18px;
  }
}

.gallery {
  position: relative;
  height: 88vh;
  width: 100%;
  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;
}

.section-gallery {
  position: relative;
  padding-top: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#19203C), to(#19233C));
  background: linear-gradient(0deg, #19203C, #19233C);
}

.section-gallery:before {
  content: '';
  height: 7px;
  width: 30%;
  position: absolute;
  background: #f56126;
  top: 0;
  left: 0;
  z-index: 2;
}

.section-gallery .h2 {
  padding-right: 70%;
  text-align: right;
}

.gallery-bar {
  left: 20%;
}

@media screen and (max-width: 768px) {
  .section-gallery:before {
    width: 50%;
  }
  .section-gallery .h2 {
    text-align: center;
    padding-right: 0;
  }
}

.section-team {
  background: -webkit-gradient(linear, left bottom, left top, from(#223151), to(#1c2641));
  background: linear-gradient(0deg, #223151, #1c2641);
}

.section-team:before {
  content: '';
  height: 7px;
  width: 60%;
  position: absolute;
  background: #f56126;
  top: 0;
  right: 0;
  z-index: 2;
}

.section-team .h2 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 40%;
}

.section-team .fp-tableCell .h2 {
  position: absolute;
  top: 27px;
}

.team-icons {
  position: absolute;
  bottom: 20px;
}

.team-icons .icon {
  margin-right: 10px;
  font-size: 36px;
}

.team .va-container {
  width: auto;
  max-width: 100%;
  margin: 40px auto 100px;
}

@media screen and (max-width: 768px) {
  .section-team:before {
    width: 50%;
  }
  .section-team .h2 {
    text-align: center;
    padding-left: 0;
    padding-bottom: 50px;
  }
  .team .va-content {
    max-width: 90%;
  }
}

.section-friends {
  background: -webkit-gradient(linear, left bottom, left top, from(#0C1427), color-stop(50%, #233050));
  background: linear-gradient(to top, #0C1427, #233050 50%);
}

.section-friends:before {
  content: '';
  height: 7px;
  width: 70%;
  position: absolute;
  background: #f56126;
  top: 0;
  right: 0;
  z-index: 2;
}

.section-friends .h2 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30%;
}

.section-friends .fp-tableCell .h2 {
  position: absolute;
  top: 27px;
}

.friends {
  min-height: 150px;
  max-width: 990px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.slick-friends {
  padding: 50px 0;
}

.slick-friends .slick-prev {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}

.slick-friends .slick-next {
  left: 50%;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}

.slick-friends .slick-slide {
  height: 160px;
  line-height: 160px;
  text-align: center;
}

.slick-friends .slick-slide:focus {
  outline: none;
}

.slick-friends .slick-slide img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100px;
  margin: auto;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.6;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.slick-friends .slick-slide:hover img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

@media screen and (max-width: 768px) {
  .section-friends:before {
    width: 50%;
  }
  .section-friends .h2 {
    text-align: center;
    padding-left: 0;
  }
}

.section-contacts {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#0C1427), color-stop(50%, #223151));
  background: linear-gradient(to top, #0C1427, #223151 50%);
}

.section-contacts:before {
  content: '';
  height: 7px;
  width: 60%;
  position: absolute;
  background: #f56126;
  top: 0;
  z-index: 4;
}

.section-contacts .h2 {
  position: relative;
  z-index: 5;
  padding-right: 40%;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-contacts .fp-tableCell {
  vertical-align: top;
}

.contacts {
  margin-top: -70px;
}

.contacts-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  width: 60%;
  margin-left: 40%;
  padding: 80px 45px 40px 45px;
  background-color: #0D1427;
}

.contacts-row {
  margin-bottom: 20px;
  padding-right: 20px;
}

.contacts-title {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 16px;
  color: #6666cc;
  text-transform: uppercase;
}

.contacts-description {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.contacts-addit {
  position: relative;
  z-index: 7;
  float: left;
  width: 40%;
  margin-right: -40%;
  padding: 32px 25px;
  text-align: right;
}

.contacts-addit a {
  color: #959595;
}

.contacts-addit .icon {
  margin-left: 10px;
  font-size: 37px;
}

.contacts-social {
  display: inline-block;
  margin-bottom: 24px;
}

.contacts-phones {
  float: right;
  text-align: right;
  padding-right: 10%;
}

.contacts-phone {
  margin-bottom: 20px;
  font-size: 1.2em;
}

.contacts-phone > a {
  font-size: 30px;
  color: #6666cc;
}

.contacts-phone__h {
  font-size: 20px;
  color: #959595;
  text-transform: uppercase;
}

.contacts-nav__item {
  margin-left: 15px;
}

.footer-map {
  position: relative;
  margin-top: -100px;
  margin-bottom: 40px;
}

.footer-map::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: -108px;
  right: 60%;
  width: 40%;
  height: 243px;
  background-image: url(../img/pixels.png);
  background-position: 100% 0;
}

.footer-map::after {
  content: '';
  position: absolute;
  bottom: -105px;
  right: 0;
  width: 379px;
  height: 297px;
  background-image: url(../img/pixels.png);
  background-position: 0 0;
}

.footer-map__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .contacts-addit {
    width: 35%;
    margin-right: -35%;
  }
  .contacts-box {
    width: 65%;
    margin-left: 35%;
  }
  .contacts-phones {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .section-contacts:before {
    width: 50%;
  }
  .section-contacts .h2 {
    text-align: center;
    padding-right: 0;
  }
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .contacts-addit {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    float: none;
    width: auto;
    margin: 0;
  }
  .contacts-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
  }
  .footer-map {
    margin-top: 0;
  }
}

@media screen and (max-width: 580px) {
  .contacts-box {
    display: block;
  }
  .contacts-phones {
    float: none;
    text-align: left;
  }
}

.logo-f {
  min-height: 1px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}

.logo-f img {
  width: 178px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Proxima Nova';
  background-color: #223151;
}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  white-space: nowrap;
}

img {
  max-width: 100%;
}

.fl-l {
  float: left;
}

img.fl-l {
  margin-right: 15px;
  margin-bottom: 20px;
}

.h2 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #f56126;
  padding-bottom: 20px;
}

.title-team {
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 38px 0px 36px 40px;
}

.header {
  position: relative;
}

.section {
  position: relative;
}

.section-top {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.section-top .fp-tableCell {
  vertical-align: top;
}

.fullpage-video__pp {
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 0;
  background: transparent;
  width: 0;
  height: 38px;
  border-color: transparent transparent transparent rgba(51, 51, 51, 0.6);
  -webkit-transition: 100ms all ease;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: double;
  border-width: 0px 0 0px 32px;
}

.fullpage-video__pp:hover {
  border-color: transparent transparent transparent #333;
}

.fullpage-video {
  position: absolute;
  z-index: -1;
  display: block;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fullpage-video.paused + .fullpage-video__pp {
  border-style: solid;
  border-width: 19px 0 19px 32px;
}

.wow-hidden {
  visibility: hidden;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.animated {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

svg:not(:root) {
  overflow: hidden;
}

#fp-nav ul li a span {
  width: 100%;
  height: 100%;
  margin: 0;
  position: static;
  display: block;
  background: transparent;
  border: 1px solid #ccc;
}

#fp-nav ul li:hover a.active span,
#fp-nav ul li:hover a span {
  width: 100%;
  height: 100%;
  margin: 0;
  border-color: #fff;
}

#fp-nav ul li a.active span {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  border-color: #fff;
}

.jquery-modal .modal {
  padding: 60px;
  background-color: #536EB3;
  overflow-y: auto;
  max-height: 98%;
  border-radius: 0;
  scrollbar-width: thin;
}

.jquery-modal .modal::-webkit-scrollbar {
  width: 10px;
}

.jquery-modal .modal::-webkit-scrollbar-track {
  background-color: #233251;
}

.jquery-modal .modal::-webkit-scrollbar-thumb {
  background-color: #000100;
}

.jquery-modal .modal h2, .jquery-modal .modal h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.3em;
}

.jquery-modal .modal p {
  margin-bottom: 1em;
  line-height: 1.3;
  color: #fff;
}

.blocker {
  z-index: 20000;
}

.modal {
  z-index: 20001;
}

.modal-content {
  display: none;
  overflow: hidden;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  min-width: 60%;
  max-width: 60%;
  min-height: 40%;
  padding: 60px;
  background-color: #536EB3;
}

.modal-content__in {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 30px;
  scrollbar-width: thin;
}

.modal-content__in::-webkit-scrollbar {
  width: 10px;
}

.modal-content__in::-webkit-scrollbar-track {
  background-color: #233251;
}

.modal-content__in::-webkit-scrollbar-thumb {
  background-color: #000100;
}

.modal-content__in h2, .modal-content__in h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.3em;
}

.modal-content__in p {
  margin-bottom: 1em;
  line-height: 1.3;
  color: #fff;
}

.modal-content .b-close,
.modal a.close-modal {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px;
  width: 0.5em;
  height: 0.5em;
  font-family: serif;
  font-size: 70px;
  line-height: 0.5;
  font-weight: bold;
  opacity: .7;
  cursor: pointer;
  text-indent: 0;
  color: #161b2b;
  background: none;
}

.modal-content .b-close:hover,
.modal a.close-modal:hover {
  opacity: 1;
}

.mc-prev,
.mc-next {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 10px;
  border: 2px solid #111;
  border-width: 0 2px 2px 0;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.mc-prev.disabled,
.mc-next.disabled {
  display: none;
}

.mc-prev {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 20px;
}

.mc-next {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 20px;
}
