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

.scroll_up {
	background-color: black;
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 16px;
	line-height: 60px;
	width: 60px;
  }

.autor_name {
	margin-bottom: 20px;
	margin-left: 250px;
	margin-top: -175px;
}

.autor_name_mobile {
	margin-bottom: 20px;
	margin-left: 185px;
    margin-top: -136px;
}

.autor_age {
	margin-bottom: 20px;
	margin-left: 250px;
}

.autor_age_mobile {
	margin-bottom: 20px;
	margin-left: 186px;
}

.autor_description {
	margin-bottom: 20px;
	margin-left: 250px;
}

.autor_description_mobile {
	margin-top: 90px;
}

.autor_img {
	margin-bottom: 20px;
}

.autor_img img{
	width: 200px;
}

.autor_img_mobile img{
	width: 165px;
}

#autor {
	margin-top:20px;
}

.associated_name {
	width: 270px;
	display: inline-flex;
	color: black;
}

.name_expert {
	text-align: left;
	margin-bottom: 20px;
}

/* .expert_opinion {
	width: 500px;
	height: auto;
	color: white;
	background-color: #494f5b;
	padding: 10px;
	border-radius: 10px;
} */

.textcols {
	white-space: nowrap;
	width: 900px;
	margin-top: -100px;
}
.textcols-item {
	white-space: normal;	
	display: inline-table;
	width: 20%;
	vertical-align: middle;
}
.textcols .textcols-item:first-child {
	margin-right: 4%;
}

/* Фокус-блоки */
.focus_block_green {
	padding: 20px; 
	background-color:#69c51e; 
	color: white;
	border-radius: 10px;
}

.focus_block_yellow {
	padding: 20px; 
	background-color:#d5cc17; 
	color: white;
	border-radius: 10px;
}

.focus_block_red {
	padding: 20px; 
	background-color:#eb454d; 
	color: white;
	border-radius: 10px;
}

/* Преимущества и недостатки */
table.typicaltable {
	width:100%;
}
table.typicaltable td{
	width: 50%;padding:10px;
	color:white;
	text-align: center;
}
table.typicaltable tr:nth-child(1) td{
	font-weight: bold;
}
table.typicaltable tr td:nth-child(1){
	background-color:#56a218; 
}
table.typicaltable tr td:nth-child(2){
	background-color:#e30f0f; 
}


/* Экспертное мнение */

.expert_opinion {
	min-height: 200px;
	color: white;
	background-color: #494f5b;
	padding: 10px;
	border-radius: 10px;
	background-image: url(/local/templates/redverg/components/bitrix/news/blog_news/images/expert.png);
	background-size: 150px;
	background-repeat: no-repeat;
	background-position-x: 30px;
}

.expert_opinion_text {
	margin-left: 200px;
    margin-top: 30px;
}

.expert_opinion_main {
	color: #ffff00;
    font-size: 25px;
    margin-left: 200px;
	margin-top: -160px;
}

.expert_name {
	color: #ffff00;
	margin-top: 140px;
	width: 200px;
    text-align: center;
}

@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px)
	{
		.expert_name {
			color: #ffff00;
			text-align: left;
			margin-left: 165px;
			margin-top: 32px;
			width: 140px;
		}

		.expert_opinion_text {
			margin-left: 0px;
			margin-top: 25px;
			padding-bottom: 20px;
		}
		.expert_opinion_main {
			color: #ffff00;
			margin-left: 0px;
			margin-top: 57px;
		}
		.expert_opinion {
			min-height: 200px;
			color: white;
			background-color: #494f5b;
			padding: 10px;
			border-radius: 10px;
			background-image: url(/local/templates/redverg/components/bitrix/news/blog_news/images/expert.png);
			background-size: 115px;
			background-repeat: no-repeat;
			background-position-x: 17px;
			background-position-y: 10px;
		}

	}

.img_associated {
	width: 240px;
	height: 200px;
	object-fit: cover;  /* сохраняем пропорции изображения */
}		

.news-detail h3 {
	font-size: 24px;
}

.news-detail h2 {
	font-size: 28px;
}