@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: 'Campton';
    src: url('/fonts/Campton-Black.woff2') format('woff2'),
        url('/fonts/Campton-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

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

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

@font-face {
    font-family: 'Campton';
    src: url('/fonts/Campton-SemiBold.woff2') format('woff2'),
        url('/fonts/Campton-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;
	--blue: #63CCC9;
	--color: #0F5C78;
    --c-bluewhite: #67CCCA;
	--greycliff: 'Greycliff CF', sans-serif;
    --campton: 'Campton', sans-serif;
}

body {
	font-family: var(--greycliff);
	font-size: 16px;
	line-height: 1.38;
	color: var(--color);
    -webkit-font-smoothing: antialiased;
}

a {
    color: var(--color);
    text-decoration: none;
}

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

h2.title svg {
    width: 52px;
    height: 52px;
}
h2.title p {
    font-size: 16px;
    font-weight: normal;
}
h2.title div {
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
    margin-top: 5px;
}
h2.title div span {color: var(--blue);}

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

.wrapper {overflow-x: hidden;}

.center {
	width: 100%;
	max-width: 1559px;
	margin: 0 auto;
	padding: 0 15px;
}

.d-none {display: none !important;}

@media (max-width: 1600px) {
    body {
        font-size: 14px;
    }

    .center {max-width: 1200px;}

    h2.title div {font-size: 33px;}
    h2.title p {font-size: 12px;}
    h2.title svg {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 1200px) {
    .center {max-width: 900px;}
    h2.title div {font-size: 28px;}
}

@media (max-width: 991px) {
    h2.title div {font-size: 25px;}
}

@media (max-width: 500px) {
    body {
        line-height: 1.4;
        font-size: 16px;
    }

    .s-500 {display: block !important;}
    .h-500 {display: none !important;}

    h2.title div {
        font-size: 28px;
        line-height: 1.2;
        margin-top: 0;
    }
    h2.title p {font-size: 15.5px;}

    .achieve h2.title div {font-size: 27px;}
}

@media (max-width: 413px) {
    h2.title div {font-size: 26px;}
    .achieve h2.title div {font-size: 25px;}
}

@media (max-width: 380px) {
    h2.title div {font-size: 24px;}
    .achieve h2.title div {font-size: 23px;}
}

/* ------------------ BUTTONS ------------------ */
.btn-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 99;
    background: #fff;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    box-shadow: 0 -4px 21px rgba(0, 0, 0, .08);
    transition: all 0.3s;
    display: none;
}
.btn-fix a {
    background: #0F5C78;
    border-radius: 13px;
    color: #fff;
    padding: 5px 15px;
    font-size: 18px;
    text-align: center;
}
.btn-fix a > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btn-fix a > div svg {
    width: 7px;
    height: 10px;
    fill: #fff;
    position: relative;
    top: 3px;
}
.btn-fix a p {font-size: 15.5px;}

@media (max-width: 550px) {
    .btn-fix.active {
        display: grid;
        bottom: 0;
        animation: bottomTop 0.5s forwards;
    }

    @keyframes bottomTop {
        0% {bottom: -100%;}
        100% {bottom: 0;}
    }
}

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 52px;
	border-radius: 30px;
	background: var(--akcent);
	color: #fff;
	min-width: 157px;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
	gap: 7px;
	overflow: hidden;
    padding: 0 30px;
    transition: all 0.3s;
    animation: shadow-pulse 3s infinite;
}
.btn:hover {border-color: var(--blue);}
.btn:after {
	content: '';
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: var(--blue);
	transition: all 0.3s;
}
.btn:hover:after {width: 100%;}
.btn span {
	position: relative;
	z-index: 2;
    top: -1px;
}
.btn svg,
.head-btn svg {
	fill: #fff;
	width: 7px;
    height: 11px;
	position: relative;
	top: 0.7px;
	z-index: 2;
}
.btn.invert {
    background: #fff;
    color: var(--akcent);
    border: 1px solid rgba(15, 92, 120, .22);
}
.btn.invert:hover {
    color: #fff;
    border-color: var(--blue);
}

@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)}
    100% {box-shadow: 0 0 0 20px transparent}
}

.btn-group > div {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.btn-group strong {
    font-weight: bold;
    font-size: 13px;
    display: block;
    margin-bottom: 12px;
}
div.home-content > div > strong {
    font-size: 18px;
    position:relative;
}
.btn-group strong img{
    width:29px;
    position:relative;
    top:6px;
    left:-1px;
    margin-right:4px;
}
.btn-group strong span {
    font-weight:normal;
}
.btn-group p {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.btn-group p strong {
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}
.btn-group p svg {
    fill: var(--akcent);
    width: 12px;
    height: 10px;
}

.d-none {display: none;}

@media (max-width: 1600px) {
    .btn-group > div {margin-bottom: 15px;}
    .btn-group strong {
        font-size: 11px;
        margin-bottom: 10px;
    }
    .btn-group p {
        font-size: 11px;
        gap: 4px;
    }
    .btn-group p svg {
        fill: var(--akcent);
        width: 9px;
        height: 7px;
    }

    .btn {
        min-width: 120px;
        font-size: 14px;
        gap: 5px;
        padding: 0 20px;
        min-height: 40px;
    }
    .btn svg {
        width: 5px;
        height: 9px;
        top: 0.7px;
    }
}

@media (max-width: 500px) {
    .btn {
        font-size: 17px;
        gap: 7px;
        min-height: 47px;
    }
    .btn svg {
        width: 7px;
        height: 10px;
        top: 1px;
    }
    .btn-group strong {font-size: 14px;}
    .btn-group p {font-size: 14px;}
    .btn-group > div {margin-bottom: 20px;}
    .btn-group strong {margin-bottom: 8px;}
}

/* ------------------ HEADER ------------------ */
#header {
    position: relative;
    z-index: 999;
}
.head-bar {
	background: var(--akcent);
	color: #fff;
	font-weight: 600;
}
.head-bar .center {
	min-height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.head-main {
	padding: 16px 0;
	background: #E2F2F3;
}
.head-main .center {
	display: flex;
	align-center: center;
	justify-content: space-between;
}

.fixd-header .head-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo {
	display: inline-block;
	line-height: 0;
}
.logo svg {
	display: inline-block;
	width: 138px;
	height: 39px;
}

.btn-head {
	min-height: 38px;
	border-radius: 7px;
	min-width: 243px;
}

@media (max-width: 1200px) {
    .btn-head {min-width: 200px;}
}

@media (max-width: 767px) {
    .head-bar .center {
        min-height: 30px;
        font-size: 13px;
    }
    .head-bar .center p {
        position: relative;
        top: -1px;
    }

    .logo svg {
        width: 105px;
        height: 32px;
    }

    .btn-head {
        min-width: 150px;
        display: none;
    }

    .head-main {
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 1px 10px rgba(0, 62, 82, 0.03), 0px 8px 8px -6px rgba(0, 62, 82, 0.05), 0px 10px 30px -30px rgba(0, 62, 82, 0.1);
    }
}

@media (max-width: 413px) {
    .home .svg-right {right: -25px;}
    .home-content h1.title,
    .home-content h3.title {font-size: 24px;}
    .home-content ul li {font-size: 15px;}
}

/* ------------------ HOME ------------------ */
.home {
    background: #F0F7FA;
    position: relative;
}
.home .svg-left {
    position: absolute;
    top: 0;
    left: 0;
}
.home .center {
	display: grid;
	grid-template-columns: 1fr 748px;
	gap: 15px;
}

.home-content {
	padding: 120px 0 216px 0;
}
.home-content h1.title,
.home-content h3.title {
	font-size: 43px;
	font-weight: normal;
	line-height: 1.23;
}
.home-content h1.title span,
.home-content h3.title span {
	font-weight: 500;
	background: linear-gradient(90deg, #096A8C -100%, #63C7C7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.home-content ul {
	padding: 32px 0 30px 0;
}
.home-content ul li {
	display: flex;
	align-items: center;
	gap: 13px;
	font-size: 19px;
}
.home-content ul li + li {margin-top: 15px;}
.home-content ul li .ic {
    width: 40px;
    line-height: 0;
}
.home-content ul li:nth-child(1) i {
    width: 34px;
    height: 34px;
}
.home-content ul li:nth-child(2) i {
    width: 36px;
    height: 36px;
}
.home-content ul li:nth-child(4) i {
    width: 48px;
    display: inline-block;
    left: -3px;
    top: -2px;
    position: relative;
}
.home-content ul li:nth-child(3) i {
    width: 36px;
    height: 36px;
}
.home-content ul li:nth-child(3) .ic {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-content ul li:nth-child(3) i {
    width: 40px;
    height: 40px;
}
.home-content ul li:nth-child(3) i * {
    stroke: #0f5c78 !important;
    fill: #0f5c78 !important;
}

.home-content ul li strong {font-weight: 500;}

.home-content .btn-group > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.home-slider {
    position: relative;
    right: -36px;
    width: 367px;
}

.marquee {
    --gap: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    height: 100%; 
    width: 367px;
    position: absolute;
    top: 0;
    left: 0;
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-height: auto;
    animation: scroll 80s linear infinite;
}

.marquee-second {
    left: 100%;
    margin-left: var(--gap);
}
.marquee-second .marquee__group {
    animation: scroll 60s linear infinite;
}

.marquee .slide {
    border-radius: 20px;
    overflow: hidden;
    height: 492px;
}

.marquee__group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    top: 3px;
}

@keyframes scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100% - var(--gap)));
    }
}

.path {
    stroke-dasharray: 200;
    animation: path 10s linear infinite
}

@keyframes path {
    to {stroke-dashoffset: 1200;}
}

@media (max-width: 1600px) {
    .home .center {grid-template-columns: 1fr 600px;}

    .home .svg-left {
        width: 200px;
        height: 235px;
        left: -50px;
    }

    .home-content {padding: 80px 0 140px 0;}
    .home-content h1.title,
    .home-content h3.title {font-size: 32px;}

    .home-content ul {padding: 25px 0 25px 0;}
    .home-content ul li .ic {width: 28px;}
    .home-content ul li {
        gap: 10px;
        font-size: 14px;
    }
    .home-content ul li + li {margin-top: 12px;}

    .home-slider {width: 300px;}
    .marquee {width: 300px;}
    .marquee .slide {height: 400px;}
    .home-content ul li:nth-child(3) i {
        width: 34px;
        left: -2px;
    }
    .home-content ul li:nth-child(4) i {
        width: 34px;
    }
}

