@font-face {
  font-family: "RedBanner";
  src: url(../../fonts/RedBanner.ttf) format("ttf");
  src: url(../../fonts/RedBanner.woff) format("woff");
}

@font-face {
  font-family: "Novartis";
  src: url(../../fonts/novartis-deco-webfont.woff) format("woff");
  src: url(../../fonts/novartis-deco-webfont.woff2) format("woff2");
}

@font-face {
  font-family: "Constructivist";
  src: url(../../fonts/Constructivist.otf) format("otf");
  src: url(../../fonts/Constructivist.woff) format("woff");
  src: url(../../fonts/Constructivist.woff2) format("woff2");
}

@font-face {
  font-family: "Izvestija";
  src: url(../../fonts/Izvestija.ttf) format("ttf");
  src: url(../../fonts/Izvestija.woff2) format("woff2");
}

@font-face {
  font-family: "Truth";
  src: url(../../fonts/Truth.ttf) format("ttf");
  src: url(../../fonts/Truth.woff) format("woff");
  src: url(../../fonts/Truth.woff2) format("woff2");
}

html {
  background-color: black;
}

html,
body {
  margin: 0;
  user-select: none;
  line-height: 1;
}

.fnt1 {
  font-family: "Truth";
}

.lpanel {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 10%;
  height: 100%;
  background-color: gray;
}

.rpanel {
  position: fixed;
  top: 0%;
  right: 0%;
  width: 14%;
  height: 100%;
  background-color: lightslategray;
}

.last_number {
  position: fixed;
  top: 2%;
  left: 1%;
  height: 4vh;
  width: 4vw;
  cursor: pointer;
  font-size: 200%;
  font-weight: bold;
  font-family: "Constructivist";
  color: black;
}

.last_number:hover {
  color: beige;
}

@media (max-width: 1100px) {
  .last_number {
    font-size: 160%;
  }
}

