@font-face {
  font-family: 'AquawaxPro-Light';
  src: url("fonts/AquawaxPro-Light.eot");
  src: url("fonts/AquawaxPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/AquawaxPro-Light.woff") format("woff"), url("fonts/AquawaxPro-Light.ttf") format("truetype"), url("fonts/AquawaxPro-Light.svg#AquawaxPro-Light") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'AquawaxPro-Medium';
  src: url("fonts/AquawaxPro-Medium.eot");
  src: url("fonts/AquawaxPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/AquawaxPro-Medium.woff") format("woff"), url("fonts/AquawaxPro-Medium.ttf") format("truetype"), url("fonts/AquawaxPro-Medium.svg#AquawaxPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'AquawaxPro-UltraBold';
  src: url("fonts/AquawaxPro-UltraBold.eot");
  src: url("fonts/AquawaxPro-UltraBold.eot?#iefix") format("embedded-opentype"), url("fonts/AquawaxPro-UltraBold.woff") format("woff"), url("fonts/AquawaxPro-UltraBold.ttf") format("truetype"), url("fonts/AquawaxPro-UltraBold.svg#AquawaxPro-UltraBold") format("svg");
  font-weight: normal;
  font-style: normal; 
}

.main-page {
	background: #fff;
	box-shadow: 0 0 4px rgb(0 0 0 / 15%);
    max-width: 1920px;
    margin: auto;
}

header {
	position: relative;
    line-height: 100px;
    z-index: 99;
}

header::before {
	position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: calc(50% - 1px);
    left: 0;
    background: #e9e9e9;
    z-index: 0;
}

header .logo-content {
	position: relative;
	display: block;
	width: 100%;
    min-width: 250px;
    max-width: 300px;
	line-height: 0;
	background: #fff;
	margin-right: 2vw;
	flex: none;
}

header.fixed {
    position: fixed;
    width: calc(100% - 40px);
    padding: 0 30px;
    z-index: 9999;
    top: 0;
    left: 50%;
    background: #fff;
    line-height: 80px;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    transition: .3s;
    opacity: 0;
    max-width: 1920px;
}

.sticky header.fixed {
	-webkit-transform: translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    transition: .3s;
    opacity: 1;
    -webkit-box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.65); 
	box-shadow: 0px 4px 15px -9px rgba(0,0,0,0.65);
}

header.fixed::before {
    position: absolute;
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    top: calc(50% - 1px);
    left: 30px;
    background: #e9e9e9;
    z-index: 0;
}

.header-contact,
.nav-desktop,
.select-lang {
	position: relative;
	background: #fff;
	font-weight: 600;
}

.header-contact {
	white-space: nowrap;
	margin-right: 50px;
}

.nav-desktop nav ul li a {
	font-weight: 600;
    text-transform: capitalize;
}

.nav-desktop nav ul li a.menuactive,
.nav-desktop nav ul li a:hover {
    color: #b21a22 !important;
}

.nav-desktop nav > ul > li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

.nav-desktop nav > ul > li > a {
	display: block;
	color: #202020;
}

.nav-desktop nav > ul > li:last-child > a span {
	background: #b21a22;
	color: #fff;
	display: block;
	padding: 0 15px;
}

.nav-desktop nav > ul > li:last-child {
	margin-right: 0;
}

.nav-desktop nav > ul > li.parent,
.select-lang nav > ul > li.parent {
    padding-right: 12px;
    background: url(img/arrow-nav.png) no-repeat;
    background-position: center right;
    background-size: 12px;
}

.nav-desktop nav > ul > li.menuactive ul li.menuactive > a {
    color: #b21a22 !important;
}

.nav-desktop nav > ul > li.parent ul,
.select-lang nav > ul > li.parent ul {
    position: absolute;
    background: #fff;
    padding: 10px 20px;
    -webkit-filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    filter: drop-shadow(0 8px 20px rgba(51,63,72,.1));
    min-width: 230px;
    visibility: hidden;
    opacity: 0;
    margin-top: 20px;
    transition: .3s
}

.select-lang nav > ul > li.parent ul {
	min-width: 50px;
}

.nav-desktop nav > ul > li.parent:hover ul,
.select-lang nav > ul > li.parent:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    transition: .3s
}

.nav-desktop nav > ul > li.parent ul li,
.select-lang nav > ul > li.parent ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.nav-desktop nav > ul > li.parent ul li:last-child,
.select-lang nav > ul > li.parent ul li:last-child {
    border-bottom: 0;
}

.nav-desktop nav > ul > li.parent ul li a,
.select-lang nav > ul > li.parent ul li a {
    display: block;
    line-height: 1;
    text-transform: capitalize;
}

.nav-desktop nav > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden !important;
    opacity: 0 !important;
}

