@charset "UTF-8";
.nontoxic__h1 {
    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(16px, 6vw, 28px);
}

/*2 секция - Токсическое воздействие на организм*/
.nontoxic__info {
    width: 100%;
    max-width: 1400px;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    margin-top: clamp(8px, 2.45vw, 20px);
    overflow: hidden;
}
@media all and (min-width: 1024px) {
    .nontoxic__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;
    }
}
@media all and (min-width: 1280px) {
    .nontoxic__info {
        min-height: 458px;
    }
}
.nontoxic__info-inner {
    width: 100%;
    max-width: 925px;
    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, 4.98vw, 40px);
    padding: 60px 20px;
}
@media all and (min-width: 1280px) {
    .nontoxic__info-inner {
        position: relative;
    }
    .nontoxic__info-inner::after {
        content: "";
        width: 186px;
        min-width: 186px;
        height: 241px;
        position: absolute;
        bottom: 0;
        left: 100%;
        background-image: url(/resources/img/nontoxic/icon-bottom2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transform: translate(-10%, -10%);
        -ms-transform: translate(-10%, -10%);
        transform: translate(-10%, -10%);
    }
}
.nontoxic__info-head {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 0;
}
.nontoxic__info-head::after {
    content: "";
    width: 71px;
    min-width: 71px;
    height: 74px;
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(/resources/img/nontoxic/icon-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    z-index: -1;
}
@media all and (min-width: 1280px) {
    .nontoxic__info-head::after {
        width: 191px;
        min-width: 191px;
        height: 199px;
        right: 100%;
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
}
.nontoxic__info .nontoxic__h2.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;
}

/*3 секция - карточки токсинов*/
.nontoxic__toxins {
    width: 100%;
    padding: 68px 20px;
    background-color: #71473b;
}
@media all and (min-width: 1280px) {
    .nontoxic__toxins {
        padding: 100px 60px 100px 47px;
    }
}
.nontoxic__toxins-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;
}
.nontoxic__toxins-card {
    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: 16px;
    color: #fff;
    position: relative;
    z-index: 0;
    opacity: 0.3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.nontoxic__toxins-card:not(:last-child) {
    padding-bottom: 48px;
}
.nontoxic__toxins-card:not(:last-child)::before {
    content: "";
    width: 1px;
    height: calc(100% - clamp(26px, 6vw, 64px));
    background-color: #926559;
    position: absolute;
    top: clamp(26px, 6vw, 64px);
    left: clamp(17.5px, 3vw, 44px);
    z-index: -1;
}
@media all and (min-width: 1024px) {
    .nontoxic__toxins-card:not(:last-child)::before {
        left: 4.5%;
    }
}
@media all and (min-width: 1500px) {
    .nontoxic__toxins-card:not(:last-child)::before {
        left: 4.6%;
    }
}
@media all and (min-width: 1700px) {
    .nontoxic__toxins-card:not(:last-child)::before {
        left: 4.7%;
    }
}
@media all and (min-width: 1800px) {
    .nontoxic__toxins-card:not(:last-child)::before {
        left: 4.8%;
    }
}
.nontoxic__toxins-card:first-child::before {
    height: calc(100% + 68px);
    top: -68px;
}
@media all and (min-width: 1280px) {
    .nontoxic__toxins-card:first-child::before {
        height: calc(100% + 100px);
        top: -100px;
    }
}
.nontoxic__toxins-card.active {
    opacity: 1;
}
.nontoxic__toxins-card.active:not(:first-child)::before {
    height: calc(100% - clamp(35px, 6vw, 86px));
    top: clamp(35px, 6vw, 86px);
}
.nontoxic__toxins-card.active .nontoxic__toxins-icon {
    width: clamp(35px, 6vw, 86px);
    min-width: clamp(35px, 6vw, 86px);
    height: clamp(35px, 6vw, 86px);
    background-image: url(/resources/img/nontoxic/icon-toxins-card-active.svg);
}
@media all and (min-width: 768px) {
    .nontoxic__toxins-card {
        display: grid;
        grid-template-rows: auto 1fr;
        grid-template-columns: 1fr 40%;
    }
}
@media all and (min-width: 1024px) {
    .nontoxic__toxins-card {
        grid-auto-flow: column dense;
        padding-left: 9.127%;
    }
}
.nontoxic__toxins-icon {
    width: clamp(26px, 6vw, 64px);
    min-width: clamp(26px, 6vw, 64px);
    height: clamp(26px, 6vw, 64px);
    background-image: url(/resources/img/nontoxic/icon-toxins-card.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nontoxic__toxins-icon-wrap {
    width: clamp(35px, 6vw, 86px);
    min-width: clamp(35px, 6vw, 86px);
    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;
    position: absolute;
    top: 0;
    left: 0;
}
@media all and (min-width: 1024px) {
    .nontoxic__toxins-icon-wrap {
        left: clamp(13px, 1vw, 20px);
    }
}
.nontoxic__toxins .nontoxic__h3 {
    padding-left: 48px;
}
.nontoxic__toxins .nontoxic__h3 .nontoxic__sup {
    margin-left: -0.1em;
}
@media all and (min-width: 768px) {
    .nontoxic__toxins .nontoxic__h3 {
        grid-column: span 2;
        padding-left: 64px;
    }
}
@media all and (min-width: 1024px) {
    .nontoxic__toxins .nontoxic__h3 {
        grid-column: span 1;
        padding-left: 0;
    }
}
.nontoxic__toxins-cont {
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    background: #956c60;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
@media all and (min-width: 1280px) {
    .nontoxic__toxins-cont {
        padding: 30px;
    }
}
.nontoxic__toxins-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 2.5vw, 20px);
    line-height: clamp(22.4px, 3.5vw, 28px);
}
.nontoxic__toxins-figure {
    width: 100%;
    border-radius: 16px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    overflow: hidden;
}
@media all and (min-width: 768px) {
    .nontoxic__toxins-figure {
        max-width: 413px;
        max-height: 370px;
        margin-left: auto;
    }
}
@media all and (min-width: 1024px) {
    .nontoxic__toxins-figure {
        grid-row: span 2;
    }
}
