@font-face {
  font-family: Poppins;
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  backface-visibility: hidden;
}

body {
  margin: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  background-color: #fff;
  color: #413e6f;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 500;
}

img {
  border: 0;
  max-width: 100%;
}

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

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  background-color: transparent;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

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

td,
th {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

html,
body,
main {
  min-height: 100vh;
}

main {
  display: block;
  height: auto;
}

.noselect {
  -webkit-touch-callout: none;
  user-select: none;
}

textarea:focus,
input:focus {
  outline: 0;
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  cursor: default;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  cursor: pointer;
}

.clear {
  clear: both;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  flex: none;
  min-height: 1px;
  flex-grow: 0;
  flex-shrink: 1;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.col-1 {
  min-width: 8.33333%;
  max-width: 8.33333%;
  flex-basis: 8.33333%;
}

.col-2 {
  min-width: 16.66667%;
  max-width: 16.66667%;
  flex-basis: 16.66667%;
}

.col-3 {
  min-width: 25%;
  max-width: 25%;
  flex-basis: 25%;
}

.col-4 {
  min-width: 33.33333%;
  max-width: 33.33333%;
  flex-basis: 33.33333%;
}

.col-5 {
  min-width: 41.66667%;
  max-width: 41.66667%;
  flex-basis: 41.66667%;
}

.col-6 {
  min-width: 50%;
  max-width: 50%;
  flex-basis: 50%;
}

.col-7 {
  min-width: 58.33333%;
  max-width: 58.33333%;
  flex-basis: 58.33333%;
}

.col-8 {
  min-width: 66.66667%;
  max-width: 66.66667%;
  flex-basis: 66.66667%;
}

.col-9 {
  min-width: 75%;
  max-width: 75%;
  flex-basis: 75%;
}

.col-10 {
  min-width: 83.33333%;
  max-width: 83.33333%;
  flex-basis: 83.33333%;
}

.col-11 {
  min-width: 91.66667%;
  max-width: 91.66667%;
  flex-basis: 91.66667%;
}

.col-12 {
  min-width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

@media (max-width: 767px) {
  .xs-hide {
    display: none !important;
  }
  .xs-show {
    display: flex !important;
    flex-direction: column;
  }
  .xs-show_b {
    display: block !important;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-xs-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col-xs-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col-xs-3 {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .col-xs-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col-xs-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col-xs-6 {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .col-xs-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col-xs-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col-xs-9 {
    min-width: 75%;
    max-width: 75%;
    flex-basis: 75%;
  }
  .col-xs-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col-xs-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col-xs-12 {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .s-hide {
    display: none !important;
  }
  .s-show {
    display: flex !important;
    flex-direction: column;
  }
  .s-show_b {
    display: block !important;
  }
  .col-s-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col-s {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-s-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col-s-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col-s-3 {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .col-s-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col-s-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col-s-6 {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .col-s-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col-s-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col-s-9 {
    min-width: 75%;
    max-width: 75%;
    flex-basis: 75%;
  }
  .col-s-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col-s-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col-s-12 {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1001px) and (max-width: 1025px) {
  .sm-hide {
    display: none !important;
  }
  .sm-show {
    display: flex !important;
    flex-direction: column;
  }
  .sm-show_b {
    display: block !important;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-sm-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col-sm-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col-sm-3 {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .col-sm-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col-sm-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col-sm-6 {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .col-sm-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col-sm-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col-sm-9 {
    min-width: 75%;
    max-width: 75%;
    flex-basis: 75%;
  }
  .col-sm-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col-sm-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col-sm-12 {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1025px) {
  .m-hide {
    display: none !important;
  }
  .m-show {
    display: flex !important;
    flex-direction: column;
  }
  .m-show_b {
    display: block !important;
  }
  .col-m-auto {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-m-1 {
    min-width: 8.33333%;
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col-m-2 {
    min-width: 16.66667%;
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col-m-3 {
    min-width: 25%;
    max-width: 25%;
    flex-basis: 25%;
  }
  .col-m-4 {
    min-width: 33.33333%;
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col-m-5 {
    min-width: 41.66667%;
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col-m-6 {
    min-width: 50%;
    max-width: 50%;
    flex-basis: 50%;
  }
  .col-m-7 {
    min-width: 58.33333%;
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col-m-8 {
    min-width: 66.66667%;
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col-m-9 {
    min-width: 75%;
    max-width: 75%;
    flex-basis: 75%;
  }
  .col-m-10 {
    min-width: 83.33333%;
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col-m-11 {
    min-width: 91.66667%;
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col-m-12 {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
}

.df {
  display: flex;
  align-items: center;
}

.df.s_betwen {
  justify-content: space-between;
}

.df.center {
  justify-content: center;
}

body {
  display: flex;
  flex-direction: column;
}

body.no_scroll {
  overflow: hidden;
}

h3 {
  font-weight: 400;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.container {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
}

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

.img_wrap {
  flex: none;
  overflow: hidden;
}

.img_wrap img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
}

.title {
  color: #2d2d32;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.31px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

.subtitle {
  color: #6c697b;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: left;
}

@media all and (max-width: 769px) {
  .subtitle {
    color: #6c697b;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1.28px;
    line-height: 15px;
    text-align: left;
  }
}

header {
  z-index: 12;
  width: 1355px;
  height: 122px;
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 55px;
  padding-right: 55px;
  box-shadow: -17px 39px 60px rgba(45, 45, 50, 0);
  background-color: transparent;
  transition: box-shadow 360ms, background-color 360ms;
}

@media all and (max-width: 1400px) {
  header {
    width: calc(100% - 30px);
    left: 13px;
    height: 85px;
    transform: translateX(0);
  }
}

@media all and (max-width: 769px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 767px) {
  header {
    box-shadow: -17px 39px 60px rgba(45, 45, 50, 0.03);
    background-color: #ffffff;
    transition: box-shadow 360ms, background-color 360ms;
    width: auto;
    left: 13px;
    right: 13px;
  }
}

header .logo {
  position: relative;
  opacity: 1;
  transition: opacity 360ms;
}

header .logo img {
  height: 95px;
}

@media all and (max-width: 769px) {
  header .logo img {
    height: 31px;
  }
}

header .logo:after {
  left: 0;
  bottom: -15px;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  opacity: 0;
  transition: opacity 360ms;
}

@media all and (max-width: 1025px) {
  header .logo:after {
    bottom: -12px;
  }
}

@media all and (max-width: 769px) {
  header .logo:after {
    height: 2px;
    bottom: -27px;
  }
}

@media all and (max-width: 767px) {
  header .logo:after {
    display: none;
  }
}

header .logo.group:after {
  background-color: #1576a5;
}

header .logo.dev:after {
  background-color: #3e15d8;
}

header .logo + .logo {
  margin-left: 100px;
  opacity: 0;
  transition: opacity 360ms;
}

@media all and (max-width: 767px) {
  header .logo + .logo {
    margin-left: 10px;
  }
}

header .mail {
  display: block;
  width: 42px;
  height: 29px;
  background: url("../img/mail_icon.svg") no-repeat center/contain;
  margin-right: 65px;
}

@media all and (max-width: 769px) {
  header .mail {
    height: 15px;
    margin-right: 30px;
  }
}

header.active {
  justify-content: center !important;
}

header.active .logo:hover:after, header.active .logo.active:after {
  opacity: 1;
  transition: opacity 360ms;
}

header.active .logo + .logo {
  opacity: 1;
  transition: opacity 360ms;
}

header.active .navs {
  position: absolute;
  right: 55px;
  top: 48px;
}

header.active .mail {
  display: none;
}

header.active.index {
  justify-content: space-between !important;
}

header.active.index .burder {
  background: url("../img/close_icon.svg") no-repeat left center/contain;
  position: relative;
  top: -3px;
  right: -20px;
}

header .burder {
  width: 41px;
  height: 28px;
  background: url("../img/burger_icon.svg") no-repeat center/contain;
}

header .burder.active {
  background: url("../img/close_icon.svg") no-repeat left center/contain;
}

@media all and (max-width: 769px) {
  header .burder.active {
    background: url("../img/close_icon.svg") no-repeat center/contain;
  }
}

@media all and (max-width: 767px) {
  header .burder.active {
    position: absolute;
    top: -14px;
  }
}

@media all and (max-width: 769px) {
  header .burder {
    height: 15px;
  }
}

@media all and (max-width: 767px) {
  header.index {
    background-color: #000;
  }
}

header.index .logo {
  margin-left: 28px;
}

@media all and (max-width: 767px) {
  header.index .logo {
    margin-left: 0;
  }
}

header.index .logo img {
  height: 112px;
}

@media all and (max-width: 1400px) {
  header.index .logo img {
    height: 62px;
  }
}

header.index .item {
  padding: 25px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 300;
}

@media all and (max-width: 769px) {
  header.index .item {
    padding: 15px;
  }
}

header.index .item + .item {
  margin-left: 30px;
}

@media all and (max-width: 1025px) {
  header.index .item + .item {
    margin-left: auto;
  }
}

header.index .item a {
  font-weight: 300;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

header.index .item.with_drop {
  border-radius: 8px 8px 0 0;
}

header.index .item.with_drop a {
  display: block;
  opacity: 0.4;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  line-height: 35px;
  text-transform: none;
  text-decoration: underline;
  white-space: nowrap;
  text-decoration: none;
}

header.index .item.with_drop a:after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  opacity: 0;
  width: 8px;
  height: 13px;
  vertical-align: middle;
  background: url("../img/arrow_nav.svg") no-repeat center/contain;
}

header.index .item.with_drop a:hover {
  opacity: 1;
}

header.index .item.with_drop a:hover:after {
  opacity: 1;
}

header.index .item.with_drop:hover {
  background-color: #2d2d32;
}

header.index .item.with_drop:hover .drop {
  opacity: 1;
  pointer-events: all;
}

header.index .mail {
  margin-right: 0;
  margin-left: 100px;
  background: url("../img/mail_icon_white.svg") no-repeat center/contain;
}

@media all and (max-width: 769px) {
  header.index .mail {
    margin-left: 20px;
  }
}

header.index .drop {
  pointer-events: none;
  background-color: #2d2d32;
  padding: 18px 70px 45px 25px;
  border-radius: 0 8px 8px 8px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

@media all and (max-width: 769px) {
  header.index .drop {
    right: 0;
    left: auto;
    border-radius: 8px 0 8px 8px;
  }
}

header.index .burder {
  display: none;
  background: url("../img/burger_white.svg") no-repeat center/contain;
}

@media all and (max-width: 767px) {
  header.index .burder {
    display: block;
  }
}

@media all and (max-width: 767px) {
  header.index .nav {
    display: none;
  }
}

header.groupe .burder {
  background: url("../img/burger_white.svg") no-repeat center/contain;
}

header.groupe .burder.active {
  background: url("../img/close_gray.svg") no-repeat left center/contain;
}

@media all and (max-width: 769px) {
  header.groupe .burder.active {
    background: url("../img/close_gray.svg") no-repeat center/contain;
  }
}

header.groupe .mail {
  background: url("../img/mail_icon_white.svg") no-repeat center/contain;
}

@media all and (max-width: 767px) {
  header.groupe {
    background-color: #000;
  }
}

header.scrolled {
  box-shadow: -17px 39px 60px rgba(45, 45, 50, 0.03);
  background-color: #ffffff;
  transition: box-shadow 360ms, background-color 360ms;
}

header.scrolled.index, header.scrolled.groupe {
  background-color: #000;
}

nav {
  z-index: 11;
  width: 1355px;
  position: fixed;
  top: 138px;
  left: 50%;
  transform: translateX(-50%);
  padding: 55px 55px 100px;
  pointer-events: none;
  justify-content: center;
  box-shadow: -17px 39px 60px rgba(45, 45, 50, 0);
  background-color: transparent;
  transition: box-shadow 360ms, background-color 360ms, opacity 360ms;
  opacity: 0;
  transition: opacity 360ms;
}

@media all and (max-width: 1400px) {
  nav {
    width: calc(100% - 30px);
    left: 13px;
    transform: translateX(0);
    padding: 30px;
    top: 86px;
  }
}

@media all and (max-width: 769px) {
  nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 767px) {
  nav {
    flex-wrap: wrap;
    box-shadow: -17px 39px 60px rgba(45, 45, 50, 0.03);
    background-color: #ffffff;
    transition: box-shadow 360ms, background-color 360ms, opacity 360ms;
  }
}

nav .divider {
  height: 1px;
  margin-top: 20px;
  width: 100%;
  background-color: #6c697b;
  margin-bottom: 20px;
}

nav.active {
  pointer-events: all;
  opacity: 1;
  transition: opacity 360ms;
}

nav.scrolled {
  box-shadow: -17px 39px 60px rgba(45, 45, 50, 0.03);
  background-color: #ffffff;
  transition: box-shadow 360ms, background-color 360ms, opacity 360ms;
}

nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 35px;
  right: 35px;
  height: 1px;
  background: #dfdfdf;
}

@media all and (max-width: 1025px) {
  nav:before {
    display: none;
  }
}

nav a {
  color: #2d2d32;
  font-family: Roboto;
  font-size: 17px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-left: 100px;
}

@media all and (max-width: 769px) {
  nav a {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  nav a {
    flex: 1 1 100%;
    margin-left: 0;
  }
  nav a + a {
    margin-top: 15px;
  }
}

nav a:after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 100%;
  height: 56px;
  background-color: #d8d8d8;
  opacity: 0;
  filter: blur(30px);
  border-radius: 50%;
  transition: opacity 360ms;
}

nav a:hover:after {
  opacity: 0.7;
  transition: opacity 360ms;
}

nav.groupe {
  background-color: #000000;
  justify-content: center !important;
}

nav.groupe a {
  color: #ffffff;
}

nav.groupe.scrolled {
  background-color: #000000;
}

main {
  overflow: hidden;
  flex: 1 1 auto;
  min-height: auto;
  padding-top: 250px;
}

main._{
  padding-top: 0;
}

main.group:before {
  content: "";
  height: 784px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media all and (max-width: 767px) {
  main.group:before {
    height: 640px;
  }
}

main.index:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
  height: 638px;
  background: url("../img/index_top_bg.jpg") no-repeat center/cover;
}

@media all and (max-width: 767px) {
  main {
    padding-top: 115px;
  }
}

#goals {
  padding-top: 155px;
  padding-bottom: 50px;
  min-height: 1100px;
}

@media all and (max-width: 769px) {
  #goals {
    min-height: auto;
    padding-top: 115px;
  }
}

@media all and (max-width: 767px) {
  #goals {
    padding-top: 0;
  }
}

#goals .scroll_call {
  display: block;
  position: absolute;
  top: -125px;
  left: 0px;
  width: 48px;
  height: 70px;
  background: url("../img/mouse_icon.svg") no-repeat center/contain;
  animation: 2s bounce infinite;
}

@media all and (max-width: 1025px) {
  #goals .scroll_call {
    display: none;
  }
}

#goals h1 {
  padding-top: 116px;
  margin-left: 3px;
  max-width: 703px;
  color: #2d2d32;
  font-family: Poppins;
  font-size: 122px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.6px;
  line-height: 122px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
  z-index: 4;
}

@media all and (max-width: 769px) {
  #goals h1 {
    max-width: 211px;
    color: #2d2d32;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.47px;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

@media all and (max-width: 767px) {
  #goals h1 {
    padding-top: 75px;
    margin-left: 0;
  }
}

#goals .num {
  color: #2d2d32;
  font-family: Poppins;
  font-size: 56px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.73px;
  line-height: 122px;
  text-align: left;
  text-transform: uppercase;
  margin-left: 8px;
}

@media all and (max-width: 769px) {
  #goals .num {
    color: #2d2d32;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.24px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-left: 30px;
  }
}

@media all and (max-width: 767px) {
  #goals .num {
    margin-left: 0px;
  }
}

#goals .goal {
  color: #6c697b;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: left;
  margin-left: 8px;
}

@media all and (max-width: 769px) {
  #goals .goal {
    color: #6c697b;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1.28px;
    line-height: 15px;
    text-align: left;
    margin-left: 30px;
  }
}

@media all and (max-width: 767px) {
  #goals .goal {
    margin-left: 0px;
  }
}

#goals .blue_block {
  position: absolute;
  top: -23px;
  right: 0px;
  z-index: 2;
  width: 558px;
  height: 927px;
  background-color: #3e15d8;
}

@media all and (max-width: 1025px) {
  #goals .blue_block {
    right: -350px;
  }
}

@media all and (max-width: 769px) {
  #goals .blue_block {
    right: 0;
    width: 350px;
    height: 421px;
    background-color: #3e15d8;
  }
}

@media all and (max-width: 767px) {
  #goals .blue_block {
    width: 50px;
    height: 321px;
    top: 0;
  }
}

#goals .gray_block {
  position: absolute;
  right: 47px;
  top: 241px;
  z-index: 3;
  width: 679px;
  height: 30px;
  background-color: #dfdfdf;
}

@media all and (max-width: 1025px) {
  #goals .gray_block {
    right: -150px;
  }
}

@media all and (max-width: 769px) {
  #goals .gray_block {
    right: -200px;
    height: 20px;
    top: 120px;
  }
}

@media all and (max-width: 767px) {
  #goals .gray_block {
    width: 204px;
    height: 10px;
    right: -50px;
  }
}

#goals.group {
  z-index: 3;
  min-height: 1085px;
}

@media all and (max-width: 769px) {
  #goals.group {
    min-height: auto;
  }
}

#goals.group .scroll_call {
  top: 55px;
  left: 45px;
}

#goals.group .blue_block {
  width: 558px;
  height: 930px;
  background-color: #1576a5;
  top: 38px;
  right: -46px;
}

@media all and (max-width: 769px) {
  #goals.group .blue_block {
    display: none;
  }
}

#goals.group .gray_block {
  right: 168px;
  top: 337px;
  width: 510px;
}

