.hint,
.ext-link,
.author .list-books li a:not([href^="https://azbyka.ru/otechnik/"]):not([href^="/otechnik/"]):not([href*="/audio/"]):not([href*="/video/"]) {
	position: relative;
}


.author .list-books li a:not([href^="https://azbyka.ru/otechnik/"]):not([href^="/otechnik/"]):not([href*="/audio/"]):not([href*="/video/"]) {
	padding-right: 18px;
	background: url(/otechnik/assets/img/ext-link.png) no-repeat right;
}
#author .fa-external-link {
	color: gray;
	font-size: 15px;
}

@media screen and (min-width: 900px) {

.hint:before,
.ext-link:before,
.author .list-books li a:not([href^="https://azbyka.ru/otechnik/"]):not([href^="/otechnik/"]):not([href*="/audio/"]):not([href*="/video/"]):before {
	visibility: hidden;
	opacity: 0;
	content: '';
	position: absolute;
	z-index: 1000001;
	bottom: 100%;
	margin-bottom: -11px;
	left: -webkit-calc(100% - 14px);
	left:         calc(100% - 14px);
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	pointer-events: none;
	-webkit-transition: .3s ease 0s;
	   -moz-transition: .3s ease 0s;
	        transition: .3s ease 0s;
	border: 6px solid transparent;
	border-top-color: #808080;
}

.hint:hover:before,
.ext-link:hover:before,
.author .list-books li a:not([href^="https://azbyka.ru/otechnik/"]):not([href^="/otechnik/"]):not([href*="/audio/"]):not([href*="/video/"]):hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 100ms;
	   -moz-transition-delay: 100ms;
	        transition-delay: 100ms;
	-webkit-transform: translateY(-8px);
	   -moz-transform: translateY(-8px);
	        transform: translateY(-8px);
}

.hint:after,
.ext-link:after,
.author .list-books li a:not([href^="https://azbyka.ru/otechnik/"]):not([href^="/otechnik/"]):not([href*="/audio/"]):not([href*="/video/"]):after {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 1000000;
	padding: 8px 10px;
	bottom: 100%;
	left: -webkit-calc(100% - 8px);
	left:         calc(100% - 8px);
	border-radius: 4px;
	-webkit-transition: .3s ease 0s;
	   -moz-transition: .3s ease 0s;
	        transition: .3s ease 0s;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: #808080;
	color: #fff;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 12px;
	white-space: nowrap;
	text-shadow: 0 0 1px #000;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	pointer-events: none;
	content: 'Труд находится в другом разделе';
}

.hint:after {
	content: attr(aria-label);
}

.hint:hover:after,
.ext-link:hover:after,
.author .list-books li a:not([href^="https://azbyka.ru/otechnik/"]):not([href^="/otechnik/"]):not([href*="/audio/"]):not([href*="/video/"]):hover:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 100ms;
	   -moz-transition-delay: 100ms;
	        transition-delay: 100ms;
	-webkit-transform: translateX(-50%) translateY(-8px);
	   -moz-transform: translateX(-50%) translateY(-8px);
	        transform: translateX(-50%) translateY(-8px);
}

}
