*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
}
html, body {
	margin: 0;
	padding: 0;
	background: #f7f5f2;
	color: #2a2a2a;
	font: 14px/1.55 "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
	overflow-x: hidden;
}
img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}
a {
	color: #1d4f8c;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
a:hover {
	color: #8a1d3c;
}
h1 {
	margin: 0;
	padding: 0;
	font: 700 18px/1.3 "Segoe UI", system-ui, sans-serif;
	color: #692249;
}
h1.main {
	font: 700 20px/1.15 "Segoe UI", system-ui, sans-serif;
	letter-spacing: .3px;
	color: #4a1833;
	margin: 0;
}
h1.main a {
	color: #4a1833;
	text-decoration: none;
}
h1.main a:hover {
	color: #692249;
}
.ro-brand {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 1;
}
.ro-logo-link {
	display: block;
	line-height: 0;
	flex: 0 0 auto;
}
.ro-logo {
	width: 36px;
	height: 36px;
	display: block;
}
h2 {
	margin: 0;
	padding: 8px 10px;
	font: 700 12px/1.3 "Segoe UI", system-ui, sans-serif;
	color: #ffffff;
	background: #6d0000;
	letter-spacing: .4px;
}
td[bgcolor="#692249"] h2,
.topbar h2 {
	background: none;
	color: #ffffff;
	font: 600 12px/1.4 "Segoe UI", system-ui, sans-serif;
	letter-spacing: .6px;
}
.main {
	font: 14px/1.6 "Segoe UI", system-ui, sans-serif;
	color: #2a2a2a;
	padding: 2px 24px 16px 50px;
}
.main h1 {
	margin: 0 0 2px;
}
.main td.main,
td.main td.main {
	padding: 0 !important;
}
.main h1 + br,
.main h1 + br + br,
.main h1 + br + br + br {
	display: none;
}
.main .art_text {
	margin: 0;
	padding: 0;
}
.main .art_text > p:first-child {
	margin-top: 0;
}
.main table {
	border-collapse: collapse;
}
.text,
.text2,
.text3 {
	font: 13px/1.5 "Segoe UI", system-ui, sans-serif;
}
.text2 a {
	color: #2b2b2b;
	text-decoration: none;
}
.text2 a:hover {
	color: #6d0000;
	text-decoration: underline;
}
.text2 div,
.ro-section-list {
	padding: 8px 0 0;
	line-height: 1.7;
}
.text3 {
	color: #3a2010;
}
.copy,
.copy1 {
	font: 11px/1.5 "Segoe UI", system-ui, sans-serif;
	color: #6b6b6b;
}
.copy a,
.copy1,
a.copy1 {
	color: #555555;
}
.ln {
	color: #555555;
	font-size: 11px;
}
.navig2,
.navig2 a {
	font: 12px "Segoe UI", system-ui, sans-serif;
	color: #666666;
	text-decoration: none;
}
.navig2 a:hover {
	text-decoration: underline;
	color: #692249;
}
.navig3,
.navig3 a {
	font: 13px "Segoe UI", system-ui, sans-serif;
	color: #333333;
	text-decoration: none;
}
.navig3 a:hover {
	color: #6d0000;
	text-decoration: underline;
}
.nav3,
.nav3 a {
	font: 12px "Segoe UI", system-ui, sans-serif;
	color: #333;
}
#blue {
	color: #1d4f8c;
	font-weight: 700;
	margin-right: 6px;
}
.adv,
.advtext {
	font: 12px/1.5 "Segoe UI", system-ui, sans-serif;
	color: #333;
	padding: 8px 16px 12px 0;
}
.ro-section-photos {
	display: none;
}
td.adv {
	background: transparent !important;
}
.ro-slider {
	position: relative;
	margin: 0 0 14px;
	background: transparent;
}
.ro-slider-stage {
	position: relative;
}
.ro-slider-viewport {
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	overscroll-behavior-x: contain;
	border-radius: 4px;
}
.ro-slider-viewport::-webkit-scrollbar {
	display: none;
}
.ro-slider-track {
	display: flex;
}
.ro-slider-slide {
	flex: 0 0 100%;
	min-width: 100%;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}
.ro-slider-slide img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.ro-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 1px 6px rgba(0, 0, 0, .18);
	cursor: pointer;
	color: #333;
	transform: translateY(-50%);
}
.ro-slider-btn::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
}
.ro-slider-prev {
	left: 8px;
}
.ro-slider-prev::before {
	transform: rotate(-135deg);
	margin-left: 3px;
}
.ro-slider-next {
	right: 8px;
}
.ro-slider-next::before {
	transform: rotate(45deg);
	margin-right: 3px;
}
.ro-slider-btn:hover {
	background: #fff;
}
.ro-slider-dots {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 8px;
}
.ro-slider-dot {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c8c0b4;
	cursor: pointer;
}
.ro-slider-dot.is-active {
	background: #692249;
}
.art-anons {
	font-weight: 700;
	color: #692249;
}
.sform,
.sform b,
.sform label {
	color: #ffffff;
	font: 12px "Segoe UI", system-ui, sans-serif;
}
.ro-search-form input.search[type="text"] {
	width: 100%;
	box-sizing: border-box;
}
input.search {
	font: 13px "Segoe UI", system-ui, sans-serif;
	border: 1px solid #b8a63a;
	border-radius: 4px;
	padding: 5px 8px;
	outline: none;
}
input.search:focus {
	border-color: #8a7a20;
	box-shadow: 0 0 0 3px rgba(188, 188, 0, .2);
}
input.search[type="submit"] {
	background: #692249;
	border: 1px solid #4a1833;
	color: #ffffff;
	border-radius: 4px;
	padding: 6px 16px;
	cursor: pointer;
	font-weight: 700;
}
input.search[type="submit"]:hover {
	background: #8a1d3c;
	border-color: #692249;
}
form[action="/search"] table,
form[action="/search/"] table,
.ro-search-form table {
	margin: 0;
	width: 520px;
	background: transparent;
	border: 0;
}
.ro-header-bg,
.ro-header-bg td {
	background: #f4ead2;
}
.ro-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 52px;
	padding: 8px 24px 8px 50px;
	box-sizing: border-box;
}
.ro-header-inner .main {
	flex: 0 1 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}
