* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: "Inter", sans-serif;
}

main {
  height: 100%;
}


/* TIME REALISATION */

.time-realistation {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffb800;
  text-align: center;
  font-size: 15px;
  padding: 0;
}

.time-realistation p {
  margin: 0;
  color: white;
}

/* NAWIGACJA */

.computer-nav {
  display: flex;
  height: 70px;
  align-items: center;
  box-shadow: 0px 4px 5px -4px rgb(189, 189, 189);
}

.nav-title-computer {
  padding-left: 5%;
  font-size: 20px;
  font-weight: 600;
}

.nav-title-computer a {
 text-decoration: none;
 color: black;
}

.nav-a {
padding: 0;
display: flex;
justify-content: flex-end;
padding-right: 5%;
font-size: 16px;
text-transform: uppercase;
}

.nav-a a {
 margin: 0 5%;
 color: rgb(75, 75, 75);
 text-decoration: none;
 font-weight: 500;
  }

  .nav-a a:hover {
   color: black;
   
     }

.media-nav {
  display: flex;
  height: 50px;
  box-shadow: 0px 4px 5px -4px rgb(189, 189, 189);
}

nav .bar {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
}

.nav-title {
  display: flex;
  align-items: center;
  padding: 0;
  order: 2;
  justify-content: center;
}

.nav-title a {
 margin: 0;
 font-weight: 600;
 font-size: 18px;
 text-decoration: none;
 color: black;
}

.english-version {
  display: flex;
  align-items: center;
  order: 3;
  padding: 0;
  font-size: 15px;
}

.english-version a {
  text-decoration: none;
  color: black;
}
.slide-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #e7e7e7;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 1px 0 200px 0px rgb(0, 0, 0);
}

.slide-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #353535;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid rgb(209, 209, 209);
}

.slide-nav .close-btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  border: none;
}

/* JAK ZMIERZYC PAS */

.jak-zmierzyc-psa {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: center;
  margin-bottom: 80px;
}

.title {
  margin-top: 80px;
  margin-bottom: 20px;
  padding: 0;
}

.title h1 {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 5px;
}

.text {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  padding-right: 50px;
  font-size: 18px;
  line-height: 35px;
}

.image {
  padding: 0;
  text-align: center;
}

/* SIZE-GUIDE-COMPUTER */

.size-guide-computer {
text-align: center;
font-size: 14px;
margin-top: 30px;

}

.size-guide-computer th {
  background-color: #dbdbdb;
  
  }

  .size-guide-computer td {
    background-color: #efefef;
    
    }

  .size-guide-computer th, td {
    padding: 10px;
    border: 5px solid rgb(255, 255, 255);
  }


  /* SIZE-GUIDE-MEDIA */

  .size-guide-media {
    text-align: center;
    font-size: 10px;
    margin-top: 30px;
    
    }
    
    .size-guide-media th {
      background-color: #dbdbdb;
      
      }
    
      .size-guide-media td {
        background-color: #efefef;
        
        }
    
      .size-guide-media th , td {
        padding: 5px;
        border: 5px solid rgb(255, 255, 255);
      }


  .info {
    margin-top: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

/* CONTACT_US */

.contact-us {
  display: flex;
  justify-content: space-between;
  padding: 0;
  height: auto;
  align-items: flex-start;
  margin: 7% 0;
}

.contact-us div {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-us h2 {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.contact-us p {
  margin-bottom: 10px;
  text-decoration: none;
  color: #606060;
  font-size: 1.7rem;
}

.contact-us img {
  width: 25px;
  margin-right: 10px;
  box-sizing: content-box;
}

.contact-us span {
  padding: 0;
}

/* FOOTER */

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: 400;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  color: black;
}

@media (max-width: 992px) {
  html {
    font-size: 50%;
  }

  /* NAV */

  .computer-nav {
    display: none;
  }

  .time-realistation {
    height: 30px;
    font-size: 10px;
  }

  .jak-zmierzyc-psa {
    margin-bottom: 25px;
  }

  .size-guide-computer {
    display: none;
  }

  .title {
    margin-top: 30px;
  }

  .text {
    font-size: 12px;
    padding-right: 0;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .info {
   
    font-size: 9px;
  }
}

@media (min-width: 992px) {

  /* NAV */

  .media-nav {
    display: none;
  }

  /* SIZE-GUIDE-MEDIA */

  .size-guide-media {
    display: none;
  }

}

@media (max-width: 992px) and (orientation: landscape) {
  /* CONTACT */

  .contact-us {
    padding-left: 10%;
    font-size: 15px;
  }
}

@media (max-width: 992px) and (orientation: portrait) {
  /* CONTACT */

  .contact-us {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .contact-us div {
    margin: 30px 0;
    justify-content: center;
    text-align: center;
  }

}

@media (min-width: 992px) and (orientation: landscape) {

}

@media (max-width: 1310px) {
  html {
    font-size: 55%;
  }
}

@media (min-width: 1310px) and (orientation: landscape) {
}

@media (min-width: 992px) and (orientation: portrait) {

}

@media (min-width: 1310px) and (orientation: portrait) {
}

@media (max-width: 500px) {
  html {
    font-size: 45%;
  }
}







