/* =========================================================
   CRDGAME HOME 2 — NEWS INFORMER + SECTION LINKS 350×700 CLEAN
   Файл: /file/home/home2_0/home2_sections_350.css
   Версия: 20260715_sections_350_2

   Заменяет старый home2_sections_350.css полностью.
   Последние новости выводятся напрямую информером, без JS.
========================================================= */


/* =========================================================
   HERO — компактнее, 2560×780 на больших экранах
========================================================= */

@media (min-width: 1981px) {
 html body .crd-home2 .crd-home-hero,
 html body .crd-home2 .crd-home-hero__inner {
  min-height: 780px !important;
  height: 780px !important;
 }

 html body .crd-home2 .crd-home-hero__inner {
  padding-top: 270px !important;
  padding-bottom: 70px !important;
 }

 html body .crd-home2 .crd-home-hero__content h1 {
  max-width: 720px !important;
  font-size: clamp(34px, 2.8vw, 56px) !important;
  line-height: 1.05 !important;
  letter-spacing: -1px !important;
 }

 html body .crd-home2 .crd-home-hero__content p {
  max-width: 520px !important;
  margin-top: 18px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
 }

 html body .crd-home2 .crd-kicker {
  margin-bottom: 12px !important;
  font-size: 9px !important;
  letter-spacing: 2.2px !important;
 }

 html body .crd-home2 .crd-home-actions {
  margin-top: 24px !important;
 }

 html body .crd-home2 .crd-home-actions a {
  height: 38px !important;
  min-width: 118px !important;
  font-size: 9px !important;
 }

 html body .crd-home2 .crd-home-hero__panel {
  padding: 24px 28px !important;
  width: 390px !important;
 }
}

@media (max-width: 1980px) {
 html body .crd-home2 .crd-home-hero,
 html body .crd-home2 .crd-home-hero__inner {
  min-height: clamp(620px, 52vw, 780px) !important;
  height: clamp(620px, 52vw, 780px) !important;
 }

 html body .crd-home2 .crd-home-hero__inner {
  padding-top: clamp(220px, 18vw, 300px) !important;
  padding-bottom: 62px !important;
 }

 html body .crd-home2 .crd-home-hero__content h1 {
  max-width: 680px !important;
  font-size: clamp(34px, 3.15vw, 58px) !important;
  line-height: 1.05 !important;
  letter-spacing: -1px !important;
 }

 html body .crd-home2 .crd-home-hero__content p {
  max-width: 520px !important;
  margin-top: 18px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
 }
}

@media (max-width: 1280px) {
 html body .crd-home2 .crd-home-hero,
 html body .crd-home2 .crd-home-hero__inner {
  min-height: 720px !important;
  height: auto !important;
 }

 html body .crd-home2 .crd-home-hero__inner {
  padding-top: 250px !important;
 }
}

@media (max-width: 720px) {
 html body .crd-home2 .crd-home-hero,
 html body .crd-home2 .crd-home-hero__inner {
  min-height: 720px !important;
 }

 html body .crd-home2 .crd-home-hero__content h1 {
  font-size: clamp(30px, 9vw, 42px) !important;
 }

 html body .crd-home2 .crd-home-hero__panel {
  display: none !important;
 }
}


/* =========================================================
   ЕДИНАЯ ЗОНА ПОСЛЕ HERO
========================================================= */

.crd-home-latest,
.crd-home-section-links {
 position: relative;
 background:
  radial-gradient(circle at 50% 0%, rgba(184,154,99,.075), transparent 34%),
  linear-gradient(180deg, rgba(14,12,10,.98) 0%, rgba(8,7,6,.99) 100%),
  #080706 !important;
 border: 0 !important;
}

.crd-home-latest::before,
.crd-home-section-links::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 pointer-events: none;
 background:
  radial-gradient(circle at 50% 0%, rgba(184,154,99,.055), transparent 28%),
  linear-gradient(90deg, rgba(0,0,0,.28), transparent 24%, transparent 76%, rgba(0,0,0,.28));
 opacity: .9;
}

.crd-home-latest > .crd-home-wrap,
.crd-home-section-links > .crd-home-wrap {
 position: relative;
 z-index: 2;
}


/* =========================================================
   ПОСЛЕДНИЕ НОВОСТИ — НАПРЯМУЮ ЧЕРЕЗ ИНФОРМЕР
========================================================= */

.crd-home-latest {
 padding: 78px 0 64px !important;
}

.crd-home-latest__head {
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 gap: 30px;
 margin-bottom: 28px;
}

.crd-home-latest__head h2 {
 margin: 0;
 color: var(--crd-title);
 font-family: var(--crd-font-head);
 font-size: 18px;
 font-weight: 900;
 line-height: 1;
 letter-spacing: .8px;
 text-transform: uppercase;
}

.crd-home-latest__head a {
 color: #bfae92;
 font-family: var(--crd-font-head);
 font-size: 11px;
 font-weight: 900;
 letter-spacing: 1px;
 text-transform: uppercase;
 text-decoration: none;
}

/* Сетка принимает обычные .crd-card из информера */
.crd-home-latest__grid {
 display: grid !important;
 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
 gap: 0 !important;
 border: 0 !important;
 background: rgba(255,255,255,.018);
 overflow: hidden;
}

