/* CSS Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, em, font, q, s, small, strike, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td{
	font-weight: normal;
	text-align: left;
}
figure{
	margin:0;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block;
}
a{
	background: transparent;
	text-decoration:none;
}
a:active, a:hover, :focus{
	outline: 0;
}
hr{
	height: 0;
}
button, input, optgroup, select, textarea{
	font: inherit;
	color: inherit;
}
button, select{
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
  	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
input{
  	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  	padding: 0;
}


/* Font Face */
@font-face {
	font-family: 'Circe Bold';
	src: url('../fonts/2CB575_0_0.eot');
	src: url('../fonts/2CB575_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/2CB575_0_0.woff2') format('woff2'),
		 url('../fonts/2CB575_0_0.woff') format('woff'),
		 url('../fonts/2CB575_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/2CB575_1_0.eot');
	src: url('../fonts/2CB575_1_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/2CB575_1_0.woff2') format('woff2'),
		 url('../fonts/2CB575_1_0.woff') format('woff'),
		 url('../fonts/2CB575_1_0.ttf') format('truetype');
}
 

/* Default Styles */
body {
	min-width:320px;
	background:#fff;
	color: #66676C;
	font:400 16px "Circe", Arial, sans-serif;
	-webkit-text-size-adjust: none;
}
h2, h3{
	width:322px;
	font-weight: 700;
	text-transform: uppercase;
}
h2{
	color: #00B3EE;
	font-size: 16px;
}
h3{
	margin-bottom:30px;
	color: #072F8C;
	line-height:35px;
	font-size: 30px;
}
a{
	color: #072F8C;
}
a:hover{
	color: #00B3EE;
}
a:focus-visible, button:focus-visible{
	outline:3px solid #00B3EE;
	outline-offset:4px;
}
.skip-link{
	position:fixed;
	top:12px;
	left:12px;
	z-index:100;
	padding:10px 14px;
	background:#072F8C;
	color:#fff;
	transform:translateY(-150%);
}
.skip-link:focus{
	transform:translateY(0);
}
p{
	text-align: justify;
	margin-bottom:24px;
	line-height:24px;
}

/* Layout */
body > .layout{
	padding-top:80px;
}
.layout > section{
	position:relative;
	padding-top: 80px;
	margin-top: -80px;
}
.container{
	max-width:1024px;
	min-width:270px;
	margin:0 auto;
	padding:0 29px;
	position:relative;
}
.content{
	background:#fff;
	position:relative;
	padding:50px 0;
}
header{
	height:80px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10;
	background:#fff;
}
footer{
	background:#fff;
	border-top:1px solid #D9D9D9;
	height:80px;
	padding-top:35px;
	color: #9D9EA0;
	font-size: 14px;
	position:relative;
}


/* Primary Styles  */
.container:after, container:after{
	display:table;
	content:" ";
	clear:both;
}
[class*=col-]{
	float:left;
}
.col-1{
	width:33%;
}
.col-2{
	width:67%;
}
.text{
	-webkit-columns: 2 auto;
	-moz-columns: 2 auto;
	columns: 2 auto;
	-webkit-column-gap:30px;
	-moz-column-gap:30px;
	column-gap:30px;
	margin-bottom:40px;
}
.header{
	width:100%;
	height:375px;
	background-attachment: fixed;
    background-repeat: no-repeat;
	background-size:cover;
	overflow:hidden;
}


/* Hedader */
header .layout{
	height:100%;
	position:relative;
}
header .layout:after{
	background:url(../images/shadow.png) repeat-x;
	content:'';
	height:4px;
	position:absolute;
	left:0;
	right:0;
	bottom:-4px;
}
header .layout.act:after{
	display: none;
}
header .logo{
	width: 244px;
	height: 55px;
	float:left;
	margin-top:12px;
	background:url(../images/logo.png) no-repeat;
}
nav{
	float:right;
	margin-top:26px;
}
nav li{
	float:left;
	margin-left:34px;
}
nav li:first-child{
	margin-left:0;
}
nav a{
	font:12px 'Circe Bold';
	text-transform: uppercase;
	color: #8C8D90;
}
nav .current a{
	color: #00B3EE;
}
.menu-link{
	display:none;
	padding:0;
	border:0;
	background:url(../images/icons.png) no-repeat -79px 0;
	width: 29px;
	height: 20px;
}
.menu-link.active{
	background-position:-79px -20px;
}


