@charset "UTF-8";
.all {
  color: #609;
}

.norm {
  font-weight: normal;
}

.em {
  list-style: italic;
}

zn-8, .big {
  font-size: 1.4em;
}

.bold {
  font-weight: bold;
}

.zn4, .zn5, .zn6, .zn7, .red {
  color: #f00;
}

.gray {
  opacity: 0.6;
  /* color: #ccc; */
}

.black {
  color: #000;
}

.upcase {
  text-transform: uppercase;
}

.n {
  color: rgba(0, 0, 0, 0.4);
  /* font-style: italic; */
  font-weight: normal;
}
.n .black {
  color: rgba(0, 0, 0, 0.4);
}
.n .red {
  color: rgba(255, 0, 0, 0.4);
}

body {
  font: 0.9em Cambria, serif, "Ponomar Unicode";
  margin: auto;
  max-width: 800px;
  /*min-width: 640px;*/
}

header, footer, article {
  display: block;
  padding: 0.5em;
}

footer {
  /* background: #eee; */
  text-align: center;
}
footer a {
  text-decoration: underline;
}

header {
  /* background: rgba(128,128,128,0.1); */
  padding-top: 0;
  text-align: center;
}

.logo {
  margin: 3px;
  padding: 0 0 3px;
  text-align: center;
  font-size: 1.8em;
  line-height: 1;
  letter-spacing: 0.1em;
}

select {
  font-family: sans-serif, "Ponomar Unicode";
  max-width: 25em;
  cursor: pointer;
}

.butt {
  border: 1px solid #ccc;
  line-height: 1.3em;
  padding: 0 5px;
}

.butt__blue {
  color: #00e;
}

.dedic {
  color: rgba(0, 0, 0, 0.1);
  font: 6px Helvetica, sans-serif, Arial;
  padding: 0;
  text-align: center;
}

div.alert {
  border: 1px solid #fcc;
  color: #f00;
  font-size: 1em;
  margin: 2px;
  padding: 2px;
}

#calendar {
  font: normal 1.2em/1.4em Arial, sans-serif;
  border: 2px solid goldenrod;
  display: inline-block;
  margin: auto;
  /* margin-top:15px; */
  text-align: center;
}
#calendar table {
  border-spacing: 5px;
}
#calendar table td {
  background: #fff;
  padding: 0;
  /*position:relative;*/
  text-align: right;
}
#calendar table td a {
  border: 1px solid #999;
  color: black;
  display: block;
  position: relative;
  height: 1.6em;
  line-height: 1.6em;
  padding: 1px 5px;
  text-decoration: none;
  width: 1.2em;
}
#calendar table td a.common:hover {
  background: #ffe;
}
#calendar table td a.chosen {
  border: 1px solid #000;
  cursor: default;
  font-weight: bold;
  /* outline: 2px solid #000 !important; */
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px 1px inset, rgba(0, 0, 0, 0.4) 0 0 6px 1px, rgba(0, 0, 0, 0.4) 0 0 4px 1px, rgba(0, 0, 0, 0.4) 0 0 2px 1px;
}
#calendar table td a.fast {
  background: #eee;
}
#calendar table td a.fast:hover {
  background: #ccc;
}
#calendar table td a.dead {
  background: #fcf;
}
#calendar table td a.dead:hover {
  background: #dad;
}
#calendar table td a.great {
  background: #f00;
  color: #fff !important;
}
#calendar table td a.great:hover {
  background: #c00;
}
#calendar table td a.great.chosen, #calendar table td a.great.chosen:hover {
  background: #f00;
}
#calendar table td a.great.othermonth {
  background: #fee;
  color: #fff !important;
}
#calendar table td a.othermonth {
  border: 1px solid #eee !important;
  color: #ccc !important;
}
#calendar table td a.othermonth:hover {
  background: #eee;
  color: #fff !important;
}
#calendar table td a.red {
  color: red !important;
}
#calendar div.calendar-header {
  background: goldenrod;
  position: relative;
  /* border-top: 1px solid #eee; */
  /* border-right: 1px solid #eee; */
  /* border-left: 1px solid #eee; */
  padding: 2px;
  margin: 2px;
}
#calendar div.calendar-header select {
  font-size: 100%;
}
#calendar div.calendar-body {
  display: block;
  position: relative;
  margin: 2px;
  /* border: solid 1px #eee; */
}
#calendar div.style {
  background: goldenrod;
  border-top: 0;
  /* border: solid 1px #eee; */
  color: gray;
  display: block;
  margin: 2px;
  line-height: 1.2em;
  padding: 0 0 3px;
  text-align: center;
}
#calendar div.style div {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 2px;
  padding: 0 2px;
}
#calendar div.style input {
  margin: 0;
  vertical-align: middle;
}
#calendar div.style :hover {
  color: #000;
  cursor: pointer;
}
#calendar th {
  padding: 0;
  text-align: center;
}