/* Показываем только первые 3 карточки информера */
.crd-home-latest__grid > .crd-card:nth-of-type(n+4),
.crd-home-latest__grid > .crd-slide:nth-of-type(n+4),
.crd-home-latest__grid > .crd-base-card:nth-of-type(n+4),
.crd-home-latest__grid > .crd-base-row:nth-of-type(n+4) {
 display: none !important;
}

/* Оформляем информер как текстовый список */
.crd-home-latest__grid > .crd-card,
.crd-home-latest__grid > .crd-slide,
.crd-home-latest__grid > .crd-base-card,
.crd-home-latest__grid > .crd-base-row {
 display: block !important;
 min-height: 150px !important;
 padding: 28px 32px 22px !important;
 border: 0 !important;
 color: var(--crd-text) !important;
 text-decoration: none !important;
 background: transparent !important;
 box-shadow: none !important;
 transition: background .22s ease !important;
}

.crd-home-latest__grid > .crd-card:hover,
.crd-home-latest__grid > .crd-slide:hover,
.crd-home-latest__grid > .crd-base-card:hover,
.crd-home-latest__grid > .crd-base-row:hover {
 background: rgba(184,154,99,.052) !important;
 transform: none !important;
}

/* Картинки в текстовом информере не нужны */
.crd-home-latest__grid .crd-card__img,
.crd-home-latest__grid .crd-slide__bg,
.crd-home-latest__grid .crd-base-card__media,
.crd-home-latest__grid .crd-base-row__media,
.crd-home-latest__grid img {
 display: none !important;
}

.crd-home-latest__grid .crd-card__body,
.crd-home-latest__grid .crd-slide__content,
.crd-home-latest__grid .crd-base-card__body {
 display: block !important;
 padding: 0 !important;
 min-height: 0 !important;
 background: transparent !important;
}

.crd-home-latest__grid .crd-card__title,
.crd-home-latest__grid .crd-slide__title,
.crd-home-latest__grid .crd-base-card__title,
.crd-home-latest__grid .crd-base-row strong {
 display: block !important;
 margin: 0 !important;
 color: var(--crd-title) !important;
 font-family: var(--crd-font-head) !important;
 font-size: 18px !important;
 font-weight: 900 !important;
 line-height: 1.35 !important;
}

.crd-home-latest__grid .crd-card__date,
.crd-home-latest__grid .crd-slide__date,
.crd-home-latest__grid .crd-base-card__date {
 display: block !important;
 margin-top: 13px !important;
 color: rgba(191,174,146,.72) !important;
 font-size: 12px !important;
 line-height: 1.2 !important;
}

.crd-home-latest__grid .crd-slide__desc,
.crd-home-latest__grid .crd-card__desc,
.crd-home-latest__grid p {
 display: block !important;
 margin: 22px 0 0 !important;
 color: #b8ad9c !important;
 font-size: 14px !important;
 line-height: 1.5 !important;
}


/* =========================================================
   РАЗДЕЛЫ 350×700 — ВПРИТЫК, БЕЗ РАЗДЕЛИТЕЛЕЙ
========================================================= */

.crd-home-section-links {
 padding: 40px 0 98px !important;
}

.crd-section-links-grid {
 position: relative;
 z-index: 2;
 display: grid;
 grid-template-columns: repeat(5, 350px);
 gap: 0 !important;
 column-gap: 0 !important;
 row-gap: 0 !important;
 justify-content: center;
 align-items: stretch;
 width: 1750px;
 max-width: 100%;
 margin: 0 auto;
 padding: 0;
 overflow: hidden;
 background:
  linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,0)),
  #080706;
 border: 0 !important;
 box-shadow: 0 24px 70px rgba(0,0,0,.30);
}

.crd-section-link,
.crd-section-link:link,
.crd-section-link:visited {
 position: relative;
 display: block;
 width: 350px;
 height: 700px;
 min-width: 0;
 margin: 0 !important;
 overflow: hidden;
 color: var(--crd-text);
 text-decoration: none;
 background: transparent !important;
 border: 0 !important;
 box-shadow: none !important;
 isolation: isolate;
}

.crd-section-link + .crd-section-link {
 border: 0 !important;
 border-left: 0 !important;
}

.crd-section-link__bg {
 position: absolute;
 inset: 0;
 z-index: 0;
 display: block;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 filter: grayscale(.10) brightness(.80) contrast(1.03);
 transform: scale(1.01);
 transition:
  transform .55s cubic-bezier(.19,1,.22,1),
  filter .35s ease,
  opacity .35s ease;
}

.crd-section-link--hub .crd-section-link__bg {
 background-image: url("/file/home/home2_0/homeimage/Crimson_Desert.webp");
}

.crd-section-link--guides .crd-section-link__bg {
 background-image: url("/file/home/home2_0/homeimage/witcher_tile_350x750.webp");
}

.crd-section-link--updates .crd-section-link__bg {
 background-image: url("/file/home/home2_0/homeimage/Resynced.png");
}

.crd-section-link--news .crd-section-link__bg {
 background-image: url("/file/home/home2_0/homeimage/Shadow_of_War.png");
}

.crd-section-link--announce .crd-section-link__bg {
 background-image: url("/file/home/home2_0/homeimage/Shadows.png");
}

