/*!
Theme Name: Nikko
Author: Adem.IT
Author URI: https://ademcorp.ru/
Version: 1.0.0
*/
:root {
    --font-primary: "Roboto", sans-serif
}

@font-face {
    font-family: "Roboto";
    src: url(assets/fonts/Roboto-Black.woff2) format("woff2"), url(assets/fonts/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(assets/fonts/Roboto-Bold.woff2) format("woff2"), url(assets/fonts/Roboto-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(assets/fonts/Roboto-Medium.woff2) format("woff2"), url(assets/fonts/Roboto-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(assets/fonts/Roboto-Regular.woff2) format("woff2"), url(assets/fonts/Roboto-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto";
    src: url(assets/fonts/Roboto-Light.woff2) format("woff2"), url(assets/fonts/Roboto-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

html {
    color: inherit
}

b, body, button, html, img, input, strong {
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: inherit;
    box-sizing: border-box
}

body, html {
    vertical-align: baseline
}

a, article, aside, blockquote, code, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, i, iframe, label, li, main, nav, ol, p, pre, section, span, sup, textarea, ul {
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    vertical-align: baseline;
    box-sizing: border-box
}

b, button, img, input, strong {
    color: inherit
}

img {
    font-weight: inherit;
    vertical-align: bottom;
    border: 0
}

b, button, input, strong {
    vertical-align: baseline
}

b, img, strong {
    line-height: inherit
}

b, strong {
    font-weight: 700
}

button, input {
    font-weight: inherit
}

article, aside, footer, header, main, nav, section {
    display: block
}

button {
    overflow: visible;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

button, input {
    line-height: normal;
    -webkit-appearance: none
}

i {
    font-style: italic
}

sup {
    font-size: .55em;
    position: relative;
    bottom: .55em
}

button, code, img {
    display: inline-block
}

body, html {
    font-family: var(--font-primary);
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    min-height: 99.9vh;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

body {
    display: flex;
    flex-direction: column;
    color: #fff;
    background-image: linear-gradient(107.25deg, #ff9646 4%, #ff5733 107%)
}

body.inner-page {
    color: #000;
    background-image: none;
    background-color: #fff
}

body::-webkit-scrollbar {
    width: .5rem
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 .5rem #ff5733
}

body::-webkit-scrollbar-thumb {
    background-color: #ff9646
}

.container {
    position: relative;
    width: 95vw;
    max-width: 129rem;
    margin: 0 auto
}

.button {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-color: #a3b67e;
    border: 0;
    border-radius: 10rem
}

.button:hover {
    background-color: #9bad78
}

.button:active {
    background-color: #93a571
}

.answer-range label:hover span::before {
    opacity: 1
}

.answer-range label:hover span::after {
    opacity: 0
}

.logo {
    width: 21.3rem
}

.logo img {
    width: 100%;
    height: auto
}

.main {
    flex: 1 0 auto;
    overflow: hidden
}

.social {
    z-index: 2;
    position: absolute;
    top: 0;
    right: -7rem;
    display: inline-flex;
    justify-content: space-between;
    width: 14rem
}

.social__link {
    display: inline-block;
    padding-top: 2rem;
    background-color: #a3b67e;
    color: #fff;
    border-radius: 0 0 2rem 2rem;
    transition: all .2s ease
}

.social__link:hover {
    background-color: transparent
}

.social__link img {
    width: 4rem;
    height: 4rem
}

.title {
    font-size: 6rem;
    font-weight: 900
}

.title span {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 3.8rem
}

.subtitle {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1
}

.text {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.1
}

.text a {
    transition: all .2s ease
}

.text a:hover {
    text-decoration: none
}

.answer label, .answer-range label span, .articles {
    position: relative
}

.articles__container {
    padding: 6rem 0
}

.articles__title {
    font-size: 4.8rem
}

.articles__slider {
    margin-top: 3.5rem
}

.articles__slide {
    width: 30rem;
    margin-right: 3rem
}

.articles__slider-nav {
    position: absolute;
    top: 6.4rem;
    right: 0;
    display: inline-flex;
    gap: .8rem
}

.articles__slider-nav button {
    width: 4rem;
    height: 4rem;
    background-color: #ff903c;
    border: 0;
    border-radius: 50%
}

.articles__slider-nav button.slick-disabled {
    opacity: .5
}

.articles__slider-nav button svg {
    color: #fff
}

.articles__slide-image {
    max-width: 100%;
    border-radius: .8rem
}

.articles__slide-title {
    margin-top: .8rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.33
}

.articles__slide-button {
    width: 17rem;
    height: 4rem;
    margin-top: .8rem;
    font-size: 1.6rem
}

.answer {
    position: relative;
    display: flex;
    width: 42rem;
    margin-top: 4rem
}

.answer input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    pointer-events: none
}

.answer label {
    display: inline-flex;
    cursor: pointer;
    transition: all .2s ease
}

.answer-range {
    justify-content: space-between;
    flex-direction: row-reverse
}

.answer-range__lineage {
    position: absolute;
    bottom: .85rem;
    left: .25rem;
    width: calc(100% - .5rem);
    height: .8rem;
    background-color: #e0e0e0
}

.answer-range__lineage span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #ff903c
}

.answer-range input:checked + label, .answer-range input:checked ~ label {
    color: #ff903c
}

.answer-chckbx__item input:checked + label::before, .answer-range input:checked + label span::before, .answer-range input:checked + label::before, .answer-range input:checked ~ label span::before, .answer-range input:checked ~ label::before {
    opacity: 1
}

.answer-range input:checked + label span::after, .answer-range input:checked ~ label span::after {
    opacity: 0
}

.answer-range label {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;
    padding-bottom: .2rem;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, .3)
}

.answer-range label:nth-of-type(1) {
    align-items: flex-start;
    padding-bottom: 0
}

.answer-range label:nth-of-type(1)::after {
    height: 2.5rem;
    transform: none
}

.answer-range label:nth-of-type(1)::before {
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem
}

.answer-range label:nth-of-type(8) {
    align-items: flex-end;
    padding-bottom: 0
}

.answer-range label:nth-of-type(8)::after {
    height: 2.5rem;
    transform: none
}

.answer-range label:nth-of-type(8)::before {
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem
}

.answer-range label span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: attr(title);
    font-weight: 700;
    color: #ff903c;
    opacity: 0
}

.answer-range label span::after {
    content: attr(title);
    font-weight: 400;
    opacity: 1
}

.answer-range label:hover::before {
    opacity: 1
}

.answer-range label::after {
    content: "";
    display: inline-block;
    width: .8rem;
    height: 2rem;
    transform: translateY(.3rem);
    border-radius: .7rem;
    background-color: #e0e0e0
}

.answer-range label::before {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ff903c;
    opacity: 0;
    transition: all .2s ease
}

.answer-chckbx {
    flex-wrap: wrap;
    gap: .4rem
}

.answer-chckbx__item {
    width: calc(50% - .4rem);
    height: 11.5rem
}

.answer-chckbx__item input:checked + label img {
    border-color: #ff903c
}

.answer-chckbx__item label, .answer-chckbx__item label img {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem
}

.answer-chckbx__item label::before {
    position: absolute;
    top: -.8rem;
    left: -.8rem;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(assets/images/icons/check.svg);
    background-size: 1.6rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ff903c;
    border-radius: 50%;
    opacity: 0
}

.answer-chckbx__item label img {
    object-fit: cover;
    object-position: center;
    border: .4rem solid transparent
}

.answer-btn {
    gap: .8rem
}

.answer-btn__item {
    width: calc(50% - .4rem)
}

.answer-btn__item input:checked + label {
    background-color: #ff903c
}

.answer-btn__item label {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6.8rem;
    font-size: 2.5rem;
    font-weight: 700;
    border: .1rem solid #ff903c;
    border-radius: 10rem
}

.help__subtitle {
    font-weight: 400
}

.help__tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .8rem;
    margin-top: 2rem
}

.help__tab {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.6rem .8rem 2.4rem;
    font-size: 1.7rem;
    border: .2rem solid #ff903c;
    border-radius: 5rem;
    cursor: pointer;
    transition: all .2s ease
}

.help__tab:hover {
    background-color: rgba(255, 144, 60, .3)
}

.help__tab.opened {
    color: #fff;
    background-color: #ff903c
}

.help__tab.opened svg {
    color: #fff;
    transform: scale(1, -1)
}

.help__tab.opened + .drpdwn__list {
    display: block;
    opacity: 1
}

.help__tab span {
    margin-right: .5rem
}

.help__tab, .help__tab svg, .literature__accordion-header svg {
    color: #ff903c
}

.help__list {
    display: none;
    margin-top: 2.4rem;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.3
}

.help__list li {
    position: relative;
    display: none;
    padding-left: 3.2rem
}

.help__list li + li {
    margin-top: .8rem
}

.help__list li::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: .8rem;
    top: .5rem;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #ff903c
}

.help__list li a {
    text-decoration: none;
    color: #ff903c
}

.iframe__container {
    padding: 3rem 0
}

.iframe__block {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    padding: 5.4rem 6.4rem 6.4rem;
    color: #fff;
    background: linear-gradient(108deg, #ff9646 4.06%, #ff5733 107.66%);
    border-radius: 3.2rem
}

.iframe__text {
    max-width: 82.5rem;
    margin-top: 1.6rem
}

.iframe__title {
    font-size: 3.8rem;
    font-weight: 900;
    letter-spacing: .4rem;
    text-transform: uppercase
}

.iframe p {
    margin-top: 3rem;
    font-size: 2.5rem;
    line-height: 1.35
}

.iframe img {
    flex-shrink: 0;
    max-width: 35rem
}

.introduce__container {
    display: flex;
    align-items: flex-start;
    padding-top: 7rem;
    padding-bottom: 5rem
}

.introduce__content {
    flex: 1 0 auto;
    max-width: 60rem
}

.introduce__text {
    margin-top: 4rem
}

.introduce__button {
    margin-top: 4rem;
    width: 54rem;
    height: 8rem
}

.introduce__image {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 6rem
}

.introduce__image-canvas {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0
}

.introduce__image-liver {
    z-index: 3;
    position: relative;
    width: 63.8rem
}

.introduce__image-arrows {
    z-index: 1;
    position: relative;
    width: 48.7rem;
    margin-top: -1.75rem;
    margin-left: -3rem
}

.literature__container {
    padding: 5.5rem 0
}

.literature__accordion {
    padding: 3rem;
    border: .2rem solid #ff903c;
    border-radius: 5rem
}

.literature__accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    letter-spacing: -.05rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.4rem;
    color: #ff903c;
    cursor: pointer
}

.literature__accordion-header::before {
    content: "";
    position: absolute;
    top: -3rem;
    right: -3rem;
    bottom: -3rem;
    left: -3rem;
    border-radius: 5rem
}

.literature__accordion-header span {
    margin-right: 0;
    margin-left: 1rem
}

.literature__accordion-header.opened svg {
    transform: scale(1, -1)
}

.literature__accordion-body {
    display: none;
    margin-top: 2.4rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
    color: #000;
    list-style-position: inside
}

.literature__accordion-body li + li {
    margin-top: .8rem
}

.result__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.result__content {
    max-width: 67rem;
    margin-bottom: 5rem;
    line-height: 1.15
}

.result__title {
    font-size: 4.9rem;
    text-transform: uppercase;
    max-width: 55rem
}

.result__subtitle {
    max-width: 42.5rem;
    margin-top: 4rem
}

.result__image {
    position: relative;
    transform: translateX(-5rem);
    padding: 8rem 0 3rem
}

.result__image-liver {
    width: 55.5rem
}

.result__image-bckgrnd {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4rem;
    width: 100vw;
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 10rem 0 0 10rem
}

.test {
    padding-bottom: 12rem
}

.test__grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.test__content {
    max-width: 49.5rem;
    margin-top: 6rem;
    margin-bottom: 9rem
}

.test__button {
    width: 41.7rem;
    height: 6rem;
    margin-top: 4rem
}

.test__prompt-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.4rem;
    padding: 1rem;
    font-size: 1.7rem;
    font-weight: 600;
    color: #ff903c;
    background: #fff;
    border: .1rem solid #ff903c;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .2);
    border-radius: 5rem
}

.test__prompt-text::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 1.5rem;
    width: 4.5rem;
    height: 4.5rem;
    font-size: 2.5rem;
    background-color: rgba(255, 144, 60, .3);
    border-radius: 50%;
    border: .1rem solid #ff903c
}

.test__image {
    position: relative;
    transform: translateX(-5rem);
    padding: 8rem 0 3rem
}

.test__image-lottie {
    position: absolute;
    width: 62rem;
    height: 62rem;
    top: -3.5rem;
    left: -3.5rem
}

.test__image-lottie .lottie-animation {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.test__image-lottie .lottie-animation.visible {
    opacity: 1
}

.test__image-liver {
    width: 55.5rem;
    transform: translate(-.2rem, -.4rem);
    transition: all .2s ease
}

.test__image-bckgrnd {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4rem;
    width: calc(100vw + 40rem);
    height: 100%;
    background-color: #f7f7f7;
    border-radius: 10rem 0 0 10rem
}

.test .literature__container {
    padding: 9rem 0 0
}

@media screen and (max-width: 1399px) {
    body, html {
        font-size: 9px
    }

    .social {
        right: 0
    }
}

@media screen and (max-width: 1199px) {
    body, html {
        font-size: 8.5px
    }

    .introduce__image {
        margin-left: 4rem
    }

    .introduce__image-liver {
        width: 53.8rem
    }
}

@media screen and (max-width: 991px) {
    body, html {
        font-size: 10px
    }

    body.inner-page {
        background-color: #f7f7f7
    }

    .container {
        max-width: 570px
    }

    .articles__container {
        padding: 3.5rem 1.5rem 0;
        background-color: #fff
    }

    .articles__title {
        font-size: 2rem !important
    }

    .articles__slider-nav {
        top: 2.4rem;
        right: 1.5rem
    }

    .answer {
        width: 100%;
        margin-top: 6rem
    }

    .help__subtitle {
        font-size: 1.6rem !important;
        line-height: 1.5
    }

    .help__tabs {
        flex-direction: column;
        margin-top: 2.5rem
    }

    .help__tab {
        width: 100%
    }

    .iframe__container {
        background-color: #fff
    }

    .iframe__block {
        flex-direction: column;
        padding: 3.5rem 2rem
    }

    .iframe__text {
        margin-top: 0
    }

    .iframe__title {
        font-size: 2.9rem !important
    }

    .iframe p {
        margin-top: 1.2rem;
        font-size: 1.6rem;
        line-height: 1.55
    }

    .iframe img {
        max-width: 26rem;
        margin: 2rem auto 0
    }

    .introduce__container {
        flex-direction: column-reverse;
        align-items: center
    }

    .introduce__content {
        max-width: none
    }

    .introduce__button {
        width: 100%;
        font-size: 1.8rem
    }

    .introduce__image {
        margin-left: 0
    }

    .introduce__image-liver {
        width: 100%
    }

    .introduce__image-arrows {
        width: 100%;
        margin-left: 0
    }

    .literature__container {
        padding: 2.5rem 1.5rem;
        background-color: #fff
    }

    .literature__accordion {
        padding: 1.5rem;
        border-radius: 3rem
    }

    .literature__accordion-header::before {
        top: -1.5rem;
        right: -1.5rem;
        bottom: -1.5rem;
        left: -1.5rem;
        border-radius: 3rem
    }

    .result__container {
        flex-direction: column-reverse;
        align-items: center
    }

    .result__content {
        margin-top: -2rem;
        margin-bottom: 0;
        padding: 4rem 1.5rem 0;
        max-width: 100%;
        background-color: #fff;
        border-radius: 3rem 3rem 0 0
    }

    .result__title {
        font-size: 2.3rem
    }

    .result__subtitle {
        margin-top: 2.5rem;
        font-size: 1.6rem !important;
        font-weight: 400;
        line-height: 1.5
    }

    .result__image {
        transform: none;
        padding-top: 5rem
    }

    .result__image-liver {
        width: 100%;
        width: 32rem
    }

    .test {
        padding-bottom: 0
    }

    .test__grid {
        flex-direction: column-reverse;
        align-items: center
    }

    .test__content {
        margin-top: -2rem;
        margin-bottom: 0;
        padding: 4rem 1.5rem;
        width: 100vw;
        max-width: 100%;
        background-color: #fff;
        border-radius: 3rem 3rem 0 0
    }

    .test__button {
        width: 100%;
        font-size: 1.8rem
    }

    .test__image {
        transform: none;
        padding-top: 1rem
    }

    .test__image-lottie {
        width: 32rem;
        height: 32rem;
        top: -2.5rem;
        left: 0
    }

    .test__image-liver {
        width: 32rem
    }

    .test .literature__container {
        padding: 0 1.5rem 4rem
    }
}

@media screen and (max-width: 768px) {
    .logo {
        width: 12rem
    }

    .title, .title span {
        font-size: 2.2rem
    }

    .title span {
        margin-bottom: 0
    }

    .subtitle {
        font-size: 2rem
    }

    .text {
        font-size: 1.5rem;
        line-height: 1.2
    }

    .articles__slider {
        margin-top: 2.5rem
    }

    .articles__slide {
        width: 20rem
    }

    .answer-chckbx__item {
        height: 9.6rem
    }

    .answer-btn__item label {
        height: 5.6rem
    }

    .introduce__container {
        padding-top: 4rem;
        padding-bottom: 0
    }

    .introduce__content {
        margin-top: 4rem;
        padding: 4rem 1.5rem;
        width: 100vw;
        background-color: #fff;
        border-radius: 3rem 3rem 0 0
    }

    .introduce__title {
        color: #000
    }

    .introduce__text {
        margin-top: 2rem;
        color: #999a9f
    }

    .introduce__button {
        margin-top: 3.2rem;
        height: 4.4rem
    }

    .introduce__image-arrows {
        margin-top: 1.5rem
    }

    .test__button {
        height: 4.4rem
    }

    .test__image-bckgrnd {
        display: none
    }
}

@font-face {
    font-family: "Rubik";
    src: url("/resources/fonts/Rubik-Light.woff") format("woff"), url("/resources/fonts/Rubik-Light.ttf") format("truetype"), url("/resources/fonts/Rubik-Light.eot") format("embedded-opentype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("/resources/fonts/Rubik-Regular.woff") format("woff"), url("/resources/fonts/Rubik-Regular.ttf") format("truetype"), url("/resources/fonts/Rubik-Regular.eot") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("/resources/fonts/Rubik-Medium.woff") format("woff"), url("/resources/fonts/Rubik-Medium.ttf") format("truetype"), url("/resources/fonts/Rubik-Medium.eot") format("embedded-opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("/resources/fonts/Rubik-SemiBold.woff") format("woff"), url("/resources/fonts/Rubik-SemiBold.ttf") format("truetype"), url("/resources/fonts/Rubik-SemiBold.eot") format("embedded-opentype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica";
    src: url("/resources/fonts/Helvetica.woff") format("woff"), url("/resources/fonts/Helvetica.ttf") format("truetype"), url("/resources/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%;
    height: max-content;
    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: 1200px) {
    .header {
        padding: 16px 40px;
    }
}
.header__inner {
    width: 100%;
    max-width: 1360px;
    height: 100%;
}
.header__inner.width-1760 {
    max-width: 1760px;
}
.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: 9;
    -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;
}

.footer__wrap {
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media all and (min-width: 992px) {
    .footer__wrap {
        padding: 16px 40px;
    }
}

.footer {
    width: 100%;
    max-width: 1400px;
    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;
    }
}