/* IziToast */

.izi_toast_custom {
  font-weight: 500 !important;
  backdrop-filter: blur(10px);
  height: 60px !important;
  top: 5px !important;
}

.iziToast,
.iziToast-rtl {
  font-family: "SF Pro Display" !important;
}

.iziToast > .iziToast-body .iziToast-message {
  font-weight: 400 !important;
}

.iziToast > .iziToast-body .iziToast-icon {
  margin-top: -14px !important;
  width: 24px !important;
  height: 24px !important;
}

.navbar_online_server_site {
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #131313;
  border: 1px solid hsla(0, 0%, 100%, .1);
  padding: 2px 10px;
  border-radius: 8px;
}
.navbar_online_server_site {
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: #131313;
  border: 1px solid hsla(0, 0%, 100%, .1);
  padding: 2px 10px;
  border-radius: 8px;
}

.servers_online_block {
  position: absolute;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--card);
  border: 0.5px solid rgb(255 255 255 / 10%);
  padding: 15px;
  border-radius: 6px;
  z-index: 20;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  color: var(--text-default);
}
.servers_online_block {
  position: absolute;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--card);
  border: 0.5px solid rgb(255 255 255 / 10%);
  padding: 15px;
  border-radius: 6px;
  z-index: 20;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  color: var(--text-default);
}

.stats-serv-flex {
  cursor: help;
}
.stats-serv-flex {
  cursor: help;
}

.servers_online_block p {
  margin: 0;
}
.servers_online_block p {
  margin: 0;
}

.navbar_online_server_site svg {
  width: 8px;
  height: 8px;
  fill: var(--span);
  border-radius: 50%;
  animation: online_pulse 3s infinite;
}
.navbar_online_server_site svg {
  width: 8px;
  height: 8px;
  fill: var(--span);
  border-radius: 50%;
  animation: online_pulse 3s infinite;
}

.stats-serv-flex {
  font-size: 12px;
  font-weight: 600;
  cursor: help;
}

.servers_online_block p {
  margin: 0;
}

.navbar_online_server_site:hover .servers_online_block {
  visibility: visible;
  opacity: 1;
}

.servers_online_block {
  position: absolute;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: #1f1f1f;
  /* background-color: var(--navbar-color); */
  border: solid 1px #1f1f1f;
  padding: 15px;
  border-radius: 8px;
  z-index: 20;
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
  color: var(--color-default);
}

.navbar-servers-online {
  display: flex;
  gap: 10px;
  align-items: center;
  background: var(--navbar-color);
  padding: 5px 10px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.iziToast > .iziToast-body .iziToast-texts {
  padding-left: 5px !important;
}

.header_online {
  display: flex;
  vertical-align: middle;
  align-items: center;
  gap: 5px;
}

.swipe-count-server1 {
  color: var(--span);
}
.swipe-count-server0 {
  font-size: 16px;
  color: var(--green);
  font-weight: 700;
}

.one-one {
  width: 10px;
  height: 10px;
  background-color: var(--span);
  border-radius: 100px;
  animation: pulse 1s infinite;
  box-shadow: 0 0 10px #8290fe4d;
}

.iziToast:after {
  box-shadow: none !important;
}

/* Scroll */

::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  background-color: var(--span);
}

::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: var(--span);
  background-color: var(--span);
}

::-webkit-scrollbar-track {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: var(--grey);
}

/* Selection */

::selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-moz-selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-o-selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-ms-selection {
  background-color: var(--span-low);
  color: var(--span);
}

::-webkit-selection {
  background-color: var(--span-low);
  color: var(--span);
}

.table-active {
  color: var(--text-default);
  background-color: var(--span);
  transition: 0.3s;
}

.green_color {
  color: var(--green) !important;
  fill: var(--green) !important;
}

.span_color {
  color: var(--span) !important;
  fill: var(--span) !important;
}

.red_color {
  color: var(--red) !important;
  fill: var(--red) !important;
}

.hideinfo {
  filter: blur(5px);
  transition: 0.7s;
  cursor: pointer;
}

.stopblur {
  filter: none;
  transition: 0.7s;
  cursor: pointer;
  color: var(--text-default) !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  scrollbar-width: none;
}

.scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.no_pdb {
  padding-bottom: 0 !important;
}

/* SELECT PANEL */

.select-panel-table {
  display: inline-block;
  margin-top: 16px;
}

select {
  z-index: 3;
  float: left;
}

.custom-select-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  /* overflow: hidden; */
}
.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 130px;
  padding: 0 104px 0 15px;
  font-weight: 400;
  color: var(--span);
  line-height: 50px;
  background-color: var(--input-form);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
  overflow: hidden;
}
.custom-select-trigger:hover {
  filter: brightness(1.1);
}
.custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  top: 3px;
  right: 50px;
  margin-top: 10px;
  border-right: 1px solid var(--transparent);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  border-bottom: 2px solid var(--text-custom);
  border-right: 2px solid var(--text-custom);
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  border-bottom: 2px solid var(--span);
  border-right: 2px solid var(--span);
}
.custom-options {
  z-index: 3;
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  overflow: auto;
  margin: 10px 0;
  border-radius: 12px;
  box-sizing: border-box;
  background: var(--navbar);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  border: 0;
  scrollbar-width: none;
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
}

.custom-select.opened .custom-options {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-3px);
  scrollbar-width: none;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 400;
  color: var(--text-custom);
  line-height: 47px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 12px 12px 0 0;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 12px 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  text-wrap: nowrap;
}
.custom-option:hover,
.custom-option.selection {
  color: var(--span);
  background-color: var(--transparent);
  text-wrap: nowrap;
}

/* INPUT FORMS, SELECT*/
.input-form label svg {
  width: 11px;
  fill: var(--text-custom);
}

.input-form input {
  font-size: 13px;
  padding: 15px 14px;
  color: var(--span);
  background-color: var(--input-form);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 3px solid transparent;
}

.input-form input:disabled,
.input-form input[readonly] {
  background-color: var(--input-form);
  opacity: 1;
}

.input-form input:focus {
  outline: 3px solid var(--span);
  transition: 0.3s;
}

.border-checkbox {
  display: none;
}

.border-checkbox:checked + .border-checkbox-label:after {
  background-color: var(--span);
  opacity: 1;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
}

.input-form .border-checkbox-label {
  display: flex;
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 22px;
  color: var(--text-custom);
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  justify-content: flex-start;
  padding-right: 30px;
}

.input-form .border-checkbox-label:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 8px;
  background-color: var(--text-custom);
  opacity: 0.35;
  position: absolute;
  right: 4px;
  top: 6px;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}

.input-form .border-checkbox-label:before {
  content: "";
  background-color: transparent;
  border: 1px solid var(--button);
  border-radius: 14px;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 2px;
}

.border-checkbox {
  display: none;
}

.border-checkbox:disabled ~ .border-checkbox-label {
  cursor: no-drop;
  color: var(--text-custom);
}

.input_wrapper input {
  flex: 1;
  box-sizing: border-box;
  color: var(--text-custom) !important;
  transition: 0.3s;
  z-index: 1;
  color-scheme: dark;
}

.input_wrapper {
  display: flex;
  position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0.3s;
  -webkit-outline: 2px solid var(--span) !important;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

input:-webkit-autofill {
  -webkit-text-fill-color: var(--span) !important;
}

.text-field__icon {
  position: relative;
}

.text-field__icon .input-form input {
  padding-right: 2.5rem;
}

::-webkit-input-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
  transition: 0.3s;
  font-weight: 400;
}
:-moz-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
}
::-moz-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: var(--text-custom);
  opacity: 0.5;
}

.text-field__aicon {
  display: flex;
  border-radius: 12px;
  width: 52px;
  padding: 15px;
  cursor: pointer;
  fill: var(--text-custom);
  transition: 0.3s;
  background-color: var(--input-form);
  align-items: center;
  justify-content: center;
}

.text-field__aicon:hover {
  filter: brightness(1.1);
  fill: var(--span);
}