@media all and (max-width: 769px) {
  #goals.group .gray_block {
    display: none;
  }
}

#goals.group h1 {
  padding-top: 156px;
  margin-left: 161px;
  max-width: 595px;
  margin-bottom: 153px;
}

@media all and (max-width: 1025px) {
  #goals.group h1 {
    margin-left: 0;
    margin-bottom: 50px;
  }
}

#goals.group .num,
#goals.group .goal {
  margin-left: 161px;
}

@media all and (max-width: 1025px) {
  #goals.group .num,
  #goals.group .goal {
    margin-left: 0;
  }
}

#we_are {
  padding-top: 155px;
  padding-bottom: 72px;
  min-height: 1465px;
}

@media all and (max-width: 769px) {
  #we_are {
    min-height: auto;
    padding-top: 115px;
  }
}

@media all and (max-width: 767px) {
  #we_are {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media all and (max-width: 1250px) {
  #we_are .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

#we_are .black_block {
  width: 416px;
  height: 416px;
  background-color: #2d2d32;
  position: absolute;
  left: -23px;
  top: 3px;
}

@media all and (max-width: 769px) {
  #we_are .black_block {
    width: 85px;
    height: 105px;
    left: 30px;
  }
}

#we_are .gray_block {
  position: absolute;
  left: 62px;
  top: 154px;
  width: 31px;
  height: 321px;
  background-color: #dfdfdf;
}

