html {
  min-height: 100%;
  height: 100%; }
.grecaptcha-badge
{
  display: none !important;
}
body {
  font-size: 12px;
  font-family: 'Graphik', Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #F8F8F8;
  background-size: cover;
  min-height: 100%;
  height: 100%;
  position: relative; }
  body.overflow {
    overflow: hidden; }
    body.overflow .main_wrapper {
      padding: 0 0px 0 0; }
  body.index footer#footer {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-duration: 0.6s;
    -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-animation-duration: 0.6s;
    -moz-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    animation-duration: 0.6s;
    -o-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    body.index footer#footer.show_me {
      opacity: 1;
      visibility: visible; }
  body::-webkit-scrollbar-button {
    width: 5px;
    height: 0px; }
  body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1); }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #019FF0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  body::-webkit-scrollbar-thumb:hover {
    background-color: #019FF0; }
  body::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px; }
  body::-webkit-scrollbar {
    width: 0px;
    position: fixed; }

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

input, select {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important; }

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

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

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

.index_aside {
  padding: 200px 0 0;
  background-color: #019FF0;
  width: 40%;
  background-repeat: repeat;
  background-position: 50%;
  opacity: 0;
  -webkit-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
  -webkit-animation-duration: 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-animation-duration: 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  animation-duration: 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
  .index_aside.show_me {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .index_aside .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: calc(100vh - 200px);
    padding: 80px 75px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation-duration: 0.6s;
    -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-animation-duration: 0.6s;
    -moz-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    animation-duration: 0.6s;
    -o-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s; }
    .index_aside .info.show_me {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .index_aside .info h2 {
      font-weight: bold;
      font-size: 52px;
      line-height: 1.33;
      color: #fff; }
    .index_aside .info .link a {
      display: inline-block;
      height: 60px;
      padding: 0 80px 0 25px;
      font-weight: 600;
      font-size: 18px;
      line-height: 60px;
      letter-spacing: -0.36px;
      color: #019FF0;
      text-decoration: none;
      background-color: #fff;
      background-position: calc(100% - 28px) 50%;
      background-repeat: no-repeat;
      background-image: url(../img/link_blue_pt.svg);
      border-radius: 5px; }

.logo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 200px;
  width: 40%;
  padding: 0 75px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-animation-duration: 0.6s;
  -moz-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  animation-duration: 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .logo_block.show_me {
    opacity: 1;
    visibility: visible; }

  .lang {
    margin: 0 0 0 32px;
    position: relative;
  }
  .lang > span {
    display: inline-block;
    padding: 6px 18px 6px 32px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #019FF0;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 55%;
    background-image: url(../img/lang_blue_icon.svg);
    position: relative;
  }
  .lang > span::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #019FF0 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
  }
  .lang select {
    width: 100%;
    height: 100%;
    border: none;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    cursor: pointer;
  }
  .lang option {
    color: #000;
  }

.logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.logo a {
  display: inline-block;
  width: 140px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/logo.svg?v=2);
  background-size: contain; }

a.toggler {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: relative; }
  a.toggler.active::before {
    top: calc(50% - 1px); }
  a.toggler.active::after {
    top: calc(50% - 1px); }
  a.toggler.active_second::before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  a.toggler.active_second::after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg); }
  a.toggler::before {
    content: "";
    display: block;
    width: 44px;
    height: 6px;
    background: #019FF0;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% - 7px);
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  a.toggler::after {
    content: "";
    display: block;
    width: 44px;
    height: 6px;
    background: #019FF0;
    position: absolute;
    left: calc(50% - 22px);
    top: calc(50% + 7px);
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

.index_slider {
  position: relative; }
  .index_slider.show_me figure {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .index_slider.show_me .inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .index_slider .flickity-viewport {
    overflow: hidden; }
  .index_slider .flickity-button {
    display: inline-block;
    display: none;
    width: 80px;
    height: 80px;
    border: none;
    background-color: #019FF0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/slider_white_pt.svg);
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    cursor: pointer; }
    .index_slider .flickity-button.previous {
      left: calc(50% - 90px);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .index_slider .flickity-button.next {
      right: calc(50% - 90px); }
    .index_slider .flickity-button svg {
      display: none; }
  .index_slider article {
    width: 100%;
    margin: 0;
    padding: 0; }
  .index_slider figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: calc(100vh - 200px);
    height: calc(var(--app-height) - 200px);
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-animation-duration: 0.9s;
    -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-animation-duration: 0.9s;
    -moz-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    animation-duration: 0.9s;
    -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s; }
  .index_slider img {
    width: 100%;
    height: 100%;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover; }
  .index_slider .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 200px;
    padding: 20px 80px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-animation-duration: 0.9s;
    -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-animation-duration: 0.9s;
    -moz-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    animation-duration: 0.9s;
    -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .index_slider h3 {
    padding: 0 0 12px;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.1;
    color: #019FF0; }
  .index_slider p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.3); }
  .index_slider .link a {
    display: inline-block;
    height: 60px;
    padding: 0 32px;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: -0.36px;
    color: #019FF0;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #CACACA;
    box-shadow: inset 0 0 0 1px #CACACA;
    border-radius: 5px; }
  .index_slider .l_side {
    width: calc(100% - 200px); }

.index_do {
  padding: 210px 0 0; }
  .index_do header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1140px;
    margin: 0 auto 135px;
    padding: 0 20px;
    opacity: 0;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-animation-duration: 0.6s;
    -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-animation-duration: 0.6s;
    -moz-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    animation-duration: 0.6s;
    -o-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1); }
    .index_do header.show_me {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .index_do header h2 {
      width: calc(50% - 15px);
      font-weight: 600;
      font-size: 55px;
      line-height: 1.27;
      color: #019FF0; }
    .index_do header p {
      width: calc(50% - 25px);
      font-size: 22px;
      line-height: 1.64;
      color: #019FF0; }
  .index_do .inset {
    padding: 72px 0 0;
    position: relative;
    opacity: 0;
    -webkit-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    -webkit-animation-duration: 0.9s;
    -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-animation-duration: 0.9s;
    -moz-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    animation-duration: 0.9s;
    -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1); }
    .index_do .inset.show_me {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .index_do .inset::before {
      content: "";
      display: block;
      width: 100%;
      height: 300px;
      background-repeat: repeat;
      background-position: 0%;
      position: absolute;
      left: 0;
      top: 0; }
    .index_do .inset > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      max-width: 1140px;
      margin: 0 auto 135px;
      padding: 0 20px 180px;
      position: relative; }
      .index_do .inset > div > p {
        font-weight: bold;
        font-size: 35px;
        line-height: 1.1;
        color: rgba(0, 0, 0, 0.09);
        position: absolute;
        left: -140px;
        top: calc(50% - 45px);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        .index_do .inset > div > p strong {
          color: #019FF0; }
    .index_do .inset article {
      width: calc(50% - 20px);
      -webkit-box-shadow: inset 0 0 0 1px #ddd;
      box-shadow: inset 0 0 0 1px #ddd;
      position: relative;
      opacity: 0;
      -webkit-transform: translate(0, 40px);
      -ms-transform: translate(0, 40px);
      transform: translate(0, 40px);
      -webkit-animation-duration: 0.9s;
      -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
      -moz-animation-duration: 0.9s;
      -moz-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
      animation-duration: 0.9s;
      -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
      transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
      -webkit-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      .index_do .inset article.show_me {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
      .index_do .inset article + article {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
    .index_do .inset .inner {
      padding: 90px 40px 75px;
      text-align: center; }
      .index_do .inset .inner p {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.1;
        text-align: center;
        color: #019FF0; }
    .index_do .inset .image img {
      width: 100%; }
    .index_do .inset h3 {
      font-weight: 600;
      font-size: 55px;
      line-height: 1.2;
      text-align: center;
      color: #019FF0; }

.index_projects {
  padding: 0 0 30vw; }

.project_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
  position: relative; }
  .project_slider .flickity-viewport {
    overflow: hidden; }

.images_slider {
  width: 60vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-animation-duration: 0.9s;
  -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-animation-duration: 0.9s;
  -moz-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  animation-duration: 0.9s;
  -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1); }
  .images_slider.show_me {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .images_slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .images_slider figure {
    width: 100%;
    margin: 0; }
  .images_slider img {
    width: 100%; }

.inner_slider {
  width: 50%;
  margin: -100px 0 0;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-animation-duration: 0.9s;
  -webkit-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-animation-duration: 0.9s;
  -moz-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  animation-duration: 0.9s;
  -o-transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.9s cubic-bezier(0.33, 1, 0.68, 1); }
  .inner_slider.show_me {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .inner_slider .flickity-button {
    display: inline-block;
    width: 20vw;
    height: 140px;
    position: absolute;
    right: 0;
    border: none;
    border-bottom: 1px solid #DFDFDF;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/slider_blue_arrow.svg);
    cursor: pointer; }
    .inner_slider .flickity-button.previous {
      right: 20vw;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      border-bottom: none;
      border-top: 1px solid #DFDFDF;
      border-left: 1px solid #DFDFDF; }
    .inner_slider .flickity-button svg {
      display: none; }
  .inner_slider article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 50vw;
    padding: 0 60px 80px 16vw;
    background-color: #019FF0;
    position: relative; }
    .inner_slider article::before {
      content: "";
      display: block;
      width: 100%;
      height: 220px;
      background-repeat: repeat;
      background-position: 0 0;
      position: absolute;
      left: 0;
      bottom: 0; }
  .inner_slider h3 {
    padding: 0 0 54px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #fff; }
  .inner_slider h2 {
    padding: 0 0 4px;
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    color: #fff; }
  .inner_slider p {
    padding: 0 0 120px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.5); }
  .inner_slider .link {
    position: relative; }
    .inner_slider .link a {
      display: inline-block;
      height: 60px;
      padding: 0 32px;
      font-weight: 600;
      font-size: 18px;
      line-height: 60px;
      letter-spacing: -0.36px;
      color: #019FF0;
      text-decoration: none;
      background: #fff;
      border-radius: 5px; }

.index_news {
  padding: 0 0 100px; }
  .index_news > div {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  .index_news h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.09);
    position: absolute;
    left: -140px;
    top: calc(50% - 45px);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(20px, 0) rotate(-90deg);
    -ms-transform: translate(20px, 0) rotate(-90deg);
    transform: translate(20px, 0) rotate(-90deg);
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    animation-duration: 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1); }
    .index_news h2.show_me {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0) rotate(-90deg);
      -ms-transform: translate(0, 0) rotate(-90deg);
      transform: translate(0, 0) rotate(-90deg); }

.news_slider {
  position: relative; }
  .news_slider.no_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .news_slider .flickity-viewport {
    overflow: hidden; }
  .news_slider article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 520px;
    height: 280px;
    margin: 0 60px 0 0;
    padding: 50px;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0); }
    .news_slider article.show_me {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .news_slider article:hover .image {
      opacity: 1;
      visibility: visible; }
    .news_slider article:hover h3 {
      color: #fff; }
    .news_slider article:hover .date {
      background-image: url(../img/link_white_pt.svg); }
      .news_slider article:hover .date time {
        color: #fff; }
  .news_slider .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .news_slider .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .news_slider h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    color: #019FF0;
    position: relative;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .news_slider .date {
    background-position: calc(100% - 1px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/link_blue_pt.svg);
    position: relative;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .news_slider .date time {
      font-weight: 600;
      font-size: 20px;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.3);
      -webkit-animation-duration: 0.2s;
      -webkit-transition: all 0.2s linear;
      -moz-animation-duration: 0.2s;
      -moz-transition: all 0.2s linear;
      animation-duration: 0.2s;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

footer#footer > div {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px; }

.become_footer {
  padding: 85px 20px 145px;
  background-color: #019FF0;
  position: relative; }
  .become_footer::before {
    content: "";
    display: block;
    width: 100%;
    height: 90px;
    background-repeat: repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    bottom: 0; }
  .become_footer header {
    padding: 0 0 35px;
    text-align: center; }
    .become_footer header p {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.1;
      text-align: center;
      color: #fff; }
  .become_footer h2 {
    font-weight: bold;
    font-size: 55px;
    line-height: 1.2;
    text-align: center;
    color: #fff; }

.join_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px 30px;
  max-width: 740px;
  margin: 0 auto; }
  .join_form .input input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 27px;
    border: 1px solid rgba(255, 255, 255, 0);
    font-family: 'Graphik';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.36px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .join_form .input input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .join_form .input input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .join_form .input input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .join_form .input input::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .join_form .input input:focus {
      border-color: rgba(255, 255, 255, 0.2); }
  .join_form .button button {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 27px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.36px;
    color: #019FF0;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer; }

.footer_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 20px; }

.jis {
  padding: 0 0 40px;
  text-align: center; }
  .jis span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.3); }
  .jis a {
    display: inline-block;
    padding: 0 0 0 36px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    position: relative; }
    .jis a:hover {
      text-decoration: underline; }
    .jis a::before {
      content: "";
      display: inline-block;
      width: 21px;
      height: 21px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/jis.svg);
      position: absolute;
      left: 8px;
      top: calc(50% - 10px); }
  .jis strong {
    font-weight: 500; }

.footer_nav li {
  display: inline-block;
  padding: 0 12px; }

.footer_nav a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  text-align: center;
  color: #019FF0;
  text-decoration: none; }
  .footer_nav a:hover {
    text-decoration: underline; }

.social_links {
  font-size: 0; }
  .social_links.white a {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #019FF0;
    box-shadow: inset 0 0 0 1px #019FF0; }
    .social_links.white a:hover {
      -webkit-box-shadow: inset 0 0 0 1px #008cd4;
      box-shadow: inset 0 0 0 1px #008cd4; }
  .social_links a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd;
    margin: 0 0 0 -1px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .social_links a:hover {
      -webkit-box-shadow: inset 0 0 0 1px #019FF0;
      box-shadow: inset 0 0 0 1px #019FF0;
      position: relative; }
    .social_links a.facebook {
      background-image: url(../img/facebook_blue_icon.svg); }
    .social_links a.linkedin {
      background-image: url(../img/linkedin_blue_icon.svg); }
    .social_links a.instagram {
      background-image: url(../img/instagram_blue_icon.svg); }

#aside_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  #aside_block.show_me {
    opacity: 1;
    visibility: visible; }
  #aside_block .l_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 40%; }

.aside_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: calc(100vh - 200px);
  height: calc(var(--app-height) - 200px);
  padding: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover; }
  .aside_bg h4 {
    padding: 0 0 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #fff; }
  .aside_bg h3 {
    padding: 0 0 6px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    color: #fff; }
  .aside_bg p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.37;
    color: rgba(255, 255, 255, 0.5); }

.nav_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 60%;
  padding: 110px 105px 110px 135px;
  background-color: #019FF0;
  background-repeat: repeat;
  background-position: 50%; }
  .nav_side h3 {
    padding: 0 0 28px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.2;
    color: #fff; }

.aside_nav a {
  display: inline-block;
  font-weight: 600;
  font-size: 80px;
  line-height: 1.33;
  color: #fff;
  text-decoration: none;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .aside_nav a:hover {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0); }

.aside_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .aside_footer li {
    display: inline-block;
    padding: 7px; }
    .aside_footer li a {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.2;
      text-decoration: underline;
      color: #fff; }
      .aside_footer li a:hover {
        text-decoration: none; }

.copyright p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5); }

.logo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  height: 110px;
  -webkit-box-shadow: inset 0 0 0 1px #dfdfdf;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  background-color: #fff;
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 1;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .logo_inner .logo {
    padding: 0 0 0 45px; }
  .logo_inner.show_long {
    width: 40%;
    left: 0;
    top: 0;
    height: 200px; }
    .logo_inner.show_long .toggler_wrap {
      height: 200px; }

.toggler_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-left: 1px solid #dfdfdf;
  position: relative;
  -webkit-animation-duration: 0.15s;
  -webkit-transition: all 0.15s linear;
  -moz-animation-duration: 0.15s;
  -moz-transition: all 0.15s linear;
  animation-duration: 0.15s;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }

.about_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100vh;
  min-height: var(--app-height); }
  .about_first .bg {
    width: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover; }
  .about_first .inner {
    width: 50%;
    padding: 96px 70px;
    background-color: #019FF0; }
  .about_first h2,   .about_first h1 {
    padding: 0 0 30px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #fff; }
  .about_first .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.87;
    color: #fff; }
    .about_first .text p {
      padding: 0 0 20px; }

.statistics_block {
  padding: 150px 0 150px;
  background-color: #F8F8F8; }
  .statistics_block > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .statistics_block header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 0 80px; }
    .statistics_block header p {
      width: calc(100% - 440px);
      font-size: 22px;
      line-height: 1.64;
      color: #019FF0; }
  .statistics_block h2 {
    width: 420px;
    font-weight: bold;
    font-size: 62px;
    line-height: 1.1;
    color: #019FF0; }

.statistics_four {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px 30px; }
  .statistics_four article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 250px;
    padding: 20px;
    background-color: #fff; }
  .statistics_four h3 {
    font-weight: 600;
    font-size: 72px;
    line-height: 1.1;
    color: #000;
    text-align: center; }
  .statistics_four p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.15;
    color: #000;
    text-align: center; }

.mission_vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  background-color: #fff;
  position: relative; }
  .mission_vision .image {
    width: 66.666%;
    position: relative; }
    .mission_vision .image img {
      width: 100%;
      position: relative; }
  .mission_vision .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 33.333%;
    padding: 70px 60px; }
  .mission_vision h2 {
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.27;
    color: #019FF0; }
  .mission_vision p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.6); }

.about_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 0px 0px;
  font-size: 0; }
  .about_grid article {
    padding: 90px 70px 55px;
    text-align: center;
    background-color: #fff; }
    .about_grid article:nth-child(2n-1) {
      background-color: #019FF0; }
      .about_grid article:nth-child(2n-1) h3 {
        color: #fff; }
      .about_grid article:nth-child(2n-1) p {
        color: #fff; }
  .about_grid .icon {
    padding: 0 0 32px; }
  .about_grid h3 {
    padding: 0 0 12px;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.14;
    text-align: center;
    color: #019FF0; }
  .about_grid p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.6); }

.history_wrapper {
  padding: 100px 0 150px; }
  .history_wrapper > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .history_wrapper h2 {
    padding: 0 0 90px;
    font-weight: 600;
    font-size: 55px;
    line-height: 1.27;
    color: #019FF0; }

.history_list {
  padding: 0 0 0 120px;
  position: relative; }
  .history_list::before {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% - 30px);
    background-color: #E5E5E5;
    position: absolute;
    left: 15px;
    top: 8px; }
  .history_list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 48px 0 48px;
    position: relative; }
    .history_list article.active::after {
      background-color: #019FF0; }
    .history_list article.active::before {
      height: calc(100% + 56px); }
    .history_list article.active .year {
      color: #019FF0; }
    .history_list article.active:last-child::before {
      height: calc(100% - 36px); }
    .history_list article:first-child {
      margin-top: 0; }
    .history_list article:last-child {
      margin-bottom: 0; }
    .history_list article::after {
      content: "";
      display: inline-block;
      width: 32px;
      height: 32px;
      background-color: #E6E6E6;
      position: absolute;
      left: -120px;
      top: 8px; }
    .history_list article::before {
      content: "";
      display: inline-block;
      width: 2px;
      height: 0;
      background-color: #019FF0;
      position: absolute;
      left: -105px;
      top: 8px;
      -webkit-animation-duration: 0.3s;
      -webkit-transition: all 0.3s linear;
      -moz-animation-duration: 0.3s;
      -moz-transition: all 0.3s linear;
      animation-duration: 0.3s;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .history_list .year {
    width: 150px;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.27;
    color: #000; }
  .history_list .inner {
    width: calc(100% - 330px);
    padding: 0 100px 0 0;
    font-size: 18px;
    line-height: 1.56;
    color: rgba(0, 0, 0, 0.6); }
  .history_list p {
    padding: 0 0 16px; }

.partners_clients {
  padding: 120px 0 100px; }
  .partners_clients > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .partners_clients h2 {
    text-align: center;
    padding: 0 0 80px;
    font-weight: 600;
    font-size: 62px;
    line-height: 1.25;
    color: #019FF0; }
  .partners_clients .tabs {
    padding: 0 0 80px;
    text-align: center; }
    .partners_clients .tabs li {
      display: inline-block; }
      .partners_clients .tabs li:first-child {
        padding: 0 90px 0 0;
        border-right: 2px solid #D6D6D6; }
      .partners_clients .tabs li:last-child {
        padding: 0 0 0 90px; }
    .partners_clients .tabs a {
      display: inline-block;
      font-weight: 600;
      font-size: 62px;
      line-height: 1.25;
      color: #D6D6D6;
      text-decoration: none; }
      .partners_clients .tabs a.active {
        color: #019FF0; }

.logos_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 70px 30px;
  text-align: center; }
  .logos_grid figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }

.people_first {
  padding: 190px 0 0;
  position: relative; }
  .people_first .image {
    width: 50%;
    position: relative; }
    .people_first .image img {
      width: 100%;
      position: relative; }
  .people_first .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 190px; }
    .people_first .inner > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      max-width: 1280px;
      padding: 0 20px; }
      .people_first .inner > div > div {
        width: 50%;
        padding: 60px 0 0 60px; }
  .people_first h2 {
    padding: 0 0 50px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0; }
  .people_first h3 {
    padding: 0 0 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000; }
  .people_first .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.87;
    color: #7F7F7F; }
    .people_first .text p {
      padding: 0 0 20px; }

.team_block {
  padding: 250px 0 205px;
  background-color: #F8F8F8; }
  .team_block > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .team_block h2 {
    padding: 0 0 80px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
    text-align: center;
    color: #019FF0; }

.team_carousel {
  position: relative; }
  .team_carousel .flickity-viewport {
    overflow: hidden; }
  .team_carousel .flickity-button {
    display: block;
    width: 110px;
    height: 110px;
    border: none;
    background-color: rgba(248, 248, 248, 0.5);
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/slider_blue_arrow.svg);
    position: absolute;
    right: 0;
    top: calc(50% - 55px);
    cursor: pointer;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .team_carousel .flickity-button:hover {
      background-color: rgba(248, 248, 248, 0.75); }
    .team_carousel .flickity-button svg {
      display: none; }
    .team_carousel .flickity-button.previous {
      display: none; }
  .team_carousel figure {
    width: 412px;
    margin: 0 30px 0 0; }
  .team_carousel .image {
    padding: 0 0 25px; }
    .team_carousel .image img {
      display: block;
      width: 100%; }
  .team_carousel h3 {
    padding: 0 0 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    color: #000; }
  .team_carousel p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.12;
    color: #7F7F7F; }

.opportunities_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 180px;
  position: relative; }
  .opportunities_block .image {
    width: 45%; }
    .opportunities_block .image img {
      width: 100%; }
  .opportunities_block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .opportunities_block .inner > div {
      width: 100%;
      max-width: 1280px;
      padding: 0 20px; }
      .opportunities_block .inner > div > div {
        width: 80%;
        padding: 100px 70px;
        background-color: #019FF0;
        position: relative; }
        .opportunities_block .inner > div > div::before {
          content: "";
          display: block;
          width: 40%;
          height: 60%;
          background-repeat: repeat;
          background-position: 0 0;
          position: absolute;
          top: 0;
          left: 0; }
  .opportunities_block h2 {
    padding: 0 0 110px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #fff;
    position: relative; }

.opportunities_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px 30px;
  text-align: center;
  position: relative; }
  .opportunities_grid .icon {
    height: 70px; }
  .opportunities_grid h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #fff; }

.vacancies_block {
  padding: 0 0 180px; }
  .vacancies_block > div {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px; }
  .vacancies_block h2 {
    padding: 0 0 90px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0;
    text-align: center; }

.vacancies_accordion article {
  border-bottom: 1px solid #E1E1E1;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .vacancies_accordion article.active {
    border-color: #019FF0; }
    .vacancies_accordion article.active h3 a {
      color: #019FF0; }
      .vacancies_accordion article.active h3 a::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.vacancies_accordion h3 a {
  display: block;
  padding: 40px 40px 40px 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.1;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .vacancies_accordion h3 a::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/accordion_blue_arrow.svg);
    position: absolute;
    right: 10px;
    top: calc(50% - 12px);
    -webkit-animation-duration: 0.3s;
    -webkit-transition: all 0.3s linear;
    -moz-animation-duration: 0.3s;
    -moz-transition: all 0.3s linear;
    animation-duration: 0.3s;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.vacancies_accordion .inner {
  height: 0;
  overflow: hidden;
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s linear;
  animation-duration: 0.3s;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.vacancies_accordion p {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 1.87;
  color: #7F7F7F; }

.vacancies_accordion .link {
  padding: 0 0 50px; }
  .vacancies_accordion .link a {
    display: inline-block;
    height: 60px;
    padding: 0 80px 0 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: -0.36px;
    color: #fff;
    text-decoration: none;
    background-color: #019FF0;
    background-repeat: no-repeat;
    background-position: calc(100% - 28px) 50%;
    background-image: url(../img/link_white_arrow.svg);
    border-radius: 5px; }

.equipments_first {
  padding: 120px 0 140px; }
  .equipments_first > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .equipments_first header {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 80px; }
  .equipments_first h1 {
    padding: 0 0 36px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0;
    text-align: center; }
  .equipments_first p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.87;
    text-align: center;
    color: #7F7F7F; }

.equipments_grid {
  padding: 0 0 200px;
  font-size: 0; }
  .equipments_grid article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative; }
    .equipments_grid article:nth-child(2n) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .equipments_grid article:nth-child(2n) .inner > div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .equipments_grid article:nth-child(2n) .inner > div > div {
          padding: 0 60px 0 0; }
  .equipments_grid .image {
    width: 50%; }
    .equipments_grid .image img {
      width: 100%; }
  .equipments_grid .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .equipments_grid .inner > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      max-width: 1280px;
      padding: 0 20px; }
      .equipments_grid .inner > div > div {
        width: 50%;
        padding: 0  0 0 60px; }
  .equipments_grid h2 {
    padding: 0 0 40px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0; }
  .equipments_grid .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.87;
    color: #7F7F7F; }
  .equipments_grid p {
    padding: 0 0 20px; }

.services_block {
  padding: 140px 0 160px; }
  .services_block > div {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .services_block h1 {
    padding: 0 0 15px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0;
    text-align: center; }
  .services_block header {
    padding: 0 0 80px; }
    .services_block header p {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.87;
      text-align: center;
      color: #7F7F7F; }

.services_tabs {
  padding: 64px 0 0;
  text-align: center; }
  .services_tabs li {
    display: inline-block;
    padding: 0 0 0 120px; }
    .services_tabs li:first-child {
      padding: 0; }
  .services_tabs a {
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.15);
    text-decoration: none;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .services_tabs a.active {
      color: #019FF0; }
    .services_tabs a:hover {
      color: #019FF0; }

.services_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px 30px; }
  .services_grid article {
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd;
    position: relative; }
  .services_grid .image {
    font-size: 0; }
    .services_grid .image img {
      width: 100%; }
  .services_grid h2 {
    padding: 45px 60px;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    color: #019FF0; }

.vacancy_wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px 130px; }
  .vacancy_wrapper > div {
    margin: -140px 0 0;
    padding: 80px 100px;
    background-color: #fff;
    position: relative; }
  .vacancy_wrapper .back {
    position: absolute;
    right: 100%;
    top: 140px; }
    .vacancy_wrapper .back a {
      display: inline-block;
      height: 60px;
      padding: 0 25px 0 60px;
      font-weight: 600;
      font-size: 18px;
      line-height: 60px;
      letter-spacing: -0.36px;
      color: #A0A0A0;
      white-space: nowrap;
      text-decoration: none;
      background-color: #efefef;
      background-repeat: no-repeat;
      background-position: 28px 50%;
      background-image: url(../img/back_gray_arrow.svg); }
  .vacancy_wrapper h1 {
    padding: 0 0 32px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0; }
  .vacancy_wrapper .text {
    font-size: 16px;
    line-height: 1.87;
    color: #222; }
    .vacancy_wrapper .text p {
      padding: 0 0 40px; }
    .vacancy_wrapper .text ul {
      padding: 0 0 25px; }
    .vacancy_wrapper .text li {
      padding: 0 0 15px 20px;
      font-size: 16px;
      line-height: 1.15;
      color: #444;
      position: relative; }
      .vacancy_wrapper .text li::before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        background-color: #019FF0;
        position: absolute;
        left: 0;
        top: 5px;
        border-radius: 50%; }
    .vacancy_wrapper .text h3 {
      padding: 0 0 30px;
      font-weight: 600;
      font-size: 1.1;
      color: #019FF0; }

.apply_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 75px 100px !important;
  background-color: #019FF0 !important;
  margin: 0 !important; }
  .apply_block.compact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .apply_block.compact .link a, .apply_block.compact .link button {
      width: auto;
      padding: 0 60px; }
  .apply_block h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1.15;
    color: #fff; }
  .apply_block .link a, .apply_block .link button {
    display: inline-block;
    height: 60px;
    padding: 0 25px 0 25px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: -0.36px;
    color: #019FF0;
    text-decoration: none;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer; }

.vacancy_form article {
  padding: 0 0 50px; }
  .vacancy_form article h2 {
    padding: 0 0 40px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    color: #222; }

.vacancy_form .input {
  padding: 0 0 20px; }
  .vacancy_form .input input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    font-family: 'Graphik';
    font-size: 18px;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .vacancy_form .input input::-webkit-input-placeholder {
      color: #ADADAD; }
    .vacancy_form .input input:-ms-input-placeholder {
      color: #ADADAD; }
    .vacancy_form .input input::-ms-input-placeholder {
      color: #ADADAD; }
    .vacancy_form .input input::placeholder {
      color: #ADADAD; }
    .vacancy_form .input input:focus {
      border-color: #019FF0; }
  .vacancy_form .input select {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    font-family: 'Graphik';
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-image: url(../img/select_pt.svg);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .vacancy_form .input select::-webkit-input-placeholder {
      color: #ADADAD; }
    .vacancy_form .input select:-ms-input-placeholder {
      color: #ADADAD; }
    .vacancy_form .input select::-ms-input-placeholder {
      color: #ADADAD; }
    .vacancy_form .input select::placeholder {
      color: #ADADAD; }
    .vacancy_form .input select:focus {
      border-color: #019FF0; }

.upload_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 32px; }
  .upload_photo .image {
    padding: 0 20px 0 0; }
  .upload_photo p a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #222; }
    .upload_photo p a:hover {
      text-decoration: none; }

.two_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 0; }
  .two_input > * {
    width: calc(50% - 10px); }

.file_upload label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border: 1px dashed #D8D8D8;
  cursor: pointer; }
  .file_upload label:hover {
    border-color: #bababa; }

.file_upload input {
  display: none; }

.file_upload span {
  font-size: 18px;
  line-height: 1.2;
  color: #626262; }

.education_block {
  position: relative; }
  .education_block a.remove {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #CF1919;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/remove_white_icon.svg);
    position: absolute;
    right: -100px;
    top: 0; }

.add_button a {
  display: block;
  height: 60px;
  border: 1px dashed #D8D8D8;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #626262;
  text-decoration: none; }
  .add_button a:hover {
    border-color: #bababa; }

.projects_block {
  padding: 170px 0 0; }
  .projects_block > div {
    max-width: 1280px;
    margin: 0 20px;
    margin: 0 auto;
    position: relative; }
  .projects_block h1 {
    padding: 0 0 70px;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
    color: #019FF0;
    text-align: center; }

.projects_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 200px 30px;
  margin: 0 0 200px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url(../img/projects_bg.svg); }
  .projects_grid article {
    position: relative; }
  .projects_grid .image {
    width: 365px;
    position: relative; }
    .projects_grid .image img {
      width: 100%; }
  .projects_grid .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 435px;
    background-color: #fff;
    position: absolute;
    right: -160px;
    bottom: -60px; }
    .projects_grid .inner > div {
      padding: 30px;
      width: calc(100% - 90px); }
    .projects_grid .inner .link {
      width: 90px;
      padding: 0; }
      .projects_grid .inner .link a {
        display: block;
        width: 100%;
        height: 100%;
        border-left: 1px solid #dfdfdf;
        position: relative;
        background-color: #fff;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(../img/link_big_pt.svg);
        -webkit-animation-duration: 0.15s;
        -webkit-transition: all 0.15s linear;
        -moz-animation-duration: 0.15s;
        -moz-transition: all 0.15s linear;
        animation-duration: 0.15s;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear; }
        .projects_grid .inner .link a:hover {
          border-color: #019FF0;
          background-position: 55% 50%; }
  .projects_grid h2 {
    padding: 0 0 8px;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.15;
    color: #019FF0; }
  .projects_grid p {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.47;
    color: #BDBDBD; }

.projects_filter {
  position: absolute;
  right: 20px;
  top: -140px; }
  .projects_filter a {
    display: inline-block;
    width: 110px;
    height: 110px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/filter_blue_icon.svg);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .projects_filter a.active {
      background-image: url(../img/close_blue_icon.svg); }

.filters_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 535px;
  height: auto;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  -webkit-animation-duration: 0.3s;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  -moz-animation-duration: 0.3s;
  -moz-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  animation-duration: 0.3s;
  -o-transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 0.3s cubic-bezier(0.5, 1, 0.89, 1); }
  .filters_check.show_me {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .filters_check > div {
    width: 50%;
    padding: 0 20px 0 0; }
    .filters_check > div:last-child {
      padding: 0 0 0 20px; }
  .filters_check label {
    display: block;
    margin: 0 0 15px;
    padding: 0 0 0 26px;
    position: relative;
    cursor: pointer; }
    .filters_check label:last-child {
      margin: 0; }
  .filters_check input {
    display: none; }
    .filters_check input:checked + em {
      background-color: #019FF0; }
  .filters_check em {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
  .filters_check span {
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.47;
    color: #000; }

.project_image {
  margin: 0 0 80px;
  max-height: 540px;
  overflow: hidden; }
  .project_image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 540px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover; }

.current_project {
  padding: 0 0 0; }
  .current_project.without_image {
    padding: 160px 0 0; }
  .current_project > div {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px; }
  .current_project h1 {
    padding: 0 0 40px;
    font-weight: 600;
    font-size: 62px;
    line-height: 68px;
    color: #019FF0; }
  .current_project .text {
    padding: 0 0 40px;
    font-size: 16px;
    line-height: 1.7;
    color: #7F7F7F; }
    .current_project .text p {
      padding: 0 0 20px; }
  .current_project h3 {
    padding: 0 0 20px;
    font-size: 18px;
    font-weight: 600; }
  .current_project ul {
    padding: 0 0 20px; }
  .current_project li {
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    position: relative; }
    .current_project li::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #019FF0;
      position: absolute;
      left: 0;
      top: 5px;
      border-radius: 50%; }

.single_slider {
  margin: 0 0 18px;
  font-size: 0;
  position: relative; }
  .single_slider .flickity-viewport {
    overflow: hidden; }
  .single_slider .flickity-button {
    display: inline-block;
    width: 78px;
    height: 78px;
    border: none;
    background-color: #019FF0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/slider_white_pt.svg);
    position: absolute;
    bottom: 30px;
    border-radius: 50%;
    cursor: pointer; }
    .single_slider .flickity-button.previous {
      right: 120px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .single_slider .flickity-button.next {
      right: 30px; }
    .single_slider .flickity-button svg {
      display: none; }
  .single_slider figure {
    margin: 0;
    width: 100%; }
  .single_slider img {
    display: block;
    width: 100%; }

.four_image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 18px 18px;
  margin: 0 0 60px; }
  .four_image article {
    position: relative; }
    .four_image article.video {
      position: relative; }
      .four_image article.video::before {
        content: "";
        display: block;
        width: 68px;
        height: 68px;
        background-color: #fff;
        position: absolute;
        left: calc(50% - 34px);
        top: calc(50% - 34px);
        border-radius: 50%;
        z-index: 1; }
      .four_image article.video::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 20px;
        border-color: transparent transparent transparent #019FF0;
        position: absolute;
        left: calc(50% - 10px);
        top: calc(50% - 12px);
        z-index: 1; }
      .four_image article.video .image::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0; }
    .four_image article.with_num::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0; }
    .four_image article.with_num .num {
      font-weight: 600;
      font-size: 36px;
      line-height: 1;
      color: #fff;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .four_image .image img {
    display: block;
    width: 100%; }

.next_project {
  margin: 0 0 160px;
  border: 1px solid #DFDFDF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  background-color: #fff; }
  .next_project > div {
    padding: 30px;
    width: calc(100% - 90px); }
  .next_project .link {
    width: 90px;
    padding: 0; }
    .next_project .link a {
      display: block;
      width: 100%;
      height: 100%;
      border-left: 1px solid #dfdfdf;
      position: relative;
      background-color: #fff;
      background-position: 50%;
      background-repeat: no-repeat;
      background-image: url(../img/link_big_pt.svg);
      -webkit-animation-duration: 0.15s;
      -webkit-transition: all 0.15s linear;
      -moz-animation-duration: 0.15s;
      -moz-transition: all 0.15s linear;
      animation-duration: 0.15s;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
      .next_project .link a:hover {
        border-color: #019FF0;
        background-position: 55% 50%; }
  .next_project h3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.15;
    color: #019FF0; }
  .next_project p {
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.15;
    text-transform: uppercase;
    color: #019FF0;
    mix-blend-mode: normal;
    opacity: 0.5; }

.contacts_wrapper {
  width: 100%;
  min-height: 100vh;
  min-height: var(--app-height); }
  .contacts_wrapper .r_side {
    width: 50%;
    min-height: 100vh;
    max-height: 100vh;
    min-height: var(--app-height);
    max-height: var(--app-height);
    float: right;
    overflow-y: auto; }
    .contacts_wrapper .r_side > div {
      padding: 90px 120px; }
  .contacts_wrapper h1 {
    padding: 0 0 70px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0; }

.contacts_items .item {
  padding: 0 0 40px; }

.contacts_items h3 {
  padding: 0 0 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #019FF0; }

.contacts_items p {
  font-size: 18px;
  line-height: 1.56;
  color: #000; }
  .contacts_items p a {
    color: #000;
    text-decoration: none; }
    .contacts_items p a:hover {
      text-decoration: underline; }

.map_side {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ccc; }

#simple_map {
  position: relative;
  width: 100%;
  height: 100%; }

.news_wrapper {
  padding: 140px 0 0; }
  .news_wrapper > div {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 80px; }
  .news_wrapper h1 {
    padding: 0 0 95px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #019FF0;
    text-align: center; }

.news_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 30px 30px; }
  .news_grid article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 280px;
    padding: 50px;
    -webkit-box-shadow: inset 0 0 0 1px #ddd;
    box-shadow: inset 0 0 0 1px #ddd;
    position: relative; }
    .news_grid article:hover .image {
      opacity: 1;
      visibility: visible; }
    .news_grid article:hover h3 {
      color: #fff; }
    .news_grid article:hover .date {
      background-image: url(../img/link_white_pt.svg); }
      .news_grid article:hover .date time {
        color: #fff; }
  .news_grid .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .news_grid .image img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -o-object-fit: cover;
      object-fit: cover; }
  .news_grid h3 {
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    color: #019FF0;
    position: relative;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .news_grid .date {
    background-position: calc(100% - 1px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/link_blue_pt.svg);
    position: relative;
    -webkit-animation-duration: 0.2s;
    -webkit-transition: all 0.2s linear;
    -moz-animation-duration: 0.2s;
    -moz-transition: all 0.2s linear;
    animation-duration: 0.2s;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .news_grid .date time {
      font-weight: 600;
      font-size: 20px;
      line-height: 1.3;
      color: rgba(0, 0, 0, 0.3);
      -webkit-animation-duration: 0.2s;
      -webkit-transition: all 0.2s linear;
      -moz-animation-duration: 0.2s;
      -moz-transition: all 0.2s linear;
      animation-duration: 0.2s;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.news_header {
  position: relative; }
  .news_header.no_image {
    padding: 160px 0 0; }
    .news_header.no_image h1 {
      padding: 0 0 0px;
      font-weight: 600;
      color: #019FF0; }
    .news_header.no_image .inner {
      position: static;
      padding: 0; }
  .news_header.compact {
    margin: 0 0 40px; }
    .news_header.compact .bg {
      height: 480px; }
      .news_header.compact .bg img {
        height: 100%;
        position: relative;
        -o-object-fit: cover;
        object-fit: cover; }
  .news_header .bg {
    font-size: 0;
    position: relative; }
    .news_header .bg::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(68.23%, rgba(0, 0, 0, 0)), to(#000000)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 68.23%, #000000 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 68.23%, #000000 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.23%, #000000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
      position: absolute;
      left: 0;
      top: 0; }
    .news_header .bg img {
      display: block;
      width: 100%;
      max-height: 480px;
      -o-object-fit: cover;
      object-fit: cover; }
  .news_header .inner {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 50px; }
    .news_header .inner > div {
      width: 100%;
      max-width: 750px;
      margin: 0 auto;
      padding: 0 20px;
      position: relative; }
  .news_header h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.4;
    color: #fff; }
  .news_header .back {
    position: absolute;
    right: calc(100% + 40px);
    top: calc(50% - 36px); }
    .news_header .back a {
      display: inline-block;
      height: 72px;
      padding: 0 40px 0 80px;
      font-size: 16px;
      line-height: 72px;
      color: #fff;
      text-decoration: none;
      white-space: nowrap;
      background-repeat: no-repeat;
      background-position: 42px 50%;
      background-image: url(../img/back_white_arrow.svg);
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3); }

.news_inner {
  padding: 60px 0 60px; }
  .news_inner > div {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px; }
  .news_inner .text {
    font-size: 20px;
    line-height: 1.7;
    color: #7F7F7F; }
    .news_inner .text h2 {
      padding: 0 0 30px;
      font-weight: 600;
      font-size: 24px;
      line-height: 1.25;
      color: #000; }
    .news_inner .text p {
      padding: 0 0 20px; }
  .news_inner ul {
    padding: 0 0 28px;
    font-size: 20px;
    line-height: 1.7;
    color: #474747; }
  .news_inner li {
    padding: 0 0 0 20px;
    margin: 0 0 12px;
    position: relative; }
    .news_inner li::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #019FF0;
      position: absolute;
      left: 0;
      top: calc(50% - 4px);
      border-radius: 50%; }

.single_image {
  margin: 0;
  padding: 0 0 40px; }
  .single_image img {
    display: block;
    width: 100%; }
  .single_image figcaption {
    padding: 16px 0 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #474747; }

.news_footer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 60px; }
  .news_footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 0;
    border-top: 1px solid #d9d9d9; }
  .news_footer .date {
    font-size: 20px;
    line-height: 1.7;
    color: #424242; }

.share_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share_side p {
    font-size: 20px;
    line-height: 1.7;
    color: #424242;
    padding: 0 24px 0 0; }

.working_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 80px; }
  .working_block .image {
    width: 50%; }
    .working_block .image img {
      display: block;
      width: 100%; }
  .working_block .inner {
    width: 50%;
    padding: 100px;
    background-color: #019FF0;
    position: relative;
    left: 70px; }
    .working_block .inner::before {
      content: "";
      display: block;
      width: 50%;
      height: 60%;
      background-repeat: repeat;
      background-position: 0%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.2; }
    .working_block .inner > div {
      position: relative; }
  .working_block h2 {
    padding: 0 0 35px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #fff; }
  .working_block p {
    font-size: 16px;
    line-height: 1.87;
    color: rgba(255, 255, 255, 0.8); }

.text_404 {
  font-size: 16px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.8);
  text-align: center; }
  .text_404 a {
    color: #019FF0;
    text-decoration: none; }
    .text_404 a:hover {
      text-decoration: underline; }

.mobile .index_aside {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.mobile .logo_block {
  opacity: 1;
  visibility: visible; }

.mobile .index_do header {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.mobile .index_do .inset {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }
  .mobile .index_do .inset article {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.mobile .images_slider {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.mobile .inner_slider {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mobile .index_news h2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) rotate(-90deg);
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 0) rotate(-90deg); }

.mobile .news_slider article {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.mobile footer#footer {
  opacity: 1 !important;
  visibility: visible !important; }

.mobile .news_slider .image {
  visibility: hidden !important;
  opacity: 0 !important; }

.mobile .news_slider h3 {
  color: #019FF0 !important; }

.mobile .news_slider .date {
  background-image: url(../img/link_blue_pt.svg) !important; }
  .mobile .news_slider .date time {
    color: rgba(0, 0, 0, 0.3) !important; }
