

/* Start:/local/templates/pplus/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?174496727113169*/
/* new css start */
.blog-card__params {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
    margin-bottom: 10px;
}

.blog-card__params .blog-card__date {
	margin: 0;
}

.blog-card__author {
    line-height: 1.83;
    font-size: 12px;
}

.article__layout {
	display: grid;
	grid-template-columns: 1fr 297px;
	gap: 20px;
	margin-top: 40px;
}

.article__content {
	flex: 1;
}

/* .article__content > .b-wrap {
	margin-top: 0;
}
 */

 .b-wrap {
    margin-top: 0px !important;
 }
.article__sidebar {
	flex: 0 0 297px;
	max-width: 297px;
}

.article__author {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 3px;
}

.article__author-title {
	font-size: 12px;
	line-height: 183%;
	color: #a5a5a5;
}

.article__author-link {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	color: #2eb2a0;
}

.article__author-link:hover {
	text-decoration: none;
}

.article__author-photo {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	object-fit: cover;
}

.article__author-name {
	max-width: 150px;
	color: #2eb2a0;
}

.article__author-about {
	font-size: 16px;
	line-height: 150%;
	color: #404040;
}

.expert {
	padding-top: 12px;
	padding-bottom: 20px;
}

.expert__header {
	display: flex;
	align-items: center;
	gap: 20px;
}

.expert__photo {
	width: 192px;
	height: 192px;
	border-radius: 50%;
	object-fit: cover;
}

.expert__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 18px;
}

.expert__name {
	font-weight: 300;
	font-size: 48px;
	line-height: 112%;
}

.expert__socs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.expert__soc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.expert__soc-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.expert__body {
	margin-top: 40px;
}

.expert__menu {
	display: flex;
	gap: 20px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	line-height: 150%;
}

.expert__menu-item:before {
	display: none;
}

.expert__menu-link {
	display: block;
	padding-bottom: 9px;
	border-bottom: 2px solid transparent;
	color: #2eb2a0;
	transform: translateY(2px);
	text-align: center;
}

.expert__menu-link.active {
	border-color: #404040;
	color: #404040;
}

.expert__content {
	padding-top: 40px;
}

.expert__about {
	max-width: 935px;
	font-size: 16px;
	line-height: 150%;
}

.expert__about h2 {
	margin: 40px 0 10px;
	font-size: 24px;
	line-height: 125%;
	font-weight: 400;
}

.expert__about h2:first-of-type {
	margin-top: 0;
}

.expert__about p {
	margin: 0 0 16px;
}

.expert__about p:last-child {
	margin-bottom: 0;
}

.expert__about ul {
	padding-left: 1.5em;
}

.expert__about ul li::marker {
	font-size: 0.8em;
}

.expert__articles .blog-card__title {
	font-size: 24px;
	line-height: 1.25;
}


/* RESPONSIVE */