@media all and (max-width: 769px) {
  #we_are .gray_block {
    width: 10px;
    height: 85px;
    left: 50px;
    top: 40px;
  }
}

#we_are .content_wrap {
  padding-top: 12px;
  margin-left: 490px;
  margin-bottom: 117px;
  max-width: calc(100% - 739px);
}

@media all and (max-width: 1025px) {
  #we_are .content_wrap {
    margin-left: 410px;
    max-width: calc(100% - 256px);
  }
}

@media all and (max-width: 769px) {
  #we_are .content_wrap {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    padding-right: 0;
    max-width: 100%;
    padding-top: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media all and (max-width: 767px) {
  #we_are .content_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

#we_are .title {
  margin-bottom: 23px;
  font-size: 44px;
}

@media all and (max-width: 769px) {
  #we_are .title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  #we_are .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

@media all and (max-width: 769px) {
  #we_are .title {
    margin-bottom: 10px;
  }
}

#we_are .subtitle {
  margin-bottom: 42px;
  font-weight: 400;
}

@media all and (max-width: 769px) {
  #we_are .subtitle {
    margin-bottom: 30px;
  }
}

#we_are .text {
  color: #2d2d32;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  line-height: 33px;
  text-align: left;
}

@media all and (max-width: 769px) {
  #we_are .text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}

#we_are .text a {
  color: #3e15d8;
  font-weight: 700;
}

#we_are .text a:hover {
  text-decoration: underline;
}

#we_are .text + .text {
  margin-top: 45px;
}

@media all and (max-width: 769px) {
  #we_are .text + .text {
    margin-bottom: 30px;
  }
}

#we_are .under_workers {
  position: absolute;
  bottom: -70px;
  right: -125px;
  left: -125px;
  height: 498px;
  z-index: 1;
  background-color: #f6f6f6;
}

@media all and (max-width: 767px) {
  #we_are .under_workers {
    display: none;
  }
}

#we_are .workers,
#we_are .workers_swiper {
  z-index: 2;
  display: flex;
  cursor: grabbing;
  justify-content: space-between;
}

#we_are .workers .img_wrap,
#we_are .workers_swiper .img_wrap {
  height: 230px;
  background-color: #a7a7ad;
  margin-bottom: 35px;
}

@media all and (max-width: 767px) {
  #we_are .workers .img_wrap,
  #we_are .workers_swiper .img_wrap {
    width: 114px;
    height: 114px;
    margin-bottom: 20px;
  }
}

#we_are .workers .name,
#we_are .workers_swiper .name {
  height: 82px;
  color: #2d2d32;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (max-width: 767px) {
  #we_are .workers .name,
  #we_are .workers_swiper .name {
    font-size: 13px;
    letter-spacing: 0.13px;
    line-height: 16px;
    height: 60px;
    width: 100% !important;
    margin-left: 0 !important;
  }
}

#we_are .workers .position,
#we_are .workers_swiper .position {
  color: #6c697b;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: center;
  margin-bottom: 6px;
}

@media all and (max-width: 767px) {
  #we_are .workers .position,
  #we_are .workers_swiper .position {
    font-size: 11px;
    letter-spacing: 1.28px;
    line-height: 15px;
    height: 45px;
  }
}

#we_are .workers .company,
#we_are .workers_swiper .company {
  color: #6c697b;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: center;
  margin-bottom: 23px;
}

@media all and (max-width: 767px) {
  #we_are .workers .company,
  #we_are .workers_swiper .company {
    font-size: 7px;
    letter-spacing: 1.38px;
    margin-bottom: 15px;
  }
}

#we_are .workers .socials,
#we_are .workers_swiper .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 360ms;
}

@media all and (max-width: 767px) {
  #we_are .workers .socials,
  #we_are .workers_swiper .socials {
    opacity: 1;
    pointer-events: all;
  }
}

#we_are .workers .socials a + a,
#we_are .workers_swiper .socials a + a {
  margin-left: 6px;
}

#we_are .workers .socials img,
#we_are .workers_swiper .socials img {
  width: 26px;
  height: 25px;
}

#we_are .workers .worker,
#we_are .workers_swiper .worker {
  width: 230px;
  flex: none;
  padding-bottom: 36px;
}

@media all and (max-width: 767px) {
  #we_are .workers .worker,
  #we_are .workers_swiper .worker {
    width: 114px;
  }
}

#we_are .workers .worker > *,
#we_are .workers_swiper .worker > * {
  z-index: 1;
}

#we_are .workers .worker:after,
#we_are .workers_swiper .worker:after {
  content: "";
  position: absolute;
  width: calc(100% + 70px);
  position: absolute;
  top: 22px;
  left: -35px;
  bottom: -35px;
  z-index: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 360ms;
}

#we_are .workers .worker:hover::after,
#we_are .workers .worker:hover .socials,
#we_are .workers_swiper .worker:hover::after,
#we_are .workers_swiper .worker:hover .socials {
  pointer-events: all;
  opacity: 1;
  transition: opacity 360ms;
}