.crd-section-link::before {
 content: "";
 position: absolute;
 inset: 0;
 z-index: 1;
 pointer-events: none;
 background:
  linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.26) 45%, rgba(0,0,0,.82) 100%),
  linear-gradient(90deg, rgba(0,0,0,.22), transparent 70%);
 transition: background .35s ease;
}

.crd-section-link::after {
 content: "";
 position: absolute;
 inset: 0;
 z-index: 2;
 pointer-events: none;
 border: 0 !important;
 box-shadow: inset 0 -120px 120px rgba(0,0,0,.34) !important;
}

.crd-section-link__content {
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 3;
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 132px;
 padding: 0 22px 42px;
 text-align: center;
}

.crd-section-link__content strong {
 display: block;
 color: #fff7e9;
 font-family: var(--crd-font-head);
 font-size: 30px;
 font-weight: 900;
 line-height: 1.08;
 text-shadow:
  0 3px 12px rgba(0,0,0,.90),
  0 10px 30px rgba(0,0,0,.72);
}

.crd-section-link:hover .crd-section-link__bg {
 transform: scale(1.065);
 filter: grayscale(.03) brightness(.92) contrast(1.05);
}

.crd-section-link:hover::before {
 background:
  linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.20) 45%, rgba(0,0,0,.74) 100%),
  linear-gradient(90deg, rgba(0,0,0,.16), transparent 70%);
}


/* =========================================================
   ADAPTIVE
========================================================= */

@media (max-width: 1980px) {
 .crd-section-links-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1750px, 100%);
  max-width: 1480px;
 }

 .crd-section-link,
 .crd-section-link:link,
 .crd-section-link:visited {
  width: auto;
  height: auto;
  aspect-ratio: 1 / 2;
  min-height: 560px;
 }

 .crd-section-link__content strong {
  font-size: clamp(24px, 1.7vw, 30px);
 }
}

@media (max-width: 1280px) {
 .crd-home-latest__grid {
  grid-template-columns: 1fr !important;
 }

 .crd-home-latest__grid > .crd-card,
 .crd-home-latest__grid > .crd-slide,
 .crd-home-latest__grid > .crd-base-card,
 .crd-home-latest__grid > .crd-base-row {
  min-height: 0 !important;
 }

 .crd-section-links-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
 }

 .crd-section-link,
 .crd-section-link:link,
 .crd-section-link:visited {
  min-height: 500px;
 }
}

@media (max-width: 760px) {
 .crd-home-latest {
  padding: 58px 0 44px !important;
 }

 .crd-home-latest__head {
  align-items: flex-start;
  flex-direction: column;
 }

 .crd-home-latest__grid > .crd-card,
 .crd-home-latest__grid > .crd-slide,
 .crd-home-latest__grid > .crd-base-card,
 .crd-home-latest__grid > .crd-base-row {
  padding: 22px 0 !important;
 }

 .crd-home-section-links {
  padding: 28px 0 72px !important;
 }

 .crd-section-links-grid {
  grid-template-columns: 1fr;
  width: 100%;
  box-shadow: none;
 }

 .crd-section-link,
 .crd-section-link:link,
 .crd-section-link:visited {
  aspect-ratio: 16 / 9;
  min-height: 250px;
  border: 0 !important;
  border-left: 0 !important;
  border-top: 0 !important;
 }

 .crd-section-link__content {
  justify-content: flex-start;
  min-height: 100px;
  padding: 0 22px 26px;
  text-align: left;
 }

 .crd-section-link__content strong {
  font-size: 30px;
 }
}
/* =========================================================
   ПОСЛЕДНИЕ НОВОСТИ — ЧЕРЕЗ ИНФОРМЕР, БЕЗ JS
========================================================= */

.crd-home-latest__grid {
 display: grid !important;
 grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
 gap: 0 !important;
 overflow: hidden !important;
 background: rgba(255,255,255,.018) !important;
}

/* если uCoz заворачивает информеры в лишние div/table */
.crd-home-latest__grid > div,
.crd-home-latest__grid > table,
.crd-home-latest__grid > tbody,
.crd-home-latest__grid > tr,
.crd-home-latest__grid > td {
 display: contents !important;
}

/* показываем только первые 3 карточки */
.crd-home-latest__grid .crd-card:nth-of-type(n+4) {
 display: none !important;
}

/* карточка превращается в текстовый блок */
.crd-home-latest__grid .crd-card {
 display: block !important;
 min-height: 150px !important;
 padding: 28px 32px 22px !important;
 color: var(--crd-text) !important;
 text-decoration: none !important;
 background: transparent !important;
 border: 0 !important;
 box-shadow: none !important;
 transform: none !important;
}

/* картинки в этом блоке скрываем */
.crd-home-latest__grid .crd-card__img,
.crd-home-latest__grid img {
 display: none !important;
}

/* тело карточки без старых отступов */
.crd-home-latest__grid .crd-card__body {
 display: block !important;
 min-height: 0 !important;
 padding: 0 !important;
 background: transparent !important;
}

/* заголовок */
.crd-home-latest__grid .crd-card__title {
 display: block !important;
 margin: 0 !important;
 color: var(--crd-title) !important;
 font-family: var(--crd-font-head) !important;
 font-size: 18px !important;
 font-weight: 900 !important;
 line-height: 1.35 !important;
}

