/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

html {
  background: black;
}

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.navigation {
  z-index: 1;
	background-color: rgb(58, 49, 49);
	max-width: 260px;
	width: 260px;
	position: fixed;
	right: -28px;
	top: -20px;
	height: calc(100vh + 20px);
	transform: rotate(-3deg);
  border-left: 2px solid;
  flex-direction: column;
	padding-top: 30px;
}

.navigation:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 10px;
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 20px);
  border-right: 10px solid #ff8030;
  background-color: transparent;
}

.navigation .nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.1rem;
  z-index: 1;
  width: 200px;
  transform: rotate(3deg);
}

.navigation .nav-item {
  padding: 5px 22px;
}

.navigation .nav-hidden {
  display: none;
}

.navigation .mouse {
  border: 2px solid #ffffff;
	border-radius: 13px;
	display: block;
	height: 46px;
	width: 26px;
	opacity: 0.6;
	margin-left: -60px;
  margin-bottom: 20px;
  transform: rotate(3deg);
}

.navigation .mouse:after {
  content: '';
  position: absolute;
  top: -15px;
  left: calc(50% - 1px);
  width: 5px;
  height: 15px;
  border-left: 1px solid white;
  border-top-left-radius: 5px 10px;
}

.navigation .mouse span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  height: 4px;
  margin: 6px auto;
  width: 4px;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.left {
  position: fixed;
  right: -30px;
  top: -20px;
  width: 90px;
  height: calc(100% + 30px);
  -webkit-transform: rotate(50deg);
  transform: rotate(2deg);
  background-color: #000000;
  z-index: 1;
  opacity: 0.8;
}

.section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  display: block !important;
}

.section .ground {
  position: absolute;
  right: 0;
  bottom: 0;
  top: -50px;
  right: 0;
  width: 100%;
  height: calc(100% + 50px);
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  z-index: 0;
}

.section .layer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  justify-content: space-between;
}

.section .layer .title {
  position: relative;
  padding: 20px;
  background: #004a53;
  margin: 30px;
  color: #ade8ff;
  max-width: 590px;
  text-align: center;
  box-shadow: -18px -18px #112333;
  font-size: 32px;
}

.section .layer .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) skew(-30deg, -30deg);
  background-color: #004a53;
  z-index: -1;
  bottom: -90px;
  left: calc(50% - 100px);
}

.section .layer .title-phone {
  position: relative;
  top: 20px;
  font-size: 32px;
  color: #b7b192 !important;
}

.section .layer .title-phone > i {
  margin-right: 18px;
}

.section .layer .title-phone > a {
  color: #b7b192 !important;
}

.section .layer-top {
  display: flex;
}

.section .layer .shortes {
	position: relative;
	font-size: 20px;
	transform: rotate(-3deg);
}

.section .layer .shortes-item {
	position: relative;
	color: #000000;
	text-align: center;
	padding: 7px;
	padding-top: 12px;
	background-color: #ff8030;
  margin: 20px;
	margin-left: 5px;
	border-radius: 200px;
	transform: rotate(3deg);
	width: 60px;
}

.section .layer .shortes-item > i {
  font-size: 40px;
}

.section .layer .shortes-item > span {
  position: absolute;
	width: 188px;
	color: #ffffff;
	background-color: #523a3b;
	z-index: -1;
	left: 85px;
	padding: 10px;
	box-shadow: 10px 10px #112333;
}

.section .layer .block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 240px);
}

.section .layer .block-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #311407;
  background-color: #0292b9;
  margin: 25px;
  margin-right: 0;
  padding: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  min-height: 200px;
  font-size: 20px;
  opacity: 0.9;
}

.section .layer .block-info:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50%;
  height: 50%;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.section .layer .block-info:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 20%;
  height: 40%;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
}

.section .description {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  justify-content: space-between;
}

.section .description-ground {
  position: absolute;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.5), rgba(50, 133, 173, 0.5));
  opacity: 0.7;
  height: 100%;
  width: 60%;
  left: -10%;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.section .description-phone {
  color: black;
	position: relative;
	width: 300px;
  height: 100px;
  min-height: 100px;
	background-color: #ff8030;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
  box-shadow: 8px -8px #632626;
  z-index: 2;
	opacity: 0.9;
}