#we_are .blue_block {
  position: absolute;
  bottom: 0;
  right: -27px;
  z-index: 1;
  width: 266px;
  height: 31px;
  transform: rotate(-180deg);
  background-color: #3e15d8;
}

@media all and (max-width: 767px) {
  #we_are .blue_block {
    width: 115px;
    height: 9px;
    right: -60px;
    bottom: 10px;
  }
}

#we_are .start_project {
  z-index: 1;
  text-align: center;
  margin-top: 25px;
}

@media all and (max-width: 769px) {
  #we_are .start_project {
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: left;
  }
}

#we_are .start_project a {
  color: #3e15d8;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  #we_are .start_project a {
    font-size: 11px;
    letter-spacing: 1.14px;
  }
}

#we_are .start_project a:hover {
  text-decoration: underline;
}

#we_are .dark_block {
  width: 416px;
  height: 416px;
  background-color: #000000;
  z-index: 0;
  position: absolute;
  left: -11px;
  top: -168px;
}

@media all and (max-width: 767px) {
  #we_are .dark_block {
    display: none;
  }
}

#we_are.group {
  min-height: auto;
  padding-top: 80px;
  background-color: #f6f6f6;
}

#we_are.group h5 {
  color: #2d2d32;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.58px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase;
  margin-left: 453px;
  margin-bottom: 75px;
}

@media all and (max-width: 767px) {
  #we_are.group h5 {
    margin-left: auto;
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#we_are.group .blue_block {
  background-color: #1576a5;
}

#we_are.group .start_project a {
  color: #1576a5;
}

#solutions {
  background-color: #fff;
  padding-top: 155px;
  z-index: 2;
}

@media all and (max-width: 769px) {
  #solutions {
    padding-top: 115px;
  }
}

#solutions .title {
  font-size: 44px;
  text-align: center;
  margin-bottom: 25px;
}

@media all and (max-width: 769px) {
  #solutions .title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  #solutions .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#solutions .subtitle {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
}

@media all and (max-width: 769px) {
  #solutions .subtitle {
    text-align: center;
    margin-bottom: 30px;
  }
}

#solutions .sub_text {
  max-width: 740px;
  color: #2d2d32;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

@media all and (max-width: 767px) {
  #solutions .sub_text {
    color: #2d2d32;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
  }
}

#solutions .one_solution {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

@media all and (max-width: 767px) {
  #solutions .one_solution {
    margin-bottom: 60px;
  }
}

#solutions .one_solution img {
  height: 180px;
  margin-bottom: 30px;
}

#solutions .one_solution .sol_title {
  color: #2d2d32;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  #solutions .one_solution .sol_title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#solutions .one_solution .text {
  max-width: 333px;
  color: #2d2d32;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  #solutions .one_solution .text {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    margin-bottom: 30px;
  }
}

#solutions .one_solution a {
  color: #3e15d8;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 360ms;
}

@media all and (max-width: 767px) {
  #solutions .one_solution a {
    opacity: 1;
    font-size: 11px;
    line-height: 20px;
  }
}

#solutions .one_solution a:hover {
  text-decoration: underline;
}

#solutions .one_solution > * {
  z-index: 2;
}

#solutions .one_solution:after {
  content: "";
  display: block;
  position: absolute;
  top: -34px;
  left: -50px;
  right: -50px;
  bottom: -67px;
  box-shadow: -109px 148px 1000px rgba(45, 45, 50, 0.19);
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 360ms;
  z-index: 1;
}

@media all and (max-width: 767px) {
  #solutions .one_solution:after {
    display: none;
  }
}

#solutions .one_solution:hover a, #solutions .one_solution:hover:after {
  opacity: 1;
  transition: opacity 360ms;
}

#solutions .blue_block {
  position: absolute;
  top: 98px;
  left: 28px;
  width: 416px;
  height: 416px;
  background-color: #3e15d8;
}

#solutions .gray_block {
  position: absolute;
  top: 9px;
  left: 112px;
  width: 31px;
  height: 234px;
  background-color: #dfdfdf;
}

#solutions .smart_sollution {
  height: 454px;
  padding-top: 175px;
}

@media all and (max-width: 769px) {
  #solutions .smart_sollution {
    height: auto;
    padding-top: 100px;
  }
}

#solutions .smart_sollution .blue_block {
  width: 416px;
  height: 416px;
  background-color: #3e15d8;
  z-index: 1;
  position: absolute;
}

@media all and (max-width: 769px) {
  #solutions .smart_sollution .blue_block {
    display: none;
  }
}

#solutions .smart_sollution .gray_block {
  width: 31px;
  height: 234px;
  background-color: #dfdfdf;
  z-index: 2;
  position: absolute;
}

@media all and (max-width: 769px) {
  #solutions .smart_sollution .gray_block {
    display: none;
  }
}

#solutions .smart_sollution .title {
  max-width: 536px;
  color: #2d2d32;
  font-family: "Poppins";
  font-weight: 700;
  letter-spacing: 0.58px;
  line-height: 53px;
  margin-left: 529px;
  padding-top: 14px;
  margin-bottom: 35px;
  text-align: left;
}

@media all and (max-width: 769px) {
  #solutions .smart_sollution .title {
    max-width: 100%;
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  #solutions .smart_sollution .title {
    line-height: normal;
  }
}

#solutions .smart_sollution .link {
  color: #3e15d8;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-left: 529px;
}

#solutions .smart_sollution .link:hover {
  text-decoration: underline;
}

@media all and (max-width: 769px) {
  #solutions .smart_sollution .link {
    margin-left: auto;
  }
}

@media all and (max-width: 767px) {
  #solutions .smart_sollution .link {
    font-size: 11px;
    letter-spacing: 1.14px;
  }
}

#solutions.group {
  background-color: #000000;
  padding-top: 166px;
}

#solutions.group .title {
  color: #ffffff;
}

#solutions.group .subtitle {
  margin-bottom: 122px;
}

@media all and (max-width: 767px) {
  #solutions.group .subtitle {
    text-align: center;
  }
}

#solutions.group .one_solution .sol_title {
  color: #ffffff;
}

#solutions.group .one_solution:after {
  background-color: #16161a;
}

#solutions.group .one_solution a {
  color: #1576a5;
}

#solutions.group .smart_sollution .gray_under {
  content: "";
  position: absolute;
  top: 144px;
  left: 21px;
  z-index: 0;
  width: 1246px;
  height: 325px;
  background-color: #2d2d32;
}

@media all and (max-width: 769px) {
  #solutions.group .smart_sollution .gray_under {
    display: none;
  }
}

#solutions.group .smart_sollution .blue_block {
  background-color: #1674a2;
  left: 21px;
}

#solutions.group .smart_sollution .gray_block {
  top: 28px;
  left: 104px;
}

#solutions.group .smart_sollution .title {
  color: #ffffff;
  margin-left: 519px;
  padding-top: 32px;
}

@media all and (max-width: 769px) {
  #solutions.group .smart_sollution .title {
    margin-left: auto;
  }
}

#solutions.group .smart_sollution .link {
  color: #1576a5;
  margin-left: 522px;
}

@media all and (max-width: 769px) {
  #solutions.group .smart_sollution .link {
    margin-left: auto;
  }
}

#mission {
  z-index: 1;
  padding-top: 155px;
  padding-bottom: 200px;
  background-color: #fff;
  min-height: 885px;
}

@media all and (max-width: 769px) {
  #mission {
    padding-bottom: 0;
    min-height: auto;
    padding-top: 115px;
  }
}

#mission .container {
  width: 1200px;
}

@media all and (max-width: 1250px) {
  #mission .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

#mission .dark_block {
  position: absolute;
  top: -155px;
  bottom: 0;
  right: -103px;
  width: 1424px;
  height: 885px;
  background-color: #2d2d32;
  z-index: 0;
}

@media all and (max-width: 769px) {
  #mission .dark_block {
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
  }
}

#mission .gray_block {
  position: absolute;
  width: 502px;
  height: 31px;
  background-color: #6c697b;
  top: 200px;
  right: -185px;
  z-index: 1;
}

@media all and (max-width: 769px) {
  #mission .gray_block {
    width: 74px;
    height: 10px;
    right: 0;
    top: 75px;
  }
}

