.logo {
width: 1050px;
    height: 270px;
    position: absolute;
    top: -270px;
    margin-left: -40px;
    background: url(https://forumstatic.ru/files/001c/03/d3/83866.png) no-repeat;
border-radius: 20px 20px 0 0;
}

.logo__title {
font-size: 212px;
    color: var(--logo-color);
    font-family: argue;
    position: absolute;
    margin-left: 15px;
    top: 112px;
    z-index: 2;
    line-height: 210px;
    /* letter-spacing: -8px; */
    overflow: hidden;
    height: 158px;
    /* transform: scaleX(0.94); */
    /* text-align: left; */
    letter-spacing: -11.5px;
}

.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: -28px;
    left: 600px;
    filter: var(--logo-filter);
}

.logo__tree.active {animation: blur-img-in 0.7s ease-in forwards;}
.logo__tree.inactive {animation: blur-img-out 1.2s ease-in forwards;}

.logo__line1 {position: relative;
    top: 30px;
    left: 13px;}

.logo__line1-span {
position: absolute;
    /* font-family: 'Argue'; */
    font-size: 173px;
    color: var(--bull-accent);
    top: -62px;
    left: -4px;
text-size-adjust: none;
}

.logo__line2 {position: relative;
    top: 20px;
    left: 611px; filter: var(--filter);}

.logo__line2-span {
position: absolute;
    font-family: 'Argue';
    font-size: 301px;
    color: var(--bull-accent);
    top: -20px;
    left: 992px;
text-size-adjust: none;
}


.logo__wave {
position: absolute;
    bottom: 0;
    margin-left: 456px;
    z-index: 105;
filter: var(--logo2-filter);
}

.logo__fish {
position: absolute;
    top: -36px;
    z-index: 105;
    filter: var(--logo3-filter);
    left: -108px;
}


.logo__active {
    position: absolute;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    z-index: 110;
}

.logo__active a {
    position: absolute;
    display: block;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
}

.logo__active a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

/* Слой для brightness (затемнение) */
.logo__active a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.6);
    mix-blend-mode: multiply;
    transition: background-color 0.8s ease;
    mask-image: inherit;
    -webkit-mask-image: inherit;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: inherit;
    -webkit-mask-repeat: inherit;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
    z-index: 1;
}

.logo__active a:hover::before {
    background-color: rgba(0, 0, 0, 0);
}

/* Текстура */
.logo__active a .texture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url('https://forumstatic.ru/files/001c/03/d3/98027.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: opacity 0.8s ease;
    mask-image: inherit;
    -webkit-mask-image: inherit;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: inherit;
    -webkit-mask-repeat: inherit;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
    z-index: 2;
}

.logo__active a:hover .texture {
    opacity: 0;
}

/* Цветная заливка */
.logo__active a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--block-button);
    mix-blend-mode: multiply;
    opacity: 0;
    transition: opacity 0.8s ease;
    mask-image: inherit;
    -webkit-mask-image: inherit;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: inherit;
    -webkit-mask-repeat: inherit;
    mask-mode: alpha;
    -webkit-mask-mode: alpha;
    z-index: 3;
}

.logo__active a:hover::after {
    opacity: 1;
}

/* Индивидуальные размеры, маски и позиционирование */
.logo__active a:nth-child(1) {
    width: 67px;
    height: 78px;
    mask-image: url('https://forumstatic.ru/files/001c/03/d3/18462.png');
    -webkit-mask-image: url('https://forumstatic.ru/files/001c/03/d3/18462.png');
    top: 40px;
    left: 75px;
}

.logo__active a:nth-child(2) {
    width: 73px;
    height: 101px;
    mask-image: url('https://forumstatic.ru/files/001c/03/d3/70112.png');
    -webkit-mask-image: url('https://forumstatic.ru/files/001c/03/d3/70112.png');
    top: 63px;
    left: 132px;
}

