.section-quality-team .section-haft-haft {
  padding: 0;
}
.section-quality-team .section-haft-haft .haft-text {
  width: 43.5%;
  max-width: 466px;
  gap: 0;
}
.section-quality-team .section-haft-haft .haft-text h1,
.section-quality-team .section-haft-haft .haft-text p {
  margin-bottom: 24px;
}
.section-quality-team .section-haft-haft .haft-img {
  width: 56.5%;
  text-align: center;
}
.section-quality-team .section-haft-haft .haft-img img {
  max-width: 513px;
}

.section-quality-assurance .section-haft-haft .haft-haft-part .haft-part {
  width: -moz-max-content;
  width: max-content;
}
.section-quality-assurance .section-haft-haft .haft-haft-part .haft-part:last-child .list-img {
  gap: 6px;
}

.section-quality-control .section-haft-haft .haft-haft-part .haft-part p {
  font-weight: 200;
}

.list-guarantees {
  --bs-gutter-y: 24px;
}
.list-guarantees .item {
  display: flex;
  align-items: center;
  gap: 32px;
}

.list-img-guarantees {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.list-img-guarantees .item img {
  width: 100%;
}

.section-laboratory {
  padding: 24px;
}
.section-laboratory .section-laboratory-carousel {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.section-laboratory .section-laboratory-carousel .item {
  height: 560px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding-left: 24px;
  position: relative;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel h3 {
  font-weight: 500;
  margin-bottom: 3px;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer {
  margin-top: 12px;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file {
  display: flex;
  gap: 12px;
  padding: 10.78px 0;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file svg {
  flex-shrink: 0;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file p {
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: all 0.3s ease-in-out;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file rect,
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file path {
  transition: all 0.3s ease-in-out;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file:hover {
  color: #ea6f18;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file:hover rect {
  stroke: #ea6f18;
}
.section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .link-file:hover path {
  fill: #ea6f18;
}
.section-laboratory .section-laboratory-carousel .item .thumbnail {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  height: 100%;
}
.section-laboratory .section-laboratory-carousel .item .thumbnail .overlay {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.645) 80%);
}
.section-laboratory .section-laboratory-carousel .item .slide-num {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  bottom: 27px;
  right: 71px;
  transform: translateY(-100%);
  --webkit-transform: translateY(-100%);
}
.section-laboratory .section-laboratory-carousel .slick-arrow {
  top: unset;
  bottom: 27px;
  width: 30px;
  height: 30px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
}
.section-laboratory .section-laboratory-carousel .slick-arrow::before, .section-laboratory .section-laboratory-carousel .slick-arrow::after {
  display: none;
}
.section-laboratory .section-laboratory-carousel .slick-arrow retrict,
.section-laboratory .section-laboratory-carousel .slick-arrow path {
  transition: all 0.3s;
}
.section-laboratory .section-laboratory-carousel .slick-arrow:hover {
  background-color: #ea6f18;
}
.section-laboratory .section-laboratory-carousel .slick-arrow:hover rect {
  stroke: #ea6f18;
}
.section-laboratory .section-laboratory-carousel .slick-prev {
  left: unset;
  right: 107px;
}
.section-laboratory .section-laboratory-carousel .slick-next {
  left: unset;
  right: 31px;
  left: unset;
}

@media only screen and (max-width: 1279.98px) {
  .section-quality-team .section-haft-haft .haft-text {
    width: 60%;
  }
  .section-quality-team .section-haft-haft .haft-img {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .section-laboratory {
    padding: 24px 0;
  }
  .section-laboratory .section-laboratory-carousel {
    background-color: #f1f1f1 !important;
  }
  .section-laboratory .section-laboratory-carousel .item {
    height: -moz-max-content;
    height: max-content;
    padding-left: 0;
    align-items: center;
    gap: 20px;
  }
  .section-laboratory .section-laboratory-carousel .item .item-content-carousel {
    width: 60%;
  }
  .section-laboratory .section-laboratory-carousel .item .thumbnail {
    height: 100%;
    width: 40%;
  }
  .section-laboratory .section-laboratory-carousel .item .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 1023.98px) {
  .section-laboratory .section-laboratory-carousel .item {
    display: block;
  }
  .section-laboratory .section-laboratory-carousel .item .item-content-carousel,
  .section-laboratory .section-laboratory-carousel .item .thumbnail {
    width: 100%;
  }
  .list-img-guarantees {
    grid-template-columns: repeat(5, 1fr);
  }
  .section-laboratory .section-laboratory-carousel .item .item-content-carousel,
  .section-laboratory .section-laboratory-carousel .item .thumbnail {
    max-height: 500px;
  }
  .section-laboratory .section-laboratory-carousel .item .thumbnail img {
    width: 100%;
    -o-object-position: center;
       object-position: center;
  }
  .section-laboratory .section-laboratory-carousel .item .thumbnail .overlay {
    display: none;
  }
  .section-laboratory .section-laboratory-carousel .item .slide-num {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-laboratory .section-laboratory-carousel .item .item-content-carousel,
  .section-laboratory .section-laboratory-carousel .item .thumbnail {
    max-height: unset;
    height: 500px;
  }
  .section-laboratory .section-laboratory-carousel .item .thumbnail img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-laboratory .section-laboratory-carousel .slick-prev {
    right: 61px;
  }
  .section-laboratory .section-laboratory-carousel .slick-arrow {
    bottom: 7px;
  }
  .section-laboratory .section-laboratory-carousel .slick-next {
    right: 15px;
  }
  .section-laboratory .section-laboratory-carousel .item .item-content-carousel .item-footer .row {
    --bs-gutter-x: 5px;
  }
  .list-img-guarantees {
    grid-template-columns: repeat(4, 1fr);
  }
  .list-guarantees .item {
    gap: 20px;
  }
}