

/* Start:/local/templates/basf_new/components/bitrix/news.detail/cultures/style.css?177624480520860*/
.header-image {
  width: 100%;
  margin: 16px 0;
  height: 343px;
  border-radius: 32px;
  border: 1px solid #bcbcbc;
  overflow: hidden;
}
.header-image__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 55% 50%;
  object-position: 55% 50%;
}
@media (min-width: 768px) {
  .header-image {
    margin: 24px 0;
    height: 370px;
  }
}
@media (min-width: 1440px) {
  .header-image {
    height: 340px;
  }
}
@media (min-width: 1920px) {
  .header-image {
    margin: 32px 0;
    height: 450px;
  }
}
.title {
  margin: 8px 0;
}
.culture__text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 0;
}
@media (min-width: 768px) {
  .culture__text-content {
    gap: 12px;
    padding: 8px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .culture__text-content {
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content {
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.culture-signal {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .culture-signal {
    margin: 40px 0;
  }
}
@media (min-width: 1440px) {
  .culture-signal {
    flex-direction: row;
    gap: 16px;
  }
}
.content-title {
  margin-bottom: 8px;
}
@media (min-width: 1440px) {
  .content-title {
    gap: 12px;
  }
}
.signal-block {
  box-sizing: border-box;
  padding: 24px;
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  min-height: 240px;
  border: 1px solid #ededed;
  position: relative;
}
@media (min-width: 1440px) {
  .signal-block {
    min-height: 480px;
  }
}
@media (min-width: 1920px) {
  .signal-block {
    min-height: 668px;
  }
}
.signal-block.doc {
  background: #f5f5f5;
}
@media (max-width: 1440px) {
  .signal-block.doc {
    height: auto;
  }
}
.signal-block__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1440px) {
  .signal-block__header {
    gap: 12px;
  }
}
.signal-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.signal-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) -24.18%,
    rgba(28, 32, 36, 0) 100%
  );
  z-index: -1;
}
.signal-block__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.signal-block h5 {
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.12) 0%,
    rgba(0, 0, 0, 0.06) 100%
  );
  padding: 5px 8px;
  border-radius: 10px;
  display: inline-block;
  backdrop-filter: blur(20px);
  width: -moz-fit-content;
  width: fit-content;
}
.culture-signal__swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.culture-signal__swiper .swiper-wrapper .swiper-slide {
  min-height: 100%;
  width: 100% !important;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  position: relative;
}
.culture-signal__swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.culture-signal__swiper .swiper-wrapper .swiper-slide:hover {
  transform: scale(1.02);
}
.culture-signal__swiper .swiper-wrapper .swiper-slide .signal-block__content {
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
}
.swiper-button-prev,
.swiper-button-next {
  transition: opacity 0.3s ease;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.culture-signal__swiper__control-buttons {
  gap: 8px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  display: none;
}
@media (min-width: 1440px) {
  .culture-signal__swiper__control-buttons {
    display: flex;
  }
}
.swiper__controls-btn {
  height: 60px !important;
  width: 60px !important;
  border-radius: 12px !important;
  border: 1.83px solid #f0f0f3 !important;
  background: #f9f9fb !important;
}
.swiper__controls-btn__image {
  width: 24px;
  height: 24px;
}
.product-details__similar {
  padding: 24px 0 16px 0;
}
@media (min-width: 1440px) {
  .product-details__similar {
    padding: 40px 0;
  }
}
.product-details__similar__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (min-width: 1440px) {
  .product-details__similar__title {
    padding: 17px 0;
  }
}
@media (min-width: 1920px) {
  .product-details__similar__title {
    padding: 19px 0;
  }
}
.product-details__similar-swiper-buttons {
  align-self: flex-start;
  display: flex;
  gap: 8px;
}
@media (max-width: 1440px) {
  .product-details__similar-swiper-buttons {
    display: none;
  }
}
.product-details__similar-card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.product-details__swiper.similar {
  width: 100%;
  height: auto;
  position: relative;
}
.product-details__swiper.similar .swiper-wrapper {
  display: flex;
  align-items: center;
}
.product-details__swiper.similar .swiper-slide {
  height: 167px;
  width: 167px !important;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 1440px) {
  .product-details__swiper.similar .swiper-slide {
    height: 308px;
    width: 308px !important;
  }
}
@media (min-width: 1920px) {
  .product-details__swiper.similar .swiper-slide {
    height: 428px;
    width: 428px !important;
  }
}
.product-details_slider {
  padding: 16px 0;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .product-details_slider {
    padding: 0;
  }
}
.product-details__swiper-scrollbar {
  margin-top: 24px;
  height: 6px;
  border: 1px solid #ededed;
  border-radius: 31px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1440px) {
  .product-details__swiper-scrollbar {
    display: none;
  }
}
.product-details__swiper-scrollbar .swiper-scrollbar-drag {
  background: #65ac1e;
  border-radius: 31px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.harmful-slider__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
@media (min-width: 1440px) {
  .harmful-slider__title {
    padding: 17px 0;
  }
}
@media (min-width: 1920px) {
  .harmful-slider__title {
    padding: 19px 0;
  }
}
.harmful-slider-swiper-buttons {
  align-self: flex-start;
  display: flex;
  gap: 8px;
}
@media (max-width: 1440px) {
  .harmful-slider-swiper-buttons {
    display: none;
  }
}
.harmful-slider-card {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.swiper__controls-btn--next:not(.blc) {
  transform: rotate(180deg);
}
.swiper__controls-btn--next:not(.blc):active {
  transform: rotate(180deg) scale(0.95) !important;
}
.swiper__controls-btn--prev.blc {
  transform: rotate(180deg);
}
.swiper__controls-btn--prev.blc:active {
  transform: rotate(180deg) scale(0.95) !important;
}
.blc img {
  width: 31.05px;
  height: 31.05px;
}
.swiper {
  overflow: visible !important;
}
.culture__document-card {
  box-sizing: border-box;
  background-color: #65ac1e;
  padding: 16px;
  border-radius: 24px !important;
  height: 100%;
}
.culture__document-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (min-width: 1440px) and (max-width: 1920px) {
  .culture__document-card__content {
    gap: 25px;
  }
}
.culture__document-card__header {
  margin-bottom: 12px;
}
.culture__document-card__button {
  border-radius: 10px;
  width: 100%;
  height: 48px;
  background-color: #65ac1e;
  border: none;
  margin-top: auto;
}
.culture__document-card__button:hover {
  background-color: hsl(90, 70.297029703%, 29.6078431373%);
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .culture__document-card {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .culture__document-card {
    width: 100%;
    padding: 24px;
  }
}
@media (min-width: 1920px) {
  .culture__document-card {
    padding: 28px;
  }
  .culture__document-card__button {
    height: 69px;
  }
}
.schema__grid__wrapper {
  display: flex;
  gap: 4px;
  overflow: visible;
  background: #fff;
}
.schema__grid-area {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  --schema-description-width: 96px;
}
.schema__descriptions {
  display: flex;
  gap: 4px;
  flex-direction: column;
  min-width: -moz-fit-content;
  min-width: fit-content;
  min-height: 100%;
}
.schema__description {
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 12px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px;
  text-align: center;
}
.schema__title {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .schema__title {
    margin-bottom: 24px;
  }
}
.schema__tabs {
  display: flex;
  margin-bottom: 8px;
}
@media (min-width: 1920px) {
  .schema__tabs {
    margin-bottom: 28px;
  }
}
.schema__tabs > .schema__outline {
  border-radius: 12px;
  padding: 4px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 4px;
  border: none;
}
@media (min-width: 1440px) {
  .schema__tabs > .schema__outline {
    gap: 0;
    border: 1px solid #dfdfdf;
  }
}
.schema__tabs__tab {
  box-sizing: border-box;
  border-radius: 12px;
  padding: 24px 32px;
  background: #fafafa;
}
@media (min-width: 1440px) {
  .schema__tabs__tab {
    background: rgba(0, 0, 0, 0);
  }
}
.schema__tabs__tab > * {
  color: #414141;
}
.schema__tabs__tab.active {
  background: #606060;
}
.schema__tabs__tab.active > * {
  color: #fff;
}
@media (min-width: 1440px) {
  .schema__tabs__tab {
    padding: 24px 60px;
  }
}
.schema__tab-content {
  display: none;
}
.schema__tab-content.active {
  display: block;
}
.schema {
  overflow: auto;
  scrollbar-gutter: stable;
  max-height: calc(97vh - 120px);
  margin-bottom: 16px;
  background: #fff;
  cursor: grab;
}
.schema:active {
  cursor: grabbing;
}
@media (min-width: 768px) {
  .schema {
    margin-bottom: 24px;
  }
}
.schema__content {
  position: relative;
  padding-bottom: 0;
  cursor: grab;
}
.schema__content:active {
  cursor: grabbing;
}
.schema__grid {
  display: grid;
  grid-template-columns: var(
    --column-widths,
    repeat(var(--cols), minmax(110px, 1fr))
  );
  grid-auto-rows: 1fr;
  grid-row-gap: 4px;
  position: relative;
  overflow: auto;
}
.schema__grid a,
.schema__grid button,
.schema__grid__item {
  cursor: pointer;
}
.schema__grid__item {
  position: relative;
  background: #add8e6;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-row: var(--row);
  grid-column: var(--col-start) / var(--col-end);
  margin-left: calc(var(--col-start-shift) * 1);
  margin-right: calc(var(--col-end-shift) * -1);
  z-index: 1;
  height: 56px;
  border-radius: 8px;
  text-decoration: none;
}
@media (min-width: 1440px) {
  .schema__grid__item {
    height: 76px;
  }
}
.schema__grid__item.green {
  background: #1f7a41;
}
.schema__grid__item.green.opacity {
  background: rgba(31, 122, 65, 0.6);
}
.schema__grid__item.red {
  background: #9f0030;
}
.schema__grid__item.red.opacity {
  background: rgba(159, 0, 48, 0.6);
}
.schema__grid__item.orange {
  background: #dca024;
}
.schema__grid__item.orange.opacity {
  background: rgba(220, 160, 36, 0.6);
}
.schema__grid__item.brick {
  background: #cc5656;
}
.schema__grid__item.brick.opacity {
  background: rgba(204, 86, 86, 0.6);
}
.schema__grid__item.blue {
  background: #21a0d2;
}
.schema__grid__item.blue.opacity {
  background: rgba(33, 160, 210, 0.6);
}
.schema__grid__item span {
  text-align: center;
}
.schema__column-widths {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  width: 0;
  height: 0;
  overflow: hidden;
}
.schema__cols {
  display: grid;
  grid-template-columns: var(
    --column-widths,
    repeat(var(--cols), minmax(110px, 1fr))
  );
  margin-top: 4px;
  text-align: center;
  position: sticky;
  bottom: 48px;
  left: 0;
  right: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0);
  align-self: flex-start;
}
.schema__phases[style*="display: none"] ~ .schema__cols {
  bottom: 4px;
}
.schema__cols .schema__col {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 12px;
  height: 44px;
}
@media (min-width: 1920px) {
  .product-card__content {
    gap: 14px !important;
  }
}
.schema__footnote {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .schema__footnote {
    margin-top: 24px;
  }
}
.schema__manual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.schema__manual-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.schema__manual-item-step {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #606060;
  min-height: 32px;
  min-width: 32px;
}
@media (min-width: 1920px) {
  .schema__manual-item-step {
    min-height: 40px;
    min-width: 40px;
  }
}
.schema__br {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin: 16px 0;
}
@media (min-width: 768px) {
  .schema__br {
    margin: 24px 0;
  }
}
.schema__history {
  display: flex;
  gap: 24px;
  align-items: center;
  overflow-x: auto;
}
.schema__history-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.schema__history-item > * {
  text-wrap: nowrap;
}
.history-item-color {
  min-height: 32px;
  min-width: 32px;
  border-radius: 8px;
  border: 2px solid;
}
.history-item-color.green {
  background: #1f7a41;
  border-color: #1f7a41;
}
.history-item-color.red {
  background: #9f0030;
  border-color: #9f0030;
}
.history-item-color.orange {
  background: #dca024;
  border-color: #dca024;
}
.history-item-color.brick {
  background: #cc5656;
  border-color: #cc5656;
}
.history-item-color.blue {
  background: #21a0d2;
}
@media (min-width: 1920px) {
  .history-item-color {
    min-height: 40px;
    min-width: 40px;
  }
}
.schema__grid__products {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px;
  position: sticky;
  left: 0;
  will-change: transform;
  z-index: 10;
  background: #fff;
  align-self: stretch;
  padding-right: 4px;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  contain: layout style paint;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}
.products__phase {
  display: flex;
  gap: 4px;
  width: 100%;
}
.products__phase.mode-small .phase {
  height: 42px;
  min-height: 42px;
  padding: 0 8px;
}
.products__phase.end {
  position: absolute;
  width: 160px;
  bottom: 0;
  align-self: flex-end;
}
.products__phase.end .phase {
  width: 100%;
  min-width: 160px;
  height: 100%;
  min-height: 44px;
  padding: 0;
  text-align: center;
}
.products__phase.end.mode-small .phase {
  min-height: 42px;
}
.products__phase .phase {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #606060;
  padding: 10px;
  border-radius: 8px;
}
.products__phase .products {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.products__phase .products .product {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 56px;
  border-radius: 8px;
  text-align: center;
}
@media (min-width: 1440px) {
  .products__phase .products .product {
    height: 76px;
  }
}
.products__phase .products .product.double {
  height: 116px;
}
@media (min-width: 1440px) {
  .products__phase .products .product.double {
    height: 156px;
  }
}
.products__phase .products .product img {
  height: 18px;
}
.products__phase .products .product.green {
  background: #1f7a41;
}
.products__phase .products .product.red {
  background: #9f0030;
}
.products__phase .products .product.orange {
  background: #dca024;
}
.products__phase .products .product.brick {
  background: #cc5656;
}
.products__phase .products .product.blue {
  background: #21a0d2;
}
.schema__image {
  border-radius: 12px;
}
.schema__image img {
  width: 100%;
}
.schema__grid__columns-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4px;
  display: grid;
  grid-template-columns: var(
    --column-widths,
    repeat(var(--cols), minmax(110px, 1fr))
  );
  grid-auto-rows: 100%;
  pointer-events: none;
  z-index: 0;
}
.schema__grid__columns-bg div {
  border: 1px solid #ededed;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0);
}
.schema__phases {
  position: sticky;
  bottom: 4px;
  left: 0;
  right: 0;
  z-index: 5;
  margin-top: 4px;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  align-self: flex-start;
}
.schema__phases .schema__phase {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  border: 1px solid #ededed;
  border-radius: 12px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-wrap: balance;
  margin: 0;
  left: var(--phase-left, 0);
  width: var(--phase-width, 0);
}
.schema__phases .schema__phase + .schema__phase {
  border-left: none;
}
.culture__text-content > * {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0;
  font-size: 16px;
  flex: 1;
}
@media (min-width: 768px) {
  .culture__text-content > * {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content > * {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content > * {
    font-size: 22px;
  }
}
.culture__text-content {
  color: #414141;
}
@media (min-width: 1440px) {
  .culture__text-content {
    color: #000;
  }
}
.culture__text-content ul,
.culture__text-content ol {
  list-style-position: outside;
  padding-left: 1.2em;
  margin: 0;
}
.culture__text-content ul {
  list-style-type: disc;
}
.culture__text-content ol {
  list-style-type: decimal;
}
.culture__text-content ul li {
  list-style-type: disc;
  display: list-item;
}
.culture__text-content ol li {
  list-style-type: decimal;
  display: list-item;
}
.culture__text-content h1 {
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .culture__text-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content h1 {
    font-size: 64px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content h1 {
    font-size: 80px;
  }
}
.culture__text-content h2 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .culture__text-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content h2 {
    font-size: 46px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content h2 {
    font-size: 54px;
  }
}
.culture__text-content h3 {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .culture__text-content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content h3 {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content h3 {
    font-size: 48px;
  }
}
.culture__text-content h4 {
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .culture__text-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content h4 {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content h4 {
    font-size: 36px;
  }
}
.culture__text-content h5 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .culture__text-content h5 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content h5 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content h5 {
    font-size: 28px;
  }
}
.culture__text-content h6 {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .culture__text-content h6 {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .culture__text-content h6 {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .culture__text-content h6 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  tr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* End */
/* /local/templates/basf_new/components/bitrix/news.detail/cultures/style.css?177624480520860 */