#mission .title {
  margin-left: 128px;
  margin-top: 34px;
  max-width: 719px;
  color: #dfdfdf;
  font-family: Poppins;
  font-size: 97px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.27px;
  line-height: 100px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 39px;
}

@media all and (max-width: 1025px) {
  #mission .title {
    margin-left: 50px;
  }
}

@media all and (max-width: 769px) {
  #mission .title {
    color: #ededed;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.47px;
    line-height: 42px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  #mission .title {
    max-width: 196px;
  }
}

#mission .subtitle {
  margin-left: 129px;
  margin-bottom: 42px;
}

@media all and (max-width: 1025px) {
  #mission .subtitle {
    margin-left: 50px;
  }
}

@media all and (max-width: 769px) {
  #mission .subtitle {
    margin-bottom: 30px;
    margin-left: 0;
  }
}

#mission .text {
  margin-left: 129px;
  max-width: 559px;
  color: #dfdfdf;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

@media all and (max-width: 1025px) {
  #mission .text {
    margin-left: 50px;
  }
}

@media all and (max-width: 769px) {
  #mission .text {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0;
    padding-bottom: 80px;
  }
}

#mission > * {
  z-index: 2;
}

#clients {
  padding-top: 155px;
  padding-bottom: 12px;
  background-color: #fff;
}

#clients1 {
  padding-top: 1px;
  padding-bottom: 12px;
  background-color: #fff;
}

@media all and (max-width: 769px) {
  #clients {
    display: none;
  }
}

#clients .title {
  font-size: 44px;
  margin-bottom: 20px;
}

@media all and (max-width: 769px) {
  #clients .title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  #clients .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

#clients .subtitle {
  margin-bottom: 56px;
}

@media all and (max-width: 767px) {
  #clients .subtitle {
    margin-bottom: 35px;
  }
}

#clients .img_wrap {
  width: 156px;
  height: 156px;
  filter: grayscale(1);
}

@media all and (max-width: 767px) {
  #clients .img_wrap {
    width: 70px;
    height: 70px;
  }
}

#clients .img_wrap img {
  z-index: 1;
}

#clients .img_wrap:hover {
  filter: grayscale(0);
}

#clients.index {
  padding-bottom: 478px;
  padding-left: 109px;
}

@media all and (max-width: 1025px) {
  #clients.index {
    padding-left: 0;
    margin-bottom: 100px;
    padding-bottom: 0;
  }
}

#clients.group {
  padding-bottom: 231px;
}

#clients.group1 {
  padding-bottom: 1px;
}

#contacts {
  padding-top: 155px;
  background-color: #fff;
}

#contacts.group {
  z-index: 1;
  background-color: #a7a7ad;
}

#contacts.group .office_info {
  padding-left: 55px;
  padding-top: 0;
}

@media all and (max-width: 767px) {
  #contacts.group .office_info {
    padding-left: 0;
  }
}

#contacts.group .map_wrap {
  margin-top: -250px;
  box-shadow: none;
}

@media all and (max-width: 767px) {
  #contacts.group .map_wrap {
    margin-top: auto;
  }
}

#contacts.group .title,
#contacts.group .adress,
#contacts.group a {
  color: #fff;
}

#contacts.group .show_contacts {
  color: #1576a5;
}

#contacts.index {
  padding-top: 0;
}

@media all and (max-width: 769px) {
  #contacts {
    padding-top: 115px;
  }
}

#contacts .office_info {
  padding-top: 66px;
}

@media all and (max-width: 1025px) {
  #contacts .office_info {
    padding-bottom: 66px;
  }
}

@media all and (max-width: 769px) {
  #contacts .office_info {
    padding-top: 0;
  }
}

#contacts .title {
  font-size: 44px;
  margin-bottom: 18px;
}

@media all and (max-width: 769px) {
  #contacts .title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  #contacts .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#contacts .subtitle {
  margin-bottom: 58px;
  font-weight: 400;
}

#contacts .adress {
  max-width: 291px;
  color: #2d2d32;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
  margin-bottom: 27px;
}

@media all and (max-width: 767px) {
  #contacts .adress {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}

#contacts a {
  color: #2d2d32;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 400;
  text-align: left;
  display: block;
  line-height: 33px;
}

@media all and (max-width: 767px) {
  #contacts a {
    font-size: 14px;
    line-height: 20px;
  }
}

#contacts a:hover {
  text-decoration: underline;
}

#contacts .mail {
  text-decoration: underline;
}

#contacts .mail:hover {
  text-decoration: none;
}

#contacts .scroll {
  color: #3e15d8;
  font-size: 18px;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  #contacts .scroll {
    font-size: 11px;
    letter-spacing: 1.14px;
  }
}

#contacts .map_wrap {
  width: 627px;
  height: 767px;
  box-shadow: -30px 30px 75px rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 769px) {
  #contacts .map_wrap {
    width: 310px;
    height: 400px;
  }
}

@media all and (max-width: 767px) {
  #contacts .map_wrap {
    width: 100%;
    height: 400px;
    box-shadow: none;
  }
}

#contacts .map_wrap #map {
  width: 627px;
  height: 767px;
}

@media all and (max-width: 769px) {
  #contacts .map_wrap #map {
    width: 100%;
    height: 400px;
  }
}

#contacts .map_wrap img {
  z-index: 1;
  width: 100%;
}

#contacts .map_wrap .dark_block {
  position: absolute;
  top: 398px;
  left: 254px;
  z-index: 0;
  width: 402px;
  height: 487px;
  background-color: #33333c;
}

@media all and (max-width: 769px) {
  #contacts .map_wrap .dark_block {
    top: 98px;
    left: 66px;
  }
}

@media all and (max-width: 767px) {
  #contacts .map_wrap .dark_block {
    display: none;
  }
}

#contacts .map_wrap .gray_block {
  position: absolute;
  left: 492px;
  top: calc(100% + 50px);
  width: 30px;
  height: 168px;
  background-color: #fff;
}

@media all and (max-width: 769px) {
  #contacts .map_wrap .gray_block {
    width: 13px;
    height: 68px;
    left: auto;
    right: 45px;
    top: calc(100% + 170px);
  }
}

@media all and (max-width: 767px) {
  #contacts .map_wrap .gray_block {
    display: none;
  }
}

#contacts .office_info_wrap {
  z-index: 2;
}

#contacts .office_info_wrap.index {
  padding-top: 100px;
  background-color: #f6f6f6;
}

#contacts .office_info_wrap.index .dark_block {
  top: 72px;
  background-color: #000000;
  width: 452px;
  height: 626px;
}

@media all and (max-width: 769px) {
  #contacts .office_info_wrap.index .dark_block {
    display: none;
  }
}

#contacts .contacts_wrap {
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 142px;
  background-color: #ededed;
  margin-top: -85px;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap {
    padding-top: 120px;
    z-index: 1;
    padding-bottom: 75px;
  }
}

#contacts .contacts_wrap .input_wrap {
  margin-bottom: 77px;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .input_wrap {
    margin-bottom: 20px;
  }
}

#contacts .contacts_wrap .input_wrap input {
  width: 100%;
  background: transparent;
  color: #2d2d32;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
  border-bottom: 2px solid #6c697b;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .input_wrap input {
    color: #2d2d32;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 13.2px;
  }
}

#contacts .contacts_wrap .input_wrap p {
  margin-top: 16px;
  color: #6c697b;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: left;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .input_wrap p {
    color: #6c697b;
    font-family: Roboto;
    font-size: 8px;
    letter-spacing: 1.28px;
    text-align: left;
    margin-top: 3px;
  }
}

#contacts .contacts_wrap .input_wrap .code {
  color: #a7a7ad;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .input_wrap .code {
    font-size: 14px;
    line-height: 13.2px;
    top: 7px;
  }
}

#contacts .contacts_wrap .input_wrap .phone {
  padding-left: 70px;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .input_wrap .phone {
    padding-left: 35px;
  }
}

#contacts .contacts_wrap .input_wrap .msg_counter {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #6c697b;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: right;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .input_wrap .msg_counter {
    font-size: 8px;
    letter-spacing: 1.28px;
  }
}

