:root {
  --font: Manrope, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", sans-serif;
  --tcolor: #172B3D;
  --bgcolor: #EFF7F1;
  --lcolor: #4CCB70;
  --lhcolor: #289B7F;
  --sel-lang-active: #fff;
  --header-bg: #fff;
  --menu-hover-games: #F8B035;
  --menu-hover-apps: #7126C1;
  --menu-hover-top: #F74A2F;
  --menu-hover-news: #368BE1;
  --hmenu-more-grad: linear-gradient(90deg, rgba(23, 43, 61, 0) 0%, rgba(23, 43, 61, 0.05) 100%);
  --footer-bg: #142636;
  --main-heading: #289B7F;
  --dark-section-bg: #172B3D;
  --dark-section-grad: linear-gradient(0deg, #172B3D 0%, #0E1C29 100%);
  --dark-circle-blur: radial-gradient(closest-side, rgba(23, 43, 61, 0) 0, rgba(23, 43, 61, 0.6) 50%, rgba(23, 43, 61, 1) 94%);
  --form-control-bg: #fff;
  --form-control-brd: #E7E9EB;
  --form-control-brd-f: #D0D4D8;
  --placeholder: #8B959E;
  --cloud-c1: #4ccb70;
  --cloud-c2: #fbfcf3;
  --entry-bg: #fff;
  --entry-info: #8B959E;
  --entry-info-sep: #E6EFF4;
  --entry-label: rgba(255, 255, 255, .5);

  --block-bg: #fff;
  --block-bg-transp: rgba(255, 255, 255, 0);
  --block-dark-bg: #273D52;
  --modal-bg: #fff;
  --cat-menu: #28977B;
  --cat-menu-h: #172B3D;
  --spoiler: #f7f7f7;
  --spoiler-h: #EDFAF0;
  --searchsug: #f7f7f7;
  --searchsug-item: #fff;
  --nocomms: #765846;
  --coms-meta: rgba(23, 43, 61, .5);
  --coms-meta-h: rgba(23, 43, 61, .8);
  --line: #EBECED;
  --scrollbar: #F7F7F7;
  --scrollbar-thumb: #D0D0D0;
  --scrollbar-track: #F7F7F7;
  --loading-bg: rgba(255, 255, 255, .9);
  --spec-fade: rgba(23, 41, 61, 1);
  --spec-fade-transp: rgba(23, 41, 61, 0);
  --select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23172B3D' d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
  --pageform-img: url('../img/page-illustation.png');
  --pageform-bg: #EFF7F1
}

html.darktheme {
  --tcolor: #fff;
  --bgcolor: #172B3D;
  --sel-lang-active: #172B3D;
  --header-bg: #2A4055;
  --menu-hover-apps: #9A53E7;
  --hmenu-more-grad: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%);
  --footer-bg: #091521;
  --main-heading: #4CCB70;
  --dark-section-bg: #0F1F2E;
  --dark-section-grad: linear-gradient(0deg, #0F1F2E 0%, #0B1B29 100%);
  --dark-circle-blur: radial-gradient(closest-side, rgba(15, 31, 46, 0) 0, rgba(15, 31, 46, 0.6) 50%, rgba(15, 31, 46, 1) 94%);
  --form-control-bg: #273D52;
  --form-control-brd: #3D5164;
  --form-control-brd-f: #53677B;
  --placeholder: #687786;
  --cloud-c1: #0F1F2E;
  --cloud-c2: #142636;
  --entry-bg: #273D52;
  --entry-info: #939EA9;
  --entry-info-sep: #3D5164;
  --entry-label: rgba(39, 61, 82, .5);
  --entry-pattern: var(--entry-pattern-d);
  --block-bg: #273D52;
  --block-bg-transp: rgba(39, 61, 82, 0);
  --block-dark-bg: #213548;
  --modal-bg: #2A4055;
  --cat-menu: rgba(76, 203, 112, .1);
  --cat-menu-h: rgba(76, 203, 112, .2);
  --spoiler: rgba(255, 255, 255, 0.05);
  --spoiler-h: rgba(255, 255, 255, 0.1);
  --searchsug: #2A4055;
  --searchsug-item: rgba(255, 255, 255, 0.05);
  --nocomms: #fede4a;
  --coms-meta: rgba(255, 255, 255, .5);
  --coms-meta-h: rgba(255, 255, 255, .8);
  --line: rgba(255, 255, 255, 0.05);
  --scrollbar: #2A4055;
  --scrollbar-thumb: #0F1F2E;
  --scrollbar-track: #2A4055;
  --loading-bg: rgba(0, 0, 0, .9);
  --spec-fade: rgba(15, 31, 46, 1);
  --spec-fade-transp: rgba(15, 31, 46, 0);
  --select-arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23748390' d='M8.12 9.29L12 13.17l3.88-3.88c.39-.39 1.02-.39 1.41 0 .39.39.39 1.02 0 1.41l-4.59 4.59c-.39.39-1.02.39-1.41 0L6.7 10.7c-.39-.39-.39-1.02 0-1.41.39-.38 1.03-.39 1.42 0z'/%3E%3C/svg%3E");
  --pageform-img: url('../img/page-illustation-night.png');
  --pageform-bg: #0d1d2b
}

/* Manrope variable font — cyrillic-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../img/fonts/manrope-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* Manrope variable font — cyrillic */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../img/fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Manrope variable font — latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../img/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Manrope variable font — latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('../img/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

[class^=i__],
[class*=" i__"] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top
}

@media(min-width:992px) {

  html::-webkit-scrollbar,
  .page-form-right::-webkit-scrollbar {
    width: 16px;
    background-color: var(--scrollbar)
  }

  html::-webkit-scrollbar-thumb,
  .page-form-right::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 16px;
    border: 4px solid var(--scrollbar)
  }

  html::-webkit-scrollbar-track,
  .page-form-right::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: 16px;
    border: 4px solid var(--scrollbar)
  }

}

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

.load * {
  transition: none !important
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background-color: var(--footer-bg)
}

html {
  display: block
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0 solid rgba(0, 0, 0, .1);
  border-top-width: 1px;
  margin: 1.75rem 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

div#app_description li {
  margin-right: 30px !important;
  left: 30px !important;
  position: relative;
  padding-right: 30px;
}

.block.b-add-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block.b-add-info ul li {
  padding: 6px 12px;

  border-radius: 6px;
  margin-bottom: 6px;
  background: linear-gradient(90deg, rgba(76, 203, 112, 0.15), transparent);
  border-left: none;
}

ol,
ul,
dl {
  list-style: none;
  padding: 0;
  margin: 0
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: 700
}

small,
.small {
  font-size: .75em
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono, courier new, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #99999e;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

select {
  word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  outline: none !important
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}

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

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

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

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

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

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

body {
  font: normal .875rem/1.5 var(--font);
  color: var(--tcolor);
  background-color: var(--bgcolor);
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  min-width: 320px;
  position: relative
}

@media(min-width:768px) {
  body {
    font-size: 1rem
  }

}

.wrp,
.wrp-min {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto
}

@media(min-width:640px) {
  .wrp {
    max-width: 92rem
  }

  .wrp-min {
    max-width: 63rem
  }

  .wrp,
  .wrp-min {
    padding-left: 2rem;
    padding-right: 2rem
  }

}

.wrp .wrp-min,
.wrp-min .wrp-min {
  max-width: 59rem;
  padding-left: 0;
  padding-right: 0
}

a,
.btn-link {
  color: var(--lcolor);
  text-decoration: none
}

@media(min-width:992px) {

  a,
  .btn-link {
    transition: color .2s ease
  }

  a:hover,
  .btn-link:hover {
    color: var(--lhcolor)
  }

}

.toolbar {
  position: sticky;
  right: 0;
  z-index: 100;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  padding: 1rem;
  margin-top: -4.5rem
}

.toolbar img,
.toolbar svg {
  display: block
}

.toolbar button,
.toolbar a {
  pointer-events: auto;
  cursor: pointer
}

.sel-dark-toggle {
  color: inherit !important;
  background-color: rgba(5, 14, 21, .75);
  margin-left: .5rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50%
}

html.darktheme .sel-dark-toggle {
  color: #172b3d !important;
  background-color: rgba(255, 255, 255, .75)
}

html.darktheme .sel-dark-toggle>.i__sun {
  display: block !important
}

html.darktheme .sel-dark-toggle>.i__moon {
  display: none !important
}

.sel-dark-toggle,
.sel-lang>button {
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  border: 0
}

.sel-lang {
  display: flex
}

.sel-lang>button {
  background: 0 0
}

.sel-lang>button img {
  border-radius: 50%
}

.sel-lang>button.active {
  cursor: default
}

.sel-lang>button.active img {
  background-color: var(--sel-lang-active);
  box-shadow: 0 0 0 .125rem var(--sel-lang-active), 0 0 0 .25rem #fede4a
}

@media(max-width:1259px) {
  .toolbar {
    left: 0;
    bottom: 0;
    position: fixed;
    margin-top: 0
  }

  .sel-dark-toggle {
    margin-left: auto
  }

  .sel-lang {
    height: 2.5rem;
    background-color: var(--sel-lang-active);
    border-radius: 1.25rem;
    box-shadow: 0 .25rem 1rem -.25rem rgba(0, 0, 0, .25)
  }

}

@media(min-width:1260px) {
  .toolbar {
    top: 0
  }

  .sel-lang>button {
    margin-left: .25rem
  }

}

@media(min-width:992px) {

  .sel-dark-toggle,
  .sel-lang>button {
    transition: transform .2s ease
  }

  .sel-lang>button img {
    transition: box-shadow .2s ease
  }

  .sel-dark-toggle:hover,
  .sel-lang>button:not(.active):hover {
    transform: scale(1.1)
  }

}

.cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.fit-cover {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  flex-grow: 1
}

.fit-cover img {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  min-width: calc(100% + 1px);
  height: 100%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center center;
  -o-object-position: center center;
  -o-object-fit: cover
}

.avatar.fit-cover {
  width: 3rem;
  height: 3rem;
  border-radius: 50%
}

.w-100 {
  width: 100%
}

.circle {
  border-radius: 50%
}

.dashed {
  position: relative;
  display: inline-block
}

.dashed::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  border-top: 1px dashed #9d9fa4
}

.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.uppercase {
  text-transform: uppercase
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.fw-b {
  font-weight: 700
}

.fw-n {
  font-weight: 400
}

.lh-norm {
  line-height: normal
}

.f-right {
  float: right
}

.f-left {
  float: left
}

.ww-break-word {
  word-wrap: break-word
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.c-inherit {
  color: inherit !important
}

.c-white {
  color: #fff !important
}

.c-green {
  color: var(--lcolor) !important
}

.c-red {
  color: #f9563d !important
}

.c-yellow {
  color: #fede4a !important
}

.c-dark {
  color: var(--tcolor) !important
}

.c-muted {
  color: #8a949d !important
}

.bg-inherit {
  background-color: inherit !important
}

.bg-white {
  background-color: #fff !important
}

.bg-green {
  background-color: var(--lcolor) !important
}

.bg-grey {
  background-color: #f7f7f7 !important
}

.bg-dark {
  background-color: #172b3d !important
}

.s-yellow {
  background-color: #f9bd3b;
  background-image: linear-gradient(180deg, #FEDE4A 0%, #F8B035 100%);
  box-shadow: 0 .25rem .5rem 0 rgba(251, 205, 66, .3)
}

.s-green {
  background-color: #45c368;
  background-image: linear-gradient(180deg, var(--lcolor) 0%, #3DBA60 100%);

}

.s-purple {
  background-color: #9248e1;
  background-image: linear-gradient(180deg, #9B54E8 0%, #7126C1 100%);
  box-shadow: 0 .25rem .5rem 0 rgba(146, 72, 225, .3)
}

.s-red {
  background-color: #fb614a;
  background-image: linear-gradient(180deg, #FF715C 0%, #F74A2F 100%);
  box-shadow: 0 .25rem .5rem 0 rgba(255, 89, 64, .3)
}

.s-blue {
  background-color: #37a9e4;
  background-image: linear-gradient(180deg, #38B9E6 0%, #368BE1 100%);
  box-shadow: 0 .25rem .5rem 0 rgba(55, 169, 228, .3)
}

.s-telegram {
  background-color: #2ea6d9;
  background-image: linear-gradient(180deg, #37AEE2 0%, #1E96C8 100%);
  box-shadow: 0 .25rem .5rem 0 rgba(53, 172, 224, .3)
}

@media(min-width:992px) {

  .btn.s-yellow:hover,
  .download-line.s-yellow:hover {
    box-shadow: 0 .25rem .5rem 0 rgba(251, 205, 66, .3), 0 0 0 .25rem rgba(251, 205, 66, .3)
  }

}

.c-icon {
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: .375rem;
  display: inline-block;
  vertical-align: top
}

.c-icon>svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  color: #fff
}

@media(min-width:640px) {
  .c-icon {
    min-width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
    padding: .5rem
  }

  .c-icon>svg {
    width: 1.5rem;
    height: 1.5rem
  }

}

.muted {
  opacity: .5
}

.comment__content iframe,
.comment__content video,
.showfull__content iframe,
.showfull__content video {
  width: 720px;
  height: 420px;
  max-width: 100%
}

.small,
small {
  font-size: .75rem
}

@media(min-width:576px) {

  h1,
  .h1 {
    font-size: 2.5rem
  }

  h2,
  .h2 {
    font-size: 2rem
  }

  h3,
  .h3 {
    font-size: 1.5rem;
    font-weight: 700
  }

}

@media(max-width:575px) {

  h1,
  .h1 {
    font-size: 2rem
  }

  h2,
  .h2 {
    font-size: 1.8rem
  }

  h3,
  .h3 {
    font-size: 1.5rem;
    font-weight: 700
  }

}

h4,
.h4 {
  font-size: 1.45rem
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

.text {
  line-height: 1.65
}

.text h1,
.text h2 {
  font-size: 1.125rem
}

.text h3,
.text h4,
.text h5 {
  font-size: 1rem
}

.text h6 {
  font-size: .75rem;
  text-transform: uppercase
}

@media(min-width:768px) {

  .text h1,
  .text h2 {
    font-size: 1.25rem
  }

  .text h3,
  .text h4,
  .text h5 {
    font-size: 1rem
  }

}

.heading {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem
}

@media(min-width:768px) {
  .heading {
    font-size: 1.75rem
  }

}

.img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end
}

.img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.125rem
}

.title {
  line-height: 1.3;
  font-weight: 700;
  margin: 0
}

.title a {
  color: inherit
}

.dropdown-btn {
  transition: opacity .5s ease
}

.open>.dropdown-menu {
  display: block !important
}

.open>.dropdown-btn {
  opacity: .5
}

.dropdown {
  position: relative
}

.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 101;
  left: 0;
  border-radius: .75rem;
  font-size: .875rem;
  margin-top: .25rem;
  background-color: var(--modal-bg);
  font-weight: 400;
  box-shadow: 0 .5rem 4rem -.5rem rgba(0, 0, 0, .1), 0 .25rem 1.5rem 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05)
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

.dropdown-form {
  min-width: 240px;
  padding: 1.25rem
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-duration: .35s;
  transition-timing-function: ease
}

.fade {
  opacity: 0;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.modal-open {
  overflow: hidden !important
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  min-height: 100%
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-footer {
  padding: 1.5rem;
  text-align: right;
  border-top: 1px solid var(--line)
}

.modal-title {
  font-size: 1.25rem;
  margin-bottom: 2rem
}

.modal-head {
  border-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid var(--line)
}

.modal-head .modal-title {
  margin: 0
}

.modal-header .modal-title {
  margin-bottom: 0
}

.modal-header+.modal-body {
  padding-top: 0 !important
}

.modal-content {
  position: relative;
  background-color: var(--modal-bg);
  width: 100%;
  outline: 0
}

.modal-body,
.modal-head,
.modal-header {
  padding: 1.5rem
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, .3)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: 1
}

.modal-dialog .close,
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  color: inherit;
  padding: .5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  outline: none !important;
  pointer-events: auto;
  background: 0 0;
  transition: color .15s ease-out
}

.modal .modal-dialog>.close,
.modal-close {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  z-index: 1
}

.modal-dialog .close {
  opacity: .5
}

.closes svg {
  display: block
}

.modal-title {
  margin-bottom: 1rem
}

.modal-close {
  color: #fff;
  transition: opacity .15s ease-out
}

@media(min-width:992px) {
  .modal-close:hover {
    opacity: .8
  }

  .modal-dialog .close:hover {
    opacity: .8
  }

  .modal {
    -webkit-overflow-scrolling: touch
  }

}

@media(min-width:576px) {
  .modal.fade .modal-dialog {
    transform: scale(.85);
    transition: transform .2s ease, opacity .2s ease
  }

  .modal.in .modal-dialog {
    transform: scale(1)
  }

  .modal-content {
    pointer-events: auto;
    background-clip: padding-box;
    max-width: 26rem;
    min-height: 0;
    border-radius: 1.125rem;
    box-shadow: 0 1rem 2rem -.5rem rgba(0, 0, 0, .25), 0 0 0 1px rgba(0, 0, 0, .1)
  }

  .container .modal-content {
    box-shadow: 0 1rem 3.25rem -.25rem rgba(0, 73, 150, .125), 0 0 0 1px rgba(0, 73, 150, .1)
  }

  .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    margin: 1rem auto;
    min-height: calc(100% - 2rem);
    padding-left: .5rem;
    padding-right: .5rem
  }

  .modal-body,
  .modal-head,
  .modal-header {
    padding: 2rem
  }

}

@media(max-width:575px) {
  .modal-dialog {
    display: flex
  }

  .modal-body {
    padding-top: 3.5rem
  }

}

html.ovb {
  overflow: hidden;
  width: 100%;
  height: 100%
}

html.ovb .videobox.open {
  opacity: 1
}

.videobox {
  opacity: 0;
  transition: opacity .15s linear;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, .3)
}

.videobox.open {
  display: block !important
}

.videobox .video-content {
  width: 100%;
  height: 100%;
  max-width: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem
}

.videobox .video-wrap {
  width: 100%;
  max-width: 60rem;
  pointer-events: auto
}

.videobox .video-body {
  position: relative;
  padding: 0;
  background-color: #000;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .6);
  border-radius: 1.125rem
}

.videobox .video-body .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: -1.25rem -1.25rem 0 0;
  z-index: 1;
  background-color: var(--lcolor);
  box-shadow: 0 0 2rem 0 var(--lcolor);
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  border-radius: 50%;
  border: 0
}

.videobox .video-body .close svg {
  display: block
}

.video_block {
  position: relative;
  border-radius: 1.125rem;
  overflow: hidden
}

.video_block img {
  display: block;
  max-height: 80vh
}

.video_wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%
}

.video_wrap iframe {
  overflow: hidden;
  width: 100%;
  height: 100%
}

.btn-group .btn-block {
  width: 100%
}

.btn-reset {
  vertical-align: top;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  cursor: pointer
}

.btn,
.bbcodes,
.ui-button {
  height: 2.5rem;
  line-height: 1.5rem;
  padding: .5rem 1rem;
  border-radius: 1.25rem;
  font-size: .875rem;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
  color: #fff !important;
  transition: box-shadow ease .15s, background-color ease .15s, transform ease .1s, opacity ease .1s
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-icon svg {
  margin-right: .25rem
}

.btn-border {
  color: inherit !important;
  box-shadow: inset 0 0 0 1px rgba(76, 203, 112, .5);
  background: 0 0
}

.btn-border:hover {
  box-shadow: inset 0 0 0 3px rgba(76, 203, 112, .3)
}

.btn-complaint {
  position: relative
}

.btn-complaint a {
  color: inherit !important
}

.btn-complaint a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.btn-telegram {
  color: #31a8db !important
}

.btn-telegram>span {
  display: none
}

@media(max-width:767px) {
  .btn-telegram {
    height: auto;
    padding: 0
  }

}

@media(min-width:768px) {
  .btn-telegram .c-icon {
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    padding: .25rem
  }

  .btn-telegram .c-icon svg {
    width: 1rem;
    height: 1rem
  }

  .btn-telegram {
    display: inline-flex;
    align-items: center;
    padding: .5rem;
    background-color: rgba(49, 168, 219, .1)
  }

  .btn-telegram>span {
    display: block;
    padding: 0 .5rem 0 .75rem
  }

}

.bbcodes,
.ui-button,
.qq-upload-button {
  background-color: rgba(76, 203, 112, .1);
  color: var(--lcolor) !important;
  box-shadow: none !important
}

.btn:active,
.bbcodes:active,
.ui-button:active,
.qq-upload-button:active {
  opacity: .8
}

@media(min-width:992px) {

  .bbcodes:hover,
  .ui-button:hover,
  .qq-upload-button:hover {
    background-color: rgba(76, 203, 112, .2)
  }

  .btn-telegram {
    transition: background-color .2s ease
  }

  .btn-telegram:hover {
    background-color: rgba(49, 168, 219, .2)
  }

}

@media(max-width:575px) {
  .btn-block {
    width: 100%
  }

  .btn-block+.btn-block {
    margin-top: .5rem
  }

}

@media(min-width:576px) {
  .btn-group {
    display: flex
  }

  .btn-group .btn+.btn {
    margin-left: .75rem
  }

}

@media(min-width:768px) {
  .btn-lg {
    border-radius: 1.5rem;
    font-size: 1rem;
    height: 3rem !important;

  }

}

.form-submit {
  margin-top: 1.5rem
}

.form-group,
.form-check,
.form-combo {
  margin-top: 1.25rem;
  margin-bottom: 0 !important
}

.form-group:first-of-type,
.form-check:first-of-type,
.form-combo:first-of-type {
  margin-top: 0 !important
}

.form-group>label {
  display: block;
  font-size: .75rem;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-transform: uppercase;
  opacity: .8
}

.form-sep {
  border-top: 1px solid rgba(0, 0, 0, .05)
}

label.form-group {
  color: var(--tcolor);
  display: block;
  line-height: 1.2;
  font-size: .75rem
}

label.form-group>.c-muted {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700;
  text-transform: uppercase
}

label.form-group a.f-right {
  padding: .5rem;
  margin: -.5rem
}

@media(min-width:576px) {
  .form-submit {
    margin-top: 2rem
  }

  .form-group,
  .form-check,
  .form-combo {
    margin-top: 1.5rem;
    margin-bottom: 0 !important
  }

  .form-combo {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem
  }

  .form-combo .form-group {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1rem;
    margin: 0 !important
  }

  label.form-group,
  .form-group>label {
    margin-bottom: .75rem
  }

}

@media(min-width:576px) and (max-width:767px) {
  .form-combo {
    margin-left: -.5rem;
    margin-right: -.5rem
  }

  .form-combo .form-group {
    padding: 0 .5rem
  }

}

.loginform-foot {
  display: flex
}

.loginform-foot>a:first-child {
  margin-right: auto
}

.check-login {
  display: flex
}

.check-login input {
  margin-right: .5rem
}

.check-login .btn {
  text-transform: uppercase;
  font-size: .75rem
}

select,
textarea,
input[type=text],
input[type=password],
input[type=file],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: inherit;
  padding: calc(.5rem - 1px) .75rem;
  background: var(--form-control-bg);
  border: 1px solid var(--form-control-brd);
  border-radius: .375rem;
  outline: none !important;
  box-shadow: 0 .125rem .75rem 0 rgba(23, 43, 61, .05);
  transition: border .2s linear 0s, box-shadow .2s linear 0s;
  background-clip: padding-box
}

select#category {
  width: 100% !important
}

select:focus,
textarea:focus,
input:focus {
  border-color: var(--form-control-brd-f);
  box-shadow: 0 .125rem .75rem 0 rgba(23, 43, 61, .1)
}

::placeholder {
  color: var(--placeholder);
  opacity: 1
}

::-moz-placeholder {
  color: var(--placeholder);
  opacity: 1
}

::-webkit-input-placeholder {
  color: var(--placeholder);
  opacity: 1
}

textarea {
  margin: 0;
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

input[type=radio],
input[type=checkbox] {
  line-height: normal;
  margin: -2px 6px 0 0;
  vertical-align: middle
}

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

select[multiple],
select,
input[type=search] {
  -webkit-appearance: none;
  appearance: none
}

select[multiple],
select[size],
textarea {
  height: auto;
  min-height: 6em
}

select:not([multiple]) {
  padding-right: 2rem;
  background-position: calc(100% - .375rem) 50%;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-image: var(--select-arrow)
}

input:focus {
  outline: none
}

input[type=file],
input[type=image] {
  height: auto;
  width: 100%;
  padding: .25rem
}

.dle-promt-text {
  width: 100% !important
}

.tableform {
  width: 100%
}

.sep-xfield {
  margin-top: 1.5rem
}

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none
}

.emoji {
  max-width: auto !important;
  max-height: 1.5rem !important;
  border: none;
  vertical-align: middle
}

#dofullsearch,
.comments_subscribe,
#comment-editor>br {
  display: none !important
}

.item {
  position: relative
}

.item-link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 2
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

@media(min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }

}

@media(min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }

}

@media(min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }

}

#loading-layer {
  display: block !important;
  background-color: var(--loading-bg);
  z-index: 9999 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap
}

#loading-layer:before,
#loading-layer:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px
}

#loading-layer:before {
  border: 4px solid rgba(76, 203, 112, .2);
  border-radius: 50%
}

#loading-layer:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA2NCA2NCc+PHBhdGggZmlsbD0nIzRDQ0I3MCcgZD0nTTQsMTYuNWMyLjgtNS4xLDYuOS05LjIsMTEuNy0xMkMyMC42LDEuNiwyNi4yLDAsMzIsMHY0Yy01LjEsMC0xMCwxLjQtMTQuMiwzLjlDMTMuNiwxMC40LDEwLDE0LDcuNSwxOC40TDQsMTYuNXonLz48L3N2Zz4=)
}

#loading-layer:after {
  animation: load_rotate .8s infinite linear
}

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

}

.soc_login {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.soc_login_icons {
  display: flex;
  margin-top: 1rem
}

.soc_login_icons a {
  color: inherit;
  cursor: pointer;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: .5rem;
  padding: .625rem;
  border-radius: 50%;
  background-color: rgba(50, 50, 50, .05)
}

.soc_login_icons a:last-child {
  margin-right: 0
}

.soc_register {
  text-align: left;
  border-top: 0;
  max-width: 300px;
  padding: 0;
  margin: 1.75rem 0
}

.soc_register .soc_login_icons {
  margin-top: 1rem
}

@media(min-width:992px) {
  .soc_login_icons a:hover {
    color: #fff;
    transition: background-color ease .2s, color linear 0s
  }

  .soc_login_icons .soc_vk:hover {
    background-color: #48729e
  }

  .soc_login_icons .soc_ya:hover {
    background-color: red
  }

  .soc_login_icons .soc_fb:hover {
    background-color: #3b5998
  }

  .soc_login_icons .soc_gp:hover {
    background-color: #4284f4
  }

  .soc_login_icons .soc_od:hover {
    background-color: #eb722e
  }

  .soc_login_icons .soc_mail:hover {
    background-color: #005ff9
  }

}

img.fr-dii {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important
}

img.fr-dii.fr-fil {
  float: left;
  margin: 5px 24px 25px 0;
  max-width: calc(100% - 5px)
}

.title_quote {
  font-size: .9rem;
  color: rgba(0, 0, 0, .5);
  font-weight: 700;
  font-style: italic;
  border: 0
}

.quote,
blockquote {
  padding: 1.5rem 0;
  border: 0 solid #fede4a;
  border-width: 2px 0;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;
  font-size: 1.2em
}

.comment .quote,
.comment blockquote {
  font-size: 1em
}

.comment blockquote,
.comment .quote {
  padding: 10px 16px;
  border-width: 0 0 0 2px;
  background-color: rgba(0, 0, 0, .03);
  text-align: left
}

.comment .title_quote {
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 16px;
  border-left: 2px solid #fede4a;
  background-color: rgba(0, 0, 0, .03)
}

@media(min-width:576px) {
  .title_quote {
    padding: 4px 16px;
    padding-left: 26px;
    margin-left: 46px;
    border-left: 2px solid #fede4a;
    background-color: rgba(0, 0, 0, .03)
  }

  .quote,
  blockquote {
    margin-left: 46px;
    padding: 10px 26px;
    border-width: 0 0 0 2px;
    background-color: rgba(0, 0, 0, .03);
    position: relative;
    text-align: left
  }

  .quote::before,
  blockquote::before {
    content: "\201c";
    color: #fede4a;
    font-size: 75px;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -46px;
    font-style: normal
  }

  .comment .quote,
  .comment blockquote {
    margin-left: 32px
  }

  .comment .quote::before,
  .comment blockquote::before {
    font-size: 60px;
    line-height: 50px;
    margin-left: -32px
  }

  .comment .title_quote {
    padding-left: 16px;
    margin-left: 32px
  }

}

.spoiler {
  background-color: var(--spoiler);
  padding: 1rem;
  padding-left: 3rem;
  border-radius: .75rem;
  font-size: .875rem
}

.spoiler .title_spoiler {
  padding: 1rem;
  padding-left: 3rem;
  margin: -1rem;
  margin-left: -3rem;
  border-radius: 0;
  background: 0 0 !important;
  position: relative
}

.spoiler .title_spoiler a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.spoiler .title_spoiler img {
  max-width: 1.5rem;
  margin-left: -2rem
}

.text_spoiler {
  display: none
}

.text_spoiler::before {
  content: "";
  display: block;
  height: 1rem
}

.title_spoiler {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: .5rem;
  background-color: var(--spoiler);
  border-radius: .75rem;
  font-size: .875rem
}

.title_spoiler a {
  color: inherit !important
}

.title_spoiler img {
  width: 1.5rem;
  height: 1.5rem;
  display: block
}

.scriptcode {
  color: #4c6d0f;
  text-align: left;
  font-family: courier new
}

.hide {
  background-color: #f0f0f0;
  padding: 5px;
  color: #f97330;
  margin: 0 0 1em
}

.hide a {
  text-decoration: underline
}

.hide a:hover {
  text-decoration: none
}

table.userstop {
  font-size: 80%
}

.userstop td,
.pm td.pm_list,
.pm td.pm_head {
  border-bottom: 1px solid var(--line);
  padding: 12px 2px
}

table.pm,
table.userstop {
  width: 100%;
  margin-bottom: 0
}

table.pm select {
  width: 150px
}

.userstop thead td,
.pm td.pm_head {
  border-bottom: 1px solid var(--line);
  font-weight: 700
}

table.pm .navigation {
  border-top-width: 0;
  margin: 0
}

.table_wide {
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
  padding: .5rem 0;
  margin: -.5rem 0;
  word-break: break-all;
  -webkit-overflow-scrolling: touch
}

.table_wide>table {
  min-width: 800px;
  table-layout: fixed
}

.table_wide table.pm {
  min-width: 600px
}

.highslide-wrapper,
.highslide-outline {
  background: #fff
}

.highslide-image {
  border: 2px solid #fff
}

.highslide-active-anchor {
  visibility: hidden
}

.highslide-active-anchor img {
  visibility: hidden
}

.highslide-dimming {
  background-color: #000
}

.highslide-html {
  background-color: #fff
}

.highslide-loading {
  display: block;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
  padding: 3px;
  border: 1px solid #fff;
  background-color: #000
}

a.highslide-full-expand {
  background: url('#') no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px
}

.highslide-display-block {
  display: block
}

.highslide-display-none {
  display: none
}

.highslide-caption {
  display: none;
  padding: 5px;
  background: #fff
}

.highslide-controls {
  width: 195px;
  height: 40px;
  background: url('#') no-repeat 0 -90px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px
}

.highslide-controls ul {
  position: relative;
  left: 15px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url('#') no-repeat 100% -90px
}

.highslide-controls li {
  float: left;
  padding: 5px 0
}

.highslide-controls a {
  background: url('#');
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: none
}

.highslide-controls a.disabled {
  cursor: default
}

.highslide-controls a span {
  display: none
}

.highslide-controls .highslide-previous a {
  background-position: 0 0
}

.highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px
}

.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important
}

.highslide-controls .highslide-play a {
  background-position: -30px 0
}

.highslide-controls .highslide-play a:hover {
  background-position: -30px -30px
}

.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important
}

.highslide-controls .highslide-pause a {
  background-position: -60px 0
}

.highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px
}

.highslide-controls .highslide-next a {
  background-position: -90px 0
}

.highslide-controls .highslide-next a:hover {
  background-position: -90px -30px
}

.highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important
}

.highslide-controls .highslide-move a {
  background-position: -120px 0
}

.highslide-controls .highslide-move a:hover {
  background-position: -120px -30px
}

.highslide-controls .highslide-full-expand a {
  background-position: -150px 0
}

.highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px
}

.highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important
}

.highslide-controls .highslide-close a {
  background-position: -180px 0
}

.highslide-controls .highslide-close a:hover {
  background-position: -180px -30px
}

#modal-overlay {
  background: #000 !important;
  opacity: .5 !important
}

.ui-widget-overlay {
  background: #000;
  opacity: .5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed
}

.ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}

.ui-helper-clearfix {
  display: inline-block
}

* html .ui-helper-clearfix {
  height: 1%
}

.ui-helper-clearfix {
  display: block
}

.ui-dialog {
  text-align: left;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 420px;
  max-width: calc(100% - 1rem) !important;
  max-height: none !important;
  z-index: 999;
  border-radius: 1.125rem;
  box-shadow: 0 .75rem 3rem -.5rem rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 0, 0, .05);
  background-color: var(--modal-bg);
  background-clip: padding-box
}

.ui-dialog-titlebar {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  min-width: 0;
  position: relative;
  border-bottom: 1px solid var(--line)
}

.ui-dialog-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1rem
}

.ui-dialog-titlebar-close {
  height: 2rem;
  width: 2rem;
  margin: -.5625rem;
  margin-left: auto;
  padding: 0;
  text-indent: -9999px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none !important
}

.ui-button-icon-space {
  display: none
}

.ui-dialog-titlebar-close .ui-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.5rem 0 0 -.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzRDQ0I3MCcgZD0nTS4zLDEuN0ExLDEsMCwwLDEsLjMuMywxLDEsMCwwLDEsMS43LjNMOCw2LjYsMTQuMy4zYTEsMSwwLDAsMSwxLjQsMCwxLDEsMCwwLDEsMCwxLjRMOS40LDhsNi4zLDYuM2ExLDEsMCwwLDEtMS40LDEuNEw4LDkuNCwxLjcsMTUuN2ExLDEsMCwwLDEtMS40LDAsMSwxLDAsMCwxLDAtMS40TDYuNiw4WicvPjwvc3ZnPg==);
  background-size: 100% auto;
  opacity: 1
}

@media(min-width:992px) {
  .ui-dialog-titlebar-close .ui-icon {
    transition: opacity .2s ease
  }

  .ui-dialog-titlebar-close:hover .ui-icon {
    opacity: .8
  }

}

.ui-icon {
  overflow: hidden;
  text-indent: -9999px
}

.ui-dialog label {
  color: #575757
}

.ui-dialog-content {
  padding: 1.25rem;
  overflow: auto;
  position: relative;
  zoom: 1
}

.loginbox.ui-dialog,
.loginbox .ui-dialog-content {
  overflow: visible !important
}

.ui-dialog-content h2 {
  display: inline;
  font-size: 1em;
  font-weight: 700
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 20px;
  text-align: center;
  border-top: 1px solid var(--line)
}

.ui-dialog .ui-resizable-se {
  bottom: 3px;
  height: 14px;
  right: 3px;
  width: 14px
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move
}

.ui-helper-hidden-accessible {
  display: none
}

.ui-dialog-buttonset .ui-button {
  margin-top: .125rem;
  margin-bottom: .125rem
}

@media(min-width:576px) {
  .ui-dialog-buttonset .ui-button+.ui-button {
    margin-left: .25rem
  }

}

@media(max-width:575px) {
  .ui-dialog {
    position: fixed !important;
    width: 100% !important;
    left: .5rem !important;
    right: .5rem !important
  }

  .ui-dialog-buttonset .ui-button {
    width: 100%
  }

  .ui-dialog-buttonset .ui-button+.ui-button {
    margin-top: .25rem
  }

}

@media(max-width:500px) {
  .modal-body {
    padding: 1.125rem;
    padding-top: 2rem
  }

  .form-group>label {
    font-size: .75rem
  }

}

.dle-popup-userprofile .ui-dialog-content {
  padding: 0
}

.popup_userinfo_top {
  padding: 2rem;
  padding-bottom: 0;
  height: 4.5rem;
  margin-bottom: 3.5rem;
  background: var(--spoiler)
}

.popup_userinfo_top .avatar {
  vertical-align: top;
  border-radius: 50%;
  border: .25rem solid #fede4a;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1)
}

.popup_userinfo_top .avatar img {
  background-color: #eaeaea
}

.popup_userinfo.useronline .avatar {
  border-color: var(--lcolor)
}

.popup_userinfo .usinf {
  padding: 1rem 2rem;
  font-size: .875rem
}

.usinf {
  list-style: none;
  padding: 0;
  margin: 0
}

.usinf>li {
  padding: .5rem 0;
  border-top: 1px solid var(--line)
}

.usinf>li:first-child {
  border-top-width: 0
}

.ui-c1,
.ui-c2 {
  display: block
}

@media(max-width:575px) {
  .ui-c1 {
    font-size: .75rem;
    opacity: .5
  }

}

@media(min-width:576px) {

  .ui-c1,
  .ui-c2 {
    display: inline-block;
    vertical-align: top
  }

  .ui-c1 {
    width: 40%;
    margin-right: 5%
  }

  .ui-c2 {
    width: 50%;
    font-weight: 700
  }

}

@media(min-width:768px) {
  .usinf {
    font-size: 1.1rem
  }

  .ui-c1 {
    width: 30%
  }

  .ui-c2 {
    width: 60%
  }

}

.entry-listpage+.alert {
  margin-top: 2rem
}

.alert {
  margin-bottom: 2rem;
  font-size: .875rem
}

.alert-line,
.alert_in {
  background-color: #fff9db;
  color: #765846;
  box-shadow: 0 .5rem 1.5rem -.25rem rgba(0, 0, 0, .12)
}

.alert_in {
  padding: 1.125rem;
  border-radius: 1.125rem
}

.alert-cont,
.alert-cont p {
  margin: 0
}

.alert-title {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: .5rem
}

.alert-title>i,
.alert-line .i__info {
  margin-right: .5rem;
  color: #fede4a
}

.alert-line {
  padding: 1.125rem 0;
  font-size: .75rem;
  font-weight: 700;
  position: relative;
  z-index: 100
}

.alert-line .wrp-min {
  display: flex;
  align-items: center
}

.alert-line .wrp-min>.i__info {
  align-self: flex-start
}

.alert-line .wrp-min .alert-cont {
  align-self: center;
  padding: .125rem 0
}

.social-links {
  display: flex
}

.social-links a {
  opacity: .9;
  min-width: 2rem;
  height: 2rem;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #f5f6f7;
  border-radius: .375rem
}

.social-links a:not(:first-child) {
  margin-left: 1rem
}

@media(min-width:992px) {
  .social-links a {
    transition: opacity .2s ease, box-shadow .2s ease
  }

  .social-links a:hover {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05)
  }

}

.social-links a.soc-vk {
  background-color: #4a76a8
}

.social-links a.soc-fb {
  background-color: #4267b2
}

.social-links a.soc-ok {
  background-color: #ef863a
}

.social-links a.soc-gl {
  background-color: #f5f6f7
}

.modal-head .social-links {
  margin-top: 1rem
}

.background {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden
}

.background>i {
  position: absolute;
  z-index: -1;
  display: block
}

.bg-clouds {
  width: 100%;
  display: flex !important;
  justify-content: center
}

.cloud-c1 {
  fill: var(--cloud-c1);
  opacity: .1
}

.cloud-c2 {
  fill: var(--cloud-c2)
}

.darktheme .cloud-c1 {
  opacity: 1
}

@media(min-width:768px) {

  .bg-circle-yellow,
  .bg-circle-purple,
  .bg-circle-green {
    width: 75rem;
    height: 75rem
  }

  .bg-circle-purple {
    background-image: radial-gradient(closest-side, rgba(155, 84, 232, 0.2) 0, rgba(155, 84, 232, 0) 100%)
  }

  .bg-circle-yellow {
    background-image: radial-gradient(closest-side, rgba(254, 222, 74, 0.2) 0, rgba(254, 222, 74, 0) 100%)
  }

  .bg-circle-green {
    background-image: radial-gradient(closest-side, rgba(76, 203, 112, 0.2) 0, rgba(76, 203, 112, 0) 100%)
  }

  .bg-style-1 .bg-circle-yellow.bgc-1 {
    top: 0;
    right: 50%;
    transform: translate(10%, -60%)
  }

  .bg-style-1 .bg-circle-yellow.bgc-2 {
    top: 50%;
    right: 50%;
    transform: translate(-5%, -50%)
  }

  .bg-style-1 .bg-circle-purple {
    top: 70%;
    left: 70%;
    transform: translate(0%, -50%)
  }

  .bg-style-1 .bg-circle-green {
    top: 5%;
    left: 75%;
    transform: translate(0%, 0%)
  }

  .bg-style-1 .bg-clouds svg,
  .bg-style-2 .bg-clouds svg {
    max-width: 2880px;
    min-width: 2880px;
    height: auto
  }

  .bg-style-2 .bg-circle-purple {
    top: 75%;
    left: 50%;
    transform: translate(50%, -50%)
  }

  .bg-style-2 .bg-circle-yellow.bgc-1 {
    bottom: 0;
    left: 50%;
    transform: translate(10%, 50%)
  }

  .bg-style-2 .bg-circle-yellow.bgc-2 {
    top: 30%;
    right: 50%;
    transform: translate(-5%, -50%)
  }

  .bg-style-2 .bg-circle-green {
    top: 15%;
    left: 50%;
    transform: translate(60%, 0%)
  }

  .bg-style-2 .bg-clouds {
    bottom: 0;
    left: 0
  }

  .darktheme .bg-style-1 .bg-circle-yellow,
  .darktheme .bg-style-1 .bg-circle-purple,
  .darktheme .bg-style-1 .bg-circle-green,
  .darktheme .bg-style-2 .bg-circle-yellow,
  .darktheme .bg-style-2 .bg-circle-purple,
  .darktheme .bg-style-2 .bg-circle-green {
    display: none !important
  }

}

@media(max-width:767px) {

  .bg-style-1 .bg-clouds svg,
  .bg-style-2 .bg-clouds svg {
    max-width: 2000px;
    min-width: 2000px;
    height: 570px;
    margin-left: 22rem
  }

}

.page-cat-bg {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative
}

.page-cat-bg .footer {
  margin-top: auto
}

.page-head-cat {
  background-color: #3bb375;
  z-index: 0;
  position: relative;
  background-image: linear-gradient(0deg, #3BB375 0%, #289B7F 100%);
  padding-top: 5.5rem;
  margin-top: -5.5rem;
  padding-bottom: 5rem;
  color: #fff
}

html.darktheme .page-head-cat {
  background-color: var(--dark-section-bg);
  background-image: var(--dark-section-grad)
}

.page-head-cat .wrp-min {
  padding-top: 2rem
}

.page-cat-cont {
  margin-top: -4rem;
  margin-bottom: 2rem
}

html.darktheme .page-head-cat .bg-clouds {
  display: none !important
}

@media(max-width:767px) {
  .page-head-cat {
    border-radius: 1.75rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow-x: hidden
  }

}

@media(min-width:768px) {
  .page-head-cat {
    padding-top: 6.5rem;
    margin-top: -6.5rem;
    padding-bottom: 5.5rem
  }

}

@media(min-width:992px) {
  .page-cat-bg .background.bg-style-1 {
    display: block !important
  }

  .page-head-cat .bg-clouds {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    opacity: .4;
    background-image: url('../img/green_cloud.svg');
    background-size: 2560px auto;
    background-repeat: repeat-y;
    background-position: 50% 100%
  }

}

@media(min-width:1040px) {
  .page-head-cat .wrp-min {
    padding-top: 3.5rem
  }

  .page-cat-cont {
    margin-bottom: 3.5rem
  }

}

.head-cat-title {
  display: flex;
  align-items: center
}

.head-cat-title .title {
  font-size: 1.5rem;
  min-width: 0
}

.head-cat-tools {
  margin-left: auto;
  padding-left: 1rem
}

@media(min-width:500px) {
  .head-cat-title .title {
    font-size: 2rem
  }

}

@media(max-width:640px) {
  .head-cat-title {
    padding-left: .5rem;
    padding-right: .5rem
  }

}

@media(min-width:1040px) {
  .head-cat-title .title {
    font-size: 2.5rem
  }

}

.cat-menu-btn {
  background-color: rgba(23, 43, 61, .8);
  color: #fff;
  border: 0;
  padding: .5rem;
  border-radius: 50%;
  position: relative
}

.cat-menu-btn svg {
  display: block;
  transition: transform .2s ease, opacity .2s ease
}

.cat-menu-btn::after {
  content: "";
  height: 0;
  border-top: 2px solid;
  width: 1.5rem;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -.75rem;
  opacity: 0;
  transition: opacity .3s ease
}

.cat-menu-btn:not(.collapsed) svg {
  transform: scale(1, .2);
  opacity: 0
}

.cat-menu-btn:not(.collapsed)::after {
  opacity: 1
}

.page-head-cat.darkmod {
  background-color: var(--dark-section-bg);
  background-image: var(--dark-section-grad)
}

.page-head-cat.darkmod .bg-clouds {
  background-image: url('../img/dark_cloud.svg')
}

html.darktheme .page-head-cat.darkmod .bg-clouds {
  display: none !important
}

.cat-menu-list::before {
  content: "";
  display: block;
  height: 1rem
}

.cat-menu-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -.125rem
}

.cat-menu-list ul>li {
  padding: .125rem
}

.cat-menu-list ul>li a {
  display: block;
  padding: .375rem .5rem;
  border-radius: .375rem;
  background-color: var(--cat-menu);
  color: #fff;
  font-weight: 700;
  font-size: .75rem
}

.cat-menu-list ul>li.active a {
  cursor: default;
  background-color: #4ccb70 !important;
  box-shadow: 0 .5rem 1.5rem -.25rem rgba(0, 0, 0, .25);
  position: relative
}

@media(max-width:639px) {
  .cat-menu-list {
    padding-left: .5rem;
    padding-right: .5rem
  }

}

@media(min-width:992px) {
  .cat-menu-list ul>li a {
    transition: background-color .2s ease
  }

  .cat-menu-list ul>li a:hover {
    background-color: var(--cat-menu-h)
  }

  .cat-menu-btn {
    transition: color .2s ease
  }

  .cat-menu-btn:hover {
    color: #fede4a
  }

}

.footer {
  margin-top: auto
}

.footer-panel {
  background-color: var(--footer-bg);
  color: #fff;
  border-radius: 1.75rem;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  padding: 1rem;
  position: relative;
  font-size: .875rem
}

@media(min-width:768px) {
  .footer-panel {
    border-radius: 2.25rem
  }

}

.upper {
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: #4ccb70;
  padding: .75rem
}

.upper svg {
  display: block
}

.copyright {
  padding: .75rem 0;
  line-height: 1.4
}

.f-telegram a {
  display: flex;
  align-items: center;
  color: #7cceff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4
}

.f-telegram a .c-icon {
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  padding: .25rem
}

.f-telegram a .c-icon svg {
  width: 1.5rem;
  height: 1.5rem
}

@media(max-width:575px) {
  .footer-panel {
    text-align: center
  }

  .f-telegram a {
    flex-direction: column
  }

  .f-telegram a .c-icon {
    margin-bottom: .5rem
  }

  .copyright {
    max-width: 13.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -1rem
  }

}

@media(min-width:576px) {
  .footer-panel {
    padding: 1rem 5rem
  }

  .footer-panel .logotype,
  .footer-panel .upper {
    position: absolute;
    top: 0;
    margin: 1rem
  }

  .footer-panel .logotype {
    display: block !important;
    padding: .375rem;
    left: 0
  }

  .footer-panel .upper {
    right: 0
  }

  .copyright {
    font-weight: 700
  }

  .f-telegram a .c-icon {
    margin-right: 1rem
  }

}

@media(max-width:991px) {
  .footer-panel {
    padding-bottom: 0.0rem !important;
    padding: 0px !important;
  }

  .footer-panel .logotype.scrollup {
    display: none !important;
  }
}

@media(min-width:768px) {
  .footer-cont .copyright {
    flex: 1 1 auto
  }

  .footer-cont {
    height: 3rem;
    display: flex;
    align-items: center
  }

}

@media(min-width:992px) {
  .footer-panel {
    height: 5rem
  }

}

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 3.5rem;
  pointer-events: none
}

.header-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  height: 3.5rem;
  pointer-events: auto;
  background-color: var(--header-bg);
  border-radius: 1.75rem;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  box-shadow: 0 .125rem .5rem 0 rgba(0, 0, 0, .03), 0 .125rem 2rem -.5rem rgba(23, 43, 61, .2)
}

@media(min-width:768px) {
  .header {
    height: 4.5rem
  }

  .header-panel {
    padding: 1rem;
    height: 4.5rem;
    border-radius: 2.25rem
  }

}

@media(max-width:991px) {

  .header .wrp-min,
  .footer .wrp-min {
    padding-left: 0;
    padding-right: 0
  }

}

.logotype {
  color: inherit !important;
  padding: .125rem .5rem;
  display: inline-block;
  vertical-align: top;
  z-index: 999999;
}

.logotype svg {
  display: block
}

.logo-icon {
  max-width: 2.25rem;
  overflow: hidden;
  display: block
}

.log-in,
.q-search-call {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 0;
  background: 0 0;
  cursor: pointer;
  height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  padding: .5rem
}

.log-in {
  background: rgba(76, 203, 112, .1);
  color: #4ccb70;
  transition: background .2s ease
}

.log-in svg,
.q-search-call svg {
  display: block
}

@media(min-width:992px) {
  .head-tools-panel {
    margin: 0 auto;
    max-width: 38rem
  }

  .head-tools {
    flex: 1 1 auto;
    display: block !important;
    opacity: 1 !important;
    z-index: 999999;
  }

  .hmenu {
    padding-right: 2.5rem
  }

  .hmenu,
  .hmenu>a>span {
    display: flex;
    align-items: center
  }

  .hmenu>a {
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
    font-size: .875rem;
    line-height: 1.5rem;
    padding: .25rem;
    font-weight: 700;
    color: inherit;
    transition: color .2s ease
  }

  .hmenu>a .c-icon {
    min-width: 2rem;
    max-width: 2rem;
    height: 2rem;
    padding: .25rem;
    margin-right: .75rem;
    transition: transform .2s ease;
    position: relative
  }

  .hmenu>a.active .c-icon {
    transform: scale(1) !important
  }

  .hmenu>a:hover .c-icon {
    transform: scale(.9)
  }

  a.hm-games:hover {
    color: var(--menu-hover-games)
  }

  a.hm-apps:hover {
    color: var(--menu-hover-apps)
  }

  a.hm-top:hover {
    color: var(--menu-hover-top)
  }

  a.hm-news:hover {
    color: var(--menu-hover-news)
  }

  .hmenu-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2rem;
    border: 0;
    line-height: 1rem;
    padding: .5rem;
    border-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
    background-image: var(--hmenu-more-grad)
  }

  .hmenu-more-dots {
    width: 1rem;
    height: .25rem;
    display: flex;
    justify-content: space-between;
    transition: width .2s ease
  }

  .hmenu-more-dots>i {
    width: .25rem;
    height: .25rem;
    background-color: var(--tcolor);
    transition: background-color .2s ease;
    display: inline-block;
    border-radius: 50%
  }

  .hmenu-more:hover .hmenu-more-btn {
    background-image: linear-gradient(90deg, rgba(76, 203, 112, 0) 0%, rgba(76, 203, 112, 0.1) 100%)
  }

  .hmenu-more:hover .hmenu-more-btn .hmenu-more-dots {
    width: 1.25rem
  }

  .hmenu-more:hover .hmenu-more-btn .hmenu-more-dots>i {
    background-color: #4ccb70
  }

  .hmenu-more .dropdown-menu {
    display: block !important;
    left: 50%;
    width: 15rem;
    margin-left: -7.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.5rem);
    transition: opacity .2s ease .15s, visibility 0s linear .15s, transform .2s ease .15s
  }

  .hmenu-more:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }

  .hmenu-order>a {
    border-bottom: 1px solid var(--line);
    font-size: 1rem
  }

  .hmenu-sub {
    padding: 1rem 0
  }

  .hmenu-sub>a {
    color: inherit;
    display: block;
    line-height: 1.5rem;
    padding: .25rem 1.25rem
  }

  .hmenu-sub>a:hover {
    color: var(--lcolor)
  }

  .head-right {
    min-width: 7.5rem;
    margin-left: auto;
    z-index: 99999;
  }

  .head-right>* {
    float: right;
    margin-left: .5rem
  }

  .log-in:hover {
    background: rgba(76, 203, 112, .2)
  }

}

a.hm-games.active .s-yellow {
  box-shadow: 0 .25rem .5rem 0 rgba(251, 205, 66, .3), 0 0 0 .375rem rgba(251, 205, 66, .3)
}

a.hm-apps.active .s-purple {
  box-shadow: 0 .25rem .5rem 0 rgba(146, 72, 225, .3), 0 0 0 .375rem rgba(146, 72, 225, .3)
}

a.hm-top.active .s-red {
  box-shadow: 0 .25rem .5rem 0 rgba(255, 89, 64, .3), 0 0 0 .375rem rgba(255, 89, 64, .3)
}

a.hm-news.active .s-blue {
  box-shadow: 0 .25rem .5rem 0 rgba(55, 169, 228, .3), 0 0 0 .375rem rgba(55, 169, 228, .3)
}

.hmenu-more .dropdown-menu {
  display: block !important
}

.hmenu-order {
  display: block;
  position: relative;
  padding: 0 1.25rem
}

.hmenu-order>a {
  display: block;
  line-height: 1.75rem;
  padding: 1rem 0;
  height: 3.75rem;
  font-weight: 700
}

.hmenu-order>a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1
}

.hmenu-order>svg {
  position: absolute;
  right: 1.25rem;
  top: 55%;
  margin-top: -1rem
}

@media(max-width:991px) {
  .header-panel .logotype {
    margin: 0 auto
  }

  .menu-butter {
    order: -1;
    display: block !important;
    padding: .625rem;
    border: 0;
    background: 0 0;
    color: #4ccb70
  }

  .butterbrod {
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column
  }

  .butterbrod>i {
    width: 100%;
    height: 0;
    border-top: 4px solid;
    border-radius: 3px
  }

  .head-tools {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity ease .2s;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
  }

  .mm-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1
  }

  .head-tools.open,
  .head-tools.open .mm-overlay,
  .q-search,
  .hmenu-sub,
  .menu-close {
    display: block !important
  }

  .head-tools-panel {
    width: 100%;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--modal-bg);
    box-shadow: 0 .5rem 1.5rem -.25rem rgba(0, 0, 0, .1);
    border-radius: 1.75rem;
    transition: transform ease .4s
  }

  .head-tools-panel::before {
    content: "";
    display: block;
    height: 2.5rem;
    order: -1
  }

  .menu-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: .5rem
  }

  .menu-close svg {
    display: block
  }

  .q-search {
    order: -1;
    margin-bottom: 2rem;
    padding-top: 1.5rem
  }

  .q-search-label {
    position: absolute;
    bottom: 100%;
    width: 100%;
    text-align: center;
    opacity: .5;
    text-transform: uppercase;
    font-size: .75rem
  }

  .hmenu {
    display: flex;
    flex-wrap: wrap;
    margin: -.5rem
  }

  .hmenu>a {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: .5rem;
    font-weight: 700;
    color: inherit !important
  }

  .hmenu>a span {
    display: block;
    text-align: center;
    padding: .75rem;
    border-radius: 1.125rem
  }

  .hmenu>a .c-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: .5rem
  }

  a.hm-games>span {
    background-color: rgba(254, 216, 74, .1)
  }

  a.hm-apps>span {
    background-color: rgba(151, 79, 229, .1)
  }

  a.hm-top>span {
    background-color: rgba(251, 96, 72, .1)
  }

  a.hm-news>span {
    background-color: rgba(55, 164, 227, .1)
  }

  .hmenu-more {
    width: 100%;
    margin-top: 1rem;
    padding: .5rem
  }

  .hmenu-more .dropdown-menu {
    position: static;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none !important
  }

  .hmenu-order {
    background-color: rgba(76, 203, 112, .1);
    border-radius: 1.125rem
  }

  .hmenu-more-btn {
    display: none !important
  }

  .hmenu-sub {
    margin-top: 2rem
  }

  .hmenu-sub a {
    display: block;
    text-align: center;
    padding: .25rem;
    color: inherit;
    font-size: .875rem;
    opacity: .5
  }

  .toolbar {
    transition: transform ease .4s
  }

  html.mm body {
    overflow: hidden
  }

  html.mm .head-tools.open {
    opacity: 1
  }

  html.mm .head-tools.open .head-tools-panel {
    transform: translateY(0%)
  }

  html.mm .toolbar {
    transform: translateY(100%)
  }

}

@media(min-width:640px) and (max-width:991px) {
  .head-tools {
    padding: 2rem;
    z-index: 999999;
  }

  .head-tools-panel {
    max-width: 30rem;
    margin: 0 auto;
    transform: translateY(2rem)
  }

}

@media(max-width:639px) {
  .head-tools {
    padding-right: 2rem;
    z-index: 999999;
  }

  .head-tools-panel {
    min-height: 100%;
    max-width: 24rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transform: translateX(-2rem)
  }

  .hmenu {
    margin: -.25rem
  }

  .hmenu>a,
  .hmenu-more {
    padding: .25rem
  }

}

.q-search-box {
  position: relative
}

.q-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  transition: color .2s ease;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  color: inherit !important;
  background: 0 0
}

.q-search-btn:hover {
  color: #4ccb70 !important
}

.q-search-btn svg {
  display: block
}

.q-search-text {
  border-radius: 1.25rem !important;
  padding-left: 1rem !important;
  padding-right: 3rem !important
}

@media(min-width:992px) {
  .q-search.open {
    display: block !important
  }

  .q-search {
    margin-top: -2.5rem;
    opacity: 0;
    transform: translateY(1rem)
  }

  .hmenu,
  .q-search,
  .q-search-call>svg {
    transition: transform .2s ease, opacity .2s ease
  }

  .hmenu {
    transform: translateY(0);
    opacity: 1
  }

  .q-search-label {
    display: none
  }

  .q-search-call {
    display: block !important;
    color: inherit
  }

  .q-search-call:hover {
    opacity: .8
  }

  .q-search-call>svg.qs-2 {
    opacity: 0;
    transform: scale(.8);
    margin-top: -100%
  }

  .qs .q-search {
    transform: translateY(0);
    opacity: 1
  }

  .qs .hmenu {
    transform: translateY(-1rem);
    opacity: 0;
    pointer-events: none
  }

  .qs .q-search-call {
    background-color: rgba(23, 43, 61, .05)
  }

  .qs .q-search-call>svg.qs-1 {
    opacity: 0;
    transform: scale(.8)
  }

  .qs .q-search-call>svg.qs-2 {
    opacity: 1;
    transform: scale(1)
  }

}

#searchsuggestions {
  z-index: 102;
  border-radius: .75rem;
  background: var(--searchsug);
  padding: .5rem;
  width: 17.5rem;
  font-size: .875rem;
  box-shadow: 0 .5rem 4rem -.5rem rgba(0, 0, 0, .1), 0 .25rem 1.5rem 0 rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .05);
  overflow: hidden;
  overflow-y: auto;
  max-height: 20rem;
  -webkit-overflow-scrolling: touch
}

@media(min-width:992px) {
  #searchsuggestions {
    position: fixed !important;
    width: 37rem;
    left: 50% !important;
    top: 3.5rem !important;
    transform: translateX(-50%) !important
  }

}

#searchsuggestions:hover {
  display: block !important
}

#searchsuggestions a,
#searchsuggestions span.notfound {
  padding: .75rem 1.25rem;
  display: block;
  text-decoration: none;
  border-radius: .5rem
}

#searchsuggestions a+a {
  margin-top: .125rem
}

#searchsuggestions a {
  color: inherit;
  background-color: var(--searchsug-item)
}

#searchsuggestions a .searchheading {
  transition: color .2s ease
}

#searchsuggestions a:hover .searchheading {
  color: #4ccb70
}

#searchsuggestions a span {
  display: block;
  cursor: pointer
}

#searchsuggestions span.searchheading {
  display: block;
  font-weight: 700;
  margin-bottom: .2em
}

#searchsuggestions span.seperator a {
  padding: 10px 0;
  text-align: center;
  border: 0;
  background-color: transparent;
  color: #919191
}

#searchsuggestions .break,
#searchsuggestions span.seperator {
  display: none !important
}

.speedbar-panel {
  background-color: #289b7f;
  z-index: 1;
  position: relative;
  background-image: linear-gradient(90deg, #4CCB70 0%, #30A478 100%);
  box-shadow: 0 .25rem 1.5rem 0 rgba(0, 0, 0, .15);
  margin-top: -2.5rem;
  padding-top: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  font-size: .75rem;
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem
}

.speedbar-panel>span {
  display: block;
  line-height: 1.25rem;
  padding: .375rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.speedbar-panel a {
  color: #fff
}

.speedbar-panel a:hover {
  color: rgba(255, 255, 255, .8)
}

@media(max-width:991px) {
  .wrp-min.speedbar {
    padding: 0 !important
  }

}

@media(min-width:768px) {
  .speedbar-panel {
    float: left;
    max-width: calc(100% - 2.5rem);
    padding-left: 1.5rem;
    padding-right: 1rem;
    border-bottom-left-radius: 2.25rem;
    border-bottom-right-radius: 1.125rem
  }

}

.anchor-line {
  overflow: hidden;
  height: 0
}

.anchor-line>span {
  margin-top: -4.5rem;
  display: block
}

.page-head-main {
  text-align: center;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  position: relative;
  overflow: hidden;
  pointer-events: none
}

.page-head-main>.title {
  font-size: 1.5rem;
  line-height: 1.3;
  max-width: 14rem;
  margin: 2rem auto;
  color: var(--main-heading);
  pointer-events: auto
}

.page-head-main>img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -7%);
  width: 50rem;
  height: auto;
  pointer-events: none
}

.section {
  margin-bottom: 2rem
}

.section-title,
.section-head,
.static-page .title {
  margin-bottom: 1rem
}

.section-head {
  display: flex;
  align-items: center
}

.section-head .section-title {
  margin-bottom: 0;
  margin-right: auto
}

.section-title {
  font-size: 1rem;
  line-height: 1.3;
  display: flex;
  align-items: center
}

.static-page .title {
  font-size: 1.25rem;
  line-height: 1.3
}

.section-title>.c-icon {
  margin-right: 1rem
}

.btn-all+.btn-all {
  display: none !important
}

@media(min-width:500px) {
  .page-head-main>.title {
    font-size: 2rem;
    max-width: 22rem;
    margin: 3rem auto
  }

  .page-head-main>img {
    width: 70rem
  }

}

@media(max-width:639px) {
  .btn-all {
    padding: .25rem;
    width: 2rem;
    height: 2rem
  }

  .btn-all>span {
    display: none
  }

  .btn-all>svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem
  }

}

@media(min-width:640px) {
  .section-title {
    font-size: 1.25rem
  }

  .btn-all svg {
    display: none !important
  }

}

@media(min-width:768px) {
  .page-head-main+.section {
    margin-top: -2rem
  }

}

@media(min-width:992px) {

  .section-title,
  .static-page .title {
    font-size: 1.5rem
  }

}

@media(min-width:1040px) {
  .page-head-main>.title {
    font-size: 2.5rem;
    max-width: 27rem;
    margin: 4rem auto
  }

  .page-head-main>img {
    width: 88rem
  }

  .section {
    margin-bottom: 3.5rem
  }

  .section-title,
  .section-head,
  .static-page .title {
    margin-bottom: 1.5rem
  }

}

.dark-section {
  color: #fff;
  background-color: var(--dark-section-bg);
  position: relative;
  margin-top: auto;
  z-index: 0
}

.dark-foot {
  padding-top: 2rem
}

@media(max-width:767px) {
  .dark-foot {
    border-radius: 1.75rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
  }

}

@media(min-width:1040px) {
  .dark-foot {
    padding-top: 3.5rem
  }

  .dark-foot .background {
    margin-top: -1.5rem;
    display: block !important
  }

  .dark-foot .bg-clouds svg {
    max-width: 2550px;
    min-width: 2550px;
    height: auto
  }

  .dark-foot .bg-circle-green {
    top: 1.5rem;
    left: 50%;
    transform: translate(0%, 0%)
  }

}

.dark-head {
  padding-top: 5.5rem;
  margin-top: -5.5rem;
}

@media(min-width:768px) {
  .dark-head {
    padding-top: 6.5rem;
    margin-top: -6.5rem
  }

}

@media(min-width:992px) {
  .dark-head .background {
    display: block !important;
    margin-bottom: -1.5rem
  }

  .dark-head .bg-clouds {
    bottom: 0;
    z-index: 1
  }

  .dark-head .bg-clouds svg {
    max-width: 2550px;
    min-width: 2550px;
    height: auto
  }

  .dark-head .bg-circle-green {
    bottom: 5%;
    left: 50%;
    transform: translate(0%, -30%);
    z-index: 1
  }

}

.block {
  background-color: var(--block-bg);
  border-radius: 1.125rem;
}

.block-list>.block:first-child {
  margin-top: 0
}

.dark-section .block {
  background-color: var(--block-dark-bg)
}

.block img {
  max-width: 100%
}

.b-cont,
.b-head,
.b-icon-title {
  padding: 1.5rem
}

.b-title {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700
}

.b-cont video,
.b-cont iframe {
  max-width: 100%;
  vertical-align: top;
  margin-top: 1rem
}

.b-head {
  display: flex;
  align-items: center
}

.b-head .section-title {
  margin-bottom: 0;
  margin-right: auto
}

.b-head .btn {
  margin-left: .5rem
}

@media(max-width:639px) {
  .wrp-min.block-list {
    padding-left: 0;
    padding-right: 0
  }

  .b-add-info {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
  }

  .b-comments .b-head .btn-all svg {
    transform: rotate(90deg)
  }

  .b-comments .b-cont {
    padding-left: 0;
    padding-right: 0
  }

}

@media(min-width:640px) {

  .b-cont,
  .b-head,
  .b-icon-title {
    padding: 2rem
  }

  .b-title {
    font-size: 1.25rem
  }

  .b-head .btn {
    margin-left: 1rem
  }

}

@media(min-width:992px) {
  .b-title {
    font-size: 1.5rem
  }

}

.b-icon-title {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: center
}

.b-icon-title .c-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%)
}

.b-icon-title .b-title {
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: 0
}

.b-icon-title .c-icon+.b-title {
  margin-top: .25rem !important
}

.b-icon-title+.b-cont {
  padding-top: 0
}

.b-tabs {
  padding: 0 .5rem;
  overflow: hidden;
  display: flex;
  font-weight: 700
}

@media(min-width:640px) {
  .b-tabs {
    padding: 0 1rem
  }

}

.b-tabs+.b-cont,
.b-head+.b-cont {
  padding-top: 0
}

.b-tabs>a {
  height: 4.5rem;
  line-height: 1.5rem;
  padding: 1.5rem 1rem;
  position: relative
}

.b-tabs>a:not(.active) {
  color: inherit !important
}

.b-tabs>a::after {
  content: "";
  height: 0;
  border-top: .5rem solid;
  border-radius: .25rem;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  margin-top: -.25rem;
  opacity: 0;
  transform: translateY(-.5rem);
  background-color: #4ccb70;
  transition: opacity .2s ease, transform .2s ease
}

.b-tabs>a.active::after {
  opacity: 1;
  transform: translateY(0)
}

.navigation {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  position: relative;
  text-align: center
}

@media(min-width:992px) {
  .entry-listpage #dle-content>.wrp-min {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    max-width: 61rem
  }

  .entry-listpage #dle-content>.wrp-min>.navigation {
    margin-top: 1rem
  }

}

@media(min-width:640px) {
  .entry-listpage #dle-content>.wrp-min {
    padding-left: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem
  }

  .entry-listpage #dle-content>.wrp-min>.navigation {
    margin-top: 1.5rem
  }

}

@media(max-width:639px) {
  .entry-listpage #dle-content>.wrp-min {
    padding-left: .25rem;
    padding-right: .25rem;
    padding-bottom: .25rem
  }

  .entry-listpage #dle-content>.wrp-min>.navigation {
    margin-top: 1.75rem
  }

  .b-comments .b-cont .navigation {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

}

.navigation a {
  color: inherit
}

.pages,
.navigation svg {
  display: block
}

.pages {
  border-radius: 1.25rem;
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  justify-content: center
}

.pages-list {
  display: flex;
  margin: 0 auto
}

.swchItem,
.swchItemA {
  display: inline-block;
  line-height: 1.5rem !important;
  height: 2.5rem !important;
  font-weight: 700 !important;
  padding: .5rem !important;
  border-radius: 2rem !important;
  transition: background-color ease .2s, color ease .2s !important;
}

