@charset "UTF-8";
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik-Light.woff") format("woff"), url("../../fonts/Rubik-Light.ttf") format("truetype"), url("../../fonts/Rubik-Light.eot") format("embedded-opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik-Regular.woff") format("woff"), url("../../fonts/Rubik-Regular.ttf") format("truetype"), url("../../fonts/Rubik-Regular.eot") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik-Medium.woff") format("woff"), url("../../fonts/Rubik-Medium.ttf") format("truetype"), url("../../fonts/Rubik-Medium.eot") format("embedded-opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik-SemiBold.woff") format("woff"), url("../../fonts/Rubik-SemiBold.ttf") format("truetype"), url("../../fonts/Rubik-SemiBold.eot") format("embedded-opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica";
    src: url("../../fonts/Helvetica.woff") format("woff"), url("../../fonts/Helvetica.ttf") format("truetype"), url("../../fonts/Helvetica.eot") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
/* Сброс стилей*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

sup,
sub {
    left: 0 !important;
}

a {
    text-decoration: none;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
}

/* END Сброс стилей */
html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    margin: 0;
    overflow: auto;
    scroll-behavior: smooth;
}

.body-overflow-h {
    overflow: hidden;
}

.main {
    width: 100%;
    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;
}
.main.bg-white {
    background-color: #fff;
}

.main-2 {
    width: 100%;
    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;
    border-radius: 30px;
    padding: 56px 0;
    overflow: hidden;
}
.main-2 .container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.nontoxic__txt-nowrap {
    white-space: nowrap;
}