/* дата */
.crd-home-latest__grid .crd-card__date {
 display: block !important;
 margin-top: 13px !important;
 color: rgba(191,174,146,.72) !important;
 font-size: 12px !important;
 line-height: 1.2 !important;
}

/* описание, если оно есть */
.crd-home-latest__grid .crd-slide__desc,
.crd-home-latest__grid .crd-card__desc,
.crd-home-latest__grid .crd-card p {
 display: block !important;
 margin: 22px 0 0 !important;
 color: #b8ad9c !important;
 font-size: 14px !important;
 line-height: 1.5 !important;
}

/* hover спокойный */
.crd-home-latest__grid .crd-card:hover {
 background: rgba(184,154,99,.052) !important;
 transform: none !important;
}

/* адаптив */
@media (max-width: 1280px) {
 .crd-home-latest__grid {
  grid-template-columns: 1fr !important;
 }

 .crd-home-latest__grid .crd-card {
  min-height: 0 !important;
  padding: 24px 0 !important;
 }
}

/* =========================================================
   CRDGAME HOME HERO — MULTIGAME SLIDER + POLISHED GLASS UI
   v20260723_home_hero_controls_ucoz_safe_4
========================================================= */

#crdHome2 .crd-home-hero--slider {
  --crd-hero-glass-border: rgba(233, 225, 210, .17);
  --crd-hero-glass-border-hover: rgba(224, 198, 143, .42);
  --crd-hero-row-border: rgba(233, 225, 210, .10);

  isolation: isolate !important;
}

/* фоновый слой слайда */
#crdHome2 .crd-home-hero__slide-bg {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;

  opacity: 0 !important;

  background-image: var(--crd-home-hero-slide-bg, none) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;

  filter: brightness(.78) saturate(.92) contrast(1.04) !important;
  transform: scale(1.01) !important;

  transition:
    opacity .55s ease,
    transform 6.8s ease,
    filter .55s ease !important;

  pointer-events: none !important;
}

#crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-home-hero__slide-bg {
  opacity: .72 !important;
  transform: scale(1.045) !important;
}

/* центральное лого Crimson Desert только на первом слайде */
#crdHome2 .crd-home-hero--slider.is-crimson .crd-hero-logo-frame {
  display: flex !important;
}

#crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-hero-logo-frame {
  display: none !important;
}

/* на игровых слайдах без центрального лого текст можно поднять */
#crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-home-hero__inner {
  padding-top: clamp(210px, 13vw, 255px) !important;
}

/* мягкая анимация смены содержимого */
#crdHome2 .crd-home-hero--slider.is-changing .crd-home-hero__content,
#crdHome2 .crd-home-hero--slider.is-changing .crd-home-hero__panel {
  opacity: 0 !important;
  transform: translateY(12px) !important;
}

#crdHome2 .crd-home-hero--slider .crd-home-hero__content,
#crdHome2 .crd-home-hero--slider .crd-home-hero__panel {
  transition:
    opacity .24s ease,
    transform .24s ease !important;
}

/* =========================================================
   ПРАВАЯ ИНФОРМАЦИОННАЯ ПАНЕЛЬ
========================================================= */

#crdHome2 .crd-home-hero--slider .crd-home-hero__panel,
#crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-home-hero__panel {
  padding: 13px !important;

  border: 1px solid var(--crd-hero-glass-border) !important;
  border-radius: 24px !important;

  background:
    radial-gradient(circle at 100% 0%, rgba(199, 168, 105, .09), transparent 47%),
    linear-gradient(145deg, rgba(28, 27, 26, .66), rgba(8, 9, 11, .55)) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .045),
    0 22px 58px rgba(0, 0, 0, .38) !important;

  -webkit-backdrop-filter: blur(18px) saturate(128%) !important;
  backdrop-filter: blur(18px) saturate(128%) !important;
}

#crdHome2 .crd-home-hero--slider .crd-panel-label {
  margin: 3px 10px 12px !important;
  color: #d0ae67 !important;
}

#crdHome2 .crd-home-hero--slider .crd-hero-row,
#crdHome2 .crd-home-hero--slider .crd-hero-row:last-child {
  position: relative !important;
  display: block !important;

  margin: 0 0 8px !important;
  padding: 14px 15px 14px 43px !important;

  border: 1px solid var(--crd-hero-row-border) !important;
  border-radius: 15px !important;

  background:
    linear-gradient(145deg, rgba(255, 255, 255, .036), rgba(255, 255, 255, .012)),
    rgba(0, 0, 0, .10) !important;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .018) !important;

  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease !important;
}

#crdHome2 .crd-home-hero--slider .crd-hero-row:last-child {
  margin-bottom: 0 !important;
}

#crdHome2 .crd-home-hero--slider .crd-hero-row::before {
  left: 17px !important;
  top: 18px !important;

  width: 9px !important;
  height: 9px !important;

  border: 1px solid rgba(213, 179, 108, .68) !important;
  border-radius: 3px !important;

  background: rgba(194, 157, 87, .07) !important;
  box-shadow: 0 0 0 3px rgba(194, 157, 87, .035) !important;

  transform: rotate(45deg) !important;
  opacity: 1 !important;
}

