*, ::before, ::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0 none;
	border-radius: 0;
	outline: 0 none;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	font-family: Arial;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #333;
	background-color: #eee;
}
header {
	background-color: #fff;
}
.header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 0 8px 0;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: flex;
	flex-direction: column;
	min-height: 30px;
	padding: 0 0 0 40px;
	justify-content: center;
	white-space: nowrap;
	font-size: 25px;
	line-height: 1;
	color: #000;
	background-size: 30px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.logo strong {
	font-weight: 400;
}
.logo div {
	font-size: 11px;
	color: #555;
}
.logo span {
	font-size: 12px;
	color: #555;
}
.logo:hover, .logo:hover * {
	text-decoration: none;
	color: #ee1c23;
}
.header-right {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.lang {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lang-link {
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}
.lang-link.active {
	color: #000;
	font-weight: 600;
}
.lang-link:hover {
	color: #ee1c23;
}
.burger {
	width: 40px;
	height: 30px;
	margin: 0 0 0 15px;
	cursor: pointer;
	display: block;
	position: relative;
	border: 0 none;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}
.burger::before, .burger::after {
	content: '';
	left: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 6px;
	border-radius: 0;
	background-color: #000;
}
.burger::before {
	top: 0;
	/*transition: top .1s .05s, transform .1s;*/
}
.burger::after {
	bottom: 0;
	/*transition: bottom .1s .05s, transform .1s;*/
}
.burger:hover {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(238, 28, 35, 1) 40%, rgba(238, 28, 35, 1) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}
.burger:hover::before, .burger:hover::after {
	background-color: #ee1c23;
}
.burger.active, .burger.active:hover {
	background: transparent;
}
.burger.active::before {
	top: 12px;
	transform: rotate(45deg);
	/*transition: top .1s, transform .1s .05s;*/
}
.burger.active::after {
	bottom: 12px;
	transform: rotate(-45deg);
	/*transition: bottom .1s, transform .1s .05s;*/
}
.menu-top {
	display: none;
	padding: 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #aaa;
}
.menu-top.active {
	display: block;
}
.menu-top .page-not-break:last-child ul {
	margin-bottom: 0;
}
.menu-line-top {
	padding-top: 17px;
	border-top: 1px solid #eee;
}
.breadcrumb {
	display: block;
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.breadcrumb .item {
	display: inline;
	margin: 0;
	padding: 0;
}
.breadcrumb .item::before {
	content: ' / ';
	position: static;
	left: auto;
	font-weight: inherit;
	counter-increment: none;
}
.breadcrumb .item:first-child::before {
	display: none;
}
.breadcrumb .item a, .breadcrumb .item span {
	text-decoration: none;
}
main {
	flex: 1 0 auto;
	padding-bottom: 20px;
	background-color: #fff;
}
.socserv-block .like {
	display: block;
	margin: 0;
	font-size: 12px;
}
.socserv-block {
	margin: 0 -5px 20px 0;
}
.socserv-block .block-buttons {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.js-soc-like {
	width: 30px;
	height: 30px;
	margin: 0 5px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.5;
	cursor: pointer;
}
.js-soc-like.vk {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAADFBMVEUAbbr6/f1luN0AZrbod4I/AAAAq0lEQVR42u2U2w7EIAgFKfz/P5dulz2iUYrZvjFJk6IOIr1QURTFe8jNznLZTCbXxccXtsEVWK8LPwHCCxtgmciYVsPkvpJJDZgfCqHIRfbFKaaHF6T3cryxz+/lvltBz6SRHxRNri8whqLjwhly88iV5dYLnrxmIyh6w4a8Xzi9bfMfbebmPmtrmLHF2RpS3/J4b5wza1P7MaRt1W8smZH5EYuFv7goiqLnBObaA9KhM+5aAAAAAElFTkSuQmCC);
}
.js-soc-like.fb {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAADFBMVEUjW5/8/f44aKaSq81uTo8vAAAAYElEQVR42mNYhQoYGhiQAdNQ4XP//4HCvxoag8xnDkXl86LxWdH4qmh809D4H6j8BAZUvgMpfK6toVkrkPhA60IjKOQHoPELkO0zDc1agN99CSOKb///wNBK33A+Wn4FAGGKW54iS5REAAAAAElFTkSuQmCC);
}
.js-soc-like.tw {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEO0lEQVRo3u3aS0hqQRgA4N8UH5gQCgUKQrpIFwa1KYhKgnBRuEgKgqCgKNokBEGboqCFkLSJgiQKdJNFEYELg14ERa9Fi4JwkVBUUClJmmn539UdOtjDxznd270zIMT8nt/5PP0z4ygPABD+o5YD/1mjYAqmYAqmYAqmYAqmYAqmYApOqQkyvXBmZgY0Gs2XzxsdHQWPx5N2fqlUCk6nExQKBekLhULQ0tICoVAoKzRm8jAYDBiLxfCrFgwGUaVSpZWbx+Ph6uoqI08sFsPKykrMdLxvHplf3NnZiam0vb095PP5KeednJxMytHU1MQGNjswAKDT6WTcTZPJhEajERsbGxkDttlsKeWzWq1J2KGhIbaw2YMlEgmenp6SwblcLhLr6ekh/YlEAmtqaj7NVVdXh6+vrwzs3Nwcm9jswQCAWq0Ww+EwGWR7ezuJLS8vk/7b21ssKCj4cE6IRCIM7NbWFgoEgr8PDABosVjIQKPRKBoMBgQAzM3NxfPzcxLb3t5GHo/HuFalUuH19TUD6/P5UCaTsY1lDwwAOD4+Tgbs9/tRKpUiAGBxcTFjRh8eHibXyGQyRkn8/k9Qq9VcYNkFCwQCPDw8JANfWVkhse7ubkY9V1RUYE5ODm5ubjKwkUgES0pKuMKyCwYAVKvVGAgECMBqtZLY/Pw86b+6ukKXy5U0I5vNZi6x7IMBAGtrazGRSCAiYjwex9LSUjKj+3y+D9frt2/OjwIDAI6MjBDI5eUlyuVyBADU6/X49PSUhJ2amvoOLHdgAMC1tTUC8nq9pL+jo4OBXV9f/y4st2C5XI43NzcENjg4SGJut5uxQ1MqlT8fDABYXl6O8XiczM7V1dXv1vP+/n5a++2/FgwA2NfXR2B3d3eYn5//bj3b7fZ/A6zX6xk1u7OzQ2Ktra2MWH19/c8GKxQKxtbyvbs5Ozv7nfXMHVYoFOLBwcGH6+7vuykSifDk5OS76pk78OLiYhJyd3eX/P34+IgajQYBAIuKihifljisZ26wNpstCTs2NoZ8Pp+x3z4+PkahUIgAkHRoYDKZfga4ra0tCevxeEhcqVRiMBgkMYfDQWIOh4PremYXW1VVhS8vLwzs0dERisXiD/fbiIgWi+W76pk9rE6nw4eHBwbW7/ejQqH4cr8dDodRp9ORE5RQKMRVPbO3/FxcXDCwgUAAtVrtp8exGxsbjFMOiUSCAIBms5mres4+iVgsTlp+np+fsaysLO399sLCAolNTExwUc/Zg5eWlpImqYaGhrTq/m0bGBhAo9GIJpMJ7+/vGUvaHwfb7fYkbG9vb9p5+vv7UzrUZ6Ge2V1+svkg7/V6U0JnU888yPC3loWFhTA9PQ18Pp/0nZ2dQVdXV8ZfcuXl5YHb7QaRSPTp84LBIDQ3N0M0Gk37NTIG0++HKZiCKZiCKZiCKZiCKZiCKZiC/6X2C4Aha8dbBJi7AAAAAElFTkSuQmCC);
}
.js-soc-like.mail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8AgMAAABHkjHhAAAADFBMVEUAic3/qR4AkMiemXr6iXOQAAAA50lEQVQ4y93TLZIDIRAF4B6oEdQWMkdARuLnCBG8AYGYI4yMSnGJucNWVq/eXKIrNjJHiNkfEQJk3Nq0+6qogn7d0PG5KFFb4kX89nttLRg+Nd4CiI0ZuB+4W+Fw/MRUbHwiwaF4E+idzFjM0xaXzj8skBjxhlO29BLwbhmyldP+A85O2Tramawzc3YfNgNp1++yzcyJlNOhmki2Pv/TnKir7nfLqb1PBzuRqe9R0URiZx/uRoVv1H4kBDD60i/xYDGj5EFLED/E41OeZPdt3uJL1PwFA2jnZVeWDL+a9+Wl9rd69V//ABGjfGVgDPbHAAAAAElFTkSuQmCC);
}
.js-soc-like.ok {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAADFBMVEX/lAD//fz/06D/r00cUYf+AAAAzUlEQVR42u2X2w6DMAxDqf3//7xOQ8lI91C7CGkCv0ClHpK66YWNm6uOPrq7gNYF0EBbCA6b0oK3IiOulTl7d5sOgowc1MA8NLQR8/ApSDCi+Vdw+Ds/5tEiyHD2h1re+FFhK+XJheKGt6ySNWNT34fcsPsDXfy8chYdo2E6fh0n9+KWrHrnTKTvAjxKnWNjvmCxadFSeX4b1YyjjpmwxSZ93cLorE3zjI3EcS0Jja67bdJK4DwlndpmcUDxi6UNobJZ7nPPrf7OWvkdfAFPDgNyCP2wJgAAAABJRU5ErkJggg==);
}
.js-soc-like.li {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAIAAAC1nk4lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlRJREFUeNpiZEg7xjDUABPDEASjjh519KijRx1NHmAhqELXTCRenV9JiP3ss6+t1z8yXPkw4I5mxF+5zE1TSzIWRhbZf/ez08I7DC9/DNLkke8vh+ZiIHBU5r2eo8nAzDgoHS3KMcFLGquMhhhHrKvUYHS0qwY/Hm1+KnyD0dGWkpx4tGmKcQxGR1979xOPtovPvw9GR6959g2Ptt0PPg/KjHjj0767n7DK3Hz9Y8Ghl4PS0f/+O0+9ufXmRzTh44++avRfY/j6Z/BWLkDg4yjhLs8jJ8D65OPvI8++Ld/5bLDXiKMNplFHD8OmKfUBGxODIDsDPxvDx5/ktRbxOfr/TEuc+Tf9OJGK11z+EDrlOojFyuRhLVZtKWqjwIOs4Pabn4cffkne+4IBR7UwACH9H0Ip8NxKVVUVwdJiURVhByJgG3jtlQ8hi+4wfPw9ONK0DNfPMm2sLkYGwToCj6r0GATZBt7RApxMd7I12ZiJskhWgO1cntbAO9pVhU9ZiI149YZSnO724kOvyJvtJTv0HC0rwMqgxDsoHH34/hel2bcYS84Ai0uu6Tef4i0lCvQEBr5y6Tn8snTJPTj3+4V3Mg+/vK3TF+LC7gADca4BDukrL78juxgK3v9qw92TkOJjGWBH6659iFW899pHnCU7P9tAp+knOLqbL3H2jrlZmQba0W9xdOw//MLtLMbR9jR9eoGMQ9DRTExDMaSHYvJgZmQcTR70cfRQDOkhmaaHZPJgHk0edEseQ7HIYxx2aXp0fHrU0aOOHnX0qKNHHU11ABBgAMdinpmAFEi8AAAAAElFTkSuQmCC);
}
.js-soc-like:hover {
	opacity: 1;
}
footer {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	background-color: #000;
}
footer #MENU_TOP {
	display: none;
}
.bottom-fixed-block {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}
#body .dn {
	display: none;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
.di {
	display: inline;
}
.ps {
	position: static;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.pf {
	position: fixed;
}
.oh {
	overflow: hidden;
}
.overflow-auto {
	overflow: auto;
}
.fs {
	align-items: flex-start;
}
.row-reverse {
	display: flex;
	flex-direction: row-reverse;
}
.column-reverse {
	display: flex;
	flex-direction: column-reverse;
}
.toggled .toggle-body {
	display: block;
	height: 0;
	overflow: hidden;
	border: 0 none;
	margin: 0;
	padding: 0;
}
code {
	display: block;
	margin: 10px -10px;
	padding: 10px;
	white-space: pre-wrap;
	/* overflow-x: auto; */
	overflow-wrap: anywhere;
	font-family: monospace;
	font-size: 14px;
	line-height: 19px;
	color: #000;
	background-color: #f5f5f5;
}

table {
	max-width: 100%;
	margin: 0;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.table-red {
	border: 1px solid #ee1c23;
	border-collapse: separate;
}
table.inner {
	margin: -5px -10px;
}

tr {
	page-break-inside: avoid;
}
tbody tr:nth-of-type(2n) {
	background-color: #eee;
}
table.default tbody tr, table.inner tbody tr {
	background-color: transparent;
}
thead tr, .thead tr {
	background-color: #000;
	color: #fff;
}
table.table-red thead tr, table.table-red .thead tr {
	background-color: #ee1c23;
}

td, th {
	padding: 5px 10px;
	border-width: 0 0 1px 1px;
	border-color: #eee;
	border-style: solid;
	text-align: left;
	vertical-align: top;
}
thead th, .thead th {
	border-color: #000 #000 #000 #555;
}
thead th:first-child, .thead th:first-child {
	border-left-color: #000;
}
td:last-child, th:last-child {
	border-right-width: 1px;
}
tr:first-child td, tr:first-child th {
	border-top-width: 1px;
}
thead + tbody tr:first-child td, thead + tbody tr:first-child th {
	border-top-width: 0;
}
tbody tr:nth-of-type(2n) td {
	border-left-color: #fff;
}
tbody tr:nth-of-type(2n) td:first-child {
	border-left-color: #eee;
}

table.table-red tr:first-child th, table.table-red tr:first-child td {
	border-top-width: 0;
}
table.table-red tr:last-child th, table.table-red tr:last-child td {
	border-bottom-width: 0;
}
table.table-red tr th:first-child, table.table-red tr td:first-child {
	border-left-width: 0;
}
table.table-red tr th:last-child, table.table-red tr td:last-child {
	border-right-width: 0;
}

table.default tr th, table.default tr td {
	border: 1px solid #eee;
}
table.inner tr td {
	border-width: 0;
}

td img {
	display: block;
}
tr.empty, tr.empty td, tr.empty th {
	border: 0 none !important;
	background-color: transparent !important;
	padding-left: 0;
	padding-right: 0;
}
table.big-first tr td:nth-of-type(1) {
	font-size: large;
	line-height: 1;
}

thead tr h2, th .h2 {
	margin: 0;
	color: #fff;
}

fieldset {
	padding: 5px 10px 0;
	border: 1px solid #000;
}
legend {
	padding: 5px 5px;
	margin: 0 0 0 -5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
}
.form-container {
	border: 1px solid #000;
	padding: 10px;
	margin: 0 0 20px 0;
}
.field {
	margin: 0 0 10px 0;
	font-weight: 600;
}
.field i {
	font-weight: 400;
}
.field > input, .field > textarea, .field > select, .field > div, .field > span, .field > label:first-of-type, .field > .label:first-of-type {
	margin-top: 5px;
}
.field > input, .field > textarea, .field > select, .field > div[contenteditable] {
	width: 100%;
	display: block;
}
::placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
::-ms-input-placeholder {
	color: #aaa;
}
.container {
	width: 100%;
	max-width: 1240px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
.row0 {
	margin-left: -10px;
	margin-right: -10px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col-xxs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xxs-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xxs-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-xxs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xxs-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-xxs-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-xxs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.page-not-break {
	page-break-inside: avoid;
}
.col-xxs-count-1 {
	column-count: 1;
}
.col-xxs-count-2 {
	column-count: 2;
	column-gap: 10px;
}
.col-xxs-count-3 {
	column-count: 3;
	column-gap: 10px;
}
.col-xxs-count-4 {
	column-count: 4;
	column-gap: 10px;
}
@media (max-width: 479px) {
	table.block-xxs, table.block-xxs > thead, table.block-xxs > tbody, table.block-xxs > thead > tr, table.block-xxs > tbody > tr, table.block-xxs > thead > tr > th, table.block-xxs > thead > tr > td, table.block-xxs > tbody > tr > th, table.block-xxs > tbody > tr > td {
		display: block;
	}
	table.block-xxs > tbody > tr {
		border: 1px solid #eee;
	}
	table.block-xxs > thead + tbody > tr {
		border-top-width: 0;
	}
	table.table-red.block-xxs > tbody > tr {
		border-right-width: 0;
		border-left-width: 0;
	}
	table.block-xxs > thead > tr > th, table.block-xxs > thead > tr > td, table.block-xxs > tbody > tr > th, table.block-xxs > tbody > tr > td {
		border: 0 none;
	}
	#body .w100-xxs {
		width: 100%;
	}
	#body .tcenter-xxs {
		text-align: center;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	#body .w100-xs {
		width: 100%;
	}
	#body .tcenter-xs {
		text-align: center;
	}
}
@media (min-width: 480px) {
	.col-xs-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xs-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xs-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xs-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xs-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xs-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xs-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xs-count-1 {
		column-count: 1;
	}
	.col-xs-count-2 {
		column-count: 2;
		column-gap: 10px;
	}
	.col-xs-count-3 {
		column-count: 3;
		column-gap: 10px;
	}
	.col-xs-count-4 {
		column-count: 4;
		column-gap: 10px;
	}
	.lang {
		flex-direction: row;
		width: 60px;
		align-items: center;
	}
}
@media (min-width: 768px) {
	.has-socserv {
		width: calc(100% - 180px);
	}
	.socserv-block {
		position: absolute;
		top: -21px;
		right: 0;
	}
	.main-page .socserv-block .like {
		opacity: 0;
	}
	code {
		font-size: 15px;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-count-1 {
		column-count: 1;
	}
	.col-sm-count-2 {
		column-count: 2;
		column-gap: 10px;
	}
	.col-sm-count-3 {
		column-count: 3;
		column-gap: 10px;
	}
	.col-sm-count-4 {
		column-count: 4;
		column-gap: 10px;
	}
}
@media (min-width: 1024px) {
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-count-1 {
		column-count: 1;
	}
	.col-md-count-2 {
		column-count: 2;
		column-gap: 10px;
	}
	.col-md-count-3 {
		column-count: 3;
		column-gap: 10px;
	}
	.col-md-count-4 {
		column-count: 4;
		column-gap: 10px;
	}
}
@media (min-width: 1240px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row0 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.row {
		margin-left: -7px;
		margin-right: -7px;
	}
	.col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
		padding-left: 7px;
		padding-right: 7px;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-count-1 {
		column-count: 1;
	}
	.col-lg-count-2 {
		column-count: 2;
		column-gap: 14px;
	}
	.col-lg-count-3 {
		column-count: 3;
		column-gap: 14px;
	}
	.col-lg-count-4 {
		column-count: 4;
		column-gap: 14px;
	}
	code {
		margin: 15px -15px;
		padding: 15px;
	}
	table.inner {
		margin: -5px -15px;
	}
	td, th {
		padding: 5px 15px;
	}
	fieldset {
		padding: 5px 15px 0;
	}
	.form-container {
		padding: 15px;
	}
	.field {
		margin: 0 0 15px 0;
	}
}
@media (min-width: 1600px) {
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-7 {
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-5 {
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-count-1 {
		column-count: 1;
	}
	.col-xl-count-2 {
		column-count: 2;
		column-gap: 14px;
	}
	.col-xl-count-3 {
		column-count: 3;
		column-gap: 14px;
	}
	.col-xl-count-4 {
		column-count: 4;
		column-gap: 14px;
	}
}
h1, .h1, h2, .h2, h3, .h3 {
	display: block;
	font-weight: 400;
	color: #000;
}
h1, .h1 {
	margin: 20px 0 20px;
	font-size: 25px;
	line-height: 1;
}
h1 + em {
	display: block;
	margin: -15px 0 20px 0;
}
h2, .h2 {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1;
}
h3, .h3 {
	margin: 0 0 10px;
	font-size: 17px;
	line-height: 1;
}
legend > h3, legend > .h3 {
	margin: 0;
}
#middle_adv.active, #bottom_adv.active, #middle_adv_y.active, #bottom_adv_y.active {
	margin: 20px 0;
	max-width: 100%;
	overflow: hidden;
}
#middle_adv:empty, #bottom_adv:empty, #middle_adv_y:empty, #bottom_adv_y:empty, #middle_adv_g:empty, #bottom_adv_g:empty {
	display: none;
}
#middle_adv_g.active ins.adsbygoogle[data-ad-status="filled"] , #bottom_adv_g.active ins.adsbygoogle[data-ad-status="filled"] {
	margin: 20px 0;
	max-width: 100%;
	overflow: hidden;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}
a, .fake {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
.js-toggle-head {
	cursor: pointer;
	user-select: none;
}
.toggle-head {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}
.toggler {
	position: relative;
	border: 1px solid #000;
	width: 1em;
	height: 1em;
}
.toggler::before {
	content: '';
	position: absolute;
	top: calc(0.5em - 2px);
	right: 1px;
	left: 1px;
	border-top: 2px solid #000;
}
.toggled .toggler::after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: calc(0.5em - 2px);
	border-left: 2px solid #000;
}

a:hover, a:focus:hover, .fake:hover, .fake:focus:hover, .fake.active, .input-file:hover input + span {
	color: #ee1c23;
}
b, abbr, acronym, strong {
	font-weight: 600;
}
abbr, acronym {
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: pointer;
}
p, .p {
	margin: 0 0 10px;
}
ol, ul {
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
ol {
	counter-reset: list1;
}
ol > li, ul > li {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
ol > li {
	margin-left: 1.2em;
}
ul > li {
	margin-left: 1.2em;
}
ul > li::before {
	/* content: "\2022"; */
	content: "";
	position: absolute;
	/* left: -1em; */
	left: -1.1em;
	border: 0.2em solid;
	border-radius: 50%;
	margin-top: 0.5em;
}
ol > li::before {
	position: absolute;
	left: -1.2em;
	content: counter(list1) ".";
	counter-increment: list1;
	font-weight: 600;
}
li ol, li ul {
	margin: 0;
}
ol > li > ol {
	counter-reset: list2;
	margin-top: 5px;
}
ol > li > ol > li {
	margin-left: 2em;
}
ol > li > ol > li::before {
	left: -2em;
	content: counter(list1) "." counter(list2) ".";
	counter-increment: list2;
}
ol > li > ol > li > ol {
	counter-reset: list3;
}
ol > li > ol > li > ol > li {
	margin-left: 3em;
}
ol > li > ol > li > ol > li::before {
	left: -3em;
	content: counter(list1) "." counter(list2) "." counter(list3) ".";
	counter-increment: list3;
}
figure {
	text-align: center;
}
figure img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
figcaption {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-style: italic;
}
input::-moz-focus-inner {
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
textarea::-moz-focus-inner {
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0 none;
	outline: 0 none;
}
input, button, textarea, div[contenteditable], .btn, .input-file, .input-file input + span {
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	padding: 0 10px;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	font-family: Arial;
	font-size: 14px;
	line-height: 29px;
	align-content: center;
	outline: 0 none;
	text-decoration: none;
	vertical-align: baseline;
}
textarea, div[contenteditable] {
	align-content: normal;
}
.input-file {
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.input-file input + span {
	position: absolute;
	top: 0;
	left: 0;
	right: 70px;
	height: 100%;
	border: 0 none;
	overflow: hidden;
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
}
input[type="file"] {
	display: block;
}
.input-file input {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
	display: none;
}
label, .label {
	display: block;
	margin: 0 0 5px;
	cursor: pointer;
}
label input[type="radio"] + span, label input[type="checkbox"] + span {
	position: relative;
	display: inline-block;
	max-width: calc(100% - 1.5em);
	padding-left: 1.5em;
	font-weight: 400;
	user-select: none;
}
label input[type="radio"] + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.14em;
	width: 1em;
	height: 1em;
	border: 1px solid #000;
	border-radius: 50%;
}
label input[type="radio"]:checked + span::after {
	content: "";
	position: absolute;
	left: 3px;
	top: calc(0.14em + 3px);
	width: calc(1em - 6px);
	height: calc(1em - 6px);
	border-radius: 50%;
	background-color: #ff151e;
}
label input[type="checkbox"] + span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1em;
	height: 1em;
	border: 1px solid #000;
}
label input[type="checkbox"]:checked + span::after {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0.15em;
	width: 1em;
	line-height: 1em;
	font-weight: 600;
	text-align: center;
	color: #ff151e;
}
label input[type="checkbox"]:disabled + span::before {
	opacity: 0.3;
	background-color: #ccc;
}
label input[type="checkbox"]:disabled + span::after {
	opacity: 0.3;
}
select {
	padding: 5px 6px 5px;
	border: 1px solid #000;
	font-size: 14px;
}
textarea, div[contenteditable] {
	height: 150px;
	min-height: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1;
}
textarea.big, div.big[contenteditable] {
	height: 500px;
}
div[contenteditable] {
	overflow-x: hidden;
	overflow-y: auto;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], textarea, div[contenteditable] {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
}
div[contenteditable].textarea-fake {
	max-height: none;
	min-height: 150px;
	height: auto;
	overflow: visible;
	white-space: pre-wrap;
	font-weight: 400;
}
.monospace, textarea.monospace, div[contenteditable].monospace {
	font-family: monospace;
}
input.error[type="text"], input.error[type="email"], input.error[type="tel"], input.error[type="number"], input.error[type="password"], textarea.error, input.error[type="text"]:focus, input.error[type="email"]:focus, input.error[type="tel"]:focus, input.error[type="number"]:focus, input.error[type="password"]:focus, textarea.error:focus {
	border-color: #f00;
	color: #000;
}
.btn, .input-file .btn {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	user-select: none;
}
.btn.black, .input-file .btn {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.btn:hover, .btn.black:hover, .input-file:hover .btn {
	border-color: #ee1c23;
	background-color: #ee1c23;
	color: #fff;
	text-decoration: none;
}
.btn:focus, .btn:focus:hover {
	text-decoration: none;
}
.btn.disable, .btn.disable:hover, .btn.disable:focus, .btn.disable:focus:hover {
	border-color: #000;
	opacity: 0.5;
	cursor: default;
	text-decoration: none;
}
.input-file .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0 15px;
	border: 0 none;
	font-weight: 600;
}
.download::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 27px;
	margin: 0 10px 0 0;
	vertical-align: top;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAsklEQVRIx+2TvQ2GIBRFiZW1AziCA1g6BHEQF3EOpnAIR3AAO42+69cYwqfy+ImNCdz6HuBxEMK6oHCcUSJmJUACJMBnAdRg1RUuKzW2PVsvQMsdu3PWO9fNe7beOyexZMbwrlFL5jHMLcfwWB+23PMB9wLjrT7uRYADVGL6q09UBmpEFWZdn6mKMFGLZRfnfLgaEpIR61EcSEjUhvNWsSziGH+EAzDnvgKgAnMDxOQNwA8vWY5twU8mIAAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.result-message {
	position: relative;
	font-size: 14px;
	line-height: 19px;
}
.result-message.loading-indicator {
	margin-bottom: 20px;
}
.error, .result-message.error {
	color: #f00;
}
.success, .result-message.success {
	color: #0a0;
}
.normal {
	color: #00f;
}
.result.error, .result.success, .result.normal {
	font-size: 15px;
}
.black {
	color: #000;
}
.yellow {
	color: #fa0;
}
.green {
	color: #090;
}
.red {
	color: #cc0000;
}
.transparent {
	color: transparent;
}
.highlighting {
	color: #000;
	background-color: #dfd;
}
.redlighting {
	color: #000;
	background-color: #fdd;
}
.infolighting {
	color: #000;
	background-color: #def;
}
.see-also {
	padding: 20px 0 0 0;
	border-top: 1px solid #aaa;
	font-style: italic;
	line-height: 2;
}
.see-also a {
	display: inline-block;
}
.see-also-up {
	font-style: italic;
	margin: 0 0 15px 0;
}
.cf::before, .cf::after {
	content: "";
	position: static;
	display: table;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.cf::after {
	clear: both;
}
.word-break {
	white-space: pre-wrap;
	/* word-wrap: break-word; */
	/* word-break: break-all; */
	/* -ms-hyphens: auto; */
	overflow-wrap: anywhere;
}
[class^="col-"] img {
	height: auto;
	max-width: 100%;
}
.select-none, .select-none * {
	user-select: none;
}
.nowrap {
	white-space: nowrap;
}
.w100 {
	width: 100%;
}
.max-w100 {
	max-width: 100%;
}
.tcenter {
	text-align: center;
}
.tright {
	text-align: right;
}
.tbold {
	font-weight: 600;
}
.border {
	outline: 1px solid #000;
}
.form {
	font-size: 14px;
	line-height: 19px;
}
.mbb, .form .mbb {
	margin-bottom: 20px;
}
.mbb0 {
	margin-bottom: 0;
}
.mbbb {
	margin-bottom: 40px;
}
.mbu {
	margin-top: 20px;
}
.mbl {
	margin-left: 20px;
}
.mbll {
	margin-left: 40px;
}
.loading-indicator {
	position: relative;
}
.loading-indicator .loading-layer {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
}
.loading-indicator .loading-sticky {
	position: sticky;
	width: 100%;
	top: 20px;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading-indicator .loading-block {
	position: relative;
}
.loading-indicator .loading-block.text {
	width: 200px;
	background-color: #fff;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
}
.loading-indicator .loading-text {
	display: none;
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
	align-items: center;
}
.loading-indicator .loading-block.text.type-spinner .loading-text {
	display: block;
	min-height: 40px;
}
.loading-indicator .loading-block.text.type-progress {
	margin-top: 22px;
}
.loading-indicator .loading-block.text.type-progress .loading-text {
	display: block;
}
.loading-indicator .progress-bar {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	border: 1px solid #000;
	padding: 1px 9px;
	height: 15px;
	background-color: #fff;
}
.loading-indicator .progress-value {
	position: relative;
	font-size: 12px;
	line-height: 1;
	z-index: 10;
	color: #000;
}
.loading-indicator .progress-line {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	background-color: #0f0;
}
.loading-indicator .loading-icon {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	animation-name: loading-wrap;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.loading-indicator .loading-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loading-indicator .loading-item + .loading-item {
	transform: rotate(180deg);
}
.loading-indicator .loading-half {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.loading-indicator .loading-rotate {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200%;
	transform: rotate(0deg);
	animation-name: loading-rotate;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.loading-indicator .loading-item + .loading-item .loading-rotate {
	animation-delay: 0.25s;
}
.loading-indicator .loading-subhalf {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	overflow: hidden;
}
.loading-indicator .loading-subhalf::before {
	content: '';
	position: absolute;
	display: block;
	left: 5%;
	bottom: 10%;
	width: 90%;
	height: 180%;
	border: 7px solid #ee1c23;
	border-radius: 50%;
	animation-name: loading-rotate-before;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes loading-rotate {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loading-rotate-before {
	0% {
		border-width: 15px;
	}
	50% {
		border-width: 1px;
	}
	100% {
		border-width: 15px;
	}
}
@keyframes loading-wrap {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.show-buffer {
	animation-name: show-buffer;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}
@keyframes show-buffer {
	0% {
		background-color: #fff;
	}
	25% {
		background-color: #fe0;
	}
	50% {
		background-color: #ee1c23;
	}
	75% {
		background-color: #fe0;
	}
	100% {
		background-color: #fff;
	}
}
.article-date-author-block {
	margin: -15px 0 20px 0;
}
.article-date {
	display: inline-block;
	vertical-align: baseline;
	font-size: 12px;
	font-weight: 600;
}
.article-author {
	display: inline-block;
	vertical-align: baseline;
	margin: 0 0 0 10px;
	font-weight: 600;
	font-style: italic;
}
.js-insert-menu-top-item {
	display: none;
}



body.popup-active {
	height: 100%;
	overflow: hidden;
}
.js-popup, .js-popup-img {
	cursor: pointer;
}
.popup .btn {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}
.popup .btn:hover {
	border-color: #ee1c23;
	background-color: #ee1c23;
	color: #fff;
	text-decoration: none;
}
.popup-wrap {
	display: none;
}
#body.popup-active .popup-wrap {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 1000;
	text-align: center;
	font-size: 0;
	word-spacing: 0;
	letter-spacing: 0;
}
.popup-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
#body.popup-active .popup-wrap::before {
	content: '';
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.popup .popup-header {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	background-color: #000;
	padding-left: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 25px;
	margin-bottom: 15px;
	color: #fff;
	line-height: 1;
}
.popup {
	position: relative;
	display: inline-block;
	width: 300px;
	max-width: calc(100% - 30px);
	max-height: calc(100% - 30px);
	padding: 15px;
	margin: 15px auto;
	border: 1px solid #000;
	font-size: 15px;
	background-color: #fff;
	text-align: left;
	vertical-align: middle;
}
.popup.w100, .popup.img {
	width: auto;
}
.popup.img {
	max-height: none;
}
.popup-body .description {
	margin: 15px 0 0 0;
	text-align: center;
	font-style: italic;
}
.popup-body img {
	display: block;
	height: auto;
	max-width: 100%;
}
.popup h2 {
	position: relative;
	display: flex;
	min-height: 40px;
	margin: -15px 0px 15px 0px;
	padding: 10px 10px 8px 35px;
	border-bottom: 1px solid #aaa;
	align-items: center;
	justify-content: left;
	font-size: 18px;
	line-height: 1;
}
.popup h2::before {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	top: 0;
	left: 0;
	bottom: 5px;
	background-image: url(../images/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
}
.popup-body ul, .popup-body ol {
	margin-bottom: 5px;
}
.popup-body p, .popup-body li, .form p {
	margin-bottom: 5px;
	font-size: 12px;
}
.popup-body p b, .form p b {
	display: block;
	font-size: 14px;
}
.popup-empty {
	width: 280px;
	height: 100px;
}
.btn.popup-close {
	position: absolute;
	display: block;
	width: 25px;
	height: 25px;
	padding: 1px 0 0;
	top: -10px;
	right: -10px;
	cursor: pointer;
	font-size: 28px;
	line-height: 23px;
	text-align: center;
	border-radius: 0px;
	z-index: 1;
}

.search-city {
	margin: 0 0 25px;
	position: relative;
}
.search-city small, .page-difference small, .search-city-label {
	display: block;
	margin: 0 0 5px 0;
	font-style: italic;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
}
.autocomplete-container .input-loading-block {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 5px;
	width: 12px;
	height: 0;
}
body .loading-indicator .loading-sticky {
	position: static;
	margin: 0;
	top: 0;
}
.input-loading-block.loading-indicator .loading-block {
	position: absolute;
	left: 0 !important;
	top: 0 !important;
}
.input-loading-block.loading-indicator .loading-icon {
	left: -12px;
	top: -12px;
	width: 24px;
	height: 24px;
}
.autocomplete-container {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 100;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAABv0lEQVR42rWUO2sCQRDHd/bWO5UkiKYUSW0RgpXlIalS+AHEUsQqpUVIZxWu8ANYiVWwsrKwCGKRwkpSBUuREMJVIleImDu8fdxrNUpmu5v9/+axM4e8dqHiMnRgBiu0Awvm0Mc1LYWOs0uCG7BAu8BZY0M9DCE5eKeS4IGlokvlyi36si/KzgZXJNF9cgumMIQJmF6E8hBRu5g8fOJqMrn3ZLBSgpGAMEk2BIAbgrwTj4f4N8z/yj7zh4MFl4eXiKssxJbk/c4yT55GDxp02a2239WhLjtOpMVyaOsC5n7AjHZ+37rIHMY0UCLtdaxc8lQ+aGBQACl4HKy2oRyAmwyge8mWC5gcyKBFAUrR65i7ADODpYABBahZr6PPyKVouXaFaK++/bXVWBdGkg48sVs9PzuF1mwS6hG7eocslud9kG4IK1sNkzu7KnlsNQVLYZ26sRuxdvzsRGc5voSnqDv7xhcGxmDgJrRgQFsnIB7Dm1ShiOA5EmH/bcwzESRr/y62YQL7B/chR3BIHtr72aRjAz3n4dRrmB1EcEukSYHoSlEThjb2NwS3/0bUz0P82FOKTkRw+UkILj8V8Ublv7medfVY5q0oAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-position-x: calc(100% - 7px);
	background-position-y: 50%;
}
.autocomplete-wrapper {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	height: 0;
	width: 100%;
	z-index: 100;
}
.autocomplete-container.opened .autocomplete-wrapper {
	display: block;
}
.autocomplete-wrapper .scrollpane-container-global {
	box-sizing: content-box;
	padding: 5px 0;
	background-color: #000;
	border: 1px solid #999;
}
.autocomplete-plush {
	position: relative;
	max-height: 200px;
	border: 1px solid #000;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.autocomplete-value {
	display: block;
	position: relative;
	padding: 4px 10px;
	line-height: 1;
	text-decoration: none;
	color: #555;
	cursor: pointer;
}
.autocomplete-value.hover, .autocomplete-value:hover {
	background-color: #000;
	color: #fff;
}
.autocomplete-value img {
	margin: 0 5px 0 0;
	width: 24px;
	height: auto;
	vertical-align: middle;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 50%);
}
.autocomplete-value span {
	vertical-align: middle;
}
.autocomplete-value b {
	color: #000;
}
.autocomplete-value.hover b, .autocomplete-value:hover b {
	color: #fff;
}
.autocomplete-container.opened .js-search-city {
	position: relative;
}
.autocomplete-container.opened .js-search-city, .autocomplete-container.opened .autocomplete-wrapper, .autocomplete-container.opened .input-loading-block {
	z-index: 10000;
}
.autocomplete-container .js-search-city-close {
	display: none;
}
.autocomplete-container.opened .js-search-city-close {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}





.show-clock-firts {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.clock-block {
	position: relative;
	order: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.date-time-block {
	order: 2;
}
.globe {
	order: 3;
	flex: 0 0 100%;
	text-align: center;
}
.globe picture img {
	width: 256px;
	max-width: 100%;
}
.globe figcaption span {
	border-bottom: 1px dotted;
	font-size: 12px;
	cursor: pointer;
}
.globe figcaption span:hover {
	color: #ee1c23;
}
.locality-description {
	order: 4;
}
@media (min-width: 768px) {
	.show-clock-firts {
		flex-direction: row;
		align-items: flex-start;
	}
	.clock-block {
		flex: 0 0 255px;
	}
	.date-time-block {
		max-width: calc(100% - 286px);
		flex: 1 1 auto;
	}
	.globe {
		flex: 0 0 256px;
	}
	.globe figcaption {
		max-width: 100%;
	}
	.has-globe .locality-description {
		max-width: calc(100% - 286px);
	}
}
@media (min-width: 1024px) {
	.date-time-block {
		flex: 1 1 auto;
	}
	.has-globe .date-time-block {
		max-width: calc(100% - 575px);
	}
	.has-globe .locality-description {
		max-width: none;
	}
}

.time-string {
	white-space: nowrap;
}
.hour-minutes-string {
	font-size: 80px;
}
.seconds-string {
	font-size: 60px;
}
.date-string {
	font-size: 24px;
}



.page-difference .head {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	font-size: 14px;
	margin: 0 0 15px 0;
}
.page-difference .head img {
	width: 64px;
	height: auto;
	margin: 0 0 0 1px;
	box-shadow: 0 0 2px 0px rgba(0,0,0,0.5);
	display: block;
}
.page-difference .head h2 {
	margin: 0;
}
.page-difference .hour-minutes-string {
	font-size: 35px;
}
.page-difference .seconds-string {
	font-size: 25px;
}
.page-difference .time-string {
	line-height: 1;
	margin: 0 0 5px;
}
.page-difference .date-string {
	font-size: 14px;
	margin: 0 0 10px 0;
}



.page-difference.wcol33 .hour-minutes-string {
	font-size: 24px;
}
.page-difference.wcol33 .seconds-string {
	font-size: 18px;
}

.page-difference.wcol25 .head {
	font-size: 11px;
}
.page-difference.wcol25 .hour-minutes-string {
	font-size: 17px;
}
.page-difference.wcol25 .seconds-string {
	font-size: 14px;
}
.page-difference.wcol25 .date-string {
	font-size: 11px;
}



@media (min-width: 768px) {
	.page-difference .head {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		font-size: 20px;
	}
	.page-difference .head img {
		width: 32px;
	}
	.page-difference .hour-minutes-string {
		font-size: 80px;
	}
	.page-difference .seconds-string {
		font-size: 60px;
	}
	.page-difference .date-string {
		font-size: 24px;
	}

	.page-difference.wcol33 .head {
		font-size: 16px;
	}
	.page-difference.wcol33 .hour-minutes-string {
		font-size: 60px;
	}
	.page-difference.wcol33 .seconds-string {
		font-size: 45px;
	}
	.page-difference.wcol33 .date-string {
		font-size: 16px;
	}

	.page-difference.wcol25 .head {
		font-size: 14px;
	}
	.page-difference.wcol25 .hour-minutes-string {
		font-size: 50px;
	}
	.page-difference.wcol25 .seconds-string {
		font-size: 35px;
	}
	.page-difference.wcol25 .date-string {
		font-size: 14px;
	}
}

@media (min-width: 1240px) {
	.page-difference.wcol33 .head {
		font-size: 18px;
	}
	.page-difference.wcol33 .hour-minutes-string {
		font-size: 70px;
	}
	.page-difference.wcol33 .seconds-string {
		font-size: 55px;
	}
	.page-difference.wcol33 .date-string {
		font-size: 18px;
	}

	.page-difference.wcol25 .head {
		font-size: 16px;
	}
	.page-difference.wcol25 .hour-minutes-string {
		font-size: 60px;
	}
	.page-difference.wcol25 .seconds-string {
		font-size: 45px;
	}
	.page-difference.wcol25 .date-string {
		font-size: 16px;
	}
}


.time-zone {
	display: block;
	font-size: 15px;
}
.info-flag {
	width: 32px;
	height: auto;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 50%);
}
.info-arms {
	width: auto;
	height: auto;
	max-width: 50px;
	max-height: 50px;
}
.head-wrap {
	display: flex;
	margin: 0 0 10px 0;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.head-wrap img {
	display: block;
}
.timezone-description {
	text-align: center;
}
@media (min-width: 768px) {
	.head-wrap {
		justify-content: flex-start;
	}
	.timezone-description {
		text-align: left;
	}
}
.head-wrap > picture > img, .head-wrap > figure {
	display: block;
	margin: 0 15px 0 0;
	flex: 0 0 64px;
	width: 64px;
	height: auto;
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 50%);
}
.head-wrap > figure > img {
	display: block;
	width: 100%;
	height: auto;
}
.head-wrap h2 {
	margin: 0;
	font-size: 24px;
}
.exact-time-subhead {
	margin-top: 30px;
}
.locality-time-list {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid #eee;
}
.locality-time-list.first {
	margin-top: 10px;
}
.locality-time-list .exact-time-subhead {
	margin-top: 0;
}
.with-flag {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 7px;
}
.with-flag .flag, .with-flag > picture, .with-flag .icon {
	flex: 0 0 32px;
	width: 32px;
	height: auto;
}
.with-flag .flag {
	box-shadow: 0 0 2px 0px rgb(0 0 0 / 50%);
	display: block;
}
.clock-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}
.clock {
	position: relative;
	width: 255px;
	height: 255px;
	border: 1px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	background-color: #000;
	font-family: fantasy;
	box-shadow: 0px 0px 5px 1px rgb(0 0 0);
}
.clock::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 50%;
	background-color: #000;
}
.face {
	position: absolute;
	top: 13px;
	right: 13px;
	bottom: 13px;
	left: 13px;
	border-radius: 50%;
	z-index: 2;
	border: 1px solid #fff;
}

.clock .label {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 112px;
	width: 1px;
	margin: 0;
	padding: 0;
	line-height: 1;
	cursor: default;
}
.label::before, .label::after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	width: 3px;
	height: 3px;
	background-color: #fff;
}
.label::before {
	top: 5px;
}
.label::after {
	bottom: 5px;
}
.label.hour::before, .label.hour::after {
	left: -2px;
	width: 5px;
	height: 5px;
}
.label.big::before, .label.big::after {
	height: 25px;
}
.label.hour::before {
	top: 4px;
}
.label.hour::after {
	bottom: 4px;
}

.time-hour {
	position: absolute;
	left: -15px;
	width: 30px;
	line-height: 25px;
	font-size: 29px;
	text-align: center;
	color: #fff;
}
.time-hour.up {
	top: 12px;
}
.time-hour.down {
	bottom: 12px;
}

.time-minute {
	position: absolute;
	left: -12px;
	width: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5px;
}
.time-minute.up {
	top: -20px;
}
.time-minute.down {
	bottom: -20px;
}

.arrow-hour {
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 112px;
	width: 1px;
}
.arrow-hour::before {
	content: '';
	display: block;
	position: absolute;
	left: -8px;
	bottom: 50%;
	margin-bottom: -15px;
	width: 17px;
	height: 0;
	border-style: solid;
	border-width: 82px 6px;
	border-color: transparent transparent #000 transparent;
}
.arrow-hour::after {
	content: '';
	display: block;
	position: absolute;
	left: -7px;
	bottom: 50%;
	margin-bottom: -14px;
	width: 15px;
	height: 0;
	border-style: solid;
	border-width: 80px 6px;
	border-color: transparent transparent #fff transparent;
}
.arrow-minute {
	position: absolute;
	z-index: 21;
	top: 0;
	bottom: 0;
	left: 112px;
	width: 1px;
}
.arrow-minute::before {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	bottom: 50%;
	margin-bottom: -26px;
	width: 11px;
	height: 0;
	border-style: solid;
	border-width: 127px 4px;
	border-color: transparent transparent #000 transparent;
}
.arrow-minute::after {
	content: '';
	display: block;
	position: absolute;
	left: -4px;
	bottom: 50%;
	margin-bottom: -25px;
	width: 9px;
	height: 0;
	border-style: solid;
	border-width: 125px 4px;
	border-color: transparent transparent #fff transparent;
}
.arrow-second {
	position: absolute;
	z-index: 22;
	top: 0;
	bottom: 0;
	left: 112px;
	width: 1px;
}
.arrow-second::before {
	content: '';
	display: block;
	position: absolute;
	left: -3px;
	bottom: 50%;
	margin-bottom: -36px;
	width: 7px;
	height: 0;
	border-style: solid;
	border-width: 137px 2px;
	border-color: transparent transparent #000 transparent;
}
.arrow-second::after {
	content: '';
	display: block;
	position: absolute;
	left: -2px;
	bottom: 50%;
	margin-bottom: -35px;
	width: 5px;
	height: 0;
	border-style: solid;
	border-width: 135px 2px;
	border-color: transparent transparent #ee1c23 transparent;
}
.date {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -7px;
}
.date .month, .date .week, .date .day, .year, .times-of-day {
	padding: 1px 2px;
	box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	font-size: 12px;
	line-height: 1;
}
.date .month {
	position: absolute;
	top: 0;
	left: 39px;
}
.date .week {
	position: absolute;
	top: 0;
	left: 146px;
}
.date .day {
	position: absolute;
	top: 0;
	left: 167px;
}
.year {
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
}

.sky-wrap {
	position: absolute;
	top: 130px;
	left: 83px;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.sky-wrap::after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: -30px;
	right: 0px;
	height: 100%;
	background-color: #000;
	border-radius: 50%;
}

.times-of-day-wrap {
	position: absolute;
	left: 0;
	bottom: 9px;
	right: 0;
	z-index: 10;
	text-align: center;
}
.times-of-day {
	z-index: 10;
	display: inline-block;
}
.sky {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #333;
	background: linear-gradient(0deg, rgba(133, 191, 255, 1) 0%, rgba(99, 142, 190, 1) 35%, rgba(34, 49, 65, 1) 70%, rgba(0, 0, 0, 1) 100%);
}
.sky .sun {
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: 0;
	width: 24px;
}
.sky .moon {
	position: absolute;
	top: 3px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
}
.popup.popup-map {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
}
.popup.popup-map .popup-body {
	width: 100%;
	height: 100%;
}
.map {
	width: 100%;
	height: 100%;
}
.show-map {
	position: relative;
	display: inline-block;
	margin: 20px 0 0 29px;
	font-size: 16px;
	line-height: 1;
	color: #000;
	cursor: pointer;
}
.show-map:hover {
	color: #ee1c23;
}
.show-map svg {
	position: absolute;
	top: 50%;
	left: -29px;
	margin-top: -14px;
	width: 24px;
	height: 24px;
}
.show-map:hover svg path {
	fill: #ee1c23;
}
.show-map span {
	border-bottom: 1px dotted;
}
.locality-time-item {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.locality-time-item a {
	line-height: 1.1;
}
.locality-time-item .js-locality-time-item {
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 600;
}
.show-all-locality {
	margin: 10px 0 0 0;
}

.land-region-description svg {
	display: block;
	width: 300px;
	height: auto;
	max-width: 100%;
	margin: 0 auto 15px auto;
}
@media (min-width: 768px) {
	.land-region-description svg {
		float: left;
		margin: 0 15px 15px 0;
	}
}

.diff-name-block-wrap {
	position: relative;
	z-index: 10;
}
.diff-name-block.subactive {
	position: relative;
}
.diff-name-block.active::before, .diff-name-block.subactive::before {
	content: '';
	display: block;
	height: 40px;
	margin: -5px 0 20px;
	background-color: #ee1c23;
}
.diff-name-block.subactive::before {
	margin: 0;
	position: absolute;
	left: 0;
	top: -5px;
	right: 0;
}
.diff-name-block .search-city {
	position: relative;
	z-index: 1;
}
.diff-name-block.active .search-city {
	position: absolute;
	right: 5px;
	left: 5px;
	top: 0;
	z-index: 300;
}
.diff-name-block.active .change-blocks, .diff-name-block.active .add-block, .diff-name-block.active .remove-block {
	display: none;
}

.change-blocks, .add-block, .remove-block {
	position: absolute;
	text-decoration: none;
	border: 1px solid #000;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border-radius: 3px;
	z-index: 200;
	background-color: #fff;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}
.change-blocks {
	top: 5px;
	left: -15px;
}
@media (min-width: 1240px) {
	.diff-name-block.active .search-city {
		right: 7px;
		left: 7px;
	}
	.change-blocks {
		left: -17px;
	}
}
.add-block {
	right: -4px;
	top: -10px;
	display: none;
}
.remove-block {
	right: -4px;
	top: 20px;
	display: none;
}
.diff-name-block:last-child .add-block, .diff-name-block:last-child .remove-block {
	display: block;
}
@media (min-width: 768px) {
	.js-diff-table thead {
		display: none;
	}	
}
tr.current-hour td {
	position: relative;
}
tr.current-hour td::after {
	content: '';
	border: 3px solid #000;
	position: absolute;
	left: 0;
	top: -1px;
	right: 0px;
	bottom: -1px;
}
.wcol50 td, .wcol50 th {
	width: 50%;
}
.wcol33 td, .wcol33 th {
	width: 33.3333%;
}
.wcol25 td, .wcol25 th {
	width: 25%;
}
.diff-name-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.diff-name-block .name {
	flex: auto;
}
.clock-fullscreen-request {
	position: absolute;
	z-index: 25;
	right: 0;
	bottom: 0;
	border: 4px solid #000;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.clock-fullscreen-request::before, .clock-fullscreen-request::after {
	content: '';
	position: absolute;
	background-color: #fff;
}
.clock-fullscreen-request::before {
	top: -4px;
	bottom: -4px;
	left: 5px;
	width: calc(100% - 10px);
}
.clock-fullscreen-request::after {
	left: -4px;
	right: -4px;
	top: 5px;
	height: calc(100% - 10px);
}
.clock-fullscreen-request:hover {
	border-color: #ee1c23;
	margin: 0 -2px -2px 0;
	width: 29px;
	height: 29px;
}
body.fullscreen .clock-fullscreen-request {
	display: none;
}
.clock-fullscreen-exit {
	display: none;
}
body.fullscreen .clock-fullscreen-exit {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 1000;
}
body.fullscreen .clock-fullscreen-request::before, body.fullscreen .clock-fullscreen-request::after {
	display: none;
}
body.fullscreen .show-clock-firts > * {
	display: none;
}
body.fullscreen .clock-block {
	display: flex;
	width: 100vh;
	height: 100vw;
	max-width: 100vw;
	max-height: 100vh;
	margin: auto;
	flex: unset;
}
body:not(.fullscreen) .clock {
	transform: none !important;
}
body.fullscreen .clock {
	/* transform: scale(2); */
}
.description-main {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid #eee;
}
.timestamp {
	font-size: 50px;
}
.air-datepicker-time--row input {
	border: 0 none;
}
