

/* Start:/local/templates/nsu_ru_humanities_institute/components/bitrix/news.list/governance/style.css?15601626683923*/
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;
}
.card-gov {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 2px solid rgba(0,0,0,.125);
	border-radius: .1rem;
	padding: 35px 15px;
	margin-bottom: 30px;
	min-height:657px;
	max-height: 662px;
}
@media (min-width: 1200px) {
	.card-gov{
		min-width: 290px;
	}

}
@media (max-width: 767px) {
 .card-gov{
		min-width: 270px;
	}
}
.card-gov.show-card{
	background-color: #ebebeb;
	border: 2px solid #ebebeb;
}
.card-gov .img-block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal ;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: center;
}
.card-gov .img-block img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.card-gov .card-body{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column wrap;

}
.card-gov .card-body .card-title,
.card-gov .card-body .card-position{
	font-family: 'PTSansBold';
}
.card-gov .card-body .card-title{
	margin: 20px 0 10px;
	font-size: 20px;
	min-height: 44px;
	text-align: center;
}
.card-gov .card-body .card-position{
	font-size: 1.1em;
	margin-bottom: 30px;
	min-height: 75px;
	text-align: center;
}
.card-gov .card-body .card-grade{
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
	min-height: 54px;
	width: 100%;
}
.card-gov .card-body .card-mail{
	font-size: 13px;
	margin-bottom: 30px;
	min-height: 54px;
}
.card-gov .card-body .card-gov__button__notclick{
	cursor: default;
}
.card-gov .card-body .card-gov__button,
.card-gov .card-body .card-gov__button__notclick{
	width: 80%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-flow: row wrap;
	color: #72c81e;
	padding: 10px 40px;
}
.card-gov .card-body .card-gov__button:hover,
.card-gov .card-body .card-gov__button__notclick:hover{
	transition: all 0.3s;
	background-color: transparent;
}
.card-gov .card-body .card-gov__button:active,
.card-gov .card-body .card-gov__button__notclick:active{
	border-color: #72c81e;
	color: #72c81e;

}
.card-gov .card-body .arrow-green-right{
	vertical-align: middle;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('/local/templates/nsu_ru_humanities_institute/components/bitrix/news.list/governance/images/arrow.png');
	background-repeat: no-repeat;
}
.card-gov .card-descript{
	position: absolute;
	top: -2px;
	left:-2px;
	width: 100%;
	border: 2px solid #e1e1e1;
	overflow: hidden;
	z-index: 2;
	opacity: 0;
	font-family: "PTSansItalic";
}
.card-gov .card-descript .card-descript__inner{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #e1e1e1;
	padding: 35px 15px;
}

.card-gov.show-card .card-descript .descr-close{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 22px;
	height: 22px;
	background-image: url('/local/templates/nsu_ru_humanities_institute/components/bitrix/news.list/governance/images/close.png');
	background-repeat: no-repeat;
}
.card-gov.show-card .card-descript{
	animation-name: card-descript-show;
	animation-duration: 0.4s;
	animation-fill-mode: both;
	display: block;
	visibility: visible;
	opacity: 1;
}
.card-gov .card-descript,
.card-gov.hide-card .card-descript{
	display: none;
	animation-name: card-descript-hide;
	animation-duration: 0.4s;
	animation-fill-mode: both;
}
@keyframes card-descript-show {
	0%{

		opacity: 0.3;
	}
	50% {
		opacity: 0.7;

	}
	100%{
		opacity: 1;
	}

}
@keyframes card-descript-hide {
	0%{
		opacity: 0.9;
	}
	50% {
		opacity: 0.3;
	}
	100%{
		opacity: 0;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	.card-gov .card-body .card-gov__button,
	.card-gov .card-body .card-gov__button__notclick {
		width: 80%;
	}
}
/* End */
/* /local/templates/nsu_ru_humanities_institute/components/bitrix/news.list/governance/style.css?15601626683923 */