/* Footer */
footer a{
	color: #9D9EA0;
}
.up{
	float:right;
}
.up:after{
	content:'';
	background:url(../images/icons.png) no-repeat -57px -28px;
	width: 12px;
	height: 13px;
	margin-left:8px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
.up:hover:after{
	background-position:-57px -41px;
}
footer .col-1 span {
	display: inline-block;
	vertical-align: top;
	margin-top: -1px;
	font-size: 13px;
}


/* Carousel */
.fixed{
	position:fixed;
	left:0;
	right:0;
}
.carousel-wrapper {
	height:560px;
    position: relative;
}
.carousel{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel ul {
    width: 20000em;
    position: relative;
}
.carousel li {
	background:no-repeat center center;
	background-size:cover;
    width: 100%;
	height:560px;
    float: left;
	overflow:hidden;
}
.carousel-pagination {
    position: absolute;
    bottom: 32px;
    left: 50%;
	z-index:2;
    -webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.carousel-pagination li{
	display: inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.carousel-pagination button {
	display: block;
    height: 10px;
    width: 10px;
	padding:0;
	border:0;
    background: #fff;
    border-radius: 10px;
	font-size:0;
	overflow:hidden;
	cursor:pointer;
}
.carousel-pagination .active button{
	border:3px solid #fff;
	background:none;
}
.carousel-caption{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	z-index:1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #fff;
	font-size: 48px;
	line-height:56px;
	letter-spacing:1px;
	text-shadow: 0 0 24px #04002F;
	text-align:center;
	white-space:nowrap;
}
.carousel li:nth-child(1){
	background-image:url(../images/header1.1.jpg);
}
.carousel li:nth-child(2){
	background-image:url(../images/header1.2.jpg);
}
.carousel li:nth-child(3){
	background-image:url(../images/header1.3.jpg);
}
.carousel li:nth-child(4){
	background-image:url(../images/header1.4.jpg);
}
.carousel li:nth-child(5){
	background-image:url(../images/header1.5.jpg);
}


/* Company */
.download{
	margin-left:37px;
	color: #00B3EE;
	font-size: 16px;
	line-height:16px;
	position: absolute;
	top:104px;
	left:31px;
}
.download:before{
	content:'';
	background:url(../images/icons.png) no-repeat -57px 0;
	width: 22px;
	height: 28px;
	position:absolute;
	left:-37px;
	top:-8px;
}
.download:hover{
	border-bottom:1px solid #00B3EE;
}
.file-note{
	font-size:13px;
	white-space:nowrap;
}


/* Service */
.service .header{
	background-image:url(../images/header2.jpg);
	background-position:center top;
}


/* Projects */
.projects .header{
	background-image:url(../images/header3.jpg);
	background-position: center;
}


/* Contacts */
dl{
	font-size: 16px;
}
dt{
	color: #072F8C;
	text-transform: uppercase;
}
dd{
	margin-bottom:24px;
}
dl a{
	color: #66676C;
}
.contacts .logo{
	background:url(../images/logo2.png) no-repeat;
	background-size:cover;
    width: 161px;
    height: 161px;
	margin:50px auto;
}
.contacts .header img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.partner-name{
	white-space:nowrap;
}

@media (prefers-reduced-motion: reduce) {
	html{
		scroll-behavior:auto;
	}
	*, *::before, *::after{
		scroll-behavior:auto !important;
		transition-duration:0.01ms !important;
	}
}


@media screen and (max-width: 1080px) {
	body, h2, dl{
		font-size:15px;
	}
	h2{
		margin-bottom:8px;
	}
	h3{
		margin-bottom:12px;
		font-size:28px;
	}
	p{
		margin-bottom:20px;
		line-height:22px;
	}
	dd{
		margin-bottom:20px;
	}
	header{
		height:60px;
	}
	header .logo{
		width: 195px;
		height: 44px;
		margin-top:8px;
		background-size:cover;
	}
	nav{
		margin-top:20px;
	}
	footer{
		height:65px;
	}
	body > .layout{
		padding-top:60px;
	}
	.layout > section {
		padding-top: 60px;
		margin-top: -60px;
	}
	.container{
		max-width:966px;
		padding:0 29px;
	}
	.content{
		padding:40px 0;
	}
	.download{
		top:90px;
	}
}

@media screen and (max-width: 964px) {
	.download{
		top:87px;
	}
}
@media screen and (max-width: 790px) {
	.fixed {
		position: relative;
	}
	.logo{
		margin-left:-45px;
	}
	.container{
		max-width:663px;
		padding:0 30px 0 75px;
	}
	.carousel-wrapper, .carousel li{
		height:516px;
	}
	.carousel-caption{
		font-size:38px;
	}
	.header{
		height:360px;
		background-attachment:scroll;
		background-size:cover;
	}
	.projects .header{
		background-position:bottom;
		background-size:200% auto;
	}
	.layout div[class*=col-]{
		float:none;
		width:auto;
	}
	.text{
		margin-bottom:5px;
	}
	.download{
		position:relative;
		top:0;
		left:0;
		display:inline-block;
		margin-bottom:20px;
	}
	.contacts .logo{
		width:142px;
		height:142px;
		margin:20px auto;
	}
}
@media screen and (max-width: 660px) {
	footer .col-1{
		white-space:nowrap;
	}
	.logo{
		margin-left:0;
	}
	nav{
		width: 29px;
		height: 20px;
	}
	.menu-link{
		display:block;
	}
	nav ul{
		display:none;
		position:absolute;
		top:60px;
		left:0;
		right:0;
	}
	nav ul:after{
        background: url(../images/shadow.png) repeat-x;
        content: '';
        height: 4px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
	}
	nav li{
		float:none;
		margin:0;
		border-top:1px solid #D9D9D9;
	}
	nav a{
		display:block;
		height:60px;
		line-height:60px;
		padding-left:25px;
		background:#fff;
		color: #00B3EE;
		font-size: 18px;
	}
	.container{
		padding-left:30px;
	}
	.carousel-caption{
		font-size:30px;
	}
}
@media screen and (max-width: 580px) {
	.text{
		-webkit-columns:1 auto;
		-moz-columns:1 auto;
		columns:1 auto;
	}
	footer [class*=col-]{
		float:none;
	}
}
@media screen and (max-width: 500px) {
	.carousel-caption{
		font-size:24px;
		line-height:34px;
		white-space:normal;
	}
	[class*=col-]{
		width:auto !important;
		float:none !important;
	}
	footer{
		height:60px;
		padding-top:25px;
	}
	.up{
		display:none;
	}
}
@media screen and (max-width: 480px) {
	footer .col-1{
		width:auto;
	}
}
@media screen and (max-width: 380px) {
	.container{
		max-width:330px;
		padding:0;
		position:static;
		overflow:hidden;
		padding-left: 25px;
		padding-right: 25px;
	}
	.content{
		padding:30px 0;
	}
	h2{
		width:auto;
		margin-bottom:5px;
	}
	h3{
		width:auto;
		margin-bottom:10px;
		font-size:24px;
	}
	p{
		margin-bottom:20px;
	}
	.header, .carousel-wrapper{
		overflow:hidden;
	}
	.header{
		height:280px;
	}
	.carousel-wrapper, .carousel li{
		height:420px;
	}
	.carousel-caption{
		font-size:24px;
		white-space:normal;
	}
	.company .text{
		margin-bottom:40px;
	}
	.download{
		bottom:-30px;
	}
	.contacts .logo{
		width:122px;
		height:122px;
		margin:10px auto;
	}
}
@media screen and (max-width: 350px) {
	.container{
		max-width:300px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.content{
		padding:30px 0;
	}
}
