div.fullpage { color: #fff; }
.fullpage .containter { position: absolute; z-index: 20; top: 25%; bottom: 0; left: 0; right: 0; text-align: center; }
.fullpage .containter .header { font: normal 150px/114px 'OzHandicraft', sans-serif; max-height: 228px; }
.fullpage .containter .description { font: normal 26px/46px 'Lato Medium', sans-serif; margin-top: 65px; height: 92px; }
.fullpage .containter .links { margin-top: 100px; }
.fullpage .containter .links .item { display: inline-block; width: 370px; height: 220px; background: rgba(255, 255, 255, .2); border-radius: 5px; transition-duration: .2s; padding: 60px 0; box-sizing: border-box; position: relative; }
.fullpage .containter .links .item:hover { transform: translateY(-10px); }
.fullpage .containter .links .item:not(:last-child) { margin-right: 30px; }
.fullpage .containter .links .label { font: bold 24px 'BebasNeue', sans-serif; }
.fullpage .containter .links .info { font: normal 16px/26px 'Lato Medium', sans-serif; margin-top: 20px; }
.fullpage .containter .links .item:nth-child(1):before { content: ''; position: absolute; top: -35px; left: 0; right: 0; height: 61px;	 background: url('../img/price.png') 50% 50% no-repeat; }
.fullpage .containter .links .item:nth-child(2):before { content: ''; position: absolute; top: -30px; left: 0; right: 0; height: 61px;	 background: url('../img/services.png') 50% 50% no-repeat; }
.fullpage .containter .links .item:nth-child(3):before { content: ''; position: absolute; top: -36px; left: 0; right: 0; height: 61px;	 background: url('../img/menu.png') 50% 50% no-repeat; }
.fullpage .bg { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; right: 0; }
@media only screen and (max-width: 1366px) {
  .fullpage .containter .header { font-size: 120px; }
  .fullpage .containter .description { margin-top: 25px; font-size: 20px; line-height: 30px; }
  .fullpage .containter .wrapper { width: 970px; }
  .fullpage .containter .links { margin-top: 30px; }
  .fullpage .containter .links .item { width: 300px; padding: 40px 0; height: 170px; }
}

@media only screen and (max-width: 700px) {
  .fullpage .containter .header { font-size: 120px; }
  .fullpage .containter .description { margin-top: 25px; font-size: 20px; line-height: 30px; }
  .fullpage .containter .links { margin-top: 30px; width: 970px; }
  .fullpage .containter .links .item { width: 300px; }
}



.fullpage .slider .section:nth-child(1) { background: url('../img/main_bany1.jpg') 50% 50% no-repeat; }
.fullpage .slider .section:nth-child(2) { background: url('../img/main_bany2.jpg') 50% 50% no-repeat; }
.fullpage .slider .section:nth-child(3) { background: url('../img/main_bany3.jpg') 50% 50% no-repeat; }
.fullpage .slider .section:nth-child(4) { background: url('../img/main_bany4.jpg') 50% 50% no-repeat; }

.fullpage .fp-nav { position: absolute; z-index: 100; right: 60px; top: calc(50% - 152px); font: bold 18px 'BebasNeue', sans-serif; }
.fullpage .fp-nav a { color: #fff; padding: 0; line-height: 70px; outline: none; }
.fullpage .fp-nav-item { display: block; width: 70px; height: 70px; border-radius: 50%; background: none; text-align: center; transition-duration: .2s; margin-bottom: 5px; position: relative; }
.fullpage .fp-nav-item.active { background: rgba(255, 255, 255, .22); font-size: 30px; margin-bottom: 40px; margin-top: 35px; }
.fullpage .fp-nav-item:not(:last-child):after { content: ''; position: absolute; top: 70px; left: 32.5px; background: #fff; width: 5px; height: 5px; border-radius: 50%;}
.fullpage .fp-nav-item.active:not(:last-child):after { top: 100px; }

.animate-elements { position: absolute; z-index: 10; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none }
.animate-elements .list { position: absolute; }
.animate-elements .list1 { width: 217px; height: 148px; left: 23%; top: 10%; background: url('../img/list1.png') 50% 50% no-repeat; }
.animate-elements .list2 { left: 62%; top: 13%; width: 75px; height: 118px; background: url('../img/list2.png') 50% 50% no-repeat; }
.animate-elements .list3 { left: 10%; top: 44%; width: 93px; height: 105px; background: url('../img/list3.png') 50% 50% no-repeat; }
.animate-elements .list4 { left: 24%; top: 54%; width: 141px; height: 99px; background: url('../img/list4.png') 50% 50% no-repeat; }
.animate-elements .list5 { left: 68%; top: 38%; width: 109px; height: 84px; background: url('../img/list5.png') 50% 50% no-repeat; }

.fullpage .footer { position: absolute; z-index: 21; left: 0; right: 0; bottom: 0; border-top: 2px solid rgba(232, 232, 232, .1); }
.fullpage .footer { color: #eae5e0; }
.fullpage .social a { background: url('../img/social_sprite_fp.png') 0 0 no-repeat; }

.fullpage .slider .section:nth-child(1):before {
  background-image: -moz-linear-gradient( -90deg, rgb(163,116,71) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(163,116,71) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(163,116,71) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.431;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 323px;
  z-index: 3;
  content: '';
  pointer-events: none;
}

.fullpage .slider .section:nth-child(2):before {
  background-image: -moz-linear-gradient( -90deg, rgb(163,116,71) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(163,116,71) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(163,116,71) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.431;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 323px;
  z-index: 3;
  content: '';
  pointer-events: none;
}

.fullpage .slider .section:nth-child(3):before {
  background-image: -moz-linear-gradient( -90deg, rgb(170,199,206) 0%, rgba(0,0,0,0) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(170,199,206) 0%, rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(170,199,206) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.922;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 323px;
  z-index: 3;
  content: '';
  pointer-events: none;
}
