

/* Start:/bitrix/templates/witte/styles.css?178518664726504*/
/* Шрифт Montserrat подключается с Google Fonts в header.php шаблона */

/* ---------- base ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	background: #fff;
	min-width: 320px;
	overflow-x: hidden;
}
img { border: 0; max-width: 100%; }
a { color: #C0233F; text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }

/* working area is capped at 1600, backgrounds bleed full width */
.wrap { max-width: 1600px; margin: 0 auto; }

/* ---------- header ---------- */
.site-header { background: #C9C9C9; }
.site-header .wrap { display: flex; }
.site-header .collage { width: 52.8%; max-width: 845px; flex-shrink: 0; }
.site-header .collage a { display: block; }
.site-header .collage img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hdr-right { flex: 1; position: relative; padding: 28px 40px 24px 56px; min-height: 370px; }
.hdr-logos { position: absolute; top: 30px; right: 40px; width: 152px; }
.hdr-logos a { display: block; }
.hdr-logos img { display: block; }
.hdr-logos img.rnf { width: 133px; }
.hdr-logos .divider { height: 1px; background: #4a4a4a; margin: 13px 0; }
.hdr-logos img.rhga { width: 152px; }
.hdr-title { margin-top: 12px; }
.hdr-title .l1 { display: block; font-size: 60px; font-weight: 700; line-height: 1.05; color: #000; letter-spacing: 1px; }
.hdr-title .l2 { display: block; font-size: 52px; font-weight: 400; line-height: 1.1; color: #C0233F; letter-spacing: 1px; }
.hdr-title a { text-decoration: none; }
.hdr-about { display: block; margin-top: 14px; max-width: 520px; color: #000; text-decoration: none; }
.hdr-about:hover { text-decoration: none; color: #000; }
.hdr-about:hover .b { color: #C0233F; }
.hdr-about .b { display: block; font-weight: 700; font-size: 16px; letter-spacing: .3px; }
.hdr-about .q { display: block; font-size: 14.5px; line-height: 1.35; margin-top: 2px; }
.hdr-search { position: absolute; left: 56px; right: 40px; bottom: 26px; }
.hdr-search form { display: flex; align-items: center; }
.hdr-search input[type=text] {
	width: 100%; max-width: 440px; height: 30px; border: 1px solid #000; background: #fff;
	padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif; font-size: 14px; outline: none;
}
.hdr-search button {
	border: 0; background: none; cursor: pointer; padding: 0; margin-left: 12px; line-height: 0;
}
.hdr-search button img { height: 28px; }
.hdr-search .adv {
	margin-left: 14px; font-size: 14px; letter-spacing: .5px; color: #000;
	text-transform: uppercase; text-decoration: none; white-space: nowrap;
}
.hdr-search .adv:hover { color: #C0233F; }

/* ---------- top nav (two-level dropdown) ---------- */
.topnav { background: #959595; position: relative; z-index: 100; }
.topnav ul.root { list-style: none; display: flex; }
.topnav ul.root > li { flex: 1; text-align: center; position: relative; }
.topnav a {
	display: block; padding: 10px 5px; font-size: 15px; font-weight: 500;
	letter-spacing: .5px; text-transform: uppercase; color: #000; text-decoration: none;
}
.topnav ul.root > li.active > a, .topnav ul.root > li:hover > a { background: #C0233F; color: #fff; text-decoration: none; }
.topnav ul.sub {
	display: none; list-style: none; position: absolute; top: 100%; left: 0; right: 0;
	background: #959595; border-top: 1px solid #fff; z-index: 101;
	box-shadow: 0 4px 8px rgba(0,0,0,.15);
}
.topnav ul.root > li:hover ul.sub { display: block; }
.topnav ul.sub li { border-bottom: 1px solid #a9a9a9; }
.topnav ul.sub li:last-child { border-bottom: 0; }
.topnav ul.sub a { padding: 9px 12px; font-size: 13.5px; }
.topnav ul.sub li.active a, .topnav ul.sub a:hover { background: #C0233F; color: #fff; }

/* ---------- breadcrumbs ---------- */
.bc-outer { min-height: 38px; }
.bc { padding: 12px 40px 10px; font-size: 12.5px; color: #000; }
.bc a { color: #000; text-decoration: none; }
.bc a:hover { color: #C0233F; }
.bc .sep { margin: 0 6px; }

/* ---------- layout ---------- */
.layout { display: flex; align-items: flex-start; min-height: 500px; }
.sidebar { width: 277px; flex-shrink: 0; padding-bottom: 40px; }
.content { flex: 1; min-width: 0; margin-left: clamp(24px, 8%, 128px); margin-right: clamp(16px, 8.4%, 135px); padding-bottom: 70px; }

/* ---------- sidebar ---------- */
.sb-title {
	background: #C0233F; color: #fff; font-size: 15px; font-weight: 600;
	text-transform: uppercase; letter-spacing: .5px; padding: 3px 12px 3px 30px; margin-top: 14px;
	position: relative; cursor: pointer; user-select: none;
}
.sb-title::before {
	content: ''; position: absolute; left: 11px; top: 50%; margin-top: -3px;
	border: 5px solid transparent; border-top: 6px solid #fff; border-bottom: 0;
}
.sb-title.collapsed::before { border: 5px solid transparent; border-left: 6px solid #fff; border-right: 0; margin-top: -5px; }
.sb-menu li.hidden { display: none; }
.sb-more {
	background: #A5A5A5; color: #fff; font-size: 12.5px; font-weight: 600; text-transform: uppercase;
	letter-spacing: .5px; padding: 3px 12px 3px 30px; margin-top: 4px; position: relative; cursor: pointer; user-select: none;
}
.sb-more::before {
	content: ''; position: absolute; left: 11px; top: 50%; margin-top: -3px;
	border: 5px solid transparent; border-top: 6px solid #fff; border-bottom: 0;
}
.sb-more.open::before { border: 5px solid transparent; border-bottom: 6px solid #fff; border-top: 0; margin-top: -3px; }
.sb-more:hover { background: #C0233F; }
.sidebar .sb-title:first-child { margin-top: 0; }
.sb-menu { list-style: none; padding: 6px 12px 2px; }
.sb-menu li { margin-bottom: 5px; }
.sb-menu a {
	font-size: 13.5px; font-weight: 500; text-transform: uppercase; color: #000;
	text-decoration: none; line-height: 1.3;
}
.sb-menu a:hover, .sb-menu li.active a { color: #C0233F; }
.sb-figure { margin-top: 120px; }
.sb-figure img { display: block; width: 291px; max-width: 100%; }

/* ---------- headings ---------- */
.h1-red {
	color: #C0233F; font-size: 36px; font-weight: 700; text-transform: uppercase;
	letter-spacing: .5px; line-height: 1.15; margin-bottom: 10px;
}
.h2-red {
	color: #C0233F; font-size: 25px; font-weight: 600; text-transform: uppercase;
	letter-spacing: .5px; line-height: 1.2; margin: 4px 0 26px;
}

/* ---------- main page ---------- */
.about-card {
	background: #ECECEC; border: 1px solid #000; padding: 34px 42px 30px; position: relative;
	margin-bottom: 46px;
}
.about-card h2 { font-size: 30px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 18px; }
.about-card p { font-size: 15.5px; line-height: 1.55; margin-bottom: 12px; }
.about-card .more { text-align: right; margin-top: 18px; }

.btn-red {
	display: inline-block; background: #C0233F; color: #fff; font-size: 13px; font-weight: 600;
	letter-spacing: .5px; text-transform: uppercase; padding: 8px 20px; text-decoration: none;
	font-family: 'Montserrat', Arial, sans-serif; border: 0; cursor: pointer;
}
.btn-red:hover { background: #a51c35; color: #fff; text-decoration: none; }

.index-cards { display: flex; flex-wrap: wrap; justify-content: space-between; }
.index-card {
	width: calc(50% - 10px); min-height: 267px; background: #ECECEC; border: 1px solid #000;
	padding: 30px 40px 26px; margin-bottom: 42px; position: relative; display: flex; flex-direction: column;
}
.index-card h3 { font-size: 28px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; margin-bottom: 16px; }
.index-card h3 a { color: #000; text-decoration: none; }
.index-card h3 a:hover { color: #C0233F; }
.index-card p { font-size: 15.5px; line-height: 1.5; }
.index-card .more { margin-top: auto; text-align: right; padding-top: 16px; }

/* chronicle band on main (full-width section outside .layout) */
.chronicle-band {
	background: #DCDBD7; margin-top: 30px; padding: 44px 20px 30px;
}
.chronicle-band .inner { max-width: 1370px; margin: 0 auto; }
.chronicle-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; padding: 0 20px 0 clamp(20px, 14%, 190px); }
.chronicle-head .t { color: #C0233F; font-size: 26px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
.chron-item {
	background: #ECECEC; border: 1px solid #000; display: flex;
	padding: 26px 30px 26px 20px; margin-bottom: 34px;
}
.chron-item .date { width: 150px; flex-shrink: 0; color: #C0233F; font-size: 14.5px; padding-top: 3px; }
.chron-item .body { flex: 1; }
.chron-item .body .lead { font-weight: 700; font-size: 15.5px; margin-bottom: 12px; }
.chron-item .body p { font-size: 15px; margin-bottom: 10px; }
.chron-item .body p:last-child { margin-bottom: 0; }
.chron-item .body a { color: inherit; }

/* ---------- описание раздела ---------- */
.section-desc { margin-bottom: 34px; font-size: 15.5px; line-height: 1.6; }
.section-desc p { margin-bottom: 14px; }
.section-desc p.lead { font-weight: 700; }
.section-desc ul, .section-desc ol { margin: 0 0 16px 22px; }
.section-desc li { margin-bottom: 6px; }
.section-desc h3 {
	font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px;
	margin: 26px 0 14px; padding-bottom: 8px; border-bottom: 1px solid #000;
}
.section-desc h4 { color: #C0233F; font-size: 17px; font-weight: 700; margin: 20px 0 10px; }

/* карточки подразделов */
.subsections { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 10px; }
.subsection-card {
	width: calc(50% - 10px); background: #ECECEC; border: 1px solid #000;
	padding: 24px 30px 22px; margin-bottom: 30px; display: flex; flex-direction: column;
}
.subsection-card h3 { font-size: 22px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 12px; }
.subsection-card h3 a { color: #000; text-decoration: none; }
.subsection-card h3 a:hover { color: #C0233F; }
.subsection-card p { font-size: 15px; line-height: 1.5; }
.subsection-card .more { margin-top: auto; text-align: right; padding-top: 16px; }

/* ---------- material cards (news.list witte) ---------- */
.mat-cards { display: flex; flex-wrap: wrap; justify-content: space-between; }
.mat-card {
	width: calc(50% - 10px); border: 1px solid #000; background: #ECECEC; margin-bottom: 40px;
	display: flex; flex-direction: column;
}
.mat-card .head {
	background: #A5A5A5; border-bottom: 1px solid #000; padding: 34px 38px; min-height: 150px;
	display: flex; align-items: center;
}
.mat-card .head .t { font-size: 26px; font-weight: 600; line-height: 1.25; color: #000; }
.mat-card .head a { color: #000; text-decoration: none; }
.mat-card .head a:hover { color: #C0233F; }
.mat-card .body { padding: 20px 38px 28px; display: flex; flex-direction: column; flex: 1; }
.mat-card .meta { font-size: 15px; margin-bottom: 8px; }
.mat-card .lead { font-size: 17px; font-weight: 700; line-height: 1.35; margin-bottom: 8px; }
.mat-card .txt { font-size: 15px; line-height: 1.45; margin-bottom: 18px; }
.mat-card .btns { margin-top: auto; display: flex; flex-wrap: wrap; }
.btn-gray {
	display: inline-block; background: #A5A5A5; border: 1px solid #000; color: #000;
	font-size: 13px; font-weight: 500; letter-spacing: .5px; text-transform: uppercase;
	padding: 7px 18px; text-decoration: none; margin-right: 26px; margin-top: 4px;
	font-family: 'Montserrat', Arial, sans-serif; cursor: pointer;
}
.btn-gray:hover { background: #C0233F; border-color: #C0233F; color: #fff; text-decoration: none; }

/* pagination */
.pager { font-size: 14.5px; margin-top: 6px; }
.pager .nav-current-page, .modern-page-navigation { font-size: 14.5px; }

.pagenav { margin: 10px 0 40px; }
.pagenav-info { font-size: 14px; color: #555; margin-bottom: 12px; }
.pagenav-list { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.pagenav-list .pn-item {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 38px; height: 38px; padding: 0 10px;
	background: #ECECEC; border: 1px solid #000; color: #000;
	font-size: 14.5px; font-weight: 500; line-height: 1; text-decoration: none;
	font-family: 'Montserrat', Arial, sans-serif;
}
.pagenav-list a.pn-item:hover { background: #C0233F; border-color: #C0233F; color: #fff; text-decoration: none; }
.pagenav-list .pn-current { background: #C0233F; border-color: #C0233F; color: #fff; font-weight: 700; cursor: default; }
.pagenav-list .pn-arrow { font-size: 17px; }
.pagenav-list .pn-disabled { background: #f5f5f5; border-color: #c4c4c4; color: #bbb; }
.pagenav-list .pn-dots { padding: 0 2px; color: #777; }

/* ---------- detail page ---------- */
.det-photo { display: flex; margin-bottom: 30px; }
.det-photo .pic { width: 380px; max-width: 60%; flex-shrink: 0; }
.det-photo .pic img { display: block; width: 100%; border: 1px solid #000; }
.det-photo.wide .pic { width: 100%; max-width: 100%; }
.det-photo .cap { width: 250px; margin-left: 30px; font-style: italic; font-size: 13.5px; line-height: 1.45; align-self: flex-end; }
article .lead, .det-lead { font-weight: 700; font-size: 15.5px; line-height: 1.5; margin-bottom: 22px; }
article p { margin-bottom: 16px; font-size: 15px; line-height: 1.55; }
article h3 { font-size: 18px; margin: 22px 0 12px; }
article ul, article ol { margin: 0 0 16px 22px; }
.det-files { margin: 26px 0; }

/* ---------- news page ---------- */
.news-item { border-top: 1px solid #000; padding: 14px 0 26px; }
.news-item .date { font-size: 14.5px; margin-bottom: 10px; }
.news-item .title { color: #C0233F; font-size: 19px; font-weight: 600; line-height: 1.35; margin-bottom: 14px; }
.news-item .title a { color: #C0233F; }
.news-item p { font-size: 15px; margin-bottom: 12px; }
.news-item .news-pic { float: left; width: 320px; margin: 0 26px 14px 0; }
.news-item .news-pic img { display: block; width: 100%; border: 1px solid #000; }

/* ---------- multimedia: video ---------- */
.video-cards { display: flex; flex-wrap: wrap; justify-content: space-between; }
.video-card {
	width: calc(50% - 10px); background: #ECECEC; border: 1px solid #9d9d9d; display: flex;
	align-items: flex-start; padding: 14px; margin-bottom: 26px;
}
.video-card .thumb { position: relative; width: 200px; flex-shrink: 0; }
.video-card .thumb a { display: block; position: relative; }
.video-card .thumb img { display: block; width: 200px; height: 114px; object-fit: cover; }
.video-card .thumb .play {
	position: absolute; top: 50%; left: 50%; width: 0; height: 0; margin: -14px 0 0 -10px;
	border: 14px solid transparent; border-left: 24px solid rgba(255,255,255,.85); border-right: 0;
}
.video-card .thumb a:hover .play { border-left-color: #C0233F; }
.video-card .thumb .dur {
	position: absolute; left: 6px; bottom: 6px; background: rgba(0,0,0,.8); color: #fff;
	font-size: 12px; padding: 1px 6px; pointer-events: none;
}
.video-card .info { margin-left: 18px; font-size: 13.5px; line-height: 1.35; }
.video-card .info .t { font-weight: 700; margin-bottom: 6px; }
.video-card .info .src { margin-top: 6px; }
.video-card .info a { color: #000; }
.video-card .info a:hover { color: #C0233F; }

/* gallery */
.gallery-title { text-align: center; color: #C0233F; font-size: 26px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; margin: 44px 0 16px; }
.gallery-nav { text-align: center; margin-bottom: 26px; }
.gallery-nav .arr {
	display: inline-block; width: 0; height: 0; border: 14px solid transparent; cursor: pointer; margin: 0 16px;
}
.gallery-nav .arr.prev { border-right: 22px solid #C0233F; border-left: 0; }
.gallery-nav .arr.next { border-left: 22px solid #C0233F; border-right: 0; }
.gallery-slide { background: #ECECEC; display: none; padding: 0; }
.gallery-slide.current { display: flex; }
.gallery-slide .pic { width: 52%; max-width: 560px; flex-shrink: 0; position: relative; }
.gallery-slide .pic img { display: block; width: 100%; }
.gallery-slide .pic a { display: block; position: relative; }
.gallery-slide .pic a::after {
	content: '\002B'; position: absolute; right: 10px; bottom: 10px; width: 34px; height: 34px;
	background: rgba(192,35,64,.9); color: #fff; font-size: 22px; line-height: 34px; text-align: center;
	opacity: 0; transition: opacity .15s;
}
.gallery-slide .pic a:hover::after { opacity: 1; }
.gallery-slide .txt { padding: 46px 40px; font-size: 15px; line-height: 1.5; }
.gallery-slide .txt .t { font-size: 19px; font-weight: 700; line-height: 1.35; margin-bottom: 22px; }

/* infographics */
.info-block { background: #ECECEC; padding: 30px 40px 36px; margin-bottom: 40px; }
.info-block .t { color: #C0233F; font-size: 17px; font-weight: 700; line-height: 1.4; margin-bottom: 24px; }
.info-block .row { display: flex; }
.info-block .chart { width: 430px; max-width: 100%; flex-shrink: 0; background: #fff; padding: 20px; }
.info-block .chart svg { display: block; width: 100%; height: auto; }
.info-block .txt { margin-left: 40px; font-size: 14.5px; line-height: 1.45; }

/* interactive map */
.map-wrap { border: 1px solid #000; position: relative; background: #fff; }
.map-wrap img.mapbg { display: block; width: 100%; }
.map-pin { position: absolute; cursor: pointer; }
.map-pin .dot {
	display: block; width: 16px; height: 26px; margin: 0 auto; cursor: pointer;
	background: #C0233F;
	-webkit-clip-path: polygon(50% 100%, 8% 42%, 15% 15%, 50% 0, 85% 15%, 92% 42%);
	clip-path: polygon(50% 100%, 8% 42%, 15% 15%, 50% 0, 85% 15%, 92% 42%);
}
.map-pin .lbl {
	position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
	background: #C0233F; color: #fff; font-size: 13px; font-weight: 600; text-transform: uppercase;
	letter-spacing: .5px; padding: 4px 12px; white-space: nowrap;
}
.map-caption { font-size: 14.5px; line-height: 1.55; margin: 18px 0 40px; }
.map-caption p { margin-bottom: 10px; }
.map-caption ul { margin: 0 0 10px 22px; }
.map-caption li { margin-bottom: 6px; }

/* timeline */
.tl-title { text-align: center; color: #C0233F; font-size: 24px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin: 20px 0 30px; }
.tl-band { background: #ECECEC; padding: 30px 60px 24px; }
.tl-strip { overflow-x: auto; overflow-y: hidden; padding: 50px 0 66px; }
.tl-strip::-webkit-scrollbar { height: 6px; }
.tl-strip::-webkit-scrollbar-thumb { background: #b5b5b5; }
.tl-line { position: relative; height: 2px; background: #C0233F; margin: 0 110px; }
.tl-point { position: absolute; top: -7px; transform: translateX(-50%); text-align: center; cursor: pointer; }
.tl-point .dot { display: block; width: 14px; height: 14px; border-radius: 50%; background: #C0233F; margin: 0 auto; }
.tl-point .year { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); color: #C0233F; font-weight: 700; font-size: 16px; }
.tl-point .name { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); font-size: 13px; text-transform: uppercase; white-space: nowrap; }
.tl-point.current .name, .tl-point:hover .name { color: #C0233F; font-weight: 600; }
.tl-nav { text-align: center; margin: 6px 0 10px; }
.tl-nav .arr { display: inline-block; width: 0; height: 0; border: 11px solid transparent; cursor: pointer; margin: 0 12px; }
.tl-nav .arr.prev { border-right: 17px solid #C0233F; border-left: 0; }
.tl-nav .arr.next { border-left: 17px solid #C0233F; border-right: 0; }

/* tag clouds (наборы тегов переключаются по выбранному году) */
.tag-cols { display: flex; background: #ECECEC; padding: 8px 60px 34px; }
.tag-set { display: none; }
.tag-set.current { display: flex; }
.tag-col { width: 50%; }
.tag-col .t { color: #C0233F; font-size: 17px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; }
.tags a {
	display: inline-block; background: #DCDBD7; border: 1px solid #8a8a8a; color: #000;
	font-size: 13.5px; padding: 4px 12px; margin: 0 10px 12px 0; text-decoration: none;
}
.tags a:hover, .tags a.current { background: #C0233F; border-color: #C0233F; color: #fff; }

.map-article { background: #DCDBD7; padding: 40px 60px; margin-top: 40px; }
.map-article h3 { text-align: center; color: #C0233F; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 24px; }
.map-article p { font-size: 14.5px; margin-bottom: 14px; }
.map-article-item { display: none; }
.map-article-item.current { display: block; }
.map-article .frame { max-height: 420px; overflow-y: auto; padding-right: 14px; }
.map-article .frame::-webkit-scrollbar { width: 6px; }
.map-article .frame::-webkit-scrollbar-thumb { background: #b5b5b5; }

/* ---------- authors ---------- */
.author-intro { margin-bottom: 36px; font-size: 15.5px; line-height: 1.6; }
.author-intro p { margin-bottom: 14px; }
.author-intro p:last-child { margin-bottom: 0; }
.author_photo { float: left; margin: 0 30px 20px 0; border: 1px solid #000; }
.authors-list .author-row { border-top: 1px solid #000; padding: 18px 0; }
.authors-list .author-row .nm { font-size: 18px; font-weight: 600; }
.authors-list .author-row .nm a { color: #000; }
.authors-list .author-row .nm a:hover { color: #C0233F; }
.authors-list .author-row .nm .cnt { color: #777; font-weight: 400; font-size: 15px; }

/* ---------- search ---------- */
.search-page input[type=text] {
	border: 1px solid #000; height: 32px; padding: 0 10px; font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px; width: 420px; max-width: 100%;
}
.search-page input[type=submit] { margin-left: 10px; }

/* ---------- footer ---------- */
.site-footer {
	background: #C8C8C8 url(/bitrix/templates/witte/images/footer_bridge.jpg) center top no-repeat; background-size: cover;
	min-height: 221px;
}
.site-footer .wrap { position: relative; padding: 36px 60px 26px; }
.site-footer .cols { display: flex; flex-wrap: wrap; }
.ftr-logos { width: 300px; flex-shrink: 0; }
.ftr-logos a { display: block; }
.ftr-logos img { display: block; }
.ftr-logos img.rnf { width: 126px; }
.ftr-logos .divider { height: 1px; background: #4a4a4a; margin: 12px 0; width: 144px; }
.ftr-logos img.rhga { width: 144px; }
.ftr-nav { display: flex; margin-left: clamp(20px, 4%, 60px); }
.ftr-nav ul { list-style: none; width: 330px; }
.ftr-nav ul + ul { margin-left: clamp(16px, 4%, 60px); }
.ftr-nav a { color: #000; font-size: 16px; font-weight: 500; line-height: 1.9; text-decoration: none; }
.ftr-nav a:hover { color: #C0233F; }
.ftr-right { margin-left: auto; text-align: right; display: flex; flex-direction: column; }
.ftr-social a { display: inline-block; margin-left: 22px; }
.ftr-social img { height: 26px; display: block; }
.ftr-addr { margin-top: auto; font-size: 13px; line-height: 1.4; padding-bottom: 30px; }
.ftr-copy { position: absolute; right: 60px; bottom: 22px; font-size: 14px; }

/* ================= responsive ================= */
@media (max-width: 1400px) {
	.hdr-title .l1 { font-size: 48px; }
	.hdr-title .l2 { font-size: 42px; }
	.mat-card .head { padding: 26px 28px; min-height: 120px; }
	.mat-card .head .t { font-size: 22px; }
	.mat-card .body { padding: 18px 28px 24px; }
}
@media (max-width: 1200px) {
	.site-header .collage { width: 44%; }
	.hdr-right { padding: 22px 24px 20px 32px; min-height: 320px; }
	.hdr-search { left: 32px; right: 24px; bottom: 20px; }
	.hdr-title .l1 { font-size: 40px; }
	.hdr-title .l2 { font-size: 34px; }
	.hdr-about { max-width: 420px; }
	.topnav a { font-size: 13.5px; }
	.index-card { padding: 24px 26px 22px; }
	.index-card h3 { font-size: 23px; }
	.about-card { padding: 26px 30px 24px; }
	.h1-red { font-size: 30px; }
	.h2-red { font-size: 21px; }
}
@media (max-width: 980px) {
	.site-header .collage { display: none; }
	.hdr-right { min-height: 0; padding-bottom: 20px; }
	.hdr-logos { position: static; width: auto; display: flex; align-items: center; margin-bottom: 6px; }
	.hdr-logos .divider { width: 1px; height: 40px; margin: 0 18px; align-self: center; }
	.hdr-search { position: static; margin-top: 16px; }
	.topnav ul.root { flex-wrap: wrap; }
	.topnav ul.root > li { flex: 1 1 33.33%; }
	.topnav ul.sub { position: static; display: none; box-shadow: none; }
	.topnav ul.root > li:hover ul.sub { display: block; }
	.layout { flex-wrap: wrap; }
	.sidebar { order: 2; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; padding: 0 20px 30px; }
	.sidebar > * { width: 100%; }
	.sb-figure { display: none; }
	.content { order: 1; width: 100%; flex: none; margin: 0; padding: 0 20px 40px; }
	.mat-card, .index-card, .video-card, .subsection-card { width: 100%; }
	.chron-item { flex-direction: column; padding: 20px; }
	.chron-item .date { width: auto; margin-bottom: 8px; }
	.chronicle-head { padding: 0 10px; }
	.gallery-slide.current { display: block; }
	.gallery-slide .pic { width: 100%; max-width: none; }
	.gallery-slide .txt { padding: 24px 20px; }
	.info-block { padding: 20px; }
	.info-block .row { display: block; }
	.info-block .txt { margin: 20px 0 0; }
	.tag-cols { padding: 8px 20px 24px; }
	.tag-set.current { display: block; }
	.tag-col { width: 100%; margin-bottom: 16px; }
	.tl-band { padding: 30px 20px 20px; }
	.tl-point .name { font-size: 11px; white-space: normal; width: 90px; }
	.map-article { padding: 24px 20px; }
	.det-photo { display: block; }
	.det-photo .pic { max-width: 100%; }
	.det-photo .cap { width: auto; margin: 10px 0 0; }
	.site-footer .wrap { padding: 26px 20px 20px; }
	.ftr-nav { margin-left: 0; margin-top: 20px; }
	.ftr-nav ul { width: auto; min-width: 180px; }
	.ftr-logos { width: 100%; display: flex; align-items: center; }
	.ftr-logos .divider { width: 1px !important; height: 40px; margin: 0 16px; }
	.ftr-right { width: 100%; margin: 20px 0 0; text-align: left; flex-direction: row; align-items: center; }
	.ftr-social a { margin: 0 22px 0 0; }
	.ftr-addr { margin: 0 0 0 auto; padding-bottom: 0; }
	.ftr-copy { position: static; display: block; margin-top: 14px; text-align: right; }
}
@media (max-width: 560px) {
	.hdr-title .l1 { font-size: 32px; }
	.hdr-title .l2 { font-size: 27px; }
	.hdr-logos img.rhga { width: 128px; }
	.hdr-search form { flex-wrap: wrap; }
	.hdr-search .adv { margin: 8px 0 0; }
	.topnav ul.root > li { flex: 1 1 50%; }
	.pagenav-list .pn-item { min-width: 34px; height: 34px; padding: 0 8px; font-size: 13.5px; }
	.mat-card .head { min-height: 0; padding: 18px 20px; }
	.mat-card .body { padding: 16px 20px 20px; }
	.chronicle-head { display: block; }
	.chronicle-head .t { margin-bottom: 12px; }
	.h1-red { font-size: 24px; }
	.h2-red { font-size: 18px; }
	.video-card { display: block; }
	.video-card .info { margin: 12px 0 0; }
}

/* End */
/* /bitrix/templates/witte/styles.css?178518664726504 */
