.block3{
    position: absolute;
    top: 200%;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px){
  .block3{
    top: 100%;
  }
}

.title3{
    position: absolute;
    top: 2%;
    left: 1%;
    font-family: 't2';
    font-size: 45px;
    color: #8B4513;
    text-shadow: 
    -1px -1px 0 #000, 
     1px -1px 0 #000, 
    -1px  1px 0 #000, 
     1px  1px 0 #000; 
    letter-spacing: 3px;
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    z-index: 5;
    padding-left: 1%;
    padding-right: 1%;
  }
  @media screen and (max-width: 768px){
    .title3{
      font-size: 16px;
      text-shadow: none;
    }
  }
  
.title3.animate1{
  animation-name: animt3;
  animation-duration: 3s;
}

@keyframes animt3{
    0%{
      left: 100%;
      opacity: 0;
    }
  
    100%{
      left: 1%;
      opacity: 1;
    }
}

.block31{
    position: absolute;
    top: 10%;
    left: 7%;
    width: 85%;
    height: 80%;
    background-color: rgb(255, 255, 255, 0.7);
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    overflow-y: visible;
    border-radius: 10px;
}


.blok32{
    height: 100%;
    text-decoration: none;
    font-family: 't2';
    font-size: 30px;
    color: #8B4513;
    letter-spacing: 3px;
    border-radius: 5px;
    line-height: 50px;
    margin-left: 2%;
}

@media screen and (max-width: 768px){
  .blok32{
    font-size: 14px;
    text-shadow: none;
    line-height: 20px;
    top: 20%;
  }
}

.nazv1{
  height: 100%;
  text-decoration: none;
  font-family: 't2';
  font-size: 22px;
  color: #13598b;
  letter-spacing: 3px;
  border-radius: 5px;
  line-height: 50px;
  margin-left: 2%;
}

@media screen and (max-width: 768px){
  .nazv1{
    font-size: 16px;
    line-height: 10px;

  }
}
