@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('fonts/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova-Regular.woff') format('woff'),
       url('fonts/ProximaNova-Regular.ttf') format('truetype'),
       url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'ProximaNova-Black';
	src: url('fonts/ProximaNova-Black.eot');
	src: url('fonts/ProximaNova-Black.woff') format('woff'),
	     url('fonts/ProximaNova-Black.ttf') format('truetype'),
	     url('fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg'),
	     url('fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLTPro-UltLt';
	src: url('fonts/HelveticaNeueLTPro-UltLt.eot');
	src: url('fonts/HelveticaNeueLTPro-UltLt.woff') format('woff'),
	     url('fonts/HelveticaNeueLTPro-UltLt.ttf') format('truetype'),
	     url('fonts/HelveticaNeueLTPro-UltLt.svg#HelveticaNeueLTPro-UltLt') format('svg'),
	     url('fonts/HelveticaNeueLTPro-UltLt.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
 



* {
	outline: none;
}

html, body {
	display: block;
    margin: 0;
    padding: 0;
	height: 100%;
}
body {
	font: 15px/25px 'ProximaNova-Regular', sans-serif;
	color: #221F1F;
}

input, select, textarea {
	font: 14px/26px 'ProximaNova-Regular', sans-serif;
	letter-spacing: 1px;
	color: #221F1F;
}

a {
	color: #221F1F;
	text-decoration: none;
}
a:hover,
a:active {
	color: #221F1F;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1 {
	margin: 10px auto;
	font-weight: 800;
	font-size: 41px;
}
h2 {
	margin: 10px auto;
	font-weight: 800;
	font-size: 30px;
	color: #F59D12;
}
h3 {
	margin: 10px auto;
	font-weight: 800;
	font-size: 20px;
}



.button {
	display: inline-block;
	min-width: 215px;
	height: 55px;
	padding: 14px 20px;
	text-align: center;
	letter-spacing: 0;
	border: 0;
	color: #000;
	background: #F59D12;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.button:hover {
	opacity: 0.85;
	text-decoration: none;
	color: #000;
}


/*
* Row with equal height columns
* --------------------------------------------------
*/
.row-eq-height {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.form-group {
	margin: 0;
	padding: 6px 0 15px 0;
}
.form-group label {
	display: block;
	font-weight: 400;
	font-size: 13px;
	
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group textarea {
	float: right;
	width: 100%;
	height: 55px;
	padding: 5px 15px;
	border: 1px solid #FFF;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: none;
}
.form-group textarea {
	height: 120px;
}
.form-group input[type="submit"] {
	float: right;
	margin-top: 7px;
	color: #000;
}



/*************************
 * SELECT
 *************************/

span.custom-select {
    padding-left: 15px;
    padding-right: 15px;
    height: 51px;
	border: 1px solid #4B4B4B;
}
.selector {
    display: block;
    position: relative;
    height: 51px;
    min-width: 60px;
    line-height: 0;
}
.selector select {
    position: absolute;
    height: 51px;
    z-index: 1;
    cursor: pointer;

	filter: alpha( opacity = 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	-webkit-appearance: menulist-button;
	line-height: 30px;
}
.selector select option {
	padding: 5px 20px 5px 30px;
}
.selector span.custom-select {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px 0 30px;
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.selector span.custom-select:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(../images/select_arrow.png) center left no-repeat;
    width: 40px;
    height: 51px;
    height: 100%;
}
.selector.noArrow span.custom-select:before {
    background: transparent;
}
.selector.noArrow span.custom-select:after {
    border-top-color: #D6D6D6;
}




header,
section,
footer {
	min-width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

header,
section {
	margin-bottom: 30px;
	overflow: hidden;
}


div.wrapper {
	display: table;
	position: relative;
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
}
div.container {
	width: 1250px !important;
}



/*************************
 * INTRO
 *************************/

div.introContainer {
	position: relative;
	min-width: 1686px;
	min-width: 1200px;
	min-height: 858px;
	
	min-height: 655px;

	width: 100%;
	height: 100%;
	overflow: hidden;
}

#intro,
#intro div.wrapper {
	width: 1686px;
	height: 725px;
	
	width: 1348px;
	height: 580px;
	
	margin: 0 auto;
}

#intro {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -429px;
	margin-left: -843px;
	
	margin-top: -325px;
	margin-left: -674px;
}

#intro div.logo {
	position: relative;
	margin: 0 auto -66px auto;
	text-align: center;
	z-index: 99;
}

#intro div.box {
	position: relative;
	margin: 0;
	padding: 0;
}
#intro div.box a {
	display: block;
}
#intro div.box a:hover {
	opacity: 0.75;
}
#intro div.box span.overImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 725px;
	
	height: 580px;
	
	background: url(../images/intro_over_left.png) top right no-repeat;
	z-index: 98;
}
#intro div.wrapper div.box:last-child span.overImage {
	background: url(../images/intro_over_right.png) top left no-repeat;
}


