

/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/news/author-blog/bitrix/news.detail/author-blog-detail/style.css?17138749914683*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.cowl {
	display: none;
}

.news-detail{
	display: flex;
	gap: 20px;
	flex-direction: column;
	max-width: 1164px;

}
.news-detail__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:20px;
	width: 100%;
}
.news-detail__header .title {
	color: #253B50;
	font-family: "Roboto";
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
}
.news-detail__header .author {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.news-detail__header .author .name {
	color: #6C757D;
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-align: right;
}
.news-detail__header .author .photo {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 32px;
	background: #EBEBEB;
	width: 128px;
	height: 128px;
	min-width: 128px;
	min-height: 128px;
	overflow: hidden;
	object-fit: cover;
}
.news-detail__header .author .photo img {
	max-width: 100%;
}
.news-detail__content {
	font-family: "Open Sans";
	display: flex;
	gap: 36px;
	flex-direction: column;
}

.news-detail__content .news-detail__banner img{
	max-width: 100%;
	border-radius: 12px;

}
.news-detail__content .news-detail__epigraph {
	max-width: 776px;
	color: #253B50;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px;
}
.news-detail__content .news-detail__text {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1025px;
}
.news-detail__content .news-detail__text p,
.news-detail__content .news-detail__text li,
.news-detail__content .news-detail__text span{
	color: #4A6882;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	word-break: break-word;
}

.news-detail__content .news-detail__text a {
	word-break: break-word;
}
.news-detail__content .news-detail__text h2 {
	color: #253B50;
	font-family: "Roboto";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
}
.detail-header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.detail-data {
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: space-between;
	align-self: stretch;
}
.detail-data .data {
	color: #ADB5BD;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.detail-data .category {
	border-radius: 8px;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 10px;
	background: #C4AE94;
	color: #fff;

	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
.news-list .article-container {
	padding: 0;
}
.news-detail {
	padding-bottom: 72px;
}
.detail-data__info {
	display: flex;
	align-items: center;
	gap: 32px;
	font-family: "Open Sans";
}
.detail-data__info .author {
	display: flex;
	align-items: center;
	gap: 8px;
}
.detail-data__info .author .photo {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 24px;
	/*background: #EBEBEB;*/
	width: 44px;
	height: 44px
}
.detail-data__info .author .photo img {
	width: 100%;
	border-radius: 24px;
	object-fit: cover;
}

.detail-data__info .author .name{
	color: #6C757D;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
@media screen and (max-width: 1024px) {
	.detail-data {
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
	}

	.detail-data .category {
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}
	.detail-data .data {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}
	.news-detail__header .title {
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}
	.news-detail__content .news-detail__epigraph {
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}
	.news-detail__content {
		gap: 24px;
	}
	.news-detail {
		padding-bottom: 40px;
	}
	.news-detail__header {
		flex-direction: column;
		width: 100%;
	}

	.news-detail__header .author {
		justify-content: space-between;
		align-items: center;
		align-self: stretch;
	}

	.news-detail__header .author .name {
		color: #6C757D;
		font-family: "Open Sans";
		font-size: 18px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px;
		white-space: nowrap;
	}
	.detail-data__info {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.detail-data {
		align-items: flex-start;
		gap: 16px;
	}

}

/* End */


/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/style.css?17138749907961*/
.article-container {
    display: flex;
    padding: 50px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
.article-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*gap: 20px;*/
    position: relative;
}

.author-wrapper {
    border-radius: 32px;
    /*background: #EAE6D9;*/
    background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/image/backsvg.svg") no-repeat ;
    /*background-repeat: no-repeat;*/
    background-size: cover;
    padding: 40px;
    width: 100%
}
.author-block {
    display: inline-flex;
    align-items: flex-start;
    gap: 52px;
    /*padding-bottom: 24px;*/
}
.author-block .photo{
    display: flex;
    width: 218px;
    height: 218px;
    min-width: 218px;
    min-height: 218px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #EBEBEB;
}
.author-block .photo-block .name-mobile {
    display: none;
    color: #495057;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.author-block .photo img {
    border-radius: 32px;
    max-width: 100%;
}
.author-block .info {
    display: flex;
    max-width: 541px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-family: "Open Sans";
}
.author-block .info .name {
    color: #495057;

    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
}
.author-block .info .text {
    color: #6C757D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.article-block {
    position: relative;
}
.article-block .article-author-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 24px;
    background: #F2F0ED;
    font-family: "Open Sans";
    position: relative;
    height: 100%;
    transition: .5s;
}
.article-block .article-author-item:hover {
    background: #FFF;
    /*box-shadow: 0 8px 24px 0 rgba(33, 32, 31, 0.12);*/
}
.article-author-item .image-article {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.article-author-item .image-article img {
    border-radius: 56px;
    background: #FFF;
    width: 192px;
    height: 192px;
    object-fit: cover;
}
.article-author-item .category-tag {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #C4AE94;

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    z-index: 3;
}
.article-author-item .author {
    color: #6C757D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.article-author-item .preview-text {
    color: #495057;
    align-self: stretch;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.article-item {
    height: 412px;
    flex-shrink: 0;
    border-radius: 24px;
    background-color: #C4C4C4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;

    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.article-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}
.article-title-wrapper .title {
    color: #495057;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.article-title-wrapper .navigation {
    min-width: 120px;
}
.detail-link {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.article-block.owl-carousel .owl-nav {
    top: -84px;
    right: 0;
}

.article-block.owl-carousel .owl-nav button.owl-next,
.article-block.owl-carousel .owl-nav button.owl-prev{
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid #E6E7EA;
    background: #FFF;
    position: relative;
}
.article-block.owl-carousel .owl-nav button.owl-next:hover,
.article-block.owl-carousel .owl-nav button.owl-prev:hover{
    border-radius: 12px;
    background: linear-gradient(19deg, #007D7D -24.65%, #00FFC2 146.66%);
}

.article-block.owl-carousel .owl-nav button.owl-prev::after{
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/prev.svg");
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
}
.article-block.owl-carousel .owl-nav button.owl-next::after{
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/next.svg");
    position: absolute;
    top: 10px;
    left: 10px;
    width: 24px;
    height: 24px;
}
.article-block.owl-carousel .owl-nav button.owl-prev:hover::after {
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/prev-white.svg");

}
.article-block.owl-carousel .owl-nav button.owl-next:hover::after {
    content: url("/local/templates/aspro-local-allcorp3medc/components/aspro/com.banners.allcorp3medc/banner-spec/images/next-white.svg");

}
.article-block .owl-stage {
    display: flex;
    align-items: stretch;
}
.article-author-item .preview_text {
    color: #495057;
    font-family: "Open Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 66px;
}
.article-block .article-author-item:hover  .preview_text{
    color: #017E7E;
}
.author-wrapper .author-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.button-link {
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
    position: absolute;
    right: 24px;
    bottom: 24px;
}
.button-link a{
    border-radius: 64px;
    border: 1px solid #017E7E;
    display: flex;
    padding: 12px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    transition: .5s;
}
.button-link span {
    width: 24px;
    height: 24px;
    background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/image/arrow.svg") no-repeat;
}
.button-link a:hover {
    border: 1px solid #017E7E;
    background: #017E7E;
}
.button-link a:hover span {
    width: 24px;
    height: 24px;
    background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/image/arrow-white.svg") no-repeat;
}
@media screen and (max-width: 1024px) {
    .author-wrapper {
        padding: 0;
        background: none;
    }
    .article-block.owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .article-block.owl-carousel .owl-nav
    {
        display: flex;
        top: -75px;
        right: 0;
    }

    .author-wrapper .author-item {
        gap: 84px;
    }

    .author-item .author-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/image/back-mobile.jpg") no-repeat;
        background-size: cover;
        padding: 40px 16px;
        border-radius: 24px;
    }

    .author-block .info .name {
        display: none;
    }
    .author-block .photo-block .name-mobile {
        display: inline-block;
    }

    .author-block .photo-block {
        display: flex;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }

    .author-block .photo {
        width: 132px;
        height: 132px;
        min-width: 132px;
        min-height: 132px;
    }
    .article-title-wrapper .title {
        font-size: 32px;
        line-height: 40px;
    }

    .article-block .article-author-item:hover
    {
        background: #F2F0ED;
        box-shadow: none;
    }
}

/* End */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/news/author-blog/bitrix/news.detail/author-blog-detail/style.css?17138749914683 */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/style.css?17138749907961 */