.nav-desktop nav > ul > li > ul > li:hover ul {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Navigation mobile */

.nav-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    right: -400px;
    z-index: 9999;
    background: rgba(0,0,0,0.95);
    transition: .6s;
    overflow: scroll;
    padding-bottom: 60px;
}

.nav-mobile.open-nav {
    right: 0;
    transition: .6s;
}

.nav-mobile .inner {
    opacity: 0;
    transition: .2s;
}

.nav-mobile.open-nav .inner {
    opacity: 1;
    transition: 1.6s;
}

.nav-mobile .bt-close-nav {
    font-size: 32px;
    cursor: pointer;
    color: #fff;
}

.nav-mobile .bt-close-nav:hover {
    color: #b21a22;
}

.nav-mobile nav ul li {
    padding: 10px 0;
    border-top: 1px solid #222;
}

.nav-mobile nav ul li:first-child {
    border-top: 0;
}

.nav-mobile nav ul li a {
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
    color: #aaa;
}

.nav-mobile nav ul li ul li {
    padding-left: 15px;
}

.nav-mobile nav ul li > span {
    color: #aaa;
}

.nav-mobile nav > ul > li > ul > li:last-child {
    padding-bottom: 0;
}

.nav-mobile nav ul li a.menuactive,
.nav-mobile nav ul li a:hover {
    color: #b21a22;
}

.bt-open-nav {
    background: #fff;
    font-size: 32px;
    padding: 0 15px;
    z-index: 0;
}


/* Heading */

.heading-content {
	position: relative;
    width: 100%;
    height: calc(100vh - 150px);
    overflow: hidden;
}

.link-bloc {
    position: absolute;
    top: -150px;
    right: 40px;
    z-index: 9;
}

.active-banner .link-bloc {
	top: 40px;
	transition: .6s;
}

.link-bloc a {
	display: block;
	margin-bottom: 5px;
}

.link-bloc i {
    background: #fff;
    font-size: 36px;
}

.heading-content .full-media {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
 /*   background: url(img/banner-mobile.jpg) no-repeat; */
    background-position: center;
    background-size: cover;
}

.heading-content .full-media::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(35,42,53, .5) ;
}

.heading-content .full-media::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(img/bg-trans.png);
    opacity: .4;
}

.heading-content .full-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin-left: 0 !important;
    margin-top: 0 !important;
    height: auto !important;
    width: 100%;
}

@media only screen and (max-width: 760px) {
/* start */

.heading-content .full-media video {
    display: none;
}

}

.banner-content {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.banner-content .inner {
	position: relative;
	color: #fff;
	transform: translateY(-50%);
	opacity: 0;
	transition: .6s;
}

.active-banner .banner-content .inner {
	transform: translateY(0);
	opacity: 1;
	transition: .6s;
}

.banner-content .inner h1 {
    font-family: 'AquawaxPro-UltraBold', sans-serif;
	color: #fff;
	font-size: 60px;
    letter-spacing: 1px;
    line-height: 1.1;
    font-weight: 700;
}

.banner-content .inner h1 b {
	font-weight: 900;
}

.banner-content .inner hr {
	width: 0;
	height: 4px;
	background: #fff;
	opacity: 1;
	margin: auto;
	margin-top: 30px;
	position: relative;
	transition: .6s;
}

.active-banner .banner-content .inner hr {
	width: 60%;
	transition: .6s;
}

.banner-content .inner hr:after {
	content: "";
	position: absolute;
	width: 20%;
	height: 4px;
	background: #b21a22;
	top: 0;
	right: 0;
}

.heading-content a.bt-more-info {
    position: absolute;
    bottom: 40px;
    left: -400px;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .6s;
}

.active-banner .heading-content a.bt-more-info {
	left: 50px;
	transition: .6s;
}

.heading-content a.bt-more-info span {
	display: inline-block;
	padding-left: 100px;
	position: relative;
	-webkit-backface-visibility: visible;
    backface-visibility: visible;
}

.heading-content a.bt-more-info span:before {
	content: "";
    position: absolute;
    width: 85px;
    height: 4px;
    top: calc(50% - 1px);
    left: 0;
    background: #fff;
}

.heading-content a.bt-enter {
    position: absolute;
    bottom: -250px;
    right: 50px;
    z-index: 9;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .6s;
}

.active-banner .heading-content a.bt-enter {
	bottom: 50px;
	transition: .6s;
}

.heading-content a.bt-enter span {
	display: inline-block;
	padding-left: 100px;
	position: relative;
	-webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate(100%,0) perspective(0) rotate(-90deg);
    transform: translate(100%,0) perspective(0) rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.heading-content a.bt-enter span:before {
	content: "";
    position: absolute;
    width: 85px;
    height: 4px;
    top: calc(50% - 1px);
    left: 0;
    background: #fff;
}

.heading-content .element-graph-01 {
    position: absolute;
    z-index: 1;
    width: 45%;
    bottom: -10vh;
    right: -10%;
    opacity: .05;
}