@media( max-width: 1365px ){

    .company-license__doc {
        max-width: 170px;
        top: 30%;
    }

    .company-license__doc.doc2 {
        right: calc( 50% - 260px );
    }
    .company-license__doc.doc3 {
        right: calc( 50% - 470px );
    }
}

@media( max-width: 1200px ){

    .mpsection.section-main .section-company__text h2 {
        margin-top: 0;
    }

    .section-company__descript {
        margin-bottom: 0;
        visibility: initial;
        opacity: 1;
    }

    .mpsection::after {
        opacity: 0.5;
    }

    .about .company-main .wrapper {
        flex-direction: column;
    }

    .about .company-main__box {
        margin-bottom: 20px;
    }

    .about .video_block {
        margin-left: initial;
    }

    .flex-block {
      flex-wrap: wrap;
      justify-content: center;
    }

    .flex-block .block-text {
      width: 100%;
      order: 2;
    }

    .flex-block .block-pic {
      width: initial;
    }
    
    .company-license__doc.docs {
        max-width: 150px;

    }

    .company-license__doc.doc1 {
        right: calc( 50% - 52px );
    }

    .company-license__doc.doc2 {
        right: calc( 50% - 220px );
    }

    .company-license__doc.doc3 {
        right: calc( 50% - 380px );
    }

    .header-gamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 27px;
        width: 30px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 9px;
        margin-top: 1px;
      }
      .header-gamburger span {
        width: 100%;
        height: 2px;
        background: #050505;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        position: relative;
      }
      .header-gamburger.active {
        margin-top: 4px;
        z-index: 111;
      }
      .header-gamburger.active span:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: -5px;
      }
      .header-gamburger.active span:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -11px;
      }
      .header-gamburger.active span:last-child {
        display: none;
      }
      .header-logo {
        max-width: 130px;
      }
      header {
        padding-top: 7px;
        padding-bottom: 5px;
      }
      .header-box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }
      .header-box a {
        font-weight: bold;
        font-size: 20px;
        line-height: 1.4;
        color: #050505;
      }
      .header-wrapper {
        position: fixed;
        left: -110%;
        height: 100%;
        background: #d8cde1;
        top: 0px;
        width: 100%;
        max-width: none;
        overflow: auto;
        padding-bottom: 40px;
        z-index: 111;
      }
      .header-wrapper .header-box__menu {
        display: block;
        text-align: left;
        /* max-width: none; */
        padding-left: 28px;
        padding-right: 28px;
        padding-top: 96px;
      }
      .header-wrapper .header-box__menu li {
        padding-top: 0px;
        padding-bottom: 15px;
      }
      .header-wrapper .header-box__group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
        display: block;
        text-align: center;
      }
      .header-wrapper .header-box__tel {
        text-align: center;
      }
      .header-wrapper .header-box__lang {
        padding-right: 0;
        padding-bottom: 10px;
      }
      .header-wrapper.active {
        left: 0;
      }
      
  body.active {
    overflow: hidden;
    height: 100%;
  }
  body.active .main-wrapper {
    overflow: auto;
  }
  .nav-dropdown {
    padding-bottom: 3px !important;
  }
  .header-dropdown {
    visibility: visible;
    opacity: 1;
    position: static;
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0px;
    padding-top: 19px;
  }
  .header-dropdown a {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;.about .company-main .wrapper
    color: #050505;
  }
  .header-dropdown li {
    padding-bottom: 12px !important;
  }
  .header-box a .icon-arr {
    display: none;
  }
  .header-wrapper .header-box__lang {
    position: absolute;
    top: 5px;
    left: 28px;
  }
  .header-wrapper .header-box__lang a {
    font-size: 15px;
  }
  .header-box__lang a:first-child {
    margin-right: 22px;
  }
  .header-gamburger {
    width: 24px;
  }
  .header-wrapper .header-box__group {
    text-align: left;
    display: block;
    padding-top: 38px;
  }
  .header-wrapper .header-box__tel {
    text-align: left;
    padding-left: 28px;
  }
  .header-wrapper .header-box__tel a {
    font-size: 18px;
  }



}

@media( min-width: 1024px ){
    body a.mobillkn {
        display: none;
    }


}

