body {
    margin: 0;
    padding: 0;
    font-family: 'Russo One', sans-serif;
}

.shadow {
    position: fixed;
    z-index: 100;
    top: 30px;
    width: 100%;
    height: 50px;
    box-shadow: 0 0px 100px rgba(0,0,0); 
}

.header {
    position: fixed;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 85px;
    background-color: #FF0000;
}

.container {
    margin: 0 auto;
    width: 1020px;
}

clearfix::after {
    display: table;
    content: "";
    clear: both;
}

.header .logo {
    float: left;
    position: relative;
    top: 25px;
}

.header .main-nav {
    position: relative;
    top: -25px;
    left: 30px;
    margin-top: -50px;
    float: right; 
}

.header .main-nav li {
    display: inline-block;
    font-size: 50px;
    margin-right: 33px;
    text-transform: uppercase;
}

.header .main-nav li a {
    color: white;
    text-decoration: none;
}

.header .main-nav li a:hover {
    border-bottom: 4px solid white;
}

.bottom-header {
    margin: 0;
    padding: 0;
    position: relative;
    top: -35px;
    float: right;
    width: 744px;
    height: 78px;
    background: url(../img/block-header.png);
}

.header .next-nav {
    margin-top: 3px; 
}

.header .next-nav li {
    display: inline-block;
    font-size: 50px;
    margin-right: 33px;
    text-transform: uppercase;
}

.header .next-nav li a {
    color: white;
    text-decoration: none;
}

.header .next-nav li a:hover {
    border-bottom: 4px solid white;
}

.slider-box{
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  width: 1920px;
  height: 433px;
  overflow: hidden;
}

.slider{
  position:relative;
  width: 10000px;
  height: 210px;
}

.slider img{
  float:left;
}

.slider-box .prev, .slider-box .next{
  position:absolute;
  top:100px;
  display:block;
  width:29px;
  height:29px;
  cursor:pointer;
}

section-one .vip-container {
    position: relative;
}

.slider-box .prev{
  position: absolute;
  top: 0px;
  width: 108px;
  height: 106px;
  background:url(../img/back-button.png) no-repeat;
}

.slider-box .next{
  position: absolute;
  top: 0px;
  right: 10px;
  width: 108px;
  height: 106px;
  background:url(../img/next-button.png) no-repeat;
}

.black-block {
    width: 108px;
    height: 106px;
    background-color: black;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.prev:hover #bb {
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}

.next:hover #bb {
    opacity: 0.3;
    transition: 0.3s ease-in-out;
}

.section-two {
    background: url(../img/block-title5.png) repeat;
}

.vid {
    background: url(../img/block-title4.png) no-repeat;
}

.inside-title {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    text-align: center;
    line-height: 148px;
    color: #7f7f7f;
    font-size: 65px;
    text-transform: uppercase;
}

.section-inside .inside-container {
    z-index: 100;
    margin-top: px;
    height: 3100px;
    box-shadow: 0 20px 30px rgba(0,0,0,0.5);
}

.foto-one {
    margin-top: 35px;
    float:left;
}

.foto-two {
    margin-top: 32px;
    float: right;
    
}

.foto-three {
    margin-top: 30px;
    float: left;
}

.foto-four {
    margin-top: 25px;
    margin-left:px;
    float: right;
}

.foto-five {
    margin-top: 30px;
    margin-left: 15px;
}

.video {
    margin-top: 35px;
    margin-left: 230px;
}

.place {
    margin-top: 50px;
    margin-left: 0px;
    font-size: 40px;
    text-align: center;
    color: #FF0000;
}
.place p {
    width: 1000px;
    margin: 0 auto;
    margin-left: px;
    text-align: center;
    font-family: arial;
    font-size: 30px;
    color: #000000;
}

.map {
    margin-top: 25px;
    margin-left: px;
}

.button-top {
    position: relative;
    top: 50px;
    margin: 0 auto;
    width: 91px;
    height: 91px;
    margin-top: 20px;
    background: url(../img/button-top.png) no-repeat;
}

.footer {
    width: 100%;
    height: 185px;
    background-color: black;
}

.footer .relative {
    position: relative;
}

.footer img {
    top: -50px;
    left: 370px;
    position: absolute;
    z-index: 1000;
}

footer h2 {
    margin: 0;
    padding: 0;
    margin-left: 36px;
    color: #7f7f7f;
    font-size: 53px;
    line-height: 175px;
}

.footer .vk {
    position: absolute;
    top: 125px;
    left: 440px;
    width: 50px;
    height: 50px;
    background: url(../img/vk.png) no-repeat;
}

.footer .ok {
    position: absolute;
    top: 125px;
    right: 440px;
    width: 51px;
    height: 51px;
    background-image: url(../img/ok.png);
    transition: 0.3s ease-in-out;
}

.footer .black {
    width: 51px;
    height: 51px;
    background-color: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.footer .vk:hover #bb {
    transition: 0.3s ease-in-out;
    opacity: 0.3;
}

.footer .ok:hover .black {
    transition: 0.3s ease-in-out;
    opacity: 0.3;
}