@font-face {
  font-family: "Circe";
  src: url("../fonts/CIRCE-REGULAR.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/CIRCE-BOLD.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/CIRCE-THIN.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../../fonts/TTNormsProRegular.woff2") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "TT Norms Pro";
  src: url("../../fonts/TTNormsProBold.woff2") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "fugue";
  src: url("../fonts/fugue_mono.woff2") format("woff");
  font-weight: 700;
}

* {
  margin: 0;
}

body {
  min-height: 100vh;
  background: linear-gradient(180deg, #000000 0%, #07101B 20.48%, #0F77E2 100%);  
}

.disable {
  display: none !important;
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }  
  .desktop-only {
    display: none;
  }
}

.w-100 {
  width: 100%;
}

.page__main {
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  position: relative;
  min-height: calc(100vh - 326px - 73px);
}
@media (max-width: 767px) {
  .page__main {
    min-height: calc(100vh - 265px - 68px);
  }
}

.header {
  height: auto;
}

.header__left,
.header__right {
  width: 260px;
}

.header__title img {
  display: block;
  margin: 0 auto;
  min-width: 250px;
  max-width: 90%;
}

.header__item img {
  display: block;
  margin: 0 auto;
}

.header__btn,
.header__btns,
.header__btn_glk {
  position: absolute;
  top: 25px;
  right: 140px;
  display: flex;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 24px;
  line-height: 140%;
  background-color: #0f74dc;
  max-width: 80px;
  width: inherit;
  font-weight: 700;
  font-family: "Circe", sans-serif;
  border-radius: 5px;
  margin-bottom: 20px;
  align-self: center;
}

.header__btns {
  max-width: unset;
  gap: 10px;
  background: none;
}

.header__btn_glk {
  position: relative;
  top: 0;
  right: 0;
}

#lang,
#exit {
  text-decoration: none;
  color: #fff;
}

.header__btn.lang {
  background: #0f74dc;
  width: 51px;
}

.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-family: "Arial";
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}

#exit {
  background-color: #fff;
  color: #0f74dc;
}

.header__logo-box {
  max-width: 180px;
}

.header__logo {
  width: 100%;
  height: 100%;
}

.header__inner {
  height: 326px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  margin: auto;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: "Circe", sans-serif;
}

.footer {
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    display: flex;
    align-items: flex-start;
  }
}

.footer__inner {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 36px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .footer__inner {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}

.footer__inner__logo {
  display: flex;
  max-width: 704px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.footer__help p {
  text-align: center;
  font: 400 14px arial;
}

.footer__help .footer__btns {
  width: 200px;
}
@media (max-width: 767px) {
  .footer__help .footer__btns {
    width: 100%;
  }
}

.footer__btns__item {
  width: 100%;
}

@media (max-width: 767px) {
  .footer__inner__logo__item {
    width: 100%;
  }
}

.footer__inner__logo__item img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer__inner__logo__item__title {
  font-family: 'TT Norms Pro', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .footer__inner__logo__item__title {
    font-size: 8px;
    text-align: right;
  }
}

.footer__inner__logo__item__title p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer__inner__logo__item__title p {
    margin-bottom: 5px;
  }  
}

.footer__inner__logo__item__title p:last-child {
  margin-bottom: 0;
}

.footer__inner__logo__item__title a {
  text-decoration: none;
  color: #fff;
}

.footer__item {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .footer__item {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer__help {
    margin-top: 40px;
  }
}

.footer__help p {
  margin: 0;
  margin-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  max-width: 200px;
}
@media (max-width: 767px) {
  .footer__help p {
    max-width: 100%;
  }
}

.footer__btns {
  display: flex;
}

.footer__btns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
  max-width: 100%;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}

@media (max-width: 1600px) {
  .header__btn,
  .header__btns,
  .header__btn_glk {
    right: 25px;
  }
}

@media (max-width: 1600px) {
  .need_help {
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 1000px) {
  .need_help {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 250px;
  }
}

@media (max-width: 800px) {
  .header__title {
    padding: 20px;
  }
  .header__inner {
    justify-content: space-around;
    height: auto;
    padding: 20px;
    flex-direction: row-reverse;
  }
  .animal,
  .header__right {
    display: none;
  }
}

@media (max-width: 560px) {
  .header__inner {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    padding: 20px;
    padding-top: 40px;
  }
  .header__btn,
  .header__btn_glk,
  .header__btns {
    top: 10px;
    right: 10px;
  }
  .blockRenderer-main > div {
    padding: 8px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}

.MuiCircularProgress-root {
  color: #0f74dc !important;
}
.CircularContainer svg circle {
  stroke: #0f74dc;
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 140px;
}

@media (max-width: 1000px) {
  .header-nav {
    top: 8px;
    right: 8px;
  }
}

.header-nav__btns {
  display: flex;
}

.header-nav__btn {
  text-align: center;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
}

.lang {
  color: white;
  background: #0f74dc;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}

@media (max-width: 1000px) {
  .header-nav {
    top: 8px;
    right: 8px;
  }
}