.sunday {
  color: red !important;
}

#show {
  background-color: #9fff9f;
  border: solid 2px #999;
  color: #000;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 5px;
  padding: 4px 10px 5px 10px;
}
#show:hover {
  background-color: orange;
  cursor: pointer;
  border: solid 2px black;
  text-decoration: none;
}

#switchday {
  /* background-color: #fff; */
  /* border: solid 1px #eee; */
  /* display: block; */
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  font-weight: bold;
  margin: auto;
  text-align: center;
  /* width: 100%; */
}
#switchday a {
  background: #efefef;
  border: 1px solid #999;
  color: #000;
  /* display: inline-block; */
  height: 1.5em;
  margin: 2px 2px;
  padding: 2px 0;
}
.bg09 #switchday a {
  color: #999;
}
.bg0c #switchday a {
  color: #ccc;
}
.bg0f #switchday a {
  color: #fff;
}
#switchday a:hover {
  cursor: pointer;
  background: rgba(239, 239, 239, 0.6);
  border: 1px solid #000;
  text-decoration: none;
}
#switchday table {
  border-spacing: 2px;
  width: 100%;
}
#switchday table td {
  text-align: center;
  width: 1em;
}
#switchday table td a {
  line-height: 1.4em;
  width: auto;
}
#switchday table td a:hover {
  cursor: pointer;
  background: #efefef;
}
#switchday .today {
  flex: 1 0 auto;
}
#switchday .prev, #switchday .next {
  flex: 0 0 20%;
}

#svv {
  margin: auto;
  margin-top: 0.2em;
  text-align: center;
}
#svv table {
  /* background: #fefefe; */
  border-spacing: 0;
  margin: auto;
}
#svv select {
  height: 2em;
  margin: 0.1em 0 0 0;
  font-size: 1em;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

#zn1, #zn2 {
  min-width: 2.5em;
  max-width: 3.5em;
}

select.sv {
  min-width: 20em;
}

select#sv1, #sv2, #hr, #pov1, #pov2 {
  width: 20.5em;
  width: 70%;
}

p.date_j {
  font-size: 1em;
  font-weight: bold;
  margin: 2px 0 0;
  padding: 0;
  text-align: center;
}

span.date_g {
  font-weight: normal;
}

p.svv {
  line-height: 1.4em;
  margin: 0.5em 0 0;
  padding: 0;
  font-size: 0.8em;
  text-align: left;
}
p.svv img {
  height: 1.4em;
  width: 1.4em;
  vertical-align: bottom;
}

.alt {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 0.8em;
  line-height: 1em;
  margin-top: 1em;
  padding: 2px;
  text-align: center;
  z-index: 10;
  max-width: 100%;
  left: -1.5%;
}

