.b-main-page-link-block {
	position: relative;
	float: left;
	width: 49.7%;
	height: 614px;
	margin: 0 8.3% 0 0;
	padding: 0 0 50px 0;
}

.b-main-page-link-block .left-bg {
	position: absolute;
	top: 58px;
	left: -10007px;
	width: 10000px;
	height: 556px;
	z-index: 0;
	background: #d72a32;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(-15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);
}

.b-main-page-link-block ul {
	position: relative;
	z-index: 1;
}

.b-main-page-link-block li {
	float: left;
	width: 20%;
	height: 614px;
	margin-left: -2px;
	overflow: hidden;
	text-align: center;

	-moz-transform: rotate(0deg) scale(1, 1) skewX(-15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);
}

.b-main-page-link-block li a {
	position: relative;
	text-decoration: none;
}

.b-main-page-link-block li .title,
.b-main-page-link-block li .image {
	display: block;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);
}

.b-main-page-link-block li .title {
	position: relative;
}

.b-main-page-link-block li .title .bg {
	position: absolute;
	display: none;
	z-index: -1;
	width: 60%;
	height: 100%;
	background: url('../img/main-page-link-block-hover-bg.png') no-repeat;
}

.b-main-page-link-block li .title .left {
	left: -7px;
	background-position: left -497px;
}

.b-main-page-link-block li .title .right {
	right: -8px;
	background-position: right -1px;
}