.ro-search-form {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	z-index: 2;
}
.ro-header-sponsor {
	flex: 0 1 auto;
	text-align: right;
	position: relative;
	z-index: 1;
	line-height: 1.35;
}
.ro-strip-bg {
	background: #e4c48a;
	height: 8px;
}
table[bgcolor="#6D0000"] td[bgcolor="#E9EDD4"] {
	background: #eef0e6 !important;
	padding: 0 !important;
}
table[bgcolor="#6D0000"] td[bgcolor="#E9EDD4"] img {
	width: 100%;
	height: 148px;
	object-fit: cover;
	display: block;
}
h2 img[src*="kv.gif"] {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	vertical-align: -1px;
}
.ro-credits {
	background: #f4efe3;
}
.ro-credits-inner {
	padding: 16px 18px 14px;
	font: 11px/1.55 "Segoe UI", system-ui, sans-serif;
	color: #666;
}
.ro-credits-inner a {
	color: #555;
}
.ro-friends {
	padding-right: 16px;
}
img[src*="pol-01"] {
	object-position: 50% 85%;
}
img[src*="potolok-01"] {
	object-position: 50% 8%;
}
table[bgcolor="#6D0000"] {
	overflow: hidden;
}
.ro-sections-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 0 0 8px;
}
.ro-section-col {
	min-width: 0;
}
.ro-section-card {
	position: relative;
	display: block;
}
.ro-section-link {
	position: absolute;
	inset: 0;
	z-index: 2;
}
.ro-section-card table {
	transition: box-shadow .2s ease, transform .2s ease;
}
.ro-section-card:hover table {
	box-shadow: 0 6px 16px rgba(105, 34, 73, .28);
	transform: translateY(-2px);
}
.ro-section-card:hover h2 {
	background: #8a1d3c;
}
.ro-section-card:hover img {
	transform: scale(1.04);
	transition: transform .25s ease;
}
.main hr,
hr.ro-rule {
	width: 100%;
	margin: 12px 0;
	border: 0;
	border-top: 1px dashed #bdbdbd;
}
.ro-search-results .hit {
	margin: 0 0 16px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #cccccc;
}
.ro-search-results .hit h2,
.ro-search-results .hit a {
	background: none;
	color: #692249;
	padding: 0;
	font: 700 15px "Segoe UI", system-ui, sans-serif;
}
hr {
	border: 0;
	border-top: 1px dashed #c8c8c8;
}
.ro-layout {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background: #ffffff;
}
.ro-sidebar {
	padding: 8px 16px 12px 8px;
	vertical-align: top;
}
.ro-crumb {
	padding: 4px 0 6px 50px;
}
.ro-nav {
	margin: 0 0 16px;
}
.ro-nav-cap {
	background: #692249;
	color: #ffffff;
	font: 700 12px/1.3 "Segoe UI", system-ui, sans-serif;
	padding: 7px 10px;
	letter-spacing: .5px;
	margin: 0 0 8px;
	border-radius: 3px;
}
.ro-nav-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	margin: 0 0 7px;
	font: 600 15px/1.25 "Segoe UI", system-ui, sans-serif;
	color: #3a2010;
	text-decoration: none;
	background: #faf6ef;
	border: 1px solid #ead9c2;
	border-radius: 4px;
	transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.ro-nav-item:before {
	content: "▸";
	color: #692249;
	font-size: 16px;
	line-height: 1;
}
.ro-nav-item:hover {
	background: #692249;
	border-color: #692249;
	color: #ffffff;
	text-decoration: none;
	transform: translateX(3px);
	box-shadow: 0 3px 10px rgba(105, 34, 73, .22);
}
.ro-nav-item:hover:before,
.ro-nav-item.is-active:before {
	color: #e4c48a;
}
.ro-nav-item.is-active {
	background: #692249;
	border-color: #692249;
	color: #ffffff;
	box-shadow: 0 3px 10px rgba(105, 34, 73, .22);
}
.ro-video {
	margin: 0 0 16px;
}
.ro-video-frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: #1a1a1a;
	border-radius: 4px;
	overflow: hidden;
}
.ro-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.ro-video-title {
	margin-top: 8px;
	padding: 7px 10px;
	font: 600 13px/1.4 "Segoe UI", system-ui, sans-serif;
	color: #4a1833;
	background: #f4ead2;
	border-left: 3px solid #692249;
	border-radius: 0 4px 4px 0;
}
.ro-side-ban {
	display: none;
}
.ro-sponsor {
	margin: 14px 10px 8px 0;
	padding: 14px 14px 12px;
	background: #f4ead2;
	border: 1px solid #e4c48a;
	border-left: 4px solid #692249;
	border-radius: 6px;
	box-shadow: 0 1px 0 rgba(105, 34, 73, .06);
	font: 12px/1.55 "Segoe UI", system-ui, sans-serif;
	color: #3a2010;
}
.ro-sponsor p {
	margin: 0 0 10px;
}
.ro-sponsor p:last-child {
	margin-bottom: 0;
}
.ro-sponsor-name {
	margin-top: 4px;
	padding-top: 10px;
	border-top: 1px dashed #d4b57a;
	font-weight: 700;
	color: #692249;
}
.ro-float {
	width: 38%;
	max-width: 280px;
	margin: 4px 16px 10px 0;
	float: left;
}
.ro-float-right {
	float: right;
	margin: 4px 0 10px 16px;
}
.ro-float img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}
.ro-float figcaption {
	margin-top: 5px;
	font: 12px/1.35 "Segoe UI", system-ui, sans-serif;
	color: #666;
}
.ro-article-end {
	clear: both;
}
.ro-article-photos {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 8px 0 18px;
}
.ro-article-photos figure {
	margin: 0;
}
.ro-article-photos img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
	border-radius: 4px;
}
.ro-article-photos figcaption {
	margin-top: 6px;
	font: 12px/1.4 "Segoe UI", system-ui, sans-serif;
	color: #666;
}
.ro-news-row {
	margin: 0 0 8px;
	line-height: 1.45;
}
.ro-news-link {
	color: #2a2a2a;
	text-decoration: none;
}
.ro-news-link:hover {
	color: #692249;
	text-decoration: underline;
}
.ro-news-article {
	font: 14px/1.6 "Segoe UI", system-ui, sans-serif;
	color: #2a2a2a;
}
.ro-news-article h2 {
	background: none;
	color: #692249;
	padding: 0 0 6px;
	font: 700 20px/1.3 "Segoe UI", system-ui, sans-serif;
	letter-spacing: 0;
}
.ro-news-date {
	color: #1d4f8c;
	font-weight: 700;
	margin-bottom: 10px;
}
.ro-news-back {
	margin: 0 0 10px;
}
.ro-news-back a {
	color: #692249;
	font-weight: 600;
	text-decoration: none;
}
.ro-news-back a:hover {
	text-decoration: underline;
}
.ro-news-frame {
	width: 100%;
	height: 560px;
	margin: 8px 0 16px;
	border: 1px solid #e4d6c4;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.ro-news-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.ro-news-body {
	clear: both;
	font: 14px/1.65 "Segoe UI", system-ui, sans-serif;
	color: #2a2a2a;
}
.ro-news-body p,
.ro-news-body li {
	margin: 0 0 12px;
	font: 14px/1.65 "Segoe UI", system-ui, sans-serif;
	color: #2a2a2a;
}
.ro-news-body img {
	max-width: 42%;
	height: auto;
	float: left;
	margin: 4px 16px 12px 0;
	border-radius: 4px;
}
.ro-news-body img:nth-of-type(even) {
	float: right;
	margin: 4px 0 12px 16px;
}
.ro-news-body::after {
	content: "";
	display: block;
	clear: both;
}
.ro-news-source {
	margin-top: 16px;
	color: #777;
	font-size: 12px;
	clear: both;
}
.ro-related {
	clear: both;
	margin: 28px 0 8px;
	padding: 0;
}
.ro-related-cap {
	background: #692249;
	color: #ffffff;
	font: 700 12px/1.3 "Segoe UI", system-ui, sans-serif;
	padding: 7px 12px;
	letter-spacing: .4px;
	margin: 0 0 8px;
	border-radius: 3px;
}
.ro-related-item {
	display: block;
	padding: 8px 10px;
	margin: 0 0 6px;
	font: 600 14px/1.35 "Segoe UI", system-ui, sans-serif;
	color: #3a2010;
	text-decoration: none;
	background: #faf6ef;
	border: 1px solid #ead9c2;
	border-radius: 4px;
}
.ro-related-item:hover {
	color: #692249;
	background: #f4ead2;
	border-color: #e4c48a;
}

