dl, ol, p, ul {
    margin-bottom: 1rem;
}

/*Скролл*/
body::-webkit-scrollbar, .location-popup::-webkit-scrollbar {
	width: 15px;
}

body::-webkit-scrollbar-track, .location-popup::-webkit-scrollbar-track {
	background: #f5f5f5;
}

body::-webkit-scrollbar-thumb, .location-popup::-webkit-scrollbar-thumb {
	background-color: white;
	border-radius: 20px;
	border: 2px solid #2d2d2d26;
}
/**/

/*Стиль ссылок*/
#blog-detail a {
	color: #0089ff!important;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 137, 255, .3);
	-webkit-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
}

/*.article-container a:visited {*/
/*	color: #b40eb4;*/
/*	border-color: rgba(180,14,180,.3);*/
/*}*/

#blog-detail a:hover,a:hover {
	color: #f41224!important;
	border-color: rgba(244,18,36,.3);
}
/**/

.sroblog-text-block {
	margin-top: 15px !important;
}

.sroblog-text-block p, .sroblog-text-block ul {
	font-weight: 400;
}

.sroblog-text-block h4, .sroblog-text-block p, .sroblog-text-block ul {
	font-size: 18px;
}

.sroblog-text-block h3, .sroblog-text-block h4, .sroblog-text-block p, .sroblog-text-block ul {
	margin-bottom: 15px !important;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.sroblog-text-block ol {
	font-size: 18px;
}

.blog-table table tbody td {
	font-size: 16px;
	color: #333;
	padding: 15px;
	border-bottom: 1px solid #e0e0e0 !important;
}

.d-block {
	display: block !important;
}
/* 
.blog-table table {
	overflow-x: scroll;
} */

.blog-table tr:first-child {
	border-bottom: 2px solid #e42328 !important;
}

@media (min-width: 0px) and (max-width: 991px) {
	.sroblog-text-block ol, .sroblog-text-block p, .sroblog-text-block ul {
		font-size: 17px;
		line-height: 24px;
	}
}

.sroblog-contents {
	padding-top: 21px;
	padding-bottom: 30px;
	margin-top: 7px;
	margin-bottom: 30px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -10px;
	padding-left: 23px;
}

.sroblog-contents ol li, .sroblog-contents ol li:before, .sroblog-contents p {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
}

.sroblog-contents ol {
	margin-bottom: 0;
}

.sroblog-contents ol li {
	font-weight: 400;
	line-height: 24px;
	color: #1357a1;
	cursor: pointer;
	margin-bottom: 10px !important;
}

.sroblog-block-expert, .sroblog-call-us {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

/*Плашка*/
.sroblog-block-expert .desc-expert, .sroblog-call-us .text-1, .sroblog-call-us .text-2 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	color: #000;
	margin-bottom: 0;
}

.sroblog-call-us .text-2 {
	font-size: 16px!important;
	font-weight: 400;
}

.sroblog-call-us .number {
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	text-align: right;
	-webkit-text-decoration-line: none;
	text-decoration-line: none;
}
/**/

/*Анимация градиента*/
.animate-gradient {
	background: linear-gradient(#c9c8c866, #d5d4d054);
	background-position: 0 0;
	border-radius: 30px;
	border: 5px solid white;
	animation: background 2s infinite alternate;
}

@keyframes background {
	100% {
		background-position: 0 200px;
	}
}
/**/

.sroblog-heading h2 {
	margin-top: 45px!important;
	margin-bottom: 15px!important;
	font-size: 28px;
	line-height: 35px;
	color: #000
}

.sroblog-text-block {
	margin-top: 15px!important
}
.sroblog-info-bar img {
    height: 15px;
    width: auto;
}
.sroblog-info-bar p span {
    color: #333;
    margin-right: 30px;
    margin-left: 5px;
}
.sroblog-autor {
    color: #000;
}
.sroblog-autor .name, .sroblog-autor .text {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
}

.sroblog-autor .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.sroblog-autor .desc {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    line-height: 25px;
}

img.object-fit.xy100 {
    object-fit: cover;
    width: 218px;
    height: 230px;
    object-position: top;
    border-radius: 15px;
}
.article__title, .article__pic {
    display:none!important;
}
.article__title2 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 40px;
    color: #000000b3;
}

@media (max-width: 768px) {
h1.article__title2 {font-size:25px}
}
.sroblog-info-bar p span {
    color: #333;
    margin-right: 30px;
    margin-left: 5px;
}
.sroblog-block-expert,.freshblog-call-us {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

.sroblog-block-expert {
	position: relative;
}

.sroblog-block-expert .img-ink {
	position: absolute;
	right: 30px;
	top: -5px;
}

.sroblog-block-expert .num-heading {
	padding-right: 50px;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #e52d33;
}

.sroblog-block-expert .text {
	font-weight: 400;
	font-size: 1rem;
}

.sroblog-block-expert .photo-expert {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: auto;
	float: left;
	margin-right: 15px;
}

.sroblog-block-expert .name-expert {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	margin-bottom: 0;
}

.sroblog-block-expert {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	color: #000;
	margin-bottom: 0;
}

.sroblog-block-expert {
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #ededed;
	border: 1px solid #e0e0e0;
}

.sroblog-list .item .heading,.sroblog-lists ol,.sroblog-lists ol ul {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #000
}

 .sroblog-lists ol ul {
	font-weight: 400;
	padding-left: 22px;
	list-style: square url(/img/minus.png) outside
}

.sroblog-lists ol ul li {
	margin-top: 0
}

.sroblog-lists ol>li {
	margin-top: 30px;
	margin-bottom: 0;
	list-style-position: inside;
	text-indent: -11px;
}

.sroblog-lists ol>li:before {
	width: 10px!important
}