@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Medium.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Light.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Bold.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-Regular.woff2') format('woff2'),
        url('/fonts/GreycliffCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('/fonts/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('/fonts/QuincyCF-Bold.woff2') format('woff2'),
        url('/fonts/QuincyCF-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('/fonts/QuincyCF-Medium.woff2') format('woff2'),
        url('/fonts/QuincyCF-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('/fonts/QuincyCF-Regular.woff2') format('woff2'),
        url('/fonts/QuincyCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quincy CF';
    src: url('/fonts/QuincyCF-Black.woff2') format('woff2'),
        url('/fonts/QuincyCF-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Bold.woff2') format('woff2'),
        url('/fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('/fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Thin.woff2') format('woff2'),
        url('/fonts/Manrope-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/fonts/Manrope-Semibold.woff2') format('woff2'),
        url('/fonts/Manrope-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    background: none;
    border: none;
}

:root {
    --akcent: #096A8C;
    --color: #000229;
    --violet: #573AA0;
    --greycliff: 'Greycliff CF', sans-serif;
    --quincy: 'Quincy CF', sans-serif;
    --manrope: 'Manrope', sans-serif;
    --title-size: 58px;
    --title-size-small: 49px;
}

@media (max-width: 1600px) {
    :root {
        --title-size: 35px;
        --title-size-small: 30px;
    }
}

@media (max-width: 1200px) {
    :root {
        --title-size: 30px;
        --title-size-small: 25px;
    }
}

@media (max-width: 500px) {
    :root {
        --title-size: 6vw;
        --title-size-small: 10vw;
    }
}

body {
    font-family: var(--manrope);
    font-size: 15px;
    line-height: 1.4;
    color: var(--color);
    scroll-behavior: smooth;
}

a {
    color: var(--color);
    text-decoration: none;
    transition: all 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

sup {
    line-height: 0;
    position: relative;
    top: 4px;
}

h2.title {
    font-size: var(--title-size);
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--manrope);
}
h2.title span {
    background: linear-gradient(90deg, #01A3A5, #175C7F);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 600px) {
    h2.title  br{
        display:none
    }
}

@media (max-width: 500px) {
    h2.title {
        font-weight: normal;
        line-height: 1.3;
    }
}

.tx-c {text-align: center;}
.tx-r {text-align: right;}

.overflow-hidden {overflow-x: hidden;}

.center {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}
.wrapper {overflow-x: hidden}
.d-none {display: none !important;}

@media (max-width: 1600px) {
    .center {max-width: 1000px;}
}

@media (max-width: 767px) {
    .s-767 {display: block !important;}
    .h-767 {display: none !important;}
}

@media (max-width: 550px) {
    .s-550 {display: block !important;}
    .h-550 {display: none !important;}
}

.btn-group {
    display: inline-flex;
    gap: 0 15px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    min-height: 62px;
    padding: 0 30px;
    font-family: var(--greycliff);
    font-family:'Manrope';
    font-size: 18px;
    font-weight: 600;
    color: var(--color);
    border: 1px solid transparent;
    border-radius: 30px;
    background: #fff;
}
.btn > div {
    position: relative;
    top: 0px;
    overflow: hidden;
    max-height: 23px;
}
.btn > div > div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    transition: all 0.2s ease-out;
}
.btn > div > div span:nth-of-type(1) {
    top:1px;
    position:relative;
}
.btn svg {
    width: 8px;
    height: 14px;
    margin-top: 2.5px;
}
.btn:hover {color: var(--color);}
.btn:hover > div > div {transform: translateY(-50%);}
.btn.glass {
    background: black;
    backdrop-filter: blur(7px);
    color: #fff;
}

@supports (-webkit-backdrop-filter: none) {
    .btn.glass {
        box-shadow: none;
        border-top: 1px solid rgba(255,255,255,.5);
        border-left: 0.5px solid rgba(255,255,255,.5);
        border-right: 0.5px solid rgba(255,255,255,.5);
        border-bottom: 1px solid rgba(255,255,255,.5);
    }
}

.btn.black {
    background: var(--color);
    color: #fff;
}
.btn.ghost {
    background: transparent;
    color: var(--color);
    border-color: var(--color);
}

@media (max-width: 1600px) {
    .btn {zoom: 0.8;}
}

@media (max-width: 500px) {
    .btn {zoom: 0.9;}
}

/* ------------------ HEADER ------------------ */
#header {
    position:fixed; 
    width:100%;
    height:auto;
    border-radius: 0 0 20px 20px;
    box-shadow: rgba(0, 2, 41, 0.1) 0px 10px 24px 0px;
    max-width: 1535px;
    background: #fff;
    z-index:1111;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#header .center {
    padding-top: 28px;
    padding-bottom: 28px;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo {line-height: 0;}

.nav {
    margin-left: auto;
    margin-right: 35px;
}
.nav ul {
    display: flex;
    gap: 0 25px;
}
.nav ul a {
    font-family: var(--manrope);
    font-size: 14px;
    font-weight: 600;
    color: #000;
    position: relative;
}
.nav ul a:hover {color: var(--akcent);}
.nav ul a sup {
    line-height: 0;
    position: relative;
    top: 3px;
}
.nav ul a .ic {
    display: inline-flex;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s;
    transform: translateY(-50%) translateX(0) scale(0) rotate(360deg);
}
.nav ul a:hover .ic {
    transform: translateY(-50%) translateX(-13px) scale(1) rotate(0deg);
}
.nav ul a .ic:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
    background: var(--akcent);
    border-radius: 2px;
}
.nav ul a .ic:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -1px;
    background: var(--akcent);
    border-radius: 2px;
}
.nav .btn {display: none;}

#header .btn {
    min-height: 43px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 12px;
    gap: 0 7px;
    background: #1E1E1E;
}
#header .btn > div {
    max-height: 18px;
}
#header .btn svg {zoom: 0.85;}

@media (max-width: 1600px) {
    #header .center {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .logo {zoom: 0.8;}
    .nav {margin-right: 20px;}
    .nav ul {gap: 0 20px;}
    .nav ul a {font-size: 13px;}
    #header .btn {zoom: 0.8;}
}

@media (max-width: 991px) {
    .nav ul a {font-size: 12px;}
}

@media (max-width: 767px) {
    .logo {
        zoom: 1;
        position: relative;
        z-index: 992;
    }

    .nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 991;
        background: #fff;
        margin-right: 0;
        flex-direction: column;
        padding: 13px;
        display: none;
    }
    .nav:after {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        left: 5px;
        bottom: 5px;
        z-index: 1;
        border-radius: 20px;
        background: #f5f5f6;
    }
    .nav ul {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 3px 0;
    }
    .nav ul a {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        font-size: 17px;
        font-weight: 500;
        display: flex;
    }
    .nav ul a .ic {
        width: 13px;
        height: 13px;
        top: 50%;
        left: inherit;
        right: 20px;
        transform: translateY(-50%) translateX(0) scale(1) rotate(0deg);
    }

    #header .btn {display: none;}

    #header .nav .btn {
        display: inline-flex !important;
        z-index: 2;
        border-radius: 15px;
        margin-top: 30px;
        zoom: 1;
    }

    .btn-nav {
        width: 25px;
        height: 18px;
        display: inline-flex;
        flex-direction: column;
        gap: 6px 0;
        margin-left: auto;
        position: relative;
        z-index: 991;
    }
    .btn-nav span {
        height: 2px;
        display: inline-flex;
        background: var(--color);
        border-radius: 3px;
        transition: all 0.3s;
        transform-origin: center;
        width:100%;
    }
    .nav-open {overflow: hidden;}
    .nav-open .btn-nav span {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-top: -1px;
    }
    .nav-open .btn-nav span:nth-child(1) {display: none;}
    .nav-open .btn-nav span:nth-child(2) {transform: rotate(45deg);}
    .nav-open .btn-nav span:nth-child(3) {transform: rotate(-45deg);}

    .nav-open .nav {display: flex;}
}