.r_last_number {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 69%;
  right: 0;
  background: url(../../icons/icons8-вверх-100_2.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  z-index: 10000;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .r_last_number {
    z-index: -1;
  }
}

.l_dsc_btn {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 8%;
  left: 7%;
  background: url(../../icons/icons8-руководство-96.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  z-index: 10000;
}

.r_dsc_btn {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 8%;
  right: 11%;
  background: url(../../icons/icons8-руководство-96.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  z-index: 10000;
}

.dsc_btn:hover {
  cursor: pointer;
}

.donat {
  margin: 0;
  padding: 0;
  background: url(../../icons/icons8-гранты-сообщества-96.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  cursor: pointer;
  z-index: 10000;
  filter: saturate(120%);
}

#t_donat {
  position: absolute;
  top: 0%;
  left: 7%;
  opacity: 0.7;
  filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 1550px) {
  #t_donat {
    /* opacity: 0%;
    cursor: auto; */
    z-index: -1;
  }
}

.t_donat_msg {
  position: absolute;
  align-items: center;
  top: 0%;
  left: 10%;
  height: 10vh;
  width: 34vw;
  z-index: 10000;
  background-color: gainsboro;
  border: gainsboro solid 1vh;
  border-radius: 2vh 2vh 2vh 2vh;
  font-family: "Truth";
  font-size: large;
  opacity: 100%;
  box-sizing: border-box;
}

.code1 {
  display: inline-block;
  position: relative;
  left: 2%;
  user-select: text;
  font-size: calc(0.5vw + 1vh);
}

.ruble {
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
}

.BTC {
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
}

.thanks {
  position: relative;
  background: url(../../icons/icons8-рукопожатие-100.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  left: 5%;
  display: inline-block;
}

.thanks2 {
  position: relative;
  background: url(../../icons/salut3.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 8vh;
  width: 4vw;
  left: 6%;
  display: inline-block;
}

.cont_b_donat_msg {
  position: relative;
  bottom: 9vh;
  right: 34vw;
  height: 10vh;
  width: 34vw;
}

@media (max-width: 1200px) {
  .thanks2 {
    display: none;
  }
}

@media (max-width: 1520px) {
  .cont_b_donat_msg {
    right: 38vw;
    width: 38vw;
  }
}

.b_donat_msg {
  position: relative;
  align-items: center;
  height: 100%;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  background-color: gainsboro;
  border: gainsboro solid 1vh;
  border-radius: 2vh 2vh 2vh 2vh;
  font-family: "Truth";
  font-size: large;
  opacity: 90%;
  box-sizing: border-box;
}

.cont_b_donat {
  display: block;
  position: relative;
  bottom: 14vh;
  left: 86%;
  height: 4vh;
  width: 3vw;
}

#b_donat {
  position: relative;
  bottom: 2vh;
  z-index: 10000;
  opacity: 0.7;
  filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 1050px) {
  #b_donat {
    /* opacity: 0%;
    cursor: auto; */
    z-index: -1;
  }
}

.signature {
  height: 0;
  position: relative;
  top: 1vh;
  left: 60%;
  width: max-content;
  font-family: "RedBanner", "Truth";
  font-size: 1.8vmin;
  opacity: 5%;
}

.signature:hover {
  opacity: 100%;
}

@media (max-width: 1400px), (max-height: 600px) {
  .signature {
    display: none;
  }
}

.about {
  position: absolute;
  top: 0%;
  right: 11%;
  margin: 0;
  padding: 0;
  background: url(../../icons/icons8-восклицательный-знак-96.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  cursor: pointer;
  z-index: 10000;
}

@media (max-width: 1200px) {
  .about {
    top: 8%;
    right: 0%;
  }
}

.about_msg {
  position: fixed;
  top: 10%;
  left: 10%;
  /* height: 70vh; */
  height: 69vh;
  width: 76%;
  z-index: 10000;
  background-color: azure;
  box-sizing: border-box;
  border: azure 1vh solid;
  border-radius: 2vh 2vh 2vh 2vh;
  filter: opacity(95%);
  font-family: "Truth";
  font-size: 1.3rem;
}

@media (max-width: 1600px) {
  .about_msg {
    font-size: 120%;
  }
}

@media (max-width: 1400px) {
  .about_msg {
    font-size: 110%;
  }
}

@media (max-width: 1100px) {
  .about_msg {
    font-size: 100%;
  }
}

.about_msg_p1 {
  position: relative;
  height: 32%;
  text-align: center;
}

.a_m_p1_img1 {
  background: url(../../icons/icons8-руководство-48.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
}

.a_m_p1_dsc1 {
  position: relative;
  bottom: 10%;
}

.a_m_p1_img2 {
  background: url(../../icons/icons8-черный-круг-48.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
}

.a_m_p1_dsc2 {
  position: relative;
  bottom: 10%;
}

.a_m_p1_dsc4 {
  position: relative;
}

.a_m_p1_lng {
  position: fixed;
  width: 4vw;
  top: 0;
  left: 88%;
  font-family: "RedBanner", "Truth", "Novartis";
  font-weight: bold;
  border: transparent 1vh solid;
  border-radius: 1vh 1vh 1vh 1vh;
  background-color: beige;
  cursor: pointer;
}

.a_m_p1_lng:hover {
  background-color:black;
  color:white;
}

.about_msg_p2 {
  position: relative;
  padding: 1%;
  height: 65%;
}

.about_msg_p2 > p {
  margin: 0;
}

.links {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 0;
  left: 30%;
  height: 4vh;
  width: 40%;
  margin: 0 auto;
  font-family: "RedBanner", "Truth", "Novartis";
  font-size: 2vmin;
}

.pc {
  width: max-content;
  padding: 0 1vw;
  text-align: center;
  line-height: 2vh;
  background-color: beige;
  border: transparent 1vh solid;
  border-radius: 1vh 1vh 1vh 1vh;
  cursor: pointer;
}

.pc:hover {
  background-color: black;
  color: white;
}

.cont_links2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  position: fixed;
  top: 30%;
  left: 7%;
  width: 3%;
  height: 40%;
  font-family: "Truth", "Novartis";
  font-size:1rem;
  font-weight: bolder;
}

.toP {
  display:flex;
  width: 5vmin;
  height: 5vmin;
  background-color: beige;
  margin: 0 0 3vmin 0;
  box-sizing:border-box;
  border-radius: 3vmin;
  justify-content: center;
  align-items: center;
  color: beige;
  cursor: pointer;
  filter:brightness(70%);
}


@media (max-width: 1550px) {
  .toP {
    display: none;
  }
}

.toP:hover {
  background-color: black;
  color: beige;
  filter:brightness(100%);
}

/* .toC {
  display:flex;
  width: 5vmin;
  height: 5vmin;
  background-color: lightcoral;
  margin: 3vmin 0 0 0;
  box-sizing:border-box;
  border-radius: 3vmin;
  justify-content: center;
  align-items: center;
  color: lightcoral;
  cursor: pointer;
}

@media (max-width: 1550px) {
  .toC {
    display: none;
  }
}

.toC:hover {
  background-color: black;
  color: beige;
} */

.blkTheme {
  position: fixed;
  top: 16%;
  right: 11vw;
  margin: 0;
  padding: 0;
  background: url(../../icons/icons8-черный-круг-96.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  cursor: pointer;
  z-index: 1000;
}

.content {
  position: relative;
  top: 0px;
  left: 10%;
  width: 76%;
  padding: 1vh 0 0 0;
}

.img {
  display: block;
  margin: 0 auto 4vh;
  width: 70vw;
}

.shutter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 100000;
  overflow: auto;
  cursor: auto;
}

.shutterSpn {
  margin-top: 4vh;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  user-select: none;
  z-index: 100010;
}

.shutterSpn2 {
  margin-top: 4vh;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background: url(../../icons/spinning-circles.svg) no-repeat;
  background-position: center;
  background-size: contain;
  height: 8vh;
  bottom: 10vh;
  color: white;
  justify-content: center;
  align-items: center;
  user-select: none;
  z-index: 100010;
  font-weight: bold;
  font-size: larger;
  font-family: "Constructivist";
}

@media (max-height: 750px) {
  .shutterSpn {
    height: 4vh;
  }
}

.cookie_msg {
  position: fixed;
  top: 14vh;
  left: 10%;
  left: 26%;
  height: 50vh;
  width: 46%;
  z-index: 10000;
  background-color: azure;
  box-sizing: border-box;
  border: lightsalmon 1vh solid;
  border-radius: 2vh 2vh 2vh 2vh;
  filter: opacity(85%);
  font-family: "Truth";
  font-size: 1.3rem;
}

.cookie {
  position: relative;
  background: url(../../icons/game-fortune-cookie-2.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  top: 10vh;
  left: 2vh;
}

.cooWarning {
  margin: 0;
  position: absolute;
  top: 40%;
  height: 10%;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  background-color: lightcoral;
  font-family: "Truth", "Novartis", Arial, Helvetica, sans-serif;
  font-size: larger;
}

@media (max-width: 1200px) {
  .cooWarning {
    font-size: calc(1vw + 1vh);
  }
}

.cooOk {
  margin: 0;
  line-height: 2;
  position: absolute;
  bottom: 0%;
  height: 33%;
  width: 100%;
  text-align: center;
  background-color: lightgreen;
  font-family: "Izvestija", "Truth", "Novartis", Arial, Helvetica, sans-serif;
  font-size: larger;
  font-weight: bolder;
  cursor: pointer;
}

.modImg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  user-select: none;
}

.buttns {
  font-family: "Constructivist", "Novartis", "Truth";
}

.btnNS {
  color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: fixed;
  right: 0vw;
  content: "";
  width: 6vw;
  height: 20vh;
  font-size: 150%;
  font-family: "Izvestija", "Constructivist", "Novartis";
  background: url(../../icons/NSbigN.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  filter: saturate(50%) drop-shadow(0px 2px 0px black);
}

.btnNS:hover {
  color: black;
  filter: saturate(200%) drop-shadow(0px 4px 3px black);
  transform: scale(1.1);
}

.btnPS {
  color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: fixed;
  right: 0vw;
  content: "";
  width: 6vw;
  height: 20vh;
  font-size: 150%;
  font-family: "Izvestija", "Constructivist", "Novartis";
  background: url(../../icons/PSbigN.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  filter: saturate(50%) drop-shadow(0px 2px 0px black);
}

.btnPS:hover {
  color: black;
  filter: saturate(200%) drop-shadow(0px 2px 3px black);
  transform: scale(1.1);
}

.btn10up {
  color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: fixed;
  right: 0vw;
  content: "";
  width: 5vw;
  height: 14vh;
  font-size: 100%;
  background: url(../../icons/Symbol_Up.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14vh;
  background-size: contain;
  cursor: pointer;
  outline: none;
  filter: saturate(50%);
}

.btn10up:hover {
  color: black;
  filter: saturate(200%);
  transform: scale(1.1);
}

.btn1up {
  color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: fixed;
  content: "";
  width: 6%;
  height: 17%;
  font-size: 150%;
  background: url(../../icons/Symbol_Up.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  filter: saturate(50%);
}

.btn1up:hover {
  color: black;
  filter: saturate(200%) contrast(1.75);
  transform: scale(1.1);
}

.btn1dwn {
  color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: fixed;
  content: "";
  width: 6%;
  height: 17%;
  font-size: 150%;
  background: url(../../icons/Symbol_Down.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  filter: saturate(50%);
}

.btn1dwn:hover {
  color: black;
  filter: saturate(200%);
  transform: scale(1.1);
}

.btn10dwn {
  color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: fixed;
  width: 5vw;
  height: 11vh;
  font-size: 100%;
  font-size: 100%;
  background: url(../../icons/Symbol_Down.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  filter: saturate(50%);
}

.btn10dwn:hover {
  color: black;
  filter: saturate(200%);
  transform: scale(1.1);
}

.counter {
  position: fixed;
  margin: 0;
  padding: 0;
  color: beige;
  top: 47%;
  right: 2%;
  text-align: left;
  font-size: 300%;
  font-family: "Constructivist";
}

@media (max-width: 1500px) {
  .counter {
    font-size: 200%;
  }
}

@media (max-width: 1100px) {
  .counter {
    right: 4%;
  }
}

.top {
  position: fixed;
  z-index: 1000;
  text-decoration: none;
  color: cyan;
  margin: 0;
  padding: 0;
  top: 2%;
  right: 1vw;
  font-size: 220%;
  font-weight: bold;
  font-family: "Novartis";
  cursor: pointer;
}

@media (max-width: 800px) {
  .top {
    font-size: 200%;
  }
}

.top:hover {
  color: beige;
}

.bottom {
  position: fixed;
  text-decoration: none;
  color: chartreuse;
  margin: 0;
  padding: 0;
  bottom: 2vh;
  right: 1vw;
  font-size: 320%;
  font-weight: bold;
  font-family: "Novartis";
  cursor: pointer;
}

.bottom:hover {
  color: beige;
}

.div_img_el {
  position: static;
}

.centerarea {
  position: fixed;
  cursor: pointer;
  top: 0vh;
  height: 100%;
  left: 40%;
  width: 20%;
}

.centerarea:hover {
  background-color: rgb(28, 28, 28);
  opacity: 10%;
}

.pages {
  position: fixed;
  top: 1vh;
  left: 1vw;
}

@media (max-width: 576px), (max-height: 500px) {
  .pages {
    left: 3vw;
  }
}

.nsheets {
  position: fixed;
  bottom: 3vh;
  left: 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}

.nsh {
  box-sizing: border-box;
  display: table-cell;
  text-align: start;
  z-index: 1000;
  text-decoration: none;
  color: beige;
  margin: 1vh 0 0 0;
  padding: 0;
  height: 7vh;
  font-size: 300%;
  font-weight: bold;
  font-family: "Constructivist", "Novartis", "Truth";
  cursor: pointer;
}

.nsh:hover {
  color: beige;
  filter: opacity(100%);
  -webkit-text-stroke: 0.1vh rgb(0, 0, 0);
}

@media (max-width: 800px) {
  .nsh {
    /* margin: 1vmin 0 0 0; */
    padding: 0.5vmin 0.1vw;
    height: max-content;
  }
}

.first_number {
  position: fixed;
  bottom: 26%;
  right: 0;
  cursor: pointer;
  background: url(../../icons/icons8-один-100.png) no-repeat;
  background-position: center;
  background-size: contain;
  height: 6vh;
  width: 3vw;
  z-index: 10000;
}

@media (max-width: 1100px) {
  .first_number {
    z-index: -1;
  }
}