html {
  min-height: 100%;
  height: 100%; }

html[lang="ru"] body {
  font-family: 'HelveticaNeueCyr', Arial, sans-serif; }

body {
  font-size: 12px;
  font-family: 'HelveticaNowDisplay', Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  /*min-height: 100%;
  height: 100%;*/
  overflow-y: overlay;
  position: relative; }
  body.overflow {
    overflow: hidden; }
  body::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 4px;
    height: 0px; }
  body::-webkit-scrollbar-track {
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
  body::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  body::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; }
  body::-webkit-scrollbar {
    width: 4px; }

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

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

a {
  color: #1B69DE;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

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

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

video::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none; }

video::-webkit-media-controls-enclosure {
  display: none !important; }

.main_wrapper {
  min-height: calc(100vh - 94px); }

.inner .logo a {
  background-image: url(../img/logo_colored.svg); }

.inner .main_nav a {
  color: #171C2C; }

.inner .request_link a {
  color: #171C2C;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #171C2C;
  box-shadow: inset 0 0 0 1px #171C2C; }

.inner .lang a {
  color: #171C2C;
  -webkit-box-shadow: inset 0 0 0 1px #171C2C;
  box-shadow: inset 0 0 0 1px #171C2C; }

.inner .lang select {
  border-color: #171C2C;
  background-image: url(../img/lang_select.svg); }

.inner .toggler em {
  background-color: #0052A3; }

.inner #header .social_links a {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2);
  box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2); }
  .inner #header .social_links a:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.4);
    box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.4); }

.with_video #header > div {
  -webkit-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

#header {
  width: 100%;
  height: 76px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  #header.white_me {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    #header.white_me .logo a {
      background-image: url(../img/logo_colored.svg); }
    #header.white_me .main_nav a {
      color: #171C2C; }
    #header.white_me .request_link a {
      color: #171C2C;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #171C2C;
      box-shadow: inset 0 0 0 1px #171C2C; }
    #header.white_me .lang a {
      color: #171C2C;
      -webkit-box-shadow: inset 0 0 0 1px #171C2C;
      box-shadow: inset 0 0 0 1px #171C2C; }
    #header.white_me .toggler em {
      background-color: #0052A3; }
    #header.white_me .social_links a {
      -webkit-filter: brightness(1);
      filter: brightness(1);
      -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2);
      box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2); }
      #header.white_me .social_links a:hover {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.4);
        box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.4); }
  #header.transparent_me {
    background-color: transparent;
    z-index: 3;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0); }
    #header.transparent_me .logo a {
      background-image: url(../img/logo.svg); }
    #header.transparent_me .main_nav a {
      color: #fff; }
    #header.transparent_me .request_link a {
      color: #fff;
      background-color: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff; }
    #header.transparent_me .lang a {
      color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff; }
    #header.transparent_me .toggler em {
      background-color: #fff; }
  #header.hide_me > div {
    opacity: 0;
    visibility: hidden; }
  #header > 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;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    opacity: 1;
    visibility: visible; }
  #header .r_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; }
  #header .social_links {
    padding: 0 0 0 16px; }
    #header .social_links a {
      -webkit-filter: brightness(10);
      filter: brightness(10);
      -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4); }
      #header .social_links a:hover {
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7); }

.logo a {
  display: block;
  width: 124px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/logo.svg);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.main_nav li {
  display: inline-block;
  padding: 0 32px 0 0; }

.main_nav a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.71;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .main_nav a:hover {
    text-decoration: underline; }

.request_link {
  padding: 0 12px 0 0; }
  .request_link a {
    display: inline-block;
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 16px;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .request_link a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
      transform: translate(0, -2px); }

