html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-y: auto;
  overflow-x: hidden;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 600px) {
  body {
    font-family: "Montserrat", sans-serif;
    font-weight: var(--font-weight-1);
    letter-spacing: 1px;
    font-size: 11px;
    margin: 0;
    height: 100%;
    line-height: 1.5;
    text-align: left;
    padding-right: 0;
    background-color: var(--fon);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: var(--default-text-color);
    transition-property: background-color;
    transition-duration: 100ms;
  }

  svg.svg-stand {
    height: 11px;
  }

  .loader-stand {
    width: 11px;
    height: 11px;
    border: 1px solid;
    border-color: var(--span-color) transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-loader 1s linear infinite;
  }

  .input-start-1 {
    flex-wrap: wrap;
  }

  .input-start-2 {
    flex-wrap: wrap;
  }

  .input-start-dop {
    width: 100%;
  }

  .footer-container > a {
    display: none;
  }
}

@media (min-width: 600px) {
  body {
    font-family: "Montserrat", sans-serif;
    font-weight: var(--font-weight-1);
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
    height: 100%;
    line-height: 1.5;
    text-align: left;
    padding-right: 0;
    background-color: var(--fon);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: var(--default-text-color);
    transition-property: background-color;
    transition-duration: 100ms;
  }

  svg.svg-stand {
    height: 14px;
  }

  .loader-stand {
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: var(--span-color) transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-loader 1s linear infinite;
  }

  .footer-container > a > img {
    cursor: pointer;
    position: fixed;
    height: 150px;
    width: 150px;
    left: 25px;
    z-index: 9998;
    bottom: 40px;
    border-radius: 6px 6px 0px 0px;
  }

  .footer-container > a > div {
    padding: 2px 0px;
    position: fixed;
    font-size: 11px;
    text-align: center;
    width: 150px;
    left: 25px;
    z-index: 9998;
    bottom: 15px;
    border-radius: 6px;
    color: var(--span-color);
    background: var(--tablcolor);
    border: solid 2px var(--navbar-first-color);
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  margin-top: 0;
  font-family: inherit;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.2;
}

dl,
ol,
ul,
ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

a {
  color: var(--span-color);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

span {
  color: var(--span-color);
}

span1 {
  color: var(--color-default);
  text-align: center;
}

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

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

.margin-top-0 {
  margin-top: 0 !important;
}

sup {
  top: -0.5em;
}

li1 {
  list-style-type: none;
}

select {
  word-wrap: normal;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

img {
  vertical-align: middle;
  border-style: none;
}

table {
  border: none;
  border-collapse: collapse;
}

th img {
  height: 20px;
  border-radius: 6px;
}

tbody th a {
  color: var(--default-text-color);
}

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

li {
  list-style-type: none;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

[hidden] {
  display: none;
}

::-webkit-file-upload-button {
  background-color: var(--fon);
  color: var(--color-default);
  border: 2px solid var(--navbar-first-color);
  font-weight: 600;
  margin-right: 10px;
  margin-left: -14px;
  cursor: pointer;
  border-radius: 6px;
  padding: 0px 10px 0px 10px;
  transition: 0.5s;
}

::-webkit-file-upload-button:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

.color-red {
  color: red;
}

.color-yellow {
  color: yellow;
}

.color-green {
  color: #1ad008;
}

.color-blue {
  color: aqua;
}

.color-dark {
  color: var(--color-dark);
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row12 .col-md-3 {
  margin-top: 0rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table-responsive {
  display: block;
  width: 100%;
}

.table-card {
  display: grid;
  padding: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  overflow-x: auto;
}

.table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0px 5px;
  white-space: nowrap;
}

.tb-name a {
  color: var(--default-text-color);
}

.tb-name {
  max-width: 160px;
}

.pointer {
  cursor: pointer;
}

.pointer:hover a {
  color: var(--color-default);
}

.img-ava-banner-del {
  display: flex;
  color: var(--link-second-navbar-color);
  align-items: center;
}

.img-ava-banner-del i {
  margin: 0px 5px;
}

.table td,
.table th {
  padding: 10px;
  vertical-align: middle;
  color: var(--link-second-navbar-color);
  font-size: 10px;
  border-top: none;
  font-weight: 600;
}

.table thead th {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-dark);
  vertical-align: bottom;
}

.table thead th > svg {
  height: 10px;
  fill: var(--color-dark);
}

.table-hover > tbody > tr th:first-child {
  border-radius: 6px 0px 0px 6px;
}

.table-hover > tbody > tr th:last-child {
  border-radius: 0px 6px 6px 0px;
}

.table-hover > tbody > tr.tabledescription th:last-child {
  border-radius: 6px;
}

.table tbody tr {
  background-color: var(--fon);
  border-radius: 6px;
  transition: 0.5s;
}

.table tbody tr.user-are-you {
  position: relative;
  background: var(--tablcolor);
}

.table tbody tr.user-are-you .number-table,
.table-hover tbody tr:hover .number-table {
  background-color: var(--fon);
}

.table tbody tr.user-are-you th.you::before {
  content: "\0412 \044B";
  color: var(--fon);
  font-size: 9px;
  background-color: var(--span-color);
  border-radius: 0px 6px 0px 6px;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.table tbody tr .tb-type i {
  font-size: 1.4em;
  color: var(--default-text-color);
}

.tabs-panel {
  float: left;
}

.table .selected {
  color: var(--span-color);
}

.table-hover tbody tr:hover {
  -webkit-transform: rotateX(0) translateY(-2.5px);
  transform: rotateX(0) translateY(-2.5px);
  background: var(--tablcolor);
}

.table-hover tbody tr:hover th,
.table-hover tbody tr:hover th .style-tabl-time,
.table-hover tbody tr:hover th a {
  transition: 0.5s;
  color: var(--color-default);
}

.table-header {
  width: 100%;
  float: left;
}

::-webkit-scrollbar-thumb {
  background-color: var(--span-color);
}

::-webkit-scrollbar-track {
  border-radius: 6px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  overflow: hidden;
  margin-bottom: 0px;
  overflow-x: auto;
}

.cardyd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  overflow: hidden;
  margin-bottom: 0px;
  overflow-x: auto;
}

.icon {
  margin-right: 5px;
  display: inline-block;
}

.icon svg,
.icon img {
  filter: invert(var(--svg));
  margin-bottom: 4px;
  width: 16px;
}

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

.card-container {
  margin: 25px;
}

.card-bottom {
  margin-left: 25px;
}

.card .nav-tabs {
  margin-left: 10px;
  border-bottom: 0;
  font-weight: var(--font-weight-2);
  font-size: 14px;
}

.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--span-color);
  background-color: inherit;
  border-color: inherit;
}

.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  color: var(--default-text-color);
  padding: 0.5rem 0rem;
  margin-left: 15px;
}

.card .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.card .nav-tabs .nav-item.show .nav-link,
.nav-tabs img {
  height: 24px;
  width: 24px;
  margin-bottom: 3px;
}

.card-block-big .info {
  color: var(--default-text-color);
}

.circle_map {
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  max-width: 32px;
  width: 32px;
  max-height: 32px;
  height: 32px;
}

.rounded-30px {
  border-radius: 6px;
  height: 30px;
  width: 30px;
  object-fit: cover;
}

.rounded-circle {
  border-radius: 6px;
  width: 20px;
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text_on_line {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: var(--default-text-color);
}

.text_on_line:before,
.text_on_line:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--navbar-first-color);
  z-index: -1;
  position: relative;
  vertical-align: middle;
}

.text_on_line:before {
  right: 15px;
  margin: 0 0 0 -100%;
}

.text_on_line:after {
  left: 15px;
  margin: 0 -100% 0 0;
}

.a-type {
  transition: 0.5s;
  cursor: pointer;
}

.a-type:hover {
  background-color: var(--span-color);
  color: var(--fon);
}

.a-type a:hover {
  background-color: var(--span-color);
  color: var(--fon);
}

.logo-area {
  max-height: 59px;
  max-width: 270px;
  z-index: 99;
}

.logo-area img {
  position: relative;
  left: 48px;
  max-height: 40px;
  max-width: 190px;
}

.right-area {
  display: inline-block;
  position: fixed;
  float: right;
  right: 6px;
}

.right-area ul {
  padding-left: 20px;
}

.right-area li {
  float: right;
  padding: 10px;
}

.right-area svg,
.right-area img {
  margin-bottom: 2px;
  height: 15px;
}

.right-area .subsection svg,
.right-area .subsection img {
  margin-bottom: 2px;
  height: 18px;
}

.search i {
  margin-top: 1.9px;
  font-size: 1.35em;
  color: var(--default-text-color);
}

.search_form {
  width: 270px;
  padding: 16px;
}

.search_form .input-form {
  margin-bottom: 15px;
}

.section .subsection {
  position: absolute;
  right: 10px;
  top: 50px;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background-color: var(--sidebar-color);
  list-style: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  visibility: hidden;
  min-width: 150px;
  text-align: left;
  margin: 0;
  opacity: 0;
  padding: 0;
}

