
.laboratory-front {
    background: #f5f7fa;
    padding: 1.5rem 0 3.75rem
  }
  
  @media (min-width:1024px) {
    .laboratory-front {
      padding: 1.5rem 0 6rem
    }
  }
  
  .laboratory-front__content {
    width: 100%;
    display: inline-block;
    margin: 2rem 0 0
  }
  
  @media (min-width:1024px) {
    .laboratory-front__content {
      margin: 4rem 0 0
    }
  }
  
  .laboratory-front__title {
    font-size: 1.875rem;
    line-height: 2.4375rem;
    color: #1f222d;
    font-family: HeliosC, sans-serif;
    margin: 0 0 1.5rem;
    width: 100%
  }
  
  @media (min-width:1024px) {
    .laboratory-front__title {
      padding: 0 50% 0 0
    }
  }
  
  @media (min-width:1280px) {
    .laboratory-front__title {
      font-size: 3rem;
      line-height: 3.3125rem;
      padding: 0 60% 0 0
    }
  }
  
  .laboratory-front__descr {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: #4b535e;
    box-sizing: border-box
  }
  
  @media (min-width:1024px) {
    .laboratory-front__descr {
      padding: 0 30% 0 0
    }
  }
  
  @media (min-width:1280px) {
    .laboratory-front__descr {
      padding: 0 40% 0 0;
      font-size: 1.125rem;
      line-height: 1.8125rem
    }
  }
  
  .main-direction__btn {
    height: 3.125rem;
    margin: 40px auto 0;
    max-width: 100%;
    width: 100%
  }
  
  @media (min-width:1024px) {
    .main-direction__btn {
      max-width: 19.4375rem;
      width: auto
    }
  }
  
  .main-direction__btn span {
    font-size: 1rem
  }
  
  .main-direction__btn span::after {
    display: none
  }
  
  .laboratory-direction {
    padding-bottom: 0
  }
  
  .laboratory-direction__title {
    width: 100%;
    text-align: center
  }
  
  .laboratory-direction__wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap
  }
  
  .laboratory-direction__descr {
    width: 100%;
    box-sizing: border-box
  }
  
  @media (min-width:1024px) {
    .laboratory-direction__descr {
      width: calc(100% - 530px);
      padding-right: 50px
    }
  }
  
  @media (min-width:1700px) {
    .laboratory-direction__descr {
      width: calc(100% - 655px);
      height: 425px
    }
  }
  
  .laboratory-direction__descr p {
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: #1f222d;
    font-family: FiraSans, sans-serif
  }
  
  @media (min-width:1024px) {
    .laboratory-direction__descr p {
      font-size: 1.0625rem;
      line-height: 1.625rem
    }
  }
  
  .laboratory-direction__pic {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    margin: 30px 0
  }
  
  @media (min-width:1024px) {
    .laboratory-direction__pic {
      width: 530px;
      height: 344px;
      margin: 0
    }
  }
  
  @media (min-width:1700px) {
    .laboratory-direction__pic {
      width: 655px;
      height: 425px
    }
  }
  
  .laboratory-direction__pic img {
    width: 100%;
    height: 100%
  }
  
  .laboratory-direction__main {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    box-sizing: border-box
  }
  
  @media (min-width:1280px) {
    .laboratory-direction__main {
      margin: -100px 0 0;
      padding-right: 540px
    }
  }
  
  @media (min-width:1700px) {
    .laboratory-direction__main {
      margin: -240px 0 0;
      padding-right: 700px
    }
  }
  
  .main-direction__title {
    width: 100%;
    display: inline-block;
    text-transform: none;
  }
  
  .main-direction__wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap
  }
  
  .main-direction__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin: 32px 0 0;
    box-sizing: border-box
  }
  
  @media (min-width:1024px) {
    .main-direction__item {
      width: 50%;
      padding: 0 30px 0 0
    }
  }
  
  .main-direction__icon {
    width: 60px;
    margin-right: 16px
  }
  
  .main-direction__descr {
    width: calc(100% - 76px);
    font-weight: 400;
    font-family: FiraSans, sans-serif;
    font-size: 15px;
    line-height: 1.5rem;
    color: #1f222d
  }
  
  .laboratory-tabs {
    padding-bottom: 0
  }
  
  .laboratory-tabs__title {
    width: 100%;
    text-align: center
  }
  
  .laboratory-tabs__nav {
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #f0f2f4;
    box-sizing: border-box;
    display: inline-block
  }
  
  @media (max-width:768px) {
    .laboratory-tabs__nav {
      padding: 0;
      border-bottom: none
    }
  }
  
  .laboratory__tabs {
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center
  }
  
  .laboratory__tabs li {
    list-style-type: none;
    margin: 0 30px 0 0;
    position: relative;
    display: inline-block
  }
  
  @media (max-width:768px) {
    .laboratory__tabs li {
      width: 100%;
      height: 40px;
      border: 1px solid #f36e21;
      border-radius: 6px;
      margin: 0 0 15px 0;
      display: -ms-flex;
      display: flex;
      flex-flow: row wrap;
      align-content: center;
      align-items: center;
      justify-content: center
    }
  }
  
  @media (min-width:1024px) {
    .laboratory__tabs li {
      margin: 0 15px
    }
  }
  
  .laboratory__tabs li a {
    text-decoration: none
  }
  
  .laboratory__tabs li a span {
    color: #b7c0ca;
    transition: .3s ease
  }
  
  @media (max-width:768px) {
    .laboratory__tabs li a span {
      font-weight: 700;
      font-family: HeliosC, sans-serif;
      font-size: 14px;
      color: #f36e21
    }
  }
  
  @media (min-width:1024px) {
    .laboratory__tabs li a:hover span {
      color: #171717
    }
  }
  
  @media (min-width:1024px) {
    .laboratory__tabs .current::before {
      content: "";
      width: 100%;
      height: 4px;
      background: #f36e21;
      border-radius: 3px 3px 0 0;
      position: absolute;
      left: 0;
      bottom: -31px
    }
  }
  
  .laboratory__tabs .current span {
    color: #1f222d
  }
  
  @media (max-width:768px) {
    .laboratory__tabs .current span {
      color: #fff
    }
  }
  
  @media (max-width:768px) {
    .laboratory__tabs .current {
      background-color: #f36e21
    }
  }
  
  .laboratory-tabs__desctop {
    display: none
  }
  
  @media (min-width:1400px) {
    .laboratory-tabs__desctop {
      display: block
    }
  }
  
  .laboratory-tabs__mob {
    display: block
  }
  
  @media (min-width:1400px) {
    .laboratory-tabs__mob {
      display: none
    }
  }
  
  .laboratory__tabs-content {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0
  }
  
  @media (max-width:768px) {
    .laboratory__tabs-content {
      margin: 15px 0 0
    }
  }
  
  .laboratory__tabs-items {
    width: 100%;
    display: none;
    flex-flow: row wrap;
    align-content: center;
    align-items: center
  }
  
  .tab-show {
    display: flex
  }
  
  .tabs-content__pic {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 0 30px
  }
  
  @media (min-width:1024px) {
    .tabs-content__pic {
      width: 40%;
      margin: 0;
      height: 425px
    }
  }
  
  @media (min-width:1500px) {
    .tabs-content__pic {
      width: 50%
    }
  }
  
  @media (min-width:1700px) {
    .tabs-content__pic {
      width: 40%
    }
  }
  
  .tabs-content__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
  
  .tabs-content__content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box
  }
  
  @media (min-width:1024px) {
    .tabs-content__content {
      width: 60%;
      padding-left: 50px
    }
  }
  
  @media (min-width:1500px) {
    .tabs-content__content {
      width: 50%
    }
  }
  
  @media (min-width:1700px) {
    .tabs-content__content {
      width: 60%
    }
  }
  
  .tabs-content__title {
    width: 100%;
    margin: 0 0 1.5rem;
    display: inline-block;
    padding: 0;
    text-transform: none;
    font-size: 24px;
  }
  
  .tabs-content__descr {
    width: 100%;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-family: FiraSans, sans-serif;
    font-size: .9375rem;
    line-height: 1.5rem;
    color: #4b535e;
    margin: 0 0 2.5rem
  }
  
  @media (min-width:1024px) {
    .tabs-content__descr {
      font-size: 1.0625rem;
      line-height: 1.625rem
    }
  }
  
  .tabs-content__link {
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: HeliosC, sans-serif;
    color: #f36e21;
    text-decoration: none;
    transition: .5s ease
  }
  
  .tabs-content__link:hover {
    color: #007249
  }
  
  .tabs-content__link:hover:before {
    background-image: url(/local/templates/new/img/pdf-icon-hover.svg)
  }
  
  .tabs-content__link::before {
    content: "";
    background-image: url(/local/templates/new/img/pdf-icon.svg);
    width: 2rem;
    height: 2rem;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -8px;
    transition: .5s ease
  }
  
  .tabs-content__link--desktop {
    display: none
  }
  
  @media (min-width:1024px) {
    .tabs-content__link--desktop {
      display: block
    }
  }
  
  .tabs-content__link--mobile {
    display: block
  }
  
  @media (min-width:1024px) {
    .tabs-content__link--mobile {
      display: none
    }
  }
  
  .laboratory-quote__wrap {
    background: #f5f7fa;
    border-radius: 4px;
    padding: 2rem 1rem;
    width: 100%;
    display: flex;
    flex-flow: column-reverse wrap;
    align-content: flex-end;
    align-items: flex-end;
    overflow: hidden
  }
  
  @media (min-width:1024px) {
    .laboratory-quote__wrap {
      flex-flow: row wrap;
      padding: 3rem 10%
    }
  }
  
  .laboratory-quote__pic {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto
  }
  
  @media (min-width:1024px) {
    .laboratory-quote__pic {
      width: 306px;
      height: 306px
    }
  }
  
  .laboratory-quote__content {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 24px 0 0;
    position: relative;
    z-index: 1
  }
  
  @media (min-width:1024px) {
    .laboratory-quote__content {
      width: calc(100% - 306px);
      padding: 0 32px 0 0;
      margin: 0
    }
  }
  
  .laboratory-quote__content::before {
    content: "";
    background-image: url(/local/templates/new/img/quote-el.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 106px;
    height: 79px;
    position: absolute;
    left: -10px;
    top: -30px;
    z-index: -2
  }
  
  @media (min-width:1024px) {
    .laboratory-quote__content::before {
      width: 211px;
      height: 157px;
      left: -20px;
      top: -100px
    }
  }
  
  .laboratory-quote__title {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    font-family: HeliosC, sans-serif;
    color: #1f222d;
    margin: 0 0 1.5rem
  }
  
  @media (min-width:1024px) {
    .laboratory-quote__title {
      font-size: 40px;
      line-height: 46px
    }
  }
  
  .laboratory-quote__descr {
    width: 100%;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: FiraSans, sans-serif;
    color: #4b535e;
    margin: 0 0 1.5rem
  }
  
  .laboratory-quote__author {
    font-family: HeliosC, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #1f222d
  }