.skinlav-upper-title {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
    display: block;
}

.skinlav-bottom-title {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
    display: block;
}

sup {
    font-size: .6em;
    vertical-align: super
}

.feature-list {
    background: #E4E4E4;
    border-radius: 24px
}

.feature-list__items {
    list-style: none
}

.feature-list__item+.feature-list__item {
    margin-top: 20px
}

.i_dop,
.i_ds,
.i_qpc,
.i_tr {
    position: relative;
    padding-top: 44px
}

.i_dop:before,
.i_ds:before,
.i_qpc:before,
.i_tr:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
    background-size: cover
}

.i_qpc:before {
    background-image: url('/images/illustration/test-kit.svg');
}

.i_tr::before {
    background-image: url(/images/illustration/ai.svg)
}

.i_ds::before {
    background-image: url(/images/illustration/Data_Security.svg)
}

.i_dop::before {
    background-image: url(/images/illustration/production.svg)
}

.individual_cosmetics__header {
    text-align: center
}

.individual_cosmetics__item {
    display: flex;
    column-gap: 12px
}

.individual_cosmetics__item p+p {
    margin-top: 8px
}

.individual_cosmetics__item__img {
    min-width: 40px
}

.individual_cosmetics__item-price {
    margin-left: 4px
}

.cta {
    padding: 0
}

.cta__cntnr {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background: #E4E4E4;
    border-radius: 24px
}

.cta__cntnr .btn-bx {
    margin-top: 24px
}

.cta-h2 {
    margin-bottom: 24px
}

.footer {
    margin-top: 4px
}

.footer__logo {
    margin-bottom: 20px;
    display: block
}

.footer__contacts {
    color: #565656;
    margin-bottom: 16px
}

address {
    margin-bottom: 16px;
    font-style: normal;
    color: #000;
    font-size: 1.14285714rem;
    line-height: 1.25
}

address p+p {
    margin-top: 8px
}

.footer__copyright {
    color: #000;
    font-size: .85714286rem;
    line-height: 1.16666667
}

.attributions {
    margin-top: 16px
}

.attributions p {
    font-size: .85714286rem;
    line-height: 1.16666667
}

.attributions p+p {
    margin-top: 6px
}

.footer-menu {
    display: flex;
    column-gap: 8px;
    margin-bottom: 8px;
    font-size: .8rem;
    justify-content: flex-end;
}

body {
    margin-top: 0;
    transition: margin-top .5s ease-in-out
}

.smartbanner--show {
    margin-top: 84px
}

.smartbanner--show .smartbanner {
    transform: translateY(0)
}

.smartbanner--show .nav_header {
    transform: translateY(84px)
}

.smartbanner {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #f3f3f3;
    font-family: Montserrat, OpenSans, sans-serif;
    transform: translateY(-84px);
    transition: transform .5s ease-in-out;
    text-align: left
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center
}

.smartbanner__exit::after,
.smartbanner__exit::before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #716f6f;
    content: " "
}

.smartbanner__exit::before {
    transform: rotate(45deg)
}

.smartbanner__exit::after {
    transform: rotate(-45deg)
}

.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center;
    color: #000;
    line-height: 1.25
}

.smartbanner__info__title {
    font-size: 14px
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 12px
}

.smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center
}

#cookiescript_injected {
    direction: ltr !important;
    right: initial !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    padding: 5px 8px !important;
    width: calc(100% - 30px) !important;
    max-width: 368px !important;
    align-items: center !important;
    justify-content: space-between !important
}

#cookiescript_copyright,
#cookiescript_description,
#cookiescript_manage span,
.cookiescript_pre_header {
    display: none !important
}

#cookiescript_header {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 5px !important;
    letter-spacing: 0 !important;
    margin-right: 18px !important
}

#cookiescript_accept,
#cookiescript_reject {
    text-transform: none !important;
    min-width: initial !important;
    margin: 0 !important;
    padding: 4px 12px !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important
}

#cookiescript_reject {
    margin-right: 5px !important
}

#cookiescript_buttons {
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin-bottom: 0 !important
}

#cookiescript_header,
#cookiescript_manage_wrap {
    order: -1
}

#cookiescript_accept {
    order: 1 !important
}

