#scrollBar {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 3;
}
.lineScroll {
	height: 3px;
	width: 2px;
	background: #EF3340;
}
#singleBlog img {
	height: auto;
}
.container {
	max-width: 752px;
}
#singleBlog .owl-dots {
	margin: 30px auto;
}
#singleBlog {
	padding: 50px 0;
	text-align: left;
	padding-top:150px;
}
#singleBlog > h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color:#071D49;
}

.rightTags span {
	font-size: 18px;
	color:#757575;
	font-weight: 300;
}
.rightTags span:last-child {
	margin-left: 8px;
}

#singleBlog img {
	max-width: 100%;
	margin: 35px auto 40px;
	display: block;
	border:1px solid #DEDEDE;
}
#singleBlog > img:first-child {
	border: none;
}
#singleBlog  p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	white-space: pre-line;
	color:#071D49;
	margin: 0 0 10px;
}
#singleBlog > span {

}
.content_post ol {
	counter-reset:li; /* Инициализируем счетчик */
	padding: 0 0 10px; /* Удаляем  установленное по умолчанию левое поле*/
	list-style:none; /* Отменяем нумерацию установленную по умолчанию */
}
.content_post ol > li {
	margin-top: 20px;
	font-size: 16px;
	padding-left: 25px;
	line-height: 24px;
	font-weight: 400;
	color:#071D49;
	font-family: 'Roboto', sans-serif;
}
.content_post ol > li > a {
	color: #4285F4;
    font-weight: 600;
	text-decoration: underline;
}
.content_post ol > li:before {
	content: counters(li,".") ". "; /* В качестве данных используем счетчик */
	counter-increment:li; /* Увеличиваем значение счетчика на 1 */
	/* Позиционируем и оформляем цифры */
	color:#EF3340;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
	margin-right: 5px;
}
.content_post img:not(img.thumb_post) {
	cursor: pointer;
}
.content_post code {
	font-family: monospace;
	background-color: #f0f0f0;
	padding: 10px;
	display: block;
	margin: 30px 0;
}
.sliderSinglePage  {
}
.itemsSlider {
	width: 100%;
	height: 394px;;
}

.content_post ul > li {
	color:#071D49;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
	line-height: 24px;
}
.content_post  ul > li:before {

	content: url(../images/circle.svg);
	position: absolute;
	left: 30px;
	top: 3px;
}
.content_post h2 {
	font-size: 24px;
	color:#0F3582;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	padding-top: 25px;
    padding-bottom: 10px;
}

/*table styles*/

.content_post table  {
	width: 100%;
	table-layout: fixed;
	margin: 20px 0;
}
.content_post table > tbody > tr > td {
	border:1px solid #C4C4C4;
	vertical-align: middle;
	text-align: center;
	padding: 20px 18px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#000000;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.content_post table > tbody > tr:first-child > td {
	color:#071D49;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	line-height: 26px;
	text-align:center;
	height: 97px;
	font-size: 16px;
}
.singleFooterPost {
	margin-top: 52px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.rateAndLinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 30px;
}
.links > a {
	text-decoration: none;
	display: inline-block;
	margin-left: 15px;
}
.authorPost {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.imgAuthor {
	border-radius: 10px;
	margin-right: 20px;
	width: 103px;
	height: 103px;
}
.rightAuthorText {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 88px;
}
.rightAuthorText > strong {
	font-size: 16px;
	color:#000000;
	font-weight: 600;
	margin-bottom: 10px;
}
.rightAuthorText > span {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
}
.rightAuthorText > p {
	line-height: 22px;
	color:black;
}

.postItems {
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(4,1fr);
}
.postItems > a {
	display: block;
}
.imgPostItem{
	width: 100%;
	height: 104px;
}
.postItems > a  {
	text-decoration: none;
}
.postItems > a > strong {
	font-size: 14px;
	color:#0F3582;
	font-weight: 700;
	line-height: 19px;
	white-space: pre-line;
	display: block;
	margin-top: 15px;
}
.rate > svg {
	cursor:pointer;
}
.content_post a {
	color: #4285F4;
    font-weight: 600;
	text-decoration: underline;
}
.content_post b,
.content_post strong {
	font-weight: bold;
}
.content_post em {
	font-style: italic;
}

/*blockquote style*/
blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 500px;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left: 1px solid;
	border-color: #cfcfcf;
}

blockquote:before {
	padding-left: 18px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.content_post pre {
	white-space: pre-line;
}

.content_post div {
	width: 100% !important;
}


@media all and (max-width: 1200px) {
	#singleBlog > h1 {
		font-size: 24px;
	}
}
@media all and (max-width: 800px) {
	.tags > ul {
		flex-wrap: wrap;
	}
	.footerItemBlog {
		align-items: flex-start;
	}
	.rightTags {
		width: 190px;
	}
	.rightTags {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}
@media all and (max-width: 600px) {
	.tags {
		flex-direction: column-reverse;
		justify-content: center;
		align-items: flex-start;
	}
	.rightTags {
		width: inherit;
		margin-bottom: 20px;
		width: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.widthTable {
		width: 100%;
		overflow-x: scroll;
	}
	.content_post table {
		width: 600px;
	}
	.postItems {
		grid-template-columns: repeat(2,1fr);
	}
	.postItems > a > strong {
		white-space: normal;
	}
	.rightAuthorText > strong {
		line-height: 25px;
	}
	.authorPost {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.imgAuthor {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.rightAuthorText > p {
		text-align: justify;
	}
	.rateAndLinks {

	}
	.rate > svg {
		width: 20px;
		height: 20px;

	}
}