/* Page integration overrides */
.page-build {
    background-color: #04070f;
    background-image: url('../img/hero-bg.jpg');
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
.page-build main { padding-top: 0; }
.page-build .blog-area {
    background: transparent !important;
}
.page-build .nx-header {
    position: sticky;
    background: rgba(10, 12, 17, 0.97);
    border-bottom: 1px solid #1e2330;
}
.page-build .nx-header::before {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e44c01 30%, #ff8c00 50%, #e44c01 70%, transparent);
    opacity: .7;
}
.page-build .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
.page-build .blog-sidebar {
    position: sticky;
    top: 78px;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
}
.page-build .blog-list-post {
    margin-left: 0 !important;
}
/* Override imported cs.com.ru sidebar fixed width */
.page-build .blog-sidebar,
.load .blog-sidebar,
#buildPageLayout .blog-sidebar {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
}

.page-build .load .row,
.page-build .row { display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0 -12px; }
.page-build .fg-gallery-row .col-sm-4,
.page-build .fg-entry-gallery .col-sm-4 { flex: 0 0 33.333%; max-width: 33.333%; padding: 0 12px; min-width: 0; box-sizing: border-box; }

/* Lightbox */
.blbx {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.blbx.is-open { display: flex; }
body.blbx-open { overflow: hidden; }
.blbx-overlay {
    position: absolute;
    inset: 0;
    background: rgba(4, 6, 10, 0.92);
    backdrop-filter: blur(8px);
}
.blbx-panel {
    position: relative;
    z-index: 2;
    width: min(1100px, 96vw);
    max-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.blbx-stage {
    width: 100%;
    max-height: calc(92vh - 56px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    overflow: hidden;
    background: #0f1117;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.blbx-img {
    display: block;
    max-width: 100%;
    max-height: calc(92vh - 56px);
    width: auto;
    height: auto;
    object-fit: contain;
}
.blbx-counter {
    color: rgba(255,255,255,.75);
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
}
.blbx-close {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 12px;
    background: rgba(15,17,23,.95);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: background .2s, border-color .2s, transform .2s;
}
.blbx-close:hover {
    background: #e44c01;
    border-color: #e44c01;
    transform: scale(1.04);
}
.blbx-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 64px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(15,17,23,.88);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    transition: background .2s, border-color .2s, opacity .2s;
}
.blbx-nav:hover:not(:disabled) {
    background: rgba(228,76,1,.92);
    border-color: #e44c01;
}
.blbx-nav:disabled { opacity: .25; cursor: default; }
.blbx-prev { left: -58px; }
.blbx-next { right: -58px; }
.blbx--single .blbx-nav { display: none; }
a.build-lightbox { cursor: zoom-in; }
@media (max-width: 900px) {
    .blbx-prev { left: 4px; }
    .blbx-next { right: 4px; }
    .blbx-close { top: 4px; right: 4px; }
    .blbx-nav {
        width: 40px;
        height: 52px;
        font-size: 28px;
        background: rgba(15,17,23,.75);
    }
}
@media (max-width: 992px) {
    .page-build .col-lg-8, .page-build .col-lg-4 { flex: 0 0 100%; max-width: 100%; }
    .page-build .blog-sidebar { position: static; }
}
@media (max-width: 640px) {
    .page-build .col-sm-4 { flex: 0 0 100%; max-width: 100%; }
}

:root{
  --accent:#ff6600;
  --accent2:#ff8a3d;
  --accent-soft:rgba(255,102,0,.10);
  --accent-soft-2:rgba(255,102,0,.16);
  --bg:#0b0d12;
  --bg2:#121620;
  --text:#ffffff;
  --muted:#b8c0cc;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,102,0,.20);
  --radius:22px;
}

/* анти-переопределения */
.info-block,
.info-block *{
  box-sizing:border-box;
}
.info-block a,
.info-block a:hover,
.info-block a:focus,
.info-block a:active{
  color:inherit !important;
  text-decoration:none !important;
}

/* контейнер блока */
.info-block{
  position:relative;
  margin:0 0 26px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#10131a;
  overflow:hidden;
  isolation:isolate;
  transition:
    transform .5s cubic-bezier(.2,.8,.2,1),
    box-shadow .5s cubic-bezier(.2,.8,.2,1),
    border-color .35s ease;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 1px 2px rgba(0,0,0,.35),
    0 4px 10px -3px rgba(0,0,0,.45),
    0 16px 32px -14px rgba(0,0,0,.65);
}

/* мягкий «mesh» фон внутри карточки */
.info-block::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(900px 480px at 115% -10%, rgba(255,102,0,.16), transparent 55%),
    radial-gradient(720px 420px at -10% 115%, rgba(255,138,61,.10), transparent 60%),
    linear-gradient(180deg, #121620 0%, #0b0d12 100%);
  transition:opacity .5s ease, transform .8s cubic-bezier(.2,.8,.2,1);
}

.info-block:hover::before{
  transform:scale(1.04);
}

/* левая геометрия — острая, со свечением */
.info-block::after{
  content:"";
  position:absolute;
  left:0;
  top:22px;
  bottom:22px;
  width:3px;
  border-radius:0 6px 6px 0;
  background:linear-gradient(180deg, var(--accent) 0%, var(--accent2) 100%);
  filter:drop-shadow(0 0 10px rgba(255,102,0,.45));
  transition:
    width .45s cubic-bezier(.34,1.56,.64,1),
    top .45s cubic-bezier(.2,.8,.2,1),
    bottom .45s cubic-bezier(.2,.8,.2,1),
    filter .35s ease;
}

.info-block:hover{
  transform:translateY(-5px);
  border-color:var(--line-strong);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 1px 2px rgba(0,0,0,.35),
    0 12px 24px -10px rgba(0,0,0,.70),
    0 32px 60px -20px rgba(255,102,0,.22);
}

.info-block:hover::after{
  width:5px;
  top:14px;
  bottom:14px;
  filter:drop-shadow(0 0 14px rgba(255,102,0,.6));
}

.info-block-inner{
  position:relative;
  padding:30px 32px 28px 34px;
}

/* заголовки */
.info-block h2{
  margin:0 0 18px;
  padding:0 0 16px;
  font-size:30px;
  line-height:1.14;
  font-weight:800;
  letter-spacing:-0.028em;
  color:var(--text);
  position:relative;
  font-feature-settings:"ss01","ss02","kern","liga";
}

/* акцент под заголовком — градиентная линия с анимацией */
.info-block h2::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:48px;
  height:3px;
  border-radius:999px;
  background:
    linear-gradient(90deg,
      var(--accent) 0%,
      var(--accent2) 45%,
      rgba(255,138,61,.25) 100%);
  background-size:200% 100%;
  background-position:0% 0;
  transition:
    width .55s cubic-bezier(.34,1.56,.64,1),
    background-position .8s cubic-bezier(.2,.8,.2,1);
}

.info-block:hover h2::after{
  width:128px;
  background-position:50% 0;
}

/* абзацы */
.info-block p{
  margin:0 0 14px;
  font-size:16px;
  line-height:1.7;
  color:var(--muted);
  font-feature-settings:"kern","liga";
}

/* списки */
.info-block ul{
  list-style:none;
  margin:18px 0 8px;
  padding:0;
  display:grid;
  gap:8px;
}

.info-block li{
  position:relative;
  margin:0;
  padding:13px 16px 13px 46px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:13px;
  background:
    linear-gradient(180deg, #151924 0%, #0f1219 100%);
  color:#fff;
  font-size:15px;
  line-height:1.45;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07);
  transition:
    transform .35s cubic-bezier(.2,.8,.2,1),
    border-color .3s ease,
    background .3s ease,
    box-shadow .35s ease;
}

.info-block li:hover{
  transform:translateX(4px);
  border-color:rgba(255,102,0,.22);
  background:
    linear-gradient(180deg, #1a1f2b 0%, #161017 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 6px 18px -6px rgba(255,102,0,.22);
}

/* маркер списка — с «дыхательным» свечением */
.info-block li::before{
  content:"";
  position:absolute;
  left:18px;
  top:50%;
  width:10px;
  height:10px;
  transform:translateY(-50%);
  border-radius:50%;
  background:
    radial-gradient(circle at 32% 32%, #f4f6fb 0 24%, transparent 25%),
    linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow:
    0 0 0 4px rgba(255,102,0,.08),
    0 2px 6px rgba(255,102,0,.28);
  transition:box-shadow .35s ease, transform .35s ease;
}

@keyframes info-block-pulse{
  0%,100%{
    box-shadow:
      0 0 0 4px rgba(255,102,0,.10),
      0 2px 8px rgba(255,102,0,.30);
  }
  50%{
    box-shadow:
      0 0 0 7px rgba(255,102,0,.04),
      0 3px 12px rgba(255,102,0,.42);
  }
}

.info-block li:hover::before{
  animation:info-block-pulse 1.8s ease-in-out infinite;
}

/* =========================
   ОСОБЕННЫЙ ПОСЛЕДНИЙ БЛОК
   ========================= */
.info-block:last-of-type{
  border:1px solid rgba(255,102,0,.24);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 2px 4px rgba(255,102,0,.05),
    0 14px 32px -10px rgba(255,102,0,.20),
    0 36px 80px -28px rgba(255,102,0,.28);
}

.info-block:last-of-type::before{
  background:
    conic-gradient(from 220deg at 100% 0%,
      rgba(255,102,0,.22) 0deg,
      rgba(255,102,0,.06) 60deg,
      transparent 140deg),
    radial-gradient(70% 60% at 0% 110%, rgba(255,138,61,.12), transparent 60%),
    linear-gradient(135deg, #171017 0%, #10131a 50%, #1b1210 100%);
}

.info-block:last-of-type:hover{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 2px 4px rgba(255,102,0,.06),
    0 18px 40px -12px rgba(255,102,0,.26),
    0 44px 96px -28px rgba(255,102,0,.34);
}

.info-block:last-of-type::after{
  width:5px;
  top:0;
  bottom:0;
  border-radius:0 8px 8px 0;
  background:linear-gradient(180deg, #ff6600 0%, #ff944d 100%);
  filter:drop-shadow(0 0 18px rgba(255,102,0,.55));
}

.info-block:last-of-type:hover::after{
  width:7px;
  top:0;
  bottom:0;
  filter:drop-shadow(0 0 22px rgba(255,102,0,.7));
}

.info-block:last-of-type .info-block-inner{
  padding:34px 34px 32px 36px;
}

.info-block:last-of-type h2{
  font-size:34px;
  margin-bottom:20px;
  letter-spacing:-0.032em;
  background:linear-gradient(135deg, #ffffff 0%, #d7dde8 35%, #ff6600 130%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.info-block:last-of-type h2::after{
  width:88px;
  height:4px;
  background:
    linear-gradient(90deg,
      #ff6600 0%,
      #ff944d 50%,
      #ffb37d 100%);
}

.info-block:last-of-type:hover h2::after{
  width:160px;
}

.info-block:last-of-type p{
  color:#c4cad6;
  font-size:16px;
}

/* декоративный badge — со «стеклянным» эффектом и мерцанием */
.info-block:last-of-type .info-block-inner::before{
  content:"ФИНАЛЬНЫЙ ВЫБОР";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 0 20px;
  padding:8px 16px 8px 28px;
  border-radius:999px;
  font-size:11px;
  line-height:1;
  font-weight:800;
  letter-spacing:.16em;
  color:#ff6600;
  background:
    linear-gradient(135deg, rgba(255,102,0,.14) 0%, rgba(255,138,61,.06) 100%);
  border:1px solid rgba(255,102,0,.22);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 4px 12px -4px rgba(255,102,0,.28),
    0 1px 0 rgba(255,255,255,.06);
  position:relative;
  isolation:isolate;
}

/* живая «искра» в начале бейджа */
.info-block:last-of-type .info-block-inner::after{
  content:"";
  position:absolute;
  top:30px;
  left:46px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:radial-gradient(circle, #ff6600 0%, rgba(255,102,0,0) 70%);
  box-shadow:0 0 10px rgba(255,102,0,.7);
  animation:info-block-spark 2.4s ease-in-out infinite;
}

@keyframes info-block-spark{
  0%,100%{ opacity:.4; transform:scale(.8); }
  50%{ opacity:1; transform:scale(1.15); }
}

/* адаптив */
@media (max-width: 900px){
  .info-block-inner{
    padding:26px 26px 24px 28px;
  }
  .info-block h2{
    font-size:25px;
  }
  .info-block:last-of-type h2{
    font-size:28px;
  }
}

@media (max-width: 640px){
  .info-block{
    margin-bottom:18px;
    border-radius:18px;
  }

  .info-block::after{
    top:14px;
    bottom:14px;
    width:3px;
  }

  .info-block:hover{
    transform:none;
  }

  .info-block:hover::before{
    transform:none;
  }

  .info-block-inner{
    padding:22px 18px 20px 22px;
  }

  .info-block h2{
    font-size:21px;
    line-height:1.22;
    margin-bottom:13px;
    padding-bottom:11px;
  }

  .info-block p{
    font-size:14px;
    line-height:1.65;
    margin-bottom:12px;
  }

  .info-block li{
    font-size:14px;
    padding:12px 14px 12px 40px;
    border-radius:12px;
  }

  .info-block li:hover{
    transform:none;
  }

  .info-block li:hover::before{
    animation:none;
  }

  .info-block li::before{
    left:14px;
    width:10px;
    height:10px;
  }

  .info-block:last-of-type .info-block-inner{
    padding:26px 18px 24px 22px;
  }

  .info-block:last-of-type h2{
    font-size:23px;
  }

  .info-block:last-of-type .info-block-inner::before{
    font-size:10px;
    letter-spacing:.13em;
    padding:7px 12px 7px 22px;
    margin-bottom:14px;
  }

  .info-block:last-of-type .info-block-inner::after{
    top:30px;
    left:32px;
    width:5px;
    height:5px;
  }
}

.material-thumbs .thumb {
  width: 60px;
  margin-right: 4px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.material-thumbs .thumb:hover {
  opacity: 1;
  transform: scale(1.05);
}
.material-thumbs .thumb.active {
  border: 2px solid #0078ff;
}

/*=== Hint ZorNet.Ru ===*/  
#easyTooltip{  
padding:3px 10px;  

background:#212224;  
color:#fff;  
-moz-border-radius: 5px; /* Firefox */  
-webkit-border-top-right-radius: 5px;  
-webkit-border-top-left-radius: 5px;  
-webkit-border-bottom-right-radius: 5px;  
-webkit-border-bottom-left-radius: 5px;  
-khtml-border-radius: 5px; /* KHTML */  
border-radius: 5px;  
opacity: 0.75;  
z-index:999;
 
}  

.material-strips {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.material-strips .strip {
  width: 20px;
  height: 4px;
  background: #2a303b;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.2s;
}
.material-strips .strip:hover {
  background: #0078ff;
}

/*=== END ===*/

/* ==== DEADPOOL POPUP СТИЛИ ==== */

/* Overlay */
.deadpool-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.deadpool-overlay.show {
  display: block;
  opacity: 1;
}

/* Popup */
.deadpool-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #10131a;
  padding: 20px;
  width: 95%;
  max-width: 1150px;
  border-radius: 12px;
  box-shadow: 0 0 40px #ff5722;
  z-index: 999;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.deadpool-popup.show {
  display: block;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Заголовки и текст */
.deadpool-popup h2 {
  color: #ff5722;
  margin-bottom: 10px;
  font-size: 22px;
}
.deadpool-popup p {
  font-size: 15px;
  line-height: 1.5;
  margin: 8px 0;
  color:#f4f6fb;
}

/* Полоса прогресса */
.deadpool-progress {
  width: 80%;
  height: 10px;
  background: #202532;
  border-radius: 6px;
  margin: 15px auto;
  overflow: hidden;
}
.deadpool-progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #ff5722, #ff9800);
  animation: progressAnim 3s linear forwards;
  border-radius: 6px;
}
@keyframes progressAnim {
  from { width: 0%; }
  to { width: 100%; }
}

/* Скриншоты */
.deadpool-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.deadpool-images img {
  width: 100%;
  max-width: 529px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

/* Кнопки внутри popup */
.deadpool-buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.deadpool-btn {
  display: inline-block;
  background: #ff5722; 
  color: #fff; 
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3); 
}
.deadpool-btn:hover {
  background: #e64a19; 
  color: #fff; 
}

/* Список шагов */
.deadpool-steps {
  text-align: left;
  display: inline-block;
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.5;
  color:#f4f6fb;
}

/* Строка безопасности */
.deadpool-safety {
  margin-top: 10px;
  font-size: 13px;
  color: #b8c0cc;
}

/* Ссылка на инструкцию */
.deadpool-instruction-link {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #ff5722;
}

/* Мобильные стили */
@media (max-width: 768px) {
  .deadpool-popup {
    padding: 15px;
  }
  .deadpool-popup h2 {
    font-size: 20px;
  }
  .deadpool-popup p, .deadpool-steps, .deadpool-safety {
    font-size: 14px;
  }
  .deadpool-buttons .deadpool-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

.rutube-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px; /* скругление */
  width: max-content;
  cursor: pointer;
}

.rutube-image {
  display: block;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* При наведении скрываем основную картинку (делаем прозрачной) */
.rutube-link:hover .rutube-image {
  opacity: 0;
}

/* При наведении показываем вторую картинку как фон */
.rutube-link:hover {
  background: url('https://cs.com.ru/img/rutubecs1.png') no-repeat center center;
  background-size: cover;
  border-radius: 15px;
}

/* Блик — всегда виден и анимирован */
.rutube-light {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: lightmove 2s linear infinite;
  opacity: 1; /* всегда виден */
  border-radius: 15px;
  transition: opacity 0.3s ease;
}

@keyframes lightmove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/*
  Theme Name: Geco - eSports Gaming HTML5 Template.
  Support: admin@gmail.com
  Description: Geco - eSports Gaming HTML5 Template.
  Version: 1.0
*/

.vk-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px; /* скругление */
  width: max-content;
  cursor: pointer;
}

.vk-image {
  display: block;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/* При наведении скрываем основную картинку (делаем прозрачной) */
.vk-link:hover .vk-image {
  opacity: 0;
}

/* При наведении показываем вторую картинку как фон */
.vk-link:hover {
  background: url('https://cs.com.ru/img/vkcs2.png') no-repeat center center;
  background-size: cover;
  border-radius: 15px;
}

/* Блик — всегда виден и анимирован */
.vk-light {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-20deg);
  animation: lightmove 2s linear infinite;
  opacity: 1; /* всегда виден */
  border-radius: 15px;
  transition: opacity 0.3s ease;
}

@keyframes lightmove {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/*-------------------------------------------------------*/
/* Sorting Menu
/*-------------------------------------------------------*/

.image-wrapper {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 120px;
}

.image-wrapper .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    border: 4px solid #2a303b;
    border-top: 4px solid #f4f6fb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 2;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.image-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.image-wrapper img.loaded {
    opacity: 1;
}

.glow-button {
  font-family: 'Exo 2', sans-serif; 

 font-size: 12px;
 text-transform: uppercase;
 color: #ffffff;
 font-weight: 700;
 line-height: 1;
 display: inline-block;
 padding: 14px 23px;
 position: relative;
 z-index: 1;
 margin-left: 7px;
 background: #ff3d00;
 border: none;
 border-radius: 66px;
 overflow: hidden;

 transition: 0.3s ease-in-out;
 text-decoration: none;
}

.glow-button:hover {
 box-shadow: 0 0 20px #ff5a00, 0 0 40px #ff5a00;
}

.glow-button .shine {
 content: '';
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
 transform: skewX(-20deg);
 animation: shine 2.5s infinite;
 pointer-events: none;
}

@keyframes shine {
 0% {
 left: -75%;
 }
 100% {
 left: 125%;
 }
}

.button-container {
 display: flex;
 justify-content: center;
 gap: 35px;
 
}

.download-button {
 position: relative;
 display: inline-block;
 width: 218px;
 height: 68px;
 border-radius: 15px;
 overflow: hidden;
}

.download-button img {
 width: 218px;
 height: 68px;
 display: block;
 border-radius: 15px;
}

.download-button .shine {
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(
 120deg,
 rgba(255, 255, 255, 0) 0%,
 rgba(255, 255, 255, 0.4) 50%,
 rgba(255, 255, 255, 0) 100%
 );
 transform: skewX(-20deg);
 animation: shine 2.5s infinite;
 pointer-events: none;
}

@keyframes shine {
 0% {
 left: -75%;
 }
 100% {
 left: 125%;
 }
}

.img {
transition: 0.3s;
    transform: scale(1);
 
}

.imag2 {
    transition: 0.3s;
    transform: scale(1);
}

.imag2:hover {
 transform: scale(1.05);
}

.glow-button {
 font-size: 12px;
 text-transform: uppercase;
 color: #ffffff;
 font-weight: 700;
 line-height: 1;
 display: inline-block;
 padding: 14px 23px;
 position: relative;
 z-index: 1;
 margin-left: 7px;
 background: #ff3d00;
 border: none;
 border-radius: 66px;
 overflow: hidden;

 transition: 0.3s ease-in-out;
 text-decoration: none;
}

.glow-button:hover {
 box-shadow: 0 0 20px #ff5a00, 0 0 40px #ff5a00;
}

.glow-button .shine {
 content: '';
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
 transform: skewX(-20deg);
 animation: shine 2.5s infinite;
 pointer-events: none;
}

@keyframes shine {
 0% {
 left: -75%;
 }
 100% {
 left: 125%;
 }
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #f4f6fb
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.sorting {
  padding: 10px 20px;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  margin-bottom: 5px;
  background: #10131a;
 list-style: none;
border: 1px solid #252b38;
  border-radius:8px;
}
.mk-3 {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 2.5;
padding-right: 10px;
  color:#f4f6fb;
}
.sortBlock23 {
  text-align:left;
  display: block;
}
.catSortLink.darr::after,
.catSortLink.uarr::after {
  margin-left: 3px;
  color: #f4f6fb!important;
}
.catSortLink.darr:hover:after,
.catSortLink.uarr:hover:after {
  color:#fff!important;
}
.catSortLink {
  color: #f4f6fb;
  font-weight: 700;
  background-color: #171c26;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius:5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.catSortLink:hover {
  color: #ffffff; /* белый текст */
  background-color: #e44c01; /* насыщенный оранжевый фон */
  border-color: transparent;
  box-shadow: 0 0 8px 2px #ff6600; /* оранжевая подсветка (тень) */
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

@media only screen and (max-width: 599px) {
.mk-3 {
  float: none;
}
.sortBlock23 {
  text-align:left;
}
.catSortLink {
  margin: 0 0 5px 2px;
}}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
.catSortLink {
  margin: 0 0 5px 2px;
}}

/*-------------------------------------------------------*/

/* Mне нравится  
  ------------------------------------------*/  
#rating_os {
    width: 36%;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background: #ff4900;
    margin-left: 124px;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(255, 140, 0, 0.6);
    cursor: pointer;
}

#rating_os:hover {
    background-color: #ff5c1a;
    transform: scale(1.03);
    box-shadow: 0 0 10px rgba(255, 140, 0, 0.9);
}

#rating_os a:link,  
#rating_os a:visited,  
#rating_os a:hover {
    text-decoration: none;
    color: #ffffff;
}

#rating_p {  
    float: right;  
    padding: 3px 5px 3px 5px;  
    background: #2a303b;
}

/* CSS Index
-----------------------------------

1. Theme default css
2. Header
3. Search modal
4. Breadcrumb
5. Slider
6. Brand
7. Product-area
8. About-us
9. Game Released
10. Game Manage
11. Featured-Games
12. Cta
13. Tournament
14. Just-gamers
15. Features
16. Fact
17. Shop
18. Upcoming-games
19. Game-overview
20. Blog
21. Pagination
22. Testimonial
23. Community
24. Contact
25. Newsletter
26. Footer
27. Preloader

/* Style Games
-------------------------------------------------------*/
.style-games {
	font-family: "Roboto Condensed", sans-serif; }
	.style-games h1, .style-games h2, .style-games h3, .style-games h4, .style-games h5, .style-games h6 {
		letter-spacing: normal;
		line-height: 1.2;
		font-family: "Roboto Condensed", sans-serif;
		font-weight: 700;
                color:#f4f6fb; }
	.style-games .btn,
	.style-games .nav__menu > li > a,
	.style-games .trending-now__label,
	.style-games .sidenav__menu-url,
	.style-games .entry__meta-category,
	.style-games .widget_tag_cloud a,
	.style-games .entry__tags a,
	.style-games .entry-date-label,
	.style-games label {
		font-family: "Roboto Condensed", sans-serif; }
	.style-games .entry__title {
		font-size: 18px; }
	.style-games .entry__meta-category {
		font-weight: 600;
		font-size: 12px;
                border-radius:5px; }
        .style-games .entry__meta-category a {
                color:#fff; }                                   
	.style-games .card {
                -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.35);
                box-shadow: 0 3px 2px rgba(0, 0, 0, 0.35); }
	.style-games .card__body {
		border: 0px solid #252b38; }
	.style-games .footer__widgets {
		padding: 56px 0; }
	.style-games .footer .widget-title {
		color: #2D95E3;
		font-size: 14px; }
	.style-games .footer__nav-menu + .copyright {
		margin-top: 24px; }

/* Style Rounded
-------------------------------------------------------*/
.style-rounded .trending-now,
.style-rounded .content-box,
.style-rounded .card,
.style-rounded .card__body,
.style-rounded input, .style-rounded select, .style-rounded textarea,
.style-rounded .social,
.style-rounded .entry__meta-category--label,
.style-rounded .owl-prev,
.style-rounded .owl-next,
.style-rounded .thumb__img-holder,
.style-rounded .entry__play-time,
.style-rounded .pagination__page,
.style-rounded #back-to-top,
.style-rounded .btn,
.style-rounded .sidebar .widget {
	border-radius: 5px; }

.style-rounded .widget-search-button,
.style-rounded .search-button,
.style-rounded .mc4wp-form-fields input[type=submit] {
	border-radius: 0 5px 5px 0; }

.style-rounded .mc4wp-form-fields input[type=email],
.style-rounded .mc4wp-form-fields input[type=text] {
	border-radius: 5px 0 0 5px; }

.style-rounded .nav__search-box {
	border-radius: 0 0 5px 5px; }

.mb-0 {
	margin-bottom: 0 !important; }

.mt-40 {
	margin-top: 40px; }

/* Entry Score
-------------------------------------------------------*/
.entry-score {
	border-radius: 50%;
	border: 2px solid #f4f6fb;
	width: 46px;
	height: 46px;
	line-height: 44px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	font-size: 15px; }

.entry__img-holder .entry-score {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2; }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px;
                border-radius:5px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }

/*-------------------------------------------------------*/

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #151924;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #f4f6fb;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #b8c0cc; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #f4f6fb;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #252b38;
	font-size: 12px;
	border-radius: 5px; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #252b38;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent;
                color:#f4f6fb; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }

/*-------------------------------------------------------*/

/* Content
/*-------------------------------------------------------*/
.title-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 32px; }
	.title-wrap--line {
		border-top: 3px solid #3a404d;
		padding-top: 32px; }
	.title-wrap--pr {
		padding-right: 62px; }

.section-title {
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0;
	font-size: 21px;
	display: inline-block;
	float: left;
	font-weight: 700;
        color:#f4f6fb; }
	.section-title--sm {
		font-size: 18px; }
	@media only screen and (max-width: 767px) {
		.section-title {
			float: none; } }

.all-posts-url {
	float: right;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: "Roboto Condensed", sans-serif;
	color: #b8c0cc;
	font-size: 14px;
	line-height: 28px; }

.content-box {
	background-color: #10131a;
	padding: 32px;
        border-radius:5px;
        -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.35);
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.35); }
	@media only screen and (min-width: 992px) {
		.content-box--top-offset {
			margin-top: 0; } }
	@media only screen and (max-width: 575px) {
		.content-box {
			padding: 24px; } }
	.content-box--pt-108 {
		padding-top: 108px; }
		@media only screen and (max-width: 575px) {
			.content-box--pt-108 {
				padding-top: 60px; } }

/* Tab Post
-------------------------------------------------------*/
.tab-post__tabs {
	float: right;
	line-height: 27px; }
	@media only screen and (max-width: 767px) {
		.tab-post__tabs {
			float: none;
			width: 100%;
			margin-top: 10px; } }
	.tab-post__tabs .tabs__item {
		margin-right: 26px; }
		.tab-post__tabs .tabs__item a {
			color: #b8c0cc; }
			.tab-post__tabs .tabs__item a:hover, .tab-post__tabs .tabs__item a:focus {
				color: #2D95E3; }
		.tab-post__tabs .tabs__item:last-child {
			margin-right: 0; }
	.tab-post__tabs .tabs__item--active a {
		color: #2D95E3; }
	.tab-post__tabs .tabs__item--active:before {
		display: none; }

.tab-post .tabs__content {
	padding: 0;
	border: 0; }

.tab-post .entry {
	margin-bottom: 20px; }

/* Card
-------------------------------------------------------*/
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 0%;
	        flex: 1 0 0%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #10131a;
	overflow: hidden; 
        border-radius: 5px; }
	.card-row > div {
		margin-bottom: 30px; }
	.card-row .card {
		height: 100%;
		margin-bottom: 0; }
	.card__img-holder {
		margin-right: 0 !important;
		margin-bottom: 0 !important; }
	.card__body {
		background-color: #10131a;
		padding: 24px 32px;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto; }
	.card--1 .entry__title {
		margin-bottom: 32px; }

/* Post List
-------------------------------------------------------*/
.post-list {
	position: relative;
	margin-bottom: 20px;
	min-height: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row; }
	.post-list:last-child {
		border-bottom: 0;
		padding-bottom: 0;
		margin-bottom: 30px;
                                    }
	.post-list__img-holder {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		margin-right: 0px;
		margin-bottom: 0; }
		@media only screen and (max-width: 991px) {
			.post-list__img-holder {
				width: 170px; } }
	.post-list__body {
		overflow: hidden;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%; }
	@media only screen and (max-width: 575px) {
		.post-list {
			display: block; }
			.post-list__img-holder, .post-list__body {
				width: 100%; }
			.post-list__img-holder {
				float: none;
				margin-right: 0;
				margin-bottom: 0px;
				min-height: 180px; } }

.post-list__img-holder_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 0px;
  margin-bottom: 0;
}

.post-list__body_1 {
  overflow: hidden;
  -webkit-box-flex: 0;
}

@media only screen and (max-width: 575px) {
.post-list_1 {
  display: flex;
}}

.post-list_1:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.post-list_1 {
  position: relative;
  margin-bottom: 20px;
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Post List Small
-------------------------------------------------------*/
.post-list-small__item {
	padding: 16px 0;
	position: relative; }
	.post-list-small__item:first-child {
		padding-top: 0; }
	.post-list-small__item:last-child {
		padding-bottom: 0;
		border-bottom: 0; }

.post-list-small__img-holder {
	width: 88px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px; }
	@media only screen and (max-width: 575px) {
		.post-list-small__img-holder {
			width: 50px; } }

.post-list-small__img--rounded {
	border-radius: 50%;
	overflow: hidden; }

.post-list-small__body {
	overflow: hidden; }

.post-list-small__entry-title {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
	margin-top: 5px; }
	.post-list-small__entry-title a {
		color: #f4f6fb; }
		.post-list-small__entry-title a:hover, .post-list-small__entry-title a:focus {
			color: #2D95E3; }

.post-list-small--border-top {
	border-top: 1px solid #252b38;
	padding-top: 16px;
	margin-top: -10px; }

.post-list-small--dividers li {
	border-bottom: 1px solid #252b38; }

.post-list-small--arrows {
	position: relative; }
	.post-list-small--arrows li {
		padding-left: 0px; }
		.post-list-small--arrows li:before {
			position: absolute;
			left: 0;
			top: 22px;
                        content: "\f105";
                        font-family: "FontAwesome";
                        font-size: 15px;
                        margin-right: 8px;
                        line-height: 1;
                        display:none; }
		.post-list-small--arrows li:first-child:before {
			top: 6px;
                        display:none; }

.post-list-small--1 .post-list-small__item {
	border-bottom: 1px solid #252b38; }
	.post-list-small--1 .post-list-small__item:last-child {
		border-bottom: 0; }

.post-list-small--1 .post-list-small__img-holder {
	border-radius: 0;
	width: 78px; }

.post-list-small--1 .post-list-small__entry-title {
	margin: 0; }

.post-list-small--2 .post-list-small__img-holder {
	border-radius: 0;
	width: 130px; }

.post-list-small--2 .post-list-small__entry-title {
	font-size: 16px; }

.post-list-small--3 {
	margin-bottom: 30px; }
	.post-list-small--3 .post-list-small__item {
		border-bottom: 0px solid #252b38;
		padding: 15px 0; }
		.post-list-small--3 .post-list-small__item:first-child {
			border-top: 0px solid #252b38; }
		.post-list-small--3 .post-list-small__item:last-child {
			padding-bottom: 24px; }
	.post-list-small--3 .post-list-small__img-holder {
		border-radius: 0;
		width: 84px; }
	.post-list-small--3 .post-list-small__entry-title {
		margin-top: 0;
		font-size: 16px;
		font-weight: 600;
		color: #b8c0cc; }

.bottom-gradient {
	position: absolute;
	width: 100%;
	height: 70%;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
	/* IE6-9 */ }

.entry1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
    border-radius: 5px;
}

.entry__img-holder .entry-score {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative; }

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1; }

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0; }

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none; }

.owl-carousel .owl-item img {
	display: block;
	width: 100%; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block; }

.owl-carousel.owl-hidden {
	opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab; }

.owl-carousel.owl-rtl {
	direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
	float: right; }

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
	z-index: 0; }

.owl-carousel .owl-animated-out {
	z-index: 1; }

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	        animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes fadeOut {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000; }

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	        transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none; }

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%; }

.owl-prev, .owl-next {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	border-radius: 50%;
	background-color: #151924;
	text-align: center;
	line-height: 48px;
	z-index: 10;
	width: 48px;
	height: 48px;
	font-size: 14px;
	color: #f4f6fb;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
	.owl-prev:hover, .owl-next:hover {
		color: #fff;
		background-color: #2D95E3;
		border-color: transparent; }

.owl-prev {
	left: 10px; }

.owl-next {
	right: 10px; }

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
	opacity: 1; }

.owl-carousel--dark-arrows .owl-prev, .owl-carousel--dark-arrows .owl-next {
	color: #b8c0cc; }

.owl-carousel--visible-arrows .owl-prev, .owl-carousel--visible-arrows .owl-next {
	opacity: 1; }

.owl-carousel--visible-arrows .owl-prev,
.owl-carousel--visible-arrows:hover .owl-prev {
	left: -60px; }

.owl-carousel--visible-arrows .owl-next,
.owl-carousel--visible-arrows:hover .owl-next {
	right: -60px; }

.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	margin-top: 30px; }

.owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline; }

.owl-dot span {
	width: 22px;
	height: 4px;
	margin: 3px;
	background: #f4f6fb;
	opacity: 0.4;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease; }

.owl-dot.active span,
.owl-dot:hover span {
	opacity: 1;
	background-color: #2D95E3; }

.owl-carousel--dots-inside .owl-dots {
	position: absolute;
	bottom: 20px;
	margin-top: 0;
	width: 100%; }

.owl-carousel--arrows-outside .owl-prev,
.owl-carousel--arrows-outside .owl-next {
	opacity: 1;
	top: -62px;
	margin-top: 0;
	padding: 0;
	width: 28px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	border: 1px solid #252b38;
	font-size: 12px;
	border-radius: 5px; }
	.owl-carousel--arrows-outside .owl-prev:hover,
	.owl-carousel--arrows-outside .owl-next:hover {
		border-color: transparent; }

.owl-carousel--arrows-outside .owl-prev {
	right: 32px;
	left: auto; }

.owl-carousel--arrows-outside .owl-next {
	right: 0; }

.owl-custom-nav {
	margin-top: 24px; }
	.owl-custom-nav__btn {
		text-transform: uppercase;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid #252b38;
		padding: 0 5px;
		line-height: 26px;
		background-color: transparent;
                color:#f4f6fb; }
		.owl-custom-nav__btn:hover {
			background-color: #2D95E3;
			color: #fff;
			border-color: transparent; }
		.owl-custom-nav__btn:focus {
			outline: none; }
		.owl-custom-nav__btn i {
			font-size: 8px;
			margin: 0 3px;
			position: relative;
			top: -1px; }

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* Post Thumbs
/*-------------------------------------------------------*/
.thumb-container {
	background-color: #151924;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0); }
        .thumb-img {
        border-radius:5px; }
	.thumb-container img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		min-height: 100%;
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden; }
	.footer--dark .thumb-container {
		background-color: #171821; }

.thumb-text-holder {
	position: absolute;
	bottom: 24px;
	width: 100%;
	z-index: 3;
	padding: 0 24px;
	text-align: center; }
	.thumb-text-holder .entry__meta li,
	.thumb-text-holder .entry__meta a,
	.thumb-text-holder .entry__meta a:hover,
	.thumb-text-holder .entry__meta a:focus {
		color: #fff !important; }
	.thumb-text-holder--1 {
		text-align: left; }
		.thumb-text-holder--1 .thumb-entry-title {
			font-size: 24px;
			margin-bottom: 5px; }
	.thumb-text-holder--2 {
		text-align: left; }
		.thumb-text-holder--2 .thumb-entry-title {
			font-size: 34px;
			margin-top: 14px;
			margin-bottom: 8px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--2 .thumb-entry-title {
					font-size: 20px; } }
		.thumb-text-holder--2 .entry__meta a {
			color: #fff !important; }
	.thumb-text-holder--3 {
		text-align: left; }
		.thumb-text-holder--3 .thumb-entry-title {
			font-size: 28px;
			margin-top: 16px; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--3 .thumb-entry-title {
					font-size: 20px; } }
	.thumb-text-holder--4 {
		text-align: left; }
		.thumb-text-holder--4 .thumb-entry-title {
			font-size: 16px; }
	.thumb-text-holder--5 {
		text-align: center;
		top: 50%;
		left: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%); }
		.thumb-text-holder--5 .thumb-entry-title {
			font-size: 40px;
			max-width: 770px;
			margin: 8px auto; }
			@media only screen and (max-width: 767px) {
				.thumb-text-holder--5 .thumb-entry-title {
					font-size: 20px; } }

.thumb {
	margin-bottom: 48px; }
	.thumb--mb-20 {
		margin-bottom: 20px; }
	.thumb--size-1 {
		height: 197px; }
	.thumb--size-2 {
		height: 298px;
                border-radius:5px; }
	.thumb--size-3 {
		height: 460px; }
	.thumb--size-4 {
		height: 395px; }
	.thumb--size-5 {
		height: 521px; }
	.thumb--size-6 {
		height: 609px; }
		@media only screen and (max-width: 991px) {
			.thumb--size-6 {
				height: 440px; } }
	@media only screen and (max-width: 767px) {
		.thumb--size-3, .thumb--size-4, .thumb--size-5, .thumb--size-6 {
			height: 300px; } }
	.thumb__img-holder {
		height: 100%;
		margin-bottom: 0; }

.thumb-url {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2; }

.thumb-entry-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0; }
	.thumb-entry-title:hover a,
	.thumb-entry-title a:focus {
		color: #fff; }

.thumb-50 {
	padding-bottom: 50%; }

.thumb-60 {
	padding-bottom: 60%; }

.thumb-65 {
	padding-bottom: 65%; }

.thumb-70 {
	padding-bottom: 70%; }

.thumb-75 {
	padding-bottom: 75%; }

.thumb-80 {
	padding-bottom: 80%; }

.thumb-100 {
	padding-bottom: 100%; }

/*-------------------------------------------------------*/

.aztemilag_kitpriotas img {width: 100%;margin 0px;height: 230px;border-radius: 2px;}
#allEntries div[id*="entryID"]{margin:0 2% 20px 0;width:49%;float:left;}
#allEntries div[id*="entryID"]:nth-child(2n){margin:0 0 20px 0;}
#allEntries div[id*="entryID"] {margin-bottom:20px;}
@media only screen and (max-width: 940px) {
#allEntries div[id*="entryID"]{width:48%;margin: 0 4% 20px 0;}
#allEntries div[id*="entryID"]:nth-child(2n){margin: 0 0 20px 0 !important;}  
#allEntries div[id*="entryID"]:nth-child(2n){margin: 0 4% 20px 0;}
}
@media screen and (max-width: 640px) {
#allEntries div[id*="entryID"]{width:auto !important;margin: 0 0 20px 0 !important;float:none !important;}
}
.salgezuntab_zornet_rubis {padding: 7px;margin: 5px;background-color: #0a151b;border-radius: 2px;border: 1px solid #2f3031;}
.odisanueb_material {background: #151924;padding: 0 10px;font-size: 11px;height: 34px;line-height: 35px;margin-top: 5px;border-radius: 2px;}
.odisanueb_material span {margin-right: 5px;color: #f4f6fb;}
.odisanueb_material span a {color: #f4f6fb;}
.date {font-size: 15px;float: left;}
.comment {font-size: 15px;float: right;}
.date,.prosm, .comment {padding-left: 5px !important;}
.tesaxu_midsan-eMessagess {height: 150px; overflow: hidden;}
.tesaxu_midsan {padding: 9px 0;}
.tesaxu_midsan a {text-transform: uppercase;font-size: 15px;color: #b4e3ff;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;border-bottom: 1px solid #504d4d;margin: 0 0 -5px;padding: 0px 5px 5px;}
.tesaxu_midsan a:hover {color: #4dec89;text-decoration: underline;}
.eMessagess {text-align: justify;height: 87px;overflow: hidden;line-height: 135%;color: #fff;font-size: 14px;padding: 0 5px;}
.catmen a {background: rgba(61, 179, 74, 0.69);color: #f1ebeb;display: block;font-size: 13px;height: 35px;line-height: 5px;margin: -51px 0 0 0px;padding: 15px;position: absolute;width: auto;border-radius: 0px 3px 0px 0px;}
.catmen a:hover {text-decoration:none; background: #219227;}

.tip {position: absolute !important;top: 15px;left: -7px;height: 13px;width: 9px;background: url("/social-comments/arrow.png") no-repeat top left;position: relative; }         
 .comment_error div.commError span.myWinError{margin: 0px 5px 5px 5px;display: block;}         
 .buttonsend:hover{opacity:0.8}         
 .buttonsend {margin:8px 15px;cursor:pointer;padding: 3px 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px;font-weight: bold;text-decoration: none;color: #fff !important;border: none;background: #ea4c89 url(/social-comments/glass.png) repeat-x 0 0;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}         
 .comment_os1 {position: absolute !important;top: 10px;right: 9px;height: 20px;width: 20px;background: url("/social-comments/answer.png") no-repeat 0 0;position: relative;cursor:pointer;}         
 .comment_os2 {position: absolute !important;top: 30px;right: 7px;height: 15px;width: 22px;background: url("/social-comments/answer.png") no-repeat 0 -20px;position: relative;cursor:pointer; }         
 .comment_inner{/*background: #10131a;*/ width:100%; overflow: hidden; min-height:50px;padding: 0px;}         
 .comment_inner2{margin: 0px 12px; padding: 8px 0px;border-bottom: 1px solid #252b38}         
 .comment_avatar{float: left; width: 50px; margin-right: 7px;}         
 .comment_avatar img{width: 50px; height: 50px; margin: 3px 10px 0 0;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}         
 .comment_body{padding:0px; margin-left: 50px;}         
 .comment_title{padding: 5px 8px 0px 8px; font: bold 14px/16px "Tahoma"; color:#f4f6fb;}         
 .comment_message{padding: 8px 8px;color:#b8c0cc; font-size: 13px;}         
 .comment_username{color: #c4cad6; padding-right:6x;}         
 .comment_username a{color: #c4cad6; text-decoration:none;}         
 .comment_username a:hover{color: #f4f6fb;}         
 .comment_date{color: #b8c0cc; font: normal 11px/13px "Tahoma";}         
 .comment_addition{padding: 0px 10px; font: bold 11px/13px "Arial","Tahoma";text-align: right;}         
 .comment_moder{float:right;}         
 .comment_moder a{text-decoration:none; color: #f4f6fb;}         
 .cm_edit:hover,.cm_delete:hover { opacity:0.8;}         
 .cm_edit {height: 15px;width: 15px;display: inline-block;background-repeat: no-repeat;background-position: 0 1px;background-image: url(/social-comments/edit.png);opacity:0.3;}         
 .cm_delete {height: 15px;width: 15px;display: inline-block;background-repeat: no-repeat;background-position: -20px 0px;background-image: url(/social-comments/edit.png); opacity:0.3;}         
 .comment_like a{text-decoration:none;color: #ea4c88;padding-left: 14px;background-repeat: no-repeat;background-position: 0 -33px;background-image: url(/social-comments/icon-heard.png);}         
 .comment_answer a{text-decoration:none;color: #f4f6fb;padding-left: 15px;background-repeat: no-repeat;background-position: 0 1px; background-image: url(/social-comments/comment.png);}         
 .comment_like a:hover,.comment_answer a:hover{opacity:0.7}

.showMoreBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 40px); /* было 100% */
  margin: 20px 20px;         /* было 7px auto */
  padding: 13px 20px;
  background: linear-gradient(135deg, #ff3d00, #e44c01);
  border: 1px solid rgba(255,102,0,.3);
  border-radius: 14px;
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
  box-shadow: 0 4px 16px rgba(228,76,1,.25);
  text-decoration: none;
}

/* блик */
.showMoreBtn::before {
  content: '';
  position: absolute;
  top: 0; left: -75%;
  width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.18), transparent);
  transform: skewX(-20deg);
  animation: smb-shine 2.8s linear infinite;
  pointer-events: none;
}

@keyframes smb-shine {
  0%   { left: -75%; }
  100% { left: 125%; }
}

.showMoreBtn:hover {
  background: linear-gradient(135deg, #ff5500, #ff6b1a);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(228,76,1,.4);
  color: #ffffff;
  border-color: rgba(255,102,0,.5);
}

.showMoreBtn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(228,76,1,.3);
}


.up-big-box {
    /* margin: 5px; */
    /* flex: 1 1 auto; */
    /* margin-right: 25px; */
    margin-top: 10px;
    margin-left: 20px;
}
.up-big-text h1 {font-size: 25px;font-weight: 100;text-transform: uppercase;color: #f4f6fb;height: 24px;line-height: 24px;padding: 10px;padding-bottom:35px;} 
.main-d {
margin: 15px 23px 15px 10px;
}
.main-d span a {color: #fff;} 
.main-d span a:hover {text-decoration: none;}
.up-big-text {width: 869px;}
.up-big-text p {padding: 5px;color: #c9d1dd;font-size: 13px;line-height: 23px;}
.top-main-screen {width: 100%!important;height: 100%!important;} 
.up-big-img {max-width: 390px;}
.up-big-img a img {
width: 127px;
height: 90px;
display: inline-block;
border-radius: 15px;
  margin-top:5px;
}
}.up-big-info span {display: inline-block;color: #cbcbcb;font-size: 14px;}
.up-big-info span a {color: #cbcbcb;} .up-big-info span a:hover {text-decoration:none;}
.top-download {margin: 20px 0 15px 0;}
ol.facts {list-style: none;counter-reset: my-awesome-counter;font-size: 16px;line-height: 40px;}
.facts li {counter-increment: my-awesome-counter;margin: 0.25rem;}
.facts li::before {content: counter(my-awesome-counter);background: #ff0000;width: 2rem;height: 2rem;border-radius: 50%;display: inline-block;line-height: 2rem;color: white;text-align: center;margin-right: 0.5rem;}
i.m-icon {vertical-align: sub;display:inline-block;width:16px;height:16px;}
i.icon__steam {background-image: url(https://cs16-go.ru/img/other_icons/main_d_6.webp);}
i.icon__size {background-image: url(https://cs16-go.ru/img/other_icons/file_size.webp);}
i.icon__exe {background-image: url(https://cs16-go.ru/img/other_icons/file-exe.webp);}
i.icon__ok {background-image: url(https://cs16-go.ru/img/other_icons/main_d_1.webp);}
@media only screen and (max-width: 1280px){
.up-big-text {width: 670px;}
.main-d span {font-size: 13px;} 
.top-main-screen {width: 482px!important;}
.up-big-img a img {width: 152px;}
img.top-spoiler {width: 80%;}
}
@media only screen and (max-width: 1024px){
.up-big-text h1 {font-size: 22px;}
.up-big-text {width: 590px;}
.up-big-img {width:100%}
.main-d span {font-size: 14px;} 
.top-main-screen {width: 355px!important;height: 200px!important;}
.up-big-img a img {width: 109px;height: 80px;}
img.top-spoiler {width: 100%;}
a.torrent {font-size: 17px!important;}
}
@media only screen and (max-width: 640px){
.up-big-text {width: 100%;}
.up-big-block {display: block;margin: 0;}
.up-big-img a img {display:block;}
}

.main-d span {
display: inline-block;
background-image: linear-gradient(to left, #ff2c00, #ff4b4b);
padding: 5px 20px 7px;
margin-top: 5px;
margin-right: 3px;
margin-bottom: 3px;
color: #fff;
font-size: 14px;
  border-radius: 15px;
     
}

.main-d span:hover {
display: inline-block;
background-image: linear-gradient(to left, #ff5400, #ff5400);
padding: 5px 20px 7px;
margin-top: 5px;
margin-right: 3px;
margin-bottom: 3px;
color: #fff;
font-size: 14px;
border-radius: 15px;
    box-shadow: 0 0 20px #ff5a00, 0 0 7px #ff5a00;
  
}

/* ───────────────────────────────────────
   CSACC — accordion block, all games
   Unique prefix: csacc-
   No :root variables — colors inline
──────────────────────────────────────── */
 
.csacc-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Manrope', sans-serif;
  box-sizing: border-box;
}
.csacc-wrap * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
/* DETAILS */
.csacc-details {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #2a303b;
  background: #10131a;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.csacc-details[open] {
  border-color: #ff8a3d;
  box-shadow: 0 4px 20px rgba(255,102,0,.16);
}
 
/* SUMMARY */
.csacc-summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  cursor: pointer;
  user-select: none;
  background: #151924;
  border-radius: 15px;
  position: relative;
  transition: background .18s ease;
}
.csacc-summary::-webkit-details-marker { display: none; }
.csacc-details[open] .csacc-summary {
  background: #1a1518;
  border-radius: 15px 15px 0 0;
}
.csacc-summary:hover { background: #1b202c; }
.csacc-details[open] .csacc-summary:hover { background: #21181a; }
 
/* ICON BOX */
.csacc-icon-box {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #21181a;
  border: 1px solid #3a2a24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e44c01;
  transition: background .18s, border-color .18s, color .18s;
}
.csacc-icon-box svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.csacc-details[open] .csacc-icon-box {
  background: #e44c01;
  border-color: #e44c01;
  color: #ffffff;
}
 
/* TITLE */
.csacc-title-text {
  flex: 1;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #f4f6fb;
  letter-spacing: .2px;
}
.csacc-details[open] .csacc-title-text { color: #ff7a2f; }
 
/* CHEVRON */
.csacc-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #8d96a6;
  transition: transform .22s ease, color .18s;
}
.csacc-details[open] .csacc-chevron {
  transform: rotate(180deg);
  color: #e44c01;
}
 
/* BODY */
.csacc-body {
  padding: 0 20px 20px;
  background: #10131a;
  border-top: 1px solid #252b38;
  animation: csacc-fadein .18s ease;
}
@keyframes csacc-fadein {
  from { opacity: 0; transform: translateY(-5px); }
  to   { opacity: 1; transform: translateY(0); }
}
 
/* SECTION TITLE */
.csacc-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #e44c01;
}
.csacc-section-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e44c01;
  flex-shrink: 0;
}
 
/* DIVIDER */
.csacc-divider {
  height: 1px;
  background: #252b38;
  margin: 8px 0 2px;
}
 
/* ROWS GRID */
.csacc-rows {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
 
/* SINGLE ROW */
.csacc-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 12px;
  background: #151924;
  border-radius: 10px;
  border: 1px solid #252b38;
  transition: border-color .15s, background .15s;
}
.csacc-row:hover {
  background: #21181a;
  border-color: #3a2a24;
}
.csacc-row-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #e44c01;
  margin-top: 2px;
}
.csacc-row-label {
  font-size: 11px;
  font-weight: 700;
  color: #e44c01;
  text-transform: uppercase;
  letter-spacing: .4px;
  white-space: nowrap;
  min-width: 140px;
}
.csacc-row-val {
  font-size: 13px;
  font-weight: 500;
  color: #c9d1dd;
  line-height: 1.45;
}
 
/* STEPS */
.csacc-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.csacc-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 14px;
  background: #151924;
  border-radius: 12px;
  border: 1px solid #252b38;
  transition: border-color .15s, background .15s;
}
.csacc-step:hover {
  background: #21181a;
  border-color: #3a2a24;
}
.csacc-step-num {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 7px;
  background: #e44c01;
  color: #ffffff;
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.csacc-step-text {
  font-size: 13px;
  color: #c9d1dd;
  line-height: 1.6;
}
.csacc-step-text b {
  font-weight: 700;
  color: #f4f6fb;
}
.csacc-step-text code {
  display: inline-block;
  background: #151924;
  border: 1px solid #2a303b;
  border-radius: 6px;
  padding: 1px 7px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  color: #ff7a2f;
  font-weight: 700;
}
 
/* RESPONSIVE */
@media (max-width: 600px) {
  .csacc-summary { padding: 12px 12px; gap: 9px; }
  .csacc-title-text { font-size: 13px; }
  .csacc-row { flex-direction: column; gap: 3px; }
  .csacc-row-label { min-width: unset; }
  .csacc-body { padding: 0 12px 14px; }
}

/* ── NO-VIRUS CARD ── */
.csvir-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
margin-top:10px;
  background: #10131a;
  border: 1px solid #2a303b;
  border-radius: 16px;
  border-left: 4px solid #e44c01;
  box-shadow: 0 2px 12px rgba(0,0,0,.35);
  margin-bottom: 12px;
  transition: box-shadow .2s ease, border-color .2s ease;
}
.csvir-card:hover {
  box-shadow: 0 6px 24px rgba(228,76,1,.14);
  border-color: #ff8a3d;
}
 
/* icon circle */
.csvir-icon-wrap {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 14px;
  background: #21181a;
  border: 1px solid #3a2a24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e44c01;
  transition: background .2s, border-color .2s;
}
.csvir-card:hover .csvir-icon-wrap {
  background: #e44c01;
  border-color: #e44c01;
  color: #ffffff;
}
.csvir-icon-wrap svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
 
/* text block */
.csvir-text {
  flex: 1;
  min-width: 0;
}
.csvir-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #ff7a2f;
  letter-spacing: .2px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.csvir-title-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e44c01;
  animation: csvir-blink 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes csvir-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .2; }
}
.csvir-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #b8c0cc;
  line-height: 1.6;
}
.csvir-desc b {
  color: #f4f6fb;
  font-weight: 700;
}
 
/* ── SHARE CARD ── */
.csshare-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  background: #151924;
  border: 1px solid #2a303b;
  border-radius: 16px;
  transition: box-shadow .2s ease;
}
.csshare-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.40);
}
 
.csshare-icon-wrap {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #21181a;
  border: 1px solid #3a2a24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e44c01;
}
.csshare-icon-wrap svg {
  width: 22px;
  height: 22px;
}
 
.csshare-body {
  flex: 1;
  min-width: 0;
}
.csshare-label {
  font-family: 'Exo 2', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #f4f6fb;
  letter-spacing: .3px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.csshare-social {
  /* $USOCIAL_SHARE$ выводится сюда */
}
 
/* ── RESPONSIVE ── */
@media (max-width: 560px) {
  .csvir-card  { flex-direction: column; align-items: flex-start; gap: 12px; padding: 16px; }
  .csshare-card { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px; }
}

details summary::-webkit-details-marker {
    display: none;
}

details > summary {
    list-style: none;
}

details summary::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    background: url(/img/dropdown-up.webp) no-repeat center / 1em;
    height: 100%;
    width: 16px;
    transition: all 0.1s linear;
}

details[open] summary::before {
    transform: rotate(180deg);
}

details[open] > .toggle-text {
    border-radius: 15px 15px 0 0;
}

details {
    width: 100%;
    margin-bottom: 10px;
}

summary {
    position: relative;
}

.toggle-text {
    transition: all 0.2s linear;
    background: #151924;
    color: #f4f6fb;
    font-size: 15px;
    border-left: 3px solid #ff8d00;
    cursor: pointer;
    padding: 12px;
    border-radius: 15px;
}

.toggle-text:hover {
    background-color: #1b202c;
    transition: all 0.3s linear;
    color: #f4f6fb;
}

.toggle-content {
    background: #10131a;
    color: #c9d1dd;
    padding: 25px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 0 0 15px 15px;
}

.up-big-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: #10131a;
    border-radius: 15px;
    margin: 0 20px 0px 20px;
    box-sizing: border-box;
}

/* адаптация под мобильные устройства */
@media (max-width: 768px) {
    .up-big-block {
        flex-direction: column;
        margin: 0 10px 10px 10px;
    }

    .toggle-text {
        font-size: 14px;
        padding: 10px;
    }

    .toggle-content {
        padding: 15px;
    }
}

::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-bg);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 50px;
  background-color: #e44c01;
box-shadow: 0 0 20px #ff5a00, 0 0 7px #ff5a00;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #c34c11;
box-shadow: 0 0 20px #ff5a00, 0 0 7px #ff5a00;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 6px;
 // cursor: url(/templates/standart_dark/img/NeonCursor04-Blue.cur), auto;
  pointer-events: auto;
}

.visible-scrollbar,
.invisible-scrollbar,
.mostly-customized-scrollbar {
display: block;
width: 365px;
overflow-y: scroll;
height: 450px;
}
.invisible-scrollbar::-webkit-scrollbar {
display: none;
}

.visible-scrollbar1,
.invisible-scrollbar,
.mostly-customized-scrollbar {
display: block;
width: 100%;
overflow-y: scroll;
min-height: 200px;

max-height: 400px;
}
.invisible-scrollbar::-webkit-scrollbar {
display: none;
}
/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.mostly-customized-scrollbar::-webkit-scrollbar {
width: 5px;
height: 8px;
background-color: #252b38; /* or add it to the track */
}
/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background: #e44c01;
  
}

.buttons_download {display: flex;flex-wrap: wrap;justify-content: space-evenly; margin-top:15px;}
.button_download {width: 218px; height: 58px; border-radius: 5px; cursor:pointer; position:relative; box-shadow: 0 0 8px 3px rgba(0,0,0, 0.35); margin-bottom:15px;}
.button_download img {transition: .5s; margin-left:15px;}
.button_download:hover img {transform: scale(1.1) rotate(360deg);}
.button_download:hover {box-shadow: 0 0 10px 4px rgba(0,0,0, 0.45);}
.button_download p {color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45); font-size: 15px; line-height: 18px; text-transform:none; margin: 0; padding:0; font-style: normal; position:absolute; left:37%; padding-top:12px;}
.button_download span {text-transform:uppercase; font-weight:bold; font-size:18px; padding-left:10px;display:block;}
.direct_link {font-size: 14px; background:-webkit-gradient(linear, left top, right top, color-stop(27%, #212529), color-stop(27%, #2c9bf0)); background: linear-gradient(to right, #212529 27%, #2c9bf0 27%);}
.direct_link img {margin-left:-90px; margin-top:14px;}
.torrent_link {background:-webkit-gradient(linear, left top, right top, color-stop(27%, #212529), color-stop(27%, #31c439)); background: linear-gradient(to right, #212529 27%, #31c439 27%);}
.torrent_link img {margin-left:-97px; margin-top:14px;}
.yandex_link {background:-webkit-gradient(linear, left top, right top, color-stop(27%, #151924 ), color-stop(27%, #151924 )); background: linear-gradient(to right, #151924  27%, #ffab22 27%);}
.yandex_link img {margin-left:-97px; margin-top:19px;}
.google_link {background:-webkit-gradient(linear, left top, right top, color-stop(27%, #212529), color-stop(27%, #985eee)); background: linear-gradient(to right, #212529 27%, #985eee 27%);}
.google_link img {margin-left:-97px; margin-top:14px;}

/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 body {
	font-family: 'Alumni', sans-serif;
	  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
	
	color: #c9d1dd;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;

}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	
	color: #f4f6fb;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 20px;
	font-weight: 700;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
color: #fff;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 13px;
}
ul {
	margin: 0px;
	

}
li {
	

list-style-type: none;


}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #cbcbcb;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #252b38;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #b8c0cc;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #9aa4b2;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #9aa4b2;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #252b38
}
/* button style */
.btn {
	-moz-user-select: none;
	border: none;
	border-radius: 5px;
	color: #fff; /* белый текст */
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background-color: #e4a101; /* оранжевый фон */
	z-index: 1;
}

/* Постоянный блик */
.btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.6) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	animation: shine 2s linear infinite; /* бесконечный цикл */
}

/* Подсветка при наведении */
.btn:hover {
	box-shadow: 0 0 20px #e4a101;
}

/* Иконка внутри */
.btn i {
	margin-right: 5px;
}

@keyframes shine {
	0% { left: -75%; }
	100% { left: 125%; }
}

/* scrollUp */
#scrollUp {
	background: #E4A101;
	height: 40px;
	width: 40px;
	right: 50px;
	bottom: 50px;
	color: #f4f6fb;
	text-align: center;
	border-radius: 0;
	font-size: 22px;
	line-height: 38px;
border-radius: 15px;
}
#scrollUp:hover {
	background: #444;
	color: #fff;
}

/* 2. Header */
.header-top-area {
	background: #1c1121;
}
.container-full-padding {
	padding: 0 260px;
}
.s-container-full-padding {
	padding: 0 230px;
}
.header-top-offer {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.header-top-offer p,
.time-count {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 600;
	color: #a5a5a5;
}
.header-top-offer .time-count {
	display: none;
}
.header-top-offer .time-count:first-child {
	display: block;
}
.header-top-offer .time-count > span {
	display: inline-block;
	padding: 16px 25px;
	font-weight: 900;
	font-size: 18px;
	color: #f4f6fb;
	position: relative;
	z-index: 1;
}
.header-top-offer .time-count > span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/offer_count_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
.header-top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header-social ul {
	display: flex;
	flex-wrap: wrap;
}
.header-social ul li {
	margin-left: 15px;
	display: inline-block;
}
.header-social ul li:first-child {
	margin-left: 0;
}
.header-social ul li a {
	color: #b4b0b5;
	font-size: 13px;
}
.header-social ul li a:hover,
.header-top-mail p span,
.header-top-mail p i,
.header-action ul li.header-search a,
ul.minicart .cart-content a:hover,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu > li:hover > a,
.minicart .del-icon > a,
#search-modal .modal-dialog .modal-content form button,
.slider-content h6,
.slider-content h2 span,
.section-title h2 span,
.latest-games-content h4 a:hover,
.latest-games-content h4 span,
.latest-games-content p span,
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover,
.match-team-name a:hover,
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover,
.coming-match-time .time-count span,
.tournament-menu button.active,
.tournament-schedule-meta h5 span,
.tournament-schedule-meta a,
.product-content h4 a:hover,
.blog-post-content h5 a:hover,
.product-price h5,
.product-cart-action a,
.blog-meta ul li i,
.testi-avatar-info span,
.features-item .features-list-content .product-tag a,
.features-list-content h6 a:hover,
.newsletter-form-grp i,
.newsletter-form button:hover,
.fw-link ul li a:hover,
.copyright-text p a {
	color: #e43701;
}
.header-top-action ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.header-top-mail p {
	margin-bottom: 0;
	font-size: 12px;
	color: #bcbcbc;
}
.header-top-mail p a {
	color: #bcbcbc;
}
.header-top-action {
	margin-left: 20px;
}
.header-top-action ul li:last-child {
	margin-left: 15px;
	overflow: hidden;
}
.header-top-mail p span {
	display: inline-block;
	margin-right: 15px;
}
.header-top-mail p i {
	margin-right: 10px;
}
.header-user-login > a {
	display: block;
	background: #181719;
	color: #edeaea;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 0 0 2px 2px;
	height: 35px;
	line-height: 35px;
	padding: 0 18px 0 0;
	border-top: 1px solid #e4a101;
}
.header-user-login > a i {
	display: inline-block;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 15px;
	color: #f4f6fb;
}
.main-header {
	background-image: url(../images/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.main-menu nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
border-radius: 10px;
}
.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: auto;
border-radius: 10px;
}
.navbar-wrap ul li {
	position: relative;
border-radius: 10px;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #edeaea;
	padding: 43px 26px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	
border-radius: 10px;
}
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	opacity: 0;
border-radius: 10px;
}
.navbar-wrap ul li.show a::after,
.navbar-wrap ul li.active a::after,
.navbar-wrap ul li:hover > a::after {
	content: "";
	position: absolute;
	height: 3px;
	background: #e4a101;
border-radius: 10px;
	right: 40px;
	left: 0;
	bottom: 0;
border-radius: 10px;
}
.navbar-wrap ul li:hover > a {
	color: #f4f6fb;
border-radius: 10px;
}
.navbar-wrap ul li.show,
.navbar-wrap ul li.show a::before,
.navbar-wrap ul li:hover > a::before {
	opacity: 1;
border-radius: 10px;
}
.navbar-wrap ul li.show > a {
	color: #f4f6fb;
border-radius: 10px;
}
.navbar-wrap ul li.active > a::before {
	opacity: 1;
border-radius: 10px;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 20px;

}
.header-action > ul li {
	position: relative;
	margin-left: 40px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: #edeaea;
	font-size: 14px;
}
.header-shop-cart a span {
	position: absolute;
	right: -13px;
	top: -2px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	color: #f4f6fb;
}
.header-action ul li.header-search a {
	width: 56px;
	height: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	background: #111111;
	border-radius: 5px;
	font-size: 13px;
	box-shadow: 0px 3px 7px 0px rgba(128, 18, 40, 0.2),inset 0px 3px 7px 0px rgba(56, 17, 33, 0.4);
}
.header-shop-cart ul.minicart {
	background: #1c1121;
	opacity: 0;
	padding: 25px;
	position: absolute;
	right: -15px;
	top: 63px;
	transition: all 2.5s ease 0s;
	width: 350px;
	z-index: 9;
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.35);
	visibility: hidden;
	transform: translateY(20px);
border-radius: 15px;
}
.header-shop-cart ul.minicart::before {
	position: absolute;
	content: '';
	left: 0px;
	top: -40px;
	width: 100%;
	height: 45px;
	display: block;
}
.header-shop-cart:hover ul.minicart {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	z-index: 9;
}
.header-shop-cart .minicart > li {
	display: block;
	margin-bottom: 22px;
	margin-left: 0;
	overflow: hidden;
	padding: 0;
}
.header-shop-cart .minicart .cart-img {
	float: left;
}
ul.minicart .cart-img img {
	width: 100px;
}
.header-shop-cart .minicart .cart-content {
	float: left;
	padding-left: 15px;
	text-align: left;
	padding-right: 25px;
}
.cart-content h4 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
ul.minicart .cart-content a {
	font-size: 14px;
	background: none;
	font-weight: 600;
}
ul.minicart .cart-price span {
	color: #b8c0cc;
	font-size: 13px;
	font-weight: 500;
}
ul.minicart .cart-price .new {
	font-size: 14px;
	color: #a5a5a5;
}
.header-shop-cart .minicart .del-icon {
	float: right;
	margin-top: 30px;
}
.minicart .del-icon > a {
	font-size: 18px;
}
.total-price {
	border-top: 1px solid #473151;
	overflow: hidden;
	padding-top: 25px;
	margin-top: 10px;
}
.total-price span {
	color: #a5a5a5;
	font-weight: 500;
}
.header-shop-cart .minicart > li:last-child {
	margin-bottom: 0;
}
.header-shop-cart .minicart .checkout-link a {
	color: #f4f6fb;
	display: block;
	font-weight: 500;
	padding: 16px 30px;
	text-align: center;
	font-size: 13px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header-shop-cart .minicart .checkout-link a.red-color {
	background: #291b35;
	color: #fff;
}
.menu-style-two .navbar-wrap ul li.show a::after,
.menu-style-two .navbar-wrap ul li:hover > a::after {
	display: none;
}
.menu-style-two {
	padding: 11px 30px;
	border-radius: 0 0 14px 14px;
	background-image: url(../images/bg/header_bg.jpg);
	background-position: right center;
	background-size: cover;
	position: relative;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: auto;
	z-index: 9;
}
.s-header-top-area .header-top-offer .time-count > span {
	padding: 9px 25px;
}
.menu-style-two .navbar-wrap ul li a {
	padding: 15px 23px;
margin: 5px;
}
.menu-style-two .navbar-wrap ul li.show a::before,
.menu-style-two .navbar-wrap ul li a::before {
	transform: skewX(-16deg);
	transition: .3s linear;
}
.s-header-top-area {
	background: #131014;
}
.navbar-wrap ul li > .submenu {
	position: absolute;
	z-index: 9;
	background-color: #10131a;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.35);
	box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.35);
	display: block;
	left: -9px;
	opacity: 0;
	padding: 18px 0;
	right: 0;
	top: 100%;
	visibility: hidden;
	min-width: 230px;
	border: 1px solid #3a2746;
	background: #1c1421;
	box-shadow: 0px 30px 70px 0px rgba(0,0,0,0.35);
	margin: 0;
	border-radius: 2px;
	transform: scale(1 , 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li > .submenu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li > .submenu li a {
	padding: 0 10px 0 25px;
	line-height: 40px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li:hover > .submenu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
border-radius: 15px;
}
.navbar-wrap ul li > .submenu li a::before,
.navbar-wrap ul li > .submenu li a::after {
	display: none;
}
.sticky-menu {
    left: 0;
    margin: auto;
    
    top: 0;
    width: 100%;
    z-index: 99;
    background-image: url(../images/bg/header_bg.jpg);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.35);
    border-radius: 0;
    padding: 0;
}

/* 3. Search modal */
#search-modal {
	background-color: rgba(23,26,33,.95);
}
#search-modal .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	border: none;
	outline: 0;
	margin: 0;
}
#search-modal .modal-dialog .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#search-modal .modal-dialog .modal-content form {
	width: 555px;
	position: relative;
}
#search-modal .modal-dialog .modal-content form input {
	width: 100%;
	font-size: 36px;
	border: none;
	border-bottom: 3px solid rgba(255,255,255,.1);
	background: 0 0;
	color: #fff;
	padding-bottom: 12px;
	padding-right: 40px;
}
#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form input::placeholder {
	font-size: 35px;
}
#search-modal .modal-dialog .modal-content form button {
	position: absolute;
	right: 0;
	margin-bottom: 3px;
	font-size: 30px;
	background: 0 0;
	border: none;
	cursor: pointer;
	top: 11px;
}
.modal-backdrop {
	z-index: 1;
}
.modal-open .header-top {
	z-index: 2;
}
.btn,
.header-user-login > a i,
.navbar-wrap ul li a::before,
.header-shop-cart a span,
.header-shop-cart .minicart .checkout-link a,
.lg-tag a::before,
.product-content .product-tag a::before,
.tournament-menu button::before,
.tournament-schedule-meta a:hover,
.product-cart-action a:hover,
.newsletter-form button,
.footer-newsletter button,
.transparent-btn:hover,
.fw-title h5::before,
.features-item .product-tag a::before,
.shop-area.black-bg .product-cart-action a:hover,
.latest-match-box .tournament-schedule-meta a:hover,
.features-item .features-list-content .product-tag a:hover::before {
	background: #e43701;
  color: #fff;
}

/* 4. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../images/bg/breadcrumb_bg.jpg);
	padding-top: 275px;
	padding-bottom: 170px;
	background-position: center;
	background-size: cover;
}
.s-breadcrumb-bg {
	background-image: url(../images/bg/breadcrumb_bg02.jpg);
}
.third-breadcrumb-bg {
	background-image: url(../images/bg/breadcrumb_bg03.jpg);
}
.breadcrumb-content h2 {
	font-size: 70px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: .8;
}
.breadcrumb-content .breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	justify-content: center;
}
.breadcrumb-content .breadcrumb li {
	text-transform: uppercase;
	font-weight: 600;
	color: #f2a900;
}
.breadcrumb-content h2 span {
	color: #f2a900;
}
.breadcrumb-content .breadcrumb li a {
	color: #fff;
}
.breadcrumb-content .breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #fff;
	content: "\f101";
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
}
.game-overview-breadcrumb .breadcrumb-content .breadcrumb {
	justify-content: flex-start;
	margin-bottom: 25px;
}
.game-overview-img {
	margin-left: -100px;
}
.game-overview-status ul li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.game-overview-status ul li:last-child {
	margin-bottom: 0;
}
.game-overview-status {
	margin-bottom: 40px;
}
.game-overview-status ul li span {
	min-width: 115px;
	display: inline-block;
	color: #fff;
}
.game-overview-status ul li:first-child {
	color: #e9a301;
}
.game-overview-breadcrumb .breadcrumb-content h2 {
	margin-bottom: 36px;
}
.game-overview-breadcrumb.breadcrumb-bg {
	padding-top: 225px;
	padding-bottom: 120px;
}

/* 5. Slider */
.slider-bg {
	background-image: url(../images/slider/slider_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 260px 0;
}
.slider-content h6 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 18px;
}
.slider-content h6::before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 135px 5px 0;
	border-color: transparent #f4f6fb transparent transparent;
}
.slider-content h6::after {
    content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 135px;
    border-color: transparent transparent transparent #f4f6fb;
}
.slider-content h2 {
	font-size: 100px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 12px;
	letter-spacing: -3px;
	text-transform: uppercase;
}
.slider-content h2 .word1 > span {
	color: #fff;
}
.slider-content p {
	font-weight: 600;
	color: #ededed;
	width: 73%;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 1.6;
}
.slider-style-two {
	background-image: url(../images/slider/slider_bg02.jpg);
	padding: 290px 0 190px;
	position: relative;
	z-index: 1;
}
.slider-style-two .slider-content h6::before,
.slider-style-two .slider-content h6::after {
	display: none;
}
.slider-style-two .slider-content h2 {
	font-size: 90px;
	text-transform: capitalize;
}
.slider-style-two .slider-content p {
	font-weight: 400;
	color: #dbdbdb;
	width: 80%;
	margin: 0 0 45px;
	font-size: 16px;
	line-height: 30px;
}
.slider-style-two .slider-content h6 {
	margin-bottom: 15px;
	display: block;
	padding: 0;
}
.slider-img {
	position: absolute;
	right: 135px;
	bottom: 0;
}
.slider-img.slider-img2 {
	right: 295px;
	z-index: -1;
}
.slider-circle-shape {
	position: absolute;
	right: 410px;
	bottom: 0;
	z-index: -2;
	opacity: .07;
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: 120px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
.slider-active .slick-next {
	right: 120px;
	left: auto;
}

/* 6. Brand */
.brand-bg {
	background-image: url(../images/bg/brand_bg.jpg);
	background-position: center;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}
.brand-item {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 82px;
}
.brand-item img {
	display: inline-block;
}
.slick-slide:focus {
	outline: none;
}

/* area-bg */
.area-bg-one {
	background-image: url(../images/bg/area_bg01.jpg);
	background-position: center;
	background-size: cover;
}
.area-bg-two {
	background-image: url(../images/bg/area_bg02.jpg);
	background-position: center;
	background-size: cover;
	padding-bottom: 55px;
}

/* 7. Product-area */
.section-title > span {
	display: block;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.section-title h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -2px;
}
.latest-games-items {
	position: relative;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}
.latest-games-thumb img {
	width: 100%;
}
.latest-games-content {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(23, 13, 28, 0.929);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.35);
	width: 100%;
	padding: 35px 30px;
	z-index: 1;
}
.lg-tag {
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: 1;
}
.lg-tag a,
.product-content .product-tag a,
.features-item .product-tag a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f4f6fb;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0 20px;
}
.lg-tag a::before,
.product-content .product-tag a::before,
.features-item .product-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-10deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.latest-games-content h4 {
	font-size: 22px;
	margin-bottom: 13px;
	line-height: 1;
}
.latest-games-content p {
	line-height: 1;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 13px;
}
.latest-games-active.owl-carousel .owl-nav,
.testimonial-active.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: -85px;
	z-index: 1;
}
.latest-games-active.owl-carousel .owl-nav button,
.testimonial-active.owl-carousel .owl-nav button {
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
}
.latest-games-active.owl-carousel .owl-nav button.owl-next,
.testimonial-active.owl-carousel .owl-nav button.owl-next {
	margin-left: 10px;
}
.latest-games-active.owl-carousel .owl-nav button:hover,
.product-active .slick-arrow:hover,
.testimonial-active.owl-carousel .owl-nav button:hover {
	border-color: #e4a101;
}

/* 8. About-us */
.about-img {
	padding: 15px;
	background-color: rgba(245, 58, 7, 0);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	position: relative;
}
.about-img > img {
	width: 100%;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.about-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.title-style-two,
.title-style-three {
	padding-bottom: 35px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}
.title-style-three::before {
	background-image: url(../images/title_bar02.png);
}
.title-style-three h2 {
	color: #f4f6fb;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}
.title-style-three p {
	color: #b8c0cc;
	margin-bottom: 0;
}
.about-content {
	padding-right: 70px;
}
.about-content p:first-child {
	margin-bottom: 20px;
}
.about-content p:nth-child(2) {
	margin-bottom: 55px;
}
.inner-about-area .title-style-three {
	padding-bottom: 30px;
}
.inner-about-area .title-style-three h2 {
	margin-bottom: 0;
}
.inner-about-content h5 {
	font-size: 22px;
	color: #f2a900;
	margin-bottom: 20px;
}
.inner-about-content p {
	color: #b8c0cc;
	margin-bottom: 12px;
}
.inner-about-content p:nth-child(3) {
	margin-bottom: 35px;
}
.inner-about-img img {
	margin-left: 115px;
}
.inner-about-img img:nth-child(2) {
	margin-left: 10px;
	margin-top: -315px;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
}
.inner-about-img img:nth-child(3) {
	margin-top: -200px;
	margin-left: -65px;
}
.inner-about-area {
	position: relative;
	padding-bottom: 120px;
	padding-top: 105px;
}
.inner-about-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

/* 9. Game Released */
.released-game-item {
	display: flex;
	align-items: center;
	background: #10131a;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 1;
	padding: 20px 20px 20px;
	margin: 50px 0;
}
.released-game-img {
	margin-right: 35px;
	position: relative;
	z-index: 2;
}
.released-game-item-bg {
	background-image: url(../images/bg/released_slide_bg.jpg);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-position: center;
	background-size: cover;
	z-index: -1;
	opacity: .05;
}
.released-game-rating {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.released-game-rating h5 {
	font-size: 16px;
	font-weight: 700;
	color: #d9dee8;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	margin-right: 10px;
}
.released-rating {
	display: flex;
	font-size: 14px;
	color: #e9a301;
	align-items: center;
}
.released-game-content h4 {
	margin-bottom: 30px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #f4f6fb;
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-block;
	z-index: 1;
}
.released-game-content h4::before {
	content: "";
	background-image: url(../images/released_game_brush.png);
	position: absolute;
	right: -50px;
	top: 0;
	height: 100%;
	width: 324px;
	background-repeat: no-repeat;
	z-index: -1;
}
.released-game-content h4 > span {
	color: #fff;
}
.released-game-list ul li {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #b8c0cc;
	margin-bottom: 10px;
}
.released-game-list ul li:last-child {
	margin-bottom: 0;
}
.released-game-list ul li span {
	color: #d9dee8;
	font-weight: 600;
	margin-right: 20px;
}
.released-game-content p {
	font-size: 14px;
	font-weight: 500;
	color: #b8c0cc;
	margin-bottom: 30px;
}
.released-game-content .btn {
	font-size: 14px;
	padding: 16px 26px;
}
.released-game-nav-item {
	margin: 10px 0;
}
.released-game-nav-item img {
	width: 100%;
	box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.35);
	cursor: pointer;
}
.released-game-active .slick-dots {
	position: absolute;
	left: 130px;
	bottom: 100px;
	z-index: 1;
	display: flex;
	align-items: center;
}
.released-game-active .slick-dots li {
	line-height: 0;
	margin: 0 15px;
}
.released-game-active .slick-dots li button {
	text-indent: -999999px;
	border: none;
	padding: 0;
	height: 8px;
	width: 8px;
	background: #f4f6fb;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.released-game-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 20px;
	border: 1px solid #e4a101;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	transition: .3s linear;
	opacity: 0;
}
.released-game-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.released-game-active .slick-dots li.slick-active button {
	background: #e4a101;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}
.game-mange-bg {
	background-image: url(../images/bg/game_manage_bg.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.coming-match-team {
	display: flex;
	align-items: first baseline;
	justify-content: space-between;
	text-align: center;
	padding: 30px 35px 40px;
}
.coming-match-item {
	border-top: 5px solid #e4a101;
	background-color: rgb(33, 19, 44);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.match-team-name a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d5d5;
	font-weight: 700;
	display: block;
	line-height: 1;
	margin-top: 20px;
}
.coming-match-status {
	margin: 0 25px;
}
.coming-match-info {
	padding: 35px 35px;
	text-align: center;
	background: #1b1024;
}
.coming-match-info h5,
.tournament-schedule-content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover {
	transition: .3s linear;
}
.match-rating i {
	font-size: 12px;
	color: #e4a101;
}
.match-rating {
	line-height: 1;
}
.match-info-action .btn {
	font-size: 12px;
	padding: 17px 17px;
}
.match-info-action .btn::before {
	height: 100%;
	bottom: 0;
}
.match-info-action {
	margin-top: 30px;
}
.match-info-action .transparent-btn {
	padding: 15px 17px;
	margin-left: 25px;
}
.coming-match-time .coming-time {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #20132b;
	padding: 20px 35px;
}
.coming-match-time .time-count span {
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
.coming-match-time .time-count {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 22px;
	margin-right: 22px;
	position: relative;
}
.coming-match-time .time-count:last-child {
	padding-right: 0;
	margin-right: 0;
}
.coming-match-time .time-count::before {
	content: ":";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #9aa4b2;
	font-weight: 500;
}
.coming-match-time .time-count:last-child::before {
	display: none;
}

/* 11. Featured-Games */
.featured-game-item {
	box-shadow: 0px 1px 13px 0px rgba(12, 11, 15, 0.32);
	position: relative;
	z-index: 1;
}
.featured-game-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 163, 1, 0.749);
	transition: .3s linear;
	opacity: 0;
}
.featured-game-thumb img {
	width: 100%;
}
.featured-game-content {
	position: absolute;
	left: 30px;
	bottom: 35px;
	z-index: 1;
	transition: .3s linear;
}
.featured-game-icon {
	margin-bottom: 20px;
}
.featured-game-content h4 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
}
.featured-game-content h4 span,
.featured-game-meta i {
	color: #e9a301;
}
.featured-game-content h4 a:hover {
	color: #fff;
}
.featured-game-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #e3e3e3;
}
.featured-game-meta i {
	margin-right: 5px;
}
.featured-game-overlay-content {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	bottom: auto;
	opacity: 0;
}
.featured-game-overlay-content .featured-game-meta {
	justify-content: center;
	color: #fff;
}
.featured-game-overlay-content  h4,
.featured-game-overlay-content  h4 a:hover {
	color: #f4f6fb;
}
.featured-game-overlay-content h4 span,
.featured-game-overlay-content .featured-game-meta i {
	color: #fff;
}
.featured-game-item:hover .featured-game-content {
	opacity: 0;
	visibility: hidden;
}
.featured-game-item:hover .featured-game-overlay-content,
.featured-game-item:hover::before {
	opacity: 1;
	visibility: visible;
}
.featured-game-bg {
	background-image: url(../images/bg/featured_game_bg.png);
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* 12. Cta */
.cta-bg {
	background-image: url(../images/bg/cta_bg.jpg);
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.52);
}
.cta-content {
	padding: 0 50px;
}
.cta-content .section-title h2 {
	font-size: 50px;
	margin-bottom: 5px;
}

/* 13. Tournament */
.tournament-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 4px 5.58px 0.42px rgba(0, 0, 0, 0.13),inset 0px 1px 16px 0px rgba(228, 161, 1, 0.17);
	padding: 25px 30px;
}
.tournament-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.tournament-menu {
	display: flex;
	flex-wrap: wrap;
}
.tournament-menu button {
	font-size: 14px;
	border: none;
	background: transparent;
	padding: 0;
	color: #a0a0a0;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	margin-left: 30px;
	transition: .4s linear;
}
.tournament-menu button:first-child {
	margin-left: 0;
}
.tournament-menu button::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 3px;
	opacity: 0;
	transition: .4s linear;
}
.tournament-menu button.active::before {opacity: 1;}
.tournament-area {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.tournament-schedule-wrap {
	padding: 30px 30px 15px;
}
.tournament-schedule-item {
	display: flex;
	align-items: center;
	background: #23162e;
	padding: 37px 20px;
	justify-content: space-between;
	height: 100%;
}
.tournament-schedule-content {
	padding: 35px 35px;
	position: relative;
	background: #20132b;
	height: 100%;
}
.tournament-schedule-content h3 a:hover span {
	color: #fff;
}
.tournament-schedule-content p {
	margin-bottom: 0;
}
.tournament-schedule-meta {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tournament-schedule-meta h5 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 0;
	color: #c9c9c9;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.tournament-schedule-meta h5 span {
	margin-left: 5px;
}
.tournament-schedule-meta a {
	display: block;
	border: 1px dashed #383838;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 13px;
	line-height: 1;
	margin-left: 18px;
}
.tournament-schedule-meta a:hover {
	border: 1px solid #e4a101;
	color: #f4f6fb;
}
.latest-match-bg {
	background-image: url(../images/bg/latest_match_bg.jpg);
	background-position: center;
	background-size: cover;
}
.latest-match-box {
	display: flex;
	align-items: center;
	background: #211e23;
	padding: 15px;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.latest-match-box .tournament-schedule-content {
	padding: 41px 30px;
	background: #1c181e;
}
.latest-match-box .tournament-schedule-content p {
	font-size: 13px;
	line-height: 2;
	padding-right: 20px;
}
.latest-match-box .tournament-schedule-meta a {
	color: #d7d5d5;
	background: #222225;
}
.latest-match-box .tournament-schedule-meta a:hover {
	color: #f4f6fb;
}
.team-member-thumb {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}
.team-member-thumb img {
	width: 100%;
	transition: .3s linear;
}
.team-member-social {
	position: absolute;
	right: 20px;
	top: 30px;
	transform: translateX(30px);
	opacity: 0;
	transition: .3s linear;
}
.team-member-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e9a301;
	transition: .3s linear;
	opacity: 0;
}
.team-member-content h4 {
	font-size: 20px;
	color: #f4f6fb;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 5px;
}
.team-member-box:hover .team-member-content h4 a {
	color: #e8a301;
}
.team-member-box:hover .team-member-thumb img {
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.35);
}
.team-member-box:hover .team-member-thumb::before {
	opacity: .9;
}
.team-member-box:hover .team-member-social {
	transform: translateX(0px);
	opacity: 1;
}
.team-member-content span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #b8c0cc;
}
.team-member-social ul li {
	display: block;
	margin-bottom: 13px;
}
.team-member-social ul li a {
	color: #fff;
	font-size: 15px;
}

/* 14. Just-gamers */
.just-gamers-bg {
	background-image: url(../images/bg/just_gamer_bg.jpg);
	position: relative;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	z-index: 1;
}
.just-gamers-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/gamers_bg_conve01.png);
	width: 467px;
	height: 169px;
	margin: 0 auto;
	top: -4px;
	background-repeat: no-repeat;
	z-index: -1;
}
.just-gamers-bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/gamers_bg_conve02.png);
	width: 420px;
	height: 152px;
	margin: 0 auto;
	bottom: -20px;
	background-repeat: no-repeat;
	z-index: -1;
}
.title-style-three.white-title h2 {
	color: #fff;
}
.title-style-three.white-title p {
	color: #cbcbcb;
}
.title-style-three.white-title::before {
	background-image: url(../images/title_bar03.png);
}
.just-gamers-list ul li {
	margin-bottom: 40px;
	padding-right: 20px;
	overflow: hidden;
}
.just-gamers-list-icon {
	float: left;
	background-image: url(../images/bg/gamer_list_icon_bg.jpg);
	width: 97px;
	height: 97px;
	text-align: center;
	line-height: 85px;
	display: block;
	border: 6px solid #333240;
	margin-right: 25px;
	transition: .3s linear;
}
.just-gamers-list-content h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.just-gamers-list-content p {
	margin-bottom: 0;
}
.just-gamers-list ul li:hover .just-gamers-list-icon {
	border-color:  #e9a301;
}
.just-gamers-list ul li:last-child {
	margin-bottom: 0;
}
.just-gamers-list-content {
	position: relative;
	top: 5px;
}
.just-gamers-img {
	position: absolute;
	width: 100%;
	top: -83px;
	right: 0;
}
.just-gamers-circle-shape {
	position: absolute;
	bottom: 215px;
	left: 145px;
	z-index: -1;
}
.just-gamers-circle-shape img:nth-child(2) {
	position: absolute;
	top: 46px;
	right: -67px;
}
.gamers-chart-shape {
	position: absolute;
	right: 0;
	top: 70px;
}

/* 15. Features */
.features-bg {
	background-image: url(../images/bg/features_bg.jpg);
	background-position: center;
	background-size: cover;
}
.features-item {
	border-radius: 10px;
	background-color: rgb(29, 18, 39);
	box-shadow: 0px 5px 27px 0px rgba(17, 8, 23, 0.2);
	padding: 45px 35px;
}
.features-item .product-tag a {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.features-head h4 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.features-head p {
	margin-bottom: 0;
}
.features-head .product-tag {
	margin-bottom: 20px;
}
.features-list-wrap ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 25px 0;
	position: relative;
}
.features-list-wrap ul li:last-child {
	padding-bottom: 0;
}
.features-list-wrap ul li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 50%;
	background-color: rgb(39, 26, 48);
	box-shadow: 0px 2px 0px 0px rgba(17, 8, 23, 0.004);
}
.features-list-img img {
	border-radius: 6px;
}
.features-list-content .product-tag {
	margin-bottom: 15px;
}
.features-list-content h6 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.features-list-content h6 a {
	display: inline-block;
}
.features-list-content .product-tag a::before {
	background: #3a3042;
}
.features-item .features-list-content .product-tag a:hover {
	color: #f4f6fb;
}
.features-list-img {
	margin-left: 50px;
}

/* 16. Fact */
.fact-item {
	display: flex;
	align-items: first baseline;
	margin-bottom: 50px;
}
.fact-icon {
	margin-right: 20px;
}
.fact-content h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: .9;
	margin-bottom: 10px;
}
.fact-content > span {
	display: block;
	font-weight: 700;
	color: #dfdede;
}

/* 17. Shop */
.shop-item {
	background-color: rgb(31, 21, 40);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.16);
}
.shop-item .product-thumb img {
	width: 100%;
}
.product-content {
	padding: 35px 25px 25px;
	position: relative;
}
.product-content .product-tag {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	z-index: 1;
}
.product-content h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.product-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product-price h5 {
	margin-bottom: 0;
	font-size: 16px;
}
.product-cart-action a {
	background: #291b35;
	border: 1px solid #2c2135;
	width: 34px;
	height: 34px;
	display: block;
	text-align: center;
	line-height: 34px;
	border-radius: 4px;
	font-size: 13px;
}
.product-cart-action a:hover,
.shop-area.black-bg .product-cart-action a:hover {
	color: #f4f6fb;
	border-color: #e4a101;
}
.product-active .slick-arrow {
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 33px;
	color: #bebac0;
	border: 3px solid #bebac0;
	display: inline-block;
	transition: .3s linear;
	background: transparent;
	cursor: pointer;
	z-index: 1;
}
.product-active .slick-arrow.slick-next {
	right: -70px;
	left: auto;
}
.product-active .slick-track {
	padding-bottom: 30px;
	padding-top: 30px;
}
.shop-area.black-bg .shop-item {
	background-color: #1e1b20;
}
.shop-area.black-bg .product-cart-action a {
	background: #1c1a1d;
	border: 1px solid #2c2135;
}
.shop-area.black-bg .product-active .slick-arrow {
	color: #6e6b6f;
	border: 3px solid #6e6b6f;
}
.shop-area.black-bg .product-active .slick-arrow:hover {
	color: #e4a101;
	border-color: #e4a101;
}
.accessories-thumb img {
	width: 100%;
}
.accessories-content {
	position: relative;
}
.accessories-content h5 {
	font-size: 18px;
	text-transform: uppercase;
	color: #f4f6fb;
	line-height: 1;
	margin-bottom: 5px;
}
.accessories-content h5 a:hover {
	color: #e9a301;
}
.accessories-content span {
	font-size: 14px;
	font-weight: 500;
	color: #b8c0cc;
	display: block;
	transition: .3s linear;
}
.accessories-content .shop-add-action {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
	font-weight: 500;
	color: #e9a301;
}
.accessories-item:hover .accessories-content .shop-add-action {
	opacity: 1;
	visibility: visible;
}
.accessories-item:hover .accessories-content span {
	opacity: 0;
	visibility: hidden;
}

.upcoming-game-item {
    background-color: rgb(16, 19, 26);
    border-radius: 15px;
    padding: 14px 14px 0px;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: 20px;


}
.uc-game-head-title > span {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #e8a301;
	font-family: 'Montserrat' cursive;
	margin-bottom: 6px;
}
.uc-game-head-title h4 {
	font-size: 22px;
	color: #f4f6fb;
	text-transform: uppercase;
	margin-bottom: 0;
}
.uc-game-head-title h4 a:hover {
	color: #e9a301;
}
.upcoming-game-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.uc-game-head-title {
	margin-right: 50px;
}
.uc-game-price h5 {
	margin-bottom: 0;
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding: 6px 25px;
	margin-right: 7px;
}
.uc-game-price h5::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
border-radius: 10px;
}
.upcoming-game-item p {
	font-size: 14px;
	color: #b8c0cc;
	line-height: 24px;
	margin-bottom: 30px;
}
.upcoming-game-thumb {
	position: relative;
}
.upcoming-game-thumb img {
	width: 100%;
}
.upcoming-game-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e4a101;
	opacity: 0;
	transition: .3s linear;
}
.upcoming-game-cart {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.upcoming-game-cart a.btn {
	border-color: #f4f6fb;
	color: #f4f6fb;
	font-size: 14px;
	padding: 13px 24px;
	transform: translateY(20px);
	transition: .4s linear;
	opacity: 0;
}
.upcoming-game-cart a.btn:hover {
	border-color: #10131a;
	background: #10131a;
	color: #f4f6fb;
}
.upcoming-game-item:hover .upcoming-game-thumb::before {
	opacity: .77;
}
.upcoming-game-item:hover .upcoming-game-cart a.btn {
	opacity: 1;
	transform: translateY(0px);
}
.upcoming-games-bg {
	background-image: url(../images/bg/upc_game_bg.jpg);
	background-position: center;
	background-size: cover;
}
.inner-about-padding {
	padding-bottom: 172px;
}
.game-single-content {
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.35);
	position: relative;
	z-index: 1;
	background: #10131a;
	padding: 50px 40px;
border-radius: 22px;
	overflow: hidden;
}
.game-single-content .upcoming-game-head {
	display: block;
	margin-bottom: 35px;
}
.game-single-content .uc-game-head-title {
	margin-right: 0;
	margin-bottom: 25px;
}
.game-single-content .uc-game-head-title h4,
.game-single-title h4 {
	font-size: 24px;
	color: #f4f6fb;
	text-transform: uppercase;
	margin-bottom: 0;
}
.game-single-content .uc-game-head-title h4 > span,
.game-single-title h4 span {
	color: #e8a301;
}
.game-single-content .uc-game-head-title > span {
	margin-bottom: 10px;
}
.game-single-content .uc-game-price h5 {
	display: inline-block;
	margin-left: 7px;
}
.game-single-content p {
	font-size: 14px;
	color: #b8c0cc;
	margin-bottom: 20px;
}
.game-single-content p > span {
	font-weight: 600;
	color: #f4f6fb;
}
.game-single-img img {
	width: 100%;
	margin-bottom: 30px;
}
.game-single-img {
	margin-top: 40px;
	margin-bottom: 5px;
}
.game-single-info ul li {
	color: #b8c0cc;
	font-size: 14px;
	display: block;
	padding-bottom: 18px;
	border-bottom: 1px solid #252b38;
	margin-bottom: 16px;
}
.game-single-info ul li:last-child {
	margin-bottom: 0;
}
.game-single-info ul li span {
	font-size: 16px;
	font-weight: 600;
	color: #d9dee8;
	margin-right: 40px;
}
.game-single-gallery img {
	width: 100%;
	margin-top: 30px;
}
.game-single-shape {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	z-index: -1;
}

/* 19. Game-overview */
.game-overview-content .upcoming-game-head {
	margin-bottom: 25px;
}
.overview-history-img img {
	width: 100%;
}
.overview-history-content {
	padding-right: 42px;
}
.overview-history-content p {
	margin-bottom: 35px;
}
.overview-history-list ul li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-top: 1px solid #252b38;
	border-bottom: 1px solid #252b38;
	margin-bottom: 10px;
}
.overview-history-list ul li:last-child {
	margin-bottom: 0;
}
.overview-list-thumb {
	margin-right: 20px;
}
.overview-list-content h4 {
	font-size: 16px;
	color: #f4f6fb;
	margin-bottom: 5px;
}
.overview-list-content h4 a:hover {
	color: #e9a301;
}
.overview-list-content span {
	display: block;
	font-size: 14px;
	color: #b8c0cc;
}
.overview-list-content {
	padding-right: 50px;
	margin-right: 30px;
	position: relative;
}
.overview-list-content::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	background: #2a303b;
	height: 60px;
	border-radius: 50%;
}
.overview-list-price h4 {
	font-size: 18px;
	color: #e9a301;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
}

/* 20. Blog */
.blog-post-wrap {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	padding: 30px;
}
.blog-style-one {
	display: flex;
	align-items: center;
	background-color: rgb(32, 19, 43);
	box-shadow: 0px 7px 7.44px 0.56px rgba(18, 18, 18, 0.16);
	margin-bottom: 15px;
}
.blog-style-one:last-child {
	margin-bottom: 0;
}
.blog-style-one .blog-post-content {
	padding: 18px 30px;
}
.blog-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blog-meta ul li {
	font-size: 14px;
	font-weight: 500;
	color: #9b9b9b;
	position: relative;
}
.blog-meta ul li i {
	margin-right: 5px;
}
.blog-meta ul li::after {
	content: "/";
	margin: 0 10px;
	color: #434344;
}
.blog-meta ul li:last-child::after {
	display: none;
}
.blog-style-one .blog-post-content h5 {
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.blog-style-one .blog-post-content p {
	margin-bottom: 0;
	font-style: italic;
}
.blog-style-one .blog-thumb img {
	width: 170px;
}
.blog-post-content h5 a {
	display: inline-block;
}
.blog-style-two .blog-thumb img {
	width: 100%;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.35);
}
.blog-style-two .blog-post-content h4 {
	font-size: 22px;
	color: #f4f6fb;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-style-two .blog-post-content h4 a:hover {
	color: #e9a301;
}
.blog-style-two .blog-meta ul li,
.blog-style-two .blog-meta ul li a {
	font-size: 12px;
	color: #9aa4b2;
	font-style: italic;
}
.blog-style-two .blog-meta ul {
	margin-bottom: 20px;
}
.blog-style-two .blog-post-content p {
	color: #b8c0cc;
	margin-bottom: 0;
}
.blog-list-post {
	border-radius: 15px;
	background: #10131a;
	margin-left: 20px;
}
.blog-list-post-thumb img {
	width: 100%;
}
.blog-list-post-content {
	padding: 20px;
}
.blog-list-post-tag a {
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff ;
	font-family: 'Montserrat' cursive;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 14px 23px;
	position: relative;
	z-index: 1;
	margin-left: 7px;
}
.blog-list-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background-image: linear-gradient(to left, #ff3700, #ff4b4b);
	box-shadow: 0px 1px 8.37px 0.63px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
border-radius: 10px;
}

.blog-list-post-content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #f4f6fb;
	margin-bottom: 10px;
}
.blog-list-post-content h2 a:hover {
	color: #e4a101;
}
.blog-list-post-content .blog-meta ul {
	margin-bottom: 20px;
}
.blog-list-post-content .blog-meta ul li {
	text-transform: uppercase;
	font-size: 12px;
	color: #9aa4b2;
	display: inline-block;
}
.blog-list-post-content .blog-meta ul li a {
	font-weight: 500;
	color: #c9d1dd;
}
.blog-list-post-content p {
	font-size: 15px;
	color: #ffffff ;
	margin-bottom: 0;
}
.blog-list-post-bottom ul {
	background: #151924;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 23px 40px 8px;
}
.blog-list-post-bottom ul li {
	display: inline-block;
	margin-bottom: 15px;
}
.blog-list-post-bottom ul li > a,
.blog-list-post-bottom ul li > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #dcdada;
	font-family: 'Montserrat' cursive;
	font-weight: 700;
}
.blog-list-post-bottom ul li > span,
.blog-post-share {
	line-height: 1;
}
.blog-post-share {
	margin-top: -3px;
}
.blog-list-post-bottom ul li > a i {
	margin-left: 10px;
	color: #e4a101;
}
.blog-list-post-bottom ul li:last-child {
	display: flex;
	align-items: center;
}
.blog-list-post-bottom ul li .blog-post-share a {
	font-size: 12px;
	color: #ffffff;
	margin-left: 15px;
}
.blog-list-post-bottom ul li a:hover {
	color: #e43701;
}
.blog-sidebar {
	background: #10131a;
	margin-left: 25px;
	padding: 14px;
border-radius: 15px;
width: 410px;
}
.sidebar-about-thumb img {
	width: 100%;
	margin-bottom: 30px;
border-radius: 15px;
}
.sidebar-widget-title h4 {
	font-size: 22px;
	line-height: 1;
	position: relative;
	padding-left: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.sidebar-widget-title h4 span {
	color: #e44c01;
}
.sidebar-widget-title h4::before,
.sidebar-widget-title h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 22px;
	background: #e44c01;
}
.sidebar-widget-title h4::after {
	left: 7px;
	top: -4px;
}
.sidebar-about-content p {
	font-size: 14px;
	color: #a3a3a3;
	margin-bottom: 0;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search form input {
	width: 100%;
	background: #1d1d1d;
	color: #fff;
	border: 1px solid #2b2b2b;
	padding: 15px 16px;
	font-size: 12px;
	padding-right: 50px;
	font-weight: 500;
border-radius: 15px;
}
.sidebar-search form input::placeholder {
	color: #909090;
	font-size: 12px;
}
.sidebar-search form button {
	position: absolute;
	right: 18px;
	font-size: 12px;
	padding: 0;
	background: none;
	border: none;
	color: #e44c01;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.sidebar-cat ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #2e2e2e;
	margin-bottom: 10px;
}
.sidebar-cat ul li:last-child,
.rc-post-list ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}
.sidebar-cat ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #a3a3a3;
	display: inline-block;
}
.sidebar-cat ul li a:hover,
.rc-post-content h5 a:hover {
	color: #e9a301;
}
.rc-post-list ul li {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	
}
.rc-post-thumb {
	margin-right: 20px;
}
.rc-post-thumb img {
	border-radius: 6px;
}
.rc-post-content h5 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.rc-post-content span {
	font-size: 12px;
	color: #909090;
	display: block;
}
.sidebar-trending-match ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #1d1d1d;
	border: 1px solid #2b2b2b;
	border-radius: 4px;
	padding: 17px 20px;
	position: relative;
}
.sidebar-trend-match-thumb {
	display: flex;
	height: 65px;
	align-items: center;
}
.sidebar-trend-match-action {
	font-size: 22px;
	font-weight: 700;
	font-family: 'Montserrat' cursive;
	display: flex;
	align-items: center;
}
.sidebar-trend-match-action span:last-child {
	color: #e4a101;
}
.sidebar-trend-match-action span:nth-child(2) {
	color: #b8c0cc;
	margin: 0 20px;
}
.sidebar-trend-match-date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	width: 140px;
	background: #252525;
	font-size: 12px;
	color: #b8c0cc;
	padding: 6px 14px;
	line-height: 1;
	border-radius: 4px;
}
.sidebar-tag-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sidebar-tag-list ul li {
	margin: 0 10px 10px 0px;
}
.sidebar-tag-list ul li a {
	display: block;
	background: #1d1d1d;
	color: #dcdada;
	text-transform: uppercase;
	border: 1px solid #2b2b2b;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat' cursive;
	line-height: 1;
	padding: 15px 20px;
}
.sidebar-tag-list ul li a:hover {
	color: #e4a101;
}
.blog-details-wrap .blog-list-post-content {
	
}
.blog-details-img img {
	width: 260px;
	margin-bottom: 15px;
border-radius: 12px;
}
.blog-details-wrap .blog-list-post-content h4 {
	font-size: 24px;
	color: #f4f6fb;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.blog-details-wrap .blog-list-post-content p {
	margin-bottom: 10px;

}
.blog-details-wrap blockquote {
	margin: 30px 0;
	text-transform: uppercase;
	font-size: 14px;
	color: #d6dce7;
	font-weight: 700;
	line-height: 26px;
	padding-left: 20px;
	border-left: 4px solid #e4a101;
}
.blog-details-list li {
	font-size: 14px;
	font-weight: 500;
	color: #d6dce7;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.blog-details-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: rgb(184, 192, 204);
	width: 6px;
	height: 6px;
}
.blog-details-list li:last-child {
	margin-bottom: 0;
}
.blog-details-list {
	margin-bottom: 30px;
}
.blog-details-wrap .blog-list-post-bottom ul {
	background: transparent;
	
}
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a {
	color: #d6dce7;
}
.blog-details-wrap .blog-list-post-bottom ul li > a {
	color: #b8c0cc;
	font-weight: 600;
	margin-left: 8px;
}
.blog-details-wrap .blog-list-post-bottom ul li > span {
	color: #d6dce7;
}
.blog-details-wrap .blog-list-post-bottom ul li > i {
	color: #e4a101;
	font-size: 12px;
	margin-right: 5px;
}
.blog-details-wrap .blog-list-post-bottom ul li > a:hover,
.blog-details-wrap .blog-list-post-bottom ul li .blog-post-share a:hover,
.comment-avatar-info h4 a:hover,
.community-post-content span a:hover {
	color: #e4a101;
}
.sidebar-widget-title.blog-details-title h4 {
	font-size: 24px;
	color: #f4f6fb;
}
.blog-details-wrap {
	margin-bottom: 20px;
}
.blog-comment ul li {
	box-shadow: 0px 2px 12.09px 0.91px rgba(0, 0, 0, 0.35);
	background: #10131a;
	margin-bottom: 10px;
	padding: 25px 30px;
	display: flex;
	align-items: center;
        border-radius: 15px;
}
.comment-avatar-thumb  {
	margin-right: 25px;
}
.comment-avatar-thumb img {
	border-radius: 6px;
}
.comment-avatar-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 13px;
}
.comment-avatar-info h4 {
	font-size: 16px;
	color: #f4f6fb;
	text-transform: uppercase;
	margin-bottom: 0;
}
.comment-avatar-info h4 span {
	font-size: 12px;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #b8c0cc;
	margin-left: 20px;
}
.comment-reply a {
	font-size: 12px;
	color: #e4a101;
}
.comment-text p {
	font-size: 14px;
	color: #b8c0cc;
	margin-bottom: 0;
	padding-right: 50px;
	line-height: 24px;
}
.blog-comment ul li.comment-children {
	margin-left: 50px;
}
.comment-form textarea {
	width: 100%;
	padding: 20px 20px;
	border: none;
	margin-bottom: 20px;
	background: #151924;
	height: 160px;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
	color: #c9d1dd;
}
.comment-form input {
	width: 100%;
	padding: 19px 20px;
	border: none;
	margin-bottom: 20px;
	background: #151924;
	color: #c9d1dd;
	transition: .3s;
	font-size: 14px;
	font-weight: 500;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: #9aa4b2;
}
.comment-form .btn {
	margin-top: 10px;
	padding: 20px 47px;
}
.comment-form .btn::before {
	display: none;
}
.comment-check-box input {
	width: auto;
	margin: 5px 10px 0 0;
}
.comment-check-box label {
	font-size: 13px;
	font-weight: 500;
	color: #b8c0cc;
	margin: 0;
	user-select: none;
}
.comment-check-box {
	display: flex;
	align-items: flex-start;
}

/* 21. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pagination-wrap ul li {
	margin-right: 10px;
}
.pagination-wrap ul li a {
	display: block;
	background: #252525;
	color: #e9a301;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Montserrat' cursive;
	padding: 16px 24px;
}
.pagination-wrap ul li a:hover {
	background: #e9a301;
	color: #f4f6fb;
}

/* 22. Testimonial */
.testimonial-active {
	background-color: rgb(27, 16, 36);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
	position: relative;
	padding: 70px 0 63px;
}
.testimonial-item {
	padding: 0 45px;
}
.testi-quote {
	position: absolute;
	right: 45px;
	bottom: 45px;
	z-index: 1;
}
.testimonial-content h5 {
	margin-bottom: 15px;
}
.testimonial-rating i {
	font-size: 14px;
	color: #e4a101;
}
.testimonial-content p {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 0;
}
.testimonial-avatar {
	display: flex;
	align-items: center;
}
.testi-avtar-img {
	margin-right: 20px;
}
.testi-avatar-info h6 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.testi-avatar-info span {
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}
.testimonial-active.owl-carousel .owl-nav {
	top: auto;
	bottom: 50px;
	left: 45px;
	right: auto;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 55px;
	position: unset;
}
.testimonial-active.owl-carousel .owl-nav button {
	color: #8f8796;
	border-color: #4b4550;
}

/* 23. Community */
.community-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.community-bg-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	opacity: .07;
}
.community-wrap table {
	background: #10131a;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.35);
}
.community-wrap thead tr th {
	vertical-align: middle;
	padding: 24px 25px;
	border-bottom: 1px solid #252b38;
}
.community-wrap thead tr {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #c9d1dd;
	font-family: 'Montserrat' cursive;
}
.community-wrap tr th:first-child {
	text-align: left;
}
.community-wrap tr th,
.community-wrap tr td {
	text-align: center;
}
.community-post-wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.community-post-content span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	margin-top: 5px;
}
.community-post-content span a {
	font-weight: 500;
	color: #c9d1dd;
}
.community-post-content > a {
	font-size: 16px;
	font-weight: 600;
	color: #f4f6fb;
}
.community-post-tag {
	margin-left: 15px;
}
.community-post-tag a {
	font-size: 12px;
	font-weight: 600;
	color: #f4f6fb;
	position: relative;
	z-index: 1;
	padding: 7px 20px;
	margin: 5px 2px 0;
	display: inline-block;
}
.community-post-tag a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-20deg);
	z-index: -1;
	right: 0;
	margin: 0 auto;
	background: #e4a101;
	box-shadow: 0px 1px 8.37px 0.63px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.community-wrap tbody td,
.community-wrap tbody th {
	padding: 20px 25px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #252b38;
}
.community-wrap .community-post-type th {
	padding: 25px 0 0 25px;
	border: none;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
}
.community-wrap tbody td {
	font-size: 16px;
	font-weight: 500;
	color: #b8c0cc;
}
.community-wrap .community-bell {
	position: relative;
}
.community-wrap .community-bell a {
	color: #e4a101;
}
.community-wrap .community-bell::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	width: 1px;
	height: 50px;
	background-color: rgb(59, 65, 78);
}
.create-topic {
	background: #10131a;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.35);
	padding: 25px 25px 45px;
}
.create-topic span {
	font-size: 14px;
	font-weight: 400;
	color: #9b9b9b;
	display: block;
	margin-bottom: 20px;
}
.create-topic form input {
	width: 100%;
	border: 1px solid #252b38;
	background: #151924;
	padding: 18px 20px;
	font-size: 14px;
	color: #c9d1dd;
	margin-bottom: 20px;
}
.create-topic form input::placeholder {
	font-size: 14px;
	color: #9b9b9b;
}
.create-topic form .btn::before {
	bottom: 0;
}
.create-topic form .btn {
	padding: 16px 39px;
	overflow: hidden;
}
.community-widget {
	background: #10131a;
	box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.35);
	padding: 35px;
}
.community-widget-title h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #d9dee8;
	margin-bottom: 0;
}
.community-sidebar-social ul li a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #c9d1dd;
	background: #151924;
	border: 1px solid #252b38;
	line-height: 58px;
}
.community-sidebar-social ul li a i {
	margin-right: 10px;
}
.community-sidebar-social ul li {
	margin-bottom: 15px;
}
.community-sidebar-social ul li:last-child {
	margin-bottom: 0;
}
.community-sidebar-social ul li a:hover {
	background: #e4a101;
	color: #fff;
	border-color: #e4a101;
}
.community-sidebar-game ul li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.community-sidebar-game ul li:last-child {
	margin-bottom: 0;
}
.sidebar-new-game-thumb {
	margin-right: 20px;
}
.sidebar-new-game-thumb img {
	border-radius: 12px;
}
.sidebar-new-game-content span {
	font-size: 14px;
	line-height: 1;
	color: #9b9b9b;
	display: block;
	margin-bottom: 5px;
}
.sidebar-new-game-content h5 {
	font-size: 16px;
	font-weight: 600;
	color: #f4f6fb;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	line-height: 24px;
}
.sidebar-new-game-content h5 a:hover,
.contact-form button:hover {
	color: #e4a101;
}

/* 24. Contact */
#contact-map {
	width: 100%;
	height: 445px;
	display: block;
	box-shadow: 0px 2px 12.09px 0.91px rgba(0, 0, 0, 0.35);
}
.contact-area .title-style-three {
	padding-bottom: 0;
}
.contact-area .title-style-three::before {
	display: none;
}
.contact-area .title-style-three h2 {
	font-size: 30px;
	letter-spacing: -1px;
}
.contact-info-list ul li {
	color: #b8c0cc;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.contact-info-list ul li:last-child {
	margin-bottom: 0;
}
.contact-info-list ul li i {
	margin-right: 10px;
	color: #e9a301;
}
.contact-form textarea {
	width: 100%;
	border: none;
	font-size: 14px;
	border-bottom: 2px solid #252b38;
	background: transparent;
	color: #c9d1dd;
	height: 105px;
	margin-bottom: 50px;
	padding: 0 0 20px;
	transition: .3s linear;
}
.contact-form textarea::placeholder,
.contact-form input::placeholder {
	font-size: 14px;
	color: #9aa4b2;
}
.contact-form textarea:focus,
.contact-form input:focus {
	border-color: #e9a301;
}
.contact-form input {
	width: 100%;
	border: none;
	font-size: 14px;
	border-bottom: 2px solid #252b38;
	background: transparent;
	color: #c9d1dd;
	margin-bottom: 50px;
	padding: 0 0 20px;
	transition: .3s linear;
}
.contact-form button {
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #f4f6fb;
	text-transform: uppercase;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid #e9a301;
	margin-top: 16px;
	transition: .3s linear;
}

/* 25. Newsletter */
.newsletter-wrap {
	border-radius: 80px;
	background-color: rgb(25, 14, 34);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 65px;
	margin-top: -55px;
	position: relative;
	z-index: 1;
	margin-bottom: 80px;
}
.newsletter-form form {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.newsletter-form-grp {
	position: relative;
}
.newsletter-form-grp i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	left: 15px;
}
.newsletter-form form input {
	width: 495px;
	background: #24182d;
	border: none;
	color: #fff;
	padding: 17px 40px;
	font-size: 14px;
	font-weight: 500;
}
.newsletter-form form input::placeholder {
	color: #a0a0a0;
}
.newsletter-form-grp::before,
.newsletter-form button::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 55px 20px;
	border-color: transparent transparent #24182d transparent;
}
.newsletter-form-grp::after,
.newsletter-form button::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 55px 20px 0 0;
	border-color: #24182d transparent transparent transparent;
}
.newsletter-title h2 {
	font-size: 26px;
	letter-spacing: -1px;
}
.newsletter-form button {
	border: none;
	color: #f4f6fb;
	font-size: 14px;
	font-weight: 700;
	padding: 17px 15px;
	margin-left: 30px;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.newsletter-form button::before {
	border-color: transparent transparent #e4a101 transparent;
	transition: .3s linear;
}
.newsletter-form button::after {
	border-color: #e4a101 transparent transparent transparent;
	transition: .3s linear;
}
.newsletter-form button:hover {
	background: #151924;
}
.newsletter-form button:hover::before {
	border-color: transparent transparent #151924 transparent;
}
.newsletter-form button:hover::after {
	border-color: #151924 transparent transparent transparent;
}
.newsletter-form button i {
	font-size: 12px;
	margin-left: 5px;
}
.s-newsletter-area .newsletter-wrap {
	background-color: #190e22;
}
.s-newsletter-area .newsletter-title h2 {
	letter-spacing: 0;
	text-transform: uppercase;
}
.s-newsletter-area .newsletter-form form input {
	background: #262228;
}
.s-newsletter-area .newsletter-form-grp::after {
	border-color: #262228 transparent transparent transparent;
}
.s-newsletter-area .newsletter-form-grp::before {
	border-color: transparent transparent #262228 transparent;
}

/* 26. Footer */
.footer-bg {
	background-image: url(../images/bg/footer_bg.jpg);
	background-color: #10131a;
	background-position: top center;
	background-size: cover;
	padding-bottom: 65px;
	position: relative;
	z-index: 1;
}
.footer-text p {
	font-size: 15px;
	color: #90949c;
	margin-bottom: 15px;
}
.footer-contact ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #90949c;
	line-height: 28px;
}
.footer-contact ul li i {
	margin-right: 10px;
}
.footer-contact ul li span {
	font-weight: 500;
}
.footer-contact ul li:last-child {
	margin-bottom: 0;
}
.fw-title h5 {
	font-size: 18px;
	color: #c8c8c8;
	margin-bottom: 0;
	line-height: 1;
	padding-bottom: 20px;
	position: relative;
padding-left: 15px;
}
.fw-title h5::before {
margin-left: 15px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
}
.fw-link ul li {
	display: block;
}
.fw-link ul li a {
	color: #90949c;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
}
.fw-link ul li a:hover {
	padding-left: 5px;
}
.footer-social ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-social ul li {
	display: block;
	margin-right: 9px;
}
.footer-social ul li a {
	width: 36px;
	height: 36px;
	background-color: rgb(59, 89, 152);
	display: block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
}
.footer-social ul li:nth-child(2) a {
	background: #55acee;
}
.footer-social ul li:nth-child(3) a {
	background: #d71e18;
}
.footer-social ul li:nth-child(4) a {
	background: #1565c0;
}
.footer-newsletter input {
	width: 100%;
	background: #24182d;
	border: none;
	padding: 12px 20px;
	color: #fff;
	padding-right: 60px;
	font-size: 14px;
}
.footer-newsletter input::placeholder {
	color: #7c7c7d;
	font-size: 14px;
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter button {
	position: absolute;
	width: 53px;
	height: 100%;
	border: none;
	color: #f4f6fb;
	right: 0;
	top: 0;
	cursor: pointer;
	font-size: 14px;
}
.footer-fire {
	position: absolute;
	left: 90px;
	bottom: 0;
	z-index: -1;
padding-bottom: 37px;

}
.footer-fire-right {
	left: auto;
	right: 90px;
}
.copyright-wrap {
	background: #140a1c;
	padding: 20px 0;
}
.copyright-text p {
	font-size: 14px;
	color: #90949c;
	margin-bottom: 0;
}
.copyright-text p a {
	font-weight: 500;
}
.s-footer-bg {
	background-image: url(../images/bg/s_footer_bg.jpg);
}
.s-footer-bg .fw-title h5 {
	font-size: 16px;
	text-transform: uppercase;
}
.s-footer-bg .footer-newsletter input {
	background: #262228;
}
.s-copyright-wrap {
	background: #161417;
}

/* 27. Preloader */
#preloader{
	background-color: #161417;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	z-index: 99;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

}
.promotext {
	background: #151924;
        color: #c9d1dd;
        font-size: 15px;
}

.profile-section-name {
color: #e4a101
}

.bbCodeBlock { margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}  
.bbCodeName {display:none;}  
.codeMessage {color:#f8f8f8; background:#8b332f; font-size:12px; font-family:Courier new; border:1px solid #c54d47 !important; padding:5px; margin-top:1px; text-shadow:1px 1px 0px #4f0e0c !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}  

.bbQuoteBlock { margin:2px 0px; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}  
.bbQuoteName {display:none;}  
.quoteMessage {color:#f8f8f8; font-size:11px; font-family:tahoma; background:#4d8633; border:1px solid #71bf4d !important; padding:5px; text-shadow:1px 1px 0px #2d5a18 !important; border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}

.f_viewn {width: 387px;height: 370px;overflow:hidden;background:#10131a;margin: 0 0 17px 6px;float:left;transition:0.3s; border-radius: 15px;}
.f_viewn:hover {background:#151924;}
.f_viewn:hover .f_title span {background:rgba(0, 0, 0, 0.9);}
.f_title {height:262px;overflow:hidden;border-bottom:1px solid #252b38;background-size:cover;background-position:center;background-repeat:no-repeat;}
.f_title span {transition:0.3s;background:rgba(0, 0, 0, 0.9);width: 387px;height: 72px;color:#fffdfd;display:block;text-align:center;font-size:12px;text-shadow:0px 2px 2px #000;text-transform:uppercase;padding:15px 5px 0px 5px;}
.f_cont {color:#c9d1dd;font-size: 14px;padding: 8px;overflow:hidden;height:72px;}
.f_cont br {display:none;}
.f_details {height:41px;display:block;border-top: 1px solid #252b38;line-height:33px;color:#d6dce7;padding:0 5px;color:#b8c0cc;}
.f_details span {font-size:13px;color:#b8c0cc;padding: 4px 4px;border-radius: 5px;border: 1px solid #252b38;}
.f_details span i {font-size:12px;}
.right {float:right;}

.f_title span {
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    width: 376px;
    height: 44px;
    color: #fffdfd;
    display: block;
    text-align: center;
    font-size: 12px;
    text-shadow: 0px 2px 2px #000;
    margin-left: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    padding: 8px 5px 0px 5px;
    border-radius: 15px;
    line-height: 16px;
}

.menu {width: 112%; overflow: hidden;  font-size: 14px; }  
  .menu a {width: calc(100% - 10%); height: 35px; line-height: 35px;  display: block; padding-left: 10px;  color: #a3a3a3; text-decoration: none !important; border-top: 1px solid #2e2e2e;}  
.menu a:hover  {box-shadow: 4px 0 0 0 rgb(228,161,3) inset; } 
  
.link_drop a {background: rgb(37, 37, 37); padding-left: 10px;}  
  .link_drop a:hover {box-shadow: 4px 0 0 0 rgb(228,161,1) inset;}  
  .link_drop {height: 35px; overflow: hidden;  }  
  .link_drop:hover {height: calc(35px + 35px * 5);}  
  .link_drop_top {background: rgb(37,37,37) !important; width: calc(100% - 10%) !important; padding-left: 10px; !important;}  
  .link_drop:before {width: 30px; height: 30px; no-repeat center / 100%; transform: translate(-5px,0) rotate(-90deg); display: inline-block; float: right;}  
  .link_drop:hover:before {transform: translate(-5px,0) ;}  
  .link_drop, .menu a, .link_drop:before {transition: all linear .3s; -moz-transition: all linear .3s; -webkit-transition: all linear .3s; -o-transition: all linear .3s;}

#page-install_maps .table-install_maps
{width: 100%;} 

#page-install_maps .table-install_maps td:nth-child(1), #page-install_maps .table-install_maps td:nth-child(2)
{ background: rgba(33, 115, 217, 0.1);
color: #2173d9 !important;
} 

#page-install_maps .table-install_maps td:nth-child(1), #page-install_maps .table-install_maps td:nth-child(2)
{

text-align: center;
color: #2173d9;

} 

#page-install_maps .table-install_maps td:nth-child(1), #page-install_maps .table-install_maps td:nth-child(2)
{
text-align: center;
color: #2173d9;
}

.tumidlogan{width: 33%;float:left;}
.zornet_rugaretun{margin-bottom: 10px;}
.zornet_rugaretun:hover{cursor: pointer;opacity:1;}
.zornet_rugaretun a, .zornet_rugaretun a:hover{text-decoration:none}
.zornet_rugaretun .imgbigload{display: block;border-radius: 15px;position: relative;margin: 0;background-size: cover;width: 98%;height: 240px;}
.zornet_rugaretun .imgbigload:hover{}
.zornet_rugaretun .runilodes{margin-bottom: 12px;padding-left: 5px;font-size: 17px;line-height: 1.333;color: #c9d1dd;padding: 20px;}
.zornet_rugaretun .runilodes a{color: rgba(247, 243, 243, 0.98);}
.zornet_rugaretun .runilodes a:hover{color: #ffc107;}
.musarelag .textadapr{text-align:left;}
.musarelag .title{position: absolute;top: 5px;left: 5px; right: 5px; overflow: hidden;text-overflow: ellipsis;border-radius: 15px;background: rgba(0, 0, 0, 0.89);color: #fff;padding: 0 10px;font-size: 13px;line-height: 25px;}
.zornet_rugaretun .category{position: absolute;bottom: 5px;left: 5px;height: 25px;border-radius: 58px;background-image: linear-gradient(to left, #ff5400, #ffa34b);color: #fff;padding: 0 10px;font-size: 12px;line-height: 23px;}

@media screen and (max-width: 1240px){
  .tumidlogan{background: #10131a;width: 100%!important;height: auto;padding: 0px 0px 0px 3px;}
}

.chat_over{background:rgba(0,0,0,.6);right:20px;position:fixed;padding:0;padding-top:0;z-index:9999;bottom:-182px;text-align:center;font-size:13px;box-shadow:0 1px 3px rgba(0,0,0,.3)}
.chat_over *{outline:none}
.chat_over .jspTrack{height:160px!important}
.chat_over,.ch_sml,.ch_smlin,.uuslugi,.new_comment_error,.forum_get,.comment_answer_button a,.quoteMessage,.premium .prc,.siteRate,.siteRate div,.sb1,.sb2,.chatRight,.gChat,.gChat:hover,.over_ind,.ind,.info_signs,.column_1,.column_c,.column_2,.jspDrag{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.smile_in,.ch_smlin img,.sound_on,.sound_off,#setting_chat a,#rules_chat a,#sound_chat div,.hm,.ch_sml,.jspDrag{transition:all linear .1s;-moz-transition:all linear .1s;-webkit-transition:all linear .1s;-o-transition:all linear .1s}
.comm .us{color:#b8c0cc;font-size:10px;margin-top:-2px;padding:0}
.comm .us a{text-decoration:none}
.comm .us .us_name{color:#b8c0cc}
.comm .av{margin-right:10px;width:28px;height:28px;overflow:hidden;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}
.comm .av img{width:28px;height:28px;object-fit:cover;-webkit-border-radius:250px;-moz-border-radius:250px;border-radius:250px}
.comm .chatInner{width:222px;overflow:hidden;margin-bottom:2px}
.cerr{float:right;padding:7px;padding-right:20px}
.hm{visibility:hidden;position:absolute;height:0;margin-top:-10px;overflow:hidden;opacity:0;top:-34px;right:0;background:rgba(0,0,0,.8);padding:5px 10px;color:#fff;font-size:11px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#online_counter:hover span,#rules_chat:hover span,#setting_chat:hover span,.sound_on:hover span,.sound_off:hover span{opacity:1;height:auto;margin-top:0;visibility:visible}
#c_one_clon,#c_tell{position:absolute;top:-1500px;right:-15000px}
#setting_chat a,#rules_chat a,#sound_chat div{width:16px;height:16px;display:inline-block;opacity:.5;cursor:pointer}
#setting_chat a:hover,#rules_chat a:hover,#sound_chat div:hover{opacity:.9}
#setting_chat,#rules_chat,#sound_chat{float:right;margin-right:10px;margin-top:8px}
#setting_chat a{background:url(/chat_files/chat-sprite.png) 0 -23px no-repeat}
#rules_chat a{background:url(/chat_files/chat-sprite.png) -39px -21px no-repeat}
#sound_chat .sound_on{background:url(/chat_files/chat-sprite.png) -19px -21px no-repeat}
#sound_chat .sound_off{background:url(/chat_files/chat-sprite.png) -19px -35px no-repeat;display:none}
#online_counter{float:right;color:#FFF;margin-top:4px;margin-right:8px;padding:4px;padding-left:16px;background:url(/chat_files/chat-sprite.png) -32px 3px no-repeat;cursor:pointer;font-size:13px}
#bottom_chat span,#top_chat span{display:inline-block;width:17px}
#bottom_chat,#top_chat{text-align:left;padding:8px 12px;color:#FFF;cursor:pointer;font-size:13px}
#bottom_chat,.chtt iframe{display:none}
.ngd{background:#10131a;padding:10px;cursor:default}
.jspContainer{background:none!important}
.pdvr{float:right;opacity:0}
.msg:hover .pdvr{opacity:1}
.clkg{font-size:11px;padding:10px;background:#151924;-webkit-border-radius:0 0 3px 3px;-moz-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}
.cs2{margin-top:3px;color:#E32F17;font-size:10px}
.cs1{margin-top:3px;color:#c9d1dd;font-size:10px}
.mchat{width:250px}
.chtt{border-top:1px solid #252b38}
#mchatMsgF{margin:0!important;max-width:100%!important;min-height:auto!important;width:312px;padding:0 10px!important;height:36px!important;padding-right:53px!important;border:1px solid #252b38;background:#10131a;color:#c9d1dd;-webkit-border-radius:0 0 3px 3px;-moz-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#mchatBtn{position:absolute;top:-1200px;right:-1500px}
#mchatAjax{background:#646464;position:absolute;right:-200px}
.ch_sml{z-index:99999999;height:0;opacity:0;overflow:hidden;margin-top:-98px;right:0;position:absolute}
.ch_smlin{width:157px;height:70px;background:#10131a;overflow:hidden;text-align:left;border:1px solid rgba(255,255,255,.12)}
.ch_smlin img{padding-left:3px;padding-top:3px;float:left;cursor:pointer}
.ch_smlin img:hover{opacity:.7}
.smile_in:hover .ch_sml{height:85px;opacity:1;margin-top:-78px}
.smile_in span{opacity:.5}
.smile_in span:hover{opacity:.8}
.smile_in{z-index:3;position:absolute;margin-left:284px}
.smile_in span{display:inline-block;margin-top:9px;cursor:pointer;width:19px;height:19px;background:url(/chat_files/chat-sprite.png) -8px 0;opacity:.5}
.otbv,.otbv:hover{color:#b8c0cc}
.chatBubbles{display:table}
.chatRight,.cBubbleLeft,.cBubbleRight{display:table-cell;vertical-align:top}
.myBubble{margin-left:38px}
.myBubble .cBubbleLeft{display:none}
.myBubble .chatRight{background:#151924!important}
.myBubble .cBubbleRight{display:table-cell}
.myBubble .chatInner{width:180px;color:#f4f6fb}
.chatRight{background:#151924;border:1px solid #2a303b;padding:5px}
.cBubbleLeft{position:relative}
.cBubbleLeft span,.cBubbleRight span{background:url(/chat_files/chat-sprite.png);width:8px;height:14px;position:absolute;top:7px}
.cBubbleLeft span{background-position:0 0;right:-1px}
.cBubbleRight{display:none;position:relative}
.cBubbleRight .av{margin-left:10px;margin-right:0}
.cBubbleRight span{background-position:0 -14px;left:-1px}
#wrapper2{background:#10131a;width:290px;height:200px;overflow:auto}
#scroller{text-align:left;width:270px;padding:0}
#onlCountDate{display:none}
.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:4px;margin-bottom:5px;height:100%;background:transparent}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:4px;background:transparent}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}
.jspCap{display:none}
.jspHorizontalBar .jspCap{float:left}
.jspTrack{background:transparent;position:relative}
.jspDrag{background:rgba(255,255,255,.22);position:relative;top:0;left:0;cursor:pointer}
.jspDrag:hover{background:rgba(255,255,255,.35)}
.jspDrag:active{background:rgba(255,255,255,.48)}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}
.jspArrow.jspDisabled{cursor:default;background:#80808d}
.jspVerticalBar .jspArrow{height:16px}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:none}
.jspCorner{background:#252b38;float:left;height:100%}
.sb1,.sb2{padding:0 4px}
.msg+.msg{margin-top:9px}
img[rel="usm"]{height:19px;width:19px;vertical-align:middle}

ul.best-file {margin:0; padding:0; border:0; list-style:none;}  
ul.best-file li {display:block; width:230px; height:120px; margin:0 0 4px 0; position:relative; overflow:hidden;}  
ul.best-file li img.best-file-img {width:230px; height:120px; position:absolute; left:0; right:0; z-index:1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}  
ul.best-file li span {float:right; display:block; background:url('http://csomsk.ru/1-ucoz/pm/rip/best-file-span.png') repeat; padding:2px 4px; font-family: font-size:11px; color:#fff; line-height:14px; position:absolute; right:4px; top:4px; z-index:2; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; overflow:hidden;}  
ul.best-file li span img {vertical-align:-3px;}  
ul.best-file li a {display:block; background:url('http://csomsk.ru/1-ucoz/pm/rip/best-file-b.png') repeat; width:230px; height:25px; padding:0 11px; text-transform:uppercase; font-weight:normal; color:#fff; line-height:25px; position:absolute; left:0; bottom:0; z-index:3; border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; -khtml-border-radius:0 0 5px 5px; overflow:hidden;}  
ul.best-file li a img {vertical-align:1px;}
Информер лучшие файлы для Ucoz

.fg-gallery,
.fg-gallery * {
 box-sizing: border-box;
}

.fg-gallery {
 --fg-bg: #0f1117;
 --fg-card: #171b24;
 --fg-line: rgba(255,255,255,0.08);
 --fg-line-strong: rgba(255,255,255,0.16);
 --fg-accent: #ff4d2d;
 --fg-accent-soft: rgba(255,77,45,0.22);

 display: grid;
 grid-template-columns: minmax(0, 1fr) 108px;
 gap: 16px;
 width: 100%;
 max-width: 860px;
 align-items: start;
}

.fg-gallery__main {
 position: relative;
 min-width: 0;
}

.fg-gallery__main-link {
 display: block;
 position: relative;
 border-radius: 22px;
 overflow: hidden;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
 var(--fg-card);
 border: 1px solid var(--fg-line);
 text-decoration: none;
 box-shadow:
 0 12px 30px rgba(0,0,0,0.28),
 inset 0 1px 0 rgba(255,255,255,0.03);
}

.fg-gallery__main-link::after {
 content: "";
 position: absolute;
 inset: 0;
 pointer-events: none;
 background:
 linear-gradient(180deg, rgba(255,255,255,0.04), transparent 20%),
 radial-gradient(circle at top right, rgba(255,77,45,0.12), transparent 30%);
}

.fg-gallery__main img {
 display: block;
 width: 100%;
 height: auto;
 aspect-ratio: 16 / 10;
 object-fit: cover;
 transition: transform 0.45s ease, opacity 0.22s ease;
 will-change: transform, opacity;
 backface-visibility: hidden;
}

.fg-gallery__main-link:hover img {
 transform: scale(1.03);
}

.fg-gallery__thumbs {
 display: flex;
 flex-direction: column;
 gap: 10px;
 height: 100%;
 max-height: 100%;
 overflow-y: auto;
 overflow-x: hidden;
 padding-right: 4px;
 scrollbar-width: thin;
 scrollbar-color: rgba(255,255,255,0.18) transparent;
}

.fg-gallery__thumbs::-webkit-scrollbar {
 width: 6px;
}

.fg-gallery__thumbs::-webkit-scrollbar-track {
 background: transparent;
}

.fg-gallery__thumbs::-webkit-scrollbar-thumb {
 background: rgba(255,255,255,0.18);
 border-radius: 999px;
}

.fg-gallery__thumbs::-webkit-scrollbar-thumb:hover {
 background: rgba(255,255,255,0.32);
}

.fg-gallery__thumb {
 position: relative;
 display: block;
 width: 100%;
 padding: 0;
 border: 0;
 background: none;
 cursor: pointer;
 border-radius: 16px;
 overflow: hidden;
 transition: transform 0.22s ease;
 flex: 0 0 auto;
}

.fg-gallery__thumb::before {
 content: "";
 position: absolute;
 inset: 0;
 border-radius: 16px;
 border: 1px solid var(--fg-line);
 background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
 transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
 z-index: 2;
 pointer-events: none;
}

.fg-gallery__thumb img {
 display: block;
 width: 100%;
 aspect-ratio: 1 / 1;
 object-fit: cover;
 transition: transform 0.25s ease, opacity 0.25s ease;
 opacity: 0.88;
}

.fg-gallery__thumb:hover {
 transform: translateY(-2px);
}

.fg-gallery__thumb:hover img {
 opacity: 1;
 transform: scale(1.04);
}

.fg-gallery__thumb:hover::before {
 border-color: var(--fg-line-strong);
}

.fg-gallery__thumb.is-active::before {
 border-color: var(--fg-accent);
 box-shadow: 0 0 0 1px var(--fg-accent-soft), 0 8px 20px rgba(255,77,45,0.18);
}

.fg-gallery__thumb.is-active img {
 opacity: 1;
}

.fg-gallery.is-single {
 grid-template-columns: 1fr;
}

.fg-gallery.is-single .fg-gallery__thumbs {
 display: none;
}

.download-button.wait-anim,
.glow-button.wait-anim {
 animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
 0% { opacity: 1; }
 50% { opacity: .55; }
 100% { opacity: 1; }
}

.dl-modal {
 display: none;
 position: fixed;
 z-index: 99999;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.55);
 backdrop-filter: blur(4px);
 -webkit-backdrop-filter: blur(4px);
 padding: 20px;
 box-sizing: border-box;
}

.dl-modal.open {
 display: flex;
 align-items: center;
 justify-content: center;
}

.dl-modal__content {
 position: relative;
 background: #10131a;
 width: 100%;
 max-width: 430px;
 border-radius: 16px;
 padding: 26px 24px 22px;
 text-align: center;
 box-shadow: 0 30px 80px rgba(0,0,0,0.45);
 animation: dlFadeIn .28s ease;
}

@keyframes dlFadeIn {
 from { opacity: 0; transform: translateY(-10px) scale(.98); }
 to { opacity: 1; transform: translateY(0) scale(1); }
}

.dl-modal__close {
 position: absolute;
 right: 12px;
 top: 12px;
 width: 34px;
 height: 34px;
 border: none;
 border-radius: 10px;
 background: #151924;
 color: #f4f6fb;
 cursor: pointer;
 font-size: 18px;
 line-height: 1;
 transition: .2s ease;
}

.dl-modal__close:hover {
 background: #202532;
}

.dl-modal__icon {
 width: 60px;
 height: 60px;
 margin: 0 auto 14px;
 border-radius: 16px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: linear-gradient(135deg, rgba(255,122,0,.15), rgba(255,122,0,.06));
 color: #ff7a00;
}

.dl-modal__title {
 margin: 0 0 8px;
 font-size: 24px;
 line-height: 1.2;
 font-weight: 800;
 color: #f4f6fb;
}

.dl-modal__sub {
 margin: 0 0 16px;
 font-size: 14px;
 line-height: 1.6;
 color: #b8c0cc;
}

.dl-modal__timer {
 font-size: 14px;
 font-weight: 700;
 color: #d6dce7;
 margin-bottom: 12px;
}

.dl-modal__timer span {
 color: #ff7a00;
}

.dl-progress {
 width: 100%;
 height: 10px;
 background: #202532;
 border-radius: 999px;
 overflow: hidden;
 margin: 0 0 14px;
}

.dl-progress__bar {
 width: 0%;
 height: 100%;
 background: linear-gradient(90deg, #ff7a00, #ff9f43);
 transition: none !important;
}

.dl-modal__hint {
 display: block;
 font-size: 12px;
 color: #b8c0cc;
 margin-top: 10px;
 line-height: 1.5;
}

.dl-modal__auth {
 margin-top: 18px;
 padding-top: 16px;
 border-top: 1px solid #252b38;
}

.sidebar-about {
 position: relative;
}

.sidebar-download-box,
.sidebar-share-box,
.sidebar-rating-box {
 width: 100%;
 text-align: center;
}

.sidebar-download-box .blog-list-post-tag.download,
.sidebar-download-box .blog-list-post-tag.download .blog-list-post-tag.download {
 display: block;
 width: 100%;
}

.sidebar-download-box .glow-button {
 display: inline-flex;
 align-items: center;
 justify-content: center;
}

.sidebar-share-box .uSocial-Share {
 position: static !important;
 display: inline-block !important;
 width: auto !important;
 margin: 0 auto !important;
 float: none !important;
 transform: none !important;
}

.sidebar-share-box [class*="uSocial"],
.sidebar-share-box a,
.sidebar-share-box div {
 float: none !important;
}

.sidebar-rating-box {
 margin-top: 10px;
}

.sidebar-rating-box #rating_os {
 display: inline-block;
 vertical-align: top;
}

.dl-modal__auth-title {
 margin: 0 0 10px;
 font-size: 13px;
 font-weight: 700;
 color: #d6dce7;
}

.dl-modal__auth-row {
 display: flex;
 gap: 10px;
 justify-content: center;
 flex-wrap: wrap;
}

.dl-modal__auth-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 min-width: 140px;
 height: 42px;
 padding: 0 16px;
 border-radius: 10px;
 text-decoration: none !important;
 font-weight: 700;
 font-size: 13px;
 transition: .2s ease;
}

.dl-modal__auth-btn--reg {
 background: #21181a;
 color: #ff8a3d !important;
 border: 1px solid rgba(255,122,0,.22);
}

.dl-modal__auth-btn--reg:hover {
 background: #2a1d18;
 color: #ff9b55 !important;
}

.dl-modal__auth-btn--login {
 background: #151924;
 color: #d6dce7 !important;
 border: 1px solid #252b38;
}

.dl-modal__auth-btn--login:hover {
 background: #202532;
 color: #f4f6fb !important;
}

.dl-modal__actions {
 display: none;
 margin-top: 16px;
 gap: 10px;
 flex-direction: column;
}

.dl-modal__actions.show {
 display: flex;
}

.dl-modal__manual {
 display: none;
 margin-top: 10px;
 font-size: 13px;
 font-weight: 600;
 color: #d6dce7;
}

.dl-modal__manual.show {
 display: block;
}

.dl-modal__direct,
.dl-modal__mirror {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 width: 100%;
 min-height: 46px;
 border-radius: 10px;
 text-decoration: none !important;
 font-weight: 700;
 transition: .2s ease;
}

.dl-modal__direct {
 background: linear-gradient(90deg, #ff7a00, #ff8c1a);
 color: #fff !important;
 border: 1px solid rgba(255,122,0,.25);
 box-shadow: 0 10px 24px rgba(255,122,0,.22);
}

.dl-modal__direct:hover {
 color: #fff !important;
 filter: brightness(1.03);
 transform: translateY(-1px);
}

.dl-modal__mirror {
 background: #151924;
 color: #d6dce7 !important;
 border: 1px solid #252b38;
}

.dl-modal__mirror:hover {
 background: #202532;
 color: #f4f6fb !important;
}

@media (max-width: 900px) {
 .fg-gallery {
 grid-template-columns: 1fr;
 }

 .fg-gallery__thumbs {
 flex-direction: row;
 overflow-x: auto;
 overflow-y: hidden;
 height: auto !important;
 max-height: none !important;
 padding-right: 0;
 padding-bottom: 4px;
 }

 .fg-gallery__thumb {
 flex: 0 0 88px;
 width: 88px;
 }

 .fg-gallery__thumb img {
 aspect-ratio: 1 / 1;
 }
}

@media (max-width: 640px) {
 .fg-gallery {
 gap: 12px;
 }

 .fg-gallery__main-link {
 border-radius: 16px;
 }

 .fg-gallery__thumb {
 flex: 0 0 74px;
 width: 74px;
 border-radius: 12px;
 }

 .fg-gallery__thumb::before {
 border-radius: 12px;
 }

 .dl-modal {
 padding: 12px;
 }

 .dl-modal__content {
 padding: 22px 16px 18px;
 border-radius: 14px;
 }

 .dl-modal__title {
 font-size: 21px;
 }
}

@media (prefers-reduced-motion: reduce) {
 .fg-gallery__main img,
 .fg-gallery__thumb,
 .fg-gallery__thumb img,
 .fg-gallery__thumb::before {
 transition: none !important;
 }

 .download-button.wait-anim,
 .glow-button.wait-anim {
 animation: none !important;
 }
}

.sidebar-download-box .glow-button,
.sidebar-about .glow-button {
 display: inline-flex !important;
 align-items: center !important;
 justify-content: center !important;
 gap: 8px !important;
 flex-direction: row !important;
 white-space: nowrap !important;
}

.sidebar-download-box .glow-button i,
.sidebar-about .glow-button i {
 order: 0 !important;
 margin: 0 !important;
}

.sidebar-download-box .glow-button .btn-text,
.sidebar-about .glow-button .btn-text {
 order: 1 !important;
}

.sidebar-download-box .glow-button .shine,
.sidebar-about .glow-button .shine {
 pointer-events: none;
}

/* Контейнер соцсетей */
.sidebar-share-box {
  width: 100%;
  display: block;
  text-align: center;
}

/* Сам блок uSocial */
.sidebar-share-box .uSocial-Share {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  padding-bottom: 4px;
}

/* Убираем все ограничения ширины */
.sidebar-share-box .uSocial-Share * {
  max-width: none !important;
}

/* Каждая кнопка */
.sidebar-share-box .uSocial-Share a,
.sidebar-share-box .uSocial-Share div {
  flex: 0 0 auto !important;
}

/* Скролл если вдруг не помещается */
.sidebar-share-box .uSocial-Share::-webkit-scrollbar {
  height: 4px;
}
.sidebar-share-box .uSocial-Share::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.22);
  border-radius: 10px;
}
/* лайк кнопка */
#rating_os {
 flex-shrink: 0;
}

#rating_l {
 white-space: nowrap;
}

.fg-video{
  margin: 30px 0;
  border-radius: 18px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid rgb(167 167 167 / 10%);
  position: relative;
  overflow: hidden;
}

/* лёгкий красный glow */
.fg-video::before{
  content:"";
  position:absolute;
  top:-60px;
  right:-60px;
  width:180px;
  height:180px;
  background: radial-gradient(circle, rgba(228,76,1,.25), transparent 70%);
  pointer-events:none;
}

/* заголовок */
.fg-video__head{
  display:flex;
  align-items:center;
  gap:10px;
  font-family: 'Exo 2', sans-serif;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
  font-size:16px;
  color:#f4f6fb;
  margin-bottom:14px;
}

/* иконка */
.fg-video__icon{
  display:flex;
}

.fg-video__icon svg{
  width:18px;
  height:18px;
  color:#e44c01;
  opacity:.9;
  transition:.2s;
}

.fg-video__head:hover .fg-video__icon svg{
  transform:scale(1.1);
  opacity:1;
}

/* видео контейнер */
.fg-video__wrap{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgb(167 167 167 / 10%);
  background:#000;
}

.fg-video__wrap iframe{
  width:100%;
  height:420px;
  display:block;
}

/* hover эффект */
.fg-video__wrap::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(circle at top right, rgba(228,76,1,.12), transparent 40%);
  pointer-events:none;
}

@media (max-width:768px){
  .fg-video__wrap iframe{
    height:240px;
  }
}

.dl-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin:20px 0 8px;
}

.dl-card,
.dl-card:hover,
.dl-card:focus{
  text-decoration:none !important;
}

.dl-card{
  --card-bg:#10131a;
  --card-bd:#252b38;
  --card-shadow:0 10px 30px rgba(0,0,0,.35);
  --card-text:#f4f6fb;
  --card-sub:#b8c0cc;
  --card-icon-bg:#151924;
  --card-glow:rgba(59,130,246,.16);
  --card-accent:#2563eb;

  position:relative;
  display:flex;
  align-items:center;
  gap:14px;
  min-height:88px;
  padding:16px 18px;
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(21,25,36,.96), rgba(16,19,26,.98));
  border:1px solid var(--card-bd);
  box-shadow:var(--card-shadow);
  overflow:hidden;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease,
    background .22s ease;
}

.dl-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, var(--card-glow), transparent 38%);
  pointer-events:none;
}

.dl-card::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg, var(--card-accent), color-mix(in srgb, var(--card-accent) 60%, white));
  opacity:.95;
}

.dl-card__icon{
  position:relative;
  z-index:2;
  width:48px;
  height:48px;
  flex:0 0 48px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--card-icon-bg);
  color:var(--card-accent);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 18px color-mix(in srgb, var(--card-accent) 18%, transparent);
  transition:transform .22s ease, box-shadow .22s ease;
}

.dl-card__icon svg{
  width:22px;
  height:22px;
  display:block;
}

.dl-card__text{
  position:relative;
  z-index:2;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}

.dl-card__title{
  font-family:'Exo 2', sans-serif;
  font-size:14px;
  font-weight:800;
  line-height:1.2;
  color:var(--card-text);
}

.dl-card__sub{
  font-family:'Manrope', sans-serif;
  font-size:12px;
  line-height:1.35;
  color:var(--card-sub);
}

.dl-card__arrow{
  position:relative;
  z-index:2;
  margin-left:auto;
  width:20px;
  height:20px;
  flex:0 0 20px;
  color:color-mix(in srgb, var(--card-accent) 72%, #c9d1dd);
  transition:transform .22s ease, color .22s ease;
}

.dl-card__arrow svg{
  width:20px;
  height:20px;
  display:block;
}

.dl-card__shine{
  position:absolute;
  inset:-120% auto -120% -35%;
  width:42%;
  transform:rotate(18deg);
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.28), transparent);
  opacity:0;
  pointer-events:none;
}

.dl-card:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 40px rgba(0,0,0,.45);
  border-color:color-mix(in srgb, var(--card-accent) 32%, #252b38);
}

.dl-card:hover .dl-card__icon{
  transform:translateY(-1px) scale(1.03);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    0 12px 24px color-mix(in srgb, var(--card-accent) 24%, transparent);
}

.dl-card:hover .dl-card__arrow{
  transform:translateX(3px);
}

.dl-card:hover .dl-card__shine{
  animation:dlCardShine .85s ease;
}

.dl-card:active{
  transform:translateY(-1px) scale(.995);
}

@keyframes dlCardShine{
  0%{ left:-40%; opacity:0; }
  15%{ opacity:1; }
  100%{ left:120%; opacity:0; }
}

/* colors */
.dl-card--direct{
  --card-accent:#2563eb;
  --card-glow:rgba(37,99,235,.16);
  --card-icon-bg:#101a2f;
  --card-bd:#1d345e;
}

.dl-card--yandex{
  --card-accent:#ef4444;
  --card-glow:rgba(239,68,68,.15);
  --card-icon-bg:#2a1418;
  --card-bd:#4a1f24;
}

.dl-card--google{
  --card-accent:#16a34a;
  --card-glow:rgba(22,163,74,.15);
  --card-icon-bg:#0f2518;
  --card-bd:#1f3f2b;
}

/* если на кнопке идет таймер */
.dl-card.wait-anim{
  animation:dlCardPulse 1.15s ease-in-out infinite;
}

@keyframes dlCardPulse{
  0%,100%{ transform:translateY(0); box-shadow:var(--card-shadow); }
  50%{ transform:translateY(-2px); box-shadow:0 16px 34px rgba(0,0,0,.45); }
}

@media (max-width: 991px){
  .dl-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 575px){
  .dl-card{
    min-height:82px;
    padding:14px 14px;
    gap:12px;
    border-radius:16px;
  }

  .dl-card__icon{
    width:44px;
    height:44px;
    flex-basis:44px;
    border-radius:12px;
  }

  .dl-card__title{
    font-size:13px;
  }

  .dl-card__sub{
    font-size:11px;
  }
}

/* ══════════════════════════════════════════════
   CSS ПЕРЕМЕННЫЕ — СВЕТЛАЯ ТЕМА
══════════════════════════════════════════════ */
:root {
  --bg:      #0b0d12;
  --bg2:     #121620;
  --card:    #10131a;
  --card2:   #151924;
  --card3:   #171c26;
  --card4:   #202532;

  --b:       #252b38;
  --b2:      #303746;
  --b3:      #3b4354;

  --w:       #f4f6fb;
  --w70:     #d6dce7;
  --w50:     #b8c0cc;
  --w30:     #8f98a8;
  --w15:     #5f6878;

  --red:     #ff3c00;
  --red2:    #B81C1C;
  --red3:    #F04040;
  --red4:    #C42424;
  --red-bg:  #21181a;
  --red-b:   #4a2a22;
  --rglow:   rgba(212,43,43,.24);

  --sh:      0 1px 3px rgba(0,0,0,.35), 0 4px 16px rgba(0,0,0,.30);
  --sh2:     0 2px 8px rgba(0,0,0,.40), 0 12px 40px rgba(0,0,0,.35);

  --r:       8px;
  --r2:      12px;
  --r3:      18px;
}

/* ══════════════════════════════════════════════
   RESET & BASE
══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

.svg-sprite { display: none; position: absolute; }
.cnt { max-width: 1364px; margin: 0 auto; padding: 0 24px; }

/* ══════════════════════════════════════════════
   SECTION HEADER
══════════════════════════════════════════════ */
.rou-section { padding: 0px 0 26px; }
.sec-hd {
  display: flex; align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sec-ttl {
  font-family: var(--ff);
  font-size: 22px; font-weight: 800;
  letter-spacing: -.3px;
  color: var(--w);
}
.sec-more {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--fm); font-size: 10.5px;
  color: var(--w50); letter-spacing: .3px;
  background: var(--card); border: 1px solid var(--b);
  padding: 5px 12px; border-radius: 20px;
}

/* ══════════════════════════════════════════════
   MAIN CARD WRAPPER
══════════════════════════════════════════════ */
.rou-card {
  background: var(--card);
  border: 1px solid var(--b);
  border-radius: var(--r3);
  box-shadow: var(--sh);
  overflow: hidden;
}

/* ══════════════════════════════════════════════
   TOP BAR
══════════════════════════════════════════════ */
.rou-bar {
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap;
  padding: 13px 18px; gap: 10px;
  border-bottom: 1px solid var(--b);
  background: var(--card2);
}
.rou-bl { display: flex; align-items: center; gap: 11px; }
.rou-bi {
  width: 35px; height: 35px; flex-shrink: 0;
  border-radius: var(--r);
  background: var(--red-bg); border: 1px solid var(--red-b);
  display: flex; align-items: center; justify-content: center;
  color: var(--red);
}
.rou-btt {
  font-family: var(--ff); font-size: 13px; font-weight: 700;
  color: var(--w); letter-spacing: .2px;
}
.rou-bsub {
  font-family: var(--fm); font-size: 9.5px;
  color: var(--w30); margin-top: 1px;
}
.rou-bdg {
  margin-left: auto;
  font-family: var(--fm); font-size: 10px;
  background: var(--bg2); border: 1px solid var(--b);
  color: var(--w50); padding: 3px 10px;
  border-radius: 20px; letter-spacing: .3px;
}

/* volume */
.rou-vol { display: flex; align-items: center; gap: 7px; }
.rou-vol-btn {
  width: 30px; height: 30px; flex-shrink: 0;
  border: 1px solid var(--b); background: var(--card);
  border-radius: var(--r);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--w50); transition: all .15s;
}
.rou-vol-btn:hover { border-color: var(--b2); color: var(--w); }
.rou-vol-btn.muted { color: var(--w15); }
.vol-slider {
  width: 68px; height: 3px;
  -webkit-appearance: none; appearance: none;
  background: var(--b2); border-radius: 2px;
  outline: none; cursor: pointer;
}
.vol-slider::-webkit-slider-thumb {
  -webkit-appearance: none; width: 12px; height: 12px;
  border-radius: 50%; background: var(--red);
  cursor: pointer; transition: transform .15s;
}
.vol-slider::-webkit-slider-thumb:hover { transform: scale(1.25); }

/* ══════════════════════════════════════════════
   TRACK
══════════════════════════════════════════════ */
.rou-outer {
  position: relative; overflow: hidden;
  background: var(--card3); height: 238px;
  border-bottom: 1px solid var(--b);
}
.rou-fl, .rou-fr {
  position: absolute; top: 0; bottom: 0;
  width: 110px; z-index: 3; pointer-events: none;
}
.rou-fl { left: 0; background: linear-gradient(to right, var(--card3) 5%, transparent); }
.rou-fr { right: 0; background: linear-gradient(to left, var(--card3) 5%, transparent); }

.rou-ptr {
  position: absolute; top: 0; bottom: 0;
  left: 50%; width: 2px; transform: translateX(-50%);
  z-index: 4; pointer-events: none;
  background: var(--red);
  box-shadow: 0 0 8px rgba(212,43,43,.25);
}
.rou-ptr::before {
  content: ''; position: absolute;
  top: -1px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--red);
}
.rou-ptr::after {
  content: ''; position: absolute;
  bottom: -1px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid var(--red);
}
.rou-track {
  display: flex; align-items: center;
  height: 100%; padding: 8px 6px;
  gap: 6px; will-change: transform;
}

/* ══════════════════════════════════════════════
   CONTROLS
══════════════════════════════════════════════ */
.rou-ctrls {
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.rou-ctrl-row {
  display: flex; align-items: center;
  gap: 7px; flex-wrap: wrap;
}
.rou-ctrl-label {
  font-family: var(--fm); font-size: 9.5px;
  color: var(--w30); letter-spacing: .5px;
  text-transform: uppercase; flex-shrink: 0;
  min-width: 50px;
}

/* spin */
.btn-spin {
  display: flex; align-items: center; gap: 7px;
  background: var(--red); color: #fff;
  font-family: var(--ff); font-size: 12.5px; font-weight: 700;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 8px 18px; border-radius: var(--r);
  border: none; cursor: pointer; transition: all .18s; flex-shrink: 0;
}
.btn-spin:hover:not(:disabled) { background: var(--red2); box-shadow: 0 4px 14px var(--rglow); }
.btn-spin:disabled { opacity: .4; cursor: default; }

/* stop */
.btn-stop {
  display: flex; align-items: center; gap: 6px;
  background: var(--card); color: var(--w50);
  font-family: var(--ff); font-size: 11.5px; font-weight: 600;
  letter-spacing: .3px; padding: 8px 14px; border-radius: var(--r);
  border: 1px solid var(--b); cursor: pointer; transition: all .18s;
}
.btn-stop:hover:not(:disabled) { border-color: var(--b2); color: var(--w); background: var(--card2); }
.btn-stop:disabled { opacity: .3; cursor: default; }

/* pause */
.btn-pause {
  display: flex; align-items: center; gap: 6px;
  background: var(--card); color: var(--w50);
  font-family: var(--ff); font-size: 11.5px; font-weight: 600;
  letter-spacing: .3px; padding: 8px 13px; border-radius: var(--r);
  border: 1px solid var(--b); cursor: pointer; transition: all .18s;
}
.btn-pause:hover:not(:disabled) { border-color: var(--b2); color: var(--w); background: var(--card2); }
.btn-pause:disabled { opacity: .3; cursor: default; }

/* result */
.rou-res {
  display: flex; align-items: center; gap: 7px;
  font-family: var(--fm); font-size: 10.5px; color: var(--w30);
  background: var(--bg2); border: 1px solid var(--b);
  padding: 7px 13px; border-radius: var(--r);
  flex: 1; min-width: 140px; letter-spacing: .2px;
  transition: all .2s;
}
.rou-res.win {
  color: var(--red); background: var(--red-bg);
  border-color: var(--red-b); cursor: pointer; font-weight: 500;
}

/* stats */
.rou-stats-wrap { display: flex; gap: 8px; margin-left: auto; }
.rou-stat {
  display: flex; flex-direction: column; align-items: center;
  background: var(--card2); border: 1px solid var(--b);
  border-radius: var(--r); padding: 4px 12px; min-width: 48px;
}
.rou-stat-val {
  font-family: var(--ff); font-size: 15px; font-weight: 800;
  color: var(--w); line-height: 1;
}
.rou-stat-lbl {
  font-family: var(--fm); font-size: 8px;
  color: var(--w30); letter-spacing: .4px; margin-top: 2px;
}

/* speed */
.rou-spd-btns { display: flex; gap: 4px; }
.rou-spd {
  font-family: var(--fm); font-size: 10px;
  padding: 5px 11px; border-radius: 6px;
  border: 1px solid var(--b); background: var(--card);
  color: var(--w50); cursor: pointer; transition: all .15s;
  display: flex; align-items: center; gap: 4px;
}
.rou-spd:hover { border-color: var(--b2); color: var(--w); background: var(--card2); }
.rou-spd.act { background: var(--red); border-color: var(--red); color: #fff; }

/* auto */
.rou-auto-btns { display: flex; gap: 4px; }
.rou-auto {
  font-family: var(--fm); font-size: 10px;
  padding: 5px 11px; border-radius: 6px;
  border: 1px solid var(--b); background: var(--card);
  color: var(--w50); cursor: pointer; transition: all .15s;
}
.rou-auto:hover { border-color: var(--b2); color: var(--w); background: var(--card2); }
.rou-auto.act { background: var(--w); border-color: var(--w); color: var(--card); }
#btnAutoStop {
  background: var(--red-bg); border-color: var(--red-b); color: var(--red);
}
.rou-auto-status {
  font-family: var(--fm); font-size: 10px;
  color: var(--red); letter-spacing: .3px;
}

/* history */
.rou-hist { display: flex; flex-wrap: wrap; gap: 4px; flex: 1; min-width: 0; }
.rou-hist-empty {
  font-family: var(--fm); font-size: 10px;
  color: var(--w15); letter-spacing: .3px;
}
.rou-hist-chip {
  font-family: var(--fm); font-size: 9.5px;
  background: var(--card2); border: 1px solid var(--b);
  color: var(--w50); padding: 3px 8px; border-radius: 4px;
  text-decoration: none; transition: all .15s;
  white-space: nowrap; letter-spacing: .2px;
  max-width: 120px; overflow: hidden; text-overflow: ellipsis;
  display: inline-block;
}
.rou-hist-chip:hover { background: var(--red-bg); border-color: var(--red-b); color: var(--red); }

/* ══════════════════════════════════════════════
   WIN BLOCK
══════════════════════════════════════════════ */
.rou-win-block {
  display: none;
  margin: 0 18px 18px;
  background: var(--card2); border: 1px solid var(--b);
  border-radius: var(--r2); padding: 14px 18px;
  gap: 15px; align-items: center;
  box-shadow: var(--sh);
  animation: winSlide .3s ease;
}
.rou-win-block.show { display: flex; }
@keyframes winSlide {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.rou-win-img {
  width: 88px; height: 68px; flex-shrink: 0;
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--b); background: var(--card3);
}
.rou-win-info { flex: 1; min-width: 0; }
.rou-win-eyebrow {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--fm); font-size: 9px;
  color: var(--w30); letter-spacing: .5px;
  text-transform: uppercase; margin-bottom: 4px;
}
.rou-win-eyebrow svg { color: var(--red); flex-shrink: 0; }
.rou-win-name {
  font-family: var(--ff); font-size: 16px; font-weight: 800;
  letter-spacing: .2px; color: var(--w); margin-bottom: 4px;
  text-transform: uppercase;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.rou-win-tag {
  font-family: var(--fm); font-size: 10px; color: var(--w30);
}
.rou-win-actions { display: flex; gap: 7px; flex-shrink: 0; }
.rou-win-btn-more {
  display: flex; align-items: center; gap: 6px;
  background: var(--card); border: 1px solid var(--b); color: var(--w50);
  font-family: var(--ff); font-size: 11.5px; font-weight: 600;
  letter-spacing: .4px; text-transform: uppercase;
  padding: 8px 14px; border-radius: var(--r);
  text-decoration: none; transition: all .18s;
}
.rou-win-btn-more:hover { border-color: var(--b2); color: var(--w); background: var(--card2); }
.rou-win-btn {
  display: flex; align-items: center; gap: 6px;
  background: var(--red); border: none; color: #fff;
  font-family: var(--ff); font-size: 11.5px; font-weight: 700;
  letter-spacing: .7px; text-transform: uppercase;
  padding: 8px 16px; border-radius: var(--r);
  text-decoration: none; transition: all .18s; cursor: pointer;
}
.rou-win-btn:hover { background: var(--red2); box-shadow: 0 4px 14px var(--rglow); }

/* ── ОБЩИЙ БЛОК ── */
.fgv-block {
  margin: 24px 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #252b38;
  background: #10131a;
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  font-family: 'Manrope', sans-serif;
}
 
/* ── ШАПКА ── */
.fgv-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  background: #151924;
  border-bottom: 1px solid #252b38;
}
.fgv-head-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #21181a;
  border: 1px solid #3a2a24;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e44c01;
}
.fgv-head-icon svg { width: 16px; height: 16px; }
.fgv-head-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #f4f6fb;
  letter-spacing: .3px;
  text-transform: uppercase;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fgv-head-title span { color: #e44c01; }
 
/* ── ПРЕВЬЮ-ОБЁРТКА ── */
.fgv-preview-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  overflow: hidden;
  background: #111;
  display: block;
}
 
/* ── ПРЕВЬЮ-КАРТИНКА ── */
.fgv-preview-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease, filter .3s ease;
}
.fgv-preview-wrap:hover .fgv-preview-img {
  transform: scale(1.03);
  filter: brightness(.85);
}
 
/* ── CANVAS ЧАСТИЦЫ ── */
.fgv-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
 
/* ── ЗАТЕМНЕНИЕ ── */
.fgv-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.18) 0%,
    rgba(0,0,0,.05) 40%,
    rgba(0,0,0,.55) 100%
  );
  z-index: 3;
}
 
/* ── КНОПКА PLAY ── */
.fgv-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(244,246,251,.92);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .22s ease, background .18s, box-shadow .22s;
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
}
.fgv-play-btn svg {
  width: 28px;
  height: 28px;
  color: #e44c01;
  margin-left: 4px;
  transition: color .18s;
}
.fgv-preview-wrap:hover .fgv-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: #e44c01;
  box-shadow: 0 12px 36px rgba(228,76,1,.4);
}
.fgv-preview-wrap:hover .fgv-play-btn svg {
  color: #ffffff;
}
 
/* ── БЕЙДЖ RUTUBE ── */
.fgv-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px 5px 8px;
  background: rgba(20,20,20,.75);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}
.fgv-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.fgv-badge-text {
  font-family: 'Exo 2', sans-serif;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: .6px;
  text-transform: uppercase;
}
 
/* ── ПОДПИСЬ ── */
.fgv-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 16px 14px;
  pointer-events: none;
}
.fgv-caption-text {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 6px;
}
.fgv-caption-text svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #e44c01;
}
 
/* ── IFRAME (скрыт до клика) ── */
.fgv-iframe-wrap {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.fgv-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.fgv-iframe-wrap.active { display: block; }
.fgv-preview-wrap.hidden { display: none; }

.lmx-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lmx-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
  padding: 7px 10px;
  background: linear-gradient(180deg, #151924 0%, #10131a 100%);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,.35);
  transition: .18s ease;
}

.lmx-meta-chip:hover {
  background: linear-gradient(180deg, #21181a 0%, #1b1416 100%);
  border-color: rgba(255,102,0,.22);
  box-shadow: 0 8px 18px rgba(255,102,0,.10);
  transform: translateY(-1px);
}

.lmx-meta-chip-icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,102,0,.08);
  border: 1px solid rgba(255,102,0,.12);
  color: #ff6b1a;
  transition: .18s ease;
}

.lmx-meta-chip:hover .lmx-meta-chip-icon {
  background: rgba(255,102,0,.12);
  border-color: rgba(255,102,0,.18);
  color: #ff7a2b;
}

.lmx-meta-chip-icon svg {
  width: 13px;
  height: 13px;
}

.lmx-meta-chip-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.lmx-meta-chip-label {
  font-family: 'Space Mono', monospace;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.45);
}

.lmx-meta-chip-value {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  color: #f4f6fb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.lmx-meta-chip:hover .lmx-meta-chip-value {
  color: #ff8a3d;
}

/* сетка не растягивает карточки по высоте соседа */
#allEntries {
  align-items: start !important;
}

.cscard {
  background: #10131a;
  border: 1px solid #252b38;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow .22s, border-color .22s;
  font-family: 'Manrope', sans-serif;
margin-left: 20px;

}
.cscard:hover {
  box-shadow: 0 8px 28px rgba(228,76,1,.14);
  border-color: #3a2a24;
}

/* КАРТИНКА */
.cscard-img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #171c26;
}
.cscard-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.cscard:hover .cscard-img {
  transform: scale(1.04);
}
.cscard-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.28) 100%);
  pointer-events: none;
  z-index: 3;
}

/* КАТЕГОРИЯ (на картинке) */
.cscard-cat {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  background: rgba(228,76,1,.88);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  font-family: 'Exo 2', sans-serif;
  font-size: 10px; font-weight: 800;
  color: #ffffff;
  letter-spacing: .4px; text-transform: uppercase;
  text-decoration: none;
  transition: background .18s;
}
.cscard-cat:hover {
  background: #c23a00;
  color: #ffffff;
  text-decoration: none;
}

/* КАТЕГОРИЯ (без картинки) */
.cscard-cat--noimg {
  position: static;
  display: inline-flex;
  margin: 12px 14px 0;
}

/* ПОЛОСКИ-ПЕРЕКЛЮЧАТЕЛИ */
.cscard-strips {
  position: absolute;
  bottom: 8px; left: 8px; right: 8px;
  z-index: 4;
  display: flex;
  gap: 4px;
}
.cscard-strip {
  flex: 1;
  height: 3px;
  background: rgba(255,255,255,.4);
  border-radius: 2px;
  cursor: pointer;
  transition: background .18s, transform .18s;
}
.cscard-strip:hover,
.cscard-strip.cscard-strip-active {
  background: #ff6600;
  transform: scaleY(1.5);
}

/* ТЕЛО */
.cscard-body {
  padding: 14px 14px 10px;
}
.cscard-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Exo 2', sans-serif;
  font-size: 14px; font-weight: 800;
  color: #f4f6fb;
  line-height: 1.3;
  height: calc(14px * 1.3 * 2);  /* 2 строки фиксированно */
  margin-bottom: 7px;
  text-decoration: none;
  transition: color .18s;
}
.cscard-title:hover { color: #e44c01; }
.cscard-desc {
  font-size: 12px;
  color: #b8c0cc;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(12px * 1.6 * 3);  /* 3 строки фиксированно */
}

/* МЕТА */
.cscard-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.cscard-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #9a9690;
}
.cscard-meta-item svg {
  width: 11px; height: 11px;
  color: #e44c01; flex-shrink: 0;
}

/* КНОПКИ ПОДРОБНЕЕ / СКАЧАТЬ */
.cscard-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 0 14px 12px;
}
.cscard-btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  background: #151924;
  border: 1px solid #252b38;
  border-radius: 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px; font-weight: 700;
  color: #c9d1dd;
  letter-spacing: .3px; text-transform: uppercase;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s, transform .18s;
}
.cscard-btn-more svg {
  width: 12px; height: 12px;
  flex-shrink: 0; color: #e44c01;
}
.cscard-btn-more:hover {
  background: #202532;
  border-color: #303746;
  color: #f4f6fb;
  text-decoration: none;
  transform: translateY(-1px);
}
.cscard-btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  background: linear-gradient(135deg, #ff3d00, #ff6200);
  border: none;
  border-radius: 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px; font-weight: 800;
  color: #ffffff;
  letter-spacing: .3px; text-transform: uppercase;
  text-decoration: none;
  position: relative; overflow: hidden;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 12px rgba(255,61,0,.22);
}
.cscard-btn-dl svg { width: 12px; height: 12px; flex-shrink: 0; }
.cscard-btn-dl::before {
  content: "";
  position: absolute;
  top: 0; left: -75%; width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.22), transparent);
  transform: skewX(-20deg);
  animation: cscard-shine 2.8s linear infinite;
}
@keyframes cscard-shine { 0%{left:-75%} 100%{left:125%} }
.cscard-btn-dl:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255,61,0,.34);
  color: #ffffff; text-decoration: none;
}

/* ПОДВАЛ */
.cscard-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 14px;
  background: #151924;
  border-top: 1px solid #252b38;
}
.cscard-stats-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cscard-stat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #9a9690;
  font-weight: 600;
}
.cscard-stat svg { width: 12px; height: 12px; color: #e44c01; }

/* ЛАЙК */
.cscard-like-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  background: #151924;
  border: 1px solid #252b38;
  border-radius: 8px;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px; font-weight: 700;
  color: #9a9690;
  cursor: pointer;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
  line-height: 1;
}
.cscard-like-btn svg {
  width: 12px; height: 12px;
  flex-shrink: 0;
  transition: color .18s, transform .2s;
}
.cscard-like-btn:hover {
  background: #21181a;
  border-color: #3a2a24;
  color: #e63946;
  text-decoration: none;
}
.cscard-like-btn:hover svg {
  color: #e63946;
  transform: scale(1.2);
}
.cscard-like-btn.cscard-like-btn--active {
  background: #21181a;
  border-color: #3a2a24;
  color: #e63946;
}
.cscard-like-btn.cscard-like-btn--active svg {
  color: #e63946;
  fill: #e63946;
}

.cscat-wrap {
  background: #10131a;
  border: 1px solid #252b38;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 18px;
  font-family: 'Manrope', sans-serif;
  box-shadow: 0 2px 16px rgba(0,0,0,.35);
}
.cscat-banner {
  width: 100%;
  display: block;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}
.cscat-body {
  padding: 20px 22px 18px;
}













.cscat-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #f4f6fb;
  letter-spacing: -.3px;
  line-height: 1.15;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cscat-title-accent {
  width: 4px;
  min-width: 4px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff3d00, #ff8c00);
  margin-top: 3px;
  flex-shrink: 0;
}
.cscat-desc {
  font-size: 14px;
  color: #b8c0cc;
  line-height: 1.72;
}
.cscat-desc p { margin: 0 0 10px; }
.cscat-desc p:last-child { margin: 0; }
.cscat-desc strong { color: #f4f6fb; font-weight: 700; }
.cscat-desc a { color: #e44c01; text-decoration: none; }
.cscat-desc a:hover { text-decoration: underline; }

/* ═══════════════════════════════════════
   cscat-desc — стили содержимого
   абзацы, списки, заголовки, цитаты и т.д.
   cs.com.ru
═══════════════════════════════════════════ */

.cscat-desc {
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  line-height: 1.85;
  color: #d6dce7;
  hyphens: auto;
}

/* ── абзацы ── */
.cscat-desc p {
  margin: 0 0 14px;
  color: #d6dce7;
}
.cscat-desc p:last-child { margin-bottom: 0; }

/* ── жирный / курсив ── */
.cscat-desc b,
.cscat-desc strong {
  font-weight: 700;
  color: #e44c01;
}
.cscat-desc i,
.cscat-desc em {
  font-style: italic;
  color: #b8c0cc;
}

/* ── ссылки ── */
.cscat-desc a {
  color: #e44c01;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(228,76,1,.4);
  transition: color .18s, border-color .18s;
}
.cscat-desc a:hover {
  color: #ff7a2f;
  border-bottom-color: #ff7a2f;
}

/* ── заголовки внутри текста ── */
.cscat-desc h2,
.cscat-desc h3,
.cscat-desc h4 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  color: #f4f6fb;
  margin: 24px 0 10px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cscat-desc h2::before,
.cscat-desc h3::before,
.cscat-desc h4::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  background: #e44c01;
  border-radius: 3px;
}
.cscat-desc h2 { font-size: 18px; }
.cscat-desc h2::before { width: 4px; height: 22px; }

.cscat-desc h3 { font-size: 16px; }
.cscat-desc h3::before { width: 4px; height: 18px; }

.cscat-desc h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .5px; }
.cscat-desc h4::before { width: 8px; height: 8px; border-radius: 50%; }

/* ── маркированный список ── */
.cscat-desc ul {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.cscat-desc ul li {
  position: relative;
  padding: 6px 0 6px 22px;
  border-bottom: 1px solid #252b38;
  font-size: 14px;
  color: #d6dce7;
  line-height: 1.6;
}
.cscat-desc ul li:last-child { border-bottom: none; }
.cscat-desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 7px;
  height: 7px;
  background: #e44c01;
  border-radius: 50%;
  flex-shrink: 0;
}

/* вложенный ul */
.cscat-desc ul ul {
  margin: 6px 0 0;
  padding-left: 12px;
}
.cscat-desc ul ul li::before {
  width: 5px; height: 5px;
  background: transparent;
  border: 2px solid #e44c01;
}

/* ── нумерованный список ── */
.cscat-desc ol {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  counter-reset: cscat-counter;
}
.cscat-desc ol li {
  position: relative;
  padding: 7px 0 7px 38px;
  border-bottom: 1px solid #252b38;
  font-size: 14px;
  color: #d6dce7;
  line-height: 1.6;
  counter-increment: cscat-counter;
}
.cscat-desc ol li:last-child { border-bottom: none; }
.cscat-desc ol li::before {
  content: counter(cscat-counter);
  position: absolute;
  left: 0;
  top: 7px;
  width: 24px;
  height: 24px;
  background: #e44c01;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* ── цитата / blockquote ── */
.cscat-desc blockquote {
  margin: 18px 0;
  padding: 14px 18px;
  background: #21181a;
  border-left: 4px solid #e44c01;
  border-radius: 0 10px 10px 0;
  color: #b8c0cc;
  font-size: 14px;
  font-style: italic;
  line-height: 1.75;
}
.cscat-desc blockquote p { margin: 0; color: #b8c0cc; }
.cscat-desc blockquote strong { color: #ff7a2f; }

/* ── инфо-блок (tip) — обернуть в <div class="cscat-tip"> ── */
.cscat-desc .cscat-tip {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 18px 0;
  padding: 14px 16px;
  background: linear-gradient(180deg, #151924, #21181a);
  border: 1px solid rgba(228,76,1,.15);
  border-radius: 12px;
  font-size: 13px;
  color: #d6dce7;
  line-height: 1.7;
}
.cscat-desc .cscat-tip::before {
  content: '!';
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px; height: 26px;
  background: #e44c01;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border-radius: 8px;
  margin-top: 1px;
}

/* ── горизонтальная линия ── */
.cscat-desc hr {
  border: none;
  border-top: 1px solid #252b38;
  margin: 20px 0;
}

/* ── таблица ── */
.cscat-desc table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 16px 0;
}
.cscat-desc table th {
  background: #151924;
  color: #f4f6fb;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .4px;
  padding: 10px 14px;
  border: 1px solid #252b38;
  text-align: left;
}
.cscat-desc table td {
  padding: 9px 14px;
  border: 1px solid #252b38;
  color: #d6dce7;
  vertical-align: top;
}
.cscat-desc table tr:nth-child(even) td { background: #151924; }
.cscat-desc table tr:hover td { background: #21181a; }
.cscat-desc table td b,
.cscat-desc table td strong { color: #e44c01; }

/* ── код ── */
.cscat-desc code {
  font-family: 'Courier New', monospace;
  font-size: 13px;
  background: #151924;
  border: 1px solid #252b38;
  border-radius: 5px;
  padding: 1px 7px;
  color: #ff7a2f;
}
.cscat-desc pre {
  background: #0b0d12;
  border-radius: 10px;
  padding: 16px 18px;
  overflow-x: auto;
  margin: 16px 0;
}
.cscat-desc pre code {
  background: transparent;
  border: none;
  color: #e8e8e8;
  font-size: 13px;
  padding: 0;
}

/* ── мобайл ── */
@media (max-width: 640px) {
  .cscat-desc { font-size: 13px; }
  .cscat-desc h2 { font-size: 16px; }
  .cscat-desc h3 { font-size: 14px; }
  .cscat-desc ol li { padding-left: 34px; }
  .cscat-desc table { font-size: 12px; }
  .cscat-desc table th,
  .cscat-desc table td { padding: 7px 10px; }
}

/* ═══════════════════════════════════════
   uCoz AJAX-окна — cs.com.ru style
   Светлая тема, акцент #e44c01
   Без картинок — всё на CSS
═══════════════════════════════════════ */

/* ── ОБЁРТКА ОКНА ── */
.xw-plain, .xw-resize, .xw-active {
  background: #10131a !important;
  border: 1px solid #252b38 !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 40px rgba(0,0,0,.45) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* ── ШАПКА ОКНА ── */
.xw-tl, .xw-tr, .xw-tc {
  background: #151924 !important;
  background-image: none !important;
  border-radius: 12px 12px 0 0 !important;
  border-color: transparent !important;
  border-bottom: 1px solid #252b38 !important;
}

.xw-hdr {
  height: 44px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.xw-hdr-text {
  color: #f4f6fb !important;
  font-family: 'Oswald', 'Jura', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .3px !important;
  line-height: 44px !important;
  margin-left: 16px !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
}

/* оранжевая полоска слева в шапке */
.xw-tl {
  border-left: 3px solid #e44c01 !important;
}

/* ── КНОПКА ЗАКРЫТИЯ (×) ── */
.xt {
  width: 28px !important;
  height: 28px !important;
  background: none !important;
  float: right !important;
  border: 1px solid #252b38 !important;
  border-radius: 8px !important;
  margin-top: 8px !important;
  margin-right: 8px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: background .18s, border-color .18s !important;
  position: relative !important;
  /* скрываем оригинальный текст и картинку внутри */
  font-size: 0 !important;
  color: transparent !important;
  overflow: hidden !important;
}

/* крестик через псевдоэлементы */
.xt::before,
.xt::after {
  content: '' !important;
  position: absolute !important;
  width: 12px !important;
  height: 2px !important;
  background: #b8c0cc !important;
  border-radius: 2px !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -6px !important;
  margin-top: -1px !important;
}
.xt::before { transform: rotate(45deg) !important; }
.xt::after  { transform: rotate(-45deg) !important; }

.xt-close,
.xt-close-over {
  background-color: transparent !important;
  background-image: none !important;
  background-position: unset !important;
}
.xt-close-over,
.xt:hover {
  background: #21181a !important;
  border-color: rgba(228,76,1,.3) !important;
}
.xt:hover::before,
.xt:hover::after { background: #e44c01 !important; }

/* ── СКРЫТЫЕ ЭЛЕМЕНТЫ ── */
.x-sh, .xsl,
.xt-maxi, .xt-mini,
.xw-sps,
.xw-bl, .xw-br,
.myBtnLeft, .myBtnRight,
.myBtnLeftA, .myBtnRightA { display: none !important; }

/* ── ТЕЛО ОКНА ── */
.xw-bc, .xw-mr, .xw-ml, .xw-mc {
  background: #10131a !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.xw-body {
  border: 0 !important;
  padding: 16px !important;
}

.xw-ml {
  padding: 0 0 8px !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.myWinCont {
  width: 100% !important;
  font-family: 'Jura', sans-serif !important;
}

/* ── СТРОКИ / ЯЧЕЙКИ ── */
.xw-sps, .xw-tc, .xw-tr {
  border-bottom: 0 !important;
  color: #d6dce7 !important;
  font-size: 13px !important;
}

/* строки смайлов / файлов */
.myWinTD1 {
  background: #151924 !important;
  border-bottom: 1px solid #252b38 !important;
}

.myWinTD2 {
  background: #21181a !important;
}

/* ── FIELDSET ── */
.myWinCont fieldset {
  border: 1px solid #252b38 !important;
  border-radius: 8px !important;
  padding: 10px 12px !important;
  margin-bottom: 8px !important;
}

/* ── ОПРОСЫ ── */
.myWinPollTd {
  background: #10131a !important;
  text-align: center !important;
}

.myWinPollT {
  background: #151924 !important;
  float: left !important;
  margin-right: 257px !important;
  width: 100% !important;
}

.myWinPollG { display: none !important; }

/* ── ТЕКСТ ВНУТРИ ── */
.myWinCont strong,
.myWinCont b {
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #f4f6fb !important;
}

/* ── КНОПКИ В ОКНЕ ── */
.myBtnCenter,
.myBtnCenterA {
  background: none !important;
  text-align: center !important;
  padding: 12px 16px !important;
}

.myBtnCont a:link,
.myBtnCont a:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  min-width: 80px !important;
  padding: 0 18px !important;
  background: #e44c01 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .3px !important;
  text-shadow: none !important;
  text-decoration: none !important;
  box-shadow: 0 3px 10px rgba(228,76,1,.35) !important;
  cursor: pointer !important;
  transition: background .18s, box-shadow .18s !important;
}

.myBtnCont a:hover {
  background: #c43d00 !important;
  box-shadow: 0 4px 14px rgba(228,76,1,.45) !important;
}

/* ═══════════════════════════════════════
   Форма входа — auth-modal
   cs.com.ru
═══════════════════════════════════════ */

/* ── ОБЁРТКА ── */
.auth-modal-base {
  padding: 20px !important;
  font-family: 'Jura', sans-serif !important;
}

.uwnd-local-auth table {
  width: 100% !important;
  border: none !important;
}

/* ── ЛЕЙБЛЫ (Логин / Пароль) ── */
.uwnd-local-auth td:first-child {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .4px !important;
  color: #b8c0cc !important;
  padding-right: 10px !important;
  white-space: nowrap !important;
  width: 70px !important;
}

/* ── ПОЛЯ ВВОДА ── */
.uwnd-local-auth input[type="text"],
.uwnd-local-auth input[type="password"] {
  width: 100% !important;
  height: 36px !important;
  padding: 0 12px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 8px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #f4f6fb !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color .18s, background .18s, box-shadow .18s !important;
  box-shadow: none !important;
}

.uwnd-local-auth input[type="text"]:focus,
.uwnd-local-auth input[type="password"]:focus {
  background: #10131a !important;
  border-color: #e44c01 !important;
  box-shadow: 0 0 0 3px rgba(228,76,1,.1) !important;
}

/* строки таблицы — отступы между полями */
.uwnd-local-auth tr + tr td {
  padding-top: 8px !important;
}

/* ── ЧЕКБОКСЫ ── */
.uwnd-local-auth input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  accent-color: #e44c01 !important;
  cursor: pointer !important;
  margin-right: 5px !important;
  vertical-align: middle !important;
}

.uwnd-local-auth label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #c9d1dd !important;
  cursor: pointer !important;
  vertical-align: middle !important;
  user-select: none !important;
}

/* ── КНОПКА ВХОД ── */
.uwnd-local-auth .ubtn-default,
.uwnd-local-auth button[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 36px !important;
  padding: 0 20px !important;
  background: #e44c01 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .4px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer !important;
  box-shadow: 0 3px 10px rgba(228,76,1,.35) !important;
  transition: background .18s, box-shadow .18s, transform .12s !important;
  white-space: nowrap !important;
}

.uwnd-local-auth .ubtn-default:hover,
.uwnd-local-auth button[type="submit"]:hover {
  background: #c43d00 !important;
  box-shadow: 0 4px 14px rgba(228,76,1,.45) !important;
}

.uwnd-local-auth .ubtn-default:active,
.uwnd-local-auth button[type="submit"]:active {
  transform: scale(.97) !important;
}

.uwnd-local-auth .ubtn-default:disabled {
  opacity: .5 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* ── ССЫЛКИ «Забыл пароль» · «Регистрация» — в виде кнопок ── */
.uwnd-local-auth td[colspan="2"] {
  padding-top: 12px !important;
  border: none !important;
  border-top: none !important;
  display: table-cell !important;
  text-align: center !important;
}

/* прячем разделитель · */
.uwnd-local-auth td[colspan="2"] > *:not(a) { display: none !important; }

.uwnd-local-auth td[colspan="2"] a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 32px !important;
  padding: 0 14px !important;
  margin: 0 4px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 8px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .4px !important;
  text-transform: uppercase !important;
  color: #c9d1dd !important;
  text-decoration: none !important;
  transition: background .18s, border-color .18s, color .18s !important;
}

.uwnd-local-auth td[colspan="2"] a:hover {
  background: #21181a !important;
  border-color: rgba(228,76,1,.3) !important;
  color: #e44c01 !important;
}

/* ── ШИРИНА ОКНА ── */
.xw-plain, .xw-resize, .xw-active {
  min-width: 360px !important;
}

.auth-modal-base {
  min-width: 300px !important;
}

/* ═══════════════════════════════════════
   Форма «Забыл пароль» — pass-remind
   cs.com.ru
═══════════════════════════════════════ */

.pass-remind table {
  width: 100% !important;
  border: none !important;
  font-family: 'Jura', sans-serif !important;
}

/* ── ЛЕЙБЛ ── */
.pass-remind td:first-child {
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .4px !important;
  color: #b8c0cc !important;
  padding-right: 10px !important;
  white-space: nowrap !important;
  text-align: left !important;
  width: 70px !important;
}

/* ── ПОЛЕ ЛОГИН ── */
.pass-remind input[type="text"]:not(.captcha-answer) {
  width: 100% !important;
  height: 36px !important;
  padding: 0 12px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 8px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #f4f6fb !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color .18s, background .18s, box-shadow .18s !important;
}

.pass-remind input[type="text"]:not(.captcha-answer):focus {
  background: #10131a !important;
  border-color: #e44c01 !important;
  box-shadow: 0 0 0 3px rgba(228,76,1,.1) !important;
}

/* ── КАПЧА ── */
.pass-remind .captcha-block {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 0 4px !important;
  cursor: default !important;
}

/* поле ввода капчи */
.pass-remind .captcha-answer {
  height: 36px !important;
  width: 90px !important;
  padding: 0 12px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 8px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #f4f6fb !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color .18s, background .18s, box-shadow .18s !important;
  flex-shrink: 0 !important;
}

.pass-remind .captcha-answer:focus {
  background: #10131a !important;
  border-color: #e44c01 !important;
  box-shadow: 0 0 0 3px rgba(228,76,1,.1) !important;
}

/* картинка капчи */
.pass-remind .captcha-question {
  height: 36px !important;
  border-radius: 8px !important;
  border: 1px solid #252b38 !important;
  cursor: pointer !important;
  transition: border-color .18s, opacity .18s !important;
  display: block !important;
}

.pass-remind .captcha-question:hover {
  border-color: #e44c01 !important;
  opacity: .85 !important;
}

/* кнопка обновить капчу */
.pass-remind .captcha-renew {
  width: 20px !important;
  height: 20px !important;
  cursor: pointer !important;
  opacity: .5 !important;
  transition: opacity .18s, transform .3s !important;
  flex-shrink: 0 !important;
}

.pass-remind .captcha-renew:hover {
  opacity: 1 !important;
  transform: rotate(180deg) !important;
}

/* ── СООБЩЕНИЕ ОБ ОШИБКЕ ── */
#eMsg831 {
  padding-right: 8px !important;
  text-align: right !important;
}

.myWinLoadSF {
  font-size: 11px !important;
  color: #e44c01 !important;
  font-family: 'Jura', sans-serif !important;
  font-weight: 700 !important;
}

/* ── КНОПКА ПРИМЕНИТЬ ── */
.pass-remind button[type="submit"],
.pass-remind .ubtn-default {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 36px !important;
  padding: 0 20px !important;
  background: #e44c01 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 8px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .4px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer !important;
  box-shadow: 0 3px 10px rgba(228,76,1,.35) !important;
  transition: background .18s, box-shadow .18s, transform .12s !important;
  white-space: nowrap !important;
}

.pass-remind button[type="submit"]:hover,
.pass-remind .ubtn-default:hover {
  background: #c43d00 !important;
  box-shadow: 0 4px 14px rgba(228,76,1,.45) !important;
}

.pass-remind button[type="submit"]:active {
  transform: scale(.97) !important;
}

.pass-remind button[type="submit"]:disabled {
  opacity: .5 !important;
  cursor: not-allowed !important;
  transform: none !important;
}

/* ── ОТСТУПЫ СТРОК ── */
.pass-remind tr + tr td {
  padding-top: 8px !important;
}

/* ── ТАБЛИЦА ── */
.manTable {
  width: 100% !important;
  border-collapse: collapse !important;
  font-family: 'Jura', sans-serif !important;
}
 
/* ── РАЗДЕЛИТЕЛИ — скрываем старые hr ── */
.manTdSep { display: none !important; }
.manHr     { display: none !important; }
 
/* ── СТРОКА ДАННЫХ ── */
.manTable tr[id] {
  border-bottom: 1px solid #252b38 !important;
}
.manTable tr[id]:last-child {
  border-bottom: none !important;
}
 
/* ── ЛЕЙБЛ (левая ячейка) ── */
.manTd1 {
  width: 160px !important;
  padding: 14px 16px 14px 0 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  color: #9aa4b2 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}
 
/* звёздочка обязательного поля */
.manStar { color: #e44c01 !important; font-size: 14px !important; }
 
/* ── ЯЧЕЙКА С ПОЛЕМ (правая) ── */
.manTd2 {
  padding: 10px 0 10px 0 !important;
  vertical-align: middle !important;
  color: #d6dce7 !important;
}
 
/* статичный текст (логин bold) */
.manTd2 b {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #f4f6fb !important;
}
 
/* ── ПОЛЯ ВВОДА ── */
.manTable input[type="text"],
.manTable input[type="password"],
.manFlPassw,
.manFlaName,
.manFlaEmail,
.manFlaSite,
.manFlaphone,
.manFlAvaLink {
  width: 100% !important;
  height: 38px !important;
  padding: 0 14px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 9px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #f4f6fb !important;
  outline: none !important;
  box-sizing: border-box !important;
  transition: border-color .18s, background .18s, box-shadow .18s !important;
}
.manTable input[type="text"]:focus,
.manTable input[type="password"]:focus,
.manFlPassw:focus {
  background: #10131a !important;
  border-color: #e44c01 !important;
  box-shadow: 0 0 0 3px rgba(228,76,1,.1) !important;
}
 
/* ── SELECT ── */
.manTable select,
.manFlbY, .manFlbM, .manFlbD, .manFlaGender {
  height: 38px !important;
  padding: 0 10px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 9px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #f4f6fb !important;
  outline: none !important;
  cursor: pointer !important;
  transition: border-color .18s, background .18s !important;
}
.manTable select:focus,
.manFlbY:focus, .manFlbM:focus, .manFlbD:focus {
  background: #10131a !important;
  border-color: #e44c01 !important;
}
 
/* разделитель между селектами даты */
.manTd2 select + span { color: #5f6878; margin: 0 2px; }
 
/* ── ССЫЛКИ ── */
.manTd2 a {
  color: #e44c01 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 12px !important;
  transition: color .18s !important;
}
.manTd2 a:hover { color: #ff7a2f !important; }
 
/* ── ПАРОЛЬ — ссылка «Изменить» ── */
.myWinError {
  font-family: 'Jura', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #f4f6fb !important;
  letter-spacing: 2px !important;
}
 
/* ── ЧЕКБОКСЫ ── */
.manTd2 input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  accent-color: #e44c01 !important;
  cursor: pointer !important;
  margin-right: 7px !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
}
 
.manTd2 label {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #d6dce7 !important;
  cursor: pointer !important;
  padding: 6px 0 !important;
  border-bottom: 1px solid #1b202c !important;
  transition: color .18s !important;
  user-select: none !important;
}
.manTd2 label:last-child { border-bottom: none !important; }
.manTd2 label:hover { color: #e44c01 !important; }
 
/* скрытый блок групп */
.u-hidden { display: none !important; }
#pmgrs { margin-top: 6px; }
 
/* кнопка «Принимать ЛС от групп» */
.user-group-btn {
  margin-top: 8px !important;
}
.user-group-btn a {
  display: inline-flex !important;
  align-items: center !important;
  height: 30px !important;
  padding: 0 14px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: .3px !important;
  color: #c9d1dd !important;
  transition: background .18s, border-color .18s, color .18s !important;
}
.user-group-btn a:hover {
  background: #21181a !important;
  border-color: rgba(228,76,1,.3) !important;
  color: #e44c01 !important;
}
 
/* ── АВАТАР ── */
.manFlAvaLink { margin-bottom: 8px !important; }
.manFlAvaFile { margin-top: 6px !important; }
 
/* ── КАПЧА ── */
.captcha-block {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: default !important;
  flex-wrap: nowrap !important;
  width: auto !important;
  max-width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}
/* отменяем общий label-стиль для капчи */
label.captcha-block {
  display: inline-flex !important;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
  border-bottom: none !important;
}
label.captcha-block:hover { color: inherit !important; }
 
.captcha-answer {
  width: 110px !important;
  height: 36px !important;
  padding: 0 12px !important;
  background: #151924 !important;
  border: 1px solid #252b38 !important;
  border-radius: 9px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #f4f6fb !important;
  outline: none !important;
  flex-shrink: 0 !important;
  transition: border-color .18s, box-shadow .18s !important;
}
.captcha-answer:focus {
  background: #10131a !important;
  border-color: #e44c01 !important;
  box-shadow: 0 0 0 3px rgba(228,76,1,.1) !important;
}
.captcha-question {
  height: 36px !important;
  width: auto !important;
  border-radius: 8px !important;
  border: 1px solid #252b38 !important;
  cursor: pointer !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  transition: border-color .18s, opacity .18s !important;
}
.captcha-question:hover {
  border-color: #e44c01 !important;
  opacity: .85 !important;
}
.captcha-renew {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  opacity: .5 !important;
  flex-shrink: 0 !important;
  transition: opacity .18s, transform .3s !important;
}
.captcha-renew:hover {
  opacity: 1 !important;
  transform: rotate(180deg) !important;
}
 
/* ── КНОПКА СОХРАНИТЬ ── */
.manTdBut {
  padding: 20px 0 8px !important;
  text-align: center !important;
}
.manFlSbm {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  padding: 0 40px !important;
  background: #e44c01 !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: 'Jura', sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .5px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(228,76,1,.4) !important;
  transition: background .18s, box-shadow .18s, transform .12s !important;
}
.manFlSbm:hover {
  background: #c43d00 !important;
  box-shadow: 0 5px 18px rgba(228,76,1,.5) !important;
}
.manFlSbm:active {
  transform: scale(.97) !important;
}
 
/* ── ВРАППЕР ВСЕЙ ФОРМЫ ── */
.site-user-edit {
  font-family: 'Jura', sans-serif !important;
}
 
/* ── МОБАЙЛ ── */
@media (max-width: 640px) {
  .manTd1 { width: 100px !important; font-size: 10px !important; padding-right: 10px !important; }
  .manTd2 { padding: 8px 0 !important; }
  .manFlbY, .manFlbM, .manFlbD { font-size: 12px !important; padding: 0 6px !important; }
  .manFlSbm { height: 38px !important; padding: 0 28px !important; }
}

.info-block pre {
    margin: 14px 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, #171017, #21181a);
    border: 1px solid rgba(255, 102, 0, 0.15);
    border-left: 4px solid var(--accent);
    border-radius: 12px;
    overflow-x: auto;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.06);
}

.info-block pre code {
    font-size: 14px;
    color: #858585;
    font-family: Consolas, Monaco, monospace;
    white-space: pre;
    word-break: normal;
    line-height: 1.6;
}

/* лёгкий hover эффект как у блоков */
.info-block pre:hover {
    border-color: rgba(255, 102, 0, 0.35);
    box-shadow: 0 8px 20px rgba(255, 102, 0, 0.10);
}

/* мобильная адаптация */
@media (max-width: 640px) {
    .info-block pre {
        padding: 12px 12px;
        font-size: 13px;
    }
}















/* ===== VK COMMENTS — DARK PREMIUM ORANGE ===== */

.wcomments_page,
._wcomments_page,
.wcomments_section_posts {
  width: 100% !important;
  max-width: 100% !important;
  background: #10131a !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 40px rgba(0,0,0,.35), 0 0 28px rgba(228,76,1,.08) !important;
  color: #f4f6fb !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Шапка */
.wcomments_head,
._wcomments_head {
  background: linear-gradient(180deg, #171b24 0%, #11141c 100%) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  padding: 14px 18px !important;
  color: #f4f6fb !important;
}

.wcomments_count,
._wcomments_count {
  color: #f4f6fb !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: .4px !important;
}

.wcomments_head .divider {
  color: rgba(255,255,255,.22) !important;
  margin: 0 10px !important;
}

.wcomments_admin_link_return,
.wcomments_admin_link_browse,
.wcomments_head a {
  color: #ff7a1a !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  transition: color .2s ease !important;
}

.wcomments_admin_link_return:hover,
.wcomments_admin_link_browse:hover,
.wcomments_head a:hover {
  color: #ff9a45 !important;
}

/* Лого VK */
.wcomments_logo svg {
  filter: drop-shadow(0 0 10px rgba(228,76,1,.35)) !important;
}

.wcomments_logo svg path:first-child {
  fill: #e44c01 !important;
}

/* Контент */
.wcomments_content,
._wcomments_content {
  background: #10131a !important;
  color: #f4f6fb !important;
}

/* Форма комментария */
.wcomments_form,
._wcomments_form {
  background: #10131a !important;
  padding: 16px !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

.wcomments_form_avatar img,
.post_image img,
.post_img,
.AvatarRich__img {
  border-radius: 50% !important;
  border: 2px solid rgba(228,76,1,.45) !important;
  box-shadow: 0 0 14px rgba(228,76,1,.25) !important;
}

.wcomments_post_box,
#submit_post_box {
  background: #151924 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03) !important;
  overflow: hidden !important;
}

.wcomments_post_field,
#post_field {
  min-height: 84px !important;
  background: #151924 !important;
  color: #f4f6fb !important;
  border: none !important;
  outline: none !important;
  padding: 14px 48px 14px 14px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}

.placeholder,
.ph_input,
.ph_content {
  color: rgba(244,246,251,.45) !important;
}

/* Emoji */
.emoji_smile_wrap,
.emoji_smile,
._emoji_btn {
  color: #ff7a1a !important;
  opacity: 1 !important;
}

.emoji_smile_icon {
  filter: brightness(0) saturate(100%) invert(54%) sepia(94%) saturate(2311%) hue-rotate(2deg) brightness(103%) contrast(103%) !important;
}

/* Кнопка отправки */
.FlatButton,
.FlatButton--primary,
#send_post {
  background: linear-gradient(135deg, #ff3d00 0%, #e44c01 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(228,76,1,.35) !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.FlatButton:hover,
.FlatButton--primary:hover,
#send_post:hover {
  background: linear-gradient(135deg, #ff681f 0%, #ff3d00 100%) !important;
  box-shadow: 0 8px 24px rgba(255,102,0,.48) !important;
  transform: translateY(-1px) !important;
}

.FlatButton__content,
.FlatButton__in {
  color: #ffffff !important;
  font-weight: 800 !important;
}

/* Чекбокс поделиться */
.wcomments_export_checkbox,
.checkbox {
  color: #b8c0cc !important;
  background: #11141c !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 10px !important;
  padding: 8px 12px !important;
}

.wcomments_export_checkbox:hover,
.checkbox:hover {
  color: #ffffff !important;
  border-color: rgba(228,76,1,.35) !important;
  background: rgba(228,76,1,.10) !important;
}

/* Медиа-селектор */
.page_add_media,
.media_selector,
.ms_items_more_wrap {
  background: transparent !important;
  color: #b8c0cc !important;
}

.ms_item_more,
.ms_item,
.ms_item_more_label {
  color: #ff7a1a !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.ms_item:hover,
.ms_item_more:hover {
  color: #ffffff !important;
  background: rgba(228,76,1,.14) !important;
}

.ms_items_more,
._more_items {
  background: #151924 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.45) !important;
  overflow: hidden !important;
}

.MediaSelector__mediaIcon,
.MediaSelector__moreIcon {
  color: #ff7a1a !important;
}

/* Админ табы */
.page_block_h2 {
  background: #10131a !important;
  border: none !important;
  margin: 0 !important;
}

.ui_tabs,
.ui_tabs_old,
.wcomments_admin_tabs {
  background: #11141c !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  padding: 0 12px !important;
}

.ui_tab,
.ui_tab_old,
.ui_tab_plain,
.ui_tab_plain_old {
  color: #b8c0cc !important;
  background: transparent !important;
  border-radius: 10px 10px 0 0 !important;
  font-weight: 700 !important;
}

.ui_tab:hover,
.ui_tab_plain:hover {
  color: #ffffff !important;
  background: rgba(228,76,1,.12) !important;
}

.ui_tab_sel,
.ui_tab_old.ui_tab_sel {
  color: #ff7a1a !important;
  background: rgba(228,76,1,.14) !important;
}

.ui_tabs_slider,
._ui_tabs_slider {
  background: #e44c01 !important;
  box-shadow: 0 0 12px rgba(228,76,1,.65) !important;
}

/* Посты */
.wcomments_posts_outer,
._wcomments_posts_outer,
.wall_module,
.wide_wall_module {
  background: #10131a !important;
  color: #f4f6fb !important;
}

.wcomments_posts_inner,
.wcomments_posts,
#wcomments_posts {
  background: #10131a !important;
}

.post,
.wcomments_post,
.Post--redesign,
.Post--redesignV3 {
  background: #151924 !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 16px !important;
  margin: 14px 16px !important;
  padding: 16px !important;
  color: #f4f6fb !important;
  box-shadow: 0 8px 26px rgba(0,0,0,.28) !important;
}

.post:hover,
.wcomments_post:hover {
  border-color: rgba(228,76,1,.28) !important;
  box-shadow: 0 10px 32px rgba(0,0,0,.35), 0 0 20px rgba(228,76,1,.10) !important;
}

.post_content,
.wcomments_post_content,
.post_info {
  color: #f4f6fb !important;
  background: transparent !important;
}

.post_author,
.post_author .author,
.author {
  color: #ff7a1a !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.post_author .author:hover,
.author:hover {
  color: #ff9a45 !important;
}

.explain,
.wall_fixed_label {
  color: #8f98a8 !important;
}

.wall_text,
.wall_post_text,
.zoom_text {
  color: #f4f6fb !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.post_date,
.rel_date {
  color: #8f98a8 !important;
  font-size: 12px !important;
}

/* Меню действий */
.PostHeaderActionsUiActionMenuIcon,
.PostHeaderActionsButtonMoreIcon {
  color: #8f98a8 !important;
}

.PostHeaderActionsUiActionMenuIcon:hover,
.PostHeaderActionsButtonMoreIcon:hover {
  color: #ff7a1a !important;
}

.ui_actions_menu,
._ui_menu {
  background: #151924 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.45) !important;
  overflow: hidden !important;
}

.ui_actions_menu_item {
  color: #f4f6fb !important;
  background: transparent !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
}

.ui_actions_menu_item:hover {
  background: rgba(228,76,1,.14) !important;
  color: #ff7a1a !important;
}

/* Лайки / комментарии */
.like_wrap,
.like_cont,
.like_btns {
  color: #b8c0cc !important;
}

.like_btn,
.like,
._like {
  background: #11141c !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 999px !important;
  color: #b8c0cc !important;
  transition: background .18s ease, color .18s ease, border-color .18s ease !important;
}

.like_btn:hover,
.like:hover,
._like:hover {
  background: rgba(228,76,1,.14) !important;
  border-color: rgba(228,76,1,.35) !important;
  color: #ff7a1a !important;
}

.like_button_icon,
.like_button_label,
.like_button_count {
  color: inherit !important;
}

.reply_link,
.reply_link_wrap a {
  color: #ff7a1a !important;
  text-decoration: none !important;
  font-weight: 700 !important;
}

.reply_link:hover,
.reply_link_wrap a:hover {
  color: #ff9a45 !important;
}

/* Replies */
.replies,
.replies_wrap,
.replies_list {
  background: transparent !important;
  color: #f4f6fb !important;
}

.reply_box_inner_wrap,
.reply_fakebox_wrap {
  background: #11141c !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 14px !important;
  margin-top: 12px !important;
  padding: 10px !important;
}

.reply_fakebox {
  background: #151924 !important;
  color: rgba(244,246,251,.48) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
}

.reply_fakebox:hover {
  border-color: rgba(228,76,1,.35) !important;
  color: #f4f6fb !important;
}

/* Кнопка показать ещё */
.wcomments_more,
._wcomments_more,
.flat_button.secondary {
  background: #151924 !important;
  border: 1px solid rgba(228,76,1,.35) !important;
  border-radius: 12px !important;
  color: #ff7a1a !important;
  font-weight: 800 !important;
  padding: 12px 18px !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.22) !important;
}

.wcomments_more:hover,
._wcomments_more:hover,
.flat_button.secondary:hover {
  background: rgba(228,76,1,.15) !important;
  color: #ffffff !important;
}

/* Ошибки */
.box_error,
.wcomments_post_error {
  background: rgba(228,76,1,.12) !important;
  border: 1px solid rgba(228,76,1,.35) !important;
  color: #ffb08a !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
}

/* SVG внутри виджета */
.wcomments_page svg,
.wcomments_page svg path {
  color: currentColor !important;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
  .wcomments_page,
  ._wcomments_page {
    border-radius: 14px !important;
  }

  .wcomments_head,
  ._wcomments_head {
    padding: 12px 14px !important;
  }

  .wcomments_form,
  ._wcomments_form {
    padding: 12px !important;
  }

  .post,
  .wcomments_post {
    margin: 12px !important;
    padding: 14px !important;
    border-radius: 14px !important;
  }

  .wcomments_post_field,
  #post_field {
    min-height: 72px !important;
    font-size: 14px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
 FG GALLERY — CLEAN MODERN PREMIUM STYLE + FAST LOADING
 ═══════════════════════════════════════════════════════════════ */
.fg-gallery,
.fg-gallery * {
 box-sizing: border-box;
}

.fg-gallery {
 --fg-bg: #0b0d12;
 --fg-bg-soft: #10131a;
 --fg-card: #151924;
 --fg-card-2: #171c26;
 --fg-line: #252b38;
 --fg-line-soft: rgba(255,255,255,.075);
 --fg-accent: #e44c01;
 --fg-accent-2: #ff7a2f;
 --fg-accent-3: #ff8c00;
 --fg-text: #f4f6fb;
 --fg-muted: #9aa4b2;
 --fg-muted-2: #5f6878;

 position: relative;
 display: grid;
 grid-template-columns: minmax(0,1fr) 152px;
 gap: 14px;
 width: 100%;
 max-width: 100%;
 margin: 0 0 24px;
 padding: 12px;
 border-radius: 12px;
 background:
  radial-gradient(640px 300px at 100% -12%, rgba(228,76,1,.12), transparent 58%),
  linear-gradient(180deg, #121620 0%, #0b0d12 100%);
 border: 1px solid rgba(255,255,255,.07);
 box-shadow:
  0 18px 46px rgba(0,0,0,.38),
  inset 0 1px 0 rgba(255,255,255,.045);
 isolation: isolate;
 overflow: hidden;
}

.fg-gallery::before {
 content: "";
 position: absolute;
 inset: 0;
 pointer-events: none;
 background:
  linear-gradient(90deg, rgba(255,255,255,.035), transparent 22%, transparent 78%, rgba(255,102,0,.035));
 z-index: 0;
}

.fg-gallery__main,
.fg-gallery__rail {
 position: relative;
 z-index: 1;
}

/* ---- MAIN PREVIEW ---- */
.fg-gallery__main {
 min-width: 0;
}

.fg-gallery__main-link {
 position: relative;
 display: block;
 width: 100%;
 height: 100%;
 min-height: 300px;
 border-radius: 12px;
 overflow: hidden;
 text-decoration: none;
 background: #10131a;
 border: 1px solid rgba(255,255,255,.09);
 box-shadow:
  0 14px 34px rgba(0,0,0,.42),
  inset 0 1px 0 rgba(255,255,255,.06);
 transform: translateZ(0);
}

/* Лёгкий декоративный блик, без затемнения скриншота */
.fg-gallery__main-link::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: 3;
 pointer-events: none;
 background:
  linear-gradient(180deg, rgba(255,255,255,.045), transparent 18%),
  radial-gradient(circle at 92% 6%, rgba(228,76,1,.12), transparent 24%);
 opacity: .55;
 transition: opacity .25s ease;
}

.fg-gallery__main-link:hover::before {
 opacity: .32;
}

/* Убрана текстовая плашка поверх скриншота */
.fg-gallery__main-link::after {
 display: none;
 content: none;
}

.fg-gallery__main img {
 display: block;
 width: 100%;
 height: 100%;
 min-height: 300px;
 aspect-ratio: 16 / 10;
 object-fit: cover;
 background: #10131a;
 transform: scale(1.001) translateZ(0);
 opacity: 1;
 transition:
  transform .42s cubic-bezier(.2,.8,.2,1),
  opacity .18s ease,
  filter .18s ease;
 will-change: transform, opacity;
 backface-visibility: hidden;
}

.fg-gallery__main-link:hover img {
 transform: scale(1.025) translateZ(0);
}

.fg-gallery__main img.is-loading {
 opacity: .34;
 filter: blur(1.5px) saturate(.88);
}

/* ---- RIGHT RAIL ---- */
.fg-gallery__rail {
 display: flex;
 flex-direction: column;
 min-width: 0;
 min-height: 0;
 padding: 10px;
 border-radius: 12px;
 background:
  linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),
  rgba(16,19,26,.9);
 border: 1px solid rgba(255,255,255,.08);
 box-shadow:
  inset 0 1px 0 rgba(255,255,255,.045),
  0 12px 28px rgba(0,0,0,.24);
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);
}

.fg-gallery__rail-head {
 display: grid;
 grid-template-columns: minmax(0,1fr) auto;
 grid-template-rows: auto auto;
 column-gap: 8px;
 row-gap: 3px;
 align-items: center;
 padding: 0 2px 10px;
 margin: 0 0 9px;
 border-bottom: 1px solid rgba(255,255,255,.075);
}

.fg-gallery__rail-kicker {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
 font-family: 'Exo 2', sans-serif;
 font-size: 9px;
 font-weight: 900;
 line-height: 1;
 letter-spacing: .16em;
 text-transform: uppercase;
 color: var(--fg-accent-2);
 white-space: nowrap;
}

.fg-gallery__rail-name {
 grid-column: 1 / 3;
 grid-row: 2 / 3;
 font-family: 'Manrope', sans-serif;
 font-size: 11.5px;
 font-weight: 700;
 line-height: 1.25;
 color: var(--fg-muted);
 white-space: normal;
 overflow: visible;
 text-overflow: clip;
}

/* ---- COUNTER ---- */
.fg-gallery__counter {
 grid-column: 2 / 3;
 grid-row: 1 / 2;
 flex: 0 0 auto;
 height: 24px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 padding: 0 8px;
 border-radius: 12px;
 background: rgba(11,13,18,.62);
 border: 1px solid rgba(255,255,255,.095);
 font-family: 'Space Mono','Exo 2',monospace;
 font-size: 10px;
 font-weight: 800;
 color: #e8edf6;
 letter-spacing: .01em;
 box-shadow:
  inset 0 1px 0 rgba(255,255,255,.05),
  0 7px 16px rgba(0,0,0,.18);
}

.fg-gallery__counter::before {
 content: "";
 width: 5px;
 height: 5px;
 margin-right: 6px;
 border-radius: 50%;
 background: var(--fg-accent);
 box-shadow: 0 0 9px rgba(228,76,1,.85);
}

/* ---- THUMBS WITH VISIBLE SCROLLBAR ---- */
.fg-gallery__thumbs {
 position: relative;
 display: flex;
 flex-direction: column;
 gap: 10px;
 min-height: 0;
 height: 100%;
 overflow-y: scroll;
 overflow-x: hidden;
 padding: 1px 8px 1px 1px;
 scrollbar-width: thin;
 scrollbar-color: rgba(228,76,1,.85) rgba(255,255,255,.06);
 scrollbar-gutter: stable;
}

.fg-gallery__thumbs::-webkit-scrollbar {
 width: 7px;
}

.fg-gallery__thumbs::-webkit-scrollbar-track {
 background: rgba(255,255,255,.06);
 border-radius: 12px;
}

.fg-gallery__thumbs::-webkit-scrollbar-thumb {
 background: linear-gradient(180deg, #ff8c00, #e44c01);
 border-radius: 12px;
 border: 2px solid rgba(16,19,26,.95);
}

.fg-gallery__thumbs::-webkit-scrollbar-thumb:hover {
 background: linear-gradient(180deg, #ffad66, #ff5c16);
}

.fg-gallery__thumb {
 position: relative;
 display: block;
 width: 100%;
 padding: 0;
 border: 0;
 outline: 0;
 cursor: pointer;
 border-radius: 12px;
 background: #0f1219;
 overflow: hidden;
 flex: 0 0 auto;
 transform: translateZ(0);
 transition:
  transform .22s ease,
  box-shadow .22s ease;
 -webkit-tap-highlight-color: transparent;
}

.fg-gallery__thumb::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: 2;
 border-radius: 12px;
 border: 1px solid rgba(255,255,255,.09);
 background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(0,0,0,.1));
 pointer-events: none;
 transition:
  border-color .22s ease,
  box-shadow .22s ease,
  background .22s ease;
}

/* Белый SVG плюс в оранжевом квадрате */
.fg-gallery__thumb::after {
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 4;
 width: 34px;
 height: 34px;
 border-radius: 12px;
 background-color: var(--fg-accent);
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.7' stroke-linecap='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
 background-size: 18px 18px;
 background-position: center;
 background-repeat: no-repeat;
 box-shadow:
  0 10px 24px rgba(228,76,1,.36),
  inset 0 1px 0 rgba(255,255,255,.22);
 opacity: 0;
 transform: translate(-50%,-50%) scale(.72);
 pointer-events: none;
 transition:
  opacity .22s ease,
  transform .22s cubic-bezier(.34,1.56,.64,1);
}

.fg-gallery__thumb img {
 display: block;
 width: 100%;
 aspect-ratio: 1 / 1;
 object-fit: cover;
 background: #10131a;
 opacity: .82;
 transform: scale(1.001) translateZ(0);
 transition:
  transform .25s ease,
  opacity .2s ease,
  filter .2s ease;
 backface-visibility: hidden;
}

.fg-gallery__thumb:hover {
 transform: translateY(-2px) translateZ(0);
 box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.fg-gallery__thumb:hover img {
 opacity: 1;
 transform: scale(1.055) translateZ(0);
 filter: brightness(.48) saturate(.9);
}

.fg-gallery__thumb:hover::before {
 border-color: rgba(228,76,1,.52);
 background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.56));
 box-shadow:
  inset 0 0 0 1px rgba(228,76,1,.25),
  inset 0 0 28px rgba(0,0,0,.18);
}

.fg-gallery__thumb:hover::after {
 opacity: 1;
 transform: translate(-50%,-50%) scale(1);
}

.fg-gallery__thumb.is-active {
 box-shadow:
  0 10px 26px rgba(228,76,1,.18),
  0 0 0 1px rgba(228,76,1,.1);
}

.fg-gallery__thumb.is-active::before {
 border-color: var(--fg-accent);
 box-shadow:
  inset 0 0 0 1px rgba(228,76,1,.42),
  inset 0 0 28px rgba(228,76,1,.11),
  0 0 0 1px rgba(228,76,1,.22);
 background: linear-gradient(180deg, rgba(255,122,47,.1), rgba(0,0,0,.1));
}

.fg-gallery__thumb.is-active img {
 opacity: 1;
 filter: saturate(1.06) contrast(1.03);
}

/* ---- SINGLE IMAGE ---- */
.fg-gallery.is-single {
 grid-template-columns: 1fr;
}

.fg-gallery.is-single .fg-gallery__rail {
 display: none;
}

/* ---- old button animation compatibility ---- */
.download-button.wait-anim,
.glow-button.wait-anim {
 animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
 0% { opacity: 1; }
 50% { opacity: .55; }
 100% { opacity: 1; }
}

/* ═══ ФИКС ГАЛЕРЕИ: col всегда 3 штуки, пустые не схлопываются ═══ */
.fg-gallery-row {
 display: flex !important;
 flex-wrap: nowrap !important;
}

.fg-gallery-col {
 flex: 0 0 33.3333% !important;
 max-width: 33.3333% !important;
 min-height: 1px;
}

.fg-gallery-col .blog-details-img {
 min-height: 100px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
 .fg-gallery {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
 }

 .fg-gallery__main-link {
  min-height: 230px;
  border-radius: 12px;
 }

 .fg-gallery__main img {
  min-height: 230px;
 }

 .fg-gallery__rail {
  border-radius: 12px;
 }

 .fg-gallery__rail-head {
  margin-bottom: 8px;
 }

 .fg-gallery__thumbs {
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  height: auto !important;
  max-height: none !important;
  padding: 1px 1px 8px 1px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  scrollbar-color: rgba(228,76,1,.85) rgba(255,255,255,.06);
 }

 .fg-gallery__thumbs::-webkit-scrollbar {
  height: 7px;
  width: auto;
 }

 .fg-gallery__thumbs::-webkit-scrollbar-track {
  background: rgba(255,255,255,.06);
  border-radius: 12px;
 }

 .fg-gallery__thumbs::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff8c00, #e44c01);
  border-radius: 12px;
  border: 2px solid rgba(16,19,26,.95);
 }

 .fg-gallery__thumb {
  flex: 0 0 88px;
  width: 88px;
  scroll-snap-align: start;
 }

 .fg-gallery__thumb img {
  aspect-ratio: 1 / 1;
 }
}

@media (max-width: 640px) {
 .fg-gallery {
  gap: 10px;
  padding: 10px;
  margin-bottom: 18px;
  border-radius: 12px;
 }

 .fg-gallery__main-link {
  min-height: 190px;
  border-radius: 12px;
 }

 .fg-gallery__main img {
  min-height: 190px;
  aspect-ratio: 16 / 11;
 }

 .fg-gallery__rail {
  padding: 9px;
  border-radius: 12px;
 }

 .fg-gallery__thumb {
  flex: 0 0 74px;
  width: 74px;
  border-radius: 12px;
 }

 .fg-gallery__thumb::before {
  border-radius: 12px;
 }

 .fg-gallery__thumb::after {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-size: 16px 16px;
 }

 .dl-modal {
  padding: 12px;
 }

 .dl-modal__content {
  padding: 22px 16px 18px;
  border-radius: 12px;
 }

 .dl-modal__title {
  font-size: 21px;
 }

 .fg-gallery-row {
  flex-wrap: wrap !important;
 }

 .fg-gallery-col {
  flex: 0 0 100% !important;
  max-width: 100% !important;
 }
}

@media (max-width: 420px) {
 .fg-gallery__main-link {
  min-height: 170px;
 }

 .fg-gallery__main img {
  min-height: 170px;
 }

 .fg-gallery__thumb {
  flex-basis: 66px;
  width: 66px;
 }
}

@media (prefers-reduced-motion: reduce) {
 .fg-gallery__main img,
 .fg-gallery__main-link::before,
 .fg-gallery__thumb,
 .fg-gallery__thumb img,
 .fg-gallery__thumb::before,
 .fg-gallery__thumb::after,
 .download-button.wait-anim,
 .glow-button.wait-anim {
  transition: none !important;
  animation: none !important;
 }
}



























/* ═══════════════════════════════════════════════════════════════
 FG ENTRY GALLERY 7–21 — стильные плитки скриншотов
 Исправлено: убран нижний пустой отступ под картинками
 Условия сохранены: каждая строка = всегда 3 col, пустые col не схлопываются
 ═══════════════════════════════════════════════════════════════ */
.fg-entry-gallery,
.fg-entry-gallery * {
 box-sizing: border-box;
}

.fg-entry-gallery {
 --fg-bg: #0b0d12;
 --fg-card: #10131a;
 --fg-card-2: #151924;
 --fg-line: #252b38;
 --fg-line-soft: rgba(255,255,255,.08);
 --fg-accent: #e44c01;
 --fg-accent-2: #ff7a2f;
 --fg-text: #f4f6fb;
 --fg-muted: #9aa4b2;

 width: 100%;
 margin: 26px 0 0;
 padding: 14px;
 border-radius: 12px;
 background:
  radial-gradient(620px 260px at 100% -10%, rgba(228,76,1,.12), transparent 58%),
  linear-gradient(180deg, #121620 0%, #0b0d12 100%);
 border: 1px solid rgba(255,255,255,.07);
 box-shadow:
  0 18px 46px rgba(0,0,0,.34),
  inset 0 1px 0 rgba(255,255,255,.045);
 overflow: hidden;
}

/* каждая строка — строго 3 ячейки */
.fg-entry-gallery .fg-gallery-row {
 display: grid !important;
 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
 gap: 14px !important;
 margin: 0 0 14px !important;
 padding: 0 !important;
 width: 100% !important;
 flex-wrap: nowrap !important;
 align-items: start !important;
}

.fg-entry-gallery .fg-gallery-row:last-child {
 margin-bottom: 0 !important;
}

/* col не схлопываются, даже если внутри нет изображения */
.fg-entry-gallery .fg-gallery-col {
 display: block !important;
 width: auto !important;
 max-width: none !important;
 flex: none !important;
 min-width: 0 !important;
 min-height: 1px !important;
 padding: 0 !important;
}

/* пустая колонка остаётся невидимой, но держит место */
.fg-entry-gallery .fg-gallery-col:empty {
 min-height: 1px !important;
}

/* карточка изображения — фикс нижнего отступа через aspect-ratio */
.fg-entry-gallery .blog-details-img {
 position: relative;
 width: 100%;
 aspect-ratio: 220 / 160;
 min-height: 0 !important;
 height: auto !important;
 line-height: 0 !important;
 border-radius: 12px;
 overflow: hidden;
 background:
  linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012)),
  #10131a;
 border: 1px solid rgba(255,255,255,.085);
 box-shadow:
  0 12px 28px rgba(0,0,0,.28),
  inset 0 1px 0 rgba(255,255,255,.045);
 transform: translateZ(0);
 transition:
  transform .24s ease,
  border-color .24s ease,
  box-shadow .24s ease;
}

.fg-entry-gallery .blog-details-img:hover {
 transform: translateY(-3px);
 border-color: rgba(228,76,1,.42);
 box-shadow:
  0 18px 38px rgba(0,0,0,.38),
  0 0 0 1px rgba(228,76,1,.12),
  0 12px 30px rgba(228,76,1,.14);
}

/* ссылка занимает всю плитку */
.fg-entry-gallery .blog-details-img a {
 position: relative;
 display: block !important;
 width: 100% !important;
 height: 100% !important;
 min-height: 0 !important;
 aspect-ratio: 220 / 160;
 border-radius: 12px;
 overflow: hidden;
 text-decoration: none;
 background: #10131a;
 line-height: 0 !important;
}

/* затемнение и оранжевый акцент при наведении */
.fg-entry-gallery .blog-details-img a::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: 2;
 border-radius: 12px;
 background:
  linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.08));
 border: 1px solid rgba(255,255,255,.045);
 pointer-events: none;
 transition:
  background .24s ease,
  border-color .24s ease,
  box-shadow .24s ease;
}

.fg-entry-gallery .blog-details-img a:hover::before {
 background:
  radial-gradient(circle at 50% 46%, rgba(228,76,1,.1), transparent 42%),
  linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.58));
 border-color: rgba(228,76,1,.48);
 box-shadow:
  inset 0 0 0 1px rgba(228,76,1,.24),
  inset 0 0 34px rgba(0,0,0,.22);
}

/* белый SVG плюс в оранжевом квадрате */
.fg-entry-gallery .blog-details-img a::after {
 content: "";
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 4;
 width: 40px;
 height: 40px;
 border-radius: 12px;
 background-color: var(--fg-accent);
 background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.7' stroke-linecap='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");
 background-size: 19px 19px;
 background-position: center;
 background-repeat: no-repeat;
 box-shadow:
  0 12px 28px rgba(228,76,1,.38),
  inset 0 1px 0 rgba(255,255,255,.24);
 opacity: 0;
 transform: translate(-50%,-50%) scale(.72);
 pointer-events: none;
 transition:
  opacity .22s ease,
  transform .22s cubic-bezier(.34,1.56,.64,1);
}

.fg-entry-gallery .blog-details-img a:hover::after {
 opacity: 1;
 transform: translate(-50%,-50%) scale(1);
}

/* изображение заполняет плитку полностью — без нижнего зазора */
.fg-entry-gallery .blog-details-img img,
.fg-entry-gallery .blog-details-img .imag2 {
 display: block !important;
 width: 100% !important;
 height: 100% !important;
 min-height: 0 !important;
 aspect-ratio: 220 / 160;
 object-fit: cover;
 border-radius: 12px;
 background: #10131a;
 opacity: .96;
 transform: scale(1.001) translateZ(0);
 transition:
  transform .34s cubic-bezier(.2,.8,.2,1),
  filter .24s ease,
  opacity .24s ease;
 backface-visibility: hidden;
 vertical-align: top !important;
}

.fg-entry-gallery .blog-details-img:hover img,
.fg-entry-gallery .blog-details-img:hover .imag2 {
 transform: scale(1.055) translateZ(0);
 filter: brightness(.5) saturate(.9);
 opacity: 1;
}

/* лёгкий верхний блик */
.fg-entry-gallery .blog-details-img::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 z-index: 3;
 height: 1px;
 background: linear-gradient(90deg, transparent, rgba(255,255,255,.18), transparent);
 pointer-events: none;
}

/* планшеты: 3 плитки в строке сохраняются */
@media (max-width: 760px) {
 .fg-entry-gallery {
  padding: 10px;
  border-radius: 12px;
 }

 .fg-entry-gallery .fg-gallery-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
 }

 .fg-entry-gallery .blog-details-img,
 .fg-entry-gallery .blog-details-img a {
  aspect-ratio: 220 / 160;
 }
}

/* маленькие экраны: 3 col сохраняются, просто уменьшаем промежутки */
@media (max-width: 520px) {
 .fg-entry-gallery {
  padding: 8px;
 }

 .fg-entry-gallery .fg-gallery-row {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin-bottom: 7px !important;
 }

 .fg-entry-gallery .blog-details-img,
 .fg-entry-gallery .blog-details-img a,
 .fg-entry-gallery .blog-details-img img,
 .fg-entry-gallery .blog-details-img .imag2 {
  border-radius: 10px;
 }

 .fg-entry-gallery .blog-details-img a::before {
  border-radius: 10px;
 }

 .fg-entry-gallery .blog-details-img a::after {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-size: 16px 16px;
 }
}

@media (prefers-reduced-motion: reduce) {
 .fg-entry-gallery .blog-details-img,
 .fg-entry-gallery .blog-details-img a::before,
 .fg-entry-gallery .blog-details-img a::after,
 .fg-entry-gallery .blog-details-img img,
 .fg-entry-gallery .blog-details-img .imag2 {
  transition: none !important;
 }
}

















/* ═══════════════════════════════════════════════════════════════
 DLX94 DOWNLOAD PANEL — уникальные классы, без плашки размера файла
 ═══════════════════════════════════════════════════════════════ */
.dlx94-panel,
.dlx94-panel * {
 box-sizing: border-box;
}

.dlx94-panel {
 --dlx94-bg: #0b0d12;
 --dlx94-card: #10131a;
 --dlx94-card-2: #151924;
 --dlx94-line: rgba(255,255,255,.08);
 --dlx94-accent: #e44c01;
 --dlx94-accent-2: #ff7a2f;
 --dlx94-accent-3: #ff8c00;
 --dlx94-text: #f4f6fb;
 --dlx94-muted: #9aa4b2;
 --dlx94-muted-2: #5f6878;

 position: relative;
 display: grid;
 grid-template-columns: minmax(0, 1fr) auto;
 gap: 14px;
 align-items: center;
 width: 100%;
 margin: 22px 0;
 padding: 16px;
 border-radius: 14px;
 background:
  radial-gradient(680px 260px at 100% -10%, rgba(228,76,1,.16), transparent 58%),
  linear-gradient(180deg, #121620 0%, #0b0d12 100%);
 border: 1px solid rgba(255,255,255,.075);
 box-shadow:
  0 18px 46px rgba(0,0,0,.36),
  inset 0 1px 0 rgba(255,255,255,.045);
 overflow: hidden;
 isolation: isolate;
}

.dlx94-panel::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 pointer-events: none;
 background:
  linear-gradient(90deg, rgba(255,255,255,.04), transparent 22%, transparent 78%, rgba(255,102,0,.05));
}

.dlx94-panel::after {
 content: "";
 position: absolute;
 left: 0;
 top: 14px;
 bottom: 14px;
 width: 4px;
 border-radius: 0 8px 8px 0;
 background: linear-gradient(180deg, var(--dlx94-accent), var(--dlx94-accent-3));
 box-shadow: 0 0 18px rgba(228,76,1,.48);
 pointer-events: none;
}

/* ---- UNIQUE DOWNLOAD BUTTON ---- */
.dlx94-mainbtn {
 position: relative;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
 min-height: 54px;
 width: 100%;
 padding: 0 24px;
 border-radius: 12px;
 border: 1px solid rgba(255,122,47,.32);
 background:
  linear-gradient(135deg, #e44c01 0%, #ff7a2f 52%, #ff8c00 100%);
 color: #fff !important;
 font-family: 'Exo 2', sans-serif;
 font-size: 14px;
 line-height: 1;
 font-weight: 900;
 letter-spacing: .35px;
 text-transform: uppercase;
 text-decoration: none !important;
 box-shadow:
  0 14px 30px rgba(228,76,1,.28),
  inset 0 1px 0 rgba(255,255,255,.24);
 overflow: hidden;
 transform: translateZ(0);
 transition:
  transform .22s ease,
  box-shadow .22s ease,
  filter .22s ease;
}

.dlx94-mainbtn:hover {
 transform: translateY(-2px);
 filter: brightness(1.06);
 box-shadow:
  0 18px 42px rgba(228,76,1,.38),
  0 0 0 1px rgba(228,76,1,.18),
  inset 0 1px 0 rgba(255,255,255,.28);
}

.dlx94-mainbtn:active {
 transform: translateY(0);
}

.dlx94-mainbtn__ico {
 position: relative;
 z-index: 2;
 width: 28px;
 height: 28px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 9px;
 background: rgba(255,255,255,.14);
 box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
 color: #fff;
}

.dlx94-mainbtn__ico svg {
 width: 16px;
 height: 16px;
 display: block;
}

.dlx94-mainbtn__text {
 position: relative;
 z-index: 2;
 white-space: nowrap;
}

.dlx94-mainbtn__shine {
 position: absolute;
 inset: -40% auto -40% -35%;
 z-index: 1;
 width: 34%;
 transform: skewX(-18deg);
 background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
 opacity: .7;
 animation: dlx94-shine 3.2s ease-in-out infinite;
 pointer-events: none;
}

@keyframes dlx94-shine {
 0% { left: -40%; opacity: 0; }
 18% { opacity: .75; }
 38% { left: 120%; opacity: 0; }
 100% { left: 120%; opacity: 0; }
}

/* ---- COUNTERS ---- */
.dlx94-metrics {
 display: grid;
 grid-template-columns: repeat(2, auto);
 gap: 8px;
 align-items: center;
 justify-content: end;
}

.dlx94-metric {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 min-height: 40px;
 padding: 8px 11px;
 border-radius: 12px;
 background:
  linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.014)),
  #151924;
 border: 1px solid rgba(255,255,255,.075);
 box-shadow:
  inset 0 1px 0 rgba(255,255,255,.04),
  0 8px 18px rgba(0,0,0,.18);
 color: var(--dlx94-muted);
 white-space: nowrap;
}

.dlx94-metric__ico {
 width: 30px;
 height: 30px;
 flex: 0 0 30px;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 border-radius: 10px;
 background: rgba(228,76,1,.12);
 border: 1px solid rgba(228,76,1,.2);
 color: var(--dlx94-accent-2);
 box-shadow: 0 0 16px rgba(228,76,1,.12);
}

.dlx94-metric__ico svg {
 width: 16px;
 height: 16px;
 display: block;
}

.dlx94-metric__txt {
 display: flex;
 flex-direction: column;
 gap: 2px;
 min-width: 0;
}

.dlx94-metric__label {
 font-family: 'Exo 2', sans-serif;
 font-size: 8.5px;
 line-height: 1;
 font-weight: 900;
 letter-spacing: .12em;
 text-transform: uppercase;
 color: var(--dlx94-muted-2);
}

.dlx94-metric__value {
 font-family: 'Manrope', sans-serif;
 font-size: 13px;
 line-height: 1.15;
 font-weight: 900;
 color: #dfe5ef;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 760px) {
 .dlx94-panel {
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
 }

 .dlx94-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
 }

 .dlx94-metric {
  justify-content: center;
 }
}

@media (max-width: 520px) {
 .dlx94-panel {
  padding: 12px;
  border-radius: 12px;
 }

 .dlx94-mainbtn {
  min-height: 50px;
  padding: 0 16px;
  font-size: 12px;
 }

 .dlx94-mainbtn__text {
  white-space: normal;
  text-align: center;
  line-height: 1.2;
 }

 .dlx94-metrics {
  grid-template-columns: 1fr;
 }

 .dlx94-metric {
  justify-content: flex-start;
 }
}

@media (prefers-reduced-motion: reduce) {
 .dlx94-mainbtn,
 .dlx94-mainbtn__shine {
  transition: none !important;
  animation: none !important;
 }
}






















/* ---- RESET SCOPE ---- */
.csart-wrap,.csart-wrap *{box-sizing:border-box;}
.csart-wrap a{text-decoration:none;}

/* ---- META CHIPS ---- */
.csart-meta{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px;}
.csart-chip{
 display:inline-flex;align-items:center;gap:6px;padding:5px 12px;
 background:#151924;border:1px solid #252b38;border-radius:999px;
 font-family:'Exo 2',sans-serif;font-size:10.5px;font-weight:700;
 color:#9aa4b2;letter-spacing:.35px;text-transform:uppercase;
 transition:border-color .18s,color .18s;
}
.csart-chip:hover{border-color:rgba(228,76,1,.3);color:#ff7a2f;}
.csart-chip svg{width:12px;height:12px;color:#e44c01;flex-shrink:0;}
.csart-chip--hot{
 background:linear-gradient(135deg,rgba(228,76,1,.14),rgba(228,76,1,.05));
 border-color:rgba(228,76,1,.3);color:#ff7a2f;
}



/* ---- SECTION BLOCK ---- */
.csart-block{background:#10131a;border:1px solid #252b38;border-radius:20px;overflow:hidden;margin:0 0 18px;box-shadow:0 3px 20px rgba(0,0,0,.32);}
.csart-bhead{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#151924;border-bottom:1px solid #252b38;position:relative;}
.csart-bhead::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#ff3d00,#ff8c00);border-radius:0 3px 3px 0;}
.csart-bico{width:34px;height:34px;flex-shrink:0;border-radius:10px;background:#21181a;border:1px solid rgba(228,76,1,.22);display:flex;align-items:center;justify-content:center;color:#e44c01;}
.csart-bico svg{width:16px;height:16px;}
.csart-bttl{font-family:'Exo 2',sans-serif;font-size:13.5px;font-weight:800;color:#f4f6fb;text-transform:uppercase;letter-spacing:.3px;}
.csart-bsub{font-family:'Manrope',sans-serif;font-size:11px;color:#5f6878;margin-top:1px;}
.csart-bbody{padding:20px;}

/* ---- FEATURES LIST ---- */
.csart-flist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px;}
.csart-flist li{
 display:flex;align-items:flex-start;gap:11px;padding:11px 14px;
 background:linear-gradient(180deg,#151924 0%,#0f1219 100%);
 border:1px solid rgba(255,255,255,.06);border-radius:11px;
 font-family:'Manrope',sans-serif;font-size:13.5px;line-height:1.55;color:#c9d1dd;
 transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.csart-flist li:hover{transform:translateX(5px);border-color:rgba(228,76,1,.2);background:linear-gradient(180deg,#1a1f2a 0%,#131820 100%);}
.csart-flist-dot{width:20px;height:20px;flex-shrink:0;border-radius:6px;background:rgba(228,76,1,.1);border:1px solid rgba(228,76,1,.18);display:flex;align-items:center;justify-content:center;color:#e44c01;margin-top:1px;}
.csart-flist-dot svg{width:11px;height:11px;}
.csart-flist li strong{color:#f4f6fb;font-weight:700;}

/* ---- INFO TABLE ---- */
.csart-itbl-wrap{margin:0 0 18px;background:#10131a;border:1px solid #252b38;border-radius:20px;overflow:hidden;box-shadow:0 3px 20px rgba(0,0,0,.32);}
.csart-itbl-head{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#151924;border-bottom:1px solid #252b38;position:relative;}
.csart-itbl-head::before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#ff3d00,#ff8c00);border-radius:0 3px 3px 0;}
.csart-itbl-ico{width:34px;height:34px;flex-shrink:0;border-radius:10px;background:#21181a;border:1px solid rgba(228,76,1,.22);display:flex;align-items:center;justify-content:center;color:#e44c01;}
.csart-itbl-ico svg{width:16px;height:16px;}
.csart-itbl-ttl{font-family:'Exo 2',sans-serif;font-size:13.5px;font-weight:800;color:#f4f6fb;text-transform:uppercase;letter-spacing:.3px;}
.csart-itbl-sub{font-family:'Manrope',sans-serif;font-size:11px;color:#5f6878;margin-top:1px;}
.csart-itbl{width:100%;border-collapse:collapse;}
.csart-itbl tr{border-bottom:1px solid #1a1f2a;transition:background .15s;}
.csart-itbl tr:last-child{border-bottom:none;}
.csart-itbl tr:hover{background:rgba(255,102,0,.035);}
.csart-itbl td{padding:11px 20px;vertical-align:middle;font-family:'Manrope',sans-serif;}
.csart-itbl td:first-child{width:38%;font-family:'Exo 2',sans-serif;font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.45px;color:#5f6878;white-space:nowrap;border-right:1px solid #1a1f2a;}
.csart-itbl td:last-child{font-size:13.5px;font-weight:600;color:#d6dce7;line-height:1.4;}
.csart-itbl-val-accent{color:#ff7a2f!important;}
.csart-itbl-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:5px;font-family:'Exo 2',sans-serif;font-size:11px;font-weight:700;background:rgba(228,76,1,.1);border:1px solid rgba(228,76,1,.18);color:#ff7a2f;margin-right:4px;}

/* ---- DESC BLOCKS ---- */
.csart-desc{position:relative;margin:0 0 18px;background:#10131a;border:1px solid #252b38;border-radius:20px;overflow:hidden;isolation:isolate;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s cubic-bezier(.2,.8,.2,1),border-color .3s;box-shadow:0 2px 4px rgba(0,0,0,.35),0 6px 18px -4px rgba(0,0,0,.45);}
.csart-desc::before{content:'';position:absolute;inset:0;z-index:-1;background:radial-gradient(700px 380px at 110% -5%,rgba(255,102,0,.13),transparent 55%),radial-gradient(600px 340px at -8% 110%,rgba(255,138,61,.08),transparent 58%),linear-gradient(180deg,#121620 0%,#0b0d12 100%);transition:transform .7s cubic-bezier(.2,.8,.2,1);}
.csart-desc:hover::before{transform:scale(1.03);}
.csart-desc::after{content:'';position:absolute;left:0;top:20px;bottom:20px;width:3px;border-radius:0 5px 5px 0;background:linear-gradient(180deg,#ff6600,#ff8a3d);filter:drop-shadow(0 0 8px rgba(255,102,0,.4));transition:width .4s cubic-bezier(.34,1.56,.64,1),top .4s ease,bottom .4s ease,filter .3s;}
.csart-desc:hover{transform:translateY(-4px);border-color:rgba(255,102,0,.18);box-shadow:0 2px 4px rgba(0,0,0,.35),0 20px 44px -12px rgba(255,102,0,.18);}
.csart-desc:hover::after{width:5px;top:12px;bottom:12px;filter:drop-shadow(0 0 12px rgba(255,102,0,.55));}
.csart-desc-inner{position:relative;padding:28px 30px 26px 32px;}
.csart-desc-inner h2{margin:0 0 16px;padding:0 0 14px;font-family:'Exo 2',sans-serif;font-size:26px;font-weight:800;line-height:1.15;letter-spacing:-.025em;color:#f4f6fb;position:relative;}
.csart-desc-inner h2::after{content:'';position:absolute;left:0;bottom:0;width:44px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff6600,#ff8a3d,rgba(255,138,61,.2));background-size:200% 100%;background-position:0 0;transition:width .5s cubic-bezier(.34,1.56,.64,1),background-position .7s ease;}
.csart-desc:hover .csart-desc-inner h2::after{width:110px;background-position:50% 0;}
.csart-desc-inner p{margin:0 0 12px;font-family:'Manrope',sans-serif;font-size:14.5px;line-height:1.75;color:#b8c0cc;}
.csart-desc-inner p:last-child{margin-bottom:0;}

/* ---- FINAL BLOCK ---- */
.csart-final{position:relative;margin:0 0 18px;background:#10131a;border:1px solid rgba(255,102,0,.22);border-radius:20px;overflow:hidden;isolation:isolate;transition:box-shadow .4s ease;}
.csart-final::before{content:'';position:absolute;inset:0;z-index:-1;background:conic-gradient(from 215deg at 100% 0%,rgba(255,102,0,.2) 0deg,rgba(255,102,0,.05) 55deg,transparent 130deg),radial-gradient(65% 55% at 0% 108%,rgba(255,138,61,.1),transparent 58%),linear-gradient(135deg,#171017 0%,#10131a 50%,#1b1210 100%);}
.csart-final::after{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;border-radius:0 7px 7px 0;background:linear-gradient(180deg,#ff6600,#ff944d);filter:drop-shadow(0 0 16px rgba(255,102,0,.5));transition:width .35s ease,filter .3s;}
.csart-final:hover{box-shadow:0 2px 4px rgba(255,102,0,.06),0 26px 70px -18px rgba(255,102,0,.32);}
.csart-final:hover::after{width:7px;filter:drop-shadow(0 0 20px rgba(255,102,0,.65));}
.csart-final-inner{position:relative;padding:28px 30px 26px 32px;}
.csart-final-badge{display:inline-flex;align-items:center;gap:7px;margin:0 0 18px;padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,rgba(255,102,0,.12),rgba(255,138,61,.05));border:1px solid rgba(255,102,0,.2);box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 3px 10px -3px rgba(255,102,0,.25);}
.csart-final-badge-dot{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#ff6600;box-shadow:0 0 7px rgba(255,102,0,.7);animation:csart-spark 2.2s ease-in-out infinite;}
.csart-final-badge-txt{font-family:'Exo 2',sans-serif;font-size:10px;font-weight:800;letter-spacing:.15em;color:#ff6600;}
@keyframes csart-spark{0%,100%{opacity:.35;transform:scale(.8);}50%{opacity:1;transform:scale(1.2);}}
.csart-final-inner h2{margin:0 0 16px;padding:0 0 14px;font-family:'Exo 2',sans-serif;font-size:30px;font-weight:900;letter-spacing:-.03em;background:linear-gradient(135deg,#ffffff 0%,#d7dde8 35%,#ff6600 130%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative;}
.csart-final-inner h2::after{content:'';position:absolute;left:0;bottom:0;width:80px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ff6600,#ff944d,#ffb37d);transition:width .5s cubic-bezier(.34,1.56,.64,1);}
.csart-final:hover .csart-final-inner h2::after{width:150px;}
.csart-final-inner p{margin:0 0 14px;font-family:'Manrope',sans-serif;font-size:14.5px;line-height:1.75;color:#c4cad6;}
.csart-final-inner p:last-child{margin-bottom:0;}
.csart-final-inner ul{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:0;border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;}
.csart-final-inner ul li{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);font-family:'Manrope',sans-serif;font-size:13.5px;line-height:1.45;color:#c9d1dd;background:transparent;transition:background .18s,color .18s,padding-left .18s;}
.csart-final-inner ul li:last-child{border-bottom:none;}
.csart-final-inner ul li:hover{background:rgba(255,102,0,.05);color:#f4f6fb;padding-left:20px;}
.csart-final-inner ul li::before{content:'';flex-shrink:0;width:18px;height:18px;border-radius:5px;background:rgba(228,76,1,.12);border:1px solid rgba(228,76,1,.2);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23e44c01' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat;transition:background-color .18s,border-color .18s;}
.csart-final-inner ul li:hover::before{background-color:rgba(228,76,1,.22);border-color:rgba(228,76,1,.4);}

/* ---- DIVIDER ---- */
.csart-div{display:flex;align-items:center;gap:12px;margin:22px 0;}
.csart-div::before,.csart-div::after{content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,#1e2330,transparent);}
.csart-div-lbl{font-family:'Exo 2',sans-serif;font-size:10px;font-weight:800;letter-spacing:.6px;color:#3b4354;text-transform:uppercase;flex-shrink:0;padding:4px 10px;background:#151924;border:1px solid #1e2330;border-radius:999px;}

/* ================================================================
 FAQ xfaq26 — CSS GRID анимация
 Принцип: grid-template-rows: 0fr → 1fr
 НЕ использует max-height → НЕ конфликтует с сайтом
 data-open атрибут управляет состоянием
 ================================================================ */
.xfaq26-list{display:flex!important;flex-direction:column!important;gap:7px!important;list-style:none!important;margin:0!important;padding:0!important;}

.xfaq26-entry{background:#151924!important;border:1px solid #252b38!important;border-radius:13px!important;overflow:hidden!important;transition:border-color .22s ease,box-shadow .22s ease!important;}
.xfaq26-entry[data-open]{border-color:rgba(228,76,1,.38)!important;box-shadow:0 4px 18px rgba(228,76,1,.1)!important;}

.xfaq26-hdr{
 display:flex!important;align-items:center!important;gap:11px!important;
 padding:14px 17px!important;cursor:pointer!important;
 user-select:none!important;-webkit-user-select:none!important;
 -webkit-tap-highlight-color:transparent!important;
 background:transparent!important;border:none!important;outline:none!important;
 width:100%!important;text-align:left!important;
 transition:background .18s!important;
 box-shadow:none!important;border-radius:0!important;margin:0!important;
}
/* КРИТИЧНО: убираем стрелку от глобального details summary::before */
.xfaq26-hdr::before{display:none!important;content:none!important;background:none!important;}
.xfaq26-hdr::after{display:none!important;content:none!important;}
.xfaq26-hdr:hover{background:#1b202c!important;}
.xfaq26-entry[data-open] .xfaq26-hdr{background:#21181a!important;}

.xfaq26-idx{width:26px!important;height:26px!important;flex-shrink:0!important;border-radius:8px!important;background:#202532!important;display:flex!important;align-items:center!important;justify-content:center!important;font-family:'Exo 2',sans-serif!important;font-size:11px!important;font-weight:800!important;color:#5f6878!important;line-height:1!important;transition:background .2s,color .2s!important;}
.xfaq26-entry[data-open] .xfaq26-idx{background:#e44c01!important;color:#fff!important;}

.xfaq26-label{flex:1!important;font-family:'Exo 2',sans-serif!important;font-size:13.5px!important;font-weight:700!important;color:#f4f6fb!important;letter-spacing:.1px!important;line-height:1.3!important;}

.xfaq26-chevron{width:18px!important;height:18px!important;flex-shrink:0!important;color:#3b4354!important;pointer-events:none!important;display:block!important;transition:transform .32s cubic-bezier(.34,1.56,.64,1),color .2s!important;}
.xfaq26-entry[data-open] .xfaq26-chevron{transform:rotate(180deg)!important;color:#e44c01!important;}

/* *** КЛЮЧЕВОЕ — Grid вместо max-height *** */
.xfaq26-grid{display:grid!important;grid-template-rows:0fr!important;transition:grid-template-rows .34s cubic-bezier(.4,0,.2,1)!important;}
.xfaq26-entry[data-open] .xfaq26-grid{grid-template-rows:1fr!important;}
.xfaq26-inner{overflow:hidden!important;min-height:0!important;}

.xfaq26-answer{border-top:1px solid #1e2330!important;padding:14px 17px 16px 54px!important;font-family:'Manrope',sans-serif!important;font-size:13.5px!important;color:#9aa4b2!important;line-height:1.75!important;}
.xfaq26-answer strong{color:#d6dce7!important;font-weight:700!important;}
.xfaq26-answer a{color:#e44c01!important;font-weight:700!important;text-decoration:none!important;}
.xfaq26-answer a:hover{color:#ff7a2f!important;}
.xfaq26-answer code{display:inline-block!important;background:#0b0d12!important;border:1px solid #252b38!important;border-radius:5px!important;padding:1px 7px!important;font-size:12px!important;color:#ff7a2f!important;font-weight:700!important;font-family:'Courier New',monospace!important;}

/* ---- RESPONSIVE ---- */
@media(max-width:900px){.csart-hgrid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){
 .csart-hgrid{grid-template-columns:1fr 1fr;gap:8px;}
 .csart-hcard{padding:14px 12px 12px;}
 .csart-bbody{padding:14px;}
 .csart-bhead{padding:12px 15px;}
 .xfaq26-answer{padding-left:17px!important;}
}
@media(max-width:420px){.csart-hgrid{grid-template-columns:1fr;}}



.files-content-wrap {
  background: #10131a;
  border: 1px solid #252b38;
  border-radius: 16px;
  padding-top: 20px;
  box-shadow:
    0 2px 4px rgba(0,0,0,.4),
    0 8px 24px rgba(0,0,0,.35);
}





.cs-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;margin:0 0 14px;font-family:'Exo 2',sans-serif;font-size:12px;font-weight:600}
.cs-breadcrumb a{color:#9aa3b3!important;text-decoration:none;transition:color .18s}
.cs-breadcrumb a:hover{color:#e44c01!important}
.cs-breadcrumb-sep{color:#596170;font-size:10px;user-select:none}
.cs-breadcrumb-current{color:#e44c01;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}

.entry-title-wrap{margin:0 0 12px;font-family:'inherit',sans-serif}
.entry-title-wrap h1{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:800;color:#f3f6fb;text-transform:uppercase;line-height:1.25;margin:0;letter-spacing:.3px}

.entry-title-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;background:#e44c01;border-radius:10px;color:#fff;box-shadow:0 4px 14px rgba(228,76,1,.42)}
.entry-title-icon svg{width:18px;height:18px}

.blog-meta{margin:10px 0 0;font-family:'Jura',sans-serif}
.blog-meta ul{list-style:none;margin:0;padding:0}
.blog-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px}

.blog-meta-item{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;background:#171b24;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:13px;font-weight:600;font-family:'Exo 2',sans-serif;color:#cfd6e4;white-space:nowrap;transition:background .18s,border-color .18s,color .18s}
.blog-meta-item svg{flex-shrink:0;color:#e44c01;width:13px;height:13px}
.blog-meta-item a{color:#ff7a1a!important;font-weight:700;text-decoration:none;transition:color .18s}
.blog-meta-item a:hover{color:#ff9a4d!important}
.blog-meta-item:hover{background:#20242d;border-color:rgba(228,76,1,.28);color:#ffffff}

.blog-meta-sep{width:3px;height:3px;background:#596170;border-radius:50%;flex-shrink:0}

.cscard-like-btn{display:inline-flex!important;align-items:center;gap:6px;height:30px;padding:0 14px;background:#171b24;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-family:'Exo 2',sans-serif;font-size:13px;font-weight:700;color:#9aa3b3!important;text-decoration:none!important;cursor:pointer;transition:background .18s,border-color .18s,color .18s,box-shadow .18s;white-space:nowrap}
.cscard-like-btn svg{width:14px;height:14px;flex-shrink:0;stroke:#9aa3b3;fill:none;transition:stroke .18s,fill .18s}
.cscard-like-btn:hover{background:rgba(228,76,1,.12);border-color:rgba(228,76,1,.35);color:#ff7a1a!important;box-shadow:0 2px 12px rgba(228,76,1,.22)}
.cscard-like-btn:hover svg{stroke:#ff7a1a}
.cscard-like-btn--active{background:#e44c01!important;border-color:#e44c01!important;color:#fff!important;box-shadow:0 3px 14px rgba(228,76,1,.45)!important}
.cscard-like-btn--active svg{stroke:#fff!important;fill:rgba(255,255,255,.3)!important}

@media(max-width:640px){
 .entry-title-wrap h1{font-size:20px;gap:10px}
 .entry-title-icon{width:32px;height:32px;border-radius:8px}
 .entry-title-icon svg{width:15px;height:15px}
 .blog-meta-item{font-size:12px;height:28px;padding:0 10px}
 .cscard-like-btn{font-size:12px;height:28px;padding:0 10px}
 .cs-breadcrumb-current{max-width:160px}
}




.dl-modal {
 display: none;
 position: fixed;
 z-index: 99999;
 left: 0; top: 0;
 width: 100%; height: 100%;
 background: rgba(0,0,0,0.72);
 backdrop-filter: blur(6px);
 -webkit-backdrop-filter: blur(6px);
 padding: 20px;
 box-sizing: border-box;
}

.dl-modal.open {
 display: flex;
 align-items: center;
 justify-content: center;
}

.dl-modal__content {
 position: relative;
 background: #171b24;
 width: 100%;
 max-width: 430px;
 border-radius: 16px;
 padding: 26px 24px 22px;
 text-align: center;
 border: 1px solid rgba(255,255,255,0.08);
 box-shadow: 0 30px 90px rgba(0,0,0,0.62);
 animation: dlFadeIn .28s ease;
}

@keyframes dlFadeIn {
 from { opacity: 0; transform: translateY(-10px) scale(.98); }
 to { opacity: 1; transform: translateY(0) scale(1); }
}

.dl-modal__close {
 position: absolute; right: 12px; top: 12px;
 width: 34px; height: 34px;
 border: none; border-radius: 10px;
 background: #222733; color: #cfd6e4;
 cursor: pointer; font-size: 18px; line-height: 1;
 transition: .2s ease;
}
.dl-modal__close:hover { background: #2d3442; color: #ffffff; }

.dl-modal__icon {
 width: 60px; height: 60px;
 margin: 0 auto 14px;
 border-radius: 16px;
 display: flex; align-items: center; justify-content: center;
 background: linear-gradient(135deg, rgba(228,76,1,.22), rgba(228,76,1,.08));
 color: #ff7a1a;
}

.dl-modal__title { margin: 0 0 8px; font-size: 24px; line-height: 1.2; font-weight: 800; color: #ffffff; }
.dl-modal__sub { margin: 0 0 16px; font-size: 14px; line-height: 1.6; color: #aeb6c6; }
.dl-modal__timer { font-size: 14px; font-weight: 700; color: #dce3ef; margin-bottom: 12px; }
.dl-modal__timer span { color: #ff7a1a; }

.dl-progress {
 width: 100%; height: 10px;
 background: #222733; border-radius: 999px; overflow: hidden; margin: 0 0 14px;
}
.dl-progress__bar {
 width: 0%; height: 100%;
 background: linear-gradient(90deg, #e44c01, #ff8a3d);
 transition: none !important;
}

.dl-modal__hint { display: block; font-size: 12px; color: #9aa3b3; margin-top: 10px; line-height: 1.5; }

.dl-modal__auth {
 margin-top: 18px; padding-top: 16px;
 border-top: 1px solid rgba(255,255,255,0.08);
}

.sidebar-about { position: relative; }

.sidebar-download-box,
.sidebar-share-box,
.sidebar-rating-box { width: 100%; text-align: center; }

.sidebar-download-box .blog-list-post-tag.download,
.sidebar-download-box .blog-list-post-tag.download .blog-list-post-tag.download { display: block; width: 100%; }

.sidebar-download-box .glow-button { display: inline-flex; align-items: center; justify-content: center; }

.sidebar-share-box .uSocial-Share {
 position: static !important; display: inline-block !important;
 width: auto !important; margin: 0 auto !important;
 float: none !important; transform: none !important;
}

.sidebar-share-box [class*="uSocial"],
.sidebar-share-box a,
.sidebar-share-box div { float: none !important; }

.sidebar-rating-box { margin-top: 10px; }
.sidebar-rating-box #rating_os { display: inline-block; vertical-align: top; }

.dl-modal__auth-title { margin: 0 0 10px; font-size: 13px; font-weight: 700; color: #dce3ef; }

.dl-modal__auth-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

.dl-modal__auth-btn {
 display: inline-flex; align-items: center; justify-content: center; gap: 8px;
 min-width: 140px; height: 42px; padding: 0 16px;
 border-radius: 10px; text-decoration: none !important;
 font-weight: 700; font-size: 13px; transition: .2s ease;
}

.dl-modal__auth-btn--reg { background: rgba(228,76,1,.16); color: #ff8a3d !important; border: 1px solid rgba(228,76,1,.28); }
.dl-modal__auth-btn--reg:hover { background: rgba(228,76,1,.26); color: #ffffff !important; }
.dl-modal__auth-btn--login { background: #222733; color: #dce3ef !important; border: 1px solid rgba(255,255,255,.08); }
.dl-modal__auth-btn--login:hover { background: #2d3442; color: #ffffff !important; }

.dl-modal__actions { display: none; margin-top: 16px; gap: 10px; flex-direction: column; }
.dl-modal__actions.show { display: flex; }

.dl-modal__manual { display: none; margin-top: 10px; font-size: 13px; font-weight: 600; color: #dce3ef; }
.dl-modal__manual.show { display: block; }

.dl-modal__direct,
.dl-modal__mirror {
 display: inline-flex; align-items: center; justify-content: center; gap: 8px;
 width: 100%; min-height: 46px; border-radius: 10px;
 text-decoration: none !important; font-weight: 700; transition: .2s ease;
}

.dl-modal__direct {
 background: linear-gradient(90deg, #e44c01, #ff7a1a);
 color: #fff !important; border: 1px solid rgba(228,76,1,.35);
 box-shadow: 0 10px 24px rgba(228,76,1,.28);
}
.dl-modal__direct:hover { color: #fff !important; filter: brightness(1.05); transform: translateY(-1px); }

.dl-modal__mirror { background: #222733; color: #dce3ef !important; border: 1px solid rgba(255,255,255,.08); }
.dl-modal__mirror:hover { background: #2d3442; color: #ffffff !important; }

/* ═══ ФИКС ГАЛЕРЕИ: col всегда 3 штуки, пустые не схлопываются ═══ */
.fg-gallery-row {
 display: flex !important;
 flex-wrap: nowrap !important;
}

.fg-gallery-col {
 flex: 0 0 33.3333% !important;
 max-width: 33.3333% !important;
 min-height: 1px;
}

.fg-gallery-col .blog-details-img {
 min-height: 100px;
}

@media (max-width: 900px) {
 .fg-gallery { grid-template-columns: 1fr; }
 .fg-gallery__thumbs {
 flex-direction: row; overflow-x: auto; overflow-y: hidden;
 height: auto !important; max-height: none !important;
 padding-right: 0; padding-bottom: 4px;
 }
 .fg-gallery__thumb { flex: 0 0 88px; width: 88px; }
 .fg-gallery__thumb img { aspect-ratio: 1 / 1; }
}

@media (max-width: 640px) {
 .fg-gallery { gap: 12px; }
 .fg-gallery__main-link { border-radius: 16px; }
 .fg-gallery__thumb { flex: 0 0 74px; width: 74px; border-radius: 12px; }
 .fg-gallery__thumb::before { border-radius: 12px; }
 .dl-modal { padding: 12px; }
 .dl-modal__content { padding: 22px 16px 18px; border-radius: 14px; }
 .dl-modal__title { font-size: 21px; }
 .fg-gallery-row { flex-wrap: wrap !important; }
 .fg-gallery-col { flex: 0 0 100% !important; max-width: 100% !important; }
}

@media (prefers-reduced-motion: reduce) {
 .fg-gallery__main img,
 .fg-gallery__thumb,
 .fg-gallery__thumb img,
 .fg-gallery__thumb::before { transition: none !important; }
 .download-button.wait-anim,
 .glow-button.wait-anim { animation: none !important; }
}

.sidebar-download-box .glow-button,
.sidebar-about .glow-button {
 display: inline-flex !important; align-items: center !important;
 justify-content: center !important; gap: 8px !important;
 flex-direction: row !important; white-space: nowrap !important;
}

.sidebar-download-box .glow-button i,
.sidebar-about .glow-button i { order: 0 !important; margin: 0 !important; }

.sidebar-download-box .glow-button .btn-text,
.sidebar-about .glow-button .btn-text { order: 1 !important; }

.sidebar-download-box .glow-button .shine,
.sidebar-about .glow-button .shine { pointer-events: none; }

.sidebar-share-box { width: 100%; display: block; text-align: center; }

.sidebar-share-box .uSocial-Share {
 display: flex !important; justify-content: center !important;
 align-items: center !important; flex-wrap: nowrap !important;
 gap: 8px !important; width: 100% !important; max-width: 100% !important;
 overflow-x: auto !important; padding-bottom: 4px;
}

.sidebar-share-box .uSocial-Share * { max-width: none !important; }
.sidebar-share-box .uSocial-Share a,
.sidebar-share-box .uSocial-Share div { flex: 0 0 auto !important; }

.sidebar-share-box .uSocial-Share::-webkit-scrollbar { height: 4px; }
.sidebar-share-box .uSocial-Share::-webkit-scrollbar-thumb { background: rgba(228,76,1,0.45); border-radius: 10px; }

#rating_os { flex-shrink: 0; }
#rating_l { white-space: nowrap; }







:root{
 --accent:#e44c01;
 --accent2:#ff8a3d;
 --accent-soft:rgba(228,76,1,.13);
 --accent-soft-2:rgba(228,76,1,.20);
 --bg:#171b24;
 --bg2:#20242d;
 --bg3:#111318;
 --text:#f3f6fb;
 --muted:#aeb6c6;
 --line:rgba(255,255,255,.08);
 --line-strong:rgba(228,76,1,.28);
 --radius:20px;
 --radius-sm:12px;
 --shadow-sm:0 2px 12px rgba(0,0,0,.28);
 --shadow-md:0 12px 30px rgba(0,0,0,.34);
 --shadow-lg:0 18px 44px rgba(228,76,1,.14);
}

/* ===== SHARE BOX CS.COM.RU ===== */
.cs-share-box{
 position:relative;
 margin:0 0 22px;
 border:1px solid var(--line);
 border-radius:var(--radius);
 background:linear-gradient(180deg, rgba(23,27,36,.98), rgba(17,19,24,.98));
 overflow:hidden;
 box-shadow:var(--shadow-sm), var(--shadow-md);
 transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.cs-share-box::before{
 content:"";
 position:absolute;
 left:20px;
 right:20px;
 top:0;
 height:1px;
 background:linear-gradient(
 90deg,
 transparent 0%,
 rgba(228,76,1,0) 8%,
 rgba(228,76,1,.72) 50%,
 rgba(228,76,1,0) 92%,
 transparent 100%
 );
}

.cs-share-box::after{
 content:"";
 position:absolute;
 left:0;
 top:18px;
 bottom:18px;
 width:4px;
 border-radius:0 8px 8px 0;
 background:linear-gradient(180deg,var(--accent),var(--accent2));
}

.cs-share-box:hover{
 border-color:var(--line-strong);
 box-shadow:var(--shadow-sm), var(--shadow-lg);
 transform:translateY(-2px);
}

.cs-share-box__head{
 display:flex;
 align-items:center;
 gap:10px;
 padding:20px 24px 14px 28px;
}

.cs-share-box__head-ico{
 width:18px;
 height:18px;
 color:var(--accent2);
 flex-shrink:0;
}

.cs-share-box__title{
 font-size:15px;
 font-weight:800;
 letter-spacing:.04em;
 text-transform:uppercase;
 color:var(--text);
 display:flex;
 align-items:center;
 gap:10px;
 margin:0;
}

.cs-share-box__title::before{
 content:"";
 width:4px;
 height:16px;
 border-radius:999px;
 background:linear-gradient(180deg,var(--accent),var(--accent2));
 flex-shrink:0;
}

.cs-share-box__body{
 padding:0 24px 22px 28px;
 display:flex;
 flex-direction:column;
 gap:16px;
}

.cs-share-buttons{
 display:flex;
 flex-wrap:wrap;
 gap:8px;
}

.cs-share-btn{
 display:inline-flex;
 align-items:center;
 justify-content:center;
 gap:8px;
 min-height:38px;
 padding:0 14px;
 border-radius:999px;
 border:1px solid rgba(255,255,255,.08);
 background:#20242d;
 color:#dce3ef;
 font-size:12px;
 font-weight:700;
 text-decoration:none !important;
 cursor:pointer;
 box-shadow:0 2px 10px rgba(0,0,0,.20);
 transition:
 transform .2s ease,
 border-color .2s ease,
 background .2s ease,
 color .2s ease,
 box-shadow .2s ease;
}

.cs-share-btn svg{
 width:16px;
 height:16px;
 flex-shrink:0;
}

.cs-share-btn:hover{
 transform:translateY(-1px);
 color:#fff;
 border-color:transparent;
 box-shadow:0 8px 20px rgba(0,0,0,.30);
}

.cs-share-btn--vk:hover{ background:#4a76a8; }
.cs-share-btn--tg:hover{ background:#27a7e7; }
.cs-share-btn--wa:hover{ background:#25d366; }
.cs-share-btn--ok:hover{ background:#f58220; }
.cs-share-btn--fb:hover{ background:#1877f2; }
.cs-share-btn--x:hover{ background:#050608; }
.cs-share-btn--max:hover{ background:linear-gradient(135deg,#e44c01,#ff8a3d); }
.cs-share-btn--mail:hover{ background:#5b8def; }

.cs-share-btn--copy{
 background:rgba(228,76,1,.14);
 color:#ff8a3d;
 border-color:rgba(228,76,1,.26);
}

.cs-share-btn--copy:hover{
 background:linear-gradient(135deg,#e44c01,#ff8a3d);
 color:#fff;
 border-color:transparent;
}

.cs-share-btn--copy.is-copied{
 background:linear-gradient(135deg,#e44c01,#ff8a3d);
 color:#fff;
 border-color:transparent;
}

.cs-share-divider{
 height:1px;
 background:linear-gradient(90deg, rgba(228,76,1,0), rgba(228,76,1,.24), rgba(228,76,1,0));
}

.cs-share-fields{
 display:grid;
 grid-template-columns:1fr 1fr;
 gap:12px;
}

.cs-share-field{
 display:flex;
 flex-direction:column;
 gap:6px;
}

.cs-share-field__label{
 display:flex;
 align-items:center;
 gap:6px;
 font-size:11px;
 font-weight:800;
 letter-spacing:.08em;
 text-transform:uppercase;
 color:#ff8a3d;
}

.cs-share-field__label svg{
 width:13px;
 height:13px;
 color:var(--accent2);
 flex-shrink:0;
}

.cs-share-field textarea{
 width:100%;
 min-height:56px;
 resize:vertical;
 padding:10px 12px;
 border:1px solid var(--line);
 border-radius:14px;
 background:#111318;
 color:var(--text);
 font-size:12px;
 line-height:1.55;
 outline:none;
 box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
 transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cs-share-field textarea:focus{
 border-color:rgba(228,76,1,.38);
 box-shadow:0 0 0 4px rgba(228,76,1,.12);
 background:#151922;
}

.cs-share-field textarea::selection{
 background:rgba(228,76,1,.28);
}

@media (max-width:760px){
 .cs-share-box__head{
 padding:18px 16px 12px 20px;
 }

 .cs-share-box__body{
 padding:0 16px 18px 20px;
 }

 .cs-share-fields{
 grid-template-columns:1fr;
 }

 .cs-share-btn{
 min-height:34px;
 padding:0 12px;
 font-size:11px;
 }

 .cs-share-btn--copy{
 margin-left:0;
 }
}






.cside-cat-block {
  background: #10131a;
  border: 1px solid #252b38;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 8px;
}
.cside-cat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 16px;
  background: #151924;
  border-bottom: 1px solid #1e2330;
}
.cside-cat-head-ico {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: 9px;
  background: rgba(228,76,1,.1);
  border: 1px solid rgba(228,76,1,.2);
  display: flex; align-items: center; justify-content: center;
  color: #e44c01;
}
.cside-cat-head-ico svg { width: 15px; height: 15px; }
.cside-cat-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 13px;
  font-weight: 900;
  color: #f4f6fb;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
}
.cside-cat-title span { color: #ff7a2f; }
.cside-cat-body { padding: 12px 14px; }

/* ---- SOCIAL BLOCKS ---- */
.cside-social-block {
 margin-bottom: 8px;
}

.cside-social-card {
 display: flex;
 align-items: center;
 gap: 13px;
 padding: 15px 16px;
 background: #10131a;
 border: 1px solid #252b38;
 border-radius: 14px;
 text-decoration: none !important;
 transition: border-color .22s, box-shadow .22s, transform .22s;
 position: relative;
 overflow: hidden;
}
.cside-social-card::before {
 content: '';
 position: absolute;
 inset: 0;
 background: radial-gradient(circle at 0% 50%, rgba(228,76,1,.06), transparent 60%);
 opacity: 0;
 transition: opacity .22s;
 pointer-events: none;
}
.cside-social-card:hover {
 border-color: rgba(228,76,1,.3);
 box-shadow: 0 6px 20px rgba(0,0,0,.3);
 transform: translateY(-2px);
}
.cside-social-card:hover::before { opacity: 1; }

/* иконка */
.cside-social-ico {
 width: 46px; height: 46px; flex-shrink: 0;
 border-radius: 12px;
 display: flex; align-items: center; justify-content: center;
 transition: transform .22s, box-shadow .22s;
}
.cside-social-card:hover .cside-social-ico {
 transform: scale(1.06);
}
.cside-social-ico svg { width: 24px; height: 24px; }

/* VK цвет */
.cside-social-ico--vk {
 background: linear-gradient(135deg, #0077ff, #0056cc);
 box-shadow: 0 4px 14px rgba(0,119,255,.3);
}
.cside-social-card:hover .cside-social-ico--vk {
 box-shadow: 0 6px 20px rgba(0,119,255,.45);
}

/* Rutube цвет */
.cside-social-ico--rutube {
 background: linear-gradient(135deg, #cc0000, #990000);
 box-shadow: 0 4px 14px rgba(204,0,0,.3);
}
.cside-social-card:hover .cside-social-ico--rutube {
 box-shadow: 0 6px 20px rgba(204,0,0,.45);
}

/* текст */
.cside-social-info { flex: 1; min-width: 0; }
.cside-social-name {
 font-family: 'Exo 2', sans-serif;
 font-size: 13px; font-weight: 900;
 color: #f4f6fb;
 text-transform: uppercase;
 letter-spacing: .3px;
 line-height: 1.2;
 margin-bottom: 3px;
}
.cside-social-sub {
 font-family: 'Manrope', sans-serif;
 font-size: 11px;
 color: #5f6878;
 line-height: 1.3;
}

/* стрелка */
.cside-social-arr {
 width: 28px; height: 28px; flex-shrink: 0;
 border-radius: 8px;
 background: rgba(228,76,1,.08);
 border: 1px solid rgba(228,76,1,.15);
 display: flex; align-items: center; justify-content: center;
 color: #e44c01;
 transition: background .18s, border-color .18s;
}
.cside-social-card:hover .cside-social-arr {
 background: rgba(228,76,1,.16);
 border-color: rgba(228,76,1,.3);
}
.cside-social-arr svg { width: 12px; height: 12px; }




.cshero-wrap {
 width: 100%;
 max-width: 1318px;
 margin: 0 auto 26px;
 background: #10131a;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 22px;
 overflow: hidden;
 font-family: 'Manrope', sans-serif;
 box-shadow: 0 18px 50px rgba(0,0,0,.42), 0 0 32px rgba(228,76,1,.08);
}

.cshero-topline {
 height: 3px;
 background: linear-gradient(90deg, #ff3d00, #ff8c00, #ff3d00);
 background-size: 200% 100%;
 animation: cshero-topline-move 3s linear infinite;
}

@keyframes cshero-topline-move {
 0% { background-position: 0% 0%; }
 100% { background-position: 200% 0%; }
}

.cshero-tabs-bar {
 display: flex;
 overflow-x: auto;
 scrollbar-width: none;
 background: #151924;
 border-bottom: 1px solid rgba(255,255,255,.08);
 padding: 0 16px;
}

.cshero-tabs-bar::-webkit-scrollbar {
 display: none;
}

.cshero-tab-btn {
 display: flex;
 align-items: center;
 gap: 7px;
 padding: 13px 18px;
 cursor: pointer;
 border: none;
 background: none;
 color: #9aa3b2;
 font-family: 'Exo 2', sans-serif;
 font-size: 12px;
 font-weight: 700;
 letter-spacing: .5px;
 text-transform: uppercase;
 white-space: nowrap;
 position: relative;
 transition: color .18s;
 flex-shrink: 0;
}

.cshero-tab-btn:hover {
 color: #ffffff;
}

.cshero-tab-btn.cshero-tab-active {
 color: #ffffff;
}

.cshero-tab-btn.cshero-tab-active::after {
 content: "";
 position: absolute;
 left: 12px;
 right: 12px;
 bottom: 0;
 height: 2px;
 background: linear-gradient(90deg, #ff3d00, #ff8c00);
 border-radius: 999px 999px 0 0;
}

.cshero-tab-logo {
 width: 22px;
 height: 22px;
 flex-shrink: 0;
 border-radius: 5px;
 background: #202633;
 border: 1px solid rgba(255,255,255,.08);
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 8px;
 font-weight: 900;
 color: #b8c0cc;
 font-family: 'Exo 2', sans-serif;
 transition: background .18s, color .18s, border-color .18s;
}

.cshero-tab-btn.cshero-tab-active .cshero-tab-logo {
 background: #ff3d00;
 border-color: #ff3d00;
 color: #ffffff;
}

.cshero-panel {
 display: none;
}

.cshero-panel.cshero-panel-active {
 display: flex;
 flex-direction: row;
}

.cshero-left {
 flex: 1;
 min-width: 0;
 padding: 32px 32px 28px;
 display: flex;
 flex-direction: column;
 gap: 18px;
 background: #10131a;
}

.cshero-status-badge {
 display: inline-flex;
 align-items: center;
 gap: 7px;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 border-radius: 999px;
 padding: 5px 14px 5px 8px;
 font-size: 10px;
 font-weight: 700;
 color: #ff9a45;
 letter-spacing: .6px;
 text-transform: uppercase;
 width: fit-content;
}

.cshero-badge-dot {
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #ff3d00;
 box-shadow: 0 0 8px #ff3d00;
 animation: cshero-blink 1.6s ease-in-out infinite;
}

@keyframes cshero-blink {
 0%, 100% { opacity: 1; }
 50% { opacity: .25; }
}

.cshero-title {
 font-family: 'Exo 2', sans-serif;
 font-size: 32px;
 font-weight: 900;
 line-height: 1.1;
 letter-spacing: -.4px;
 color: #f4f6fb;
}

.cshero-title-accent {
 background: linear-gradient(90deg, #ff3d00, #ff8c00);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 background-clip: text;
}

.cshero-desc {
 font-size: 14px;
 line-height: 1.75;
 color: #b8c0cc;
 max-width: 500px;
}

.cshero-specs-row {
 display: flex;
 flex-wrap: wrap;
 gap: 7px;
}

.cshero-spec-chip {
 display: flex;
 align-items: center;
 gap: 6px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 8px;
 padding: 6px 11px;
 font-size: 11px;
 color: #d9dee8;
 font-weight: 500;
}

.cshero-spec-chip i {
 color: #ff7a1a;
 font-size: 10px;
}

.cshero-actions-row {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 margin-top: 2px;
}

.cshero-dl-btn {
 display: inline-flex;
 align-items: center;
 gap: 9px;
 background: linear-gradient(135deg, #ff3d00, #ff6200);
 color: #ffffff !important;
 font-family: 'Exo 2', sans-serif;
 font-size: 13px;
 font-weight: 800;
 letter-spacing: .5px;
 text-transform: uppercase;
 padding: 13px 22px;
 border-radius: 12px;
 border: none;
 cursor: pointer;
 text-decoration: none;
 position: relative;
 overflow: hidden;
 transition: transform .2s, box-shadow .2s;
 box-shadow: 0 6px 20px rgba(255,61,0,.28);
}

.cshero-dl-btn:hover {
 transform: translateY(-2px);
 box-shadow: 0 12px 28px rgba(255,61,0,.38);
 color: #ffffff !important;
 text-decoration: none;
}

.cshero-dl-btn::before {
 content: "";
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(120deg, transparent, rgba(255,255,255,.28), transparent);
 transform: skewX(-20deg);
 animation: cshero-shine 2.5s linear infinite;
}

@keyframes cshero-shine {
 0% { left: -75%; }
 100% { left: 125%; }
}

.cshero-sb-btn {
 display: inline-flex;
 align-items: center;
 gap: 8px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.10);
 color: #f4f6fb !important;
 font-family: 'Exo 2', sans-serif;
 font-size: 12px;
 font-weight: 700;
 letter-spacing: .4px;
 text-transform: uppercase;
 padding: 13px 18px;
 border-radius: 12px;
 text-decoration: none;
 transition: all .18s;
}

.cshero-sb-btn:hover {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff !important;
 text-decoration: none;
 transform: translateY(-2px);
}

.cshero-sb-btn i {
 color: #ff7a1a;
}

.cshero-right {
 flex: 0 0 610px;
 position: relative;
 overflow: hidden;
 min-height: 360px;
 background: #0d1118;
}

.cshero-right-img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: transform .5s ease;
}

.cshero-right:hover .cshero-right-img {
 transform: scale(1.04);
}

.cshero-right-overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(to right, #10131a 8%, rgba(16,19,26,.12) 80%);
}

.cshero-facts-strip {
 display: flex;
 border-top: 1px solid rgba(255,255,255,.08);
 background: #151924;
}

.cshero-fact-item {
 flex: 1;
 padding: 14px 16px;
 display: flex;
 align-items: center;
 gap: 10px;
 border-right: 1px solid rgba(255,255,255,.08);
}

.cshero-fact-item:last-child {
 border-right: none;
}

.cshero-fact-icon {
 width: 32px;
 height: 32px;
 flex-shrink: 0;
 border-radius: 8px;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 display: flex;
 align-items: center;
 justify-content: center;
 color: #ff7a1a;
 font-size: 12px;
}

.cshero-fact-val {
 font-family: 'Exo 2', sans-serif;
 font-size: 14px;
 font-weight: 800;
 color: #f4f6fb;
 line-height: 1;
}

.cshero-fact-lbl {
 font-size: 10px;
 color: #9aa3b2;
 letter-spacing: .3px;
 margin-top: 2px;
}

@media (max-width: 860px) {
 .cshero-panel.cshero-panel-active {
 flex-direction: column;
 }

 .cshero-right {
 flex: 0 0 200px;
 min-height: 200px;
 }

 .cshero-right-overlay {
 background: linear-gradient(to bottom, transparent 40%, #10131a 100%);
 }

 .cshero-title {
 font-size: 26px;
 }

 .cshero-left {
 padding: 22px 18px 18px;
 }
}

@media (max-width: 580px) {
 .cshero-tab-btn {
 padding: 11px 12px;
 font-size: 11px;
 }

 .cshero-facts-strip {
 flex-wrap: wrap;
 }

 .cshero-fact-item {
 flex: 0 0 50%;
 }
}



:root {
 --card: #151924;
 --card2: #10131a;
 --card3: #202633;
 --b: rgba(255,255,255,.08);
 --b2: rgba(255,102,0,.32);
 --r: 12px;
 --red: #e44c01;
 --red2: #ff6600;
 --red-bg: rgba(228,76,1,.14);
 --w: #f4f6fb;
 --w50: #b8c0cc;
 --w30: #8f98a8;
 --ff: 'Exo 2', sans-serif;
 --fm: 'Manrope', sans-serif;
 --fb: 'Exo 2', sans-serif;
}

.rou-it {
 flex-shrink: 0;
 width: 230px;
 height: 222px;
 background: var(--card);
 border: 1px solid var(--b);
 border-radius: var(--r);
 overflow: hidden;
 transition: border-color .15s, box-shadow .15s;
 display: flex;
 flex-direction: column;
 user-select: none;
 box-shadow: 0 10px 24px rgba(0,0,0,.28);
}

.rou-it:hover {
 border-color: rgba(255,102,0,.26);
}

.rou-it.lit {
 border-color: var(--red);
 box-shadow: 0 0 0 2px var(--red-bg), 0 0 0 3.5px rgba(228,76,1,.22), 0 12px 30px rgba(0,0,0,.32);
}

.rou-it.winner {
 animation: winnerPulse 2.2s ease;
}

@keyframes winnerPulse {
 0% { box-shadow: 0 0 0 2px var(--red-bg), 0 0 0 3px rgba(228,76,1,.18); }
 40% { box-shadow: 0 0 0 5px var(--red-bg), 0 0 0 8px rgba(228,76,1,.32), 0 6px 28px rgba(228,76,1,.22); }
 100% { box-shadow: 0 0 0 2px var(--red-bg), 0 0 0 3px rgba(228,76,1,.12); }
}

.rou-th {
 height: 130px;
 position: relative;
 overflow: hidden;
 flex-shrink: 0;
 background: var(--card3);
}

.rou-th-img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: transform .35s ease;
}

.rou-it:hover .rou-th-img {
 transform: scale(1.04);
}

.rou-th-overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(to bottom, transparent 45%, rgba(0,0,0,.55));
 pointer-events: none;
}

.rou-th.rou-th-noimg {
 background: linear-gradient(135deg, #151924 0%, #202633 52%, #10131a 100%);
}

.rou-th.rou-th-noimg::after {
 content: '';
 position: absolute;
 inset: 0;
 background: url("data:image/svg+xml,%3Csvg viewBox='0 0 152 76' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='76' cy='38' r='21' stroke='rgba(255,255,255,0.10)' stroke-width='.8'/%3E%3Ccircle cx='76' cy='38' r='5' stroke='rgba(255,255,255,0.10)' stroke-width='.8'/%3E%3Cline x1='76' y1='6' x2='76' y2='17' stroke='rgba(255,255,255,0.10)' stroke-width='.8'/%3E%3Cline x1='76' y1='59' x2='76' y2='70' stroke='rgba(255,255,255,0.10)' stroke-width='.8'/%3E%3Cline x1='45' y1='38' x2='55' y2='38' stroke='rgba(255,255,255,0.10)' stroke-width='.8'/%3E%3Cline x1='97' y1='38' x2='107' y2='38' stroke='rgba(255,255,255,0.10)' stroke-width='.8'/%3E%3C/svg%3E") center/70% no-repeat;
}

.rou-cat-badge {
 position: absolute;
 bottom: 8px;
 left: 8px;
 font-family: var(--fm);
 font-size: 9px;
 letter-spacing: .4px;
 padding: 3px 8px;
 border-radius: 4px;
 text-decoration: none;
 z-index: 2;
 transition: opacity .15s;
}

.rou-cat-badge:hover {
 opacity: .8;
}

.rou-cat-badge.rt1,
.rou-cat-badge.rt2,
.rou-cat-badge.rt3,
.rou-cat-badge.rt4,
.rou-cat-badge.rt5 {
 background: rgba(255,102,0,.16);
 color: #ff9a45 !important;
 border: 1px solid rgba(255,102,0,.30);
}

.rou-meta {
 padding: 9px 11px 5px;
 flex: 1;
 display: flex;
 flex-direction: column;
 gap: 4px;
 background: #151924;
}

.rou-nm {
 font-family: var(--ff);
 font-size: 13px;
 font-weight: 600;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 letter-spacing: .3px;
 line-height: 1.2;
 color: var(--w) !important;
 text-decoration: none;
 display: block;
 transition: color .15s;
}

.rou-nm:hover {
 color: #ff7a1a !important;
}

.rou-meta-row {
 display: flex;
 align-items: center;
 gap: 10px;
}

.rou-mi-stat {
 display: flex;
 align-items: center;
 gap: 4px;
 font-family: var(--fm);
 font-size: 9px;
 color: var(--w30);
 letter-spacing: .2px;
}

.rou-mi-stat svg {
 opacity: .65;
 flex-shrink: 0;
}

.rou-btns {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 5px;
 padding: 0 9px 9px;
 margin-top: auto;
 background: #151924;
}

.rou-btn-more {
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 color: #d9dee8 !important;
 font-family: var(--fb);
 font-size: 10px;
 font-weight: 500;
 padding: 6px 0;
 border-radius: 5px;
 cursor: pointer;
 transition: all .18s;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 4px;
 letter-spacing: .2px;
 text-decoration: none;
}

.rou-btn-more:hover {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff !important;
}

.rou-btn-dl {
 background: var(--red);
 border: none;
 color: #fff !important;
 font-family: var(--fb);
 font-size: 10px;
 font-weight: 600;
 padding: 6px 0;
 border-radius: 5px;
 cursor: pointer;
 transition: all .18s;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 4px;
 letter-spacing: .2px;
 text-decoration: none;
}

.rou-btn-dl:hover {
 background: var(--red2);
 box-shadow: 0 3px 10px rgba(255,102,0,.30);
 color: #fff !important;
}

.rou-section {
 margin-bottom: 24px;
}

.cnt {
 width: 100%;
}

.rou-card {
 background: #10131a;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 16px;
 overflow: hidden;
 font-family: 'Manrope', sans-serif;
 box-shadow: 0 18px 45px rgba(0,0,0,.38), 0 0 24px rgba(228,76,1,.08);
}

.rou-bar {
 display: flex;
 align-items: center;
 gap: 10px;
 padding: 12px 16px;
 background: #151924;
 border-bottom: 1px solid rgba(255,255,255,.08);
 flex-wrap: wrap;
}

.rou-bl {
 display: flex;
 align-items: center;
 gap: 10px;
 flex: 1;
 min-width: 0;
}

.rou-bi {
 width: 32px;
 height: 32px;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 border-radius: 8px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #ff7a1a;
 flex-shrink: 0;
}

.rou-btt {
 font-family: 'Exo 2', sans-serif;
 font-size: 14px;
 font-weight: 800;
 color: #f4f6fb;
 letter-spacing: .3px;
 text-transform: uppercase;
}

.rou-bsub {
 font-size: 10px;
 color: #9aa3b2;
 letter-spacing: .3px;
 margin-top: 1px;
}

.rou-vol {
 display: flex;
 align-items: center;
 gap: 6px;
}

.rou-vol-btn {
 width: 28px;
 height: 28px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 7px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #d9dee8;
 cursor: pointer;
 flex-shrink: 0;
}

.rou-vol-btn:hover {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff;
}

.rou-vol-btn.muted {
 color: #697285;
}

.vol-slider {
 width: 80px;
 accent-color: #e44c01;
}

.rou-bdg {
 font-family: 'Exo 2', sans-serif;
 font-size: 10px;
 font-weight: 700;
 color: #ff7a1a;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 border-radius: 999px;
 padding: 3px 10px;
 white-space: nowrap;
 flex-shrink: 0;
}

.rou-outer {
 position: relative;
 overflow: hidden;
 height: 240px;
 background: #0d1118;
 border-top: 1px solid rgba(255,255,255,.08);
 border-bottom: 1px solid rgba(255,255,255,.08);
}

.rou-track {
 display: flex;
 gap: 6px;
 height: 100%;
 padding: 6px;
 will-change: transform;
 align-items: stretch;
}

.rou-fl {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 80px;
 background: linear-gradient(to right, #0d1118, transparent);
 pointer-events: none;
 z-index: 2;
}

.rou-fr {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 0;
 width: 80px;
 background: linear-gradient(to left, #0d1118, transparent);
 pointer-events: none;
 z-index: 2;
}

.rou-ptr {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 3px;
 background: linear-gradient(180deg, #ff3d00, #ff8c00);
 z-index: 3;
 pointer-events: none;
 border-radius: 999px;
 box-shadow: 0 0 14px rgba(255,102,0,.55);
}

.rou-ptr::before,
.rou-ptr::after {
 content: '';
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
}

.rou-ptr::before {
 top: 0;
 border-top: 7px solid #ff3d00;
}

.rou-ptr::after {
 bottom: 0;
 border-bottom: 7px solid #ff8c00;
}

.rou-ctrls {
 padding: 12px 14px;
 display: flex;
 flex-direction: column;
 gap: 10px;
 border-top: 1px solid rgba(255,255,255,.08);
 background: #10131a;
}

.rou-ctrl-row {
 display: flex;
 align-items: center;
 gap: 7px;
 flex-wrap: wrap;
}

.rou-ctrl-label {
 font-size: 11px;
 font-weight: 600;
 color: #9aa3b2;
 white-space: nowrap;
 flex-shrink: 0;
}

.btn-spin {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 9px 18px;
 background: linear-gradient(135deg, #ff3d00, #ff6200);
 color: #ffffff;
 font-family: 'Exo 2', sans-serif;
 font-size: 12px;
 font-weight: 800;
 letter-spacing: .4px;
 text-transform: uppercase;
 border: none;
 border-radius: 10px;
 cursor: pointer;
 box-shadow: 0 4px 12px rgba(255,61,0,.25);
 transition: transform .18s, box-shadow .18s;
 flex-shrink: 0;
}

.btn-spin:hover:not(:disabled) {
 transform: translateY(-1px);
 box-shadow: 0 8px 18px rgba(255,61,0,.35);
}

.btn-spin:disabled {
 opacity: .5;
 cursor: not-allowed;
}

.btn-stop,
.btn-pause {
 display: inline-flex;
 align-items: center;
 gap: 5px;
 padding: 9px 14px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 color: #d9dee8;
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 700;
 letter-spacing: .3px;
 text-transform: uppercase;
 border-radius: 10px;
 cursor: pointer;
 transition: background .18s, border-color .18s, color .18s;
 flex-shrink: 0;
}

.btn-stop:hover:not(:disabled),
.btn-pause:hover:not(:disabled) {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff;
}

.btn-stop:disabled,
.btn-pause:disabled {
 opacity: .4;
 cursor: not-allowed;
}

.rou-res {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 font-size: 12px;
 font-weight: 600;
 color: #9aa3b2;
 flex: 1;
 min-width: 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
}

.rou-res.win {
 color: #ff7a1a;
}

.rou-stats-wrap {
 display: flex;
 gap: 10px;
 flex-shrink: 0;
}

.rou-stat {
 display: flex;
 flex-direction: column;
 align-items: center;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 8px;
 padding: 4px 10px;
}

.rou-stat-val {
 font-family: 'Exo 2', sans-serif;
 font-size: 14px;
 font-weight: 800;
 color: #f4f6fb;
 line-height: 1;
}

.rou-stat-lbl {
 font-size: 9px;
 color: #9aa3b2;
 margin-top: 2px;
}

.rou-spd-btns {
 display: flex;
 gap: 5px;
 flex-wrap: wrap;
}

.rou-spd {
 padding: 6px 11px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 color: #d9dee8;
 border-radius: 8px;
 cursor: pointer;
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 700;
 transition: all .18s;
 white-space: nowrap;
}

.rou-spd:hover {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff;
}

.rou-spd.act {
 background: rgba(228,76,1,.15);
 border-color: rgba(255,102,0,.36);
 color: #ff7a1a;
}

.rou-auto-btns {
 display: flex;
 gap: 5px;
}

.rou-auto {
 padding: 6px 11px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 color: #d9dee8;
 border-radius: 8px;
 cursor: pointer;
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 700;
 transition: all .18s;
}

.rou-auto:hover {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff;
}

.rou-auto.act {
 background: rgba(228,76,1,.15);
 border-color: rgba(255,102,0,.36);
 color: #ff7a1a;
}

.rou-auto-status {
 font-size: 11px;
 color: #ff7a1a;
 font-weight: 600;
}

.rou-hist {
 display: flex;
 gap: 5px;
 flex-wrap: wrap;
 flex: 1;
 min-width: 0;
}

.rou-hist-chip {
 font-size: 10px;
 font-weight: 600;
 padding: 3px 9px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 6px;
 color: #d9dee8 !important;
 text-decoration: none;
 white-space: nowrap;
 max-width: 130px;
 overflow: hidden;
 text-overflow: ellipsis;
 transition: color .15s, background .15s, border-color .15s;
}

.rou-hist-chip:hover {
 background: rgba(228,76,1,.14);
 border-color: rgba(255,102,0,.35);
 color: #ff7a1a !important;
}

.rou-hist-empty {
 font-size: 11px;
 color: #697285;
}

.rou-win-block {
 display: none;
 align-items: center;
 gap: 14px;
 padding: 14px 16px;
 background: #151924;
 border-top: 2px solid rgba(255,102,0,.35);
 flex-wrap: wrap;
}

.rou-win-block.show {
 display: flex;
}

.rou-win-img {
 width: 80px;
 height: 60px;
 border-radius: 10px;
 overflow: hidden;
 flex-shrink: 0;
 background: #202633;
 border: 1px solid rgba(255,255,255,.08);
}

.rou-win-info {
 flex: 1;
 min-width: 120px;
}

.rou-win-eyebrow {
 display: flex;
 align-items: center;
 gap: 5px;
 font-size: 10px;
 color: #9aa3b2;
 font-weight: 600;
 text-transform: uppercase;
 letter-spacing: .4px;
 margin-bottom: 4px;
}

.rou-win-name {
 font-family: 'Exo 2', sans-serif;
 font-size: 14px;
 font-weight: 800;
 color: #f4f6fb;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.rou-win-tag {
 font-size: 10px;
 color: #ff7a1a;
 font-weight: 700;
 margin-top: 3px;
}

.rou-win-actions {
 display: flex;
 gap: 8px;
 flex-shrink: 0;
}

.rou-win-btn-more {
 display: inline-flex;
 align-items: center;
 gap: 5px;
 padding: 8px 14px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 color: #d9dee8 !important;
 border-radius: 9px;
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 700;
 text-decoration: none;
 white-space: nowrap;
 transition: all .18s;
}

.rou-win-btn-more:hover {
 background: #202633;
 border-color: rgba(255,102,0,.35);
 color: #ffffff !important;
}

.rou-win-btn {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 padding: 8px 16px;
 background: linear-gradient(135deg, #ff3d00, #ff6200);
 color: #ffffff !important;
 border-radius: 9px;
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 800;
 text-decoration: none;
 white-space: nowrap;
 box-shadow: 0 4px 12px rgba(255,61,0,.25);
 transition: transform .18s, box-shadow .18s;
}

.rou-win-btn:hover {
 color: #ffffff !important;
 transform: translateY(-1px);
 box-shadow: 0 8px 18px rgba(255,61,0,.35);
}

@media (max-width: 640px) {
 .rou-outer { height: 216px; }
 .rou-it { width: 180px !important; height: 204px !important; }
 .rou-th { height: 112px !important; }
 .rou-bar { padding: 10px 12px; gap: 7px; }
 .rou-bsub { display: none; }
 .vol-slider { width: 55px; }
 .rou-ctrls { padding: 10px 12px; gap: 8px; }
 .rou-ctrl-row { gap: 5px; }
 .btn-spin { padding: 9px 16px; }
 .btn-stop, .btn-pause { padding: 9px 10px; }
 .rou-res { font-size: 11px; }
 .rou-spd { padding: 5px 9px; font-size: 10px; }
 .rou-auto { padding: 5px 9px; font-size: 10px; }
 .rou-win-block { padding: 12px; }
 .rou-win-actions { width: 100%; }
 .rou-win-btn, .rou-win-btn-more { flex: 1; justify-content: center; }
}

@media (max-width: 420px) {
 .rou-outer { height: 194px; }
 .rou-it { width: 158px !important; height: 182px !important; }
 .rou-th { height: 96px !important; }
 .rou-vol { display: none; }
 .rou-bdg { display: none; }
 .btn-spin { flex: 1; justify-content: center; }
 .rou-res { display: none; }
 .rou-stats-wrap { margin-left: auto; }
 .rou-fl, .rou-fr { width: 40px; }
}


.csort-bar, .csort-bar * { box-sizing: border-box; }

.csort-bar {
 display: flex;
 align-items: center;
 gap: 10px;
 width: 100%;
 padding: 12px 16px;
 margin-bottom: 12px;
 background: #10131a;
 border: 1px solid #252b38;
 border-radius: 14px;
 position: relative;
 overflow: hidden;
}



.csort-counter {
 display: inline-flex;
 align-items: center;
 gap: 9px;
}

.csort-counter-icon {
 width: 32px; height: 32px;
 border-radius: 9px;
 background: rgba(228,76,1,.1);
 border: 1px solid rgba(228,76,1,.2);
 display: flex; align-items: center; justify-content: center;
 color: #e44c01;
 flex-shrink: 0;
}
.csort-counter-icon svg { width: 15px; height: 15px; }

.csort-counter-label {
 font-family: 'Exo 2', sans-serif;
 font-size: 9.5px; font-weight: 800;
 color: #3b4354;
 text-transform: uppercase;
 letter-spacing: .5px;
 display: block;
 line-height: 1;
 margin-bottom: 2px;
}

.csort-counter-num {
 font-family: 'Exo 2', sans-serif;
 font-size: 16px; font-weight: 900;
 color: #ff7a2f;
 line-height: 1;
 letter-spacing: -.3px;
 display: block;
}



.upcoming-game-item,
.sorting {
 background: #10131a !important;
 border: 1px solid rgba(255,255,255,.08) !important;
 color: #f4f6fb !important;
 box-shadow: 0 14px 38px rgba(0,0,0,.32) !important;
}

.sorting {
 border-radius: 14px !important;
 padding: 12px 14px !important;
 margin-bottom: 16px !important;
}

.mk-3 {
 color: #d9dee8 !important;
}

.mk-3 b {
 color: #ff7a1a !important;
}

#contik {
 color: #f4f6fb !important;
}

#contik p,
#contik div,
#contik span,
#contik li {
 color: #d9dee8;
}

#contik h1,
#contik h2,
#contik h3,
#contik h4,
#contik h5,
#contik h6 {
 color: #f4f6fb !important;
}

.showMoreBtn,
#nextCont {
 background: linear-gradient(135deg, #ff3d00, #ff6200) !important;
 color: #ffffff !important;
 border-radius: 14px !important;
 box-shadow: 0 8px 22px rgba(255,61,0,.25) !important;
 cursor: pointer !important;
}

.showMoreBtn:hover,
#nextCont:hover {
 background: linear-gradient(135deg, #ff6600, #ff8a3d) !important;
 color: #ffffff !important;
}

.csw-block {
 margin-bottom: 24px;
 font-family: 'Manrope', sans-serif;
 color: #f4f6fb;
}

.csw-title {
 display: flex;
 align-items: center;
 gap: 10px;
 margin-bottom: 16px;
 padding-bottom: 12px;
 border-bottom: 1px solid rgba(255,255,255,.08);
}

.csw-title-icon {
 width: 30px;
 height: 30px;
 flex-shrink: 0;
 border-radius: 8px;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 display: flex;
 align-items: center;
 justify-content: center;
 color: #ff7a1a;
}

.csw-title-icon svg {
 width: 15px;
 height: 15px;
}

.csw-title h4 {
 font-family: 'Exo 2', sans-serif;
 font-size: 14px;
 font-weight: 800;
 color: #f4f6fb;
 letter-spacing: .2px;
 margin: 0;
 text-transform: uppercase;
}

.csw-title h4 span {
 color: #ff7a1a;
}

.csw-game-card {
 background: #10131a;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 16px;
 overflow: hidden;
 transition: box-shadow .2s, border-color .2s;
 box-shadow: 0 14px 36px rgba(0,0,0,.32), 0 0 20px rgba(228,76,1,.06);
}

.csw-game-card:hover {
 box-shadow: 0 16px 42px rgba(0,0,0,.40), 0 0 24px rgba(228,76,1,.10);
 border-color: rgba(255,102,0,.32);
}

.csw-game-head {
 display: flex;
 align-items: center;
 gap: 10px;
 padding: 12px 14px 10px;
 background: #151924;
 border-bottom: 1px solid rgba(255,255,255,.08);
 transition: background .18s;
}

.csw-game-card:hover .csw-game-head {
 background: #171b24;
}

.csw-game-head-icon {
 width: 28px;
 height: 28px;
 flex-shrink: 0;
 border-radius: 8px;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 display: flex;
 align-items: center;
 justify-content: center;
 color: #ff7a1a;
 transition: background .18s, border-color .18s, color .18s;
}

.csw-game-head-icon svg {
 width: 14px;
 height: 14px;
}

.csw-game-card:hover .csw-game-head-icon {
 background: #e44c01;
 border-color: #e44c01;
 color: #ffffff;
}

.csw-game-head-title {
 font-family: 'Exo 2', sans-serif;
 font-size: 13px;
 font-weight: 800;
 color: #f4f6fb;
 letter-spacing: .2px;
 transition: color .18s;
}

.csw-game-card:hover .csw-game-head-title {
 color: #ff7a1a;
}

.csw-game-body {
 padding: 14px;
 background: #10131a;
}

.csw-game-img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 10px;
 margin-bottom: 12px;
 border: 1px solid rgba(255,255,255,.08);
 box-shadow: 0 8px 24px rgba(0,0,0,.30);
}

.csw-game-short {
 font-size: 13px;
 color: #b8c0cc;
 line-height: 1.65;
 margin-bottom: 12px;
}

.csw-game-short strong {
 color: #ffffff;
}

.csw-tags {
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
 margin-bottom: 12px;
}

.csw-tag {
 display: inline-flex;
 align-items: center;
 gap: 4px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 8px;
 color: #d9dee8;
 font-family: 'Exo 2', sans-serif;
 font-size: 10px;
 font-weight: 700;
 padding: 4px 9px;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: .3px;
 transition: background .15s, border-color .15s, color .15s;
}

.csw-tag:hover {
 background: rgba(228,76,1,.14);
 border-color: rgba(255,102,0,.35);
 color: #ff7a1a;
}

.csw-expand-btn {
 display: flex;
 align-items: center;
 gap: 7px;
 width: 100%;
 padding: 9px 12px;
 background: #171b24;
 border: 1px solid rgba(255,255,255,.08);
 border-radius: 10px;
 cursor: pointer;
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 700;
 color: #d9dee8;
 letter-spacing: .3px;
 text-transform: uppercase;
 transition: background .18s, border-color .18s, color .18s;
 margin-bottom: 12px;
}

.csw-expand-btn:hover {
 background: rgba(228,76,1,.14);
 border-color: rgba(255,102,0,.35);
 color: #ff7a1a;
}

.csw-expand-btn svg {
 width: 13px;
 height: 13px;
 flex-shrink: 0;
 transition: transform .22s;
}

.csw-expand-btn.open svg {
 transform: rotate(180deg);
}

.csw-expand-btn span {
 flex: 1;
 text-align: left;
}

.csw-full-desc {
 display: none;
 font-size: 13px;
 color: #b8c0cc;
 line-height: 1.7;
 padding: 14px;
 background: #151924;
 border-radius: 10px;
 margin-bottom: 12px;
 border: 1px solid rgba(255,255,255,.08);
 animation: csw-fadein .2s ease;
}

.csw-full-desc.open {
 display: block;
}

@keyframes csw-fadein {
 from { opacity: 0; transform: translateY(-4px); }
 to { opacity: 1; transform: translateY(0); }
}

.csw-full-desc p {
 margin: 0 0 10px;
 color: #b8c0cc;
}

.csw-full-desc p:last-child {
 margin-bottom: 0;
}

.csw-full-desc strong {
 color: #ffffff;
 font-weight: 700;
}

.csw-full-desc ul {
 margin: 8px 0 10px 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-direction: column;
 gap: 5px;
}

.csw-full-desc ul li {
 display: flex;
 align-items: flex-start;
 gap: 8px;
 font-size: 12px;
 color: #b8c0cc;
 line-height: 1.5;
}

.csw-full-desc ul li::before {
 content: "";
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background: #ff7a1a;
 flex-shrink: 0;
 margin-top: 5px;
 opacity: .9;
}

.csw-full-desc h5 {
 font-family: 'Exo 2', sans-serif;
 font-size: 11px;
 font-weight: 800;
 color: #ff7a1a;
 text-transform: uppercase;
 letter-spacing: .5px;
 margin: 12px 0 6px;
}

.csw-dl-btn {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 background: linear-gradient(135deg, #ff3d00, #ff6200);
 color: #ffffff !important;
 font-family: 'Exo 2', sans-serif;
 font-size: 12px;
 font-weight: 800;
 letter-spacing: .5px;
 text-transform: uppercase;
 padding: 11px 18px;
 border-radius: 10px;
 text-decoration: none;
 position: relative;
 overflow: hidden;
 transition: transform .2s, box-shadow .2s;
 box-shadow: 0 5px 16px rgba(255,61,0,.25);
 width: 100%;
}

.csw-dl-btn:hover {
 transform: translateY(-2px);
 box-shadow: 0 10px 24px rgba(255,61,0,.38);
 color: #ffffff !important;
 text-decoration: none;
}

.csw-dl-btn::before {
 content: "";
 position: absolute;
 top: 0;
 left: -75%;
 width: 50%;
 height: 100%;
 background: linear-gradient(120deg, transparent, rgba(255,255,255,.25), transparent);
 transform: skewX(-20deg);
 animation: csw-shine 2.5s linear infinite;
}

@keyframes csw-shine {
 0% { left: -75%; }
 100% { left: 125%; }
}

.csw-dl-btn svg {
 width: 14px;
 height: 14px;
 flex-shrink: 0;
}

.fgv-block {
 border-radius: 16px;
 overflow: hidden;
 border: 1px solid rgba(255,255,255,.08);
 background: #10131a;
 box-shadow: 0 14px 36px rgba(0,0,0,.32), 0 0 20px rgba(228,76,1,.06);
}

.fgv-head {
 display: flex;
 align-items: center;
 gap: 10px;
 padding: 11px 14px;
 background: #151924;
 border-bottom: 1px solid rgba(255,255,255,.08);
}

.fgv-head-icon {
 width: 28px;
 height: 28px;
 flex-shrink: 0;
 border-radius: 8px;
 background: rgba(255,102,0,.12);
 border: 1px solid rgba(255,102,0,.30);
 display: flex;
 align-items: center;
 justify-content: center;
 color: #ff7a1a;
}

.fgv-head-icon svg {
 width: 14px;
 height: 14px;
}

.fgv-head-title {
 font-family: 'Exo 2', sans-serif;
 font-size: 12px;
 font-weight: 800;
 color: #f4f6fb;
 letter-spacing: .3px;
 text-transform: uppercase;
 flex: 1;
}

.fgv-head-title span {
 color: #ff7a1a;
}

.fgv-preview-wrap {
 position: relative;
 width: 100%;
 aspect-ratio: 16/9;
 cursor: pointer;
 overflow: hidden;
 background: #080a0f;
 display: block;
}

.fgv-preview-img {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: transform .5s ease, filter .3s ease;
}

.fgv-preview-wrap:hover .fgv-preview-img {
 transform: scale(1.03);
 filter: brightness(.82);
}

.fgv-canvas {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 pointer-events: none;
 z-index: 2;
}

.fgv-overlay {
 position: absolute;
 inset: 0;
 background: linear-gradient(180deg,rgba(0,0,0,.16) 0%,rgba(0,0,0,.04) 40%,rgba(0,0,0,.66) 100%);
 z-index: 3;
}

.fgv-play-btn {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%,-50%);
 z-index: 5;
 width: 56px;
 height: 56px;
 border-radius: 50%;
 background: rgba(16,19,26,.92);
 border: 1px solid rgba(255,255,255,.12);
 display: flex;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 transition: transform .22s, background .18s, box-shadow .22s;
 box-shadow: 0 6px 22px rgba(0,0,0,.35);
}

.fgv-play-btn svg {
 width: 22px;
 height: 22px;
 color: #ff7a1a;
 margin-left: 3px;
 transition: color .18s;
}

.fgv-preview-wrap:hover .fgv-play-btn {
 transform: translate(-50%,-50%) scale(1.1);
 background: #e44c01;
 box-shadow: 0 10px 30px rgba(228,76,1,.4);
}

.fgv-preview-wrap:hover .fgv-play-btn svg {
 color: #ffffff;
}

.fgv-badge {
 position: absolute;
 top: 10px;
 right: 10px;
 z-index: 5;
 display: flex;
 align-items: center;
 gap: 5px;
 padding: 4px 9px 4px 6px;
 background: rgba(8,10,15,.78);
 backdrop-filter: blur(6px);
 border-radius: 999px;
 border: 1px solid rgba(255,255,255,.12);
 pointer-events: none;
}

.fgv-badge svg {
 width: 14px;
 height: 14px;
 flex-shrink: 0;
}

.fgv-badge-text {
 font-family: 'Exo 2', sans-serif;
 font-size: 10px;
 font-weight: 800;
 color: #ffffff;
 letter-spacing: .5px;
 text-transform: uppercase;
}

.fgv-caption {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 5;
 padding: 8px 12px 11px;
 pointer-events: none;
}

.fgv-caption-text {
 font-family: 'Manrope', sans-serif;
 font-size: 12px;
 font-weight: 600;
 color: rgba(255,255,255,.86);
 display: flex;
 align-items: center;
 gap: 5px;
}

.fgv-caption-text svg {
 width: 12px;
 height: 12px;
 flex-shrink: 0;
 color: #ff7a1a;
}

.fgv-iframe-wrap {
 display: none;
 position: relative;
 width: 100%;
 aspect-ratio: 16/9;
}

.fgv-iframe-wrap iframe {
 width: 100%;
 height: 100%;
 display: block;
 border: none;
}

.fgv-iframe-wrap.active {
 display: block;
}

.fgv-preview-wrap.hidden {
 display: none;
}

input,
textarea,
select {
 background: #151924 !important;
 border-color: rgba(255,255,255,.10) !important;
 color: #f4f6fb !important;
}

input::placeholder,
textarea::placeholder {
 color: #8f98a8 !important;
}

@media (max-width: 640px) {
 .cshero-wrap,
 .rou-card,
 .upcoming-game-item,
 .csw-game-card,
 .fgv-block {
 border-radius: 14px !important;
 }
}

/* ---- RESET ---- */
.csdl-block, .csdl-block * { box-sizing: border-box; }

/* ============================================================
 ОБЁРТКА
 ============================================================ */
.csdl-block {
 position: relative;
 background: #10131a;
 border: 1px solid rgba(255,102,0,.22);
 border-radius: 18px;
 overflow: hidden;
 isolation: isolate;
 box-shadow:
 0 2px 4px rgba(255,102,0,.04),
 0 12px 36px -8px rgba(255,102,0,.18);
 margin-bottom: 18px;
}

/* фоновый glow */
.csdl-block::before {
 content: '';
 position: absolute;
 inset: 0; z-index: -1;
 background:
 conic-gradient(from 210deg at 100% 0%,
 rgba(255,102,0,.18) 0deg,
 rgba(255,102,0,.04) 50deg,
 transparent 120deg),
 radial-gradient(60% 50% at 0% 100%, rgba(255,138,61,.08), transparent 60%),
 linear-gradient(135deg, #171017 0%, #10131a 50%, #1a1210 100%);
}

/* левая полоска */
.csdl-block::after {
 content: '';
 position: absolute;
 left: 0; top: 0; bottom: 0;
 width: 4px;
 border-radius: 0 6px 6px 0;
 background: linear-gradient(180deg, #ff6600, #ff944d);
 filter: drop-shadow(0 0 12px rgba(255,102,0,.5));
}

/* ============================================================
 ШАПКА
 ============================================================ */
.csdl-head {
 display: flex;
 align-items: center;
 gap: 10px;
 padding: 16px 18px 14px 20px;
 border-bottom: 1px solid rgba(255,255,255,.06);
 background: rgba(255,255,255,.018);
}

.csdl-head-ico {
 width: 34px; height: 34px; flex-shrink: 0;
 border-radius: 10px;
 background: linear-gradient(135deg, #e44c01, #ff7a1a);
 display: flex; align-items: center; justify-content: center;
 box-shadow: 0 4px 14px rgba(228,76,1,.38);
}
.csdl-head-ico svg { width: 16px; height: 16px; color: #fff; }

.csdl-head-txt {
 font-family: 'Exo 2', sans-serif;
 font-size: 14px; font-weight: 900;
 color: #f4f6fb;
 text-transform: uppercase;
 letter-spacing: .3px;
 line-height: 1.15;
}
.csdl-head-txt span { color: #ff7a2f; }

/* ============================================================
 СТАТИСТИКА
 ============================================================ */
.csdl-stats {
 display: flex;
 flex-direction: column;
 gap: 0;
 padding: 14px 18px 14px 20px;
 border-bottom: 1px solid rgba(255,255,255,.05);
}

.csdl-stat-row {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 7px 0;
}

.csdl-stat-left {
 display: flex;
 align-items: center;
 gap: 7px;
 font-family: 'Manrope', sans-serif;
 font-size: 12px; font-weight: 600;
 color: #ffffff;
}
.csdl-stat-left svg { width: 13px; height: 13px; color: #ffffff; flex-shrink: 0; }

.csdl-stat-val {
 font-family: 'Exo 2', sans-serif;
 font-size: 13px; font-weight: 800;
 color: #ff7a2f;
 letter-spacing: -.2px;
}

/* ============================================================
 КНОПКА СКАЧАТЬ
 ============================================================ */
.csdl-btn-wrap {
 padding: 14px 18px 16px 20px;
}

.csdl-btn {
 display: inline-flex !important;
 align-items: center !important;
 justify-content: center !important;
 gap: 9px !important;
 width: 100% !important;
 padding: 14px 20px !important;
 background: linear-gradient(135deg, #ff3d00, #e44c01) !important;
 border: 1px solid rgba(255,102,0,.3) !important;
 border-radius: 12px !important;
 font-family: 'Exo 2', sans-serif !important;
 font-size: 13px !important; font-weight: 900 !important;
 text-transform: uppercase !important;
 letter-spacing: .6px !important;
 color: #ffffff !important;
 text-decoration: none !important;
 cursor: pointer !important;
 position: relative !important;
 overflow: hidden !important;
 transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
 box-shadow: 0 6px 20px rgba(228,76,1,.32) !important;
}
.csdl-btn svg { width: 16px; height: 16px; flex-shrink: 0; }

/* блик */
.csdl-btn::before {
 content: '';
 position: absolute;
 top: 0; left: -75%; width: 50%; height: 100%;
 background: linear-gradient(120deg, transparent, rgba(255,255,255,.2), transparent);
 transform: skewX(-20deg);
 animation: csdl-shine 2.6s linear infinite;
 pointer-events: none;
}
@keyframes csdl-shine { 0%{ left:-75%; } 100%{ left:125%; } }

.csdl-btn:hover {
 transform: translateY(-2px) !important;
 box-shadow: 0 10px 28px rgba(228,76,1,.45) !important;
 background: linear-gradient(135deg, #ff5500, #ff6b1a) !important;
}
.csdl-btn:active { transform: translateY(0) !important; }

.vkcom-wrap, .vkcom-wrap * { box-sizing: border-box; }
 
/* ---- ОБЁРТКА ---- */
.vkcom-wrap {
  margin: 20px 0;
  background: #10131a;
  border: 1px solid #252b38;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
}
 
/* ---- ШАПКА ---- */
.vkcom-head {
  position: relative;
  padding: 22px 24px 20px;
  background: linear-gradient(135deg, #151924 0%, #0f1219 100%);
  border-bottom: 1px solid #1e2330;
  overflow: hidden;
}
 
/* декоративный glow */
.vkcom-head::before {
  content: '';
  position: absolute;
  right: -40px; top: -40px;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(228,76,1,.1), transparent 65%);
  pointer-events: none;
}
 
.vkcom-head-top {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}
 
.vkcom-head-ico {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #e44c01, #ff7a1a);
  box-shadow: 0 6px 18px rgba(228,76,1,.35);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.vkcom-head-ico svg { width: 22px; height: 22px; }
 
.vkcom-head-info { flex: 1; min-width: 0; }
.vkcom-head-title {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px; font-weight: 900;
  color: #f4f6fb;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.15;
  margin-bottom: 3px;
}
.vkcom-head-title span { color: #ff7a2f; }
.vkcom-head-sub {
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px;
  color: #5f6878;
  line-height: 1.4;
}
 
/* ---- МОТИВАЦИОННЫЕ КАРТОЧКИ ---- */
.vkcom-motiv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
 
.vkcom-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 12px;
  transition: background .18s, border-color .18s;
}
.vkcom-card:hover {
  background: rgba(228,76,1,.06);
  border-color: rgba(228,76,1,.18);
}
.vkcom-card-ico {
  width: 32px; height: 32px; flex-shrink: 0;
  border-radius: 9px;
  background: rgba(228,76,1,.1);
  border: 1px solid rgba(228,76,1,.18);
  display: flex; align-items: center; justify-content: center;
  color: #e44c01;
}
.vkcom-card-ico svg { width: 14px; height: 14px; }
.vkcom-card-txt {
  min-width: 0;
}
.vkcom-card-label {
  font-family: 'Exo 2', sans-serif;
  font-size: 10px; font-weight: 800;
  color: #f4f6fb;
  text-transform: uppercase;
  letter-spacing: .3px;
  line-height: 1.2;
  display: block;
}
.vkcom-card-desc {
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  color: #3b4354;
  line-height: 1.3;
  display: block;
  margin-top: 1px;
}
 
/* ---- ПРИЗЫВ К ДЕЙСТВИЮ ---- */
.vkcom-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(228,76,1,.06);
  border: 1px solid rgba(228,76,1,.15);
  border-radius: 12px;
  margin-top: 12px;
}
.vkcom-cta-dot {
  width: 8px; height: 8px; flex-shrink: 0;
  border-radius: 50%;
  background: #e44c01;
  box-shadow: 0 0 8px rgba(228,76,1,.6);
  animation: vkcom-pulse 2s ease-in-out infinite;
}
@keyframes vkcom-pulse {
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.4; transform:scale(.8); }
}
.vkcom-cta-txt {
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px; font-weight: 600;
  color: #c9d1dd;
  line-height: 1.5;
  flex: 1;
}
.vkcom-cta-txt strong { color: #ff7a2f; font-weight: 800; }
 
.vkcom-cta-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; flex-shrink: 0;
  background: linear-gradient(135deg, #ff3d00, #e44c01);
  border: none; border-radius: 9px;
  font-family: 'Exo 2', sans-serif;
  font-size: 11px; font-weight: 800;
  color: #fff;
  text-transform: uppercase; letter-spacing: .4px;
  cursor: pointer; text-decoration: none;
  box-shadow: 0 4px 14px rgba(228,76,1,.3);
  transition: transform .18s, box-shadow .18s, background .18s;
}
.vkcom-cta-btn svg { width: 11px; height: 11px; }
.vkcom-cta-btn:hover {
color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(228,76,1,.45);
  background: linear-gradient(135deg, #ff5500, #ff6b1a);
}
 
/* ---- ВИДЖЕТ ---- */
.vkcom-widget {
  padding: 16px 20px 20px;
}
 
/* ---- RESPONSIVE ---- */
@media (max-width: 640px) {
  .vkcom-motiv { grid-template-columns: 1fr 1fr; }
  .vkcom-head { padding: 18px 16px 16px; }
  .vkcom-widget { padding: 14px 14px 16px; }
  .vkcom-cta { flex-wrap: wrap; }
  .vkcom-cta-btn { width: 100%; justify-content: center; }
}
@media (max-width: 400px) {
  .vkcom-motiv { grid-template-columns: 1fr; }
}



.csart-hgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0 0 20px;}
.csart-hcard{
  position:relative;padding:18px 15px 15px;
  background:linear-gradient(160deg,#171c26 0%,#10131a 100%);
  border:1px solid #252b38;border-radius:16px;overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;cursor:default;
}
.csart-hcard::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 110% -10%,rgba(255,102,0,.09),transparent 55%);
}
.csart-hcard:hover{transform:translateY(-4px);border-color:rgba(228,76,1,.32);box-shadow:0 14px 32px rgba(255,61,0,.12);}
.csart-hcard-ico{
  width:42px;height:42px;border-radius:12px;
  background:rgba(228,76,1,.1);border:1px solid rgba(228,76,1,.18);
  display:flex;align-items:center;justify-content:center;
  color:#e44c01;margin-bottom:13px;transition:background .2s,box-shadow .2s;
}
.csart-hcard:hover .csart-hcard-ico{background:rgba(228,76,1,.18);box-shadow:0 0 14px rgba(228,76,1,.25);}
.csart-hcard-ico svg{width:20px;height:20px;}
.csart-hcard-ttl{font-family:'Exo 2',sans-serif;font-size:12.5px;font-weight:800;color:#f4f6fb;text-transform:uppercase;letter-spacing:.25px;margin-bottom:5px;line-height:1.2;}
.csart-hcard-txt{font-family:'Manrope',sans-serif;font-size:11.5px;color:#9aa4b2;line-height:1.58;}
 .csart-hcard.csart-hcard--pre{
  opacity:0;
  transform:translateY(16px);
}

.csart-hcard.csart-hcard--show{
  opacity:1;
  transform:translateY(0);
}


















/* ---- HIGHLIGHT CARDS ---- */
.csart-hgrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin:0 0 20px;
}

.csart-hcard{
  position:relative;
  padding:18px 15px 15px;
  background:linear-gradient(160deg,#171c26 0%,#10131a 100%);
  border:1px solid #252b38;
  border-radius:16px;
  overflow:hidden;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
  cursor:default;
}

.csart-hcard::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 110% -10%,rgba(255,102,0,.09),transparent 55%);
}

.csart-hcard:hover{
  transform:translateY(-4px);
  border-color:rgba(228,76,1,.32);
  box-shadow:0 14px 32px rgba(255,61,0,.12);
}

/* исправленная JS-анимация */
.csart-hgrid.csart-hgrid--anim .csart-hcard{
  opacity:0;
  transform:translateY(16px);
}

.csart-hgrid.csart-hgrid--anim .csart-hcard.csart-hcard--show{
  opacity:1;
  transform:translateY(0);
}

.csart-hcard-ico{
  width:42px;height:42px;border-radius:12px;
  background:rgba(228,76,1,.1);border:1px solid rgba(228,76,1,.18);
  display:flex;align-items:center;justify-content:center;
  color:#e44c01;margin-bottom:13px;transition:background .2s,box-shadow .2s;
}

.csart-hcard:hover .csart-hcard-ico{
  background:rgba(228,76,1,.18);
  box-shadow:0 0 14px rgba(228,76,1,.25);
}

.csart-hcard-ico svg{width:20px;height:20px;}

.csart-hcard-ttl{
  font-family:'Exo 2',sans-serif;
  font-size:12.5px;
  font-weight:800;
  color:#f4f6fb;
  text-transform:uppercase;
  letter-spacing:.25px;
  margin-bottom:5px;
  line-height:1.2;
}

.csart-hcard-txt{
  font-family:'Manrope',sans-serif;
  font-size:11.5px;
  color:#9aa4b2;
  line-height:1.58;
}

#csartHgrid,
#csartHgrid .csart-hcard,
#csartHgrid.csart-hgrid--anim .csart-hcard {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}












/* ── ОБЁРТКА ── */
.pollBlock {
  position: relative !important;
  background: #10131a !important;
  border: 1px solid #252b38 !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  font-family: 'Manrope', sans-serif !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.42) !important;
}
.pollBlock::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background: radial-gradient(520px 260px at 110% -14%, rgba(228,76,1,.13), transparent 56%),
    linear-gradient(180deg,#121620,#0b0d12) !important;
}
.pollBlock::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important; top: 16px !important; bottom: 16px !important;
  width: 4px !important;
  border-radius: 0 8px 8px 0 !important;
  background: linear-gradient(180deg,#ff6600,#ff944d) !important;
  box-shadow: 0 0 14px rgba(255,102,0,.5) !important;
  pointer-events: none !important;
}

/* ── ШАПКА ── */
.poll-cs-head {
  display: flex !important;
  align-items: center !important;
  gap: 11px !important;
  padding: 14px 18px 13px 22px !important;
  background: rgba(255,255,255,.025) !important;
  border-bottom: 1px solid #1e2330 !important;
  position: relative !important;
  z-index: 1 !important;
}
.poll-cs-ico {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  border-radius: 9px !important;
  background: linear-gradient(135deg,#e44c01,#ff7a1a) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(228,76,1,.35) !important;
  transition: background .4s, box-shadow .4s !important;
}
.poll-cs-ico.voted {
  background: linear-gradient(135deg,#1a8a3a,#30c060) !important;
  box-shadow: 0 4px 12px rgba(30,200,80,.3) !important;
}
.poll-cs-title {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  color: #ff7a2f !important;
  letter-spacing: .5px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  transition: color .4s !important;
}
.poll-cs-title.voted { color: #30c060 !important; }
.poll-cs-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: rgba(228,76,1,.1) !important;
  border: 1px solid rgba(228,76,1,.22) !important;
  border-radius: 999px !important;
  padding: 3px 9px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  color: #ff8a3d !important;
  letter-spacing: .4px !important;
  text-transform: uppercase !important;
  transition: background .4s, border-color .4s, color .4s !important;
  margin: 0 !important;
  line-height: 1 !important;
}
.poll-cs-badge.voted {
  background: rgba(30,200,80,.1) !important;
  border-color: rgba(30,200,80,.25) !important;
  color: #30c060 !important;
}
.poll-cs-dot {
  display: inline-block !important;
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  background: #e44c01 !important;
  box-shadow: 0 0 6px rgba(228,76,1,.7) !important;
  flex-shrink: 0 !important;
  animation: pcsblink 1.8s ease-in-out infinite !important;
  transition: background .4s, box-shadow .4s !important;
}
.poll-cs-dot.voted {
  background: #30c060 !important;
  box-shadow: 0 0 6px rgba(30,200,80,.7) !important;
}
@keyframes pcsblink { 0%,100%{opacity:1} 50%{opacity:.2} }

/* ── ВОПРОС ── */
.pollQue {
  padding: 16px 20px 12px 22px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #f4f6fb !important;
  line-height: 1.4 !important;
  position: relative !important;
  z-index: 1 !important;
  background: none !important;
}
.pollQue b { font-weight: 800 !important; color: #f4f6fb !important; }

/* ── КОНТЕЙНЕР ОТВЕТОВ ── */
.pollAns {
  padding: 0 18px 10px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ── СТРОКА ОТВЕТА (до голосования) ── */
.pollAns .answer {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 13px !important;
  background: linear-gradient(180deg,#171c26,#0f1219) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 13px !important;
  cursor: pointer !important;
  transition: border-color .2s, background .2s, transform .18s !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #d6dce7 !important;
}
.pollAns .answer:hover {
  border-color: rgba(228,76,1,.3) !important;
  background: linear-gradient(180deg,#21181a,#16100f) !important;
  transform: translateX(3px) !important;
}

/* radio */
.pollAns .answer input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  accent-color: #e44c01 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

/* label */
.pollAns .answer label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #d6dce7 !important;
  cursor: pointer !important;
  vertical-align: middle !important;
}

/* img в ответе */
.pollAns .answer img,
.pollAns .answer label img {
  height: 26px !important;
  width: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)) !important;
  vertical-align: middle !important;
  transition: transform .2s !important;
}
.pollAns .answer:hover img,
.pollAns .answer:hover label img { transform: scale(1.1) !important; }

/* ── СТРОКИ РЕЗУЛЬТАТОВ (перестраивает JS) ── */
.poll-voted-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 13px !important;
  background: linear-gradient(180deg,#171c26,#0f1219) !important;
  border: 1px solid rgba(255,255,255,.07) !important;
  border-radius: 13px !important;
  cursor: default !important;
  transition: border-color .2s, background .2s !important;
  animation: pollRowIn .32s ease both !important;
}
.poll-voted-row:hover { transform: none !important; }
.poll-voted-row.poll-winner {
  border-color: rgba(228,76,1,.35) !important;
  background: linear-gradient(180deg,#1f1813,#161009) !important;
  box-shadow: 0 4px 18px rgba(228,76,1,.1) !important;
}

.poll-voted-row:nth-child(1){animation-delay:.04s}
.poll-voted-row:nth-child(2){animation-delay:.10s}
.poll-voted-row:nth-child(3){animation-delay:.16s}
.poll-voted-row:nth-child(4){animation-delay:.22s}
.poll-voted-row:nth-child(5){animation-delay:.28s}

@keyframes pollRowIn { from{opacity:0;transform:translateX(-6px)} to{opacity:1;transform:translateX(0)} }

.poll-r-num {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #3b4354 !important;
  flex-shrink: 0 !important;
  min-width: 16px !important;
}
.poll-r-img {
  height: 26px !important;
  width: auto !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)) !important;
}
.poll-r-body {
  flex: 1 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.poll-r-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.poll-r-pct {
  font-family: 'Exo 2', sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color: #5f6878 !important;
  letter-spacing: -.1px !important;
}
.poll-winner .poll-r-pct { color: #ff7a2f !important; }
.poll-r-track {
  height: 6px !important;
  border-radius: 3px !important;
  background: #252b38 !important;
  overflow: hidden !important;
  position: relative !important;
}
.poll-r-fill {
  height: 100% !important;
  border-radius: 3px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: width 1s cubic-bezier(.2,.8,.2,1) !important;
}
.poll-r-fill::after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: -60% !important;
  width: 40% !important; height: 100% !important;
  background: rgba(255,255,255,.22) !important;
  transform: skewX(-20deg) !important;
  animation: pollBarShim 2s linear infinite !important;
}
@keyframes pollBarShim { 0%{left:-60%} 100%{left:150%} }

.poll-r-fill.c0 { background: linear-gradient(90deg,#1a3fc4,#4a7ef7,#60aaff) !important; }
.poll-r-fill.c1 { background: linear-gradient(90deg,#7a2010,#c44020,#e85a30) !important; }
.poll-r-fill.c2 { background: linear-gradient(90deg,#0a4a1a,#1a8a3a,#30c060) !important; }
.poll-r-fill.c3 { background: linear-gradient(90deg,#4a1060,#8a30b0,#b060e0) !important; }
.poll-r-fill.c4 { background: linear-gradient(90deg,#10204a,#2050b0,#4080e0) !important; }

.poll-r-votes {
  font-family: 'Manrope', sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  color: #3b4354 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── КНОПКА ОТВЕТИТЬ — без плашки ── */
.pollButton {
  padding: 14px 22px !important;
  background: transparent !important;
  border: none !important;
  border-top: 1px solid #1e2330 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  position: relative !important;
  z-index: 1 !important;
}
.pollBut,
input.pollBut[type="submit"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 11px 28px !important;
  background: linear-gradient(135deg,#ff3d00,#e44c01) !important;
  border: none !important;
  border-radius: 12px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .6px !important;
  text-transform: uppercase !important;
  color: #fff !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 6px 20px rgba(228,76,1,.35) !important;
  transition: transform .2s, box-shadow .2s, background .2s !important;
  min-width: 140px !important;
  -webkit-appearance: none !important;
}
.pollBut:hover,
input.pollBut:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(228,76,1,.48) !important;
  background: linear-gradient(135deg,#ff5500,#ff6b1a) !important;
}
.pollBut:disabled,
input.pollBut:disabled {
  opacity: .38 !important;
  cursor: default !important;
  transform: none !important;
  box-shadow: none !important;
}
.pollBut::before,
input.pollBut::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important; left: -80% !important;
  width: 45% !important; height: 100% !important;
  background: linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent) !important;
  transform: skewX(-18deg) !important;
  animation: pollBtnShine 2.8s ease-in-out infinite !important;
  pointer-events: none !important;
}
@keyframes pollBtnShine { 0%{left:-80%;opacity:0} 15%{opacity:1} 45%{left:120%;opacity:0} 100%{left:120%;opacity:0} }

/* ── ССЫЛКИ → КНОПКИ-ПИЛЮЛИ ── */
.pollLnk {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  padding: 12px 18px 14px 22px !important;
  background: transparent !important;
  border-top: 1px solid #1e2330 !important;
  position: relative !important;
  z-index: 1 !important;
}
/* прячем разделитель | */
.pollLnk > *:not(a) { display: none !important; }

.pollLnk a,
.poll-lnk-results,
.poll-lnk-archive {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  font-family: 'Exo 2', sans-serif !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .4px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  position: relative !important;
  overflow: hidden !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: transform .2s, border-color .2s, background .2s, box-shadow .2s, color .2s !important;
}
.pollLnk a svg,
.poll-lnk-results svg,
.poll-lnk-archive svg { flex-shrink: 0 !important; pointer-events: none !important; }

/* кнопка Результаты */
.poll-lnk-results,
.pollLnk a:first-of-type {
  background: rgba(228,76,1,.1) !important;
  border: 1px solid rgba(228,76,1,.22) !important;
  color: #ff8a3d !important;
}
.poll-lnk-results svg,
.pollLnk a:first-of-type svg { color: #ff8a3d !important; }
.poll-lnk-results:hover,
.pollLnk a:first-of-type:hover {
  background: rgba(228,76,1,.2) !important;
  border-color: rgba(228,76,1,.42) !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(228,76,1,.22) !important;
}
.poll-lnk-results:hover svg,
.pollLnk a:first-of-type:hover svg { color: #fff !important; }

/* кнопка Архив */
.poll-lnk-archive,
.pollLnk a:last-of-type {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.1) !important;
  color: #5f6878 !important;
}
.poll-lnk-archive svg,
.pollLnk a:last-of-type svg { color: #5f6878 !important; }
.poll-lnk-archive:hover,
.pollLnk a:last-of-type:hover {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.2) !important;
  color: #d6dce7 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.22) !important;
}
.poll-lnk-archive:hover svg,
.pollLnk a:last-of-type:hover svg { color: #d6dce7 !important; }

/* shimmer на ссылках */
.pollLnk a::after,
.poll-lnk-results::after,
.poll-lnk-archive::after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important; left: -80% !important;
  width: 40% !important; height: 100% !important;
  background: linear-gradient(120deg,transparent,rgba(255,255,255,.18),transparent) !important;
  transform: skewX(-18deg) !important;
  animation: pollLnkShine 3.5s ease-in-out infinite !important;
  pointer-events: none !important;
}
.poll-lnk-archive::after,
.pollLnk a:last-of-type::after { animation-delay: 1.2s !important; }
@keyframes pollLnkShine { 0%{left:-80%;opacity:0} 12%{opacity:1} 38%{left:130%;opacity:0} 100%{left:130%;opacity:0} }

/* ── ИТОГО ── */
.pollTot {
  padding: 0 22px 14px !important;
  font-family: 'Manrope', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #3b4354 !important;
  background: transparent !important;
  position: relative !important;
  z-index: 1 !important;
}
.pollTot b { color: #ff7a2f !important; font-weight: 800 !important; }

/* ── АДАПТИВ ── */
@media (max-width: 560px) {
  .pollQue { font-size: 14px !important; padding: 14px 16px 10px 18px !important; }
  .pollAns { padding: 0 14px 8px 18px !important; gap: 6px !important; }
  .pollAns .answer,
  .poll-voted-row { padding: 9px 10px !important; border-radius: 11px !important; gap: 8px !important; }
  .pollButton { padding: 12px 18px !important; }
  .pollLnk { padding: 10px 14px 12px 18px !important; gap: 6px !important; }
  .pollLnk a { padding: 6px 11px !important; font-size: 9px !important; }
  .pollTot { padding: 0 18px 12px !important; }
}