@media (max-width:414px) {
    #cookiescript_injected {
        padding: 10px !important;
        flex-wrap: wrap !important;
        border-radius: 24px !important;
        row-gap: 10px !important;
        margin-bottom: 20px !important;
        justify-content: center !important;
        column-gap: 5px !important
    }

    #cookiescript_header {
        width: 100% !important;
        text-align: center !important;
        margin-right: 0 !important
    }

    #cookiescript_manage {
        margin-left: 0 !important
    }

    #cookiescript_buttons,
    #cookiescript_description,
    #cookiescript_manage_wrap {
        margin-bottom: 0 !important
    }
}

@media (min-width:494px) {
    .img-logos {
        max-width: 454px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) {

    .nav_header,
    footer.footer,
    main#main {
        display: block !important
    }

    .preloader {
        display: none
    }

    .sctn {
        padding: 60px 0;
        scroll-margin-top: 122px
    }

    .cntnr {
        padding-left: 40px;
        padding-right: 40px
    }

    h1 {
        font-size: 3.42857143rem;
        line-height: 1.08333333
    }

    .h2_small {
        font-size: 1.28571429rem;
        line-height: 1.11111111;
        margin-bottom: 16px
    }

    .h3_big,
    h2 {
        font-size: 2.28571429rem;
        line-height: 1.125
    }

    .h3_big {
        margin-bottom: 16px
    }

    .h3,
    h3 {
        font-size: 1.71428571rem;
        line-height: 1.16666667;
        font-weight: 700
    }

    p {
        font-size: 1.14285714rem;
        line-height: 1.25
    }

    .text__box {
        max-width: 454px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .rw {
        row-gap: 40px
    }

    .cta,
    .feature-list,
    .individual_cosmetics,
    .step1,
    .step2,
    .step3 {
        content-visibility: initial;
        contain-intrinsic-size: initial
    }

    .nav_header__cntnr {
        padding: 20px 40px
    }

    .nav_header__logo {
        max-width: initial
    }

    .language_dropdown__btn {
        font-size: 1.14285714rem;
        line-height: 1.125
    }

    #langDropdownBtn {
        padding: 13px 52px 13px 20px
    }

    #langDropdownBtn:after {
        right: 20px
    }

    #menu {
        top: 84px;
        padding: 0 40px
    }

    .hero {
        padding-top: 152px;
        padding-bottom: 80px
    }

    .hero__desc {
        font-size: 1.42857143rem;
        line-height: 1.2
    }

    .btn-bx {
        margin-top: 32px;
        flex-direction: row;
        column-gap: 20px;
        margin-right: 37px;
        margin-left: 37px;
        justify-content: start
    }

    .circle {
        margin-top: 40px
    }

    .feature-list {
        border-radius: 60px
    }

    .feature-list__items {
        display: flex;
        flex-wrap: wrap;
        column-gap: 16px;
        row-gap: 40px;
        box-sizing: border-box
    }

    .feature-list__item {
        width: calc(50% - 8px);
        max-width: calc(50% - 8px);
        box-sizing: border-box;
        padding-top: 80px
    }

    .feature-list__item .h3 {
        margin-bottom: 12px
    }

    .feature-list__item::before {
        width: 64px;
        height: 64px
    }

    .feature-list__item+.feature-list__item {
        margin-top: 0
    }

    .cover-box {
        border-radius: 67.23px
    }

    .cover-box.step1:before {
        top: -14.23px;
        left: -26.53px;
        right: initial;
        bottom: initial
    }

    .cover-box.step2:before {
        top: initial;
        bottom: 145.67px;
        right: initial
    }

    .cover-box.step3:before {
        bottom: -20px;
        right: -68.35px;
        left: initial
    }

    .cover-box__img {
        padding: 0 112.05px;
        transform: translate(-50%, 112.63px)
    }

    .img-logos {
        margin-top: 16px
    }

    .individual_cosmetics {
        padding-bottom: 80px
    }

    .individual_cosmetics__item__img {
        min-width: 101px
    }

    .individual_cosmetics__item {
        column-gap: 16px
    }

    .individual_cosmetics__item h3 {
        margin-bottom: 10px
    }

    .cta {
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
        margin-left: 0;
        margin-right: 0
    }

    .cta__cntnr {
        position: relative;
        overflow: hidden;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 124px;
        padding-bottom: 124px;
        border-radius: 60px
    }

    .cta__cntnr .rw::after,
    .cta__cntnr .rw::before,
    .cta__cntnr::after,
    .cta__cntnr::before {
        content: '';
        position: absolute;
        background-size: contain;
        z-index: 0;
        transition: transform 2s ease-in-out
    }

    .cta__cntnr::before {
        width: 400px;
        height: 400px;
        background-image: url(/images/illustration/Ellipse24.svg);
        top: -205px;
        right: -261px
    }

    .cta__cntnr::after {
        width: 185.77px;
        height: 185.77px;
        background-image: url(/images/illustration/Ellipse25.svg);
        bottom: -39px;
        right: -83px
    }

    .cta__cntnr .rw::before {
        width: 708px;
        height: 708px;
        background-image: url(/images/illustration/Ellipse21.svg);
        bottom: -465px;
        left: -443px
    }

    .cta__cntnr .rw::after {
        width: 600px;
        height: 600px;
        background-image: url(/images/illustration/Ellipse22.svg);
        bottom: -417px;
        left: -399px
    }

    .cta_deactive .cta__cntnr::before {
        transform: translate(100px, -140px)
    }

    .cta_deactive .cta__cntnr::after {
        transform: translateY(140px)
    }

    .cta_deactive .cta__cntnr .rw::before {
        transform: translateY(240px)
    }

    .cta_deactive .cta__cntnr .rw::after {
        transform: translateY(240px)
    }

    .footer__logo img {
        min-width: 172px
    }

    .footer {
        margin-top: 0
    }

    .footer .cntnr {
        display: flex;
        justify-content: space-between;
        align-items: end;
        column-gap: 96px
    }

    .footer__contacts {
        max-width: 506px;
        margin-bottom: 0
    }

    .footer__copyright {
        font-size: 1.14285714rem;
        line-height: 1.25;
        min-width: 256px;
        text-align: right
    }
}