.section .description-phone > i {
  margin-right: 18px;
}

.section .description-phone > a {
  color: black !important;
}

.section .description-phone::before {
  content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg) skew(-30deg, -30deg);
	background-color: #ff8030;
	z-index: -1;
	bottom: -50px;
	left: calc(50% - 49px);
}

.section .description-info {
  position: relative;
	width: 62%;
	background-color: #004a53;
	padding: 35px;
	opacity: 0.9;
	color: #ade8ff;
	font-size: 2.9vh;
	bottom: 0;
	margin: 50px;
  box-shadow: -18px 18px #112333;
  margin-top: 40px;
}

.section .description-info > ul {
  font-size: 90%;
}

.section .description-info > span {
  font-size: 80%;
  text-align: center;
  display: block;
  border: 1px solid #ade8ff;
  padding: 15px;
  margin: 0 50px;
}

.section .table {
  width: 100vw;
  height: 100vh;
}

.section .table .load-file {
  padding: 20px;
  margin-top: 20px;
}

.section .table > table {
  width: calc(100% - 220px);
}

.section .table > table td {
  vertical-align: middle !important;
  font-size: 1.55vh !important;
  padding: 2% !important;
}

.section .map {
  width: 100%;
  height: 100%;
  position: relative;
}

.section .contacts {
  position: absolute;
  background-color: #000000;
  top: 0;
  right: -20px;
  width: 40%;
  z-index: 5;
  height: 100%;
  opacity: 0.6;
  -webkit-transform: skew(5deg);
  transform: skew(5deg);
}

.section .contacts-info {
  position: absolute;
	z-index: 6;
	background: #233338;
	top: 5px;
	right: 206px;
	width: 40%;
	opacity: 0.9;
	color: white;
	box-shadow: -10px 10px black;
	font-size: 1.7vh;
  padding-right: 35px;
  min-width: 400px;
  padding: 5px;
}

.section .contacts-info > span {
	text-align: center;
	display: block;
	border: 1px solid white;
	padding: 2%;
	margin: 10px 20px;
	margin-left: 100px;
}

.section .contacts-info > span > i {
  position: absolute;
  left: 42px;
	font-size: 3vh;
}

.section .contacts-info .time {
  position: relative;
  text-align: center;
  padding: 30px;
  font-size: 120%;
}

.section .contacts-info .time > span {
  font-size: 90%;
  text-align: center;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px;
  margin: 10px;
  width: 100%;
}

video::-webkit-media-controls {
  display: none !important;
}

#fp-nav ul li a span {
  background: #ffffff !important;
}

#fullpage {
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .layer-top {
    flex-direction: column;
  }

  .section .layer .shortes-item {
    margin: 5px;
    margin-left: 15px;
  }

  .section .layer .shortes-item > span {
    width: 300px;
    left: 75px;
  }

  .section .layer .block {
    flex: 1;
	  margin-top: 25px;
  }

  .block_3 {
    display: none !important;
  }

}

@media screen and (max-width: 880px) {
  .navigation {
    right: -500px;
  }

  .section .contacts-info {
    right: 30px;
  }

  .section .table > table {
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 680px) {
  .left {
    display: none;
  }

  .section .contacts-info {
    right: 0;
    top: 0;
    width: 100%;
    min-width: 0;
  }

  .section .table > table {
    width: calc(100% - 45px);
  }

  .section .contacts-info > span {
    margin: 10px 20px;
  }

  .section .contacts-info > span > i {
   display: none;
  }

  .section .layer .title {
    margin: 0;
    max-width: 100%;
    font-size: 5vw;
  }

  .section .layer .title-phone {
    font-size: 5vw;
  }

  .section .layer .shortes {
    margin-top: 30px;
  }
  .section .layer .shortes-item > span {
    width: calc(100vw - 140px);
    font-size: 3vw;
  }

  .block_2 {
    display: none !important;
  }

  .section .layer .block {
    width: calc(100% - 25px);
  }

  .section .description-info {
    width: 100%;
    margin: 10px;
    margin-top: 40px;
  }

  .section .description-info > span {
    margin: 0;
  }
}