.webkit-blured {
	-webkit-backdrop-filter: saturate(0.3) blur(20px);
}

.text-hyp {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.nonselectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.uk-navbar-nav > li > a {
	padding: 0 .5em;
}

.auth-text {
	text-align: left !important;
	line-height: 1.2em;
	font-family: 'Noto Serif Regular', serif;
}

.auth-text p {
	margin: .3em 0;
	padding-left: 1em;
	text-indent: -1em;
}

.auth-text p.pad {
	line-height: .5em;
}

.auth-text h3, .auth-text h4 {
	font-family: 'Noto Serif Bold', serif;
}

h1, h2, h3, h4 {
	opacity: .85;
}

#main-nav-parent {
	background-color: rgba(255, 255, 255, 0.8) !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#main-nav-parent.uk-sticky-fixed {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#main-nav {
	min-height: 80px;
	background-color: transparent !important;
}

#offcanvas-overlay {
	background-color: rgba(60, 0, 0, 0.3);
}

#offcanvas-overlay .uk-offcanvas-bar {
	background-color: rgba(255, 100, 50, 0.9);
}

#offcanvas-overlay button.uk-offcanvas-close {
	right: 25px;
	top: 25px;
}

#offcanvas-overlay li a {
	line-height: 1.2em;
	padding-bottom: 0.8em;
}

#offcanvas-overlay li a span {
	font-size: .7em;
}

.other-channels {
	display: inline-block;
	margin: 0 5px;
	width: 32px;
	height: 32px;
}

.other-channels.vk {
	background: transparent url("../img/vk-logo.svg") no-repeat center center;
	background-size: contain;
	opacity: .85;
}

.other-channels.vk:hover {
	opacity: 1;
}

.other-channels.rt {
	background: transparent url("../img/rutube-logo-w.svg") no-repeat center center;
	background-size: contain;
	opacity: .85;
}

.other-channels.rt:hover {
	opacity: 1;
}

.other-channels.yt {
	background: transparent url("../img/youtube-logo-w.svg") no-repeat center center;
	background-size: contain;
	opacity: .85;
}

.other-channels.yt:hover {
	opacity: 1;
}

.logo-white {
	display: block;
	position: relative;
	min-height: 24px;
	background: transparent url("../img/ag_logo_w.svg") no-repeat center;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
}

.read-all {
	display: block;
	font-family: sans-serif;
	color: #ff6432;
	font-size: 13px;
	margin-top: 2em;
}

.front-portrait {
	padding: 20px;
}

.front-portrait img {
	min-width: 100px;
	max-width: 600px;
	display: block;
	margin: auto;
	position: relative;
	width: 100%;
}

.front-portrait-alt {
	min-height: 500px;
	background-image: url("../img/author.min.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../img/author2.min.png");
}

.front-portrait-2 {
	max-width: 460px;
	margin: auto;
}

.front-card {
	display: block;
	color: inherit;
}

.front-card h3 {
	margin-top: .3em;
	margin-bottom: 0;
	font-family: 'Magnolia Script', serif;
	opacity: .7;
}

.front-card p {
	margin-top: .3em;
}

.front-card:hover {
	text-decoration: none;
}

.date {
	font-family: sans-serif;
	font-size: 0.8em;
	opacity: .5;
}

#clippings {
	background-color: #fff7e8;
}

#author {
	background-color: #ffe9c7;
}

#books {
	background-color: #d87241;
}

@media (max-width: 640px) {
	#books {
		text-align: center;
	}
}
  #books .book-block h4, #books .book-block p {
	line-height: 1.1em;
}

#books .book-block .book-cover > img {
	border-radius: 4px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

#news {
	background-color: #fff7e8;
}

#news .news-block {
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: transparent url("../img/back1.min.png") no-repeat center;
	background-size: cover;
	min-height: 50px;
	border-radius: 48px;
}

#news .news-block h4 {
	font-family: 'Noto Serif Regular', serif;
}

#footer {
	background-color: #ff6432;
}

#footer .uk-nav.uk-nav-default {
	font-size: 18px;
}

#recs-table > article, #recs-table > div {
	font-family: 'Noto Serif Bold', serif;
	text-align: center;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

#recs-table > article img, #recs-table > div img {
	display: block;
	margin: 10px auto 20px;
	border-radius: 16px;
	height: 128px;
}

#recs-table > article p, #recs-table > div p {
	font-family: sans-serif;
	font-size: .9em;
}

.poetry-page-text, .prose-page-text, .audio-page-text {
	color: rgba(0, 0, 0, 0.8);
}

.poetry-page-text img, .prose-page-text img, .audio-page-text img {
	display: block;
	max-width: 280px;
	margin: auto;
	border-radius: 15px;
}

.poetry-page-text img {
	margin: 0;
}

.prose-page-text {
	text-align: center;
	max-width: 800px;
}

.prose-page-text p {
	padding-left: 0;
	text-indent: 0;
	line-height: 1.7;
	text-align: left;
}

.prose-page-text p.pad {
	line-height: 0.6em;
}

.video-cover {
	cursor: pointer;
	border-radius: 16px;
}

.video-cover img {
	display: block;
	max-width: 64px;
}

.audio-page-text {
	text-align: center;
}

.audio-page-text img {
	margin: auto;
}

.audio-page-text article {
	font-family: 'Noto Serif Bold', serif;
	text-align: center;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.audio-playlist {
	list-style: none;
	padding: 0;
	margin-bottom: 3em;
}

.audio-playlist .audio-playlist-track {
	display: block;
	padding: 1em 0;
	position: relative;
	border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}

.audio-playlist .audio-playlist-track .btn-play-pause {
	display: block;
	height: 80px;
	width: 80px;
	margin-left: calc(45% - 90px);
	background-image: url("../img/btn-play.svg");
	background-size: 60px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: .75;
}

@media (max-width: 640px) {
	.audio-playlist .audio-playlist-track .btn-play-pause {
		margin-left: 0;
	}
}
      .audio-playlist .audio-playlist-track .btn-play-pause.btn-pause {
	background-image: url("../img/btn-pause.svg");
	opacity: 1;
}

.audio-playlist .audio-playlist-track h4 {
	position: absolute;
	top: 0;
	left: 45%;
	width: 55%;
	margin: 2.2em 0 0 0;
	text-align: left;
	line-height: 1.1em;
}

@media (max-width: 640px) {
	.audio-playlist .audio-playlist-track h4 {
		left: 100px;
		width: calc(100% - 100px);
	}
}
