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

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

body, a, button, input, textarea {
  font-family: 'Proxima Nova'; }

a:hover, a:link {
  text-decoration: none; }

.title {
  font-family: 'Proxima Nova';
  position: relative;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px; }
  .title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 4px;
    margin: 0 auto;
    background-color: #0084d1; }

.subTitle {
  margin: 0 auto;
  font-weight: 400;
  font-size: 18px; }

/* header */
body.fp-viewing-servises #header,
body.fp-viewing-investments #header,
body.fp-viewing-contacts #header {
  background-color: rgba(24, 61, 81, 0.9);
  height: 80px; }

body.fp-viewing-servises .logo,
body.fp-viewing-investments .logo,
body.fp-viewing-contacts .logo {
  margin-top: 8px;
  width: 255px;
  height: 64px; }

body.fp-viewing-servises #deskTopNav,
body.fp-viewing-investments #deskTopNav,
body.fp-viewing-contacts #deskTopNav {
  margin-top: 30px; }

body.fp-viewing-servises .sandwich,
body.fp-viewing-investments .sandwich,
body.fp-viewing-contacts .sandwich {
  top: 15px; }

#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 90px;
  z-index: 50;
  background-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s; }

.logo {
  display: block;
  float: left;
  margin-top: 20px;
  width: 275px;
  height: 70px;
  -webkit-transition: all .5s;
  transition: all .5s; }

#deskTopNav {
  float: right;
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-transition: margin-top .5s;
  transition: margin-top .5s;
  z-index: 2; }
  #deskTopNav li {
    float: left;
    margin-left: 60px; }
    #deskTopNav li:first-child {
      margin: 0; }
    #deskTopNav li a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #ffffff;
      padding: 2px 0;
      -webkit-transition: all .3s;
      transition: all .3s;
      border-top: 2px solid transparent;
      border-bottom: 2px solid transparent; }
      #deskTopNav li a:hover {
        border-top-color: #0084d1;
        border-bottom-color: #0084d1; }
    #deskTopNav li.active a {
      border-top-color: #0084d1;
      border-bottom-color: #0084d1; }

#deskTopNav.active {
  right: 0; }

.close {
  display: none;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px; }
  .close span {
    position: relative;
    font-size: 38px;
    line-height: 0;
    bottom: -8px; }

.sandwich {
  display: none;
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: top 0.5s;
  transition: top 0.5s; }

.sandwichInner {
  position: relative;
  -webkit-transition: background .3s;
  transition: background .3s;
  width: 40px;
  height: 3px;
  display: block;
  background-color: white; }

.sandwichInner::before {
  content: "";
  width: inherit;
  height: inherit;
  background-color: white;
  position: absolute;
  top: -10px;
  -webkit-transition: all .5s;
  transition: all .5s; }

.sandwichInner::after {
  content: "";
  width: inherit;
  height: inherit;
  background-color: white;
  position: absolute;
  bottom: -10px;
  -webkit-transition: all .5s;
  transition: all .5s; }

/* home page section*/
.home {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  padding-top: 70px;
  color: #ffffff;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .home::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, #000000), to(transparent));
    background-image: -webkit-linear-gradient(bottom, transparent 0%, #000000 50%, transparent 100%);
    background-image: linear-gradient(to top, transparent 0%, #000000 50%, transparent 100%);
    opacity: 0.3; }
  .home .title {
    font-family: 'Proxima Nova';
    margin: 0 0 10px; }
    .home .title::after {
      display: none; }
  .home .subTitle {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px; }

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gradient {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 10; }

#fullpage {
  position: relative;
  z-index: 20; }

@media (min-aspect-ratio: 16 / 9) {
  .video {
    height: 300%;
    top: -100%; } }

@media (max-aspect-ratio: 16 / 9) {
  .video {
    width: 300%;
    left: -100%; } }

.homeInner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 10; }

/* servises section */
.servises {
  background-color: #ffffff;
  color: #333;
  text-align: center; }
  .servises .subTitle {
    width: 480px; }

.servisesWrap {
  margin-top: 15%; }
  .servisesWrap::after {
    content: '';
    display: block;
    clear: both; }

.servisesDisc {
  margin: 32px 0 0;
  font-size: 18px; }

