.nontoxic__holder {
  width: 100%;
  padding: 40px 20px;
}
@media all and (min-width: 1080px) {
  .nontoxic__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 28px;
  }
}
@media all and (min-width: 1280px) {
  .nontoxic__holder {
    padding: 80px 60px;
  }
}
.nontoxic__holder-block {
  width: 100%;
}
@media all and (min-width: 1080px) {
  .nontoxic__holder-block-scroll {
    max-height: 658px;
    overflow: auto;
  }
}
.nontoxic__holder-block-scroll::-webkit-scrollbar {
  display: none;
}
@media all and (min-width: 1080px) {
  .nontoxic__holder-block--left {
    width: 46%;
    max-width: 602px;
  }
}
.nontoxic__holder-block--right {
  margin-top: 28px;
}
@media all and (min-width: 1080px) {
  .nontoxic__holder-block--right {
    margin-top: 0;
    max-width: 618px;
  }
}
.nontoxic__holder-block--right .nontoxic__holder-step-check {
  pointer-events: none;
}
.nontoxic__holder-step {
  width: 100%;
  display: none;
}
@media all and (min-width: 1080px) {
  .nontoxic__holder-step {
    display: block;
  }
}
.nontoxic__holder-step.active {
  display: block;
}
.nontoxic__holder-step-tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  min-height: 40px;
}
@media all and (min-width: 1080px) {
  .nontoxic__holder-step-tab {
    display: none;
  }
}
.nontoxic__holder-step-tab-title {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f39810;
  opacity: 0.4;
  font: 600 10px/100% "Rubik", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.nontoxic__holder-step-tab-title:not(.active):hover {
  opacity: 1;
}
.nontoxic__holder-step-tab-title.active {
  width: 40px;
  height: 40px;
  font-size: 20px;
  opacity: 1;
  pointer-events: none;
}
.nontoxic__holder-step-wrap {
  width: 100%;
  counter-reset: holder-step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}
.nontoxic__holder-step-wrap.flew-row-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.nontoxic__holder-step-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  border: 3px solid transparent;
  border-radius: 16px;
  padding: 20px;
  background-color: #f8ebd8;
  overflow: hidden;
  cursor: pointer;
}
.nontoxic__holder-step-check:not(:last-child) {
  margin-bottom: 8px;
}
@media all and (min-width: 1280px) {
  .nontoxic__holder-step-check:not(:last-child) {
    margin-bottom: 16px;
  }
}
.nontoxic__holder-step-check::after {
  content: "";
  display: block;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: #e1e1e1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.nontoxic__holder-step-check .nontoxic__text-20 {
  font-weight: 600;
  color: #f39810;
}
.nontoxic__holder-step-check.success {
  border-color: #f39810;
}
.nontoxic__holder-step-check.success::after {
  background-image: url(/resources/img/nontoxic/icon-check-active.svg);
}
.nontoxic__holder-step-check.error {
  border-color: #a8452b;
}
.nontoxic__holder-step-check.error .nontoxic__text-20 {
  color: #a8452b;
}
.nontoxic__holder-step-check.error::after {
  background-image: url(/resources/img/nontoxic/icon-error-active.svg);
}
.nontoxic__holder-step-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  color: #421b11;
  margin-bottom: 20px;
}
@media all and (min-width: 1280px) {
  .nontoxic__holder-step-top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media all and (min-width: 1080px) {
  .nontoxic__holder-step-top::before {
    counter-increment: holder-step;
    content: counter(holder-step);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f39810;
    font: 600 20px/130% "Rubik", sans-serif;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
  }
}

@media all and (min-width: 1120px) {
  .nontoxic-okruzhenie .nontoxic__hero-dots {
    margin: 10px 0 20px 0;
  }
}
@media all and (min-width: 1120px) {
  .nontoxic-okruzhenie .wider-parent {
    font-size: clamp(38px, 3.34vw, 46px);
    line-height: clamp(38.4px, 3.7vw, 50.8px);
  }
}
@media all and (min-width: 1820px) {
  .nontoxic-okruzhenie .wider-parent {
    font-size: 48px;
    line-height: 52.8px;
  }
}
@media all and (min-width: 1440px) {
  .nontoxic-okruzhenie .nontoxic__hero-dots {
    margin: 10px 0 40px 0;
  }
}
@media all and (min-width: 1440px) {
  .nontoxic-okruzhenie .nontoxic__hero-grid-inner {
    width: 106%;
    -webkit-transform: translateX(-46%);
    -ms-transform: translateX(-46%);
    transform: translateX(-46%);
  }
}
.nontoxic-okruzhenie .nontoxic__hero-content {
  padding-right: 8px;
}
.nontoxic-okruzhenie .nontoxic__hero-content .nontoxic__text-20 {
  letter-spacing: -1.1px;
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations .--scroll.height-590 {
    max-height: 590px;
  }
}
.nontoxic-okruzhenie .nontoxic__recommendations-figure.desc {
  display: none;
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-figure.desc {
    display: block;
  }
}
.nontoxic-okruzhenie .nontoxic__recommendations-item-figure {
  width: 100%;
  max-width: 540px;
  border-radius: 16px;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-item-figure {
    display: none;
  }
}
.nontoxic-okruzhenie .nontoxic__recommendations-item-figure:not(:first-child) {
  margin-top: 20px;
}
@media all and (max-width: 1079px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-item.bg-none {
    border: 2px solid #f6f3ed;
    background-color: #fff;
  }
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-inner.al-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-inner.al-stretch .nontoxic__recommendations-block {
    height: 100%;
  }
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-inner.al-stretch .nontoxic__assessment {
    margin-top: auto;
  }
}
.nontoxic-okruzhenie .nontoxic__recommendations-text-icon {
  margin-bottom: 28px;
}
@media all and (min-width: 1080px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-text-icon {
    letter-spacing: -0.01em;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1280px) {
  .nontoxic-okruzhenie .nontoxic__recommendations-bordered-content.padding-20-30 {
    padding: 20px 30px;
  }
}
@media all and (min-width: 1120px) {
  .nontoxic-okruzhenie .nontoxic__help-internal-pages-info-cont {
    max-width: 1240px;
    z-index: 0;
  }
}
@media all and (min-width: 1120px) {
  .nontoxic-okruzhenie .nontoxic__help-internal-pages-info-cont::after {
    -webkit-transform: translate(-108%, -92%) rotate(180deg);
    -ms-transform: translate(-108%, -92%) rotate(180deg);
    transform: translate(-108%, -92%) rotate(180deg);
    z-index: -1;
  }
}
@media all and (min-width: 1120px) {
  .nontoxic-okruzhenie .nontoxic__help-internal-pages-head::after {
    right: initial;
    left: 0;
  }
}

@media all and (min-width: 560px) {
  .nontoxic__module-card {
    min-height: 162px;
  }
}
.nontoxic__module-card:nth-child(1)::after {
  background-image: url(/resources/img/nontoxic/module-okruzhenie1.jpg);
}
.nontoxic__module-card:nth-child(2)::after {
  background-image: url(/resources/img/nontoxic/module-okruzhenie2.jpg);
}
.nontoxic__module-card:nth-child(3)::after {
  background-image: url(/resources/img/nontoxic/module-okruzhenie3.jpg);
}
.nontoxic__module-card:nth-child(4)::after {
  background-image: url(/resources/img/nontoxic/module-okruzhenie4.jpg);
}

.nontoxic__media-block-image.environment-impact {
  background-image: url(/resources/img/nontoxic/media-block-environment-impact-xs.png);
}
@media all and (min-width: 1280px) {
  .nontoxic__media-block-image.environment-impact {
    background-image: url(/resources/img/nontoxic/media-block-environment-impact.png);
  }
}
.nontoxic__media-block-image.ocherchivanie-granits-druzhby {
  background-image: url(/resources/img/nontoxic/media-block-ocherchivanie-granits-druzhby-xs.png);
}
@media all and (min-width: 1280px) {
  .nontoxic__media-block-image.ocherchivanie-granits-druzhby {
    background-image: url(/resources/img/nontoxic/media-block-ocherchivanie-granits-druzhby.png);
  }
}
.nontoxic__media-block-image.otlichiya-druzey {
  background-image: url(/resources/img/nontoxic/media-block-otlichiya-druzey-xs.png);
}
@media all and (min-width: 1280px) {
  .nontoxic__media-block-image.otlichiya-druzey {
    background-image: url(/resources/img/nontoxic/media-block-otlichiya-druzey.png);
  }
}
.nontoxic__media-block-image.granitsy-na-rabote {
  background-image: url(/resources/img/nontoxic/media-block-granitsy-na-rabote-xs.png);
}
@media all and (min-width: 1280px) {
  .nontoxic__media-block-image.granitsy-na-rabote {
    background-image: url(/resources/img/nontoxic/media-block-granitsy-na-rabote.png);
  }
}
@media all and (min-width: 768px) {
  .nontoxic__media-block-cont {
    max-width: 680px;
  }
}
.nontoxic__media-block .nontoxic__bulleted-list {
  padding-top: 8px;
}

.modal-content__control-responsibility-img.desc {
  display: none;
}
@media all and (min-width: 768px) {
  .modal-content__control-responsibility-img.desc {
    display: inline-block;
  }
}
@media all and (min-width: 768px) {
  .modal-content__control-responsibility-img.mobile {
    display: none;
  }
}

.modal-content__block-horizontal-row {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}
@media all and (min-width: 1280px) {
  .modal-content__block-horizontal-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media all and (min-width: 1280px) {
  .modal-content__block-horizontal-row .modal-content__reaction-to-behavior-child-step {
    width: 376px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 1280px) {
  .modal-content__block-horizontal-row .modal-content__reaction-to-behavior-child-check {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.modal-content__block-horizontal-row .modal-content__reaction-to-behavior-child-check .nontoxic__text-20 {
  font-weight: 600;
}
.modal-content__block-horizontal-row .modal-content__block-horizontal-row-separator {
  width: 100%;
  min-width: 100%;
  height: 2px;
  background-color: #f6f3ed;
}
@media all and (min-width: 1280px) {
  .modal-content__block-horizontal-row .modal-content__block-horizontal-row-separator {
    min-width: 2px;
    max-width: 2px;
    height: 100%;
  }
}

.nontoxic__recommendations-list-count {
  counter-reset: list-counter;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media all and (min-width: 1280px) {
  .nontoxic__recommendations-list-count {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.nontoxic__recommendations-list-count-item {
  width: 100%;
  padding: 24px 20px;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .nontoxic__recommendations-list-count-item {
    max-width: 738px;
    min-width: 738px;
    padding: 30px 40px;
  }
}
.nontoxic__recommendations-list-count-item .nontoxic__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
@media all and (min-width: 1280px) {
  .nontoxic__recommendations-list-count-item .nontoxic__text {
    gap: 18px;
  }
}
.nontoxic__recommendations-list-count-item .nontoxic__text::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
  background-color: #f39810;
  border-radius: 50%;
}
@media all and (min-width: 1280px) {
  .nontoxic__recommendations-list-count-item .nontoxic__text::before {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.nontoxic__recommendations-list-count-sublist {
  width: 100%;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media all and (min-width: 1280px) {
  .nontoxic__recommendations-list-count-sublist {
    margin-top: 28px;
    gap: 28px;
  }
}
.nontoxic__recommendations-list-count-sublist-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  color: #421b11;
}
.nontoxic__recommendations-list-count-sublist-item::before {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  background-color: #f39810;
  border-radius: 50%;
  margin-top: 4px;
}

@media all and (min-width: 1280px) {
  .nontoxic__button.mt-30 {
    margin-top: 30px;
  }
}
