﻿body
{
	background-color: #fdeee6;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20pt;
	line-height: 115%;
	padding-top: 144px;
}
h1
{
	background: #FF0000;
	color: #FFFFFF;
	font-family: 'Times New Roman', Times, serif;
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	max-width: 100%;
	margin: 0 auto;
	padding: 4px;
	display: block;
	max-width: fit-content;
	margin: auto;
	margin-bottom: 8px;
}
h2
{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	max-width: 100%;
	margin: 0 auto;
	padding: 4px;
	display: block;
	max-width: fit-content;
	margin: auto;
	margin-bottom: 4px;
}
.sos
{
	font-size: 120%;
	font-weight: bold;
	line-height: 115%;
	text-align: center;
}
input
{
	font-family: Arial Narrow, sans-serif;
	font-size: 20pt;
	line-height: 115%;
}
button
{
	font-family: Arial Narrow, sans-serif;
	font-size: 20pt;
}
.bigger
{
	font-size: 120%;
}
.bigger2
{
	font-size: 144%;
}
.center
{
	text-align: center;
}
.MMM
{
	font-size: 0;
	transform: scale(0);
}
.container
{
	display: flex;
	justify-content: center;
}
.content
{
	display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto;
	grid-gap: 8px;
	padding: 8px;
	display: flex;
	height: 128px;
}
.content p
{
	margin: 0;
}
header
{
	position: sticky;
	top: 0;
}
.logo
{
	height: 128px;
}
.dropdown
{
	display: inline-block;
	position: relative;
}
.dropdown button > a
{
	display: block;
	color: #000000;
	text-decoration: none;
}
.dropdown-content
{
	display: none;
	position: absolute;
	width: auto;
	z-index: 2;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	white-space: nowrap;
}
.dropdown:hover > .dropdown-content
{
	display: block;
}
.dropdown-content a
{
	display: block;
	color: #000000;
	background-color: #e9e9ed;
	padding: 5px;
	text-decoration: none;
}
.dropdown-content a:hover
{
	color: #FFFFFF;
	background-color: #0080bf;
}
.dropdown-content div.dropdown
{
	display: block;
}
.dropdown-content .dropdown-content
{
	left: 100%;
	top: 0;
}
.dropdown-content-right
{
	display: none;
	position: absolute;
	width: auto;
	z-index: 2;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	white-space: nowrap;
}
.dropdown:hover > .dropdown-content-right
{
	display: block;
	right: 0;
}
.dropdown-content-right a
{
	display: block;
	color: #000000;
	background-color: #e9e9ed;
	padding: 5px;
	text-decoration: none;
}
.dropdown-content-right a:hover
{
	color: #FFFFFF;
	background-color: #0080bf;
}
.dropdown-content-right div.dropdown
{
	display: block;
}
.dropdown-content-right .dropdown-content-right
{
	right: 100%;
	top: 0;
}
.search-container
{
	position: relative;
}
.search
{
	position: absolute;
	z-index: 1;
}
.search:after
{
	content: "";
	clear: both;
	display: table
}
.search input
{
	font-family: Arial Narrow, sans-serif;
	font-size: 20pt;
	width: 160px;
	height: 36px;
	top: -2px;
	padding-left: 15px;
	border-radius: 36px;
	border: 2px solid #404040;
	background: #FFDFBF;
	outline: none;
	position: relative;
	transition: .3s linear;
}
.search input:focus
{
	width: 512px;
}
.search button
{
	width: 36px;
	height: 36px;
	top: -2px;
	background: none;
	border: none;
	position: relative;
	left: -42px;
}
.content-after-search
{
	position: absolute;
	top: 0;
	right: 0px;
}
.multicol
{
	column-width: 608px;
	column-gap: 32px;
	column-rule: 8px dotted #00BF80;
}
.border
{
	border: 4px solid #008040;
}
.border h2
{
	background-color: #008040;
	color: #FFFFFF;
	margin-right: 0px;
	position: relative;
}
input[name="login"], input[name="name"], input[name="username"], input[name="mail"], input[name="email"], input[name="password"], input[name="password2"], input[type="submit"]
{
	transform: scale(0.01);
}
.tree
{
	--spacing: 1.5rem;
	--radius: 10px;
}
.tree li
{
	display: block;
	position: relative;
	padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}
.tree ul
{
	margin-left: calc(var(--radius) - var(--spacing));
	padding-left: 0;
}
.tree ul li
{
	border-left: 2px solid #ddd;
}
.tree ul li:last-child
{
	border-color: transparent;
}
.tree ul li::before
{
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--spacing) / -2);
	left: -2px;
	width: calc(var(--spacing) + 2px);
	height: calc(var(--spacing) + 1px);
	border: solid #ddd;
	border-width: 0 0 2px 2px;
}
.tree summary
{
	display: block;
	cursor: pointer;
}
.tree summary::marker, .tree summary::-webkit-details-marker
{
	display: none;
}
.tree summary:focus
{
	outline: none;
}
.tree summary:focus-visible
{
	outline: 1px dotted #000;
}
.tree li::after, .tree summary::before
{
	content: '';
	display: block;
	position: absolute;
	top: calc(var(--spacing) / 2 - var(--radius));
	left: calc(var(--spacing) - var(--radius) - 1px);
	width: calc(2 * var(--radius));
	height: calc(2 * var(--radius));
	border-radius: 50%;
	background: #ddd;
}
.tree summary::before
{
	content: '+';
	z-index: 1;
	background: #696;
	color: #fff;
	line-height: calc(2 * var(--radius) - 2px);
	text-align: center;
}
.tree details[open] > summary::before
{
	content: '−';
}
video, .center img
{
	width: 50%;
}
.sysreq
{
	border: solid;
	border-collapse: collapse;
	font-size: 85%;
}
.sysreq td:nth-last-child(3), .sysreq th:nth-last-child(3)
{
	background-color: #FFBFDF;
}
.sysreq td:nth-last-child(2), .sysreq th:nth-last-child(2)
{
	background-color: #80FFBF;
}
.sysreq td:nth-last-child(1), .sysreq th:nth-last-child(1)
{
	background-color: #BFDFFF;
}
.sysreq th, .sysreq td
{
	border: 1px solid gray;
	padding: 4px;
	vertical-align: middle;
}
.sysreqgpu
{
	border: 3px solid #BF0000 !important;
}
.flex-container
{
	display: flex;
}
.flex-container div
{
	flex-basis: 1 1 auto;
	width: calc(100% - 17em);
	padding-left: 4px;
}
.flex-container .csharp-nstar-doc-left
{
	flex-basis: 1 1 auto;
	width: 17em;
	border-right: 2px solid;
	padding-right: 4px;
	overflow-wrap: break-word;
}
.main-menu
{
	position: fixed; /* Фиксированное положение */
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1000; /* Чтобы меню было поверх остального контента */
}
@media (max-width: 768px)
{
	body { font-size: 14px; }
}
