@font-face {
    font-family: 'aberus';
    src: url('../alls/aberus.woff') format('woff');
}

.by
{
    background-color: black;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#myVideo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  #divAcaunt
  {
    position: absolute;
    left: 10px;
    top: 2px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    visibility: hidden;
  }
  #imgAcauntIcon
  {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  #imgAcountBorder
  {
    position: absolute;
    left: 0px;
    top: 0px;
  }
   #imgTochkaZaIzvestiq
  {
    position: absolute;
    left: 80%;
    top: 80%;
    visibility: hidden;
  }
  #labelUsername
  {
    position: absolute;
    left: 65px;
    top: 8px;
    font-size: 28px;
    color:#4096e4;
    visibility: hidden;
  }

  #iframePages
  {
    position: absolute;
    top: 15%;
    left: 1%;
    width: 98%;
    height: 70%;
    border-color: #4096e4;
    border-radius: 5%;
    visibility: hidden;
  }

  #divAcauntClick
  {
    position: absolute;
    left: 10px;
    top: 52px;
    width: 180px;
    height: 150px;
    overflow: hidden;
    background-color: #4095e431;
    border-radius: 5%;
    visibility: hidden;
  }
  #buttonAcaunt
  {
    position: absolute;
    width: 98%;
    left: 1%;
    height: 15%;
    top: 2%;
    font-size: 14px;
    background-color: #4096e4;
    border-color: #4096e4;
    border-radius: 10%;
    color: white;
  }
  #buttonFriends
  {
       position: absolute;
    width: 98%;
    left: 1%;
    height: 15%;
    top: 18%;
     font-size: 14px;
    background-color: #4096e4;
    border-color: #4096e4;
    border-radius: 10%;
    color: white;
  }
  #buttonSearchFriends
  {
      position: absolute;
    width: 98%;
    left: 1%;
    height: 15%;
    top: 34%;
     font-size: 14px;
    background-color: #4096e4;
    border-color: #4096e4;
    border-radius: 10%;
    color: white;
  }
  #buttonPokaniZaFriends
  {
      position: absolute;
    width: 98%;
    left: 1%;
    height: 15%;
    top: 50%;
     font-size: 14px;
    background-color: #4096e4;
    border-color: #4096e4;
    border-radius: 10%;
    color: white;
  }
  #imgTochkaPokanaZaFr
  {
     position: absolute;
    left: 94%;
    top: 58%;
    visibility: hidden;
  }
  #buttonLanguages
  {
      position: absolute;
    width: 98%;
    left: 1%;
    height: 15%;
    top: 66%;
     font-size: 14px;
    background-color: #4096e4;
    border-color: #4096e4;
    border-radius: 10%;
    color: white;
  }
  #buttonLogOut
  {
    position: absolute;
    width: 98%;
    left: 1%;
    height: 15%;
    top: 82%;
     font-size: 14px;
    background-color: #4096e4;
    border-color: #4096e4;
    border-radius: 10%;
    color: white;
  }


  #imgCashicon
  {
    position: absolute;
    left: 15%;
    top: 2px;
    visibility: hidden;
  }
  #labelCash
  {
    position: absolute;
    left: 20%;
    top: 10px;
    font-size: 28px;
    color: #dba73a;
    visibility: hidden;
  }



  #buttonSpin
  {
     position: absolute;
    left: 40%;
    top: 2px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url("../paplaspin/img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 80%;
    border-radius: 10%;
    border-top: 0px;
    border-left: 0px;
    visibility: visible;
  }
  #buttonSpin:hover
  {
    border-color:#4096e4;
    box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0.2);
  }
   #buttonReklama
  {
     position: absolute;
    left: 50%;
    top: 2px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url("imgreklam.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10%;
    border-top: 0px;
    border-left: 0px;
  }
  #buttonReklama:hover
  {
    border-color:#4096e4;
    box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0.2);
  }
  #buttonMagazin
  {
     position: absolute;
    left: 60%;
    top: 2px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    background-image: url("imgmagazin.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10%;
    border-top: 0px;
    border-left: 0px;
    visibility: hidden;
  }
   #buttonMagazin:hover
  {
    border-color:#4096e4;
    box-shadow: 6px 6px 2px 1px rgba(0, 0, 255, 0.2);
  }

  #ButtonBodyClick
  {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-color: transparent;
    visibility: hidden;
  }

  #canvasLoad
  {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    visibility: visible;
  }