

/* Start:/local/templates/journal/components/custom/news.detail/article/style.css?17488573634267*/
h1 {
	font-weight: normal!important;
}

.article__subtitle {
	font-family: Raleway;
}

.article__top {
	margin-bottom: 20px;
}
.article .preview-info {
	margin: 0 0 20px;
}
.article-info__tags {
    display: flex;
	flex-wrap: wrap;
    flex: 1 100%;
    gap: 15px;
	margin-top: 8px;
}
.article-info__tag:visited,
.article-info__tag {
	padding: 6px 10px;
    color: #666666;
    border-radius: 50px;
    border: 1px solid  #E6E6E6;
    display: flex;
    align-items: center;
    width: fit-content;
    white-space: nowrap;
    gap: 8px;
    background-color: #fff;
}


.article-info__tag:hover {
	border: 1px solid #F2F2F2;
    background: #F9F6FE;
	color: #666666;
}

.article__img {
	display: flex;
	align-items: center;
}

.article__intro {
	margin-bottom: 20px;
}

.article__intro > .intro__item {
	margin-bottom: 20px;
}
.article__intro .intro__item:last-child {
	margin-bottom: 0;
}

.article__intro .expert {
	margin-bottom: 20px;
}
.article__intro .expert:last-child {
	margin-bottom: 0;
}

.article__text {
	margin-bottom: 20px;
}
.article__text .col-md-8 > *:last-child {
    margin-bottom: 0;
}
.article__text img {
	border: 1px solid var(--color-gray2);
}


.buttons {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
    margin-bottom: 20px;
}

.buttons__block {
	display: flex;
	align-items: center;
}

.buttons__block {
	margin-right: 10px;
}
.buttons__block:last-child {
	margin-top: 20px;
	margin-right: 0;
}
.buttons__item {
	margin-right: 10px;
}
.buttons__item:last-child {
	margin-right: 0;
}


.likes,
.dislikes {
	display: flex;
    flex-direction: column;
    align-items: center;
}

.likes__count,
.dislikes__count {
	margin-top: 2px;
	color: var(--color-gray3);
}

.share {
	position: relative;
}

.share_links {
	position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);

    display: none;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 18%), 0px 0px 4px rgb(0 0 0 / 10%);
    background-color: var(--color-white);
    z-index: 2;
}
.share_links_active {
	display: block;
}

.share_list {
	display: flex;
	flex-direction: column;
}

.share__link,
.share__copy {
	/*margin-bottom: 15px;*/
}
.share__item:last-child .share__link,
.share__item:last-child .share__copy:last-child {
	margin-bottom: 0;
}

.share__link,
.share__psevdo-link,
.share__link:hover,
.share__psevdo-link:hover,
.share__link:active,
.share__psevdo-link:active,
.share__link:visited,
.share__psevdo-link:visited {
	display: flex;
	align-items: center;

	border-bottom: none;
	cursor: pointer;

    font-weight: normal;
    color: var(--color-black);
}

.share__link .icon,
.share__psevdo-link .icon {
	margin-right: 5px;
}

.icon.share__icon {
	fill: var(--color-black);
}

.share__title {
	white-space: nowrap
}

.share .input-copy {
	display: none;
}


.additionally-for-article {
	padding: 20px 0;
}
.additionally-for-article .recommendations {
	margin-bottom: -30px;
}


