

/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/news/special/bitrix/news.detail/special-detail/style.css?17138749914047*/
div.news-detail
{
	word-wrap: break-word;
}
.news-detail.special-article-detail {
	max-width:1024px;
}
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
}
.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,  .news-detail__content .news-detail__epigraph{*/
/*	padding: 0 10px;*/
/*}*/
/*.news-detail__content .news-detail__epigraph{*/
/*	margin-bottom: 80px;*/
/*}*/
.news-detail__content .news-detail__banner img{
	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;
}
.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;
}
.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;
	border: 1px solid #DEE2E6;
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 10px;
	background: #FFF;

	color: #495057;

	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;
}
@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;
	}

	.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;
	}
}

/* End */


/* Start:/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-list/style.css?17138749905356*/
.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;
    position: relative;
}
.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;
}
.category-link {
    display: inline-flex;
    padding: 4px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #1F3935;

    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 2;
}
.category-link:hover {
    color: #1F3935;
}
.article-item__name {
    color: #FFF;
    font-family: "Open Sans";
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 100px 34px 24px 24px;
    background: linear-gradient(0deg, #294752 0%, rgba(41, 71, 82, 0.01) 87.76%, rgba(19, 33, 39, 0.00) 87.77%);
    border-radius: 24px;

    transition: all .5s ease-in-out;
}

.article-item__name:hover {
    color: #FFF;
}
.article-item__name .title{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;

}
.article-item__name .text {
    opacity: 0;
    max-height: 0;
    /*height: 0;*/
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.article-item__name .button-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.article-item__name:hover .text, .article-item__name:hover .button {
    opacity: 1;
    max-height: 200px;
}

.article-item__name .button {
    opacity: 0;
    /*height: 0;*/
    max-height: 0;
    border-radius: 64px;
    border: 1px solid #FFF;
    display: flex;
    padding: 12px 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.article-item__name .button 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;

}
.article-item__name .button:hover {
    border: 1px solid #FFF;
    background: #FFF;
}
.article-item__name .button:hover span {
    background: center url("/local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-author-list/image/arrow.svg") no-repeat;
}

.article-wrapper.owl-carousel .owl-nav {
    top: -93px;
    right: 0;
}

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

.article-wrapper.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-wrapper.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-wrapper.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-wrapper.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");

}
@media screen and (max-width: 1024px) {

    .article-wrapper.owl-carousel .owl-nav
    {
        display: flex;
    }
    .article-wrapper.owl-carousel .owl-stage {
        padding-left: 0 !important;
    }
    .article-title-wrapper .title {
        font-size: 32px;
        line-height: 40px;
    }
    .article-wrapper.owl-carousel .owl-nav {
        top: -90px;
        right: 0;
    }
}


/* End */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/news/special/bitrix/news.detail/special-detail/style.css?17138749914047 */
/* /local/templates/aspro-local-allcorp3medc/components/bitrix/news.list/special-list/style.css?17138749905356 */
