.row, .menu__list,
.project__header .container,
.project__tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row.ac, .ac.menu__list,
  .project__header .ac.container,
  .ac.project__tabs-nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .row.as, .as.menu__list,
  .project__header .as.container,
  .as.project__tabs-nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .row.ab, .ab.menu__list,
  .project__header .ab.container,
  .ab.project__tabs-nav {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .row.ast, .ast.menu__list,
  .project__header .ast.container,
  .ast.project__tabs-nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.jc, .jc.menu__list,
  .project__header .jc.container,
  .jc.project__tabs-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row.jsb, .jsb.menu__list,
  .project__header .jsb.container,
  .jsb.project__tabs-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row.jsa, .jsa.menu__list,
  .project__header .jsa.container,
  .jsa.project__tabs-nav {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row.reverse, .reverse.menu__list,
  .project__header .reverse.container,
  .reverse.project__tabs-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .col-1 {
    width: 8.33333%; }
  .col-2 {
    width: 16.66667%; }
  .col-3 {
    width: 25%; }
  .col-4 {
    width: 33.33333%; }
  .col-5 {
    width: 41.66667%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.33333%; }
  .col-8 {
    width: 66.66667%; }
  .col-9 {
    width: 75%; }
  @media (max-width: 650px) {
    .col {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .col:last-of-type {
        margin-bottom: 0; } }

@-ms-viewport {
  width: device-width;
  initial-scale: 1; }

@-moz-viewport {
  width: device-width;
  initial-scale: 1; }

@-webkit-viewport {
  width: device-width;
  initial-scale: 1; }

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

html {
  min-height: 100%; }

body {
  position: relative;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.01); }

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

video,
audio,
canvas {
  display: inline-block; }

span {
  display: inline-block; }

a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0; }

a,
button,
[type="button"],
[type="submit"] {
  -webkit-transition: color 0.25s, background 0.25s, opacity 0.25s;
  -o-transition: color 0.25s, background 0.25s, opacity 0.25s;
  transition: color 0.25s, background 0.25s, opacity 0.25s; }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-text-decoration-skip: none; }

button {
  overflow: visible;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit; }

p {
  margin: 0;
  overflow: hidden; }

b,
strong {
  font-weight: 700; }

img,
svg,
embed,
object,
iframe,
video,
audio,
canvas {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0; }

img {
  image-rendering: optimizeQuality; }

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

progress {
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font: inherit;
  color: inherit;
  margin: 0; }

ul,
ol,
menu {
  margin: 0;
  padding: 0;
  list-style: none; }

input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: middle; }

button,
label,
select,
summary,
[type="button"],
[type="submit"],
[type="reset"],
[type="checkbox"],
[type="radio"],
[type="range"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

[type="button"],
[type="submit"],
[type="search"],
[type="radio"],
[type="range"],
::-webkit-search-cancel-button,
::-webkit-search-decoration,
::-webkit-outer-spin-button,
::-webkit-inner-spin-button,
::-webkit-hero-thumb {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0; }

:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff; }

::-webkit-details-marker {
  display: none; }

[type="radio"] {
  -webkit-appearance: radio; }

[type="number"] {
  -moz-appearance: textfield; }

::-ms-clear,
::-ms-reveal {
  display: none; }

input,
textarea {
  width: 100%; }

input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

textarea {
  overflow: auto;
  resize: none; }

:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0; }

:disabled {
  pointer-events: none; }

::-moz-focus-outer,
::-moz-focus-inner {
  border: 0;
  padding: 0; }

::placeholder,
::-moz-placeholder {
  opacity: 1; }

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

td,
th {
  padding: 0;
  text-align: center; }

article p:not(:empty) {
  margin-top: 0.7em;
  margin-bottom: 0.7em; }

article img,
article embed,
article object,
article iframe,
article video {
  display: block;
  margin: auto; }

article span {
  display: inline; }

article ul,
article ol,
article menu {
  margin-top: 0.7em;
  margin-bottom: 0.7em; }
  article ul ul,
  article ul ol,
  article ul menu,
  article ol ul,
  article ol ol,
  article ol menu,
  article menu ul,
  article menu ol,
  article menu menu {
    margin: 0;
    padding-left: 1.3em; }
  article ul > li:before,
  article ol > li:before,
  article menu > li:before {
    margin-right: 0.7em; }
  article ul > li p,
  article ol > li p,
  article menu > li p {
    display: inline; }

article ul > li:before,
article menu > li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: 10%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000; }

article ul > li li:before,
article menu > li li:before {
  background: transparent; }

article ol {
  counter-reset: count; }
  article ol > li:before {
    content: counter(count) ".";
    counter-increment: count; }