/* ------------------ HOME ------------------ */
.home {
    position: relative;
    min-height: 750px;
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    align-content: center;
    margin-top:75px;
}

.paralax {
    position: absolute;
    inset: 0;
    z-index: -1;
    padding: 0 25px;
    transform-style: preserve-3d;
    perspective: 2000px;
}
.paralax .image {
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    transform: 
        rotateX(var(--move-x)) 
        rotateY(var(--move-y));
    transition: all 0.3s ease-out;
    will-change: transform;
    height: 100%;
}
.paralax img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .center {
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 40px;
    padding: 0;
}

.label {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    padding: 0 15px;
    border-radius: 30px;
    background: #F5F5F6;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999AA9;
}
.label:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C4C4CD;
}

.home .label {
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.8);
}
.home .label:before {background: rgba(255,255,255,.8);}

.home .subtitle {
    font-size: 27px;
    font-weight: 600;
}
.home .subtitle sup {
    line-height: 0;
    font-size: 0.5em;
    top: -1px;
}
.home h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 15px;
}
.home h1 sup {
    position: relative;
    top: 7px;
    line-height: 0;
}
.home .text {
    font-size: 20px;
    line-height: 1.4;
}
.home .text b {font-weight: 600;}
.home .btn-group {
    margin-top: 30px;
    zoom: 0.97;
}