#contacts .contacts_wrap .submit {
  color: #3e15d8;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 34px;
  margin-top: 20px;
  background-color: transparent;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap .submit {
    margin-top: 36px;
    font-size: 11px;
  }
}

@media all and (max-width: 767px) {
  #contacts .contacts_wrap .submit {
    margin-bottom: 13px;
  }
}

#contacts .contacts_wrap .submit:hover {
  text-decoration: underline;
}

#contacts .contacts_wrap #terms {
  display: none;
}

#contacts .contacts_wrap label {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #a7a7ad;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: left;
}

@media all and (max-width: 769px) {
  #contacts .contacts_wrap label {
    font-size: 8px;
    letter-spacing: 1.28px;
  }
}

#contacts .contacts_wrap label span {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  border: 2px solid #a7a7ad;
}

#contacts .contacts_wrap label p {
  cursor: pointer;
}

#contacts .contacts_wrap label a {
  display: inline-block;
}

@media all and (max-width: 767px) {
  #contacts .contacts_wrap label a {
    font-size: 8px;
  }
}

#contacts .contacts_wrap #terms:checked + label span:after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  right: -3px;
  width: 18px;
  height: 20px;
  background: url("../img/checkbox_icon.svg") no-repeat center/contain;
}

#contacts .contacts_wrap.index {
  display: none;
  background-color: #f6f6f6;
}

#contacts .contacts_wrap.group {
  background-color: #a7a7ad;
  padding-left: 105px;
  margin-top: 0;
}

@media all and (max-width: 1025px) {
  #contacts .contacts_wrap.group {
    padding-left: 15px;
  }
}

#contacts .contacts_wrap.group .input_wrap .code,
#contacts .contacts_wrap.group label,
#contacts .contacts_wrap.group .title {
  color: #6c697b;
}

#contacts .contacts_wrap.group .submit {
  color: #1576a5;
}

#contacts .contacts_wrap.group label a {
  text-decoration: underline;
}

#contacts .contacts_wrap.group label span {
  border: 2px solid #6c697b;
}

#honaroble_mention {
  padding-top: 155px;
  background-color: #fff;
}

#honaroble_mention .title {
  font-size: 44px;
  margin-bottom: 50px;
}

@media all and (max-width: 769px) {
  #honaroble_mention .title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  #honaroble_mention .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#honaroble_mention .honorable_wrap {
  height: 368px;
  padding-top: 55px;
  background-color: #000000;
}

#honaroble_mention .honorable_wrap:after {
  content: "";
  position: absolute;
  width: 111px;
  height: 87px;
  bottom: -22px;
  right: 73px;
  background: url("../img/dark_quote.svg") no-repeat center/contain;
}

#honaroble_mention img {
  margin-right: 55px;
  margin-left: -26px;
  width: 228px;
}

#honaroble_mention .inner_title {
  max-width: 559px;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.63px;
  line-height: 58px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media all and (max-width: 769px) {
  #honaroble_mention .inner_title {
    font-size: 24px;
  }
}

#honaroble_mention .sorce {
  color: #6c697b;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2.56px;
  margin-bottom: 45px;
}

#honaroble_mention a {
  color: #1576a5;
  font-size: 18px;
  letter-spacing: 2.29px;
  text-transform: uppercase;
}

#honaroble_mention a:hover {
  text-decoration: underline;
}

#company_facts {
  padding-top: 155px;
  background-color: transparent;
  padding-left: 60px;
  padding-right: 75px;
}

@media all and (max-width: 1025px) {
  #company_facts {
    padding-left: 15px;
    padding-right: 30px;
  }
}

@media all and (max-width: 767px) {
  #company_facts {
    padding-right: 15px;
  }
}

#company_facts .title {
  color: #fff;
  font-size: 44px;
  margin-bottom: 20px;
}

@media all and (max-width: 769px) {
  #company_facts .title {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  #company_facts .title {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
    text-align: center;
  }
}

#company_facts .subtitle {
  color: #dfdfdf;
  margin-bottom: 55px;
}

@media all and (max-width: 767px) {
  #company_facts .subtitle {
    text-align: center;
  }
}

@media all and (max-width: 769px) {
  #company_facts .counters {
    flex-wrap: wrap;
  }
}

#company_facts .num {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

@media all and (max-width: 769px) {
  #company_facts .num {
    width: 100%;
    text-align: center;
  }
  #company_facts .num + .num {
    margin-top: 30px;
  }
}

#company_facts .num span {
  margin-left: -10px;
  display: block;
  color: #fff;
  font-size: 139px;
  letter-spacing: 1.82px;
  line-height: 122px;
  margin-bottom: 34px;
}

@media all and (max-width: 769px) {
  #company_facts .num span {
    font-size: 64px;
    line-height: normal;
  }
}

@media all and (max-width: 767px) {
  #company_facts .num span {
    margin-left: auto;
  }
}

#company_facts .num span:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 23px;
  right: -25px;
  background: url("../img/plus_icon_white.svg") no-repeat center/contain;
}

@media all and (max-width: 769px) {
  #company_facts .num span:after {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    vertical-align: 60px;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}

footer {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  footer {
    padding-bottom: 0;
  }
}

@media all and (max-width: 767px) {
  footer .container .row > * {
    margin-bottom: 100px;
  }
}

footer .logo {
  display: block;
  height: 45px;
  margin-bottom: 33px;
}

footer .logo img {
  height: 45px;
}

footer ul li {
  display: block;
}

footer ul li + li {
  margin-top: 18px;
}

footer a:not(.logo) {
  color: #2d2d32;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 1.89px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  footer a:not(.logo) {
    font-size: 11px;
    letter-spacing: 1.48px;
  }
}

footer a:not(.logo):after {
  content: "";
  position: absolute;
  left: -15px;
  top: -10px;
  width: 100%;
  height: 56px;
  background-color: #d8d8d8;
  opacity: 0;
  filter: blur(30px);
  border-radius: 50%;
  transition: opacity 360ms;
}

footer a:not(.logo):hover:after {
  opacity: 0.7;
  transition: opacity 360ms;
}

footer a:not(.logo) img {
  display: inline-block;
  vertical-align: -1px;
  margin-left: 16px;
  height: 15px;
}

footer .title {
  margin-bottom: 26px;
}

footer .legal {
  display: flex;
  flex-direction: column;
}

footer .to_top {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
}

