@media (max-width: 1900px) {
  .slider_top_main {
    min-height: 291px;
    height: initial;
  }
}
@media (max-width: 1400px) {
  .slider_post {
    width: calc(100% - 140px);
  }
  .slider_top_main,
  .banner_post {
    height: initial;
    min-height: 250px;
  }
  .category_items_main {
    margin-right: 26px;
  }
  .slider_two .slider_post{
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .slider_post{
    top: 165px;
  }
  .slider_top_main,
  .banner_post {
    min-height: 206px;
  }
  footer .header_items {
    display: none;
  }
  .logo_main svg {
    display: block;
    width: 140px;
  }
  .version_no_see .btn_mini {
    width: min-content;
  }
  .product_item_main .wish_prod{
    display: flex;
  }

}
@media (max-width: 992px) {


  .catalog_mobile_main {
    width: 80%;
  }
  .catalog_mobile_main_container {
    display: flex;
  }
  .category_items_main{
    display: none;
  }

  .slider_top_main,
  .banner_post {
    min-height: 160px;
  }
  .post_article article {
    width: 100%;
  }
  .header_top_main {
    display: none;
  }
  .header_items_mobile_main {
    display: flex;
    padding: 6px 0;
  }
  .header_items_mobile{
    display: block;
  }
  .header_items {
    display: none;
  }
  .container {
    max-width: 95%;
  }

  h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .slider_video .slider_post h2 {
    font-size: 22px;
    line-height: 26px;
    width: 100%;
  }
  .slider_video .slider_post p {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    width: 100%;
  }
  .slider_top_item_img::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52));
    top: 0;
    left: 0;
  }
  .slider_post{
    left: 75px;
    width: calc(100% - 75px);
  }
}
@media (max-width: 767px) {

  .modal_title {
    margin-bottom: 20px;
  }
  .modal_reg .modal_dialog {
    padding: 20px 20px;
    width: 90%;
    max-width: 450px;
  }
  .slider_decstop_item {
    display: none;
}
  .policy_form {
    width: 100%;
    justify-content: center;
  }

  #review_write form p,
  #write_me form p {
    width: 100%;
  }
  .slider_top_main,
  .banner_post {
    min-height: 214px;
  }
  .slider_mobile_item {
    display: block;
}
}