#intro div.box span.boxes,
#intro div.box span.boxes span.boxMini {
	display: block;
	width: 843px;
	height: 725px;
	
	width: 674px;
	height: 580px;
	
	overflow: hidden;
}
#intro span.image img {
	height: 580px;
}


#intro div.box span.over {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 145px;
	padding: 33px 0 0 262px;

	font: 40px/35px 'HelveticaNeueLTPro-UltLt';
	color: #FFF;
	background: rgba(0,50,150, 0.66);
	z-index: 99;
}
#intro div.box:last-child span.over {
	padding-left: 200px;
}





/*************************
 * HEADER
 *************************/

#header {
	height: 137px;
	margin-bottom: -49px;
}
#header div.logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -57px;
	z-index: 99;
}


#header div.lang {
	padding-top: 33px;
	font: 0/0 Arial;
}
#header div.lang a {
	display: inline-block;
	margin: 0 5px 0 0;
	border: 1px solid #FFF;
}
#header div.lang a.active {
	border-color: #AFAFAF;
}


#header div.menu {
	float: right;
	padding: 40px 0 0 0;
}
#header div.menu li {
	float: left;
	padding: 0 16px;
}
#header div.menu ul li:last-child {
	padding-right: 0;
}

#header div.menu ul.menu-ru li {
	font-size: 13px;
}



/*************************
 * HEADER - BACKGROUND
 *************************/

#headerBackground {
	height: 370px;
	margin-bottom: 20px;
}
#headerBackground div.ctnr {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1677px;
	height: 319px;
	margin-left: -838px;
}
#headerBackground div.ctnr div.left {
	float: left;
}

#headerBackground div.ctnr div.right {
	position: relative;
	float: right;
}
#headerBackground div.ctnr div.right:hover {
	opacity: 0.75;
}
#headerBackground div.ctnr div.right div.overBorder {
	position: absolute;
	top: 0;
	left: 0;
	width: 454px;
	height: 319px;
	background: url(../images/header_border.png) no-repeat;
}
#headerBackground div.ctnr div.right div.description {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 62px 54px;

	font: 30px/26px 'HelveticaNeueLTPro-UltLt';
	color: #FFF;
}
#headerBackground div.ctnr div.right div.description img {
	margin-bottom: 32px;
}
#headerBackground h1 {
	margin: -45px 0 0 0;
	font-size: 88px;
	font-family: 'ProximaNova-Black';
	color: #083D86;
}

#headerBackground.right div.ctnr div.left {
	float: right;
}
#headerBackground.right div.ctnr div.right {
	float: left;
}
#headerBackground.right div.ctnr div.right div.overBorder {
	background: url(../images/header_border_right.png) no-repeat;
}
#headerBackground.right div.ctnr div.right div.description {
	left: 230px;
}
#headerBackground.right h1 {
	text-align: right;
}



/*************************
 * GALLERY
 *************************/

#gallery div.boxes {
	display: table;
	width: 100%;
	margin-left: -8px;
}
#gallery div.box {
	padding-top: 12px;
}



div.splitpage {
	padding: 30px 0 0;
	text-align: center;
}
div.splitpage a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 3px;
	text-align: center;
	line-height: 38px;
	background: #E0E0E0;
}
div.splitpage a.active {
	color: #FFF;
	background: #003783;
}
div.splitpage a:hover {
	text-decoration: none;
}



/*************************
 * FOOTER
 *************************/

