#logo {
display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 18%;
  padding-bottom: 12%;
}

.logo_kat span {
font-size: 32px;
  letter-spacing: 10px;
}

.header_line {
width: 16%;
  height: 1px;
  background: var(--forum-line);
  margin: 30px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.logo_ue {
font-size: 10px;
  width: 100%;
  letter-spacing: 8px;
  line-height: 180%;
  text-transform: uppercase;
}

.logo_pic {
background-image: url(https://s1.directupload.eu/images/260906/atgg3woy.png);
  width: 200px;
  height: 80px;
  background-size: cover;
  margin-bottom: 0px;
}

.welcome_pic {
float: left;
  margin-right: 15px;
  border: 1px solid var(--accent2);
  padding: 5px;
  margin-top: 6px;
}

.news_ue {
font-weight: bold;
  font-size: 13px;
  color: var(--accent2);
  border-right: 1px solid var(--line1);
  margin-right: 5px;
  padding-right: 5px;
}

.logo_ut {
font-size: 8px;
  text-transform: uppercase;
font-family: var(--font);
  margin-top: 20px;
 letter-spacing: 5px;
  padding-left: 5px;
}

.header_nav img {
border: 1px solid var(--line1);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-right: 5px;
}

.header_nav1 i {
color:var(--accent2);
}

.header_nav1 {
display: flex;
  align-items: center;
  gap: 10px;
	padding-left:10px;
}

.header_nav, .header_bottom {
background: var(--accent1);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
	justify-content: space-between;
  border-bottom: 1px solid var(--line1);
  height: 45px;
  font-size: 10px;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
	  box-sizing: border-box;
	z-index:999;
}

.header_bottom {
border-top: 1px solid var(--line1);
  bottom: 0px;
  justify-content: right;
  padding-right: 10px;
}

.logo {
width: 100%;
  text-align: center;
margin-top: -60px;
}

.logo_kat {
font-family: var(--mainfont);
  font-size: 110px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 15px;
	line-height:70%;
}

.logo_kat a i {
color: var(--accent2);
}