p.info0 {
  font-size: 1em;
  font-weight: bold;
}
p.info0 zn-1, p.info0 zn-2, p.info0 zn-3, p.info0 zn-4 {
  font-weight: bold;
}
p.info0 zn-1::before, p.info0 zn-2::before, p.info0 zn-3::before, p.info0 zn-4::before {
  content: none;
}

p.info1 {
  font-size: 1em;
}

div.setup-box {
  position: fixed;
  top: 5px;
  left: 2px;
  text-align: center;
  z-index: 5;
}
div.setup-box a {
  background: rgba(128, 128, 128, 0.2);
  display: inline-block;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0px 2px 0 1px;
  opacity: 0.6;
  padding: 0px 8px 1px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  color: #00e;
  /* z-index: 50; */
}
div.setup-box a.but {
  background: rgba(128, 128, 128, 0.4);
}

#setup-but {
  z-index: 10;
}

.menu {
  background-color: #fff;
  display: none;
  position: absolute;
  border: solid 1px #ccc;
  max-width: 90vw;
  padding: 15px;
  overflow-y: auto !important;
  text-align: left;
  z-index: 7;
}
.menu button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.menu h2 {
  color: #000;
  margin: 2px;
  padding: 0;
}
.menu p, .menu legend {
  font-size: 1em;
  margin-top: 0.5em;
  padding: 0 2px;
}
.menu legend {
  font-weight: bold;
}
.menu select {
  width: 18em;
  margin: 0.2em 0 0 0;
}
.menu select option {
  font-family: Arial, Cambria, sans-serif;
}
.menu select option.cs {
  font-family: "Ponomar Unicode", serif;
}
.menu select.cs {
  font-family: "Ponomar Unicode", serif;
}

.buttonrow {
  display: flex;
  width: 12em;
  vertical-align: middle;
  margin: auto;
}
.buttonrow > button {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2em;
  margin: 4px 0px;
  opacity: 0.3;
  padding: 2px 15px 5px;
  -webkit-padding-before: 2px;
  -webkit-padding-after: 1px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  color: #00e;
  vertical-align: middle;
}
.buttonrow > button:hover {
  color: #006;
  cursor: pointer;
  opacity: 1;
}

div.fontsize {
  position: fixed;
  top: 5px;
  right: 2px;
  text-align: center;
  z-index: 100;
}
div.fontsize a {
  background: rgba(128, 128, 128, 0.2);
  display: inline-block;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.4em;
  margin: 0px 0px 0px 1px;
  opacity: 0.6;
  padding: 0px 5px 1px;
  border: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  color: #00e;
  z-index: 101;
}
div.fontsize a.but {
  background: rgba(128, 128, 128, 0.4);
}

#nav-but {
  z-index: 5;
  margin-bottom: 1px;
  padding: 0px 10px 1px;
  width: 1em;
  height: 1.4em;
}

.nav {
  position: relative;
  display: inline-block;
}

div.nav-content {
  position: absolute;
  background-color: #f9f9f9;
  /* min-width: 160px; */
  left: -90%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-height: 5vh;
  max-height: 90vh;
  min-width: 14rem;
  width: -moz-max-content;
  width: max-content;
  max-width: 90vw;
  overflow-x: auto;
  overflow-y: auto;
}
div.nav-content div {
  display: flex;
  margin: 0;
  text-align: left;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.nav-content div a {
  flex: 1;
  border: none;
  border-bottom: 1px solid #ccc;
  color: black;
  display: block;
  font: 1em Arial;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
}
div.nav-content div a.left {
  flex-grow: 8;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 10px;
}
div.nav-content div a.right {
  flex-grow: 1;
  text-align: right;
  padding: 4px 5px;
  max-width: 2em;
}
div.nav-content a:hover {
  background-color: #f1f1f1;
  background: #fcfcfc;
  border: none;
  border-bottom: 1px solid #ccc;
}

.nav:hover .nav-content {
  display: block;
}

#scrollup {
  display: none;
  font-weight: bold;
  font-size: 2em;
  opacity: 0.3;
  position: fixed;
  padding: 3px 9px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #ccc;
}

