h2, h3, h4 {padding-top: 20px; }

h4 {font-size: 1.3rem;}

/*
article {font-size: 16px;}

article a, article a:hover, article a:focus {
	border-bottom: 1px dotted #ea1b0d;
	color: #ea1b0d; 
	text-decoration: none;
}
*/

article ul {
	padding-inline-start: 0px;
}

article ul > li {
	list-style-type: none;
	padding: 0 20px 0 35px;
	margin: 15px 0;
	position: relative;
}


article ul > li:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #607d8b;
}


 article ul > li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #607d8b;
}

article ul > ul  {
	list-style-type: none;
	padding: 0 0px 0 35px;
	position: relative;
}

 article ul > ul > li :before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 10%;
//	border: 1px solid #f44236;
//	border: 1px solid #ff0000;
}



article ul.pagination>li:before,
article ul.pagination>li:after {
	content: none;
}


article ul { padding: 20px 0px 20px 50px;}

pre {margin: 30px 0;}

.center {text-align: center;}

cite {
	font-size: 0.7em;
	font-weight: bold;
	font-style: italic;
}

cite li {text-align: left;padding: 5px 0px 0px 0px;}

/*
cite:before {
	content: "Источники";
	font-size: calc(1.3em + 0.45vw);
	line-height: 1em;
	padding-bottom: 1em;
	color: #607d8b;
	margin: 0 0 1.5em 0;
	font-family: 'Fut', cursive;
	font-style: normal;
}
*/


.item-responsive {
  position: relative;
}

.item-responsive:before {
  display: block;
  content: ""; 
  width: 100%;
}

.item-16by9 {
  padding-top: 25%; 
}

.item-responsive>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-position: center center;
background-size: 100%;
/* background-size: cover !important; */
}


.heshteg {
	border-bottom: 0px;
	color: gray;
	text-decoration: none;
	margin-right:0.5rem;
}

.note .cite, blockquote .cite {
	font-size: 0.75em;
	font-weight: 500;
	text-align: right;
	padding-top: 1em;
}

.news-list ul {padding-left: 0px;}


.pop {
	data-toggle="tooltip";
	border-bottom: 1px dotted #ea1b0d;
	color: #ea1b0d;
	}
a.pop title {color:red;}


.note, blockquote {
	position: relative;
	margin: 2em 5em;
	padding: 1em 2em 1em 6em;
	color: #222;
	background: #f2f2f2;
	font-size: 17.5px;
	border-left: 0px;
	min-height: 4em;
}

blockquote:before,
.note:before,
.info:before,
.success:before,
.warning:before,
.error:before,
.idea:before,
.name:before {
	position: absolute;
	top: 50%;
	width: 3em;
	margin-left: -3em;
	line-height: 0!important;
	font-family: "Font Awesome 6 Pro";
	font-size: 40px;
	text-align: center;
}

.note:before, blockquote:before {color: #b4b4b4; content: "\f10e"; font-weight: 100; top:0%; padding-top:0.9em;}
.info:before {color: #d4ab02; content: "\f05a";}
.success:before {color: #4f8a10; content: "\f00c";}
.warning:before {color: #d63301; content: "\f071";}
.error:before {color: #d63301; content: "\f05e";}
.idea:before {color: #00529b; content: "\f0eb";}
.name:before {color: #c3c3c3; content: "\f5a2"; font-weight: 100;}
.name:after {
	content: '';
	position: absolute;
	top: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 0 30px;
	border-color: transparent transparent transparent #f2f2f2;
	left: 0;
}

@media (max-width: 991px) {
	.note, blockquote {padding: 1em 0em 1em 2em;}
//	.note:before, blockquote:before {margin-left: -1em;}
	.note, blockquote {margin: 2em 0em;}
	.note:before,.info:before,.success:before,.warning:before,.error:before,.idea:before,.name:before {margin-left: -2em; font-size: 1em;margin-left: -2.5em; top: 1.2em}
}