.input-form .input_text {
  display: flex;
  color: var(--text-custom);
  font-size: 14px;
  text-align: left;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.input-form .input_text svg {
  width: 12px;
  height: 12px;
  fill: var(--text-custom);
}

.fix_input {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.input-form select {
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  color: var(--span);
  background-color: var(--grey);
  height: 50px;
  border-radius: 12px;
  outline: none;
  padding: 0 20px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  transition: 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select:not([multiple]) {
  padding-right: 1.2em;
  background-repeat: no-repeat;
  background-position: calc(100% - 1em) 1.35em;
  background-size: 0.8em auto;
  background-blend-mode: overlay;
  background-image: url('/storage/cache/img/icons/arr.svg');
}

/* скроет иконку стрелки в IE */
select::-ms-expand {
  display: none;
}

.input-form select:focus:not([readonly]) {
  filter: brightness(1.2);
  outline: none;
}

.input-form select option {
  border: none;
  outline: none;
  background-color: var(--bg-table);
  font-weight: 600;
  color: var(--span);
}

.badge img {
  filter: invert(var(--svg));
}

textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 3px solid transparent;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  color: var(--span);
  border-radius: 12px;
  background-color: var(--input-form);
  font-size: 16px;
  resize: none;
  cursor: text;
  transition: border 0.25s;
}

textarea:focus {
  border: 3px solid var(--span);
}

/* input type number */

.number {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}
.number input[type="number"] {
  font-size: 13px;
  padding: 15px 14px;
  color: var(--span);
  background-color: var(--input-form);
  border-radius: 12px;
  width: 100%;
  transition: 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 3px solid transparent;
}
.number input[type="number"]:focus {
  outline: 3px solid var(--span);
  transition: 0.3s;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
.number-minus,
.number-plus {
  display: flex !important;
  position: absolute;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--transparent);
  color: var(--text-custom);
  cursor: pointer;
  transition: 0.3s;
  backdrop-filter: blur(10px);
  z-index: 2;
}
.number-minus:hover,
.number-plus:hover {
  background: var(--button);
}
.number-plus {
  right: 45px;
}
.number-minus {
  right: 7px;
}

/* buttons */

@media (max-width: 767.9px) {
  .btn {
    font-weight: 500;
    font-size: 14px;
    width: max-content;
    color: var(--text-default-invert);
    background-color: var(--span);
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    user-select: none;
    outline: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 15px;
    transition: 0.2s ease-in-out;
  }

  .btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: var(--span);
    outline: 1px solid var(--span);
  }

  .btn svg {
    width: 12px;
    height: auto;
    fill: var(--span);
    transition: 0.3s;
  }

  .btn:hover svg {
    fill: var(--text-default-invert);
  }

  .btn_delete {
    float: right;
    background: rgb(255 73 64 / 10%) !important;
    color: var(--red) !important;
    transition: 0.3s;
  }

  .btn_delete svg {
    fill: var(--red);
    transition: 0.3s;
  }

  .btn_delete:hover {
    filter: none !important;
    background: rgb(255 73 64 / 15%) !important;
    transition: 0.3s;
  }

  .btn_delete:hover svg {
    fill: var(--text-default);
  }
}

@media (min-width: 768px) {
  .btn {
    font-weight: 500;
    font-size: 16px;
    width: max-content;
    color: var(--text-default-invert);
    background-color: var(--span);
    border: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    text-align: center;
    line-height: normal;
    vertical-align: middle;
    user-select: none;
    outline: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 20px;
    transition: 0.2s ease-in-out;
  }

  .btn:hover {
    cursor: pointer;
    background-color: transparent;
    color: var(--span);
    outline: 1px solid var(--span);
  }

  .btn svg {
    width: 12px;
    height: auto;
    fill: var(--span);
    transition: 0.3s;
  }

  .btn:hover svg {
    fill: var(--text-default-invert);
  }

  .btn_delete {
    float: right;
    background: rgb(255 73 64 / 10%) !important;
    color: var(--red) !important;
    transition: 0.3s;
  }

  .btn_delete svg {
    fill: var(--red);
    transition: 0.3s;
  }

  .btn_delete:hover {
    filter: none !important;
    background: rgb(255 73 64 / 15%) !important;
    transition: 0.3s;
  }

  .btn_delete:hover svg {
    fill: var(--text-default);
  }
}

.btn_fix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn_settings {
  height: 35px;
  width: 35px;
  display: flex;
  cursor: pointer;
  padding: 6px;
  background: transparent;
  border: 2px solid var(--span);
  color: var(--span);
  border-radius: 6px;
  word-wrap: break-word;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
}

.table_button {
  display: flex;
  justify-content: flex-end;
}

.btn_settings:hover,
.btn_settings:focus {
  cursor: pointer;
  background-color: var(--span);
  color: var(--text-default);
}

.btn_settings svg {
  width: 16px;
  height: 16px;
  fill: var(--span);
  transition: 0.3s;
}

.btn_settings:hover svg {
  fill: var(--bg);
  transition: 0.3s;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.pb0 {
  padding-bottom: 0px !important;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.server_form {
  z-index: 10000 !important;
  overflow-y: auto !important;
}

.modal-window {
  visibility: hidden;
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999999;
  transition: all 0.3s;
  pointer-events: auto;
  background: var(--bg-modal);
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.modal-window .card {
  border-radius: 16px;
  background: var(--card);
  box-shadow: 0px 0px 20px 20px rgb(0 0 0 / 16%);
}

.modal-window > div {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: var(--card);
}

.modal-close {
  float: right;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.modal-close svg {
  width: 20px;
  height: 20px;
  fill: var(--text-custom);
  transition: 0.3s;
}

.modal-close:hover svg {
  width: 20px;
  height: 20px;
  fill: var(--text-default);
}

tr th a:hover .card_info_block {
  position: absolute;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: -200px;
}

@media (max-width: 578px) {
  .global-container {
    margin-left: 0;
  }

  .sidebar-collapse .global-container {
    min-height: calc(100vh - 80px);
  }
}

.table thead th {
  border-bottom: 1px solid var(--bottom-line-table);
}

#notes {
  z-index: 200;
}

.pagination {
  margin: 10px;
  display: flex;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.button_pagination {
  display: flex;
  height: 40px;
  width: 40px;
  padding: 0px 15px;
  background: var(--span-low);
  border-radius: 25px;
  font-weight: 400;
  transition: 0.3s;
  color: var(--span);
  font-size: 12px;
  justify-content: center;
  align-items: center;
}

.button_pagination svg {
  width: 12px;
  height: 12px;
  fill: var(--span);
}

.button_pagination.current.active {
  background: var(--span);
  font-weight: 700;
  color: var(--text-default-invert);
  cursor: default;
  -webkit-user-drag: none;
  user-select: none;
}

.button_pagination.current.disabled {
  background: var(--transparent);
  pointer-events: none;
}

.current:hover {
  background: var(--span-middle);
  color: var(--span);
  opacity: 1;
}

.player-block {
  background-color: #000;
  margin-left: 10px;
  margin-right: 11px;
  margin-bottom: 1px;
  transition: 0.5s;
}

.player-block:hover {
  background-color: var(--hover);
  cursor: pointer;
  -webkit-transform: translateX(3px) !important;
  transform: translateX(3px) !important;
}

th.text-center.lrweb_table {
  font-size: 12px;
  text-transform: none;
  color: var(--text-custom);
}

th.text-center.lrweb_table svg {
  width: 12px;
  height: auto;
  fill: var(--red);
}

.tippy-arrow:before {
  display: none;
}

.header_page_cstom {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-custom);
}

/* USER NOTIFICATIONS */

@media (max-width: 768px) {
  .notify {
    cursor: pointer;
  }

  .notify svg {
    fill: #757b8c;
  }

  .no_notify {
    display: flex;
    flex-direction: row;
    opacity: 0.5;
    color: var(--text-custom);
    height: 50px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .notify {
    cursor: pointer;
  }

  .notify svg {
    fill: #757b8c;
  }

  .no_notify {
    display: flex;
    flex-direction: row;
    opacity: 0.5;
    color: var(--text-custom);
    height: 50px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    margin-bottom: 5px;
  }
}

/* MOBILE VERSION */

/* Скрывает элементы для экранов с шириной менее 768px */
@media only screen and (max-width: 768px) {
  .shop,
  .search_players,
  .cases,
  .skin-changer,
  .rules,
  .stats,
  .bans,
  .requests,
  .clans,
  .battle-pass,
  .checker {
      display: none;
  }
}

@media (max-width: 578px) {
  .user__avatar {
    display: flex;
    position: relative;
    height: 51px;
    width: 51px;
    border-radius: 12px;
    overflow: hidden;
  }
  .icon_btn_transparent{
    display: none;
  }
  
  .nav_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: var(--navbar);
    box-shadow: inset 0 -2px 0 0 rgb(255 255 255 / 1%);
    z-index: 3;
  }

  .navbar_menu_left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .secondary_btn {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 41px;
    background: var(--button);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 12px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }

  .secondary_btn svg {
    width: 13px;
    height: 13px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .secondary_btn:hover svg {
    fill: var(--text-custom);
  }

  .secondary_btn:hover {
    filter: brightness(1.2);
  }

  .navbar::before {
    border-radius: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
  }

  .tippy-box[data-theme~="neo"] {
    background-color: var(--tooltip);
    color: var(--text-custom);
    border-radius: 8px;
    border: 1px solid var(--transparent);
    font-size: 11px;
    font-weight: 500;
    padding: 7px 14px;
    backdrop-filter: blur(10px);
  }
}

/* PC VERSION */

@media (min-width: 579px) {
  .user__avatar {
    display: flex;
    position: relative;
    height: 51px;
    width: 51px;
    border-radius: 12px;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
  }

  .navbar_menu_left {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .nav_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-size: 22px;
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    color: var(--text-default);
  }

  .secondary_btn {
    display: flex;
    gap: 10px;
    padding: 0 15px;
    height: 41px;
    background: var(--button);
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    color: var(--text-custom);
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
  }

  .secondary_btn svg {
    width: 16px;
    height: 16px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .secondary_btn:hover {
    filter: brightness(1.2);
  }

  .navbar::before {
    border-radius: 16px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: -1;
  }

  .tippy-box[data-theme~="neo"] {
    background-color: var(--tooltip);
    color: var(--text-custom);
    border-radius: 8px;
    border: 1px solid var(--transparent);
    font-size: 11px;
    font-weight: 500;
    padding: 7px 14px;
    backdrop-filter: blur(10px);
  }
}
/* Footer site */

@media (max-width: 575.98px) {
  .footer_links {
    display: none;
  }

  .footer_bg {
    display: flex;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navbar);
  }

  .footer_fluid {
    position: absolute;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
  }

  .footer_body {
    display: flex;
  }

  .footer_global {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 1400px;
    z-index: 10;
    padding: 20px;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }

  .social_buttons {
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    gap: 10px;
    align-items: center;
  }

  .social_but {
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .social_but svg {
    width: 18px;
    height: 18px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .social_but:hover {
    filter: brightness(1.2);
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
  }

  .left_footer > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .left_footer > div p {
    line-height: 1.5em;
    font-size: 10px;
    max-width: 200px;
    font-weight: 400;
    color: var(--text-default);
    opacity: 0.5;
    margin: 0;
  }

  .dropup.type-footer {
    background: var(--navbar);
    box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
    backdrop-filter: blur(6px);
    width: max-content;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: calc(100% + 10px);
    border-radius: 12px;
    padding: 5px;
    gap: 5px;
  }

  .dropup {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #11171f;
    border-radius: 4px;
    z-index: 2;
    width: 254px;
  }

  .dropup.type-footer li {
    display: flex;
    align-items: center;
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
  }

  .dropup li,
  .dropup li span {
    transition: all 0.3s ease;
  }

  .dropup li {
    padding: 12px;
    background: var(--transparent);
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
  }

  .dropup li:hover {
    background: var(--bg-table);
    color: var(--span);
  }

  .dropup.type-footer img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .dropup li svg {
    margin-right: 10px;
  }

  .footer-lang {
    padding: 12px;
    border-radius: 8px;
    background: var(--grey);
    grid-gap: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .footer-lang__current {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 600;
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .footer-lang__current img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
  }

  .showed_lang {
    fill: var(--span) !important;
  }

  .footer-lang svg {
    fill: var(--text-custom);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    transform: rotate(180deg);
  }

  .modal-enter {
    opacity: 0;
    -webkit-transform: scale(0.95);
    visibility: visible;
    transform: scale(0.95);
  }

  .modal-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s;
  }

  .modal-exit-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }

  .footer-lang__wrapper {
    display: block;
    position: relative;
  }

  .footer_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    opacity: 0.5;
    font-size: 1em;
    color: var(--text-custom);
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    transition: 0.3s;
  }
  .footer_sitename:hover {
    opacity: 1;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .footer_links {
    display: none;
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .footer_bg {
    display: flex;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navbar);
  }

  .footer_fluid {
    position: absolute;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
  }

  .footer_body {
    display: flex;
  }

  .footer_global {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 1400px;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    justify-content: flex-start;
    padding: 20px;
    gap: 10px;
  }

  .social_buttons {
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    gap: 10px;
    align-items: center;
  }

  .social_but {
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .social_but svg {
    width: 18px;
    height: 18px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .social_but:hover {
    filter: brightness(1.2);
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    justify-content: space-between;
  }

  .left_footer > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .left_footer > div p {
    line-height: 1.5em;
    font-size: 12px;
    max-width: 250px;
    font-weight: 400;
    color: var(--text-default);
    opacity: 0.5;
    margin: 0;
  }

  .dropup.type-footer {
    background: var(--navbar);
    box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
    backdrop-filter: blur(6px);
    width: max-content;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: calc(100% + 10px);
    border-radius: 12px;
    padding: 5px;
    gap: 5px;
  }

  .dropup {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #11171f;
    border-radius: 4px;
    z-index: 2;
    width: 254px;
  }

  .dropup.type-footer li {
    display: flex;
    align-items: center;
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
  }

  .dropup li,
  .dropup li span {
    transition: all 0.3s ease;
  }

  .dropup li {
    padding: 12px;
    background: var(--transparent);
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
  }

  .dropup li:hover {
    background: var(--bg-table);
    color: var(--span);
  }

  .dropup.type-footer img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .dropup li svg {
    margin-right: 10px;
  }

  .footer-lang {
    padding: 12px;
    border-radius: 8px;
    background: var(--grey);
    grid-gap: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .footer-lang__current {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 600;
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .footer-lang__current img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
  }

  .showed_lang {
    fill: var(--span) !important;
  }

  .footer-lang svg {
    fill: var(--text-custom);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    transform: rotate(180deg);
  }

  .modal-enter {
    opacity: 0;
    -webkit-transform: scale(0.95);
    visibility: visible;
    transform: scale(0.95);
  }

  .modal-enter-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s;
  }

  .modal-exit-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }

  .footer-lang__wrapper {
    display: block;
    position: relative;
  }

  .footer_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    opacity: 0.5;
    font-size: 1em;
    color: var(--text-custom);
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    transition: 0.3s;
  }

  .footer_sitename:hover {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .footer_links {
    width: auto;
  }

  .footer_bg {
    display: flex;
    position: absolute;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--navbar);
  }

  .footer_fluid {
    position: absolute;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    z-index: 0;
  }

  .footer_body {
    display: flex;
  }

  .footer_global {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 1400px;
    z-index: 10;
    padding: 0 5px;
    justify-content: space-between;
    align-items: center;
  }

  .footer_links ul {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    align-items: flex-start;
    justify-content: center;
    width: max-content;
    gap: 0.6em 2.5em;
  }

  .footer_links a {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: normal;
    transition: 0.3s;
    line-height: normal;
  }

  .footer_links a:hover {
    color: var(--span);
  }

  .social_buttons {
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    gap: 15px;
    width: max-content;
    align-items: center;
  }

  .social_but {
    display: flex;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
  }

  .social_but svg {
    width: 22px;
    height: 22px;
    fill: var(--text-custom);
    transition: 0.3s;
  }

  .social_but:hover {
    filter: brightness(1.2);
  }

  .left_footer {
    display: flex;
    flex-direction: row;
    gap: 2.5em;
  }

  .left_footer > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .left_footer > div p {
    line-height: 1.5em;
    font-size: 12px;
    max-width: 250px;
    font-weight: 400;
    color: var(--text-default);
    opacity: 0.5;
    margin: 0;
  }

  .dropup.type-footer {
    background: var(--navbar);
    box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
    backdrop-filter: blur(6px);
    width: max-content;
    display: flex;
    flex-direction: column;
    top: auto;
    bottom: calc(100% + 10px);
    border-radius: 12px;
    padding: 5px;
    overflow: hidden;
    gap: 5px;
  }

  .dropup {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background: #11171f;
    border-radius: 4px;
    z-index: 2;
    width: 254px;
  }

  .dropup.type-footer li {
    display: flex;
    align-items: center;
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease;
  }

  .dropup li,
  .dropup li span {
    transition: all 0.3s ease;
  }

  .dropup li {
    padding: 12px;
    background: var(--transparent);
    font-weight: 500;
    font-size: 16px;
    justify-content: flex-start;
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
  }

  .dropup li:hover {
    background: var(--bg-table);
    color: var(--span);
  }

  .dropup.type-footer img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
    margin-right: 10px;
  }

  .dropup li svg {
    margin-right: 10px;
  }

  .footer-lang {
    padding: 12px;
    border-radius: 8px;
    background: var(--grey);
    grid-gap: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .footer-lang__current {
    color: var(--text-custom);
    font-size: 14px;
    font-weight: 600;
    grid-gap: 8px;
    gap: 8px;
    display: flex;
    align-items: center;
  }

  .footer-lang__current img {
    width: 16px;
    height: 16px;
    border-radius: 25px;
  }

  .showed_lang {
    fill: var(--span) !important;
  }

  .footer-lang svg {
    fill: var(--text-custom);
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    transform: rotate(180deg);
  }

  .modal-enter {
    opacity: 0;
    -webkit-transform: scale(0.95);
    visibility: hidden;
    transform: scale(0.95);
  }

  .modal-enter-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s;
  }

  .modal-exit-active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }

  .footer-lang__wrapper {
    display: block;
    position: relative;
  }

  .footer_sitename {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    opacity: 0.5;
    font-size: 1.2em;
    color: var(--text-custom);
    font-weight: 600;
    font-family: "Unbounded";
    text-transform: uppercase;
    transition: 0.3s;
  }

  .footer_sitename:hover {
    opacity: 1;
  }
}

/* SEARCH PLAYERS */

@media (max-width: 768px) {
  .search_header {
    display: none;
  }
}

@media (max-width: 1079px) {
  .search-icon {
    display: none;
  }
}

@media (min-width: 769px) {
  .search_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    padding: 10px 6px;
  }
}

/* NAVIGATION MENU */

@media (max-width: 1079px) {
  .drpdwn_menu {
    display: none;
  }

  .header_burger {
    display: block;
    position: relative;
    width: 18px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
  }

  .header_burger:before,
  .header_burger:after {
    content: "";
    background-color: var(--span);
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 15px;
    left: 0;
    transition: all 0.3s ease 0s;
  }

  .header_burger:before {
    top: 0;
  }

  .header_burger:after {
    bottom: 1px;
  }

  .header_burger span {
    position: absolute;
    background-color: var(--span);
    left: 0;
    width: 61%;
    height: 3px;
    border-radius: 15px;
    top: 8px;
    transition: all 0.3s ease 0s;
  }

  .header_burger.mmactive:before {
    transform: rotate(45deg);
    top: 8px;
  }

  .header_burger.mmactive:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header_burger.mmactive span {
    transform: scale(0);
  }

  .nav_header_menu {
    /* margin-top: 90px; */
    position: fixed;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--bg);
    transition: all 0.3s ease 0s;
    overflow-x: auto;
  }

  .nav_header_menu.mmactive {
    top: 0;
    z-index: -1;
    opacity: 1;
    visibility: visible;
  }

  .header_list {
    display: block;
    padding: 10px;
    margin-top: 70px;
  }

  .header_list li {
    font-weight: 700;
    text-align: left;
    width: 100%;
    padding: 15px 25px;
    border-radius: 8px;
    transition: 0.3s;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
  }

  .header_list li:hover,
  .header_list li:focus {
    background-color: var(--bottom-line-table);
    color: var(--span);
  }

  .header_list a {
    color: var(--text-custom);
    transition: 0.3s;
  }

  .header_list a:hover {
    color: var(--span);
    opacity: 1;
  }

  html.poshelnahuiscroll {
    overflow: hidden;
  }

  .no_scroll {
    scrollbar-width: none;
  }

  .nav_sitename {
    display: none;
  }
}

@media (min-width: 1080px) {
  .dropbtn {
    display: flex;
    background: #1A1529;
    padding: 15px 20px;
    border-radius: 12px;
    gap: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    flex-direction: row;
  }
  .dropbtn.active_btn {
    transition: all 0.3s ease;
    background: rgb(179 121 255 / 5%);
  }

  .dropbtn.active_btn .desc_nav_item {
    color: var(--purple);
    transition: all 0.3s ease;
  }

  .dropbtn.active_btn svg {
    fill: var(--purple);
    opacity: 1;
  }

  .dropbtn.active_btn:hover {
    background: rgb(179 121 255 / 5%);
  }

  .dropbtn.active_btn:hover .desc_nav_item {
    color: var(--purple);
  }

  .dropbtn.active_btn:hover svg {
    fill: var(--purple);
  }

  .dropbtn svg {
    width: 18px;
    height: 18px;
    fill: var(--text-custom);
    transition: all 0.3s ease;
  }

  .dropbtn:hover {
    background: var(--span-low);
  }

  .dropbtn:hover svg {
    fill: var(--span);
  }

  .dropbtn img {
    border-radius: 2px;
    outline: none;
    border: none;
    width: 20px;
    margin-right: 5px;
  }

  .dropdown {
      width: 200px;
      overflow: hidden;
      position: relative;
      display: inline-block;
      transition: all 0.3s ease;
      border: 2px solid var(--bottom-line-table);
      border-radius: 12px;
  }

  .drpdwn_menu {
    display: flex;
    gap: 1px;
    flex-direction: row;
  }
  /* .drpdwn_menu {
    display: flex;
    gap: 1px;
    flex-direction: row;
  } */
  .header_burger {
    display: none;
  }

  .nav_header_menu {
    display: none;
  }

  .header_list {
    display: none;
  }
}

.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(22 22 22 / 69%);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.05);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.navigation_menu {
    margin-right: -15px;
    margin-left: -15px;
    height: min-content;
    top: 88px;
    position: sticky;
    z-index: 14;
    margin-top: 10px;
}
.navigation_links{
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: auto;
    width: 100%;
}

.images {
  border-radius: 12px;
  height: 200px;
  width: 200px;
}
img {
  vertical-align: middle;
  border-style: none;
  fill: #fff !important;
}
.container_modular {
    display: flex;
    gap: 40px;
    margin-top: 5px;
}

.modules-container {
  width: 100%;
}

.navbar_usermenu {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

/* .search_players {
  width: 300px;
  position: relative;
  transition: 0.3s;
  height: max-content;
  right: 0;
} */
.search_players {
  width: 300px;
  position: relative; /* или fixed, если нужно закрепить относительно окна */
  transition: 0.3s;
  height: max-content;
  right: 0; /* перемещает элемент к правому краю */
}

.navbar {
  display: flex;
  align-items: center;
  z-index: 104;
  height: 63px;
  position: sticky;
  margin-top: -10px;
  top: 10px;
  white-space: nowrap;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 5px;
  background: var(--navbar);
  border: 1px solid var(--bottom-line-table);
  border-radius: 16px;
  margin-left: -10px;
  margin-right: -10px;
}

.nav_devider {
  height: 20px;
  width: 1px;
  background: var(--bottom-line-table);
  opacity: 0.5;
}

.social_nav {
  background: transparent;
  border: 1px solid var(--bottom-line-table);
  height: 40px;
  padding: 0 13px;
  border-radius: 10px;
}

span.nav_soc_text {
  color: var(--text-custom);
  font-size: 13px;
  -webkit-user-select: none;
  user-select: none;
}

.logo_site {
  display: flex;
  cursor: pointer;
  margin-right: 20px;
  height: 70px;
  width: 35px;
  justify-content: flex-start;
  align-items: center;
}

.logo_site svg {
  width: 30px;
  height: auto;
}

span.desc_nav_item {
  font-size: 14px;
  /* text-transform: uppercase; */
  color: var(--text-custom);
  transition: 0.3s;
}

.dropbtn:hover .desc_nav_item {
  color: var(--span);
}

.first_circle {
  display: block;
  position: absolute;
}

.second_circle {
  display: block;
  position: absolute;
  border-radius: 50px;
}

.first_circle svg {
  width: 5px;
  height: 5px;
  fill: var(--green);
  opacity: 1;
  border-radius: 50px;
  animation: infinite 2s linear online_dot;
}

@keyframes online_dot {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  50% {
    box-shadow: 0 0 0 4px rgb(133 244 121 / 10%);
  }

  100% {
    box-shadow: 0 0 0 7px transparent;
  }
}

@-webkit-keyframes online_dot {
  0% {
    box-shadow: 0 0 0 0 transparent;
  }

  50% {
    box-shadow: 0 0 0 4px rgb(133 244 121 / 10%);
  }

  100% {
    box-shadow: 0 0 0 7px transparent;
  }
}

.second_circle svg {
  width: 13px;
  height: 13px;
  fill: var(--green);
  opacity: 0.05;
}

.general_online_signal {
  display: flex;
  height: 35px;
  width: 35px;
  position: relative;
  align-items: center;
  justify-content: center;
}

.badge {
  display: flex;
  padding: 10px 10px 20px 10px;
  color: var(--text-custom);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  align-items: center;
  border-bottom: 1px solid var(--bottom-line-table);
}

.badge a {
  fill: var(--text-default);
  color: var(--text-default);
}

.card {
  border-radius: 16px;
}

.chips_btn {
  background: var(--bottom-line-table);
  color: var(--text-custom);
  padding: 10px 15px;
  font-weight: 500;
  border-radius: 12px;
  font-size: 14px;
  border: 2px solid transparent;
  transition: all .25s;
}

.chips_btn:hover {
  background: var(--bg-table);
  border: 2px solid var(--transparent);
  cursor: pointer;
}

.chips_active {
  background: var(--bg-table);
  color: var(--text-custom);
  border: 2px solid var(--text-custom);
  cursor: pointer;
  transition: all .25s;
}

.chips_active:hover {
  background: var(--bg-table);
  color: var(--text-custom);
  border: 2px solid var(--text-custom);
}

.spinner {
  display: flex;
  animation: rotate 2s linear infinite;
  z-index: 2;
  width: 20px;
  height: 20px;

  & .path {
    stroke: var(--text-custom);
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@media (max-width: 578px) {
  .tabbar_mobile {
    display: flex;
    position: fixed;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 10px 6px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    background: var(--navbar);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 999;
    height: 80px;
    border: 1px solid var(--bottom-line-table);
    border-radius: 16px;
    overflow: hidden;
  }

  .tabbar_mobile a {
    display: flex;
    color: var(--text-custom);
    font-weight: 600;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    height: 80px;
    width: 100%;
    justify-content: center;
    gap: 5px;
  }

  .tabbar_mobile a svg {
    fill: var(--text-custom);
    width: 24px;
    height: 24px;
  }

  .tabbar_active {
    color: var(--span) !important;
  }

  .tabbar_active svg {
    fill: var(--span) !important;
  }
}

@media (min-width: 579px) and (max-width: 768px) {
  .tabbar_mobile {
    display: flex;
    position: fixed;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 10px 6px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px;
    background: var(--navbar);
    backdrop-filter: blur(6px);
    z-index: 999;
    height: 80px;
    border: 1px solid var(--bottom-line-table);
    border-radius: 16px;
    overflow: hidden;
  }

  .tabbar_mobile a {
    display: flex;
    color: var(--text-custom);
    font-weight: 600;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
  }

  .tabbar_mobile a svg {
    fill: var(--text-custom);
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 769px) {
  .tabbar_mobile {
    display: none;
  }
}

/* social colors */

.vk {
  color: #0077ff !important;
  fill: #0077ff !important;
}

.tg {
  color: #2aabee !important;
  fill: #2aabee !important;
}

.ds {
  color: #5865f2 !important;
  fill: #5865f2 !important;
}

.steam {
  color: #fff !important;
  fill: #fff !important;
}

.yt {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}

.tt {
  color: #ff0050 !important;
  fill: #ff0050 !important;
}

.cursor_p {
  cursor: pointer;
}

.active_btn_adm {
  background: var(--span-middle);
  color: var(--span);
}

.active_btn_adm svg {
  fill: var(--span);
}

.active_btn_adm:hover {
  filter: none !important;
}

@media (max-width: 578.9px) {
  .admin_nav {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 579px) {
  .admin_nav {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.fill_width {
  flex: 1 1 calc((100% / 7) - 10px);
}

input[type="radio"] {
  height: 1em;
  aspect-ratio: 1;
  border: 1px solid var(--text-custom);
  padding: 3px;
  background: radial-gradient(farthest-side, var(--span) 94%, #0000) 50% / 0 0
    no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(1em / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: 0.3s;
}
input[type="radio"]:checked {
  border-color: var(--span);
  background-size: 100% 100%;
}

input[type="radio"]:disabled {
  background: linear-gradient(#939393 0 0) 50%/100% 20% no-repeat content-box;
  opacity: 0.5;
  cursor: not-allowed;
}

@media print {
  input[type="radio"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

label.custom-radio {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: var(--text-custom);
  width: 100%;
}

#change-column-count {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

/* ERROR PAGE */

.error_content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
}

@media (max-width: 768.9px) {
  .error_content img {
    display: none;
  }
}

@media (min-width: 768.9px) {
  .error_content img {
    width: auto;
    max-height: 500px;
  }
}

.error_texts_block {
  display: flex;
  z-index: 2;
  background-color: var(--transparent);
  padding: 30px;
  border-radius: 24px;
  border: 1px solid var(--transparent);
  backdrop-filter: blur(40px);
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-left: -31px;
  width: 500px;
}

.error_code {
  font-size: 80px;
  font-family: "Unbounded";
  font-weight: 800;
  color: var(--red);
}
.description {
  width: 100%;
  font-size: 16px;
  display: flex;
  color: var(--text-custom);
  justify-content: center;
}

.error_oops {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-custom);
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 100%;
  height: 40px;
}

.errors_buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}

.error_shop_btn {
  background-color: var(--money-bg);
  color: var(--money);
}

.error_arrow {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--transparent);
  border-radius: 25px;
  cursor: pointer;
}

.error_arrow svg {
  width: 8px;
  height: auto;
  fill: var(--text-custom);
}

.area {
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  width: 99%;
  height: 69vh;
  z-index: -1;
}

.circles {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 102%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: var(--transparent);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@media (max-width: 768.9px) {
  .error_texts_block {
    margin-left: 0;
    min-width: 300px;
    padding: 15px;
  }

  .error_oops {
    font-size: 14px;
  }

  .error_content {
    padding-top: 0;
  }

  .error_arrow {
    top: 15px;
    left: 15px;
  }
}

.preset_buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.preset-amount.active {
  background-color: var(--span-low);
  color: var(--span);
  border: 2px solid var(--span);
}

.preset-amount {
  background-color: var(--transparent);
  color: var(--text-custom);
  border: 2px solid transparent;
}

.delete-amount {
  background-color: rgb(255 73 64 / 10%);
  color: var(--red);
  width: 41px !important;
  padding: 0 !important;
  flex: none !important;
}

.delete-amount svg {
  width: 16px;
  height: 16px;
  fill: var(--red);
  transition: 0.3s;
}

::-webkit-calendar-picker-indicator {
  background-color: var(--transparent);
  padding: 5px;
  cursor: pointer;
  border-radius: 6px;
}

.site_logo_neo svg {
  width: auto;
  height: 35px;
}

.pay_button {
  background: var(--money-bg);
  height: 51px;
  padding: 0 20px;
  border-radius: 12px;
}

.pay_button svg {
  fill: var(--money);
  height: 20px !important;
  width: auto !important;
}

@media (max-width: 768.9px) {
  .pay_button .hide_balance_text {
    display: none;
  }
}

@media (min-width: 769px) {
  .pay_button .hide_balance_text {
    color: var(--money);
  }
}

/* new engine popup modal styles */

.popup_modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
}

.popup_modal.visible {
  opacity: 1;
  visibility: visible;
}

.popup_modal.visible .popup_modal_content {
  transform: scale(1);
  pointer-events: all;
}

@media (max-width: 568.9px) {
  .popup_modal_content {
    display: flex;
    background-color: var(--card);
    border-radius: 16px;
    width: 96%;
    max-width: 850px;
    height: max-content;
    max-height: 96%;
    overflow: auto;
    position: relative;
    flex-direction: column;
    z-index: 9999;
    transform: scale(0.95) translate(0, 0);
    -webkit-transform: scale(0.95) translate(0, 0);
    pointer-events: none;
    transition: transform 0.2s;
    padding: 20px;
  }
}

@media (min-width: 569px) and (max-width: 768.9px) {
  .popup_modal_content {
    display: flex;
    background-color: var(--card);
    border-radius: 16px;
    transform: scale(0.95) translate(0, 0);
    -webkit-transform: scale(0.95) translate(0, 0);
    pointer-events: none;
    min-width: 500px;
    width: 96%;
    height: max-content;
    max-width: 768px;
    max-height: 96%;
    position: relative;
    flex-direction: column;
    z-index: 9999;
    transition: transform 0.2s;
    padding: 20px;
    overflow: auto;
  }
}

@media (min-width: 769px) {
  .popup_modal_content {
    display: flex;
    background-color: var(--card);
    border-radius: 16px;
    transform: scale(0.95) translate(0, 0);
    -webkit-transform: scale(0.95) translate(0, 0);
    pointer-events: none;
    min-width: 450px;
    width: max-content;
    height: max-content;
    max-width: 850px;
    max-height: 96%;
    position: relative;
    flex-direction: column;
    z-index: 9999;
    transition: transform 0.2s;
    padding: 20px;
    overflow: hidden;
    overflow-y: scroll;
  }
}

.popup_modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.popup_modal_close svg {
  width: 20px;
  height: 20px;
  fill: var(--text-default);
  opacity: 0.5;
  transition: 0.3s;
}

.popup_modal_close:hover svg {
  opacity: 1;
}

.popup_modal_close:hover,
.popup_modal_close:focus {
  color: var(--text-default);
  text-decoration: none;
  cursor: pointer;
}

.popup_modal_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  background: transparent;
  padding: 0 0 15px;
  gap: 20px;
}

.contact_link {
  cursor: pointer;
  color: var(--text-custom);
  transition: 0.3s;
}

.contact_link:hover {
  color: var(--span);
}

.contact_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.contact_body span {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--text-default);
  font-size: 14px;
  flex-direction: column;
}

.contact_mail a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Unbounded";
}

@media (max-width: 645.9px) {
  .second_nav {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
    background: var(--navbar);
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    align-content: flex-start;
  }

  .nav_second_left {
    display: none;
  }

  .search_players {
    width: 100% !important;
  }
  .nav_second_right {
    width: 100%;
    /* position: relative; */
  }
}

@media (min-width: 646px) {
  .second_nav {
    display: flex;
    gap: 15px;
    flex-direction: row;
    position: relative;
    background: var(--navbar);
    border-radius: 16px;
    padding: 5px;
    align-items: center;
    justify-content: space-between;
  }

  .nav_second_left {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}

.input__icon {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 15px;
  top: 15px;
  fill: var(--text-custom);
  opacity: 0.3;
  transition: 0.2s ease-in-out;
}

.input-form input:focus ~ .input__icon {
  transform: scale(0);
}

.input-search input:focus {
  outline: 3px solid transparent;
  transition: 0.3s;
}

a.nav_logo_text_center {
  margin-left: 10px;
}

/* New mini-profile */

.user_logout {
  display: flex;
  gap: 10px;
  color: var(--text-custom);
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  transition: opacity 0.2s;
  align-items: center;
}

.user_logout svg {
  height: 14px;
  width: auto;
  fill: var(--text-custom);
  margin-bottom: 3px;
}

.user_logout:hover {
  opacity: 1;
}

.user_settings_miniprof {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: var(--card);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
}

.user_settings_miniprof svg {
  width: 16px;
  height: 16px;
  fill: var(--text-custom);
  transition: transform 0.2s ease-in-out;
}

.user_settings_miniprof:hover {
  opacity: 1;
}

.user_settings_miniprof:hover svg {
  transform: rotate(90deg);
}

.user__menu {
  position: absolute;
  background: var(--navbar);
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
  border: 1px solid var(--bg-table);
  width: 260px;
  border-radius: 16px;
  top: 72px;
  right: -1px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  transition: all 0.2s;
}

.user__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: -1;
}

.user_profile_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.user__profile {
  display: flex;
  flex-direction: row;
  transition: 0.3s;
  align-items: center;
  user-select: none;
  gap: 15px;
}

.user__profile:hover .open_user_prof {
  color: var(--money);
}

.user_avatar_profile img {
  height: 40px;
  width: 40px;
  border-radius: 6px;
}

.username_profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: 0.3s;
}

.prof_nickname {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-default);
  transition: all 0.2s;
}

.user__links {
  display: flex;
  gap: 3px;
  flex-direction: column;
}

.some_link {
  display: flex;
  flex-direction: row;
  background: var(--bottom-line-table);
  border-radius: 12px;
  cursor: pointer;
  padding: 10px 15px;
  height: 55px;
  line-height: 41px;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  color: var(--text-custom);
  gap: 10px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.some_link:hover {
  filter: brightness(110%);
}

.some_link:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, var(--text-custom), transparent);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0.2;
}

.some_link img {
  position: absolute;
  height: 80px;
  width: auto;
  right: -18px;
  transition: transform 0.2s;
}

.some_link:hover > img {
  transform: rotate3d(1, 1, 1, 28deg) scale(1.3);
}

.user_profile_footer {
  display: flex;
  background: var(--bottom-line-table);
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
}

.open_user_prof {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-custom);
  transition: all 0.2s;
}

/* User notification */

.icon_btn_transparent {
  display: flex;
  height: 51px;
  width: 51px;
  background: var(--bottom-line-table);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 12px;
}

.icon_btn_transparent svg {
  width: auto;
  height: 20px;
  fill: var(--text-custom);
}

.notification span {
  position: absolute;
  top: -17px;
  left: 9px;
  color: var(--green);
  background: var(--bg);
  border-radius: 50px;
  padding: 0 4px;
  height: 17px;
  width: 17px;
  font-size: 9px;
  font-weight: 600;
  display: none;
}

.notification {
  position: relative;
}

.notification-wrapper {
  background: var(--navbar);
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
  border-radius: 16px;
  border: 1px solid var(--bg-table);
  width: 345px;
  height: max-content;
  padding-bottom: 10px;
  position: absolute;
  top: 72px;
  right: -1px;
  transform: scale(0.95);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 105;
  transition: all 0.2s;
}

.notification-wrapper li {
  padding: 12px 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.notification-wrapper li:hover {
  background: var(--transparent);
}

.notification-wrapper .row {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
}

.notifications__header {
  padding: 15px 15px 15px 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--transparent);
  align-items: center;
  background: var(--bottom-line-table);
}

.notifications__title {
  font-size: 14px;
  color: var(--text-custom);
  user-select: none;
}

.noty_clear_all {
  width: max-content;
  height: auto;
  gap: 10px;
  font-size: 12px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  background-color: rgb(255 73 64 / 10%);
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
}

.noty_clear_all svg {
  width: 9px;
  height: auto;
  fill: var(--red);
  transition: 0.3s;
}

.noty_clear_all:hover {
  background-color: rgb(255 73 64 / 12%);
}

.notifications__main {
  display: flex;
  max-height: 260px;
  overflow-y: scroll;
  font-weight: 400;
  padding: 0px 10px;
  margin-top: 10px;
  flex-direction: column;
  gap: 3px;
}

.notifications__main::-webkit-scrollbar {
  width: 0;
}

.notifications-item svg {
  fill: var(--text-custom);
  height: 13px;
  width: 13px;
  margin: 0 12px;
  filter: none;
  transition: 0.3s;
}

.notifications-item .text {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-custom);
  transition: 0.3s;
  text-overflow: ellipsis;
  max-width: 290px;
  overflow: hidden;
}

.notifications-item:not(:first-child) {
  border-top: 1px solid transparent;
}

.notify_body {
  position: relative;
  background: var(--bottom-line-table);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  transition: all 0.3s;
}

.notify_body:hover {
  background: var(--grey);
  border: 1px solid rgb(255 255 255 / 10%);
}

.notify_content {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.notify_image {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgb(179 121 255 / 10%);
  border-radius: 8px;
}

.notify_image svg {
  width: 20px;
  height: 20px;
  fill: var(--purple);
}

.notify_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.notify_title {
  display: flex;
  font-size: 16px;
  max-width: 215px;
  overflow: hidden;
  text-wrap: balance;
  line-height: initial;
}

.notify_message {
  font-size: 14px;
  color: var(--text-custom);
  text-wrap: wrap;
  max-width: 251px;
  overflow: hidden;
  line-height: 17px;
}

.notify_btn {
  display: flex;
  background: var(--purple);
  padding: 0 20px;
  height: 41px;
  border-radius: 8px;
  align-items: center;
  cursor: pointer;
  width: max-content;
  justify-content: center;
  font-size: 14px;
  margin-top: 5px;
}

.notify_closethis {
  display: flex;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: opacity 0.2s;
  cursor: pointer;
}

.notify_closethis svg {
  fill: var(--text-default);
  opacity: 0.3;
  transition: opacity 0.2s;
}

.notify_closethis:hover svg {
  opacity: 1;
}

.notify_notread {
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

.notify_readout {
  opacity: 0.3;
  transition: all 0.3s;
}

.modalActive {
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
  visibility: visible;
  opacity: 1 !important;
  transition: all 0.2s;
}

.auth_user_btn {
  display: flex;
  gap: 10px;
  padding: 0 20px;
  height: 51px;
  background: var(--purple);
  border-radius: 12px;
  font-weight: 500;
  justify-content: center;
  font-size: 14px;
  line-height: normal;
  color: var(--text-default);
  text-shadow: 0 1px 0px rgb(0 0 0 / 50%);
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.auth_user_btn svg {
  width: 16px;
  height: 16px;
  fill: var(--text-default);
  transition: 0.3s;
}

.dropdown_block {
  border-radius: 16px;
  border: 1px solid var(--bg-table);
  background: var(--card);
  padding: 8px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  width: 290px;
  position: absolute;
  top: 67px;
  left: 0;
  box-shadow: 0px 8px 17px 0 rgb(0 0 0 / 32%);
  -webkit-transform: scale(1);
  transform: scale(0.95);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backdrop-filter: blur(20px);
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
}

.dropdown_item {
  border-radius: 10px;
  background: var(--bottom-line-table);
  border: 1px solid transparent;
  padding: 16px;
  gap: 15px;
  display: flex;
  transition: all 0.2s;
  text-wrap: initial;
  align-items: flex-start;
}

.dropdown_item:hover {
  background: var(--button);
  border: 1px solid var(--transparent);
}

.dropdown_item > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 206px;
}

.dropdown_item > div h4 {
  color: var(--text-default);
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
}

.dropdown_item > div p {
  color: var(--text-custom);
  opacity: 0.6;
  font-size: 12px;
  line-height: normal;
  margin: 0;
  transition: all 0.2s;
}

.dropdown_item:hover div p {
  opacity: 1;
}

.dropdown_show {
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
  visibility: visible;
  opacity: 1 !important;
  transition: all 0.2s;
}

.svg_icon_subitem {
  width: 18px;
}

.dropdown_item svg {
  display: flex;
  height: auto;
  width: 18px;
  fill: var(--text-custom);
  justify-content: center;
}

.area{
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#stars {
  width: 1px;
  height: 1px;
  background: transparent;
  animation: animStar 100s linear infinite;
  box-shadow: 1036px 1770px #fff, 430px 55px #fff, 402px 779px #fff,
  1744px 367px #fff, 599px 831px #fff, 692px 2568px #fff, 1445px 2488px #fff,
  47px 2056px #fff, 175px 1242px #fff, 2258px 1198px #fff, 1885px 883px #fff,
  1925px 1538px #fff, 1441px 308px #fff, 461px 2362px #fff, 2290px 323px #fff,
  2166px 1110px #fff, 637px 1288px #fff, 1637px 1276px #fff, 779px 510px #fff,
  218px 700px #fff, 10px 859px #fff, 1529px 1497px #fff, 884px 1804px #fff,
  2069px 2636px #fff, 1675px 2608px #fff, 2227px 2315px #fff,
  2451px 2013px #fff, 954px 2165px #fff, 321px 1786px #fff, 1991px 2500px #fff,
  1814px 305px #fff, 2312px 1731px #fff, 845px 1275px #fff, 404px 912px #fff,
  816px 998px #fff, 2573px 1085px #fff, 1899px 79px #fff, 472px 445px #fff,
  2120px 210px #fff, 119px 79px #fff, 2065px 215px #fff, 1647px 2427px #fff,
  2586px 780px #fff, 996px 2374px #fff, 2642px 1558px #fff, 1730px 1645px #fff,
  1381px 454px #fff, 2108px 1969px #fff, 1323px 1393px #fff, 696px 1239px #fff,
  284px 549px #fff, 2262px 1729px #fff, 1379px 2145px #fff, 2488px 1324px #fff,
  1808px 2174px #fff, 1476px 1746px #fff, 547px 2371px #fff, 2592px 235px #fff,
  1200px 2465px #fff, 931px 2574px #fff, 502px 166px #fff, 409px 1109px #fff,
  1486px 1279px #fff, 1795px 2565px #fff, 1038px 2408px #fff, 746px 182px #fff,
  1006px 1526px #fff, 2221px 2632px #fff, 456px 982px #fff, 1256px 1057px #fff,
  766px 2530px #fff, 1433px 1909px #fff, 2105px 598px #fff, 1816px 630px #fff,
  395px 2491px #fff, 255px 215px #fff, 2159px 2171px #fff, 78px 602px #fff,
  109px 2489px #fff, 2570px 662px #fff, 2614px 2625px #fff, 2626px 2245px #fff,
  1036px 417px #fff, 2471px 2052px #fff, 97px 2004px #fff, 2251px 1296px #fff,
  2238px 143px #fff, 2351px 2199px #fff, 869px 18px #fff, 657px 227px #fff,
  2246px 2520px #fff, 2207px 349px #fff, 1371px 1200px #fff, 1599px 1852px #fff,
  1772px 1889px #fff, 1480px 54px #fff, 1603px 2187px #fff, 1762px 2174px #fff,
  188px 516px #fff, 760px 285px #fff, 2041px 393px #fff, 1887px 541px #fff,
  1834px 1333px #fff, 437px 623px #fff, 2382px 2197px #fff, 1243px 2396px #fff,
  1768px 2420px #fff, 559px 2570px #fff, 1101px 485px #fff, 365px 420px #fff,
  940px 1276px #fff, 2134px 2066px #fff, 831px 77px #fff, 953px 2257px #fff,
  2219px 327px #fff, 2560px 428px #fff, 1534px 2397px #fff, 2565px 392px #fff,
  1659px 319px #fff, 1389px 2334px #fff, 220px 1252px #fff, 2511px 2358px #fff,
  901px 2610px #fff, 1822px 756px #fff, 2625px 1862px #fff, 2375px 611px #fff,
  67px 408px #fff, 1042px 1862px #fff, 970px 1673px #fff, 2276px 522px #fff,
  553px 226px #fff, 2390px 2569px #fff, 760px 291px #fff, 2070px 2468px #fff,
  289px 10px #fff, 462px 1774px #fff, 623px 549px #fff, 512px 2311px #fff,
  1804px 2417px #fff, 319px 1252px #fff, 329px 2456px #fff, 2041px 1071px #fff,
  313px 2013px #fff, 1900px 2069px #fff, 97px 2171px #fff, 1859px 1490px #fff,
  892px 1730px #fff, 1867px 2211px #fff, 984px 1353px #fff, 2128px 501px #fff,
  1044px 683px #fff, 148px 1441px #fff, 2546px 2509px #fff, 1945px 2457px #fff,
  913px 1482px #fff, 1686px 2351px #fff, 2299px 1895px #fff,
  1707px 1359px #fff, 1065px 1295px #fff, 2626px 1751px #fff, 1800px 1109px #fff,
  1923px 1973px #fff, 1706px 2375px #fff, 14px 695px #fff, 2449px 313px #fff,
  1802px 869px #fff, 570px 9px #fff, 1373px 1500px #fff, 208px 395px #fff,
  724px 844px #fff, 69px 1436px #fff, 1099px 2021px #fff, 1490px 651px #fff,
  11px 410px #fff, 2319px 2109px #fff, 1348px 554px #fff, 2040px 696px #fff,
  1274px 734px #fff, 1865px 1989px #fff, 514px 934px #fff, 2024px 728px #fff,
  1802px 375px #fff, 2037px 799px #fff, 2444px 1050px #fff, 385px 344px #fff,
  392px 795px #fff, 2129px 716px #fff, 2076px 1691px #fff, 45px 2556px #fff,
  1361px 722px #fff, 621px 490px #fff, 960px 442px #fff, 2628px 1669px #fff,
  1018px 1307px #fff, 2104px 1709px #fff, 15px 680px #fff, 820px 1875px #fff,
  907px 767px #fff, 1774px 1912px #fff, 583px 434px #fff, 2150px 2209px #fff,
  895px 171px #fff, 1056px 1251px #fff, 1843px 2529px #fff, 49px 1799px #fff,
  1951px 1799px #fff, 553px 23px #fff, 248px 457px #fff, 266px 2524px #fff,
  1983px 2153px #fff, 1078px 461px #fff, 1228px 2429px #fff, 1256px 288px #fff,
  2307px 1633px #fff, 504px 2513px #fff, 105px 1012px #fff, 1097px 2443px #fff,
  2633px 2072px #fff, 1739px 2092px #fff, 1979px 2295px #fff,
  508px 1606px #fff, 694px 791px #fff, 1698px 2524px #fff, 470px 734px #fff,
  214px 2372px #fff, 816px 333px #fff, 699px 2096px #fff, 22px 281px #fff,
  238px 1324px #fff, 621px 1606px #fff, 2585px 2444px #fff, 1516px 1453px #fff,
  1141px 1339px #fff, 266px 1415px #fff, 562px 2612px #fff, 2586px 583px #fff,
  1831px 916px #fff, 1489px 1911px #fff, 2495px 888px #fff, 1206px 1760px #fff,
  456px 2628px #fff, 2415px 1996px #fff, 2459px 235px #fff, 860px 121px #fff,
  2638px 1345px #fff, 1776px 1729px #fff, 170px 861px #fff, 405px 1409px #fff,
  1760px 1098px #fff, 1679px 1747px #fff, 2395px 836px #fff, 2146px 2068px #fff,
  2173px 119px #fff, 2131px 601px #fff, 1185px 2638px #fff, 2069px 2534px #fff,
  160px 90px #fff, 2229px 2279px #fff, 686px 1244px #fff, 2589px 1984px #fff,
  1935px 2020px #fff, 59px 800px #fff, 272px 1381px #fff, 1054px 228px #fff,
  2077px 2312px #fff, 1404px 146px #fff, 2010px 504px #fff, 2387px 2155px #fff,
  2457px 807px #fff, 348px 2286px #fff, 634px 1318px #fff, 642px 1174px #fff,
  1647px 1592px #fff, 1989px 860px #fff, 2193px 33px #fff, 1983px 2588px #fff,
  158px 1324px #fff, 238px 1957px #fff, 1783px 1074px #fff, 2081px 2261px #fff,
  541px 2053px #fff, 2332px 474px #fff, 1713px 1304px #fff, 1199px 2656px #fff,
  2334px 2218px #fff, 247px 1166px #fff, 1598px 2503px #fff, 613px 1613px #fff,
  1862px 994px #fff, 2618px 2525px #fff, 1075px 694px #fff, 683px 1621px #fff,
  497px 365px #fff, 1247px 2624px #fff, 474px 734px #fff, 191px 2290px #fff,
  2090px 1212px #fff, 534px 2471px #fff, 2053px 1589px #fff, 887px 1671px #fff,
  966px 1989px #fff, 1320px 308px #fff, 2356px 416px #fff, 1383px 2114px #fff,
  1601px 2624px #fff, 1686px 105px #fff, 2068px 1393px #fff, 1311px 2270px #fff,
  1300px 2274px #fff, 948px 478px #fff, 541px 1147px #fff, 613px 978px #fff,
  377px 2138px #fff, 136px 571px #fff, 1706px 1754px #fff, 1299px 1577px #fff,
  2614px 2016px #fff, 1711px 1501px #fff, 93px 1460px #fff, 1581px 1182px #fff,
  1497px 2306px #fff, 410px 1718px #fff, 1169px 1016px #fff, 86px 629px #fff,
  1333px 2605px #fff, 875px 1052px #fff, 534px 2096px #fff, 46px 827px #fff,
  703px 2113px #fff, 218px 885px #fff, 2495px 1715px #fff, 2049px 699px #fff,
  359px 1725px #fff, 585px 1150px #fff, 1995px 1066px #fff, 242px 2332px #fff,
  1681px 1186px #fff, 361px 1661px #fff, 1714px 2041px #fff, 252px 2189px #fff,
  1270px 321px #fff, 1936px 2124px #fff, 2296px 2637px #fff, 844px 1065px #fff,
  300px 605px #fff, 1856px 2274px #fff, 1129px 2477px #fff, 315px 1681px #fff,
  1115px 186px #fff, 1492px 977px #fff, 1702px 19px #fff, 1752px 321px #fff,
  2419px 1526px #fff, 442px 1851px #fff, 2592px 735px #fff, 2497px 1771px #fff,
  621px 728px #fff, 2409px 1439px #fff, 1419px 256px #fff, 323px 207px #fff,
  642px 2149px #fff, 2279px 1240px #fff, 1009px 2394px #fff, 2423px 1323px #fff,
  2496px 760px #fff, 772px 1441px #fff, 142px 973px #fff, 853px 2443px #fff,
  220px 1985px #fff, 2068px 263px #fff, 1089px 408px #fff, 1259px 458px #fff,
  1099px 297px #fff, 1232px 1854px #fff, 718px 621px #fff, 1453px 538px #fff,
  1516px 1232px #fff, 172px 703px #fff, 43px 2633px #fff, 1525px 2211px #fff,
  2149px 1909px #fff, 702px 944px #fff, 1061px 1463px #fff, 671px 1968px #fff,
  1195px 852px #fff, 2538px 2592px #fff, 1743px 1282px #fff, 1302px 1730px #fff,
  1852px 1288px #fff, 2384px 2508px #fff, 388px 474px #fff, 1590px 2284px #fff,
  1715px 2652px #fff, 714px 2624px #fff, 1570px 2226px #fff,
  2314px 2082px #fff, 1738px 352px #fff, 1226px 694px #fff, 2516px 627px #fff,
  510px 2322px #fff, 521px 1460px #fff, 860px 728px #fff, 518px 1992px #fff,
  1657px 183px #fff, 970px 1165px #fff, 255px 1957px #fff, 2380px 2379px #fff,
  1234px 413px #fff, 1666px 2190px #fff, 993px 2554px #fff, 2076px 1363px #fff,
  2038px 1718px #fff, 2640px 259px #fff, 968px 969px #fff, 2276px 2574px #fff,
  680px 2283px #fff, 2032px 642px #fff, 416px 2183px #fff, 373px 2459px #fff,
  1611px 1062px #fff, 578px 1584px #fff, 1891px 812px #fff, 2284px 2612px #fff,
  546px 1255px #fff, 279px 845px #fff, 1997px 1722px #fff, 1907px 464px #fff,
  1022px 79px #fff, 993px 1400px #fff, 1049px 670px #fff, 1909px 1681px #fff,
  2517px 1629px #fff, 1854px 2378px #fff, 1473px 1751px #fff,
  2225px 1855px #fff, 1135px 1343px #fff, 2267px 106px #fff, 2471px 196px #fff,
  2299px 457px #fff, 1846px 883px #fff, 1190px 539px #fff, 1967px 208px #fff,
  1916px 1538px #fff, 734px 2527px #fff, 686px 484px #fff, 2190px 251px #fff,
  1897px 1424px #fff, 1044px 969px #fff, 1436px 2274px #fff, 670px 271px #fff,
  1565px 2157px #fff, 873px 45px #fff, 1723px 1461px #fff, 329px 239px #fff,
  1611px 2085px #fff, 887px 2077px #fff, 924px 1118px #fff, 2138px 1658px #fff,
  998px 1173px #fff, 115px 222px #fff, 807px 1819px #fff, 1812px 1599px #fff,
  2441px 421px #fff, 2218px 2264px #fff, 1103px 1534px #fff, 2288px 1859px #fff,
  2129px 1702px #fff, 1298px 1162px #fff, 2318px 337px #fff, 1356px 2413px #fff,
  2221px 2348px #fff, 2513px 977px #fff, 1834px 180px #fff, 2479px 924px #fff,
  273px 1283px #fff, 1867px 2569px #fff, 2557px 1808px #fff, 328px 907px #fff,
  690px 2271px #fff, 857px 997px #fff, 1548px 1601px #fff, 1109px 429px #fff,
  228px 1795px #fff, 283px 1292px #fff, 2443px 252px #fff, 379px 2401px #fff,
  1392px 1727px #fff, 2058px 1097px #fff, 2300px 430px #fff, 1790px 2538px #fff,
  1026px 359px #fff, 458px 1582px #fff, 635px 1905px #fff, 1967px 33px #fff,
  2652px 2433px #fff, 2319px 973px #fff, 26px 2174px #fff, 917px 2387px #fff,
  2120px 756px #fff, 770px 325px #fff, 1859px 974px #fff, 542px 1798px #fff,
  2359px 159px #fff, 1532px 1822px #fff, 2258px 2407px #fff, 944px 1928px #fff,
  884px 380px #fff, 655px 2287px #fff, 1045px 6px #fff, 847px 1516px #fff,
  1016px 430px #fff, 1232px 412px #fff, 1247px 1893px #fff, 2505px 989px #fff,
  1214px 614px #fff, 2435px 2574px #fff, 2030px 331px #fff, 47px 1836px #fff,
  2124px 772px #fff, 2034px 472px #fff, 1262px 610px #fff, 1062px 1101px #fff,
  321px 1956px #fff, 869px 1060px #fff, 1058px 790px #fff, 1815px 901px #fff,
  1000px 30px #fff, 2167px 719px #fff, 1306px 95px #fff, 2304px 2435px #fff,
  27px 547px #fff, 1030px 1327px #fff, 445px 2586px #fff, 351px 775px #fff,
  210px 1743px #fff, 702px 218px #fff, 2630px 763px #fff, 953px 1599px #fff,
  976px 2116px #fff, 2068px 1090px #fff, 21px 2584px #fff, 2161px 1565px #fff,
  1643px 917px #fff, 2108px 2114px #fff, 2310px 2298px #fff, 958px 928px #fff,
  2399px 1577px #fff, 220px 1303px #fff, 2460px 305px #fff, 438px 2276px #fff,
  126px 1060px #fff, 2590px 1433px #fff, 623px 1248px #fff, 1687px 2525px #fff,
  1270px 1622px #fff, 1512px 1429px #fff, 414px 1719px #fff, 1311px 2343px #fff,
  1466px 1646px #fff, 569px 2650px #fff, 472px 758px #fff, 1299px 2441px #fff,
  1855px 1452px #fff, 367px 1214px #fff, 2318px 872px #fff, 1028px 667px #fff,
  2242px 1758px #fff, 2016px 2586px #fff, 1774px 666px #fff, 353px 207px #fff,
  605px 871px #fff, 1061px 95px #fff, 1408px 1674px #fff, 1864px 2243px #fff,
  313px 1767px #fff, 1935px 1045px #fff, 194px 1633px #fff, 2461px 1094px #fff,
  1412px 133px #fff, 1622px 1267px #fff, 26px 2428px #fff, 47px 1413px #fff,
  2028px 449px #fff, 1050px 2022px #fff, 985px 1461px #fff, 383px 1980px #fff,
  931px 1409px #fff, 518px 1424px #fff, 546px 1377px #fff, 2464px 1425px #fff,
  1923px 1443px #fff, 1548px 1162px #fff, 1228px 1230px #fff, 387px 360px #fff,
  1671px 2612px #fff, 2101px 1798px #fff, 2004px 1617px #fff, 280px 1271px #fff,
  1310px 1589px #fff, 1296px 2181px #fff, 688px 134px #fff, 881px 1855px #fff,
  1215px 707px #fff, 192px 1755px #fff, 91px 1858px #fff, 1306px 695px #fff,
  341px 964px #fff, 2126px 1105px #fff, 2175px 2012px #fff, 1662px 1540px #fff,
  1505px 803px #fff, 243px 135px #fff, 1405px 422px #fff, 1658px 2440px #fff,
  2637px 1476px #fff, 1432px 1935px #fff, 1224px 2354px #fff, 1071px 1795px #fff,
  2577px 2649px #fff, 1137px 1675px #fff, 1199px 1788px #fff, 875px 2537px #fff,
  2453px 903px #fff, 946px 1971px #fff, 791px 1263px #fff, 2372px 2649px #fff,
  2456px 2374px #fff, 919px 1335px #fff, 232px 1568px #fff, 2215px 2541px #fff,
  54px 81px #fff, 1291px 1436px #fff, 2433px 1928px #fff, 1796px 2018px #fff,
  1671px 131px #fff, 1855px 1992px #fff, 1485px 335px #fff, 2366px 794px #fff,
  1790px 969px #fff, 1473px 1521px #fff, 534px 919px #fff, 95px 659px #fff,
  2225px 2133px #fff, 1991px 1295px #fff, 2480px 2213px #fff, 117px 1071px #fff,
  1220px 102px #fff, 324px 1486px #fff, 340px 2420px #fff, 2461px 2447px #fff,
  804px 2461px #fff, 843px 509px #fff, 1150px 49px #fff, 1254px 1361px #fff,
  2594px 235px #fff, 1459px 695px #fff, 1310px 2261px #fff, 1653px 162px #fff,
  1021px 1423px #fff, 622px 258px #fff, 425px 2483px #fff, 2460px 246px #fff,
  505px 2149px #fff, 622px 1721px #fff, 1492px 2318px #fff, 1175px 397px #fff,
  1729px 2549px #fff, 2473px 526px #fff, 1689px 1316px #fff, 703px 974px #fff,
  2626px 1791px #fff, 2507px 911px #fff, 300px 672px #fff, 865px 1167px #fff,
  1759px 904px #fff, 1707px 904px #fff, 316px 2616px #fff, 1211px 231px #fff,
  1477px 692px #fff, 1529px 113px #fff, 1056px 667px #fff, 643px 2468px #fff,
  2405px 489px #fff, 148px 1267px #fff, 784px 1341px #fff, 2201px 413px #fff,
  133px 1364px #fff, 2397px 468px #fff, 1150px 406px #fff, 1432px 1355px #fff,
  1775px 1159px #fff, 2190px 1726px #fff, 1639px 1844px #fff, 928px 1377px #fff,
  876px 2473px #fff, 516px 1877px #fff, 1611px 609px #fff, 1004px 1952px #fff,
  925px 2199px #fff, 1521px 79px #fff;
}

#stars:after {
  content: '';
  position: absolute;
  top: 2000px;
  width: 1px;
  height: 1px;
  background: transparent;
  box-shadow: 1036px 1770px #fff, 430px 55px #fff, 402px 779px #fff,
  1744px 367px #fff, 599px 831px #fff, 692px 2568px #fff, 1445px 2488px #fff,
  47px 2056px #fff, 175px 1242px #fff, 2258px 1198px #fff, 1885px 883px #fff,
  1925px 1538px #fff, 1441px 308px #fff, 461px 2362px #fff, 2290px 323px #fff,
  2166px 1110px #fff, 637px 1288px #fff, 1637px 1276px #fff, 779px 510px #fff,
  218px 700px #fff, 10px 859px #fff, 1529px 1497px #fff, 884px 1804px #fff,
  2069px 2636px #fff, 1675px 2608px #fff, 2227px 2315px #fff,
  2451px 2013px #fff, 954px 2165px #fff, 321px 1786px #fff, 1991px 2500px #fff,
  1814px 305px #fff, 2312px 1731px #fff, 845px 1275px #fff, 404px 912px #fff,
  816px 998px #fff, 2573px 1085px #fff, 1899px 79px #fff, 472px 445px #fff,
  2120px 210px #fff, 119px 79px #fff, 2065px 215px #fff, 1647px 2427px #fff,
  2586px 780px #fff, 996px 2374px #fff, 2642px 1558px #fff, 1730px 1645px #fff,
  1381px 454px #fff, 2108px 1969px #fff, 1323px 1393px #fff, 696px 1239px #fff,
  284px 549px #fff, 2262px 1729px #fff, 1379px 2145px #fff, 2488px 1324px #fff,
  1808px 2174px #fff, 1476px 1746px #fff, 547px 2371px #fff, 2592px 235px #fff,
  1200px 2465px #fff, 931px 2574px #fff, 502px 166px #fff, 409px 1109px #fff,
  1486px 1279px #fff, 1795px 2565px #fff, 1038px 2408px #fff, 746px 182px #fff,
  1006px 1526px #fff, 2221px 2632px #fff, 456px 982px #fff, 1256px 1057px #fff,
  766px 2530px #fff, 1433px 1909px #fff, 2105px 598px #fff, 1816px 630px #fff,
  395px 2491px #fff, 255px 215px #fff, 2159px 2171px #fff, 78px 602px #fff,
  109px 2489px #fff, 2570px 662px #fff, 2614px 2625px #fff, 2626px 2245px #fff,
  1036px 417px #fff, 2471px 2052px #fff, 97px 2004px #fff, 2251px 1296px #fff,
  2238px 143px #fff, 2351px 2199px #fff, 869px 18px #fff, 657px 227px #fff,
  2246px 2520px #fff, 2207px 349px #fff, 1371px 1200px #fff, 1599px 1852px #fff,
  1772px 1889px #fff, 1480px 54px #fff, 1603px 2187px #fff, 1762px 2174px #fff,
  188px 516px #fff, 760px 285px #fff, 2041px 393px #fff, 1887px 541px #fff,
  1834px 1333px #fff, 437px 623px #fff, 2382px 2197px #fff, 1243px 2396px #fff,
  1768px 2420px #fff, 559px 2570px #fff, 1101px 485px #fff, 365px 420px #fff,
  940px 1276px #fff, 2134px 2066px #fff, 831px 77px #fff, 953px 2257px #fff,
  2219px 327px #fff, 2560px 428px #fff, 1534px 2397px #fff, 2565px 392px #fff,
  1659px 319px #fff, 1389px 2334px #fff, 220px 1252px #fff, 2511px 2358px #fff,
  901px 2610px #fff, 1822px 756px #fff, 2625px 1862px #fff, 2375px 611px #fff,
  67px 408px #fff, 1042px 1862px #fff, 970px 1673px #fff, 2276px 522px #fff,
  553px 226px #fff, 2390px 2569px #fff, 760px 291px #fff, 2070px 2468px #fff,
  289px 10px #fff, 462px 1774px #fff, 623px 549px #fff, 512px 2311px #fff,
  1804px 2417px #fff, 319px 1252px #fff, 329px 2456px #fff, 2041px 1071px #fff,
  313px 2013px #fff, 1900px 2069px #fff, 97px 2171px #fff, 1859px 1490px #fff,
  892px 1730px #fff, 1867px 2211px #fff, 984px 1353px #fff, 2128px 501px #fff,
  1044px 683px #fff, 148px 1441px #fff, 2546px 2509px #fff, 1945px 2457px #fff,
  913px 1482px #fff, 1686px 2351px #fff, 2299px 1895px #fff,
  1707px 1359px #fff, 1065px 1295px #fff, 2626px 1751px #fff, 1800px 1109px #fff,
  1923px 1973px #fff, 1706px 2375px #fff, 14px 695px #fff, 2449px 313px #fff,
  1802px 869px #fff, 570px 9px #fff, 1373px 1500px #fff, 208px 395px #fff,
  724px 844px #fff, 69px 1436px #fff, 1099px 2021px #fff, 1490px 651px #fff,
  11px 410px #fff, 2319px 2109px #fff, 1348px 554px #fff, 2040px 696px #fff,
  1274px 734px #fff, 1865px 1989px #fff, 514px 934px #fff, 2024px 728px #fff,
  1802px 375px #fff, 2037px 799px #fff, 2444px 1050px #fff, 385px 344px #fff,
  392px 795px #fff, 2129px 716px #fff, 2076px 1691px #fff, 45px 2556px #fff,
  1361px 722px #fff, 621px 490px #fff, 960px 442px #fff, 2628px 1669px #fff,
  1018px 1307px #fff, 2104px 1709px #fff, 15px 680px #fff, 820px 1875px #fff,
  907px 767px #fff, 1774px 1912px #fff, 583px 434px #fff, 2150px 2209px #fff,
  895px 171px #fff, 1056px 1251px #fff, 1843px 2529px #fff, 49px 1799px #fff,
  1951px 1799px #fff, 553px 23px #fff, 248px 457px #fff, 266px 2524px #fff,
  1983px 2153px #fff, 1078px 461px #fff, 1228px 2429px #fff, 1256px 288px #fff,
  2307px 1633px #fff, 504px 2513px #fff, 105px 1012px #fff, 1097px 2443px #fff,
  2633px 2072px #fff, 1739px 2092px #fff, 1979px 2295px #fff,
  508px 1606px #fff, 694px 791px #fff, 1698px 2524px #fff, 470px 734px #fff,
  214px 2372px #fff, 816px 333px #fff, 699px 2096px #fff, 22px 281px #fff,
  238px 1324px #fff, 621px 1606px #fff, 2585px 2444px #fff, 1516px 1453px #fff,
  1141px 1339px #fff, 266px 1415px #fff, 562px 2612px #fff, 2586px 583px #fff,
  1831px 916px #fff, 1489px 1911px #fff, 2495px 888px #fff, 1206px 1760px #fff,
  456px 2628px #fff, 2415px 1996px #fff, 2459px 235px #fff, 860px 121px #fff,
  2638px 1345px #fff, 1776px 1729px #fff, 170px 861px #fff, 405px 1409px #fff,
  1760px 1098px #fff, 1679px 1747px #fff, 2395px 836px #fff, 2146px 2068px #fff,
  2173px 119px #fff, 2131px 601px #fff, 1185px 2638px #fff, 2069px 2534px #fff,
  160px 90px #fff, 2229px 2279px #fff, 686px 1244px #fff, 2589px 1984px #fff,
  1935px 2020px #fff, 59px 800px #fff, 272px 1381px #fff, 1054px 228px #fff,
  2077px 2312px #fff, 1404px 146px #fff, 2010px 504px #fff, 2387px 2155px #fff,
  2457px 807px #fff, 348px 2286px #fff, 634px 1318px #fff, 642px 1174px #fff,
  1647px 1592px #fff, 1989px 860px #fff, 2193px 33px #fff, 1983px 2588px #fff,
  158px 1324px #fff, 238px 1957px #fff, 1783px 1074px #fff, 2081px 2261px #fff,
  541px 2053px #fff, 2332px 474px #fff, 1713px 1304px #fff, 1199px 2656px #fff,
  2334px 2218px #fff, 247px 1166px #fff, 1598px 2503px #fff, 613px 1613px #fff,
  1862px 994px #fff, 2618px 2525px #fff, 1075px 694px #fff, 683px 1621px #fff,
  497px 365px #fff, 1247px 2624px #fff, 474px 734px #fff, 191px 2290px #fff,
  2090px 1212px #fff, 534px 2471px #fff, 2053px 1589px #fff, 887px 1671px #fff,
  966px 1989px #fff, 1320px 308px #fff, 2356px 416px #fff, 1383px 2114px #fff,
  1601px 2624px #fff, 1686px 105px #fff, 2068px 1393px #fff, 1311px 2270px #fff,
  1300px 2274px #fff, 948px 478px #fff, 541px 1147px #fff, 613px 978px #fff,
  377px 2138px #fff, 136px 571px #fff, 1706px 1754px #fff, 1299px 1577px #fff,
  2614px 2016px #fff, 1711px 1501px #fff, 93px 1460px #fff, 1581px 1182px #fff,
  1497px 2306px #fff, 410px 1718px #fff, 1169px 1016px #fff, 86px 629px #fff,
  1333px 2605px #fff, 875px 1052px #fff, 534px 2096px #fff, 46px 827px #fff,
  703px 2113px #fff, 218px 885px #fff, 2495px 1715px #fff, 2049px 699px #fff,
  359px 1725px #fff, 585px 1150px #fff, 1995px 1066px #fff, 242px 2332px #fff,
  1681px 1186px #fff, 361px 1661px #fff, 1714px 2041px #fff, 252px 2189px #fff,
  1270px 321px #fff, 1936px 2124px #fff, 2296px 2637px #fff, 844px 1065px #fff,
  300px 605px #fff, 1856px 2274px #fff, 1129px 2477px #fff, 315px 1681px #fff,
  1115px 186px #fff, 1492px 977px #fff, 1702px 19px #fff, 1752px 321px #fff,
  2419px 1526px #fff, 442px 1851px #fff, 2592px 735px #fff, 2497px 1771px #fff,
  621px 728px #fff, 2409px 1439px #fff, 1419px 256px #fff, 323px 207px #fff,
  642px 2149px #fff, 2279px 1240px #fff, 1009px 2394px #fff, 2423px 1323px #fff,
  2496px 760px #fff, 772px 1441px #fff, 142px 973px #fff, 853px 2443px #fff,
  220px 1985px #fff, 2068px 263px #fff, 1089px 408px #fff, 1259px 458px #fff,
  1099px 297px #fff, 1232px 1854px #fff, 718px 621px #fff, 1453px 538px #fff,
  1516px 1232px #fff, 172px 703px #fff, 43px 2633px #fff, 1525px 2211px #fff,
  2149px 1909px #fff, 702px 944px #fff, 1061px 1463px #fff, 671px 1968px #fff,
  1195px 852px #fff, 2538px 2592px #fff, 1743px 1282px #fff, 1302px 1730px #fff,
  1852px 1288px #fff, 2384px 2508px #fff, 388px 474px #fff, 1590px 2284px #fff,
  1715px 2652px #fff, 714px 2624px #fff, 1570px 2226px #fff,
  2314px 2082px #fff, 1738px 352px #fff, 1226px 694px #fff, 2516px 627px #fff,
  510px 2322px #fff, 521px 1460px #fff, 860px 728px #fff, 518px 1992px #fff,
  1657px 183px #fff, 970px 1165px #fff, 255px 1957px #fff, 2380px 2379px #fff,
  1234px 413px #fff, 1666px 2190px #fff, 993px 2554px #fff, 2076px 1363px #fff,
  2038px 1718px #fff, 2640px 259px #fff, 968px 969px #fff, 2276px 2574px #fff,
  680px 2283px #fff, 2032px 642px #fff, 416px 2183px #fff, 373px 2459px #fff,
  1611px 1062px #fff, 578px 1584px #fff, 1891px 812px #fff, 2284px 2612px #fff,
  546px 1255px #fff, 279px 845px #fff, 1997px 1722px #fff, 1907px 464px #fff,
  1022px 79px #fff, 993px 1400px #fff, 1049px 670px #fff, 1909px 1681px #fff,
  2517px 1629px #fff, 1854px 2378px #fff, 1473px 1751px #fff,
  2225px 1855px #fff, 1135px 1343px #fff, 2267px 106px #fff, 2471px 196px #fff,
  2299px 457px #fff, 1846px 883px #fff, 1190px 539px #fff, 1967px 208px #fff,
  1916px 1538px #fff, 734px 2527px #fff, 686px 484px #fff, 2190px 251px #fff,
  1897px 1424px #fff, 1044px 969px #fff, 1436px 2274px #fff, 670px 271px #fff,
  1565px 2157px #fff, 873px 45px #fff, 1723px 1461px #fff, 329px 239px #fff,
  1611px 2085px #fff, 887px 2077px #fff, 924px 1118px #fff, 2138px 1658px #fff,
  998px 1173px #fff, 115px 222px #fff, 807px 1819px #fff, 1812px 1599px #fff,
  2441px 421px #fff, 2218px 2264px #fff, 1103px 1534px #fff, 2288px 1859px #fff,
  2129px 1702px #fff, 1298px 1162px #fff, 2318px 337px #fff, 1356px 2413px #fff,
  2221px 2348px #fff, 2513px 977px #fff, 1834px 180px #fff, 2479px 924px #fff,
  273px 1283px #fff, 1867px 2569px #fff, 2557px 1808px #fff, 328px 907px #fff,
  690px 2271px #fff, 857px 997px #fff, 1548px 1601px #fff, 1109px 429px #fff,
  228px 1795px #fff, 283px 1292px #fff, 2443px 252px #fff, 379px 2401px #fff,
  1392px 1727px #fff, 2058px 1097px #fff, 2300px 430px #fff, 1790px 2538px #fff,
  1026px 359px #fff, 458px 1582px #fff, 635px 1905px #fff, 1967px 33px #fff,
  2652px 2433px #fff, 2319px 973px #fff, 26px 2174px #fff, 917px 2387px #fff,
  2120px 756px #fff, 770px 325px #fff, 1859px 974px #fff, 542px 1798px #fff,
  2359px 159px #fff, 1532px 1822px #fff, 2258px 2407px #fff, 944px 1928px #fff,
  884px 380px #fff, 655px 2287px #fff, 1045px 6px #fff, 847px 1516px #fff,
  1016px 430px #fff, 1232px 412px #fff, 1247px 1893px #fff, 2505px 989px #fff,
  1214px 614px #fff, 2435px 2574px #fff, 2030px 331px #fff, 47px 1836px #fff,
  2124px 772px #fff, 2034px 472px #fff, 1262px 610px #fff, 1062px 1101px #fff,
  321px 1956px #fff, 869px 1060px #fff, 1058px 790px #fff, 1815px 901px #fff,
  1000px 30px #fff, 2167px 719px #fff, 1306px 95px #fff, 2304px 2435px #fff,
  27px 547px #fff, 1030px 1327px #fff, 445px 2586px #fff, 351px 775px #fff,
  210px 1743px #fff, 702px 218px #fff, 2630px 763px #fff, 953px 1599px #fff,
  976px 2116px #fff, 2068px 1090px #fff, 21px 2584px #fff, 2161px 1565px #fff,
  1643px 917px #fff, 2108px 2114px #fff, 2310px 2298px #fff, 958px 928px #fff,
  2399px 1577px #fff, 220px 1303px #fff, 2460px 305px #fff, 438px 2276px #fff,
  126px 1060px #fff, 2590px 1433px #fff, 623px 1248px #fff, 1687px 2525px #fff,
  1270px 1622px #fff, 1512px 1429px #fff, 414px 1719px #fff, 1311px 2343px #fff,
  1466px 1646px #fff, 569px 2650px #fff, 472px 758px #fff, 1299px 2441px #fff,
  1855px 1452px #fff, 367px 1214px #fff, 2318px 872px #fff, 1028px 667px #fff,
  2242px 1758px #fff, 2016px 2586px #fff, 1774px 666px #fff, 353px 207px #fff,
  605px 871px #fff, 1061px 95px #fff, 1408px 1674px #fff, 1864px 2243px #fff,
  313px 1767px #fff, 1935px 1045px #fff, 194px 1633px #fff, 2461px 1094px #fff,
  1412px 133px #fff, 1622px 1267px #fff, 26px 2428px #fff, 47px 1413px #fff,
  2028px 449px #fff, 1050px 2022px #fff, 985px 1461px #fff, 383px 1980px #fff,
  931px 1409px #fff, 518px 1424px #fff, 546px 1377px #fff, 2464px 1425px #fff,
  1923px 1443px #fff, 1548px 1162px #fff, 1228px 1230px #fff, 387px 360px #fff,
  1671px 2612px #fff, 2101px 1798px #fff, 2004px 1617px #fff, 280px 1271px #fff,
  1310px 1589px #fff, 1296px 2181px #fff, 688px 134px #fff, 881px 1855px #fff,
  1215px 707px #fff, 192px 1755px #fff, 91px 1858px #fff, 1306px 695px #fff,
  341px 964px #fff, 2126px 1105px #fff, 2175px 2012px #fff, 1662px 1540px #fff,
  1505px 803px #fff, 243px 135px #fff, 1405px 422px #fff, 1658px 2440px #fff,
  2637px 1476px #fff, 1432px 1935px #fff, 1224px 2354px #fff, 1071px 1795px #fff,
  2577px 2649px #fff, 1137px 1675px #fff, 1199px 1788px #fff, 875px 2537px #fff,
  2453px 903px #fff, 946px 1971px #fff, 791px 1263px #fff, 2372px 2649px #fff,
  2456px 2374px #fff, 919px 1335px #fff, 232px 1568px #fff, 2215px 2541px #fff,
  54px 81px #fff, 1291px 1436px #fff, 2433px 1928px #fff, 1796px 2018px #fff,
  1671px 131px #fff, 1855px 1992px #fff, 1485px 335px #fff, 2366px 794px #fff,
  1790px 969px #fff, 1473px 1521px #fff, 534px 919px #fff, 95px 659px #fff,
  2225px 2133px #fff, 1991px 1295px #fff, 2480px 2213px #fff, 117px 1071px #fff,
  1220px 102px #fff, 324px 1486px #fff, 340px 2420px #fff, 2461px 2447px #fff,
  804px 2461px #fff, 843px 509px #fff, 1150px 49px #fff, 1254px 1361px #fff,
  2594px 235px #fff, 1459px 695px #fff, 1310px 2261px #fff, 1653px 162px #fff,
  1021px 1423px #fff, 622px 258px #fff, 425px 2483px #fff, 2460px 246px #fff,
  505px 2149px #fff, 622px 1721px #fff, 1492px 2318px #fff, 1175px 397px #fff,
  1729px 2549px #fff, 2473px 526px #fff, 1689px 1316px #fff, 703px 974px #fff,
  2626px 1791px #fff, 2507px 911px #fff, 300px 672px #fff, 865px 1167px #fff,
  1759px 904px #fff, 1707px 904px #fff, 316px 2616px #fff, 1211px 231px #fff,
  1477px 692px #fff, 1529px 113px #fff, 1056px 667px #fff, 643px 2468px #fff,
  2405px 489px #fff, 148px 1267px #fff, 784px 1341px #fff, 2201px 413px #fff,
  133px 1364px #fff, 2397px 468px #fff, 1150px 406px #fff, 1432px 1355px #fff,
  1775px 1159px #fff, 2190px 1726px #fff, 1639px 1844px #fff, 928px 1377px #fff,
  876px 2473px #fff, 516px 1877px #fff, 1611px 609px #fff, 1004px 1952px #fff,
  925px 2199px #fff, 1521px 79px #fff;
}

#stars2 {
  width: 2px;
  height: 2px;
  background: transparent;
  animation: animStar 150s linear infinite;
  box-shadow: 1925px 425px #fff, 2360px 2211px #fff, 441px 1814px #fff,
  1167px 452px #fff, 756px 2436px #fff, 1891px 2239px #fff, 2588px 2536px #fff,
  160px 1302px #fff, 1388px 1421px #fff, 615px 506px #fff, 562px 148px #fff,
  695px 1568px #fff, 1036px 869px #fff, 1859px 923px #fff, 1443px 1947px #fff,
  2126px 2485px #fff, 1065px 2503px #fff, 1036px 1637px #fff, 734px 1239px #fff,
  1405px 1590px #fff, 375px 1702px #fff, 659px 2641px #fff, 2437px 1489px #fff,
  2396px 1719px #fff, 7px 2255px #fff, 547px 2529px #fff, 804px 582px #fff,
  31px 1611px #fff, 311px 1755px #fff, 723px 457px #fff, 1472px 226px #fff,
  2131px 260px #fff, 1203px 861px #fff, 90px 1939px #fff, 863px 2618px #fff,
  989px 897px #fff, 1498px 635px #fff, 949px 2412px #fff, 1976px 699px #fff,
  359px 2175px #fff, 2568px 198px #fff, 2403px 502px #fff, 10px 518px #fff,
  1881px 929px #fff, 1959px 1610px #fff, 2114px 187px #fff, 359px 2267px #fff,
  91px 1892px #fff, 1473px 1400px #fff, 2588px 170px #fff, 493px 493px #fff,
  1981px 292px #fff, 474px 2507px #fff, 482px 482px #fff, 2521px 1670px #fff,
  2632px 1396px #fff, 1259px 1784px #fff, 2332px 321px #fff, 683px 1295px #fff,
  86px 1964px #fff, 2447px 727px #fff, 1263px 924px #fff, 610px 1529px #fff,
  1494px 1997px #fff, 639px 1250px #fff, 904px 1115px #fff, 1060px 1554px #fff,
  2629px 1983px #fff, 976px 2292px #fff, 279px 396px #fff, 1085px 835px #fff,
  912px 1024px #fff, 2288px 355px #fff, 2211px 679px #fff, 1969px 1517px #fff,
  774px 329px #fff, 1739px 1267px #fff, 835px 873px #fff, 1193px 2041px #fff,
  359px 1238px #fff, 1052px 621px #fff, 1776px 2303px #fff, 1347px 2198px #fff,
  2541px 1271px #fff, 780px 1085px #fff, 110px 606px #fff, 1236px 1965px #fff,
  2110px 2253px #fff, 816px 1596px #fff, 401px 2370px #fff, 2275px 1904px #fff,
  589px 1202px #fff, 2215px 949px #fff, 2112px 1552px #fff, 363px 1429px #fff,
  2233px 613px #fff, 958px 883px #fff, 1598px 13px #fff, 220px 1497px #fff,
  440px 2165px #fff, 571px 2081px #fff, 2108px 676px #fff, 851px 50px #fff,
  1093px 1113px #fff, 2340px 2213px #fff, 1492px 1939px #fff, 529px 174px #fff,
  916px 379px #fff, 611px 867px #fff, 2163px 485px #fff, 462px 2191px #fff,
  1089px 2588px #fff, 1304px 2549px #fff, 429px 101px #fff, 1302px 909px #fff,
  1179px 712px #fff, 1792px 2122px #fff, 1403px 885px #fff, 1864px 2390px #fff,
  1729px 1403px #fff, 1246px 316px #fff, 1960px 2413px #fff, 1521px 2274px #fff,
  2166px 1445px #fff, 1211px 1222px #fff, 1025px 1089px #fff, 535px 957px #fff,
  216px 978px #fff, 1412px 316px #fff, 2359px 1087px #fff, 2492px 1566px #fff,
  1565px 929px #fff, 1654px 1654px #fff, 1823px 77px #fff, 750px 2014px #fff,
  2425px 647px #fff, 1235px 933px #fff, 524px 1792px #fff, 1544px 852px #fff,
  291px 2448px #fff, 476px 1251px #fff, 186px 2339px #fff, 1355px 1788px #fff,
  364px 579px #fff, 1905px 2134px #fff, 2391px 1896px #fff, 391px 2457px #fff,
  2235px 2496px #fff, 1787px 2425px #fff, 1913px 2170px #fff,
  214px 1345px #fff, 1739px 782px #fff, 2379px 774px #fff, 958px 2540px #fff,
  422px 289px #fff, 807px 424px #fff, 658px 711px #fff, 2064px 2094px #fff,
  2077px 89px #fff, 535px 1231px #fff, 1457px 2394px #fff, 2412px 2272px #fff,
  2503px 2435px #fff, 708px 61px #fff, 1094px 1288px #fff, 704px 219px #fff,
  1369px 468px #fff, 2235px 416px #fff, 449px 152px #fff, 2137px 280px #fff,
  2284px 1574px #fff, 2113px 876px #fff, 369px 472px #fff, 617px 1947px #fff,
  1549px 368px #fff, 1263px 923px #fff, 2322px 389px #fff, 1054px 1211px #fff,
  702px 1028px #fff, 2504px 2253px #fff, 994px 242px #fff, 2558px 2036px #fff,
  133px 845px #fff, 1959px 1921px #fff, 1681px 1654px #fff, 1130px 1831px #fff,
  1312px 2628px #fff, 1240px 2342px #fff, 1226px 1689px #fff, 665px 526px #fff,
  1760px 10px #fff, 2616px 2412px #fff, 1425px 1863px #fff, 1278px 49px #fff,
  207px 107px #fff, 2546px 667px #fff, 1431px 2455px #fff, 202px 2219px #fff,
  1311px 2033px #fff, 2217px 1512px #fff;
}

#stars2:after {
  content: '';
  position: absolute;
  top: 2000px;
  width: 2px;
  height: 2px;
  background: transparent;
  box-shadow: 1925px 425px #fff, 2360px 2211px #fff, 441px 1814px #fff,
  1167px 452px #fff, 756px 2436px #fff, 1891px 2239px #fff, 2588px 2536px #fff,
  160px 1302px #fff, 1388px 1421px #fff, 615px 506px #fff, 562px 148px #fff,
  695px 1568px #fff, 1036px 869px #fff, 1859px 923px #fff, 1443px 1947px #fff,
  2126px 2485px #fff, 1065px 2503px #fff, 1036px 1637px #fff, 734px 1239px #fff,
  1405px 1590px #fff, 375px 1702px #fff, 659px 2641px #fff, 2437px 1489px #fff,
  2396px 1719px #fff, 7px 2255px #fff, 547px 2529px #fff, 804px 582px #fff,
  31px 1611px #fff, 311px 1755px #fff, 723px 457px #fff, 1472px 226px #fff,
  2131px 260px #fff, 1203px 861px #fff, 90px 1939px #fff, 863px 2618px #fff,
  989px 897px #fff, 1498px 635px #fff, 949px 2412px #fff, 1976px 699px #fff,
  359px 2175px #fff, 2568px 198px #fff, 2403px 502px #fff, 10px 518px #fff,
  1881px 929px #fff, 1959px 1610px #fff, 2114px 187px #fff, 359px 2267px #fff,
  91px 1892px #fff, 1473px 1400px #fff, 2588px 170px #fff, 493px 493px #fff,
  1981px 292px #fff, 474px 2507px #fff, 482px 482px #fff, 2521px 1670px #fff,
  2632px 1396px #fff, 1259px 1784px #fff, 2332px 321px #fff, 683px 1295px #fff,
  86px 1964px #fff, 2447px 727px #fff, 1263px 924px #fff, 610px 1529px #fff,
  1494px 1997px #fff, 639px 1250px #fff, 904px 1115px #fff, 1060px 1554px #fff,
  2629px 1983px #fff, 976px 2292px #fff, 279px 396px #fff, 1085px 835px #fff,
  912px 1024px #fff, 2288px 355px #fff, 2211px 679px #fff, 1969px 1517px #fff,
  774px 329px #fff, 1739px 1267px #fff, 835px 873px #fff, 1193px 2041px #fff,
  359px 1238px #fff, 1052px 621px #fff, 1776px 2303px #fff, 1347px 2198px #fff,
  2541px 1271px #fff, 780px 1085px #fff, 110px 606px #fff, 1236px 1965px #fff,
  2110px 2253px #fff, 816px 1596px #fff, 401px 2370px #fff, 2275px 1904px #fff,
  589px 1202px #fff, 2215px 949px #fff, 2112px 1552px #fff, 363px 1429px #fff,
  2233px 613px #fff, 958px 883px #fff, 1598px 13px #fff, 220px 1497px #fff,
  440px 2165px #fff, 571px 2081px #fff, 2108px 676px #fff, 851px 50px #fff,
  1093px 1113px #fff, 2340px 2213px #fff, 1492px 1939px #fff, 529px 174px #fff,
  916px 379px #fff, 611px 867px #fff, 2163px 485px #fff, 462px 2191px #fff,
  1089px 2588px #fff, 1304px 2549px #fff, 429px 101px #fff, 1302px 909px #fff,
  1179px 712px #fff, 1792px 2122px #fff, 1403px 885px #fff, 1864px 2390px #fff,
  1729px 1403px #fff, 1246px 316px #fff, 1960px 2413px #fff, 1521px 2274px #fff,
  2166px 1445px #fff, 1211px 1222px #fff, 1025px 1089px #fff, 535px 957px #fff,
  216px 978px #fff, 1412px 316px #fff, 2359px 1087px #fff, 2492px 1566px #fff,
  1565px 929px #fff, 1654px 1654px #fff, 1823px 77px #fff, 750px 2014px #fff,
  2425px 647px #fff, 1235px 933px #fff, 524px 1792px #fff, 1544px 852px #fff,
  291px 2448px #fff, 476px 1251px #fff, 186px 2339px #fff, 1355px 1788px #fff,
  364px 579px #fff, 1905px 2134px #fff, 2391px 1896px #fff, 391px 2457px #fff,
  2235px 2496px #fff, 1787px 2425px #fff, 1913px 2170px #fff,
  214px 1345px #fff, 1739px 782px #fff, 2379px 774px #fff, 958px 2540px #fff,
  422px 289px #fff, 807px 424px #fff, 658px 711px #fff, 2064px 2094px #fff,
  2077px 89px #fff, 535px 1231px #fff, 1457px 2394px #fff, 2412px 2272px #fff,
  2503px 2435px #fff, 708px 61px #fff, 1094px 1288px #fff, 704px 219px #fff,
  1369px 468px #fff, 2235px 416px #fff, 449px 152px #fff, 2137px 280px #fff,
  2284px 1574px #fff, 2113px 876px #fff, 369px 472px #fff, 617px 1947px #fff,
  1549px 368px #fff, 1263px 923px #fff, 2322px 389px #fff, 1054px 1211px #fff,
  702px 1028px #fff, 2504px 2253px #fff, 994px 242px #fff, 2558px 2036px #fff,
  133px 845px #fff, 1959px 1921px #fff, 1681px 1654px #fff, 1130px 1831px #fff,
  1312px 2628px #fff, 1240px 2342px #fff, 1226px 1689px #fff, 665px 526px #fff,
  1760px 10px #fff, 2616px 2412px #fff, 1425px 1863px #fff, 1278px 49px #fff,
  207px 107px #fff, 2546px 667px #fff, 1431px 2455px #fff, 202px 2219px #fff,
  1311px 2033px #fff, 2217px 1512px #fff;
}

