@font-face {
  font-family: 'Assistant', sans-serif;
}

body {
  background: #eeeeee;
  font-size: 16px;
  direction: rtl;
  font-family: "Assistant", sans-serif;
}

@media (max-width: 1020px) {
  body {
    background: #fff;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 6.8vw;
  padding-right: 6.8vw;
}

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

.wrapper {
  padding: 40px;
  overflow: hidden;
}

@media (max-width: 1020px) {
  .wrapper {
    padding: 0;
  }
}

.parallax-mirror .parallax-slider {
  left: 0;
}

h1, .h1 {
  margin: 0 0 16px 0;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    margin-bottom: 8px;
  }
}

h2, .h2 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

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

.btn {
  font-size: 18px;
  font-weight: 700;
  min-width: 230px;
  text-align: center;
  outline: none;
  padding: 20px 40px;
  border-radius: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 1020px) {
  .btn {
    font-size: 16px;
    min-width: 160px;
    padding: 16px 32px;
  }
}

.btn-lg {
  font-size: 24px;
}

@media (max-width: 1020px) {
  .btn-lg {
    font-size: 16px;
  }
}

.btn-light {
  color: #000;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light:focus:active {
  color: #08787B;
  background-color: #fff;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border: none;
  background: none;
  outline: none;
  font-size: 20px;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767px) {
  .form-control {
    margin-bottom: 28px;
    font-size: 14px;
    border-width: 1px;
    padding-bottom: 14px;
  }
}