#crdHome2 .crd-home-hero--slider .crd-hero-row:hover {
  transform: translateX(2px) !important;
  border-color: var(--crd-hero-glass-border-hover) !important;

  background:
    linear-gradient(145deg, rgba(218, 188, 128, .075), rgba(255, 255, 255, .018)),
    rgba(0, 0, 0, .13) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .035),
    0 9px 22px rgba(0, 0, 0, .13) !important;
}

/* =========================================================
   УПРАВЛЕНИЕ СЛАЙДАМИ — UCOZ-SAFE
   Отдельные классы + полный reset кнопок.
   Никаких inline SVG и псевдоэлементов для основной графики.
========================================================= */

html body #casing #crdHome2 .crd-home-hero-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 22 !important;
  display: block !important;
  pointer-events: none !important;
}

/* ---------- стрелки на экранах 1920px и шире ---------- */
html body #casing #crdHome2 button.crd-home-ui-arrow {
  all: unset !important;
  box-sizing: border-box !important;

  position: absolute !important;
  top: 50% !important;
  z-index: 2 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(255, 252, 246, .82) !important;
  opacity: .78 !important;

  border: 1px solid rgba(255, 255, 255, .20) !important;
  border-radius: 50% !important;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035)),
    rgba(12, 13, 15, .30) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .11),
    0 14px 34px rgba(0, 0, 0, .34) !important;

  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;

  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;

  transform: translateY(-50%) !important;
  transition:
    opacity .2s ease,
    color .2s ease,
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease,
    transform .2s ease !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow > span {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;

  color: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 46px !important;
  text-align: center !important;

  pointer-events: none !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow--prev {
  left: clamp(28px, 3.2vw, 72px) !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow--next {
  right: clamp(28px, 3.2vw, 72px) !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow:hover {
  color: #fff !important;
  opacity: 1 !important;
  border-color: rgba(255, 255, 255, .38) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .20), rgba(255, 255, 255, .065)),
    rgba(15, 16, 18, .43) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .15),
    0 16px 38px rgba(0, 0, 0, .38),
    0 0 22px rgba(207, 177, 116, .10) !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow:active {
  transform: translateY(-50%) scale(.93) !important;
}

/* ---------- точки на экранах 1920px и шире ---------- */
html body #casing #crdHome2 .crd-home-ui-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 27px !important;
  z-index: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  width: max-content !important;
  min-width: 0 !important;
  padding: 9px 13px !important;

  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 999px !important;
  background: rgba(11, 12, 14, .32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .075),
    0 11px 28px rgba(0, 0, 0, .30) !important;

  -webkit-backdrop-filter: blur(17px) saturate(145%) !important;
  backdrop-filter: blur(17px) saturate(145%) !important;

  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}

html body #casing #crdHome2 button.crd-home-ui-dot {
  all: unset !important;
  box-sizing: border-box !important;

  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 20px !important;

  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;

  cursor: pointer !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body #casing #crdHome2 button.crd-home-ui-dot > span {
  all: unset !important;
  box-sizing: border-box !important;
  display: block !important;

  width: 7px !important;
  height: 7px !important;

  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(246, 242, 235, .42) !important;
  box-shadow: none !important;

  pointer-events: none !important;
  transition:
    width .2s ease,
    height .2s ease,
    background .2s ease,
    box-shadow .2s ease,
    transform .2s ease !important;
}

html body #casing #crdHome2 button.crd-home-ui-dot:hover > span {
  background: rgba(255, 255, 255, .78) !important;
  transform: scale(1.18) !important;
}

html body #casing #crdHome2 button.crd-home-ui-dot.is-active > span,
html body #casing #crdHome2 button.crd-home-ui-dot[aria-pressed="true"] > span {
  width: 9px !important;
  height: 9px !important;
  background: #fffaf0 !important;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, .075),
    0 0 13px rgba(221, 190, 128, .68) !important;
  transform: none !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow:focus-visible,
html body #casing #crdHome2 button.crd-home-ui-dot:focus-visible {
  outline: 2px solid rgba(235, 211, 158, .92) !important;
  outline-offset: 3px !important;
}

/* =========================================================
   МЕНЬШЕ 1920px
   Общая стеклянная капсула: стрелка — точки — стрелка.
========================================================= */

@media (max-width: 1919px) {
  #crdHome2 .crd-home-hero--slider .crd-home-hero__inner {
    padding-bottom: 108px !important;
  }

  html body #casing #crdHome2 .crd-home-hero-controls {
    inset: auto !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 19px !important;

    display: grid !important;
    grid-template-columns: 42px auto 42px !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 8px !important;

    width: max-content !important;
    max-width: calc(100% - 28px) !important;
    padding: 6px 7px !important;

    border: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 999px !important;
    background: rgba(11, 12, 14, .38) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .08),
      0 13px 31px rgba(0, 0, 0, .34) !important;

    -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
    backdrop-filter: blur(18px) saturate(150%) !important;

    transform: translateX(-50%) !important;
    pointer-events: auto !important;
  }

  html body #casing #crdHome2 button.crd-home-ui-arrow {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;

    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;

    opacity: .82 !important;
    border-color: rgba(255, 255, 255, .12) !important;
    background: rgba(255, 255, 255, .045) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055) !important;

    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }

  html body #casing #crdHome2 button.crd-home-ui-arrow > span {
    font-size: 29px !important;
    line-height: 37px !important;
  }

  html body #casing #crdHome2 button.crd-home-ui-arrow:active {
    transform: scale(.92) !important;
  }

  html body #casing #crdHome2 .crd-home-ui-dots {
    position: static !important;
    left: auto !important;
    bottom: auto !important;

    gap: 8px !important;
    padding: 0 3px !important;

    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;

    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  #crdHome2 .crd-home-hero--slider .crd-home-hero__inner {
    padding-bottom: 92px !important;
  }

  html body #casing #crdHome2 .crd-home-hero-controls {
    bottom: 13px !important;
    grid-template-columns: 36px auto 36px !important;
    column-gap: 4px !important;
    padding: 5px !important;
  }

  html body #casing #crdHome2 button.crd-home-ui-arrow {
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
  }

  html body #casing #crdHome2 button.crd-home-ui-arrow > span {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  html body #casing #crdHome2 .crd-home-ui-dots {
    gap: 5px !important;
    padding: 0 1px !important;
  }

  html body #casing #crdHome2 button.crd-home-ui-dot {
    flex-basis: 18px !important;
    width: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
  }
}

