@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/files/SourceSansPro-Regular.woff2') format('woff2'),
    url('/static/files/SourceSansPro-Regular.woff') format('woff');
  font-weight: 400;
  /* Regular */
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/files/SourceSansPro-SemiBold.woff2') format('woff2'),
    url('/static/files/SourceSansPro-SemiBold.woff') format('woff');
  font-weight: 500;
  /* Semi-Bold */
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url('/static/files/SourceSansPro-Bold.woff2') format('woff2'),
    url('/static/files/SourceSansPro-Bold.woff') format('woff');
  font-weight: 600;
  /* Bold */
  font-display: swap;
}

:root {
  --font-regular: 'Source Sans Pro';
  --font-semi-bold: 'Source Sans Pro';
  --font-bold: 'Source Sans Pro';
}

* {
  font-family: var(--font-regular), sans-serif;
  /* Устанавливаем шрифт по умолчанию */
  -webkit-tap-highlight-color: transparent;
}

h1 {
  font-family: var(--font-bold);
  font-weight: 600;
  /* Использует Bold */
}

h2,
h3,
h4 {
  font-family: var(--font-semi-bold);
  font-weight: 500;
  /* Использует Semi-Bold */
}

p {
  font-family: var(--font-regular);
  font-weight: 400;
  /* Использует Regular */
}

body {
  margin: 0;
  padding: 0;
  /* background: #10121f; */
  background: #0c0f1d;
}


body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #d3bc8e;
  border-radius: 20px;
  border: 3px solid #d3bc8e;
}


header {
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
}


@media screen and (max-width: 768px) {
  header {
    position: sticky;
    background-color: rgba(27, 29, 42, 0.75);
  }
}

@media screen and (min-width: 768px) {
  header {
    position: fixed;
    background-color: rgba(27, 29, 42, 0.75);
    /* background-color: rgba(29, 31, 53, 0.80); */
  }
}

/* Пк версия */


.section-header-desktop {
  width: 100%;
  height: 50px;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 3%;
  user-select: none;
}

/* пк блок слева начало */
.header-desktop-content_1 {
  display: flex;
  flex-direction: row;
}

.header-desktop-content_1 .item {
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.header-desktop-content_1 .item .item-block {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  height: max-content;
  cursor: pointer;
}

.item-column-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5px;
  white-space: nowrap;
}


.item-column-block h2 {
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
  transition: all .3s;
}

.item-column-block:hover h2 {
  color: #ff616c;
}

.item-column-block span {
  font-size: 0.7em;
  font-weight: 500;
  /* color: rgba(255, 255, 255, 0.45); */
  color: #607FF2;
}

#block-margin {
  margin: 0px 10px 0px 10px;
  transition: all .3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#block-margin h2,
#block-margin svg {
  font-size: 1em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 8px 8px;
  fill: rgba(255, 255, 255, 0.85);
}

#block-margin:hover h2,
#block-margin:hover svg {
  color: rgba(255, 255, 255, 0.95);
  background-color: #343746;
  border-radius: 6px;
}

/* спсиок выдвигающийся */


#block-margin:hover .list-elements-headers {
  padding: 0px 10px 5px 10px;
  height: auto;
}

.list-elements-headers {
  position: absolute;
  background-color: rgba(27, 29, 42, 0.75);
  height: 0;
  width: 150px;
  top: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.8);
}

.list-elements-headers .item-block-circle {
  text-decoration: none;
  margin-top: 5px;
}

.list-elements-headers .item-block-circle h2 {
  color: rgba(255, 255, 255, 0.85) !important;
  background-color: transparent !important;
}