@media( max-width: 1023px ){
    
    .podarok.nav-dropdown a.lklink.btn {
        margin-top: 0;
        max-width: 100%;
        font-size: 14px;
    }

    body .lklink {
        display: none;
    }

    .section-services__box.video_box .video_block {
        margin-left: 0;
        height: 200px;
    }

    .video_block-page .video_block  {
        width: 560px;
        height: 315px;
    }

    .footer-box__item:first-child {
        width: 50%;
    }

    .footer-box__item:nth-of-type(2) {
        width: 50%;
    }
    
    .footer-box__item:first-child > .footer-box__el {
        width: 100%;
    }

    .footer-box__item:nth-of-type(3) {
        width: 100%;
    }

    .main-wrapper {
        padding-top: 67.9px;
    }

}

@media( max-width: 991px )
{
    .logo-block-hse {
        font-size: clamp(1.3rem, 5vw, 28px);
    }

    .text__box.center-block {
        width: 100%;
        margin-top: 10px;
    }

    .header_box_soc {
        display: flex;
        flex-direction: row;
        width: fit-content;
        margin-left: 30px;
    }

    .header_box_soc a {
        display: block;
        min-width: 30px;
    }

    .header-wrapper .header-box__lang {
        display: flex;
        flex-direction: row;
    }

    .header-box__tel .time_work, .header-box__tel .time_work span {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.4;
    }


    .header-box__menu .header-dropdown {
        width: 100%;
    }

    .header-box li.mnu {
        flex-direction: column;
    }

    .mob-header-block ul.footer-box__list.social {
        display: none;
    }

    
    .header-box__menu .btn-order-js {
        width: 200px;
    }


    .subwrapper {
        flex-direction: column;
    }

    .flexblock {
        width: 100%;
    }

    .company-employee__list {
      justify-content: center;
    }

    .company-employee__list li {
      width: 290px;
    }

    .header-box__menu .order a {
      min-width: initial;
      max-width: initial;
    }

    .footer-box__item {
        width: 100% !important;
    }

    .footer-box__el {
        text-align: center;
    }

    .footer-box__el:first-child {
        width: 100%;
    }

    .footer-box__item:nth-of-type(3) {
        display: flex;
        flex-direction: column;
    }
    .footer-box__item:nth-of-type(3) .footer-box__el:nth-of-type(1) {
        width: 100%;
    }

    .footer-box__item:nth-of-type(3) .footer-box__el:nth-of-type(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-box__item:nth-of-type(3) .footer-box__el:nth-of-type(2) {
        align-items: center;
    }

}

@media( min-width: 767px ){
 
}

@media( max-width: 767px )
{

    .footer-box__item:nth-of-type(3) .footer-box__el:nth-of-type(2) {
        align-items: center;
    }

    .footer-box__list.social i.icon-svg svg {
        height: 21px;
    }

    .pretitle .section-company__text {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .pretitle {
        flex-direction: column;
    }

    .flex-servises {
        margin-right: initial;
    }
  
  .footer-box__item .company_info {
    text-align: center;
    min-width: 100%;
    
  }

  .btn-order-js {
    margin-bottom: 10px;
  }

  .header-box a.lklink.btn {
    font-size: 13px !important;
  }

    .footer-bottom div.text-right {
        text-align: center !important;
    }

    .video_block-page .video_block  {
      width: 100%
    }

    .section-services__box.video_box .video_block {

        height: 240px;
    }

    .company-license__doc.doc1 {
        right: 0;
    }

    .company-license__doc.doc2 {
        right: 0;
        margin-top: 10px;
    }

    .company-license__doc.doc3 {
        right: 0;
        margin-top: 10px;
    }

    .article-page iframe {
        width: 100%;
        height: 100%;
        min-height: 320px;
    }

    .section-form__box {
        z-index: 1;    
    }

    .director-block .director-pic {
        height: 200px;
        width: 200px;
        display: inline-block;
        margin-right: 0;
    }
    .director-block {
        flex-direction: column;
        align-items: center;
        
    }

    .compliance ul {
        padding-left: 0em;
    }
    
    .compliance ul li {
        padding-left: 0em;
        list-style-type: disc;
        color: #792658;
    }
    
    .compliance li a {
        text-decoration:  underline ;
        color: #792658;
    }

    .nipt-pay__list {
        flex-direction: column;
    }

    .nipt-pay__list.elements_2 li {
        width: 100%;
    }
    

}