@media (max-width: 1280px) {
  #crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-home-hero__inner {
    padding-top: 230px !important;
  }
}

@media (max-width: 720px) {
  #crdHome2 .crd-home-hero--slider .crd-home-hero__inner {
    padding-bottom: 92px !important;
  }

  #crdHome2 .crd-home-hero-controls {
    bottom: 13px !important;
    gap: 2px !important;
    padding: 4px 5px !important;
  }

  #crdHome2 .crd-home-hero-arrow {
    flex-basis: 36px !important;
    width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    max-height: 36px !important;
  }

  #crdHome2 .crd-home-hero-slider {
    gap: 2px !important;
    padding: 0 2px !important;
  }

  #crdHome2 .crd-home-hero-slider__btn {
    flex-basis: 19px !important;
    width: 19px !important;
    max-width: 19px !important;
    height: 19px !important;
    max-height: 19px !important;
  }

  #crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-home-hero__inner {
    padding-top: 180px !important;
  }

  #crdHome2 .crd-home-hero--slider .crd-home-hero__panel,
  #crdHome2 .crd-home-hero--slider:not(.is-crimson) .crd-home-hero__panel {
    padding: 11px !important;
    border-radius: 20px !important;
  }

  #crdHome2 .crd-home-hero--slider .crd-hero-row,
  #crdHome2 .crd-home-hero--slider .crd-hero-row:last-child {
    padding: 13px 13px 13px 40px !important;
    border-radius: 13px !important;
  }

  #crdHome2 .crd-home-hero--slider .crd-hero-row::before {
    left: 15px !important;
    top: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #crdHome2 .crd-home-hero__slide-bg,
  #crdHome2 .crd-home-hero--slider .crd-home-hero__content,
  #crdHome2 .crd-home-hero--slider .crd-home-hero__panel,
  html body #casing #crdHome2 button.crd-home-ui-dot > span,
  html body #casing #crdHome2 button.crd-home-ui-arrow,
  #crdHome2 .crd-home-hero--slider .crd-hero-row {
    transition: none !important;
  }
}

/* =========================================================
   HOME HERO — FINAL SPECIFICITY SHIELD v4
   My.css globally forces #casing buttons to border-radius:0.
   Two IDs here deliberately outrank that global rule.
========================================================= */

html body #casing #crdHome2 .crd-home-actions a {
  border-radius: 999px !important;
  overflow: hidden !important;
}

html body #casing #crdHome2 button.crd-home-ui-arrow {
  border-radius: 50% !important;
}

html body #casing #crdHome2 button.crd-home-ui-dot {
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

html body #casing #crdHome2 button.crd-home-ui-dot > span {
  border: 0 !important;
  border-radius: 50% !important;
}

/* =========================================================
   HOME HERO — FINAL CONTROLS v5
   Verified in browser console on live page.
   Goals:
   - round dots kept inside the glass capsule;
   - arrows are clean chevrons without permanent circles;
   - on <1920px arrows move next to dots;
   - action links under hero text are rounded capsules.
========================================================= */

html body #casing #content #crdHome2 .crd-home-actions a {
  border-radius: 999px !important;
  overflow: hidden !important;
}