.item-block-circle h2:hover {
  background-color: #343746 !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

/* пк блок слева end */



/* пк блок справо начало */

.header-desktop-content_2 {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.under-content_1 {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: end;
  justify-content: center;
  width: 100%;
}


.header-desktop-search {
  display: none;
  width: 100%;

}

.nav_search_blockInput_DESKTOP {
  display: flex;
  height: 100%;
  width: 1300px;
  margin: 0 auto;

}

.nav_search_blockInput_DESKTOP #inputBox {
  height: 100%;
  width: 100%;
  font-size: 1.25em;
  margin-left: 0 !important;
  padding: 0 10px;
}

.header-desktop-search .list-word {
  max-width: 1300px;
  margin: 0 auto;
}

.header-desktop-search .list-word .word-serach {
  font-size: 1.15em;
}

.nav_search_back_DESKTOP {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav_search_back_DESKTOP svg {
  fill: #FFFFFF;
  transform: rotate(-180deg);
}

/* КОСЯК с размером */
.list-word {
  max-height: 40vh;
  z-index: 4;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  background-color: #1b1d2a;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px 0px 12px 12px;
  overscroll-behavior: contain;
}

@media (max-width: 768px) {
  .list-word {
    max-height: 100%;
    background: transparent;
  }
}

.list-word::-webkit-scrollbar {
  width: 0.3rem;
}

.list-word::-webkit-scrollbar-track {
  background-color: rgb(50, 57, 71);
}

.list-word::-webkit-scrollbar-thumb {
  background-color: #d3bc8e;
  border-radius: 20px;
  border: 3px solid #d3bc8e;
}


.list-word .word-serach {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1em;
  font-weight: 400;
  font-family: var(--font-regular);
  cursor: pointer;
  transition: all 0.3s;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: max-content;
  /* height: 35px; */
  padding: 5px 8px 5px 15px;
  margin: 0px 5px 5px 5px;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.list-word .word-serach:hover {
  background-color: #343746;
}

#inputBox {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
  outline: none;
  width: 100%;
  height: 30px;
  font-size: 1em;
  border: 0;
  margin-left: 20px;
}

#inputBox::placeholder {
  color: rgba(163, 170, 189, 0.5);
}

.search_icon {
  padding: 0 0.8em 0 0.5em;
  fill: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: all .3s;
  min-width: 28px;
  width: 28px;
  min-height: 28px;
  height: 28px;
}

.search_icon:hover {
  fill: rgb(255, 255, 255);
}



/* аватар ник и список действий */
.under-content_2 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.item-avatar-maska-user {
  width: 32px;
  height: 32px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

#item-avatar-user {
  border-radius: 100%;
}

#item-maska-user {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: scale(1.35);
}

.userGhost {
  text-decoration: none;
  display: flex;
  flex-direction: row;
}

.item-nickname-user {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}

.item-nickname-user h2 {
  font-size: 1em;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
  transition: all .3s;
}

.item-nickname-user h2:hover {
  color: rgb(235, 96, 94);
}


/* всплывающий спсиок пк при нажатие */
.dropdown-menu {
  position: absolute;
  top: 100%;
  display: none;
  padding: 8px;
  min-width: 220px;
  width: auto;
  right: 1.5%;
  background-color: #1b1d2a;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.8);
}

.dropdown.active .dropdown-menu {
  display: flex;
  flex-direction: column;
}

.profile_divider {
  border: solid 0.1em #343746;
  margin: 0.2em 0;
}

#profile_panel {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  width: auto;
  text-decoration: none;
  transition: .3s;
  padding: 8px 8px;
  border-radius: 5px;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

/* Кастомизация профиля дефолт */
.profile_panel__home {
  padding: 8px 8px !important;
  height: 44px;
}

.profile_panel__balance {
  /* position: absolute;
  top: 0;
  right: 0; */
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.profile_panel__balance span {
  color: #ffd256;
}
.profile_panel__balance svg {
  fill: #ffd256 !important;
}

.dropdown-menu #profile_panel:hover #profile_penel__background {
  filter: brightness(50%) blur(2px);
}

#profile_penel__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  filter: brightness(50%) blur(0px);
  border-radius: 5px;
}

/*end Кастомизация профиля дефолт */



.dropdown-menu #profile_panel:hover {
  background: #343746;
}

#profile_panel h2 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.95);
  z-index: 2;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#profile_panel svg {
  fill: rgba(255, 255, 255, 0.95);
  z-index: 2;
}

.block_notify {
  position: relative;
  z-index: 2;
}








#notify-num {
  position: absolute;
  top: -15%;
  right: -15px;
  transform: translateY(-50%);
  font-size: 1em;
  font-weight: 600;
  color: rgba(255, 255, 255);
  background-color: rgba(245, 84, 89, 1);
  border-radius: 20px;
  text-align: center;
  height: 20px;
  width: 20px;
}


/* настройка мобилка-пк версия */



/* настройки глобальные для пк-мобилка */
@media screen and (max-width: 768px) {
  .section-header-desktop {
    display: none;
  }

  .section-header-phone {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .section-header-desktop {
    display: flex;
  }

  .section-header-phone {
    display: none;
  }
}

/* конец настройкам глобальным */


/* Мобильная версия v2  */

.section-header-phone {
  height: 50px;
  width: 100%;
}


/* view phone nav */
.article_content_nav {
  display: flex;
  flex-direction: row;
  padding: 3px 10px;
  width: 100%;
}

.article_content_nav__menu {
  display: flex;
  align-items: center;
}

.article_content_nav__menu svg {
  fill: #FFFFFF;
}

.article_content_nav__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.article_content_nav__content>.title {
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
}

.article_content_nav__content>.title h1 {
  font-size: 1.35em;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}

.article_content_nav__content>.title h1 a {
  text-decoration: none;
  color: #FFFFFF;
}

.article_content_nav__content>.search {
  display: flex;
  align-items: center;
}

.article_content_nav__content>.search svg {
  fill: #FFFFFF;
}

/* end view nav */



/* поисковая система */
.article_content_search {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: #1b1d2a;
  transition: all 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
}

/* При открытии меню */
.article_content_search.menu-open {
  left: 0;
}


.article_content_nav_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 10px;
  height: 50px;
}

