.head_laboratory {
  width: 394px;
}

.head_laboratory__image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.laboratory_item__small {
  width: 390px;
}

.laboratory_item__image {
  padding: 36% 0;
}

.laboratory_advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.laboratory_advantages::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  left: 1px;
  background: var(--border);
}

.laboratory_advantages__item {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.laboratory_advantages__item:last-child:nth-child(odd) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}

.laboratory_advantages__ico {
  width: 80px;
  height: 80px;
}

.laboratory_advantages__ico img {
  display: block;
  line-height: 1;
  margin: 0 !important;
  max-height: 100%;
}

.laboratory_contacts td:first-child {
  width: 50%;
}

@media (max-width: 1400px) {
  .head_laboratory {
    width: 100%;
  }

  .laboratory_item__small {
    width: 250px;
  }
}

@media (max-width: 1024px) {
  .laboratory_advantages__ico {
    width: 64px;
    height: 64px;
  }

  .laboratory_contacts td:first-child {
    width: auto;
  }
}

@media (max-width: 900px) {
  .laboratory_item__small {
    width: 100%;
  }

  .laboratory_advantages {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

@media (max-width: 680px) {
  .laboratory_advantages__item {
    padding: 16px;
  }

  .laboratory_advantages__ico {
    width: 48px;
    height: 48px;
  }
}