@media (min-width: 1200.1px) {
  .container {
    max-width: 1296px !important;
  }
  .top_line {
    display: flex;
  }
}
@media (min-width: 992px) {
  .mobile_menu_block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .img_block {
    padding-right: 0;
  }
  .bg_img {
    height: 350px;
  }
  .image_block {
    justify-content: space-between;
  }
  .sm_img {
    margin-right: 0;
    width: 30%;
    justify-content: space-between;
  }
  .slider_block {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .search_block {
    width: 276px;
  }
  .search_block input#search {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 17px;
    float: initial;
  }
  .search_block .icon {
    top: 9px;
    right: 18px;
    margin: 0;
  }
  .menu_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .logo_ {
    position: initial;
    transform: initial;
  }
  .logo_section {
    padding: 15px 0;
  }
  .header_top_line {
    font-size: 12px;
  }
  .img_ {
    height: 400px;
  }
  .bg_txt {
    font-size: 24px;
    width: 370px;
    top: 30px;
    padding: 40px;
  }
  .sm_txt {
    font-size: 18px;
    left: 150px;
    bottom: 90px;
    width: 280px;
    padding: 20px 20px;
  }
  .hero_section {
    margin: 40px 0;
  }
  .main_title {
    font-size: 30px;
  }
  .info_txt p {
    padding: 0;
  }
  .video_item {
    width: 100%;
    height: 300px;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  .footer_info {
    border: none;
  }
  .product_box .product_img {
    height: 250px;
  }
  .sm_img {
    width: 47%;
  }
  .bg_img {
    height: 250px;
    margin-bottom: 0;
  }
  .s3 .swiper-slide {
    height: 300px;
  }
  .s2 .swiper-slide {
    height: 100px;
  }
  .img_item {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }
  .arrows .swiper-button-next {
    right: 0;
  }
  .arrows .swiper-button-prev {
    left: 0;
  }
  .hero_section {
    margin-top: 0;
  }
  .product_img {
    height: 230px;
  }
  .footer_ {
    padding-top: 24px;
  }
  .obj_img {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .rights_ {
    text-align: center;
  }
  .img_ {
    height: 300px;
  }
  .bg_txt {
    font-size: 20px;
    width: 250px;
    top: 30px;
    padding: 20px;
  }
  .sm_txt {
    font-size: 16px;
    left: 120px;
    bottom: 45px;
    width: 220px;
    padding: 15px;
  }
  .more_info {
    margin-top: 10px;
  }
  .main_title,
  .title {
    font-size: 24px;
  }
  .header_top_line {
    font-size: 10px;
  }
  .footer_soc {
    margin-bottom: 30px;
  }
  .rights_ {
    margin-bottom: 0;
  }
  .header_top_line {
    flex-wrap: wrap;
  }
  .contact_item {
    margin-bottom: 10px;
  }
  .video_item {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .bg_txt {
    display: none;
  }
  .sm_txt {
    top: 100px;
    left: 0;
    bottom: initial;
    width: 80%;
  }
  .product_img {
    height: 160px;
  }
}
