@media (max-width: 575.98px) {
  .h320 {
    display: none !important;
  }
  .v320 {
    display: block !important;
  }
  :root {
    --container: 100%;
  } 
  .section_mt_negative {
      margin-top: calc((var(--main-content-gap) - var(--main-content-gap) * 0.5) * -1);
  }
  .section_mb_negative {
      margin-bottom: calc((var(--main-content-gap) - var(--main-content-gap) * 0.5) * -1);
  }
  .container {
      width: calc(100% - 15px)
    }  
  .logo {
    /* width: 200px; */
  }
  .header_bottom_hidden_icons {
    display: none;
  }
  main {
    gap: calc(var(--main-content-gap) - var(--main-content-gap) * 0.5);
  }
  #footer {
    /* margin-top: calc(var(--main-content-gap) - var(--main-content-gap) * 0.5); */
  }
  .products_item {
    background-size: 70%;
  }
  .feedback_form_text {
    gap: 14px;
  }
  .feedback_form button,
  .sertificates_text_content .btn {
    max-width: none;
    width: 100%;
  }
  .demo_popup {
    max-width: 200px;
  }
  .gallery_items {
    gap: 10px !important;
  }
  .hero_block_wrapper.hero_block__left .hero_block_content_company {
    text-align: center;
  }
  .hero_block {
    /* height: auto; */
    border-radius: 0 0 16px 16px;
  }
  .our_partners-slider {
    max-width: calc(100% - 110px);
}
.our_partners_item img {
  height: 80px
}
.rotate-arrow {
    display: none;
}
  .slider__images {
      height: 350px;
  }
  .slider__thumbs  img,
  .slider__thumbs  .slider__image,
  .slider__image img,
  .slider__image {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius:10px;
  }
  .slider__thumbs {
      height: 125px;
  }
    .preims_items, .preims_items.news_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .catalog_gallery-wrapper .swiper-button-next, .catalog_gallery-wrapper .swiper-button-prev {
        display: none;
    }
    .tabs__caption li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .accordion-content {
        margin-left: 10px;
    }
    #map {
        height: 400px !important;
    }
    .gallery-page_items {
        /* grid-template-columns: repeat(2, 1fr); */
    }
     .banner-img-hidden {
        display: block !important;
        left: 0;
        width: 200px;
        height: 200px;
        border-radius: 2vmin;
        top: -5vh;
    }

    .banner-img-hidden .square,
    .banner-img-hidden .rotated-square {
        rotate: inherit !important;
    }
    
    .banner-img-hidden .rotated-square {
        transform: rotate(-5deg);
    }
    .footer-uptop span {
        /* display: none; */
    }
    .footer-uptop {
        /* padding: 0; */
        /* border: none; */
        /* background-color: transparent !important; */
    }
    .footer-uptop:hover {
        border: none;
    }
    .footer_container.copyright {
        text-align: center;
    }
    .footer_content {
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    .catalog_item .sticker, .product_stickerbox {
        left: 0;
    }
    .more-services svg {
        display: none;
    }
    main .btn {
        width: 100%;
        justify-content: center;
        font-size: 14px;
    }
    .preims_2-items_wrapper.preims_hero-items_wrapper {
        margin-top: 24px;
    }
    .preims_2-item.preims_hero-item img {
        height: auto !important;
        width: 55px !important;
    }
    .preims_2-item.preims_hero-item {
    flex: 1 250px;
    flex-direction: row;
    align-items: center;
  }
  .preims_2-item.preims_hero-item .h3 {
    font-size: 12px !important;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .preims_2-item.preims_hero-item {
    gap: 24px;
            max-width: 235px;
  }
    .hero_block_buttons {
        gap: 12px;
    }
    .hero_block .btn {
        width: auto;
    }
    main .btn-with_arrow {
        justify-content: space-between;
    }
    /* .header_bottom {
        margin-top: 1em;
    } */
    .fixed-header {
        margin: 0;
    }
    .price_accordion .price_inner svg {
        display: none;
    }
    .hero_block_content_company {
        padding: 5px 10px;
    }
    .videos_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .video_item {
  aspect-ratio: 848 / 600;
}
.products_items {
    grid-template-columns: repeat(1, 1fr);
} 

    /* .our_products_item .products_item_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    }
    .our_products_item .products_item_img {
        width: 100%;
        padding: 1rem;
    }
    .our_products_item .products_item_content_inner {
        width: 100%;
        flex-direction: column;
        align-items: normal;
        padding: 20px;
        border-top: 1px solid #eff0f2;

    } */
     .mobile_burger {
  top: 40px;
}
     .our_products_item .products_item_content_inner{
        flex-wrap: wrap;
     }
     .our_products_item .products_item_content {
        grid-template-columns: 100px auto;
        padding: 12px;
    }
    .about_image-box .about-block_price .btn svg{
        display: none;
    }
    .about-block_price {
        right: 10px;
        display: flex;
        justify-content: space-between;
    }
    /* .about_image-box .about-block_price .btn {
        width: auto !important;
        padding: 10px;
    } */
    .video_item .hover-img::before {
        background-color: rgb(0 0 0 / 10%);
        background-image: url(/img/icons/play.svg);
        opacity: 1;
        transition: opacity .8s;
        -webkit-transition: opacity .8s;
        -moz-transition: opacity .8s;
        -ms-transition: opacity .8s;
        -o-transition: opacity .8s;
    }
    .hero_block_wrapper.hero_block__left .hero_block_img {
        display: block !important;
        width: 100%;
        height: clamp(12.5rem, 8.594rem + 19.53vw, 15.625rem) !important;
    }
    .hero_block_wrapper.hero_block__left {
        flex-direction: column-reverse;
    }
    .hero_block_content  .btn svg {
        display: none;
    }
    .hero_block_content  .btn {
        padding: 15px;
        gap: 0;
        text-align: center;
        justify-content: center;
    }
    .footer_content {
        flex-direction: column;
    }
    .product-item_price_wrapper {
        gap: 10px;
        justify-content: center;
    }
    .preims_2-item:nth-child(2) {
        order: 1;
    }
     .preims_2-item img {
        width: 64px;
     }
     .preims_2-item.large img {
         width: 96px;
         height: 96px;
     }
    .hero_block_content h2 br {
        display: none;
    }
    .logo-up {
        align-items: center;
    }
.header_nav_mobile {
    padding-bottom: 50px;
}
.comitets-item .accordion-header {
    flex-wrap: wrap;
}
.accordion-header-num {
    order: -2;
}
.comitets-item {
    gap: 12px 15px;
}
   .comitets-item .accordion-header-link {
    order: -1;
    /* width: 100%; */
   } 
   .comitets-item .accordion-content {
    margin-left: 0;
    width: 95%;
   }
   .form_field_row {
  flex-wrap: wrap;
}
.label_check_path {
  flex-basis: 100%;
}
.news_description-container {
  padding-bottom: calc(var(--main-content-gap) - var(--main-content-gap) * 0.5);
}
#footer {
  margin-top: calc(var(--main-content-gap) - var(--main-content-gap) * 0.5);
}
.community_button {
    width: 100%;
}

.btn.btn_with-arrow {
    padding: 12px 14px;
}
.team_nav {
    display: none;
}
.team_nav .swiper-button-next, .team_nav .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
}
.team_nav, .team_control {
    gap: 10px;
}