html body #casing #content #crdHome2 .crd-home-hero-controls {
  position: absolute !important;
  inset: 0 !important;
  z-index: 30 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow {
  all: unset !important;
  box-sizing: border-box !important;
  position: absolute !important;
  top: 50% !important;
  z-index: 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 54px !important;
  min-width: 54px !important;
  max-width: 54px !important;
  height: 70px !important;
  min-height: 70px !important;
  max-height: 70px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: transparent !important;
  opacity: .58 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transform: translateY(-50%) !important;
  transition: opacity .2s ease, background-color .2s ease, filter .2s ease !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow--prev {
  left: 34px !important;
  right: auto !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow--next {
  right: 34px !important;
  left: auto !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow > span {
  display: none !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow::before {
  content: "" !important;
  display: block !important;
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-right: 2px solid rgba(255, 255, 255, .92) !important;
  border-bottom: 2px solid rgba(255, 255, 255, .92) !important;
  border-radius: 1px !important;
  background: transparent !important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .8)) drop-shadow(0 0 7px rgba(255, 255, 255, .12)) !important;
  pointer-events: none !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow--prev::before {
  transform: rotate(135deg) translate(-1px, -1px) !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow--next::before {
  transform: rotate(-45deg) translate(-1px, -1px) !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow:hover {
  opacity: 1 !important;
  background: rgba(255, 255, 255, .055) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 8px 28px rgba(0, 0, 0, .18) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow:hover::before {
  border-color: #fff !important;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .85)) drop-shadow(0 0 9px rgba(255, 255, 255, .28)) !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow:active {
  opacity: .76 !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-arrow:focus-visible {
  opacity: 1 !important;
  outline: 1px solid rgba(220, 180, 107, .7) !important;
  outline-offset: 3px !important;
}

html body #casing #content #crdHome2 .crd-home-ui-dots {
  position: absolute !important;
  left: 50% !important;
  bottom: 20px !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  width: max-content !important;
  height: auto !important;
  margin: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 999px !important;
  background: rgba(9, 11, 14, .38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 26px rgba(0, 0, 0, .34) !important;
  backdrop-filter: blur(16px) saturate(140%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
  transform: translateX(-50%) !important;
  pointer-events: auto !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-dot {
  all: unset !important;
  box-sizing: border-box !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-dot > span {
  all: unset !important;
  box-sizing: border-box !important;
  display: block !important;
  width: 7px !important;
  min-width: 7px !important;
  max-width: 7px !important;
  height: 7px !important;
  min-height: 7px !important;
  max-height: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .42) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .20) !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-dot:hover > span {
  background: rgba(255, 255, 255, .34) !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-dot.is-active > span,
html body #casing #content #crdHome2 button.crd-home-ui-dot[aria-pressed="true"] > span {
  width: 9px !important;
  min-width: 9px !important;
  max-width: 9px !important;
  height: 9px !important;
  min-height: 9px !important;
  max-height: 9px !important;
  border-color: rgba(224, 184, 110, .95) !important;
  background: #dcb46b !important;
  box-shadow: 0 0 0 3px rgba(220, 180, 107, .12), 0 0 11px rgba(220, 180, 107, .68) !important;
}

html body #casing #content #crdHome2 button.crd-home-ui-dot:focus-visible {
  outline: 1px solid rgba(220, 180, 107, .7) !important;
  outline-offset: 3px !important;
}

@media (max-width: 1919px) {
  html body #casing #content #crdHome2 .crd-home-hero-controls {
    inset: auto !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 17px !important;
    display: grid !important;
    grid-template-columns: 40px auto 40px !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 6px !important;
    width: max-content !important;
    max-width: calc(100% - 24px) !important;
    padding: 5px 6px !important;
    border: 1px solid rgba(255, 255, 255, .15) !important;
    border-radius: 999px !important;
    background: rgba(9, 11, 14, .42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 10px 28px rgba(0, 0, 0, .36) !important;
    backdrop-filter: blur(16px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(140%) !important;
    transform: translateX(-50%) !important;
    pointer-events: auto !important;
  }

  html body #casing #content #crdHome2 button.crd-home-ui-arrow {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body #casing #content #crdHome2 button.crd-home-ui-arrow::before {
    width: 10px !important;
    height: 10px !important;
    border-width: 0 2px 2px 0 !important;
  }

  html body #casing #content #crdHome2 button.crd-home-ui-arrow:hover {
    background: rgba(255, 255, 255, .06) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  html body #casing #content #crdHome2 .crd-home-ui-dots {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    gap: 6px !important;
    padding: 0 2px !important;
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  html body #casing #content #crdHome2 .crd-home-hero-controls {
    bottom: 13px !important;
    grid-template-columns: 34px auto 34px !important;
    column-gap: 3px !important;
    padding: 4px 5px !important;
  }

  html body #casing #content #crdHome2 button.crd-home-ui-arrow {
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
  }

  html body #casing #content #crdHome2 .crd-home-ui-dots {
    gap: 5px !important;
  }
}
/* =========================================================
   CRDGAME HOME — GAME SECTIONS INFINITE CAROUSEL
   5 карточек остаются видимыми на десктопе.
   Стрелки располагаются по бокам свободной зоны.
   v20260729_game_sections_carousel_1
========================================================= */

#crdHome2 .crd-section-carousel {
  --crd-section-visible: 5;
  --crd-section-arrow-size: 62px;

  position: relative;
  width: min(1750px, calc(100% - 160px));
  max-width: 1750px;
  margin: 0 auto;
  padding: 0;
}

#crdHome2 .crd-section-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #080706;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30);
  touch-action: pan-y;
  cursor: grab;
}

#crdHome2 .crd-section-carousel__viewport.is-dragging {
  cursor: grabbing;
}

#crdHome2 .crd-section-links-grid {
  display: flex !important;
  grid-template-columns: none !important;
  justify-content: flex-start !important;
  align-items: stretch !important;

  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
  will-change: transform;
}

#crdHome2 .crd-section-link,
#crdHome2 .crd-section-link:link,
#crdHome2 .crd-section-link:visited {
  flex:
    0 0
    calc(100% / var(--crd-section-visible)) !important;

  width:
    calc(100% / var(--crd-section-visible)) !important;

  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 560px !important;
  aspect-ratio: 1 / 2 !important;
}