@media (min-width: 1024px) {
	.article__top {
		margin-bottom: 2.2222rem;
	}
	.article .preview-info {
		margin: 0 0 1.6667rem;
	}

	.article__intro {
		margin-bottom: 1.6667rem;
	}

	.article__intro > .intro__item {
		margin-bottom: 1.6667rem;
	}

	.article__intro .expert {
		margin-bottom: 1.6667rem;
	}

	.article__text {
		margin-bottom: 1.6667rem;
	}

	.buttons {
		flex-direction: row;
	    margin-bottom: 1.6667rem;
	}
	.buttons__block {
		margin-right: 0.5556rem;
	}
	.buttons__block:last-child {
		margin-top: 0;
	}
	.buttons__item {
		margin-right: 0.5556rem;
	}

	.likes__count,
	.dislikes__count {
		margin-top: 0.1111rem;
		color: var(--color-gray3);
	}

	.share_links {
	    top: 2.7778rem;
	    padding: 0.8333rem;
	    border-radius: 0.4444rem;
	}

	.share__link,
	.share__copy {
		/*margin-bottom: 0.8333rem;*/
	}

	.share__link .icon,
	.share__psevdo-link .icon {
		margin-right: 0.5556rem;
	}

	.additionally-for-article {
		padding: 2.7778rem 0;
	}
	.additionally-for-article .recommendations {
		margin-bottom: -2.7778rem;
	}
}

/* End */


/* Start:/local/templates/journal/components/custom/main.news.list/popular/style.css?17513764602298*/
.popular {
	position: relative;

	height: 100%;
	padding: 10px;

	background: #232323;
	border-radius: 7px;
	/*overflow: hidden;*/
}

.popular .popular__title,
.popular .preview__name {
	color: var(--color-white);
}
.no-decor {
    text-decoration: none !important;
}
.no-border {
    border: none !important;
}
.popular__top {
	display: flex;
	align-items: center;
	height: 30px;
	margin-bottom: 10px;
}
.preview__name.preview__link {
	display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular__list {
	position: relative;
    height: auto;
    margin-top: 0;
    padding: 0 0 10px;

	display: flex;
	flex-direction: row;

	overflow: auto;
}

.preview.preview_popular {
	display: flex;
    flex-direction: column;
    min-width: calc(100% - 40px);
    min-height: auto;
    height: auto;
    margin-right: 30px;
    margin-bottom: 0;
    overflow: unset;
}
.preview.preview_popular:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.preview.preview_popular:after {
	content: "";
    position: absolute;
    top: 0;
    right: -15px;
    left: unset;
    bottom: unset;

    width: 1px;
    height: 100%;
    background: var(--color-gray3);
}
.preview.preview_popular:last-child:after {
	display: none;
}

.preview_popular .preview__content {
	flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.preview_popular .preview__section {
    margin-bottom: 10px;
    color: var(--color-green1);
}

@media (min-width: 1024px) {
	.popular {
		min-height: 30.5556rem;
	    padding: 0 1.1111rem 1.1111rem;
	}

	.popular__top {
		height: 3.8889rem;
	}


	.popular__list {
		position: absolute;
	    top: 0;
	    left: 0;
	    height: calc(100% - 4.4444rem);
	    margin-top: 4.4444rem;
	    padding: 0 1.1111rem 1.1111rem;

		flex-direction: column;
	}

	.preview.preview_popular {
		min-width: unset;
		margin-right: 0;
	    margin-bottom: 2.2222rem;
	}

	.preview.preview_popular:after {
		top: unset;
    	right: unset;
	    left: 0;
	    bottom: -1.1111rem;

	    width: 100%;
	    height: 1px;
	    background: var(--color-gray3);
	}
}
/* End */


/* Start:/local/components/custom/comments/templates/.default/style.css?17234704133106*/
.comments {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;

    display: flex;
    flex-direction: column;
    height: 100%;

    background: #FFFFFF;
}

.comments__head {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;
    height: 70px;
    padding: 0 15px;
    background: #FFFFFF;
}
.comments__head svg {
    cursor: pointer;
}

.comments__content {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 320px;
    height: 100vh;
    padding: 0 15px 30px;
    background: #FFFFFF;
    z-index: 1;
    overflow-y: auto;
}

.auth {
    margin-bottom: 20px;
}
.auth__text {
    margin-bottom: 20px;
}

.auth__links {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.auth__links_social {
    margin-bottom: 0;
}

.auth__icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px; 
}

.auth__link {
    margin-right: 10px;
}
.auth__link:last-child {
    margin-right: 0;
}

.add {
    width: 100%;
    margin-bottom: 20px;
}
.add__wrap-textarea {
    margin-bottom: 10px;
    white-space: pre-wrap;
}

.comments__list {
    width: 100%;
}

.comment {
    margin-bottom: 20px;
}
.comment:last-child {
    margin-bottom: 0;
}

.user {
    display: flex;
    align-items: center;
}
.user__img {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-right: 10px;
    border-radius: 100%;
}
.user__info {
    display: flex;
    flex-direction: column;
}
.user__date {
    margin-top: 5px;
    color: var(--color-gray3);
}

.comment__text {
    margin-top: 10px;
}

.comment__btns {
    display: flex;
    margin-top: 10px;
}
.comment__btns > * {
    margin-right: 15px;
}
.comment__btns > *:last-child {
    margin-right: 0;
}

.comment__like-wrap {
    display: flex;
}
.comment .comment__like_active {
    color: var(--color-green3);
}
.comment__likes {
    margin-left: 5px;
    color: var(--color-gray3);
}

.empty.comments__empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.empty__img {
    width: 100%;
}
.empty__text {
    margin-top: 10px;
    text-align: center;
}

.comments__back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}


@media (min-width: 1024px) {
    .comments__head {
        height: 3.8889rem;
        padding: 1.1111rem 0.8333rem;
    }

    .auth {
        margin-bottom: 1.6667rem;
    }
    .add {
        margin-bottom: 1.6667rem;
    }
    .comment {
        margin-bottom: 1.6667rem;
    }

    .user__img {
        width: 2.7778rem;
        height: 2.7778rem;
        margin-right: 0.5556rem;
    }
    .user__date {
        margin-top: 0.2778rem;
    }
}


/* End */


/* Start:/local/templates/journal/components/bitrix/subscribe.form/main/style.css?17442074651547*/
/*-------------------------------subscribe--------------------------------------*/


#subscribe-block {
    content: "";
    display: block;
    border-top: 80px solid transparent;
    margin-top: -80px;
}

