@media (min-width: 320px) and (max-width: 1199px) { 

 .responsive-table{
  overflow: scroll;
}
  
  #rmp_menu_trigger-407 {
 
    border: 1px solid #FFFFFF;
}
  
  button.rmp_menu_trigger {
    z-index: 99999;
  }
  
      #rmp_menu_trigger-407.is-active{
      border: 1px solid #2F2F2F26;
    }
  
   #rmp-container-407 .rmp-menu-title .rmp-menu-title-image {

    margin: 0;
    margin-bottom: 0;
}
  
  #rmp-menu-wrap-407 .rmp-menu-item-link {
        height: auto;
        line-height: 22px;
        font-size: 16px;
        border-bottom: 0px solid #1d4354;
        padding: 14px;
        padding-right: 50px;
        background: #FAFAF8;
        border-radius: 12px;
        margin-bottom: 6px;
    }
      #rmp-menu-wrap-407 .rmp-menu-item-link .rmp-font-icon {
        height: 16px;
        line-height: 3;
        margin-right: 10px;
        font-size: 16px;
    }
  #rmp-menu-wrap-407 .rmp-submenu .rmp-menu-item-link {
        height: auto;
        line-height: 1;
  }
  
      #rmp-menu-additional-content-407 {
      
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: flex-end;
    }
 }

@media (min-width: 320px) and (max-width:1199px) {
 .navbar {
   display: none;
}

    
  .mobile_instrument_container{
          display: flex;
        flex-direction: row;
        gap: 15px;
        align-items: center;
        justify-content: space-between;
}
  .mobile_instrument_container .contact_container a{
 font-size: 15px;
    color: #6D6D6D;
}

      .mobile_instrument_container .btn {
      
        height: auto;
      
    }
  .instrument_container .search_area {

    width: auto;
  }
}

@media (min-width: 320px) and (max-width: 1199px) { 
  
  header .logo{
        display: flex;
    align-items: center;
  }
  
  footer .logo {
    max-width: 150px;
}
  
  .container {
    width: 100%;
    max-width: 100%;
}
  .first{
    order: 1;
  }
   .second{
    order: 2;
  }
  .mobile{
    display: block;
  }
  .desktop {
    display: none;
}
  main{
               padding-top: 0px;
        overflow: hidden;
        margin-top: 50px;
  }
 .home main{
               padding-top: 0px;
        overflow: hidden;
        margin-top: 0px;
  }
  
  
  
 
  p#breadcrumbs {
       font-size: 12px;
    padding: 0px 0px 20px 0px;
    line-height: 160%;
  }
 
  h1 {
      font-size: 25px;
    line-height: 120%;
    margin-bottom: 0px;
    word-break: break-word;
}
  
  h2 {
   font-size: 24px;
    line-height: 140%;
    word-break: break-word;
}
  h3 {
    font-size: 22px;
    line-height: 140%;
     word-break: break-word;
}
  h4 {
    font-size: 20px;
     line-height: 130%;
     word-break: break-word;
}
  h5 {
    font-size: 18px;
     line-height: 120%;
}
  h6 {
    font-size: 16px;
    line-height: 120%;
}
 
 
  p {
          font-size: 14px;
        font-style: normal;
        line-height: 1.4;
        margin-bottom: 0.5rem;
        font-weight: 400;
  
}
  .hentry p {
    font-size: 16px;
}
  
  table tbody td {
    font-size: 14px;
}

  table thead th {
    font-size: 14px;
}
  .wp-block-table{
    overflow: scroll;
  }
  
  .btn {
           width: 100%;
        text-align: center;
        display: block;
        font-size: 16px;
        line-height: 18px;
        padding: 0;
        white-space: break-spaces;
        height: 40px;
        display: flex;
  }