.swchItem:first-child,
.swchItem:last-child {
  background-color: #45c368;
  color: #fff;
  background-image: linear-gradient(180deg, #4CCB70 0%, #3DBA60 100%);
  box-shadow: 0 0.25rem 0.5rem 0 rgb(69 195 104 / 30%);
}

.swchItem:first-child:hover,
.swchItem:last-child:hover {
  color: #fff !important;
}

.swchItem:first-child {
  margin-right: .5rem;
}

.swchItem:last-child {
  margin-left: .5rem;
}

.swchItem:first-child span,
.swchItem:last-child span {
  position: relative;
  bottom: 2px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media(max-width:767px) {
  .pages-list {
    margin: -1.5rem 0;
    padding: 1.5rem 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .swchItem {
    color: #4ccb70
  }

  .pages-list::after,
  .pages-list::before {
    content: "";
    max-width: 1rem;
    min-width: 1rem;
    height: 1rem
  }

  .pages-list {
    padding-left: .75rem;
    padding-right: .75rem
  }

  .pages {
    overflow: hidden;
    background-color: var(--block-bg);
    position: relative
  }

  .pages::after,
  .pages::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 2rem;
    height: 100%;
    pointer-events: none;
    border-radius: 1.25rem
  }

  .pages::before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    background-image: linear-gradient(90deg, var(--block-bg) 0%, var(--block-bg-transp) 100%)
  }

  .pages::after {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    right: 0;
    background-image: linear-gradient(-90deg, var(--block-bg) 0%, var(--block-bg-transp) 100%)
  }

}

@media(min-width:768px) {
  .pages-list {
    margin: 0 .125rem
  }

  .swchItem,
  .swchItemA {
    font-size: 1.125rem;
    min-width: 2.5rem;
  }

  .swchItemA {
    background-color: #f9bd3b;
    color: #fff;
    background-image: linear-gradient(180deg, #FEDE4A 0%, #F8B035 100%);
    box-shadow: 0 .25rem .5rem 0 rgba(251, 205, 66, .3)
  }

}

@media(min-width:992px) {
  .pagesBlock1 a:hover {
    background-color: rgba(76, 203, 112, .1);
    color: #4ccb70
  }

}

.page-orders {
  margin-top: 0 !important
}

.order-form {
  background-color: var(--spoiler);
  padding: 1rem;
  border-radius: .5rem;
  margin: 1.5rem 0
}

.order-form .form-submit {
  margin-top: 1rem
}

.post-body.MOD::after {
  content: 'MOD';
  background-color: #9c25af;
  border-radius: 0;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.post-body.Xit::after {
  content: 'ХИТ';
  background-color: #3da96d;
  border-radius: 0;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.post-body.PRO::after {
  content: 'PRO';
  background-color: #6482de;
  border-radius: 0;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.post-body.TOP::after {
  content: 'TOP';
  background-color: #ffab0d;
  border-radius: 0;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.post-body.PlusEighteen::after {
  content: '+18';
  position: absolute;
  background-color: #e95b5b;
  border-radius: 0;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.post-body.Rus .entry-image a {
  position: relative;
  overflow: hidden;
}

.post-body.Rus .entry-image a::after {
  content: '+18';
  background-color: #e33030;
  border-radius: 0;
  bottom: -10px;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  position: absolute;
  right: -28px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.tag-upd-en:before,
.tag-upd:before {
  content: "UPD";
  background-color: #00b2ee;
  border-radius: 0;
  top: -28px;
  color: #fff;
  font-size: 12px;
  padding-top: 40px;
  line-height: 20px;
  position: absolute;
  left: -36px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.search-results .tag-new-en:before,
.search-results .tag-new:before,
.search-results .tag-upd-en:before,
.search-results .tag-upd:before {
  display: none
}

.tag-new-en:before,
.tag-new:before {
  content: "NEW";
  background-color: #f47115;
  border-radius: 0;
  top: -28px;
  color: #fff;
  font-size: 12px;
  padding-top: 40px;
  line-height: 20px;
  position: absolute;
  left: -36px;
  text-align: center;
  transform: rotate(-45deg);
  width: 80px;
  z-index: 2;
}

.header__snow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 0px;
  width: 41%;
  left: calc(31% - 40px);
}

.snow__item {
  background-size: auto 300px;
  width: 100%;
  height: 67px;
  background-image: url(../images/sneg/snow_1.png), url(../images/sneg/snow_2.png), url(../images/sneg/snow_3.png);
  animation: snow 98s linear infinite;
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@media (max-width: 991px) {

  .header__snow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 0px;
    width: 98% !important;
    left: calc(12% - 40px) !important;
  }

  .head-right {
    z-index: 999999;
  }

  button.menu-toggle.menu-butter {
    z-index: 9999999;
  }

}

.c-icon.joystick {
  position: relative;
}

.c-icon.joystick::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  background: url("../img/animation/game-controller-5play.svg") center/contain no-repeat;
}

.btn-all.rightsign {
  position: relative;
}

.btn-all.rightsign::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  background: url("../img/animation/right-sign-5play.svg") center/contain no-repeat;

}

.btn-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-all .rightsign {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  /* двигает левее */
  flex-shrink: 0;

  background: url("../img/animation/right-sign-5play.svg") center/contain no-repeat;
}

/* скрыть на ПК */
@media (min-width:768px) {
  .btn-all .rightsign {
    display: none;
  }
}

.entry-list,
.entry-listpage #allEntries {
  display: flex;
  flex-wrap: wrap;
  margin: -.25rem
}

.entry-list .entry,
.entry-listpage .entry {
  width: 100%;
  padding: .25rem
}

@media(min-width:640px) {

  .entry-list,
  .entry-listpage #allEntries {
    margin: -.5rem
  }

  .entry-list .entry,
  .entry-listpage .entry {
    padding: .5rem
  }
}

@media(min-width:1040px) {

  .entry-list,
  .entry-listpage #allEntries {
    margin: -1rem
  }

  .entry-list .entry,
  .entry-listpage .entry {
    padding: 1rem
  }
}

.list-c2 .entry,
.list-c3 .entry,
.list-c4 .entry,
.list-c6 .entry {
  max-width: 50%;
  flex: 0 0 50%
}

@media(min-width:576px) and (max-width:859px) {

  .list-c6 .entry,
  .list-c4 .entry {
    max-width: 33.333333%;
    flex: 0 0 33.333333%
  }
}

@media(min-width:576px) {
  .list-c3 .entry {
    max-width: 33.333333%;
    flex: 0 0 33.333333%
  }
}

@media(min-width:860px) and (max-width:1299px) {
  .list-c6 .entry {
    max-width: 25%;
    flex: 0 0 25%
  }
}

@media(min-width:860px) {
  .list-c4 .entry {
    max-width: 25%;
    flex: 0 0 25%
  }
}

@media(min-width:1300px) {
  .list-c6 .entry {
    max-width: 16.666666%;
    flex: 0 0 16.666666%
  }
}

@media(min-width:860px) and (max-width:1299px) {
  .section-related .list-c6 .entry {
    display: none
  }

  .section-related .list-c6 .entry:nth-child(-n+4) {
    display: block
  }
}

@media(max-width:991px) {
  .scroll-entry-list {
    margin: -.5rem -2rem;
    overflow: hidden
  }

  .scroll-entry-list .list-c6 .entry {
    max-width: 16.666666%;
    flex: 0 0 16.666666%
  }

  .scroll-entry-list .list-c4 .entry {
    max-width: 25%;
    flex: 0 0 25%
  }

  .scroll-entry-list .list-c3 .entry {
    max-width: 33.333333%;
    flex: 0 0 33.333333%
  }

  .scroll-entry-list .list-c2 .entry {
    max-width: 50%;
    flex: 0 0 50%
  }

  .scroll-entry-list .entry {
    min-width: 18rem
  }

  .scroll-entry-list .entry-list {
    padding: 2rem 0;
    margin: -2rem 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap
  }

  .scroll-entry-list .entry-list::before,
  .scroll-entry-list .entry-list::after {
    content: "";
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 2rem
  }
}

@media(max-width:639px) {
  .scroll-entry-list {
    margin: -.5rem -1rem
  }

  .scroll-entry-list .entry-list::before,
  .scroll-entry-list .entry-list::after {
    min-width: .75rem;
    max-width: .75rem
  }
}

.label {
  display: flex;
  align-items: center;
  font-size: .6875rem;
  font-weight: 700;
  background-color: var(--entry-label);
  text-transform: uppercase;
  line-height: 1rem;
  padding: .25rem .5rem;
  border-radius: .75rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  pointer-events: none
}

.label::before {
  content: "";
  width: .5rem;
  height: .5rem;
  border: .25rem solid;
  display: block;
  border-radius: 50%;
  margin-right: .25rem
}

.label-up {
  color: #37b6e5
}

.label-up::before {
  box-shadow: 0 .25rem .5rem 0 rgba(55, 176, 229, .3)
}

.label-new {
  color: #f9563d
}

.label-new::before {
  box-shadow: 0 .25rem .5rem 0 rgba(249, 86, 61, .3)
}

@media(min-width:992px) {
  .recom-list {
    margin-top: -1rem
  }
}

.recom-post {
  z-index: 0;
  padding: 1rem;
  padding-top: 0;
  text-align: center
}

.recom-post .title {
  font-size: .875rem;
  margin-top: 1.25rem;
  margin-bottom: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
  width: 100%;
  max-width: 100%
}

.recom-post .img {
  width: 7rem;
  height: 7rem
}

.recom-post-bg,
.recom-post-vers {
  position: absolute;
  top: .5rem
}

.recom-post-bg {
  z-index: -1;
  background-color: var(--entry-bg);
  overflow: hidden;
  border-radius: 1.125rem;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.recom-post-bg>svg {
  height: auto;
  transform: translateY(-40%)
}

.recom-post-vers {
  right: 0;
  width: 2rem;
  margin: .75rem;
  padding: .25rem;
  padding-bottom: .375rem;
  background-color: var(--entry-bg);
  pointer-events: none;
  border-radius: 1rem;
  font-size: .625rem;
  font-weight: 700;
  text-align: center;
  color: var(--entry-info)
}

.recom-post-vers>svg {
  display: block;
  margin: 0 auto .125rem
}

.recom-purple .recom-post-bg>svg {
  transform: translateY(-40%) translateX(10%)
}

.recom-blue .img img {
  box-shadow: 0 .5rem 1.5rem -.5rem #2b9dd5
}

.recom-green .img img {
  box-shadow: 0 .5rem 1.5rem -.5rem #4ccb70
}

.recom-purple .img img {
  box-shadow: 0 .5rem 1.5rem -.5rem #784ccb
}

.recom-yellow .img img {
  box-shadow: 0 .5rem 1.5rem -.5rem #fede4a
}

@media(min-width:1140px) {
  .recom-post .img {
    width: 8.5rem;
    height: 8.5rem
  }

  .recom-post .title {
    font-size: 1rem
  }
}

@media(min-width:1040px) {
  .recom-list {
    margin-top: -2rem
  }

  .recom-post::before {
    content: "";
    height: 2rem;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 1rem 1rem;
    opacity: .2
  }

  .recom-post {
    padding: 1.125rem
  }

  .recom-post-bg,
  .recom-post-vers {
    top: 2.125rem
  }

  .recom-blue::before {
    background-image: url()
  }

  .recom-green::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzRDQ0I3MCcgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
  }

  .recom-purple::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nIzc4NENDQicgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
  }

  .recom-yellow::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nI0ZFREU0QScgZD0nTTIsOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwyLDhabTgtOGEyLDIsMCwxLDAsMiwyQTIsMiwwLDAsMCwxMCwwWicvPjwvc3ZnPg==)
  }
}

@media(min-width:992px) {
  .recom-post .img img {
    transition: transform .2s ease
  }

  .recom-post:hover .img img {
    transform: translateY(-.25rem)
  }

  .recom-post-bg>svg {
    transition: transform .3s ease
  }

  .recom-post:hover .recom-post-bg>svg {
    transform: translateY(-40%) scale(1.2) !important
  }

  .recom-purple.recom-post:hover .recom-post-bg>svg {
    transform: translateY(-40%) translateX(10%) scale(1.2) !important
  }
}

#allEntries .entry-news+.entry-news {
  margin-top: 1rem
}

@media(min-width:1040px) {
  #allEntries .entry-news+.entry-news {
    margin-top: 2rem
  }
}

.entry-app>.item,
.entry-news>.item {
  background-color: var(--entry-bg);
  border-radius: 1.125rem;
  z-index: 0
}

.entry-app>.item {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center
}

.entry-app>.item::before {
  height: 3.75rem;
  left: .875rem;
  right: .875rem;
  top: .875rem
}

@media(min-width:640px) {

  .entry-news .pic::after,
  .entry-app>.item::before {
    content: "";
    position: absolute;
    background-size: 1rem 1rem;
    z-index: -1;
    opacity: .075;
    background-image: var(--entry-pattern)
  }
}

.entry-app>.item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  transform: translate(-50%, 1rem);
  background-image: radial-gradient(closest-side, rgba(23, 43, 61, 0.2) 0, rgba(23, 43, 61, 0) 100%)
}

.entry-app .label {
  position: absolute;
  top: 0;
  left: 0;
  margin: .5rem;
  z-index: 1
}

.entry-app .img {
  width: 6rem;
  height: 6rem;
  display: block;
  position: relative;
  margin: 1.5rem auto
}

.entry-app .title {
  font-size: .875rem;
  padding: 0 1rem;
  margin-top: -.25rem;
  margin-bottom: .25rem
}

.entry-app .title>a>span {
  display: block;
  overflow: hidden;
  line-height: 1.4em;
  max-height: 2.8em
}

.entry-app .genre {
  font-size: .75rem;
  margin: 0 1rem auto;
  color: var(--lcolor)
}

.entry-app-info {
  display: flex;
  margin-top: 1.25rem;
  position: relative;
  color: var(--entry-info);
  font-size: .625rem;
  font-weight: 700
}

.entry-app-info::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--entry-info-sep)
}

.entry-app-info>li {
  width: 100%;
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 .75rem;
  padding-bottom: 1rem
}

.entry-app-info>li svg {
  display: block;
  margin: 0 auto;
  margin-bottom: .125rem
}

@media(max-width:639px) {
  .entry-app-info>li svg {
    width: 1rem;
    height: 1rem
  }

  .entry-app>.item::after {
    width: 10rem;
    padding-top: 10rem
  }
}

@media(min-width:640px) {
  .entry-app>.item::after {
    width: 12rem;
    padding-top: 12rem
  }

  .entry-app .img {
    width: 7rem;
    height: 7rem
  }
}

@media(min-width:992px) {
  .entry-app>.item .img img {
    transition: transform .2s ease
  }

  .entry-app>.item:hover .img>img {
    transform: scale(1.05)
  }
}

.img .post__edit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3
}

.entry-news {
  display: flex
}

.entry-news>.item {
  width: 100%;
  border-radius: 1.125rem
}

.entry-news .fit-cover {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  margin: 0
}

.entry-news .fit-cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .12
}

.entry-news .post__edit {
  right: 0;
  top: 0;
  position: absolute;
  margin: .25rem
}

.entry-news .post__edit a {
  z-index: 3
}

.entry-news .cont {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem
}

.entry-news .meta {
  margin-bottom: 1rem
}

.entry-news .title {
  font-size: 1.25rem;
  margin-bottom: .75rem;
  margin-top: -.25rem
}

@media(min-width:992px) {
  .entry-news .fit-cover::after {
    transition: opacity .2s ease
  }

  .entry-news>.item:hover .fit-cover::after {
    opacity: 0
  }
}

@media(max-width:1139px) {
  .entry-news .title {
    font-size: 1.125rem
  }
}

@media(max-width:991px) {
  .section-news .entry-news {
    max-width: 100%;
    flex: 0 0 100%
  }

  .entry-news .title {
    font-size: 1rem
  }
}

@media(max-width:499px) {
  .entry-news .pic {
    position: relative;
    width: 100%;
    padding-top: 35%;
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .entry-news .pic .fit-cover {
    position: absolute;
    left: 0;
    top: 0
  }
}

@media(min-width:500px) {
  .entry-news>.item {
    display: flex
  }

  .entry-news .cont {
    padding: 1.5rem 2rem
  }

  .entry-news .pic {
    width: 50%;
    max-width: 18.75rem;
    order: 13;
    margin: 0;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: auto;
    background-color: #fbfbfb;
    position: relative
  }

  .entry-news .pic::after {
    right: 100%;
    top: 0;
    bottom: 0;
    width: 4.75rem;
    margin: .25rem
  }

  .entry-news .meta {
    margin-bottom: 1.5rem
  }

  .entry-news .description {
    display: block !important;
    opacity: .8;
    overflow: hidden;
    max-height: 6em;
    font-size: .875rem;
    margin-bottom: .75rem
  }

  .read-more {
    font-weight: 700
  }
}

.read-more {
  font-size: .875rem;
  margin-top: auto
}

.read-more a {
  display: inline-block;
  padding: .5rem;
  margin: -.5rem 0 -.25rem -.5rem;
  position: relative;
  z-index: 3
}

.meta {
  font-size: .75rem;
  line-height: 1rem
}

.meta,
.meta>* {
  display: flex;
  align-items: center
}

.meta>*:not(:last-child) {
  margin-right: .5rem
}

.meta svg {
  vertical-align: top
}

.meta-date {
  font-weight: 700;
  background-color: rgba(23, 43, 61, .1);
  padding: .25rem .5rem;
  border-radius: .75rem
}

.meta-edit a {
  display: flex;
  align-items: center;
  color: inherit
}

.meta-edit a svg {
  margin-right: .25rem
}

.dark-foot .entry-news .meta-date {
  background-color: rgba(255, 255, 255, .05)
}

.entry-coms>.item {
  background-color: #fff;
  border-radius: 1.125rem;
  padding: 1rem;
  font-size: .875rem
}

.entry-coms .user {
  margin-bottom: 1rem;
  font-size: .75rem;
  color: inherit !important
}

.entry-coms .user .avatar img[src*="noavatar.png"] {
  background-color: #4ccb70
}

.entry-coms .title {
  font-size: inherit;
  margin-bottom: .5rem
}

.entry-coms .title a,
.entry-coms-reply {
  color: #4ccb70
}

.entry-coms .description {
  margin-bottom: auto;
  opacity: .8;
  overflow: hidden;
  line-height: 1.5em;
  height: 3em
}

.entry-coms .date {
  margin-top: .5rem;
  display: block;
  font-size: .75rem
}

.entry-coms-reply {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1.5rem
}

@media(min-width:500px) {
  .entry-coms>.item {
    padding: 1.5rem
  }

  .entry-coms .title {
    margin-bottom: .75rem
  }

  .entry-coms .date {
    margin-top: .75rem
  }
}

@media(max-width:991px) {
  .entry-coms .user {
    display: flex;
    align-items: center;
    margin-right: 2rem
  }

  .entry-coms .user .avatar {
    min-width: 1.5rem;
    max-width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem
  }
}

@media(min-width:992px) {
  .entry-coms>.item {
    text-align: center
  }

  .entry-coms .user {
    display: block;
    margin-top: -2rem
  }

  .entry-coms .user>span {
    opacity: .5
  }

  .entry-coms .user .avatar {
    display: block;
    margin: 0 auto;
    margin-bottom: .25rem;
    box-shadow: 0 .5rem 1.5rem -.5rem rgba(0, 0, 0, .5);
    transition: transform .2s ease
  }

  .entry-coms>.item:hover .user .avatar {
    transform: scale(1.05)
  }
}

.dark-foot .entry-news .pic::after,
.dark-foot .entry-app>.item::before,
.entry-coms::after {
  opacity: .075;
  background-image: var(--entry-pattern-d)
}

.dark-foot .entry-app>.item,
.dark-foot .entry-news>.item,
.entry-coms>.item {
  background-color: var(--entry-bg);
}

.dark-foot .entry-news .pic {
  background-color: #2b4258
}

@media(min-width:1040px) {
  .entry-coms::after {
    content: "";
    display: block;
    height: 1.75rem;
    background-size: 1rem 1rem;
    margin-top: .25rem
  }
}

/* Контейнер секции */
.blogs-section {
  padding-bottom: 1.5rem;
}

/* Заголовок секции */
.blogs-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

/* Иконка в заголовке */
.blogs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  color: var(--entry-info);
  /* Фиксированный сине-фиолетовый градиент */
  background-image: linear-gradient(180deg, #5a6cf3 0%, #3d4fd9 100%);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(90, 108, 243, 0.3);
  vertical-align: top;
}

.blogs-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
  color: currentColor;
}

/* Текст заголовка */
.blogs-title-text {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--entry-info);
  /* Фиксированный светлый цвет */
}

/* Кнопка "View All" */
.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background-color: var(--entry-bg);
  color: var(--entry-info);
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  text-decoration: none;

  border: 1px solid transparent;
}

.view-all-btn:hover {
  background-color: var(--entry-bg);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(90, 108, 243, 0.3);
}

.view-all-btn svg {
  width: 1rem;
  height: 1rem;
}

/* Сетка карточек */
.blogs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

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

@media (min-width: 1280px) {
  .blogs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Карточка статьи (ВСЕ ЦВЕТА ЖЁСТКО ЗАДАНЫ) */
.blog-card {
  display: block;
  background-color: var(--entry-bg);
  border-radius: 0.75rem;
  text-decoration: none;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

@media (min-width: 992px) {
  .blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
  }
}

/* Контейнер изображения */
.card-image-container {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  height: 13rem;
  background-color: var(--entry-bg);
}

.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

/* Бейдж на изображении */
.image-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.75rem;

  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
  z-index: 10;
}

/* Контент карточки */
.card-content {
  padding: 1rem;
}

/* Дата публикации */
.post-date {
  display: inline-flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
  padding: 0.125rem 0.5rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(90, 108, 243, 0.2);
}

