@media only screen and (min-device-width: 100px) and (max-device-width: 992px) {
  body {
    /*background-color: black;*/
  }

  .sticky {
    width: 100%;
    top: 0px;
    position: fixed;
    z-index: 999;
    background-color: #f2f3ee;
  }

  .isWeb {
    display: none !important;
  }

  .isMobile {
    display: inline;
  }

  .isMobile .nav-link {
    font-size: 18px;
    padding: 2px;
  }

  .nav-item {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-bottom-color: #c8c3bd !important;
  }

  .mobile-content {
    margin-top: 70px;
  }

  .mobile-head a {
    text-decoration: none;
  }

  .mobile-head-right {
    text-align: right;
    color: #71432b;
  }

  .bar_under_line {
    background: rgb(136, 110, 87);
    background: linear-gradient(
      90deg,
      rgba(136, 110, 87, 1) 0%,
      rgba(215, 208, 198, 1) 35%,
      rgba(255, 255, 255, 1) 100%
    );
    height: 30px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .news-card-image-big {
    max-height: 200px;
  }

  .mm-10 {
    margin-bottom: 20px;
  }

  .news-title {
    font-size: 14px;
    line-height: 25px;
  }

  .article-img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 500px;
  }

  .td-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .td-header-main-menu {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  #td-top-mobile-toggle {
    /*background-color: aqua;*/
    width: 100%;
    padding: 0px;
    margin: 0px !important;
  }
}
