

/* Start:/bitrix/templates/v2/components/bitrix/breadcrumb/main/style.css?16770573661082*/
.breadcrumb-main {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb-top {
	margin-bottom: 15px;
}

.breadcrumb-main__item {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #DDDFE1;
	color: #abafb1;
	font-size: 13px;
}

.breadcrumb-main__item a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb-main__item--last {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.breadcrumb-top__wrap {
	display: flex;
	align-items: center;
}

.breadcrumb-top__back-link {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	margin-right: 40px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
}

.breadcrumb-top__back-link::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1.5L2 7L7.5 12.5' stroke='%23C9CFD3' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}
/* End */


/* Start:/bitrix/templates/v2/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17732194176746*/
.blog-detail {
    max-width: 858px;
	padding: 0 15px;
    margin: 0 auto;
	margin-bottom: 100px;
}

.blog-detail img {
    max-width: 100%;
    height: auto;
}

.blog-detail blockquote {
    position: relative;
    padding: 60px 40px 20px;
    border: none;
	font-size: 14px;
}

.blog-detail blockquote::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    font-size: 128px;
    line-height: 1;
    color: #ededed;
    content: "\00ab";
}

.blog-detail blockquote::after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    transform: translateY(-50%);
    font-size: 128px;
    line-height: 1;
    color: #ededed;
    content: "\00bb";
}

.blog-detail blockquote .text {
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: 1;
	display: inline-block;
	background-color: #FF0000;
	padding: 5px 10px;
	color: #fff;
}

.blog-detail table {
    border-top: 3px solid #dddfe1;
    border-bottom: 2px solid #dddfe1;
    width: 100%;
	min-width: 600px;
}

.blog-detail table thead,
.blog-detail tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.blog-detail tbody tr:nth-child(odd) {
    height: 140px;
}

.blog-detail table th,
.blog-detail table td {
    padding: 10px;
}

.blog-detail table th:first-child,
.blog-detail table td:first-child {
    padding-left: 20px;
}

.blog-detail table th:last-child,
.blog-detail table td:last-child {
    padding-right: 20px;
}

.blog-detail__articles {
    margin-bottom: 50px;
}

.blog-detail__articles p {
    margin-bottom: 20px;
	font-size: 16px;
}

.blog-detail__articles-title {
    margin: 50px 0 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.blog-detail__articles-title--analog {
    font-size: 24px;
    font-weight: 700;
}

.blog-detail__article ul {
	padding: 0;
	list-style-type: none;
}

.blog-detail__article ul li {
	position: relative;
	padding-left: 20px;
}

.blog-detail__article ul li::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 10px;
	height: 2px;
	background-color: var(--site-accent-color);
	content: '';
}

.blog-detail ol {
    counter-reset: list;
	padding: 0;
}

#content .blog-detail ol li {
	position: relative;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 10px;
	list-style-type: none;
}

#content .blog-detail ol li:last-child {
	margin-bottom: 0;
}

.blog-detail ol > li::before {
    position: absolute;
    content: counter(list);
    top: 0;
	left: 0;
    font-weight: 700;
    counter-increment: list;
	color: var(--site-accent-color);
}

.blog-detail__content {
	background-color: #F5F5F5;
	padding: 20px;
	margin-bottom: 50px;
}

.blog-detail__content a {
	text-decoration: none;
	transition: 0.3s;
    color: var(--site-text-color);
    font-weight: 700;
}

.blog-detail__content a:hover {
	color: var(--site-accent-color);
}

.blog-detail__content-title {
	margin: 0 0 20px;
	line-height: 1;
	color: #000;
}

.blog-detail__pic {
	margin-bottom: 20px;
}

.blog-detail__pic img {
	width: 100%;
	height: auto;
}

.page-title {
	display: flex;
	align-items: flex-start;
	margin: 15px 0 35px;
    text-transform: uppercase;
}

.page-title a {
	display: none;
	margin-right: 15px;
}

.page-title a path {
	stroke-width: 2;
}

body.main {
	min-width: unset;
}

.blog__table-wrap {
	overflow-x: auto;
}

.blog__table-wrap::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.blog__table-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f7f7f7;
}
.blog__table-wrap::-webkit-scrollbar-thumb {
    background-color: var(--site-accent-color);
    border-radius: 6px;
    border: none;
}
.blog__table-wrap {
    scrollbar-color: var(--site-accent-color) #f7f7f7;
    scrollbar-width: thin;
}

.blog-detail__analog-link-container-block {
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.blog-detail__analog-link-container-block:last-of-type {
	margin-bottom: 0;
}

.blog-detail__analog-link-container-block img {
	min-width: 80px;
	width: 80px;
	height: 50px;
}

.blog-detail__analog-link {
	display: inline-block;
	transition: 0.3s;
	text-decoration-line: underline;
	color: var(--site-link-color);
	margin-left: 20px;
}

.consultation {
    background: #F5F5F5;
}

.consultation__container {
    padding-top: 113px;
    padding-bottom: 181px;
    width: 930px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.consultation__container__img {
    width: 192px;
    height: 186.81px;
}

.consultation__container__img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.consultation__container-title {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #484848;
    margin-bottom: 18px;
}

.consultation__container__text p {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #484848;
}

.consultation__container__text p span {
    font-weight: normal;
}

.consultation__container__text p a {
    color: var(--site-link-color);
}

@media screen and (max-width: 930px) {
    .consultation__container {
        width: 700px;
        padding-top: 70px;
        padding-bottom: 110px;
    }

    .consultation__container__img {
        display: none;
    }
}

@media screen and (max-width: 730px) {
    .consultation__container {
        width: 500px;
    }

    .consultation__container-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (max-width: 530px) {
    .consultation__container {
        width: 300px;
    }

    .consultation__container-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
	.page-title {
		font-size: 25px;
	}
}

@media (max-width: 575px) {
	.page-title {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: 500;
	}

	.blog-detail {
		padding: 0 10px;
		margin-bottom: 40px;
	}

	.blog-detail__content {
		padding: 15px 20px;
		margin: 0 0 15px;
	}

	.blog-detail ol > li::before {
		color: #000;
		content: counter(list) ". ";
	}

	.blog-detail__content a {
		color: #000;
	}

	.blog-detail__articles-title {
		margin: 15px 0;
	}

	.blog-detail blockquote {
		padding: 60px 20px 20px;
	}

	.blog-detail blockquote::before,
	.blog-detail blockquote::after {
		font-size: 100px;
		top: 0;
		transform: none;
	}

	.blog-detail blockquote::after {
		top: unset;
		bottom: 0;
	}

	.blog-detail blockquote .text {
		left: 20px;
	}

	.blog__table-wrap {
		margin: 0 -20px;
	}

	.blog-detail tbody tr:nth-child(2n+1) {
		height: 90px;
	}

	.blog-detail__analog-link {
		margin-bottom: 15px;
		text-decoration: none;
	}

	.blog-detail__articles-title--analog {
		margin-bottom: 15px;
	}

	.page-title a {
		display: block;
	}
}

.news-date-time{margin-bottom: 10px;}
/* End */
/* /bitrix/templates/v2/components/bitrix/breadcrumb/main/style.css?16770573661082 */
/* /bitrix/templates/v2/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?17732194176746 */