.logo__active a:nth-child(3) {
    width: 63px;
    height: 94px;
    mask-image: url('https://forumstatic.ru/files/001c/03/d3/30516.png');
    -webkit-mask-image: url('https://forumstatic.ru/files/001c/03/d3/30516.png');
    top: 61px;
    left: 199px;
}

.logo__active a:nth-child(4) {
    width: 63px;
    height: 54px;
    mask-image: url('https://forumstatic.ru/files/001c/03/d3/62498.png');
    -webkit-mask-image: url('https://forumstatic.ru/files/001c/03/d3/62498.png');
    top: 139px;
    left: 246px;
}

.logo__about {
color: #000;
    font-family: var(--main-font);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 232px;
    z-index: 110;
    left: 59px;
}

.logo__about span {
background-color: var(--white-font);
    padding: 1px 7px;
    border-radius: 7px;
    font-weight: 800;
    font-family: "IBM Plex Sans";
    font-size: 8px;
    text-transform: uppercase;;
}

.logo__about span:not(:first-child) {
margin-left: 4px;
}

.logo__links {
position: absolute;
    top: 71px;
    width: 132px;
    padding: 0 0 0 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-family: var(--main-font);
    left: 404px;
    flex-direction: column;
}

.logo__links a {
z-index: 105;
    background: linear-gradient( 270deg, rgb(20 20 20 / 93%) 0%, rgb(0 0 0 / 36%) 100%);
    padding: 1px 9px 3px;
    border-radius: 0;
    font-weight: 600;
    font-family: "IBM Plex Sans";
    color: var(--white-font)!important;
    margin-left: 10px;
    margin-bottom: 9px;
    font-size: 10px;
    width: 100%;
    text-align: right;
position: relative;
}

.logo__links a::after {
content: '';
    background-color: var(--accent-orange);
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 5px;
    margin-top: 12px;
    z-index: 0;
transition: all 0.3s ease-in-out;
}

.logo__links a:hover::after {
width: 100%;
}

#logo__banners {
position: absolute;
    margin-left: -10px;
    margin-top: -13px;
    width: 732px;
    height: 67px;
    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: 681px;
    margin-top: 10px;
    width: 276px;
}

#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;
}


#player-controls {
margin: 0;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 130px;
    z-index: 200;
    top: 126px;
}

#player-controls::before {
content: '';
background-image: url(https://forumstatic.ru/files/001c/03/d3/17385.png);
width: 77px;
height: 77px;
position: absolute;
    top: -20px;
}

.control {

}

.button1 {
  cursor: pointer;
}

.button2 {
  cursor: pointer;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button i {
  display: block;
  color: #d6dee7;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.button,
.button i {
  transition: 0.2s ease all;
}


.button:hover i {
  color: #fff;
}

#player-controls .fas, #player-controls .fa {
font-family: Material Symbols Outlined;
    position: relative;
    color: #252525;
}

.fa-play::before {
    content: "\e037"; font-style: normal; font-size: 30px;
text-shadow: 1px 0 var(--accent-orange), -1px 0 var(--accent-orange), 0 1px var(--accent-orange), 0 -1px var(--accent-orange), 1px 1px var(--accent-orange), -1px -1px var(--accent-orange), 1px -1px var(--accent-orange), -1px 1px var(--accent-orange);
}
.fa-pause::before {
    content: "\e034"; font-style: normal; font-size: 30px; text-shadow: 1px 0 var(--accent-orange), -1px 0 var(--accent-orange), 0 1px var(--accent-orange), 0 -1px var(--accent-orange), 1px 1px var(--accent-orange), -1px -1px var(--accent-orange), 1px -1px var(--accent-orange), -1px 1px var(--accent-orange);
}

.fa-backward::before {
    content: "\e020"; font-style: normal; font-size: 16px;
}

.fa-forward::before {
    content: "\e01f"; font-style: normal; font-size: 16px;
}

.player-down {
display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--block-button);
    padding: 0 3px;
    border-radius: 10px; position: relative;
}