.titles .title-link {
	font-size: 22px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	display: inline;
}
.titles .title-link.active {
	font-size: 42px;
}
.titles .title-link:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
}
.titles .title-link.ur-link:after {
	background: #25507e;
}
.titles .title-link.fiz-link:after {
	background: #982026;
}
.titles .title-link.ur-link.active:after,
.titles .title-link.fiz-link.active:after {
	display: none;
}
.titles .title-link.ur-link {
	color: #25507e;
}
.titles .title-link.fiz-link {
	color: #982026;
}

.main-section {
	width: 100%;
	margin: 25px 0 -15px;
}
.main-section .blocks-wrap {
	margin: 0 -10px;
}
.main-section .blocks-wrap > div {
	width: 240px;
	height: 140px;
	margin: 0px 10px 21px;
	background-repeat: no-repeat;
}
.no-preview {
	background-position: center;
	background-size: contain;
}