#scrollup:hover, .fontsize a:hover, .setup-box a:hover {
  color: #006;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  background: #ccc;
  border: 1px solid #006;
}

#temp {
  font-size: 14px;
}

.social {
  padding: 10px 5px 5px;
}

.bgcolor {
  margin: 5px 0;
  padding: 5px 5px;
  display: block;
  height: 30px;
  list-style: outside none none;
}
.bgcolor li {
  /* color: #FAF8F2, #F6F0E5, #F1E9D8, #EDE1CB, #E8DABE; */
  box-sizing: border-box;
  height: 30px;
  width: 12.5%;
  float: left;
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  padding: 3px 4%;
}
.bgcolor li:hover, .bgcolor li.cur {
  height: 36px;
  border: 2px solid rgb(255, 255, 255);
  margin-top: -3px;
  box-shadow: rgba(50, 50, 50, 0.3) 2px 2px 5px 0px inset, rgba(50, 50, 50, 0.3) 1px 1px 5px 0px;
  padding: 4px 3%;
}

.bg09, .bg0c, .bg0f {
  background: #000;
}
.bgcolor .bg09:hover, .bgcolor .bg09.cur, .bgcolor .bg0c:hover, .bgcolor .bg0c.cur, .bgcolor .bg0f:hover, .bgcolor .bg0f.cur {
  box-shadow: rgba(255, 255, 255, 0.6) 2px 2px 5px 0px inset, rgba(255, 255, 255, 0.6) 1px 1px 5px 0px;
}
.bg09 #calendar td a, .bg0c #calendar td a, .bg0f #calendar td a {
  outline: 1px solid #ccc !important;
}
.bg09 #calendar td a:hover, .bg0c #calendar td a:hover, .bg0f #calendar td a:hover {
  border: 1px solid #000;
  outline: 1px solid #fff !important;
}
.bg09 #calendar td a.chosen, .bg0c #calendar td a.chosen, .bg0f #calendar td a.chosen {
  outline: 0 !important;
  box-shadow: #fff 0 0 3px 1px inset, #fff 0 0 9px 1px, #fff 0 0 6px 1px, #fff 0 0 3px 1px !important;
}
.bg09 #nav-but, .bg09 #ownserif, .bg09 #svv select, .bg0c #nav-but, .bg0c #ownserif, .bg0c #svv select, .bg0f #nav-but, .bg0f #ownserif, .bg0f #svv select {
  color-scheme: dark;
}
.bg09 #scrollup, .bg09 #setup-but, .bg09 #switchday a:hover, .bg0c #scrollup, .bg0c #setup-but, .bg0c #switchday a:hover, .bg0f #scrollup, .bg0f #setup-but, .bg0f #switchday a:hover {
  color: #fff;
}
.bg09 #sacr, .bg0c #sacr, .bg0f #sacr {
  box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.8), 0px 0px 4px rgba(255, 255, 255, 0.8), 0px 0px 8px inset rgba(255, 255, 255, 0.8);
}
.bg09 #calendar td a.chosen, .bg09 #switchday a:hover, .bg0c #calendar td a.chosen, .bg0c #switchday a:hover, .bg0f #calendar td a.chosen, .bg0f #switchday a:hover {
  border: 1px solid #fff;
}
.bg09 .black, .bg09 #svv select, .bg09 #switchday a, .bg0c .black, .bg0c #svv select, .bg0c #switchday a, .bg0f .black, .bg0f #svv select, .bg0f #switchday a {
  background: #000;
}
.bg09 .discrim li:hover, .bg09 .discrim li.cur, .bg09 .font-serif li:hover, .bg09 .font-serif li.cur, .bg0c .discrim li:hover, .bg0c .discrim li.cur, .bg0c .font-serif li:hover, .bg0c .font-serif li.cur, .bg0f .discrim li:hover, .bg0f .discrim li.cur, .bg0f .font-serif li:hover, .bg0f .font-serif li.cur {
  box-shadow: rgba(255, 255, 255, 0.6) 2px 2px 5px 0px inset, rgba(255, 255, 255, 0.6) 1px 1px 5px 0px;
}
.bg09 .red-shadow, .bg0c .red-shadow, .bg0f .red-shadow {
  text-shadow: 1px 0 1px #fff, 0 1px 1px #fff, -1px 0 1px #fff, 0 -1px 1px #fff;
}

