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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h2.title {
    font-size: var(--title-size);
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--manrope);
}
h2.title span {
    font-weight: 300;
}
h2.title b {font-weight: 600;}

p, span, li {
    font: inherit;
}

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

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

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

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

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

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

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

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

.btn-group {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0 15px;
}

.btn-group > p {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
}
.btn-group > p svg {
    width: 15px;
    height: 15px;
}

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

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

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

@media (max-width: 1600px) {
    .btn {zoom: 0.85;}
    .btn-group > p {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 1400px) {
    .btn {zoom: 0.8;}
    .btn-group > p {font-size: 12px;}
}

@media (max-width: 1024px) {
    .btn {zoom: 0.7;}
    .btn-group > p {
        font-size: 11px;
        margin-top: 15px;
    }
    .btn-group > p svg {
        zoom: 0.8;
        position: relative;
        top: -1px;
    }
}

@media (max-width: 767px) {
    .btn {zoom: 0.8;}
    .btn-group > p {font-size: 12px;}
    .btn-group > p svg {zoom: 0.9;}
}

@media (max-width: 550px) {
    .btn {
        zoom: 0.9;
        font-weight: 600;
    }
    .btn > div {max-height: 30px;}
    .btn-group > p svg {
        zoom: 1;
        top: 0;
    }
    .btn-group > p {
        font-size: 15px;
        gap: 5px;
    }
}

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

.logo {line-height: 0;}
.logo svg {
    width: 130px;
    height: 30px;
}

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

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

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

@media (max-width: 1400px) {
    #header .center {max-width: 1100px;}
}

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

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

    .novo {zoom: 1;}

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

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

    #header .btn {display: none;}

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

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

    .nav-open .nav {display: flex;}
    .nav-open #header {
        background: #fff;
        box-shadow: none;
    }
}

/* ------------------ SCREEN ------------------ */
.screen {
    background: #fff;
    border-radius: 30px;
    padding: 45px 0;
    margin-top: 90px;
    margin-left: 0;
    margin-right: 0;
}
.screen .center {
    display: grid;
    grid-template-columns: 1fr 390px;
    gap: 70px;
    max-width: 1297px;
}

