

/* Start:/local/templates/main/components/bitrix/news.detail/blog/style.css?17375967931513*/
.blog-ttl-wrap{
	display: flex;    
	justify-content: space-between;
    align-items: flex-start;
}
.blog-ttl-wrap h1{
	width: calc(100% - 80px);
}
.blog-ttl-wrap .read-time{
	padding: 10px 15px;
	text-align: right;
	background-color: rgba(222, 232, 255, 0.95);
	border-radius: 10px;
	white-space: nowrap;
}
.blog-img{
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
}
.blog-img:after{
	content: '';
	width: 100%;
	position: absolute;
	bottom: 30px;
	z-index: 2;
}
.blog-img .text{
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 50px 30px 30px 30px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.8) 100%);
	color: #fff;
	z-index: 3;
}
.blog-img .label {
    top: 20px;
    display: table;
    letter-spacing: 0.28px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px;
    text-align: center;
    border-radius: 20px 0 20px 20px;
    position: absolute;
    z-index: 2;
    right: 20px; }
.blog-img .label.sale {
  background: linear-gradient(276deg, #FF6634 3.06%, #FF7E33 98.11%); }
.blog-img .label.expert, 
.blog-img .label.view {
  background: #0176FE; }
.blog-wrapper .link-back{
	margin-bottom: 15px;
	display: inline-block;
	color: #007aff;
}
.blog-wrapper .date{
	margin: 15px 0;
	font-weight: bold;
	color: #007aff;
	display: block;
}

.blog-detail-text{
	width: 100%;
}

/* End */
/* /local/templates/main/components/bitrix/news.detail/blog/style.css?17375967931513 */