.font-serif {
  display: flex;
  align-items: baseline;
  margin: auto;
  padding: 0;
  list-style: outside none none;
}
.font-serif li {
  flex: 1 1 auto;
  cursor: pointer;
  text-align: center;
}
.font-serif li:hover, .font-serif li.cur {
  border: 2px solid rgb(255, 255, 255);
  box-shadow: rgba(50, 50, 50, 0.3) 2px 2px 5px 0px inset, rgba(50, 50, 50, 0.3) 1px 1px 5px 0px;
}

#ownserif {
  border: none;
  background-color: transparent;
}

.serif {
  font-family: Cambria, serif, ui-serif, "Ponomar Unicode";
}

.sans {
  font-family: sans-serif, ui-sans-serif, "Ponomar Unicode";
}

.mono {
  font-family: monospace, ui-monospace, "Ponomar Unicode";
}

.cursive {
  font-family: cursive, ui-rounded, system-ui, "Ponomar Unicode";
}
.cursive b.bukv {
  font-size: 2.5em;
  line-height: 0.6em;
}

.discrim {
  padding: 0px 10px;
  margin: 5px 0;
  display: block;
  height: 20px;
  list-style: outside none none;
  /* text-align: center; */
}
.discrim li {
  /* color: #FAF8F2, #F6F0E5, #F1E9D8, #EDE1CB, #E8DABE; */
  box-sizing: border-box;
  height: 20px;
  /* width: auto; */
  float: left;
  display: block;
  cursor: pointer;
  /* font-size: 20px; */
  line-height: 10px;
  padding: 3px 4%;
}
.discrim li:hover, .discrim li.cur {
  height: 26px;
  border: 2px solid rgb(255, 255, 255);
  margin-top: -3px;
  box-shadow: rgba(50, 50, 50, 0.3) 2px 2px 5px 0px inset, rgba(50, 50, 50, 0.3) 1px 1px 5px 0px;
  padding: 4px 3%;
}

/*#calendar td a:hover + .alt{display: block;}
.alt.active{display: block;}

#tooltip{
	text-align: center;
	color: #000;
	background: #fff;
	position: absolute;
	z-index: 10;
	padding: 5px;
}
	#tooltip:after{*/ /* triangle decoration */
/*		width: 0;
		height: 0;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #fff;
		content: '';
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -10px;
	}
		#tooltip.top:after{
			border-top-color: transparent;
			border-bottom: 10px solid #fff;
			top: -20px;
			bottom: auto;
		}
		#tooltip.left:after{
			left: 10px;
			margin: 0;
		}
		#tooltip.right:after{
			right: 10px;
			left: auto;
			margin: 0;
		}*/
.dark {
  background-color: rgba(0, 0, 0, 0.1);
}

.nav-bottom {
  bottom: 5px;
  left: 0;
  position: fixed;
  width: 100%;
  text-align: center;
}

#sacr {
  bottom: 5px;
  color: #f00;
  display: none;
  font-size: 1.4em;
  height: 1.3em;
  opacity: 0.8;
  padding: 3px 10px;
  position: relative;
  right: 0px;
  box-shadow: 0px 0px 2px rgba(153, 153, 153, 0.8), 0px 0px 4px rgba(153, 153, 153, 0.8), 0px 0px 4px inset rgba(153, 153, 153, 0.8);
}
#sacr:hover {
  opacity: 1;
}

n-f, n-y, n-n {
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: 0.9em;
}
.bg09 n-f, .bg09 n-y, .bg09 n-n {
  color: rgba(255, 255, 255, 0.4);
}
.bg0c n-f, .bg0c n-y, .bg0c n-n {
  color: rgba(255, 255, 255, 0.6);
}
.bg0f n-f, .bg0f n-y, .bg0f n-n {
  color: rgba(255, 255, 255, 0.8);
}

n-f {
  font-style: italic;
}

zn-0::before, zn-1::before, zn-2::before, zn-3::before, zn-4::before, zn-5::before, zn-6::before, zn-7::before, zn-8::before {
  font-weight: normal;
  margin-left: 0.2em;
  margin-right: 0.3em;
}
zn-0:first-child::before, zn-1:first-child::before, zn-2:first-child::before, zn-3:first-child::before, zn-4:first-child::before, zn-5:first-child::before, zn-6:first-child::before, zn-7:first-child::before, zn-8:first-child::before {
  margin-left: 0;
}

zn-0, zn-1, zn-3 {
  font-weight: normal;
}

zn-2, zn-4, zn-5, zn-6, zn-7, zn-8 {
  font-weight: bold;
}

zn-0::before, zn-1::before {
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  content: "·";
}
.bg09 zn-0::before, .bg09 zn-1::before {
  color: rgba(255, 255, 255, 0.4);
}
.bg0c zn-0::before, .bg0c zn-1::before {
  color: rgba(255, 255, 255, 0.6);
}
.bg0f zn-0::before, .bg0f zn-1::before {
  color: rgba(255, 255, 255, 0.8);
}

zn-2::before, zn-3::before {
  content: "🕃";
}

zn-4::before {
  content: "🕂";
}

zn-5::before {
  content: "🕁";
}

zn-6::before, zn-7::before {
  content: "🕀";
}

zn-0, .zn0 {
  color: #609;
}
.bg09 zn-0, .bg09 .zn0 {
  color: rgba(204, 153, 255, 0.6);
}
.bg0c zn-0, .bg0c .zn0 {
  color: rgba(204, 153, 255, 0.8);
}
.bg0f zn-0, .bg0f .zn0 {
  color: #c9f;
}

a.wrhide, a.wrshow {
  color: #000;
  cursor: pointer;
  opacity: 0.5;
  font-size: smaller;
  position: relative;
  z-index: 1;
  text-wrap: nowrap;
}
.bg09 a.wrhide, .bg09 a.wrshow {
  color: #999;
}
.bg0c a.wrhide, .bg0c a.wrshow {
  color: #ccc;
}
.bg0f a.wrhide, .bg0f a.wrshow {
  color: #fafafa;
}
a.wrhide:hover, a.wrshow:hover {
  color: #000;
  opacity: 1;
  text-decoration: none;
}
.bg09 a.wrhide:hover, .bg09 a.wrshow:hover {
  color: #999;
}
.bg0c a.wrhide:hover, .bg0c a.wrshow:hover {
  color: #ccc;
}
.bg0f a.wrhide:hover, .bg0f a.wrshow:hover {
  color: #fafafa;
}

.wrall .wrap_.off > h3, .wrall .wrap_.off > h4, .wrall .wrap_.off > h5 {
  display: none;
}
.wrap_.off > p, .wrap_.off > ul, .wrap_.off > div.ili.wr, .wrap_.off > div.pesn, .wrap_.off > * > h-hide {
  display: none;
}
.wrap_.bu.off > div, .wrap_.bu.off > * > div {
  display: none;
}
.wrap_ a.off {
  display: none;
}
.inc .wrap_.off > p, .inc .wrap_.off > :not(.wrap_) > p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inc .wrap_.off > p b.buk, .inc .wrap_.off > :not(.wrap_) > p b.buk {
  float: none;
}/*# sourceMappingURL=index.css.map */