.form-control:hover, .form-control:focus, .form-control:active, .form-control:focus:active {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home .section-native {
  min-height: calc(100vh - 80px);
}

@media (max-width: 1020px) {
  .home .section-native {
    min-height: calc(100vh - 20px);
  }
}

@media (max-width: 767px) {
  .home .section-native {
    min-height: calc(100vh - 14px);
  }
}

.section-native {
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1020px) {
  .section-native {
    margin: 20px 20px 0 20px;
  }
}

@media (max-width: 767px) {
  .section-native {
    margin: 14px 14px 0 14px;
  }
}

.section-native:before, .section-native:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

.section-native:before {
  background: linear-gradient(90.32deg, #323E48 0.31%, rgba(18, 60, 95, 0) 48.95%), linear-gradient(90.32deg, #323E48 0.31%, rgba(18, 60, 95, 0.22) 41.1%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.section-native:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.31%, #323E48), color-stop(48.95%, rgba(18, 60, 95, 0)));
  background: linear-gradient(to bottom, #323E48 0.31%, rgba(18, 60, 95, 0) 48.95%);
  height: 50%;
  bottom: auto;
}

.section-native + .container {
  padding-top: 36px;
}

.header {
  padding-top: 74px;
  position: relative;
  z-index: 4;
  width: 100%;
}

@media (max-width: 767px) {
  .header {
    padding-top: 30px;
  }
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header-email {
  display: inline-block;
  border: none;
  background: transparent;
  outline: none;
}

.header-email img {
  width: 26px;
}

.header-email:hover {
  opacity: .8;
}

@media (max-width: 1020px) {
  .header-email {
    margin-right: 30px;
  }
}

.header .menu > li > a {
  position: relative;
}

.header .menu > li > a:before {
  content: '';
  background: #fff;
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: 2px;
  position: absolute;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.header .menu > li > a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 1020px) {
  .header .menu {
    padding: 68px 24px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: --app-height;
    z-index: 14;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 65, 86, 0.88)), to(rgba(42, 65, 86, 0.88)));
    background: linear-gradient(0deg, rgba(42, 65, 86, 0.88), rgba(42, 65, 86, 0.88));
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    pointer-events: none;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .header .menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .header .menu > li {
    margin: 24px 0;
  }
  .header .menu > li > a {
    font-size: 24px;
    font-weight: 700;
  }
}

@media (max-width: 1020px) and (min-width: 764px) {
  .header .menu > li > a {
    font-size: 28px;
  }
}

.header .logo {
  z-index: 15;
  position: relative;
}

.header .logo img {
  position: relative;
  z-index: 3;
}

body.modal-open .logo {
  z-index: 10;
}

.logo {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.logo img {
  width: 184px;
}

@media (max-width: 767px) {
  .logo img {
    width: 132px;
  }
}

.menu {
  margin: 0 36px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.menu > li {
  margin: 0 22px;
  list-style: none;
  padding: 0;
}

.menu > li > a {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}

.menu > li > a:hover {
  opacity: .8;
}

.native {
  width: 100%;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.native .container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.native-content {
  width: 420px;
  max-width: 100%;
  margin: 80px 0;
}

@media (max-width: 767px) {
  .native-content {
    width: 260px;
  }
}

.native-content p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .native-content p {
    font-size: 18px;
    line-height: 24px;
  }
}

.native-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 6.8vw;
  padding-right: 6.8vw;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  background: url(../img/blur-bg.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 767px) {
  .native-logo {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .native-logo {
    padding: 8px 20px;
    text-align: center;
    width: 100%;
  }
}

.native-logo img {
  position: relative;
  z-index: 2;
  width: 850px;
  max-width: 44vw;
  mix-blend-mode: overlay;
  opacity: 0.22;
}

@media (max-width: 767px) {
  .native-logo img {
    max-width: 100%;
    max-height: 68px;
  }
}

.btn-menu {
  display: none;
  width: 32px;
  height: 30px;
  position: relative;
  background: none;
  border: none;
  outline: none;
  z-index: 15;
}

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

.btn-menu span {
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  width: 28px;
  left: 2px;
  height: 2px;
  border-radius: 3px;
  background-color: #fff;
}

.btn-menu span:nth-child(1) {
  top: 6px;
  width: 22px;
}

.btn-menu span:nth-child(2) {
  top: 14px;
}

.btn-menu span:nth-child(3) {
  top: 22px;
}

.btn-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
          transform: rotate(45deg) translate(8px, 8px);
  margin-top: -1px;
  width: 28px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn-menu.active span:nth-child(2) {
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in;
  opacity: 0;
}

.btn-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
  -webkit-transition: .5s;
  transition: .5s;
  top: 26px;
}

.section-about {
  margin-bottom: 40px;
  background: #fff;
}

.section-about .container {
  padding-left: 0;
  padding-right: 0;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

@media (max-width: 1020px) {
  .about {
    display: block;
  }
  .about:before {
    content: '';
    position: absolute;
    background: url(../img/bg-about.png) no-repeat 0 0;
    right: -31%;
    bottom: -200px;
    width: 1074px;
    height: 782px;
    pointer-events: none;
    z-index: -1;
  }
}

@media (max-width: 767px) {
  .about:before {
    right: -94%;
  }
}

.about-gallery {
  position: relative;
  width: 57%;
}

@media (max-width: 1020px) {
  .about-gallery {
    width: 100%;
    display: none;
  }
}

.about-gallery__item {
  width: 100%;
  display: block;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1020px) {
  .about-gallery__item {
    max-height: 700px;
  }
}

@media (max-width: 767px) {
  .about-gallery__item {
    max-height: 300px;
  }
}

.about-gallery__sm {
  padding-top: 40px;
  padding-left: 40px;
  background: #eeeeee;
  position: absolute;
  bottom: -40px;
  right: 0;
  max-width: 33%;
}

@media (max-width: 1240px) {
  .about-gallery__sm {
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1020px) {
  .about-gallery__sm {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .about-gallery__sm {
    bottom: -18px;
    padding-top: 12px;
    padding-left: 12px;
  }
}

.about-gallery__sm img {
  width: 312px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .about-gallery__sm img {
    max-height: 164px;
  }
}

.about-content {
  width: 43%;
  padding-top: 160px;
  padding-bottom: 160px;
  padding-left: 6.8vw;
  padding-right: 6.8vw;
  background-color: #fff;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .about-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1240px) {
  .about-content {
    padding: 100px 40px;
  }
}

@media (max-width: 1020px) {
  .about-content {
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
  }
}

.about-text {
  width: 100%;
  position: relative;
}

.about-text:before {
  content: '';
  position: absolute;
  background: url(../img/bg-about.png) no-repeat 0 0;
  right: -675px;
  top: -201px;
  width: 1074px;
  height: 782px;
  pointer-events: none;
}

@media (max-width: 1020px) {
  .about-text:before {
    display: none;
  }
}

.about-text p:last-of-type {
  margin-bottom: 0;
}

.section-fund {
  background: #08787B;
  color: #fff;
  margin-top: 140px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .section-fund {
    margin-top: 80px;
  }
}

.fund {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

@media (max-width: 767px) {
  .fund {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

.fund-content {
  min-width: 27%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fund-content:before {
  content: '';
  position: absolute;
  background: url(../img/bg-fund.png) no-repeat top left;
  width: 592px;
  height: 772px;
  left: 36px;
  top: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .fund-content:before {
    display: none;
  }
}

.fund-text {
  width: 300px;
  max-width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .fund-text {
    padding-top: 100px;
    padding-bottom: 44px;
    width: 230px;
  }
}

.fund-text p:last-of-type {
  margin-bottom: 0;
}

.fund-img {
  width: 73%;
  -webkit-transform: translateX(-6.8vw);
          transform: translateX(-6.8vw);
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: calc(100% - 300px);
}

@media (max-width: 767px) {
  .fund-img {
    max-width: calc(100% - 230px);
    height: auto;
    min-height: unset;
  }
}

.fund-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.6vw;
  margin-right: -2.6vw;
  margin-bottom: 36px;
}

@media (max-width: 1240px) {
  .fund-row {
    margin-left: -16px;
    margin-right: -16px;
  }
}

@media (max-width: 767px) {
  .fund-row {
    margin-bottom: 12px;
  }
}

.fund-item {
  width: calc(33.3% - 2.6vw*2);
  margin-left: 2.6vw;
  margin-right: 2.6vw;
  min-height: 438px;
  margin-bottom: 2.6vw;
  color: #000;
  background-color: #fff;
  padding: 80px 40px 40px 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1240px) {
  .fund-item {
    width: calc(33.3% - 16px*2);
    margin-left: 16px;
    margin-right: 16px;
    min-height: auto;
    padding-top: 36px;
  }
}

@media (max-width: 1020px) {
  .fund-item {
    width: calc(100% - 16px*2);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .fund-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.fund-item__logo {
  width: 26px;
  height: 45px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../img/logo-icon-black.svg);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .fund-item__logo {
    margin-bottom: 10px;
  }
}

.fund-item p:last-of-type {
  margin-bottom: 0;
}

.fund-item:hover {
  color: #fff;
  background-color: #00696B;
}

.fund-item:hover .fund-item__logo {
  background-image: url(../img/logo-icon-white.svg);
}

.section-team {
  padding: 60px 0 20px 0;
}

@media (min-width: 1021px) {
  .section-team .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1020px) {
  .team {
    display: block;
  }
}

.team-head {
  width: 38%;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media (max-width: 1020px) {
  .team-head {
    width: 100%;
    display: block;
  }
}

.team-head h2, .team-head .h2 {
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2.6vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1020px) {
  .team-head h2, .team-head .h2 {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 20px;
    font-size: 35px;
    text-align: start;
  }
}

.team-head__logo {
  max-width: calc(100% + 5.2vw);
  margin-right: -5.2vw;
}

@media (max-width: 1020px) {
  .team-head__logo {
    display: none;
  }
}

.team-content {
  width: 62%;
  margin-left: -2.3vw;
  margin-right: -2.3vw;
  padding-right: 4.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1020px) {
  .team-content {
    width: initial;
    padding-right: 0;
  }
}

.team-item {
  margin-left: 2.3vw;
  margin-right: 2.3vw;
  margin-bottom: 40px;
  width: calc(33.3% - 2.3vw*2);
  text-align: center;
  position: relative;
}

@media (max-width: 1240px) {
  .team-item {
    width: calc(50% - 2.3vw*2);
  }
}

@media (max-width: 1020px) {
  .team-item {
    width: calc(33.3% - 2.3vw*2);
  }
}

@media (max-width: 640px) {
  .team-item {
    width: calc(50% - 2.3vw*2);
  }
}

.team-item__photo {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.team-item__photo:before {
  content: '';
  padding-top: 100%;
  display: block;
}

.team-item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.team-item__post {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .team-item__post {
    margin-bottom: 0;
  }
}

.team-item__name {
  font-weight: 700;
  font-size: 24px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 1020px) {
  .team-item__name {
    font-size: 18px;
  }
}

.team-item__btn {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.team-item:hover .team-item__photo {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
}

.team-item:hover .team-item__name {
  color: #08787B;
}

.footer {
  color: #fff;
  background: #343434;
}

.footer-info {
  padding: 68px 0;
}

@media (max-width: 1020px) {
  .footer-info {
    padding: 34px 0;
  }
}

.footer-item {
  color: #BABABA;
  background: #4b4b4b;
  padding: 30px 0;
}

@media (max-width: 1020px) {
  .footer-item {
    padding: 12px 0;
  }
}

.footer-logo {
  margin-left: 2.2vw;
}

.footer-logo img {
  width: 152px;
}

.footer-phone a {
  color: #BABABA;
  white-space: nowrap;
  text-decoration: none;
}

.footer-phone a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-phone {
    margin-top: 1rem;
  }
}

.footer-developer {
  padding: 8px 0;
}

.footer .menu {
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 767px) {
  .footer .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .menu > li {
  margin-left: 2vw;
  margin-right: 0;
}

.footer .menu > li:last-of-type {
  margin-left: 0;
}

.footer .menu > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #BABABA;
}

.footer .menu > li > a:hover {
  color: #fff;
}

.container + .footer {
  margin-top: 36px;
}

.developer {
  text-align: center;
  font-size: 14px;
  color: #BABABA;
}

.developer a {
  color: #BABABA;
  text-decoration: none;
}

.developer a:hover {
  color: #fff;
}

.copyright {
  text-align: center;
}

.scroller {
  display: none;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  width: 72px;
  height: 72px;
  background: url(../img/icons/scroller.svg) no-repeat center #fff;
  right: 32px;
  bottom: 32px;
  position: fixed;
  z-index: 1030;
}

@media (max-width: 1440px) {
  .scroller {
    width: 44px;
    height: 44px;
    right: 20px;
    bottom: 20px;
    background-size: 18px;
  }
}

.contact {
  font-size: 24px;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contact {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.contact p {
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .contact p {
    margin-bottom: 2px;
  }
}

.contact-tel {
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-tel:hover {
  opacity: .6;
  color: #fff;
}

.contact-email {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-email:hover {
  opacity: .6;
  color: #fff;
}

.modal-backdrop {
  background-color: #263D52;
}

.modal-backdrop.show {
  opacity: .88;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link {
  text-align: center;
  position: relative;
  color: #fff;
  text-decoration: none;
  background: transparent;
  display: inline-block;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.link-download {
  padding-right: 32px;
}

@media (max-width: 767px) {
  .link-download {
    max-width: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.link-download:before {
  background-image: url(../img/icons/file.svg);
  background-size: 24px;
  width: 24px;
  height: 31px;
  margin-top: -15px;
}

.link-qr {
  padding-right: 40px;
}

.link-qr:before {
  background-image: url(../img/icons/qr.svg);
  background-size: 32px;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.link:hover {
  color: #fff;
  opacity: .7;
}

#contactModal .btn-close {
  outline: none;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 3;
  top: 4vw;
  left: 24px;
  padding: 0;
  color: #fff;
  background: url(../img/icons/close.svg) no-repeat center;
  border: none;
  border-radius: 0;
  opacity: 1;
}

@media (max-width: 1020px) {
  #contactModal .btn-close {
    top: 104px;
    left: calc(6.8vw + 24px);
  }
}

@media (max-width: 767px) {
  #contactModal .btn-close {
    top: 44px;
    left: 34px;
  }
}

#contactModal .btn-close:hover, #contactModal .btn-close:focus, #contactModal .btn-close:active, #contactModal .btn-close:focus:active {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  opacity: 1;
  background: url(../img/icons/close.svg) no-repeat center;
}

#contactModal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #fff;
}

#contactModal .modal-dialog {
  width: 438px;
  max-width: calc(100% - 1rem);
}

#contactModal .modal-body {
  padding: 0;
}

@media (max-width: 767px) {
  #contactModal .modal-body {
    padding: 24px;
  }
}

#contactModal input::-webkit-input-placeholder {
  color: #fff;
}

#contactModal input::-moz-placeholder {
  color: #fff;
}

#contactModal input:-moz-placeholder {
  color: #fff;
}

#contactModal input:-ms-input-placeholder {
  color: #fff;
}

#contactModal textarea::-webkit-input-placeholder {
  color: #fff;
}

#contactModal textarea::-moz-placeholder {
  color: #fff;
}

#contactModal textarea :-moz-placeholder {
  color: #fff;
}

#contactModal textarea:-ms-input-placeholder {
  color: #fff;
}

#contactModal .form-control {
  color: #fff;
  border-bottom-color: #fff;
}

#contactModal .btn {
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  #contactModal .btn {
    margin-bottom: 20px;
  }
}

#contactModal .btn:hover, #contactModal .btn:focus, #contactModal .btn:active, #contactModal .btn:focus:active {
  color: #fff;
  background-color: #08787B;
}

@media (max-width: 767px) {
  #contactModal h1, #contactModal .h1 {
    margin-bottom: 60px;
  }
}

.img-qr {
  width: 277px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .img-qr {
    width: 164px;
  }
}

.qr-title {
  margin-top: 20px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .qr-title {
    font-size: 16px;
    margin-top: 14px;
  }
}

#qrModal {
  color: #000;
}