.header {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media all and (min-width: 744px) {
    .header {
        padding: 16px 20px;
    }
}
@media all and (min-width: 1440px) {
    .header {
        padding: 16px 40px;
    }
}
.header__inner {
    width: 100%;
    max-width: 1360px;
    height: 100%;
}
.header__inner.width-1760 {
    max-width: 1760px;
}
@media all and (min-width: 1760px) {
    .header__inner.width-1760 {
        padding: 0 40px;
    }
}
.header__inner.width-1840 {
    max-width: 1840px;
}
@media all and (min-width: 1840px) {
    .header__inner.width-1840 {
        padding: 0 40px;
    }
}
.header__image {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.header__top {
    width: 100%;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 1200px) {
    .header__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.header__top-sanofi-logo {
    width: 100%;
    max-width: 71px;
    min-width: 71px;
    height: 20px;
    overflow: hidden;
}
.header__top-sanofi-logo.for-mobile {
    display: block;
    margin-top: auto;
}
@media all and (min-width: 1200px) {
    .header__top-sanofi-logo.for-mobile {
        display: none;
    }
}
.header__foot {
    width: 100%;
    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: 32px;
    position: relative;
}
@media all and (min-width: 1200px) {
    .header__foot {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.header__foot-logo {
    width: 100%;
    max-width: 130px;
    min-width: 130px;
    height: 40px;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    .header__foot-logo {
        max-width: 156px;
        min-width: 156px;
        height: 48px;
    }
}
.header__foot-burger-btn {
    display: block;
    width: 100%;
    max-width: 40px;
    height: 40px;
    background-image: url("/resources/img/icon-burger.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.header__foot-burger-btn.active {
    background-image: url("/resources/img/icon-close.svg");
}
@media all and (min-width: 1200px) {
    .header__foot-burger-btn {
        display: none;
    }
}
.header__foot-inner {
    display: none;
    position: absolute;
    top: 100%;
    right: -100%;
    width: 100%;
    max-width: 360px;
    max-height: 640px;
    min-height: 640px;
    padding: 14px 16px 12px 16px;
    margin-left: auto;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}
.header__foot-inner.open {
    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;
    visibility: visible;
    opacity: 1;
    right: -16px;
}
@media all and (min-width: 1200px) {
    .header__foot-inner {
        max-width: 100%;
        max-height: initial;
        min-height: initial;
        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: 32px;
        padding: 0;
        visibility: visible;
        opacity: 1;
        position: initial;
    }
}
.header__foot-search {
    max-width: 328px;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1200px) {
    .header__foot-search {
        max-width: 312px;
    }
}
.header__foot-search-input {
    width: 100%;
    max-width: 100%;
    height: 50px;
    font: 400 20px/26px "Rubik", sans-serif;
    color: #7a7776;
    padding: 12px 54px 12px 20px;
    outline: none;
    border: 1px solid #d5d1cf;
    border-radius: 50px;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 24px;
    background-image: url("/resources/img/icon-search.svg");
}
.header__foot-search-input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header__foot-search-input:focus, .header__foot-search-input.focus {
    outline: none;
}
.header__foot-search-input[disabled] {
    color: rgba(122, 119, 118, 0.7);
    cursor: none;
}
.header__foot-search-input::-webkit-input-placeholder, .header__foot-search-input::-moz-placeholder, .header__foot-search-input:-moz-placeholder, .header__foot-search-input:-ms-input-placeholder {
    color: #7a7776;
}
.header__foot-search .input-clear {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("/resources/img/icon-close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    border: none;
    cursor: pointer;
}
.header__foot-menu {
    margin-top: 32px;
}
@media all and (min-width: 1200px) {
    .header__foot-menu {
        margin-top: 0;
        margin-left: auto;
    }
}
.header__foot-menu-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: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media all and (min-width: 1200px) {
    .header__foot-menu-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 28px;
    }
}
.header__foot-menu-item {
    width: 100%;
    position: relative;
    font: 400 16px/22.4px "Rubik", sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #211d1b;
    cursor: pointer;
}
@media all and (min-width: 1200px) {
    .header__foot-menu-item {
        font-size: 18px;
        line-height: 25.2px;
    }
}
.header__foot-menu-item:not(.sub-menu-item) {
    text-transform: uppercase;
}
.header__foot-menu-item.sub-menu-item {
    text-transform: none;
}
.header__foot-menu-item:not(.sub-menu-item)::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    width: 0;
    height: 2px;
    background-color: #ce5b0f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__foot-menu-item.active::after, .header__foot-menu-item:hover::after {
    width: 100%;
    right: initial;
    left: 0;
}
.header__foot-menu-link {
    width: 100%;
    display: block;
    padding-right: 36px;
    font: 400 16px/22.4px "Rubik", sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #211d1b;
    background-image: url("/resources/img/icon-north_east.svg");
    background-repeat: no-repeat;
    background-position: center right 0;
    background-size: 24px;
}
.header__foot-menu-link:hover {
    color: #211d1b;
    text-decoration: none;
}
@media all and (min-width: 1200px) {
    .header__foot-menu-link {
        background-image: none;
        padding: 0;
        font-size: 18px;
        line-height: 25.2px;
    }
}
.header__foot-menu-title {
    font: 400 16px/22.4px "Rubik", sans-serif;
}
.header__foot-sub-menu {
    position: relative;
}
.header__foot-sub-menu-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    padding-left: 18px;
    position: absolute;
    top: 100%;
    left: 0;
}
@media all and (min-width: 1200px) {
    .header__foot-sub-menu-list {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background-color: #fff;
        padding: 16px;
        border-radius: 6px;
        border: 1px solid #ebebeb;
        left: initial;
        right: 0;
        overflow: hidden;
    }
}
.header__foot-sub-menu-list .header__foot-menu-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header__foot-sub-menu-list .sub-menu-item.active .header__foot-menu-link, .header__foot-sub-menu-list .sub-menu-item:hover .header__foot-menu-link {
    color: #ce5b0f;
}

body .container.new,
.container {
    width: 100%;
    max-width: 1440px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    padding: 8px;
}
body .container.new.width-1760,
.container.width-1760 {
    max-width: 1760px;
    padding: 16px;
    overflow: hidden;
}
@media all and (min-width: 744px) {
    body .container.new.width-1760,
    .container.width-1760 {
        padding: 16px 20px;
    }
}
@media all and (min-width: 1440px) {
    body .container.new.width-1760,
    .container.width-1760 {
        padding: 16px 40px;
    }
}
body .container.new.width-1800,
.container.width-1800 {
    max-width: 1800px;
}
body .container.new.width-1920,
.container.width-1920 {
    max-width: 1760px;
    padding: 16px;
    overflow: hidden;
}
@media all and (min-width: 744px) {
    body .container.new.width-1920,
    .container.width-1920 {
        padding: 16px 20px;
    }
}
@media all and (min-width: 1440px) {
    body .container.new.width-1920,
    .container.width-1920 {
        padding: 16px 40px;
    }
}
@media all and (min-width: 1860px) {
    body .container.new.width-1920,
    .container.width-1920 {
        max-width: 1920px;
        padding: 16px 40px;
        padding-left: calc(100% - 1800px);
    }
}
@media all and (min-width: 1920px) {
    body .container.new.width-1920,
    .container.width-1920 {
        padding: 16px 40px;
        padding-left: 120px;
    }
}
@media all and (min-width: 992px) {
    body .container.new,
    .container {
        padding: 20px;
    }
}

.text-nowrap {
    white-space: nowrap;
}

.h1 {
    font: 500 32px/110% "Rubik", sans-serif;
    text-transform: uppercase;
}
@media all and (min-width: 744px) {
    .h1 {
        font-size: 48px;
    }
}
@media all and (min-width: 1440px) {
    .h1 {
        font-size: 64px;
    }
}
@media all and (min-width: 1860px) {
    .h1 {
        font-size: 80px;
    }
}

.h2 {
    font: 500 20px/105% "Rubik", sans-serif;
}
@media all and (min-width: 744px) {
    .h2 {
        font-size: 32px;
    }
}
@media all and (min-width: 1440px) {
    .h2 {
        font-size: 40px;
    }
}
@media all and (min-width: 1860px) {
    .h2 {
        font-size: 56px;
    }
}

.h3 {
    font: 500 20px/120% "Rubik", sans-serif;
}
@media all and (min-width: 744px) {
    .h3 {
        font-size: 28px;
    }
}
@media all and (min-width: 1440px) {
    .h3 {
        font-size: 36px;
    }
}
@media all and (min-width: 1860px) {
    .h3 {
        font-size: 48px;
    }
}

.txt-color-orange {
    color: #ce5b0f;
}

.txt-color-black {
    color: #211d1b;
}

.txt-color-white {
    color: #fff;
}

.txt-16-24 {
    font: 400 16px/140% "Rubik", sans-serif;
}
@media all and (min-width: 744px) {
    .txt-16-24 {
        font-size: 20px;
        line-height: 130%;
    }
}
@media all and (min-width: 1860px) {
    .txt-16-24 {
        font-size: 24px;
        line-height: 140%;
    }
}

.txt-16-20 {
    font: 400 16px/130% "Rubik", sans-serif;
}
@media all and (min-width: 744px) {
    .txt-16-20 {
        font-size: 18px;
    }
}
@media all and (min-width: 1860px) {
    .txt-16-20 {
        font-size: 20px;
    }
}

.txt-weight-500 {
    font-weight: 500;
}

.mt-24-16 {
    margin-top: 24px;
}
@media all and (min-width: 1860px) {
    .mt-24-16 {
        margin-top: 16px;
    }
}

.new-body .btn,
.body .btn {
    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;
    gap: 12px;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    border-radius: 50px;
    padding: 8px 8px 8px 16px;
    background-color: #ce5b0f;
    font: 400 16px/140% "Rubik", sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media all and (min-width: 744px) {
    .new-body .btn,
    .body .btn {
        gap: 20px;
        font-size: 18px;
        padding-left: 18px;
    }
    .new-body .btn.btn-no-txt,
    .body .btn.btn-no-txt {
        padding: 8px;
    }
}
@media all and (min-width: 1440px) {
    .new-body .btn,
    .body .btn {
        font-size: 22px;
        padding-left: 20px;
    }
    .new-body .btn.btn-no-txt,
    .body .btn.btn-no-txt {
        padding: 8px;
    }
}
.new-body .btn:not(:disabled):hover,
.body .btn:not(:disabled):hover {
    background-color: #d87c3f;
}
.new-body .btn:not(:disabled):hover i::after,
.body .btn:not(:disabled):hover i::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.new-body .btn:disabled,
.body .btn:disabled {
    pointer-events: none;
}
.new-body .btn:disabled::before,
.body .btn:disabled::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.new-body .btn-icon i,
.body .btn-icon i {
    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: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
}
@media all and (min-width: 744px) {
    .new-body .btn-icon i,
    .body .btn-icon i {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
}
@media all and (min-width: 1440px) {
    .new-body .btn-icon i,
    .body .btn-icon i {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
}
.new-body .btn-icon i::after,
.body .btn-icon i::after {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media all and (min-width: 744px) {
    .new-body .btn-icon i::after,
    .body .btn-icon i::after {
        width: 24px;
        min-width: 24px;
        height: 24px;
    }
}
@media all and (min-width: 1440px) {
    .new-body .btn-icon i::after,
    .body .btn-icon i::after {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
}
.new-body .btn-icon--arrow-right-orange i::after,
.body .btn-icon--arrow-right-orange i::after {
    background-image: url(/resources/img/icon-arrow-right-orange.svg);
}
.new-body .btn-icon--arrow-right-white i::after,
.body .btn-icon--arrow-right-white i::after {
    background-image: url(/resources/img/icon-arrow-right-white.svg);
}
.new-body .btn-icon.--prev,
.body .btn-icon.--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.new-body .btn-no-txt,
.body .btn-no-txt {
    padding: 8px;
}
.new-body .btn-no-txt i,
.body .btn-no-txt i {
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-color: transparent;
}
.new-body .btn-no-txt i::after,
.body .btn-no-txt i::after {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.breadcrumb {
    width: 100%;
}
.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.breadcrumb__item {
    font: 400 14px/140% "Rubik", sans-serif;
    vertical-align: middle;
    text-transform: uppercase;
    color: #7a7776;
}
.breadcrumb__link {
    color: #7a7776;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.breadcrumb__link:hover {
    color: rgba(122, 119, 118, 0.8);
}

.nontoxic__sources {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.nontoxic__sources.mt-auto {
    margin-top: auto;
}
.nontoxic__sources-inner {
    width: 100%;
}
.nontoxic__sources-acc {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.nontoxic__sources-acc.active .nontoxic__sources-acc-title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.nontoxic__sources-acc.active .nontoxic__sources-acc-title::after {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.nontoxic__sources-acc-top {
    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;
    padding: 24px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.nontoxic__sources-acc-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font: 500 16px/17.6px "Rubik", sans-serif;
    letter-spacing: 0.03em;
    color: #421b11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 4px;
}
.nontoxic__sources-acc-title::after {
    content: "";
    width: 26px;
    height: 20px;
    background-image: url("/resources/img/nontoxic/icon-arrow-up.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-acc-title::after {
        width: 30px;
        background-position: center;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-acc-title {
        font-size: 20px;
        line-height: 22px;
    }
}
.nontoxic__sources-acc-content {
    display: none;
    width: 100%;
    padding: 10px 24px 36px 16px;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-acc-content {
        padding: 18px 65px 36px 55px;
    }
}
.nontoxic__sources-acc-list-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: 24px;
    margin-bottom: 28px;
    font: 400 14px/19.6px "Rubik", sans-serif;
    color: #421b11;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-acc-list-top {
        font-size: 20px;
        line-height: 28px;
    }
}
.nontoxic__sources-acc-list {
    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: 24px;
    margin-bottom: 28px;
    counter-reset: counter;
}
.nontoxic__sources-acc-item {
    font: 400 14px/19.6px "Rubik", sans-serif;
    color: #421b11;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}
.nontoxic__sources-acc-item::before {
    /* Увеличение значения счетчика */
    counter-increment: counter;
    /* Отображение счетчика */
    content: counter(counter) ".";
    display: block;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-acc-item {
        font-size: 20px;
        line-height: 28px;
    }
}
.nontoxic__sources-acc-text {
    font: 400 14px/19.6px "Rubik", sans-serif;
    color: #421b11;
    opacity: 0.4;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-acc-text {
        font-size: 20px;
        line-height: 28px;
    }
}
.nontoxic__sources-aside {
    width: calc(100% + 12px);
    max-width: calc(100% + 12px);
    padding: 16px 6px 6px 6px;
    position: sticky;
    bottom: 0;
    background-color: #f8ebd8;
    -webkit-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
    z-index: 3;
}
.nontoxic__sources-aside.--bg-white {
    background-color: #fff;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-aside {
        padding: 20px 6px 6px 6px;
    }
}
.nontoxic__sources-aside-icon.wide {
    display: none;
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-aside-icon.wide {
        display: inline-block;
    }
}
@media all and (min-width: 1120px) {
    .nontoxic__sources-aside-icon.small {
        display: none;
    }
}

.more-articles {
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 40px;
}
@media all and (min-width: 1280px) {
    .more-articles {
        margin-top: 80px;
    }
}
.more-articles.p-vertical {
    padding: 158px 0 135px 0;
}
.more-articles__inner {
    width: 100%;
    padding: 0 26px;
}
@media all and (min-width: 1280px) {
    .more-articles__inner {
        padding: 0 48px;
    }
}
.more-articles__h2 {
    font-family: "Rubik", sans-serif;
    font-size: clamp(28px, 6vw, 48px);
    line-height: clamp(36px, 6.6vw, 48px);
    color: #000;
}
.more-articles__h2.mb-40 {
    margin-bottom: clamp(24px, 30vw, 40px);
}
.more-articles__cards {
    width: 100%;
    margin-top: 30px;
    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: 30px;
}
@media all and (min-width: 1280px) {
    .more-articles__cards {
        margin-top: 96px;
    }
}
.more-articles__card {
    width: 100%;
    max-width: 298px;
}
.more-articles__card-link {
    width: 100%;
    max-width: 410px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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;
    position: relative;
}
.more-articles__card-link:hover .more-articles__card-image {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.more-articles__card-link:hover .more-articles__card-arrow::before {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.more-articles__card-arrow {
    border: 0.67px solid rgba(255, 255, 255, 0.3);
    border-radius: 33px;
    padding: 10px;
    width: 32px;
    height: 32px;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: rgba(255, 255, 255, 0.1);
    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: 16px;
    right: 16px;
    z-index: 1;
}
.more-articles__card-arrow::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/resources/img/icon-north_east-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.more-articles__card-figure {
    width: 100%;
    height: 396px;
    max-height: 396px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
@media all and (min-width: 1440px) {
    .more-articles__card-figure {
        height: 490px;
        max-height: 490px;
    }
}
.more-articles__card-image {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.more-articles__card-image.height-100 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.more-articles__card-title {
    font: 700 20px/24px "Rubik", sans-serif;
    color: #000;
}
.more-articles__card-excerpt {
    font: 300 20px/26px "Rubik", sans-serif;
    color: #000;
}
.more-articles__read-all {
    display: block;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background-color: #9Ab67b;
    border-radius: 50px;
    padding: 24px;
    margin: 96px auto 0 auto;
    overflow: hidden;
    font: 700 22px/35px "Rubik", sans-serif;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.more-articles__read-all:hover {
    background-color: #7b9262;
}
@media all and (min-width: 520px) {
    .more-articles__read-all {
        min-width: 310px;
    }
}
.more-articles__slide-container {
    position: relative;
}
.more-articles__slide-container .more-articles__slide-button {
    position: relative;
}
.more-articles__slide-container .more-articles__slide-button-cont {
    max-width: 1680px;
}
.more-articles__slide-container .more-articles__slide-button-wrap {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    display: none;
}
@media all and (min-width: 1440px) {
    .more-articles__slide-container .more-articles__slide-button-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-left: auto;
        margin-bottom: 28px;
    }
}
@media all and (min-width: 1860px) {
    .more-articles__slide-container .more-articles__slide-button-wrap {
        margin-bottom: 40px;
    }
}
.more-articles-slider.pt-100 {
    padding-top: 100px;
}
.more-articles-slider__top {
    width: 100%;
    max-width: 1680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: 10px;
    margin-bottom: 26px;
}
@media all and (min-width: 744px) {
    .more-articles-slider__top {
        margin-bottom: 40px;
    }
}
@media all and (min-width: 1440px) {
    .more-articles-slider__top {
        margin-bottom: 24px;
    }
}
@media all and (min-width: 1860px) {
    .more-articles-slider__top {
        margin-bottom: 32px;
    }
}

.tag {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 3px 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-backdrop-filter: blur(150px);
    backdrop-filter: blur(150px);
    background: rgba(255, 255, 255, 0.1);
    font: 400 12px/140% "Rubik", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    color: #fff;
}
.tag.bg-black {
    background: rgba(33, 29, 27, 0.1);
}
.tag-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.video-play-from {
    width: 100%;
}
.video-play-from__wrapper {
    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;
}
@media all and (min-width: 1020px) {
    .video-play-from__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media all and (min-width: 1440px) {
    .video-play-from__wrapper {
        gap: 24px;
    }
}
.video-play-from__video {
    width: 100%;
    display: block;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media all and (min-width: 744px) {
    .video-play-from__video {
        border-radius: 24px;
    }
}
@media all and (min-width: 1440px) {
    .video-play-from__video {
        border-radius: 32px;
    }
}
.video-play-from__video-inner {
    width: 100%;
    max-width: 1160px;
    max-height: 696px;
    border-radius: 16px;
    background-color: #d9d9d9;
    position: relative;
    z-index: 0;
    margin: 0 auto;
}
@media all and (min-width: 744px) {
    .video-play-from__video-inner {
        border-radius: 24px;
    }
}
@media all and (min-width: 1440px) {
    .video-play-from__video-inner {
        border-radius: 32px;
    }
}
.video-play-from__top {
    border-radius: 0 4.3% 14px 0;
    padding: 0 0 8px 4px;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #f8ebd8;
}
@media all and (min-width: 744px) {
    .video-play-from__top {
        padding-right: 9.3%;
        border-radius: 0 0 24px 0;
    }
}
.video-play-from__top::after, .video-play-from__top::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 32px 0 0 0;
    position: absolute;
    border: 10px solid;
    border-bottom: 5px;
    border-right: 5px;
    border-color: #f8ebd8;
}
.video-play-from__top::after {
    height: 20px;
    top: -10px;
    right: -20px;
}
.video-play-from__top::before {
    top: calc(100% - 10px);
    left: -10px;
}
.video-play-from__top-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.video-play-from__content {
    width: calc(100% - 32px);
    max-width: 656px;
    margin: 0 auto;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background: rgba(255, 255, 255, 0.01);
    position: absolute;
    bottom: 40px;
    left: 28px;
}
@media all and (min-width: 744px) {
    .video-play-from__content {
        border-radius: 24px;
        padding: 32px;
        -webkit-backdrop-filter: blur(150px);
        backdrop-filter: blur(150px);
    }
}
@media all and (min-width: 1440px) {
    .video-play-from__content {
        max-width: 560px;
    }
}
@media all and (min-width: 1860px) {
    .video-play-from__content {
        max-width: 776px;
        padding: 36px 40px;
    }
}
.video-play-from__content-title {
    margin-bottom: 6px;
}
@media all and (min-width: 744px) {
    .video-play-from__content-title {
        margin-bottom: 12px;
    }
}
@media all and (min-width: 1860px) {
    .video-play-from__content-title {
        margin-bottom: 24px;
    }
}
.video-play-from__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 32px;
    gap: 8px;
    width: 100%;
    background: #fff;
    border-radius: 16px;
    font: 400 18px/110% "Rubik", sans-serif;
    vertical-align: middle;
    color: #211d1b;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media all and (min-width: 744px) {
    .video-play-from__btn {
        font-size: 20px;
        line-height: 120%;
    }
}
@media all and (min-width: 1020px) {
    .video-play-from__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
@media all and (min-width: 1440px) {
    .video-play-from__btn {
        font-size: 24px;
        padding: 36px 40px;
        border-radius: 32px;
    }
}
@media all and (min-width: 1860px) {
    .video-play-from__btn {
        font-size: 28px;
        line-height: 140%;
        padding: 54px 40px;
    }
}
.video-play-from__btn.active {
    background: #d87c3f;
    color: #fff;
}
.video-play-from__btn.active::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/resources/img/icon-play-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-play-from__btn:hover {
    color: #fff;
    background: #ebbd9f;
}
.video-play-from__btn-inner {
    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: 12px;
}
@media all and (min-width: 744px) {
    .video-play-from__btn-inner {
        gap: 16px;
    }
}
@media all and (min-width: 1020px) {
    .video-play-from__btn-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 30%;
    }
}
@media all and (min-width: 1440px) {
    .video-play-from__btn-inner {
        gap: 20px;
    }
}
@media all and (min-width: 1860px) {
    .video-play-from__btn-inner {
        gap: 32px;
    }
}
.video-play-from__btn-circle {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    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;
    background: rgba(255, 255, 255, 0.1);
    border: 0.666667px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 33.3px;
    z-index: 1;
}
@media all and (min-width: 1440px) {
    .video-play-from__btn-circle {
        width: 48px;
        height: 48px;
    }
}
.video-play-from__btn-circle::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/resources/img/icon-play-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media all and (min-width: 1440px) {
    .video-play-from__btn-circle::before {
        width: 32px;
        height: 32px;
    }
}

.footer {
    width: 100%;
    padding: 20px 20px 37px;
    margin-top: auto;
    background-color: #71473b;
    border-radius: 16px;
    overflow: hidden;
}
@media all and (min-width: 992px) {
    .footer {
        padding: 56px 32px 32px;
    }
}
.footer.mt-0 {
    margin-top: 0;
}
.footer.mt-56 {
    margin-top: 56px;
}
@media all and (min-width: 744px) {
    .footer.mt-56 {
        margin-top: 70px;
    }
}
@media all and (min-width: 1440px) {
    .footer.mt-56 {
        margin-top: 80px;
    }
}
@media all and (min-width: 1860px) {
    .footer.mt-56 {
        margin-top: 100px;
    }
}
.footer__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;
    gap: 32px;
}
@media all and (min-width: 992px) {
    .footer__head {
        -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;
    }
}
.footer__block {
    width: 100%;
    max-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: 12px;
}
@media all and (min-width: 992px) {
    .footer__block {
        max-width: 338px;
        gap: 28px;
    }
}
.footer__logo {
    width: 100%;
    max-width: 114px;
    height: 32px;
    overflow: hidden;
}
@media all and (min-width: 992px) {
    .footer__logo {
        max-width: 156px;
        height: 50px;
    }
}
.footer__logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__address {
    font: 300 12px/16.8px "Rubik", sans-serif;
    color: #fff;
    opacity: 0.8;
}
@media all and (min-width: 992px) {
    .footer__address {
        font-size: 14px;
        line-height: 19.6px;
    }
}
.footer__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}
@media all and (min-width: 992px) {
    .footer__row {
        max-width: 50%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media all and (min-width: 1080px) {
    .footer__row {
        gap: 73px;
    }
}
.footer__menu {
    width: 100%;
    max-width: 50%;
    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;
}
@media all and (min-width: 992px) {
    .footer__menu {
        text-align: right;
    }
}
.footer__menu.right {
    text-align: right;
}
@media all and (min-width: 992px) {
    .footer__menu.right {
        margin-right: 32px;
    }
}
.footer__menu-link {
    font: 400 14px/19.6px "Rubik", sans-serif;
    color: #fff;
}
@media all and (min-width: 992px) {
    .footer__menu-link {
        font-size: 16px;
        line-height: 22.4px;
    }
}
.footer__menu-link:hover {
    color: #f39810;
}
.footer__foot {
    width: 100%;
    margin-top: 34px;
    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: 992px) {
    .footer__foot {
        -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;
        gap: 32px;
    }
}
.footer__text {
    font: 300 12px/16.8px "Rubik", sans-serif;
    color: #fff;
    opacity: 0.6;
}
@media all and (min-width: 992px) {
    .footer__text {
        max-width: 630px;
        font-size: 14px;
        line-height: 19.6px;
    }
    .footer__text:not(.update-date) {
        margin-bottom: 16px;
    }
}
.footer__text.update-date {
    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: 992px) {
    .footer__text.update-date {
        max-width: 230px;
        text-align: right;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}
@media all and (min-width: 992px) {
    .footer__mobile-text {
        display: none;
    }
}
