

/* Start:/local/templates/basf_new/components/bitrix/news.detail/harmful_object/style.css?17707131625771*/
.pathogen-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px 0;
  max-width: 100%;
  color: #414141;
}
@media (min-width: 768px) {
  .pathogen-description {
    gap: 12px;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .pathogen-description {
    color: #000;
    gap: 12px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .pathogen-description {
    gap: 16px;
    margin-bottom: 32px;
  }
}
.pathogen-description > * {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .pathogen-description > * {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .pathogen-description > * {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .pathogen-description > * {
    font-size: 22px;
  }
}
.pathogen-description p {
  white-space: pre-line;
}
.pathogen-description h5 {
  margin-top: 12px;
  font-size: 16px !important;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .pathogen-description h5 {
    font-size: 20px !important;
  }
}
@media (min-width: 1920px) {
  .pathogen-description h5 {
    font-size: 28px !important;
  }
}
.pathogen-description h6 {
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .pathogen-description h6 {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .pathogen-description h6 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .pathogen-description h6 {
    font-size: 18px;
  }
}
.pathogen-description__content {
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.harmful-swiper {
  padding-bottom: 24px;
  padding-top: 24px;
  width: 100%;
}
.harmful-swiper__container {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.harmful-swiper__swiper {
  overflow: visible;
  width: 100%;
}
.harmful-swiper__swiper .swiper-slide {
  height: auto;
  border-radius: 12px;
}
.harmful-swiper__slide-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  height: 188px;
  border-radius: 12px;
  overflow: hidden;
}
.harmful-swiper__slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  background: #e0e0e0;
}
.harmful-swiper__scrollbar {
  margin-top: 24px;
  height: 6px;
  border: 1px solid #ededed;
  border-radius: 31px;
  position: relative;
  overflow: hidden;
}
.harmful-swiper__scrollbar .swiper-scrollbar-drag {
  background: #65ac1e;
  border-radius: 31px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.harmful-swiper .swiper-slide {
  width: 330px;
  margin-right: 8px;
  flex-shrink: 0;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.harmful-swiper .swiper-slide:hover {
  transform: scale(1.02);
}
.harmful-swiper .swiper-slide .product-card:hover {
  transform: none;
  box-shadow: none;
}
.swiper__controls-btn {
  display: none;
  position: absolute;
  top: 32px;
  height: 60px;
  width: 60px;
  border-radius: 12px;
  border: 1.83px solid #f0f0f3;
  background: #f9f9fb;
}
.swiper__controls-btn__image {
  width: 32px;
  height: 32px;
  padding: 20px;
}
.harmful__swiper-button-prev .swiper__controls-btn {
  left: 32px;
}
.harmful__swiper-button-next .swiper__controls-btn__image {
  rotate: 180deg;
}
.harmful__swiper-button-next .swiper__controls-btn {
  left: 96px;
}
@media (min-width: 1440px) {
  .harmful-swiper {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .harmful-swiper__slide-content {
    height: 450px;
  }
  .harmful-swiper .swiper-slide {
    width: 800px;
    margin-right: 16px;
  }
  .swiper__controls-btn {
    display: flex;
  }
}
@media (min-width: 1920px) {
  .harmful-swiper .swiper-slide {
    min-width: 600px;
  }
  .swiper__controls-btn {
    height: 72px;
    width: 72px;
  }
  .harmful__swiper-button-next .swiper__controls-btn {
    left: 108px;
  }
}
.products-swiper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 32px;
  margin-bottom: 16px;
  width: 100%;
}
.products-swiper__container {
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.products-swiper__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.products-swiper__swiper {
  overflow: visible;
  width: 100%;
}
.products-swiper__swiper .swiper-slide {
  height: auto;
  border-radius: 12px;
}
.products-swiper__scrollbar {
  margin-top: 32px;
  height: 6px;
  border: 1px solid #ededed;
  border-radius: 31px;
  position: relative;
  overflow: hidden;
}
.products-swiper__scrollbar .swiper-scrollbar-drag {
  background: #65ac1e;
  border-radius: 31px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.products-swiper .swiper-slide {
  flex-shrink: 0;
  margin-right: 8px;
  width: 167px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.products-swiper .swiper-slide:hover {
  transform: scale(1.02);
}
.products-swiper .swiper-slide .product-card:hover {
  transform: none;
  box-shadow: none;
}
.products-swiper .swiper-slide > a {
  aspect-ratio: 1/1;
  box-sizing: border-box;
  width: 167px;
}
@media (min-width: 1440px) {
  .products-swiper__header {
    margin-bottom: 32px;
  }
  .products-swiper .swiper-slide {
    width: 308px;
    margin-right: 16px;
  }
  .products-swiper .swiper-slide > a {
    width: 308px;
  }
}
@media (min-width: 1920px) {
  .products-swiper__header {
    margin-top: 40px;
  }
  .products-swiper .swiper-slide {
    min-width: 426px;
  }
  .products-swiper .swiper-slide > a {
    min-width: 426px;
  }
}

/* End */
/* /local/templates/basf_new/components/bitrix/news.detail/harmful_object/style.css?17707131625771 */