#qrModal .btn-close {
  position: absolute;
  top: 24px;
  right: auto;
  left: 24px;
  margin: 0;
}

#qrModal .modal-dialog {
  width: 498px;
  max-width: calc(100% - 1rem);
}

#qrModal .modal-content {
  color: #000;
  padding: 100px;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 767px) {
  #qrModal .modal-content {
    padding: 60px;
  }
}

.btn-close:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-big .modal-dialog {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 1rem);
}

@media (max-width: 767px) {
  .modal-big .modal-dialog {
    width: 348px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal-big .modal-content {
  border-radius: 0;
  border: none;
}

.modal-big .modal-body {
  padding: 0;
}

.modal-big .btn-close {
  position: absolute;
  top: 24px;
  right: auto;
  left: 24px;
  margin: 0;
  z-index: 3;
  background: url(../img/icons/close-color.svg) no-repeat center;
}

.modal-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .modal-team {
    display: block;
  }
}

.modal-team__img {
  overflow: hidden;
  width: 45%;
  height: 480px;
  position: relative;
}

@media (max-width: 767px) {
  .modal-team__img {
    width: 100%;
    height: 320px;
  }
}

.modal-team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal-team__text {
  width: 55%;
  padding: 100px 5vw;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .modal-team__text {
    width: 100%;
    padding: 52px 24px;
  }
}

.modal-team__text p {
  margin-bottom: 0;
  margin-top: 16px;
}

:root {
  --app-height: 100%;
}

.wrapper-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: --app-height;
}