.section:hover .subsection,
.sh:hover .subsection {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.section .subsection li {
  width: 100%;
  border-bottom: 1px solid var(--hover);
  padding: 4px 10px;
}

.section .subsection a {
  color: var(--default-text-color);
  display: inline-block;
  line-height: 1.2em;
  padding: 5px 0;
  text-decoration: none;
}

.table-active {
  color: var(--default-text-color);
  background-color: var(--sidebar-gradient-2);
}

.user-details span a {
  color: var(--default-text-color);
  transition: 0.5s;
}

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

.user-details span {
  color: #111111;
}

.user-rank > i {
  color: #111111;
}

.treeview-menu > li > a {
  color: #111111;
}

.select-panel-pages {
  float: right;
  margin-left: 5px;
}

.select-panel-table {
  display: inline-block;
  margin-left: 25px;
}

.select-panel select {
  color: var(--color-default);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: transparent;
  border-image: none;
  outline-color: transparent;
  box-shadow: none;
}

.select-panel select option {
  font-weight: var(--font-weight-2);
  font-size: 13px;
  color: var(--default-text-color);
  background-color: var(--sidebar-color);
}

.button {
  font-weight: var(--font-weight-2);
  font-size: 12px;
  margin-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  color: var(--fon);
  background-color: var(--span-color);
  border: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  user-select: none;
  outline: none;
  float: right;
}

.plug {
  background-color: var(--sidebar-color);
  width: 100%;
  height: 100%;
}

.plug1 {
  background-color: var(--sidebar-color);
  width: 100%;
  height: 135px;
}

/* 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-color);
  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-color);
  transition: 0.3s;
}

.border-checkbox {
  display: none;
}

.border-checkbox:checked + .border-checkbox-label:after {
  background-color: var(--span-color);
  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-color) !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-color) !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-color);
}

.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-color);
  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');
}

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

.modal-window {
  width: 100%;
  min-height: 100vh;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  position: fixed;
  background-color: rgba(21, 18, 38, 0.98);
}

.modal-window .card {
  border: 1px solid var(--default-text-color);
  border-radius: 2px;
}

.modal-window:target {
  display: flex;
}

.modal-window > div {
  position: absolute;
  border-radius: 6px;
  min-width: 25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--sidebar-color);
}

.login_form {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}

.no_steam {
  float: right;
  margin-bottom: 16px;
}

.login_form > .input-form {
  margin-bottom: 15px;
}

.modal-close {
  position: absolute;
  right: -40px;
  top: -40px;
  color: var(--fon);
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--span-color);
  text-decoration: none;
  transition: 0.5s;
}

.modal-close i {
  position: absolute;
  bottom: 17px;
  left: 17px;
  color: var(--color-default);
  font-size: 16px;
}

.modal-close img {
  width: 20px;
  height: 20px;
}

.modal-close:hover {
  color: var(--default-text-color);
}

.btn_form {
  margin-top: 0.375rem;
  margin-right: 0.375rem;
  margin-bottom: 0.375rem;
}

.btn {
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  padding: 6px 15px;
  outline: none;
  font-weight: 400;
  font-size: 0.81rem;
  background-color: var(--span-color);
  color: var(--fon);
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  word-wrap: break-word;
}

@media (max-width: 575.98px) {
  ::-webkit-scrollbar {
    border-radius: 6px;
    height: 3px;
    width: 3px;
  }

  .badge {
    padding: 0.6em 0.6em;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 10px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 7px;
  }

  .tb-hs,
  .tb-time,
  .tb-time-two,
  .tb-death {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  ::-webkit-scrollbar {
    border-radius: 6px;
    height: 4px;
    width: 4px;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 12px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 9px;
  }

  .tb-time-two {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  ::-webkit-scrollbar {
    border-radius: 6px;
    height: 4px;
    width: 4px;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 13px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 11px;
  }

  .tb-time-two {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  ::-webkit-scrollbar {
    border-radius: 6px;
    height: 5px;
    width: 5px;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 15px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 13px;
  }

  .tb-time-two {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  ::-webkit-scrollbar {
    border-radius: 6px;
    height: 6px;
    width: 6px;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 15px;
  }

  .select-panel select {
    font-weight: var(--font-weight-2);
    font-size: 13px;
  }

  .tb-time-two {
    display: none;
  }
}

@media (min-width: 1500px) {
  ::-webkit-scrollbar {
    border-radius: 6px;
    height: 6px;
    width: 6px;
  }

  .card h5 {
    font-weight: var(--font-weight-2);
    font-size: 15px;
  }
}

.table tbody th {
  font-size: 10px;
  font-weight: var(--font-weight-2);
}

.select-panel select,
.table tbody th {
  font-size: 10px;
  font-weight: var(--font-weight-2);
}

#button_open {
  display: flex;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  background-color: var(--fon);
  user-select: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

#button_open svg {
  fill: var(--span-color);
  height: 16px;
  width: 16px;
  transition: 0.5s;
}

#button_open.active {
  background-color: var(--span-color);
}

#button_open.active svg {
  fill: var(--fon);
}

.card_info_block {
  display: none;
  background-color: var(--sidebar-color);
  height: 180px;
  width: 300px;
}

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

.rank_img {
  text-align: center;
  width: 20%;
}

.rank-details {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  color: #111111;
}

.rank-mini-li > a {
  text-decoration: none;
}

.lng-dropdown {
  display: none;
}

.treeview-menu {
  display: none;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}

.notification {
  position: absolute;
}

.notification span {
  display: flex;
  position: absolute;
  font-size: 8px;
  padding-left: 2px;
  font-weight: 600;
  bottom: 5px;
  left: 10px;
  color: var(--fon);
  background-color: var(--span-color);
  border-radius: 14px;
  width: 14px;
  height: 14px;
  user-select: none;
  animation: 3s notipulse ease infinite;
  justify-content: center;
  align-items: center;
}

.submenu-link span {
  display: flex;
  position: absolute;
  font-size: 10px;
  padding-left: 2px;
  font-weight: 600;
  /* bottom: 5px; */
  right: 20px;
  color: #90edb3;
  background-color: hsl(143deg 72% 75% / 10%);
  border-radius: 14px;
  width: 17px;
  height: 17px;
  user-select: none;
  animation: 3s subpulse ease infinite;
  justify-content: center;
  align-items: center;
}

.mobile-menu-site span {
  display: flex;
  font-size: 10px;
  font-weight: 600;
  color: #90edb3;
  background-color: hsl(143deg 72% 75% / 10%);
  border-radius: 14px;
  width: 17px;
  height: 17px;
  user-select: none;
  animation: 3s subpulse ease infinite;
  justify-content: center;
  align-items: center;
}

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

  50% {
    box-shadow: 0 0 0 0.1px #90edb3;
  }

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

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

  50% {
    box-shadow: 0 0 0 0.1px var(--span-color);
  }

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

.notifications-item .icon {
  font-size: 15px;
  color: var(--color-default);
}

.notifications-item .text {
  font-size: 12px;
}

.unshow {
  display: none !important;
}

.load {
  transition: none !important;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
    -webkit-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0 0);
    -webkit-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
    -webkit-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0) t;
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}

.open_menu {
  display: none;
}

