

/* Start:/bitrix/templates/skinadvisor/components/bitrix/news/massmedia/bitrix/news.detail/.default/style.css?17022777623748*/
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;
}
.news-detail{
	display:flex;
	border-bottom:1px solid black;
}
.detail-body{
	padding:23px;
	border-left:1px solid black;
}
@media screen and (min-width:768px){
	.detail-body{
		overflow-y:scroll;
		overflow-x: hidden;
	}
}
.detail-body::-webkit-scrollbar {
	width: 1px;
	height: 1px;
}

.detail-body::-webkit-scrollbar-thumb {
	background: transparent;
}

.detail-body::-webkit-scrollbar-track {
	background: transparent;
}
.detail-body h3{
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	width:60%;
	margin-bottom:20px;
}
div.news-detail img.detail_picture{
	margin:0;
	width:40%;
	object-fit: cover;
}
.detail-text{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}
.news-detail.container{
	padding:0;
}
.bread-crumb.container{
	position: relative;
}
.review-breadcrumb{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.back-link{
	position: absolute;
	left: -50px;
	top: 20px;
}
.breadcrumb-back{
	height: 18px;
	width: 11px;
	background: url(/images/Union.svg) no-repeat center center;
}
.header-mobile-article{
	display:none;
	padding: 10px 20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #000000;
}
.news-detail.container{
	height: calc(100vh - 22vh - 62px);
}
.article-search{
	display:none;
}
@media screen and (max-width: 1313px) {
	.bread-crumb.container{
		padding: 0 40px;
	}
	.back-link{
		left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.bread-crumb.container {
		padding: 0 20px;
	}
	.back-link {
		display: none;
	}
	.news-detail.container{
		height: 100%;
		border-bottom: none;
	}
	div.news-detail img.detail_picture{
		width:100%;
		border-bottom:1px solid black;
		border-top:1px solid black;
	}
	.detail-body h3{
		display:none;
	}
	.header-mobile-article{
		display:block;
	}
	.news-detail{
		flex-direction: column;
	}
	.detail-body h3{
		width: 100%;
	}
	.detail-body{
		border-left: none;
	}
}
@media screen and (max-width: 513px) {
	.detail-body .detail-text{
		font-size: 13px;
		line-height: 14px;
	}
}
@media screen and (min-width: 767px) {
	body #page-wrapper main{
		padding-bottom: 0!important;
	}
	#page-wrapper .foot-bar .bottom-menu{
		height:9vh!important;
	}
	.header{
		height: 13vh!important;
	}
	.header .container{
		height: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.header .prime-logo-wrapper{
		padding-top:0;
	}
}
@media screen and (min-width: 767px) {
	body #page-wrapper main {
		padding-bottom: 0 !important;
	}
}

.news-list-wrap .detail-body:before{
	display:none;
}

.read-more-link{
	align-self: end;
	justify-self: end;
	margin-top: 40px;
	margin-bottom: 60px;
	display: flex;
	justify-content: flex-end;
}
.read-more {
	position:relative;
	padding:7px;
	display:flex;
	width:220px;
	border: 1px solid #000000;
	color: #000000;
}

.read-more:before {
	content: "";
	width: 40px;
	height: 1px;
	background: slategray;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 13px;
	transition: right 0.3s, width 0.3s ease;
}

.read-more:hover:before {
	right: 27px;
	width: 0px;
}

.read-more:after {
	content: "";
	border: solid #000000;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 13px;
	transform: rotate(-45deg);
	transition: right 0.3s, width 0.3s ease;
}

.read-more:hover:after {
	right: 27px;
	padding: 5px;
	margin-top: -6px;
}

.detail-text p:last-child{
	margin-top:20px;
}

@media screen and (max-width: 767px) {
	.read-more{
		font-size: 12px;
		padding:3px 7px;
		width:200px;
	}
}
/* End */
/* /bitrix/templates/skinadvisor/components/bitrix/news/massmedia/bitrix/news.detail/.default/style.css?17022777623748 */
