@import url(https://use.typekit.net/ajs7grg.css);
.layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: flex-start;
  align-items: center;
  width: 100%; }

.navbar {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9000;
  background-color: #0a0a0a;
  height: 60px; }
  @media (max-width: 900px) {
    .navbar {
      width: 100%;
      padding: 0 20px; } }
  @media (min-width: 900px) {
    .navbar {
      width: 100%;
      padding: 0 80px;
      top: 10px; }
      @supports (mix-blend-mode: difference) {
        .navbar {
          background: none;
          mix-blend-mode: difference; } } }
  @media (min-width: 1600px) {
    .navbar {
      width: 100%;
      padding: 0 calc((100vw - 1440px) / 2); } }
  .navbar__controls {
    display: flex; }
  .navbar__burger {
    position: relative;
    display: flex;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    padding: 0; }
    .navbar__burger::before {
      content: "";
      display: block;
      position: absolute;
      width: 200px;
      height: 50px;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: -1; }
    .navbar__burger > span {
      font-family: myriad-pro, sans-serif;
      color: #fff;
      font-size: 20px;
      font-weight: 400;
      opacity: 0.6;
      padding: 5px 10px;
      text-transform: uppercase;
      white-space: normal;
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .navbar__burger > span.hide {
        transform: translateX(5px);
        opacity: 0; }
    .navbar__burger:hover > span {
      opacity: 0.8; }
    .navbar__burger:hover > span.hide {
      opacity: 0; }
    @media (min-width: 900px) {
      .navbar__burger {
        display: none; } }
  .navbar__logo {
    position: relative;
    width: auto;
    min-width: 140px;
    height: 40px; }
    .navbar__logo > img {
      height: 40px; }
    @media (max-width: 1200px) {
      .navbar__logo {
        display: none; } }
  .navbar__mark {
    position: relative;
    min-width: 30px;
    height: 30px; }
    .navbar__mark > img {
      height: 30px; }
    @media (min-width: 1200px) {
      .navbar__mark {
        display: none; } }
  .navbar__langs {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 25px; }
    @media (max-width: 900px) {
      .navbar__langs {
        margin-right: 10px; } }
    @media (min-width: 900px) {
      .navbar__langs {
        margin-right: 25px; } }
  .navbar__links {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 25px; }
    @media (max-width: 900px) {
      .navbar__links {
        display: none; } }
    @media (min-width: 900px) {
      .navbar__links {
        margin-right: 25px;
        display: flex; } }

.footer__row {
  width: 100%;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .footer__row:last-child {
    border: none; }

.footer__logo {
  height: 48px; }

.footer__icons {
  display: flex; }
  .footer__icons a {
    margin: 8px !important; }

.footer a {
  color: #fff !important;
  display: block;
  margin: 16px 0; }

@-webkit-keyframes preloader {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

@keyframes preloader {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

@-webkit-keyframes circle_1 {
  0% {
    transform: translateX(50px) scale(0.5); }
  25% {
    transform: translateX(50px) scale(0.25); }
  50% {
    transform: translateX(50px) scale(1); }
  100% {
    transform: translateX(10px); } }

@keyframes circle_1 {
  0% {
    transform: translateX(50px) scale(0.5); }
  25% {
    transform: translateX(50px) scale(0.25); }
  50% {
    transform: translateX(50px) scale(1); }
  100% {
    transform: translateX(10px); } }

@-webkit-keyframes circle_2 {
  0% {
    transform: translateX(-50px) scale(0.5); }
  25% {
    transform: translateX(-50px) scale(0.25); }
  50% {
    transform: translateX(-50px) scale(1); }
  100% {
    transform: translateX(-10px); } }

@keyframes circle_2 {
  0% {
    transform: translateX(-50px) scale(0.5); }
  25% {
    transform: translateX(-50px) scale(0.25); }
  50% {
    transform: translateX(-50px) scale(1); }
  100% {
    transform: translateX(-10px); } }

@-webkit-keyframes text_1 {
  0% {
    transform: translateX(20px);
    opacity: 0; }
  25% {
    transform: translateX(20px);
    opacity: 0; }
  50% {
    transform: translateX(20px);
    opacity: 0; }
  100% {
    transform: translateX(-2px);
    opacity: 1; } }

@keyframes text_1 {
  0% {
    transform: translateX(20px);
    opacity: 0; }
  25% {
    transform: translateX(20px);
    opacity: 0; }
  50% {
    transform: translateX(20px);
    opacity: 0; }
  100% {
    transform: translateX(-2px);
    opacity: 1; } }

@-webkit-keyframes text_2 {
  0% {
    transform: translateX(-20px);
    opacity: 0; }
  25% {
    transform: translateX(-20px);
    opacity: 0; }
  50% {
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    transform: translateX(2px);
    opacity: 1; } }

@keyframes text_2 {
  0% {
    transform: translateX(-20px);
    opacity: 0; }
  25% {
    transform: translateX(-20px);
    opacity: 0; }
  50% {
    transform: translateX(-20px);
    opacity: 0; }
  100% {
    transform: translateX(2px);
    opacity: 1; } }

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0F0F0F;
  z-index: 100000;
  -webkit-animation: preloader 1s cubic-bezier(0.075, 0.82, 0.165, 1) 4s forwards;
          animation: preloader 1s cubic-bezier(0.075, 0.82, 0.165, 1) 4s forwards; }

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 6px solid #fafafa;
  background-color: #0F0F0F;
  display: flex;
  justify-content: center;
  align-items: center; }

.circle_1 {
  -webkit-animation: circle_1 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: circle_1 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards; }
  .circle_1 > svg {
    opacity: 0;
    -webkit-animation: text_1 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: text_1 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards; }

.circle_2 {
  -webkit-animation: circle_2 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
          animation: circle_2 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards; }
  .circle_2 > svg {
    opacity: 0;
    -webkit-animation: text_2 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
            animation: text_2 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards; }

.circle_2:before {
  content: " ";
  position: absolute;
  z-index: 99;
  top: -21px;
  left: -21px;
  right: -21px;
  bottom: -21px;
  border-radius: 50%;
  border: 15px solid #0F0F0F; }

.table {
  width: 100%;
  font-family: myriad-pro, sans-serif;
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.6; }

.table-col {
  width: 33.33%;
  padding: 16px 8px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1); }
  @media (max-width: 900px) {
    .table-col {
      word-break: break-word;
      padding: 8px 4px; } }

.table-col-head {
  font-weight: 600; }