#stars3 {
  width: 3px;
  height: 3px;
  background: transparent;
  animation: animStar 200s linear infinite;
  box-shadow: 514px 2497px #fff, 1010px 2080px #fff, 1977px 1328px #fff,
  1260px 2431px #fff, 2629px 1331px #fff, 1707px 2610px #fff, 872px 377px #fff,
  1686px 2174px #fff, 2420px 795px #fff, 853px 2527px #fff, 393px 75px #fff,
  1224px 2154px #fff, 633px 2471px #fff, 875px 815px #fff, 1557px 1812px #fff,
  1887px 376px #fff, 1379px 972px #fff, 668px 881px #fff, 2077px 615px #fff,
  509px 1592px #fff, 1557px 1639px #fff, 1165px 2351px #fff, 1138px 2147px #fff,
  1828px 2558px #fff, 2294px 1220px #fff, 1266px 158px #fff, 1021px 1611px #fff,
  1319px 1944px #fff, 2565px 953px #fff, 2589px 1004px #fff, 2417px 1493px #fff,
  2521px 2223px #fff, 611px 263px #fff, 340px 360px #fff, 1000px 723px #fff,
  1625px 2472px #fff, 2461px 589px #fff, 416px 2471px #fff, 942px 593px #fff,
  2056px 927px #fff, 896px 1536px #fff, 1478px 172px #fff, 472px 2380px #fff,
  1989px 1295px #fff, 2255px 638px #fff, 1750px 1682px #fff, 2187px 1413px #fff,
  1572px 315px #fff, 567px 2104px #fff, 1142px 336px #fff, 609px 1248px #fff,
  2017px 2186px #fff, 2584px 79px #fff, 281px 2194px #fff, 1284px 2375px #fff,
  629px 946px #fff, 172px 101px #fff, 1884px 1577px #fff, 1208px 2101px #fff,
  2544px 1013px #fff, 271px 1520px #fff, 2657px 1405px #fff, 1952px 1730px #fff,
  191px 2229px #fff, 27px 2129px #fff, 508px 1811px #fff, 1212px 1001px #fff,
  1979px 1868px #fff, 1066px 207px #fff, 231px 731px #fff, 449px 1816px #fff,
  1592px 1029px #fff, 800px 646px #fff, 907px 2496px #fff, 462px 1998px #fff,
  541px 1514px #fff, 1263px 1862px #fff, 1226px 1514px #fff, 2257px 389px #fff,
  1646px 1703px #fff, 1380px 1592px #fff, 500px 2512px #fff,
  1669px 2234px #fff, 1340px 1750px #fff, 2045px 1924px #fff,
  1577px 1162px #fff, 2616px 851px #fff, 1783px 25px #fff, 38px 2303px #fff,
  21px 2194px #fff, 1357px 1429px #fff, 961px 563px #fff, 1562px 54px #fff,
  657px 2602px #fff, 1723px 573px #fff, 232px 2004px #fff, 1105px 160px #fff,
  662px 2589px #fff, 820px 1170px #fff, 319px 535px #fff;
}