.lang.dark a {
  color: #171C2C;
  -webkit-box-shadow: inset 0 0 0 1px #171C2C;
  box-shadow: inset 0 0 0 1px #171C2C; }

.lang a {
  display: inline-block;
  height: 32px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 16px;
  margin: 0 0 0 4px;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .lang a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    transform: translate(0, -2px); }
  .lang a:first-child {
    margin: 0; }

.lang select {
  display: block;
  display: none;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/lang_select_white.svg);
  background-size: 20px;
  border-radius: 50%; }
  .lang select option {
    color: #000; }
    .lang select option:disabled {
      display: none; }

.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: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-color: #0052A3;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../img/about_bg.png);
  background-size: contain;
  position: relative; }
  .about_first > div {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 90px 24px; }
  .about_first .inner {
    width: 45%; }
  .about_first h1 {
    padding: 0 0 60px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }
  .about_first .text {
    font-size: 16px;
    line-height: 1.71;
    color: #fff; }
    .about_first .text p {
      padding: 0 0 16px; }

.scroll_link {
  visibility: hidden;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 48px;
  -webkit-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }
  .scroll_link.hide_me {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  .scroll_link > div {
    max-width: 1440px;
    height: 0;
    margin: 0 auto;
    padding: 0 24px; }
  .scroll_link a {
    display: inline-block;
    padding: 0 0 0 18px;
    font-size: 16px;
    line-height: 1.71;
    color: #fff;
    text-decoration: none;
    position: relative; }
    .scroll_link a::before {
      content: "";
      display: block;
      width: 2px;
      height: 12px;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      left: 0;
      top: calc(50% - 6px); }
    .scroll_link a::after {
      content: "";
      display: block;
      width: 2px;
      height: 6px;
      background-color: white;
      position: absolute;
      left: 0;
      top: calc(50% - 6px);
      -webkit-animation: up_down 1.62s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;
      animation: up_down 1.62s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite; }

.about_second {
  padding: 110px 0; }
  .about_second > 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;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; }
  .about_second .image {
    width: calc(50% - 40px); }
  .about_second img {
    width: 100%;
    max-height: 480px;
    -o-object-fit: cover;
    object-fit: cover; }
  .about_second .inner {
    width: calc(50% - 40px);
    font-size: 16px;
    line-height: 1.71;
    color: #171C2C; }
    .about_second .inner p {
      padding: 0 0 16px; }

.advantages_wrapper {
  padding: 0 0 110px; }
  .advantages_wrapper > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; }

.advantages_block {
  padding: 110px 80px;
  background-color: #00AECD;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/advantages_bg.png);
  background-size: contain; }
  .advantages_block h2 {
    padding: 0 0 60px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }

.advantages_three {
  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: 80px 80px; }
  .advantages_three article {
    padding: 0 0 36px;
    border-bottom: 1px solid #fff; }
  .advantages_three .icon {
    height: 90px; }
  .advantages_three h3 {
    padding: 0 0 8px;
    font-size: 24px;
    line-height: 1.33;
    color: #fff; }
  .advantages_three p {
    font-size: 15px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.8); }

#footer {
  padding: 0;
  background-color: #E9EAEA;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-image: url(../img/footer_bg.png); }
  #footer > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; }

.footer_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;
  padding: 40px 0; }
  .footer_first .r_side {
    width: 40%;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;*/ }

.social_block {
  padding: 32px 0 0; }
  .social_block h3 {
    padding: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.03em;
    color: #171C2C; }

.social_links {
  padding: 0 32px 0 0;
  font-size: 0; }
  .social_links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 12px;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2);
    box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2);
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .social_links a:hover {
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.4);
      box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.4);
      -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
      transform: scale(1.09); }
    .social_links a:first-child {
      margin: 0; }
    .social_links a.facebook {
      background-image: url(../img/facebook_gray_icon.svg); }
    .social_links a.youtube {
      background-image: url(../img/youtube_gray_icon.svg); }
    .social_links a.twitter {
      background-image: url(../img/twitter_gray_icon.svg); }
    .social_links a.instagram {
      background-image: url(../img/instagram_gray_icon.svg); }
    .social_links a.linkedin {
      background-image: url(../img/linkedin_gray_icon.svg); }

.footer_nav {
  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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 64%; }
  .footer_nav article {
    width: 50%;
    padding: 0 24px 0 0; }
  .footer_nav h3 {
    padding: 0 0 24px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #171C2C; }
  .footer_nav li {
    padding: 0 0 8px; }
    .footer_nav li a {
      font-weight: 300;
      font-size: 16px;
      line-height: 1.5;
      text-decoration: none;
      color: #171C2C; }
      .footer_nav li a:hover {
        text-decoration: underline;
        text-decoration-thickness: 0.1px;
        text-underline-offset: 2px; }

.footer_contacts {
  width: 40%; }
  .footer_contacts li {
    padding: 0 0 32px; }
    .footer_contacts li:last-child {
      padding: 0; }
  .footer_contacts p {
    padding: 0 0 12px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #7E8087; }
  .footer_contacts h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    color: #171C2C;
    overflow: hidden; }
    .footer_contacts h3 a {
      display: block;
      float: left;
      clear: both;
      color: #171C2C;
      text-decoration: underline;
      text-decoration-thickness: 0.1px;
      text-underline-offset: 2px; }
      .footer_contacts h3 a:hover {
        text-decoration: none;
        text-decoration-thickness: 0.1px;
        text-underline-offset: 2px; }

.footer_bignav {
  width: 100%; }
  .footer_bignav ul {
    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: 24px 24px; }
  .footer_bignav li {
    padding: 0 0 0px; }
  .footer_bignav a {
    font-weight: 300;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #171C2C;
    text-decoration: none; }
    .footer_bignav a:hover {
      text-decoration: underline;
      text-decoration-thickness: 0.1px;
      text-underline-offset: 2px; }

.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: 32px 0; }

.copyright p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  color: #7E8087; }

.footer_link a {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71;
  text-decoration: underline;
  color: #7E8087; }
  .footer_link a:hover {
    text-decoration: none; }

.jis a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(48, 56, 68, 0.5);
  text-decoration: none; }
  .jis a:hover {
    text-decoration: underline; }

.jis span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.85;
  color: rgba(48, 56, 68, 0.5);
  position: relative; }
  .jis span:first-child {
    padding: 0 36px 0 0; }
    .jis span:first-child::before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/jis.svg);
      position: absolute;
      right: 7px;
      top: 2px; }

.jis strong {
  font-weight: 500; }

.project_first {
  padding: 110px 0 110px; }
  .project_first > 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: 1440px;
    margin: 0 auto;
    padding: 0 24px; }

.project_inset {
  width: calc(45% - 40px);
  padding: 40px 0 0; }
  .project_inset .status {
    padding: 0 0 40px;
    font-size: 0; }
    .project_inset .status span {
      display: inline-block;
      height: 28px;
      padding: 0 12px;
      margin: 0 4px 0 0;
      font-size: 13px;
      line-height: 28px;
      color: #fff;
      text-decoration: none;
      background-color: #FB9702;
      border-radius: 14px; }
  .project_inset h1 {
    padding: 0 0 12px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }
  .project_inset .inners section {
    display: none; }
    .project_inset .inners section.show_me {
      display: block; }

