body .header-place
{
  display: none;

  position: fixed;

  left: -2px;
  width: calc(100% + 1px);
  height: 70px;
  background: url('../src/headerNew.png');
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  /* border-radius: 0px 0px 40px 40px;

  border-bottom: 2px solid var(--gold-color-light);
  border-left: 2px solid var(--gold-color-light);
  border-right: 2px solid var(--gold-color-light);

  box-shadow: 0px 3px 5px rgb(0 0 0 / 50%);

  background: var(--dark-background); */

  z-index: 3;
}

body .header
{
  display: flex;

  padding: 2vw 3vw;

  justify-content: space-between;

  gap: 5px;

  box-sizing: border-box;
}

body .header-place .decor-left
{
  width: 35vw;
  height: 10vw;
  top: 10vw;
  left: 5vw;
  position: absolute;

  background-image1: url("/src/new_year/top_decor.png?v=1.02");
  background-size: 100% auto;
  background-position: left center;
  background-repeat: no-repeat;
}

body .header-place .decor-right
{
  width: 35vw;
  height: 10vw;
  top: 10vw;
  right: 5vw;
  position: absolute;

  background-image1: url("/src/new_year/top_decor.png?v=1.02");
  background-size: -100% auto;
  background-position: right center;
  background-repeat: no-repeat;
}

body .header .user
{
  display: flex;

  gap: 6px;

  align-items: center;
  overflow: hidden;

  cursor: pointer;
}

body .header .user .avatar
{
  width: 22px;
  height: 22px;

  border-radius: 6px;

  overflow: hidden;
}

body .header .user .avatar img
{
  max-width: 100%;
}

body .header .user .name
{
  color: var(--secondary-text-color);

  font-size: 93%;
  font-weight: var(--title-font-weight);
}

body .header .user .name svg
{
  width: 28px;
  height: 28px;
}

body .scene .header .user .name.holder
{
  min-width: 100px;
  min-height: 20px;

  border-radius: 6px;
}

body .header .holder
{
  background: #3E3E3E;
}

body .header .logo
{

}

body .header .logo div
{
  width: 90px;
  height: 10px;
  position: relative;

  margin-top: -5px;

  text-align: center;
}

body .header .logo img
{
  width: 90px;
}



body .header .controls
{
  width: calc(50% - 10px - 40px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  gap: 8px;

  align-items: center;

  padding: 0px 6px 0px 0px;
}
body .header .controls.right
{
  flex-direction: row-reverse;
  justify-content: right;
  padding: 0px 0px 0px 6px;
}

body .header .controls.right .item
{
  display: flex;

  gap: 10px;
}

body .header .item a
{
  display: flex;

  gap: 1.1vw;

  align-items: center;

  font-size: 95%;
  font-weight: var(--title-font-weight);
  color: var(--secondary-text-color);
  padding: 7px 0px 7px 0px;
}

body .header .item svg,
body .header .item img
{
  width: 20px;
  height: 20px;

  border-radius: 11px;

  box-shadow: 0px 0px 6px rgb(0 0 0 / 30%);
}


body .header .page-icons
{
  display: flex;
  flex-direction: row;

  gap: 8px;
}

body .header .page-icons .item svg,
body .header .page-icons .item img
{
  width: 20px;
  height: 20px;

  border-radius: 15px;
}

body .header .item .settings svg
{
  width: 20px;
  height: 20px;
}
.logo-icon-top{
  width: 100px;
  height: 100px;
}