@media (max-width: 1100px) {
	form[action="/search"] table,
	form[action="/search/"] table,
	.ro-search-form table {
		width: 380px;
	}
	.main {
		padding: 2px 18px 16px 24px;
	}
	.ro-header-inner {
		padding: 8px 16px 8px 24px;
	}
	.ro-crumb {
		padding-left: 24px;
	}
}

@media (max-width: 960px) {
	.ro-header-inner {
		flex-wrap: wrap;
		gap: 10px 16px;
		padding: 10px 14px;
		min-height: 0;
	}
	.ro-brand {
		flex: 1 1 auto;
	}
	.ro-header-sponsor {
		display: none;
	}
	.ro-search-form {
		position: static;
		transform: none;
		width: 100%;
		order: 3;
	}
	form[action="/search"] table,
	form[action="/search/"] table,
	.ro-search-form table {
		width: 100%;
	}
	.topbar div {
		padding-right: 12px !important;
		text-align: center;
	}
	.topbar h2 {
		white-space: normal;
	}
	table.ro-layout,
	table.ro-layout > tbody,
	table.ro-layout > tbody > tr,
	table.ro-layout > tbody > tr > td {
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	.main {
		padding: 8px 16px 20px;
	}
	.ro-crumb {
		padding: 8px 16px 4px;
	}
	.ro-sidebar {
		padding: 8px 16px 20px;
		border-top: 1px dashed #d8cbb8;
	}
	.main > div[style*="padding-right:80px"] {
		padding-right: 0 !important;
	}
	table.ro-layout {
		height: auto;
	}
	.ro-sections-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px 14px;
	}
	.main td[width="60%"],
	.main td[width="40%"],
	.main td[width="90%"],
	.main td.adv {
		display: block;
		width: 100% !important;
	}
	.main td.adv {
		margin-top: 16px;
		padding: 10px 12px !important;
		background: transparent;
	}
	.ro-layout > tbody > tr[height="90"] table,
	.ro-layout > tbody > tr[height="90"] table tbody,
	.ro-layout > tbody > tr[height="90"] table tr,
	.ro-layout > tbody > tr[height="90"] table td {
		display: block;
		width: 100% !important;
	}
	div[style*="padding-left:40px"] {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	.ro-friends,
	.ro-credits-inner {
		padding: 12px 16px 16px;
	}
	.ro-news-frame {
		height: 70vh;
		min-height: 380px;
	}
	.ro-sponsor {
		margin-right: 0;
	}
}

@media (max-width: 640px) {
	h1.main {
		font-size: 16px;
	}
	.main h1 {
		font-size: 20px;
	}
	.ro-sections-grid {
		grid-template-columns: 1fr;
	}
	.ro-float,
	.ro-float-right {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 8px 0 14px;
	}
	.ro-float img {
		height: 200px;
	}
	.ro-article-photos {
		grid-template-columns: 1fr;
	}
	.ro-news-body img,
	.ro-news-body img:nth-of-type(even) {
		max-width: 100%;
		float: none;
		margin: 8px 0 12px;
	}
	table[bgcolor="#6D0000"] td[bgcolor="#E9EDD4"] img {
		height: 168px;
	}
	.ro-nav-item {
		padding: 12px 14px;
	}
	nobr {
		white-space: normal;
	}
}

@media (hover: none) {
	.ro-section-card:hover table {
		transform: none;
		box-shadow: none;
	}
	.ro-nav-item:hover {
		transform: none;
	}
}