/* manrope-regular - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v3-latin_cyrillic-regular.eot");
  src: local(""), url("../fonts/manrope-v3-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v3-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/manrope-v3-latin_cyrillic-regular.woff") format("woff"), url("../fonts/manrope-v3-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/manrope-v3-latin_cyrillic-regular.svg#Manrope") format("svg");
  font-display: swap; }

/* manrope-600 - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v3-latin_cyrillic-600.eot");
  src: local(""), url("../fonts/manrope-v3-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v3-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/manrope-v3-latin_cyrillic-600.woff") format("woff"), url("../fonts/manrope-v3-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/manrope-v3-latin_cyrillic-600.svg#Manrope") format("svg");
  font-display: swap; }

/* manrope-700 - latin_cyrillic */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v3-latin_cyrillic-700.eot");
  src: local(""), url("../fonts/manrope-v3-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("../fonts/manrope-v3-latin_cyrillic-700.woff2") format("woff2"), url("../fonts/manrope-v3-latin_cyrillic-700.woff") format("woff"), url("../fonts/manrope-v3-latin_cyrillic-700.ttf") format("truetype"), url("../fonts/manrope-v3-latin_cyrillic-700.svg#Manrope") format("svg");
  font-display: swap; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?e39m3t");
  src: url("../fonts/icomoon.eot?e39m3t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?e39m3t") format("truetype"), url("../fonts/icomoon.woff?e39m3t") format("woff"), url("../fonts/icomoon.svg?e39m3t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-clip:before {
  content: "\e901";
  color: #99a2ad; }

.icon-envelope:before {
  content: "\e900";
  color: #0a74f0; }

.icon-pin:before {
  content: "\e905";
  color: #0a74f0; }

.icon-tel:before {
  content: "\e906";
  color: #0a74f0; }

html {
  font-family: "Manrope", sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.1; }
  @media (min-width: 320px) {
    html {
      font-size: 16px;
      font-size: calc(0.00125 * 100vw + 15.6px); } }
  @media (min-width: 1920px) {
    html {
      font-size: 18px; } }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.wrapper {
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden; }

.footer {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

@media (max-width: 650px) {
  .desk {
    display: none; } }

.mobil {
  display: none; }
  @media (max-width: 650px) {
    .mobil {
      display: inherit; } }

.hidden {
  display: none; }

a {
  display: inline-block;
  vertical-align: middle; }

img {
  display: inline-block; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; }

.container-wide, .header__container {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto; }

.center {
  text-align: center; }

.accent {
  color: #ffc234; }

.prim-color {
  color: #2589ff; }

.notice {
  color: #2589ff; }

.section {
  padding: 7% 0; }
  @media (max-width: 650px) {
    .section {
      padding: 12% 0;
      text-align: center; } }

.section__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4.5em; }
  @media (max-width: 650px) {
    .section__row {
      margin-bottom: 2em; } }

.section__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1; }
  @media (min-width: 320px) {
    .section__title {
      font-size: 16px;
      font-size: calc(0.0125 * 100vw + 28px); } }
  @media (min-width: 1920px) {
    .section__title {
      font-size: 52px; } }
  @media (max-width: 650px) {
    .section__title {
      margin-bottom: 0.6em;
      text-align: center; } }

.section__videotitle {
  font-size: 28px;
  margin-bottom: 0.8em;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 320px) {
    .section__videotitle {
      font-size: 16px;
      font-size: calc(0.005 * 100vw + 26.4px); } }
  @media (min-width: 1920px) {
    .section__videotitle {
      font-size: 36px; } }

.section__subtitle {
  font-size: 26px;
  color: #2589ff; }
  @media (min-width: 320px) {
    .section__subtitle {
      font-size: 16px;
      font-size: calc(0.00375 * 100vw + 24.8px); } }
  @media (min-width: 1920px) {
    .section__subtitle {
      font-size: 32px; } }

.section__text {
  font-size: 15px;
  line-height: 1.3; }
  @media (min-width: 320px) {
    .section__text {
      font-size: 16px;
      font-size: calc(0.00125 * 100vw + 14.6px); } }
  @media (min-width: 1920px) {
    .section__text {
      font-size: 17px; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100; }
  @media (max-width: 850px) {
    .header .logo {
      width: 121px;
      text-align: center; } }

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 850px) {
    .header__container {
      padding: 2px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 1250px) {
    .menu {
      margin-left: 0; } }
  @media (max-width: 850px) {
    .menu {
      position: fixed;
      display: block;
      left: -100%;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 1em 1.6em 3em 1.6em;
      background-color: #fff;
      -webkit-transition: left 0.5s ease-in-out;
      -o-transition: left 0.5s ease-in-out;
      transition: left 0.5s ease-in-out;
      will-change: left;
      overflow: auto; }
      .menu.open {
        left: 0; } }
  .menu .btn-group {
    margin-right: 5%; }
    @media (max-width: 850px) {
      .menu .btn-group {
        margin-right: 0; } }

.menu__list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto; }
  @media (max-width: 850px) {
    .menu__list {
      display: block;
      margin-right: 0;
      padding: 3em 0;
      border-bottom: 1px solid #eee; } }
  .menu__list a {
    display: block;
    font-weight: 700;
    padding: 2em 2.1em;
    font-size: 14px; }
    @media (min-width: 320px) {
      .menu__list a {
        font-size: 20px;
        font-size: calc(0.00125 * 100vw + 13.6px); } }
    @media (min-width: 1920px) {
      .menu__list a {
        font-size: 16px; } }
    @media (max-width: 1150px) {
      .menu__list a {
        padding: 2em 1em; } }
    @media (max-width: 850px) {
      .menu__list a {
        padding: 0.2em 0;
        font-size: 22px; } }

.main {
  margin-top: 5em; }
  @media (max-width: 850px) {
    .main {
      margin-top: 58px; } }

.hero {
  padding: 8.5% 0 5% 0;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #061b2a; }
  @media (max-width: 650px) {
    .hero {
      padding: 12% 0; } }

.hero__slide.border .hero__row {
  position: relative; }
  .hero__slide.border .hero__row:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px;
    height: 95%;
    background-color: #2589ff; }
    @media (max-width: 650px) {
      .hero__slide.border .hero__row:before {
        display: none; } }

.hero__content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em; }
  .hero__content-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 650px) {
    .hero__content-item {
      margin-bottom: 1.1em; } }

.hero__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff; }

.hero__header {
  font-family: "Manrope", "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.4em;
  line-height: 1.15; }
  @media (min-width: 320px) {
    .hero__header {
      font-size: 16px;
      font-size: calc(0.00438 * 100vw + 30.6px); } }
  @media (min-width: 1920px) {
    .hero__header {
      font-size: 39px; } }
  @media (max-width: 650px) {
    .hero__header {
      margin-bottom: 0.6em; }
      .hero__header img {
        max-width: 257px;
        margin: 0 auto; } }

.hero__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex: 0 1 auto;
  width: 41.66667%; }
  @media (max-width: 650px) {
    .hero__title {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__title:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 650px) {
    .hero__title {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__title:last-of-type {
        margin-bottom: 0; } }
  .hero__title .btn {
    padding: 1.1em 2em;
    margin-top: 4em; }
    @media (max-width: 650px) {
      .hero__title .btn {
        width: 96%;
        margin: 3em auto 0 auto; } }
  @media (max-width: 650px) {
    .hero__title {
      margin-bottom: 3em; } }

.hero__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media (max-width: 650px) {
    .hero__content {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__content:last-of-type {
        margin-bottom: 0; } }
  .hero__content.col-6-2 {
    width: 52%; }
    @media (max-width: 650px) {
      .hero__content.col-6-2 {
        width: 100%; } }

.hero__title-content {
  line-height: 1.4;
  font-weight: 700; }

.hero__stroke {
  max-width: 70%;
  margin-bottom: 2.5em; }
  .hero__stroke:only-child {
    margin-bottom: 0; }
  @media (max-width: 850px) {
    .hero__stroke {
      max-width: 100%; } }

.hero__stroke-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .hero__stroke-item:last-of-type {
    margin-bottom: 0; }
  .hero__stroke-item .hero__content-diget {
    text-align: inherit; }
  .hero__stroke-item .hero__content-descr {
    padding-left: 0; }

.hero__content-diget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33333%;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  color: #2589ff;
  line-height: 1.1; }
  @media (max-width: 650px) {
    .hero__content-diget {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__content-diget:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 650px) {
    .hero__content-diget {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__content-diget:last-of-type {
        margin-bottom: 0; } }
  @media (min-width: 320px) {
    .hero__content-diget {
      font-size: 16px;
      font-size: calc(0.005 * 100vw + 22.4px); } }
  @media (min-width: 1920px) {
    .hero__content-diget {
      font-size: 32px; } }
  .hero__content-diget .bigDGT {
    font-size: 1.4em;
    color: #ffc234; }
  @media (max-width: 650px) {
    .hero__content-diget {
      text-align: inherit;
      margin-bottom: 0.5em; } }

.hero__content-descr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex: 0 1 auto;
  width: 66.66667%;
  font-weight: 600;
  padding-left: 1.8em; }
  @media (max-width: 650px) {
    .hero__content-descr {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__content-descr:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 650px) {
    .hero__content-descr {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .hero__content-descr:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 650px) {
    .hero__content-descr {
      margin-left: 0; } }

@media (max-width: 650px) {
  .hero__content-text {
    text-align: center; } }

.hero__slider-wrapper {
  margin-bottom: 7.5%; }
  @media (max-width: 650px) {
    .hero__slider-wrapper {
      margin-bottom: 18%; } }

/*about*/
.about {
  padding: 0 0 7% 0; }
  @media (max-width: 650px) {
    .about {
      padding: 0 0 12% 0; } }
  .about .section__row {
    padding-top: 12%;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .about .section__row:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0%;
      width: 2px;
      height: 6.5em;
      background: #2589ff; }
      @media (max-width: 850px) {
        .about .section__row:before {
          height: 3em; } }
      @media (max-width: 650px) {
        .about .section__row:before {
          left: calc(50% - 1px);
          height: 2em; } }
  .about .section__title {
    margin-bottom: 0.6em; }
  .about p {
    margin-bottom: 0.9em; }
    .about p:last-of-type {
      margin-bottom: 0; }

.section__logo img,
.section__logo svg {
  width: 100%; }
  @media (max-width: 650px) {
    .section__logo img,
    .section__logo svg {
      width: 220px; } }

.about__list {
  margin-bottom: 4.5em; }
  .about__list .col {
    margin-bottom: 3em; }
    .about__list .col:nth-child(3n + 2) .about__item {
      margin: 0 auto; }
    .about__list .col:nth-child(3n) .about__item {
      margin: 0 0 0 auto; }
      @media (max-width: 650px) {
        .about__list .col:nth-child(3n) .about__item {
          margin: 0 auto; } }
    @media (max-width: 650px) {
      .about__list .col {
        margin-bottom: 2em; }
        .about__list .col:last-of-type {
          margin-bottom: 0; } }
  @media (max-width: 650px) {
    .about__list {
      margin-bottom: 1.8em; } }

.about__item {
  max-width: 72%; }
  @media (max-width: 650px) {
    .about__item {
      max-width: 98%;
      margin: 0 auto; } }

.about__item-icon {
  margin-bottom: 1.1em; }

.about__item-text {
  font-weight: 600; }

/*project*/
.project {
  position: relative;
  padding: 2% 0; }
  .project .section__title {
    position: relative;
    margin-left: 50px;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    font-size: 26px; }
    @media (min-width: 320px) {
      .project .section__title {
        font-size: 16px;
        font-size: calc(0.01125 * 100vw + 22.4px); } }
    @media (min-width: 1920px) {
      .project .section__title {
        font-size: 44px; } }
    .project .section__title:before {
      content: "";
      position: absolute;
      top: 0.5em;
      right: calc(100% + 0.5em);
      width: 30px;
      height: 2px;
      background: #fff; }
      @media (max-width: 850px) {
        .project .section__title:before {
          display: none; } }
    .project .section__title span {
      font-weight: 700; }
    @media (max-width: 850px) {
      .project .section__title {
        margin: 0 auto 1em auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        text-align: center; } }

.project__header {
  padding: 50px 0;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #2589ff; }
  .project__header .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.project__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 650px) {
    .project__container .col {
      margin-bottom: 3.5em; }
      .project__container .col:last-of-type {
        margin-bottom: 0; } }

.project__tabs-nav {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .project__tabs-nav .btn.current {
    background: #fff;
    color: #2c2c2c; }
  @media (max-width: 650px) {
    .project__tabs-nav .btn {
      width: 48%;
      padding: 1.1em 5px;
      font-size: 17px; } }
  @media (max-width: 450px) {
    .project__tabs-nav .btn {
      font-size: 15px; } }

.project__tab-content {
  margin-top: 3.5em; }

.project__pic {
  border: 1px solid #eee;
  text-align: center; }
  .project__pic > img {
    border: 5px solid #fff; }

.project__slider-item {
  padding-bottom: 2px; }

.project__nested-slider {
  border: 5px solid #fff; }

.swiper-pagination.project__nested-pagination,
.swiper-pagination.portfolio__nested-pagination {
  display: inline-block;
  bottom: 40px;
  width: auto;
  padding: 5px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 1;
  font-size: 0;
  background-color: rgba(13, 33, 57, 0.68); }

.project__descr p {
  color: #2c2c2c;
  margin-bottom: 1.5em; }
  .project__descr p:last-of-type {
    margin-bottom: 0; }

.project__tab-item {
  display: none; }
  .project__tab-item.current {
    display: block; }

/*modeling*/
.modeling {
  padding-top: 0; }
  .modeling .notice {
    margin-bottom: 1.7em; }
  .modeling .section__row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0; }
    @media (max-width: 650px) {
      .modeling .section__row .col:last-of-type {
        margin-bottom: 2em; } }
  .modeling .section__help {
    width: 82%;
    margin: 9% 0 0 10%; }
    @media (max-width: 650px) {
      .modeling .section__help {
        width: 100%;
        margin: 0; } }
  .modeling .section__title {
    margin-bottom: 0.6em; }

.section__img {
  max-width: 570px;
  padding: 20px;
  border: 1px solid #eee; }
  .section__img img {
    display: block;
    width: 100%;
    margin: 0 auto; }

/*tehnology*/
.tehnology .section__title {
  margin-bottom: 1.5em; }

.tehnology__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 5%;
  counter-reset: nCounter 0; }
  .tehnology__list:before {
    content: "";
    position: absolute;
    width: 4px;
    left: 0;
    top: 0.8em;
    bottom: 0.3em;
    background: #2589ff; }
    @media (max-width: 650px) {
      .tehnology__list:before {
        display: none; } }
  @media (max-width: 650px) {
    .tehnology__list {
      padding-left: 0; } }

.tehnology__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 3.3em; }
  .tehnology__item:before {
    margin-right: 0.35em;
    content: counter(nCounter, decimal-leading-zero);
    counter-increment: nCounter;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #ffc234; }
    @media (min-width: 320px) {
      .tehnology__item:before {
        font-size: 16px;
        font-size: calc(0.00375 * 100vw + 40.8px); } }
    @media (min-width: 1920px) {
      .tehnology__item:before {
        font-size: 48px; } }
    @media (max-width: 650px) {
      .tehnology__item:before {
        width: 100%;
        margin: 0 0 0.35em 0; } }
  .tehnology__item:nth-child(odd) {
    width: 50%; }
    @media (max-width: 650px) {
      .tehnology__item:nth-child(odd) {
        width: 100%; } }
  .tehnology__item:nth-child(even) {
    width: 45%; }
    @media (max-width: 650px) {
      .tehnology__item:nth-child(even) {
        width: 100%; } }
  .tehnology__item:nth-last-child(-n + 2) {
    margin-bottom: 0; }
    @media (max-width: 650px) {
      .tehnology__item:nth-last-child(-n + 2) {
        margin-bottom: 3.3em; } }
  @media (max-width: 650px) {
    .tehnology__item {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 2em; } }

/*strategy*/
.strategy {
  padding-top: 0; }
  .strategy .section__title {
    margin-bottom: 1em; }

.strategy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.strategy__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex: 0 1 auto;
  width: 33.33333%;
  padding: 3.5% 1.6em;
  border: 1px solid #eeeeee; }
  @media (max-width: 650px) {
    .strategy__item {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .strategy__item:last-of-type {
        margin-bottom: 0; } }
  @media (max-width: 650px) {
    .strategy__item {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      .strategy__item:last-of-type {
        margin-bottom: 0; } }
  .strategy__item:nth-child(n + 4) {
    border-top: none; }
  .strategy__item:nth-child(3n + 2) {
    border-left: none;
    border-right: none; }
  .strategy__item:nth-child(odd) {
    background: #f9f9f9; }
    @media (max-width: 650px) {
      .strategy__item:nth-child(odd) {
        background: none; } }
  @media (max-width: 650px) {
    .strategy__item {
      border: none; } }

.strategy__item-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 25px; }
  .strategy__item-icon img {
    display: block;
    margin: 0 auto; }
  @media (max-width: 650px) {
    .strategy__item-icon {
      margin: 0 auto 23px auto; } }

.strategy__item-text {
  line-height: 1.4; }

/*servises*/
.services {
  padding-top: 0; }
  .services .section__title {
    margin-bottom: 1.2em; }

.services__slider-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 1px; }
  @media (max-width: 850px) {
    .services__slider-list {
      margin-bottom: 2em; } }

.services__slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 870px;
  width: 32%;
  border: 1px solid #eeeeee; }
  .services__slider-item .btn {
    width: 100%;
    margin-top: auto; }
  @media (max-width: 850px) {
    .services__slider-item {
      min-height: auto; } }

.services__header {
  padding: 0 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  height: 230px; }

.services__icon {
  width: 67px;
  height: 67px;
  margin: 0 auto 1.2em auto; }
  .services__icon img {
    display: block; }

.services__title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600; }
  @media (min-width: 320px) {
    .services__title {
      font-size: 16px;
      font-size: calc(0.0025 * 100vw + 15.2px); } }
  @media (min-width: 1920px) {
    .services__title {
      font-size: 20px; } }

.services__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.3em 1.8em 3.5em 1.8em;
  text-align: center; }

.services-pagination.swiper-pagination .swiper-pagination-bullet {
  background: #d8d8d8; }

.services-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #2589ff; }

/*portfolio*/
.portfolio {
  padding-top: 0; }
  .portfolio .section__row {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto 4em auto; }
  .portfolio .section__title {
    position: relative;
    width: 40%;
    padding-left: 0.8em; }
    .portfolio .section__title:before {
      content: "";
      position: absolute;
      top: 0.1em;
      bottom: 0.1em;
      width: 3px;
      left: 0;
      background: #2589ff; }
    @media (max-width: 650px) {
      .portfolio .section__title {
        width: 80%;
        padding-left: 0;
        text-align: left; }
        .portfolio .section__title:before {
          top: 0.5em;
          bottom: auto;
          left: 105%;
          height: 3px;
          width: 33px; } }
  @media (max-width: 650px) {
    .portfolio .container {
      padding: 0; } }

.portfolio__container {
  padding: 5% 0 6% 0;
  background: #0a74f0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  @media (max-width: 650px) {
    .portfolio__container {
      padding: 0 0 15% 0;
      background: #061b2a; } }

.portfolio__row,
.project__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.portfolio__pic, .project__pic {
  position: relative;
  width: 48%;
  padding-bottom: 35%;
  text-align: center; }
  .portfolio__pic img, .project__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  @media (max-width: 650px) {
    .portfolio__pic, .project__pic {
      width: 100%;
      padding-bottom: 90%; } }

.portfolio__nested-slider,
.project__nested-slider {
  position: absolute;
  width: 100%;
  height: 100%; }
  .portfolio__nested-slider .swiper-slide,
  .project__nested-slider .swiper-slide {
    height: 100%; }

.swiper-pagination.portfolio__nested-pagination {
  bottom: 40px; }

.portfolio__descr,
.project__descr {
  padding-top: 2.5em;
  width: 44%;
  color: #fff; }
  @media (max-width: 650px) {
    .portfolio__descr,
    .project__descr {
      width: 100%;
      padding: 2.5em 15px 0 15px;
      text-align: left; } }

.portfolio__title {
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3; }
  @media (min-width: 320px) {
    .portfolio__title {
      font-size: 16px;
      font-size: calc(0.0025 * 100vw + 21.2px); } }
  @media (min-width: 1920px) {
    .portfolio__title {
      font-size: 26px; } }

.portfolio__subtitle {
  text-transform: uppercase;
  margin-bottom: 0.5em;
  font-weight: 700; }

.portfolio__text {
  font-size: 15px;
  line-height: 1.4; }
  @media (min-width: 320px) {
    .portfolio__text {
      font-size: 16px;
      font-size: calc(0.00125 * 100vw + 14.6px); } }
  @media (min-width: 1920px) {
    .portfolio__text {
      font-size: 17px; } }

.reviews-pagination.swiper-pagination {
  margin-top: 2.5em; }
  .reviews-pagination.swiper-pagination .swiper-pagination-bullet {
    background: #d8d8d8; }
  .reviews-pagination.swiper-pagination .swiper-pagination-bullet-active {
    background: #2589ff; }

/*reviews*/
.reviews {
  padding-top: 0; }
  .reviews .section__title {
    margin-bottom: 23px; }

.reviews__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 850px) {
    .reviews__row {
      width: 100%; } }
  @media (max-width: 650px) {
    .reviews__row {
      padding: 2em 1.1em 3em 1.1em;
      border: 1px solid #eee; } }

.reviews__autor {
  width: 20%;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 650px) {
    .reviews__autor {
      width: 95%;
      margin: 0 auto; } }

.reviews__autor-foto {
  width: 95px;
  height: 95px;
  margin: 0 auto 1.2em auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }
  .reviews__autor-foto img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.reviews__autor-name {
  font-weight: 600;
  margin-bottom: 0.5em; }

.reviews__autor-company {
  color: #99a2ad; }

.reviews__body {
  position: relative;
  width: 78%;
  padding: 1.6em 11% 7% 2em;
  margin-top: 1em;
  border: 1px solid #eee; }
  .reviews__body:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border: 1.3em solid transparent;
    border-top: 1.3em solid white;
    border-right: 1.3em solid white;
    -webkit-filter: drop-shadow(-1px 0px 0px #eee) drop-shadow(0px -1px 0px #eee);
    filter: drop-shadow(-1px 0px 0px #eee) drop-shadow(0px -1px 0px #eee); }
    @media (max-width: 900px) {
      .reviews__body:before {
        display: none; } }
  .reviews__body:after {
    content: "";
    width: 58px;
    height: 40px;
    position: absolute;
    top: 1.6em;
    right: 1.6em;
    background: url(../img/icons/quotes.svg) top center/contain no-repeat; }
    @media (max-width: 650px) {
      .reviews__body:after {
        display: none; } }
  @media (max-width: 650px) {
    .reviews__body {
      width: 100%;
      padding: 0;
      margin-top: 1.5em;
      border: none; } }

.reviews__text {
  position: relative;
  font-size: 15px;
  line-height: 1.4; }
  @media (min-width: 320px) {
    .reviews__text {
      font-size: 16px;
      font-size: calc(0.00125 * 100vw + 14.6px); } }
  @media (min-width: 1920px) {
    .reviews__text {
      font-size: 17px; } }

.reviews__attached {
  position: relative;
  padding-left: 1.2em;
  margin-top: 1.5em;
  color: #99a2ad;
  font-size: 14px;
  cursor: pointer; }
  .reviews__attached:before {
    content: "\e901";
    position: absolute;
    left: 0;
    font-family: icomoon; }

/*contact*/
@media (max-width: 650px) {
  .contact {
    padding-bottom: 15%; } }

.contact__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.contact__col {
  position: relative;
  width: 50%; }
  .contact__col.list {
    padding: 7% 0 9.5% 15px;
    border-top: 1px solid #eee; }
    @media (max-width: 900px) {
      .contact__col.list {
        padding: 7% 0 9.5% 15px; } }
    @media (max-width: 650px) {
      .contact__col.list {
        padding: 0;
        border-top: none; } }
  @media (max-width: 650px) {
    .contact__col {
      width: 100%; } }
  @media (max-width: 650px) {
    .contact__col.map {
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      margin-bottom: 1em; } }

.contact__wrap {
  max-width: 400px;
  margin: 0 calc(50vw - 81%) 0 auto; }
  .contact__wrap .section__title {
    margin-bottom: 1em; }
  @media (max-width: 900px) {
    .contact__wrap {
      max-width: 100%;
      margin: 0 auto; } }
  @media (max-width: 650px) {
    .contact__wrap {
      text-align: center;
      padding: 0 15px; }
      .contact__wrap .btn {
        width: 100%; } }

.contact__map-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .contact__map-wrap .map-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 650px) {
    .contact__map-wrap {
      height: 0;
      padding-bottom: 80%; } }

.contact__list {
  margin-bottom: 3.8em; }
  .contact__list li {
    margin-bottom: 1.2em;
    line-height: 1.2;
    font-weight: 600; }
    .contact__list li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0.3em 0; }
    .contact__list li span {
      padding-right: 1em; }
  @media (max-width: 650px) {
    .contact__list {
      padding: 22px 15px;
      margin-bottom: 2em;
      border: 1px solid #eee;
      text-align: initial; } }

.footer {
  background-color: #061b2a;
  color: #fff; }
  .footer__top {
    padding: 4.3em 0 6em 0;
    border-bottom: 1px solid #0b283d; }
    @media (max-width: 850px) {
      .footer__top {
        padding: 2.5em 0 4em 0; } }
  .footer__bottom {
    padding: 1.2em 0; }
    .footer__bottom .row, .footer__bottom .menu__list {
      font-size: 14px; }
    @media (max-width: 650px) {
      .footer__bottom .col {
        margin-bottom: 1em; } }
  @media (max-width: 650px) {
    .footer .row, .footer .menu__list {
      text-align: center; } }

.footer__logo {
  width: 240px;
  margin-bottom: 1.2em; }
  @media (max-width: 650px) {
    .footer__logo {
      width: 220px;
      margin: 0 auto 1em auto; } }

.footer__text {
  font-size: 15px;
  line-height: 1.5; }

.footer__menu {
  text-align: center;
  font-size: 16px; }

.footer__menu-list {
  display: inline-block;
  text-align: initial; }
  .footer__menu-list a {
    display: block;
    padding: 0.35em 0; }
  @media (max-width: 650px) {
    .footer__menu-list {
      display: block;
      text-align: center; } }

.footer__contact {
  text-align: initial;
  width: 88%;
  margin-left: auto;
  font-size: 16px; }
  @media (max-width: 850px) {
    .footer__contact {
      width: 100%; } }
  .footer__contact li {
    margin-bottom: 0.55em; }
    .footer__contact li:last-child {
      margin-bottom: 0; }
    .footer__contact li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0.3em 0; }
      .footer__contact li a span {
        padding-right: 1.2em; }
      @media (max-width: 650px) {
        .footer__contact li a {
          display: block;
          text-align: center; } }

.lang-menu {
  position: relative;
  width: 97px;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px; }
  .lang-menu:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 10px;
    border: 5px solid transparent;
    border-top: 5px solid #777;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .lang-menu.expand:after {
    -webkit-transform: rotate(180deg) translateY(5px);
    -ms-transform: rotate(180deg) translateY(5px);
    transform: rotate(180deg) translateY(5px); }
  @media (max-width: 850px) {
    .lang-menu {
      position: absolute;
      top: 1em;
      right: 1em; } }
  .lang-menu .lang {
    font-size: 14px;
    margin-left: 8px; }

.lang-menu__current {
  padding: 12px 10px 12px 12px;
  cursor: pointer; }

.lang-menu__list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  display: none;
  width: 100%;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.lang-menu__item {
  padding: 12px 10px 12px 12px;
  border-bottom: 1px solid transparent; }
  .lang-menu__item:hover {
    border-bottom: 1px solid #eee; }
  .lang-menu__item a {
    display: block; }

.lang-menu__flag {
  width: 21px;
  height: 15px; }
  .lang-menu__flag img {
    display: block;
    width: 100%; }

.footer__soc li {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0.8em; }
  .footer__soc li:last-child {
    margin-right: 0; }
  .footer__soc li a {
    display: block; }

/*video*/
.video {
  max-width: 85%;
  margin: 0 auto; }
  @media (max-width: 650px) {
    .video {
      max-width: 100%; } }

.video__wrapper {
  position: relative; }
  .video__wrapper:before {
    content: "";
    display: block;
    padding-top: 56.59%; }

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

.marker__list {
  text-align: initial;
  margin-bottom: 3.2em; }
  .marker__list li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.9em;
    font-size: 14px;
    line-height: 1.4; }
    @media (min-width: 320px) {
      .marker__list li {
        font-size: 16px;
        font-size: calc(0.00125 * 100vw + 13.6px); } }
    @media (min-width: 1920px) {
      .marker__list li {
        font-size: 16px; } }
    .marker__list li:last-child {
      margin-bottom: 0; }
    .marker__list li:before {
      content: "\2143";
      position: absolute;
      top: 0.6em;
      left: 0;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-color: #ffc234;
      color: #fff;
      font-size: 8px;
      text-align: center;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.number__list {
  counter-reset: nCounter 0;
  margin: 0.5em 0; }
  .number__list li {
    margin-bottom: 0.45em; }
    .number__list li:last-of-type {
      margin-bottom: 0; }
    .number__list li:before {
      content: counter(nCounter) ". ";
      counter-increment: nCounter;
      margin-right: 0.35em;
      line-height: 1;
      font-weight: 700;
      color: #2d2e83; }
    @media (max-width: 650px) {
      .number__list li {
        text-align: left; } }

/*sliders*/
@media (max-width: 750px) {
  .hero__slider-btn {
    display: none; } }

.hero__slider-btn .hero-next,
.hero__slider-btn .hero-prev {
  top: 38%;
  color: #fff; }

.swiper-pagination {
  position: relative; }
  .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin: 0 4px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #2589ff; }

.project__slider-btn,
.portfolio__slider-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
  margin-right: 29%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .project__slider-btn .swiper-button-prev,
  .project__slider-btn .swiper-button-next,
  .portfolio__slider-btn .swiper-button-prev,
  .portfolio__slider-btn .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    color: #fff; }
  @media (max-width: 850px) {
    .project__slider-btn,
    .portfolio__slider-btn {
      margin-top: 10%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .project__slider-btn .project-prev,
      .project__slider-btn .project-next,
      .portfolio__slider-btn .project-prev,
      .portfolio__slider-btn .project-next {
        display: none; } }
  @media (max-width: 650px) {
    .project__slider-btn,
    .portfolio__slider-btn {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 2em;
      margin-right: 0; } }

.project__slider-btn .swiper-button-prev,
.project__slider-btn .swiper-button-next {
  color: #2d2e83; }

.project-prom-pagination.swiper-pagination-fraction {
  color: #2d2e83; }

.project__slider-btn {
  margin-top: 0;
  margin-bottom: 3em; }
  @media (max-width: 650px) {
    .project__slider-btn {
      margin: 3em 0; } }

.project-civil-pagination.swiper-pagination-fraction {
  color: initial; }

@media (max-width: 850px) {
  .reviews__slider-btn {
    display: none; } }

.swiper-pagination-fraction {
  width: 100px;
  bottom: 0;
  color: #fff;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
  color: currentColor; }

/*popup*/
.popup {
  position: relative;
  max-width: 504px;
  padding: 3em;
  background: #fff;
  margin: 0 auto; }
  @media (max-width: 650px) {
    .popup {
      padding: 2em; } }

.popup__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.9em;
  line-height: 1; }
  @media (min-width: 320px) {
    .popup__title {
      font-size: 16px;
      font-size: calc(0.005 * 100vw + 26.4px); } }
  @media (min-width: 1920px) {
    .popup__title {
      font-size: 36px; } }

.mfp-with-fade .mfp-content,
.mfp-with-fade .mfp-arrow, .mfp-with-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.mfp-with-fade.mfp-ready .mfp-content,
.mfp-with-fade.mfp-ready .mfp-arrow {
  opacity: 1; }

.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing .mfp-arrow, .mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

.form {
  position: relative;
  width: 100%; }

.form__row {
  position: relative;
  margin-bottom: 20px; }
  .form__row:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 650px) {
    .form__row .btn {
      width: 100%; } }

.form__label {
  position: absolute;
  top: -25px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 0 0 20px;
  font-weight: 300;
  color: rgba(40, 40, 40, 0.5);
  background-color: transparent;
  font-size: 14px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.form__input {
  position: relative;
  padding: 15px 20px;
  border-bottom: 1px solid #eee; }
  .form__input::-webkit-input-placeholder {
    color: transparent; }
  .form__input:-ms-input-placeholder {
    color: transparent; }
  .form__input::-ms-input-placeholder {
    color: transparent; }
  .form__input::placeholder {
    color: transparent; }
  .form__input:placeholder-shown + .form__label {
    top: 0;
    height: calc(100% - 2px);
    background-color: #ffff;
    font-size: 16px; }
  .form__input:-ms-placeholder-shown + .form__label {
    top: 0;
    height: 100%;
    background-color: #ffff;
    font-size: 16px; }
  .form__input:focus + .form__label {
    background-color: transparent; }

.switch-row {
  margin-bottom: 3em; }

.switch-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-left: 40px; }
  .switch-label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 33px;
    height: 18px;
    padding: 1px;
    margin-right: 16px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background: #ddd;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
  .switch-label:after {
    content: "";
    position: absolute;
    left: 1px;
    top: 2px;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }

.switch-input:checked + .switch-label::before {
  background: #2589ff; }

.switch-input:checked + .switch-label:after {
  left: 17px; }

.menu-trigger,
.close-menu {
  display: none;
  padding: 0.9em; }
  .menu-trigger span,
  .close-menu span {
    position: relative;
    display: block;
    width: 18px;
    height: 16px;
    padding: 7px 0;
    background-color: #555;
    background-clip: content-box;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }
    .menu-trigger span:before, .menu-trigger span:after,
    .close-menu span:before,
    .close-menu span:after {
      content: "";
      position: absolute;
      height: 2px;
      width: 100%;
      left: 0;
      background-color: #555;
      -webkit-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out; }
    .menu-trigger span:before,
    .close-menu span:before {
      top: 0; }
    .menu-trigger span:after,
    .close-menu span:after {
      bottom: 0; }
  @media (max-width: 850px) {
    .menu-trigger,
    .close-menu {
      display: block; } }

.close-menu {
  position: relative;
  display: none; }
  .close-menu.open span {
    background-color: transparent; }
    .close-menu.open span:before {
      -webkit-transform: rotate(-45deg) translate(-55%);
      -ms-transform: rotate(-45deg) translate(-55%);
      transform: rotate(-45deg) translate(-55%); }
    .close-menu.open span:after {
      -webkit-transform: rotate(45deg) translate(-55%);
      -ms-transform: rotate(45deg) translate(-55%);
      transform: rotate(45deg) translate(-55%); }
  @media (max-width: 850px) {
    .close-menu {
      display: block; } }

.call-menubtn {
  display: none;
  padding: 1.2em; }
  @media (max-width: 1050px) {
    .call-menubtn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.call-us {
  display: block;
  padding: 1.2em 0;
  font-size: 20px;
  font-weight: 600;
  font-size: 14px; }
  @media (min-width: 320px) {
    .call-us {
      font-size: 20px;
      font-size: calc(0.0025 * 100vw + 13.2px); } }
  @media (min-width: 1920px) {
    .call-us {
      font-size: 18px; } }
  .call-us .icon-tel {
    font-size: 16px;
    margin-right: 0.5em; }
  @media (max-width: 850px) {
    .call-us {
      font-size: 20px;
      padding: 1em 0; } }

@media (max-width: 1050px) {
  .btn-group {
    display: none; } }

@media (max-width: 850px) {
  .btn-group {
    display: block;
    margin-top: 2.5em; } }

.btn {
  color: #fff;
  padding: 1.1em 2.8em;
  background: #2589ff;
  font-weight: 700;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn.call-btn {
    display: none; }
    @media (max-width: 850px) {
      .btn.call-btn {
        display: inline-block; } }
  .btn:hover {
    background: #3491ff;
    -webkit-box-shadow: 0px 15px 19px -11px rgba(52, 145, 255, 0.3);
    box-shadow: 0px 15px 19px -11px rgba(52, 145, 255, 0.3); }
  .btn:active {
    background: #0069e4; }
  .btn--dark {
    background: #2d2e83; }
    .btn--dark:hover {
      background: #fff;
      color: #2c2c2c; }

/*# sourceMappingURL=main.css.map */