@media only screen and (max-width:600px) {
  .container {
    width: 80%;
  }

  header img {
    display: block;
    margin: 0 auto;
  }

  .tags__listElement {
    margin: 10px;
  }

  .recommendElement {
    flex-direction: column;
  }

  .recommendElement img {
    margin-bottom: 20px;
    width: 100%;
  }

  .product {
    display: none;
  }

  #tp-widget-default {
    display: none !important;
  }

}

@media only screen and (max-width:899px) {
  .container {
    width: 90%;
  }

  .menu-desktop {
    display: none;
  }

  .categoryTree__list {
    width: 100%;
    justify-content: start;
  }

  .categoryTree_listElement {
    font-size: 8px;
    padding-left: 10px;
  }

  .leftCol,
  .rightCol {
    width: 100%;
  }

  .rightCol {
    text-align: center;
  }

  .inpunts-container {
    width: 86%;
  }

  .add-comment-img {
    width: 50px
  }

  .footerNav img {
    display: none;
  }

  .nav__listElement {
    border-left: unset;
    margin: 10px;
    padding: 0;
  }
}

@media only screen and (min-width:900px) and (max-width:1200px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width:900px) {
  .burger-container {
    display: none;
  }
}

@media only screen and (min-width:1400px) {
  .categoryTree__list {
    min-width: 84%;
    width: unset;
  }

}

@media only screen and (min-width:1500px) {
  .container {
    max-width: 1300px;
  }
}

@media only screen and (max-width:700px) {
  .opinion-frame {
    flex-direction: column;
  }
}

@media only screen and (max-width:500px) {
  .articleH1 {
    font-size: 24px;
  }
}