.wrapper-error .section-native {
  min-height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .wrapper-error .section-native {
    margin-bottom: 20px;
  }
}

@media (max-width: 1440px) {
  .wrapper-error .section-native {
    margin-bottom: 14px;
  }
}

.native-error {
  padding-bottom: 80px;
}

@media (max-width: 1500px) {
  .native-error {
    padding-bottom: 48px;
  }
}

@media (max-width: 1440px) {
  .native-error {
    padding-bottom: 20px;
  }
}

.native-error .container {
  -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;
}

.error {
  width: 498px;
  height: 488px;
  margin: 74px auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  text-align: center;
  background: url(../img/error.png) no-repeat center;
  background-size: 100% 100%;
}

@media (max-width: 1500px), (max-height: 1100px) {
  .error {
    width: 342px;
    height: 338px;
    margin: 32px 0;
  }
}

@media (max-width: 1440px) {
  .error {
    width: 242px;
    height: 238px;
    margin: 20px auto;
  }
}

.error-number {
  font-weight: 700;
  font-size: 185px;
  line-height: 185px;
  text-transform: uppercase;
}

@media (max-width: 1500px), (max-height: 1100px) {
  .error-number {
    font-size: 110px;
    line-height: 110px;
  }
}

@media (max-width: 1440px) {
  .error-number {
    font-size: 90px;
    line-height: 90px;
  }
}

.error-text {
  font-weight: 700;
  font-size: 59px;
  line-height: 77px;
  text-transform: uppercase;
}

@media (max-width: 1500px), (max-height: 1100px) {
  .error-text {
    font-size: 40px;
    line-height: 44px;
  }
}

@media (max-width: 1440px) {
  .error-text {
    font-size: 28px;
    line-height: 38px;
  }
}

.rtl input[type=email],
.rtl input[type=tel] {
  direction: rtl;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 0.85rem;
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */