:root {
  --font: iransans, Arial, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Open Sans", "Helvetica Neue", sans-serif;
  --tcolor: #172b3d;
  --bgcolor: #eff3f7;
  --lcolor: #3498db;
  --lhcolor: #1b72ad;
  --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: #176aa2;
  --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: #3498db;
  --cloud-c2: #fbfcf3;
  --entry-bg: #fff;
  --entry-info: #8b959e;
  --entry-info-sep: #e6eff4;
  --entry-label: rgba(255, 255, 255, 0.5);
  --entry-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%238B959E' d='M2,8a2,2,0,1,0,2,2A2,2,0,0,0,2,8Zm8-8a2,2,0,1,0,2,2A2,2,0,0,0,10,0Z'/%3E%3C/svg%3E");
  --entry-pattern-d: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234CCB70' d='M2,8a2,2,0,1,0,2,2A2,2,0,0,0,2,8Zm8-8a2,2,0,1,0,2,2A2,2,0,0,0,10,0Z'/%3E%3C/svg%3E");
  --block-bg: #fff;
  --block-bg-transp: rgba(255, 255, 255, 0);
  --block-dark-bg: #273d52;
  --modal-bg: #fff;
  --cat-menu: #1b72ad;
  --cat-menu-h: #172b3d;
  --spoiler: #f7f7f7;
  --spoiler-h: #edfaf0;
  --searchsug: #f7f7f7;
  --searchsug-item: #fff;
  --nocomms: #765846;
  --coms-meta: rgba(23, 43, 61, 0.5);
  --coms-meta-h: rgba(23, 43, 61, 0.8);
  --line: #ebeced;
  --scrollbar: #f7f7f7;
  --scrollbar-thumb: #d0d0d0;
  --scrollbar-track: #f7f7f7;
  --loading-bg: rgba(255, 255, 255, 0.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(https://5play.kingseo.live/wp-content/themes/5play//images/page-illustation.png);
  --pageform-bg: #eff7f1;
}
@font-face {
  font-family: iransans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/5play/fonts/IRANSansWeb.woff2") format("woff2"),
       url("/wp-content/themes/5play/fonts/IRANSansWeb.woff") format("woff");
}
[class*=" i__"],
[class^="i__"] {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: top;
}
@media (min-width: 992px) {
  .page-form-right::-webkit-scrollbar,
  html::-webkit-scrollbar {
    width: 16px;
    background-color: var(--scrollbar);
  }
  .page-form-right::-webkit-scrollbar-thumb,
  html::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
    border-radius: 16px;
    border: 4px solid var(--scrollbar);
  }
  .page-form-right::-webkit-scrollbar-track,
  html::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track);
    border-radius: 16px;
    border: 4px solid var(--scrollbar);
  }
}
*,
::after,
::before {
  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;
}
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, 0.1);
  border-top-width: 1px;
  margin: 1.75rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[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;
}
dl,
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 700;
}
.small,
small {
  font-size: 0.75em;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #99999e;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
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;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  outline: 0 !important;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  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: 0.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 16px/1.5 var(--font);
  color: var(--tcolor);
  background-color: var(--bgcolor);
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  position: relative;
  direction: rtl;
  overflow-x: hidden;
}
@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;
}
.btn-link,
a {
  color: var(--lhcolor);
  font-weight: 700;
  text-decoration: none;
}
@media (min-width: 992px) {
  .btn-link,
  a {
    transition: color 0.2s ease;
  }
  .btn-link:hover,
  a:hover {
    color: var(--lhcolor);
  }
}
.toolbar {
  position: sticky;
  left: 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 a,
.toolbar button {
  pointer-events: auto;
  cursor: pointer;
}
.sel-dark-toggle {
  color: inherit !important;
  background-color: rgba(5, 14, 21, 0.75);
  margin-right: 0.5rem;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50%;
}
.sel-dark-toggle,
.sel-lang > button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.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 0.125rem var(--sel-lang-active), 0 0 0 0.25rem #fede4a;
}
@media (max-width: 1259px) {
  .toolbar {
    left: 0;
    bottom: 11px;
    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 0.25rem 1rem -0.25rem rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1260px) {
  .toolbar {
    top: 0;
  }
  .sel-lang > button {
    margin-left: 0.25rem;
  }
}
@media (min-width: 992px) {
  .sel-dark-toggle,
  .sel-lang > button {
    transition: transform 0.2s ease;
  }
  .sel-lang > button img {
    transition: box-shadow 0.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;
  right: 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: left;
}
.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: #5f6368 !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 0.25rem 0.5rem 0 rgba(251, 205, 66, 0.3);
}
#cancel-comment-reply-link,
#reset-pass-submit,
.s-green {
  background-color: #3498db;
  background-image: linear-gradient(180deg, var(--lcolor) 0, #1b72ac 100%);
  box-shadow: 0 0.25rem 0.5rem 0 #1b70aa59;
}
.s-purple {
  background-color: #9248e1;
  background-image: linear-gradient(180deg, #9b54e8 0, #7126c1 100%);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(146, 72, 225, 0.3);
}
.s-red {
  background-color: #fb614a;
  background-image: linear-gradient(180deg, #ff715c 0, #f74a2f 100%);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(255, 89, 64, 0.3);
}
.s-blue {
  background-color: #37a9e4;
  background-image: linear-gradient(180deg, #38b9e6 0, #368be1 100%);
  box-shadow: 0 0.25rem 0.5rem 0 rgba(55, 169, 228, 0.3);
}
@media (min-width: 992px) {
  .btn.s-yellow:hover,
  .download-line.s-yellow:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(251, 205, 66, 0.3),
      0 0 0 0.25rem rgba(251, 205, 66, 0.3);
  }
  #cancel-comment-reply-link:hover,
  #reset-pass-submit:hover,
  .btn.s-green:hover,
  .download-line.s-green:hover,
  .page_next > a:hover,
  .page_prev > a:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgb(27 114 173 / 26%),
      0 0 0 0.25rem rgb(27 114 173 / 26%);
  }
  .btn.s-purple:hover,
  .download-line.s-purple:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(146, 72, 225, 0.3),
      0 0 0 0.25rem rgba(146, 72, 225, 0.3);
  }
  .btn.s-red:hover,
  .download-line.s-red:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(255, 89, 64, 0.3),
      0 0 0 0.25rem rgba(255, 89, 64, 0.3);
  }
  .btn.s-blue:hover,
  .download-line.s-blue:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(55, 169, 228, 0.3),
      0 0 0 0.25rem rgba(55, 169, 228, 0.3);
  }
  .btn.s-telegram:hover {
    box-shadow: 0 0.25rem 0.5rem 0 rgba(53, 172, 224, 0.3),
      0 0 0 0.25rem rgba(53, 172, 224, 0.3);
  }
}
.c-icon {
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  padding: 0.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: 0.5rem;
  }
  .c-icon > svg {
    width: 22px;
    height: 22px;
  }
}
.muted {
  opacity: 0.5;
}
.comment__content iframe,
.comment__content video,
.showfull__content iframe,
.showfull__content video {
  width: 720px;
  height: 420px;
  max-width: 100%;
}
.small,
small {
  font-size: 0.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: 30px;
}
.text h1,
.text h2 {
  font-size: 20px;
}
.text h3,
.text h4,
.text h5 {
  font-size: 1rem;
}
.text h6 {
  font-size: 0.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 0.5s ease;
}
.open > .dropdown-menu {
  display: block !important;
}
.open > .dropdown-btn {
  opacity: 0.5;
}
.dropdown {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 101;
  left: 0;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  background-color: var(--modal-bg);
  font-weight: 400;
  box-shadow: 0 0.5rem 4rem -0.5rem rgba(0, 0, 0, 0.1),
    0 0.25rem 1.5rem 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.dropdown-menu-right {
  left: 0;
  right: 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: 0.35s;
  transition-timing-function: ease;
}
.fade {
  opacity: 0;
  transition: opacity 0.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, 0.3);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal-close,
.modal-dialog .close {
  position: absolute;
  right: 10px;
  top: 0;
  color: inherit;
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  outline: 0 !important;
  pointer-events: auto;
  background: 0 0;
  transition: color 0.15s ease-out;
}
.modal .modal-dialog > .close,
.modal-close {
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  z-index: 1;
}
.modal-dialog .close {
  opacity: 0.5;
}
.closes svg {
  display: block;
}
.modal-title {
  margin-bottom: 1rem;
}
.modal-close {
  color: #fff;
  transition: opacity 0.15s ease-out;
}
@media (min-width: 992px) {
  .modal-close:hover {
    opacity: 0.8;
  }
  .modal-dialog .close:hover {
    opacity: 0.8;
  }
  .modal {
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 576px) {
  .modal.fade .modal-dialog {
    transform: scale(0.85);
    transition: transform 0.2s ease, opacity 0.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 -0.5rem rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .container .modal-content {
    box-shadow: 0 1rem 3.25rem -0.25rem rgba(0, 73, 150, 0.125),
      0 0 0 1px rgba(0, 73, 150, 0.1);
  }
  .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    margin: 1rem auto;
    min-height: calc(100% - 2rem);
    padding-left: 0.5rem;
    padding-right: 0.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 0.15s linear;
  overflow-y: auto;
  background-color: rgba(0, 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, 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: 0.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;
}
#cancel-comment-reply-link,
#reset-pass-submit,
.bbcodes,
.btn,
.ui-button {
  height: 2.5rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  border: 0;
  font-weight: 700;
  cursor: pointer;
  outline: 0;
  text-decoration: none !important;
  color: #fff !important;
  transition: box-shadow ease 0.15s, background-color ease 0.15s,
    transform ease 0.1s, opacity ease 0.1s;
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon svg {
  margin-left: 0.25rem;
}
.btn-border {
  color: inherit !important;
  box-shadow: inset 0 0 0 1px #3498db6e;
  background: 0 0;
}
.btn-border:hover {
  box-shadow: inset 0 0 0 3px #2176af5c;
}
.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: 0.25rem;
  }
  .btn-telegram .c-icon svg {
    width: 1rem;
    height: 1rem;
  }
  .btn-telegram {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem;
    background-color: rgba(49, 168, 219, 0.1);
  }
  .btn-telegram > span {
    display: block;
    padding: 0 0.5rem 0 0.75rem;
  }
}
.bbcodes,
.qq-upload-button,
.ui-button {
  background-color: rgb(51 152 219 / 20%);
  color: var(--lcolor) !important;
  box-shadow: none !important;
}
.bbcodes:active,
.btn:active,
.qq-upload-button:active,
.ui-button:active {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .bbcodes:hover,
  .qq-upload-button:hover,
  .ui-button:hover {
    background-color: rgb(51 152 219 / 24%);
  }
  .btn-telegram {
    transition: background-color 0.2s ease;
  }
  .btn-telegram:hover {
    background-color: rgba(49, 168, 219, 0.2);
  }
}
@media (max-width: 575px) {
  .btn-block,
  a#cancel-comment-reply-link {
    width: 100%;
  }
  a#cancel-comment-reply-link {
    margin-bottom: 10px;
  }
  .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
}
@media (min-width: 576px) {
  .btn-group {
    display: flex;
  }
  .btn-group .btn + .btn {
    margin-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .btn-lg {
    border-radius: 1.5rem;
    font-size: 16px;
    height: 3rem !important;
    padding: 0.75rem 18px !important;
  }
  .single-suggest {
    display: none;
  }
}
.form-submit {
  margin-top: 1.5rem;
}
.form-check,
.form-combo,
.form-group {
  margin-top: 1.25rem;
  margin-bottom: 0 !important;
}
.form-check:first-of-type,
.form-combo:first-of-type,
.form-group:first-of-type {
  margin-top: 0 !important;
}
.form-group > label {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.form-sep {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
label.form-group {
  color: var(--tcolor);
  display: block;
  line-height: 1.2;
  font-size: 0.75rem;
}
label.form-group > .c-muted {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
label.form-group a.f-right {
  padding: 0.5rem;
  margin: -0.5rem;
}
@media (min-width: 576px) {
  .form-submit {
    margin-top: 2rem;
  }
  .form-check,
  .form-combo,
  .form-group {
    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;
  }
  .form-group > label,
  label.form-group {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .form-combo {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .form-combo .form-group {
    padding: 0 0.5rem;
  }
}
.loginform-foot {
  display: flex;
}
.loginform-foot > a:first-child {
  margin-right: auto;
}
.check-login {
  display: flex;
}
.check-login input {
  margin-right: 0.5rem;
}
.check-login .btn {
  text-transform: uppercase;
  font-size: 0.75rem;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  color: inherit;
  padding: calc(0.5rem - 1px) 0.75rem;
  background: var(--form-control-bg);
  border: 1px solid var(--form-control-brd);
  border-radius: 0.375rem;
  outline: 0 !important;
  box-shadow: 0 0.125rem 0.75rem 0 rgba(23, 43, 61, 0.05);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  background-clip: padding-box;
}
select#category {
  width: 100% !important;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--form-control-brd-f);
  box-shadow: 0 0.125rem 0.75rem 0 rgba(23, 43, 61, 0.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="checkbox"],
input[type="radio"] {
  line-height: normal;
  margin: -2px 6px 0 0;
  vertical-align: middle;
}
input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"],
select,
select[multiple] {
  -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% - 0.375rem) 50%;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-image: var(--select-arrow);
}
input:focus {
  outline: 0;
}
input[type="file"],
input[type="image"] {
  height: auto;
  width: 100%;
  padding: 0.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;
}
#comment-editor > br,
#dofullsearch,
.comments_subscribe {
  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:after,
#loading-layer:before {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
#loading-layer:before {
  border: 4px solid rgb(52 152 219 / 18%);
  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;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%233498db' d='M4,16.5c2.8-5.1,6.9-9.2,11.7-12C20.6,1.6,26.2,0,32,0v4c-5.1,0-10,1.4-14.2,3.9C13.6,10.4,10,14,7.5,18.4L4,16.5z'/%3e%3c/svg%3e");
}
#loading-layer:after {
  animation: load_rotate 0.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, 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: 0.5rem;
  padding: 0.625rem;
  border-radius: 50%;
  background-color: rgba(50, 50, 50, 0.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 0.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: 0.9rem;
  color: rgba(0, 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-style: italic;
  text-align: center;
  font-size: 18px;
}
.comment .quote,
.comment blockquote {
  font-size: 1em;
}
.comment .quote,
.comment blockquote {
  padding: 10px 16px;
  border-width: 0 0 0 2px;
  background-color: rgba(0, 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, 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, 0.03);
  }
  .quote,
  blockquote {
    margin-right: 46px;
    padding: 10px 26px;
    border-width: 0 2px 0 0;
    background-color: rgba(0, 0, 0, 0.03);
    position: relative;
    text-align: revert;
  }
  .quote::before,
  blockquote::before {
    content: "\201c";
    color: #fede4a;
    font-size: 75px;
    line-height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -46px;
    font-style: normal;
    font-family: Georgia;
  }
  .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-right: 3rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
}
.spoiler .title_spoiler {
  padding: 1rem;
  padding-right: 3rem;
  margin: -1rem;
  margin-right: -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-right: -2rem;
}
.text_spoiler {
  display: none;
}
.text_spoiler::before {
  content: "";
  display: block;
  height: 1rem;
}
.title_spoiler {
  display: flex;
  align-items: center;
  font-weight: 700;
  padding: 0.5rem;
  background-color: var(--spoiler);
  border-radius: 0.75rem;
  font-size: 16px;
}
.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%;
}
.pm td.pm_head,
.pm td.pm_list,
.userstop td {
  border-bottom: 1px solid var(--line);
  padding: 12px 2px;
}
table.pm,
table.userstop {
  width: 100%;
  margin-bottom: 0;
}
table.pm select {
  width: 150px;
}
.pm td.pm_head,
.userstop thead td {
  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: 0.5rem 0;
  margin: -0.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-outline,
.highslide-wrapper {
  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(../highslide/graphics/fullexpand.gif) 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 !important;
  padding: 5px;
  background: #fff;
}
.highslide-controls {
  width: 195px;
  height: 40px;
  background: url(../highslide/graphics/controlbar-black-border.gif) 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(../highslide/graphics/controlbar-black-border.gif) no-repeat
    100% -90px;
}
.highslide-controls li {
  float: left;
  padding: 5px 0;
}
.highslide-controls a {
  background: url(../highslide/graphics/controlbar-black-border.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: 0;
}
.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: 0.5 !important;
}
.ui-widget-overlay {
  background: #000;
  opacity: 0.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: right;
  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 0.75rem 3rem -0.5rem rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 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: -0.5625rem;
  margin-right: 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;
  right: 50%;
  top: 50%;
  margin: -0.5rem 0 0 -0.5rem;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%233498db' d='M.3,1.7A1,1,0,0,1,.3.3,1,1,0,0,1,1.7.3L8,6.6,14.3.3a1,1,0,0,1,1.4,0,1,1,0,0,1,0,1.4L9.4,8l6.3,6.3a1,1,0,0,1-1.4,1.4L8,9.4,1.7,15.7a1,1,0,0,1-1.4,0,1,1,0,0,1,0-1.4L6.6,8Z'/%3e%3c/svg%3e");
  background-size: 100% auto;
  opacity: 1;
}
@media (min-width: 992px) {
  .ui-dialog-titlebar-close .ui-icon {
    transition: opacity 0.2s ease;
  }
  .ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 0.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-content,
.loginbox.ui-dialog {
  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: 0.125rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 576px) {
  .ui-dialog-buttonset .ui-button + .ui-button {
    margin-left: 0.25rem;
  }
}
@media (max-width: 575px) {
  .ui-dialog {
    position: fixed !important;
    width: 100% !important;
    left: 0.5rem !important;
    right: 0.5rem !important;
  }
  .ui-dialog-buttonset .ui-button {
    width: 100%;
  }
  .ui-dialog-buttonset .ui-button + .ui-button {
    margin-top: 0.25rem;
  }
}
@media (max-width: 500px) {
  .modal-body {
    padding: 1.125rem;
    padding-top: 2rem;
  }
  .form-group > label {
    font-size: 0.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: 0.25rem solid #fede4a;
  width: 5rem;
  height: 5rem;
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 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: 0.875rem;
}
.usinf {
  list-style: none;
  padding: 0;
  margin: 0;
}
.usinf > li {
  padding: 0.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: 0.75rem;
    opacity: 0.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: 0.875rem;
}
.alert-line,
.alert_in {
  background-color: #fff9db;
  color: #765846;
  box-shadow: 0 0.5rem 1.5rem -0.25rem rgba(0, 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: 0.5rem;
  font-size: 16px;
}
.alert-line .i__info,
.alert-title > i {
  margin-left: 0.5rem;
  color: #fede4a;
}
.alert-line {
  padding: 1.125rem 0;
  font-size: 0.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: 0.125rem 0;
}
.social-links {
  display: flex;
}
.social-links a {
  opacity: 0.9;
  min-width: 2rem;
  height: 2rem;
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #f5f6f7;
  border-radius: 0.375rem;
}
.social-links a:not(:first-child) {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .social-links a {
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
  }
  .social-links a:hover {
    opacity: 1;
    box-shadow: inset 0 0 0 1px rgba(0, 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;
}
a#cancel-comment-reply-link {
  margin-left: 10px;
}
a.comments__more i {
  display: inline-block;
  margin-bottom: 10px;
}
span.nav_ext {
  display: flex;
  margin: 0 auto;
  text-align: center;
}
a.comments__more p {
  font-size: 15px;
  font-weight: 700;
}
#registerform {
  display: none;
}
.logotype img {
  vertical-align: middle;
  width: auto !important;
}
.tab-pane ul li:before {
  font-size: 10px;
  color: #3498db;
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  position: absolute;
  top: 3px;
  right: 0;
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3e%3cpath fill='%233498db' d='M.863 5.157a.509.509 0 0 1-.14-.33c0-.093.046-.234.14-.328l.658-.658a.454.454 0 0 1 .657 0l.047.047L4.808 6.66a.227.227 0 0 0 .33 0L11.43.13h.047a.454.454 0 0 1 .657 0l.658.658a.454.454 0 0 1 0 .657l-7.515 7.8a.428.428 0 0 1-.329.14.428.428 0 0 1-.328-.14L.957 5.297z'/%3e%3c/svg%3e");
}
.tab-pane ul li {
  line-height: 32px;
  display: block;
  position: relative;
  padding-right: 30px;
}
.last-app__bdy-article {
  font-size: 0.75rem;
  margin: 0 1rem auto;
  margin-top: 10px;
}
.last-app__bdy-article p {
  margin-bottom: 0;
}
.dnone {
  display: none;
}
.tab-pane ol li:before {
  color: var(--lcolor);
  display: inline-block;
  content: counter(my-awesome-counter);
  vertical-align: middle;
  line-height: 42px;
  position: absolute;
  top: -2px;
  right: 0;
  font-size: 16px;
}
.tab-pane ol li {
  line-height: 32px;
  display: block;
  position: relative;
  padding-right: 30px;
  counter-increment: my-awesome-counter;
}
#app_description h3 {
  margin: 22px 0;
}
div#app_description p {
  margin-bottom: 0;
}
.footer-panel center a {
  margin: 6px 4px;
  display: inline-block;
  margin-top: 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 0;
}
table tbody td,
table tbody th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: right;
  padding: 0.4em;
}
table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
table {
  width: 100%;
}
.ad-btn-main {
  margin-top: 80px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.ad_btn {
  display: flex;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  padding: 5px 20px;
  margin-bottom: 9px;
  height: 90px;
}
.ad_btn img {
  height: 50px;
    width: 53px;
    border-radius: 50%;
    margin-left: 11px;
    object-fit: contain;
    box-shadow: 0px 3px 8px 10px #18304412;
}
.ad_text {
  display: flex;
  flex-direction: column;
}
.ad_text span:first-of-type {
  font-size: 20px;
}

.ad_text span:last-of-type {
  font-size: 15px;
}

@media (min-width: 768px) {
.single-suggest.active {
 display: none !important;
  }
}
@media (min-width: 768px) {
  .single-suggest {
    display: none !important;
  }
}
