@media (min-width: 320px) and (max-width: 600px) {
  /*========= SECTION 1 ==============*/
  .section1 {
    height: 470px;
  }

  .section1__container{
    margin-top: 5rem;
    justify-content: center;
  }

  .section1__leva__strana{
    text-align: center;
    display: flex;
    align-items: center;
    gap: 34px;
  }

  .section1__title{
    font-size: 1.4rem;
  }

  .section1__desc{
    font-size: .9rem;
  }

  .section1__desna_strana{
    width: 300px;
    display: none;
  }

  /*========= SECTION 2 ==============*/
  .section2{
    height: 1350px;
  }

  .section2__container{
    justify-content: center;
    padding-top: 0;
    padding-bottom: 500px;
  }

  .section2__text{
    height: 7rem;
    margin-top: 0;
    margin-bottom: 170px;
    width: 100%;
    align-items: center;
  }

  .section2__title{
    font-size: 1.6rem;
    width: fit-content;
    text-align: center;
  }

  .section2__desc,
  .section2__desc__desc{
    font-size: .9rem;
    width: fit-content;
  }

  .section2__sadrzaj{
    font-size: 1.7rem;
    margin-bottom: 30px;
    width: 100%;
  }

  .section2__items{
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  /*========= SECTION 3 ==============*/

   .section3{
    height: 1750px;
  }

  .section3__container{
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .section3__title{
    width: 100%;
    font-size: 1.7rem;
    margin-top: 140px;
  }

  .section3__sadrzaj{
    justify-content: center;
    width: 100%;
  }

  .section3__kocka{
    width: 240px;
    height: 240px;
  }

  .section3__kocka__title{
    font-size: 1.2rem;
  }

  .section3__kocka__desc{
    font-size: .7rem;
    padding: 0px 8px;
  }

  /*========= SECTION 4 ==============*/

  .section4{
    height: 1800px;
  }

  .section4__container{
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }

  .section4__subtitle{
    font-size: .9rem;
  }

  .section4__title{
    font-size: 1.4rem;
    width: 400px;
    width: 100%;
  }

  .section4__sadrzaj{
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .section4__kocka{
    width: 260px;
    height: 400px;
  }

  .section4__kocka__title{
    font-size: 1.2rem;
    width: 200px;
    text-align: left;
  }

  .section4__kocka__desc{
    font-size: .8rem;
    width: 200px;
    text-align: left;
  }

  .section4__video{
    width: 200px;
    height: 200px;
  }

  /*========= SECTION 5 ==============*/

  .section5{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 18px;
  }
  
  .section5__sadrzaj{
    width: 100%;
    gap: 10px;
  }

  .section5__title{
    font-size: 1.2rem;
    width: 220px;
  }

  .section5__subtitle{
    font-size: .8rem;
  }

  .section5__desc{
    font-size: .9rem;
    bottom: 80px;
    width: 220px;
  }

  .section1__dugme{
    width: 220px;
    font-size: 1rem;
  }

  /*========= FOOTER ==============*/

  footer{
    padding: 0px 20px;
    height: 450px;
    margin-top: 30px;
  }

  .footer__leva__strana{
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__sadrzaj{
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .footer__desna__strana{
    padding-bottom: 50px;
    width: 230px;
  }

  .footer__socials{
    width: 70px;
  }

  .footer__connect,
  .footer__navigate{
    font-size: 1rem;
  }

  .footer__a{
    font-size: .8rem;
  }

  /*========= KONTAKT ==============*/

  main{
  max-width: 100%;
  height: 950px;
  margin: 50px auto;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content:  center;
  flex-wrap: wrap;
  padding: 0px 40px;
  align-items: center;
  flex-wrap: wrap;
  gap: 70px;
  
}

.main__leva__strana{
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.kontakt__title{
  font-weight: bold;
  font-size: 50px;
  margin-top: 20px;
}

.kontakt__desc{
  font-size: 15px;
  margin-top: 20px;
  color: rgb(88, 85, 108);
}

.kontakt__subtitle{
  margin-top: 0px;
  border: 1px solid #403847;
  padding: 12px;
  border-radius: 10px;
  width: fit-content;
}

.form{
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0px 20px;
  gap: 50px;
}

input{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3px;
  font-size: 1.5rem;
  border: none;
  border-bottom: 1px solid #403847;
  background-color: transparent;
  text-decoration: none;
  color: #403847;
}

textarea{
  height: 100px;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  font-size: 1.5rem;
  border: 1px solid #403847;
  background-color: transparent;
  text-decoration: none;
  color: #403847;
}

textarea:focus, input:focus{
  border-bottom: 2px solid black;
  outline: none;
}

input[type=submit] {
  width: fit-content;
  border: 1px solid rgba(32, 13, 65, 0.8);
  border-radius: 10px;
  padding: 7px 12px;
  cursor: pointer;
  transition: all 0.35s ease;
}

input[type=submit]:hover{
  background-color: rgba(32, 13, 65, 0.8);
  color: white;
}


}