@media (max-width: 1249px) {
	.article__layout {
		grid-template-columns: 100%;
		margin-top: 20px;
	}

	.article__sidebar {
		max-width: none;
		flex: auto;
		order: -1;
		margin-bottom: 6px;
	}

	.expert {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.expert__header {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}

	.expert__photo {
		width: 140px;
		height: 140px;
	}

	.expert__name {
		font-size: 28px;
	}

	.expert__info {
		gap: 10px;
	}

	.expert__soc-icon {
		width: 40px;
		height: 40px;
	}

	.expert__menu-item {
		flex: 1;
	}

	.expert__body {
		margin-top: 28px;
	}

	.expert__content {
		padding-top: 30px;
	}

	.expert__about h2 {
		margin: 30px 0 9px;
		font-size: 20px;
	}
}
/* new css end */

.article__main h3,
.article__main h2{
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
}
.article__main p {
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 16px;
}
.article__main ul,
.article__main ol {
	padding-left: 1.1rem;
	margin-bottom: 20px;
}
.article__main h2 + ul,
.article__main h2 + ol{
	margin-top: -20px;
}
.article__main ul li p:last-child,
.article__main ol li p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 1249px) {
	.article__main h3,
	.article__main h2{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.article__main img{
		max-width: 100%;
		height: auto;
	}
}
.article__category{
	margin-bottom: 1rem;
}
.article__category a ,
.article__body a:not([class]) {
	color: #2eb2a0;
}
.article__body .article__main{
	width: 100%;
}
.article__main img[align=left]{
	margin-right: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: left;
}
.article__main img[align=right]{
	margin-left: 50px;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: right;
}
@media only screen and (max-width: 1249px) {
	.article__main img[align=left],
	.article__main img[align=right]{
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
}
.article__main table td{
	padding: 10px
}
.contents{
	background: #EAF7F6;
	padding: 20px 30px;
	border-radius: 20px;
}
.article__main a.para{
	position: relative;
	top: -100px;
	display: block;
}
.article .faq__wrapper{
	padding: 35px 0 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.article .faq__content{
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: .3s;
	display: block;
	padding-bottom: 0;
}
.article .faq__icon{
	transition: transform .3s;
}
.article .faq__item--active .faq__icon{
	transform: rotate(-45deg);
}
.article .faq__item--active .faq__content{
	opacity: 1;
	max-height: 500px;
}
.article .faq__content-text{
	padding-bottom: 20px;
}
.article .faq__content-text ul{
	padding-left: 18px;
}
.article .docs-block{
	display: flex;
	gap: 10px;
}
.article .docs-block + .docs-block{
	margin-top: 10px;
}
.article .docs-icon{
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: transparent url("/local/templates/pplus/img/icons/docx.svg") 0 0/contain no-repeat;
}
.article .docs-block-text{
	line-height: 1.2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.article .docs-block-text br{
	display: none;
}
.article .doc-checked{
	font-size: 13px;
}
.article .doc-checked:before{
	content: "";
	background: transparent url("/local/templates/pplus/img/icons/arrow-circle.svg") 50% 50%/contain no-repeat;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #2EB2A0;
	margin-right: 10px;
	display: inline-block;
	vertical-align: sub;
}




/* articles */
.n-articles__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.n-articles__group + .n-articles__group {
    margin-left: 20px;
}

@media only screen and (max-width: 1249px) {
    .n-articles__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .n-articles__group + .n-articles__group {
        margin-top: 24px;
        margin-left: 0;
    }
}

/* share */
.n-share__wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 16px 16px 16px 41px;
    width: fit-content;
    border: 1px solid #E9E9E9;
    border-radius: 47px;
}

.n-share__title {
    display: block;
    margin-right: 22px;
    max-width: 139px;
    width: fit-content;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.333333333;
}

.n-share__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -9px;
    margin-bottom: -9px;
}

.n-share__item {
    margin-right: 9px;
    margin-bottom: 9px;
}

.n-share__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    width: 60px;
    height: 60px;
    transition: all 0.25s ease-in-out;
}

.n-share > svg {
    min-width: 60px;
    width: 60px;
    height: 60px;
}

@media screen and (hover: hover) {
    .n-share__link:hover {
        opacity: 0.8;
    }
}

@media only screen and (max-width: 1249px) {
    .n-share__wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        border-radius: 20px;
    }
    .n-share__title {
        margin-right: 0;
        margin-bottom: 16px;
        max-width: none;
    }
    .n-share__link {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
    .n-share > svg {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }
}

/* comments */
.n-comments {
    margin-top: 42px;
}

.n-comments__new + .n-comments__top,
.n-comments__new + .n-comments__wrapper {
    margin-top: 42px;
}

.n-comments__top {
    margin-bottom: 35px;
}

.n-comments__heading {
    display: block;
    width: fit-content;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    color: #404040;
}

.n-comments__heading span {
    color: #CACACA;
}

.n-comments__item {
    width: 100%;
}

.n-comments__item + .n-comments__item {
    margin-top: 42px;
}

.n-comments__more {
    margin-top: 50px;
    width: 100%;
    color: #2EB2A0;
    border: 1px solid #2EB2A0;
}

.n-comments__more:disabled {
    cursor: not-allowed !important;
}

.n-comments__more:hover:not([disabled]) {
    color: #2EB2A0;
}

@media screen and (hover: hover) {
    .n-comments__more:hover:not([disabled]) {
        color: #FFFFFF;
        background: #2EB2A0;
        border-color: #2EB2A0;
    }
}

/* new */
.n-comments-new__form {
    width: 100%;
}

.n-comments-new__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.n-comments-new__inner + .n-comments-new__inner {
    margin-top: 20px;
}

.n-comments-new__input {
    flex: 1 1 auto;
    appearance: none;
    display: block;
    padding: 24px 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #404040;
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    transition: all 0.25s ease-in-out;
}

.n-comments-new__input::placeholder {
    opacity: 1;
    color: #CACACA;
}

.n-comments-new__input:focus {
    outline: none;
    border-color: #404040;
}

.n-comments-new__textarea {
    appearance: none;
    resize: none;
    overflow: hidden;
    display: block;
    padding: 24px 30px 96px 30px;
    min-height: 240px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #404040;
    background: #F9F9F9;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    transition: all 0.25s ease-in-out;
}

.n-comments-new__textarea::placeholder {
    opacity: 1;
    color: #CACACA;
}

.n-comments-new__textarea:focus {
    outline: none;
    border-color: #404040;
}

.n-comments-new__btn {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 10;
    display: block;
    min-width: 199px;
}

/* card */
.n-comments-card {
    display: flex;
}

.n-comments-card__img {
    display: block;
    overflow: hidden;
    margin-right: 14px;
    min-width: 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.n-comments-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-comments-card__body {
    max-width: calc(100% - 48px - 14px);
    width: 100%;
}

.n-comments-card__inner {
    display: flex;
    align-items: center;
    width: fit-content;
}

.n-comments-card__name {
    display: block;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.333333333;
}

.n-comments-card__help {
    display: block;
    margin-left: 12px;
    width: fit-content;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.333333333;
    color: #CACACA;
}

.n-comments-card__description {
    display: block;
    margin-top: 9px;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #404040;
}


@media only screen and (min-width: 1250px) {
    .n-comments-new__input {
        width: calc(50% - 10px);
    }
    .n-comments-new__input:nth-child(2n) {
        margin-left: 20px;
    }
    .n-comments-new__input:nth-child(n + 3) {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1249px) {
    .n-comments-new__inner + .n-comments-new__inner {
        margin-top: 15px;
    }
    .n-comments-new__input {
        width: 100%;
    }
    .n-comments-new__input:nth-child(n + 2) {
        margin-top: 15px;
    }

    .n-comments-card__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .n-comments-card__help {
        margin-top: 4px;
        margin-left: 0;
    }
}
.under-h1{
    max-width: 721px;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #404040;
    margin-top: 27px;
    margin-bottom: 42px;
}
.under-h1 + .b-wrap{
    margin-top: 42px;
}
.under-h1 + .article__layout p,
.under-h1 + .article__layout ul{
	margin-bottom: 1rem;
}
.under-h1 + .article__layout p:last-child,
.under-h1 + .article__layout ul:last-child{
	margin-bottom: 0;
}
.under-h1 + .article__layout ul{
	padding-left: 1.5em;
}
.under-h1 h2,
.under-h1 + .article__layout h2 {
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: normal;
}
.article__main > big:first-child{
	display: block;
	margin-bottom: 10px;
}
@media (max-width: 1249px) {
	.under-h1,
	.under-h1 h2,
	.under-h1 + .article__layout h2 {
		font-size: 20px;
	}
}
/* End */


/* Start:/bitrix/components/askaron/askaron.ibvote.iblock.vote/templates/ajax/style.css?1741682391464*/
div.star-active
{
	cursor: pointer;
}

div.star-empty
{
	background: transparent url(/bitrix/components/askaron/askaron.ibvote.iblock.vote/templates/ajax/images/empty.svg) 50% 50% no-repeat;
	width:25px;
	height:25px;
	overflow:hidden;
}

div.star-voted
{
	background: transparent url(/bitrix/components/askaron/askaron.ibvote.iblock.vote/templates/ajax/images/voted.svg) 50% 50% no-repeat;
	width:25px;
	height:25px;
	overflow:hidden;
}

div.star-over
{
	background: transparent url(/bitrix/components/askaron/askaron.ibvote.iblock.vote/templates/ajax/images/over.svg) 50% 50% no-repeat;
	width:25px;
	height:25px;
	overflow:hidden;
}
.vote-result{
	padding-left: 5px;
}
/* End */


/* Start:/local/templates/pplus/components/bitrix/news/blog/bitrix/news.list/other/style.css?1753875066779*/
.other-title{
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 60px;
}
.blog__grid.blog__other{

}
.blog__grid.blog__other .blog-card .blog-card__picture{
	margin-bottom: 10px;
	height: 170px;
}
.blog__grid.blog__other .blog-card .blog-card__picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog__grid.blog__other .blog-card .blog-card__title{
	font-size: 16px;
}
.blog__grid.blog__other .blog-card .blog-card__body{
	font-size: 13px;
}
.blog__grid.blog__other .blog-card{
	width: 20%;
	padding-right: 25px;
}

@media only screen and (max-width: 1249px){
	.blog__grid.blog__other .blog-card {
		width: 100%;
	}
}
.blog-card__date{
	min-height: 34px;
	margin-bottom: 5px;
}
.blog-card__date-update{
	line-height: 1;
}
/* End */
/* /local/templates/pplus/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?174496727113169 */
/* /bitrix/components/askaron/askaron.ibvote.iblock.vote/templates/ajax/style.css?1741682391464 */
/* /local/templates/pplus/components/bitrix/news/blog/bitrix/news.list/other/style.css?1753875066779 */