.project_tabs {
  padding: 0 0 24px; }
  .project_tabs ul {
    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; }
  .project_tabs li {
    width: 50%; }
  .project_tabs a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: rgba(23, 28, 44, 0.5);
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .project_tabs a:hover, .project_tabs a.active {
      border-color: #171C2C;
      color: #171C2C; }

.project_text {
  font-size: 16px;
  line-height: 1.71;
  color: #171C2C; }
  .project_text p {
    padding: 0 0 16px; }
  .project_text li {
    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: 8px 0;
    border-bottom: 1px solid #DADADD; }
    .project_text li:last-child {
      border: none; }
    .project_text li span {
      font-size: 13px;
      line-height: 1.54;
      color: #171C2C; }
    .project_text li strong {
      font-size: 13px;
      line-height: 1.54;
      text-align: right;
      letter-spacing: 0.03em;
      color: #171C2C; }

.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: 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: calc(55% - 40px);
  height: 643px; }

.project_thumbnails {
  width: calc(12% - 2px);
  height: 100%;
  overflow-y: auto; }
  .project_thumbnails::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; }
  .project_thumbnails::-webkit-scrollbar-track {
    background-color: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  .project_thumbnails::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px; }
  .project_thumbnails::-webkit-scrollbar-thumb:hover {
    background-color: #111; }
  .project_thumbnails::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0px;
    height: 0px; }
  .project_thumbnails::-webkit-scrollbar {
    width: 0px; }
  .project_thumbnails figure {
    margin: 0 0 4px;
    font-size: 0;
    cursor: pointer;
    position: relative; }
    .project_thumbnails figure::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-shadow: inset 0 0 0 2px #0052A3;
      box-shadow: inset 0 0 0 2px #0052A3;
      opacity: 0; }
    .project_thumbnails figure.is-nav-selected::before {
      opacity: 1; }
    .project_thumbnails figure:last-child {
      margin: 0; }
  .project_thumbnails img {
    display: block;
    width: 100%; }

.big_slides {
  width: calc(88% - 2px);
  overflow: hidden;
  position: relative; }
  .big_slides .flickity-button {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../img/slider_black_arrow.svg);
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    position: absolute;
    bottom: 24px;
    right: 24px;
    cursor: pointer; }
    .big_slides .flickity-button.previous {
      right: 72px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .big_slides .flickity-button svg {
      display: none; }
  .big_slides figure {
    width: 100%;
    margin: 0; }
  .big_slides img {
    display: block;
    width: 100%;
    cursor: pointer; }

.next_project {
  margin: 0;
  position: relative; }
  .next_project .bg {
    font-size: 0;
    background-color: #1B69DE;
    position: relative; }
    .next_project .bg::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0; }
  .next_project img {
    display: block;
    width: 100%; }
  .next_project img[src=''] {
    opacity: 0; }
  .next_project .inner {
    width: 540;
    max-width: calc(100% - 48px);
    padding: 0 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .next_project .inner:hover .icon::before {
      -webkit-transform: translate(0, 8px);
      -ms-transform: translate(0, 8px);
      transform: translate(0, 8px);
      background-position: 50% 70%; }
  .next_project p {
    padding: 0 0 8px;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: rgba(255, 255, 255, 0.8); }
  .next_project h2 {
    padding: 0 0 24px;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff; }
  .next_project .icon {
    text-align: center; }
    .next_project .icon::before {
      content: "";
      display: inline-block;
      width: 32px;
      height: 32px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/down_white_icon.svg);
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff;
      border-radius: 50%;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }

.index_first {
  min-height: 100vh;
  background-color: #005abe;
  position: relative; }
  .index_first > * {
    display: none; }
  .index_first.show_me > * {
    display: block; }
  .index_first.safari video {
    visibility: hidden; }
  .index_first.safari .image_bg {
    opacity: 1;
    visibility: visible; }

.image_bg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden; }