@media (min-width:1200px) {
    .sctn {
        scroll-margin-top: 174px
    }

    h1 {
        font-size: 4.57142857rem;
        line-height: 1.09375
    }

    .h3_big,
    h2 {
        font-size: 2.85714286rem;
        line-height: 1.15;
        margin-bottom: 24px
    }

    .text__box {
        text-align: left;
        margin-left: 0;
        margin-right: 0
    }

    .h2_small {
        font-weight: 600;
        margin-bottom: 24px
    }

    .cntnr__small {
        max-width: 826px
    }

    .align-center {
        align-items: center
    }

    #features {
        scroll-margin-top: -160px
    }

    .nav_header__cntnr {
        padding: 31px 40px
    }

    #hamburger {
        display: none
    }

    #menu {
        visibility: visible;
        opacity: 1;
        position: relative;
        height: auto;
        transform: initial;
        top: initial;
        z-index: 1
    }

    .nav__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        column-gap: 48px
    }

    .hero {
        min-height: initial
    }

    .hero .btn-bx {
        margin-top: 48px;
        margin-left: 0;
        margin-right: 234px
    }

    .hero .text__box {
        max-width: initial
    }

    .hero .rw {
        column-gap: 80px
    }

    .hero {
        padding-bottom: 60px;
        position: relative;
        overflow: hidden
    }

    .circle {
        overflow: visible;
        margin-right: -242px;
        height: 800px;
        display: flex;
        align-items: center
    }

    .circle #animation {
        width: 800px;
        height: 800px;
    }

    .hero__img-phone {
        max-width: 570px;
        margin-left: -64px
    }

    .hero__cl_text {
        max-width: 614px
    }

    .cl_expand {
        min-width: 1px;
        flex: 1
    }

    .cl_auto {
        flex: 0 0 auto
    }

    .rw {
        column-gap: 126px
    }

    .circle {
        margin-top: 0
    }

    .feature-list {
        padding: 120px 0
    }

    .feature-list__items {
        column-gap: 20px
    }

    .feature-list__items .h3 {
        margin-bottom: 16px
    }

    .feature-list__item {
        width: calc(25% - 15px);
        max-width: calc(25% - 15px);
        padding-top: 102px
    }

    .feature-list__item::before {
        width: 86px;
        height: 86px
    }

    .steps {
        padding-top: 0
    }

    .steps .sctn {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .steps .text__box {
        max-width: 508px
    }

    .cover-box {
        border-radius: 60px
    }

    .cover-box::before {
        transition: transform 2.5s ease-in-out
    }

    .cover-box.step1::before,
    .cover-box.step2::before,
    .cover-box.step3::before {
        bottom: initial;
        right: initial;
        top: initial;
        left: initial
    }

    .cover-box.step1:before {
        transform: translate(-350px, -25px)
    }

    .cover-box.step2:before {
        transform: translate(-50%, -992px)
    }

    .cover-box.step3:before {
        transform: translate(-1056.65px, -827.65px) rotate(70.59deg)
    }

    .cover-box__img {
        padding: 0 100px;
        transform: translate(-50%, 100.52px)
    }

    .img-logos {
        margin-top: 24px;
        margin-left: 0;
        display: block
    }

    #step1,
    #step2,
    #step3 {
        padding-top: 0;
        padding-bottom: 0
    }

    #step3 {
        padding-bottom: 160px
    }

    .mobile_box {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100.54px;
        height: 100%;
        width: 414px;
        box-sizing: border-box;
        overflow: hidden
    }

    .mobileFrame {
        z-index: 1;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 414px;
        height: 862px
    }

    .framescreen {
        position: relative;
        top: 52.95px;
        width: 388px;
        height: 836px;
        left: 14px;
        overflow: hidden
    }

    .screenContainer {
        position: relative;
        z-index: 1;
        left: 0;
        display: flex;
        align-items: start;
        width: 1161px;
        height: 100%;
        transform: translateX(0);
        transition: transform 1s ease-in-out;
        will-change: transform;
        transform: translateZ(0)
    }

    #steps:not(.activeAnimation) #step1 {
        padding-top: 160px;
        padding-bottom: 160px
    }

    .activeAnimation #stickyContainer {
        position: sticky;
        top: -80px;
        display: block !important
    }

    .activeAnimation #stickyContainer .cl_auto {
        min-width: 508px
    }

    .activeAnimation #step1 .cover-box,
    .activeAnimation #step2 .cover-box,
    .activeAnimation #step3 .cover-box {
        opacity: 0
    }

    .activeAnimation #step1 .cover-box img,
    .activeAnimation #step1 .cover-box::before,
    .activeAnimation #step2 .cover-box img,
    .activeAnimation #step2 .cover-box::before,
    .activeAnimation #step3 .cover-box img,
    .activeAnimation #step3 .cover-box::before {
        display: none
    }

    .individual_cosmetics {
        padding-bottom: 60px
    }

    .individual_cosmetics__header {
        max-width: initial;
        text-align: center
    }

    .individual_cosmetics__header h2 {
        margin-bottom: 20px
    }

    .individual_cosmetics__items {
        column-gap: 20px
    }

    .individual_cosmetics__item {
        column-gap: 20px
    }

    .individual_cosmetics__item h3 {
        margin-bottom: 10px
    }

    .individual_cosmetics__item strong {
        line-height: 1.125
    }

    .individual_cosmetics__item__img {
        min-width: 86px
    }

    .cta {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .cta .text__box {
        max-width: 1036px;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .cta .btn-bx {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }

    .cta p {
        font-size: 1.42857143rem;
        line-height: 1.2
    }

    .cta__cntnr {
        margin-left: auto;
        margin-right: auto;
        padding-top: 143px;
        padding-bottom: 143px;
        box-sizing: border-box
    }

    .cta__cntnr::before {
        top: -201.1px;
        right: -219.9px
    }

    .cta__cntnr::after {
        bottom: -66.66px;
        right: -80.66px
    }

    .cta__cntnr .rw::before {
        bottom: -467.94px;
        left: -361.59px
    }

    .cta__cntnr .rw::after {
        bottom: -412.84px;
        left: -316.84px
    }

    .footer {
        padding-top: 40px;
        padding-bottom: 57px
    }

    .footer__logo {
        margin-bottom: 40px
    }

    address {
        margin-bottom: 24px
    }

    address p+p {
        margin-top: 12px
    }

    .attributions {
        margin-top: 24px
    }

    .attributions p {
        font-size: 14px;
        line-height: 1.14285714
    }

    .attributions p+p {
        margin-top: 8px
    }

    .smartbanner--show .smartbanner {
        display: none
    }

    .smartbanner--show .nav_header {
        transform: translateY(0)
    }
}

@media (min-width:1294px) {
    .hero .rw {
        column-gap: 126px
    }

    .hero__img-phone {
        margin-left: -24px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .cover-box {
        max-width: 688px;
        margin-left: auto;
        margin-right: auto
    }

    .circle {
        max-width: 688px;
        margin-left: auto;
        margin-right: auto
    }
}