.big-header {
  height: 100vh;
  /*   padding: 48px 0; */
  display: flex;
  flex-direction: column;
  /*   @media screen and (max-width: 768px) {
    padding: 84px 0;
  } */
  /*   @media screen and (max-width: px) {
    padding: 104px 0;
  } */ }
  @media screen and (max-width: 525px) {
    .big-header {
      height: auto; } }
  .big-header__center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 50px; }
    @media screen and (max-width: 1024px) {
      .big-header__center {
        margin: 30px auto 80px; } }
    @media screen and (max-width: 525px) {
      .big-header__center {
        margin-top: 130px; } }
    @media screen and (max-width: 420px) {
      .big-header__center {
        margin-top: 110px; } }
    @media screen and (max-width: 370px) {
      .big-header__center {
        margin-top: 70px; } }
  .big-header__title {
    font-weight: 800;
    font-size: 74px;
    line-height: 140%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    z-index: 10; }
    @media screen and (max-width: 1500px) {
      .big-header__title {
        font-size: 56px; } }
    @media screen and (max-width: 1200px) {
      .big-header__title {
        max-width: 80%; } }
    @media screen and (max-width: 769px) {
      .big-header__title {
        font-size: 26px;
        max-width: 100%; } }
    .big-header__title-text {
      padding-bottom: 40px; }
      .big-header__title-text:after {
        content: ".";
        color: #55c5ff; }
    .big-header__title-grey {
      align-self: center;
      font-weight: 300;
      font-size: 14px;
      line-height: 170%;
      color: #b6beca;
      max-width: 40%; }
      @media screen and (max-width: 1120px) {
        .big-header__title-grey {
          padding-left: 40px;
          max-width: 90%; } }
      @media screen and (max-width: 420px) {
        .big-header__title-grey {
          padding-left: 25px; } }
      .big-header__title-grey-text {
        padding-bottom: 35px; }

.say-hello-header {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .say-hello-header-text {
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-right: 16px;
    font-weight: 800; }

.text_default {
  color: #101010; }

.text_invert {
  color: #fff; }

.arrow-draft {
  position: relative;
  z-index: 5;
  padding-bottom: 4px; }
  .arrow-draft-arrow {
    transform: translate(0, 0);
    transition: transform 500ms linear; }
  .arrow-draft:hover .arrow-draft-arrow {
    transform: translate(10px, 0);
    transition: transform 500ms linear; }
  .arrow-draft:hover .arrow-draft-dot {
    background-color: #55c5ff;
    transition: background-color 500ms linear; }
  .arrow-draft-dot {
    position: absolute;
    top: 0;
    left: 35px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #0049ff;
    transition: background-color 500ms linear;
    z-index: -1; }

.logo {
  display: flex;
  align-items: center;
  height: 34px; }
  .logo svg {
    padding-bottom: 2px; }

.header_button {
  border: 0;
  cursor: pointer;
  background: transparent;
  z-index: 8;
  outline: none; }
  .header_button .top_line {
    margin-bottom: 7px;
    width: 24px;
    height: 3px;
    transition: transform 0.2s ease-in-out, background-color 0.2s; }
  .header_button .bottom_line {
    width: 12px;
    height: 3px;
    transition: transform 0.2s ease-in-out, width 0.2s, margin-left 0.2s, background-color 0.2s;
    margin-left: 12px; }

.header_button:hover .top_line {
  transform: translateY(5px); }

.header_button:hover .bottom_line {
  transform: translateY(-5px);
  width: 24px;
  margin-left: 0px; }

.header_button.active .top_line {
  transform: translateY(5px) rotate(45deg);
  background-color: #101010; }

.header_button.active .bottom_line {
  transform: translateY(-5px) rotate(-45deg);
  width: 24px;
  margin-left: 0px;
  background-color: #101010; }

.menu__overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: 100;
  /*  &:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    display: block;
    left: 100%;
    top: 0;

  }*/ }

.menu {
  position: absolute;
  background-color: white;
  width: 100%;
  min-height: 745px;
  padding-bottom: 8%;
  padding-top: 8%;
  z-index: 100;
  height: 100vh;
  transform: translateX(0);
  animation: fadeInMenu 0.5s ease; }
  @media screen and (max-width: 1024px) {
    .menu {
      padding-top: 13%;
      padding-bottom: 13%; } }
  @media screen and (max-width: 769px) {
    .menu {
      padding-top: 20%;
      padding-bottom: 20%;
      min-height: auto;
      overflow-y: scroll; } }
  @media screen and (max-width: 375px) {
    .menu {
      padding-top: 28%;
      padding-bottom: 28%; } }
  .menu__content {
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    height: 100%;
    /*     padding-top: 48px; */
    /*     @media screen and (max-width: 768px) {
      padding-top: 84px;
    }

    @media screen and (max-width: 374px) {
      padding-top: 104px;
    } */ }
    @media screen and (max-width: 769px) {
      .menu__content {
        padding-left: 10%;
        flex-direction: column; } }
  .menu__items {
    margin-right: 141px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transform: translateX(0);
    padding-left: 0;
    opacity: 1;
    animation: fadeInMenuItems 0.9s ease;
    animation-delay: 0.4s;
    animation-fill-mode: both;
    /*    div.item:nth-child(1) {
      animation-delay: 0.3s;
      //animation-delay: 0.1s;
    }
    div.item:nth-child(2) {
      animation-delay: 0.3s;
      //animation-delay: 0.2s;
    }
    div.item:nth-child(3) {
      animation-delay: 0.3s;
      //animation-delay: 0.3s;
    }
    div.item:nth-child(4) {
      animation-delay: 0.3s;
      //animation-delay: 0.4s;
    }*/ }
    @media screen and (max-width: 1024px) {
      .menu__items {
        margin-right: 121px; } }
    @media screen and (max-width: 769px) {
      .menu__items {
        margin-right: 0; } }
    .menu__items div.item {
      opacity: 1; }
  .menu__subitems {
    padding-top: 21px;
    transform: translateX(0);
    animation: fadeInMenuSubItems 0.25s ease;
    animation-fill-mode: both;
    /*
    div.subitem {
      opacity: 1;
    }
    */
    /*
    div.subitem:nth-child(1) {
      animation-delay: 0.1s;
    }
    div.subitem:nth-child(2) {
      animation-delay: 0.1s;
    }
    div.subitem:nth-child(3) {
      animation-delay: 0.1s;
      //animation-delay: 0.2s;
    }
    div.subitem:nth-child(4) {
      animation-delay: 0.1s;
      //animation-delay: 0.3s;
    }
    div.subitem:nth-child(5) {
      animation-delay: 0.1s;
      //animation-delay: 0.4s;
    }
    div.subitem:nth-child(6) {
      animation-delay: 0.1s;
      //animation-delay: 0.5s;
    }
    div.subitem:nth-child(7) {
      animation-delay: 0.1s;
      //animation-delay: 0.6s;
    }
    div.subitem:nth-child(8) {
      animation-delay: 0.1s;
      //animation-delay: 0.7s;
    }
    */ }
    @media screen and (max-width: 769px) {
      .menu__subitems {
        padding-top: 40px;
        margin-left: 120px;
        width: 60%; } }
    @media screen and (max-width: 375px) {
      .menu__subitems {
        margin-left: 40px; } }
  @media screen and (max-width: 769px) {
    .menu-active .menu__items {
      height: auto; } }
  @media screen and (max-width: 769px) {
    .menu-active .menu__items div.item {
      display: none; } }
  @media screen and (max-width: 769px) {
    .menu-active-main .menu__items {
      height: 100%; } }
  @media screen and (max-width: 769px) {
    .menu-active-main .menu__items div.item {
      display: flex; } }
  @media screen and (max-width: 769px) {
    .menu-active .menu__items div.item-active {
      display: flex; } }

@keyframes fadeInMenu {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  /*
  38.2% {
    opacity: 0.382;
  }
  */
  /*  61.8% {
    opacity: 0.382;
    !*
    opacity: 0.618;
    *!
  }*/
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeInMenuItems {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  /*  38.2% {
    opacity: 0.382;
    -webkit-transform: translateX(61.8%);
    transform: translateX(61.8%);
  }*/
  /*
  30% {
    opacity: 0.5;
    transform: translateX(70%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  70% {
    opacity: 0.9;
    transform: translateX(30%);
  }
  90% {
    opacity: 0.9;
    transform: translateX(10%);
  }
  */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInMenuSubItems {
  0% {
    opacity: 0;
    /*
    padding-left: 10%;
    */
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    /*
    padding-left: 0%;
    */
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: row; }
  @media screen and (max-width: 769px) {
    .item {
      margin-bottom: 0px; } }
  @media screen and (max-width: 375px) {
    .item {
      align-items: flex-start;
      flex-direction: column; } }
  .item-active .item__title {
    color: #55c5ff; }
  .item__arrow {
    display: none;
    padding-bottom: 20px;
    padding-right: 30px;
    min-width: 38px;
    cursor: pointer; }
    @media screen and (max-width: 769px) {
      .item__arrow {
        visibility: hidden;
        display: block; } }
    @media screen and (max-width: 375px) {
      .item__arrow {
        padding-bottom: 24px; } }
    .item__arrow:hover {
      filter: brightness(0.1%); }
  .item__content {
    cursor: pointer; }
    .item__content:hover {
      text-decoration: none; }
  .item__descr {
    font-weight: 300;
    font-size: 14px;
    color: #b6beca;
    line-height: 130%; }
  .item__title {
    font-weight: 800;
    font-size: 50px;
    color: #002394;
    line-height: 1.3;
    white-space: nowrap; }
    @media screen and (max-width: 375px) {
      .item__title {
        font-size: 34px; } }
  .item__title:hover {
    color: #55c5ff; }
  @media screen and (max-width: 769px) {
    .item-active .item__arrow {
      visibility: inherit; } }
  .item:last-of-type {
    margin-bottom: 0px; }

.subitem {
  font-weight: 800;
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 160%;
  color: #b6beca;
  display: block;
  cursor: pointer; }
  @media screen and (max-width: 1024px) {
    .subitem {
      font-size: 20px;
      margin-bottom: 48px; } }
  @media screen and (max-width: 769px) {
    .subitem {
      margin-bottom: 40px; } }
  @media screen and (max-width: 375px) {
    .subitem {
      font-size: 18px; } }
  .subitem:hover {
    color: #002394;
    text-decoration: none; }
    .subitem:hover span {
      color: #55c5ff; }
  .subitem:last-of-type {
    margin-bottom: 0px; }

.header {
  display: flex;
  justify-content: space-between;
  padding: 42px 50px;
  margin: 0 auto;
  width: 100%;
  z-index: 200; }
  .header_overflow {
    padding: 42px 68px 42px 50px; }
  @media screen and (max-width: 420px) {
    .header {
      padding: 32px 10px; } }
  .header__logo {
    z-index: 7;
    cursor: pointer; }
    .header__logo:hover {
      color: inherit;
      text-decoration: none; }
  .header__title {
    font-weight: 800;
    font-size: 29px;
    padding-left: 10px; }
  .header-menu {
    display: flex;
    align-items: center; }
    .header-menu p {
      margin-right: 50px;
      font-size: 16px;
      font-weight: 800;
      z-index: 7; }
      .header-menu p:first-letter {
        text-transform: uppercase; }

.color_black {
  color: #101010; }

.color_white {
  color: #fff; }

.color_none {
  display: none; }

.bg_black {
  background-color: #101010; }

.bg_white {
  background-color: #fff; }

@media screen and (max-width: 550px) {
  .rout-name {
    display: none; } }

