

/* Start:/local/templates/poo-russia/components/bitrix/system.pagenavigation/poo/style.css?1786211952607*/
.nl-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 46px; }
.nl-pagination a { min-width: 44px; height: 44px; padding: 0 10px; border-radius: 10px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; font-weight: 600; font-size: 15px; color: var(--ink-2); transition: background .2s, color .2s, border-color .2s; }
.nl-pagination a:hover { border-color: var(--blue); color: var(--blue); }
.nl-pagination a.active { background: var(--blue); border-color: var(--blue); color: #fff; }
.nl-pagination a.disabled { opacity: .4; pointer-events: none; }

/* End */


/* Start:/local/templates/poo-russia/components/bitrix/news.list/poo/style.css?17862119525290*/
.crumbs { background: var(--paper-2); border-bottom: 1px solid var(--line-2); }
.crumbs__in { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 16px 0; font-size: 14px; color: var(--ink-3); }
.crumbs a { color: var(--ink-2); font-weight: 500; }
.crumbs a:hover { color: var(--blue); }
.crumbs .sep { color: var(--line); }
.crumbs .cur { color: var(--ink); font-weight: 600; }

.news-page { background: var(--paper-2); }
.news-page .crumbs { background: #fff; }
.news-page .crumbs__in { padding: 15px 0; }

.news-page .nl-wrap { padding-top: clamp(32px,4.5vw,56px); padding-bottom: clamp(48px,6vw,90px); }
.nl-title { font-size: clamp(28px,3.8vw,44px); color: var(--ink); letter-spacing: -0.02em; margin: 0 0 clamp(20px,2.5vw,32px); }

.nl-head { padding: clamp(32px,4.5vw,56px) 0 clamp(24px,3vw,34px); }
.nl-head h1 { font-size: clamp(30px,4.4vw,50px); color: var(--ink); letter-spacing: -0.02em; }
.nl-head h1 .blue { color: var(--blue); }
.nl-head p { margin-top: 12px; font-size: clamp(16px,1.5vw,19px); color: var(--ink-2); max-width: 60ch; }

.nl-filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 30px; }
.nl-chip { padding: 9px 18px; border-radius: 100px; border: 1px solid var(--line); background: #fff; font-size: 14px; font-weight: 600; color: var(--ink-2); cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.nl-chip:hover { border-color: var(--blue); color: var(--blue); }
.nl-chip.active { background: var(--blue); border-color: var(--blue); color: #fff; }

.nl-featured { display: grid; grid-template-columns: 1.12fr .88fr; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 28px; }
.nl-featured__media { position: relative; overflow: hidden; min-height: 340px; }
.nl-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.nl-featured:hover .nl-featured__media img { transform: scale(1.04); }
.nl-featured__media .ribbon { position: absolute; left: 0; top: 0; width: 100%; height: 6px; background: linear-gradient(90deg, var(--blue) 0 50%, var(--red) 50% 100%); z-index: 2; }
.nl-featured__flag { position: absolute; top: 18px; left: 18px; z-index: 2; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: 7px 14px; border-radius: 100px; }
.nl-featured__body { padding: clamp(28px,3.5vw,52px); display: flex; flex-direction: column; justify-content: center; }
.nl-featured__body h2 { font-size: clamp(23px,2.6vw,34px); line-height: 1.15; margin: 14px 0 16px; }
.nl-featured__body p { color: var(--ink-2); font-size: 16px; margin-bottom: 26px; }

.nl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nl-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.nl-card[hidden] { display: none; }
.nl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.nl-card__media { aspect-ratio: 16/10; overflow: hidden; }
.nl-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.nl-card:hover .nl-card__media img { transform: scale(1.05); }
.nl-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.nl-meta { display: flex; gap: 10px; align-items: center; margin-bottom: 14px; }
.nl-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 5px 11px; border-radius: 100px; background: var(--blue-tint); color: var(--blue-700); }
.nl-tag.red { background: var(--red-tint); color: var(--red-700); }
.nl-date { font-size: 13px; color: var(--ink-3); font-weight: 600; }
.nl-card__body h3 { font-size: 19px; line-height: 1.25; margin-bottom: 10px; }
.nl-card__body p { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin-bottom: 18px; flex: 1; }
.nl-more { font-weight: 700; color: var(--blue); font-size: 14px; align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.nl-more:hover { gap: 10px; }

.nl-grid > .nl-card--big { grid-column: 1 / -1; display: grid; grid-template-columns: 1.12fr .88fr; }
.nl-grid > .nl-card--big .nl-card__media { aspect-ratio: auto; min-height: 320px; }
.nl-grid > .nl-card--big .nl-card__body { padding: clamp(28px,3.5vw,48px); justify-content: center; }
.nl-grid > .nl-card--big .nl-card__body h2 { font-size: clamp(23px,2.6vw,34px); line-height: 1.15; margin-bottom: 16px; }
.nl-grid > .nl-card--big .nl-card__body p { font-size: 16px; }

.nl-empty { text-align: center; padding: 50px 0; color: var(--ink-3); font-size: 16px; }
.nl-empty[hidden] { display: none; }

@media (max-width: 920px) {
  .nl-featured { grid-template-columns: 1fr; }
  .nl-featured__media { min-height: 240px; order: -1; }
  .nl-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-grid > .nl-card--big { grid-template-columns: 1fr; }
  .nl-grid > .nl-card--big .nl-card__media { aspect-ratio: 16/10; min-height: 0; }
}
@media (max-width: 600px) {
  .nl-grid { grid-template-columns: 1fr; }
}

/* End */
/* /local/templates/poo-russia/components/bitrix/system.pagenavigation/poo/style.css?1786211952607 */
/* /local/templates/poo-russia/components/bitrix/news.list/poo/style.css?17862119525290 */