@media all and (max-width: 1000px) {
  footer .to_top {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  footer .to_top {
    margin-top: 0;
    display: none;
  }
}

footer .to_top .top img {
  margin-left: 2px;
  vertical-align: -2px;
}

footer .folow_us {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media all and (max-width: 1000px) {
  footer .folow_us {
    margin-top: 50px;
    align-items: flex-start;
  }
}

@media all and (max-width: 767px) {
  footer .folow_us {
    margin-top: 0px;
  }
}

footer .folow_us .to_top {
  flex: 1 1 auto;
  display: none;
  align-items: flex-end;
}

@media all and (max-width: 767px) {
  footer .folow_us .to_top {
    display: flex;
  }
}

footer .folow_us .to_top .top {
  margin-bottom: 100px;
}

@media all and (max-width: 767px) {
  footer .folow_us .to_top .top {
    margin-bottom: 30px;
  }
}

footer .folow_us .to_top .top img {
  margin-left: 2px;
  vertical-align: -2px;
}

@media all and (max-width: 767px) {
  footer .folow_us .title {
    display: none;
  }
}

footer .folow_us .socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media all and (max-width: 767px) {
  footer .folow_us .socials {
    display: none;
  }
}

footer .folow_us .socials a {
  width: 49px;
  height: 49px;
}

@media all and (max-width: 767px) {
  footer .folow_us .socials a {
    width: 35px;
    height: 35px;
  }
}

footer .folow_us .socials a img {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

footer .folow_us .socials a + a {
  margin-left: 12px;
}

footer .folow_us .copyright {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  color: #6c697b;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 2.24px;
  line-height: 23px;
  text-align: right;
}

@media all and (max-width: 1000px) {
  footer .folow_us .copyright {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  footer .folow_us .copyright {
    margin-top: 50px;
  }
}

footer .folow_us.mobile {
  display: none;
}

@media all and (max-width: 767px) {
  footer .folow_us.mobile {
    display: block;
  }
  footer .folow_us.mobile .socials,
  footer .folow_us.mobile .title {
    display: flex;
  }
  footer .folow_us.mobile .socials {
    justify-content: flex-start;
  }
}

footer.group {
  padding-top: 155px;
  background-color: #a7a7ad;
}

footer.group.solution {
  background-color: #000000;
}

footer.group a,
footer.group .title {
  color: #fff;
}

footer.group .link {
  color: #1576a5;
}

footer.index {
  background-color: #f6f6f6;
}

.terms_wrap {
  padding-top: 224px;
}

@media all and (max-width: 769px) {
  .terms_wrap {
    padding-top: 0;
  }
}

.terms_wrap h2 {
  max-width: 571px;
  color: #dfdfdf;
  font-family: "Poppins";
  font-size: 97px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.27px;
  line-height: 100px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 135px;
}

@media all and (max-width: 769px) {
  .terms_wrap h2 {
    font-size: 46px;
    line-height: 62px;
    margin-bottom: 75px;
  }
}

.terms_wrap h4,
.terms_wrap h3 {
  color: #2d2d32;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.58px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media all and (max-width: 769px) {
  .terms_wrap h4,
  .terms_wrap h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

.terms_wrap p {
  color: #2d2d32;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
  margin-bottom: 70px;
}

@media all and (max-width: 769px) {
  .terms_wrap p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

.terms_wrap ul,
.terms_wrap ol {
  list-style-position: inside;
  list-style: none;
  margin-bottom: 30px;
}

.terms_wrap ul li,
.terms_wrap ol li {
  color: #2d2d32;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

@media all and (max-width: 769px) {
  .terms_wrap ul li,
  .terms_wrap ol li {
    font-size: 14px;
    line-height: 22px;
  }
}

.terms_wrap ul li:before,
.terms_wrap ol li:before {
  content: "- ";
}

@media all and (max-width: 1250px) {
  #developmet .container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

#developmet .dev_slide {
  margin-left: auto;
  margin-right: auto;
  width: 275px;
  height: 275px;
  overflow: hidden;
  background-color: #ededed;
  filter: grayscale(1);
}

@media all and (max-width: 450px) {
  #developmet .dev_slide {
    width: 100%;
    filter: grayscale(0);
  }
}

#developmet .dev_slide .video:after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/play_icon.svg") no-repeat center/contain;
}

#developmet .img_wrap {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

#developmet .dev_swiper {
  height: 475px;
  padding-top: 100px;
}

@media all and (max-width: 767px) {
  #developmet .dev_swiper {
    height: auto;
    padding-top: 30px;
  }
}

#developmet .swiper-slide {
  width: 275px !important;
  height: 275px;
  margin-top: 0;
  transition: width 180ms, height 180ms, margin-top 180ms;
  transition: transform 180ms;
  transform-origin: center center;
}

@media all and (max-width: 767px) {
  #developmet .swiper-slide {
    width: 100% !important;
  }
}

#developmet .swiper-slide .dev_slide {
  transition: box-shadow 360ms, background-color 360ms;
}

#developmet .swiper-slide-active {
  margin-right: 0 !important;
}

#developmet .swiper-slide-next {
  transition: width 180ms, height 180ms, margin-top 180ms;
  z-index: 2;
  margin-top: -70px;
  margin-left: 25px;
  margin-right: 25px !important;
  width: 416px !important;
  height: 416px;
}

@media all and (max-width: 767px) {
  #developmet .swiper-slide-next {
    width: 100% !important;
    margin-top: 0;
    margin-left: inherit;
    margin-right: inherit !important;
    width: 100% !important;
    height: 275px;
  }
}

@media all and (max-width: 767px) {
  #developmet .swiper-slide-next {
    transform: scale(1);
  }
}

#developmet .swiper-slide-next .dev_slide {
  width: 100%;
  height: 100%;
  filter: grayscale(0);
  background-color: #272727;
  transition: box-shadow 360ms, background-color 360ms;
}

@media all and (max-width: 767px) {
  #developmet .swiper-slide-next .dev_slide {
    background-color: inherit;
  }
}

#developmet .progress_bar {
  z-index: 1;
  position: absolute;
  right: 95px;
  bottom: 30px;
  overflow: hidden;
  width: 400px;
  height: 5px;
  background-color: #dfdfdf;
}

@media all and (max-width: 1025px) {
  #developmet .progress_bar {
    right: 15px;
    bottom: -15px;
  }
}

@media all and (max-width: 767px) {
  #developmet .progress_bar {
    display: none;
  }
}

#developmet .progress_bar:before {
  content: "";
  position: absolute;
  top: 0;
  height: 5px;
  width: 400px;
  right: 0;
  background-color: #2d2d32;
  transform: translateX(-100%);
}

#developmet .progress_bar.start:before {
  transform: translateX(0);
  transition: transform 3000ms;
}

#developmet .progress_bar.group:before {
  background-color: #1576a5;
}

#developmet .nums_wrap {
  position: absolute;
  right: 95px;
  bottom: -80px;
  display: flex;
  justify-content: flex-end;
  width: 400px;
  z-index: 1;
}

@media all and (max-width: 1025px) {
  #developmet .nums_wrap {
    right: 15px;
  }
}

@media all and (max-width: 767px) {
  #developmet .nums_wrap {
    display: none;
  }
}

#developmet .nums_wrap span {
  cursor: pointer;
  color: #dfdfdf;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 360ms, font-size 360ms;
}

#developmet .nums_wrap span + span {
  margin-left: 45px;
}

#developmet .nums_wrap span:hover, #developmet .nums_wrap span.active {
  color: #2d2d32;
  text-transform: uppercase;
  transition: color 360ms, font-size 360ms;
}

#developmet .nums_wrap.group span {
  color: #56565c;
}

#developmet .nums_wrap.group span + span {
  margin-left: 30px;
}

@media all and (max-width: 767px) {
  #developmet .nums_wrap.group span + span {
    margin-left: 20px;
  }
}

#developmet .nums_wrap.group span:hover, #developmet .nums_wrap.group span.active {
  color: #dfdfdf;
}

#developmet .title {
  height: 53px;
  margin-bottom: 10px;
  font-size: 32px;
}

@media all and (max-width: 767px) {
  #developmet .title {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#developmet .subtitle {
  height: 96px;
  color: #2d2d32;
  max-width: 50%;
  font-size: 16px;
  letter-spacing: 1.2px;
  line-height: 24px;
}

@media all and (max-width: 767px) {
  #developmet .subtitle {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 1.28px;
    max-width: 100%;
  }
}

#developmet.group {
  padding-top: 175px;
  z-index: 4;
}

@media all and (max-width: 767px) {
  #developmet.group {
    padding-top: 125px;
  }
}

body.no_scroll {
  overflow: hidden;
}

.modal_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #000;
  padding: 45px 15px;
  cursor: url("../img/close_cursor.png"), default;
  opacity: 0;
  pointer-events: none;
  transition: opacity 360ms;
}

.modal_wrap.active {
  opacity: 1;
  transition: opacity 360ms;
  pointer-events: all;
}

.modal_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.modal_wrap .text_wrap {
  width: 428px;
  background-color: #000000;
  padding: 50px 50px 70px;
  position: absolute;
  bottom: 120px;
  left: 18%;
  display: none;
}

@media all and (max-width: 767px) {
  .modal_wrap .text_wrap {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
  }
}

.modal_wrap .text_wrap.up {
  top: 85px;
  bottom: auto;
}

@media all and (max-width: 767px) {
  .modal_wrap .text_wrap.up {
    top: auto;
    bottom: 0;
  }
}

.modal_wrap .title {
  margin-bottom: 32px;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: 40px;
  text-align: left;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  .modal_wrap .title {
    margin-bottom: 1px;
    font-size: 20px;
    line-height: normal;
  }
}

.modal_wrap .subtitle {
  margin-bottom: 50px;
  color: #6c697b;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: left;
}