footer {
	padding: 45px 0 0;
}
footer div.wrapper {
	min-width: 1110px !important;
	width: 1110px !important;
	padding: 20px 0;
	border-top: 1px solid #F7F7F7;
}
footer div.wrapper div {
	font-size: 14px;
	color: #787878;
}
footer div.wrapper div a {
	color: #787878;
}
footer div.wrapper div img {
	vertical-align: middle;
	margin-left: 10px;
}



/*************************
 * REALIZATIONS
 *************************/

#realizations {
	padding: 15px 0 0;
}
#realizations div.boxes {
	padding: 0 15px;
}
#realizations div.boxes div.row {
	padding: 5px 0;
	color: #003783;
	border-bottom: 1px solid #D4D4D4;
}
#realizations div.boxes div.row div:first-child {
	color: #221F1F;
}
#realizations div.boxes div.row div:nth-child(n+3),
#realizations div.boxes div.row div:nth-child(n+4),
#realizations div.boxes div.row div:last-child {
	text-align: right;
}
#realizations div.boxes div.row:last-child {
	border: 0;
}



#realizations ul.listing-categories li {
	padding: 7px 0 3px 0;
}
#realizations ul.listing-categories li a {
	font: 21px 'ProximaNova-Black';
	text-transform: uppercase;
	color: #D5D5D5;
}
#realizations ul.listing-categories li a:hover,
#realizations ul.listing-categories li.ui-state-active a {
	text-decoration: none;
	opacity: 0.85;
	color: #003783;
}



#realizations div.boxes table {
	width: 100%;
}
#realizations div.boxes tr {
	color: #003783;
	border-bottom: 1px solid #D4D4D4;
}
#realizations div.boxes tr td:first-child {
	padding: 5px 0;
	color: #221F1F;
}
#realizations div.boxes tr td:nth-child(n+3),
#realizations div.boxes tr td:nth-child(n+4),
#realizations div.boxes tr td:last-child {
	white-space: nowrap;
	text-align: right;
}
#realizations div.boxes tr:last-child {
	border: 0;
}



/*************************
 * CONTACT
 *************************/

#contact {
	padding: 25px 0 0;
}
#contact h3 {
	padding: 0 0 14px 0;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #D0D0D0;
}
#contact p {
	line-height: 45px;
}



/*************************
 * OFFER
 *************************/

#offer div.box {
	padding-top: 35px;
	padding-bottom: 20px;
}
#offer div.box h3 {
	margin-top: 20px;
	font: 20px 'ProximaNova-Black';
	color: #003783;
}
#offer div.box h4 {
	margin: -8px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	color: #003783;
}
#offer div.row div.box:nth-child(3n+1) {
	clear: both;
}



/*************************
 * EQUIPMENT
 *************************/

#equipment {
	padding: 55px 0 0 0;
}
#equipment div.wrapper > div.row {
	border-top: 1px solid #D7D7D7;
}
#equipment div.wrapper > div.row:first-child {
	border-top: 0;
}
#equipment div.wrapper > div.row:first-child div {
	padding-top: 0;
}
#equipment div.wrapper > div.row:first-child h3 {
	margin-top: 0;
}

#equipment .equal {
	display: flex;
	flex-wrap: wrap;
}
#equipment .equal > div[class*='col-'] {  
	display: flex;
	flex-direction: column;
}


#equipment div.box {
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #D7D7D7;
}
#equipment div.box h3 {
	margin: 20px 0 10px 0;
	font: 20px 'ProximaNova-Black';
	text-transform: uppercase;
	color: #003783;
}
#equipment div.box p {
	line-height: 35px;
}

#equipment div.row div.box:first-child {
	border-left: 0;
}



/*************************
 * TECHNOLOGY
 *************************/

#technology {
	padding-top: 10px;
	padding-bottom: 40px;
}
#technology p {
	line-height: 35px;
}
#technology ul {
	margin: -10px 0 10px 0;
	padding: 0;
	list-style: none;
}
#technology li {
	padding: 5px 0 5px 30px;
	background: url(../images/technology_bullet.png) 0 15px no-repeat;
}



.ui-tabs .ui-tabs-hide {
    display: none !important;
}