

/* Start:/local/templates/shr_phobos/components/bitrix/news/template_phobos_news/bitrix/news.detail/.default/style.css?17617348905678*/
	.right-side-detail-news{
		margin-top: 30px;
	}
	.news-detail{
		margin-top: -30px;
	}
	.video-name{
		font-size: 2.25rem;
		margin-bottom: 1.4rem;
	}
	.content-news{
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		background-color: #fff;
	}
	.img-container{
		position: relative;
		/*padding-bottom: 35%;*/
		/*min-height: 500px;*/
		background-position: center;
		background-repeat: no-repeat
		-webkit-background-size: cover;
		background-size: cover;
	}
	.img-cover{
		/*position: absolute;*/
		/*min-height: 500px;*/
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
	}

	.top-detail-meta{
		opacity: 1;
		font-size: .8rem;
		font-weight: 300;
		color: #fff;
		padding-top: 4rem;
		/*padding-bottom: 4rem;*/
		padding-bottom: 2px;
	}
	.img-meta-iportal{
		max-width: 16px;
		height: auto;
		width: 100%;
		margin-right: 5px;
		filter: invert(1);
	}
	.top-detail-meta > span:not(:last-child){
		margin-right: 1.2rem;
	}
	.top-detail-meta{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.top-detail-meta > span{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.name-detail-news{
		font-size: 2.25rem;
		margin-bottom: 1.2rem;
		color: #fff;
	}
	.preview-detail-txt{
		font-size: 1.2rem;
		color: #fff;
		padding-bottom: 1.5rem;
	}
	.flex-column-detail-news{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		height: 100%;
	}
	.detail-news__author-line{
		color: #fff;
		/*display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;*/
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 1px solid #FFFFFF60;
		margin-left: -3rem;
		margin-right: -3rem;
		padding-left: 3rem;
		padding-right: 3rem;
		backdrop-filter: blur(5px);

	}
	.iportal-section-item{
		color: inherit;
		text-decoration: none;
	}
	.iportal-section-item{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.iportal-section-item:hover{
		color: inherit;
		text-decoration: none;
	}

	.iportal-item-txt{
		margin-bottom: 15px;
		font-size: .75rem;
	}
	.detail-txt img{
		max-width: 100%;
		height: auto;
	}
	.detail-txt{
		font-family: 'Palatino';
		font-size: 1.1rem;
	}
	.preview-detail-txt{
		font-family: 'Palatino';
		font-size: 1.2rem;
	}
	.detail-news__author-name{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		font-size: .8rem;
		line-height: 1.5;
	}
	.author-name__photo{
		max-width: 2.75rem;
		height: auto;
		margin-right: 15px;
	}
	.author-name__photo img{
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
		border-radius: 50%;
	}
	.author-name__name{
		white-space: nowrap;
	}
	.author-name__header{
		letter-spacing: 0.03em;
		color: #999999;

	}
	.detail-news__share-footer{
		margin-top: 2rem;
		font-family: 'Ubuntu';
		font-size: .8rem;
	}

	.pl15{
		padding-left: 1.5rem;
	} 
	.pr15{
		padding-right: 1.5rem;
	}
	.popular-news-container{
		margin-top: 4rem;
		padding-top: 4rem;
		border-top: 1px solid rgba(0, 0, 0, 0.5);
	}
	.popular-news__header{
		font-weight: 500;
		text-align: center;
		font-size: 2.25rem;
		line-height: 1;
		margin-bottom: 2rem;
	}
	.popular-news-item__img{
		/*padding: 20px;*/
		padding-bottom: 100%;
		
	}
	.popular-news-item{
		/*padding: 20px;*/ 
		position: relative;
		margin-bottom: 30px;
	}
	.popular-news-item__img{
		position: relative; 
	}
	.popular-news-item__img .img-block{
		display: block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.popular-news-item__cover{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 40px 20px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		text-decoration: none;
	}
	.popular-news-item__cover:hover{
		text-decoration: none;
	}
	.popular-news-item__section-name{
		background: rgba(255, 255, 255, 0.4);
		backdrop-filter: blur(1px);
		border-radius: 20px;
		color: #FFFFFF;
		font-size: .9rem;
		padding-top: 4px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 6px;
		display: table;
		width: fit-content;
	}
	.popular-news-item__name{
		font-size: 1.1rem;
		color: #fff;
	}
	.popular-news-item__meta{
		padding-top: 20px;
		border-top: 1px solid #fff;
	}
	.popular-news-item__meta{
		color: #fff;
		font-size: .8rem;
		letter-spacing: 0.03em;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-content: center;
	}
	.popular-news-item__meta .iportal-date-item{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		margin-right: 1.4rem;

	}

.video-container {
    aspect-ratio: 16/9;
    position: relative;
    width: 100%;
}

.video-container iframe,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* End */
/* /local/templates/shr_phobos/components/bitrix/news/template_phobos_news/bitrix/news.detail/.default/style.css?17617348905678 */
