html {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

body {
  position: relative;
  height:100vh;
  background-color: #4c4b4b;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}

img {
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a, a:visited {
  color: #fff;
  text-decoration: none;
  /*background:rgba(0,0,0,0.5);*/
  transition: .6s background;
}
a:hover{
  color: #fff;
  background:rgba(0,0,0,0.9);
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  opacity: 0.5;
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.slide-content {
  width: 1200px;
  text-align: left;
  color: #fff;
  /*background: rgba(0, 0, 0, 0.5);*/
  margin-left: 3%;
}

.slide-content h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 100;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  font-size: 80px;
  margin-top: 20%;
  margin-right: 300px;
  padding: 10px;
}

.up {
  margin-bottom: 100px;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.contacts {
  position: fixed;
  z-index: 20;
  bottom: 0;
  width: 100%;
  height: 160px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 25px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.8)', endColorstr='transparent',GradientType=0 );
}

.topb {
  position: relative;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.8)', endColorstr='transparent',GradientType=0 );
  */
  z-index: 10;
}

.tp-tel p, .tp-fax p {
  display: inline-flex;
  padding-left: 10px;
}

.tp-address p, .tp-email p{
  display: inline-block;
  /*margin-left: 32px;*/
  padding-left: 25px;
  margin-top: -24px;
}

.contacts-line {
  text-align: center;
  position: fixed;
  z-index: 20;
  bottom: 0;
  width: 100%;
  height: 200px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 25px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 0.8)', endColorstr='transparent',GradientType=0 );
}