/* Заголовок статьи */
.card-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--tcolor);
  /* Фиксированный светлый цвет */
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Описание статьи */
.card-description {
  color: var(--tcolor);
  /* Фиксированный серый цвет */
  margin-bottom: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

/* =========== © 2020 Centroarts.com =========== */

@media (min-width: 992px) {

  /* Просмотр игр и приложений */
  .bg-img-blur {
    position: absolute;
    z-index: -1;
    bottom: 5rem;
    right: 50%;
    margin-right: -22rem;
    transform: translate(-20%, -10%);
    width: 68rem;
    height: 68rem;
    padding: .25rem;
    border-radius: 50%;
    overflow: hidden;
  }

  .bg-img-blur .fit-cover,
  .bg-img-blur::after {
    width: 100%;
    height: 100%;
    border-radius: inherit;
  }

  .bg-img-blur .fit-cover {
    z-index: -1;
    opacity: .5;
  }

  .bg-img-blur::before,
  .bg-img-blur::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
  }

  .bg-img-blur::after {
    background-image: var(--dark-circle-blur);
  }

  .bg-img-blur::before {
    top: .25rem;
    left: .25rem;
    right: .25rem;
    bottom: .25rem;
    border-radius: inherit;
    background-color: rgba(55, 121, 157, .4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

/* --- View App --- */
.view-app {
  margin-bottom: 2rem;
  flex: 1 0 auto;
}

.view-app-head .wrp-min,
.view-news-head .wrp-min {
  padding-top: 2rem;
}

.view-app-head .title,
.view-news-head .title {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.view-app-img {
  width: 100%;
  max-width: 10rem;
  margin-right: 1.5rem;
}

.view-app-img .img {
  width: 10rem;
  height: 10rem;
  position: relative;
  z-index: 0;
}

.view-app-img .img::after,
.view-app-img .img::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.view-app-img .img::after {
  left: 50%;
  top: 50%;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  transform: translate(-50%, -30%);
  background-image: radial-gradient(closest-side, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 100%);
}

.view-app-img .img::before {
  background-size: 1rem 1rem;
  opacity: .5;

}

@media (min-width: 576px) {

  .view-app-head .title,
  .view-news-head .title {
    font-size: 1.5rem;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .view-app-data {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 1.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 640px) {
  .view-app-head .wrp-min {
    padding-bottom: 5.5rem;
  }

  .view-app-data {
    display: flex;
    flex-wrap: wrap;
  }

  .view-app-data .specs-list {
    width: 100%;
    max-width: calc(100% - 14rem);
    flex: 0 0 calc(100% - 14rem);
  }

  .view-app-rate,
  .view-news-head .likes {
    max-width: 12rem;
    min-width: 12rem;
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .view-app-head .title {
    text-align: center;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
  }

  .view-app-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .view-app-main .btn-group {
    justify-content: center;
  }

  .view-app-img .img::before {
    width: 15.75rem;
    height: 100%;
    margin-top: 2rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 639px) {
  .view-app-head .wrp-min {
    padding-left: 0;
    padding-right: 0;
  }

  .view-app-head .title {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .view-app-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .view-app-main {
    display: flex;
  }

  .view-app-head .title,
  .view-news-head .title {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .view-app-img .img::before {
    width: 100%;
    height: 80%;
    margin-left: 2rem;
    left: 0;
    top: 50%;
  }
}

@media (max-width: 991px) {
  .view-app-head {
    background-image: radial-gradient(closest-side, rgba(55, 121, 157, .2) 0, rgba(55, 121, 157, 0) 100%);
    background-size: 35rem 35rem;
    background-position: 50% -20%;
    background-repeat: no-repeat;
  }
}

@media (min-width: 992px) {
  .view-app-img {
    max-width: 15rem;
    margin-right: 2.5rem;
  }

  .view-app-img .img {
    width: 15rem;
    height: 15rem;
  }
}

@media (min-width: 1040px) {
  .view-app {
    margin-bottom: 3.5rem;
  }

  .view-app-head .wrp-min,
  .view-news-head .wrp-min {
    padding-top: 3.5rem;
    padding-bottom: 7rem;
  }
}

.view-app-tools {
  position: relative;
  z-index: 1;
  font-size: .875rem;
  margin-top: .5rem;
}

.view-app-tools a {
  padding: .5rem;
  display: inline-block;
  vertical-align: top;
  color: inherit;
}

.view-app-tools a svg {
  vertical-align: middle;
  margin-top: -.125rem;
}

.view-app-tools a>svg+span {
  margin-left: .25rem;
}

/* Spec List */
.view-app-data .specs-list {
  margin-top: -.25rem;
}

.spec-icon {
  min-width: 1.25rem;
  max-width: 1.25rem;
  margin-right: .5rem;
}

.spec-icon svg {
  display: block;
}

.spec-label {
  font-weight: bold;
}

.spec-cont {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 639px) {
  .view-app-rate {
    display: flex;
    flex-direction: column;
  }

  .view-app-rate .popularity {
    order: -1;
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }

  .rate-nums {
    display: flex;
    justify-content: space-between;
  }

  .view-app-data .btn-group>.btn {
    display: block;
    width: 100%;
    margin-top: .5rem;
  }

  .specs-list {
    margin: 0 -1.5rem;
    overflow: hidden;
    position: relative;
  }

  .specs-list::after,
  .specs-list::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1.5rem;
    z-index: 1;
    pointer-events: none;
  }

  .specs-list::before {
    left: 0;
    background-image: linear-gradient(90deg, var(--spec-fade) 0%, var(--spec-fade-transp) 100%);
  }

  .specs-list::after {
    right: 0;
    background-image: linear-gradient(-90deg, var(--spec-fade) 0%, var(--spec-fade-transp) 100%);
  }

  .specs-list ul {
    padding: 1.5rem 0;
    margin: -1.5rem 0;
    font-size: .75rem;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .specs-list ul::after,
  .specs-list ul::before {
    content: "";
    display: block;
    min-width: 1rem;
    max-width: 1rem;
    height: 1rem;
  }

  .specs-list ul>li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 1.5rem .5rem;
    white-space: nowrap;
    position: relative;
  }

  .specs-list ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .spec-cont {
    min-width: 5.5rem;
  }

  .spec-cont svg {
    width: 1rem;
    height: 1rem;
  }

  .spec-cont,
  .spec-label,
  .spec-icon {
    display: block;
  }

  .spec-icon {
    margin-bottom: .5rem;
  }
}

@media (min-width: 640px) {
  .view-app-tools {
    margin-top: 1rem;
  }

  .specs-item {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: .375rem 0;
    line-height: 1.5rem;
  }

  .spec-label {
    width: 100%;
    max-width: 7rem;
    margin-right: 1.5rem;
  }

  .spec-cont svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (min-width: 860px) {
  .spec-icon {
    min-width: 1.5rem;
    max-width: 1.5rem;
    margin-right: .75rem;
  }

  .specs-item {
    padding: .5rem 0;
  }
}

@media (max-width: 859px) {
  .specs-list {
    font-size: .875rem;
  }

  .spec-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 991px) {
  .specs-list {
    position: relative;
    z-index: 1;
  }
}

/* Likes */
.likes {
  display: flex;
}

.likes>a:not(:first-child) {
  margin-left: .5rem;
}

.likes>a {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  font-weight: bold;
  font-size: .875rem;
  border-radius: .75rem;
  text-align: center;
  position: relative;
}

.likes>a>span {
  display: block;
  padding: .5rem;
  transition: opacity .2s ease;
}

.likes>a svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  margin-bottom: .25rem;
}

.view-app-rate {
  text-align: center;
}

.view-app-rate>*:not(:first-child) {
  margin-top: .75rem;
}

.view-app-rate .likes>a {
  color: inherit !important;
  background-color: #142636;
}

.likes>a>.like-minus {
  color: #F9563D;
}

.likes>a>.like-plus {
  color: #4CCB70;
}

@media (min-width: 992px) {

  .likes>a>span,
  .view-app-tools a {
    transition: opacity .2s ease;
  }

  .likes>a:hover>span,
  .view-app-tools a:hover {
    opacity: .8;
  }
}

.rate-nums {
  font-size: .75rem;
}

.rating_progress_bar {
  text-align: center;
  background-color: #F9563D;
  font-size: .6875rem;
  text-transform: uppercase;
  line-height: 1rem;
  padding: .25rem;
  border-radius: .75rem;
  position: relative;
  z-index: 0;
}

.rating_progress_bar>span {
  background-color: var(--lcolor);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: .75rem;
  height: 100%;
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  z-index: -1;
  box-shadow: 0 0 .5rem 0 rgba(74, 201, 110, .3);
}

/* Резервируем высоту под Яндекс.Поделиться до загрузки виджета */
.view-app-rate .ya-share2 {
  min-height: 32px;
}

/* Кнопки */
.view-app-data .btn-group {
  margin-top: -0.5rem;
  width: 100%;
}

@media (max-width: 639px) {
  .view-app-data .btn-group {
    margin-top: 1.25rem;
  }
}


/* --- Скриншоты --- */
.view-app-head .b-screens {
  margin-top: 3.5rem;
}

.app-video-img {
  position: relative;
}

.app-video-img .cover {
  display: block;
  position: relative;
  border-radius: .5rem;
  box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
  background-color: #273d52;
  max-height: 100%;
}

.app-video-img .cover img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -1rem 0 0 -1rem;
  border: 0 none;
  background: none;
  padding: .25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

.video_btn svg {
  display: block;
}

@media (max-width: 639px) {
  .view-app-head .b-screens {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 991px) {
  .b-screens .b-icon-title+.b-cont {
    margin-top: -1rem;
  }

  .b-screens .b-cont {
    padding: 0;
    padding-bottom: .5rem;
    overflow: hidden;
  }

  .screenshots {
    margin: -1.5rem 0;
    padding: 1.5rem 1rem;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .screenshots>a,
  .app-video {
    display: inline-block;
    vertical-align: top;
    padding: 1rem .5rem;
  }

  .screenshots>a img {
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
  }

  .app-video-img .cover img,
  .screenshots>a img {
    height: 12rem;
  }
}

@media (min-width: 992px) {
  .screenshots {
    display: flex;
    justify-content: center;
  }

  .screenshots {
    padding-bottom: 2.75rem;
  }

  .screenshots>a,
  .app-video {
    width: 100%;
    max-width: 25%;
    flex: 0 0 25%;
    position: relative;
    padding: 1.5rem;
    z-index: 0;
    text-align: center;
  }

  .screenshots>* {
    display: none;
  }

  .screenshots>*:nth-child(-n+4) {
    display: block;
  }

  .screenshots>a::after,
  .app-video::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    background-color: #142636;
    border-radius: 50%;
    z-index: -1;
  }

  .screenshots>a::before,
  .app-video::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    opacity: .3;
    margin-top: .75rem;
    margin-left: -.75rem;
    width: 1.5rem;
    padding-top: 1.5rem;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M15,3l2.3,2.3l-2.89,2.87l1.42,1.42L18.7,6.7L21,9V3H15z M3,9l2.3-2.3l2.87,2.89l1.42-1.42L6.7,5.3L9,3H3V9z M9,21 l-2.3-2.3l2.89-2.87l-1.42-1.42L5.3,17.3L3,15v6H9z M21,15l-2.3,2.3l-2.87-2.89l-1.42,1.42l2.89,2.87L15,21h6V15z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
  }

  .screenshots>a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: .5rem;
    display: block;
    max-width: calc(100% - 1.5rem) !important;
    max-height: calc(100% - 1.5rem) !important;
    width: auto;
    height: auto;
    margin: 0 auto;
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .25);
    transition: margin-top .2s ease;
  }

  .screenshots>a:hover img {
    margin-top: -.25rem;
  }

  .screenshots>a::before,
  .app-video::before {
    transition: opacity .2s ease;
  }

  .screenshots>a:hover::before,
  .app-video:hover::before {
    opacity: .8;
  }

  .app-video {
    cursor: pointer;
  }

  .app-video-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: .75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .2s ease;
  }

  .app-video-img .cover img {
    max-width: 100%;
    max-height: 12.25rem;
  }

  .app-video:hover .app-video-img {
    transform: translateY(-.25rem);
  }
}

/* --- Blocks info app --- */
@media (min-width: 640px) {
  .view-app-head+.block-list {
    margin-top: -3.5rem;
    position: relative;
    z-index: 1;
  }
}

.link-faq {
  background-color: var(--spoiler);
  color: inherit;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-radius: .75rem;
  padding: .75rem 1rem;
  line-height: 1.5rem;
}

.link-faq:not(:first-child) {
  margin-top: .5rem;
}

.link-faq::after {
  content: "";
  margin-left: auto;
  background-color: var(--lcolor);
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  transform: scale(.5);
}

@media (min-width: 992px) {
  .link-faq {
    transition: background-color .7s ease, color .1s ease;
  }

  .link-faq:hover {
    color: var(--lcolor);
    background-color: var(--spoiler-h);
  }

  .link-faq::after {
    transition: transform .3s ease, opacity .2s ease;
  }

  .link-faq:hover::after {
    opacity: 1;
    transform: scale(1);
  }
}

/* --- Download block --- */
.b-nobugs {
  display: flex;
  align-items: flex-start;
  padding: 1.5rem;
}

.b-nobugs-icon {
  margin-right: .75rem;
}

.b-nobugs-icon .c-green {
  width: 2.25rem;
  height: 2.25rem;
  padding: .375rem;
  display: block;
  border-radius: 50%;
  background-color: rgba(76, 203, 112, 0.1);
}

.b-nobugs-icon .c-green svg {
  display: block;
}

@media (max-width: 639px) {
  .b-nobugs-icon .img {
    display: none;
  }
}

@media (min-width: 640px) {
  .b-nobugs {
    padding: 1.5rem 2rem;
  }

  .b-nobugs-icon {
    display: flex;
    align-items: center;
  }

  .b-nobugs-icon .img {
    width: 2.75rem;
    height: 2.75rem;
  }

  .b-nobugs-icon .img img {
    border-radius: .75rem;
  }

  .b-nobugs-icon .c-green {
    background-color: var(--entry-label);
    margin-left: -.5rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }
}

.b-nobugs-text {
  align-self: center;
  font-weight: bold;
  font-size: .875rem;
}

.b-nobugs-text>span,
.b-nobugs-text>h2 {
  display: block;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.b-nobugs+.b-cont {
  position: relative;
  z-index: 0;
  border-top: 1px solid var(--line);
}

.b-nobugs+.b-cont::before {
  content: "";
  position: absolute;
  left: .25rem;
  right: .25rem;
  top: 0;
  height: 3.75rem;
  margin-top: .25rem;
  background-size: 1rem 1rem;
  opacity: .05;
  z-index: -1;

}

/* Кнопки на скачивание */
.downline-line-list {
  margin-top: -.5rem;
}

.download-line {
  color: #fff !important;
  display: block;
  min-height: 3rem;
  padding: 1rem;
  border-radius: .75rem;
  margin-top: .0rem;
  transition: box-shadow .2s ease;
}

.download-line-title {
  display: flex;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  font-weight: bold;
}

.download-line-title svg {
  display: block;
}

.download-line-size {
  font-size: .75rem;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .download-line-title>span {
    order: -1;
    line-height: 1.4;
    min-width: 0;
    word-wrap: break-word;
  }

  .download-line-title>i {
    margin-left: auto;
  }

  .download-line-size {
    opacity: .5;
  }
}

@media (min-width: 576px) {
  .download-line {
    display: flex;
    border-radius: 1.5rem;
    padding: .5rem;
  }

  .download-line-title {
    align-items: center;
    padding: 0 2rem 0 .5rem;
  }

  .download-line-title>i {
    margin-right: .5rem;
    opacity: .5;
  }

  .download-line-title>span {
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5rem;
    text-overflow: ellipsis;
  }

  .download-line-size {
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: .875rem;
    height: 2rem;
    line-height: 1.5rem;
    padding: .25rem .75rem;
    border-radius: 1rem;
  }
}

.mod-info {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
}

.info-line {
  display: flex;
  align-items: flex-start;
  font-size: .875rem;
  margin-top: 1.5rem;
}

.info-line-icon {
  margin-right: .5rem;
}

.info-line-icon svg {
  display: block;
}

.info-line>span {
  align-self: center;
  line-height: 1.4rem;
  flex: 1 1 auto;
}

.b-comments .info-line {
  background-color: rgba(254, 222, 74, 0.2);
  border-radius: .75rem;
  padding: .75rem;
  margin-top: 0;
  color: var(--nocomms);
}

.downline-line-list+.spoiler {
  margin-top: 1.5rem;
}

/* --- VIEW NEWS --- */
.view-news-head .wrp-min {
  padding-bottom: 20rem;
}

.view-news-head.dark-head {
  background-image: radial-gradient(closest-side, rgba(55, 121, 157, .2) 0, rgba(55, 121, 157, 0) 100%);
  background-size: 35rem 35rem;
  background-position: 50% -30%;
  background-repeat: no-repeat;
}

.view-news-head+.block-list {
  margin-top: -18rem;
  position: relative;
}

.view-news-head .meta-date {
  background-color: rgba(255, 255, 255, 0.1);
}

.b-article .img {
  padding-top: 56.5%;
  position: relative;
}

.b-article .img .fit-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b-article .img .fit-cover img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Читать следующее */
.b-article>.b-cont .read-next {
  margin-top: 1.5rem;
}

.read-next {
  border-radius: .5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  box-shadow: 0 .25rem 1rem 0 rgba(0, 0, 0, 0.05);
}

.read-next::before {
  content: attr(title);
  display: block;
  margin-bottom: .5rem;
  color: #4CCB70;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.read-next>a {
  display: block;
  max-width: 36rem;
  line-height: 1.3;
  font-weight: bold;
  color: inherit;
}

.read-next>a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.b-article>.b-cont .ya-share2 {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .read-next {
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .read-next:hover {
    transform: translateY(-.25rem);
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, 0.05);
  }
}

@media (min-width: 640px) {
  .view-news-head .wrp-min {
    display: flex;
    align-items: flex-start;
  }

  .b-article>.b-cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .view-news-head.dark-head {
    background-size: 50rem 50rem;
    background-position: 30% -20%;
  }

  .read-next>a {
    font-size: 1.25rem;
  }

  .b-article>.b-cont .ya-share2 {
    margin-top: 2rem;
  }
}

@media (max-width: 639px) {
  .view-news-head .wrp-min {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .view-news-head .likes {
    margin-top: 1.5rem;
  }

  .view-news-head .likes>a {
    background-color: #142636;
  }

  .b-article>.b-cont .ya-share2 {
    text-align: center;
  }
}

.button-download-app .floating.file,
.button-download-app .floating.gamepad {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  opacity: .5;
}

.button-download-app .floating.android,
.button-download-app .floating.apk {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  opacity: .5;
}

.button-download-app .floating {
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-name: floating-figures;
  position: absolute;
  will-change: transform;
}

.button-download-app .floating.gamepad {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.22 8c-.689-2.184-1.792-3.365-3.13-3.84-.38-.135-.788-.16-1.193-.16h-.612a4.24 4.24 0 0 0-2.45.78l-.502.354a2.308 2.308 0 0 1-2.666 0l-.502-.355A4.241 4.241 0 0 0 7.715 4h-.612c-.405 0-.813.025-1.194.16-2.383.846-4.022 3.935-3.903 10.943.024 1.412.354 2.972 1.628 3.581A3.2 3.2 0 0 0 5.027 19a2.74 2.74 0 0 0 1.53-.437c.915-.599 1.584-1.6 2.554-2.102a4.106 4.106 0 0 1 1.89-.461H13c.658 0 1.306.158 1.89.46.97.504 1.64 1.504 2.553 2.103.39.256.895.437 1.531.437a3.2 3.2 0 0 0 1.393-.316c1.274-.609 1.604-2.17 1.628-3.581A34.554 34.554 0 0 0 21.918 12M7.5 9v3M6 10.5h3' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M19 10.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16 10.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM16.75 8a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5ZM16.75 11a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5Z' fill='%23fff'/%3E%3C/svg%3E");
  height: 28px;
  width: 28px;
}

.button-download-app .floating.apk {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='64' height='64' viewBox='0 0 585.918 585.918' xml:space='preserve' stroke='%23fff'%3E%3Cpath d='M357.396 535.33c.776.042 1.542.109 2.329.109h177.39c20.75 0 37.627-16.883 37.627-37.627V86.597c0-20.743-16.877-37.628-37.627-37.628h-177.39c-.781 0-1.553.077-2.329.113V0L11.176 46.206v492.311l346.22 47.401V535.33zm2.33-464.854h177.39c8.893 0 16.125 7.236 16.125 16.126v411.22c0 8.888-7.232 16.127-16.125 16.127h-10.803l3.127-2.794.504-.509c7.256-7.271 7.256-19.16-.011-26.432-7.264-7.264-19.154-7.264-26.426.006l-27.044 27.028h-13.219l33.653-33.648-118.933-118.923-20.567 20.566v-13.214l13.953-13.956c7.274-7.281 7.274-19.165 0-26.437-3.833-3.838-8.926-5.539-13.953-5.292V70.711c.765-.112 1.532-.235 2.329-.235zM90.498 346.57l-7.979-28.636-29.124-.351-7.126 27.869-23.105-.589 30.226-108.52 30.184-.785 32.494 111.658-25.57-.646zm109.447-50.766c-8.811 8.447-21.743 12.153-36.638 12.042-3.297-.026-6.257-.221-8.525-.566v40.925l-24.41-.61V235.866c7.535-1.538 18.205-2.832 33.417-3.236 15.598-.409 26.845 2.402 34.457 8.443 7.326 5.743 12.294 15.397 12.294 26.883.001 11.504-3.768 21.25-10.595 27.848zm94.433 55.958-30.057-52.629-10.376 12.566v39.034l-26.614-.672V231.835l26.614-.693v52.882h.528c2.676-4.626 5.541-8.918 8.229-13.207l27.813-40.623 34.895-.913-41.5 52.662 43.786 70.666-33.318-.847z'/%3E%3Cpath d='M165.112 252.223c-5.103.097-8.536.661-10.331 1.205v33.798c2.11.507 4.746.672 8.357.672 13.417-.021 21.766-7.095 21.766-18.974-.004-10.674-7.198-16.922-19.792-16.701zM522.731 381.831l24.43-7.712a2.332 2.332 0 0 0 1.514-2.93c-.368-1.233-1.701-1.914-2.919-1.526l-24.798 7.816a83.995 83.995 0 0 0-17.462-25.411 83.812 83.812 0 0 0-25.416-17.451l7.822-24.803a2.34 2.34 0 0 0-1.524-2.93 2.352 2.352 0 0 0-2.929 1.534l-7.706 24.425c-27.187-10.242-58.604-5.922-82.205 12.986l118.201 118.196c18.913-23.588 23.24-55.017 12.992-82.194zm-69.114-13.568c-5.29 5.274-13.868 5.274-19.16-.011-5.292-5.287-5.292-13.87 0-19.155 5.28-5.292 13.87-5.292 19.171 0 5.281 5.291 5.281 13.868-.011 19.166zm33.691 52.849c-5.291-5.285-5.28-13.868 0-19.154 5.303-5.293 13.869-5.293 19.172 0 5.285 5.286 5.285 13.869 0 19.154-5.303 5.298-13.87 5.298-19.172 0zM69.043 255.89h-.307c-1.499 6.552-3.016 14.89-4.659 21.252l-5.984 23.266 22.481.078-6.386-23.412c-1.817-6.531-3.633-14.675-5.145-21.184z'/%3E%3C/svg%3E");
  height: 24px;
  width: 24px;
}

.button-download-app .floating.file {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none'%3E%3Cg fill='%23fff'%3E%3Cpath d='M12 6.25a.75.75 0 0 1 .75.75v5.19l1.72-1.72a.75.75 0 1 1 1.06 1.06l-3 3a.75.75 0 0 1-1.06 0l-3-3a.75.75 0 1 1 1.06-1.06l1.72 1.72V7a.75.75 0 0 1 .75-.75ZM7.25 17a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 0 1.5H8a.75.75 0 0 1-.75-.75Z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.943 1.25c-2.309 0-4.118 0-5.53.19-1.444.194-2.584.6-3.479 1.494-.895.895-1.3 2.035-1.494 3.48-.19 1.411-.19 3.22-.19 5.529v.114c0 2.309 0 4.118.19 5.53.194 1.444.6 2.584 1.494 3.479.895.895 2.035 1.3 3.48 1.494 1.411.19 3.22.19 5.529.19h.114c2.309 0 4.118 0 5.53-.19 1.444-.194 2.584-.6 3.479-1.494.895-.895 1.3-2.035 1.494-3.48.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53-.194-1.444-.6-2.584-1.494-3.479-.895-.895-2.035-1.3-3.48-1.494-1.411-.19-3.22-.19-5.529-.19h-.114ZM3.995 3.995c.57-.57 1.34-.897 2.619-1.069 1.3-.174 3.008-.176 5.386-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069.569.57.896 1.34 1.068 2.619.174 1.3.176 3.008.176 5.386s-.002 4.086-.176 5.386c-.172 1.279-.5 2.05-1.069 2.62-.57.569-1.34.896-2.619 1.068-1.3.174-3.008.176-5.386.176s-4.086-.002-5.386-.176c-1.279-.172-2.05-.5-2.62-1.069-.569-.57-.896-1.34-1.068-2.619-.174-1.3-.176-3.008-.176-5.386s.002-4.086.176-5.386c.172-1.279.5-2.05 1.069-2.62Z'/%3E%3C/g%3E%3C/svg%3E");
  height: 24px;
  width: 24px
}

.button-download-app .floating.game {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="800px" height="800px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><title>ic_fluent_games_24_filled</title><desc>Created with Sketch.</desc><g id="🔍-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="ic_fluent_games_24_filled" fill="%23212121" fill-rule="nonzero"><path d="M14.9978834,5 C18.8638767,5 21.9978834,8.13400675 21.9978834,12 C21.9978834,15.7854517 18.9931001,18.8690987 15.2385332,18.995941 L14.9978834,19 L9.00211656,19 C5.13612331,19 2.00211656,15.8659932 2.00211656,12 C2.00211656,8.21454828 5.00689994,5.13090132 8.76146681,5.00405902 L9.00211656,5 L14.9978834,5 Z M14.75,12.5 C14.0596441,12.5 13.5,13.0596441 13.5,13.75 C13.5,14.4403559 14.0596441,15 14.75,15 C15.4403559,15 16,14.4403559 16,13.75 C16,13.0596441 15.4403559,12.5 14.75,12.5 Z M8,9 C7.62030423,9 7.30650904,9.28215388 7.25684662,9.64822944 L7.25,9.75 L7.25,11.248 L5.75,11.2487458 C5.33578644,11.2487458 5,11.5845322 5,11.9987458 C5,12.3784415 5.28215388,12.6922367 5.64822944,12.7418991 L5.75,12.7487458 L7.25,12.748 L7.25,14.25 C7.25,14.6642136 7.58578644,15 8,15 C8.37969577,15 8.69349096,14.7178461 8.74315338,14.3517706 L8.75,14.25 L8.75,12.748 L10.25,12.7487458 C10.6642136,12.7487458 11,12.4129593 11,11.9987458 C11,11.61905 10.7178461,11.3052548 10.3517706,11.2555924 L10.25,11.2487458 L8.75,11.248 L8.75,9.75 C8.75,9.33578644 8.41421356,9 8,9 Z M16.75,9 C16.0596441,9 15.5,9.55964406 15.5,10.25 C15.5,10.9403559 16.0596441,11.5 16.75,11.5 C17.4403559,11.5 18,10.9403559 18,10.25 C18,9.55964406 17.4403559,9 16.75,9 Z" id="🎨-Color"></path></g></g></svg>');
  height: 25px;
  width: 25px
}

.button-download-app .floating.android {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg width="800px" height="800px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="🔍-Product-Icons" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="ic_fluent_games_24_filled" fill="%23fff" fill-rule="nonzero"><path d="M14.9978834,5 C18.8638767,5 21.9978834,8.13400675 21.9978834,12 C21.9978834,15.7854517 18.9931001,18.8690987 15.2385332,18.995941 L14.9978834,19 L9.00211656,19 C5.13612331,19 2.00211656,15.8659932 2.00211656,12 C2.00211656,8.21454828 5.00689994,5.13090132 8.76146681,5.00405902 L9.00211656,5 L14.9978834,5 Z M14.75,12.5 C14.0596441,12.5 13.5,13.0596441 13.5,13.75 C13.5,14.4403559 14.0596441,15 14.75,15 C15.4403559,15 16,14.4403559 16,13.75 C16,13.0596441 15.4403559,12.5 14.75,12.5 Z M8,9 C7.62030423,9 7.30650904,9.28215388 7.25684662,9.64822944 L7.25,9.75 L7.25,11.248 L5.75,11.2487458 C5.33578644,11.2487458 5,11.5845322 5,11.9987458 C5,12.3784415 5.28215388,12.6922367 5.64822944,12.7418991 L5.75,12.7487458 L7.25,12.748 L7.25,14.25 C7.25,14.6642136 7.58578644,15 8,15 C8.37969577,15 8.69349096,14.7178461 8.74315338,14.3517706 L8.75,14.25 L8.75,12.748 L10.25,12.7487458 C10.6642136,12.7487458 11,12.4129593 11,11.9987458 C11,11.61905 10.7178461,11.3052548 10.3517706,11.2555924 L10.25,11.2487458 L8.75,11.248 L8.75,9.75 C8.75,9.33578644 8.41421356,9 8,9 Z M16.75,9 C16.0596441,9 15.5,9.55964406 15.5,10.25 C15.5,10.9403559 16.0596441,11.5 16.75,11.5 C17.4403559,11.5 18,10.9403559 18,10.25 C18,9.55964406 17.4403559,9 16.75,9 Z" id="🎨-Color"></path></g></g></svg>');
  height: 26px;
  width: 26px;
}

@keyframes floating-figures {
  0% {
    transform: translateZ(0) rotate(-55deg);
  }

  50% {
    transform: translate3d(0, 300%, 0) rotate(180deg);
  }

  100% {
    transform: translateZ(0) rotate(-55deg);
  }
}

.button-download-app {
  position: relative;
  overflow: hidden;
}

#waakInfbc {
  display: none;
}

div#waakInfbc {
  z-index: 2001;
  position: fixed;
  right: 10px;
  padding: 4px;
  top: 20px;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

@keyframes DLEPush-show {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes DLEPush-hide {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}

.DLEPush-notification.wrapper {
  animation-name: DLEPush-show;
  animation-duration: 0.5s;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: #333;
  margin-bottom: 15px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  /* Более мягкая тень */
  background-color: #fdfdfd;
  /* Более светлый фон */
  border-radius: 12px;
  padding: 15px;
}

.DLEPush-notification .DLEPush-icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  background: linear-gradient(145deg, #ff6b6b, #ff3333);
  /* Более яркий градиент */
}

.DLEPush-notification .DLEPush-icon svg {
  transform: scale(1.1);
}

.DLEPush-notification .DLEPush-header {
  font-weight: 600;
  grid-column: 2;
  grid-row: 1;
  font-size: 1.2rem;
  /* Увеличенный текст заголовка */
  margin-left: 1rem;
  margin-top: .5rem;
}

.DLEPush-notification .DLEPush-message {
  grid-column: 2;
  grid-row: 2;
  font-size: 0.95rem;
  margin: 1rem;
}

.DLEPush-notification .DLEPush-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: 0;
  font-size: 1.25rem;
  cursor: pointer;
  color: inherit;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}

.DLEPush-notification .DLEPush-close:hover {
  opacity: 1;
}

/* Уведомление успеха */
.DLEPush-notification.wrapper.push-success {
  background-color: #e0f7fa;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
  background: linear-gradient(145deg, #00c853, #009688);
}

/* Уведомление предупреждения */
.DLEPush-notification.wrapper.push-warning {
  background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
  background: linear-gradient(145deg, #FFB74D, #FF9800);
}

/* Уведомление ошибки */
.DLEPush-notification.wrapper.push-error {
  background-color: #FFEBEE;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
  background: linear-gradient(145deg, #FF8A65, #E53935);
}

/* =========== © 2021 Centroarts.com =========== */
#comment-editor .bb-pane,
#dlereplypopup .bb-pane {
  display: none;
}

/* -- COMMENTS -- */
#dle-comments-list {
  margin-top: -.25rem;
}

.comment {
  margin-top: .25rem;
  padding: 1.5rem;
  background-color: var(--spoiler);
  position: relative;
}

.comment-head {
  position: relative;
  font-size: .875rem;
  min-height: 2.5rem;
  padding-left: 3.25rem;
  margin-top: -.25rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 640px) {
  #dle-comments-list {
    margin-top: -.5rem;
  }

  .comment {
    margin-top: .5rem;
    border-radius: .75rem;
  }

  .comment-head {
    padding-bottom: 1.25rem;
    padding-right: 9.25rem;
    margin-bottom: 1.25rem;
  }

  .comment-head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 -1.5rem;
    height: 0;
    border-bottom: 1px solid var(--line);
  }
}

.comment-head .name {
  font-weight: bold;
  margin-top: -.25rem;
  margin-bottom: .125rem;
}

.comment-head .name a {
  color: inherit;
}

.comment-head .name a:hover {
  color: #4CCB70;
}

.comment-meta {
  display: flex;
  align-items: center;
  font-size: .75rem;
}

.comment-meta .group-label {
  margin-right: .75rem;
}

.group-label {
  background-color: #172B3D;
  font-size: .625rem;
  color: #fff !important;
  font-weight: bold;
  height: 1.25rem;
  line-height: 1rem;
  padding: .125rem .5rem;
  border-radius: 1rem;
}

.group-label span {
  color: inherit !important;
}

.group-label.g-adm {
  background-color: #b61212;
}

.group-label.g-guest {
  background-color: rgba(23, 43, 61, .5);
}

/* Нижняя часть комментариев */
.com-likes {
  display: flex;
  text-align: center;
  font-size: .75rem;
  font-weight: bold;
}

.com-likes a,
.comment-tools a {
  color: var(--coms-meta);
  cursor: pointer;
}

.com-like-plus svg {
  color: #4CCB70;
}

.com-like-minus svg {
  color: #F9563D;
}

.comment-foot {
  margin-top: 1rem;
}

.comment-tools {
  display: flex;
  font-size: .875rem;
  font-weight: bold;
  margin: -.25rem;
}

.comment-tools a {
  display: flex;
  align-items: center;
  padding: .25rem;
}

.comment-title {
  font-size: 1.125rem;
  line-height: 1.3;
}

.comment-title a {
  color: inherit;
}

.comment-text {
  word-wrap: break-word;
}

@media (max-width: 639px) {
  .com__reply>a>span {
    display: none;
  }

  .com-like-plus,
  .com-like-minus,
  .comment-foot {
    display: flex;
    align-items: center;
  }

  .comment-tools {
    margin-right: auto;
  }

  .com-like-plus,
  .com-like-minus {
    padding: .25rem;
    margin: -.25rem;
  }

  .com-likes svg {
    margin-right: .25rem;
  }
}

@media (min-width: 640px) {
  .com__reply {
    margin-right: auto;
  }

  .com-likes {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: .5rem;
    margin-right: .25rem;
  }

  .com-likes svg {
    display: block;
    margin: 0 auto .25rem auto;
    opacity: .8;
    transition: opacity .2s ease;
  }

  .com-likes a {
    padding: .5rem .25rem;
    width: 4.5rem;
  }
}

@media (min-width: 992px) {
  .com-likes a:hover svg {
    opacity: 1;
  }

  .comment-tools a:hover,
  .com-likes a:hover {
    color: var(--coms-meta-h);
  }

  .comment-title a:hover {
    color: #4CCB70;
  }
}

/* Avatar + Mass Action */
.comment-head .avatar-status {
  position: absolute;
  left: 0;
}

.avatar-status::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-color: #172B3D;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  margin: .1875rem;
}

.avatar-status.online::after {
  background-color: #4CCB70;
  content: "";
}

.avatar-status {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-status>label,
.avatar-status>label i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-status>label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
  margin: 0;
}

.avatar-status>label+i>a {
  pointer-events: none;
}

.avatar-status>label input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.avatar-status>label i {
  color: #fff;
  opacity: 0;
  background-color: rgba(76, 203, 112, 0.8);
  transition: opacity .2s ease;
}

.avatar-status>label i svg {
  display: block;
  transform: translateY(.25rem);
  transition: transform .2s ease;
}

.avatar-status>label input:checked~i {
  opacity: 1;
}

.avatar-status>label input:checked~i svg {
  transform: translateY(0);
}

.avatar-status .avatar.fit-cover {
  width: 100%;
  height: 100%;
}

.avatar-status .avatar.fit-cover img[src*="noavatar.png"] {
  background-color: #EAEAEA;
}

/* Модификации фона комментариев */
.comment.pos-comm {
  background-color: rgba(76, 203, 112, 0.1);
}

.comment.pos-comm .comment-head::after {
  border-bottom-color: rgba(76, 203, 112, 0.12);
}

.comment.pos-comm .avatar-status .avatar.fit-cover img[src*="noavatar.png"] {
  background-color: #DCF0E1;
}

.comment.neg-comm {
  background-color: rgba(249, 86, 61, 0.1);
}

.comment.neg-comm .comment-head::after {
  border-bottom-color: rgba(249, 86, 61, 0.12);
}

.comment.neg-comm .avatar-status .avatar.fit-cover img[src*="noavatar.png"] {
  background-color: #F2D2CD;
}

/* Древовидные комментарии */
.comments-tree-list .comment {
  margin-top: 0;
}

.comments-tree-list .comments-tree-list {
  padding-left: .75rem;
}

.comments-tree-list .comments-tree-list .comments-tree-item:first-child .comment {
  border-top-left-radius: 0;
}

.comments-tree-item {
  margin-top: .25rem;
}

.comments-tree-list .comments-tree-list .comments-tree-item {
  margin-top: .25rem;
}

/* Управление комментариями */
.mass_comments_action {
  display: flex;
  font-size: .75rem;
  align-items: center;
  margin-top: 2rem;
}

.mass_comments_action select {
  margin: 0 .5rem;
}

@media (min-width: 640px) {
  .comments-tree-item {
    margin-top: .5rem;
  }

  .comments-tree-list .comments-tree-list {
    padding-left: 1.5rem;
  }

  .comments-tree-list .comments-tree-list .comment-head::after {
    display: none;
  }

  .comments-tree-list .comments-tree-list .comment-head {
    margin-bottom: 0;
  }
}

/* ── Logotype ── */
.Logo5play {
  width: 24px;
  height: 34px;
  background-image: url('../img/animation/5play-logo.svg');
  background-repeat: no-repeat;
  display: inline-block;
}

/* ===== SEARCH SUGGESTIONS ===== */
#searchsuggestions {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: var(--block-bg);
  border-radius: 1.125rem;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
  z-index: 9999;
  overflow: hidden;
  max-height: 420px;
  overflow-y: auto;
}

.srch-item {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none !important;
  color: var(--tcolor) !important;
  transition: background .12s;
}

.srch-item:hover {
  background: rgba(76,203,112,.07);
}

.srch-item + .srch-item {
  border-top: 1px solid var(--form-control-brd);
}

.srch-img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.srch-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.srch-title {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.srch-size {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  color: var(--f5-accent);
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 72px;
  justify-content: flex-end;
}

.srch-size svg {
  opacity: .7;
  flex-shrink: 0;
  display: block;
  margin-top: 1px;
}

.srch-size-unknown {
  font-size: 15px;
  line-height: 1;
  opacity: .45;
}

.srch-meta {
  font-size: 11.5px;
  font-weight: 600;
  opacity: .5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.srch-ver {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  opacity: .5;
  vertical-align: middle;
}

.srch-ver svg {
  flex-shrink: 0;
  display: block;
}

.srch-empty {
  padding: 20px 14px;
  font-size: 13px;
  opacity: .55;
  text-align: center;
}

/* ===== AUTH MODAL ===== */
.modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 10000;
  backdrop-filter: blur(3px);
}

.modal-wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10001;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-backdrop.active,
.modal-wrap.active {
  display: flex;
}

.modal-backdrop.active {
  animation: auth-backdrop-in .22s ease forwards;
}

.modal-wrap.active .auth-card {
  animation: auth-card-in .25s cubic-bezier(.22,.68,0,1.2) forwards;
}

@keyframes auth-backdrop-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes auth-backdrop-out {
  from { opacity: 1; }
  to   { opacity: 0; }
}

@keyframes auth-card-in {
  from { opacity: 0; transform: translateY(18px) scale(.96); }
  to   { opacity: 1; transform: translateY(0)    scale(1);   }
}

@keyframes auth-card-out {
  from { opacity: 1; transform: translateY(0)   scale(1);   }
  to   { opacity: 0; transform: translateY(10px) scale(.97); }
}

.modal-backdrop.closing {
  animation: auth-backdrop-out .18s ease forwards;
}

.modal-wrap.closing .auth-card {
  animation: auth-card-out .18s ease forwards;
}

.auth-card {
  background: var(--block-bg);
  border-radius: 1.5rem;
  padding: 2rem 1.75rem 1.5rem;
  width: 100%;
  max-width: 360px;
  position: relative;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}

.auth-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--tcolor);
  opacity: .4;
  padding: 4px;
  border-radius: 6px;
  line-height: 0;
  transition: opacity .15s;
}

.auth-close:hover { opacity: .8; }

.auth-logo {
  margin: 0 auto .75rem;
  width: fit-content;
}

.auth-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: .35rem;
}

.auth-sub {
  font-size: 13px;
  opacity: .5;
  margin-bottom: 1.5rem;
}

.auth-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.auth-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: opacity .15s, transform .1s;
}

.auth-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
  color: #fff;
}