@media all and (max-width: 767px) {
  .modal_wrap .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.modal_wrap .text {
  color: #ededed;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

@media all and (max-width: 767px) {
  .modal_wrap .text {
    font-size: 14px;
    line-height: normal;
  }
}

.modal_video {
  position: fixed;
  z-index: 25;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}

.modal_video.active {
  opacity: 1;
  pointer-events: all;
}

.modal_video .close {
  position: absolute;
  width: 27px;
  height: 27px;
  background: url("../img/close_icon_white.svg") no-repeat center/contain;
  right: 36px;
  top: 36px;
}

#index_top_banner {
  height: 638px;
}

@media all and (max-width: 769px) {
  #index_top_banner {
    padding-bottom: 150px;
    height: auto;
  }
}

#index_top_banner h1 {
  padding-left: 54px;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 68px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.89px;
  line-height: 122px;
  text-align: left;
  text-transform: uppercase;
  padding-top: 367px;
}

@media all and (max-width: 1025px) {
  #index_top_banner h1 {
    padding-left: 0;
  }
}

@media all and (max-width: 769px) {
  #index_top_banner h1 {
    font-size: 32px;
    line-height: 48px;
    padding-top: 250px;
  }
}

#index_top_banner h2 {
  padding-left: 54px;
  color: #dfdfdf;
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.42px;
  line-height: normal;
  text-align: left;
}

@media all and (max-width: 1025px) {
  #index_top_banner h2 {
    padding-left: 0;
  }
}

@media all and (max-width: 769px) {
  #index_top_banner h2 {
    font-size: 22px;
  }
}

#companies {
  margin-top: -340px;
  padding-bottom: 234px;
  background-color: #fff;
  overflow: hidden;
}

@media all and (max-width: 1025px) {
  #companies {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}

@media all and (max-width: 767px) {
  #companies {
    padding-top: 100px;
  }
}

#companies:before {
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  top: 340px;
  left: 0;
  right: 0;
  background: url("../img/index_about_bg.jpg") no-repeat center bottom/cover;
}

@media all and (max-width: 767px) {
  #companies:before {
    bottom: -1300px;
  }
}

#companies h3 {
  color: #2d2d32;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.58px;
  line-height: 53px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 54px;
}

@media all and (max-width: 1025px) {
  #companies h3 {
    padding-left: 0;
  }
}

@media all and (max-width: 769px) {
  #companies h3 {
    font-size: 24px;
    line-height: normal;
  }
}

#companies h3.white {
  color: #fff;
}

@media all and (max-width: 767px) {
  #companies h3.about_title {
    margin-top: 50px;
  }
}

#companies .about_text {
  color: #ffffff;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

#companies .about_text.pl {
  padding-left: 55px;
}

@media all and (max-width: 1025px) {
  #companies .about_text.pl {
    padding-left: 0;
  }
}

#companies .inner_link {
  display: block;
  text-align: center;
  margin-bottom: 168px;
  padding: 90px 100px 75px;
}

@media all and (max-width: 1025px) {
  #companies .inner_link {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {
  #companies .inner_link {
    padding: 30px;
  }
}

#companies .inner_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 94px 128px 865px rgba(45, 45, 50, 0.19);
}

#companies .inner_link .inner_logo {
  margin-bottom: 37px;
}

#companies .inner_link .title {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#companies .inner_link .text {
  margin-bottom: 62px;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 31px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#companies .inner_link .link {
  color: #dfdfdf;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 1.98px;
  line-height: normal;
  text-transform: uppercase;
}

#companies .inner_link.group:before {
  background-color: #1576a5;
}

#companies .inner_link.dev .text {
  max-width: 383px;
}

#companies .inner_link.dev:before {
  background-color: #2d2d32;
}

#companies .vision_mision_wrap {
  width: 440px;
  margin-left: 57px;
  margin-top: 175px;
}

@media all and (max-width: 1025px) {
  #companies .vision_mision_wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 100px;
  }
}

#companies .vision_mision_wrap h4 {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 97px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.27px;
  line-height: 100px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 37px;
}

@media all and (max-width: 769px) {
  #companies .vision_mision_wrap h4 {
    font-size: 32px;
    line-height: normal;
  }
}

#companies .vision_mision_wrap .sub {
  color: #6c697b;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: left;
  margin-bottom: 42px;
}

@media all and (max-width: 767px) {
  #companies .vision_mision_wrap .sub {
    color: #fff;
  }
}

#companies .vision_mision_wrap .text {
  color: #dfdfdf;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

#about {
  padding-bottom: 180px;
  padding-top: 237px;
  background: url("../img/index_about_bg.jpg") no-repeat center bottom/cover;
}


#about .dark_block {
  width: 502px;
  height: 31px;
  background-color: #2d2d32;
  position: absolute;
  right: -165px;
  top: 145px;
}

@media all and (max-width: 769px) {
  #about .dark_block {
    display: none;
  }
}

#about h4 {
  color: #dfdfdf;
  font-size: 97px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 6.17px;
  line-height: 100px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 49px;
}

@media all and (max-width: 769px) {
  #about h4 {
    margin-left: 0;
  }
}

@media all and (max-width: 767px) {
  #about h4 {
    font-size: 32px;
    line-height: normal;
  }
}

#about .subtitle {
  margin-bottom: 88px;
  margin-left: 49px;
}

@media all and (max-width: 769px) {
  #about .subtitle {
    margin-left: 0;
  }
}

#about .text {
  max-width: 559px;
  color: #dfdfdf;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
  margin-left: 49px;
}

@media all and (max-width: 769px) {
  #about .text {
    margin-left: 0;
  }
}

#about .text + .text {
  margin-top: 46px;
}

#about #company_facts {
  padding-top: 204px;
  padding-left: 48px;
}

@media all and (max-width: 769px) {
  #about #company_facts {
    padding-left: 0;
  }
}

#about #company_facts .subtitle {
  margin-left: 0;
}

#solution_top {
  height: 638px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 390px;
}

#solution_top .link {
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

#solution_top .link:before {
  content: "";
  background: url("../img/footer_up_icon_white.svg") no-repeat center/contain;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: inline-block;
  transform: rotate(-90deg);
}

#solution_top .link:hover {
  text-decoration: underline;
}

#solution_top h1 {
  color: #ffffff;
  font-family: "Poppins";
  font-size: 68px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.89px;
  line-height: 122px;
  text-align: left;
  text-transform: uppercase;
}

#solutions_inner {
  background-color: #fff;
  padding-top: 118px;
  padding-bottom: 30px;
}

#solutions_inner .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#solutions_inner .inner .one {
  flex: none;
  max-width: 310px;
  padding-bottom: 90px;
}

#solutions_inner .inner .one + .one {
  margin-left: 140px;
}

@media all and (max-width: 767px) {
  #solutions_inner .inner .one + .one {
    margin-left: 0;
  }
}

#solutions_inner .inner .one + .one:nth-child(4) {
  margin-left: 0;
}

#solutions_inner .inner h2 {
  color: #2d2d32;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.3px;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 36px;
}

#solutions_inner .inner .text {
  color: #2d2d32;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 33px;
  text-align: left;
}

#other_solutions {
  padding-top: 169px;
  padding-bottom: 100px;
  background-color: #000;
}

#other_solutions h2 {
  display: block;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.58px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
}

@media all and (max-width: 767px) {
  #other_solutions h2 {
    font-size: 18px;
    letter-spacing: 0.21px;
    line-height: 20px;
  }
}

#other_solutions .subtitle {
  display: block;
  color: #6c697b;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2.56px;
  line-height: normal;
  text-align: center;
}

#other_solutions .inner {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media all and (max-width: 767px) {
  #other_solutions .inner {
    flex-wrap: wrap;
  }
  #other_solutions .inner .one {
    flex: 1 1 100%;
    margin-bottom: 50px;
  }
}

#other_solutions img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 160px;
}

#other_solutions h3 {
  max-width: 226px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 47px;
  margin-bottom: 24px;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.23px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
}

#other_solutions .link {
  display: block;
  color: #1576a5;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 2.29px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

#other_solutions .link:hover {
  text-decoration: underline;
}

.float_watsup {
  display: none;
}

@media all and (max-width: 767px) {
  .float_watsup {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    animation-duration: 1.5s;
    animation-name: scale;
    animation-iteration-count: infinite;
  }
  .float_watsup img {
    width: 50px;
    height: 50px;
  }
}

@keyframes scale {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=styles.css.map */