.home-list {margin-top: 35px;}
.home-list li {
    display: flex;
    align-items: center;
    gap: 0 12px;
    font-size: 18px;
    font-weight: 500;
}
.home-list li sup {
    line-height: 0;
    position: relative;
    top: 4px;
}
.home-list li + li {margin-top: 17px;}
.home-list .ic {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.home-list .ic svg {
    width: 9px;
    height: 17px;
}

.home .btn-group .btn {min-height: 53px;}

@media (max-width: 1500px) {
    .home {min-height: 600px;}
    .home h1 {font-size: 60px;}
    .home .center {padding: 0 15px;}
    .home .content {zoom: 0.7;}
    .home .btn {zoom: 1;}
    .label {zoom: 0.8;}
    .home .label {zoom: 1;}
}

@media (max-width: 1400px) {
    .home {min-height: 500px;}
    .home h1 {font-size: 55px;}
    .home .center {padding: 0 15px;}
    .home .content {zoom: 0.7;}
    .home .btn {zoom: 1;}
    .label {zoom: 0.8;}
    .home .label {zoom: 1;}
}

@media (max-width: 1200px) {
    .home {min-height: 440px;}
    .paralax {padding: 0 15px;}
    .home .center {padding: 0 30px;}
    .home .content {zoom: 0.6;}
}

@media (max-width: 767px) {
    .home {min-height: 470px;}
    .paralax {padding: 0;}
    .home .center {
        padding: 0 15px;
        text-align: center;
    }
    .home h1 {font-size: 45px;}
    .paralax .image {border-radius: 0;}
    .home .content {zoom: 0.75;}
    .home .hsa {justify-content: center;}
    .home .btn-group {zoom: 1;}
    .home-list li {justify-content: center;}
}

@media (max-width: 500px) {
    .btn {
        font-size:16px;
    }
    .home {
        padding: 30px 0 90px 0;
        border-radius: 24px;
        overflow:hidden;
        border:3px solid white;
    }
    .home .center {transform-style: inherit;}
    .paralax .image img {
        content: url(../img/home/woman-mob.webp?15);
        object-position: right top;
    }
    .home .content {zoom: 1;}
    .home .center {text-align: left;}
    .home .subtitle {font-size: 4.2vw;}
    .home h1 {
        font-size: 7.5vw;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height:1.4;
    }
    .paralax .image {
        transform: none !important;
        filter: none !important;
    }
    .home .text {
        font-size: 4.2vw;
        line-height: 1.4;
        text-align: center;
    }
    .home .text br {display: none;}
    .home-list li {
        align-items: center;
        justify-content: start;
        line-height: 1.2;
        font-size: 3.9vw;
    }
    .home-list .ic {
        position: relative;
        top: 0;
    }
    .home-list li + li {
        margin-top: 20px;
    }

    .home .btn-group {
        max-width: inherit;
        width: 100%;
        margin: 30px auto 0 auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 15px 0;
        zoom: 0.89;
    }
    .home .btn-group .btn {
        min-height: 50px;
        letter-spacing: 0.5px;
    }
    .home .btn-group .btn:first-child {
        background: rgba(255,255,255,.9);
    }

    .home .hsa {
        margin-top: 20px;
        font-weight: 500;
    }

    .label {zoom: 1;}
}

/* ------------------ HELP ------------------ */
.help {padding: 75px 0 75px 0;}
.help h2.title {margin-top: 15px;}

.splide-help {
    margin: 45px auto 0 auto;
    max-width: 1200px;
}
.splide-help .slide {
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background: #F5F5F6;
}
.splide-help .slide .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide-help .content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 29px 15px 15px 15px;
    color: #fff;
}
.splide-help .content.text-black {color: #000229;}
.splide-help h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.splide-help .content > p {font-size: 21px;}
.splide-help .content > p b {font-weight: 600;}
.splide-help .content > p.small {
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
}

.slide-second .content {
    color: #000229;
}
.slide-second .analitics {margin-top: auto;}
.slide-second .analitics svg {
    width: 100%;
}
.slide-second .analitics ul {
    display: flex;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    padding: 4px;
    margin-top: 17px;
}
.slide-second .analitics ul li {
    flex: 1;
    min-height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #98A0A3;
    font-size: 13px;
    font-weight: 600;
    font-family: var(--greycliff);
}
.slide-second .analitics ul li.active {
    background: #E0F4F3;
    color: #00BFB9;
    border-radius: 40px;
}
.slide-second .foot {
    margin-top: auto;
    text-align: center;
}
.slide-second .foot p {font-size: 11px;}
.slide-second .foot a {
    font-size: 13px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
}
.slide-second .foot a:hover {text-decoration: none;}

.animated.show .graph-line {
    stroke-dasharray: 1200;  
    stroke-dashoffset: 1200;
    animation: draw 5s linear forwards;
}

.animated.show .moving-dot {
    offset-path: path("M1.65405 2.20481L22.6693 9.28908L36.2978 15.8671C41.0884 18.1794 46.5076 18.8485 51.7168 17.7709C59.8049 16.0979 68.1877 18.666 73.9507 24.5824L85.7152 36.6601L95.7736 50.377C102.049 58.9351 113.685 61.5364 123.007 56.4654C126.117 54.7739 129.6 53.8878 133.14 53.8878H136.483C144.422 53.8878 152.117 56.6385 158.257 61.672L169.776 71.1154L182.665 81.6815C187.92 85.9891 194.505 88.3431 201.299 88.3431C208.094 88.3431 214.678 90.6971 219.933 95.0046L223.069 97.5751C229.376 102.745 237.279 105.571 245.434 105.571H249.074C252.219 105.571 255.335 104.957 258.245 103.764C268.107 99.7219 279.452 102.613 286.177 110.882L295.868 122.798L302.64 131.463C310.988 142.144 325.581 145.688 337.899 140.026");
    offset-distance: 5%;
    offset-rotate: auto;
    animation: run 2s 1s linear forwards;
}

@keyframes draw {
    to { stroke-dashoffset: 0; }
}

@keyframes run {
    to { offset-distance: 80%;}
}

.slide-third {
    align-content: end;
    background: linear-gradient(135deg, #2273B5, #61B7E7) !important;
    perspective: 500px;
}
.splide-help .slide-third .image {
    display: block;
    width: 100%;
    max-width: 85%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

@keyframes rotate3d {
    0% {transform: rotateZ(0deg) skewX(0) translateX(0);}
    25% {transform: rotateZ(-3deg) skewX(-3deg) translateX(5px);}
    50% {transform: rotateZ(0deg) skewX(0deg) translateX(0);}
    75% {transform: rotateZ(3deg) skewX(3deg) translateX(-5px);}
    100% {transform: rotateZ(0deg) skewX(0deg) translateX(0);}
}

.slide-third .lifemd {
    position: absolute;
    right: 17px;
    bottom: 19px;
}

.splide__arrow {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #F5F5F6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: inherit;
    bottom: 0;
    transform: none;
}

.splide__arrow--prev {
    left: inherit;
    right: 80px;
}

.splide__pagination {
    position: static;
    transform: none;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 0 15px;
    padding: 0;
    background: #F5F5F6;
    border-radius: 24px;
    margin-top: 35px;
    min-height: 59px;
    max-width: 180px;
    position: relative;

    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;           
    -ms-overflow-style: none;
    justify-content: flex-start;   
    scroll-snap-type: x mandatory;
    border-left: 25px solid #F5F5F6;
    border-right: 25px solid #F5F5F6;
}
.splide__pagination::-webkit-scrollbar {
    display: none;
}

.splide__pagination li {
    line-height: 0;
    flex: 0 0 auto;
    scroll-snap-align: center;
}
.splide__pagination li button {
    margin: 0;
    background: #D9D9D9;
}
.splide__pagination li button.is-active {
    transform: none;
    background: #000229;
}

.help small {
    text-align: center;
    display: block;
    margin: 50px auto 0 auto;
    max-width: 830px;
    font-size: 10px;
    color: #000;
}
.help small a {text-decoration: underline;}
.help small a:hover {text-decoration: none;}

@media (max-width: 1600px) {
    .help {padding: 60px 0 60px 0;}
    .splide-help {
        margin-top: 40px;
    }
    .splide-help h4 {
        font-size: 13px;
        margin-bottom: 12px;
    }
    .splide-help .slide {border-radius: 20px;}
    .splide-help .content > p {font-size: 17px;}
    .splide-help .content {padding: 20px 15px 15px 15px;}
    .slide-second .analitics ul {zoom: 0.9;}
    .slide-second .foot p {font-size: 8.9px;}
    .slide-second .foot a {font-size: 10px;}
    .slide-third .lifemd {zoom: 0.9;}

    .splide__pagination,
    .splide__arrow {zoom: 0.9;}

    .help small {
        margin-top: 40px;
        font-size: 9px;
    }
}

@media (max-width: 1200px) {
    .help .center {max-width: 900px;}
    .splide-help .content > p {font-size: 15px;}
    .slide-second .foot {
        margin-left: -10px;
        margin-right: -10px;
    }
    .slide-second .foot p {font-size: 8.5px;}
    .slide-third .lifemd {zoom: 0.8;}
    .splide__pagination, 
    .splide__arrow {
        zoom: 0.8;
    }
}

@media (max-width: 991px) {
    .splide-help .content > p {font-size: 13px;}
}

@media (max-width: 767px) {
    .splide-help .splide__track {overflow: visible;}
    .slide-second .foot p {font-size: 1.2vw;}
    .section-product .image {max-width: 300px;}
    .splide__pagination, .splide__arrow {
        zoom: 0.7;
    }
}

@media (max-width: 500px) {
    .help {padding: 60px 0 35px 0;}
    .help h2.title {margin-top: 20px;}
    .splide-help {margin-top: 30px;}
    .splide-help .content {padding-top: 25px;}
    .splide-help h4 {font-size: 3.3vw;}
    .splide-help .content > p {font-size: 4.1vw;}
    .slide-second .content {color: var(--akcent);} 
    .slide-second .foot p {font-size: 2.3vw;}
    .slide-second .foot a {color: var(--akcent);}
    .slide-second .analitics ul {zoom: 1;}

    .help small {
        margin-top: 35px;
        font-size: 2vw;
        line-height: 1.6;
    }
}

/* ------------------ SCROLL ------------------ */
.scroll .center {max-width: 1510px;}
.section {
    position: relative;
}
.section {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s linear;
    will-change: transform;
    position: sticky;
}
.section.first {
    background: linear-gradient(135deg, #2273B5, #61B7E7);
    top: 90px;
}
.section.second {
    background: linear-gradient(135deg, #01A3A5, #175C7F);
    top: 90px;
    margin-top: 55px;
}
.section.third {
    background: linear-gradient(135deg, #0D835A, #75D8B5);
    margin-top: 55px;
    top: 130px;
}
.section-content {
    padding: 44px 15px 95px 44px;
}
.section-content h2.title {
    font-size: 68px;
    margin-bottom: 20px;
}
.section.third .section-content h2.title span {
    position: relative;
    text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
}
.section.third .section-content h2.title span sup {
    font-size: 0.4em;
    position: absolute;
    top: 27px;
    left: 5px;
    font-weight: 300;
}
.section-content h2.title sub {
    line-height: 0;
    font-size: 0.4em;
    font-weight: 300;
    display: inline-block;
    position: relative;
    top: -40px;
}
.section-content p.subtitle {
    font-size: 24px;
    font-weight: 500;
}
.section-content .list {
    margin-top: 30px;
    margin-bottom: 110px;
}
.section-content .list li {
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.section-content .list li + li {margin-top: 17px;}
.section-content .list li .ic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.section-content .list li .ic svg {
    width: 9px;
    height: 17px;
}

.section-product {padding: 10px;}
.section-product .inner {
    border-radius: 20px;
    background: rgba(255,255,255,.2);
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.section-product .speed {
    min-width: 900px;
    position: absolute;
    top: 40px;
    left: 50%;
    animation: rotate 150s linear infinite;
    transform-origin: center;
}

@keyframes rotate {
    0% {transform: translateX(-50%) rotate(0);}
    100% {transform: translateX(-50%) rotate(-360deg);}
}

.section-product .label {
    background: rgba(255,255,255,.2);
    color: rgba(255,255,255,.8);
}
.section-product .label:before {background: rgba(255,255,255,.8);}
.section-product h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 8px;
}
.section-product h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-product h4 sup {
    font-size: 0.2em;
    position: relative;
}
.section.first .section-content .list li .ic svg {stroke: #2a7bbb;}
.section.first .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section.first .inner .label {margin-top: auto;}
.section.first .inner .image {
    margin-top: -46px;
    position: relative;
    bottom: -2.5rem;
    max-width: 100%;
}
.section.second .section-product .speed {
    opacity: 0.19;
    top: 220px;
}

.box-phone {
    max-width: 410px;
    position: relative;
    margin: 20px auto 0 auto;
}
.box-phone > img {display: block;}
.box-phone .inner {
    width: 250px;
    height: 545px;
    border-radius: 30px;
    margin-top: -8px;
    margin-left: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eae7ed;
    display: flex;
    flex-direction: column;
}
.box-phone .inner > small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    font-size: 7px;
    font-weight: 600;
    color: #A6A4A4;
}
.box-phone .lifemd {
    max-width: 61px;
    position: absolute;
    top: 53px;
    left: 50%;
    transform: translateX(-50%);
}
.box-phone .head {
    display: flex;
    align-items: center;
    padding: 18px 16px 0 16px;
    position: relative;
}
.box-phone .head:after {
    content: '';
    display: block;
    width: 84px;
    height: 22px;
    background: #000;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 8px;
}
.box-phone .time {
    margin-right: auto;
    font-size: 9px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #474747;
}
.box-phone .head img:last-child {margin-left: 5px;}

.box-phone .doctor {
    max-width: 192px;
    margin: auto;
    position: relative;
}
.box-phone .doctor img {
    position: relative;
    z-index: 2;
}
.box-phone .message-small {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: -25px;
    margin-left: -21px;
    background: linear-gradient(135deg, #2273B5, #61B7E7);
    border-radius: 10px;
    color: #fff;
    padding: 8px;
    max-width: 150px;
    font-size: 10px;
    z-index: 1;
    line-height: 1.2;
    text-align: left;
}
.box-phone .message-small time {
    font-size: 7px;
    font-weight: 600;
    margin-top: 7px;
    display: inline-block;
}
.box-phone .message-large {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -25px;
    margin-right: -12px;
    z-index: 2;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
    border-radius: 11px;
    padding: 5px 7px 5px 7px;
    font-size: 10px;
    max-width: 152px;
    line-height: 1.2;
    color: #474747;
    text-align: left;
}
.box-phone .message-large > div {
    display: flex;
    align-items: center;
    gap: 0 7px;
    margin-bottom: 5px;
    margin-left: -2px;
}
.box-phone .message-large > div span {
    font-weight: 600;
    font-size: 7px;
}
.box-phone .message-large time {
    font-size: 7px;
    font-weight: 600;
    margin-top: 7px;
    display: inline-block;
}

.box-phone ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 11px;
    padding: 10px 17px;
    font-size: 6px;
    font-weight: 600;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 38px auto;
    color: #474747;
}
.box-phone ul li {text-align: center;}
.box-phone ul li:nth-child(2) {animation-delay: 0.5s !important;}
.box-phone ul li:nth-child(3) {animation-delay: 0.7s !important;}
.box-phone ul li:nth-child(4) {animation-delay: 0.9s !important;}
.box-phone ul .ic {
    min-height: 17px;
    text-align: center;
    line-height: 0;
}

.section.third .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/scroll/woman.webp?17);
    background-size: cover;
}

.section-product .foot {
    margin-top: auto;
    display: flex;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(5px);
    color: #fff;
    position: relative;
    z-index: 10;
}
.section-product .foot > div {
    width: 33.33%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}
.section-product .foot > div h4 {
    font-size: 38px;
    font-weight: 500;
}
.section-product .foot > div p {
    font-size: 15px;
}

@media (max-width: 1600px) {
    .scroll .center {max-width: 1200px;}
    .section-content {padding: 35px 15px 80px 35px;}
    .section-content h2.title {font-size: 52px;}
    .section-content p.subtitle {font-size: 20px;}
    .section-content .list {margin-bottom: 90px;}
    .section-content .list li {
        gap: 0 10px;
        font-size: 14.5px;
    }

    .section-product .speed {zoom: 0.78;}
    .section-product .image {max-width: 500px;}
    .section-product h3 {font-size: 16px;}
    .section-product h4 {font-size: 22px;}

    .box-phone {zoom: 0.77;}

    .section-product .foot > div h4 {font-size: 26px;}
    .section-product .foot > div p {font-size: 12px;}
}

@media (max-width: 1200px) {
    .section-product .speed {zoom: 0.65;}
    .section-content {padding-bottom: 50px;}
    .section-content h2.title {font-size: 4.2vw;}
    .section-content p.subtitle {font-size: 1.9vw;}
    .section-content .list {margin-bottom: 40px;}
    .section-content .list li {font-size: 1.5vw;}
    .section-product .image {max-width: 400px;}
    .section-product h3 {font-size: 16px;}
    .section-product h4 {font-size: 20px;}

    .box-phone {zoom: 0.61;}

    .section-product .foot > div {padding: 15px 0;}
    .section-product .foot > div h4 {font-size: 21px;}
    .section-product .foot > div p {font-size: 11px;}
}

@media (max-width: 991px) {
    .section-product .image {max-width: 360px;}
    .section-product h3 {font-size: 1.25vw;}
    .section-product h4 {font-size: 1.85vw;}
    .section-content {padding: 25px 15px 65px 25px;}
    .section-content .list li + li {margin-top: 10px;}
    .section + .section {margin-top: 30px;}
    .section-product .image {max-width: 320px;}
    .section-product .speed {zoom: 0.6;}
    .section-product .foot > div h4 {font-size: 16px;}
    .section-product .foot > div p {font-size: 8px;}
}

@media (max-width: 825px) {
    .section.first .inner .image { max-width: 130%; margin-bottom: -1rem;}
}
@media (max-width: 767px) {
    .section.first .inner .image { margin-bottom: -3rem;}
    .scroll .center {max-width: 600px;}
    .section {
        grid-template-columns: 1fr;
        border-radius: 20px;
        position: static;
    }
    .section-content {padding: 25px 15px 25px 25px;}
    .section-content h2.title {font-size: 7vw;}
    .section-content p.subtitle {font-size: 3vw;}
    .section-content .list {margin-bottom: 25px;}
    .section-content .list li {font-size: 2.2vw;}
    .section-content .list li + li {margin-top: 15px;}
    .section-product h3 {font-size: 2vw;}
    .section-product h4 {font-size: 3vw;}
    .section-product .image {max-width: 400px;}
    .section-product .speed {zoom: 0.65;}

    .section.first .inner {padding-top: 95px;}

    .box-phone {zoom: 0.8;}

    .section-product .foot > div h4 {font-size: 23px;}
    .section-product .foot > div p {font-size: 12px;}

    .section.third .section-product .inner {min-height: 450px;}
}

@media (max-width: 500px) {
    .section.first .inner .label {
        font-size: 3.5vw;
    }
    .section.first .inner {
        padding-top: 65px;
    }
    .section.first .inner .image {
        margin-bottom: -1rem;
        max-width: 132%;
        width: auto;
    }
    .section {border-radius: 20px;}
    .section-content {padding: 20px 20px 30px 20px;}
    .section-content > img {
        max-width: 90px;
        margin-bottom: 15px;
    }
    .section-content h2.title {
        font-size: 8.7vw;
        margin-bottom: 15px;
    }
    .section-content p br {
        display:none;
    }
    .section-content p.subtitle {font-size: 4.4vw;}
    .section.first .section-content p.subtitle {font-size: 4.2vw;}
    .section-content .list {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .section-content .btn {display: none;}
    .section-content .list li {font-size: 3.2vw;}
    .section-content .list li b {font-weight: normal;}
    .section-content .list li + li {margin-top: 20px;}
    .section-product .image {
        width: 100%;
        max-width: 75%;
    }
    .section-product .speed {zoom: 0.55;}
    .section-product h3 {
        font-size: 3vw;
        font-weight: normal;
    }
    .section-product h4 {
        font-size: 4vw;
        font-weight: normal;
    }
    .section-product .section-product > .inner {border-radius: 15px;}

    .section-content h2.title sub:last-child {top: -25px;}

    .section.second {
        background: linear-gradient(to right, #01A3A5, #175C7F);
    }
    .section.second .section-product > .inner {padding-top: 30px;}
    .section.second .section-product h3,
    .section.second .section-product h4 {display: none;}

    .box-phone {
        zoom: 0.55;
        margin-top: 0;
    }

    .section.third .section-product .inner {min-height: 350px;}
    .section-product .foot > div h4 {font-size: 4.5vw;}
    .section-product .foot > div p {font-size: 2vw;}
    .section-product .foot > div {padding: 15px 0 20px 0;}
}
@media (max-width: 400px) {
    .section.first .inner .image {
        margin-bottom: 0;
    }
}

/* ------------------ USERS ------------------ */
.users {padding-top: 125px;}
.users h2.title {margin-top: 10px;}
.users-foot {
    padding-top: 50px;
    padding-bottom: 85px;
    text-align: center;
}
.users-foot h3 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 25px;
}
.users-foot p {
    font-size: 11px;
    margin-top: 25px;
}
.users-foot .btn {background: #1F1F1F;}

@media (max-width: 1600px) {
    .users {padding-top: 90px;}
    .users-foot {
        padding-top: 40px;
        padding-bottom: 75px;
    }
    .users-foot h3 {font-size: 30px;}
    .users-foot p {font-size: 9px;}
}

@media (max-width: 1200px) {
    .users {padding-top: 70px;}
    .users .center {max-width: 700px;}
    .users-foot {padding-bottom: 50px;}
    .users-foot h3 {font-size: 20px;}
    .thumbnail-slider {margin-top: 30px;}
}

@media (max-width: 500px) {
    .users {padding-top: 50px;}
    .users h2.title {font-size: 8vw;}
    .users h2.title br {display: none;}
    .users-foot {padding: 30px 0 50px 0;}
    .users-foot h3 {font-size: 6.5vw;}
    .users-foot h3 br {display: none;}
    .users-foot p {
        font-size: 2.4vw;
        margin-top: 20px;
    }
    .users-foot .btn {
        min-height: 55px;
        padding: 0 35px;
        background: #474747;
        zoom: 1;
        font-size: 19px;
    }
    .btn > div {max-height: 24px;}
}

/* ------------------ MAIN SLIDER ------------------ */
.mainslider {
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    background: #ECF1F5;
    border-radius: 37px;
    padding: 40px 35px 25px 60px;
}

.mainslider .svg?13-line {
    position: absolute;
    right: 100%;
    top: 100%;
    margin-top: -190px;
    margin-right: -150px;
}
.mainslider .svg?13-line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(90deg, transparent, #fff);
}
.mainslider .slide {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 0 60px;
    height: 100%;
}
.mainslider .image {
    padding-left: 86px;
    position: relative;
    order: 1;
}

.mainslider .position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.mainslider .position .before {animation-delay: 0.2s !important;}

.mainslider .before {
    max-width: 172px;
    border-radius: 27px;
    overflow: hidden;
    position: relative;
}
.mainslider .before img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainslider .before .label {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 21px;
    border-radius: 30px;
    font-family: var(--manrope);
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    background: rgba(255, 255, 255, .8);
    text-transform: capitalize;
    text-align: center;
    color: #096A8C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainslider .before .label:before {display: none !important;}

.mainslider .weight {
    width: 100%;
    box-shadow: 3px 4px 6.2px 6px rgba(0, 0, 0, 0.03);
    border-radius: 27px;
    color: #096A8C;
    font-size: 24px;
    font-weight: 500;
    padding: 13px 20px;
    background: #fff;
    margin-top: 35px;
    text-align: center;
    animation-delay: 0.4s !important;
}
.mainslider .weight div {padding: 3px 0;}
.mainslider .weight strong {
    font-size: 50px;
    line-height: 1;
    border-top: 1px solid rgba(9, 106, 140, .25);
    border-bottom: 1px solid rgba(9, 106, 140, .25);
    display: block;
    padding: 4px 0 8px 0;
}

.mainslider .after {
    border-radius: 27px;
    overflow: hidden;
    height: 100%;
    max-width: 450px;
    position: relative;
}
.mainslider .after img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mainslider .after .label {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 86px;
    height: 29px;
    border-radius: 30px;
    font-family: var(--manrope);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    background: rgba(255, 255, 255, .8);
    text-align: center;
    color: #096A8C;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainslider .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 50px 0;
}
.mainslider .content h6 {
    font-size: 24px;
    font-weight: normal;
    color: #096A8C;
    margin-bottom: 34px;
}
.mainslider .content h3 {
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    margin-top: 33px;
    margin-bottom: 33px;
    animation-delay: 0.1s;
    color: #096A8B;
}
.mainslider .content h3 br {display: none;}
.mainslider .content p {
    font-size: 19px;
    line-height: 1.6;
    animation-delay: 0.2s;
    margin-bottom: 30px;
}
.mainslider .content p br {display: none;}
.mainslider .content p strong {font-weight: 600;}
.mainslider .splide__arrow {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.mainslider .splide__arrow--prev {left: -80px;}
.mainslider .splide__arrow--next {right: -80px;}

.thumbnail-slider {
    z-index: 2;
    margin-top: 50px;
}
.thumbnail-slider .splide__track {padding: 10px 0;}
.thumbnail-slider:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    background: linear-gradient(90deg, #fff 20%, transparent);
}
.thumbnail-slider:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    background: linear-gradient(90deg, transparent 20%, #fff);
}
.thumbnail-slider .slide {
    position: relative;
    display: flex;
    justify-content: end;
    padding-left: 37px;
    height: 100%;
    min-height: 255px;
}
.thumbnail-slider a {color: #0f5c78;}
.thumbnail-slider .position {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 75px;
}
.thumbnail-slider .before {
    height: 106px;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}
.thumbnail-slider .before img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail-slider .before .label {
    right: 5px;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-slider .weight {
    width: 100%;
    margin-top: 15px;
    background: #FFFFFF;
    box-shadow: 1.30324px 1.73765px 2.69336px 2.60647px rgba(0, 0, 0, 0.03);
    border-radius: 11px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 8px;
}
.thumbnail-slider .weight div {padding: 3px 0;}
.thumbnail-slider .weight strong {
    display: block;
    border-top: 1px solid rgba(9, 106, 140, 0.25);
    border-bottom: 1px solid rgba(9, 106, 140, 0.25);
    font-size: 19px;
    line-height: 1.2;
}

.thumbnail-slider .after {
    border-radius: 11px;
    overflow: hidden;
    height: 100%;
    max-width: 195px;
    transition: all 0.3s;
}
.thumbnail-slider .after:hover {box-shadow: 0 0 10px rgba(0,0,0,.3)}
.thumbnail-slider .after img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumbnail-slider .label {
    position: absolute;
    right: 6px;
    bottom: 9px;
    background: rgba(255,255,255,.8);
    color: #096A8C;
    border-radius: 30px;
    width: 42px;
    height: 12px;
    font-family: var(--manrope);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-slider .label:before {display: none !important;}

.thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {border: none !important;}

@media (max-width: 1700px) {
    .mainslider {
        border-radius: 25px;
        padding: 30px 20px 20px 40px;
    }
    .mainslider .after {border-radius: 20px;}
    .mainslider .content h3 {font-size: 40px;}
    .mainslider .content p {font-size: 18px;}
}

@media (max-width: 1600px) {
    .patients {
        padding-top: 0;
    }
    .mainslider .slide {grid-template-columns: 450px 1fr;}
    .mainslider .position {zoom: 0.8;}
    .mainslider .content h6 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .mainslider .content h3 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .mainslider .content p {font-size: 13px;}
    .mainslider .after .label {zoom: 0.8;}
}

@media (max-width: 1200px) {
    .mainslider {
        border-radius: 25px;
        padding: 15px;
    }
    .mainslider .slide {
        grid-template-columns: 310px 1fr;
        gap: 0 20px;
    }
    .mainslider .position {zoom: 0.6;}
    .mainslider .image {padding-left: 50px;}
    .mainslider .content h6 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .mainslider .content h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .mainslider .content p {font-size: 13px;}
    .mainslider .content p br {display: none;}
    .mainslider .after .label {zoom: 0.7;}

    .thumbnail-slider .slide {
        min-height: 200px;
        max-height: 200px;
        max-width: 190px;
    }
    .thumbnail-slider .position {zoom: 0.9;}
    .thumbnail-slider .weight {margin-top: 10px;}
}

@media (max-width: 991px) {
    .patients:after {display: none;}

    .mainslider .slide {
        grid-template-columns: 300px 1fr;
        gap: 0 20px;
    }
    .mainslider .image {padding-left: 35px;}
    .mainslider .content h3 br {display: none;}

    .thumbnail-slider .slide {
        min-height: 170px;
        max-height: 170px;
        max-width: 170px;
        padding-left: 40px;
    }
    .thumbnail-slider .position {zoom: 0.8;}
}

@media (max-width: 767px) {
    .mainslider {
        padding: 0;
        background: none;
        border-radius: 0;
    }
    .mainslider .slide {
        grid-template-columns: 1fr;
        gap: 30px 20px;
        padding: 20px;
        background: #ECF1F5;
        border-radius: 20px;
    }
    .mainslider .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .mainslider .image {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .mainslider .svg?13-line {display: none;}

    .thumbnail-slider {margin-top: 35px;}
    .mainslider .after .label span {top: -1px;}
    .mainslider .before .label span {top: -1px;}
    .thumbnail-slider .label span {top: -0.5px;}

    .mainslider .splide__arrow {
        top: inherit;
        bottom: 0;
        transform: none;
    }
    .mainslider .splide__arrow--prev {
        left: inherit;
        right: 80px;
    }
    .mainslider .splide__arrow--next {right: 0;}
}

@media (max-width: 500px) {
    .patients {
        padding-bottom: 0;
    }
    .patients .svg?13-line {display: none;}
    .mainslider {
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .mainslider .splide__track {overflow: visible;}
    .mainslider .splide__pagination {
        margin-top: 30px;
        margin-left: 20px;
    }
    .mainslider .splide__pagination li {margin: 0;}
    .mainslider .splide__arrow--next {right: 20px;}
    .mainslider .splide__arrow--prev {right: 90px;}
    .mainslider .slide {
        grid-template-columns: 1fr;
        gap: 25px 20px;
        padding: 30px 35px;
        background: #ECF1F5;
        border-radius: 20px;
    }
    .mainslider .after {border-radius: 18px;}
    .mainslider .image {
        padding-left: 70px;
        order: -1;
    }
    .mainslider .slide > h3 {
        order: -2;
        text-align: center;
        color: var(--akcent);
        font-weight: 600;
        font-size: 5vw;
    }
    .mainslider .before {border-radius: 18px;}
    .mainslider .content {justify-content: start;}
    .mainslider .position {zoom: 0.6;}
    .mainslider .weight {
        border-radius: 18px;
        margin-top: 20px;
    }
    .mainslider .after .label {
        position: absolute;
        right: 13px;
        bottom: 13px;
        width: 70px;
        height: 25px;
        font-size: 20px;
    }
    .mainslider .content .label {display: none;}
    .mainslider .content h3 {display: none;}
    .mainslider .content h6 {display: none;}
    .mainslider .content p {
        font-size: 3vw;
        margin-bottom: 0;
    }
    .mainslider .content p br {display: none;}
    .mainslider .content .btn {display: none;}

    .thumbnail-slider {margin-top: 25px;}
    .thumbnail-slider:before,
    .thumbnail-slider:after {display: none;}
    .thumbnail-slider .after {
        max-width: inherit;
        width: 100%;
        border-radius: 10px;
    }
    .thumbnail-slider .slide {
        padding-left: 35px;
        min-height: inherit;
        max-width: 170px;
    }

    .thumbnail-slider .position {zoom: 0.7;}

    .thumbnail-slider .before {
        height: 100px;
        border-radius: 10px;
        overflow: hidden;
    }
    .thumbnail-slider .before .label {bottom: 3px;}

    .thumbnail-slider .weight {
        margin-top: 8px;
        padding: 0px 8px;
        border-radius: 10px;
    }
    .thumbnail-slider .weight strong {
        padding: 0 0 1px 0;
    }

    .thumbnail-slider .label {bottom: 6px;}
}

@media (max-width: 413px) {
    .mainslider .position {zoom: 0.7;}
}

@media (max-width: 390px) {
    .mainslider .position {zoom: 0.65;}
}

@media (max-width: 375px) {
    .mainslider .position {zoom: 0.6;}
}

/* ------------------ HOW ------------------ */
.how {
    padding: 0 25px;
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
.how .subtitle {
    font-size: 25px;
    margin-bottom: 5px;
}
.how h2.title {
    font-size: var(--title-size-small);
    margin-bottom: 50px;
}
.how .wrap {
    border-radius: 25px;
    padding: 95px 0 190px 0;
    position: relative;
    overflow: hidden;
}
.how .wrap:after {
    content: '';
    display: block;
    background: url(../img/how/woman.webp?17) no-repeat right top;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
    animation: scale-bg 100s linear infinite;
}

.how-content {max-width: 770px;}

.content-accordeon {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
} 

.accordeon-how {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}
.accordeon-how > li {
    border-radius: 24px;
    background: rgba(255,255,255,.3);
    min-height: 99px;
    position: relative;
    padding: 17px 24px 17px 126px;
    align-content: center;
}
.accordeon-how .btn-accordeon {
    display: flex;
    align-items: center;
    gap: 0 38px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
} 
.accordeon-how .btn-accordeon i {
    position: absolute;
    top: 50%;
    left: 24px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 1px solid #fff;
}
.accordeon-how .btn-accordeon i:after {
    content: '';
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordeon-how .btn-accordeon i:before {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordeon-how > li.active i:before {display: none;}

@keyframes scale-bg {
    0% {transform: scale(1);}
    25% {transform: scale(1.2) translate(5%, 5%);}
    50% {transform: scale(1.15) translate(3%, 3%);}
    75% {transform: scale(1.1) translate(1%, 1%);}
    100% {transform: scale(1) translate(0%, 0%);}
}

.accordeon-how .inner {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    padding-top: 10px;
    -webkit-font-smoothing: antialiased;
}

.how .btn {
    margin-top: 50px;
    min-width: 205px;
}

@media (max-width: 1600px) {
    .how .wrap {
        border-radius: 20px;
        padding: 75px 0 125px 0;
    }
    .how h2.title {margin-bottom: 40px;}
    .how .subtitle {font-size: 18px;}
    .accordeon-how > li {zoom: 0.8;}
    .how-content {max-width: 520px;}
}

@media (max-width: 1200px) {
    .how .wrap {padding: 50px 0 80px 0;}
    .how-content {max-width: 420px;}
    .accordeon-how > li {zoom: 0.7;}
}

@media (max-width: 767px) {
    .how {padding: 0;}
}

@media (max-width: 500px) {
    .how-content {
        display: flex;
        flex-direction: column;
    }
    .how h2.title {
        margin-bottom: 210px;
        font-weight: 500;
    }
    .how .wrap {padding: 30px 0 60px 0;}
    .how .wrap:after {
        background: url(../img/how/woman-mob.webp?13) no-repeat right top;
        background-size: cover;
        animation: none;
    }
    .how .subtitle {font-size: 5vw;}
    .accordeon-how > li {
        border-radius: 15px;
        min-height: 85px;
        padding: 10px 15px 10px 80px;
        backdrop-filter: blur(10px);
        box-shadow: inset 0.5px 0.5px 0.5px rgba(255,255,255,.5), inset -0.5px -0.5px 0.5px rgba(255,255,255,.5);
        zoom: 1;
    }
    .accordeon-how .btn-accordeon i {
        left: 15px;
        width: 45px;
        height: 45px;
    }
    .accordeon-how .btn-accordeon i:before {height: 15px;}
    .accordeon-how .btn-accordeon i:after {width: 15px;}
    .accordeon-how .btn-accordeon {
        font-size: 4vw;
        font-weight: 600;
    }
    .accordeon-how .inner {
        font-size: 3.5vw;
        line-height: 1.3;
        font-weight: 500;
    }

    .how .btn {
        margin-top: 70px;
        min-width: 180px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
        font-weight: bold;
        min-height: 55px;
    }
}

/* ------------------ FAQ ------------------ */
.faq {
    padding: 0 25px;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 35px;
}
.faq .wrap {
    border-radius: 25px;
    background: #F5F5F6;
    padding: 125px 0 95px 0;
}
.faq .subtitle {
    font-size: 25px;
    margin-bottom: 10px;
}
.faq h2.title {font-weight: 600;}
.faq h2.title span {
    background: linear-gradient(90deg, #01A3A5 -40%, #175C7F);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.accordeon-faqs {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin: 60px auto 0 auto;
    max-width: 1155px;
}
.accordeon-faqs > li {
    background: #fff;
    border-radius: 20px;
    color: var(--color);
}
.accordeon-faqs .btn-accordeon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 45px 0 32px;
    min-height: 70px;
    font-size: 22px;
    cursor: pointer;
} 
.accordeon-faqs .btn-accordeon sup.plus {
    top: 0;
    font-size: 0.6em;
}
.accordeon-faqs .btn-accordeon svg {
    width: 11px;
    height: 17px;
    transition: all 0.2s;
}
.accordeon-faqs > li.active .btn-accordeon svg {transform: rotate(-90deg);}
.accordeon-faqs .inner {
    text-align: left;
    padding: 0 30px 25px 25px;
}
.accordeon-faqs .inner p + p {margin-top: 15px;}
.accordeon-faqs .inner ul li + li {margin-top: 15px;}

.show-more {
    display: inline-flex;
    align-items: center;
    gap: 0 13px;
    color: #474747;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--manrope);
    margin-top: 30px;
    cursor: pointer;
}
.show-more svg {
    width: 8px;
    height: 15px;
    transform: rotate(90deg);
    transform-origin: center;
    position: relative;
    top: 1px;
}

@media (max-width: 1600px) {
    .faq .wrap {
        border-radius: 20px;
        padding: 80px 0 75px 0;
    }
    .faq .subtitle {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .accordeon-faqs {
        margin-top: 30px;
        zoom: 0.9;
    }
    .accordeon-faqs details {border-radius: 15px;}
    .accordeon-faqs .btn-accordeon {
        padding: 0 30px 0 25px;
        min-height: 60px;
        font-size: 16px;
    }
    .accordeon-faqs .btn-accordeon svg {zoom: 0.8;}
}

@media (max-width: 1200px) {
    .faq .wrap {padding: 50px 0 50px 0;}
}

@media (max-width: 767px) {
    .faq {padding: 0;}
    .faq h2.title span {color: var(--akcent);}
    .faq:after {
        background: url(../img/faq/waves-mob.webp?13) right top;
        background-size: cover;
    }

    .accordeon-faqs {
        gap: 20px 0;
        margin: 40px auto 0 auto;
    }
    .accordeon-faqs > li {border-radius: 5px;}
    .accordeon-faqs .btn-accordeon {
        font-size: 17px;
        text-align: left;
        padding: 0 25px 0 20px;
        min-height: 60px;
    }
    .accordeon-faqs .inner {
        padding: 0 25px 25px 15px;
        line-height: 1.5;
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .faq {margin-top: 0;}
    .faq .subtitle {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .faq h2.title {font-size: 10vw;}
    .accordeon-faqs {
        gap: 15px 0;
        zoom: 1;
    }
    .accordeon-faqs .btn-accordeon {
        font-size: 3.3vw;
        min-height: 50px;
        padding: 0 25px 0 15px;
    }
}

/* ------------------ REVIEWS ------------------ */
.reviews {
    padding: 100px 0 0 0;
}
.reviews h2.title {margin-top: 20px;}

.reviews-slider {
    margin-top: 80px;
    display: flex;
    overflow-x: hidden;
}
.reviews-slider + .reviews-slider {margin-top: 26px;}
.reviews-slider .list {
    display: flex;
    gap: 0 30px;
    padding-right: 30px;
    animation: spin 300s infinite linear;
    padding-right: 30px;
}
.reviews-slider[reverse="true"] .list {animation-direction: reverse;}

@keyframes spin {
    from {translate: 0;}
    to {translate: -100%;}
}

.reviews-slider .item {
    --width: 500px;
    width: var(--width);
    flex: 0 0 var(--width);
}

.reviews-slider .content {
    background: #F5F5F6;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.reviews-slider .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.reviews-slider .plus {
    display: flex;
    align-items: center;
    gap: 0 5px;
}
.reviews-slider .text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 27px;
    margin-bottom: 25px;
}
.reviews-slider .content > small {
    color: rgba(31,31,31,.4);
    margin-top: auto;
    font-size: 16px;
    font-weight: 600;
}

.reviews-slider .image {
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.reviews-slider .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1600px) {
    .reviews {padding: 70px 0 0;}
    .reviews-slider {margin-top: 50px;}
    .reviews-slider .list {
        gap: 0 25px;
        padding-right: 25px;
    }
    .reviews-slider .item {--width: 400px;}
    .reviews-slider + .reviews-slider {margin-top: 25px;}
    .reviews-slider .image {border-radius: 15px;}
    .reviews-slider .content {
        border-radius: 15px;
        padding: 25px;
    }
    .reviews-slider .content h4 {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 14px;
    }
    .reviews-slider .text {
        font-size: 14px;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .reviews-slider .content > small {font-size: 14px;}
}

@media (max-width: 1200px) {
    .reviews {padding: 50px 0 50px 0;}
    .reviews-slider {margin-top: 40px;}
    .reviews-slider .item {--width: 350px;}
    .reviews-slider .list {
        gap: 0 20px;
        padding-right: 20px;
    }
    .reviews-slider + .reviews-slider {margin-top: 20px;}
}

@media (max-width: 500px) {
    .reviews {padding-bottom: 70px;}
    .reviews-slider .item {
        --width: 300px;
    }
    .reviews-slider .content {
        border-radius: 10px;
        padding: 20px;
    }
    .reviews-slider .content h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .reviews-slider .plus img {width: 10px;}
    .reviews-slider .text {
        font-size: 12px;
        margin-top: 17px;
        margin-bottom: 15px;
    }
    .reviews-slider .content > small {font-size: 10px;}
    .reviews-slider .image {border-radius: 10px;}
}

.text-small {
    padding: 70px 0;
    text-align: center;
    font-size: 13px;
}

/* ------------------ POTENTIAL ------------------ */
.potencial {
    padding: 0 25px;
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}
.potencial .wrap {
    overflow: hidden;
    border-radius: 25px 25px 0 0;
    padding: 200px 0;
    position: relative;
    align-content: center;
    position: relative;
    text-align: center;
    --translate-y: 0px;
}
.potencial .wrap:after {
    content: '';
    display: block;
    background: url(../img/potencial/woman.webp?17) no-repeat right top;
    background-size: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
    transform: translateY(var(--translate-y)) scale(1.2);
}

.potencial .btn-bottom {margin-top: 30px;}
.potencial .btn-bottom b {font-weight: 600;}
.potencial .btn-bottom p + p {margin-top: 5px;}

.potencial h2.title {
    font-weight: 600;
    line-height: 1.4;
}

.potencial .lifemd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    min-width: 170px;
    border-radius: 30px;
    background: rgba(217,217,217,.35);
    margin-bottom: 25px;
}

.potencial .subtitle {
    font-size: 22px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.potencial .btn {min-width: 205px;}

.potencial .text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
}
.potencial .text span {
    position: relative;
    top: 3px;
}

@media (max-width: 1600px) { 
    .potencial .wrap {
        border-radius: 20px 20px 0 0;
        padding: 50px 0;
        min-height: 650px;
    }
    .potencial .lifemd {zoom: 0.8;}
    .potencial .subtitle {
        font-size: 15px;
        margin-top: 25px;
        margin-bottom: 35px;
    }
    .potencial .text {
        margin-top: 25px;
        zoom: 0.8;
    }
}

@media (max-width: 1200px) {
    .potencial {padding: 0 15px;}
    .potencial .wrap {min-height: 560px;}
}

@media (max-width: 767px) {
    .potencial {padding: 0;}
    .potencial .wrap {
        border-radius: 0;
        padding: 200px 0;
    }
    .potencial .wrap:after {
        background: url(../img/potencial/woman-mob.webp?13) no-repeat right top;
        background-size: cover;
        animation: scale-bg 100s linear infinite;
    }
    .potencial h2.title br {display: none;}
    .potencial .lifemd {margin-bottom: 30px;}
    .potencial .subtitle {
        font-size: 21px;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .potencial .subtitle br {display: none;}
    .potencial .btn-group {
        gap: 20px 15px;
        flex-direction: column;
        max-width: 85%;
        width: 100%;
    }
    .potencial .text {zoom: 1;}
}

@media (max-width: 500px) {
    .potencial .wrap {
        padding: 120px 0;
        border-radius: 20px 20px 0 0;
    }
    .potencial h2.title {font-size: 8vw;}
    .potencial .text {margin-top: 20px;}
    .potencial .subtitle {
        font-size: 5vw;
        font-weight: normal;
    }
    .potencial .btn {
        min-width: 170px;
        min-height: 55px;
    }
}

#cannellamedia {display: none !important;}

.btn-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.3s;
    z-index: 990;
    padding: 13px 10px;
    background: rgba(255, 255, 255, .4);
    backdrop-filter: blur(5px);
    display: none;
}
.btn-fix.show {bottom: 0;}
.btn-fix .btn {
    width: 100%;
    border-radius: 15px;
    min-height: 65px;
}
.btn-fix .btn > div {
    font-size: 18px;
}
@media (max-width: 500px) {
    .btn-fix {display: block;}
}

/* ------------------ POPUP ------------------ */
.universal_popup .universal_popup-close {background: transparent !important;}

/* ANIMATION
-------------------------------------- */
.animated {
    opacity: 0;
    transition: opacity 500ms;
}

.animated.show {
    animation: fade-bottom 0.6s ease-in-out both;
}

.animated.fade-right.show {
    animation: fade-right 0.6s ease-in-out both;
}

.animated.left.show {
    animation: fade-left 0.6s 0.6s ease-in-out both;
}
.animated.right.show {
    animation: fade-right 0.6s 0.6s ease-in-out both;
}
.animated.scale.show {
    animation: fade-scale 0.3s 0.3s ease-in-out both;
}
.animated.fade-up.show {
    animation: fade-up 0.3s ease-in-out both;
}
.animated.fade.show {
    animation: fade 0.2s ease-in-out both;
}

.animated.fade-smoke.show {
    opacity: 1;
    animation: fade-smoke 0.3s 0.3s ease-in-out both;
}

.animated.fade-medal {opacity: 1;}
.animated.fade-medal.show {
    animation: fade-medal 1s 1s ease-out both;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fade-smoke {
    0% {
        will-change: transform;
        filter: blur(30px);
        transform: translateY(30px);
    }

    100% {
        will-change: transform;
        filter: blur(0);
        transform: translateY(0);
    }
}

@keyframes fade-up {
    0% {
        will-change: transform;
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        will-change: transform;
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-scale {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fade-medal {
    100% {transform: rotate3d(0, 1, 0, 360deg);}
}

sup {
    position:inherit;
    font-size:50% !important;
    vertical-align: super;
    top:0;
}
sup.smaller {
    font-size:40% !important;
    top: -4%;
}
@media (max-width: 767px) {
    .reviews {
        padding-bottom: 30px !important;
    }
    .text-small {
        padding: 0 0 70px !important;
        font-size:11px;
    }
}