.news_head_container {
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.news_description-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.community_wrapper .feedback_form_container{
    background-image: none !important;
}
.news_date {
    width: 100%;
    text-align: center;
    order: -1;
}
.news_back, .news_next {
    flex: 1 45%;
}

.feedback__form_img {
    flex-direction: column;
    align-items: center;
}
.feedback__form_img img {
    /* width: 95%; */
}
.feedback__form_img .feedback__form_img-text {
    margin-bottom: 0;
    text-align: center;
    width: 75%;
}

/* .feedback_form_wrapper .container::before {
    width: calc(100% - 48px);
    top: -24px;
  }

  .feedback_form_wrapper .container::after {
    width: calc(100% - 24px);
    top: -12px;
  }
      .feedback_form_wrapper {
        margin-top: 24px;
    }
    .contest_wrapper  {
margin-top: 24px;
} */
.contest_wrapper .feedback_form_container::after {
    height: 12px;
    top: -12px;
    width: calc(100% - 24px);
}
.contest_wrapper .feedback_form_container::before {
    top: -24px;
    width: calc(100% - 48px);
    height: 24px;
}

    .messanger_link {
    width: 50px;
    height: 50px;
}
.footer_contacts {
    align-items: center;
}

.patents_item {
    grid-template-columns: 1fr 1fr;

}
.patents_item_title:not(.docks_title) {
    grid-column: span 2;
    order: 1;
}
.patents_item_button {
    display: flex;
}
.patents_item_button .btn {
    margin-left: auto;
    width: auto;
}
.feedback_form_wrapper, .demo {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.patents {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.patents.section_dark {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.demo_control {
  gap: 24px;
  flex-direction: column;
}
.demo_tip {
  display: none;
}
.preloader_icon{
    width: 200px;
  }
  .preloader_icon svg{
    width: 100%;
    height: auto;
  }
  
  .demo_age {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn {
    padding: 18px 28px;
  }
  .js_about_paused {
    padding: 0 !important;
    width: clamp(3.5rem, 1.019vw + 3.277rem, 4.5rem) !important;
  }
  .form_bottom {
    width: 100%;
  }
  .footer-uptop {
    padding: 12px;
  }
  
  .our_partners_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion-header .rotate-arrow, .job_inner .rotate-arrow {
    display: inline-block;
    flex-shrink: 0;
  }
  .accordion-title {
    grid-template-columns: 60px auto;
  }
}