*, ::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, #bottom_adv {
	margin: 20px 0;
	max-width: 100%;
	overflow: hidden;
}
#middle_adv:empty, #bottom_adv:empty {
	display: none;
}
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;
}
.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;
}
.air-datepicker-global-container * {
	line-height: 1;
}
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}
.air-datepicker-cell {
	border-radius: var(--adp-cell-border-radius);
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border: 1px solid transparent;
}
.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}
.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}
.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}
.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}
.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}
.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}
.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}
.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}
.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}
.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}
.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}
.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}
.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}
.air-datepicker-cell.-selected- {
	color: #fff;
	border: none;
	background-color: #ee1c23;
}
.air-datepicker-cell.-selected-.-current- {
	color: #fff;
	font-weight: 600;
	background-color: #ee1c23;
}
.air-datepicker-cell.-selected-.-focus- {
	background: var(--adp-cell-background-color-selected-hover);
	color: #fff;
}
.air-datepicker-cell:hover {
	/* color: #ee1c23; */
	/* border-color: #ee1c23; */
	background-color: #fe0;
}

.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}
.air-datepicker-body--day-name {
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	/* font-size: .8em; */
}
.air-datepicker-body--day-name.-weekend- {
	color: #ee1c23;
}
.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}
.air-datepicker-nav--action {
	width: var(--adp-nav-action-size);
	border-radius: var(--adp-border-radius);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.air-datepicker-nav--action:hover {
	/* background: var(--adp-background-color-hover); */
	/* border-color: #ee1c23; */
	background-color: #fe0;
}
.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}
.air-datepicker-nav--action path {
	fill:none;
	stroke:var(--adp-nav-arrow-color);
	stroke-width:2px;
}
.air-datepicker-nav--action:hover path {
	/* stroke: #ee1c23; */
}
.air-datepicker-nav--title {
	border-radius: var(--adp-border-radius);
	padding: 0 8px;
	border: 1px solid transparent;
}
.air-datepicker-nav--title:hover {
	/* border-color: #ee1c23; */
	/* color: #ee1c23; */
	background-color: #fe0;
}
.air-datepicker-nav--title i {
	font-style: normal;
	color: var(--adp-nav-color-secondary);
	margin-left: .3em;
}
.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{
	--adp-font-family: Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--adp-font-size: 14px;
	--adp-width: 246px;
	--adp-z-index: 100;
	--adp-padding: 4px;
	--adp-grid-areas: "nav" "body" "timepicker" "buttons";
	--adp-transition-duration: .3s;
	--adp-transition-ease: ease-out;
	--adp-transition-offset: 8px;
	--adp-background-color: #fff;
	--adp-background-color-hover: #fe0;
	--adp-background-color-active: #eaeaea;
	--adp-background-color-in-range: rgba(92, 196, 239, .1);
	--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
	--adp-background-color-selected-other-month-focused: #8ad5f4;
	--adp-background-color-selected-other-month: #a2ddf6;
	--adp-color: #333;
	--adp-color-secondary: #9c9c9c;
	--adp-accent-color: #4eb5e6;
	--adp-color-current-date: #ee1c23;
	--adp-color-other-month: #dedede;
	--adp-color-disabled: #aeaeae;
	--adp-color-disabled-in-range: #939393;
	--adp-color-other-month-hover: #fe0;
	--adp-border-color: #000;
	--adp-border-color-inner: #efefef;
	--adp-border-radius: 0;
	--adp-border-color-inline: #000;
	--adp-nav-height: 32px;
	--adp-nav-arrow-color: #000;
	--adp-nav-action-size: 32px;
	--adp-nav-color-secondary: var(--adp-color-secondary);
	--adp-day-name-color: #ff9a19;
	--adp-day-name-color-hover: #8ad5f4;
	--adp-day-cell-width: 1fr;
	--adp-day-cell-height: 32px;
	--adp-month-cell-height: 42px;
	--adp-year-cell-height: 56px;
	--adp-pointer-size: 10px;
	--adp-poiner-border-radius: 0;
	--adp-pointer-offset: 14px;
	--adp-cell-border-radius: 0;
	--adp-cell-background-color-hover: var(--adp-background-color-hover);
	--adp-cell-background-color-selected: #5cc4ef;
	--adp-cell-background-color-selected-hover: #ee1c23;
	--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
	--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
	--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
	--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);
	--adp-btn-color-hover: var(--adp-color);
	--adp-btn-border-radius: var(--adp-border-radius);
	--adp-btn-background-color-hover: var(--adp-background-color-hover);
	--adp-btn-background-color-active: var(--adp-background-color-active);
	--adp-time-track-height: 1px;
	--adp-time-track-color: #dedede;
	--adp-time-track-color-hover: #b1b1b1;
	--adp-time-thumb-size: 12px;
	--adp-time-padding-inner: 10px;
	--adp-time-day-period-color: var(--adp-color-secondary);
	--adp-mobile-font-size: 16px;
	--adp-mobile-nav-height: 40px;
	--adp-mobile-width: 320px;
	--adp-mobile-day-cell-height: 38px;
	--adp-mobile-month-cell-height: 48px;
	--adp-mobile-year-cell-height: 64px
}
.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}

.pray-times {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border-radius: 50%;
	/* z-index: 1; */
}
.label.pray-time-separator::before {
	top: 0;
	height: 50%;
	/* z-index: 1; */
	width: 1px;
	left: 0;
	background-color: #aaa;
}
.label.pray-time-separator::after, .label.pray-time-name::before, .label.pray-time-name::after {
	display: none;
}
.label.pray-time-name {
	z-index: 1;
}
.pray-time-name-item {
	transform: rotate(90deg);
	position: absolute;
	height: 0;
	/* line-height: 20px; */
	width: 112px;
	top: 51px;
	left: -56px;
	transform-origin: center;
	text-align: center;
	/* font-weight: 600; */
	font-family: Arial;
	color: #000;
}
.pray-time-name-item-text {
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	left: 0;
	top: -11px;
}