/* investments section */
.investments {
  text-align: center;
  color: #ffffff;
  background-color: #183d51; }

/* contacts section */
.contacts {
  position: relative;
  background-image: url(img/map-2.jpg);
  /* overflow: hidden; */
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .contacts::before {
    content: '';
    position: absolute;
    width: 43%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1; }
  .contacts .title::after {
    margin: 0; }
  .contacts .fp-scroller, .contacts .fp-tableCell, .contacts .fp-scrollable {
    overflow: visible; }

.imgWrap {
  float: left; }

.contactsWrap {
  height: inherit;
  position: relative;
  z-index: 1;
  margin-left: 85px; }

.contactItem {
  margin-bottom: 30px;
  font-size: 20px; }
  .contactItem::after {
    content: '';
    display: block;
    clear: both; }

.contactItemDisc {
  float: left;
  margin: 25px 0 0 30px; }

.copyright {
  float: left;
  position: relative;
  font-size: 16px;
  margin-top: 90px;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (max-width: 1199px) {
  .title {
    font-size: 36px; }
  .servises .title, .investments .title {
    margin-top: 0; }
  .contacts::before {
    width: 50%; } }

@media screen and (max-width: 991px) {
  #deskTopNav {
    position: fixed;
    background-color: #183d51;
    padding: 50px 20px 20px;
    right: -200px;
    top: 0;
    width: 200px;
    height: 100%;
    margin-top: 0 !important;
    -webkit-transition: right 0.5s;
    transition: right 0.5s; }
    #deskTopNav li {
      float: none;
      margin: 0 0 20px 0; }
      #deskTopNav li a {
        border: none; }
      #deskTopNav li.active a {
        border-bottom: 1px solid white; }
  .close {
    display: inline-block; }
  .sandwich {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .home .subTitle, .servises .subTitle {
    width: 100%; }
  .title {
    font-size: 30px; }
  .servisesDisc {
    font-size: 16px; }
  .contacts {
    background-image: none;
    background-color: white; }
  .contactsWrap {
    margin: 0; }
  .contacts .title {
    text-align: center;
    margin-bottom: 60px; }
    .contacts .title::after {
      margin-left: auto;
      margin-right: auto; }
  .imgWrap {
    margin-bottom: 30px;
    text-align: center;
    float: none; }
    .imgWrap img {
      display: block;
      margin: 0 auto; }
  .contactItemDisc {
    margin: 0;
    float: none;
    text-align: center;
    font-size: 18px; }
  .contactItem {
    margin: 0; }
  .copyright {
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .contacts::before {
    display: none; }
  .logo {
    width: 158px !important;
    height: auto !important;
    margin-top: 20px !important; }
  .servisesDisc {
    margin-top: 15px; }
  .sandwich {
    top: 15px; }
  .servisesWrap {
    margin-top: 50px;
    margin-bottom: 50px; }
  .servisesItem {
    margin-bottom: 30px; }
  .title {
    font-size: 26px; }
  .servises .title, .investments .title {
    margin-top: 70px; }
  .contactItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
  .contactItemDisc {
    font-size: 16px;
    padding-left: 10px; }
  .imgWrap {
    margin: 0; }
  .copyright {
    margin-top: 50px; }
  #fullpage .title {
    margin-top: 100px !important; }
  #header {
    height: 80px;
    background-color: rgba(24, 61, 81, 0.9); }
  .video {
    display: none !important; }
  #homepage, .home {
    height: 100vh; }
  .gradient {
    display: none; } }

@media screen and (max-width: 767px) and (min-width: 600px) {
  .contacts .imgWrap {
    margin-left: 25%; } }

@media screen and (max-width: 500px) {
  .contacts .title {
    margin-bottom: 30px; }
  .home .title {
    font-size: 22px; }
  .home .subTitle {
    font-size: 18px; } }

.fp-scrollable {
  overflow: visible; }

/* @media screen and(max-height: 350px){
	.homeInner{
		.title{
			font-size: 20px;
			margin-bottom: 0;
		}
		.subTitle{
			font-size: 15px;
		}
	}
	#header{
		padding-top: 30px
	}
	.sandwich{
		top: 44px;
	}
	#deskTopNav{
		padding-top: 80px;
	}
	.close{
		top: 50px;
	}
	body:not(.fp-viewing-homepage) {
		.sandwich{
			top: 44px; 
		}
		#header{
			height: 100px;
		}
	}
} */
