@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: normal;
    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: 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: 19px;
    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: 29px;
}
.btn > div > div {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    transition: all 0.2s ease-out;
}
.btn > div > div span:nth-of-type(1) {
    top:1px;
    position:relative;
}
.btn svg {
    width: 8px;
    height: 14px;
}
.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: #474747;
    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;}
    .btn > div {max-height: 26px;}
}

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

#header .group {
    display: flex;
    align-items: center;
}

.logo {line-height: 0;}
.novo {
    display: flex;
    max-width: 230px;
}

.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 13px 0 20px;
    gap: 0 12px;
    background: #1E1E1E;
}
#header .btn > div {
    max-height: 23px;
}
#header .btn svg {zoom: 0.85;}

@media (max-width: 1600px) {
    #header .center {max-width: 1100px;}
    .logo, 
    .novo {zoom: 0.7;}
    .nav {margin-right: 20px;}
    .nav ul {gap: 0 20px;}
    .nav ul a {font-size: 12px;}
    #header .btn {zoom: 0.8;}
}

@media (max-width: 1100px) {
    #header {padding-bottom: 10px;}

    .logo {
        zoom: 1;
        position: relative;
        z-index: 992;
    }

    .novo {zoom: 1;}

    #header .inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .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: 45px;
        height: 45px;
        border: 1px solid #EBEBEE;
        border-radius: 50%;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-left: auto;
        position: relative;
        z-index: 991;
        flex-shrink: 0;
    }
    .btn-nav span {
        height: 1px;
        display: inline-flex;
        background: var(--color);
        border-radius: 3px;
        transition: all 0.3s;
        transform-origin: center;
        width: 18px;
    }
    .nav-open {overflow: hidden;}
    .nav-open .btn-nav span {
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
    }
    .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;}
    .nav-open #header {background: #fff;}
}

