.logo {
width: 1079px;
    height: 246px;
    position: absolute;
    top: -246px;
    border-right: var(--main-border);
    border-bottom: none;
    margin-left: -56px;
    background: linear-gradient(352deg, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 85%);
}

.logo__title {
font-size: 171px;
    color: var(--logo-color);
    font-family: citation;
    position: absolute;
    margin-left: 275px;
    top: 110px;
    z-index: 2;
    line-height: 210px;
    /* letter-spacing: -8px; */
    overflow: hidden;
    height: 136px;
    transform: scaleX(0.97);
}

.logo__title svg {
fill: currentColor;
}

.logo__title-brd {
font-size: 100px;
    font-family: lighthaus;
    position: absolute;
    margin-left: 57px;
    top: 67px;
    -webkit-text-stroke: 1px var(--accent);
    -webkit-background-clip: text;
    color: transparent;
    z-index: 0;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 77px;
}

.logo__tree {
position: absolute;
    z-index: 100;
top: 3px;
    left: -139px;
filter: var(--logo-filter);
}

.logo__wanted {
display: -ms-grid;
    display: grid;
    -ms-grid-columns: (31px)[4];
    grid-template-columns: repeat(4, 31px);
    -webkit-column-gap: 102px;
    column-gap: 102px;
    position: absolute;
    top: 0px;
    margin-left: 565px;
}

.logo__wanted a {
width: 29px;
    height: 29px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: var(--main-border);
  cursor: pointer;
overflow: hidden;
}

.logo__wanted a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
width: 30px;
}

.logo__wanted a::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 29px;
  height: 29px;
  background-color: var(--active-light);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
overflow: hidden;
}

.logo__wanted a:hover::before {
  opacity: 0;
}

.logo__wanted a:hover img {
  -webkit-filter: none;
          filter: none;
}

.logo__wave {
position: absolute;
    bottom: 0;
    margin-left: 110px;
    z-index: 0;
}

.logo__active {
display: -ms-grid;
    display: grid;
    -ms-grid-columns: (40px)[4];
    grid-template-columns: repeat(4, 40px);
    -webkit-column-gap: 93px;
    column-gap: 93px;
    position: absolute;
    margin-left: 627px;
    top: 49px;
}

.logo__active a {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  border: var(--main-border);
  cursor: pointer;
overflow: hidden;
}

.logo__active a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
width: 40px;
}

.logo__active a::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: #686868;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}

.logo__active a:hover::before {
  opacity: 0;
}

.logo__active a:hover img {
  -webkit-filter: none;
          filter: none;
}

.logo__about {
background-color: #000;
    color: var(--white-font);
    font-family: var(--main-font);
    width: 280px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
        top: -32px;
z-index: 110;
}

.logo__links {
position: absolute;
    top: 111px;
    height: 20px;
    background-color: #000;
    width: 518px;
    padding: 0 0 0 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #606060;
    font-family: var(--main-font);
    font-weight: bold;
    /* letter-spacing: -0.5px; */
    /* margin-left: 20px; */
    right: 14px;
}

.logo__links a {color: #a4a7ab!important; 
font-family: var(--main-font); position: relative; z-index: 110;}

.logo__links a:after {
content: 'x';
color: #5074ad;
margin: 0 3px;
}
.logo__links a:last-child:after {
display: none;
}

#logo__banners {
position: absolute;
    margin-left: -40px;
    margin-top: 26px;
    width: 640px;
    height: 66px;
    overflow-y: scroll;
}

#logo__banners::-webkit-scrollbar {
display: none;
}

#logo__banners a {
position: relative;
}

#logo__banners a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
width: 88px;
    height: 31px;
}

#logo__banners a::before {
  z-index: 1;
  content: "";
  position: absolute;
  width: 88px;
  height: 31px;
  background-color: #878787;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
right: 0;
}

#logo__banners a:hover::before {
  opacity: 0;
}

#logo__banners a:hover img {
  -webkit-filter: none;
          filter: none;
}

#logo__top {
position: absolute;
    margin-left: 673px;
    margin-top: 45px;
    width: 264px;
}

#logo__top a:not(:first-child) {
margin-left: 2px;
}


.logo__line {
position: absolute;
top: 0;
right: -1px;
color: var(--border-color);
}

.logo__line svg {
fill: currentColor;
}