@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Bebas-Neue';
  src: url("../fonts/Bebas-Neue.woff2") format("woff2"), url("../fonts/Bebas-Neue.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box; }

html, body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  cursor: default;
  caret-color: transparent; }

iframe {
  border: 0;
  display: inline-block; }
  iframe.active {
    background: #ffffff; }

.hidden {
  display: none !important; }

.zk__container {
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background: #053362 url("../img/bg.svg");
  color: #D9D9D9; }
  .zk__container.active .zk__description, .zk__container.active .zk__links {
    display: none; }
  .zk__container.active .zk__header {
    height: 110px;
    font-size: 70px;
    align-items: center; }
  .zk__container.active .zk__logo {
    width: 95px;
    height: 49px;
    top: 30px;
    background: url("../icons/logo-small.svg"); }
  .zk__container.active .zk__content {
    height: calc(100% - 185px);
    text-align: center; }
    .zk__container.active .zk__content.loading {
      background: #053362 url("../icons/spinner.svg") no-repeat center center; }
  .zk__container.active .zk__button-back {
    display: block; }

.zk__logo {
  position: absolute;
  width: 115px;
  height: 63px;
  background: url("../icons/logo.svg");
  text-indent: -9999px;
  left: 40px;
  top: 50px;
  transition: top 50ms linear; }

.zk__header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: "Bebas-Neue", sans-serif;
  height: 135px;
  font-weight: 700;
  font-size: 90px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  transition: height 50ms linear, font-size 50ms linear; }

.zk__content {
  height: calc(100% - 230px); }

.zk__description {
  height: 66px;
  text-align: center;
  width: 690px;
  margin: 20px auto 40px;
  font-size: 22px;
  line-height: 150%; }

.zk__links {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 0 20px; }

.zk__link {
  background: #ffffff;
  border-radius: 12px;
  height: 320px;
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px; }
  .zk__link-block {
    position: relative;
    width: 100%; }
  .zk__link-title {
    font-weight: 500;
    font-size: 32px;
    color: #16416C; }
  .zk__link:hover, .zk__link .touch {
    background: #F3CA3E; }
    .zk__link:hover .zk__button, .zk__link .touch .zk__button {
      background: #ffffff; }
      .zk__link:hover .zk__button::before, .zk__link .touch .zk__button::before {
        transform: rotate(-45deg); }

.zk__button {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #F3CA3E;
  position: absolute;
  bottom: -17px;
  right: -17px; }
  .zk__button::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: 19px;
    left: 19px;
    transition: 100ms ease-in-out;
    -webkit-mask-image: url("../icons/arrow.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 32px 32px;
    mask-image: url("../icons/arrow.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 32px 32px;
    background-color: #16416C; }
  .zk__button-back {
    display: none;
    margin: 0;
    border: 1px solid #F3CA3E;
    background: #F3CA3E;
    color: #16416C;
    position: relative;
    padding: 0 40px 0 30px;
    height: 45px;
    width: auto;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 40px; }
    .zk__button-back > span {
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      top: 5px; }
      .zk__button-back > span::before {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
        -webkit-mask-image: url("../icons/arrow.svg");
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: 0 0;
        -webkit-mask-size: 20px 20px;
        mask-image: url("../icons/arrow.svg");
        mask-repeat: no-repeat;
        mask-position: 0 0;
        mask-size: 20px 20px;
        background-color: #16416C;
        transform: rotate(135deg); }
    .zk__button-back.disabled {
      border-color: #B9C6D3;
      background: #ffffff;
      color: #B9C6D3;
      cursor: not-allowed; }
    .zk__button-back:focus {
      outline: 2px solid; }

.zk__footer {
  height: 75px;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .zk__footer-block {
    margin-right: 60px;
    text-transform: uppercase; }
    .zk__footer-block.last {
      margin-left: auto;
      margin-right: 0;
      text-transform: inherit; }
