  

/* Start:/local/templates/nsu/components/bitrix/news.list/open_tabs/style.css?15257507791397*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.staff_question_mod .row  {
	display: flex;
	/* flex-direction: column; */
	flex-flow: nowrap;
	align-self: center;
	justify-content: space-between;
	width: 100%;
}

.staff_question_mod .right_col,
.staff_question_mod .left_col {
	align-self: center;
}

.staff_question_mod .right_col {
	width: 30%;
	max-width: 180px;
}

.staff_question_mod .left_col {
	width: 70%;
}

@media (min-width: 768px) and (max-width: 992px) {
	.staff_question_mod .left_col {
		width: 62% !important;
	}
	.staff_question_mod .right_col {
		width: 38% !important;
	}
	.staff_question_mod .right_col .btn {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}
}

@media (max-width: 768px) {
	.staff_question_mod .right_col,
	.staff_question_mod .left_col {
		width: 50% !important;
	}
}

@media (max-width: 450px) {
	.staff_question_mod .title {
		padding: 16px 0 14px 30px !important;
	}

	.staff_question_mod .title .btn-default.btn-lg, .staff_question_mod .title .btn-white-transponent.btn-lg {
		font-size: 14px !important;
	}
}

@media (min-width: 1320px) {
	.staff_question_mod .left_col .title-text {
		margin-left: -20px !important;
	}
}

.staff_question_mod .left_col .title-text {
	padding-top: 0 !important;
	padding-right: 10px !important;
}
/* End */
/* /local/templates/nsu/components/bitrix/news.list/open_tabs/style.css?15257507791397 */
