/* 
@media (max-width: 1700px) {
  .form_right-img {
    width: 400px;
  }
} */

@media (max-width: 1500px) {
  .form_right-img {
    display: none;
  }
  .form_left {
    max-width: 600px;
  }
  .tab_content-left {
    max-width: 500px;
  }

  .tab_content {
    gap: 30px;
  }

  .main_form-img img {
    width: 360px;
    height: auto;
  }
  .blog_posts {
    grid-template-columns: repeat(3, 1fr);
  }

  .cards.marque {
    & .cards_top {
      flex-direction: column;
      gap: 80px;
    }
  }

  .cards_right {
    max-width: 100%;
  }
}

@media (max-width: 1320px) {
  .parrent_cat-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .block_article-image img {
    height: 200px !important;
  }

  .how_work,
  .tab_content-right {
    gap: 20px;
  }
}

@media (max-width: 1240px) {
  .benefits .section_top .yellow_block {
    display: none;
  }
  div.benefits-mb-v {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .benefits_content .benefits_left {
    display: none;
  }
  .benefits_content div.benefits_left-mb-v {
    display: flex;
    padding: 0;
    padding-top: 60px;
  }
  .benefits_line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-items: flex-start;
  }
  .benefits_line-center {
    grid-area: 1 / 1 / 2 / 3;
  }
  .benefits_line-left {
    grid-area: 2 / 1 / 3 / 2;
  }
  .benefits_line-right {
    grid-area: 2 / 2 / 3 / 3;
  }
  .benefits_line-center {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    & p {
      width: 100%;
      text-align: left;
    }
  }
  .benefits_line-left {
    text-align: left;
  }
  .form_inner {
    flex-direction: column;
    gap: 30px;
  }
  .form {
    padding: 50px 0;
    margin-top: 0;
  }
  .faq {
    margin-bottom: 0;
  }
  .form_left {
    max-width: 100%;
  }
  .form_right {
    form {
      max-width: 100%;
    }
  }

  .steps_connect-items {
    background-color: transparent;
    grid-template-columns: repeat(1, 1fr);
  }
  .steps_item-info {
    align-items: flex-start;
    gap: 10px;
  }

  .steps_connect-item {
    flex-direction: row;

    & h4 {
      text-align: left;
    }
    & p {
      text-align: left;
    }

    & .step_line {
      left: 60%;
      top: 50px;
      width: 5px;
      height: 100%;
      left: 45px;
    }
  }

  .steps-mb-v {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-height: 992px) and (min-width: 320px), (max-width: 1250px) and (min-height: 992px) {
  .card_item {
    padding: 20px;
  }

  .button1,
  .button2 {
    font-size: clamp(0.875rem, 0.6837rem + 0.5102vw, 1rem);
  }

  .button1 {
    padding: 16px 20px;
  }
  .button2 {
    padding: 15px;
  }

  .security_img {
    max-width: 500px;
  }
  .section_block {
    padding: 20px;
  }

  .security_item {
    padding: 0 30px 30px 30px;
  }

  .solution_top-item {
    font-size: 18px;
    padding: 10px;
  }

  .solution_content-img img {
    max-height: 500px;
  }

  .partners_swiper .swiper-slide {
    text-align: center;
  }

  .protocol_inner .section_right img {
    max-height: 400px;
  }

  .services_inner .section_left {
    max-width: 570px;
  }

  .benefits_list li + li {
    margin-top: 10px;
  }
  .benefits_list {
    margin: 30px 0;
  }
  .main_form-top h4 {
    margin: 10px 0;
  }
  .main_form-fields {
    gap: 15px;
  }
  .main_form-security {
    padding: 30px 20px;
  }
  .main_form-fields textarea {
    min-height: 60px;
  }
  .main_form-img {
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80%) !important;
    z-index: -1;
  }
  .main_form-img img {
    width: 340px;
    height: auto;
  }
  .main_form {
    padding: 0;
    margin-top: 400px;
    margin-bottom: 100px;
  }
  .main_form-little_img {
    transform: translate(40%, -30%) !important;
  }

  .main_form.contacts_form {
    margin: 0;
  }

  .section_top-right img,
  .wide_block-top_right img {
    max-width: 300px;
  }

  .wide_block-img img {
    max-width: 200px;
    max-height: 200px;
  }
  .block_article-image img {
    height: 300px;
  }
}
@media (max-width: 1150px) {
  .solution_content-item {
    display: flex;
    flex-direction: column-reverse;
  }
  .solution_content-top {
    grid-template-columns: repeat(1, 1fr);
  }
  .block_articles .services_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery_swiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact_info {
    flex-direction: column;
  }
  .contact_info-right,
  .contact_info-left {
    width: 100%;
  }
  #google-map {
    height: clamp(20rem, 17.7401rem + 7.6125vw, 26.875rem);
  }

  .steps_inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1100px) {
  .yellow_block,
  .blue_block {
    padding: 10px 20px;
  }

  .yellow_block,
  .blue_block {
    font-size: 16px;
    & p {
      color: #000;
    }
  }

  .cta_mini {
    flex-direction: column;
  }
  .section_top-top,
  .list_top {
    align-items: flex-start;
  }
  .wide_block-top_right img,
  .list_top-right img {
    max-width: 200px;
  }
  .wide_block-inner {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .single_page {
    margin-top: 0;
  }
  .single_page .container {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .faq_top {
    & .yellow_block {
      display: none;
    }
  }
  .faq_item-top_arrow svg {
    width: 25px;
  }
  .faq_item-top {
    gap: 20px;
  }
  .faq {
    & div.faq-mb-v {
      display: flex;
      max-width: 500px;
      margin: 0 auto;
      margin-top: 30px;
    }
  }
  .icons_inner {
    gap: 20px;
  }

  .section_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .protocol_inner .section_right,
  .section_right {
    max-width: 100%;
    width: 100%;
  }

  .benefits_inner .section_right {
    width: fit-content;
  }
  .blog_posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_posts .services_item img {
    height: 250px;
  }

  div.cards-mb-v {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .cards_top .cards_right {
    display: none;
  }

  .articles,
  .news {
    padding: 50px 0;
    & .cards_left {
      max-width: 100%;
    }
  }
}

@media (max-width: 992px) {
  .benefits_content {
    flex-direction: column;
  }

  .tab_content {
    flex-direction: column-reverse;
  }
  .tab_content-left {
    max-width: 100%;
  }
  .tab_content-bottom {
    width: 100%;
  }

  .section_top-right img {
    max-width: 200px;
  }
  .benefits_inner .section_left {
    max-width: 60%;
  }
  .footer_top {
    flex-direction: column;
    gap: clamp(2.1875rem, -0.3965rem + 8.7041vw, 5rem);
  }
  .footer_top-right {
    width: 100%;
    justify-content: space-between;
  }
  .main_form-little_img {
    display: none;
  }
  .security_pagination {
    margin: 0 auto;
    margin-top: 30px;
  }
  .security_swiper {
    padding: 0 45px;
  }
  .security_prev {
    left: 0;
  }
  .security_next {
    right: 0;
  }
  .security_inner {
    flex-direction: column;
  }
  .security_top {
    width: 100%;
  }
  .security_img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .form_right {
    form {
      padding: 30px 15px;
    }
  }

  .steps_connect-item {
    align-items: flex-start;
  }

  .steps_connect-items {
    padding: 0;
  }
  .steps_connect-item {
    & .step_line {
      width: 2px;
      left: 30px;
    }
  }
  .steps_item-img {
    & img {
      width: 60px;
    }
    & svg {
      width: 25px;
    }
  }

  .tab_content-list {
    grid-template-columns: 1fr;
  }

  a.mob-v {
    display: inline-block;
  }
  .list_item-text p {
    font-size: 14px;
  }
  .wide_block-inner {
    margin-top: 30px;
  }
  .under_title {
    margin-top: 20px;
  }
  .audit .form_line {
    flex-direction: column;
  }

  .step_num {
    width: 87px;
    height: 87px;
  }
  .steps_inner {
    grid-template-columns: 1fr;
  }
  .section_top-right img,
  .wide_block-top_right img,
  .list_top-right img {
    display: none;
  }
  .wide_block-top,
  .section_top-top,
  .list_top {
    flex-direction: column;
    align-items: center;
  }
  .section_top-right,
  .list_top-right,
  .section_top-left,
  .list_top-left {
    width: 100%;
  }
  .gallery_swiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .gallery_item img {
    border-radius: 0;
    height: -webkit-fill-available;
  }
  .gallery_pagintaion {
    display: flex;
    margin: 20px auto;
  }
  .gallery_pagintaion .swiper-pagination-bullet::before {
    background-color: #000;
  }
  .gallery_pagintaion .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    background-color: var(--color-yellow);
  }
  .gallery_content .container {
    padding: 0;
  }
  .solution_content-img img {
    height: auto;
  }
  .footer_top-menu h5 {
    font-size: 16px;
  }
  .footer_top-menu p {
    max-width: 250px;
  }
  .benefits_inner .section_right {
    position: static;
    width: 100%;
    text-align: center;
  }
  .benefits {
    padding-bottom: 50px;
  }
  .benefits_inner .section_left {
    max-width: 100%;
  }
  .furniture_swiper img {
    min-height: 380px;
  }

  .parrent_cat-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .step_line {
    width: 1px;
    height: 100%;
    left: 20px;
  }

  .block_articles-inner {
    grid-template-columns: 1fr;
  }

  h1.main-h1 {
    font-size: 32px;
  }

  .svg-container {
    width: fit-content;
    height: fit-content;
  }
  .svg-container img {
    width: 40px;
    height: 40px;
  }

  .list_item-text p {
    font-size: 14px;
  }
  .wide_block-img {
    display: none;
  }

  .footer_top-right {
    flex-direction: column;
  }
  .footer_bottom {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer_bottom-raw {
    height: 5px;
  }
  .block_articles .services_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .furniture_swiper-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .furniture_swiper-bottom .container {
    flex-direction: column;
  }

  .blog_posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_posts .services_item img {
    height: auto;
  }
}

@media (max-width: 500px) {
  .services_pagination {
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media (max-width: 475px) {
  .solution_content-item {
    flex-direction: column;
  }

  .header_right {
    font-size: 16px;
    padding: 30px 20px;
  }
  .header_right-top {
    margin-bottom: 30px;
  }

  .security_swiper {
    padding: 0;
  }
  .security_next,
  .security_prev {
    display: none;
  }
  .solution_content-text .button-secondary {
    width: 100%;
  }

  .section_btns {
    flex-direction: column;
  }
  .section_btns a {
    width: 100%;
    text-align: center;
  }

  .security_content-btns {
    flex-direction: column;
    width: 100%;
  }
  .security_content-btns a {
    text-align: center;
    width: 100%;
  }

  .parrent_cat-items {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 425px) {
  .section_block-btns {
    flex-direction: column;
  }
  .section_block-btns a {
    width: 100%;
    text-align: center;
  }
}