.btn-round {
   
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
 

  .modal {
    z-index: 999999;
}
  .f1 {
 
    font-size: 14px;
   
}
  textarea {
    height: 100px;
}

  .modal-body .btn {
    float: inherit;
    display: block;
    width: 100%;
}
  

  .title_h2 h2 {
   
         font-size: 24px;
        line-height: 1.2;

}
  .title_h2 {
             display: flex;
        gap: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;

}
 .title_h2 p {
  
    font-size: 16px;
  
}
 
  .page-section {
           padding: 30px 0px;
            overflow: hidden;
}
a.all_post {
   
    font-size: 14px;
   
}
 
  .modal-dialog {
    max-width: 90%;
     margin: 0px auto;
}
  .modal-content {
  
    border-radius: 30px;
 
}
 
  .modal_title {
   
    font-size: 22px;
    margin-bottom: 20px;
}
  
  .totop {
  
    bottom: 10px;
    right: 10px;
  }
  
 

  .breadcrumbs span {
                display: inline;
      
}
  .breadcrumbs {
             padding: 5px 0px 10px 0px;
        display: flex;
        align-items: center;
        align-content: center;
        font-size: 10px;
        line-height: 1.6;
        justify-content: flex-start;
   
}
  .breadcrumbs span span {
    background-color: #fff0;
    padding: 0px 0px;
    border-radius: 5px;
}
  
  .bg_brc {
 
    margin-bottom: 0px;
}
  
  table {
    overflow: auto;
   
}
 .table-responsive {
    overflow-x: auto;
 
}
table td, table th {
   
    width: 150px;
}
  
  
.no-padding-mob{
  padding: 0;
}
  .no-padding-right-mob{
  padding-right: 0;
}
  
  header .logo img {
    width: 103px;
}
  
  header {
              padding: 12px 0px 12px 0px;
        display: flex;
        align-items: center;
        z-index: 999;
  }
  header.scroll {
     z-index: 999;
           padding: 12px 0px 12px 0px;
  
}
  .instrument_container {
    display: none;
 
}
  
  .offer_index .img {
         position: relative;
        bottom: 0;
        right: 0;
        z-index: 1;
        text-align: center;
        width: 100%;
        max-width: 100%;
}
.home .run_line{
   display: none;
  }
.js-conveyor-1 li a {
 
    font-size: 12px;
 
    margin: 0px 14px;
}
.js-conveyor-1 li a:before {
   
    right: -17px;
    top: 4px;
}
.run_line {
  
    height: 25px;

}
  
  .offer_index .content {
 padding-top: 75px;
        padding-bottom: 45px;
        text-align: center;
   
}
  .home .offer_index .offer_container .col-12 {
    min-height: auto;
}
.offer_index .offer_container .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
  .page_section {
    padding: 64px 0px !important;
}
  .home .offer_index {
    margin-bottom: 0px;
}
  .link_block .item {
            width: calc(50% / 1 - 6px);
    padding: 8px 8px;
    border-radius: 8px;
    font-size: 12px;

}
  .requests_blocks.link_block .item {
          
}
  
  .link_block {
          display: flex;
        gap: 5px;
        flex-wrap: wrap;
        flex-direction: row;
        width: auto;
}
  
  .firstsearch_blocks {
    display: flex;
    gap: 24px 2%;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
  .firstsearch_blocks .item{
    width: 100%!important;
        max-width: 360px;
}
  .firstsearch_blocks .item img {
    height: auto;
    width: auto;
    object-fit: cover;
}
  .firstsearch_blocks .item .title {
  
    font-size: 20px;
    margin-bottom: 10px;
}
  .firstsearch_blocks .item:nth-child(1) {
   
}
  .firstsearch_blocks .item:nth-child(4) {
   
}
   .firstsearch_blocks .item:nth-child(2) {
   
}
   .firstsearch_blocks .item:nth-child(3) {
  
}
  .button_block {
    display: flex;
    width: 100%;
            max-width: 360px;
            margin: 0 auto;
}
  .button_block_wrap {
        width: 100%;
    margin-top: 32px;
}
  .whoneeds_blocks {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
        gap: 14px;
}
  .whoneeds_blocks .item {
    width: calc(100% / 1 - 0px);
    padding: 24px 14px;
    max-width: 360px;
}
  .whoneeds_blocks .item .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
}
  .whoneeds_blocks .item .icon img, .whoneeds_blocks .item .icon svg {
    width: 20px;
    height: auto;
}
  .whoneeds_blocks .item .title {
 
    font-size: 20px;
    margin-bottom: 12px;
}
  .compleks_blocks {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}
  
  
  .compleks_blocks .item {
    width: calc(100% / 1 - 0px);
    padding: 14px;
    max-width: 360px;
}
  .compleks_blocks .item .icon {
    width: 48px;
    height: 48px;
  }
  .compleks_blocks .item .icon img, .compleks_blocks .item .icon svg {
    width: 25px;
    height: auto;
}
  .compleks_blocks .item .title {
 
    font-size: 20px;
    margin-bottom: 20px;
}
  .strategia_block {
      width: 308px;
        height: 548px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
        background: url(../img/ramka.svg) no-repeat;
        padding: 32px 30px;
        background-size: 100%;
   
   
}
  .strategia_block .img_st {
  display: none;
}
  .strategia_block .st_block {
          position: relative;
        top: 0px !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        padding: 0px 0px 0px 0px !important;
    
}
.strategia_block .st_1 .text_st ul li, .strategia_block .st_4 .text_st ul li {
    padding-left: 20px;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}
  .strategia_block .st_1 .text_st ul li:before, .strategia_block .st_4 .text_st ul li:before {
    left: 0;
    right: inherit;
}
  .strategia_block .st_1 .title_st, .strategia_block .st_4 .title_st {
    text-align: left;
}
.strategia_block .st_block .title_st {

    font-size: 16px;
    margin-bottom: 14px;
}
  .strategia_block .st_block .num_st {

    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 24px;
    left: -40px !important;
    top: 0;
    bottom: 0 !important;
}
  .strategia_block .st_block .text_st ul li {
   
    padding-bottom: 0px;
}
  .strategia_block .st_1:before {
           background: url(../img/arrow-down.svg) no-repeat;
        width: 11px;
        height: 80px;
        left: -30px;
        top: 40px;
        background-size: 100%;
      transform: none;
}
   .strategia_block .st_2:before {
           background: url(../img/arrow-down.svg) no-repeat;
        width: 11px;
        height: 80px;
        left: -30px;
        top: 50px;
        background-size: 100%;
      transform: none;
}
   .strategia_block .st_3:before {
           background: url(../img/arrow-down.svg) no-repeat;
        width: 11px;
        height: 80px;
        left: -30px;
        top: 50px;
        background-size: 100%;
      transform: none;
}
   .strategia_block .st_4:before {
      display: none;
}
  
  .services_blocks.link_block{
            display: flex;
        gap: 12px;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
  }
      .services_blocks.link_block .item {
              width: calc(100% / 1 - 0px);
        padding: 14px 14px;
        border-radius: 12px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
  .etaps_blocks {
  display: flex;
        gap: 14px;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
}
  .etaps_blocks .item {
   max-width: 360px;
    padding: 24px 14px;
    width: calc(100% / 1 - 0px);
}
  .etaps_blocks .item .title {
   
    font-size: 20px;
  
}
  .etaps_blocks .item:nth-child(5), .etaps_blocks .item:nth-child(6) {
    width: calc(100% / 1 - 0px);
}
  .respond_block {
    margin-top: 48px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    position: relative;
}
  .respond_block .item {
    padding: 14px;
    width: calc(100% / 1 - 0px);
}
  .respond_block .item p.text {
    font-size: 13px;
    line-height: 160%;
 
}
  .respond_block .item p.link {
    font-size: 12px;
    margin-top: 14px;
}
  .cta-1 {

    margin: 0px auto 30px auto;
    width: 94%;
    padding: 64px 0px;
}
  .cta-1 .title_h2 h2 {
    font-size: 28px;
}
  
   .cta-1 .btn {
     
        font-size: 16px;
        height: 44px;
 
    }
  
  .promote_blocks.link_block {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
  
  .promote_blocks.link_block .item {
 
    padding: 6px 12px;
    font-size: 14px;
  
}
  
    .promote_blocks.link_block .item span{
 
 opacity: 0.5;
  
}
  
  .promote_blocks.link_block .item img{
      max-height: 20px;
  }
  
  .slider_x4 .swiper-slide{
        flex-shrink: 0;
        width: 154px!important;
    }
 .slider_x6 .swiper-slide{
        flex-shrink: 0;
        width: 153px!important;
    }
  
  .slider_x6 img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
  .all_slider .swiper-button-prev, .all_slider .swiper-rtl .swiper-button-next {
   display: none;
}
  .all_slider .swiper-button-next, .all_slider .swiper-rtl .swiper-button-prev {
   display: none;
}
  
  .case_item .title_case {
 
    font-size: 20px;
    margin-bottom: 14px;
}
  .case_item {
 
           padding: 16px 14px 20px 14px;
}
  .all_slider .swiper-pagination {
   
    top: 24px !important;
    left: 16px !important;
    font-size: 14px;
}
  
  .case_item .info_case {
   
    padding: 12px;
    margin-top: 14px;
    margin-bottom: 14px;
}
  .case_item .info_case .text {
   
    font-size: 12px;
  gap: 10px;
}
  
  .case_item .info_case .text span {
         border-right: 1px solid #cccccc94;
        font-size: 36px;
        padding-right: 10px;
}
  .case_item .img_block_case .item .head {
    height: 28px;
    font-size: 12px;
}
  .case_item .img_block_case .item {
    width: calc(100% / 2 - 4px);
    border: 0px solid #FFFFFF;
}
  .case_item .img_block_case {
    display: flex;
    gap: 8px;
}
  .case_item .img_block_case .item img {
 
    height: auto;
  
}
  .tab_container {
    overflow: hidden;
    padding: 0px 0 0;
    margin-top: 0px;
    margin-bottom: 20px;
}
  .accordion{
    padding-left: 0;
  }
  .accordion li .a-style {
    padding: 16px 50px 16px 0px;
}
  .accordion li p {
    font-size: 15px;
  }
  
  .cta_footer .title_h2 .h2_style {
 
    font-size: 26px;
   
}
  
  .cta_footer .button_block {
       margin-top: 32px;
    }
    .cta_footer .button_block .btn{
     font-size: 16px;
    }
  
  
  .cta_footer .messenger_block {
    margin-top: 32px;
}
  .cta_footer .messenger_block span {
  
    font-size: 16px;

}
  
  .footer_container {
    display: flex;
    gap: 32px;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
}
  footer {
    margin-top: 0px;
    padding: 46px 0px 4px 0px;

}
  .widgettitle {
      margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}
  .footer_item{
    
     text-align: center;
}
  footer ul.menu li {
    margin-bottom: 10px;
}
  footer .messenger {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 32px;
}
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 30px;
}
  .rcb{
        overflow: scroll;
  }
  .cta-2 .content {
      display: flex;
    justify-content: flex-start;
    gap: 24px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    text-align: center;
}
  .cta-2 {
    padding: 26px 26px;
}
  .hentry h2 {
    font-size: 24px;
}
   .hentry h3 {
            font-size: 18px;
        padding-bottom: 10px;
}
  
  .single .anons p {
   
    font-size: 14px;
    margin-bottom: 14px;
}
  .single .meta .text {
 
    font-size: 12px;
 
}
  .author_block .info .author_name {

    font-size: 14px;
    
}
  .author_block .info .author_bio {

    font-size: 12px;
   
}
  .author_block .ava {
    width: 38px;
    height: 38px;

}
  .toc_allow .lwptoc_header .lwptoc_title {

    font-size: 16px;
}
  .toc_allow .lwptoc_toggle {
   
    font-size: 10px;
  
}
  .toc_allow  .lwptoc_item a {
  
    font-size: 16px;
}
  .toc_allow .lwptoc .lwptoc_i {
  
    padding: 20px 14px;
}
  .wp-caption.alignnone {
    margin: 30px 0px 20px 0;
}
  .wp-caption p.wp-caption-text {
    font-size: 12px;
  
}
  .hentry ul li {
 
    font-size: 14px;
  
}
   .hentry ol li {
 
    font-size: 14px;
  
}
  .cta-2 .title_h2 .h2_style {
   
    font-size: 20px;
}
  .director_block_descr p {
  
    font-size: 14px;
 
}
  .director_block:before {
  display: none;
}
  
   aside {
    display: none;
 
}
  .related .title_h2 .h2_style {
   
    font-size: 24px;
   
}
  
  .news_container .news_item {
    width: calc(100% / 1 - 0px);

}
  .news_item .data span {
   
    font-size: 10px;
 
}
  .news_container .news_item h2, .news_container .news_item .h2_style {
 
    font-size: 14px;

}
  .news_container .news_item .content p {
  
    font-size: 12px;

}
  .archive .border_brc .breadcrumbs {
    justify-content: flex-start;
    display: flex;
}
ul.list_cat li a {
  
    height: 22px;
    padding: 0px 10px;
    font-size: 10px;
  
}
ul.list_cat {
    display: flex;
    gap: 6px;
    margin: 0px 0px 28px 0px;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
}
  .page-template-page-default h1, .page_custom h1 {
   
    font-size: 24px;

}
  .offer_index .content p {
    max-width: 100%;
}
  
}

@media (min-width: 992px) and (max-width: 1199px) {
    .link_block {
       
        width: 100%;
    }
      .requests_blocks.link_block .item {
        width: calc(100% / 3 - 8px);
    }
  
  .firstsearch_blocks {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        justify-content: center;
    }
     .cta_footer .title_h2 {
        display: flex;
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
      
    }
  .cta_footer .row{
  
      display: flex;
    justify-content: center;
  }
}

