html {
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
	cursor: pointer;
	text-decoration: none;
}

.menu {
	display: flex;
	align-items: center;
}

.button {
	padding-left: 30px;
}

.button a:hover {
	border-bottom: 1px solid hsl(240, 0%, 0%);
}

.page_title {
	font-size: 20px;
}

.page_text {
	font-size: 14px;
}
.footer_text {
	font-family: "Cormorant", serif;
	/*	font-weight: lighter;*/
	font-size: 16px;
	color: hsl(240, 100%, 100%);
	line-height: 1;
}

#CssMenu {
	margin: auto;
}

#topmenu {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul:after {
	content: "";
	display: table;
	clear: both;
}

nav a {
	text-decoration: none;
	display: block;
}
.topmenu>li:first-child {
	border-left: 0;
}

.topmenu>li>a {
	padding: 15px 15px;
	font-size: 17px;
	/*text-transform: uppercase;*/
	color: #000000;
	letter-spacing: 1px;
	text-shadow: none;
}

.topmenu>li>a.active,
.submenu a:hover,
.topmenu li:hover>a {
	color: rgb(144, 107, 232);
}

.topmenu .fa,
.submenu .fa {
	margin-left: 5px;
	color: inherit;
}

.submenu li {
	position: relative;
}

.submenu .submenu {
	position: absolute;
	left: 100%;
	top: -1px;
	transition: 0.3s linear;
}

nav li:hover>.submenu {
	transform: rotateX(0deg);
	visibility: visible;
	opacity: 1;
	transition: 0.3s linear;
}

div.blok-center-ads {
	margin: auto;
	text-align: center;
	max-width: 100%;
}

.page_heading {
	font-size: 32px;
	text-align: center;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	font-weight: 500;
	font-variant: small-caps;
	padding: 0px;
	letter-spacing: 0.12em;
}

.tool-item {
	/* элементы */
	display: inline-block;
	cursor: pointer;
}

.tooltip-block {
	/* тултип */
	position: absolute;
	background: white;
	border: 1px solid rgb(230, 230, 230);
	padding: 5px 8px;
	font-size: 14px;
	/*width: 300px;*/
	line-height: 13px;
	color: rgb(82, 82, 82);
	z-index: 400;
	display: none;
}
.b-close {
	background: #2b91af;
	border-radius: 7px;
	box-shadow: none;
	color: #ffffff;
	column-gap: 21px;
	cursor: pointer;
	display: block;
	font: normal normal 700 20.96px / normal Arial;
	height: 24px;
	margin: 0px;
	padding: 0px 6px 2px;
	position: absolute;
	resize: none;
	right: -7px;
	text-align: center;
	text-decoration: none;
	top: -7px;
	vertical-align: baseline;
	width: 12px;
}

.btn {
	background: #806cf5;
	background-image: linear-gradient(to bottom, #806cf5, #344fd9);
	border-radius: 60px;
	text-shadow: 1px 1px 10px #000000;
	color: #ffffff;
	font-size: 21px;
	width: 40%;
	padding: 7px 40px 8px 40px;
	text-decoration: none;
	border: 0;
	margin: 0 30%;
	position: relative;
}

.btn:hover {
	background: #9688f7;
	background-image: linear-gradient(to bottom, #9688f7, #556eeb);
	text-decoration: none;
}

.center {
	margin: 0 auto;
	text-align: center;
}

/*если нужно центровать */
.lntxt {
	overflow: hidden;
}

.lntxt:before,
.lntxt:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: 2px;
	background: rgb(230, 235, 235);
	border: solid #fff;
	border-width: 0 0.5em 0;
}

.lntxt:before {
	margin-left: -100%;
}

.lntxt:after {
	margin-right: -100%;
}
.captable {
	cursor: pointer;
}

.tablesorter td {
	text-align: center;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	padding: 0px 20px;
}

table.tablesorter thead tr .tablesorter-header {
	background-image: url(https://nightbot.ru/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .tablesorter-headerAsc {
	background-image: url(https://nightbot.ru/tablesorter/asc.gif);
}

table.tablesorter thead tr .tablesorter-headerDesc {
	background-image: url(https://nightbot.ru/tablesorter/desc.gif);
}

.copy {
 font-weight: 100;
 font-style: italic;
 font-family: 'Vivaldi script';
}

body {
	font-family: calibri;
}

.input_button>input[type="radio"],
.input_button>input[type="checkbox"] {
	display: none;
}

.input_button>input[type="radio"]+label,
.input_button>input[type="checkbox"]+label {
	display: inline-block;
	margin: -2px;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear,
			0 0,
			0 100%,
			from(#fff),
			to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
		0 1px 2px rgba(0, 0, 0, 0.05);
}

.input_button>input[type="radio"]:checked+label,
.input_button>input[type="checkbox"]:checked+label {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #e0e0e0;
}

#ico_panel {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 100%;
}

.parents_table {
	overflow: auto;
	max-width: 100%;
}
#price_uvm {
	font-size: 22px;
}
.title {
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Great Vibes", cursive;
	margin: auto;
	user-select: none;
  margin-bottom: -1px;
}

#message a {
	display: none;
	z-index: 999;
	position: fixed;
	top: 100%;
	margin-top: -50px;
	left: 50%;
	margin-left: -90px;
	border-radius: 30px;
	width: 150px;
	padding: 6px 15px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.notice_indicator {
	position: absolute;
	right: 5px;
	top: 3px;
	background-color: rgba(220, 220, 220, 0.89);
	text-align: center;
	border-radius: 10px;
	padding: 1px 3px;
	font-size: 11px;
	font-weight: bold;
}
table.tableother {
  border-collapse: separate;
}
@media screen and (max-width: 1000px) {
	fieldset {
		padding: 3px;
		display: grid;
		justify-content: center;
		justify-items: center;
	}
	#price_uvm {
		font-size: 22px;
	}
	.content {
		margin: 0 5px;
	}

	div.blok-center {
		margin: 0 auto;
		font-size: 26px;
	}

	.topmenu>li>a {
		padding: 20px 3px;
	}

	.title {
		margin: 0px;
		font-size: 24px;
	}

	.page {
		padding: 10px 3px;
	}
	.post {
		font-size: 18px;
	}
}