* {
  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;
}

/* CAROUSEL */




.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
  filter: brightness(40%);
}

.carousel-indicators {
  bottom: -50px;
}

.product-all {
  display: flex;
  padding: 0;
  margin: auto;
  margin: 50px 0;
}

/* PRODUCT LEFT */

.product-left {
  padding: 0;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-height: px;
}

.product-left img {
  width: 100%;
}

.product-left .row > div {
  padding: 5px;
}


.x-brak {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(48, 114, 255, 0.381);
  background-size: contain;
}

.big-img:hover .overlay {
  opacity: 1;
}

.small-img {
  order: 2;
}

.small-img:hover .overlay {
  opacity: 1;
}

.icon {
  color: white;
  font-size: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.icon:hover {
  color: rgb(208, 208, 208);
}

/* PRODUCT RIGHT */

.product-right {
  padding: 0 5%;
  line-height: 30px;
}

.product-right h2 {
  font-size: 15px;
  font-weight: 600;
}

.product-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 2px;
}

.price {
  font-size: 3rem;
  color: #ffb800;
  font-weight: 600;
}

.brak {
  min-height: 40px;
  background-color: rgb(255, 203, 203);
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin: 0;
  line-height: 20px;
  padding: 0 10px;
}

.brak i {
 font-size: 20px;
 padding-right: 15px;
 color: rgb(184, 0, 0);
}

.brak p {
  font-size: 10px;
  padding: 0;
  color: rgb(184, 0, 0);
  margin: 0;
 }

.color-product {
  display: flex;
  padding: 10px 0;
  flex-wrap: wrap;
}

.color-product a {
  padding: 0px 0;
}

.color-product img {
  width: 100%;
  padding: 3px;
}

.btn-size-guide {
  display: flex;
  width: 180px;
  padding: 5px;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.btn-size-guide i {
  font-size: 30px;
  transform: translate(0%, 5%);
  -webkit-transform: rotate(180deg);
}

.product-description h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.product-description p {
  font-size: 1.7rem;
  color: #626262;
  line-height: 30px;
  letter-spacing: 1px;
}

/* 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;
  }

  .product-all {
    display: block;
  }

  .big-img {
    display: none;
  }

  .small-img {
    display: none;
  }

  .big-img {
    margin-bottom: 50px;
  }

  .product-left {
    padding: 0;
  }

  .product-right {
    padding: 0;
  }

  .overlay {
    display: none;
  }

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

  .price {
    font-size: 3.5rem;
  }

  .btn-size-guide {
    width: 140px;
    font-size: 10px;
  }

  .btn-size-guide i {
    font-size: 22px;
  }
}

@media (min-width: 992px) {

  /* NAV */

  .media-nav {
    display: none;
  }

  /* CAROUSEL */

  .carousel {
    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;
  }

  /* PRODUCT */


  .product-description h2 {
    font-size: 18px;
  }

  .product-description p {
    font-size: 14px;
  }
}

@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) {
  /* PRODUCT */
}

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

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