.index_inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .index_inner.hide_me h2 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  .index_inner.hide_me p {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px); }
  .index_inner > div {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px; }
  .index_inner h2 {
    max-width: 1024px;
    padding: 0 0 16px;
    font-size: 70px;
    line-height: 1.03;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .index_inner p {
    max-width: 540px;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }

.bg_slides {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden; }
  .bg_slides article {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .bg_slides article.show_me {
      opacity: 1;
      visibility: visible; }
    .bg_slides article::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0; }
  .bg_slides video {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s; }
    .bg_slides video.show_video {
      opacity: 1; }
      .bg_slides video.show_video + .video_cover {
        right: -150%; }
    .bg_slides video::-webkit-media-controls {
      display: none !important; }
  .bg_slides img {
    display: block;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.video_cover {
  display: block;
  width: 150%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 1.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 1.8s cubic-bezier(0.39, 0.575, 0.565, 1); }

.index_nav {
  width: 480px;
  position: absolute;
  left: 50%;
  bottom: 32px; }
  .index_nav.hide_me h3 {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  .index_nav.hide_me li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    transform: translate(-10px, 0); }
  .index_nav h3 {
    padding: 0 0 24px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #fff;
    -webkit-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.9s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s; }
  .index_nav li {
    padding: 0;
    -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s; }
    .index_nav li + li {
      -webkit-transition-delay: 2.0s;
      -o-transition-delay: 2.0s;
      transition-delay: 2.0s; }
      .index_nav li + li + li {
        -webkit-transition-delay: 2.1s;
        -o-transition-delay: 2.1s;
        transition-delay: 2.1s; }
        .index_nav li + li + li + li {
          -webkit-transition-delay: 2.2s;
          -o-transition-delay: 2.2s;
          transition-delay: 2.2s; }
          .index_nav li + li + li + li + li {
            -webkit-transition-delay: 2.3s;
            -o-transition-delay: 2.3s;
            transition-delay: 2.3s; }
            .index_nav li + li + li + li + li + li {
              -webkit-transition-delay: 2.4s;
              -o-transition-delay: 2.4s;
              transition-delay: 2.4s; }
              .index_nav li + li + li + li + li + li + li {
                -webkit-transition-delay: 2.5s;
                -o-transition-delay: 2.5s;
                transition-delay: 2.5s; }
                .index_nav li + li + li + li + li + li + li + li {
                  -webkit-transition-delay: 2.6s;
                  -o-transition-delay: 2.6s;
                  transition-delay: 2.6s; }
  .index_nav a {
    display: block;
    padding: 2px 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: underline;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .index_nav a:hover, .index_nav a.active {
      color: #fff; }
      .index_nav a:hover::before, .index_nav a.active::before {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .index_nav a::before {
      content: "";
      display: block;
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/slider_white_arrow.svg);
      background-size: 16px;
      position: absolute;
      right: 0;
      top: calc(50% - 12px);
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff;
      border-radius: 50%;
      -webkit-transform: translate(-4px, 0);
      -ms-transform: translate(-4px, 0);
      transform: translate(-4px, 0);
      opacity: 0;
      -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }

.index_projects {
  min-height: 200px;
  padding: 24px 0;
  opacity: 0;
  visibility: hidden; }
  .index_projects.show_me {
    opacity: 1;
    visibility: visible; }
  .index_projects > div {
    max-width: 1440px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0; }

.project_item {
  margin: 24px 0 0;
  position: relative; }
  .project_item:first-child {
    margin: 0; }
  .project_item:nth-child(2n) h2 {
    left: auto;
    right: 0; }
  .project_item:nth-child(2n) .link {
    left: auto;
    right: 0; }
  .project_item:nth-child(2n) .inner {
    left: 0; }
  .project_item .bg {
    position: relative; }
    .project_item .bg::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0; }
  .project_item h2 {
    max-width: calc(100% - 380px);
    padding: 0 24px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: 0;
    top: 30%; }
  .project_item img {
    display: block;
    width: 100%;
    max-height: 80vh;
    -o-object-fit: cover;
    object-fit: cover; }
  .project_item .inner {
    width: 348px;
    height: auto;
    padding: 24px 24px 16px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
    .project_item .inner p {
      padding: 0 0 80px;
      font-size: 14px;
      line-height: 1.43;
      color: #7E8087; }
  .project_item .tags {
    padding: 0 0 40px;
    font-size: 0; }
    .project_item .tags span {
      display: inline-block;
      height: 28px;
      padding: 0 12px;
      margin: 0 4px 0 0;
      font-size: 13px;
      line-height: 28px;
      color: #fff;
      text-decoration: none;
      background-color: #FB9702;
      border-radius: 14px; }
  .project_item li {
    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: 8px 0;
    border-bottom: 1px solid #DADADD; }
    .project_item li:last-child {
      border: none; }
    .project_item li span {
      font-size: 13px;
      line-height: 1.54;
      color: #171C2C; }
    .project_item li strong {
      font-size: 13px;
      line-height: 1.54;
      text-align: right;
      letter-spacing: 0.03em;
      color: #171C2C; }
  .project_item .link {
    padding: 0 24px;
    position: absolute;
    left: 0;
    top: calc(30% + 80px); }
    .project_item .link a {
      display: inline-block;
      height: 48px;
      padding: 0 80px;
      font-size: 14px;
      line-height: 48px;
      color: #fff;
      text-decoration: none;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff;
      border-radius: 24px;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .project_item .link a:hover {
        color: #00AECD;
        background-color: #fff; }

.index_services {
  padding: 110px 0 100px; }
  .index_services > div {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px; }
  .index_services h2 {
    padding: 0 0 20px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }

.services_list {
  padding: 0 80px; }
  .services_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: 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: 40px 0;
    border-bottom: 1px solid #DADADD;
    position: relative; }
    .services_list article:hover .image::before {
      left: -10px;
      top: 10px; }
    .services_list article:hover h3 {
      color: #FB9702; }
    .services_list article:hover .icon::before {
      background-color: #FB9702;
      background-image: url(../img/slider_white_arrow.svg);
      background-position: 50%;
      -webkit-box-shadow: inset 0 0 0 1px #FB9702;
      box-shadow: inset 0 0 0 1px #FB9702; }
  .services_list .image {
    width: 262px;
    position: relative; }
    .services_list .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #FB9702;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .services_list img {
    display: block;
    width: 100%;
    position: relative; }
  .services_list .num {
    width: 110px;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.03em;
    color: #7E8087;
    text-align: right; }
  .services_list h3 {
    width: calc(100% - 640px);
    margin: 0 0 0 60px;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #171C2C;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .services_list .icon {
    width: 86px;
    position: absolute;
    right: 0;
    top: calc(50% - 43px); }
    .services_list .icon::before {
      content: "";
      display: block;
      width: 86px;
      height: 86px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-image: url(../img/slider_black_arrow.svg);
      background-size: 32px;
      -webkit-box-shadow: inset 0 0 0 1px #7E8087;
      box-shadow: inset 0 0 0 1px #7E8087;
      border-radius: 50%;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }

.view_all {
  padding: 0 0 12px; }
  .view_all a {
    display: block;
    padding: 40px 24px;
    border-bottom: 1px solid #DADADD;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
    letter-spacing: 0.03em;
    color: #171C2C;
    text-decoration: none;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .view_all a:hover {
      color: #00AECD; }

.latest_news {
  padding: 110px 0 110px; }
  .latest_news > div {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px; }
  .latest_news h2 {
    padding: 0 0 20px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }

.news_list {
  padding: 0 80px; }
  .news_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: 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: 40px 0;
    border-bottom: 1px solid #DADADD;
    position: relative; }
    .news_list article:hover .image::before {
      left: -10px;
      top: 10px; }
    .news_list article:hover h3 {
      color: #00AECD; }
  .news_list .image {
    width: 350px;
    position: relative; }
    .news_list .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #00AECD;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .news_list img {
    display: block;
    width: 100%;
    position: relative; }
  .news_list .inner {
    width: calc(100% - 600px);
    margin: 0 0 0 80px;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: 0.03em;
    color: #7E8087; }
  .news_list h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #171C2C;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .news_list time {
    display: block;
    padding: 0 0 16px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #7E8087; }

.pagination {
  padding: 60px 0 20px;
  font-size: 0;
  text-align: center; }
  .pagination a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 4px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #171C2C;
    vertical-align: top;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2);
    box-shadow: inset 0 0 0 1px rgba(23, 28, 44, 0.2);
    border-radius: 50%;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .pagination a:hover {
      color: #0052A3;
      -webkit-box-shadow: inset 0 0 0 1px rgba(0, 82, 163, 0.9);
      box-shadow: inset 0 0 0 1px rgba(0, 82, 163, 0.9); }
    .pagination a.active {
      color: #fff;
      background-color: #0052A3;
      -webkit-box-shadow: inset 0 0 0 1px #0052A3;
      box-shadow: inset 0 0 0 1px #0052A3; }
    .pagination a.arrow {
      position: relative; }
      .pagination a.arrow::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url(../img/pagination_arrow.svg);
        position: absolute;
        left: calc(50% - 12px);
        top: calc(50% - 12px);
        -webkit-filter: invert(19%) sepia(99%) saturate(2103%) hue-rotate(196deg) brightness(90%) contrast(102%);
        filter: invert(19%) sepia(99%) saturate(2103%) hue-rotate(196deg) brightness(90%) contrast(102%); }
    .pagination a.prev {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .pagination a.unactive {
      background-color: #eee;
      -webkit-box-shadow: inset 0 0 0 1px #eee;
      box-shadow: inset 0 0 0 1px #eee; }
      .pagination a.unactive::before {
        -webkit-filter: invert(53%) sepia(11%) saturate(179%) hue-rotate(189deg) brightness(93%) contrast(94%);
        filter: invert(53%) sepia(11%) saturate(179%) hue-rotate(189deg) brightness(93%) contrast(94%); }

.works_wrapper {
  padding: 180px 0 90px; }
  .works_wrapper > div {
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px; }
  .works_wrapper h1 {
    padding: 0 0 40px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }

.works_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: 4px 4px; }
  .works_grid article {
    font-size: 0;
    overflow: hidden;
    position: relative; }
    .works_grid article:hover::before {
      opacity: 0.8;
      visibility: visible; }
    .works_grid article:hover .tags {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
    .works_grid article:hover p {
      padding: 16px 0 0; }
    .works_grid article::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #00AECD;
      background-repeat: no-repeat;
      background-position: 0 50%;
      background-image: url(../img/works_bg.png);
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.45);
      box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.45);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
      z-index: 1; }
  .works_grid a {
    z-index: 1; }
  .works_grid img {
    display: block;
    width: 100%;
    -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 0; }
  .works_grid .inner {
    width: calc(100% - 48px);
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1;
    -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .works_grid h3 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    color: #fff; }
  .works_grid p {
    height: 0;
    padding: 0 0 0;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    overflow: hidden;
    -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .works_grid .tags {
    width: calc(100% - 48px);
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;
    opacity: 0;
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    transform: translate(0, -8px);
    -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .works_grid .tags span {
      display: inline-block;
      height: 28px;
      margin: 0 4px 0 0;
      padding: 0 12px;
      font-size: 13px;
      line-height: 28px;
      color: #171C2C;
      text-decoration: none;
      background-color: #fff;
      border-radius: 14px; }

.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: 4px 4px; }
  .services_grid article {
    font-size: 0;
    overflow: hidden;
    position: relative; }
    .services_grid article:hover::before {
      opacity: 1;
      visibility: visible; }
    .services_grid article:hover img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }
    .services_grid article::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.45);
      box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.45);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
      z-index: 1; }
  .services_grid a {
    z-index: 1; }
  .services_grid .image {
    position: relative; }
    .services_grid .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(46.85%, rgba(0, 0, 0, 0)), to(#000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46.85%, #000000 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 46.85%, #000000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.85%, #000000 100%);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
  .services_grid img {
    display: block;
    width: 100%;
    -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 0; }
  .services_grid h3 {
    width: calc(100% - 48px);
    min-height: 80px;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    color: #fff;
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 1; }
  .services_grid .num {
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1; }
    .services_grid .num span {
      display: block;
      width: 40px;
      height: 40px;
      font-size: 16px;
      line-height: 40px;
      color: #171C2C;
      text-align: center;
      background-color: #fff;
      border-radius: 50%; }

.service_sides {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(45% - 12px) calc(55% - 12px);
  grid-template-columns: calc(45% - 12px) calc(55% - 12px);
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 48px; }
  .service_sides img {
    display: block;
    width: 100%; }
  .service_sides .text {
    padding: 0 0 32px;
    font-size: 14px;
    line-height: 1.71;
    color: #171C2C; }
  .service_sides p {
    padding: 0 0 16px; }
  .service_sides h2 {
    padding: 0 0 16px;
    font-size: 32px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }
  .service_sides h3 {
    padding: 0 0 16px;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }
  .service_sides ul {
    padding: 0 0 16px; }
  .service_sides li {
    padding: 0 0 0 16px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #171C2C;
    position: relative; }
    .service_sides li::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #171C2C;
      box-shadow: inset 0 0 0 1px #171C2C;
      border-radius: 50%;
      position: absolute;
      left: 0px;
      top: 7px; }

.news_image {
  padding: 0 0 72px;
  font-size: 0; }
  .news_image img {
    display: block;
    width: 100%;
    max-height: 50vh;
    -o-object-fit: cover;
    object-fit: cover; }

.news_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px; }

.news_text {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.71;
  color: #171C2C; }
  .news_text header {
    padding: 0 0 40px; }
  .news_text time {
    display: block;
    padding: 0 0 12px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #7E8087; }
  .news_text h1 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: #171C2C; }
  .news_text p {
    padding: 0 0 20px; }
  .news_text .image {
    margin: 0;
    padding: 0 0 40px; }
    .news_text .image img {
      display: block;
      width: 100%; }
    .news_text .image figcaption {
      padding: 8px 0;
      font-size: 14px;
      line-height: 1.71;
      text-align: center;
      color: #7E8087; }

.two_image {
  padding: 0 80px;
  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 40px; }
  .two_image figure {
    width: calc(50% - 2px);
    margin: 0; }
  .two_image img {
    display: block;
    width: 100%; }
  .two_image figcaption {
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.71;
    text-align: center;
    color: #7E8087; }

.career_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: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-color: #00AECD;
  background-repeat: no-repeat;
  background-position: 100%;
  background-image: url(../img/career_bg.jpg);
  background-size: auto 100%;
  position: relative; }
  .career_first::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 174, 205, 0); }
  .career_first > div {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 90px 24px;
    position: relative; }
  .career_first .inner {
    max-width: 520px;
    width: 45%;
    margin: 0 0 0 0px; }
  .career_first h1 {
    padding: 0 0 60px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }
  .career_first .text {
    padding: 0 0 32px;
    font-size: 14px;
    line-height: 1.71;
    color: #fff; }
  .career_first p {
    padding: 0 0 16px; }
  .career_first .links {
    font-size: 0; }
    .career_first .links a {
      display: inline-block;
      height: 48px;
      padding: 0 30px;
      margin: 0 16px 0 0;
      font-size: 14px;
      line-height: 48px;
      color: #fff;
      text-decoration: none;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff;
      border-radius: 24px;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .career_first .links a:hover {
        color: #00AECD;
        background-color: #fff; }

.vacancies_block {
  padding: 110px 0; }
  .vacancies_block > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; }
  .vacancies_block h2 {
    padding: 0 0 60px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }

.vacancies_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: 24px 48px;
  padding: 0 0px; }
  .vacancies_grid article {
    padding: 24px 0;
    border-bottom: 1px solid #DADADD;
    position: relative;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .vacancies_grid article:hover {
      border-color: #0052A3; }
      .vacancies_grid article:hover h3 {
        color: #0052A3; }
      .vacancies_grid article:hover::before {
        -webkit-transform: translate(4px, 0);
        -ms-transform: translate(4px, 0);
        transform: translate(4px, 0); }
    .vacancies_grid article::before {
      content: "";
      display: block;
      width: 36px;
      height: 36px;
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 100%;
      background-image: url(../img/pagination_arrow.svg);
      position: absolute;
      right: 0;
      top: calc(50% - 18px);
      -webkit-filter: invert(20%) sepia(93%) saturate(1968%) hue-rotate(196deg) brightness(93%) contrast(101%);
      filter: invert(20%) sepia(93%) saturate(1968%) hue-rotate(196deg) brightness(93%) contrast(101%);
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .vacancies_grid h3 {
    padding: 0 48px 8px 0;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    color: #171C2C;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .vacancies_grid time {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #7E8087;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }

.become_team {
  padding: 110px 0 140px;
  background-color: #171C2C;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/become_bg.png);
  background-size: contain; }
  .become_team > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; }
  .become_team h2 {
    padding: 0 0 24px;
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }
  .become_team h3 {
    max-width: 700px;
    padding: 0 0 56px;
    font-size: 14px;
    line-height: 1.71;
    color: #fff; }
  .become_team .inner {
    padding: 0 0px; }

.career_form {
  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: 36px 60px; }
  .career_form label {
    display: block;
    position: relative; }
  .career_form p {
    font-size: 12px;
    font-size: 16px;
    line-height: 1.33;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 2px;
    top: 16px;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .career_form p.always_active {
      top: -4px;
      font-size: 12px; }
  .career_form input {
    display: block;
    width: 100%;
    height: 54px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    color: #fff;
    font-family: 'HelveticaNowDisplay';
    background-color: transparent;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .career_form input:focus {
      border-color: #fff; }
      .career_form input:focus + p {
        top: -4px;
        font-size: 12px;
        color: #fff; }
    .career_form input.valid + p {
      top: -4px;
      font-size: 12px;
      color: #fff; }
  .career_form .button {
    padding: 6px 0 0; }
    .career_form .button a, .career_form .button button {
      display: block;
      width: 100%;
      height: 48px;
      padding: 0 24px;
      border: none;
      font-size: 14px;
      line-height: 48px;
      color: #fff;
      text-decoration: none;
      background-color: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #fff;
      box-shadow: inset 0 0 0 1px #fff;
      border-radius: 24px;
      cursor: pointer; }

.file_upload label {
  height: 54px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  cursor: pointer; }

.file_upload input {
  display: none; }

.file_upload span {
  display: inline-block;
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/clip_gray_icon.svg); }

.vacancy_header {
  padding: 240px 0 40px;
  background-color: #00AECD;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url(../img/vacancy_bg.png);
  background-size: contain; }
  .vacancy_header > div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px; }
  .vacancy_header h1 {
    padding: 0 0 24px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600; }
  .vacancy_header .link a {
    display: inline-block;
    height: 48px;
    padding: 0 80px;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 24px;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .vacancy_header .link a:hover {
      color: #00AECD;
      background-color: #fff; }

.vacancy_inner {
  padding: 110px 0;
  font-size: 14px;
  line-height: 1.71;
  color: #171C2C; }
  .vacancy_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: 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: 1440px;
    margin: 0 auto;
    padding: 0 24px; }
  .vacancy_inner article {
    width: calc(50% - 24px); }
  .vacancy_inner h2 {
    padding: 0 0 40px;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }
  .vacancy_inner h3 {
    padding: 0 0 16px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }
  .vacancy_inner h4 {
    padding: 0 0 16px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }
  .vacancy_inner ul {
    padding: 0 0 16px; }
  .vacancy_inner li {
    padding: 0 0 0 16px;
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #171C2C;
    position: relative; }
    .vacancy_inner li::before {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      background-color: #fff;
      -webkit-box-shadow: inset 0 0 0 1px #171C2C;
      box-shadow: inset 0 0 0 1px #171C2C;
      border-radius: 50%;
      position: absolute;
      left: 0px;
      top: 7px; }
  .vacancy_inner p {
    padding: 0 0 0 16px; }

.contacts_wrapper {
  padding: 84px 0 32px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/contacts_bg.png);
  overflow: hidden; }
  .contacts_wrapper > 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;
    max-width: 1440px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 24px; }
  .contacts_wrapper .l_side {
    width: calc(50% + 24px); }
  .contacts_wrapper h1 {
    padding: 0 0 60px;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #171C2C;
    font-weight: 600; }

.contacts_info {
  max-width: 440px; }
  .contacts_info article {
    padding: 0 0 40px; }
  .contacts_info p {
    padding: 0 0 8px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #7E8087; }
  .contacts_info h3 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.03em;
    color: #171C2C; }
    .contacts_info h3 a {
      color: #171C2C;
      text-decoration: underline; }
      .contacts_info h3 a:hover {
        text-decoration: none; }

.map_side {
  width: calc(45% + 24px); }
  .map_side > div {
    width: 100%;
    padding: 100% 0 0;
    position: relative; }
    .map_side > div > span {
      display: block;
      width: 100%;
      height: 100%;
      background-color: #0052A3;
      position: absolute;
      left: 50%;
      top: 0;
      border-radius: 50%; }

#simple_map {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C4C4C4;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%); }

.gallery_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; }
  .gallery_grid figure {
    margin: 0;
    overflow: hidden;
    position: relative; }
    .gallery_grid figure:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .gallery_grid figure:hover .image::after {
      background-color: rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.5);
      box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.5); }
    .gallery_grid figure:hover figcaption {
      -webkit-transform: translate(0, -4px);
      -ms-transform: translate(0, -4px);
      transform: translate(0, -4px); }
  .gallery_grid .image {
    position: relative;
    z-index: 1; }
    .gallery_grid .image::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(46.85%, rgba(0, 0, 0, 0)), to(#000000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46.85%, #000000 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 46.85%, #000000 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.85%, #000000 100%);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .gallery_grid .image::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
      box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .gallery_grid img {
    display: block;
    width: 100%;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .gallery_grid figcaption {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .gallery_grid a {
    z-index: 1; }

/* Mobile begin */
.toggler {
  display: block;
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 16px;
  top: calc(50% - 20px);
  border-radius: 4px;
  z-index: 3; }
  .toggler em {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(50% - 1px);
    -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .toggler em + em {
      top: calc(50% - 7px); }
      .toggler em + em + em {
        top: auto;
        bottom: calc(50% - 7px); }
  .toggler.active em:first-child {
    width: 0;
    left: calc(50% - 0px); }
    .toggler.active em:first-child + em {
      top: calc(50% - 1px); }
      .toggler.active em:first-child + em + em {
        bottom: calc(50% - 1px); }
  .toggler.active_second em:first-child + em {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); }
    .toggler.active_second em:first-child + em + em {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg); }

.mobile_aside {
  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: 100%;
  height: calc(100% - 0px);
  padding: 80px 0 0;
  background-color: #0052A3;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../img/aside_bg.svg?v=2);
  background-size: 100% auto;
  position: fixed;
  left: 10%;
  top: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }
  .mobile_aside.show_me {
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .mobile_aside footer {
    padding: 0 20px; }
  .mobile_aside .request_link {
    display: none; }
  .mobile_aside .lang {
    display: none; }

.mobile_nav {
  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;
  max-height: calc(100vh - 160px);
  min-height: calc(100vh - 160px);
  overflow-y: auto;
  padding: 0 16px; }
  .mobile_nav > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }

.mobile_item {
  display: block;
  height: auto;
  padding: 10px 0 10px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mobile_item.has_sub::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4.5px 0 4.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right: 18px;
    top: calc(50% - 4px);
    -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1); }

.mobile_sub {
  width: 100vw;
  height: 0;
  margin: 0 0 0 -20px;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .mobile_sub a {
    display: block;
    padding: 16px 24px 16px 24px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05); }

.mobie_index_nav {
  display: none; }
  .mobie_index_nav li {
    display: block;
    padding: 0 0 0 14px;
    margin: 0 0;
    position: relative; }
    .mobie_index_nav li::before {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: calc(50% - 3px);
      border-radius: 50%; }
  .mobie_index_nav a, .mobie_index_nav span {
    font-size: 13px;
    line-height: 1.85;
    color: #fff;
    text-decoration: none; }

.aside_lang {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  visibility: hidden;
  position: relative; }
  .aside_lang 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; }
  .aside_lang a {
    display: inline-block;
    height: 28px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 14px; }
  .aside_lang span {
    display: block;
    width: 240px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    left: calc(50% - 120px);
    top: calc(50% - 12px); }

/* Mobile end */
/* Smart begin */
.smart_darkness {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .smart_darkness.show_me {
    opacity: 1;
    visibility: visible; }

.smart_modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .smart_modal.show_me {
    opacity: 1;
    visibility: visible; }
  .smart_modal img {
    max-width: 100%;
    max-height: calc(100vh - 100px); }
    .smart_modal img + img {
      width: 0px; }
  .smart_modal iframe {
    width: 100vw;
    height: 100vh;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px); }
  .smart_modal .close {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    left: 100%;
    bottom: 100%; }
    .smart_modal .close::before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .smart_modal .close::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .smart_modal .arrow {
    display: block;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 100%;
    top: calc(50% - 24px); }
    .smart_modal .arrow.next {
      left: 100%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .smart_modal .arrow::before {
      content: "";
      display: block;
      width: 80%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: calc(50% - 8px);
      -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      transform: rotate(-25deg); }
    .smart_modal .arrow::after {
      content: "";
      display: block;
      width: 80%;
      height: 2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: calc(50% + 8px);
      -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); }

/* Smart end */
/* Modals begin */
.darkness {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .darkness.show_me {
    opacity: 1;
    visibility: visible; }

.request_modal {
  width: 420px;
  max-width: calc(100vw - 20px);
  padding: 64px 40px 56px;
  background-color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, calc(-50% + 10px));
  -ms-transform: translate(-50%, calc(-50% + 10px));
  transform: translate(-50%, calc(-50% + 10px));
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .request_modal.show_me {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .request_modal h2 {
    padding: 0 0 24px;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #171C2C; }
  .request_modal .close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 18px;
    right: 18px;
    opacity: .3;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .request_modal .close:hover {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .request_modal .close::before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #171C2C;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .request_modal .close::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #171C2C;
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.request_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 16px 16px; }
  .request_form .input {
    padding: 0 0 8px; }
  .request_form label {
    display: block;
    position: relative; }
  .request_form p {
    font-size: 12px;
    font-size: 16px;
    line-height: 1.33;
    color: rgba(23, 28, 44, 0.5);
    position: absolute;
    left: 2px;
    top: 16px;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .request_form p.always_active {
      top: -4px;
      font-size: 12px; }
  .request_form input {
    display: block;
    width: 100%;
    height: 54px;
    border: none;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    color: #000;
    font-family: 'HelveticaNowDisplay';
    background-color: transparent;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .request_form input:focus {
      border-color: #999; }
      .request_form input:focus + p {
        top: -4px;
        font-size: 12px; }
    .request_form input.valid + p {
      top: -4px;
      font-size: 12px; }
  .request_form textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 16px 0 12px;
    border: none;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    color: #000;
    font-family: 'HelveticaNowDisplay';
    background-color: transparent;
    resize: none;
    -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
    .request_form textarea:focus {
      border-color: #999; }
      .request_form textarea:focus + p {
        top: -4px;
        font-size: 12px; }
    .request_form textarea.valid + p {
      top: -4px;
      font-size: 12px; }
  .request_form .button {
    padding: 12px 0 0; }
    .request_form .button a, .request_form .button button {
      display: block;
      width: 100%;
      height: 48px;
      padding: 0 24px;
      border: none;
      font-size: 14px;
      line-height: 48px;
      color: #0052A3;
      text-decoration: none;
      background-color: transparent;
      -webkit-box-shadow: inset 0 0 0 1px #0052A3;
      box-shadow: inset 0 0 0 1px #0052A3;
      border-radius: 24px;
      cursor: pointer;
      -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
      .request_form .button a:hover, .request_form .button button:hover {
        color: #fff;
        background-color: #0052A3; }

.request_success .image {
  padding: 0 0 20px; }
  .request_success .image img {
    display: block;
    width: 100%; }

.request_success h3 {
  padding: 0 0 24px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #171C2C; }

.request_success p {
  padding: 0 0 40px;
  font-size: 14px;
  line-height: 1.71;
  color: #171C2C; }

.request_success .link a {
  display: block;
  height: 48px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #171C2C;
  text-decoration: none;
  background-color: #F8F8F8;
  border-radius: 60px; }

.tiny_zoom {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1); }
  .tiny_zoom.show_me {
    opacity: 1;
    visibility: visible; }
  .tiny_zoom img {
    height: 90%;
    max-width: 100vw;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* Modals end */
/* Keyframes begin */
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  20%, 80% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  30%, 50%, 70% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  40%, 60% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); } }
@keyframes shake {
  10%, 90% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  20%, 80% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  30%, 50%, 70% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  40%, 60% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); } }

@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes up_down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes up_down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 6px);
    transform: translate(0, 6px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* Keyframes end */
.alert {
  border-color: #f00 !important; }

.grecaptcha-badge {
  display: none !important; }
