@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 25px;
    justify-content: center;
  }
  nav ul li a{
    font-size: 16px;
  }
  .container{
    max-width: 100% !important;
  }
  .container h3{
    font-size: 30px;
  }
  .list-item img{
    width: 70%;
    height: 70%;
  }
  .info{
    padding: 0 5vw;
  }
  .full-info{
    padding: 0 5vw;
  }

}

@media (max-width: 768px){
  nav{
    width: 100%;
    padding: 0;
  }

  .checkbtn{
    display: block;
  }
  ul{
    margin-left: 0px !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: none;
    background: #2c3e50;
    top: 80px;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    border-bottom: 2px solid black;
  }

  nav ul li a{
    font-size: 20px;
  }
  nav ul li a:hover{
    background: none;
    color: #0082e6 !important;
  }

  #check:checked ~ ul{
    display: block;
  }

  .container{
    max-width: 100% !important;
  }
  .container h3{
    font-size: 20px;
  }

  .list-item{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .list-item a{
    width: 100%;
  }

  .search{
    /* height: 70px; */
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .search label{
    /* width: 100%; */
    display: none;
  }
  nav form.lang{
    padding-right: 20px;
  }
  label.logo{
    padding-left: 0;
  }
  .info{
    display: flex;
    flex-direction: column;
    margin: 25px 25px;
  }
  .info img{
    max-width: 95%;
    align-self: center;
    margin: 0;
  }
  .info div.short-info{
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .full-info{
    margin: 25px 25px;
  }
  .full-info h4, p{
    margin: 0;
    padding-left: 0;
  }
  .full-info img{
    display: block;
    margin: 0;
    margin: 5px;
    max-width: 90% !important;
  }
  .about-info{
    display: flex;
    flex-direction: column;
  }
  .about-info iframe{
    max-width: 95%;
    align-self: center;
  }
  .q {
    padding-right: 20px;
  }
}