.auth-vk     { background: #0077ff; }
.auth-tg     { background: #26a5e4; }
.auth-ya     { background: #fc3f1d; }

.auth-hint {
  font-size: 11.5px;
  opacity: .4;
}

.auth-hint a { color: inherit; }

/* User avatar button */
.auth-user-btn {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  height: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  border-radius: 50%;
  background: rgba(76,203,112,.1);
  padding: 0;
}

.auth-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.auth-avatar-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4ccb70;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.auth-user-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: var(--block-bg);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.15);
  min-width: 160px;
  overflow: hidden;
  z-index: 1000;
}

.auth-user-btn.open .auth-user-menu {
  display: block;
}

.auth-user-id {
  padding: 8px 14px 6px;
  font-size: 11px;
  font-weight: 700;
  color: var(--entry-info);
  letter-spacing: .04em;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2px;
  cursor: default;
  user-select: none;
}

.auth-user-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tcolor);
  text-decoration: none;
  transition: background .12s;
}

.auth-user-item:hover { background: rgba(76,203,112,.08); }

.auth-user-item--danger { color: #e5484d; }
.auth-user-item--danger:hover { background: rgba(229,72,77,.08); }

/* ===== VOTED STATE ===== */
.vote-app-btn.voted,
.vote-com-btn.voted {
  color: #4ccb70;
}

/* ===== VOTE ANIMATION ===== */
@keyframes votePop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.45); }
  70%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}

@keyframes voteFloat {
  0%   { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-36px) scale(.8); }
}

.vote-pop {
  animation: votePop .35s cubic-bezier(.36,.07,.19,.97) both;
}

.vote-float {
  position: absolute;
  font-size: 13px;
  font-weight: 900;
  pointer-events: none;
  animation: voteFloat .6s ease-out forwards;
  white-space: nowrap;
}

.vote-float.plus  { color: #4ccb70; }
.vote-float.minus { color: #f87171; }

.vote-app-btn,
.vote-com-btn {
  position: relative;
}

.vote-com-btn.own {
  opacity: .3;
  cursor: not-allowed !important;
  pointer-events: none;
}


/* ===== FAVORITES PAGE ===== */
.fav-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

.fav-card {
  display: flex;
  flex-direction: column;
  background: var(--form-control-bg);
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: var(--tcolor);
  position: relative;
  transition: transform .15s, box-shadow .15s;
}

.fav-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

.fav-card-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.fav-card-body {
  padding: .75rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.fav-card-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.fav-card-meta {
  font-size: 11px;
  opacity: .5;
  font-weight: 600;
}

.fav-card-ver {
  margin-left: 4px;
}

.fav-card-size {
  font-size: 11px;
  font-weight: 700;
  color: var(--f5-accent);
}

.fav-card-star {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #f59e0b;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}

.fav-empty {
  text-align: center;
  padding: 3rem 1rem;
  opacity: .5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.fav-empty svg {
  opacity: .4;
}

/* ===== FAVORITE BUTTON ===== */
.fav-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.75);
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s;
}

@media (max-width: 767px) {
  .view-app-rate .fav-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: fit-content;
  }
}

.fav-btn:hover {
  background: rgba(255,255,255,.16);
}

.fav-btn--active {
  background: rgba(251,191,36,.15);
  color: #fbbf24;
  border-color: #fbbf24;
}

@keyframes favPop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.15); }
  70%  { transform: scale(0.95); }
  100% { transform: scale(1); }
}

.fav-btn--pop { animation: favPop .3s cubic-bezier(.36,.07,.19,.97) both; }

/* ===== RSYA AD BLOCK (page) ===== */
.rsya-page-ad {
  position: relative;
  display: block;
  margin: 0 1.5rem 0;
  padding: 1.5rem 1rem 1rem;
  border: 1px dashed rgba(76, 203, 112, .45);
  border-radius: .875rem;
  background: rgba(76, 203, 112, .05);
  text-align: left;
}

.rsya-page-ad-label {
  position: absolute;
  top: -.625rem;
  left: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  padding: .15rem .55rem;
  border-radius: 999px;
  background: #9aa0a6;
  color: #fff;
  font-size: .625rem;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  line-height: 1.4;
}

/* Admin delete button */
.admin-del-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 6px;
  background: rgba(229,72,77,.12);
  color: #e5484d;
  cursor: pointer;
  transition: background .15s;
  z-index: 10;
}
.admin-del-btn:hover { background: rgba(229,72,77,.3); }
.comEnt { position: relative; }
.lc-item { position: relative; }
@media (max-width: 739px) {
  .admin-del-btn { bottom: auto; top: 8px; }
}

/* Admin ban name trigger */
.admin-ban-name {
  cursor: pointer;
  border-bottom: 1px dashed rgba(229,72,77,.5);
  transition: color .15s, border-color .15s;
}
.admin-ban-name:hover {
  color: #e5484d;
  border-color: #e5484d;
}
.admin-ban-name.user-banned {
  text-decoration: line-through;
  color: var(--muted, #999);
  border-bottom-color: transparent;
  opacity: .75;
}
.admin-ban-name.user-banned:hover {
  color: #e5484d;
  opacity: 1;
}

/* Ban modal backdrop */
.ban-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 1050;
  animation: banFadeIn .18s ease;
}
.ban-backdrop.active { display: block; }

/* Ban modal */
.ban-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1051;
  background: var(--modal-bg);
  border-radius: 16px;
  width: 320px;
  max-width: calc(100vw - 32px);
  padding: 24px 24px 20px;
  box-shadow: 0 12px 48px rgba(0,0,0,.28);
  animation: banSlideIn .2s ease;
}
.ban-modal.active { display: block; }

@keyframes banFadeIn { from { opacity:0 } to { opacity:1 } }
@keyframes banSlideIn { from { opacity:0; transform: translate(-50%, calc(-50% + 10px)) } to { opacity:1; transform: translate(-50%, -50%) } }

.ban-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--muted, #888);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s;
}
.ban-modal-close:hover { background: rgba(0,0,0,.08); color: var(--text, #222); }

.ban-modal-user {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  color: #e5484d;
}
.ban-modal-icon { flex-shrink: 0; }
.ban-modal-uname {
  font-weight: 600;
  font-size: .95rem;
  color: var(--text, #222);
}

.ban-modal-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: var(--text, #222);
}

.ban-duration-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.ban-dur-btn {
  padding: 9px 12px;
  border: 1.5px solid var(--line, #e0e0e0);
  border-radius: 9px;
  background: transparent;
  color: var(--text, #222);
  font-size: .875rem;
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
  text-align: center;
  width: 100%;
}
.ban-dur-btn:hover { border-color: #e5484d; color: #e5484d; }
.ban-dur-btn.selected { border-color: #e5484d; background: rgba(229,72,77,.1); color: #e5484d; font-weight: 600; }

.ban-modal-footer {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.ban-cancel-btn {
  padding: 8px 0;
  width: 50%;
  border: none;
  border-radius: 8px;
  background: var(--line, #e8e8e8);
  color: var(--text, #333);
  font-size: .875rem;
  cursor: pointer;
  transition: background .15s;
}
.ban-cancel-btn:hover { background: var(--line2, #d5d5d5); }

.ban-confirm-btn {
  padding: 8px 0;
  width: 50%;
  border: none;
  border-radius: 8px;
  background: #e5484d;
  color: #fff;
  font-size: .875rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, opacity .15s;
}
.ban-confirm-btn:disabled { opacity: .45; cursor: default; }
.ban-confirm-btn:not(:disabled):hover { background: #c93d42; }

.ban-modal-msg {
  margin-top: 10px;
  font-size: .8125rem;
  min-height: 1.2em;
  text-align: center;
}
.ban-modal-msg.ok { color: #4ccb70; }
.ban-modal-msg.err { color: #e5484d; }

/* Ban status bar (shown when user is already banned) */
.ban-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(229,72,77,.08);
  border: 1px solid rgba(229,72,77,.25);
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 14px;
}
.ban-status-chip {
  font-size: .8125rem;
  font-weight: 600;
  color: #e5484d;
}
.ban-unban-btn {
  flex-shrink: 0;
  padding: 5px 12px;
  border: 1.5px solid #4ccb70;
  border-radius: 7px;
  background: transparent;
  color: #4ccb70;
  font-size: .8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.ban-unban-btn:hover { background: #4ccb70; color: #fff; }
.ban-unban-btn:disabled { opacity: .5; cursor: default; }