.open_menu > div {
  display: flex;
  padding: 30px 15px 0px 0px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.avatarka-menu-mob {
  margin: 10px;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  opacity: 0.6;
  transition: 0.5s;
  object-fit: cover;
}

.avatarka-menu-mob:hover {
  opacity: 1;
}

.block-grid-profile {
  gap: 5px;
  display: flex;
  padding-right: 15px;
  align-items: center;
  background-color: var(--navbar-first-color);
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.block-grid-exit {
  display: flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 6px;
  background-color: var(--fon);
  margin-left: 15px;
  font-weight: 500;
  font-size: 12px;
}

.block-grid-exit i {
  font-size: 16px;
  color: var(--link-second-navbar-color);
  user-select: none;
}

.exit {
  position: absolute;
  right: -1px;
  left: -1px;
  bottom: -1px;
  height: 30px;
  margin: 0;
  background-color: var(--span-color);
  text-align: center;
  line-height: 30px;
  color: var(--fon);
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.rank_img {
  width: auto;
  height: 20px;
}

.rank_img img {
  height: 20px;
  vertical-align: inherit;
  padding-left: 5px;
}

.user_rank {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.user_rank .rank-details {
  margin-left: 0px;
  color: var(--link-first-navbar-color);
  font-weight: 500;
  padding-left: 5px;
}

.avatar .submenu {
  left: -70px;
  padding-bottom: 30px;
}

.wrapper_name_balance {
  margin-top: 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-bottom-color);
}

.avatar .balance {
  padding: 2px 0;
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.avatar .balance i {
  margin-right: 4px;
  display: inline-block;
  color: var(--span-color);
}

.avatar .name {
  cursor: pointer;
  margin: 0;
  margin-left: 5px;
  color: var(--span-color);
}

.avatar .name1 {
  cursor: pointer;
  color: var(--color-default);
}

.avatar .submenu-link a {
  cursor: pointer;
  user-select: none;
}

.avatar .submenu-link a img {
  border-radius: 6px;
  height: 35px;
  width: 35px;
  border: solid 2px var(--span-color);
  object-fit: cover;
}

.none_notic {
  margin: 5px;
}

.notifications-item .icon {
  color: var(--color-default);
  display: flex;
  align-items: center;
}

.notifications-item .icon i {
  width: auto;
  margin-right: 5px;
}

.notifications-item:not(:first-child) {
  border-top: 1.5px solid var(--navbar-first-color);
}

.notifications-item {
  padding: 5px;
}

.notifications-item .text {
  font-size: 12px;
  font-weight: 500;
  color: var(--link-first-navbar-color);
}

.fix-notic {
  height: auto;
  display: inline-block !important;
}

.search_button {
  display: flex;
  align-items: center;
  padding: 3px 7px;
  margin-left: 4px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: var(--span-color);
  font-weight: 500;
  font-size: 12px;
  color: var(--fon);
  cursor: pointer;
}

.search_profile_form label {
  margin-left: 4px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.search_profile_form #search_profile {
  width: 160px;
  margin-left: 4px;
  padding: 3px 5px;
  font-size: 10px;
  border-radius: 2px;
  border: 1px solid var(--link-first-navbar-color);
}

.steam_auth1 {
  color: var(--fon);
  display: flex;
  user-select: none;
  align-items: center;
  height: 35px;
  min-width: 35px;
  gap: 10px;
  padding: 0 10px;
  border-radius: 6px;
  background-color: var(--span-color);
  font-weight: 600;
  z-index: 500;
  justify-content: center;
}

.steam_auth1 svg {
  fill: var(--fon);
  width: 16px;
  height: 16px;
}

.steam_auth2 {
  z-index: 500;
  display: flex;
  min-width: 30px;
  max-width: 30px;
  align-items: center;
  height: 30px;
  border-radius: 0px 6px 6px 0px;
  background-color: var(--fon);
  justify-content: center;
  font-size: 12px;
  transition: 0.5s;
  border-left: solid 2px var(--navbar-first-color);
}

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

.steam_auth2 svg {
  transition: 0.5s;
  height: 16px;
  fill: var(--color-dark);
  user-select: none;
}

.steam_auth2:hover svg {
  fill: var(--fon);
}

.navbar_first {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  height: 60px;
  width: 100%;
  background-color: var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  align-items: center;
  justify-content: space-between;
}

.navbar_second {
  width: 100%;
  height: 60px;
  z-index: 9998;
  margin-bottom: 10px;
  display: flex;
  background-color: var(--fon);
  border: solid 2px var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.navbar_second .submenu-link {
  font-weight: 600;
  font-size: 8px;
  position: relative;
  text-transform: uppercase;
}

.submenu {
  cursor: default;
  z-index: 20000;
  background-color: var(--navbar-first-color);
  position: absolute;
  left: -80px;
  top: 63px;
  width: max-content;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.5s ease-in-out;
  border: 1px solid var(--border-bottom-color1);
}

.submenu-second::before {
  display: none;
}

.submenu-second {
  top: 42px;
  border-radius: 5px;
  padding: 0px 10px;
}

.submenu .lang:not(:first-child) {
  border-top: 1px solid var(--border-bottom-color);
}

.submenu .lang {
  padding: 5px 10px;
}

.submenu .lang a img {
  width: 20px;
  margin-right: 10px;
}

.submenu .lang a {
  font-size: 12px;
  font-weight: 500;
  color: var(--link-first-navbar-color);
}

.submenu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  background-color: var(--navbar-first-color);
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid var(--border-bottom-color);
  border-left: 1px solid var(--border-bottom-color);
}

.active-mobile > .mobile-menu-site {
  color: var(--fon);
  background-color: var(--span-color);
}

.active-mobile > .mobile-menu-site svg {
  fill: var(--fon);
}

.mobile-menu-site {
  width: 150px;
  height: 40px;
  display: flex;
  cursor: pointer;
  gap: 10px;
  color: var(--color-dark);
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  background-color: var(--navbar-first-color);
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.mobile-menu-site svg {
  transition: 0.5s;
  fill: var(--color-dark);
  height: 11px;
}

.mobile-menu-site:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

.mobile-menu-site:hover svg {
  fill: var(--fon);
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.main-container {
  min-height: calc(100vh - 286.1px);
}

@media (max-width: 1100px) {
  .navbar_second {
    display: none;
  }

  .navbar_first {
    padding-left: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  }

  .modular-container {
    margin-top: 30px;
  }

  .logotip-project {
    display: none;
  }

  .blocks-navbar.stats-project {
    display: none;
  }

  #search_engine {
    display: none;
  }
}

.container {
  padding: 0px 15px;
  transition: all 0.5s ease;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1100px) {
  .container {
    width: 100%;
    margin: auto;
  }

  .navbar_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  #button_open {
    display: none;
  }

  .open_menu {
    display: none !important;
  }
}

[data-tooltip],
.tooltip {
  position: relative;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: auto;
  background-color: var(--navbar-first-color);
  color: var(--color-default);
  content: attr(data-tooltip);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.tooltip-sidebar {
  display: none;
  position: absolute;
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  color: var(--color-default);
  margin-left: -30px;
  padding: 5px 10px;
  z-index: 9998;
}

.tooltip-sidebar::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-color: var(--navbar-first-color);
  transform: rotate(45deg);
  z-index: 9999;
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 0%;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: var(--default-text-color);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 90%;
  bottom: auto;
  left: 0%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-left: 24px;
  margin-bottom: 0;
  border-bottom-color: transparent;
  border-bottom-color: var(--default-text-color);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 1500px) {
  body {
    -webkit-background-size: auto 100vh;
    -moz-background-size: auto 100vh;
    -o-background-size: auto 100vh;
    background-size: auto 100vh;
  }
}

.logotip-project {
  position: absolute;
  width: 100%;
  z-index: 0;
  text-align: center;
}

.logotip-project > h1 > a {
  letter-spacing: 5px;
  transition: 0.5s;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.logotip-project > h1 > a > b {
  color: var(--color-default);
}

.logotip-project > h1 > a > svg {
  width: 30px;
  height: 30px;
}

.logotip-project > h1 > a:hover {
  text-shadow: 0 0 10px var(--span-color);
}

a.cp {
  color: var(--color-default);
  transition: 0.5s;
}

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

img {
  vertical-align: middle;
  border-style: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  text-shadow: none;
}

.flex-column {
  flex-direction: column !important;
}

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.dropdown-toggle {
  white-space: nowrap;
}

[role="button"] {
  cursor: pointer;
}

[role="button"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

a.cp1 {
  color: var(--cp);
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: row-reverse;
  transition: 0.5s;
}

a.cp1:hover {
  color: var(--cps);
}

a.cp2 {
  color: var(--cp);
  float: right;
  white-space: nowrap;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: row-reverse;
  transition: 0.5s;
}

a.cp2:hover {
  color: var(--cps);
}

a.cp3 {
  color: var(--cp);
  float: center;
  white-space: nowrap;
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: row-reverse;
  transition: 0.5s;
}

a.cp3:hover {
  color: var(--cps);
}

a.ggg:hover {
  transition: 0.5s;
  color: #0079e5 !important;
  text-shadow: 0.2px 0.2px 0.2px black, 0 0 0.2em red;
}

.search_rule {
  position: absolute;
  color: var(--color-dark);
  font-weight: 600;
  padding: 0px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  z-index: 9998;
  transform: translateY(-60px);
  transition: 0.5s;
  background-color: var(--fon);
}

.search_rule.active {
  transform: translateY(0px);
}

.search_rule svg {
  fill: var(--color-dark);
}

.modalDialog {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: var(--fon);
  z-index: 9999;
  max-width: 100%;
  padding: 30px;
  margin: auto;
  border-radius: 6px;
  transition: opacity 0.5s, transform 0.5s;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  pointer-events: none;
}

.modalDialog.active-modal {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  display: flex;
}

.modalDialog > div {
  width: 500px;
  position: relative;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  transition: background-color 0.3s;
  background-color: var(--news);
  backdrop-filter: blur(5px);
}

.modal-overlay.active-modal,
.window-model:target .modal-overlay {
  display: flex;
}

.window-model:target .modalDialog {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
  display: flex;
}

.modal-cross {
  font-size: 20px;
  cursor: pointer;
  color: var(--navbar-first-color);
  text-shadow: -1px -1px 0 var(--span-color), 1px -1px 0 var(--span-color),
    -1px 1px 0 var(--span-color), 1px 1px 0 var(--span-color);
  position: absolute;
  top: -15px;
  right: -15px;
  transition: 0.5s;
}

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

.text-bottom {
  margin-left: 5px;
  white-space: pre-line;
}

.img-project-gg {
  width: 100%;
  border-radius: 6px;
  margin-top: 20px;
}

.close {
  color: var(--color-default);
  float: right;
  font-weight: 600;
  font-size: 28px;
  bottom: 6px;
  position: relative;
}

.upbtn {
  display: flex;
  border-radius: 6px;
  background-color: var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  height: 40px;
  width: 40px;
  z-index: 9998;
  position: fixed;
  right: 15px;
  bottom: 125px;
  cursor: pointer;
  transition: 0.5s;
  transform: scale(0);
  align-items: center;
  justify-content: center;
}

.upbtn svg {
  fill: var(--color-default);
  height: 16px;
  width: 16px;
}

.upbtn:hover {
  transform: scale(1.1) !important;
}

.infoblock {
  transition: 0.5s;
}

.infoblock:hover {
  color: var(--fon);
  background-color: var(--knopka);
}

.infoblock12 {
  transition: 0.5s;
}

.infoblock12:hover {
  color: #15181d;
}

.infoblock1 {
  transition: 0.5s;
}

.infoblock1:hover {
  color: var(--fon);
  background-color: var(--knopka);
}

.i2nfo {
  transition: 0.5s;
}

.i2nfo:hover {
  background-color: rgba(253, 181, 16, 0.2);
}

.infoblock1 {
  transition: 0.5s;
}

.infoblock2 {
  border-radius: 6px;
  transition: 0.5s;
}

.infoblock2:hover {
  color: var(--fon);
  background-color: var(--knopka);
}

.infoblock2 svg {
  transition: 0.5s;
}

.infoblock2:hover svg {
  fill: var(--fon);
}

.infoblock1 i {
  transition: 0.5s;
}

.infoblock1:hover i {
  color: var(--color-default);
}

.rank-img {
  height: 28px;
  width: 70px;
}

.logosever1 img {
  opacity: 0.7;
  transition: 0.5s;
}

.logosever img {
  border-radius: 12px;
  opacity: 0.4;
  transition: 0.5s;
}

.logosever div {
  border-radius: 12px;
  opacity: 0.4;
}

@media (max-width: 599px) {
  .severlogo {
    height: 60px;
  }
}

@media (min-width: 600px) {
  .severlogo {
    height: 75px;
  }
}

.logosever img:hover {
  opacity: 1;
}

.logosever1 img:hover {
  opacity: 1;
}

@media (max-width: 599px) {
  .qqsever {
    font-size: 10px;
    margin-bottom: 5px;
  }
}

@media (min-width: 600px) {
  .qqsever {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.severtable {
  border: 1px solid var(--border-bottom-color);
}

.severggwp {
  background-color: var(--navbar-first-color);
  position: sticky;
  top: 0;
  z-index: 1;
}

.one {
  background-color: #abb2c6;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.two {
  background-color: #abb2c6;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.three {
  background-color: #abb2c6;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.four {
  background-color: #abb2c6;
}

.glava-home-flex {
  display: flex;
  text-align: center;
  justify-content: center;
}

.glava-home-flex a {
  color: var(--color-default);
  letter-spacing: 5px;
}

.glava-home-flex h4 {
  color: var(--color-dark);
}

@media (min-width: 850px) {
  .glava-home-flex-absolute {
    margin-top: -95px;
  }
}

@media (max-width: 850px) {
  .glava-home-flex-absolute {
    margin-bottom: 30px;
  }
}

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  border-radius: 6px;
}

.additional_item_navbar {
  z-index: 1;
  display: flex;
  cursor: pointer;
  gap: 10px;
  min-width: 30px;
  align-items: center;
  height: 30px;
  border-radius: 6px;
  transition: 0.5s;
  justify-content: center;
  color: var(--span-color);
  background-color: var(--fon);
}

.additional_item_navbar[data-modal="pay"] {
  padding: 0px 10px;
}

.additional_item_navbar:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

.additional_item_navbar:hover svg {
  fill: var(--fon);
}

.additional_item_navbar .top-reiting {
  min-width: 25px;
  max-width: 25px;
  max-height: 25px;
  min-height: 25px;
}

.additional_item_navbar svg {
  height: 14px;
  transition: 0.5s;
  fill: var(--span-color);
  user-select: none;
}

.steam_auth5 {
  display: flex;
  align-items: center;
  height: 26px;
  padding: 0 7px;
  border-radius: 6px;
  background-color: var(--fon);
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
  box-shadow: 0 0 2px rgb(93 92 92 / 60%);
}

.steam_auth5 i {
  font-size: 15px;
  color: var(--link-second-navbar-color);
}

.steam_auth5 p {
  color: var(--color-default);
}

.child-flex > *,
.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

.top1severskyray {
  outline: solid 2px #ffd700;
  outline-offset: 0px;
}

.top2severskyray {
  outline: solid 2px #c0c0c0;
  outline-offset: 0px;
}

.top3severskyray {
  outline: solid 2px #cd7f32;
  outline-offset: 0px;
}

.top123 {
  border-radius: 6px;
  border: 2px solid;
  font-weight: 600;
}

.infoblockggwp {
  color: var(--fon);
  background-color: var(--knopka);
  border-radius: 6px;
}

.search-result {
  display: grid;
  gap: 10px;
  position: absolute;
  z-index: 9999;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  padding: 15px;
  border-radius: 6px 0px 6px 6px;
  transition: 0.5s;
  width: 100%;
  top: 55px;
  max-height: 310px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
}

.search-block {
  height: 35px;
  color: var(--color-dark);
  font-weight: 600;
  font-size: 12px;
  padding-left: 15px;
  width: 100%;
  background-color: #00000000;
  -webkit-text-fill-color: var(--color-dark);
  letter-spacing: 1px;
}

.search-result.search-visible {
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}

.search-result > .search-result-block {
  display: flex;
  padding: 5px;
  color: var(--color-dark);
  font-weight: 600;
  transition: 0.5s;
  background-color: var(--fon);
  border-radius: 6px;
  align-items: center;
}

.search-result > .search-result-block:hover {
  opacity: 1;
  background: var(--tablcolor);
}

.search-result > .search-result-block .block-search-name {
  transition: 0.5s;
}

.search-result > .search-result-block:hover .block-search-name {
  color: var(--color-default);
}

.search-result > .search-result-block:hover > img {
  opacity: 1;
}

.search-result > .search-result-block:last-child {
  margin-bottom: 0;
}

.search-result > .search-result-block > img {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  border-radius: 6px;
  margin-right: 10px;
  transition: 0.5s;
  object-fit: cover;
}

.search-block::placeholder {
  color: var(--link-second-navbar-color);
}

.badveGG {
  text-decoration: underline;
  transition: 0.5s;
}

.badveGG:hover {
  color: var(--link-second-navbar-color);
  cursor: pointer;
}

.snow2022gg {
  width: 100%;
  background-image: url(https://severskyray.ru/severnew2022snow.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 232px 49px;
}

.full-online1 {
  align-items: center;
  height: 26px;
  padding: 0 7px;
  cursor: help;
  border-radius: 6px;
  background-color: var(--fon);
  margin-right: 10px;
  font-weight: 600;
  font-size: 12px;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 0 2px rgb(93 92 92 / 60%);
}

.navbar_second .submenu-link .active-menu {
  color: var(--span-color);
}

.navbar_second .submenu-link .active-menu svg {
  fill: var(--span-color);
}

.navbar_second .submenu-link:before {
  content: "";
  opacity: 0;
  display: flex;
  position: absolute;
  bottom: -15px;
  height: 2px;
  width: 100%;
  background-color: var(--span-color);
  transition: 0.5s;
}

.navbar_second .submenu-link:hover:before {
  opacity: 1;
}

.navbar_second .submenu-link .active-menu:before {
  content: "";
  display: flex;
  position: absolute;
  bottom: -15px;
  height: 2px;
  width: 100%;
  background-color: var(--span-color);
}

.navbar_second .submenu-link a svg {
  height: 15px;
  transition: 0.5s;
  fill: var(--color-dark);
}

.navbar_second .submenu-link a:hover {
  color: var(--span-color);
}

.navbar_second .submenu-link a:hover svg {
  fill: var(--span-color);
}

.navbar_second .submenu-link a {
  display: grid;
  gap: 5px;
  cursor: pointer;
  position: relative;
  color: var(--color-dark);
  transition: 0.5s;
  justify-items: center;
}

.navbar_second .submenu-link a {
  width: 90px;
  height: 30px;
}

.navbar_second .submenu-link:hover .submenuggwp {
  transition: 0.5s ease-in-out;
  opacity: 1;
  transform: scaleY(1);
}

.blocks-navbar .submenu-link {
  position: relative;
}

.container.navbar_flex {
  gap: 30px;
}

.navbar_second .submenu-link-left {
  display: flex;
  gap: 30px;
  flex: 1 1;
  justify-content: flex-end;
}

.navbar_second .submenu-link-right {
  display: flex;
  gap: 30px;
  flex: 1 1;
  justify-content: flex-start;
}

.navbar_second .submenu-link-home {
  display: flex;
  flex-shrink: 0;
}

.navbar_second .submenu-link-home svg {
  height: 30px;
  fill: var(--color-default);
  transition: 0.5s;
}

.navbar_second .submenu-link-home svg defs stop {
  stop-color: var(--span-color);
  transition: 0.5s;
}

.navbar_second .submenu-link-home svg g g {
  fill: var(--color-default);
  transition: 0.5s;
}

.navbar_second .submenu-link-home:hover svg g g {
  fill: var(--span-color);
}

.submenu-secondggwp {
  border-radius: 6px;
  padding: 2px 10px;
  font-size: 9px;
  cursor: help;
}

.submenuggwp {
  top: 93px;
  margin-left: -48px;
  position: fixed;
  transform-origin: 0 0;
  transition: 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
  transform: scaleY(0);
  background-color: var(--navbar-first-color);
}

.new-kassa-icon {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-pays .denegnado .qiwi {
  width: 70px;
}

.ftr_social_icon {
  display: inline-flex;
  gap: 15px;
}

.ftr_social_icon a {
  opacity: 0.5;
  transition: 0.5s;
}

.ftr_social_icon a:hover {
  opacity: 1;
}

.ftr_social_icon svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.ftr_social_icon .vk {
  display: inline-flex;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: rgb(0, 119, 255);
  border-radius: 6px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.ftr_social_icon .ds {
  display: inline-flex;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: #404eed;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.ftr_social_icon .steam {
  display: inline-flex;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background: linear-gradient(180deg, #2383df, #000c60);
  border-radius: 6px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.ftr_social_icon .youtube {
  display: inline-flex;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: #b70912;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.ftr_social_icon .tiktok {
  display: inline-flex;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: #121b46;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}

.ftr_btm_area {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed var(--navbar-first-color);
  border-top: 2px dashed var(--navbar-first-color);
  margin-top: 28px;
  margin-bottom: 28px;
  z-index: 100;
  position: relative;
}

.copyright_text {
  margin: 6px 0;
}

.floggwp {
  color: var(--color-dark);
  font-size: 12px;
  transition: 0.5s;
}

.copyrightsite {
  font-size: 10px;
  opacity: 0.1;
  order: 3;
}

.developersite {
  font-size: 8px;
  color: var(--color-dark);
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.fa-link-horizontal {
  transform: rotate(315deg);
}

.denegnado {
  opacity: 0.3;
  transition: 0.5s;
}

.denegnado:hover {
  opacity: 1;
}

.way-of-payment svg {
  height: 30px;
  opacity: 0.3;
  transition: 0.5s;
}

.way-of-payment:hover svg {
  opacity: 1;
}

.shop_cards_info {
  text-align: center;
  padding: 10px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  font-weight: 600;
}

.admin_card_gg {
  position: absolute;
  z-index: 9;
  margin-left: 10px;
  margin-top: -6px;
}

.infoblockggggg:hover {
  background-color: var(--knopka);
  border: 1px solid var(--span-color);
  color: var(--fon);
  transition: 0.5s;
}

.admin_card_gg1 {
  position: absolute;
  z-index: 9;
  margin-left: 10px;
}

.balance-user {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  color: var(--span-color);
  border: solid 2px var(--fon);
  padding-left: 10px;
  background: var(--tablcolor);
  border-radius: 6px;
  align-items: center;
}

.balance-user div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.balance-user .asyncvalue {
  margin-top: 1px;
  display: flex;
}

.sponsorsite {
  margin: 10px;
  width: 180px;
  padding: 10px;
  color: var(--link-first-navbar-color);
  display: inline-flex;
  justify-content: center;
  transition: 0.5s;
  line-height: inherit;
}

.sponsorsite:hover {
  color: var(--color-default);
  transition: 0.5s;
}

.sponsorsite i:hover {
  color: var(--color-default);
  transition: 0.5s;
}

.severmonik {
  margin-bottom: 24px;
}

@media (max-width: 799px) {
  .severmonik {
    padding-right: 15px;
    padding-left: 15px;
  }

  .xerznaet1 {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

.slider__wrapper {
  border-radius: 12px;
}

.slider__wrapper {
  overflow: hidden;
}

@media (min-width: 750px) {
  footer .statistics-block {
    display: flex;
    background-color: var(--navbar-first-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    min-height: 60px;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 750px) {
  footer .statistics-block {
    background-color: var(--navbar-first-color);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    padding: 15px;
  }
}

.footer-container {
  margin-top: 30px;
  position: relative;
}

.statistics-count {
  display: flex;
  gap: 15px;
  font-size: 12px;
  padding: 0px 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.statistics-count > li {
  font-weight: 600;
  color: var(--span-color);
  background-color: var(--fon);
  border-radius: 6px;
  display: flex;
  height: 35px;
  width: 150px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.statistics-count > li.active-modules {
  background: var(--tablcolor);
  border: solid 2px var(--fon);
}

.statistics-count > li[onclick] {
  cursor: pointer;
  transition: 0.5s;
}

.statistics-count > li[onclick]:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

.statistics-count > li[onclick]:hover > div {
  color: var(--fon);
}

.statistics-count > li > div {
  color: var(--color-dark);
  transition: 0.5s;
  font-size: 6px;
  text-transform: uppercase;
}

.cpg {
  color: var(--link-second-navbar-color);
  transition: 0.5s;
}

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

.a-text-href {
  color: var(--color-dark);
  transition: 0.5s;
}

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

strong {
  font-weight: 600;
  color: var(--color-default);
}

.testmenug {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slogan {
  white-space: pre-line;
  margin-top: 10px;
}

.mobseverskylogo {
  padding: 10px 0;
  margin-left: 5px;
}

ul {
  list-style: none;
}

.footer-content {
  display: flex;
  width: 100%;
  position: relative;
  padding: 5px;
  flex-wrap: wrap;
  justify-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.footer-content > li {
  display: flex;
  padding: 30px 0px;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer-content > li > a {
  color: var(--color-dark);
  transition: 0.5s;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-content > li > a:hover {
  color: var(--span-color);
}

.footer-content-networks {
  display: flex;
  gap: 30px;
}

.footer-content-networks > a > svg {
  width: 30px;
  height: 30px;
  opacity: 0.1;
  transition: 0.5s;
  fill: var(--color-default);
}

.footer-content-networks > a > svg:hover {
  opacity: 1;
}

.footer-content-pay {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.footer-content-pay > svg {
  opacity: 0.1;
  transition: 0.5s;
  fill: var(--color-default);
}

.footer-content-pay > a {
  opacity: 0.1;
  transition: 0.5s;
  fill: var(--color-default);
}

.footer-content-pay > a:hover {
  opacity: 1;
}

.footer-content-pay > svg:hover {
  opacity: 1;
}

.footer-content > div > h1 > a {
  transition: 0.5s;
  letter-spacing: 5px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.footer-content > div > h1 > a > g {
  color: var(--color-default);
}

.footer-content > div > h1 > a:hover {
  text-shadow: 0 0 10px var(--span-color);
}

@media (min-width: 880px) {
  .footer-content > div {
    width: 100%;
    display: grid;
    text-align: center;
    padding: 30px 0px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-content > div:after {
    content: "";
    bottom: -2px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--navbar-first-color);
  }
}

@media (max-width: 880px) {
  .footer-content > div {
    order: 2;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 30px 0px;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
  }

  .footer-content > div:after {
    content: "";
    top: -2px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    background-color: var(--navbar-first-color);
  }

  .footer-content-networks {
    order: 1;
  }

  .footer-content-pay {
    order: 2;
  }
}

.gabela:hover {
  color: #ff6262 !important;
  text-shadow: 0 0 25px #ff6262;
  transition: 0.5s;
}

.copygg {
  color: var(--link-second-navbar-color);
  cursor: pointer;
}

.copygg i {
  color: #fdb510;
  transition: 0.5s;
}

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

.copypromo {
  color: var(--color-default);
  cursor: pointer;
  transition: 0.5s;
}

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

.steamlk {
  cursor: pointer;
  color: #abb2c6;
  font-size: 12px;
  transition: 0.5s;
}

.steamlk:hover {
  color: var(--color-default);
}

.profloggg {
  color: #abb2c6;
  cursor: pointer;
}

.style-tabl-time {
  color: var(--color-dark);
  font-size: 8px;
}

.stylecolor {
  color: var(--color-dark);
}

.stylecolor i {
  color: var(--color-dark) !important;
}

.blocks-navbar {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 1000;
}

.online-bb-cc {
  font-weight: 600;
  background-color: var(--fon);
  border-radius: 6px;
  display: flex;
  height: 35px;
  width: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.online-bb-cc .asyncvalue {
  color: var(--span-color);
}

.online-bb-cc-text {
  color: var(--color-dark);
  font-weight: 600;
  font-size: 6px;
  text-transform: uppercase;
}

@keyframes liveAnimation {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}

.alert {
  padding: 0px 10px;
  line-height: 30px;
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 24px;
  box-shadow: 0 0 2px rgb(93 92 92 / 60%);
}

.alert a {
  color: var(--link-second-navbar-color);
  text-align: center;
  transition: 0.5s;
}

.alert a:hover {
  text-decoration: underline;
}

div .ny-ok {
  color: #a0051a;
}

.closebtn {
  margin-right: 10px;
  color: var(--color-default);
  font-weight: 600;
  float: right;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
}

.closebtn:hover {
  color: var(--color-dark);
}

.server_block_scroll::-webkit-scrollbar {
  width: 2px;
}

.rewmaxhed {
  width: 100%;
  overflow: auto;
  height: 345px;
}

.textarearew {
  background-color: var(--navbar-first-color);
  font-size: 12px;
  text-indent: 1em;
  padding-top: 10px;
  width: 100%;
  resize: vertical;
}

@media (max-width: 575.98px) {
  .otzovdata {
    color: var(--color-dark);
    font-size: 8px;
    position: relative;
    margin-top: -3px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .otzovdata {
    color: var(--color-dark);
    font-size: 9px;
    position: relative;
    margin-top: -3px;
  }
}

@media (min-width: 767.98px) {
  .otzovdata {
    color: var(--color-dark);
    font-size: 10px;
    position: relative;
    margin-top: -3px;
  }
}

.modalActive {
  display: block !important;
}

.mini-okno {
  transform: scale(0);
  min-width: 250px;
  max-width: 400px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  z-index: 500;
  top: 55px;
  right: 0px;
}

.mini-okno.show-yes {
  transform: scale(1);
}

.register-form {
  padding: 15px 30px 0px 30px;
  width: 250px;
}

.text-auth-glava-1 {
  text-align: center;
  margin-bottom: 30px;
}

.text-auth-glava-2 {
  margin-left: 5px;
  color: var(--color-dark);
}

.text-auth-glava-3 {
  display: grid;
  font-size: 10px;
  font-weight: 600;
  margin-top: 15px;
  color: var(--color-dark);
  justify-items: center;
}

.text-auth-glava-3 > a {
  text-decoration: underline;
}

.register-soccial {
  display: grid;
  margin-top: 30px;
  gap: 15px;
  justify-items: center;
  align-items: center;
}

.block-social-vk-ds-steam {
  display: flex;
  gap: 15px;
  margin: 10px 5px;
  align-items: center;
}

.block-social-vk-ds-steam svg {
  fill: var(--color-default);
}

.knopka-socc-auth {
  color: var(--color-default);
  background-color: #2b2b2b;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  transition: 0.5s;
  opacity: 0.5;
  align-items: center;
  justify-content: center;
}

.knopka-socc-auth svg {
  width: 18px;
  height: 18px;
}

.knopka-socc-auth:hover {
  opacity: 1;
}

.register-okno-mob {
  background-color: var(--navbar-first-color);
  border-radius: 0px 0px 6px 6px;
  margin-left: -90px;
  position: absolute;
  z-index: 10001;
  top: 65px;
  display: none;
}

.block-reg-forma {
  width: 180px;
}

.block-input-reg {
  margin: 15px 0px;
}

.block-input-reg input {
  text-indent: 1em;
  line-height: 30px;
  border-radius: 6px;
  border: 1px dashed var(--fon);
  box-sizing: border-box;
  width: 100%;
  transition: 0.5s;
  background-color: var(--fon);
  font-weight: var(--font-weight-2);
  color: var(--default-text-color);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.knopka-reg {
  color: var(--fon);
  font-weight: 600;
  background-color: var(--span-color);
  cursor: pointer;
  padding: 0px 0px;
  line-height: 30px;
  width: 100%;
  margin-top: 5px;
  border-radius: 6px;
  transition: 0.5s;
}

.knopka-reg:hover {
  color: var(--fon);
}

.panel-notification {
  display: flex;
  gap: 30px;
  text-align: center;
  padding: 10px 15px;
  background-color: var(--fon);
  font-weight: 600;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  justify-content: space-between;
  align-items: center;
}

.panel-notification > h3 {
  margin-left: 5px;
}

.panel-notification-button {
  display: flex;
  gap: 5px;
}

.panel-notification-button > a {
  user-select: none;
  cursor: pointer;
  background-color: var(--navbar-first-color);
  padding: 5px 10px;
  border-radius: 6px;
  transition: 0.5s;
}

.panel-notification-button > a > svg {
  width: 15px;
  height: 15px;
  transition: 0.5s;
  fill: var(--span-color);
}

.panel-notification-button > a:hover {
  background-color: var(--span-color);
  color: var(--fon);
}

.panel-notification-button > a:hover > svg {
  fill: var(--fon);
}

.info-menu-site-prof {
  text-align: center;
  color: var(--color-default);
  padding: 10px 0;
  background-color: var(--fon);
  font-weight: 600;
  transition: 0.5s;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.info-menu-site-prof:hover {
  background-color: var(--knopka);
}

.info-menu-site-prof:hover .floggwp {
  color: var(--link-second-navbar-color);
}

.color-text-site {
  color: var(--link-second-navbar-color);
}

.nick-menu {
  font-size: 14px;
}

.notifications__main {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.punkts a {
  font-size: 12px;
  font-weight: 500;
  color: var(--link-first-navbar-color);
  transition: 0.5s;
}

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

.active-menu-gg a {
  transition: 0.5s;
  color: var(--span-color);
}

.border-10 {
  border-radius: 0px 0px 6px 6px;
}

.active-menu-prof {
  background-color: var(--knopka);
  transition: 0.5s;
}

.active-menu-prof i {
  color: var(--color-default);
  transition: 0.5s;
}

.knopka-input {
  color: var(--fon);
  font-weight: 600;
  background-color: var(--span-color);
  cursor: pointer;
  padding: 0.1em 0.9em;
  margin-top: 10px;
  margin-bottom: 20px;
  min-width: 135px;
  line-height: 30px;
  border-radius: 6px;
  border: 2px solid transparent;
  transition: 0.5s;
}

.knopka-input:hover {
  color: var(--fon);
}

.new_text_site {
  color: #1ad008;
  animation: liveAnimation 1.5s infinite;
}

.password-control {
  cursor: pointer;
  color: var(--span-color);
  position: absolute;
  right: 5px;
  bottom: 1px;
}

.wrapper-password {
  position: relative;
}

.sidebar-right {
  margin-bottom: 30px;
}

@media (min-width: 775px) {
  .error-site {
    text-align: right;
  }
}

.rating-mini {
  display: inline-block;
  font-size: 0;
}

.rating-mini span {
  padding: 0;
  font-size: 20px;
  line-height: 1;
  color: lightgrey;
}

.rating-mini > span:before {
  content: "â˜…";
}

.rating-mini > span.active {
  color: gold;
}

@media (min-width: 800px) and (max-width: 1100px) {
  .slider__item {
    flex: 0 0 33%;
    max-width: 100%;
    padding-left: 15px;
    justify-content: center;
    align-items: center;
  }

  .slider__control {
    z-index: 100;
    border-radius: 5px;
    margin-right: 14px;
    margin-left: 14px;
    background-color: rgba(16, 16, 16, 0.5);
    transition: 0.5s;
    height: 40px;
  }
}

@media (max-width: 800px) {
  .slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    counter-increment: slide;
  }

  .slider__control {
    margin-right: 15px;
    margin-left: 15px;
    z-index: 100;
    border-radius: 5px;
    background-color: rgba(16, 16, 16, 0.5);
    transition: 0.5s;
    height: 40px;
  }
}

.block-center {
  display: flex;
  justify-content: center;
}

.margin-20 {
  margin: 20px 0px;
}

.margin-30 {
  margin: 30px 0px;
}

.margin-30-start {
  margin-top: 30px;
}

.margin-end {
  margin-bottom: 20px;
}

.margin-text-glava {
  margin-left: 5px;
  margin-bottom: 20px;
}

.input-oknoV2 {
  background-color: var(--fon) !important;
}

.block-input select {
  text-indent: 1em;
  height: 40px;
  border-radius: 6px;
  border: 1px dashed var(--navbar-first-color);
  box-sizing: border-box;
  width: 100%;
  transition: 0.5s;
  background-color: var(--navbar-first-color);
  font-weight: var(--font-weight-2);
  color: var(--default-text-color);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.block-input input {
  text-indent: 1em;
  line-height: 40px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0px 0px;
  width: 100%;
  transition: 0.5s;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  font-weight: var(--font-weight-2);
  color: var(--default-text-color);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.glava-voic {
  width: 100%;
  position: absolute;
  margin-top: -15px;
}

.text-pay-glava {
  margin-bottom: -5px;
  margin-left: 5px;
}

.knopka-pay {
  color: var(--span-color);
  font-weight: 600;
  background: var(--tablcolor);
  border: solid 2px var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  padding: 0px 0px;
  padding: 10px;
  width: 100%;
  border-radius: 6px;
  transition: 0.5s;
}

.knopka-pay:hover {
  border-color: var(--span-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  div .tbtop3gg {
    margin-bottom: 30px;
    padding: 0 10px;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  div .tbtop3gg {
    justify-content: center;
  }
}

.icon-width {
  min-width: 20px;
  max-width: 20px;
  text-align: center;
}

.vip-time-text {
  margin-right: 15px;
  text-align: right;
}

.vip-time-text-server-off {
  color: #c00;
}

.vip-time-text-server-on {
  color: #1ad008 !important;
}

.ava-border-gg {
  border: 2px solid var(--span-color);
}

.table-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.copy-text {
  color: var(--color-dark);
  cursor: pointer;
  transition: 0.5s;
}

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

.info-site-2022 {
  text-align: center;
  color: var(--color-default);
  padding: 10px 0;
  font-weight: 600;
  background-color: var(--fon);
  transition: 0.5s;
  border-radius: 10px 10px 0px 0px;
}

.setting-menu-adm {
  padding: 5px 10px;
  margin: 5px;
  border-radius: 6px;
  color: var(--color-default);
  transition: 0.5s;
  background-color: var(--fon);
  box-shadow: 0 0 2px rgb(93 92 92 / 60%);
}

@media (max-width: 570px) {
  .setting-menu-adm {
    display: block;
  }

  .social-block-2022 {
    display: none;
    z-index: -1;
  }
}

.setting-menu-adm:hover {
  background-color: var(--knopka);
  color: var(--fon);
}

.notifications-main-new {
  background-color: var(--fon);
  border-radius: 0px 0px 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 570px) {
  .social-block-2022 {
    margin-top: -50px;
    display: flex;
    float: right;
    text-align: end;
    padding: 20px 0px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }

  .social-block-2022 h4 {
    color: var(--color-dark);
    max-width: 350px;
    min-width: 350px;
  }
}

@media (min-width: 550px) {
  .knopki-settings {
    display: flex;
    border-radius: 6px;
    box-shadow: 0 0 2px rgb(93 92 92 / 60%);
  }

  .knopki-settings .aktiv {
    border-radius: 6px 0px 0px 6px;
  }
}

@media (max-width: 550px) {
  .knopki-settings {
    border-radius: 6px;
    box-shadow: 0 0 2px rgb(93 92 92 / 60%);
  }

  .knopki-settings .aktiv {
    border-radius: 6px 6px 0px 0px;
  }

  .knopki-settings .aktivg {
    border-radius: 0px 0px 6px 6px;
  }
}

.knopki-settings div {
  color: var(--color-default);
  cursor: pointer;
  transition: 0.5s;
  padding: 5px 15px;
  border-right: 1px solid var(--navbar-first-color);
}

.knopki-settings div:hover {
  color: var(--fon);
  background-color: var(--knopka);
}

.knopki-settings div i {
  line-height: 30px;
}

.cardactionsgg {
  margin-top: 30px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cardactionsstats {
  padding-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.test-obnova {
  margin-top: -10px;
}

.block-procent {
  bottom: 0;
  width: 100%;
  border-radius: 25px;
  background-color: var(--navbar-first-color);
  height: 10px;
  left: 0;
}

.block-procent .procent-gg {
  background-color: var(--sidebar-gradient-1);
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  animation: move 4s linear infinite;
  background-size: 50px 50px;
  height: 10px;
  max-width: 100%;
  border-radius: 5px;
}

.qualityservers {
  color: #fdb510;
}

.qualityservers i {
  margin-left: 5px;
}

.copyright {
  margin-top: 8px;
}

.menu-modules {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu-modules:after {
  content: "";
  bottom: -2px;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
}

.menu-modules-knopka {
  white-space: nowrap;
  font-weight: 600;
  color: var(--color-dark);
  position: relative;
  display: flex;
  gap: 10px;
  height: 40px;
  text-transform: uppercase;
  flex: 1 1;
  align-items: center;
  justify-content: center;
}

.menu-modules-knopka:hover {
  color: var(--span-color);
  cursor: pointer;
}

.menu-modules-knopka.active-modules {
  color: var(--span-color);
}

.menu-modules-knopka.active-modules:after,
.menu-modules-knopka:hover:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  bottom: -2px;
  border-radius: 6px;
  background-color: var(--span-color);
  box-shadow: 0 0 10px;
}

.active-profile {
  background-color: var(--span-color) !important;
}

.scrollContainer {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  overflow-y: auto;
  scrollbar-width: none;
  justify-content: space-between;
}

.scrollButton {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  color: var(--link-second-navbar-color);
  background-color: var(--navbar-first-color);
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  transition: 0.5s;
  cursor: pointer;
}

.scrollButton:hover {
  color: var(--fon);
  background-color: var(--knopka);
}

#hScroll {
  overflow-y: auto;
  scrollbar-width: none;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px 20px;
}

#hScroll::-webkit-scrollbar {
  display: none;
}

.server-vibor {
  color: var(--color-default);
  transition: 0.5s;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.server-vibor:hover {
  color: var(--color-default);
  border-color: var(--site-server-groops);
  background: linear-gradient(
    180deg,
    rgba(20, 25, 30, 0) 0,
    var(--sidebar-color) 85%,
    var(--sidebar-color)
  );
}

.margin15px {
  margin: 30px 0px;
}

.server-active-menu {
  border-color: var(--knopka);
}

a.texthref {
  color: var(--color-default);
  transition: 0.5s;
}

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

.privacy_block {
  display: none;
  position: fixed;
  user-select: none;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--color-default);
  background-color: var(--navbar-first-color);
  padding: 10px 15px;
  border-top: 1px solid var(--border-bottom-color1);
  align-items: center;
  justify-content: center;
}

.privacy_btn {
  display: inline;
  justify-content: center;
  white-space: nowrap;
  color: var(--color-default);
  border-radius: 6px;
  padding: 5px 10px;
  transition: 0.5s;
  background-color: var(--fon);
  margin-left: 10px;
  cursor: pointer;
}

.privacy_btn:hover {
  color: var(--fon);
  background-color: var(--knopka);
}

.privacy_block a {
  color: var(--color-default);
  text-decoration: underline;
}

.privacy_block .close a {
  text-decoration: none;
}

#check_voucher .block-input {
  float: left;
  width: 90%;
  border-radius: 6px 0px 0px 6px;
}

#check_voucher .block-input input {
  border-radius: 6px 0px 0px 6px;
}

#check_voucher .knopka-pay {
  float: right;
  width: 10%;
  border-radius: 0px 6px 6px 0px;
}

#check_voucher .knopka-pay svg {
  fill: var(--fon);
  height: 16px;
}

.navbar-position-sticky {
  top: 0;
  position: sticky;
  background-color: var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.error-site {
  display: flex;
  justify-content: center;
  padding: 0px 30px 30px 30px;
  border-bottom: solid 3px var(--span-color);
  width: fit-content;
}

.block-knops-2 {
  display: grid;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.knopka-exit {
  color: var(--fon);
  font-weight: 600;
  line-height: 40px;
  border-radius: 6px;
  display: flex;
  width: 100%;
  padding: 0 15px;
  align-items: center;
  background-color: var(--span-color);
  transition: 0.5s;
  justify-content: center;
}

.knopka-exit:hover {
  color: var(--fon);
}

.pay-register-blur {
  filter: blur(2px);
}

.fon-halloween {
  width: 100%;
  position: fixed;
  top: 0px;
  margin-top: -50px;
  z-index: -1;
  filter: blur(3px);
  opacity: 0.1;
}

@media (max-width: 1000px) {
  .fon-halloween {
    margin-top: 100px;
  }
}

@media (min-width: 1000px) {
  .fon-halloween {
    margin-top: -50px;
  }
}

.icon-halloween {
  margin-top: -10px;
}

.halloween-left {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.halloween-right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.position-sticky-block {
  position: sticky;
  top: 70px;
}

.style-time-site {
  color: var(--color-dark);
  font-size: 12px;
  transition: 0.5s;
  position: fixed;
  bottom: 10px;
  left: 35px;
  z-index: 9998;
}

.cursor-pointer {
  cursor: pointer;
}

.block-flex-wrap {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.block-knopka-servers {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
}

.block-knopka-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: left;
  margin-bottom: 30px;
}

.knopka-server {
  display: flex;
  color: var(--color-default);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border: solid 2px var(--navbar-first-color);
  background: var(--tablcolor);
  position: relative;
  height: 40px;
  font-size: 8px;
  border-radius: 6px;
  transition: 0.5s;
  align-items: center;
  padding: 5px 10px 5px 30px;
  cursor: pointer;
  user-select: none;
}

.knopka-server:hover {
  border: solid 2px var(--span-color);
}

.knopka-server:hover:before {
  background-color: rgba(30, 255, 174, 0.32);
}

.knopka-server:hover:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1effae;
  border-radius: 2px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.knopka-server:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--fon);
  border-radius: 2px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.knopka-active:before {
  background-color: rgba(30, 255, 174, 0.32);
}

.knopka-active:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1effae;
  border-radius: 2px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.knopka-server b {
  color: var(--span-color);
  max-width: 120px;
  min-width: 120px;
  text-align: center;
}

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

.reload-monitoring {
  cursor: pointer;
  position: absolute;
  font-size: 12px;
  margin-top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: var(--navbar-first-color);
  justify-content: center;
  align-items: center;
}

.flake {
  user-select: none;
}

.text-page-description {
  display: flex;
  left: 50%;
  font-size: 10px;
  margin-top: 15px;
  border-radius: 6px;
  z-index: 1;
  padding: 10px 20px;
  color: var(--span-color);
  white-space: nowrap;
  background-color: var(--fon);
  transform: translate(-50%, 0%);
  position: absolute;
  align-items: center;
  font-weight: 600;
  justify-content: center;
}

.show_text {
  opacity: 1;
  transition: opacity 300ms ease-in-out 600ms;
}

.hide_text {
  transition: opacity 300ms ease-in-out;
  opacity: 0;
}

.search_table {
  color: var(--color-dark);
  font-weight: 600;
  font-size: 12px;
  padding: 0px 15px;
  height: 40px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  -webkit-text-fill-color: var(--color-dark);
  letter-spacing: 1px;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#toast {
  position: fixed;
  display: grid;
  gap: 10px;
  top: 75px;
  overflow: hidden;
  border-radius: 6px;
  z-index: 99999;
  left: 50%;
  width: max-content;
  max-width: 100%;
  padding: 0 15px;
  transform: translate(-50%, 0%);
  justify-content: center;
}

#toast .toast-content {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 15px;
  position: relative;
  background-color: var(--fon);
  border: solid 1px var(--navbar-first-color);
  transform: translateY(calc(0% + 30px)) scale(0.5);
  opacity: 0;
  transition: all 0.5s;
}

@media (min-width: 430px) {
  #toast .toast-content {
    width: 400px;
    max-width: 400px;
  }
}

#toast .toast-content[data-show="true"] {
  transform: translateY(0%) scale(1);
  opacity: 1;
}

#toast .toast-content[data-show="false"] {
  transform: translateY(calc(0% + 30px)) scale(0.5);
  opacity: 0;
}

.toast-content #check-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  color: var(--fon);
  border-radius: 6px;
}

.toast-content #check-icon svg {
  height: 20px;
  fill: var(--fon);
}

#toast #check-icon[data-type="info"] {
  background-color: #375e97;
}

#toast #check-icon[data-type="warn"] {
  background-color: var(--span-color);
}

#toast #check-icon[data-type="error"] {
  background-color: #f93232;
}

#toast #check-icon[data-type="success"] {
  background-color: #4caf50;
}

.toast-content .toast-message {
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.toast-message .text.text-1 {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.toast-message .text.text-2 {
  font-size: 10px;
  color: var(--color-dark);
}

#toast .toast-close {
  background: 0;
  padding: 0;
  color: var(--color-dark);
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  transition: 0.5s;
}

#toast .toast-close:before {
  content: "\2716";
  font-weight: 600;
}

#toast .toast-close:hover {
  color: var(--span-color);
}

#toast .progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  z-index: 1;
  border-radius: 6px;
}

#toast .progress[data-type="info"] {
  background-color: #375e97;
}

#toast .progress[data-type="warn"] {
  background-color: var(--span-color);
}

#toast .progress[data-type="error"] {
  background-color: #f93232;
}

#toast .progress[data-type="success"] {
  background-color: #4caf50;
}

#toast .progress:before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

@keyframes progressbar {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}

.badge {
  display: inline-block;
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  padding: 5px 10px;
  color: var(--color-default);
  font-weight: 600;
}

.badgeV {
  display: inline-block;
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  padding: 5px 10px;
  color: var(--color-default);
  font-weight: 600;
}

.mini-modal-2 img {
  width: 100%;
  height: 50px;
  border-radius: 0px 0px 6px 6px;
  opacity: 0.3;
  object-fit: cover;
}

.glav-mini-modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glav-mini-modal a {
  position: absolute;
  color: var(--color-default);
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 18px;
  background-color: var(--news);
}

.glav-mini-modal a h5 {
  text-shadow: -1px -1px 0 var(--fon), 1px -1px 0 var(--fon),
    -1px 1px 0 var(--fon), 1px 1px 0 var(--fon);
}

.dop-mini-modal {
  display: grid;
  gap: 10px;
  padding: 15px;
}

.dop-mini-modal div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dop-mini-modal div svg {
  fill: var(--span-color);
  border-radius: 6px;
  background-color: var(--fon);
  padding: 5px 10px;
  width: 40px;
  height: 100%;
}

.dop-mini-modal div a {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: var(--color-dark);
  background-color: var(--fon);
  padding: 5px 10px;
  border-radius: 6px;
  transition: 0.5s;
}

.dop-mini-modal div a.activ-menu-mini-modal,
.dop-mini-modal div a:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

.panel-description {
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.panel-description-2 {
  display: flex;
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);
  border-radius: 6px;
  margin: 15px 0px;
  padding: 0px 15px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
}

div .fake-block {
  --c: transparent;
  color: transparent;
  background-color: var(--fon);
  border-radius: 6px;
  color: var(--fon) !important;
}

div .fake-block.pie {
  border-radius: 50%;
}

.tippy-box[data-theme~="severskyray"] {
  background-color: var(--fon);
  border: solid 1px var(--navbar-first-color);
  color: var(--color-default);
  font-size: 10px;
  
}

.preloader-severskyray {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  background: var(--navbar-first-color);
  transition: opacity 1s, visibility 0s 0s;
}

.preloader-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s, visibility 0s 1s;
}

.loader-ring-light {
  width: 60px;
  height: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-box-shadow: 0 4px 0 var(--span-color) inset;
  -webkit-box-shadow: 0 4px 0 var(--span-color) inset;
  box-shadow: 0 4px 0 var(--span-color) inset;
  animation: rotation-loader 2s linear infinite;
}

.loader-10px {
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: var(--span-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
}

.loader-12px {
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: var(--span-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
}

.loader-13px {
  width: 13px;
  height: 13px;
  border: 2px solid;
  border-color: var(--span-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
}

.loader-14px {
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: var(--span-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
}

.loader-20px {
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: var(--span-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
}

.loader-25px {
  width: 25px;
  height: 25px;
  border: 3px solid;
  border-color: var(--span-color) transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation-loader 1s linear infinite;
}

@keyframes rotation-loader {
  0% {
    transform: rotate(0deg);
  }

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

.more-info-menu,
.superimposition,
.minsuperimposition {
  color: #90edb3;
  padding: 0px 5px;
  border-radius: 6px;
  background-color: hsl(143deg 72% 75% / 10%);
}

.superimposition {
  font-size: 10px;
  margin-left: -5px;
  margin-top: -10px;
}

.minsuperimposition {
  font-size: 10px;
  position: absolute;
  right: -40px;
  top: -5px;
}

.blackout {
  background: #13151d00;
}

.panel-information {
  display: grid;
  gap: 15px;
  padding: 15px 90px;
  width: 100%;
  min-height: 250px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  align-items: center;
}

@media (min-width: 700px) {
  .panel-information {
    grid-template-columns: repeat(2, 1fr);
  }

  .text-information {
    max-width: 400px;
    width: max-content;
  }

  .block-information-3 {
    justify-content: flex-end;
  }
}

@media (max-width: 700px) {
  .panel-information {
    justify-items: center;
    padding-top: 60px;
  }

  .block-information-1 {
    text-align: center;
  }

  .block-information-3 {
    justify-content: center;
    margin-bottom: 30px;
  }
}

.img-information {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  border-radius: 10px;
  object-fit: cover;
  /*filter: var(--hue-rotate);*/
}

.block-information-1 {
  z-index: 2;
}

.block-information-1 h2 {
  padding: 15px 5px;
  text-shadow: -1px -1px 0 var(--fon), 1px -1px 0 var(--fon),
    -1px 1px 0 var(--fon), 1px 1px 0 var(--fon);
}

.text-information {
  background-color: var(--news);
  color: var(--color-dark);
  font-size: 10px;
  padding: 10px;
  border-radius: 6px;
}

.block-information-2 {
  position: absolute;
  display: flex;
  gap: 15px;
  justify-content: center;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 15px;
  z-index: 1;
}

.block-information-3 {
  display: flex;
  z-index: 2;
}

.button-information {
  cursor: pointer;
  color: var(--span-color);
  font-weight: 600;
  width: 160px;
  border: solid 2px var(--navbar-first-color);
  background: var(--tablcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 6px;
  transition: 0.5s;
}

.button-information:hover {
  border-color: var(--span-color);
}

.scroll-through.active-list {
  height: 10px;
  width: 30px;
  cursor: pointer;
  border-radius: 6px;
  border: solid 2px var(--navbar-first-color);
  background-color: var(--fon);
  position: relative;
  transition: 0.5s;
  transform: scale(1);
}

.scroll-through.active-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--span-color);
  animation: 10s active-list linear forwards;
  border-radius: 6px;
  -webkit-animation: 10s active-list linear forwards;
}

@keyframes active-list {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.scroll-through {
  user-select: none;
}

.scroll-through:first-child,
.scroll-through:last-child {
  display: flex;
  position: absolute;
  font-size: 20px;
  top: 0px;
  height: 100%;
  width: 50px;
  cursor: pointer;
  border: solid 2px var(--navbar-first-color);
  background-color: var(--fon);
  border-radius: 6px;
  transition: 0.5s;
  opacity: 0.3;
  align-items: center;
  justify-content: center;
}

.scroll-through:first-child:hover,
.scroll-through:last-child:hover {
  opacity: 1;
}

.scroll-through:first-child {
  left: 0px;
}

.scroll-through:last-child {
  right: 0px;
}

.scroll-through:first-child:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16px' viewBox='0 0 320 512'><path d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z' fill='white'/></svg>");
}

.scroll-through:last-child:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16px' viewBox='0 0 320 512'><path d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='white'/></svg>");
}

.scroll-through.active-list:hover {
  background-color: var(--span-color);
}

.scroll-through-block {
  position: absolute;
  display: flex;
  gap: 15px;
  justify-content: center;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 15px;
  z-index: 1;
  user-select: none;
}

.scroll-through-left,
.scroll-through-right {
  display: flex;
  position: absolute;
  font-size: 20px;
  top: 0px;
  height: 100%;
  width: 40px;
  cursor: pointer;
  border: solid 2px var(--navbar-first-color);
  background-color: var(--fon);
  border-radius: 6px;
  transition: 0.5s;
  opacity: 0.3;
  align-items: center;
  justify-content: center;
}

.scroll-through-left:hover,
.scroll-through-right:hover {
  opacity: 1;
}

.scroll-through-left {
  left: 0px;
}

.scroll-through-right {
  right: 0px;
}

.scroll-through-left:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16px' viewBox='0 0 320 512'><path d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z' fill='white'/></svg>");
}

.scroll-through-right:before {
  content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='16px' viewBox='0 0 320 512'><path d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z' fill='white'/></svg>");
}

.temps {
  position: absolute;
  top: 49px;
  left: 26.5%;
  z-index: 10;
  gap: 5px;
  width: 35px;
  border-radius: 0px 0px 6px 6px;
  padding: 5px 0px;
  border: solid 1px rgb(255 255 255 / 2%);
  background-color: var(--navbar-first-color);
  display: none;
  align-items: center;
  justify-items: center;
  transform-origin: top center;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transform: scaleY(0) translate(-50%, 0%);
  transform-style: preserve-3d;
}

.temps.show {
  display: grid;
  opacity: 1;
  transform: scaleY(1), translate(-50%, 0%);
}

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

.temp svg {
  width: 10px;
  height: 10px;
}

.support-right-content-spisor-outer-item .a-text-href {
  text-decoration: underline;
}

.DataPagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

#DataPagination {
  display: flex;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  background-color: var(--navbar-first-color);

  overflow-x: auto;
  white-space: nowrap;
}

#DataPagination > button {
  cursor: pointer;
  display: flex;
  min-height: 30px;
  min-width: 30px;
  box-sizing: border-box;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  color: var(--color-default);
  transition: 0.5s;
  border-right: solid 1px var(--fon);
  background: 0;
}

#DataPagination > a {
  cursor: pointer;
  display: flex;
  min-height: 30px;
  min-width: 30px;
  box-sizing: border-box;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  color: var(--color-default);
  transition: 0.5s;
  border-right: solid 1px var(--fon);
}

#DataPagination > a:first-child {
  border-radius: 6px 0px 0px 6px;
}

#DataPagination > a:last-child {
  border-right: none;
  border-radius: 0px 6px 6px 0px;
}

#DataPagination > a:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

#DataPagination > a.active {
  color: var(--fon);
  background-color: var(--span-color);
}

#DataPagination > button:first-child {
  border-radius: 6px 0px 0px 6px;
}

#DataPagination > button:last-child {
  border-right: none;
  border-radius: 0px 6px 6px 0px;
}

#DataPagination > button:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

#DataPagination > button:disabled {
  color: var(--fon);
  background-color: var(--span-color);
}

.input-start {
  margin-bottom: 15px;
}

.input-start-block {
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border: solid 2px var(--navbar-first-color);
  border-radius: 6px;
  height: 60px;
  width: 100%;
}

.input-start-block > button {
  width: 30px;
  padding: 0px 15px;
  background: 0;
  border-radius: 6px 0px 0px 6px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.5s;
  color: var(--color-dark);
}

.input-start-block > button > svg {
  fill: var(--color-dark);
  width: 20px;
  height: 20px;
}

.input-start-block input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 12px;
  background: 0 0;
  border: 0;
  position: relative;
  border-radius: 6px;
  color: var(--color-default);
  padding-top: 15px;
  transition: all 0.3s;
  padding-left: 60px;
  box-sizing: border-box;
  opacity: 1;
}

.input-start-block label {
  font-size: 8px;
  position: absolute;
  top: 15px;
  left: 60px;
  text-transform: uppercase;
  color: var(--span-color);
  font-weight: 600;
  transition: all 0.3s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--color-default);
  -webkit-box-shadow: 0 0 0 100px var(--navbar-first-color) inset;
  background-clip: content-box;
}

.input-start-block input:focus {
  padding-top: 1px;
}

.input-start-block input:focus + label {
  opacity: 0;
}

.input-img-block {
  width: 30px;
  height: 30px;
  left: 15px;
  border-radius: 6px;
  background: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.input-button-start {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: center;
  flex-wrap: wrap;
}

.input-button {
  color: var(--span-color);
  border-radius: 6px;
  height: 36px;
  padding: 0px 40px;
  cursor: pointer;
  transition: 0.5s;
  border: solid 2px var(--navbar-first-color);
  background: var(--tablcolor);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  font-weight: 600;
}

.input-button:hover {
  border-color: var(--span-color);
}

.gateways-blocks {
  display: grid;
  gap: 15px;
  margin: 10px 0px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.gateways-blocks .gateways-label {
  cursor: pointer;
  border-radius: 6px;
  padding: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border: solid 2px var(--navbar-first-color);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gateways-blocks .gateways-label b {
  position: absolute;
  color: #90edb3;
  font-size: 8px;
  top: 5px;
  right: -2px;
  padding: 0px 5px;
  border-radius: 3px 0px 0px 3px;
  background-color: hsl(143deg 72% 75% / 10%);
}

.gateways-blocks .gateways-label img {
  opacity: 0.3;
  transition: 0.5s;
  height: 50px;
  width: 100%;
}

.gateways-blocks .gateways-label:hover {
  background-color: var(--navbar-first-color);
}

.gateways-blocks .gateways-label:hover img {
  opacity: 1;
}

.gateways-blocks input.gateways:checked + label.gateways-label {
  background: var(--tablcolor);
}

.gateways-blocks input.gateways:checked + label.gateways-label img {
  opacity: 1;
}

.input-start-1 {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}

.input-start-2 {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  position: relative;
  justify-content: center;
}

.input-start-dop {
  display: grid;
  gap: 5px;
  white-space: nowrap;
  justify-items: end;
}

.input-start-dop div {
  color: var(--color-dark);
  font-size: 8px;
  font-weight: 600;
}

.input-start-dop h2 {
  color: var(--span-color);
}

.input-start-dop h5 {
  color: var(--span-color);
}

.main-notifications {
  display: flex;
  gap: 15px;
  padding: 15px;
  height: 350px;
  max-height: 350px;
  overflow-y: auto;
  justify-items: center;
  flex-direction: column;
}

.main-notifications::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}

.main-notifications > a {
  display: grid;
  height: 100%;
  gap: 30px;
  align-content: center;
  justify-items: center;
}

.main-notifications > a > svg {
  width: 100px;
  height: 100px;
  opacity: 0.1;
  fill: var(--span-color);
}

.block-notifications {
  display: flex;
  gap: 10px;
  min-width: 300px;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  background-color: var(--fon);
  position: relative;
}

.block-notifications-icon {
  display: grid;
  gap: 10px;
  height: max-content;
  align-content: center;
  justify-items: center;
}

.block-notifications-icon > div {
  display: flex;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: var(--navbar-first-color);
  justify-content: center;
}

.block-notifications-icon > div > svg {
  width: 20px;
  height: 20px;
  fill: var(--span-color);
}

.block-notifications-icon > a {
  font-size: 8px;
  border-radius: 4px;
  padding: 2px 5px;
  transition: 0.5s;
  background-color: var(--navbar-first-color);
}

.block-notifications-icon > a:hover {
  color: var(--fon);
  background-color: var(--span-color);
}

.block-notifications-info {
  display: grid;
}

.block-notifications-info > svg {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  transition: 0.5s;
  fill: red;
}

.block-notifications-info > svg:hover {
  opacity: 1;
}

.block-notifications-glava {
  font-size: 12px;
  font-weight: 600;
  color: var(--color-default);
  white-space: nowrap;
}

.block-notifications-text {
  padding: 5px 0px;
  color: var(--color-dark);
  font-size: 10px;
}

.block-notifications-button {
  display: flex;
  font-size: 8px;
  justify-content: flex-end;
  align-items: center;
}

.block-notifications-button > b {
  opacity: 0.1;
}

.block-notifications-button > a {
  transition: 0.5s;
  cursor: pointer;
}

.block-notifications-button > a:hover {
  color: red;
}

.box-error {
  display: flex;
  gap: 100px;
  min-height: calc(100vh - 441.1px);
  align-items: center;
  justify-content: center;
}

@media (max-width: 900px) {
  .box-error > svg {
    display: none;
  }
}

.box-error-text h1 {
  font-size: 1000%;
  opacity: 0.1;
}

.action-link-wrap {
  margin-top: 40px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.action-link-wrap a {
  display: flex;
  height: 40px;
  padding: 0px 30px;
  color: var(--span-color);
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s;
  border: solid 2px var(--navbar-first-color);
  background: var(--tablcolor);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}

.action-link-wrap a:hover {
  border-color: var(--span-color);
}

#Polygon-1,
#Polygon-2,
#Polygon-3,
#Polygon-4,
#Polygon-4,
#Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
  animation-delay: 0.2s;
}

#Polygon-3 {
  animation-delay: 0.4s;
}

#Polygon-4 {
  animation-delay: 0.6s;
}

#Polygon-5 {
  animation-delay: 0.8s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}

.gradient-top-1 {
  background: linear-gradient(25deg, #f2da52 -150%, var(--fon) 50%);
}

.gradient-top-2 {
  background: linear-gradient(25deg, #aec4d0 -150%, var(--fon) 50%);
}

.gradient-top-3 {
  background: linear-gradient(25deg, #edb8a7 -150%, var(--fon) 50%);
}

.open-modal {
  cursor: pointer;
}

.modal-title {
  margin-bottom: 30px;
}

cover {
  position: relative;
}

cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 120%;
  border-radius: 6px;
  border: solid 2px var(--navbar-first-color);
  background: var(--tablcolor);
  transition: 0.5s;
}

cover:hover:before {
  background: 0;
  border: 0;
}

.blur-form {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100%;
  display: flex;
  transform: translate(-50%, 0%);
  align-items: center;
  justify-content: center;
  background: var(--tablcolor);
  border-radius: 6px;
  z-index: 2;
}

.website-errors-panel {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  min-height: 40px;
  border-radius: 6px;
  margin-bottom: 30px;
  background: linear-gradient(25deg, #f2c94c -150%, var(--fon) 50%);
  border: solid 2px var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.website-errors-panel > svg {
  height: 20px;
  fill: #f2c94c;
}

.website-errors-panel > div {
  display: grid;
  gap: 5px;
}

.website-errors-panel > div > p {
  color: var(--color-dark);
  font-size: 10px;
  margin: 0;
}

.csgo-site-info {
  display: flex;
  min-height: 40px;
  color: var(--fon);
  font-size: 10px;
  background-color: var(--span-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  align-items: center;
}

.csgo-site-info .container {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 5px;
  padding: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.csgo-site-info .container a {
  display: flex;
  height: 30px;
  background-color: var(--fon);
  border: solid 2px var(--span-color);
  align-items: center;
  font-weight: 600;
  padding: 0px 10px;
  border-radius: 6px;
  transition: 0.5s;
}

.csgo-site-info .container a:hover {
  color: var(--fon);
  background-color: var(--span-color);
  border: solid 2px var(--fon);
}

.csgo-site-info_down {
  display: flex;
  font-size: 10px;
  justify-content: center;
}

.csgo-site-info_down .container_down {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 15px;
  padding: 5px 5px 5px 15px;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  bottom: 40px;
  z-index: 9998;
  width: max-content;
  color: var(--span-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border: solid 2px var(--navbar-first-color);
  border-radius: 6px;
  background: var(--tablcolor);
}

.csgo-site-info_down .container_down a {
  display: flex;
  height: 30px;
  color: var(--span-color);
  border: solid 2px var(--span-color);
  align-items: center;
  font-weight: 600;
  padding: 0px 10px;
  border-radius: 6px;
  transition: 0.5s;
}

.csgo-site-info_down .container_down a:hover {
  color: var(--fon);
  background-color: var(--span-color);
  border: solid 2px var(--fon);
}

.svgIcon::before {
  background-size: 100%;
  display: inline-block;
  content: "";
  vertical-align: middle;
}

.ngIcon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='31' viewBox='0 0 34 31' fill='none'%3E%3Cpath d='M27.6166 20.0931C27.2995 19.8811 26.9582 19.7388 26.6138 19.6622L23.8742 11.3585C23.2607 9.50056 21.9004 8.05489 19.991 7.32358L15.8535 5.7345C13.0987 4.67641 10.3192 5.10067 8.37227 6.87545L5.42277 9.56647C4.27811 9.15491 3.0198 9.46724 2.39164 10.4068L1.37616 11.9258C0.618709 13.0587 1.05239 14.6878 2.3376 15.547L17.453 25.6523C18.7382 26.5116 20.4093 26.2897 21.1667 25.1567L22.1822 23.6378C22.8104 22.6982 22.6181 21.416 21.8 20.516L22.6509 18.2037L24.3172 20.2791C24.2337 20.3662 24.1563 20.4616 24.0875 20.5645C23.3675 21.6414 23.7778 23.1882 25.0013 24.0061C26.2243 24.8238 27.8106 24.6125 28.5309 23.5351C29.2507 22.4574 28.8401 20.9111 27.6166 20.0931V20.0931Z' fill='%23E56161'/%3E%3Cpath d='M6.10544 9.9112L21.2208 20.0165C22.506 20.8757 22.9389 22.506 22.1822 23.6378L21.1668 25.1567C20.4093 26.2897 18.7382 26.5116 17.453 25.6524L2.33761 15.547C1.05239 14.6878 0.618715 13.0588 1.37617 11.9258L2.39165 10.4068C3.14827 9.27511 4.82022 9.05197 6.10544 9.9112V9.9112Z' fill='%23EDEDED'/%3E%3Cpath d='M25.0008 24.0058C26.2238 24.8234 27.8101 24.6121 28.5304 23.5347C29.2504 22.4578 28.8401 20.911 27.6166 20.0931C26.3936 19.2754 24.8073 19.4868 24.087 20.5642C23.367 21.6411 23.7778 23.1882 25.0008 24.0058Z' fill='%23EDEDED'/%3E%3Cpath d='M26.9991 23.6597C25.7761 22.8421 25.3651 21.2955 26.0853 20.2181C26.2335 19.9965 26.4187 19.8122 26.6294 19.6654C25.6399 19.4399 24.6236 19.7615 24.0873 20.5637C23.3673 21.6407 23.7776 23.1874 25.0011 24.0054C25.9729 24.6551 27.1729 24.6545 27.9866 24.087C27.6472 24.0102 27.3116 23.8686 26.9991 23.6597Z' fill='%23E2E2E2'/%3E%3Cpath d='M21.8002 20.5155L22.6512 18.2033L24.3175 20.2786C24.8815 19.6919 25.7569 19.4719 26.6142 19.6625C26.6142 19.6625 26.131 19.1593 25.4233 18.9744C25.0995 18.8895 24.8292 18.6481 24.7215 18.3431C24.3893 17.4028 23.6596 15.4341 22.7496 13.5791C22.4919 13.0537 21.694 13.119 21.6728 13.6699C21.6473 14.3314 21.403 14.9049 20.7469 15.1773C18.6394 16.052 12.316 13.8717 11.2569 13.3557L21.2214 20.0175C21.4395 20.1627 21.6323 20.3312 21.8002 20.5155V20.5155Z' fill='%23D65858'/%3E%3Cpath d='M21.8003 20.5156L22.6512 18.2033C22.6512 18.2033 22.9615 17.1119 22.9664 16.4059C22.9675 16.2103 22.8163 16.0276 22.6113 15.9782C22.3847 15.9234 22.1762 16.0506 22.1474 16.262C22.0425 17.0289 21.6731 18.6321 21.1037 19.9377L21.222 20.0167C21.4395 20.1627 21.6323 20.3313 21.8003 20.5156V20.5156Z' fill='%23BF4B4B'/%3E%3Cpath d='M21.2207 20.0164L18.9689 18.511C18.9689 18.511 16.4112 22.6926 10.5568 18.7787L3.38326 13.9828C2.10653 13.1292 1.67065 11.5167 2.40778 10.3846C2.40278 10.392 2.39732 10.3992 2.39232 10.4067L1.37684 11.9256C0.619389 13.0586 1.05307 14.6876 2.33828 15.5469L17.4536 25.6522C18.7389 26.5114 20.41 26.2895 21.1674 25.1565L22.1829 23.6376C22.9388 22.506 22.5059 20.8757 21.2207 20.0164V20.0164Z' fill='%23E2E2E2'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  position: absolute;
  right: -12px;
  top: -10px;
  z-index: 999;
}

/* Admin */

.admin_wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background: var(--navbar-color);
}
.admin_button {
  display: flex;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
  height: 50px;
  align-items: center;
  background: var(--fon);
  border-radius: 6px;
  padding: 0px 10px;
  gap: 10px;
}
.admin_button > svg {
  height: 30px;
  width: 30px;
}
.admin_button > svg > defs > linearGradient > #svg-social-1 {
  transition: 0.5s;
  stop-color: var(--color-dark);
  stop-opacity: 1;
}
.admin_button > svg > defs > linearGradient > #svg-social-2 {
  stop-color: var(--button-color);
  stop-opacity: 1;
}
.admin_button > div {
  display: grid;
  line-height: 15px;
}
.admin_button > div > b {
  display: grid;
  font-size: 13px;
  font-weight: 600;
  transition: 0.5s;
}
.admin_button > div > span {
  color: var(--color-dark);
  letter-spacing: 1px;
  font-size: 11px;
}
.admin_button:hover > div > span {
  color: var(--fon);
  letter-spacing: 1px;
  font-size: 11px;
}
.admin_button:hover {
  background: var(--button-color);
}
.admin_button:hover > div > b {
  color: var(--fon);
}
.admin_button:hover > svg > defs > linearGradient > #svg-social-1 {
  stop-color: var(--fon);
}
.admin_button:hover > svg > defs > linearGradient > #svg-social-2 {
  stop-color: var(--fon);
}
.admin_button.server_buttons_active > div > b {
  color: var(--span-color);
}
.admin_button.server_buttons_active:hover > div > b {
  color: var(--fon);
}
.admin_button.server_buttons_active
  > svg
  > defs
  > linearGradient
  > #svg-social-1 {
  stop-color: var(--span-color);
}
.admin_button.server_buttons_active
  > svg
  > defs
  > linearGradient
  > #svg-social-2 {
  stop-color: var(--fon);
}

/* Radio */

.radio {
  display: flex;
  /* width: max-content; */
  position: relative;
  margin: 0;
  padding: 10px 20px;
  align-items: center;
  background-color: var(--color-dark);
  border-radius: 4px;
  transition: 0.3s;
  white-space: nowrap;
}

.radio:hover {
  background-color: var(--button-color-hover);
  transition: 0.3s;
}

.radio__input {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.radio__label {
  display: flex;
  color: var(--color-default);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border: solid 2px var(--navbar-first-color);
  background: var(--tablcolor);
  position: relative;
  height: 40px;
  font-size: 12px;
  border-radius: 6px;
  transition: 0.5s;
  align-items: center;
  padding: 5px 40px 5px 70px;
  cursor: pointer;
  user-select: none;
}

.radio__label:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--fon);
  border-radius: 2px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.radio__label:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #1effae;
  border-radius: 2px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.radio__input:checked + .radio__label:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: rgba(30, 255, 174, 0.32);
  border-radius: 2px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.radio__input:checked + .radio__label:after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .input_radio_buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (min-width: 768px) {
  .input_radio_buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.border-checkbox:checked + .border-checkbox-label:after {
  -webkit-animation: check linear 0.5s;
  animation: check linear 0.5s;
  background-color: var(--span-color);
  opacity: 1;
}

.input-form .border-checkbox-label {
  position: relative;
  width: 100%;
  cursor: pointer;
  line-height: 22px;
  margin-top: 4px;
  padding-left: 30px;
  color: var(--custom-text-color);
  font-size: 12px;
  font-weight: 700;
}

.input-form .border-checkbox-label:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background-color: var(--custom-text-color);
  opacity: 0.35;
  position: absolute;
  left: 6px;
  top: 2px;
}

.input-form .border-checkbox-label:before {
  content: "";
  display: block;
  background-color: var(--input-form);
  border-radius: 5px;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
}

.border-checkbox {
  display: none;
}

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

.pay-module-error {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 10px;
  width: 100%;
  padding: 15px;
  min-height: 40px;
  border-radius: 6px;
  background: linear-gradient(25deg, #f2c94c -150%, var(--fon) 50%);
  border: solid 2px var(--navbar-first-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.pay-module-error > svg {
  height: 20px;
  fill: #f2c94c;
}
.gay > strong {
  color: var(--span-color);
}
.gay > a {
  color: var(--span-color);
}

/* 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-color);
  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-color);
  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;
}

.input-form label {
  float: left;
  margin-right: 15px;
}

@keyframes spin-kybok {
  0% {
      transform: translate3d(0, -5%, 0);
  }

  50% {
      transform: translate3d(0, 5%, 0);
  }

  100% {
      transform: translate3d(0, -5%, 0);
  }
}