#about-page .page-block .inner {
	padding: 25px 30px 0;
}
/* ===================================== ABOUT ========================================== */
.page-block.about .inner {
	overflow: hidden;
}
.page-block.about h2 {
	margin-bottom: 20px;
}
.page-block.about .intro {
	padding-left: 22px;
	margin-bottom: 20px;

	color: #152427;
	font: normal 15px/28px 'Roboto', Arial, sans-serif;

	border-left: 5px solid #fcebc0;
}
.page-block.about .tile-block {
	width: 100%;

	position: relative;
}
.page-block.about .tile-block .title {
	padding: 16px 0 15px 15px;

	position: absolute;
	left: 0px;
	bottom: 0px;

	color: #fff;
	white-space: nowrap;

	background-color: rgba(0, 0, 0, 0.5);
}
.page-block.about .tile-block .num {
	float: left;
	margin-right: 7px;
	letter-spacing: 3px;
	font: bold 40px/40px 'Roboto', Arial, sans-serif;
	text-transform: uppercase;
}
.page-block.about .tile-block .text {
	position: relative;
	top: 2px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font: 300 16px/18px 'Roboto', Arial, sans-serif;
	white-space: normal;
}
.page-block.about .tile-block.t1 {
	height: 203px;
	clear: both;

	margin-bottom: 30px;

	background: url(/images/about/tile1.jpg);
}
.page-block.about .tile-block.t1 .title {
	width: 260px;
}
.page-block.about .tile-block.t2 {
	width: 234px;
	height: 291px;
	float: left;
	overflow: hidden;

	margin-right: 20px;
	margin-bottom: 30px;

	background: url(/images/about/tile2.jpg);
}
.page-block.about .tile-block.t2 .title {
	width: 100%;
}
.page-block.about .tile-block.t3 {
	height: 239px;
	clear: both;

	margin-bottom: 30px;

	background: url(/images/about/tile3.jpg);
}
.page-block.about .tile-block.t3 .title {
	width: 234px;
}
.page-block.about .tile-block.t4 {
	width: 484px;
	height: 291px;
	float: right;
	overflow: hidden;

	margin-left: 20px;
	margin-bottom: 30px;

	background: url(/images/about/tile4.jpg);
}
.page-block.about .tile-block.t4 .title {
	width: 100%;
}
.page-block.about .tile-block.t5 {
	width: 484px;
	height: 291px;
	float: left;
	overflow: hidden;

	margin-right: 20px;
	margin-bottom: 30px;

	background: url(/images/about/tile5.jpg);
}
.page-block.about .tile-block.t5 .title {
	width: 100%;
}
.page-block.about .awards {
	overflow: hidden;
	clear: both;
}
.page-block.about .awards ul {
	padding: 0;
	margin: 0;

	list-style: none;
}
.page-block.about .awards li {
	width: 230px;
	height: 170px;
	float: left;

	padding-left: 120px;
	margin-right: 30px;

	position: relative;
}
.page-block.about .awards li:nth-of-type(even) {
	margin-right: 0;
}
.page-block.about .awards__img {
	content: '';
	display: block;
	width: 105px;
	height: 119px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.page-block.about .awards .title {
	margin-bottom: 10px;

	color: #152427;
	font: 500 15px/15px 'Roboto', Arial, sans-serif;
}








/* ===================================== ACHIEVEMENTS ========================================== */
.achiev-wrapper .achiev-list {
	padding: 0;
	margin: 35px 0 40px;

	list-style: none;
}
.achiev-wrapper .achiev-list li {
	overflow: hidden;

	margin-bottom: 30px;

	border-bottom: 1px solid #e6e6e6;
}
.achiev-wrapper .achiev-list li .left {
	width: 564px;
	float: left;
}
.achiev-wrapper .achiev-list li .right {
	width: 160px;
	height: 107px;
	float: right;
	text-align: center;
	margin-top: 6px;
}
.achiev-wrapper .achiev-list li .right img {
	height: 100%;
}
.achiev-wrapper .achiev-list .date {
	margin-bottom: 10px;
}
.achiev-wrapper .achiev-list .date,
.achiev-wrapper .achiev-list .date a {
	color: #b0b0b0;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.achiev-wrapper .achiev-list .date a {
	border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}
.achiev-wrapper .achiev-list .title {
	margin-bottom: 10px;
}
.achiev-wrapper .achiev-list .title a {
	color: #152427;
	font: 500 15px/15px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(93, 96, 96, 0.5);
}
.achiev-wrapper .achiev-list .title a:hover {
	opacity: 0.6;

	border-bottom: 1px solid rgba(93, 96, 96, 0.5) !important;
}
/* ===================================== NEWS ========================================== */
.news-wrapper .news-list {
	padding: 0;
	margin: 35px 0 40px;

	list-style: none;
}
.news-wrapper .news-list li {
	margin-bottom: 30px;
}
.news-wrapper .news-list .date {
	margin-bottom: 6px;

	color: #b0b0b0;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.news-wrapper .news-list .title {
	margin-bottom: 3px;
}
.news-wrapper .news-list .title a {
	color: #606060;
	text-transform: uppercase;
	font: 500 13px/13px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(93, 96, 96, 0.5);
}
.news-wrapper .news-list .title a:hover {
	opacity: 0.6;

	border-bottom: 1px solid rgba(93, 96, 96, 0.5) !important;
}
/* ===================================== PRESS ========================================== */
.press-wrapper .press-list {
	padding: 0;
	margin: 35px 0 40px;

	list-style: none;
}
.press-wrapper .press-list li {
	margin-bottom: 30px;
}
.press-wrapper .press-list .date {
	margin-bottom: 10px;
}
.press-wrapper .press-list .date,
.press-wrapper .press-list .date a {

	color: #b0b0b0;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.press-wrapper .press-list .date a {
	border-bottom: 1px solid rgba(144, 144, 144, 0.5);
}
.press-wrapper .press-list .title {
	margin-bottom: 10px;
}
.press-wrapper .press-list .title a {
	color: #152427;
	font: 500 15px/15px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(93, 96, 96, 0.5);
}
.press-wrapper .press-list .title a:hover {
	opacity: 0.6;

	border-bottom: 1px solid rgba(93, 96, 96, 0.5) !important;
}
/* ===================================== PARTNERS ========================================== */
.page-block.partners {
	padding-bottom: 0;
}
.page-block.partners ul {
	padding: 0;
	margin: 0;

	list-style: none;
}
.page-block.partners .inner-tabs {
	margin: 25px 0 20px;
	display: none;
}

.page-block.partners .inner > h2{
	margin-bottom: 20px;
}

.page-block.partners .partners-list {
	overflow: hidden;

	margin: 20px 0 0;
}
.partners-list > li {
	overflow: hidden;

	margin: 0 40px 40px 0;
}
.partners-list > li:nth-of-type(even) {
	margin-right: 0;
}
.page-block.partners .partners-list .left {
	display: inline-block;
	vertical-align: top;
	width: 136px;
	min-height: 130px;

	text-align: left;
}
.page-block.partners .partners-list .left img {
	max-width: 100%;
	max-height: 100%;
}
.page-block.partners .partners-list .right {
	display: inline-block;
	vertical-align: top;
	width: 550px;
}
.partners-list h3 {
	text-transform: none;

	font-size: 15px;
	font-weight: 500;
}
.partners-list > li ul li span:first-of-type {
	color: #909090;
	font: normal 13px/25px 'Roboto', Arial, sans-serif;
}
.partners-list > li ul li span:last-of-type {
	color: #152427;
	font: normal 13px/25px 'Roboto', Arial, sans-serif;
}
.partners-list > li ul li a {
	color: #606060;
	font: normal 13px/25px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(96, 96, 96, 0.5);
}

.page-block.partners .img {
	padding-bottom: 40px;

	text-align: center;
}










/* ===================================== CONTACTS ========================================== */
.page-block.contacts {
	padding-bottom: 0;
}
.page-block.contacts ul {
	padding: 0;
	margin: 0;

	list-style: none;
}
.page-block.contacts .contacts-list {
	overflow: hidden;

	margin: 20px 0 0;
}
.contacts-list > li {
	width: 350px;
	float: left;

	margin: 0 40px 40px 0;
}
.contacts-list > li:nth-of-type(even) {
	margin-right: 0;
}
.contacts-list h3 {
	text-transform: none;

	font-size: 15px;
	font-weight: 500;
}
.contacts-list > li > ul li span:first-of-type {
	color: #909090;
	font: normal 13px/25px 'Roboto', Arial, sans-serif;
}
.contacts-list > li > ul li span:last-of-type {
	color: #152427;
	font: normal 13px/25px 'Roboto', Arial, sans-serif;
}
.contacts-list > li > ul li a {
	color: #606060;
	font: normal 13px/25px 'Roboto', Arial, sans-serif;

	border-bottom: 1px solid rgba(96, 96, 96, 0.5);
}