/* ------------------ HOME ------------------ */
.home {
    color: #fff;
    background: #f5f5f6;
    position: relative;
    padding-top: 89px;
}
.home:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    z-index: 1;
    background: #fff;
}
.home .wrap {
    border-radius: 24px;
    background: linear-gradient(to bottom, #0D835A, #69c5a4);
    padding: 68px 0;
    position: relative;
    z-index: 2;
}
.home .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.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 h1 {
    font-size: 54px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.home h1 span {
    background: linear-gradient(to right, #fff 20%, rgba(255,255,255,.6));
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.home h1 sup {
    position: relative;
    top: 7px;
    line-height: 0;
    color: rgba(255,255,255,.6);
}
.home .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    max-width: 545px;
    opacity: 0.8;
}
.home .text b {font-weight: 600;}
.home .btn-group {
    margin-top: 30px;
    zoom: 0.97;
}

.home .btn-group .btn {
    min-height: 56px;
    font-size: 18px;
}
.home .btn.ghost {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
}

.trust-badges {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 30px;
}
.trust-badges > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}
.trust-badges > div:last-child img {
    position: relative;
    top: -2px;
}

.home-illustration {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr-phone {
    position: relative;
    z-index: 2;
    max-width: 310px;
}
.dr-phone .inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
}

.dr-phone .head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 38px 0 30px;
}
.dr-phone .head .time {
    font-size: 10px;
    font-weight: bold;
    color: #000;
}
.dr-phone .head .camera {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.dr-phone .lifemd {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
}

.dr-phone .doctor {
    position: relative;
    margin-top: 120px;
}
.dr-phone .doctor .dr {
    max-width: 222px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.dr-phone .doctor .info {
    display: inline-flex;
    flex-direction: column;
    font-size: 10px;
    font-weight: 300;
    border-radius: 12px;
    padding: 7px 10px 10px 8px;
    background: linear-gradient(90deg, #2273B5, #61B7E7);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 1;
    margin-bottom: -25px;
    margin-left: 25px;
    min-width: 222px;
}
.dr-phone .doctor .info small {
    font-size: 9px;
    font-weight: 600;
    margin-top: 8px;
}

.dr-phone .doctor .message {
    background: rgba(255, 255, 255, .92);
    border-radius: 12px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    padding: 11px 10px 10px 11px;
    color: #474747;
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-right: 30px;
}

.dr-phone .doctor .message .top {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dr-phone .doctor .message .top img {max-width: 20px;}

.dr-phone .doctor .message .top b {
    font-size: 8px;
    font-weight: 600;
}
.dr-phone .doctor .message > p {
    font-size: 10px;
    margin-top: 7px;
}
.dr-phone .doctor .message > small {
    font-size: 8px;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

.dr-phone .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 7px;
    font-weight: 600;
    color: #474747;
    border-radius: 13px;
    background: #fff;
    padding: 13px 20px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
    width: 100%;
}
.dr-phone .navigation li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.dr-phone .navigation li:nth-child(1) img {width: 16px;}
.dr-phone .navigation li:nth-child(2) img {width: 16px;}
.dr-phone .navigation li:nth-child(3) img {width: 14px;}
.dr-phone .navigation li:nth-child(4) img {width: 16px;}

.dr-phone .navigation li:nth-child(2) {animation-delay: 0.5s !important;}
.dr-phone .navigation li:nth-child(3) {animation-delay: 0.7s !important;}
.dr-phone .navigation li:nth-child(4) {animation-delay: 0.9s !important;}

.dr-phone .text-bottom {
    font-size: 10px;
    font-weight: 500;
    color: #A6A4A4;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.dr-phone:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    height: 3px;
    width: 105px;
    border-radius: 10px;
    background: #bbb9be;
}

.home-illustration .box {
    position: relative;
    display: flex;
    align-items: start;
}

.home-illustration .box > img {
    position:absolute;
    top: 20px;
    left: -82px;
    width: 22%;
    z-index: 1111;
}
.home-illustration .pills {
    max-width: 160px;
    display: flex;
    position: absolute;
    left: -80px;
    bottom: -35px;
    z-index: 2;
}
.home-illustration .pills img:first-child {animation: movePillow 20s linear infinite;}
.home-illustration .pills img:last-child {
    margin-left: -42px;
    animation: movePillow 20s linear infinite reverse;
}

@keyframes movePillow {
    0% {transform: translateX(0) translateY(0) rotate(0);}
    25% {transform: translateX(5%) translateY(5%) rotate(8deg);}
    50% {transform: translateX(0%) translateY(0) rotate(0);}
    75% {transform: translateX(-5%) translateY(-5%) rotate(-8deg);}
    100% {transform: translateX(0%) translateY(0) rotate(0);}
}

.chart {
    max-width: 295px;
    margin-top: 65px;
    margin-left: -10px;
}

.home-illustration .wegovy {
    line-height: 0;
    width: 352px;
    height: 415px;
    position: absolute;
    right: 36px;
    bottom: 0;
    z-index: 2;
    animation: moveWegovy 30s linear infinite;
}

@media (max-width: 1600px) {
    .home {padding-top: 75px;}
    .home h1 {font-size: 50px;}
    .home .wrap {padding: 50px 0;}
    .home .text {font-size: 18px;}
    .home-illustration .box {zoom: 0.7;}
    .home .content {zoom: 0.7;}
    .home .btn {zoom: 1;}
    .label {zoom: 0.8;}
    .home .label {zoom: 1;}
}

@media (max-width: 1400px) {
    .home h1 {font-size: 58px;}
    .home .content {zoom: 0.7;}
    .home .btn {zoom: 1;}
    .label {zoom: 0.8;}
    .home .label {zoom: 1;}
}

@media (max-width: 1200px) {
    .home .content {zoom: 0.55;}
    .home-illustration .box {zoom: 0.6;}
}

@media (max-width: 1100px) {
    .home {padding-top: 100px;}
}

@media (max-width: 767px) {
    .label {zoom: 1;}
    .home h1 {font-size: 45px;}
    .home .center {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .home .content {
        zoom: 0.8;
        text-align: center;
    }
    .home .btn-group {
        zoom: 1;
        align-items: center;
    }
    .home .text {
        max-width: 600px;
        margin: 0 auto;
    }

    .home-illustration .box {zoom: 0.6;}

    .trust-badges {justify-content: center;}
}

@media (max-width: 500px) {
    .btn {
        font-size:16px;
    }
    .home {padding-top: 90px;}
    .home .wrap {
        border-radius: 20px;
        padding: 40px 0 60px 0;
    }
    .home .content {
        zoom: 1;
        text-align: left;
    }
    .home .center {
        text-align: left;
        gap: 15px;
    }
    .home .subtitle {font-size: 4.5vw;}
    .home h1 {
        font-size: 7.5vw;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height:1.4;
    }
    .home .text {
        font-size: 4.4vw;
        line-height: 1.4;
        text-align: left;
        font-weight: 500;
    }
    .home .text br {display: none;}

    .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: 1;
        padding: 0 15px;
    }
    .home .btn-group .btn {
        min-height: 60px;
        width: 100%;
        letter-spacing: 0.5px;
    }
    .home .btn-group .btn:first-child {
        background: rgba(255,255,255,.9);
    }
    .home .btn.ghost {border-width: 1px;}

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

    .label {zoom: 1;}

    .home-illustration .box {
        zoom: 0.75;
    }

    .home-illustration .chart {
        position: absolute;
        top: 0;
        right: -105px;
        margin-top: 40px;
    }

    .home-illustration .wegovy {
        right: -199px;
        bottom: -30px;
    }
    .home-illustration .wegovy img {content: url(../img/home/wegovy-mob.webp);}
    .home-illustration .box > img {
        width: 43%;
    }
}

/* ------------------ DOCTORS ------------------ */
.doctors {padding: 70px 0 50px 0;}

.doctors .label {margin-bottom: 10px;}

.doctors-grid {margin-top: 50px;}
.doctors-grid.splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 26px 26px;
}
.doctors-grid .image {
    border-radius: 40px;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.doctors-grid .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.doctors-grid .mark {
    position: absolute;
    left: 19px;
    bottom: 19px;
    min-height: 30px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    color: #000;
    font-size: 13px;
    border-radius: 30px;
    background: rgba(255,255,255,.8);
    padding: 0 12px;
    box-shadow: 0 4px 4px rgba(0,0,0,.02);
} 

.doctors-grid .slide-2,
.doctors-grid .slide-4 {grid-row: span 2;}

.doctors-content {
    text-align: center;
    padding-top: 35px;
}
.doctors-content .btn {min-width: 343px;}
.doctors-content p {
    max-width: 1025px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    line-height: 1.7;
}
.doctors-content small {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #6F707F;
}

.doctors-content h2.title {
    margin-top: 85px;
}
.doctors-content h2.title span {
    color: #BB0078;
    text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    background: inherit;
}
.doctors-content h2.title b {
    color: #000229;
    font-weight: 600;
}

@media (max-width: 1600px) {
    .doctors {padding: 60px 0 40px 0;}
    .doctors-grid .image {border-radius: 20px;}
    .doctors-grid.splide.is-initialized:not(.is-active) .splide__list {
        gap: 18px 18px;
    }
    .doctors-grid .mark {
        left: 15px;
        bottom: 15px;
        zoom: 0.8;
    }
    .doctors-content p {
        max-width: 750px;
        font-size: 12px;
    }
    .doctors-content small {zoom: 0.75;}
    .doctors-content h2.title {margin-top: 60px;}
}

@media (max-width: 1200px) {
    .doctors-grid .image {
        border-radius: 15px;
    }
    .doctors-grid.splide.is-initialized:not(.is-active) .splide__list {
        gap: 15px 15px;
    }
    .doctors-grid .mark {
        font-size: 11px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .doctors {padding: 60px 0 55px 0;}
    .doctors h2.title {
        margin-bottom: 35px;
        margin-top: 20px;
    }
    .doctors-grid .splide__track {overflow: visible;}
    .doctors-content .label {display: none;}
    .doctors-content {padding-top: 35px;}
    .doctors-content p {
        max-width: inherit;
        font-size: 16px;
        margin: 0 0 25px 0;
        text-align: left;
    }
    .doctors-content .btn {min-width: inherit;}
}

@media (max-width: 500px) {
    .doctors {padding: 60px 0 35px 0;}
    .doctors .tx-c {text-align: left;}
    .doctors h2.title {
        font-size: 7.5vw;
        margin-top: 5px;
    }
    .doctors h2.title br {display: none;}
    .doctors-grid {margin-top: 40px;}
    .doctors-grid .image {
        border-radius: 20px;
        max-height: 450px;
    }
    .doctors-grid .mark {zoom: 1;}
    .doctors-content p {font-size: 4vw;}
    .doctors-content small {
        display: none;
    }

    .doctors-content h2.title {
        margin-top: 60px !important;
        text-align: left;
        margin-bottom: 0;
    }
    .doctors-content h2.title b {
        font-weight: normal;
    }
}

@media (max-width: 375px) {
    .doctors-grid .image {max-height: 490px;}
}


/* ------------------ HELP ------------------ */
.help {padding: 100px 0 85px 0;}
.help h2.title {margin-top: 20px;}

.splide-help {
    margin: 45px auto 0 auto;
    max-width: 1200px;
}
.splide-help .slide {
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    background-color:#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,
.splide-help .slide-fourth .image {
    display: block;
    width: 100%;
    max-width: 85%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    animation: rotate3d 10s linear infinite;
}

.splide-help .slide-fourth .image {
    margin-bottom: 60px;
    max-width: inherit;
}

@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-fourth {
    align-content: end;
    background: linear-gradient(135deg, #0D835A, #75D8B5);
    perspective: 500px;
    background:url(../img/help/image-5-background.webp);
    background-repeat:no-repeat;
    background-size:cover;
}

.slide-third .lifemd,
.slide-fourth .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: 25px auto 0 auto;
    max-width: 915px;
    font-size: 11px;
    line-height: 2;
    color: #6F707F;
}
.help small a {
    text-decoration: underline;
    color: #6F707F;
}
.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 {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;}
    .notification {zoom: 0.75;}
}

@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 50px 0;}
    .help h2.title {
        margin-top: 20px;
        font-size: 9.2vw;
        line-height: 1.2;
    }
    .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;
    }
}

/* ------------------ WEGOVY ------------------ */
.fda {
    background: linear-gradient(to bottom, #0D835A, #75D8B5);
    border-radius: 24px;
    padding: 60px 0 75px 0;
    margin-bottom: 145px;
    color: #fff;
}
.fda .subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 15px;
}

.fda-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 55px;
}

.fda-card {
    border-radius: 34px;
    background: #F5F5F6;
    padding: 65px 20px 45px 20px;
    text-align: center;
    color: var(--color);
}
.fda-card h3 {
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 30px;
}
.fda-card h3 b {font-weight: 500;}

.fda-card .image {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 238px;
    min-height: 285px;
    margin: 0 auto;
}
.fda-card .image ul {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px 0;
    margin-left: -25px;
    margin-top: 15px;
}
.fda-card .image ul li {
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: 12px;
    background: #e7e7ea;
    border-radius: 50px;
    min-height: 48px;
    padding: 0 20px 0 15px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.fda-card .image ul li svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    color: #999AA9;
}

.fda-card .text {
    font-size: 14px;
    max-width: 490px;
    margin: 30px auto 40px auto;
    color: #6F707F;
}
.fda-card .text b {font-weight: 500;}

@media (max-width: 1600px) {
    .fda {
        padding: 50px 0 60px 0;
        margin-bottom: 100px;
    }
    .fda .subtitle {font-size: 11.5px;}
    .fda-row {margin-top: 45px;}
    .fda-card {
        padding: 40px 15px 30px 15px;
    }
    .fda-card h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .fda-card .image {
        max-width: 180px;
        min-height: 220px;
    }
    .fda-card .image ul {zoom: 0.7;}
    .fda-card .text {
        font-size: 11px;
        max-width: 410px;
        margin: 15px auto 25px auto;
    }
    .fda .btn {zoom: 0.7;}
}

@media (max-width: 991px) {
    .fda {margin-bottom: 60px;}
    .fda-card h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .fda-card {border-radius: 20px;}
    .fda-card .image {
        max-width: 140px;
        min-height: 170px;
    }
    .fda-card .image ul {zoom: 0.55;}
    .fda-card .text {
        font-size: 10px;
        margin: 10px auto 25px auto;
    }
}

@media (max-width: 767px) {
    .fda .subtitle br {display: none;}
    .fda-row {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .fda-card h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .fda-card .image {
        max-width: 200px;
        min-height: inherit;
    }
    .fda-card .image ul {zoom: 0.7;}
    .fda-card .text {font-size: 12px;}
}

@media (max-width: 500px) {
    .fda {
        border-radius: 20px;
        padding: 40px 0 50px 0;
    }
    .fda h2.title {font-size: 9vw;}
    .fda .subtitle {font-size: 4.2vw;}
    .fda-row {gap: 40px;}
    .fda-card {padding: 25px 15px 30px 15px;}
    .fda-card h3 {font-size: 5.3vw;}
    .fda-card .image {
        max-width: inherit;
        min-height: inherit;
        justify-content: center;
    }
    .fda-card .image img {width: 50%;}
    .fda-card .image ul {
        zoom: 0.78;
        position: static;
        transform: none;
    }
    .fda-card .text {
        font-size: 2.8vw;
        margin: 20px auto 25px auto;
    }
    .fda .btn {
        zoom: 0.8;
        min-height: 50px;
    }
}

/* ------------------ 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: 150px;
    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.first .section-content .list li .ic svg {stroke: #2a7bbb;}
.section.second .section-content .list li .ic svg {stroke: #02a0a3;}
.section.third .section-content .list li .ic svg {stroke: #40ac86;}

.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: 930px;
    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-product .image {
    max-width: 550px;
}

.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.second .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/scroll/wegovy.webp);
    background-size: cover;
}

.section.third .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/scroll/woman.webp);
    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;
}

.section-product .foot-text {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.section-product .foot-text p {
    font-size: 31px;
    font-weight: 600;
}
.section-product .foot-text small {
    font-size: 28px;
    font-weight: 500;
}

.notification {
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: start;
    gap: 20px;
    position: relative;
    z-index: 2;
    text-align: left;
}
.notification .avatar {
    line-height: 0;
    width: 70px;
    flex-shrink: 0;
}
.notification h5 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 600;
    opacity: 0.4;
    margin-bottom: 5px;
}
.notification p {
    font-size: 19px;
    margin-bottom: 5px;
}
.notification time {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 17px;
    font-weight: 600;
    opacity: 0.4;
}
.notification time svg {
    width: 18px;
    height: 12px;
    color: #fff;
}

.section-product .notification {
    max-width: 497px;
    position: absolute;
    top: 45px;
    left: 45px;
}

@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;
    }
    .notification .avatar {width: 55px;}
    .section-product .speed {zoom: 0.78;}
    .section-product .image {max-width: 350px;}
    .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;}

    .section-product .notification {
        max-width: 390px;
        top: 30px;
        left: 30px;
    }

    .notification {gap: 15px;}
    .notification h5 {font-size: 14px;}
    .notification p {font-size: 14px;}
    .notification time {
        gap: 5px;
        font-size: 13px;
    }

    .section-product .foot-text {padding: 15px;}
    .section-product .foot-text p {font-size: 23px;}
    .section-product .foot-text small {font-size: 20px;}
}

@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 p.subtitle br {display:none;}
    .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 25px 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;}

    .section-product .foot-text p {font-size: 17px;}
    .section-product .foot-text small {font-size: 13px;}
}

@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,
    .section.second .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,
    .section.second .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;}

    .notification {padding: 15px;}

    .section-product .notification {
        max-width: 375px;
        top: 20px;
        left: 20px;
    }

    .section-product .foot-text p {font-size: 4.6vw;}
    .section-product .foot-text small {font-size: 3.5vw;}
}
@media (max-width: 400px) {
    .section.first .inner .image {
        margin-bottom: 0;
    }
}
/* ------------------ 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: 145px 0 145px 0;
    position: relative;
    overflow: hidden;
}
.how .wrap:after {
    content: '';
    display: block;
    background: url(../img/how/woman.webp) 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: 100px 0 100px 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) no-repeat right top;
        background-size: cover;
        animation: none;
    }
    .how .subtitle {font-size: 5vw;}
    .accordeon-how {gap: 20px 0;}
    .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: 3.5vw;
        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: 145px;
}
.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 32px;
}
.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 {margin-top: 100px;}
    .faq .center {max-width: 800px;}
    .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 .inner {padding: 0 30px 25px 25px;}
    .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) 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 20px;
        line-height: 1.5;
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .faq {margin-top: 60px;}
    .faq .wrap {padding: 60px 0 60px 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;
    }
    .accordeon-faqs .inner {padding: 0 25px 25px 15px;}

    .show-more {
        zoom: 0.7;
        margin-top: 60px;
    }
}

/* ------------------ 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 0 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 {margin-top: 25px;}
    .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: 60px 0 90px;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 991px) {
    .text-small {padding: 45px 0 65px;}
}

/* ------------------ EXPERT ------------------ */
.expert {
    border-radius: 24px 24px 0 0;
    background: linear-gradient(to bottom, #0D835A, #75D8B5);
    color: #fff;
}
.expert .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

.expert-content {padding: 70px 0 130px 0;}

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

.expert h2.title {
    margin-top: 20px;
    margin-bottom: 15px;
}

.expert ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 19px;
}
.expert ul li + li {margin-top: 10px;}
.expert ul li svg {
    width: 20px;
    height: 20px;
}

.expert .btn-group {
    margin-top: 30px;
}
.expert .ghost {
    border-color: #fff;
    border-width: 2px;
    color: #fff;
}

.expert-image {position: relative;}
.expert-image .hand {
    display: block;
    max-width: 610px;
    margin-left: 60px;
    position: relative;
    top: -25px;
    z-index: 2;
    mask-image: linear-gradient(0, transparent, #000 30%);
}

.expert-image .inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 365px;
    max-width: 610px;
    width: 100%;
    mask-image: linear-gradient(to bottom, #000 60%, transparent);
}
.expert-image .notification {
    gap: 12px;
    padding: 13px;
    max-width: 245px;
}
.expert-image .notification .avatar {width: 45px;}
.expert-image .notification p {
    font-size: 12px;
}
.expert-image .notification time {
    gap: 2px;
    font-size: 10px;
}
.expert-image .notification time svg {
    width: 14px;
    height: 8px;
}
.expert-image .notification h5 {font-size: 10px;}
.expert-image .notification:nth-child(1),
.expert-image .notification:nth-child(3) {
    position: relative;
    left: 50px;
}

@media (max-width: 1600px) {
    .expert-image .hand,
    .expert-image .inner {zoom: 0.8;}
    .expert-content {
        zoom: 0.9;
        padding: 70px 0 100px 0;
    }
    .expert .btn-group {zoom: 0.98;}
}

@media (max-width: 991px) {
    .expert-content {zoom: 0.8;}
    .expert-image .hand {zoom: 0.7;}
    .expert-image .hand {
        margin-left: 0;
        margin-right: -100px;
    }
    .expert-image .inner {left: 260px;}
    .expert ul li {font-size: 16px;}
    .expert .btn-group,
    .trust-badges {zoom: 0.9;}
}

@media (max-width: 767px) {
    .expert .center {grid-template-columns: 1fr;}
    .expert-content {
        zoom: 1;
        padding: 30px 0 50px 0;
    }
    .expert-image .hand {zoom: 0.8;}
    .expert-image .inner {
        left: 245px;
        zoom: 1;
    }
}

@media (max-width: 500px) {
    .expert {border-radius: 20px 20px 0 0;}
    .expert-content {padding: 30px 0 25px 0;}
    .expert h2.title {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 7.3vw;
    }
    .expert ul li {font-size: 17px;}
    .expert .btn-group, 
    .trust-badges {
        zoom: 1;
    }
    .expert .btn-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }
    .expert .btn-group .btn {width: 100%;}

    .expert-image {overflow: hidden;}

    .trust-badges {
        margin-top: 25px;
        zoom: 0.9;
    }

    .expert-image {
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 20px;
    }

    .expert-image .hand {
        zoom: 0.6;
        position: relative;
        left: 30px;
    }
    .expert-image .inner {
        left: 205px;
        zoom: 0.95;
    }
}

@media (max-width: 413px) {
    .expert-image .hand {zoom: 0.5;}
    .expert-image .inner {
        left: 185px;
        zoom: 0.9;
    }
}

/* ------------------ FOOTER ------------------ */
.footer {
    background: #000229;
    border-radius: 24px 24px 0 0;
    margin-top: -25px;
    position: relative;
    z-index: 99;
    padding-top: 100px;
    color: #fff;
}

.footer-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.footer-main h3 {
    color: #6F707F;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-main ul a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 13px;
}
.footer-main ul a svg {
    width: 13px;
    height: 13px;
}
.footer-main ul li + li {margin-top: 20px;}
.main-hover {color: #fff;}
.main-hover > div {
    overflow: hidden;
    max-height: 28px;
}
.main-hover > div > div {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    transition: all 0.2s ease-out;
}
.main-hover:hover > div > div {transform: translateY(-50%);}

.footer-social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
    margin-top: 145px;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    background: #151637;
    border-radius: 24px;
    padding: 0 32px;
    min-height: 88px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease-out;
}
.footer-social a:hover {
    background: #fff;
    color: #151637;
}
.footer-social a img {display: none;}

.footer-address {
    margin-top: 55px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-address a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
}
.footer-address a:first-child svg {
    width: 16px;
    height: 16px;
}
.footer-address a:last-child svg {
    width: 18px;
    height: 18px;
}

.footer-logo {padding: 125px 0;}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #292A4B;
}
.footer-bottom .copy {
    color: #6F707F;
    font-size: 12px;
    font-weight: 600;
}

.footer-bottom ul {
    display: flex;
    gap: 38px;
}
.footer-bottom ul li {position: relative;}
.footer-bottom ul li:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 15px;
}
.footer-bottom ul li:last-child:after {display: none;}
.footer-bottom ul a {font-size: 18px;}

.footer-bottom > div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-bottom > div img:first-child {max-width: 120px;}
.footer-bottom > div img:last-child {max-width: 65px;}

.footer-btns {display: none;}

.footer-text {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}
.footer-text p + p {margin-top: 20px;}
.footer-text p a {color: #fff;}
.footer-text p a:hover {text-decoration: underline;}

#cannellamedia {display: none !important;}

@media (max-width: 1600px) {
    .footer {padding-top: 100px;}
    .footer-main ul a {font-size: 15px;}
    .main-hover > div {max-height: 23px;}

    .footer-social {margin-top: 100px;}
    .footer-social a {zoom: 0.8;}

    .footer-address {
        margin-top: 40px;
        zoom: 0.8;
    }

    .footer-logo {padding: 90px 0;}

    .footer-bottom {padding: 15px 0;}
    .footer-bottom .copy {font-size: 10px;}
    .footer-bottom ul {zoom: 0.7;}
}

@media (max-width: 991px) {
    .footer {padding-top: 60px;}
    .footer-main ul a {font-size: 13px;}
    .footer-main ul li + li {margin-top: 15px;}

    .footer-address {zoom: 0.7;}

    .footer-social {margin-top: 60px;}
    .footer-social a {zoom: 0.7;}

    .footer-logo {padding: 60px 0;}

    .footer-bottom > div {
        gap: 15px;
        zoom: 0.8;
    }

    .footer-bottom ul {zoom: 0.6;}
}

@media (max-width: 767px) {
    .footer-main ul li + li {margin-top: 10px;}
    .footer-bottom {
        padding: 25px 0;
        flex-direction: column;
        gap: 20px 0;
    }
    .footer-bottom .copy {font-size: 13px;}
    .footer-bottom ul {zoom: 0.7;}
    .footer-bottom > div {
        gap: 20px;
        zoom: 1;
    }
}

@media (max-width: 500px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px 15px;
    }
    .footer-main ul a {font-size: 15px;}

    .footer-social {margin-top: 45px;}
    .footer-social a {
        justify-content: center;
        zoom: 1;
        border-radius: 20px;
    }
    .footer-social a span {display: none;}
    .footer-social a img {
        display: inline-block;
        zoom: 0.7;
    }

    .footer-address {
        zoom: 1;
        justify-content: space-between;
    }
    .footer-address img {
        position: relative;
        top: 2px;
    }

    .footer-btns {
        display: flex;
        gap: 17px;
        margin-top: 25px;
    }

    .footer-logo {padding: 40px 0;}

    .footer-bottom {padding: 30px 0 100px 0;}
    .footer-bottom ul {
        zoom: 1;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 38px;
    }
    .footer-bottom ul li:after {margin-top: 3px;}
    .footer-bottom .copy {
        font-size: 14px;
        order: 1;
    }
}

@media (max-width: 413px) {
    .footer-bottom ul a {font-size: 15px;}
    .footer-address a {font-size: 15px;}
}

.btn-save {
    position: fixed;
    right: 0;
    bottom: 15%;
    background: #BB0078;
    border-radius: 40px 0 0 40px;
    display: flex;
    align-items: center;
    padding: 6px 20px 6px 6px;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    min-width: 220px;
    color: #fff;
    z-index: 98;
    transition: all 0.3s ease-out;
    transform: translateX(0);
}
.btn-save img {
    display: inline-block;
    max-width: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.btn-save.active {transform: translateX(155px);}
.btn-save:hover {transform: translateX(0);}
.btn-save span {opacity: 0.8;}
.btn-save svg {
    margin-left: auto;
    width: 7px;
    height: 12px;
}

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

.btn-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.3s;
    z-index: 990;
    padding: 13px 10px;
    background: linear-gradient(90deg, #3FAB86, #75D8B5);
    display: none;
}
.btn-fix.show {bottom: 0;}
.btn-fix .btn {
    width: 100%;
    border-radius: 15px;
    min-height: 65px;
}
.btn-fix .btn > div {
    max-height: 25px;
    font-size:18px;
}
.btn-fix .btn span:nth-of-type(1) {
    top: 0px;
}

@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-slow.show {
    animation: fade-up-slow 2s 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-up-slow {
    0% {
        will-change: transform;
        opacity: 0;
        transform: translateY(100%);
    }

    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;
    }
}

@media (max-width: 500px) {
    .text-small {padding: 0 0 50px !important;}
}