.subscribe__wrap {
    background: var(--color-white);
    padding: 10px;

    border-radius: 7px;
    overflow: hidden;
}

.subscribe__text {
    margin-bottom: 20px;
}

.subscribe__form .form__body {
    display: flex;
}
.subscribe__form .form__item {
    width: calc(100% - 40px);
}
.subscribe__form .wrap-input {
    width: 100%;
}
.subscribe__form .form__error {
    margin: 15px 0 0;
}
.subscribe__form .btn {
    margin-left: 10px;
}
.subscribe__consent {
    margin-top: 15px;
}


.subscribe .thx {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}
.subscribe .thx__title {
    margin: 0;
}
.subscribe .thx__text {
    margin: 10px 0 0;
}

@media (min-width: 1024px) {
    .subscribe__wrap {
        padding: 1.1111rem;
    }
    .subscribe__text {
        margin-bottom: 0;
    }
    .subscribe__form .form__item {
        width: 16.6667rem;
    }
    .subscribe__form .form__error {
        margin: 0.8333rem 0 0;
    }
    .subscribe__form .btn {
        margin-left: 0.8333rem;
    }
    .subscribe__consent {
        margin-top: 0.8333rem;
    }

    .subscribe .thx {
        padding: 0.8333rem 0;
    }
    .subscribe .thx__text {
        margin: 0.5556rem 0 0;
    }
}
/* End */
/* /local/templates/journal/components/custom/news.detail/article/style.css?17488573634267 */
/* /local/templates/journal/components/custom/main.news.list/popular/style.css?17513764602298 */
/* /local/components/custom/comments/templates/.default/style.css?17234704133106 */
/* /local/templates/journal/components/bitrix/subscribe.form/main/style.css?17442074651547 */
