* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

body {
  background: #f5ecda;
}

body .container {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .container__header {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5% 95%;
      grid-template-columns: 5% 95%;
  background: whitesmoke;
  -webkit-box-shadow: 0px 0px 8px #6c6e7a;
          box-shadow: 0px 0px 8px #6c6e7a;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

body .container__header__logo {
  width: 100%;
}

body .container__header__logo img {
  width: 100%;
  height: 100%;
}

body .container__header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__header__main--first {
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__header__main--first__socials i {
  font-size: 25px;
  cursor: pointer;
}

body .container__header__main--first__socials i:hover {
  opacity: 0.5;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body .container__header__main--first #hamburger {
  display: none;
}

body .container__header__main--second {
  width: 100%;
  height: 100%;
  background: #6c6e7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__header__main--second a {
  color: whitesmoke;
  cursor: pointer;
  -webkit-transition: 400ms;
  transition: 400ms;
}

body .container__header__main--second a:hover {
  background: whitesmoke;
  color: #6c6e7a;
}

body .container__article {
  width: 80%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: whitesmoke;
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px #6c6e7a;
          box-shadow: 0px 0px 8px #6c6e7a;
  padding: 20px;
}

body .container__article h1 {
  font-size: 24pt;
  color: #6c6e7a;
}

body .container__article h2 {
  font-size: 18pt;
}

body .container__article h3 {
  font-size: 16pt;
}

body .container__article p {
  font-size: 16pt;
}

body .container__article i {
  font-size: 16pt;
}

body .container__article small {
  color: blue;
}

body .container__article ul {
  margin-top: 1rem;
  margin-left: 3rem;
}

body .container__article ul li {
  font-weight: 700;
  color: #6c6e7a;
  font-size: 16pt;
}

body .container__article ol {
  background: #979696;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  margin-top: 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 8px #6c6e7a;
          box-shadow: 0px 0px 8px #6c6e7a;
}

body .container__article ol li {
  font-weight: 700;
  font-size: 16pt;
}

body .container__article img {
  width: 100%;
}

body .container__article #product-img {
  width: 35%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body .container__article--box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  gap: 1rem;
  margin-top: 2rem;
  background: #e2e2e2;
  padding: 20px;
}

body .container__article--box img {
  width: 100%;
  height: 100%;
}

body .container__article--box span #iskustvo {
  margin-top: 10rem;
}

body .container__article--productbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 60%;
      grid-template-columns: 40% 60%;
}

body .container__article--productbox img {
  width: 70%;
}

body .container__article--productbox p {
  margin-top: 20%;
}

body .container__article #btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: maroon;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  color: whitesmoke;
  font-weight: 700;
  font-size: 20px;
  border-radius: 1rem;
}

body .container__comments {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  background: whitesmoke;
  -webkit-box-shadow: 0px 0px 8px #6c6e7a;
          box-shadow: 0px 0px 8px #6c6e7a;
}

body .container__comments__head {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .container__comments__head textarea {
  width: 90%;
  height: 5rem;
  padding: 1rem;
}

body .container__comments__head button {
  margin-top: 1rem;
  width: 15rem;
  padding: 0.5rem;
  font-size: 20px;
  cursor: pointer;
}

body .container__comments__field {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}

body .container__comments__field #single-comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 15% 85%;
      grid-template-columns: 15% 85%;
  gap: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding: 10px;
}

body .container__comments__field #single-comment #pic-and-name img {
  width: 100px;
}

body .container__comments__field #single-comment #minutes {
  color: blue;
  margin-top: 5px;
}

body .container__comments #btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: maroon;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  color: whitesmoke;
  font-weight: 700;
  font-size: 20px;
  border-radius: 1rem;
}

body .container__footer {
  margin-top: 1rem;
  width: 100%;
  font-size: 13px;
  background: whitesmoke;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px #6c6e7a;
          box-shadow: 0px 0px 8px #6c6e7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1600px) {
  body .container {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  body .container {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  body .container {
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  body .container__header__main {
    width: 100%;
  }
  body .container__header__main--first #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 25px;
  }
  body .container__header__main--second {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 3rem;
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px gray;
            box-shadow: 0px 0px 8px gray;
    display: none;
    -webkit-animation: animateNav 0.5s linear;
            animation: animateNav 0.5s linear;
  }
  @-webkit-keyframes animateNav {
    0% {
      height: 0rem;
    }
    20% {
      height: 3rem;
    }
    30% {
      height: 5rem;
    }
    40% {
      height: 7rem;
    }
    50% {
      height: 10rem;
    }
    60% {
      height: 11.5rem;
    }
    70% {
      height: 13rem;
    }
    75% {
      height: 14.5rem;
    }
    85% {
      height: 16rem;
    }
    100% {
      height: -webkit-fit-content;
      height: fit-content;
    }
  }
  @keyframes animateNav {
    0% {
      height: 0rem;
    }
    20% {
      height: 3rem;
    }
    30% {
      height: 5rem;
    }
    40% {
      height: 7rem;
    }
    50% {
      height: 10rem;
    }
    60% {
      height: 11.5rem;
    }
    70% {
      height: 13rem;
    }
    75% {
      height: 14.5rem;
    }
    85% {
      height: 16rem;
    }
    100% {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
    }
  }
  body .container__header__main--second a {
    font-size: 20px;
  }
  body .container__article {
    width: 100%;
  }
  body .container__comments {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  body .container__article--box {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .container__article--box img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 620px) {
  body .container__article--productbox {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  body .container__article--productbox img {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body .container__article--productbox p {
    margin-top: 0;
  }
  body .container__comments__field #single-comment #pic-and-name img {
    width: 100%;
  }
}

@media screen and (max-width: 564px) {
  body .container__header__main--first {
    font-size: 10px;
  }
  body .container__header__main--second {
    margin-top: -0.7rem;
  }
  body .container__article ol {
    width: 100%;
  }
  body .container__article #product-img {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */