@charset "UTF-8";
/* стили применяются на всех страницах раздела время действовать*/
html {
    background-color: #f8ebd8;
}

.section-anime {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    /* Смещаем вниз */
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    /* Плавный переход */
}

.section-anime.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    /* Возвращаем на место */
}

.nontoxic {
    counter-reset: media-block-counter;
}
.nontoxic__section {
    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;
    border-radius: 16px;
    background-color: #fff;
    margin-top: clamp(8px, 2.45vw, 20px);
    overflow: hidden;
}
.nontoxic__section.br-r-bottom0 {
    border-radius: 16px 16px 0 0;
}
.nontoxic__section.br-r-top0 {
    border-radius: 0 0 16px 16px;
    margin-top: 0;
}
.nontoxic__section.color-brown {
    background-color: #71473b;
}
.nontoxic__section-inner {
    width: 100%;
    padding: clamp(36px, 5vw, 76px) clamp(20px, 5vw, 60px);
}
.nontoxic__h1 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 6vw, 48px);
    line-height: clamp(26.4px, 6.6vw, 52.8px);
    letter-spacing: -0.04em;
    margin-bottom: clamp(20px, 6vw, 28px);
}
.nontoxic__h1.mb-0 {
    margin-bottom: 0;
}
.nontoxic__h1.mb-12 {
    margin-bottom: 12px;
}
.nontoxic__h2 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 6vw, 48px);
    line-height: clamp(26.4px, 6.6vw, 52.8px);
    letter-spacing: -0.05em;
}
.nontoxic__h3 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 4.8vw, 38px);
    line-height: clamp(26.4px, 5.2vw, 41.8px);
    letter-spacing: -0.04em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nontoxic__h4 {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: clamp(16px, 3.8vw, 18px);
    line-height: clamp(22.4px, 5.2vw, 25.2px);
}
.nontoxic__txt-nowrap {
    white-space: nowrap;
}
.nontoxic__text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 24px);
    line-height: clamp(22.4px, 4.19vw, 33.6px);
    color: #421b11;
}
.nontoxic__text.smal {
    font-size: clamp(14px, 3vw, 24px);
    line-height: clamp(19.6px, 4.19vw, 33.6px);
}
.nontoxic__sup {
    margin-left: -0.3em;
    -webkit-transform: translateY(0.2em);
    -ms-transform: translateY(0.2em);
    transform: translateY(0.2em);
    position: relative;
    display: inline-block;
    font-size: 0.7em;
}
.nontoxic__text-20 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 20px);
    line-height: clamp(22.4px, 4.19vw, 28px);
    color: #421b11;
}
.nontoxic__text-18 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3.8vw, 18px);
    line-height: clamp(22.4px, 5.2vw, 25.2px);
}
.nontoxic__text-16 {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #421b11;
}
.nontoxic__txt-center {
    text-align: center;
}
.nontoxic .--color-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#421b11), to(#a8452b));
    background: linear-gradient(180deg, #421b11 0%, #a8452b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nontoxic .--color-yellow {
    color: #f39810;
}
.nontoxic .--color-white {
    color: #fff;
}
.nontoxic .--color-red {
    color: #a8452b;
}
.nontoxic__assessment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.nontoxic__assessment.mt-60 {
    margin-top: 28px;
}
@media all and (min-width: 1120px) {
    .nontoxic__assessment.mt-60 {
        margin-top: 60px;
    }
}
.nontoxic__assessment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    overflow: hidden;
}
.nontoxic__assessment-item:not(:last-child):not(.mt0) {
    margin-top: 8px;
}
@media all and (min-width: 1120px) {
    .nontoxic__assessment-item:not(:last-child):not(.mt0) {
        margin-top: 10px;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__assessment-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }
}
.nontoxic__assessment-item.--bg-gray {
    background-color: #f0f0f0;
}
.nontoxic__assessment-item.--bg-yellow-light {
    background-color: #f8ebd8;
}
.nontoxic__assessment-item .nontoxic__button {
    max-width: 100%;
}
@media all and (min-width: 1120px) {
    .nontoxic__assessment-item .nontoxic__button {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}
.nontoxic__assessment-box {
    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: 3px;
}
@media all and (min-width: 1120px) {
    .nontoxic__assessment-box {
        gap: 6px;
    }
}
.nontoxic__assessment-subject {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 3vw, 20px);
    line-height: clamp(17.6px, 4.19vw, 22px);
    letter-spacing: 0.03em;
    color: #f39810;
}
.nontoxic__button {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    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;
    border-radius: 10px;
    padding: 16px 30px;
    background: #f39810;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 19.8px;
    letter-spacing: 0.03em;
    color: #fff;
    overflow: hidden;
}
.nontoxic__button.width-144 {
    min-width: 144px;
}
.nontoxic__button.mobile-full-width {
    max-width: 100%;
}
@media all and (min-width: 1080px) {
    .nontoxic__button.mobile-full-width {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }
}
.nontoxic__bulleted-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
}
@media all and (min-width: 1280px) {
    .nontoxic__bulleted-list {
        gap: 20px;
    }
}
.nontoxic__bulleted-list-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: clamp(8px, 3vw, 12px);
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 20px);
    line-height: clamp(22.4px, 4.19vw, 28px);
    color: #421b11;
}
.nontoxic__bulleted-list-item::before {
    content: "";
    width: clamp(13px, 3vw, 16px);
    min-width: clamp(13px, 3vw, 16px);
    height: clamp(13px, 3vw, 16px);
    background-color: #f39810;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.nontoxic .tooltip-inside-text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block;
    line-height: 110%;
}
.nontoxic .m-t20-b60 {
    margin-top: 16px;
    margin-bottom: 28px;
}
@media all and (min-width: 1440px) {
    .nontoxic .m-t20-b60 {
        margin-top: 20px;
        margin-bottom: 60px;
    }
}
.nontoxic .m-b10-l0 {
    margin: 0 0 10px 0;
}

/* Стили для первой секции */
.nontoxic__hero {
    width: 100%;
}
.nontoxic__hero-inner {
    width: 100%;
    max-width: 1400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}
@media all and (min-width: 1280px) {
    .nontoxic__hero-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.nontoxic__hero-grid {
    width: 100%;
    max-width: 668px;
    min-width: 49%;
    height: clamp(430px, 101vw, 606px);
    min-height: 430px;
    max-height: 606px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
@media all and (max-width: 359px) {
    .nontoxic__hero-grid {
        height: clamp(350px, 118vw, 430px);
        min-height: 350px;
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__hero-grid {
        max-width: 678px;
    }
}
.nontoxic__hero-grid-inner {
    position: absolute;
    width: 120%;
    height: 100%;
    top: -2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media all and (min-width: 685px) {
    .nontoxic__hero-grid-inner {
        width: 117%;
    }
}
.nontoxic__hero-row {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 8px;
    position: relative;
    height: 100%;
    z-index: 0;
    height: clamp(430px, 101vw, 606px);
    min-height: 430px;
    max-height: 606px;
}
@media all and (max-width: 359px) {
    .nontoxic__hero-row {
        height: clamp(350px, 118vw, 430px);
        min-height: 350px;
    }
}
@media all and (min-width: 672px) {
    .nontoxic__hero-row {
        -webkit-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        transform: translateY(-18%);
    }
}
.nontoxic__hero-row.row1 .nontoxic__hero-col-wrap.left:nth-child(2)::before {
    background-image: url("/resources/img/nontoxic/hexagon4.png");
}
.nontoxic__hero-row.row1 .nontoxic__hero-col-wrap.left:nth-child(3)::before {
    background-image: url("/resources/img/nontoxic/hexagon9.png");
}
.nontoxic__hero-row.row1 .nontoxic__hero-col-wrap.left:nth-child(4)::before {
    background-image: url("/resources/img/nontoxic/hexagon14.png");
}
@media all and (min-width: 1280px) {
    .nontoxic__hero-row.row1 .nontoxic__hero-col-wrap.left::before {
        display: none;
    }
}
.nontoxic__hero-row.row3 .nontoxic__hero-col-wrap.right::before {
    -webkit-transform: translate(77%, -50%);
    -ms-transform: translate(77%, -50%);
    transform: translate(77%, -50%);
    background-position: left center;
}
.nontoxic__hero-row.row3 .nontoxic__hero-col-wrap.right:nth-child(2)::before {
    background-image: url("/resources/img/nontoxic/hexagon8.png");
}
.nontoxic__hero-row.row3 .nontoxic__hero-col-wrap.right:nth-child(3)::before {
    background-image: url("/resources/img/nontoxic/hexagon13.png");
}
.nontoxic__hero-row.row3 .nontoxic__hero-col-wrap.right:nth-child(4)::before {
    background-image: url("/resources/img/nontoxic/hexagon17.png");
}
@media all and (min-width: 1280px) {
    .nontoxic__hero-row.row3 .nontoxic__hero-col-wrap.right::before {
        display: block;
    }
}
.nontoxic__hero-row.col3-04 {
    grid-template-rows: 0.4fr 1fr 1fr 1fr;
}
.nontoxic__hero-row.aspect-ratio .nontoxic__hero-col:not(.height-50) {
    aspect-ratio: 1/0.87;
}
.nontoxic__hero-row.translyteX {
    -webkit-transform: translateX(23%);
    -ms-transform: translateX(23%);
    transform: translateX(23%);
}
@media all and (min-width: 580px) and (max-width: 931px) {
    .nontoxic__hero-row.translyteX {
        -webkit-transform: translate(22%, -18%);
        -ms-transform: translate(22%, -18%);
        transform: translate(22%, -18%);
    }
}
@media all and (min-width: 1132px) {
    .nontoxic__hero-row.translyteX {
        -webkit-transform: translate(22%, -18%);
        -ms-transform: translate(22%, -18%);
        transform: translate(22%, -18%);
    }
}
.nontoxic__hero-row.translyteY {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
@media all and (min-width: 580px) and (max-width: 931px) {
    .nontoxic__hero-row.translyteY {
        -webkit-transform: translateY(calc(-18% + 2px));
        -ms-transform: translateY(calc(-18% + 2px));
        transform: translateY(calc(-18% + 2px));
    }
}
@media all and (min-width: 1132px) {
    .nontoxic__hero-row.translyteY {
        -webkit-transform: translateY(calc(-18% + 2px));
        -ms-transform: translateY(calc(-18% + 2px));
        transform: translateY(calc(-18% + 2px));
    }
}
.nontoxic__hero-row.translyteX-negative {
    -webkit-transform: translateX(-23%);
    -ms-transform: translateX(-23%);
    transform: translateX(-23%);
}
@media all and (min-width: 580px) and (max-width: 931px) {
    .nontoxic__hero-row.translyteX-negative {
        -webkit-transform: translate(-22%, -18%);
        -ms-transform: translate(-22%, -18%);
        transform: translate(-22%, -18%);
    }
}
@media all and (min-width: 1132px) {
    .nontoxic__hero-row.translyteX-negative {
        -webkit-transform: translate(-22%, -18%);
        -ms-transform: translate(-22%, -18%);
        transform: translate(-22%, -18%);
    }
}
.nontoxic__hero-col {
    max-width: clamp(113.66px, 38vw, 266.66px);
    max-height: 100%;
    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;
    top: 0;
    z-index: 0;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    z-index: 0;
}
.nontoxic__hero-col.animate-active::before {
    opacity: 0;
}
.nontoxic__hero-col.animate-active .nontoxic__hero-col-inner {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.nontoxic__hero-col::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.nontoxic__hero-col-wrap {
    position: relative;
}
.nontoxic__hero-col-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    -webkit-transform: translate(-78%, -50%);
    -ms-transform: translate(-78%, -50%);
    transform: translate(-78%, -50%);
}
@media all and (min-width: 685px) {
    .nontoxic__hero-col-wrap::before {
        display: none;
    }
}
.nontoxic__hero-col.height-50 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.nontoxic__hero-col-inner {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nontoxic__hero-content {
    padding: 35px 20px 50px 20px;
}
@media all and (min-width: 1280px) {
    .nontoxic__hero-content {
        max-width: 722px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .nontoxic__hero-content:not(.not-bg-icons)::before, .nontoxic__hero-content:not(.not-bg-icons)::after {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .nontoxic__hero-content::before {
        width: 95px;
        min-width: 95px;
        height: 99px;
        background-image: url("/resources/img/nontoxic/icon-top.svg");
        top: 12px;
        left: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
    .nontoxic__hero-content::after {
        width: 108px;
        min-width: 108px;
        height: 140px;
        background-image: url("/resources/img/nontoxic/icon-bottom.svg");
        bottom: 38px;
        right: 0;
        -webkit-transform: translateX(-5rem);
        -ms-transform: translateX(-5rem);
        transform: translateX(-5rem);
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__hero-content {
        padding: 35px 60px 50px 60px;
    }
}
.nontoxic__hero-content-center {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
@media all and (min-width: 932px) {
    .nontoxic__hero-content-center {
        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;
    }
}
.nontoxic__hero-dots {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin: 4px 0 20px 0;
}
@media all and (min-width: 1120px) {
    .nontoxic__hero-dots {
        margin: 10px 0 40px 0;
    }
}
.nontoxic__hero-dot {
    width: 12px;
    min-width: 12px;
    height: 6px;
    background: rgba(216, 100, 36, 0.2);
}
@media all and (min-width: 1120px) {
    .nontoxic__hero-dot {
        width: 14px;
        min-width: 14px;
    }
}
.nontoxic__hero-dot.current {
    width: 35px;
    min-width: 35px;
    height: 6px;
    background: #d86424;
}
@media all and (min-width: 1120px) {
    .nontoxic__hero-dot.current {
        width: 44px;
        min-width: 44px;
    }
}
.nontoxic__hero-title {
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    font-size: clamp(39.13px, 6vw, 74px);
    line-height: clamp(43.04px, 6vw, 81.4px);
    letter-spacing: -0.04em;
    background: -webkit-gradient(linear, left top, left bottom, from(#421b11), to(#a8452b));
    background: linear-gradient(180deg, #421b11 0%, #a8452b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: clamp(7.4px, 6vw, 28px);
}
.nontoxic__hero-title .color {
    color: #f39810;
    -webkit-text-fill-color: initial;
}
.nontoxic__hero-sub-title {
    font-weight: 300;
    font-family: "Rubik", sans-serif;
    font-size: clamp(24.9px, 6vw, 46px);
    line-height: clamp(27.39px, 6vw, 50.6px);
    letter-spacing: -0.04em;
    color: #71473b;
}
.nontoxic__hero-arrow {
    display: none;
}
@media all and (min-width: 1280px) {
    .nontoxic__hero-arrow {
        display: block;
        width: 80px;
        min-width: 80px;
        height: 80px;
        background-image: url("/resources/img/nontoxic/arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-top: auto;
    }
}

/* END стили для первой секции */
.nontoxic__help {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 12px 0 20px 0;
}
@media all and (min-width: 1120px) {
    .nontoxic__help {
        padding: 20px 0 0 0;
    }
}
.nontoxic__help::before {
    content: "";
    width: 100%;
    height: 21.3%;
    border-radius: 0 0 16px 16px;
    background-color: #71473b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media all and (min-width: 520px) {
    .nontoxic__help::before {
        height: 25.3%;
    }
}
@media all and (min-width: 768px) {
    .nontoxic__help::before {
        height: 29.3%;
    }
}
@media all and (min-width: 805px) {
    .nontoxic__help::before {
        height: 25.3%;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__help::before {
        height: 44.3%;
    }
}
.nontoxic__help-inner {
    width: 100%;
    padding-right: 20px;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-inner {
        padding: 0 10px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__help-inner {
        padding: 0 20px;
    }
}
.nontoxic__help .nontoxic__h2 {
    letter-spacing: -0.03em;
    padding-left: 20px;
    color: #fff;
    text-align: center;
}
.nontoxic__help-cards {
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 8px;
    margin-top: 28px;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 37px;
    }
}
.nontoxic__help-card {
    width: calc(100% - 20px);
    height: 108px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-card {
        margin-top: 32px;
        width: calc(100% - 20px - 6.6666666667px);
        max-width: 220px;
        height: clamp(320px, 5vw, 380px);
    }
}
@media all and (max-width: 1119px) {
    .nontoxic__help-card:not(.disabled):hover {
        width: calc(100% - 10px);
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__help-card:not(.disabled):hover {
        margin-top: 0;
        height: calc(clamp(320px, 5vw, 380px) + clamp(18px, 1.7vw, 32px));
    }
}
.nontoxic__help-card:not(.disabled):hover .nontoxic__help-title {
    font-size: clamp(17px, 4.8vw, 21px);
    line-height: clamp(17px, 5.2vw, 21px);
    color: #f39810;
}
.nontoxic__help-card.disabled .nontoxic__help-link {
    pointer-events: none;
    position: relative;
}
.nontoxic__help-card.disabled .nontoxic__help-link::before {
    content: "Раздел в разработке";
    width: 95%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 4px 6px;
    border-radius: 8px;
    background-color: rgba(243, 152, 16, 0.5);
    color: #421b11;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    bottom: 4px;
    left: 12px;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-card.disabled .nontoxic__help-link::before {
        top: 50%;
        bottom: initial;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.nontoxic__help-card.disabled .nontoxic__help-figure,
.nontoxic__help-card.disabled .nontoxic__help-cont {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.nontoxic__help-link {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 2px 4px 10px 0 rgba(7, 7, 7, 0.06);
    box-shadow: 2px 4px 10px 0 rgba(7, 7, 7, 0.06);
    overflow: hidden;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-link {
        display: grid;
        grid-template-rows: 1fr auto;
    }
}
.nontoxic__help-figure {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 128px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure {
        background-position: bottom center;
    }
}
.nontoxic__help-figure.bg1 {
    background-image: url("/resources/img/nontoxic/help1-xs.jpg");
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure.bg1 {
        max-width: 100%;
        background-image: url("/resources/img/nontoxic/help1.jpg");
    }
}
.nontoxic__help-figure.bg2 {
    background-image: url("/resources/img/nontoxic/help2-xs.jpg");
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure.bg2 {
        max-width: 100%;
        background-image: url("/resources/img/nontoxic/help2.jpg");
    }
}
.nontoxic__help-figure.bg3 {
    background-image: url("/resources/img/nontoxic/help3-xs.jpg");
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure.bg3 {
        max-width: 100%;
        background-image: url("/resources/img/nontoxic/help3.jpg");
    }
}
.nontoxic__help-figure.bg4 {
    background-image: url("/resources/img/nontoxic/help4-xs.jpg");
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure.bg4 {
        max-width: 100%;
        background-image: url("/resources/img/nontoxic/help4.jpg");
    }
}
.nontoxic__help-figure.bg5 {
    background-image: url("/resources/img/nontoxic/help5-xs.jpg");
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure.bg5 {
        max-width: 100%;
        background-image: url("/resources/img/nontoxic/help5.jpg");
    }
}
.nontoxic__help-figure.bg6 {
    background-image: url("/resources/img/nontoxic/help6-xs.jpg");
}
@media all and (min-width: 1120px) {
    .nontoxic__help-figure.bg6 {
        max-width: 100%;
        background-image: url("/resources/img/nontoxic/help6.jpg");
    }
}
.nontoxic__help-cont {
    width: 55%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-cont {
        width: 100%;
        height: 11rem;
        padding: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__help-cont {
        height: 10rem;
    }
}
@media all and (min-width: 1300px) {
    .nontoxic__help-cont {
        height: 9rem;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__help-cont.internal-pages-cont--height {
        height: 9rem;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__help-cont.internal-pages-cont--height {
        height: 9rem;
    }
}
.nontoxic__help-title {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: clamp(16px, 5.2vw, 20px);
    color: #421b11;
    text-shadow: 5px 7px 22px rgba(7, 7, 7, 0.06);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-title {
        text-align: center;
    }
}
.nontoxic__help-tooltip {
    position: relative;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-tooltip {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.nontoxic__help-tooltip-wrap {
    position: absolute;
    padding: 10px 20px 0 10px;
    height: 100%;
    top: 0;
    left: 0;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-tooltip-wrap {
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        padding: 20px 20px 20px 24px;
    }
}
.nontoxic__help-tooltip-title {
    padding-left: 10px;
    font: 500 8px/8px "Rubik", sans-serif;
    color: #fff;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-tooltip-title {
        padding: 0;
    }
}
.nontoxic__help-tooltip-btn {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: url("/resources/img/nontoxic/icon-dots.svg");
    background-repeat: no-repeat;
    background-size: 16px 4px;
    background-position: center;
}
.nontoxic__help-tooltip-popup {
    position: absolute;
    width: calc(100% + 48px);
    max-width: 321px;
    min-width: 295px;
    bottom: 100%;
    left: 0;
    padding: 12px 22px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    overflow: hidden;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nontoxic__help-tooltip-popup.open {
    opacity: 1;
    visibility: visible;
    display: block;
}
@media all and (min-width: 420px) {
    .nontoxic__help-tooltip-popup {
        min-width: 321px;
        left: 100%;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__help-tooltip-popup {
        left: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
.nontoxic__help-tooltip-popup-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.nontoxic__help-tooltip-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -8px;
    right: -16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-tooltip-close {
        display: none;
    }
}
.nontoxic__help-tooltip-close::before, .nontoxic__help-tooltip-close::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #421b11;
    border-radius: 2px;
    overflow: hidden;
}
.nontoxic__help-tooltip-close::before {
    -webkit-transform: rotate(-45deg) translate(7px, 10px);
    -ms-transform: rotate(-45deg) translate(7px, 10px);
    transform: rotate(-45deg) translate(7px, 10px);
}
.nontoxic__help-tooltip-close::after {
    -webkit-transform: rotate(45deg) translate(-6px, 9px);
    -ms-transform: rotate(45deg) translate(-6px, 9px);
    transform: rotate(45deg) translate(-6px, 9px);
}
.nontoxic__help-tooltip-text {
    font: 400 12px/16.8px "Rubik", sans-serif;
    color: #421b11;
}

/* Секция "В этом модуле поговорим:" */
.nontoxic__module {
    width: 100%;
}
.nontoxic__module-inner {
    width: 100%;
    padding: clamp(36px, 5vw, 76px) clamp(20px, 5vw, 60px);
}
.nontoxic__module-cards {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    margin-top: clamp(28px, 5vw, 60px);
    counter-reset: module-card-counter;
}
@media all and (min-width: 1120px) {
    .nontoxic__module-cards {
        gap: 10px;
    }
}
.nontoxic__module-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    border-radius: 16px;
    padding: 22px 24px 22px 16px;
    background-color: #f0f0f0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media all and (min-width: 560px) {
    .nontoxic__module-card {
        width: 248px;
        min-height: 196px;
        padding: 20px 20px 25px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (min-width: 660px) {
    .nontoxic__module-card:not(.width-small) {
        width: 311px;
    }
}
.nontoxic__module-card::before {
    counter-increment: module-card-counter;
    /* Инкрементирует счётчик*/
    content: counter(module-card-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: 48px;
    min-width: 48px;
    height: 42px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    background-color: #f39810;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media all and (min-width: 660px) {
    .nontoxic__module-card::before {
        width: 45px;
        min-width: 45px;
        height: 39px;
        font-size: 21.99px;
        line-height: 28.59px;
    }
}
.nontoxic__module-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nontoxic__module-card:hover::before {
    -webkit-transform: scale(1.334);
    -ms-transform: scale(1.334);
    transform: scale(1.334);
}
.nontoxic__module-card:hover::after {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nontoxic__module .nontoxic__h4 {
    color: #421b11;
}

/* END Секция "В этом модуле поговорим:" */
.nontoxic__media-block {
    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;
    background-color: #fff;
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__media-block:not(.non-gap) {
        gap: 80px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block--image-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.nontoxic__media-block-image {
    width: 100%;
    aspect-ratio: 1/0.9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block-image {
        max-width: 512px;
    }
}
.nontoxic__media-block-body {
    width: 100%;
    padding: 36px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block-body {
        -ms-flex-item-align: center;
        align-self: center;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block-body.--right {
        padding: 36px 40px 36px 30px;
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__media-block-body.--right {
        padding: 60px 60px 60px 0;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block-body.--left {
        padding: 36px 30px 36px 40px;
        -ms-flex-item-align: center;
        align-self: center;
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__media-block-body.--left {
        padding: 60px 0 60px 60px;
    }
}
.nontoxic__media-block-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}
@media all and (min-width: 1080px) {
    .nontoxic__media-block-top.width-730 {
        max-width: 730px;
    }
}
.nontoxic__media-block-counter {
    width: 48px;
    min-width: 48px;
    height: 42px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    background-color: #f39810;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-top: 2px;
}
@media all and (min-width: 660px) {
    .nontoxic__media-block-counter {
        width: 60px;
        min-width: 60px;
        height: 52px;
        font-size: 21.99px;
        line-height: 28.59px;
        margin-top: 4px;
    }
}
.nontoxic__media-block-counter::before {
    counter-increment: media-block-counter;
    /* Инкрементирует счётчик*/
    content: counter(media-block-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: 100%;
    height: 100%;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
}
.nontoxic__media-block-cont {
    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: 768px) {
    .nontoxic__media-block-cont {
        max-width: 666px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__media-block-cont {
        padding-top: 28px;
        border-top: 2px solid #ededed;
    }
}
@media all and (min-width: 768px) {
    .nontoxic__media-block-cont.width-674 {
        max-width: 674px;
    }
}
@media all and (min-width: 768px) {
    .nontoxic__media-block-cont.width-684 {
        max-width: 684px;
    }
}

.nontoxic__recommendations.bg-brown {
    background-color: #71473b;
}
.nontoxic__recommendations-inner {
    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;
    gap: 28px;
    width: 100%;
    padding: 28px 20px 36px 20px;
    border-top: 2px solid #ededed;
}
.nontoxic__recommendations-inner.--revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-inner.--revers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-inner.desc-revers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.nontoxic__recommendations-inner.bt-none {
    border-top: none;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-inner {
        padding: 80px 60px 46px 60px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-inner.pt-54 {
        padding-TOP: 54px;
    }
}
.nontoxic__recommendations-figure {
    width: 100%;
    max-width: 414px;
    border-radius: 16px;
    overflow: hidden;
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-figure.mb-al-end {
        margin-bottom: 28px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
.nontoxic__recommendations-content {
    width: 100%;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-content {
        max-width: 738px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-content.width-808 {
        max-width: 808px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-content-scroll {
        height: 100%;
        max-height: 520px;
        overflow: auto;
    }
    .nontoxic__recommendations-content-scroll::-webkit-scrollbar {
        display: none;
    }
}
.nontoxic__recommendations-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.nontoxic__recommendations-block:not(.mb-0):first-child {
    margin-bottom: 28px;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-block-inner {
        max-width: 738px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations .--scroll {
        height: 100%;
        max-height: 520px;
        overflow: auto;
    }
    .nontoxic__recommendations .--scroll::-webkit-scrollbar {
        display: none;
    }
}
.nontoxic__recommendations .--sticky {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}
.nontoxic__recommendations .--sticky:not(.--sticky-pb-0) {
    padding-bottom: 46px;
}
.nontoxic__recommendations-list {
    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;
    width: 100%;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list.height-for-scroll {
        min-height: 3000px;
    }
}
.nontoxic__recommendations-list.mt-20 {
    margin-top: 16px;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list.mt-20 {
        margin-top: 20px;
    }
}
.nontoxic__recommendations-list.mt-40 {
    margin-top: 16px;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list.mt-40 {
        margin-top: 40px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list.gap-10 {
        gap: 10px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list.gap-16 {
        gap: 16px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list.gap-20 {
        gap: 20px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-list.width-524 {
        max-width: 524px;
        min-width: 524px;
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__recommendations-list.wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px 10px;
    }
}
.nontoxic__recommendations-list-wrap {
    margin: 16px 0 28px 0;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list-wrap {
        margin: 46px 0;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list-wrap.mt0 {
        margin-top: 0;
    }
}
.nontoxic__recommendations-list-wrap.margin-0 {
    margin: 0;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-list-wrap.margin-0 {
        margin: 0;
    }
}
.nontoxic__recommendations-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: clamp(8px, 3vw, 12px);
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    background-color: #f0f0f0;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 24px);
    line-height: clamp(22.4px, 4.19vw, 33.6px);
    color: #421b11;
    overflow: hidden;
}
.nontoxic__recommendations-item.bg-brown {
    background-color: #7E574C;
}
.nontoxic__recommendations-item::before {
    content: "";
    width: clamp(13px, 3vw, 16px);
    min-width: clamp(13px, 3vw, 16px);
    height: clamp(13px, 3vw, 16px);
    background-color: #f39810;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.nontoxic__recommendations-item.marker-yellow::before {
    background-color: #ffd900;
}
.nontoxic__recommendations-item.marker-red::before {
    background-color: #e54a1b;
}
@media all and (min-width: 1440px) {
    .nontoxic__recommendations-item.width-50 {
        max-width: calc((100% - 10px) / 2);
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-item {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
@media all and (min-width: 1440px) {
    .nontoxic__recommendations-item.pr-50 {
        padding-right: 50px;
    }
}
.nontoxic__recommendations-bordered-content {
    width: 100%;
    border: 2px solid #f6f3ed;
    border-radius: 16px;
    padding: 16px;
    margin: 16px 0 28px 0;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bordered-content {
        margin: 19px 0 60px 0;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-bordered-content {
        padding: 30px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bordered-content.mb-20 {
        margin-bottom: 20px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bordered-content.mb-30 {
        margin-bottom: 30px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bordered-content.mb-40 {
        margin-bottom: 40px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bordered-content.mb-0 {
        margin-bottom: 0;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bordered-content.mt-40 {
        margin-top: 40px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-bordered-content.pr-26 {
        padding-right: 26px;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-bordered-content.pr-24 {
        padding-right: 24px;
    }
}
.nontoxic__recommendations-bg-content {
    width: 100%;
    border-radius: 16px;
    background-color: #7E574C;
    padding: 16px;
    margin: 16px 0 28px 0;
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bg-content {
        margin: 40px 0 100px 0;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-bg-content {
        padding: 30px;
    }
}
@media all and (min-width: 1080px) {
    .nontoxic__recommendations-bg-content.mb-36 {
        margin: 40px 0 36px 0;
    }
}
.nontoxic__recommendations-bg-content.mt-0 {
    margin-top: 0;
}
.nontoxic__recommendations-text-icon {
    width: 100%;
    border-radius: 16px;
    padding: 16px 20px 20px 20px;
    background-color: #f8ebd8;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-text-icon {
        padding: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px;
    }
}
.nontoxic__recommendations-text-icon::before {
    content: "";
    display: block;
    width: 39px;
    min-width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media all and (min-width: 1280px) {
    .nontoxic__recommendations-text-icon.al-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.nontoxic__recommendations-text-icon.icon-message::before {
    background-image: url(/resources/img/icon-message.svg);
}
.nontoxic__recommendations-text-icon.mt-20 {
    margin-top: 20px;
}

.nontoxic__help-internal-pages {
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    margin-top: clamp(8px, 2.45vw, 20px);
}
@media all and (min-width: 1120px) {
    .nontoxic__help-internal-pages {
        background-color: transparent;
    }
}
.nontoxic__help-internal-pages-inner {
    width: 100%;
}
.nontoxic__help-internal-pages-info {
    width: 100%;
    max-width: 1400px;
    padding: 40px 20px 16px 20px;
    overflow: hidden;
}
@media all and (min-width: 1024px) {
    .nontoxic__help-internal-pages-info {
        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;
        text-align: center;
        background-color: #fff;
        border-radius: 16px;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__help-internal-pages-info {
        min-height: 435px;
        padding: 80px 20px 118px 20px;
    }
}
.nontoxic__help-internal-pages-info-cont {
    width: 100%;
    max-width: 905px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(28px, 3.62vw, 52px);
}
@media all and (min-width: 1120px) {
    .nontoxic__help-internal-pages-info-cont {
        position: relative;
    }
    .nontoxic__help-internal-pages-info-cont::after {
        content: "";
        width: 126px;
        min-width: 126px;
        height: 163px;
        position: absolute;
        top: 100%;
        left: 100%;
        background-image: url(/resources/img/nontoxic/icon-bottom2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transform: translate(42%, -56%) rotate(180deg);
        -ms-transform: translate(42%, -56%) rotate(180deg);
        transform: translate(42%, -56%) rotate(180deg);
    }
}
.nontoxic__help-internal-pages-head {
    width: 100%;
    max-width: 100%;
    z-index: 0;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-internal-pages-head {
        position: relative;
    }
    .nontoxic__help-internal-pages-head::after {
        content: "";
        width: 150px;
        min-width: 150px;
        height: 156px;
        top: -18%;
        right: 100%;
        position: absolute;
        background-image: url(/resources/img/nontoxic/icon-top.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: -1;
    }
}
.nontoxic__help-internal-pages .nontoxic__help-inner {
    padding: 0 30px 36px 30px;
}
@media all and (min-width: 1120px) {
    .nontoxic__help-internal-pages .nontoxic__help-inner {
        padding: 0 20px 20px 20px;
        margin-top: -102px;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__help-internal-pages .nontoxic__help-cards {
        margin-top: 0;
    }
}
.nontoxic__help-internal-pages .nontoxic__text {
    color: #956c60;
}

.nontoxic__video-inner {
    width: 100%;
    padding: clamp(36px, 5vw, 76px) clamp(20px, 5vw, 60px);
    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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
@media all and (min-width: 1120px) {
    .nontoxic__video-inner {
        gap: 40px;
    }
}
.nontoxic__video-cont {
    width: 100%;
    max-width: 730px;
    text-align: center;
}
.nontoxic__video-cont.width-858 {
    max-width: 858px;
}
.nontoxic__video-video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.nontoxic__video-video-wrap {
    width: 100%;
    max-width: 847px;
    aspect-ratio: 1/0.5479;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.nontoxic__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 58px;
    min-width: 58px;
    height: 58px;
    background-image: url(/resources/img/icon-play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

/* модалка */
.open-modal {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(22, 22, 22, 0.3);
}
.modal-open {
    overflow: hidden;
}
.modal-dialog {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 95.74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: calc(100% - 3.5rem);
    position: relative;
    margin: 1.75rem auto;
}

.modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    padding: 56px 20px 36px 20px;
    border-radius: 16px;
    -webkit-box-shadow: 5px 7px 22px 0 rgba(7, 7, 7, 0.06);
    box-shadow: 5px 7px 22px 0 rgba(7, 7, 7, 0.06);
    background-color: #fff;
    position: relative;
}
.modal-content.bg-color--brown {
    background-color: #71473b;
}
@media all and (min-width: 1430px) {
    .modal-content.height-670 {
        min-height: 670px;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
    }
}
@media all and (min-width: 1430px) {
    .modal-content {
        min-height: 630px;
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content;
        padding: 36px 65px 46px 65px;
    }
}
@media all and (min-width: 1430px) {
    .modal-content.pl-33 {
        padding-left: 48px;
    }
}
@media all and (min-width: 1430px) {
    .modal-content.pl-33 .modal-content__right-scroll.--scroll-visible {
        max-width: 580px;
        padding-left: 32px;
    }
}
.modal-content__head {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.modal-content__head.--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-content__head.mb-22 {
    margin-bottom: 22px;
}
.modal-content__body {
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.modal-content__text-hint {
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 3vw, 18px);
    line-height: 120%;
    color: #956c60;
    margin: 0 auto;
}
.modal-content__text-hint.margin {
    margin: 10px 0 16px 0;
}
@media all and (min-width: 1430px) {
    .modal-content__text-hint.margin {
        margin: 16px 0 20px 0;
    }
}
.modal-content__text-hint:not(.not-icon) {
    padding-left: 27px;
    background-image: url(/resources/img/nontoxic/icon-hand-point.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 14px 17px;
}
@media all and (min-width: 1430px) {
    .modal-content__text-hint {
        background-size: 17px 20px;
    }
}
.modal-content__text-hint.marginX-0 {
    margin: 0;
}
.modal-content__text-hint.margin-t-22 {
    margin-top: 12px;
}
@media all and (min-width: 1280px) {
    .modal-content__text-hint.margin-t-22 {
        margin-top: 22px;
    }
}
.modal-content__text-hint.icon-doc-a-pencil {
    background-image: url(/resources/img/nontoxic/icon-doc-a-pencil.svg);
    background-size: 17px;
    background-position: top 3px left;
}
@media all and (min-width: 1430px) {
    .modal-content__text-hint.icon-doc-a-pencil {
        background-size: 20px;
    }
}
.modal-content__text-hint.icon-warning {
    background-image: url(/resources/img/nontoxic/icon-warning.svg);
    background-size: 17px;
    background-position: top left;
}
@media all and (min-width: 1430px) {
    .modal-content__text-hint.icon-warning {
        background-size: 20px;
    }
}
.modal-content__text-hint.icon-calendar {
    background-image: url(/resources/img/icon-calendar.svg);
    background-size: 17px;
    background-position: top 3px left;
}
@media all and (min-width: 1430px) {
    .modal-content__text-hint.icon-calendar {
        background-size: 20px;
    }
}
.modal-content__multi-row-btn-wrap {
    padding-top: 20px;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media all and (min-width: 1430px) {
    .modal-content__multi-row-btn-wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.modal-content__btn-wrap {
    width: 100%;
    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;
    margin-top: 28px;
}
@media all and (min-width: 1280px) {
    .modal-content__btn-wrap {
        margin-top: auto;
    }
}
.modal-content__btn-wrap.grid-col-right-bottom {
    margin-top: 0;
}
@media all and (min-width: 1280px) {
    .modal-content__btn-wrap.grid-col-right-bottom {
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.modal-content__btn-wrap.grid-col-left-bottom {
    margin-top: 0;
}
@media all and (min-width: 1280px) {
    .modal-content__btn-wrap.grid-col-left-bottom {
        margin-top: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        grid-column-start: 2;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__btn-wrap.left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.modal-content__recommendation {
    width: 100%;
    min-height: 420px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    margin: 0 auto;
}
.modal-content__recommendation:not(.full-width) {
    max-width: 1068px;
}
.modal-content__recommendation-text {
    width: 100%;
    border-radius: 16px;
    padding: 16px 20px 20px 20px;
    background-color: #f0f0f0;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    margin-top: 8px;
}
@media all and (min-width: 1280px) {
    .modal-content__recommendation-text {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px;
        gap: 20px;
        margin-top: 44px;
    }
}
.modal-content__recommendation-text::before {
    content: "";
    width: 39px;
    min-width: 39px;
    height: 39px;
}
.modal-content__recommendation-text.icon-text::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.modal-content__recommendation-text.icon-text--message::before {
    background-image: url(/resources/img/icon-message.svg);
}
.modal-content__row.grid {
    display: grid;
    margin-top: 0;
}
@media all and (min-width: 1280px) {
    .modal-content__row.grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
        gap: 10px 0;
    }
}
@media all and (min-width: 1430px) {
    .modal-content__row.grid {
        gap: 0;
        margin-top: 16px;
    }
}
.modal-content__right {
    width: 100%;
    direction: ltr;
}
.modal-content__right.pb-20 {
    padding-bottom: 20px;
}
@media all and (min-width: 1280px) {
    .modal-content__right.pb-20 {
        padding-bottom: 0;
    }
}
.modal-content__right.pb-40 {
    padding-bottom: 40px;
}
@media all and (min-width: 1280px) {
    .modal-content__right.pb-40 {
        padding-bottom: 0;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__right-scroll {
        height: 100%;
        max-height: 376px;
        max-width: 660px;
        overflow: auto;
    }
    .modal-content__right-scroll:not(.--scroll-visible)::-webkit-scrollbar {
        display: none;
    }
}
@media all and (min-width: 1430px) {
    .modal-content__right-scroll.--scroll-visible {
        padding-left: 29px;
        scrollbar-color: #c5c5c5 #f0f0f0;
        scrollbar-width: thin;
        direction: rtl;
    }
    .modal-content__right-scroll.--scroll-visible::-webkit-scrollbar {
        width: 3px !important;
        height: 5px;
        background-color: #ffffff;
    }
    .modal-content__right-scroll.--scroll-visible::-webkit-scrollbar-track {
        background-color: #f0f0f0;
        border-radius: 10px;
        -webkit-box-shadow: none;
    }
    .modal-content__right-scroll.--scroll-visible::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #c5c5c5;
        cursor: pointer;
    }
}
@media all and (min-width: 1440px) {
    .modal-content__right-scroll {
        max-height: 535px;
    }
}
.modal-content__right-top.desc {
    display: none;
}
@media all and (min-width: 1280px) {
    .modal-content__right-top.desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.modal-content__right-top.mb-22 {
    margin-bottom: 12px;
}
@media all and (min-width: 1280px) {
    .modal-content__right-top.mb-22 {
        margin-bottom: 22px;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__right-top {
        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: 10px;
        margin-bottom: 40px;
    }
}
.modal-content__right-block {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    background-color: #7e574c;
    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;
    margin-bottom: 16px;
}
.modal-content__right-scroll.grid-col-right {
    padding-bottom: 40px;
}
@media all and (min-width: 1280px) {
    .modal-content__right-scroll.grid-col-right {
        max-width: 538px;
        padding-bottom: 0;
        max-height: 464.5px;
    }
}
.modal-content__right-scroll.row-2 {
    padding-bottom: 40px;
}
@media all and (min-width: 1280px) {
    .modal-content__right-scroll.row-2 {
        grid-row: span 2;
        max-width: 538px;
        padding-bottom: 0;
        max-height: 444px;
    }
}
@media all and (min-width: 1440px) {
    .modal-content__right-scroll.row-2 {
        max-height: 532.5px;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__right-scroll.width-548 {
        max-width: 548px;
    }
}
.modal-content__control-responsibility {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}
@media all and (min-width: 1280px) {
    .modal-content__control-responsibility {
        margin-top: 16px;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__control-responsibility.mt-40 {
        margin-top: 40px;
    }
}
.modal-content__step-promotions {
    width: 100%;
    border-radius: 16px;
    padding: 32px 20px;
    background-color: #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    color: #421b11;
    overflow: hidden;
}
@media all and (min-width: 1430px) {
    .modal-content__step-promotions {
        padding: 40px 30px;
    }
}
.modal-content__step-promotions:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (min-width: 1080px) {
    .modal-content__step-promotions-wrap.grid-row {
        display: grid;
        grid-template-columns: 434px 1fr;
        gap: 10px;
        margin-bottom: 24px;
    }
}
@media all and (min-width: 1080px) {
    .modal-content__step-promotions-wrap.grid-row .mb-0 {
        margin-bottom: 0;
    }
}
.modal-content__reaction-to-behavior-child .modal-content__right-scroll.grid-col-right {
    padding-bottom: 0;
}
.modal-content__reaction-to-behavior-child-step {
    width: 100%;
}
.modal-content__reaction-to-behavior-child-step-wrap {
    width: 100%;
    counter-reset: reaction-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;
}
.modal-content__reaction-to-behavior-child-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;
}
.modal-content__reaction-to-behavior-child-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: #f0f0f0;
    overflow: hidden;
    cursor: pointer;
}
.modal-content__reaction-to-behavior-child-check:not(:last-child) {
    margin-bottom: 8px;
}
@media all and (min-width: 1280px) {
    .modal-content__reaction-to-behavior-child-check:not(:last-child) {
        margin-bottom: 16px;
    }
}
.modal-content__reaction-to-behavior-child-check.width-3 {
    max-width: 400px;
}
@media all and (min-width: 1280px) {
    .modal-content__reaction-to-behavior-child-check.width-3 {
        max-width: calc((100% - 20px) / 3);
    }
}
.modal-content__reaction-to-behavior-child-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;
}
.modal-content__reaction-to-behavior-child-check .nontoxic__text-20 {
    color: #f39810;
}
.modal-content__reaction-to-behavior-child-check.active {
    background-color: #f8ebd8;
    pointer-events: none;
}
.modal-content__reaction-to-behavior-child-check.active.success {
    border-color: #f39810;
}
.modal-content__reaction-to-behavior-child-check.active.success::after {
    background-image: url(/resources/img/nontoxic/icon-check-active.svg);
}
.modal-content__reaction-to-behavior-child-check.active.error {
    border-color: #a8452b;
}
.modal-content__reaction-to-behavior-child-check.active.error .nontoxic__text-20 {
    color: #a8452b;
}
.modal-content__reaction-to-behavior-child-check.active.error::after {
    background-image: url(/resources/img/nontoxic/icon-error-active.svg);
}
.modal-content__text-wrap {
    width: 100%;
    margin-top: 20px;
}
@media all and (min-width: 1280px) {
    .modal-content__text-wrap {
        margin-top: 22px;
    }
}
.modal-content__col-scroll {
    width: 100%;
    padding-bottom: 28px;
}
@media all and (min-width: 1280px) {
    .modal-content__col-scroll {
        height: 100%;
        max-height: 464.5px;
        max-width: 522px;
        overflow: auto;
        padding-bottom: 0;
        margin-left: auto;
    }
    .modal-content__col-scroll:not(.row-1) {
        grid-row: span 2;
        max-height: 444px;
    }
    .modal-content__col-scroll.width-524 {
        max-width: 524px;
    }
    .modal-content__col-scroll:not(.scroll-show)::-webkit-scrollbar {
        display: none;
    }
}
@media all and (min-width: 1440px) {
    .modal-content__col-scroll {
        max-height: 464.5px;
    }
    .modal-content__col-scroll:not(.row-1) {
        max-height: 532.5px;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__col-scroll.scroll-show {
        padding-right: 28px;
        max-width: 552px;
    }
    .modal-content__col-scroll.scroll-show::-webkit-scrollbar {
        width: 3px !important;
        height: 5px;
        background-color: #ffffff;
    }
    .modal-content__col-scroll.scroll-show::-webkit-scrollbar-track {
        background-color: #f0f0f0;
        border-radius: 10px;
        -webkit-box-shadow: none;
    }
    .modal-content__col-scroll.scroll-show::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #c5c5c5;
        cursor: pointer;
    }
}
.modal-content__col-inner {
    width: 100%;
    padding-bottom: 28px;
}
@media all and (min-width: 1280px) {
    .modal-content__col-inner {
        height: 100%;
        max-width: 522px;
        padding-bottom: 0;
        margin-left: auto;
    }
}
.modal-content__step {
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    background-color: #f0f0f0;
    overflow: hidden;
}
@media all and (min-width: 1280px) {
    .modal-content__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        padding: 27px 30px;
    }
}
.modal-content__step:not(:first-child) {
    margin-top: 8px;
}
@media all and (min-width: 1280px) {
    .modal-content__step:not(:first-child) {
        margin-top: 16px;
    }
}
.modal-content__step.mt-0 {
    margin-top: 8px;
}
@media all and (min-width: 1280px) {
    .modal-content__step.mt-0 {
        margin-top: 0;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__step.al-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__step.row-1 {
        grid-row: 1/2;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__step.row-2 {
        grid-row: 3/4;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__step.row-one-col-2, .modal-content__step.row-col-2 {
        margin-top: 0;
        grid-row: span 2;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__step.row-col-2 {
        margin-top: 0;
        grid-row: 2/4;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__step.row-one-col-2 {
        margin-top: 0;
        grid-row: 1/3;
    }
}
.modal-content__step-wrap {
    width: 100%;
    counter-reset: modal-step;
}
.modal-content__step-wrap.m-top {
    margin-top: 10px;
}
@media all and (min-width: 1430px) {
    .modal-content__step-wrap.m-top {
        margin-top: 16px;
    }
}
.modal-content__step-wrap.mt-20 {
    margin-top: 10px;
}
@media all and (min-width: 1430px) {
    .modal-content__step-wrap.mt-20 {
        margin-top: 16px;
    }
}
@media all and (min-width: 1080px) {
    .modal-content__step-wrap.row {
        display: grid;
        grid-template-columns: 464px 1fr;
        width: 100%;
        grid-template-rows: [row1] auto [row2] auto [row3] auto;
        gap: 10px;
        margin-bottom: 24px;
    }
}
.modal-content__step::before {
    counter-increment: modal-step;
    content: counter(modal-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: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f39810;
    font: 600 20px/130% "Rubik", sans-serif;
    letter-spacing: -0.01em;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}
@media all and (min-width: 1280px) {
    .modal-content__step::before {
        margin-bottom: 0;
    }
}
@media all and (min-width: 1440px) {
    .modal-content__step::before {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
}
.modal-content__block-horizontal {
    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: 10px;
}
@media all and (min-width: 1280px) {
    .modal-content__block-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media all and (min-width: 1280px) {
    .modal-content__block-horizontal-scroll {
        padding-bottom: 6px;
        overflow-y: hidden;
        overflow-x: auto;
        scrollbar-color: #c5c5c5 #f0f0f0;
        scrollbar-width: thin;
    }
    .modal-content__block-horizontal-scroll::-webkit-scrollbar {
        width: 2px !important;
        height: 4px;
        background-color: #ffffff;
    }
    .modal-content__block-horizontal-scroll::-webkit-scrollbar-track {
        background-color: #f0f0f0;
        border-radius: 10px;
        -webkit-box-shadow: none;
    }
    .modal-content__block-horizontal-scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #c5c5c5;
        cursor: pointer;
    }
}
.modal-content__card {
    width: 100%;
}
.modal-content__card-wrap {
    margin-top: 30px;
    width: 100%;
}
.modal-content__card-top {
    width: 100%;
    margin-bottom: 20px;
}
.modal-content__card-icon {
    width: 76px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media all and (min-width: 1280px) {
    .modal-content__card-icon {
        width: 104px;
        height: 66px;
    }
}
.modal-content__card-icon.check {
    background-image: url(/resources/img/nontoxic/icon-check-red-yellow.svg);
}
.modal-content__card-icon.like {
    background-image: url(/resources/img/nontoxic/icon-like-red-yellow.svg);
}
.modal-content__card-icon.plus-minus {
    background-image: url(/resources/img/nontoxic/icon-plus-minus-red-yellow.svg);
}
.modal-content__card-icon.arrow {
    background-image: url(/resources/img/nontoxic/icon-arrow-red-yellow.svg);
}
.modal-content__card-icon.yes-no {
    background-image: url(/resources/img/nontoxic/icon-yes-no-red-yellow.svg);
}
.modal-content__card .mt-10 {
    margin-top: 10px;
}
.modal-content__card-grid {
    width: 100%;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    overflow: hidden;
}
.modal-content__card-grid-col {
    width: 100%;
    background-color: #f0f0f0;
    padding: 18px 16px 36px 16px;
    position: relative;
}
.modal-content__card-grid-col.pb-66 {
    padding-bottom: 66px;
}
.modal-content__card-grid-col.pb-66::after {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.modal-content__card-grid-col.pb-66::before {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.modal-content__card-grid-col:nth-child(2n) {
    background-color: #f8ebd8;
    border-left: 1px solid #e1e1e1;
}
.modal-content__card-grid-col:nth-child(2n)::after, .modal-content__card-grid-col:nth-child(2n)::before {
    left: 0;
}
.modal-content__card-grid-col:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
}
.modal-content__card-grid-col:nth-child(odd)::after, .modal-content__card-grid-col:nth-child(odd)::before {
    right: 0;
}
.modal-content__card-grid-col::after, .modal-content__card-grid-col::before {
    content: "";
    width: calc(100% - 16px);
    height: 2px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
}
.modal-content__card-grid-col::before {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.modal-content__card:not(:last-child) {
    margin-bottom: 30px;
}
@media all and (min-width: 1280px) {
    .modal-content__card:not(:last-child) {
        margin-bottom: 40px;
    }
}
.modal-content__block {
    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: 20px;
    margin-bottom: 30px;
}

.close {
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-image: url(/resources/img/icon-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.close.icon-white {
    background-image: url(/resources/img/icon-close-white.svg);
}
@media all and (min-width: 768px) {
    .close {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
}
