body{
    overflow: hidden;
}

.index{
  position: absolute;
  width: 7%;
  transition: 1.5s;

    border-radius: 5px;
    box-shadow: 10px 10px 8px 0px rgba(34, 60, 80, 0.2);  
        background: rgb(250, 249, 249);



}

@media screen and (max-width: 768px){
  .index{
    width: 15%;

  }
}

.index:hover{
  cursor: pointer;
  width: 8%;

}

.files{
    width: 30%;
    position: absolute;
    border-radius: 15px;
    box-shadow: 10px 10px 8px 0px rgba(34, 60, 80, 0.2);  
    z-index: -1;
}

@media screen and (max-width: 768px){
  .files{
    width: 60%;
  }
}

.f{
    top: -12%;
    transform: rotate(30deg);
}

@media screen and (max-width: 768px){
  .f{
    top: 10%;
  }
}

.s{
    top: -8%;
    right: 2%;
    transform: rotate(11deg);
}

.t{
    left: 36%;
    top: 9%;
    transform: rotate(-4deg);
}

@media screen and (max-width: 768px){
  .t{
    top: 25%;
  }
}

.fo{
    bottom: -25%;
    left: 8%;
    transform: rotate(6deg);
}

@media screen and (max-width: 768px){
  .fo{
    bottom: 0;
  }
}

.fe{
    right: 5%;
    bottom: -25%;
    transform: rotate(-25deg);
}

@media screen and (max-width: 768px){
  .fe{
    bottom: 0;
  }
}


.back2{
    width: 90%;
    height: 90%;
    background: gray;
    position: absolute;
    top: 5%;
    left: 5%;
    opacity: 0.5;
    z-index: -1;
    border-radius: 5px;
    position: fixed;
}

.content{
    z-index: 2;
}

.list11{
    top: 5%;
    left: 7%;
    letter-spacing: 3px;
    position: absolute;
    width: 70%;
    font-size: 35px;
    font-family: t2;
    /* color: #8B4513; */
    /* text-shadow: 
    -1px -1px 0 #000, 
     1px -1px 0 #000, 
    -1px  1px 0 #000, 
     1px  1px 0 #000;
     box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5); */
     background-color: rgba(255, 255, 255, 0.7);
     /* border-radius: 5px; */
     animation-name: animt;
     animation-duration: 3s;
     padding-left: 1%;
     padding-right: 1%;
}

@media screen and (max-width: 768px){
  .list11{
    font-size: 16px;
    text-shadow: none;
  }
}

@keyframes animt{
    0%{
      left: 80%;
      opacity: 0;
    }
  
    100%{
      left: 7%;
      opacity: 1;
    }
}

.list12{
    top: 21%;
    left: 35%;
    letter-spacing: 5px;
    position: absolute;
    width: 50%;
    /* height: 90%; */
    /* color: #8B4513; */
     box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
     background-color: rgba(255, 255, 255, 0.7);
     /* border-radius: 5px; */
     animation-name: animtd;
     animation-duration: 4s;
     padding-left: 1%;
     padding-right: 1%;
}

@media screen and (max-width: 768px){
  .list12{
    font-size: 16px;
    text-shadow: none;
    animation-name: none;
    top: 40%;
  }
}


@keyframes animtd{
    0%{
      top: 10%;
      opacity: 0;
    }
  
    100%{
      top: 21%;
      opacity: 1;
    }
}

.list13{
    top: 20%;
    left: 8%;
    letter-spacing: 3px;
    position: absolute;
    font-size: 30px;
    font-family: t2;
    /* color: #8B4513; */
     box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
     background-color: rgba(255, 255, 255, 0.7);
     /* border-radius: 5px; */
     animation-name: animts;
     animation-duration: 3s;
     padding-left: 1%;
     padding-right: 1%;
}

@media screen and (max-width: 768px){
  .list13{
    font-size: 20px;
    text-shadow: none;
    box-shadow: none;
    top: 35%;
  }
}


@keyframes animts{
    0%{
      left: 10%;
      opacity: 0;
    }
  
    100%{
      left: 8%;
      opacity: 1;
    }
}

.list14{
    position: absolute;
    top: 31%;
    left: 7%;
    width: 86%;
    height: 50%;
    background-color: rgb(255, 255, 255, 0.8);
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    font-size: 25px;
    /* font-family: Arial, Helvetica, sans-serif;
    color: #8B4513; */
    overflow-y: visible;
    /* border-radius: 10px; */
    animation-name: animttm;
    animation-duration: 2s;
    z-index: 2;
    padding: 1%;
}

@media screen and (max-width: 768px){
  .list14{
    font-size: 20px;
    text-shadow: none;
    box-shadow: none;
    top: 45%;
  }
}

@keyframes animttm{
    0%{
      left: 5%;
      opacity: 0;
    }
  
    100%{
      left: 7%;
      opacity: 1;
    }
}

.list15{
    position: absolute;
    bottom: 7%;
    left: 8%;
    z-index: 12;
    font-size: 20px;
    font-weight: bold;
    color: #020202;
    background-color: rgba(255, 255, 255, 0.7);
    /* font-family: Arial, Helvetica, sans-serif; */
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
    /* border-radius: 10px; */
    text-decoration: none;
    animation-name: animtss;
    animation-duration: 3s;
    padding-left: 1%;
    padding-right: 1%;
}

@media screen and (max-width: 768px){
  .list15{
    font-size: 20px;
    width: 40%;
    text-shadow: none;
    box-shadow: none;
    bottom: -4%;
  }
}

@keyframes animtss{
    0%{
      opacity: 0;
    }
  
    100%{
      opacity: 1;
    }
}

/* слайдер */
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: 15%;
  position: absolute;
  margin: auto;
  right: 6%;
  top: 7%;
  z-index: 1;
  transition: 1.5s;
}

@media screen and (max-width: 768px){
  .slideshow-container{
    top: 18%;
    width: 40%;
    right: 30%;
  }
}

.slideshow-container:hover{
  width: 50%;
  z-index: 2;
  cursor: pointer;
  box-shadow: 30px 30px 50px 0px rgb(0, 0, 0);
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.oki{
  position: absolute;
  bottom: 1%;
  right: 1%;
  width: 5%;
  z-index: 2;
}

@media screen and (max-width: 768px){
  .oki{
    width: 15%;
    bottom: -5%;
  }
}

.vki{
  position: absolute;
  bottom: 1%;
  right: 7%;
  width: 5%;
  z-index: 2;
}

@media screen and (max-width: 768px){
  .vki{
    width: 15%;
    bottom: -5%;
    right: 20%;
  }
}