@media (max-width: 1200px) {
    .home .center {
        grid-template-columns: 1fr 400px;
        gap: 0;
    }
    .home-content {padding: 50px 0 80px 0;}
    .home-content h1.title,
    .home-content h3.title {font-size: 29px;}
    .marquee {width: 200px;}
    .marquee .slide {
        height: 270px;
        border-radius: 15px;
    }
    .home-slider {width: 200px;}
    .home-content ul li:nth-child(4) i {
        width: 34px;
        left: -2px;
    }
}

@media (max-width: 991px) {
    .home .svg-left {left: -100px;}
    .home .center {
        grid-template-columns: 1fr 300px;
        gap: 15px;
    }
    .marquee {width: 150px;}
    .home-slider {
        width: 150px;
        right: 15px;
    }

    .home-content {padding: 50px 0 50px 0;}
    .home-content h1.title,
    .home-content h3.title {font-size: 26px;}
    .marquee .slide {height: 200px;}
}

@media (max-width: 767px) {
    .marquee-second .slide:nth-child(1) img {content: url('../img/home/mob/slide-1_1.webp?2');}
    .marquee-second .slide:nth-child(2) img {content: url('../img/home/mob/slide-1_2.jpg');}
    .marquee-second .slide:nth-child(2) img {content: url('../img/home/mob/slide-2_4_2.jpg');}
    .marquee-second .slide:nth-child(3) img {content: url('../img/home/mob/slide-1_3.jpg');}
    .marquee-second .slide:nth-child(4) img {content: url('../img/home/mob/slide-1_4.jpg');}
    .marquee-second .slide:nth-child(5) img {content: url('../img/home/mob/slide-2_4.jpg');}
    .marquee-second .slide:nth-child(6) img {content: url('../img/home/mob/slide-2_2_mob.webp');}
    .marquee-second .slide:nth-child(7) img {content: url('../img/home/mob/slide-1_6.jpg');}

    .marquee-first .slide:nth-child(1) img {content: url('../img/home/mob/slide-2_2_2.webp');}
    .marquee-first .slide:nth-child(2) img {content: url('../img/home/mob/slide-2_2.jpg');}
    .marquee-first .slide:nth-child(3) img {content: url('../img/home/mob/slide-2_3.jpg');}
    .marquee-first .slide:nth-child(4) img {content: url('../img/home/mob/slide-2_1.jpg');}
    .marquee-first .slide:nth-child(5) img {content: url('../img/home/mob/slide-2_2_mob.webp');}
    .marquee-first .slide:nth-child(6) img {content: url('../img/home/mob/slide-2_6.jpg');}
    .marquee-first .slide:nth-child(7) img {content: url('../img/home/mob/slide-1_3.jpg');}

    .home .center {display: block;}
    .home-slider {
        width: auto;
        position: static;
        margin: 0 -15px !important;
    }

    .marquee {
        width: inherit;
        position: static;
        flex-direction: row;
        height: auto;
        gap: var(--gap);
    }
    .marquee__group {
        flex-direction: row;
        animation: scroll 30s linear infinite reverse;
    }
    .marquee-second .marquee__group {
        animation: scroll 20s linear infinite reverse;
    }
    .marquee .slide {
        height: 200px;
        width: 200px;
    }
    .marquee-second {
        margin-top: var(--gap);
        margin-left: 0;
    }

    @keyframes scroll {
        0% {transform: translateX(0);}
        100% {transform: translateX(calc(-100% - var(--gap)));}
    }

    .home {padding: 50px 0;}
    .home-content {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .home-content h1.title span,
    .home-content h3.title span {
        background: linear-gradient(90deg, #096A8C 60%, #409fc0 100%);
        background-clip: text;
        -webkit-background-clip: text;
        text-fill-color: transparent;
        -webkit-text-fill-color: transparent;
    }
    .home-content h1.title span span,
    .home-content h3.title span span {
        background: linear-gradient(90deg, #096A8C -100%, #63C7C7 100%);
        background-clip: text;
        -webkit-background-clip: text;
        text-fill-color: transparent;
        -webkit-text-fill-color: transparent;
    }
    .home-content .btn-group p {justify-content: center;}
    .home .svg-left {left: -0px;}
    .home-content h1.title,
    .home-content h3.title {font-size: 30px;}
}

@media (max-width: 500px) {
    .home {padding: 25px 0 35px 0;}

    .home .svg-right {
        position: absolute;
        top: -50px;
        right: 0;
        width: 150px;
        height: 267px;
    }

    .home-content {
        align-items: start;
        text-align: left;
        padding: 0px 0 30px 0;
    }

    .home-content h1.title,
    .home-content h3.title {font-size: 8.25vw;}

    .home-content ul {padding: 20px 0 20px 0;}
    .home-content ul li .ic {
        font-size: 31px;
        position: relative;
        top: 2px;
    }
    .home-content ul li {font-size: 16px;}

    .home-content .btn-group {width: 100%;text-align:center;}
    .home-content .btn-group > div {flex-direction: column;}
    .home-content .btn {width: 100%;}

    .home-content .btn-group p {justify-content: center;}

    .marquee {--gap: 10px;}
    .marquee .slide {
        height: 130px;
        width: 165px;
    }
}

@media (max-width: 413px) {
    .home-content h1.title,
    .home-content ul li {font-size: 15px;}
}

/* ------------------ ACHIEVE ------------------ */
.achieve {
    padding-top: 49px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.achieve .center {
    position: relative;
}
.achieve .center .svg-left {
    position: absolute;
    top: 300px;
    right: 100%;
    margin-right: -25px;
    z-index: -1;
}

.achieve .svg-right {
    position: absolute;
    top: -100px;
    right: 0;
}

.box-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    align-items: flex-end;
}

.box-head p {
    font-size: 20px;
    font-weight: 500;
}
.box-head p strong {font-weight: 600;}
.box-head .btn {margin-top: 20px;}

.achieve .box-head {
    margin-bottom: 57px;
}

.achieve-slider.first {
    margin-right: -350px;
    margin-left: -10px;
}
.achieve .splide {cursor: grab;}
.achieve-slider .slide {height: 100%;}
.achieve-slider.first .splide__track {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
}
.achieve-slider.second .splide__track {overflow: visible;}
.achieve-slider .slide .wrap {
    height: 100%;
    min-height: 648px;
    position: relative;
    padding: 26px 15px 0 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.achieve-slider .slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #F1F7FA;
    border-radius: 22px;
    transition: all 0.3s;
}
.achieve-slider .slide:hover:after {transform: scale(1.01);}

.achieve-slider .slide.slide-fill:after {
    background: linear-gradient(186.35deg, #FAF6EE -106.62%, #E0F4F3 -36.73%, #E0F4F3 -4.4%, #00698B 101.99%);
}

.achieve-slider .slide .head {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.achieve-slider .slide h3 {
    font-size: 36px;
    font-weight: 500;
    display: inline-flex;
    align-items: start;
}
.achieve-slider .slide h3 svg {
    width: 14px;
    height: 16px;
    fill: var(--akcent);
    position: relative;
    top: 10px;
}
.achieve-slider .slide .head p {
    font-size: 17px;
    font-weight: 500;
}
.achieve-slider .slide .head p + p {margin-top: 10px;}

.achieve-slider .head div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.achieve-slider .label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 33px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    background: #FDEDE3;
    gap: 5px;
    white-space: nowrap;
    padding: 0 15px;
}
.achieve-slider .label + .label {margin-top: 8px;}
.achieve-slider .label svg {
    width: 12px;
    height: 9px;
}
.achieve-slider .label:nth-child(2) {background: #E0EFF8;}
.achieve-slider .label:nth-child(3) {background: #FBF7EF;}

.achieve-slider .slide:not(.slide-fill) .image img {max-width: 316px;}
.achieve-slider .slide .btn-universal_popup {animation: none;}

.achieve-slider .image {margin: auto;}
.achieve-slider .image img {width: 100%;}
.achieve-slider .image.circle {
    position: absolute;
    left: 0;
    bottom: 0;
}
.achieve-slider .image.circle:after {
    content: '';
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #F2D5D5;
    position: absolute;
    left: -75px;
    bottom: -93px;
    transition: all 0.3s;
}
.achieve-slider .image.circle.c-blue:after {background: #C8F1F0;}
.achieve-slider .image.circle.c-green:after {background: #CFE4CF;}
.achieve-slider .image.circle.c-violet:after {background: #D3D8EA;}
.achieve-slider .image.circle img {
    position: relative;
    z-index: 2;
}

.achieve-slider .slide.slide-fill .image {
    position: relative;
    top: -40px;
}

.achieve-slider .slide .foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 17px 15px 17px;
}
.achieve-slider .slide .foot p {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    position: relative;
    gap: 7px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}
.achieve-slider .slide .foot p:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #00FC2E;
    position: relative;
    top: 1px;
    animation: shadow-pulse 3s infinite;
}
.achieve-slider .slide.slide-fill .btn {
    background: #fff;
    color: var(--akcent);
}
.achieve-slider .slide.slide-fill .btn:hover {color: #fff;}

.achieve-slider.second {margin-right: 0;}

@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .8)}
    50% {box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)}
    100% {box-shadow: 0 0 0 20px transparent}
}

.achieve .content {padding: 43px 0 65px;}
.achieve .content a {text-decoration: underline;}
.achieve .content a:hover {text-decoration: none;}
.achieve .content p:first-child {line-height: 1.2;}
.achieve .content p strong {
    font-size: 15px;
    font-weight: 500;
}
.achieve .content p:nth-child(3) {
    font-size: 11px;
    margin-top: 13px;
}

.achieve-slider.second .image {max-width: 235px;}
.achieve-slider.second .slide:not(.slide-fill) .foot .btn {width: 100%;}

@media (max-width: 1600px) {
    .achieve {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    .box-head p {font-size: 14px;}
    .box-head .btn {margin-top: 15px;}
    .achieve .box-head {margin-bottom: 40px;}
    .achieve .svg-right {
        width: 170px;
        height: 420px;
    }
    .achieve-slider .slide .wrap {
        padding: 15px 15px 0 20px;
        min-height: 450px;
    }
    .achieve-slider .slide h3 {font-size: 25px;margin-right:-50%;}
    .achieve-slider .slide .head p {font-size: 13px;}
    .achieve-slider .slide .head p + p {margin-top: 7px;}
    .achieve-slider .label {
        min-height: 25px;
        border-radius: 30px;
        font-size: 13px;
        padding: 0 10px;
    }
    .achieve-slider .slide .foot p {font-size: 15px;}
    .achieve-slider .slide .foot p:before {
        width: 12px;
        height: 12px;
        top: -1px;
    }
    .achieve-slider .image {zoom: 0.8;}
    .achieve .content {padding: 30px 0 45px;}
}   

@media (max-width: 1200px) {
    .achieve-slider .slide .wrap {min-height: 400px;}
    .achieve-slider .image {zoom: 0.7;}
    .box-head p br {display: none;}
}

@media (max-width: 991px) {
    .achieve h2.title div br {display: none;}
    .achieve .svg-right {right: -100px;}
}

@media (max-width: 767px) {
    .box-head {grid-template-columns: 1fr;}
    .achieve .content br {display: none;}
    .achieve-slider.first {
        margin-right: 0;
        margin-left: 0;
    }
    .achieve-slider.first .splide__track {
        overflow: visible;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0 !important;
    }
    .achieve .center .svg-left {top: 290px;}
}

@media (max-width: 500px) {
    .achieve {padding-bottom: 50px;}
    .achieve .title svg {display: none;}
    .achieve .svg-right {display: none;}
    .achieve h2.title div br {display: block;}

    .box-head p {font-size: 15px;}
    .box-head p br {display: block;}
    .achieve .box-head {margin-bottom: 35px;}
    .achieve .box-head .btn {display: none;}

    .achieve .center .svg-left {display: none;}

    .achieve-slider .slide .wrap {
        padding: 10px 20px 0 15px;
        border-radius: 16px;
        min-height: 450px;
    }
    .achieve-slider .slide:after {border-radius: 16px;}
    .achieve-slider .slide h3 {font-size: 27px;}
    .achieve-slider .slide .head p {
        font-size: 13.5px;
        margin-top: 3px;
        font-weight: 600;
    }
    .achieve-slider .label:first-child {margin-top: 10px;}
    .achieve-slider .slide.slide-fill .btn {
        min-height: 38px;
        font-size: 15px;
        padding: 0 25px;
    }
    .achieve-slider .label svg {
        width: 10px;
        height: 7px;
    }
    .achieve-slider .slide .foot p:before {
        width: 9px;
        height: 9px;
        top: 0.5px;
    }

    .achieve .content {padding: 50px 0 45px;}
    .achieve .content br {display: block;}
    .achieve .content p:last-child {
        font-size: 13px;
        margin-top: 25px;
        line-height: 1.5;
    }
    .achieve .content p:nth-child(3) {font-weight: 500;}
    .achieve .content p a {
        text-decoration: underline;
        display: inline-block;
    }
    .achieve .content p a:hover {text-decoration: none;}
}

@media (max-width: 413px) {
    .box-head p br,
    .achieve .content p br {display: none !important;}

    .achieve-slider .slide h3 {font-size: 25px;}
}

/* ------------------ PATIENTS ------------------ */
.main-title {text-align: center;}
.main-title p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 18px;
    line-height: 1.13;
}
.main-title h2 {
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 9px;
    -webkit-font-smoothing: antialiased;
    color: #096A8C;
}
.main-title h2 strong {
    font-weight: 500;
    color: var(--c-bluewhite);
}
.main-title h2 span {color: var(--c-bluewhite)}

@media (max-width: 1600px) {
    .main-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .main-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 1200px) {
    .main-title p {font-size: 13px;}
    .main-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .main-title h2 {font-size: 30px;}
}

@media (max-width: 767px) {
    .main-title p {font-size: 20px;}
    .main-title h2 {font-size: 38px;}
}

@media (max-width: 550px) {
    .main-title p {font-size: 17px;}
    .main-title h2 {font-size: 33px;}
    .main-title svg {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 413px) {
    .main-title p {font-size: 14px;}
    .main-title h2 {font-size: 29px;}
}

/* ------------------ PATIENTS ------------------ */
.patients {
    padding: 50px 0 100px 0;
    position: relative;
    color: #0f5c78;
    font-smoothing: auto;
    -webkit-font-smoothing: auto;
}
.patients .center {max-width: 1543px;}

.patients:after {
    content: '';
    display: block;
    background: linear-gradient(90deg, #fff, transparent);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
}
.patients .svg-line {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: -1;
}
.patients .svg-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(0, transparent, #fff);
}

.patients .svg-left {
    position: absolute;
    left: 0;
    bottom: -100px;
    transform-origin: center;
    transform: rotate(260deg);
}

.patients .svg-right {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.patients .subtitle {font-size: 18px;}

.text-bottom {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    margin-top: 15px;
    position: relative;
    z-index: 3;
    color: #096A8C;
}

.main-slider {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}

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

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

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

.main-slider .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;
}
.main-slider .weight div {padding: 3px 0;}
.main-slider .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;
}

.main-slider .after {
    border-radius: 27px;
    overflow: hidden;
    height: 100%;
    max-width: 450px;
    position: relative;
}
.main-slider .after img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main-slider .after .label {
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 86px;
    height: 29px;
    border-radius: 30px;
    font-family: var(--addingtoncf);
    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;
}
.main-slider .after .label span {
    position: relative;
    top: -2px;
}
.main-slider .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 50px 0;
}
.main-slider .content h6 {
    font-size: 24px;
    font-weight: normal;
    color: #096A8C;
    margin-bottom: 34px;
}
.main-slider .content h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 35px;
    animation-delay: 0.1s;
}
.main-slider .content h3 span {color: #67CCCA;}
.main-slider .content p {
    font-size: 21px;
    line-height: 1.4;
    animation-delay: 0.2s;
    margin-bottom: 30px;
}
.main-slider .content p strong {font-weight: 600;}
.main-slider .content .btn {
    border-radius: 50px;
    padding: 0 43px;
    animation-delay: 0.3s;
    margin-top: auto;
    gap: 0 11px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.main-slider .content .btn span:first-letter {text-transform: uppercase;}
.main-slider .content .btn svg {
    fill: #fff;
    position: relative;
    z-index: 2;
}
.main-slider .splide__arrow {
    opacity: 1;
    width: 29px;
    height: 60px;
    border-radius: 0;
    background: none;
    outline: none;
}
.main-slider .splide__arrow:after {
    display: block;
    content: '';
    background: url(../img/patients/arr.svg) no-repeat center;
    transform-origin: center;
    width: 29px;
    height: 60px;
}
.main-slider .splide__arrow svg {display: none;}
.main-slider .splide__arrow--prev:after {transform: rotate(-180deg);}
.main-slider .splide__arrow--prev {left: -50px;}
.main-slider .splide__arrow--next {right: -50px;}

.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: 38px;
    height: 12px;
    font-family: var(--addingtoncf);
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-slider .label span {
    position: relative;
    top: -1px;
}

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

@media (max-width: 1700px) {
    .main-slider {padding: 0 50px;}
    .main-slider .slide {
        grid-template-columns: 500px 1fr;
        gap: 0 50px;
    }
    .main-slider .splide__arrow--prev {left: 0;}
    .main-slider .splide__arrow--next {right: 0;}
    .main-slider .content h3 {font-size: 40px;}
    .main-slider .content p {font-size: 18px;}
}

@media (max-width: 1600px) {
    .patients {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .main-slider .slide {grid-template-columns: 450px 1fr;}
    .main-slider .position {zoom: 0.8;}
    .main-slider .content h6 {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .main-slider .content h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .main-slider .content p {
        font-size: 15px;
    }
    .main-slider .content .btn {
        min-width: inherit;
        padding: 0 40px;
    }
    .main-slider .splide__arrow {zoom: 0.8;}
}

@media (max-width: 1200px) {
    .main-slider {padding: 0 40px;}
    .main-slider .slide {
        grid-template-columns: 350px 1fr;
        gap: 0 30px;
    }
    .main-slider .position {zoom: 0.6;}
    .main-slider .image {padding-left: 50px;}
    .main-slider .content h6 {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .main-slider .content h3 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .main-slider .content p {font-size: 14px;}
    .main-slider .content p br {display: none;}
    .main-slider .content .btn {padding: 0 30px;}
    .main-slider .splide__arrow {zoom: 0.6;}

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

    .main-slider {padding: 0 25px;}
    .main-slider .slide {
        grid-template-columns: 300px 1fr;
        gap: 0 20px;
    }
    .main-slider .image {padding-left: 35px;}
    .main-slider .content h3 br {display: none;}
    .main-slider .splide__arrow {zoom: 0.4;}

    .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) {
    .main-slider {padding: 0;}
    .main-slider .slide {
        grid-template-columns: 1fr;
        gap: 30px 20px;
        padding: 0;
    }
    .main-slider .content {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .main-slider .content .btn {
        margin-left: auto;
        margin-right: auto;
    }

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

    .main-slider .svg-line {display: none;}

    .splide__pagination {
        bottom: 0;
        padding: 0;
        display: flex;
        gap: 0 7px;
        margin-bottom: -40px;
    }
    .splide__pagination li {line-height: 0;}
    .splide__pagination button {
        margin: 0;
        width: 7px;
        height: 7px;
        background: rgba(103,204,202,.25);
        border-radius: 50%;
        opacity: 1;
    }
    .splide__pagination button.is-active {
        background: rgba(9,106,140,.5);
        transform: none;
    }

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

@media (max-width: 550px) {
    .patients {padding-bottom: 0;}
    .patients .svg-line {display: none;}
    .main-slider {margin-top: 35px;}
    .main-slider .splide__track {overflow: visible;}
    .main-slider .splide__pagination {
        gap: 0 5px;
        margin-top: 25px;
    }
    .main-slider .splide__pagination li {margin: 0;}
    .main-slider .slide {
        display: flex;
        flex-direction: column;
    }
    .main-slider .after {border-radius: 18px;}
    .main-slider .image {padding-left: 70px;}
    .main-slider .before {border-radius: 18px;}
    .main-slider .content {justify-content: start;}
    .main-slider .position {zoom: 0.7;}
    .main-slider .weight {
        border-radius: 18px;
        margin-top: 20px;
    }
    .main-slider .after .label {
        position: absolute;
        right: 13px;
        bottom: 13px;
        width: 70px;
        height: 25px;
        font-size: 20px;
    }
    .main-slider .content h3 {
        font-size: 8.28vw;
        margin-bottom: 30px;
    }
    .main-slider .content h6 {display: none;}
    .main-slider .content p {font-size: 4.37vw;}
    .main-slider .content p br {display: none;}
    .main-slider .before .label {
        right: 50%;
        transform: translateX(50%);
    }

    .thumbnail-slider {margin-top: 60px;}
    .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 {
        right: 50%;
        bottom: 3px;
        transform: translateX(50%);
    }

    .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;}
    .main-slider .content p {margin-bottom: 40px;}
    .main-slider .content .btn {
        width: 95%;
        margin-top: auto;
    }
}

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

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

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

/* ------------------ REAL PATIENTS ------------------ */
.real-patients {
    position: relative;
    overflow: hidden;
    padding: 67px 0 0 0;
    margin-top: -5px;
}

.real-patients .center {position: relative;}

.real-patients .svg-icon {
    position: absolute;
    top: -150px;
    left: -275px;
    width: 400px;
    height: 500px;
    transform-origin: center;
    transform: rotate(-90deg);
}

.real-patients .btn-group {padding-left: 20px;}

.real-patients h2.title {
    font-size: 47px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.real-patients h2.title + p {
    font-size: 19px;
    margin-top: 15px;
}
.real-patients h2.title + p strong {font-weight: 500;}

.real-patients .foot {
    padding-left: 15px;
    padding-right: 15px;
}
.real-patients .foot > p {
    font-size: 18px;
    margin-bottom: 35px;
}

.real-patients .svg-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.real-patients .svg-right {
    position: absolute;
    right: 0;
    bottom: -5px;
}

.real-patients .subtitle {font-size: 18px;}

.real-patients .splide {
    position: relative;
    z-index: 10;
    margin-top: 55px;
    margin-bottom: 33px;
    margin-right: -300px;
    margin-left: -10px;
}
.real-patients .splide .splide__track {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px !important;
}
.real-patients .splide__pagination {display: none;}
.real-patients .wrap {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    height: 100%;
}
.real-patients .wrap:hover .image {transform: scale(1.01);}
.real-patients .head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 20px 16px 0 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
}
.real-patients .head h5 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}
.real-patients .head h3 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1.1;
    text-align: left;
}
.real-patients .btn-play {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #F3F3F3;
    position: relative;
    border-radius: 50%;
    border: none;
    display: grid;
    place-items: center;
    cursor: pointer;
}
.real-patients .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.real-patients .btn-play:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
.real-patients .splide__slide:hover .btn-play:after {
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.real-patients .btn-play svg {
    fill: #00698B;
    position: relative;
    z-index: 2;
    left: 3px;
}
.real-patients .image {
    overflow: hidden;
    border-radius: 30px;
    border: 3px solid transparent;
    transition: all 0.3s;
    height: 100%;
}
.real-patients .image:hover {border-color: #61CBC8;}
.real-patients .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.patients-foot {
    margin-top: 40px;
}
.patients-foot h6 {
    font-size: 17px;
    font-weight: normal;
    color: #096A8C;
}
.patients-foot h3 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 10px;
    color: #096A8C;
}
.patients-foot h3 span {
    color: transparent;     
    background: linear-gradient(90deg, #096A8C, #63C7C7);
    background-clip: text;
    text-fill-color: transparent;
}
.patients-foot .btn-box {margin-top: 25px;}
.patients-foot .btn {min-width: 350px;}
.patients-foot .btn-box h5 {font-size: 13px;}

.real-patients .btn-group .btn:last-child {background: #F1F7FA;}

@media (max-width: 1600px) {
    .real-patients .svg-right {
        position: absolute;
        top: -500px;
        right: -80px;
        width: 550px;
    }

    .real-patients {
        padding: 40px 0 50px 0;
    }
    .real-patients .svg-icon {
        top: -130px;
        left: -230px;
        width: 300px;
        height: 400px;
    }
    .real-patients .splide {
        margin-top: 45px;
        margin-bottom: 30px;
    }

    .real-patients .image {border-radius: 25px;}

    .real-patients .head h5 {font-size: 16px;}
    .real-patients .head h3 {font-size: 18px;}
    .real-patients .head h3 br {display: none;}
}

@media (max-width: 1500px) {
    .real-patients .subtitle {font-size: 14.5px;}
    .real-patients .head {padding: 15px 10px 0 15px;}
    .real-patients .head h5 {font-size: 14px;}
    .real-patients .head h3 {font-size: 14px;}
    .real-patients .btn-play {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }
    .real-patients .btn-play svg {
        width: 20px;
        height: 23px;
    }
}

@media (max-width: 1450px) {
    .real-patients h2.title {font-size: 35px;}
    .real-patients h2.title + p {font-size: 16px;}

    .real-patients .head h3 {
        font-size: 13px;
        padding-right: 5px;
    }

    .real-patients .btn-play {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .real-patients .btn-play svg {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 1100px) {
    .real-patients h2.title {font-size: 30px;}
}

@media (max-width: 991px) {
    .real-patients .svg-right {
        right: -15px;
        top: inherit;
        width: 200px;
        height: 250px;
    }

    .real-patients .svg-left {
        position: absolute;
        left: -100px;
        bottom: 40px;
        width: 200px;
        height: 300px;
    }

    .patients-foot h6 {font-size: 15px;}
    .patients-foot h3 {font-size: 25px;}
    .patients-foot .btn {min-width: 320px;}
}

@media (max-width: 767px) {
    .real-patients {padding-top: 50px;}
    .real-patients h2.title {font-size: 25px;}
    .real-patients .svg-right {display: none;}
    .real-patients .splide__pagination {display: flex;}
    .real-patients .head {align-items: flex-start;}
    .real-patients .head h5 {font-size: 13px;}
    .real-patients .head h3 {font-size: 12px;}
    .real-patients .btn-play {
        width: 35px;
        min-width: 35px;
        height: 35px;
    }
    .real-patients .btn-play svg {
        width: 16px !important;
        height: 16px !important;
    }

    .real-patients .image img {min-height: 370px;}

    .real-patients .svg-left {bottom: 90px;}

    .real-patients .splide {
        margin-right: 0;
        margin-left: 0;
    }
    .real-patients .splide .splide__track {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0 !important;
        overflow: visible;
    }
}

@media (max-width: 600px) {
    .real-patients .splide__pagination {display: none;}
    .patients .svg-left {display: none;}
    .patients-foot h6 {font-size: 12px;}
    .patients-foot {
        margin-top: 25px;
        padding: 0 15px;
    }
    .patients-foot h3 {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .patients-foot .btn-box {margin-top: 15px;}
    .real-patients .foot > p {font-size: 15px;}
    .real-patients .splide {margin-top: 35px;}
}

@media (max-width: 500px) {
    .real-patients {padding-bottom: 0;}

    .real-patients .svg-icon {
        position: absolute;
        top: -85px;
        right: 0;
        width: 180px;
        height: 300px;
    }

    .real-patients .splide {margin-top: 25px;}
    .real-patients .head {padding: 20px 20px 0 20px;}
    .real-patients .head h5 {font-size: 16px;}
    .real-patients .head h3 {font-size: 17px;}
    .real-patients .head h3 br {display: block;}

    .real-patients .btn-group {padding-left: 0;}
    .real-patients .btn-group .btn {width: 100%;}
    .real-patients .btn-group > div {
        flex-direction: column;
    }
}

@media (max-width: 360px) {
    .real-patients h2.title {font-size: 20px;}
    .real-patients .foot > p {font-size: 14px;}
}

/* ------------------ MOVEMENT ------------------ */
.movement {
    border-top: 10px solid #ECF8F7;
    border-bottom: 10px solid #ECF8F7;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.movement .svg-left {
    position: absolute;
    top: -94px;
    left: 0;
}
.movement .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.movement .head > div {font-weight: 500;}
.movement .head > div .btn {margin-top: 25px;}

.movement-splide {
    margin-top: 73px;
    cursor: grab;
}
.movement-splide .splide__slide {padding: 7px 0;}
.movement-splide .slide {
    padding: 30px 26px 26px 26px;
    position: relative;
}
.movement-splide .slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s;
    background: #F1F7FA;
    border-radius: 24px;
}
.movement-splide .slide:hover:after {transform: scale(1.02);}
.movement-splide .slide .ic {
    min-height: 62px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.movement-splide .slide p {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

@media (max-width: 1600px) {
    .movement {
        border-top: 7px solid #ECF8F7;
        border-bottom: 7px solid #ECF8F7;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .movement .svg-left {
        position: absolute;
        top: -94px;
        left: -70px;
        width: 150px;
        height: 380px;
    }

    .movement .head > div .btn {
        margin-top: 15px;
    }

    .movement-splide .slide {
        border-radius: 20px;
            padding: 25px 20px 20px 20px;
    }
    .movement-splide .slide p {font-size: 18px;}
    .movement-splide .slide .ic {
        min-height: 55px;
        margin-bottom: 10px;
    }
    .movement-splide .slide .ic svg {zoom: 0.8;}
}

@media (max-width: 1200px) {
    .movement .head {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .movement .head br {display: none;}
    .movement-splide .slide .ic {min-height: 45px;}
    .movement-splide .slide .ic svg {zoom: 0.7;}
    .movement-splide .slide p {font-size: 16px;}
}

@media (max-width: 991px) {
    .movement .svg-left {left: -100px;}
}

@media (max-width: 767px) {
    .movement {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .movement .head {
        gap: 15px;
        grid-template-columns: 1fr;
    }
    .movement-splide {margin-top: 50px;}
}

@media (max-width: 500px) {
    .movement {
        border-top: none;
        border-bottom: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .movement .center {
        padding-left: 0;
        padding-right: 0;
    }
    .movement .svg-left {display: none;}
    .movement .head {gap: 20px;}
    .movement .head .title svg {margin-bottom: 10px;}
    .movement .head > div {font-weight: normal;}
    .movement .head > div strong {font-weight: 600;}
    .movement .head > div .btn {display: none;}

    .movement-splide {margin-top: 20px;}
    .movement .splide {
        margin-right: -15px;
        margin-left: -15px;
    }

    .works-background .image {border-radius: 15px;}
    .works-background .images {zoom: 0.56;}
}

/* ------------------ WORKS ------------------ */
.works {
    padding: 90px 0 0 0;
}
.works .center {
    display: flex;
    gap: 73px;
}
.works-content,
.works-background {width: 50%;}

.works-content .card {
    width: 450px;
    height: 250px;
    position: relative;
    margin-top: 25px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 62, 82, 0.03), 0 8px 8px rgba(0, 62, 82, 0.05), 0 10px 30px rgba(0, 62, 82, 0.1);
}
.works-content .card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.works-content .card .image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works-content .card .visit-card {
    position: absolute;
    right: -35px;
    bottom: -50px;
    max-width: 260px;
}
.works-content .chart {
    position: absolute;
    top: 20px;
    left: 15px;
    max-width: 190px;
}
.works-content .ozempic {
    position: absolute;
    right: -57px;
    bottom: -25px;
    max-width: 165px;
}

.accordeon {margin-top: 25px;}
.accordeon .btn {margin-top: 52px;}

.btn-accordeon {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-top: 2px solid #E3E3E3;
    cursor: pointer;
    transition: all 0.3s;
    gap: 18px;
}
.btn-accordeon .ic {
    max-width: 46px;
    line-height: 0;
}
.btn-accordeon > svg {
    width: 11px;
    height: 15px;
    fill: var(--color);
    transform-origin: center;
    transform: rotate(90deg);
    margin-left: auto;
    transition: all 0.3s;
}
.btn-accordeon h3 {
    background: linear-gradient(90deg, #3092A5 0%, #63C7C7 60.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
}
.btn-accordeon h5 {
    font-size: 22px;
    font-weight: normal;
}
.item-accordeon.active .btn-accordeon svg {
    transform: rotate(-90deg);
}

.item-accordeon.active .btn-accordeon .plus:before {opacity: 0;}
.content-accordeon {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
} 

.works .content-accordeon .inner {padding: 0 125px 65px 66px;}
.content-accordeon .inner p {
    font-size: 15px;
}

.works .btn-accordeon > svg {margin-top: -35px;}
.works .content-accordeon video {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-top: 35px;
    box-shadow: 0 5px 20px rgba(0, 62, 82, 0.1);
}

.sticky-start-2 {position: relative;}
.works-background {
    position: relative;
}
.works-background .svg-right {
    position: absolute;
    left: 100%;
    top: 100%;
    z-index: -1;
    margin-left: -30px;
    margin-top: -650px;
}
.works-background .image {
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    max-height: 1069px;
}
.works-background .image .logo-lifemd {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 2;
    line-height: 0;
    width: 180px;
    height: 51px;
}
.works-background .image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-background .images {
    position: absolute;
    right: -140px;
    bottom: -80px;
    width: 400px;
    height: 730px;
    zoom: 0.95;
}
.works-background .images > img {
    position: absolute;
    top: 0;
    left: 0;
}
.works-background .images .zepbound {
    width: 383px;
    z-index: 1;
    top: 10px;
}
.works-background .images .saxenda {
    width: 392px;
    left: 78px;
    z-index: 3;
}
.works-background .images .wegovy {
    width: 345px;
    left: 167px;
    top: 12px;
    z-index: 2;
}

@media (max-width: 1600px) {
    .works {padding: 70px 0 0 0;}
    .works .center {
        gap: 60px;
    }

    .btn-accordeon {
        padding: 15px 0;
        gap: 15px;
    }
    .btn-accordeon .ic {max-width: 35px;}
    .btn-accordeon h3 {font-size: 16px;}
    .btn-accordeon h5 {font-size: 18px;}
    .btn-accordeon > svg {
        width: 9px;
        height: 13px;
    }
    .accordeon .btn {margin-top: 35px;}

    .works .content-accordeon .inner {
        padding: 0 100px 65px 52px;
    }

    .works-background .images {zoom: 0.75;}
    .works-background .image .logo-lifemd {
        top: 30px;
        right: 35px;
        zoom: 0.7;
    }

    .works .btn-accordeon > svg {margin-top: -25px;}
}

@media (max-width: 1200px) {
    .works-background .images {zoom: 0.57;}
    .works-content .card {zoom: 0.7;}
    .works .content-accordeon .inner {padding: 0 15px 65px 52px;}
    .works .content-accordeon video {height: 200px;}
}

@media (max-width: 991px) {
    .works .center {
        gap: 30px;
    }
    .works-content,
    .works-background {width: 50%;}
    .works-background .images {
        zoom: 0.43;
        right: -120px;
    }

    .btn-accordeon {
        padding: 10px 0;
        gap: 10px;
    }
    .btn-accordeon .ic {max-width: 30px;}
    .btn-accordeon h3 {font-size: 15px;}
    .btn-accordeon h5 {font-size: 16px;}

    .works .content-accordeon .inner {padding: 0 15px 65px 15px;}
}

@media (max-width: 767px) {
    .works {padding-top: 50px;}
    .works .center {flex-wrap: wrap;}
    .works-content, 
    .works-background {
        width: 100%;
    }
    .works-background {order: -1;}

    .works .btn-accordeon > svg {margin-top: 0;}
}

@media (max-width: 500px) {
    .works .svg-icon {
        position: absolute;
        top: 0;
        right: 0;
    }
    .btn-accordeon {
        border-width: 1px;
        gap: 15px;
    }

    .works-content {position: relative;}
    .works-content .svg-icon {
        position: absolute;
        top: -120px;
        right: -15px;
        width: 250px;
        height: 300px;
    }

    .works-background {z-index: 2;}

    .content-accordeon .inner {padding: 0 0px 30px 50px;}
    .works .content-accordeon .inner {padding: 0 0px 35px 0;}

    .works .content-accordeon video {
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .works .content-accordeon .inner p {margin-left: 46px;}
    .works .content-accordeon {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }

    .works-content .card {
        margin-left: auto;
        margin-right: auto;
    }

    .accordeon .btn {
        margin-top: 30px;
        width: 100%;
    }
}

@media (max-width: 413px) {
    .works-content .card {zoom: 0.6;}
}

/* ------------------ MARQUEE ------------------ */
.marquee-text {
    width: 100%;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    background: linear-gradient(180deg, #FFFFFF 0%, #F1F7FA 100%);
    padding: 220px 0 67px;
    margin-top: -35px;
    position: relative;
    z-index: -1;
}

.marquee-text .text {
    display: inline-flex;
    align-items: center;
    animation: marquee-text 30s linear infinite;
    animation-play-state: running;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    will-change: transform;
    font-size: 96px;
    font-weight: 500;
    text-indent: 100px;

    background: linear-gradient(90deg, #3092A5 0%, #63C7C7 60.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@keyframes marquee-text {
    100% {transform: translateX(-100%);}
}

@media (max-width: 1600px) {
    .marquee-text {padding: 170px 0 50px;}
    .marquee-text .text {font-size: 55px;}
}

@media (max-width: 1200px) {
    .marquee-text {padding: 140px 0 40px;}
    .marquee-text .text {font-size: 40px;}
}

@media (max-width: 991px) {
    .marquee-text {padding: 100px 0 40px;}
    .marquee-text .text {font-size: 30px;}
}

@media (max-width: 500px) {
    .marquee-text {padding: 80px 0 45px;}
    .marquee-text .text {font-size: 40px;}
}

/* ------------------ JOIN ------------------ */
.join {
    padding: 200px 0 100px;
    overflow: hidden;
    z-index: 2;
}
.join .center {position: relative;}

.join .box-head .btn {margin-top: 0;}

.join .box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join .svg-right {
    position: absolute;
    top: -360px;
    right: 100px;
}

.join .splide {
    margin-top: 59px;
    position: relative;
    z-index: 3;
    cursor: grab;
}
.join-splide .splide__track {overflow: visible;}
.join-splide .slide {height: 100%;}
.join-splide .slide .wrap {
    height: 100%;
    max-height: 642px;
    padding: 27px 30px 9px 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
} 
.join-splide .slide:after {
    content: '';
    display: block;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #F1F7FA;
    border-radius: 20px;
}
.join-splide .slide:hover:after {transform: scale(1.01);}
.join-splide .slide h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
}
.join-splide .slide h3 span {color: var(--blue)}
.join-splide .slide p {
    font-size: 16px;
    font-weight: 500;
}
.join-splide .slide .image {
    padding: 9px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.join-splide .groundbreaking {margin-bottom: -30px !important;}
.join-splide .groundbreaking img {
    max-width: 337px;
    animation: soar 10s infinite linear forwards;
}

.join-splide .dedicated {
    display: flex;
    align-items: center;
    justify-content: center;
}
.join-splide .dedicated img {
    width: 166px;
    height: 166px;
    position: relative;
}
.join-splide .dedicated img:nth-child(2),
.join-splide .dedicated img:nth-child(3) {margin-left: -45px;}
.join-splide .dedicated img:nth-child(1) {
    z-index: 3;
    animation-delay: 0.3s;
}
.join-splide .dedicated img:nth-child(2) {
    z-index: 2;
    animation-delay: 0.6s;
}
.join-splide .dedicated img:nth-child(3) {
    z-index: 1;
    animation-delay: 0.9s;
}

.join-splide .unlock img {
    width: 217px;
}

.join-splide .ongoing {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 340px;
}
.join-splide .ongoing:after {
    content: '';
    display: block;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: linear-gradient(136.52deg, rgba(97, 203, 200, 0.225) 22.96%, rgba(64, 155, 172, 0.5) 95.2%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.join-splide .ongoing img {
    position: absolute;
    z-index: 2;
}
.join-splide .ongoing .phone {
    width: 290px;
    height: 394px;
    left: 85px;
    animation: soar 10s infinite linear forwards;
}
.join-splide .ongoing .chart {
    width: 209px;
    height: 164px;
    top: 15px;
    right: 60px;
    animation: soar1 10s linear infinite forwards;
}
.join-splide .ongoing .message {
    width: 252px;
    height: 117px;
    right: -15px;
    bottom: -40px;
    animation: soar3 5s linear infinite forwards;
}
.join-splide .ongoing .product {
    width: 239px;
    height: 212px;
    top: 80px;
    left: -43px;
    animation: soar2 7s linear infinite forwards;
}

@keyframes soar {
    0% {transform: translate(0, 0);}
    25% {transform: translate(1%, 0);}
    50% {transform: translate(1%, 1%);}
    75% {transform: translate(-1%, 0);}
    100% {transform: translate(0, 0);}
}

@keyframes soar1 {
    0% {transform: translate3d(0, 0, 0);}
    50% {transform: translate3d(5%, -5%, 0);}
    100% {transform: translate3d(0, 0, 0);}
}

@keyframes soar2 {
    0% {transform: translate3d(0, 0, 0);}
    50% {transform: translate3d(2%, 2%, 0);}
    100% {transform: translate3d(0, 0, 0);}
}

@keyframes soar3 {
    0% {transform: rotate3d(0, 0, 0, 0);}
    50% {transform: rotate3d(0, 1, 0, 10deg);}
    100% {transform: rotate3d(0, 0, 0, 0);}
}

@media (max-width: 1600px) {
    .join {padding: 100px 0 50px;}
    .join .splide {margin-top: 40px;}
    .join .svg-right {
        top: -305px;
        right: 100px;
        width: 350px;
        height: 400px;
    }
    .join-splide .slide .wrap {padding: 20px 20px 9px 20px;}
    .join-splide .slide h3 {font-size: 26px;}
    .join-splide .slide .image {zoom: 0.7;}
    .join-splide .slide p {font-size: 12px;}
}

@media (max-width: 991px) {
    .join-splide .slide .image {zoom: 0.6;}
    .join-splide .slide p br {display: none;}
}

@media (max-width: 767px) {
    .join {padding: 50px 0;}
    .join .box-head {
        align-items: start;
        flex-direction: column;
    }
    .join .svg-right {display: none;}
    .join-splide .slide .image {zoom: 0.8;}
}

@media (max-width: 500px) {
    .join {padding: 50px 0 30px 0;}
    .join .box-head .btn {display: none;}
    .join .splide {margin-top: 20px;}
    .join-splide .slide .image {zoom: 0.73;}
}

/* ------------------ FAQ ------------------ */
.faq {
    padding: 100px 0 190px;
    border-bottom: 10px solid #ECF8F7;
    position: relative;
    z-index: 1;
}
.faq .svg-left {
    position: absolute;
    top: -200px;
    right: 100%;
    margin-right: -100px;
}
.faq .svg-right {
    position: absolute;
    bottom: -52px;
    right: 0;
}
.faq .faq-title {position: relative;}
.faq .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
    position: relative;
}
.faq h2.title {margin-bottom: 39px;}

.faq .mt-50 {
    margin-top: 35px;
    margin-bottom: 15px;
}
.faq .mt-50 h4 {font-size: 18px;}
.faq .mt-50 + .accordeon {margin-top: 0;}

.faq .btn-accordeon {
    border-top: none;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s;
}
.faq .btn-accordeon svg {transition: all 0.3s;}
.faq .btn-accordeon:hover {color: #137497;}
.faq .btn-accordeon:hover svg {fill: #137497;}
.faq .item-accordeon {border-bottom: 1px solid #E3E3E3;}
.faq .content-accordeon .inner {padding: 20px 0 20px;}
.faq .item-accordeon:last-child .btn-accordeon {border-bottom: none;}
.faq .content-accordeon .inner p + p {margin-top: 10px;}

.faq .accordeon-second {
    margin-top:0;
}
.faq .accordeon-second .item-accordeon:first-child {border-top:none;}
.faq .accordeon-second .item-accordeon:last-child {border-bottom: none;}

.faq .content-accordeon a {
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}
.faq .content-accordeon a:hover {text-decoration: none;}

@media (max-width: 1600px) {
    .faq {
        padding: 60px 0 120px;
        border-bottom: 7px solid #ECF8F7;
    }
    .faq .svg-left {
        width: 200px;
        height: 400px;
    }
    .faq .svg-right {
        width: 250px;
        height: 358px;
    }
    .faq .btn-accordeon {font-size: 15px;}
}

@media (max-width: 991px) {
    .faq .svg-right {
        width: 160px;
        height: 266px;
    }
}

@media (max-width: 767px) {
    .faq .center {grid-template-columns: 1fr;}
}

@media (max-width: 500px) {
    .faq {
        padding: 0px 0 0;
        border-bottom: none;
    }
    .faq .svg-left {display: none;}
    .faq-title {
        flex-direction: column;
        display: flex;
        gap: 35px;
    }
    .faq .mt-50 h4 {font-size: 15px;}
    .faq-title .btn {
        order: -1;
        width: 100%;
    }
    .faq-title .sticky-start {
        display: flex;
        flex-direction: column;
        gap: 35px;
    }
    .faq h2.title {margin-bottom: 0;}
    .faq .accordeon {margin-top: 15px;}
    .faq .btn-accordeon {
        padding: 20px 0;
        font-size: 16px;
    }

    .faq .svg-right {display: none;}
    .faq > .center > .btn {
        display: flex !important;
        margin-top: 15px;
    }
    .faq .btn {
        display: flex !important;
        margin-top: 20px;
    }
}

/* ------------------ REVIEWS ------------------ */
.reviews {padding: 65px 0 142px;}
.reviews .center {
    max-width: 1787px;
    position: relative;
}
.reviews .svg-right {
    position: absolute;
    left: 100%;
    bottom: -530px;
    margin-left: -100px;
    z-index: -1;
}

.reviews-splide {
    margin-top: 72px;
    margin-bottom: 92px;
    margin-left: -17px;
    margin-right: -17px;
}
.reviews-splide .splide__track {
    overflow: visible;
    cursor: grab;
}
.reviews-splide .splide__slide {padding: 17px 17px 40px 17px;}
.reviews-splide .slide {
    height: 100%;
    text-align: center;
    padding: 41px 29px;
    min-height: 555px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.reviews-splide .slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #fff;
    box-shadow: 0px 0.723886px 7.23886px rgba(0, 62, 82, 0.05), 0px 5.79109px 5.79109px -4.34332px rgba(0, 62, 82, 0.1), 0px 18.0972px 43.4332px -21.7166px rgba(0, 62, 82, 0.3);
    border-radius: 11px;
    transition: all 0.3s;
}
.reviews-splide .slide:hover:after {transform: scale(1.01);}
.reviews-splide .slide p.small {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
.reviews-splide .slide .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    position: relative;
    z-index: 2;
}
.reviews-splide .slide .rating svg {
    width: 21px;
    height: 21px;
}
.reviews-splide .slide .text {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 69px;
    position: relative;
    z-index: 2;
}
.reviews-splide .slide .text strong {font-weight: 600;}
.reviews-splide .slide .foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
    color: #5fcbc8;
    position: relative;
    z-index: 2;
}
.reviews-splide .slide .foot svg {
    width: 15px;
    height: 15px;
}

.reviews .after p {
    font-size: 13px;
    margin-top: 50px;
} 

.splide__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 18px;
    bottom: initial;
    top: 100%;
    height: 12px;
    margin-top: 50px;
}
.splide__pagination li {line-height: 0;}
.splide__pagination button {
    margin: 0;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #E3E3E3;
    transition: all 0.3s;
    transform: none !important;
}
.splide__pagination button.is-active {
    width: 11px;
    height: 11px;
    background: #0F5C78;
}

@media (max-width: 1600px) {
    .reviews {padding: 50px 0 100px;}
    .reviews-splide {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .reviews-splide .slide p.small {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .reviews-splide .slide .rating {gap: 5px;}
    .reviews-splide .slide .rating svg {
        width: 18px;
        height: 18px;
    }
    .reviews-splide .slide .text {
        font-size: 24px;
        margin-top: 45px;
    }
    .reviews-splide .slide {
        padding: 30px 15px;
        min-height: 400px;
    }
    .splide__pagination {
        gap: 10px;
        margin-top: 25px;
    }

    .reviews .after p {margin-top: 35px;}
}

@media (max-width: 1200px) {
    .reviews-splide .slide {min-height: 350px;}
    .reviews-splide .slide .text {
        font-size: 20px;
        margin-top: 35px;
    }
}

@media (max-width: 991px) {
    .reviews {
        padding: 50px 0 50px;
    }
}

@media (max-width: 767px) {
    .reviews-splide .splide__slide {padding: 17px 15px 40px 15px;}
    .reviews .after p br {display: none;}
}

@media (max-width: 500px) {
    .reviews {position: relative;}
    .reviews h2.title svg {display: none;}
    .reviews .svg-icon {
        position: absolute;
        top: 0;
        right: -65px;
        width: 150px;
        height: 200px;
    }

    .reviews-splide {margin-bottom: 0;}
    .reviews-splide {margin-left: 0;}
    .reviews-splide .slide .text br {display: none;}
    .reviews-splide .slide .text {
        font-size: 20px;
        line-height: 1.3;
    }
    .reviews-splide .slide .foot {font-size: 14px;}

    .splide__pagination {margin-top: 0;}

    .reviews .svg-right {display: none;}

    .reviews .after p {
        margin-top: 20px;
        font-size: 11px;
    }
    .reviews .after p br {display: block;}
}

@media (max-width: 413px) {
    .reviews .after p br {display: none !important;}
}

/* ------------------ OPTIONS ------------------ */
.options {
    padding: 87px 0 71px 0;
    border-top: 10px solid #ECF8F7;
    background: #F6FAFC;
}
.options .head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 15px;
}
.options .head .btn {margin-bottom: 25px;}

.options ul {
    margin-top: 74px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.options ul li .icon {
    min-height: 49px;
    line-height: 0;
}
.options ul li .icon i {display: block;}
.options ul li:nth-child(1) .icon i {
    width: 40px;
    height: 46px;
}
.options ul li:nth-child(2) .icon i {
    width: 46px;
    height: 46px;
}

.options ul li:nth-child(3) .icon i {
    width: 34px;
    height: 46px;
}

.options ul li:nth-child(4) .icon i {
    width: 45px;
    height: 49px;
}

.options ul li h5 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 13px;
}
.options ul li p {font-size: 18px;}

@media (max-width: 1600px) {
    .options {
        padding: 60px 0 60px 0;
        border-top: 7px solid #ECF8F7;
    }
    .options ul {margin-top: 50px;}
    .options ul li h5 {
        font-size: 15px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .options ul li p {font-size: 14px;}
}

@media (max-width: 1200px) {
    .options ul li p br {display: none;}
    .options ul li h5 {font-size: 13px;}
    .options ul li p {font-size: 13px;}
}

@media (max-width: 991px) {
    .options {padding: 50px 0 50px 0;}
    .options ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .options .head {
        align-items: start;
        flex-direction: column;
    }
    .options ul {margin-top: 20px;}
}

@media (max-width: 500px) {
    .options {
        padding: 40px 0 50px 0;
        border-top: none;
    }

    .options ul {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .options ul li {
        position: relative;
        padding-left: 55px;
    }
    .options ul li:nth-child(2) {order: -1;}
    .options ul li .icon {
        position: absolute;
        top: 0;
        left: 0;
    }
    .options ul li h5 {
        margin-top: 0;
        font-size: 17px;
        margin-bottom: 5px;
    }
    .options ul li p {font-size: 16px;}
    .options .center > .btn:last-child {
        display: flex !important;
        margin-top: 45px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ------------------ PRESCRIPTION ------------------ */
.prescription {overflow: hidden;}
.prescription .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.prescription-content {
    padding: 100px 0 50px;
}
.prescription-content ul {
    margin: 30px 0 35px;
}
.prescription-content ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 19px;
}
.prescription-content ul li .ic {
    max-width: 30px;
    line-height: 0;
}
.prescription-content ul li .ic img {width: 100%;}
.prescription-content ul li .ic i {display: block;}
.prescription-content ul li + li {margin-top: 10px;}

.prescription-content ul li:nth-child(1) i {
    width: 30px;
    height: 30px;
}   
.prescription-content ul li:nth-child(1) p {
    margin-left: -3px;
}
.prescription-content ul li:nth-child(1) i * {
    fill: #0f5c78 !important;
    stroke: #0f5c78 !important;
}
.prescription-content ul li:nth-child(2) img {
    width: 28px;
    height: 28px;
}   
.prescription-content ul li:nth-child(3) img {
    width: 28px;
    height: 34px;
}   
.prescription-content ul li:nth-child(4) img {
    width: 28px;
    height: 28px;
}   
.prescription-content ul li:nth-child(5) img {
    width: 28px;
    height: 28px;
}   
.prescription-content ul li:nth-child(6) img {
    width: 30px;
    height: 30px;
}   

.prescription-image {
    position: relative;
    padding-top: 65px;
    margin-bottom: -220px;
}
.prescription-image svg {
    position: absolute;
    top: -10px;
    right: -300px;
}
.prescription-image .image {
    width: 744px;
    height: 1051px;
    position: relative;
}
.prescription-image img {
    position: absolute;
}
.prescription-image .phone {
    width: 744px;
    height: 1051px;
    animation: soar 10s infinite linear forwards;
}
.prescription-image .chart {
    width: 436px;
    height: 342px;
    top: 109px;
    left: 15px;
    animation: soar1 10s linear infinite forwards;
}
.prescription-image .product {
    width: 487px;
    height: 432px;
    left: -215px;
    top: 380px;
    animation: soar2 7s linear infinite forwards;
}
.prescription-image .message {
    width: 512px;
    height: 239px;
    right: 35px;
    top: 650px;
    animation: soar3 5s linear infinite forwards;
}

@media (max-width: 1600px) {
    .prescription-image {margin-bottom: -175px;}
    .prescription-content {padding: 50px 0 50px;}
    .prescription-image .image {zoom: 0.75;}
    .prescription-content ul li {
        gap: 12px;
        font-size: 14px;
    }
    .prescription-content ul li .ic {
        min-width: inherit;
        max-width: 20px;
    }
    .prescription-content ul li .ic img {width: 100%;}
    .prescription-content ul li + li {margin-top: 5px;}
    .prescription-content ul {margin: 25px 0 30px;}
    .prescription-image svg {
        top: -10px;
        right: -230px;
        width: 900px;
        height: 660px;
    }
}

@media (max-width: 1200px) {
    .prescription-image .image {zoom: 0.6;}
    .prescription-image {margin-bottom: -150px;}
    .prescription-image svg {
        top: -10px;
        right: -275px;
        width: 800px;
        height: 590px;
    }
}

@media (max-width: 991px) {
    .prescription-image .image {zoom: 0.5;}
    .prescription-image svg {right: -380px;}
}

@media (max-width: 767px) {
    .prescription .center {grid-template-columns: 1fr;}
    .prescription-image {
        margin-bottom: -110px;
        padding-top: 0;
        justify-content: center;
        display: flex;
    }
    .prescription-image .image {margin-right: -200px;}
    .prescription-image svg {
        right: -15px;
        top: -200px;
    }
    .prescription-content {
        display:inline-block;
        width:auto;
        margin:0 auto;
    }
}

@media (max-width: 500px) {
    .prescription {position: relative;}
    .prescription .svg-icon {
        position: absolute;
        top: -90px;
        right: 0;
        width: 170px;
        height: 280px;
        overflow: hidden;
    }

    .prescription-content {
        position: relative;
        z-index: 2;
        padding-bottom: 0px;
    }
    .prescription-content ul {margin: 15px 0 25px;}
    .prescription-content ul li {
        font-size: 17px;
        font-weight: 500;
    }
    .prescription-content ul li .ic {max-width: 30px;}
    .prescription-content ul li + li {margin-top: 13px;}
    .prescription-content .btn-group .btn {width: 100%;}
    .prescription-content .btn-group > strong,
    .prescription-content .btn-group > p {display: none;}
    .prescription-image .image {
        margin-right: -270px;
        zoom: 0.45;
    }
    .prescription-image svg {
        right: -67px;
        top: -170px;
        width: 500px;
    }
    .prescription-content {
        width:100%;
    }
}

@media (max-width: 413px) {
    .prescription-image .image {zoom: 0.4;}
}

/* ------------------ FOOTER ------------------ */
.footer {
    background: #093e52;
    padding-top: 70px;
    position: relative;
    z-index: 3
}
.footer-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}
.footer-logo {
    display: inline-block;
    width: 146px;
    height: 41px;
    background: url(../img/logo-inverse.webp) no-repeat;
    margin-bottom: 50px
}
.social a {
    width: 50px;
    height: 50px;
    background-color: #1a4c5e;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s;
    margin:1px;
}
.social a:hover {
    background-color: #66d4cf
}
.ic-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ic-phone.webp) no-repeat;
}
.social a.ic-fb {
    background-image: url(../img/ic-fb.webp);
    margin-right: 10px
}
.social a.ic-tw {
    background-image: url(../img/ic-tw.webp)
}
.social a.ic-in {
    background-image: url(../img/insta.png)
}
.social a.ic-tiktok {
    background-image: url(/img/tiktok.svg);
    background-size: 40%;
}
.social a.ic-linkedin {
    background-image: url(/img/linkedin-in.svg);
    background-size: 40%;
}

.footer-item {
    width: 20%;
    padding: 0 15px
}
.footer-item ul {list-style: none;}
.footer-item:first-child {
    min-width: 360px
}
.footer-item h3 {
    font-weight: 600;
    color: #61cbc8;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-item ul li + li {
    margin-top: 15px
}
.footer-item ul li a {
    color: #fff;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}
.footer-item ul li a:hover, .footer-item ul li.active a {
    color: #66d4cf
}
.footer-item ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    background: url(../img/ic-plus.png) no-repeat;
    margin-right: 8px;
    transition: all .3s;
    transform: scale(0)
}
.footer-item ul li a:hover:before, .footer-item ul li.active a:before {
    transform: scale(1);
    width: 18px;
    height: 19px
}
.footer .phone {
    color: #fff;
    margin-top: 45px;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.footer .phone:hover {
    color: #61cbc8
}
.footer .phone i {
    margin-right: 10px
}
.footer-copy {
    border-top: 1px solid #13495e;
    margin-top: 65px
}
.footer-copy .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
    color: #396273;
    font-size: 15px
}
.footer-copy div {
    display: flex;
    align-items: center
}
.footer-copy div a {
    color: #fff
}
.footer-copy div a:hover {
    text-decoration: underline
}
.footer-copy div span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px
}

.footer-bottom {
/*  padding: 30px 0;*/
    padding: 30px 0;
    padding-bottom: 20px;
    color: #5a8397;
    border-top: 1px solid #12495e;
}
.footer-bottom .center {
    display: flex;
    align-items: center;
}
.footer-bottom .text {width: 100%;}
.footer-bottom .image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
}
.footer-bottom a {color: #5a8397;}

@media (max-width: 1200px) {
    .footer-logo {
        width: 90px;
        height: 27px;
        margin-bottom: 30px;
        background-size: 90px
    }
    .social a {
        width: 30px;
        height: 30px;
        background-size: 14px
    }
    .social a.ic-fb {background-size: 8px !important;}
    .footer-item {padding: 0 10px;}
    .footer-item:first-child {min-width: inherit;}
    .footer-item h3 {margin-bottom: 15px;}
    .footer-item ul li + li {margin-top: 8px;}
    .footer-copy {margin-top: 40px;}
    .footer-copy .center {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 11px
    }
}

@media (max-width: 767px) {
    .page-plans .footer {padding-top: 50px; }
    .footer-row {
        flex-wrap: wrap;
        padding: 0 30px
    }
    .footer-item {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 45px
    }
    .footer-item:first-child {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between
    }
    .footer-logo {
        width: 220px;
        height: 42px;
        margin-bottom: 0;
        background-size: 150px
    }
    .footer-item .social {
        width: 50%;
        padding: 0 15px;
        line-height: 0
    }
    .social a {
        width: 50px;
        height: 50px;
        background-size: 22px
    }
    .social a.ic-fb {background-size: 12px !important;}
    .footer-item h3 {
        margin-bottom: 16px;
        font-size: 18px;
        text-align: left;       
    }
    .footer .phone {margin-top: 25px;}
    .footer-copy {margin-top: 15px;}
    .footer-copy .center {
        font-size: 15px;
        flex-direction: column
    }

    .footer-bottom {padding-bottom: 105px;}
    .footer-bottom .center {flex-direction: column;}
    .footer-bottom .image {
        margin-bottom: 30px;
        padding-bottom: 15px;
        width: 100%;
        order: -1;
        justify-content: center;
    }
    .footer-bottom .image img {margin: 0 30px;}
}

@media (max-width: 370px) {
    .footer-logo {
        width: 150px;
        background-size: 145px;
    }
}

@media (max-width: 360px) {
    .footer-logo {
        width: 130px;
        background-size: 130px;
    }
}

/* ------------------ POPUP VIDEO ------------------ */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9991;
    background: rgba(0,0,0,.8);
}

.popup {
    position: absolute;
    left: 50%;
    z-index: 9992;
    transform: translateX(-50%);
}

.popup-overlay,
.popup {
    display: none;
    opacity: 0;
}

.popup-overlay.active,
.popup.active {
    display: block;
    animation: opacity 0.5s linear forwards;
}

.universal_popup-overlay.active, .universal_popup.active {
	animation: none !important;
	opacity: 1;
}

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

.noScroll {
    overflow: hidden !important;
}

.popup-video .popup-close {
	position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    transition: all .3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #076a8c;
}
.popup-video .popup-close:hover {
    background: var(--c-bluewhite);
}
.popup-video .body {
	width: 920px;
	height: 530px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.popup-video .body video {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}
.popup-video > .popup-close {
	right: 10px;
	top: 10px;
}
.popup-video .inner .popup-close {
	width: inherit;
	height: inherit;	
	background: none;
	position: static;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin-top: 16px;
}
.popup-video .inner .popup-close:hover {
	text-decoration: none;
	background: none !important;
}
.popup-video .tx-c {
	margin-top: 18px;
	text-align: center;
}
.popup-video .btn {
	height: 48px;
	width: 300px;
	font-weight: bold;
	cursor: pointer;
}
.popup-video .btn svg {
	position: relative;
	z-index: 3;
	margin-right: 6px;
}

.popup-video .play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    margin-top: -65px;
    margin-left: -65px;
    background: rgba(0,0,0,.2);
}
.popup-video .play:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    animation: pulse-border 3000ms ease-out infinite;
}
.popup-video .play svg {margin-left: 5px;}
.popup-video .pause {
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -65px;
    margin-left: -65px;
}
.popup-video .pause:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}
.popup-video .pause span {
    display: block;
    width: 10px;
    height: 50px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.popup-video .pause span:first-child {
    margin-right: 15px;
}

.popup-video .pause,
.popup-video .play {
    opacity: 0;
    display: none;
    pointer-events: none;
}

.popup-video.pause-video .pause,
.popup-video.play-video .play {
    display: inline-flex;
    animation: anVideoBtn 0.3s linear forwards !important;
}
@keyframes anVideoBtn {
    0% {opacity: 1;}
    100% {opacity: 0; transform: scale(0.5); visibility: hidden;}
}

.universal_popup > .universal_popup-close {
	background: none !important;
}

@media (max-width: 1500px) {
	.popup-video .play, .popup-video .pause {
        width: 80px;
        height: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
    .popup-video .play svg {
    	width: 35px;
    	height: 35px;
    }
}

@media (max-width: 1450px) {
	.popup-video .body {
		width: 700px;
		height: 400px;
	}
}

@media (max-width: 991px) {
	.popup-video .play, .popup-video .pause {
		width: 90px;
		height: 90px;
		margin-top: -45px;
		margin-left: -45px;
	}
	.popup-video .play:after {
	    border-top: 12px solid transparent;
	    border-left: 20px solid #fff;
	    border-bottom: 12px solid transparent;
	}
}

@media (max-width: 750px) {
	.popup-video .body {
		width: 350px;
		height: 200px;
	}

	.popup-close {
		width: 30px;
		height: 30px;
	}
	.popup-close svg {
		width: 12px;
		height: 12px;
	}

	.popup-video .play, .popup-video .pause {
        width: 70px;
        height: 70px;
        margin-top: -35px;
        margin-left: -35px;
    }
    .popup-video .play svg {
    	width: 30px;
    	height: 30px;
    }
    .popup-video .play:after {
        border-top: 12px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 12px solid transparent;
    }

    .popup-video .pause span {
        width: 5px;
        height: 35px;
    }
    .popup-video .pause span:first-child {margin-right: 8px;}
}

/* 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.fade-medal {opacity: 1;}
.animated.fade-medal.show {
    animation: fade-medal 1s 1s ease-in-out both;
}

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

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

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

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

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

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

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


/* ------------------ HEADER ------------------ */
.head-sidebar {
    display: block;
    text-align: center;
    padding: 6px 0;
    font-family: var(--inter);
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    background: linear-gradient(45deg, #00698B, #63C7C7, #00698B, #63C7C7);
    background-size: 300% 300%;
    animation: gradient-animation 25s ease infinite;
    transition: all .3s ease;
    -webkit-font-smoothing: auto;
    letter-spacing: 0.3px;
}
.head-sidebar:hover {opacity: 0.7;}
@keyframes gradient-animation {
    0% {background-position: 0% 50%;}
    25% {background-position: 50% 100%;}
    50% {background-position: 100% 50%;}
    75% {background-position: 50% 0%;}
    100% {background-position: 0% 50%;}
}
.head-sidebar a {
	text-decoration: none;
	transition: all 0.3s;
	color: #FFFFFF;
}
.head-sidebar a:hover {opacity: 0.7;}
.head-sidebar b{
    font-weight:600;
}
.head-sidebar .center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
}
.head-sidebar i {
    max-width: 42px;
    position: relative;
    top: 3px;
}
.555 {
   background-color: #fff;
}
#header {
	background: #E2F2F3;
	top: 0;
	left: 0;
	right: 0;
	z-index: 991;
}
#header .head-main .center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*padding-top: 19px;*/
	padding-bottom: 1px;
}

.logo {
    width: 132px;
    height: 40px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    /*background: url(../img/logo.svg) no-repeat center;*/
    background-size: contain;
}

#nav {
	margin-right: 24px;
	margin-left: auto;
}
#nav ul {
	display: flex;
	list-style: none;
}
#nav ul li + li {margin-left: 15px;}
#nav a {
	text-decoration: none;
	color: var(--color);
	position: relative;
	padding: 10px 0;
	transition: all 0.3s;
}
#nav a:after {
	content: '';
	display: block;
	height: 2px;
	background: var(--color);
	position: absolute;
	left: 0;
	top: 100%;
	width: 0;
	transition: all 0.3s;
}
#nav a:hover:after {width: 100%;}
#nav a:hover {opacity: 0.7;}

.head-btn {
	height: 44px;
	padding: 0 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 500;
	background: #096A8C;
	border-radius: 16px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;


    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 52px;
    border-radius: 30px;
    background: var(--akcent);
    color: #fff;
    min-width: 157px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    gap: 7px;
    overflow: hidden;
    padding: 0 30px;
    transition: all 0.3s;
    animation: shadow-pulse 3s infinite;
    
    min-height: 38px;
    border-radius: 7px;
    min-width: 243px;
}
.head-btn span {
	position: relative;
	z-index: 2;
}
.head-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	z-index: 1;
	border-radius: 15px;
	background: #61cbc8;
	transform: scale(0);
	transition: all 0.3s;
}
.head-btn:hover:after {transform: scale(1);}

@media (max-width: 1300px) {
	.head-btn {
		height: 40px;
		padding: 0 15px;
		font-size: 13px;
	}
}

@media (max-width: 1100px) {
	.logo {margin-left: 50px;}

	.head-sidebar {font-size: 13px;}
	#header .head-main .center {
		padding-top: 2px;
		padding-bottom: 2px;
		position: relative;
	}

	.btn-nav {
		width: 20px;
		height: 20px;
		background: none;
		outline: none;
		border: none;
		display: block !important;
		position: absolute;
		left: 15px;
		top: 50%;
		z-index: 993;
		transform: translateY(-50%);
	}
	.btn-nav span {
		height: 1px;
		width: 100%;
		display: block;
		background: #093E52;
		transform-origin: center;
		transition: all 0.3s;
	}
	.btn-nav span + span {
		margin-top: 7px;
	}
	.nav-open .btn-nav span {
		position: absolute;
		top: 50%;
		margin-top: -0.5px;
	}
	.nav-open .btn-nav span:first-child {transform: rotate(45deg);}
	.nav-open .btn-nav span:nth-child(2) {display: none;}
	.nav-open .btn-nav span:last-child {transform: rotate(-45deg);}

	#nav {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    position: fixed;
	    top: 0;
	    left: -100%;
	    bottom: 0;
	    width: 100%;
	    z-index: -2;
	    background: #fff;
	    margin-right: 0;
	    visibility: hidden;
	    transition: all 0.3s;
	}
	#nav ul {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#nav ul a {font-size: 20px;}
	#nav ul a:after {display: none;}
	#nav ul li + li {
		margin-left: 0;
		margin-top: 15px;
	}
	.nav-open #nav {
		left: 0;
		visibility: visible;
	}

	#nav .head-btn {
		display: inline-flex !important;
		color: #fff;
		padding: 0 35px;
		margin-top: 30px;
		font-weight: bold;
		font-size: 17px;
		height: 55px;
	}
}

.small, small {
    font-size: .875em;
}
sup {
    top: -.5em;
}
sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

@media (max-width: 767px) {
	.head-btn {display: none;}
	#header .head-main .center {justify-content: center;}
	.logo {
		width: 100px;
		height: 30px;
		margin-left: 0;
	}

    .head-sidebar {font-size: 10px;}
    .head-sidebar i {
        width: 25px;
        height: 25px;
        top: 0;
    }
}

@media (max-width: 500px) {
    .head-sidebar {
        padding: 0;
    }
    .head-sidebar .center {
        font-size: 3.4vw;
        line-height: 1.7;
        display: block;
        text-align: left;
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
        letter-spacing: 0.2px;
    }

    .head-sidebar p {display: inline-block;}
    .head-sidebar i {
        width: 10vw;
        height: 10vw;
        float: left;
        margin-right: 3vw;
        position: relative;
        top: 3px;
    }
}

.anchor{
    display:block;
    position:relative;
    width:0px;
    height:0px;
    top:0px;
}
@media (max-width: 767px) {
    .anchor{
        top:-50px;
    }
}

@media (max-width: 380px) {
    .achieve-slider .slide h3 {
        font-size:6vw;
    }
}
.slide_anchor{
    position:absolute;
    top:-130px;
}
@media (max-width: 768px) {
    .slide_anchor{
        top:-80px;
    }
}

@media (min-width: 1600px) {
    .achieve-slider .zep .slide h3 {
        font-size: 32px;
        margin-right:-50%;
    }
}

.footer .text,
.footer .text a {
    color:white;
    font-size:16px;
}
.footer-copy p,
.footer-copy a{
    color:white !important;
}
.footer-bottom .center {
    align-items: flex-start;
}

.footer-bottom .image {
    justify-content: end;
}


@media (max-width: 1600px) {
    div.home-content > div > strong {
        font-size:16px;
    }
    div.home-content > div > strong img {
        top:6px;
        width:27px;
    }
}


@media (max-width: 767px) {
    .footer-item .social {
        padding: 0 5px;
    }
    .footer-copy div span {
        margin: 0 10px;
    }
    .footer-bottom .image {
        justify-content: center;
    }
    .footer-bottom .image img {
        margin: 0 15px;
        justify-content: center;
        width: 190px;
        margin-left:0px;
    }
    .footer-bottom .image a {
        max-width:none;
    }
    .footer-bottom .image a img {
        max-width: 80px;
    }
}


@media (max-width: 360px) {
    .footer-copy div span {
        margin: 0 7px;
    }
}