#stars3:after {
  content: '';
  position: absolute;
  top: 2000px;
  width: 3px;
  height: 3px;
  background: transparent;
  box-shadow: 514px 2497px #fff, 1010px 2080px #fff, 1977px 1328px #fff,
  1260px 2431px #fff, 2629px 1331px #fff, 1707px 2610px #fff, 872px 377px #fff,
  1686px 2174px #fff, 2420px 795px #fff, 853px 2527px #fff, 393px 75px #fff,
  1224px 2154px #fff, 633px 2471px #fff, 875px 815px #fff, 1557px 1812px #fff,
  1887px 376px #fff, 1379px 972px #fff, 668px 881px #fff, 2077px 615px #fff,
  509px 1592px #fff, 1557px 1639px #fff, 1165px 2351px #fff, 1138px 2147px #fff,
  1828px 2558px #fff, 2294px 1220px #fff, 1266px 158px #fff, 1021px 1611px #fff,
  1319px 1944px #fff, 2565px 953px #fff, 2589px 1004px #fff, 2417px 1493px #fff,
  2521px 2223px #fff, 611px 263px #fff, 340px 360px #fff, 1000px 723px #fff,
  1625px 2472px #fff, 2461px 589px #fff, 416px 2471px #fff, 942px 593px #fff,
  2056px 927px #fff, 896px 1536px #fff, 1478px 172px #fff, 472px 2380px #fff,
  1989px 1295px #fff, 2255px 638px #fff, 1750px 1682px #fff, 2187px 1413px #fff,
  1572px 315px #fff, 567px 2104px #fff, 1142px 336px #fff, 609px 1248px #fff,
  2017px 2186px #fff, 2584px 79px #fff, 281px 2194px #fff, 1284px 2375px #fff,
  629px 946px #fff, 172px 101px #fff, 1884px 1577px #fff, 1208px 2101px #fff,
  2544px 1013px #fff, 271px 1520px #fff, 2657px 1405px #fff, 1952px 1730px #fff,
  191px 2229px #fff, 27px 2129px #fff, 508px 1811px #fff, 1212px 1001px #fff,
  1979px 1868px #fff, 1066px 207px #fff, 231px 731px #fff, 449px 1816px #fff,
  1592px 1029px #fff, 800px 646px #fff, 907px 2496px #fff, 462px 1998px #fff,
  541px 1514px #fff, 1263px 1862px #fff, 1226px 1514px #fff, 2257px 389px #fff,
  1646px 1703px #fff, 1380px 1592px #fff, 500px 2512px #fff,
  1669px 2234px #fff, 1340px 1750px #fff, 2045px 1924px #fff,
  1577px 1162px #fff, 2616px 851px #fff, 1783px 25px #fff, 38px 2303px #fff,
  21px 2194px #fff, 1357px 1429px #fff, 961px 563px #fff, 1562px 54px #fff,
  657px 2602px #fff, 1723px 573px #fff, 232px 2004px #fff, 1105px 160px #fff,
  662px 2589px #fff, 820px 1170px #fff, 319px 535px #fff;
}


@keyframes animStar {
  from {
      transform: translateY(0px);
  }
  to {
      transform: translateY(-2000px);
  }
}

.footer-container {
  margin-top: 15px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.container-footer {
  transition: all .5s ease;
}

.footer-block {
  background: var(--card);
  border: 1px solid var(--bottom-line-table);
  padding: 15px;
  border-radius: 12px;
}

.footer_logolinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_namepay {
  display: flex;
  align-items: center;
}

.footer_links {
  display: flex;
  gap: 15px;
}

.footer_name {
  font-size: 20px;
  font-weight: 600;
  font-family: "Unbounded";
  text-transform: uppercase;
  color: var(--span);
  margin-right: 15px;
  border-right: solid 1px var(--button-hover);
  padding-right: 15px;
}

.footer_text {
  display: grid;
  max-width: 500px;
}

.email_footer {
  font-weight: 500;
  color: var(--text-custom);
  width: 100%;
  font-size: 14px;
  order: 3;
}

.copyrightsite {
  font-weight: 500;
  color: var(--text-custom);
  font-size: 13px;
  order: 3;
}

.footer_links {
  display: flex;
  gap: 15px;
}

.footer_links>a {
  cursor: pointer;
  font-weight: 500;
}