html, body {
    max-width: 100%;
    overflow-x: hidden;
}
@media only screen and (max-width: 1900px) {
  body {
    background-image: url("../img/new/top_all.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-size: 100%;
  }
}
@media only screen and (min-width: 1900px) and (max-width: 2000px) {
  body {
    background-image: url("../img/new/subpage_bg_1920.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-size: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  body {
    background-image: url("../img/new/subpage_bg_2200.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-size: 100%;
  }
}
header {
    text-align: center;
    position: fixed;
    width: 100%;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

@media screen and (max-width: 1000px) {
  #slider_red_title {
      font-size: 60px;
      color: rgba(227,6,19,1);
  }
}
@media screen and (min-width: 1000px) {
  #slider_red_title {
      font-size: 80px;
      color: rgba(227,6,19,1);
  }
}

@media screen and (max-width: 1000px) {
  #slider_black_title {
      font-size: 30px;
      color: rgba(6,0,0,1);
  }
}
@media screen and (min-width: 1000px) {
  #slider_black_title {
      font-size: 55px;
      color: rgba(6,0,0,1);
  }
}

@media screen and (max-width: 1000px) {
  #slider_content {
      font-size: 16px;
      color: rgba(6,0,0,1);
      letter-spacing: 0.25px;
  }
}
@media screen and (min-width: 1000px) {
  #slider_content {
      font-size: 20px;
      color: rgba(6,0,0,1);
      letter-spacing: 0.25px;
  }
}
@media screen and (max-width: 1000px) {
  #slider_image {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #slider_dots {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #main_first_news {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #slider_dots {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #main_news_section {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #main_news_section {
      padding-bottom: 50px;
      padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #main_news_image {
    margin-right:10px;
      float:left;
      object-fit: cover;
      border-radius: 8px;
      max-height: 150px;
  }
}
@media screen and (min-width: 1000px) {
  #main_news_image {
      margin-right:10px;
      float:left;
      max-width:180px;
      max-height: 180px;
      object-fit: cover;
      border-radius: 8px;
  }
}
@media screen and (max-width: 1000px) {
    .news-title {
        text-align: left;
		font-family: Ubuntu;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		color: rgba(6,0,0,1);
		letter-spacing: 0.25px;
    }
}
@media screen and (min-width: 1000px) {
    .news-title {
        text-align: left;
		font-family: Ubuntu;
		font-style: normal;
		font-weight: bold;
		font-size: 28px;
		color: rgba(6,0,0,1);
		letter-spacing: 0.25px;
    }
}
@media screen and (max-width: 1000px) {
  #find_suplier {
      text-align: center;
      padding-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  #find_suplier {
      padding: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .find_suplier_checkbox {
      padding-top: 40px;
      white-space: nowrap;
      font-family: Ubuntu;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: rgba(6,0,0,1);
      display: flex;
      align-items: center;
      justify-content: flex-start;
  }
}
@media screen and (min-width: 1000px) {
  .find_suplier_checkbox {
      padding: 40px;
      white-space: nowrap;
      text-align: left;
      font-family: Ubuntu;
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      color: rgba(6,0,0,1);
  }
}
@media screen and (max-width: 1000px) {
  .circle-img {
        height: 100px;
        width: 100px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        float: right;
        margin-right: 10px;
    }
    .circle-img img {
        display: block
    }
}
@media screen and (min-width: 1000px) {
  .circle-img {
        height: 100px;
        width: 100px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        float: left;
    }
    .circle-img img {
        display: block
    }
}
@media screen and (max-width: 1000px) {
  .evets_carousel_lg {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .evets_carousel_sm {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .search-form {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .inspiration_carousel_sm {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inspiration_carousel_lg {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .about_us_sm {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .about_us_lg {
    visibility: hidden;
    display: none;
  }
}