:root {
	--ColorGreen: #74ca7f;
	--ColorA: #548eaa;
	--ColorB: #aa9654;
	--ColorC: #ccc;
}

body {
	margin-top: 2.5em;
	color: #333;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF UI Text", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.headerinfo {
	text-align: right;
	font-size: .9em;
	max-width: 100%;
	margin-bottom: .7em;
}

@media (max-width: 600px) {
	body {
		margin-top: 5em;
	} 
}
 
@media print {
	.print-hide{
		display: none;
	} 
}
a {
	color: var(--ColorA);
}

p a{
	text-decoration: none;
}

.menu {
	list-style: none;
	padding: .5em 1em;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0;
	z-index: 999;
	border-bottom: 1px solid var(--ColorC);
}

.menu li {
	display: inline-block;
	width: calc(100% / 3 - 1em);
}

.menu li a {
	cursor: pointer;
	margin: 0 .2em;
}

.act {
	color: var(--ColorB);
}

input[type="search"] {
	width: 90%;
}

@media (max-width: 600px) {
	.menu li {
		display: block;
		width: 100%;
	}
	input[type="search"] {
		width: 100%;
	}
}

.rub::after {
	content: "руб.";
	margin-left: .3em;
	font-size: .6em;
}

img {
	width: 100%;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.item {
	float: left;
	width: 25em;
	height: 11em;
	overflow: auto;
	margin: 0;
	font-size: 14px;
}

.item .img {
	float: left;
	max-width: 8em;
}

.item .info {
	margin-left: 9em;
}

@media (max-width: 600px) {
	.item {
		width: 100%;
		height: auto;
	}
	.item .img {
		float: left;
		max-width: 30%;
	}
	.item .info {
		margin-left: calc(30% + 1em);
	}
}

.img input[type="checkbox"] {
	position: absolute;
}

.item .rub {
	font-size: 1.5em;
	background: #fff49b;
	border-radius: .3em;
	padding: 0 .3em;
	color: #444;
}

p {
	max-width: 90%;
	margin: 0;
	padding: 0;
}

.prs {
	text-align: center;
	margin-top: -1.7em;
}

.genres font {
	color: #777;
	font-size: .9em;
}

.genres font::after {
	content: ", ";
}

.genres font:last-of-type:after {
	content: "";
}

td, th {
	vertical-align: top;
	text-align: left;
	padding-right: .9em;
	max-width: 350px;
}

th {
	border-bottom: 1px solid var(--ColorC);
	font-weight: normal;
	color: var(--ColorA);
}

footer {
	text-align: center;
	font-size: .8em;
	color: #777;
	margin: 1em 0;
	clear: both;
}

.img {
	max-width: 70px;
	min-width: 5em;
}

td i.fas, td i.far, p i.fas, p i.far, p i.fab {
	color: #777;
	font-size: 0.8em;
}