.b-main-page-link-block li .title {
	height: 58px;
	/*padding-left: 11px;*/
	font: 12px/54px 'GothamPro-Black', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.b-main-page-link-block li:hover .bg {
	display: block;
}

.b-main-page-link-block li .image img {
	width: 270%;
	height: auto;
	margin-left: -74px;
}

.b-main-page-link-block li:hover {
	/*background: #d72a32;*/
}

.b-main-page-right {
	float: left;
	width: 42%;
}

.b-main-page-content {
	width: 100%;
}

.b-main-page-news-list {
	width: 100%;
	margin: 65px 0 0 0;
}

.b-main-page-news-list .title {
	margin: 0 0 15px 0;
	font: 18px 'GothamPro-Black', sans-serif;
	color: #fff;
}

.b-main-page-news-list li {
	display: block;
	margin-bottom: 15px;
	font-size: 0px;
	white-space: nowrap;
}

.b-main-page-news-list li a {
	display: block;
	padding-right: 95px;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #fff;
	text-decoration: none;
}

.b-main-page-news-list li a.not-image {
	padding-right: 0px;
}


.b-main-page-news-list .image {
	display: inline-block;
	/*float: left;*/
	width: 77px;
	height: 56px;
	margin-right: 18px;
	overflow: hidden;
	vertical-align: top;
}

.b-main-page-news-list .description {
	display: inline-block;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #fff;
	white-space: normal;
}

.b-main-page-news-list .all-news {
	float: right;
	padding-left: 22px;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #EA303C;
	background: url('../img/all-news-icon.png') no-repeat;
	text-decoration: none;
}

.b-left-column {
	width: 67%;
	float: left;
}

.b-right-column {
	float: right;
	width: 25%;
	overflow: hidden;
	text-align: center;

}

@media screen and (max-width: 1150px) {
	.b-left-column {
		width: 60%;
		float: left;
	}

	.b-right-column {
		width: 32%;
	}
}

.b-right-column .image {
	position: relative;
	margin: 0 0 25px 0;
	overflow: hidden;
	text-align: left;
}

.b-right-column .image canvas {
	position: absolute;
	top: 0px;
	left: 0px;
}

.b-right-column .separator {
	position: absolute;
	height: 55px;
	font: 12px/60px 'GothamPro-Bold', sans-serif;
	text-transform: uppercase;
	color: #fff;
}

.b-right-column .description {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.b-gallery-page {
	font-size: 0px;
}

.b-gallery-page .item {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin: 0 10px 10px 10px;
	text-align: center;
	vertical-align: top;
}

.b-gallery-page .item a {
	display: block;
	width: 100%;
	max-width: 600px;
	margin-bottom: 10px;
	padding: 10px 8px;
	background: #FFFFFF;
}

.b-gallery-page .item a:hover {
	width: 100%;
	max-width: 600px;
	padding: 10px 8px;
	background: #fff;
}




.b-oblique-blocks {
	margin-bottom: 60px;
	font-size: 0px;
}

.b-oblique-blocks li {
	display: inline-block;
	width: 28%;
	height: 275px;
	overflow: hidden;
	margin-right: 5%;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	border: 5px solid #fc6b00;

	-moz-transform: rotate(0deg) scale(1, 1) skewX(-15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	/*-ms-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);*//* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);
}

.b-oblique-blocks li.third {
	margin-right: 0px;
}

.b-oblique-blocks .item .item-inner {
	position: relative;
	height: 253px;
	padding: 11px 11px 11px 45px;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	/*-ms-transform: rotate(0deg) scale(1, 1) skew(-5deg, 0deg) translate(0px, 0px);*//* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);
}

body.ie8 .b-oblique-blocks .item .item-inner,
body.ie9 .b-oblique-blocks .item .item-inner {
	padding-left: 15px;
}

.b-oblique-blocks .item.first .item-inner {
	padding: 11px 11px 11px 45px;
}

.b-oblique-blocks li .description {
	font: bold 12px/8px 'Tahoma', sans-serif;
}

body.ie8 .b-oblique-blocks li .description,
body.ie9 .b-oblique-blocks li .description {
	font: bold 12px/12px 'Tahoma', sans-serif;
}

.b-oblique-blocks li .description .line_content {
	text-align: left !important;
}

.b-oblique-blocks li .number {
	position: absolute;
	bottom: 9px;
	right: 5px;
	font: 30px 'GothamPro-Bold', sans-serif;
	color: #a1a1a1;
}

.b-top-content-image {
	height: 370px;
	min-width: 1006px;
	margin-bottom: 55px;
	overflow: hidden;
}

.b-top-content-image-inner {
	position: relative;
  	height: 100%;
  	margin: 0 auto;
  	/* background: url('../img/bg4.jpg') center no-repeat; */
  	background-size: cover;
  	position: absolute;
  	width: 100%;
  	top: 0;
  	z-index: 1;
}

.b-top-content-image .background {
	position: absolute;
	width: 10000px;
	height: 100%;
	background: #d72a32;
}

.b-top-content-image .background.left {
	left: -10000px;
}

.b-top-content-image .background.right {
	right: -10000px;
}

.b-top-content-image .image {
	position: absolute;
	right: 0px;
	width: 620px;
	height: 100%;
	overflow: hidden;

	-moz-transform: rotate(0deg) scale(1, 1) skewX(-15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);
}

.b-top-content-image .image2 {
	position: absolute;
	right: 0px;
	width: 620px;
	height: 100%;
	overflow: hidden;

	-moz-transform: rotate(0deg) scale(1, 1) skewX(-15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* IE 9 */

}

.b-top-content-image .image-inner {
	position: absolute;
	left: -50px;
	height: 100%;
	overflow: hidden;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);
}

.b-top-content-image .image .arrow {
	display: none;
	position: absolute;
	width: 73px;
	height: 100%;
	background: red;
	z-index: 3;
	background: url('../img/top-content-image-arrow-bg.png') no-repeat;
}

body.ie7 .b-top-content-image .image .arrow,
body.ie8 .b-top-content-image .image .arrow {
	display: block;
}

.b-top-content-image .image .arrow.left {
	left: 50px;
	top: 0px;
	background-position: left top;
}

.b-top-content-image .image .arrow.right {
	right: 50px;
	top: 0px;
	background-position: right top;
}

body.ie7 .b-top-content-image .image .arrow.right {
	right: 0px;
}

.b-top-content-image canvas {
	position: absolute;
	left: 0px;
	top: 0px;
}

.b-top-content-image .image .toiningImgNew {
	position: absolute;
	top: 0px;
	left: 0px;
}

.b-job-blocks {
	margin-bottom: 35px;
	font-size: 0px;
}

.b-job-blocks .item {
	width: 370px;
	margin-bottom: 18px;
	float: left;
}

.b-job-blocks .item:nth-child(odd) {
	margin-right: 18px;
}

.b-job-blocks .item.second {
	margin-right: 0;
}


@media screen and (max-width: 1250px) {

	.b-job-blocks .item {
		width: 300px;
		margin-bottom: 18px;
		float: left;
	}
}

@media screen and (max-width: 1120px) {

	.b-job-blocks .item {
		width: 100%;
		margin-bottom: 18px;
		float: left;
		margin-right: 0px !important;
	}
}


.b-job-blocks .item-inner {
	padding: 20px;
	border: 5px solid #fc6b00;
}

.b-job-blocks .item .title {
	font: bold 15px 'Tahoma', sans-serif;
	color: #f5f5f5;
	text-transform: none;
}

.b-job-blocks .item .title .number {
	font: 30px 'GothamPro-Bold', sans-serif;
	color: #a1a1a1;
	text-transform: none;
}

.b-job-blocks .item .title span {
	vertical-align: middle;
}

.b-job-blocks .item p {
	margin-bottom: 15px;
}

.b-product {
	overflow: hidden;
}

.b-product .b-left-column {
	width: 822px;
	margin-right: 50px;
}

.b-product .b-right-column {
	width: 281px;
	float: left;
}

@media screen and (max-width: 1192px) {

	.b-product .b-right-column {
		display: none;
	}
}

.b-product .main-image {
	margin: 0 0 35px 0;
	overflow: hidden;
}

.b-product .b-rich-content table {
	width: 566px;
	margin-bottom: 15px;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #fff;
}

.b-product .b-rich-content table td {
	padding: 15px 0;
	border-bottom: 1px solid #d72a32;
	background: none;
}

.b-product .b-rich-content table .last td {
	border-bottom: 0px;
}

.b-product-gallery {
	width: 822px;
	font-size: 0px;
}

.b-product-gallery .item {
	display: inline-block;
	margin: 0 14px 14px 0;
}

.b-product-gallery .item.third {
	margin-right: 0px;
}

.b-product-gallery .item a {
	display: block;
	position: relative;
}

.b-product-gallery .item a .hover-icon {
	position: absolute;
	display: none;
	width: 51px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -25px;
	background: url('../img/gallery-hover-icon.png') no-repeat;
}

.b-product-gallery .item a:hover .hover-icon {
	display: block;
}

.b-products-menu {
	/*padding: 0 0 100px 0px;*/
 height:100%;
 overflow-x:hidden;
 overflow-y:hidden;
	text-align: left;
}

.b-products-menu .item {
	margin-bottom: 18px;
	border-top: 1px solid #d72a32;
	padding-top: 40px;
	overflow: hidden;
}

.b-products-menu .item.first {
	border-top: none;
	padding-top: 0px;
}

.b-products-menu .title {
	margin-bottom: 50px;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #fff;
}

.b-products-menu .item h5 {
	margin-bottom: 20px;
	font-size: 16px;
}

.b-products-menu .item a {
	font-size: 16px;
	color: #d72a32;
	text-transform: uppercase;
	text-decoration: none;
}

.b-products-menu .item a:hover {
	font-size: 16px;
	color: #ffc365;
}

.b-articles-menu {

}

.b-articles-menu .title {
	font: 18px "GothamPro-Bold", sans-serif;
	color: #d72a32;
	text-transform: uppercase;
}

.b-articles-menu .item {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.b-articles-menu .item a {
	font-size: 16px;
	text-transform: uppercase;
	color: #d72a32;
	text-decoration: none;
}

.b-articles-menu .item a:hover {
	color: #ffc365;
}

.b-articles-menu .item.active a {
	color: #fff;
}

.b-news-list .item {
	position: relative;
}

.b-news-list .item .date {
	position: absolute;
	top: 0px;
	right: 0px;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #c5c5c5;
}

.b-news-list .item .title {
	margin: 0 0 16px 0;
	padding-right: 50px;
}

.b-news-list .item .description {
	font: 13px/15px 'GothamPro-Regular';
	color: #fff;
}

.b-news-list .item .description img {
	float: left;
	margin: 0 25px 25px 0;
}

.b-news-list .item .more {
	float: right;
	margin-top: 40px;
	overflow: hidden;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(-15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(-15deg, 0deg) translate(0px, 0px);
}

.b-news-list .item .more a {
	display: block;
	height: 32px;
	margin: 0 -10px;
	padding: 0 20px;
	font-size: 13px/32px;
	color: #fff;
	background: #d72a32;
	text-decoration: none;
	-moz-transform: rotate(0deg) scale(1, 1) skewX(15deg) skewY(0deg) translate(0px, 0px);/* FF3.5+ */
	-webkit-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/*Saf3.1+, Chrome*/
	-o-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* Opera 10.5 */
	-ms-transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);/* IE 9 */
	transform: rotate(0deg) scale(1, 1) skew(15deg, 0deg) translate(0px, 0px);
}

.b-news-list .item .publication {
	position: absolute;
	bottom: 30px;
	font: 12px 'GothamPro-Italic', sans-serif;
	color: #fff;
}

.b-news-gallery {

}

.b-news-gallery .item {
	margin-bottom: 8px;
	font-size: 0px;
	padding: 4px;
}

.b-news-gallery .item:hover {
	padding: 0px;
	border: 4px solid #fc6b00;
}

.b-news-gallery a {
	display: block;
}

.b-news-gallery .item img {
	width: 100%;
	height: auto;
}

.b-map {
	position: relative;
	height: 358px;
	margin: 0 0 48px 0;
}

.b-map .left-bg {
	position: absolute;
	width: 10000px;
	height: 100%;
	left: -10050px;
	z-index: 1;
	background: #d72a32;
}

.b-map .left-bg .arrow {
	position: absolute;
	width: 101px;
	height: 100%;
	right: -101px;
	background: url('../img/map-left-arrow.png') no-repeat;
}

.b-map .right-bg {
	position: absolute;
	width: 10000px;
	height: 100%;
	left: 592px;
	z-index: 1;
	background: #232323;
}

.b-map .right-bg .arrow {
	position: absolute;
	width: 101px;
	height: 100%;
	left: -101px;
	background: url('../img/map-right-arrow.png') no-repeat;
}

#map {
	float: left;
	width: 642px;
	height: 358px;
	margin: 0 56px 0 -50px;
}

.b-map .paralax {
	position: absolute;
	width: 1117px;
	height: 100%;
	z-index: 2;
	left: 638px;
}

.b-map .paralax .layer {
	position: absolute;
	left: 0px;
	top: 0px;
}

.b-map .paralax .layer-1 {
	width: 100%;
	height: 100%;
	background: url('../img/contact-map-layer-1.png') no-repeat left bottom;
}

.b-map .paralax .layer-2 {
	width: 100%;
	height: 100%;
	background: url('../img/contact-map-layer-2.png') no-repeat left bottom;
}

.b-map .paralax .layer-3 {
	width: 100%;
	height: 100%;
	background: url('../img/contact-map-layer-3.png') no-repeat 325px bottom;
}

.b-map .contacts-info {
	position: relative;
	width: 368px;
	height: 358px;
	overflow: hidden;
	z-index: 2;
}

.b-map .contacts-info-inner {
	padding: 30px 0 0 0;
}

.b-map .contacts-info .title {
	margin-bottom: 19px;
	font: 18px 'GothamPro-Black', sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.b-map .contacts-info .item {
	margin-bottom: 18px;
}

.b-map .contacts-info .label {
	margin-bottom: 1px;
	font: 14px 'GothamPro-Regular', sans-serif;
	color: #d72a32;
}

.b-map .contacts-info .description {
	font-size: 18px;
	color: #fff;
	white-space: pre-line;
}

.b-map .contacts-info .phone .description {
	white-space: normal;
}

.b-map .contacts-info .phone .prefix {
	display: block;
	margin: 19px 0 0 3px;
	font: 18px 'GothamPro-Black', sans-serif;
	color: #fff;
}

.b-map .contacts-info .phone .number {
	display: block;
	margin: -2px 0 0 3px;
	font: 36px 'GothamPro-Black', sans-serif;
	color: #fff;
}

.b-contact-page .departments {
	font-size: 0px;
	text-align: center;
}

.b-contact-page .department {
	width: 571px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

@media (max-width: 1242px) {
	.b-contact-page .department {
		display: block;
		width: 100%;
	}
}

.b-contact-page .department:nth-child(odd) {
	margin-right: 29px;
	padding: 0 18px 0 0;
}

.b-contact-page .department-inner {
}

.b-contact-page .department .title {
	position: relative;
	height: 43px;
	margin: 0 0px 30px 0px;
	padding: 0 13px;
	font: 14px/43px 'GothamPro-Bold', sans-serif;
	color: #fff;
	text-transform: uppercase;
	background: #d72a32;
}

.b-contact-page .department .arrow {
	width: 12px;
	height: 100%;
	position: absolute;
	top: 0px;
	background: url('../img/contacts-department-arrow.png') no-repeat;
}

.b-contact-page .department .arrow.left {
	left: -12px;
	background-position: left top;
}

.b-contact-page .department .arrow.right {
	right: -12px;
	background-position: right top;
}

.b-contact-page .department .worker {
	margin-bottom: 31px;
}

.b-contact-page .department .worker .name {
	margin-bottom: 11px;
	padding: 0 12px;
	font-size: 18px;
	color: #fff;
}


.b-contact-page .department .worker .position {
	margin-bottom: 15px;
	padding: 0 12px;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #d72a32;
}

.b-contact-page .department .worker .contacts {
	font-size: 0px;
	border-bottom: 7px solid #d72a32;
}

/*.b-contact-page .department .worker .contacts :last-child {*/
	/*padding-bottom: 13px;*/
/*}*/

.b-contact-page .department .worker .contacts .item {
	padding: 14px 12px 15px;
	border-top: 1px solid #d72a32;
}

.b-contact-page .department .worker .contacts .label {
	display: inline-block;
	width: 50%;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #fff;
	vertical-align: middle;
}

.b-contact-page .department .worker .contacts .value {
	display: inline-block;
	width: 50%;
	font: 12px 'GothamPro-Regular', sans-serif;
	color: #fff;
	text-align: right;
	vertical-align: middle;
}

.b-contact-page .department .worker .contacts a {
	color: #55a1f0;
}

.b-contact-page .department .worker .contacts a:hover {
	text-decoration: none;
}

.jspVerticalBar {
	width: 5px;
}

.jspTrack {
	background: url('../img/scroll-bg.png') repeat;
}

.jspDrag {
	background: #0F8840;
}

.jspHorizontalBar {
	display: none;
}

.b-error-page {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -581px;
	width: 1163px;
	text-align: center;
}

.b-error-page h1 {
	font: 227px/214px 'PFDinTextPro-Light', sans-serif;
	color: #fff;
}

.b-error-page h2 {
	font: 43px 'PFDinTextPro-Light', sans-serif;
	color: #fff;
}

.b-error-page h3 {
	margin-bottom: 11px;
	font: 20px 'PFDinTextPro-Light', sans-serif;
	color: #fff;
}

.b-error-page p {
	font: 15px 'PFDinTextPro-Light', sans-serif;
	color: #fff;
}

.b-error-page a {
	font: 15px 'PFDinTextPro-Light', sans-serif;
	color: #d72a32;
}

.b-error-page a:hover {
	text-decoration: none;
}

div .p-header {
	height: auto;
  	min-height: 400px;
  	margin: 0px auto;
  	width: 100%;
}