#crdHome2 .crd-section-link--gothic .crd-section-link__bg {
  background-image:
    url("/file/home/home2_0/homeimage/Gothic_1_Remake.png") !important;
  background-position: center center !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow {
  all: unset !important;
  box-sizing: border-box !important;

  position: absolute !important;
  top: 50% !important;
  z-index: 12 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: var(--crd-section-arrow-size) !important;
  height: 120px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: rgba(226, 188, 116, .62) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;

  opacity: .72 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;

  transform: translateY(-50%) !important;
  transition:
    opacity .22s ease,
    color .22s ease,
    background-color .22s ease,
    transform .22s ease !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow--prev {
  left: calc(-1 * var(--crd-section-arrow-size) - 24px) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow--next {
  right: calc(-1 * var(--crd-section-arrow-size) - 24px) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow > span {
  display: none !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow::before {
  content: "" !important;

  display: block !important;

  width: 28px !important;
  height: 28px !important;

  border-right:
    3px solid currentColor !important;
  border-bottom:
    3px solid currentColor !important;

  filter:
    drop-shadow(0 2px 2px rgba(0, 0, 0, .86))
    drop-shadow(0 0 10px rgba(190, 147, 78, .12)) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow--prev::before {
  transform: rotate(135deg) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow--next::before {
  transform: rotate(-45deg) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow:hover {
  color: #d8ad64 !important;
  opacity: 1 !important;
  background: rgba(184, 154, 99, .045) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow:active {
  transform:
    translateY(-50%)
    scale(.92) !important;
}

html body #casing #content #crdHome2
button.crd-section-carousel__arrow:focus-visible {
  opacity: 1 !important;
  outline:
    1px solid rgba(220, 180, 107, .75) !important;
  outline-offset: 3px !important;
}

#crdHome2 .crd-section-carousel.is-static
.crd-section-carousel__arrow {
  display: none !important;
}

@media (max-width: 1980px) {
  #crdHome2 .crd-section-carousel {
    width: min(1480px, calc(100% - 132px));
    max-width: 1480px;
    --crd-section-arrow-size: 48px;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow--prev {
    left:
      calc(-1 * var(--crd-section-arrow-size) - 12px) !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow--next {
    right:
      calc(-1 * var(--crd-section-arrow-size) - 12px) !important;
  }

  #crdHome2 .crd-section-link,
  #crdHome2 .crd-section-link:link,
  #crdHome2 .crd-section-link:visited {
    min-height: 520px !important;
  }
}

@media (max-width: 1280px) {
  #crdHome2 .crd-section-carousel {
    width: min(100%, calc(100% - 104px));
    --crd-section-arrow-size: 42px;
  }

  #crdHome2 .crd-section-link,
  #crdHome2 .crd-section-link:link,
  #crdHome2 .crd-section-link:visited {
    min-height: 500px !important;
  }
}

@media (max-width: 980px) {
  #crdHome2 .crd-section-carousel {
    width: min(100%, calc(100% - 84px));
    --crd-section-arrow-size: 36px;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow {
    height: 82px !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow::before {
    width: 20px !important;
    height: 20px !important;
    border-width: 0 2px 2px 0 !important;
  }
}

@media (max-width: 760px) {
  #crdHome2 .crd-section-carousel {
    width: 100%;
    max-width: 100%;
    padding-bottom: 58px;
    --crd-section-arrow-size: 40px;
  }

  #crdHome2 .crd-section-carousel__viewport {
    box-shadow: none;
  }

  #crdHome2 .crd-section-link,
  #crdHome2 .crd-section-link:link,
  #crdHome2 .crd-section-link:visited {
    min-height: 250px !important;
    aspect-ratio: 16 / 9 !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow {
    top: auto !important;
    bottom: 0 !important;

    width: 48px !important;
    height: 42px !important;

    border:
      1px solid rgba(184, 154, 99, .18) !important;
    border-radius: 12px !important;
    background: rgba(8, 7, 6, .62) !important;

    transform: none !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow--prev {
    left: calc(50% - 56px) !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow--next {
    right: calc(50% - 56px) !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow::before {
    width: 13px !important;
    height: 13px !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow:active {
    transform: scale(.92) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  #crdHome2 .crd-section-links-grid {
    transition: none !important;
  }

  html body #casing #content #crdHome2
  button.crd-section-carousel__arrow {
    transition: none !important;
  }
}
/* =========================================================
   CRDGAME HOME — CAROUSEL CLICK + GOTHIC HERO POSITION FIX
   v20260729_gothic_carousels_2
========================================================= */

#crdHome2 .crd-section-carousel__viewport,
#crdHome2 .crd-section-links-grid,
#crdHome2 .crd-section-link,
#crdHome2 .crd-section-link__bg,
#crdHome2 .crd-section-link__content {
  pointer-events: auto !important;
}

#crdHome2 .crd-section-link {
  cursor: pointer !important;
}

#crdHome2 .crd-section-link__content,
#crdHome2 .crd-section-link__content * {
  pointer-events: none !important;
}

/*
 * Запасной CSS для Gothic.
 * Основное положение теперь задаётся из объекта слайда в home2.js.
 */
#crdHome2
.crd-home-hero--slider[data-crd-current-slide="gothic"]
.crd-home-hero__slide-image {
  object-position: center 36% !important;
}