.nav_search_back {
  display: flex;
}

.nav_search_back svg {
  fill: #FFFFFF;
}

.nav_search_blockInput {
  display: flex;
  align-items: center;
  width: 100%;
}


.article_content_nav_searchList {
  display: flex;
  width: 100%;
}











/* end поисковой системе */

/* Стили для выпадающего меню */
.article_content_menu {
  position: fixed;
  top: 0;
  left: -80vw;
  width: 80vw;
  height: 100vh;
  background-color: #1b1d2a;
  transition: all 0.3s ease;
  z-index: 9999;
  overflow-y: auto;
}

.article_content_menu::-webkit-scrollbar {
  width: 1px;
}

.article_content_menu::-webkit-scrollbar-track {
  background-color: transparent;
}

.article_content_menu::-webkit-scrollbar-thumb {
  background-color: #d3bc8e;
  border-radius: 20px;
  border: 3px solid #d3bc8e;
}



/* При открытии меню */
.menu-open .article_content_menu {
  left: 0;
}

/* Затемнение основного контента при открытом меню */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.menu-open .menu-overlay {
  display: block;
}

.article_content_menu__head {
  padding: 15px 10px 10px 10px;
  background-color: rgba(27, 29, 42, 0.80);
  position: relative;
}

.article_content_menu__head>#info_bacground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.info_balance_user {
  position: absolute;
  top: 5px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info_balance_user__data_1 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: flex-end;
}

.info_balance_user svg {
  fill: #ffd256;
}

.info_balance_user span {
  color: #ffd256;
}

.info_balance_user h3 {
  font-size: 1.1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}


.head_info_avatar {
  width: 48px;
  height: 48px;
  position: relative;
}

.head_info_avatar>#info_avatar_user {
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.head_info_avatar>#info_maska_user {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transform: scale(1.35);
  width: 48px;
  height: 48px;
}


.article_content_menu__head .head_second_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article_content_menu__head .head_info_name {
  padding: 15px 0 0 0;
  width: calc(100% - 25px);
}

.article_content_menu__head .head_info_name h2 {
  font-size: 1em;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.article_content_menu__head .arrow_down {
  display: flex;
}

.article_content_menu__head .arrow_down svg {
  fill: #FFFFFF;
}


.article_content_menu__dropInfo {
  display: flex;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

.article_content_menu__dropInfo>.dropInfo_item {
  height: 35px;
}

.article_content_menu__dropInfo>.dropInfo_item a {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 5px;
  height: 100%;
  position: relative;
  border-radius: 5px;
  transition: .3s;
}

.article_content_menu__dropInfo>.dropInfo_item a:hover {
  background: #343746;
}

.article_content_menu__dropInfo>.dropInfo_item a svg {
  fill: rgba(255, 255, 255, 0.75);
}

.article_content_menu__dropInfo>.dropInfo_item a span {
  font-size: 1.15em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}




.article_content_menu__content {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}


.article_content_menu__content>.dropInfo_item {
  height: 35px;
}

.article_content_menu__content>.dropInfo_item a {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 5px;
  height: 100%;
  position: relative;
  justify-content: center;
  border-radius: 5px;
  transition: .3s;

}

.article_content_menu__content>.dropInfo_item a:hover {
  background: #343746;
}

.article_content_menu__content>.dropInfo_item a::before {
  content: 'ᐳ';
  color: #607FF2;
  position: absolute;
  left: 10px;
  text-align: left;
}

.article_content_menu__content>.dropInfo_item a::after {
  content: 'ᐳ';
  color: #607FF2;
  position: absolute;
  right: 10px;
  text-align: right;
  transform: rotate(-180deg);
}

.article_content_menu__content>.dropInfo_item a span {
  font-size: 1.15em;
  font-weight: 400;
  margin: 0 5px 0 5px;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
}





/* ВЫШЕ КОД НЕ ТРОГАТЬ НАВИГАЦИЯ */

/*ПОДВАЛ*/

footer {
  display: block;
  background-color: rgb(8, 9, 17);
  z-index: 1;
}

.background_footer {
  padding: 30px 30px 50px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 100px auto 0 auto;
}

.block_footer_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.footer_content_1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.footer_content_1 h2 {
  font-size: 2em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
  letter-spacing: 3.5px;
}

.footer_content_2 {
  display: flex;
  flex-direction: column;
}

.footer_content_2 a {
  text-decoration: none;
  height: max-content;
  padding: 5px;
}

.footer_content_2 h3 {
  font-size: 1.3em;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  padding: 0;
}