.screen-image {
    overflow: hidden;
    border-radius: 20px;
}
.screen-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.screen .tags {
    display: flex;
    align-items: center;
    gap: 5px;
}
.screen .tag {
    width: 100%;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: rgba(230,230,233,.5);
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
.screen .tag:first-child {background: rgba(9,106,140,.1);}

.screen-content h2.title {
    font-weight: 500;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.screen-content .sub {
    font-size: 22px;
    font-weight: 500;
    color: var(--color);
    padding: 0;
    margin: 0;
}
.screen-content .sub p {line-height: 1;}
.screen-content .sub small {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
}

.screen-content .text {
    font-size: 17px;
    margin-top: 20px;
}
.screen-content .text sup {
    font-size: 80% !important;
    position: relative;
    top: 5px;
}

.screen-content .list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.screen-content .list li {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}
.screen-content .list li svg {
    width: 16px;
    height: 12px;
}

.screen-content .btn-group {
    margin-top: 20px;
    width: 100%;
}
.screen-content .btn {
    width: 100%;
    background: linear-gradient(45deg, #2475B6, #60B6E6);
    color: #fff;
    gap: 7px;
}
.screen-content .btn-group p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
}
.screen-content .btn-group .important {
    font-size: 13px;
    text-decoration: underline;
}
.screen-content .btn-group .important:hover {text-decoration: none;}
.screen-content .btn svg {
    position: relative;
    top: 2px;
}

@media (max-width: 1600px) {
    .screen .center {
        grid-template-columns: 1fr 355px;
        gap: 50px;
        max-width: 1100px;
    }
    .screen-content h2.title {font-size: 48px;}
    .screen-content .sub {font-size: 20px;}
    .screen-content .sub small {font-size: 13px;}
    .screen-content .text {font-size: 15px;}
    .screen-content .list {gap: 7px;}
    .screen-content .list li {font-size: 13px;}
    .screen-content .btn-group p {font-size: 12px;}
    .screen-content .btn-group .important {font-size: 12px;}
}

@media (max-width: 1400px) {
    .screen {padding: 35px 0;}
    .screen .center {gap: 30px;}
    .screen .tag {padding: 0 15px;}
}

@media (max-width: 1024px) {
    .screen {border-radius: 20px;}
}

@media (max-width: 767px) {
    .screen {padding: 20px 0 100px 0;}
    .screen .center {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .screen .center > .tags {display: flex !important;}

    .screen-image {border-radius: 15px;}

    .screen-content {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
    .screen-content .tags {display: none;}
}

@media (max-width: 550px) {
    .screen {padding: 15px 0 60px 0;}
    .screen .center {gap: 15px;}
    .screen-content {text-align: left;}
    .screen-content h2.title {
        font-size: 10.6vw;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .screen-content .sub {font-size: 5.2vw;}
    .screen-content .sub small {font-size: 3.5vw;}
    .screen-content .text {font-size: 3.9vw;}
    .screen-content .list {gap: 10px;}
    .screen-content .list li {font-size: 3.6vw;}
    .screen-content .btn-group {margin-top: 30px;}
    .screen-content .btn {min-height: 55px;}
    .screen-content .btn-group p {font-size: 3.5vw;}
    .screen-content .btn-group .important {font-size: 3.1vw;}
}

@media (max-width: 360px) {
    .screen .tag {
        font-size: 13px;
        padding: 0 10px;
    }
}

/* ------------------ SAY ------------------ */
.say {
    border-radius: 30px 30px 0 0;
    margin-top: 20px;
    padding-top: 65px;
    padding-bottom: 110px;
    background: #fff;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #F5F5F6;
    border-radius: 30px;
    padding: 0 11px;
    min-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(153,154,169,.8);
}
.label span {
    position: relative;
    top: 0.5px;
}
.label svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 0.5px;
}
.say .label {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.say .text {
    margin: 30px auto 0 auto;
    max-width: 1110px;
    font-size: 20px;
    text-align: center;
    color: #6F707F;
}
.say .text b {font-weight: 600;}

.say-cards {
    margin: 40px auto 0 auto;
    max-width: 1255px;
}
.say-cards .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
}

.say-cards .icon-svg {
    display: inline-block;
    line-height: 0;
}

.ic-medical {width: 20px;}
.ic-wan {width: 50px;}
.ic-message {
    width: 32px;
    position: relative;
    top: -4px;
    left: 0px;
}
.ic-sleep {width: 25px;}

.say-cards .card {
    border-radius: 24px;
    background: #F5F5F6;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px 30px 30px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}
.say-cards .card .icon {
    width: 85px;
    height: 85px;
    border-radius: 20px;
    background: #EBEBEE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.say-cards .card .icon i {line-height: 0;}

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

    .say {
        margin-top: 35px;
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .say .text {
        max-width: 830px;
        font-size: 15px;
    }

    .say-cards {zoom: 0.8;}
}

@media (max-width: 1400px) {
    .say .text {
        max-width: 755px;
        font-size: 13px;
    }
    .say-cards {zoom: 0.7;}
}

@media (max-width: 1024px) {
    .say {
        padding-bottom: 70px;
        border-radius: 20px 20px 0 0;
    }
}

@media (max-width: 767px) {
    .say .text {font-size: 14px;}
    .say-cards .splide.is-initialized:not(.is-active) .splide__list {
        grid-template-columns: 1fr 1fr;
        zoom: 1;
    }
    .say-cards .card {
        padding: 20px;
        gap: 15px;
    }
}

@media (max-width: 550px) {
    .label {
        zoom: 1;
        padding: 0 15px;
        min-height: 35px;
        font-size: 12px;
        font-weight: 500;
    }

    .say {
        padding-bottom: 130px;
        display: none;
    }
    .say .tx-c {text-align: left;}
    .say .label {margin-bottom: 20px;}
    .say .text {
        text-align: left;
        margin-top: 20px;
        font-size: 4vw;
        color: #474747;
    }
    .say .text p + p {margin-top: 20px;}

    .say-cards {
        zoom: 1;
        margin-top: 30px;
    }
    .say-cards .splide__track {overflow: visible;}
    .say-cards .card {
        flex-direction: row;
        align-items: center;
        font-size: 18px;
        line-height: 1.3;
        gap: 20px;
    }
    .say-cards .card p {max-width: 150px;}
    .say-cards .card .icon {
        width: 100px;
        height: 100px;
    }

    .splide__pagination {
        bottom: inherit;
        left: 10px;
        top: 100%;
        right: inherit;
        background: #f5f5f6;
        padding: 17px 15px;
        border-radius: 15px;
        margin-top: 20px;
        gap: 5px;
    }
    .splide__pagination li {line-height: 0;}
    .splide__pagination li button {
        height: 7px;
        width: 7px;
        opacity: 1;
        margin: 0;
    }
    .splide__pagination li button.is-active {
        transform: none;
        background: #000229;
    }
}

/* ------------------ SOLUTIOIN ------------------ */
.solution {
    max-width: 1920px;
    margin: -20px auto 0 auto;
    border-radius: 30px;
    overflow: hidden;
    background: #3F92CC;
    position: relative;
}
.solution .center {
    display: flex;
    max-width: 1800px;
}

.solution-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 50%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
}
.solution-image:before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/solution/bg.webp) no-repeat left top;
    background-size: cover;
    animation: scale-bg 100s linear infinite;
}

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

.solution-image .animation:after,
.solution-image .animation:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    transform: translate(-20%, 20%);
    filter: blur(25px);
    pointer-events: none;
}

.solution-image .animation:after {
    background: radial-gradient(circle,
        rgba(117, 117, 242, 0.4),
        transparent 70%
    );
    opacity: 0;
    animation: glowSmooth 8s 8s ease-in-out infinite alternate;
}

.solution-image .animation:before {
    background: radial-gradient(circle,
        rgba(35, 115, 181, 0.8),
        transparent 75%
    );
    opacity: 0;
    animation: glowSmooth 8s ease-in-out infinite alternate;
}

@keyframes glowSmooth {
    0% {
        opacity: 0;
        transform: translate(-30%, 30%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translate(-30%, 30%) scale(1.15);
    }

    100% {
        opacity: 0;
        transform: translate(-30%, 30%) scale(1);
    }
}

.solution-image .slick-ticker,
.solution-image .slick-ticker .slick-list {margin-bottom: 0;}

.solution-content {
    width: 50%;
    margin-left: auto;
    padding: 90px 15px 90px 75px;
    color: #fff;
}
.solution-content .fact {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 600;
    padding-left: 14px;
    border-width: 4px;
    max-width: inherit;
    border-left: 3px solid #fff;
}
.solution-content .btn {
    min-width: 360px;
}

.solution-content .important {
    margin-top: 15px;
    font-size: 13px;
    color: #fff;
    max-width: 360px;
    text-align: center;
}
.solution-content .important a {color: #fff;}
.solution-content .important a:hover {text-decoration: underline;}

.main-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 35px;
    margin-top: 20px;
}
.main-text b {font-weight: 600;}

@media (max-width: 1600px) {
    .solution-content {padding: 65px 15px 65px 55px;}
    .solution-content .fact {
        margin-top: 30px;
        font-size: 16px;
    }
    .solution-content .main-text {
        max-width: 570px;
        font-size: 15.7px;
    }

    .solution-content .important {zoom: 0.85;}

    .main-text {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .solution-image .animation:after, 
    .solution-image .animation:before {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 1400px) {
    .solution-content {padding: 50px 15px 50px 45px;}
    .solution-content .fact {
        margin-top: 25px;
        font-size: 14px;
    }
    .solution-content .main-text {
        max-width: 520px;
        font-size: 13.9px;
    }
    .solution-content .btn {min-width: 310px;}

    .solution-content .important {
        zoom: 1;
        max-width: 248px;
        font-size: 11px;
    }

    .main-text {
        font-size: 14px;
        margin-bottom: 25px;
    }
}

@media (max-width: 1024px) {
    .solution {border-radius: 20px;}
    .solution-content {padding: 25px 15px 25px 25px;}

    .solution-content .important {
        max-width: 217px;
        font-size: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .solution .center {flex-direction: column;}
    .solution-image {
        position: relative;
        width: auto;
        min-height: 500px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .solution-content {
        padding: 40px 0;
        width: 100%;
    }
    .solution-content .btn-group {width: 100%;}
    .solution-content .main-text {margin-bottom: 35px;}

    .solution-content .important {
        text-align: center;
        max-width: inherit;
    }

    .solution-image .animation:after,
    .solution-image .animation:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 400px;
        height: 400px;
        border-radius: 50%;
        transform: translate(-30%, 30%);
        filter: blur(25px);
        pointer-events: none;
    }
}

@media (max-width: 550px) {
    .solution {margin-top: 35px;}
    .solution-image {
        min-height: 400px;
        padding-bottom: 20px;
        border-radius: 0 0 20px 20px;
    }
    .solution-image:before {
        background: url(../img/solution/bg-mob.webp) no-repeat left top;
        background-size: cover;
    }
    .solution-content {
        padding: 40px 0 60px 0;
        display: flex;
        flex-direction: column;
    }
    .solution-content h2.title {font-size: 9.5vw;}
    .solution-content .fact {
        font-size: 4vw;
        border-width: 2px;
        margin-top: 20px;
    }

    .main-text {font-size: 4.1vw;}

    .solution-content .btn-group {
        padding: 0 15px;
        order: 1;
    }
    .solution-content .btn {width: 100%;}
    .solution-content .main-text {margin-bottom: 20px;}
    .solution-content .important {
        color: #fff;
        margin-bottom: 40px;
        display: inline-block;
        text-decoration: underline;
        font-size: 12px;
        text-align: left;
    }
    .solution-content .important:hover {text-decoration: none;}
}

/* ------------------ OFFERS ------------------ */
.offers {
    margin: 45px auto 0 auto;
    max-width: 1920px;
    border-radius: 30px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.offers .center {
    display: flex;
    max-width: inherit;
}

.offers-content {
    width: 50%;
    padding-top: 65px;
    padding-bottom: 100px;
    color: #474747;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offers-content .btn {
    padding: 0;
    color: #474747;
}
.offers-content h2.title {color: #000229;}
.offers-content .label {margin-bottom: 25px;}
.offers-content .fact {
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: #474747;
    border-width: 4px;
    font-size: 22px;
    font-weight: 600;
    max-width: 740px;
    padding-left: 14px;
    border-left: 3px solid #474747;
    color: #474747;
}

.offers-content .main-text {max-width: 710px;}

.check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
.check-list li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 20px;
}
.check-list li svg {
    width: 17px;
    height: 17px;
    color: #000229;
}

.offers-content > .btn {padding: 0;}
.offers-content > .btn svg {
    position: relative;
    top: 2px;
}

.offers-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/offers/bg.webp) no-repeat left top;
    background-size: cover;
    display: flex;
}
.offers-image .info {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: rgba(78, 78, 78, .35);
    backdrop-filter: blur(5px);
    padding: 30px 25px 50px 25px;
    width: 100%;
    line-height: 1.3;
    position: relative;
}
.offers-image .info > div {
    padding: 0 15px;
}
.offers-image .info small {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px 15px 15px;
    font-size: 14px;
}
.offers-image .info h3 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 3px;
}

@media (max-width: 1600px) {
    .offers {margin-top: 35px;}
    .offers-content {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .offers-content .fact {
        font-size: 16px;
        max-width: 565px;
    }
    .offers-content .main-text {
        max-width: 530px;
        font-size: 16px;
    }
    .offers-image .info {zoom: 0.75;}

    .check-list {
        gap: 10px;
        margin-bottom: 15px;
    }
    .check-list li {
        gap: 10px;
        font-size: 15px;
    }
    .check-list li svg {zoom: 0.9;}
}

@media (max-width: 1400px) {
    .offers-content .fact {
        font-size: 14px;
        max-width: 500px;
    }
    .offers-content .main-text {
        max-width: 470px;
        font-size: 14px;
    }

    .check-list li {font-size: 13px;}

    .offers-image .info {zoom: 0.65;}
}

@media (max-width: 1024px) {
    .offers {border-radius: 20px;}
    .offers-content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .offers-content .fact {
        font-size: 13px;
        padding-top: 0;
    }
    .offers-image .info {
        padding: 25px 15px 50px 15px;
        zoom: 0.48;
    }
    .offers-image .info p br {display: none;}
    .offers-image .info > div {padding: 0 5px;}
    .offers-image .info small {font-size: 17px;}
}

@media (max-width: 767px) {
    .offers {padding: 40px 0 20px 0;}
    .offers .center {
        flex-direction: column;
        gap: 30px;
    }
    .offers-image {
        position: relative;
        width: auto;
        min-height: 500px;
        overflow: hidden;
        border-radius: 20px;
    }
    .offers-image .info {
        zoom: 0.65;
        border-radius: 0 0 20px 20px;
    }

    .offers-content {
        padding: 0;
        width: auto;
    }
    .offers-content .fact {font-size: 14px;}

    .check-list li {font-size: 14px;}
}

@media (max-width: 550px) {
    .offers {padding-top: 45px;}
    .offers .center {gap: 45px;}
    .offers-content h2.title {font-size: 7.6vw;}
    .offers-content .fact {
        font-size: 4vw;
        border-width: 2px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .offers-content .main-text {font-size: 3.99vw;}

    .offers-image {
        min-height: 400px;
        border-radius: 15px;
    }
    .offers-image .info {
        zoom: 1;
        padding: 20px 10px 45px 10px;
        gap: 10px;
        font-size: 2.5vw;
        border-radius: 0 0 15px 15px;
    }
    .offers-image .info > div {padding: 0;}
    .offers-image .info h3 {font-size: 4vw;}
    .offers-image .info small {font-size: 2.5vw;}

    .main-text {margin-bottom: 20px;}

    .check-list {
        margin-bottom: 35px;
        gap: 15px;
    }
    .check-list li {
        font-size: 3.4vw;
        font-weight: 500;
    }
    .check-list li svg {zoom: 1.2;}

    .offers-content .btn-group {
        display: flex !important;
        padding: 0 15px;
    }
    .offers-content .btn-group .btn {
        width: 100%;
        color: #fff;
    }
}

/* ------------------ SCROLL ------------------ */
.scroll {
    margin: 50px auto 0 auto;
    background: #fff;
    padding: 100px 0;
    max-width: 1920px;
    border-radius: 30px;
}
.scroll .label {text-transform: uppercase;}
.scroll .center {max-width: 1510px;}
.scroll .center.tx-c h2.title {
    margin-top: 45px;
    margin-bottom: 65px;
}
.scroll .cards + .tx-c {
    max-width: 1085px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    color: #001F29;
}
.section {
    position: relative;
}
.section {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    border-radius: 30px;
    color: #fff;
    transition: all 0.3s linear;
    will-change: transform;
    position: sticky;
}
.section.first {
    background: linear-gradient(138deg, #2273B5, #61B7E7);
    top: 90px;
}
.section.second {
    background: linear-gradient(135deg, #3A61A0, #2273B5);
    top: 150px;
    margin-top: 55px;
}
.section.third {
    background: linear-gradient(138deg, #000229 -30%, #16609E);
    margin-top: 55px;
    top: 130px;
}
.section.fourth li a {
    color:inherit;
}
.section.fourth {
    margin-top: 55px;
    top: 210px;
}
.section-content {padding: 55px 15px 55px 44px;}
.section-content .label {
    color: rgba(255,255,255,.8);
    background: rgba(245,245,245,.1);
}
.section-content h2.title {
    font-size: 58px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 15px;
}
.section.third .section-content h2.title span {
    position: relative;
    text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
}
.section.third .section-content h2.title span sup {
    font-size: 0.4em;
    position: absolute;
    top: 27px;
    left: 5px;
    font-weight: 300;
}
.section-content h2.title sub {
    line-height: 0;
    font-size: 0.4em;
    font-weight: 300;
    display: inline-block;
    position: relative;
    top: -40px;
}
.section-content p.sub {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.6;
}
.section-content p.sub b {font-weight: 600;}
.section-content .list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-content .list li {
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.section-content .list li + li {margin-top: 15px;}
.section-content .list li .ic {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.section-content .list li .ic svg {
    width: 9px;
    height: 17px;
}

.section-content .list + p {
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.section-content .list + p small {
    font-size:12px;
}

.section.first .section-content .list li .ic svg {color: #2e7fbe;}
.section.second .section-content .list li .ic svg {color: #3565a4;}
.section.third .section-content .list li .ic svg {color: #07214f;}

.section-content .small {
    margin-top: 20px;
    font-size: 10px;
}

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

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

.section-product .label {
    background: rgba(255,255,255,.2);
    color: rgba(255,255,255,.8);
}
.section-product .label:before {background: rgba(255,255,255,.8);}
.section-product h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 8px;
}
.section-product h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.section-product h4 sup {
    font-size: 0.2em;
    position: relative;
}
.section-product .image {
    max-width: 550px;
}

.section.second .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section.second .inner .label {margin-top: auto;}
.section.second .inner .image {
    margin-top: -105px;
    position: relative;
    bottom: -5.2rem;
    max-width: 100%;
}
.section.first .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/scroll/slide-1.webp);
    background-size: cover;
}
.section.second .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/scroll/slide-2.webp);
    background-size: cover;
}
.section.third .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(../img/scroll/slide-3.webp) no-repeat center bottom;
    background-size: cover;
}

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

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

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

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

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

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

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

.section.fourth {
    background: linear-gradient(135deg, #3EA2A0, #A1BDE1);
}
.section.fourth .section-content .list li .ic svg {
    stroke: #02A0A3;
}
.section.fourth .section-product .inner:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: url(/assets/img/wegovy-pill/fourth-blue.webp) center;
    background-size: cover;
}
.section.fourth .section-product .label {
    position: absolute;
    top: 40px;
    left: 48px;
    z-index: 10;
    background: #F5F5F6;
    color: #999AA9;
    height: 40px;
}
.section.fourth .section-product .label:before {background: #999AA9;}

.section.fourth .section-product img {
    max-width: 215px;
    position: absolute;
    top: 20px;
    right: 35px;
    z-index: 10;
}

@media (max-width: 1600px) {
    .scroll {
        margin-top: 35px;
        padding: 75px 0;
    }
    .scroll .center.tx-c h2.title {
        margin-top: 35px;
        margin-bottom: 50px;
    }
    .scroll .center {max-width: 1200px;}
    .section-content {padding: 35px 15px 50px 35px;}
    .section-content h2.title {font-size: 42px;}
    .section-content p.sub {font-size: 20px;}
    .section-content .list {margin-bottom: 30px;}
    .section-content .list li {
        gap: 0 10px;
        font-size: 14.5px;
    }
    .notification .avatar {width: 55px;}
    .section-product .speed {
        top: 15px;
        zoom: 0.78;
    }
    .section-product .image {max-width: 350px;}
    .section-product h3 {font-size: 14px;}
    .section-product h4 {font-size: 19px;}

    .box-phone {zoom: 0.77;}

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

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

    .section.second .inner .image {
        margin-top: -95px;
        bottom: -4.5rem;
    }

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

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

    .section.fourth .section-product .label {
        top: 30px;
        left: 35px;
        zoom: 0.8;
    }

    .section.fourth .section-product img {
        zoom: 0.8;
        top: 15px;
        right: 20px;
    }
}

@media (max-width: 1400px) {
    .scroll {padding: 50px 0;}
    .scroll .center.tx-c h2.title {
        margin-top: 25px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1300px) {
    .section-content {padding-top: 25px;}
    .section.first {top: 65px;}
    .section.second {top: 110px;}
    .section.fourth {top: 155px;}
}

@media (max-width: 1024px) {
    .scroll {border-radius: 20px;}
}

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

    .box-phone {zoom: 0.61;}

    .section-product .foot > div {padding: 15px 0;}
    .section-product .foot > div h4 {font-size: 21px;}
    .section-product .foot > div p {font-size: 11px;}
    .section.fourth .section-product .label {
        top: 20px;
        left: 25px;
        zoom: 0.7;
    }

    .section.fourth .section-product img {
        zoom: 0.7;
    }

    .section.second .inner {padding-bottom: 35px;}
}

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

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

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

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

    .box-phone {zoom: 0.8;}

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

    .section.first .section-product .inner,
    .section.third .section-product .inner,
    .section.second .section-product .inner {min-height: 450px;}
    .section.fourth .section-product .inner {min-height: 450px;}
}

@media (max-width: 550px) {
    .scroll {padding: 40px 0;}
    .scroll .center.tx-c {text-align: left;}
    .scroll .center.tx-c h2.title {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: left;
        font-size: 7.98vw;
    }
    .scroll .center.tx-c:last-child {text-align: center;}
    .section.second .inner .label {
        font-size: 3.5vw;
    }
    .section.second .inner {
        padding-top: 90px;
        padding-bottom: 35px;
    }
    .section.second .inner .image {
        margin-bottom: -1rem;
        max-width: 132%;
        width: auto;
    }
    .section {border-radius: 20px;}
    .section-content {padding: 25px 20px 25px 20px;}
    .section-product .speed {zoom: 0.67;}
    .section-content > img {
        max-width: 90px;
        margin-bottom: 15px;
    }
    .section-content h2.title {
        font-size: 7.5vw;
        margin-bottom: 15px;
    }
    .section-content p br {
        display:none;
    }
    .section-content p.sub {font-size: 3.95vw;}
    .section.first .section-content p.sub {font-size: 4vw;}
    .section-content .list {
        margin-bottom: 0;
        margin-top: 25px;
    }
    .section-content .btn {display: none;}
    .section-content .list li {font-size: 3.1vw;}
    .section-content .list li b {font-weight: normal;}
    .section-content .list li + li {margin-top: 17px;}
    .section-product .image {
        width: 100%;
        max-width: 75%;
    }
    .section-content .list + p {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .section-product .speed {zoom: 0.6;}
    .section-product h3 {
        font-size: 3vw;
        font-weight: normal;
    }
    .section-product h4 {
        font-size: 4vw;
        font-weight: normal;
    }
    .section-product .section-product > .inner {border-radius: 15px;}

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

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

    .section.first .section-product .inner,
    .section.third .section-product .inner,
    .section.second .section-product .inner {min-height: 350px;}
    .section.fourth .section-product .inner {min-height: 350px;}
    .section-product .foot > div h4 {font-size: 4.5vw;}
    .section-product .foot > div p {font-size: 2vw;}
    .section-product .foot > div {padding: 15px 0 20px 0;}

    .notification {padding: 15px;}

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

    .section-product .foot-text p {font-size: 4.6vw;}
    .section-product .foot-text small {font-size: 3.5vw;}
    .section.fourth .section-product img {zoom: 0.5;}

    .section.second .section-content .list li .ic svg {stroke: #3467a6;}
    .section.third .section-content .list li .ic svg {stroke: #092554;}

    .scroll .cards + .tx-c {
        margin-top: 35px;
        font-size: 12px;
        max-width: 356px;
    }
}

@media (max-width: 400px) {
    .section.second .inner .image {
        margin-bottom: 0;
    }
}

@media (max-width: 390px) {
    .section.fourth .section-product .inner {
        min-height: 300px;
    }
}

/* ------------------ HOW IT WORKS ------------------ */
.section-how-works {
    margin: 50px auto 0 auto;
    max-width: 1920px;
    background: #fff;
    border-radius: 30px;
}
.section-how-works .tx-c {margin-bottom: 55px;}
.section-how-works h2.title {margin: 25px 0;}
.section-how-works .sub {
    font-size: 18px;
    color: #6F707F;
}

@media (max-width: 1600px) {
    .section-how-works {margin-top: 35px;}
}

@media (max-width: 1024px) {
    .section-how-works {border-radius: 20px;}
}

@media (max-width: 550px) {
    .section-how-works .tx-c {text-align: left;}
    .section-how-works h2.title {
        margin: 20px 0 10px 0;
        font-size: 10vw;
    }
    .section-how-works .sub {
        font-size: 3.95vw;
        color: #474747;
    }

    .section-how-works .central-container .steps .step-card:nth-child(4n-1) {
        flex-direction: row;
    }
    .section-how-works .content .label {display: flex !important;}
    .section-how-works .tx-c {margin-bottom: 30px;}
    .section-how-works .central-container .steps .step-card .content {
        gap: 1.5rem;
    }
    .section-how-works .central-container .steps .step-card .content .label {
        padding: 0.6rem 1.5rem;
        border-radius: 17px;
    }
    .section-how-works .central-container .steps .step-card .content .label p {
        font-size: 10px;
    }
    .section-how-works .central-container .steps .step-card .content .text p {
        font-size: 3.8vw;
        font-weight: normal;
        color: #474747;
    }
    .section-how-works .central-container .steps .step-card .image-wrapper {
        height: 150px;
        width: 150px;
        max-width: 150px;
    }
}

/* ------------------ REVIEWS ------------------ */
.reviews {
    margin: 50px auto 0 auto;
    border-radius: 30px;
    max-width: 1920px;
    background: #fff;
    padding: 75px 0 60px 0;
}
.reviews .label {text-transform: uppercase;}
.reviews h2.title {
    margin-top: 40px;
    margin-bottom: 25px;
}
.reviews h2.title + p {
    font-size: 20px;
    color: #6F707F;
}

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

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

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

.reviews-slider .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.reviews-slider .foot small {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999AA9;
}

.reviews-slider .stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

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

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

.reviews .center.foot {margin-top: 45px;}
.reviews .center.foot br {display: block;}
.reviews .center.foot > p {
    font-size: 16px;
    color: #6F707F;
    margin-bottom: 45px;
}
.reviews .center.foot .btn {min-width: 410px;}

@media (max-width: 1600px) {
    .reviews {
        padding: 55px 0 55px 0;
        margin-top: 35px;
    }
    .reviews h2.title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .reviews h2.title + p {font-size: 15px;}
    .reviews-slider {margin-top: 40px;}
    .reviews-slider .list {
        gap: 0 10px;
        padding-right: 10px;
    }
    .reviews-slider .item {--width: 400px;}
    .reviews-slider + .reviews-slider {margin-top: 10px;}
    .reviews-slider .image {border-radius: 15px;}
    .reviews-slider .content {
        border-radius: 15px;
        padding: 25px;
    }
    .reviews-slider .content h4 {
        font-size: 15px;
        font-weight: 600;
    }
    .reviews-slider .text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .reviews-slider .foot {zoom: 0.8;}
    .reviews .center.foot > p {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

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

@media (max-width: 1024px) {
    .reviews {border-radius: 20px;}
}

@media (max-width: 550px) {
    .reviews {
        padding-top: 40px;
        padding-bottom: 40px;
        display: none;
    }
    .reviews h2.title {
        font-size: 10vw;
        font-weight: 600;
        margin-top: 15px;
    }
    .reviews h2.title br {display: none;}
    .reviews h2.title + p {
        font-size: 4.5vw;
        color: #474747;
    }
    .reviews-slider {margin-top: 30px;}
    .reviews-slider .item {
        --width: 300px;
    }
    .reviews-slider .content {
        border-radius: 10px;
        padding: 20px;
    }
    .reviews-slider .content h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .reviews-slider .plus img {width: 10px;}
    .reviews-slider .text {
        font-size: 12px;
        margin-top: 17px;
        margin-bottom: 15px;
    }
    .reviews-slider .content > small {font-size: 10px;}
    .reviews-slider .image {border-radius: 10px;}
    .reviews .center.foot {margin-top: 35px;}
    .reviews .center.foot > p {
        font-size: 2.56vw;
        font-weight: 600;
        margin-bottom: 30px;
        color: #474747;
    }
    .reviews .center.foot > p br {display: none;}

    .reviews .center.foot .btn-group {width: 100%;}
    .reviews .center.foot .btn {
        width: 100%;
        min-width: inherit;
    }
}

.text-small {
    padding: 60px 0 90px;
    text-align: center;
    font-size: 13px;
}
.text-small.first {padding: 55px 0 !important;}
.text-small.first p {
    max-width: 912px;
    margin: 0 auto;
    font-size: 11px;
    line-height: 2;
    color: #6F707F;
}

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

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

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

.free .center {
    max-width: 900px;
    position: relative;
    z-index: 2;
}

.free .lifemd {
    width: 175px;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: rgba(217,217,217,.35);
    margin-bottom: 25px;
}
.free .lifemd svg {
    width: 110px;
    height: 28px;
}
.free .center > p {
    font-size: 20.2px;
    font-weight: 500;
    max-width: 550px;
    margin: 15px auto 25px auto;
}
.free .btn {min-width: 205px;}

@media (max-width: 1600px) {
    .free .wrap {padding: 200px 0;}
    .free .lifemd {
        zoom: 0.8;
        margin-bottom: 20px;
    }
    .free .center {max-width: 700px;}
    .free .center > p {
        font-size: 15.5px;
        max-width: 410px;
    }
}

@media (max-width: 1400px) {
    .free .wrap {padding: 150px 0;}
    .free .center {max-width: 600px;}
    .free .center > p {
        font-size: 13.6px;
        max-width: 355px;
    }
}

@media (max-width: 1024px) {
    .free .wrap {
        padding: 100px 0;
        border-radius: 20px 20px 0 0;
    }
    .free .center {max-width: 495px;}
    .free .lifemd {zoom: 0.6;}
}

@media (max-width: 550px) {
    .free {margin-top: 35px;}
    .free .wrap {padding: 60px 0;}
    .free .wrap:after {
        background: url(../img/free/bg-mob.webp) no-repeat right top;
        background-size: cover;
    }
    .free h2.title {font-weight: 500;}
    .free .center > p {
        font-size: 5.2vw;
        font-weight: normal;
        max-width: 380px;
        margin-top: 265px;
    }
    .free .lifemd {margin-bottom: 30px;}
    .free .btn-group {
        padding: 0 15px;
        width: 100%;
    }
    .free .btn-group .btn {width: 100%;}
    .free .btn-group p {display: flex !important;}
}

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

.footer .center {
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: none !important;
    order: -1;
}
.footer-bottom .copy {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}

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

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

.footer-btns {display: none;}

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

#cannellamedia {display: none !important;}

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

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

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

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

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

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

    .footer-address {zoom: 0.7;}

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

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

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

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

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

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

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

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

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

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

    .footer-bottom {padding: 40px 0 15px 0 !important;}
    .footer-bottom ul {
        zoom: 1;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 38px;
    }

    .footer-bottom ul a {font-size: 14px !important;}
    .footer-bottom ul li:after {margin-top: 0 !important;}
    .footer-bottom .copy {
        font-size: 14px;
        order: 1;
    }
}

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

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

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

.btn-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.3s;
    z-index: 990;
    padding: 13px 10px;
    background: linear-gradient(90deg, #3FAB86, #75D8B5);
    display: none;
    background: rgba(255, 255, 255, .41);
    backdrop-filter: blur(5px);
}
.btn-fix.show {bottom: 0;}
.btn-fix .btn {
    width: 100%;
    border-radius: 15px;
    min-height: 65px;
}
.btn-fix .btn > div {
    max-height: 28px;
    font-size:18px;
}

@media (max-width: 500px) {
    .btn-fix {display: block;}
}

/* POPUP
-------------------------------------- */
.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 > .universal_popup-close {background: none !important;}

/* POPUP INFO */
.popup-close {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--akcent);
    border-color: var(--akcent);
}
.popup-close svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-info {
    background: #fff;
    max-width: 800px;
    width: 100%;
}
.modal-header {
    overflow: hidden;
    padding: 0;
    display: block;
}
.modal-title {
    background: var(--akcent);
    padding: 30px 30px 30px 30px;
    font-size: 43px;
    line-height: 1.3;
    color: #fff;
    min-height: 65px;
    margin-right: -2px;
    margin-left: -2px;
}
.popup-info .modal-header .wrap {
    max-height: calc(100vh - 205px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px 30px 30px 30px;
}
.popup-info h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    margin-top: 20px;
}
.popup-info h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    margin-top: 20px;
}
.popup-info ul {
    margin-top: 20px;
    margin-left: 25px;
}
.popup-info ul li {
    position: relative;
    padding-left: 25px;
}
.popup-info ul li + li {
    margin-top: 10px;
}
.popup-info p u {text-decoration: underline;}
.popup-info p a,
.popup-info ul a {color: var(--akcent);}
.popup-info p a:hover,
.popup-info ul a:hover {text-decoration: underline;}
.popup-info p {margin-top: 20px;}
.popup-info p span {color: #a20e1e;}

.popup-text h1 {
    margin: 0 0 30px 0;
    line-height: 1.2;
    font-size: 40px; 
    color: #003e52;
}
.popup-text p {
    margin-bottom: 25px;
    margin-top: 0;
}
.popup-text h2 {
    font-size: 25px;
    line-height: 1.2;
    margin: 20px 0;
}
.popup-text h3 {
    font-size: 20px;
    line-height: 1.2;
}
.popup-text ul {
    margin: 25px 0 25px 30px;
}
.popup-text ul li {
    position: relative;
    padding-left: 15px;
}
.popup-text ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.popup-text ul li.circle-none:before {display: none;}

.popup-info .tx-c .popup-close {
    background: var(--color);
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    border-radius: 0;
    min-width: 170px;
    width: inherit;
    height: inherit;
    border: 0;
    color: #fff;
    display: inline-flex;
}

body .universal_popup .body {max-height: calc(100vh - 255px);}
.universal_popup h1 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    color: #03052a;
}

@media screen and (max-width: 1200px) {
    /* POPUP */
    .modal-title {
        font-size: 35px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 990px) {
    /* POPUP */
    .modal-title {font-size: 29px;}
}

@media screen and (max-width: 810px) {
    body .universal_popup .body {max-height: calc(100vh - 165px);}
}

@media screen and (max-width: 767px) {
    /* POPUP */
    .popup-info {
        max-width: inherit;
        width: inherit;
        top: 30px !important;
        position: fixed;
        bottom: 30px;
        left: 30px;
        right: 30px;
        transform: none;
    }
    .popup-info .modal-header .wrap {
        max-height: calc(100vh - 139px);
    }
    .modal-title {
        padding: 10px 45px 15px 15px;
        font-size: 16px;
        min-height: auto;
        line-height: inherit;
    }
    .popup-info h5 {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 0;
        margin-top: 10px;
    }
    .popup-info ul {margin-left: 0;}
    .popup-close {
        top: -60px;
        right: 0;
    }
    .popup-info .popup-close {
        top: 10px;
        right: 10px;
    }

    .popup-text h2 {font-size: 17px;}
    .popup-text h1 {
        margin: 0 0 20px 0;
        font-size: 25px;
    }
}

@media screen and (max-width: 550px) {
    body .universal_popup .body {max-height: calc(100vh - 140px);}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
    position:inherit;
    font-size:50% !important;
    vertical-align: super;
    top:0;
}

@media (max-width: 767px) {
    .text-small {
        padding: 0 0 70px !important;
        font-size:11px;
    }
}

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