

/* Start:/bitrix/templates/games2026/index_styles.css?17697760389625*/
/* Главная страница — современная вёрстка */

/* Hero-секция — на всю ширину экрана */
.g26-hero {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: linear-gradient(145deg, #0f172a 0%, #1e40af 25%, #1d4ed8 45%, #2563eb 65%, #1d4ed8 85%, #b91c1c 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.g26-hero__inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Hero: медали сборной России (по умолчанию скрыт, показывается скриптом когда таймер = 0) */
#g26-hero-medals {
  display: none;
}
.g26-hero--medals .g26-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 2rem 1.25rem;
}
.g26-hero-medals {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.g26-hero-medals__logo {
  margin-bottom: 1rem;
}
.g26-hero-medals__logo img {
  height: 56px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.2));
}
.g26-hero-medals__title {
  color: #ffffff !important;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 0.25rem 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.g26-hero-medals__subtitle {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: clamp(0.85rem, 2vw, 1rem);
  margin: 0 0 1.25rem 0;
  font-weight: 600;
}
.g26-hero-medals__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.g26-hero-medals__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  text-decoration: none;
  color: #ffffff !important;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.g26-hero-medals__item:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  color: #ffffff !important;
}
.g26-hero-medals__icon {
  display: block;
  margin-bottom: 0.5rem;
}
.g26-hero-medals__icon img {
  display: block;
  width: 40px;
  height: 40px;
}
.g26-hero-medals__count {
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.g26-hero-medals__count--total {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
}
.g26-hero-medals__label {
  font-size: clamp(0.7rem, 1.8vw, 0.85rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
  opacity: 0.95;
}
.g26-hero-medals__link {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}
.g26-hero-medals__link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff !important;
}
.g26-hero-medals__flag {
  margin-top: 1rem;
}

/* Лейаут */
.g26-layout {
  padding-bottom: 3rem;
}
.g26-layout__container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.g26-layout__container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.g26-layout__container .row > [class*="col-"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Секции */
.g26-section { margin-bottom: 2rem; }
.g26-section--row1 { margin-bottom: 1.5rem; }
.g26-section--row1 .col-lg-8 { max-width: 100%; flex: 0 0 100%; }
.g26-section--row1 .mb-4 { margin-bottom: 0 !important; }
.g26-section--row1 .sticky-top { position: static; top: auto; }
.g26-section--row1 h3 { margin-bottom: 1rem; }
.g26-section--row1b { margin-bottom: 2rem; }
.g26-section--row2 { margin-bottom: 2rem; }
.g26-section--row3 { margin-bottom: 2rem; }

/* Итоги дня (accordion) */
.g26-section .accordion-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--g26-border, #cbd5e1);
  margin-bottom: 0.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.g26-section .accordion-item:last-child { margin-bottom: 0; }
.g26-section .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  background: var(--g26-bg, #f1f5f9) !important;
  color: var(--g26-text, #0f172a) !important;
  border: none !important;
  padding: 1rem 1.25rem;
}
.g26-section .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #1d4ed8, #2563eb) !important;
  color: #fff !important;
  box-shadow: none;
}
.g26-section .accordion-button:focus { box-shadow: none; border: none !important; }
.g26-section .accordion-button::after { filter: brightness(0) invert(1); }
.g26-section .accordion-button:not(.collapsed)::after { filter: none; }
.g26-section .accordion-body { padding: 0; }
.g26-section .accordion-body img { display: block; max-width: 100%; height: auto; }

/* Заголовки карточек */
.g26-card__title {
  margin: 0 0 1.35rem 0;
  padding-left: 20px;
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--g26-text, #0f172a);
  letter-spacing: -0.02em;
}
.g26-card__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background: var(--g26-gradient, linear-gradient(135deg, #2563eb, #1d4ed8, #dc2626));
  border-radius: 3px;
}
.g26-card--sticky { position: sticky; top: 84px; }

/* Сайдбар */
.g26-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.g26-sidebar__block { flex-shrink: 0; }

/* Блоки сайдбара */
.g26-aside-block__title {
  margin: 0 0 1rem 0;
  padding-left: 16px;
  position: relative;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--g26-text, #0f172a);
}
.g26-aside-block__title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background: var(--g26-primary, #1d4ed8);
  border-radius: 2px;
}
.g26-partners { display: flex; flex-direction: column; gap: 1rem; }
.g26-partners__item {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--g26-border, #cbd5e1);
  transition: box-shadow 0.25s, transform 0.2s;
}
.g26-partners__item:hover {
  box-shadow: 0 8px 24px rgba(29, 78, 216, 0.12);
  transform: translateY(-2px);
}
.g26-partners__item img { display: block; width: 100%; height: auto; }

/* Таблицы */
.g26-section .table-custom-bordered td { border: 1px solid var(--g26-border, #cbd5e1); }
.g26-section .table-standings tbody td:first-child { padding-left: 1.25rem; font-size: 1rem; font-weight: 600; }
.g26-section .table-modern tbody td:first-child { width: 18%; }

/* Списки и карточки Bitrix */
.g26-page .list-group-item {
  border-radius: 10px;
  border-color: var(--g26-border, #cbd5e1);
  padding: 0.85rem 1rem;
  font-weight: 500;
}
.g26-page .list-group-item:hover { background: rgba(219, 234, 254, 0.3); }
.g26-page .card {
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border: 1px solid var(--g26-border, #cbd5e1);
}
.g26-page .card-header {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
  font-weight: 700;
  border-radius: 16px 16px 0 0;
  border-color: var(--g26-border, #cbd5e1);
  padding: 1rem 1.25rem;
}

/* Новости */
.g26-page .news-list-item,
.g26-page .bx-news-list .news-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--g26-border, #e2e8f0);
  transition: background 0.2s;
}
.g26-page .news-list-item:hover,
.g26-page .bx-news-list .news-item:hover { background: rgba(219, 234, 254, 0.15); }
.g26-page .news-list-item:last-child,
.g26-page .bx-news-list .news-item:last-child { border-bottom: none; }
.g26-page .bx-news-list a { color: var(--g26-primary, #1d4ed8); font-weight: 600; }
.g26-page .bx-news-list a:hover { color: var(--g26-primary-light, #2563eb); }

/* Кнопка «Весь медальный зачет» и подобные */
.g26-page .btn-primary,
.g26-page input[type="submit"].btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  border: none !important;
  font-weight: 600;
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.3);
}
.g26-page .btn-primary:hover {
  box-shadow: 0 6px 20px rgba(29, 78, 216, 0.4);
  transform: translateY(-1px);
}

/* Виджет ВКонтакте */
.g26-aside-block--vk {
  padding-bottom: 1.5rem;
}
.g26-vk-widget-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  min-height: 400px;
  position: relative;
}
.g26-vk-widget-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 78, 216, 0.2), transparent);
  border-radius: 1px;
}
#vk_groups {
  width: 100% !important;
  min-height: 400px !important;
}
#vk_groups iframe {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .g26-card--sticky { position: static; top: auto; }
  .sticky-offset { top: 0 !important; }
  .g26-vk-widget-wrapper {
    min-height: 350px;
  }
  #vk_groups {
    min-height: 350px !important;
  }
}

/* End */


/* Start:/bitrix/templates/games2026/components/bitrix/system.pagenavigation/show_more/style.css?1769704405130*/
.load_more {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/style.min.css?17697044053152*/
.news-list-block{margin-bottom:40px;padding:0 14px}.news-list-item-embed-audio,.news-list-item-embed-video,.news-list-item-embed-slider{position:relative;margin-bottom:20px;text-align:center}.news-list-item-embed-slider img{max-width:100%;max-height:100%;width:auto;height:auto}.news-list-item-embed-video{z-index:1;display:block;background:url(/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/images/bx-video.png) no-repeat center;transition:opacity .3s ease}.news-list-item-embed-slider{overflow:hidden;padding-bottom:56.25%;width:100%;height:0}.news-list-slider-container{position:absolute;top:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.news-list-slider-slide{z-index:100;-webkit-box-flex:1;-ms-flex:1;flex:1}.news-list-slider-slide img{border-radius:3px 3px 0 0}.news-list-item-embed-video{overflow:hidden;border-radius:3px 3px 0 0}.news-list-slider-arrow-container-left,.news-list-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.news-list-slider-arrow-container-left{left:0}.news-list-slider-arrow-container-right{right:0}.news-list-slider-arrow{position:absolute;top:50%;z-index:110;margin-top:-24px;width:20px;height:48px;color:#fff;vertical-align:middle;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:48px;line-height:34px;opacity:.5;cursor:pointer}.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,.news-list-slider-arrow-container-right:hover .news-list-slider-arrow{display:block;color:#fff;opacity:1}.news-list-slider-arrow-container-left .news-list-slider-arrow{left:20px}.news-list-slider-arrow-container-right .news-list-slider-arrow{right:20px}.news-list-slider-control{position:absolute;bottom:10px;z-index:110;margin:0;padding:0;width:100%;text-align:center;word-spacing:-4px}.news-list-slider-control li{display:inline-block;margin:0 3px;width:10px;height:10px;border-radius:50%;background:#fff;word-spacing:-4px;opacity:.5;cursor:pointer}.news-list-slider-control li:hover,.news-list-slider-control li.current{background:var(--primary);opacity:1}.news-list-slider-arrow,.news-list-slider-control li{transition:opacity .3s ease}.news-list .card-title,.news-list .card-title a{margin:0;padding:0 0 15px;color:var(--primary);font:600 18px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.news-list .card-title a:hover{border-bottom-color:transparent;text-decoration:none}.news-list-post-params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.news-list-param,.news-list-value{font-size:13px;color:#a4a4a4;padding-left:5px}.news-list-icon{display:block;min-width:15px;height:15px;background-position:center;background-size:contain;background-repeat:no-repeat}.news-list-icon-eye{background-image:url(/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/images/eye.svg)}.news-list-icon-calendar{background-image:url(/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/images/calendar.svg)}.news-list-icon-tag{background-image:url(/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/images/tag.svg)}.news-list-icon-user{background-image:url(/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/images/user.svg)}.news-list-icon-comments{background-image:url(/bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/images/comments.svg)}
/* End */
/* /bitrix/templates/games2026/index_styles.css?17697760389625 */
/* /bitrix/templates/games2026/components/bitrix/system.pagenavigation/show_more/style.css?1769704405130 */
/* /bitrix/templates/games2026/components/bitrix/news.list/bootstrap_v4/style.min.css?17697044053152 */
