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

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

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

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

@font-face {
    font-family: 'Greycliff CF';
    src: url('/fonts/greycliff-cf/GreycliffCF-DemiBold.woff2') format('woff2'),
        url('/fonts/greycliff-cf/GreycliffCF-DemiBold.woff') format('woff');
    font-weight: 600;
    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-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-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-SemiBold.woff2') format('woff2'),
        url('../fonts/Campton-SemiBold.woff') format('woff');
    font-weight: 600;
    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-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-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-ExtraLight.woff2') format('woff2'),
        url('../fonts/Campton-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

:root {
    --greycliff: 'Greycliff CF', sans-serif;
    --campton: 'Campton', sans-serif;
    --color: #093E52;
    --c-akcent: #0a1c2b;
    --c-whiteblue: #64CCC9;
    --c-red: #b32025;
    --c-gold: #CCB179;
    --c-gray: #ededed;
    --c-blue: #609AD9;
    --c-yellow: #FFBE60;
}

body {
    font-family: var(--campton);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

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

a {
    text-decoration: none;
    outline: none;
    user-select: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, 
a:focus {
    outline: none;
    user-select: none;
}

h2.title {
    font-size: 47px;
    line-height: 1.2;
}
h2.title span {color: var(--c-gold);}

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

sup {font-size: 50%;}

.subtitle {
    font-size: 27px;
    font-weight: 300;
    margin-top: 5px;
}

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

.wrapper {
    overflow-x: hidden;
}

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

.d-none {display: none;}

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

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

/* ------------------ BUTTONS ------------------ */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--c-akcent);
    color: #fff;
    height: 50px;
    padding: 0 28px;
    position: relative;
    font-family: var(--campton);
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    animation: shadow-pulse 3s infinite;
    overflow: hidden;
}
.btn span {
    position: relative;
    z-index: 2;
}
.btn:after {
    content: '';
    display: block;
    background: var(--c-gold);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 1;
    transition: all 0.3s;
}
.btn:hover {color: #fff;}
.btn:hover:after {width: 100%;}

@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-box {
    display: inline-block;
    text-align: center;
}
.btn-box p {
    font-size: 17px;
    font-weight: 300;
    margin-top: 15px;
}
.btn-box p strong {font-weight: 500;}

/* ------------------ HEADER ------------------ */
.head-sidebar {
    background: #121628;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #FFFFFF;
}
.head-sidebar strong {font-weight: bold;}
.head-sidebar a {
    text-decoration: none;
    transition: all 0.3s;
    color: #FFFFFF;
    font-weight: bold;
}
.head-sidebar a:hover {opacity: 0.7;}

#header {
    background: #fff; 
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 991;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
}
#header .head-main .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1470px;
}
.head-main {box-shadow: 0 10px 60px rgba(38,45,118,.08);}

.logo {
    float: none;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    line-height: 0;
}

#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: #0a1c2b;
    position: relative;
    padding: 10px 0;
    transition: all 0.3s;
}
#nav a:hover {color: var(--c-red);}

.head-btn {
    height: 44px;
    padding: 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    background: #CCB179;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.head-btn span {
    position: relative;
    z-index: 2;
    top: 1px;
}
.head-btn:after {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #121628;
    width: 0;
    transition: all 0.3s;
}
.head-btn:hover:after {width: 100%;}

@media (max-width: 1600px) {
    #header .head-main .center {max-width: 1250px;}

    #nav {margin-right: 15px;}
    #nav ul li + li {margin-left: 10px;}

    .head-btn {
        height: 40px;
        font-size: 14px;
        margin-right: 0;
    }
}

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

@media (max-width: 1100px) {

    .head-sidebar {font-size: 13px;}

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

@media (max-width: 767px) {
    #header .head-main .center {justify-content: space-between;}
    .logo {margin-left: 0;}

    #header .head-main .center {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .head-sidebar strong {font-weight: bold;}
}

@media (max-width: 500px) {
    .head-btn {
        height: 32px;
        font-size: 13px;
        padding: 0 20px;
        border-radius: 8px;
    }
    .head-btn span {top: 1px;}
}

/* ------------------ HOME ------------------ */
.home {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1920px;
    overflow: hidden;
    margin: 60px auto 0 auto;
}

.home-image {
    position: relative;
}
.home-image .text {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 65px 30px 30px;
    color: #fff;
    text-align: center;
}

.home-image .tag {
    min-height: 75px;
    padding: 0 20px;
    border-radius: 100px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(5px);
    box-shadow: inset 1px 1px 1px rgba(255,255,255,1), inset -1px -1px 1px rgba(255,255,255,1);
    font-size: 30px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
}
.home-image .tag > span {
    position: relative;
    top: 1px;
}
.home-image .tag .new {
    width: 77px;
    height: 30px;
    background: #FEF949;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: -10px;
    margin-top: -10px;
    font-size: 19px;
    font-weight: bold;
    color: #204550;
}
.home-image .tag .new > span {
    line-height: 0;
}
.home-image .tag .new > span > span {
    font-size: 11px;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
.home-image .tag small {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.home-image .tag.first {
    left: 190px;
    margin-top: -100px;
}
.home-image .tag.second {
    right: 120px;
}

.home-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-image .text p {
    font-size: 21px;
    font-weight: 500;
}
.home-image .text h1 {
    font-size: 53px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
}

.home-content {
    position: relative;
    padding: 35px;
    display: flex;
    flex-direction: column;
}
.home-content .text {
    padding: 40px 0 0px 70px;
    margin-top: auto;
    margin-bottom: auto;
}
.home-content .subtitle {
    font-size: 20px;
    font-weight: normal;
}
.home-content h2.title {
    font-size: 43px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-content .paragraf {
    font-size: 18px;
    font-weight: normal;
    max-width: 530px;
}
.home-content .paragraf b {font-weight: 500;}
.home-content .paragraf + .paragraf {margin-top: 15px;}

.home-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin: 20px 0 30px 0;
    max-width: 500px;
}
.home-content ul li {
    display: flex;
    align-items: start;
    gap: 0 15px;
    font-size: 18px;
    font-weight: normal;
}
.home-content ul li svg {
    width: 18px;
    height: 12px;
    flex-shrink: 0;
    position: relative;
    top: 5px;
}

.home-content .btn {
    min-width: 270px;
    margin-bottom: 20px;
} 

.home-content .lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.rating {
    display: flex;
    align-items: center;
}
.rating .stars {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.rating .stars svg {
    width: 16px;
    height: 16px;
}
.rating .stars svg + svg {margin-left: 3px;}
.rating span {
    font-size: 15px;
    position: relative;
    top: 2px;
}

.logos {
    display: flex;
    align-items: center;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
    margin-top: 30px;
}
.logos .list {
    display: flex;
    align-items: center;
    gap: 0 30px;
    animation: spin 30s infinite linear;
    padding-right: 30px;
    opacity: 0.4;
}
.logos .list .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.img-maxim {max-width: 120px;}
.img-lilly {max-width: 73px;}
.img-fda {max-width: 64px;}
.img-legitscript {max-width: 105px;}
.img-pfizerr {max-width: 68px;}
.img-menshealth {max-width: 117px;}
.img-trustpilot {max-width: 105px;}
.img-webmd {max-width: 96px;}

@media (max-width: 1600px) {
    .home-image .text p {font-size: 16px;}
    .home-image .text h1 {font-size: 45px;}
    .home-content .text {
        padding: 20px 50px;
        zoom: 0.9;
    }
    .logos .list .item img {zoom: 0.8;}

    .home-image .tag {zoom: 0.8;}
}

@media (max-width: 1400px) {
    .home-image .text {padding-top: 50px;}
    .home-image .text p {font-size: 14px;}
    .home-image .text h1 {font-size: 35px;}

    .home-content {padding: 20px;}
    .home-content .text {
        padding: 15px 20px;
        zoom: 0.75;
    }
    .home-content h2.title {font-size: 40px;}

    .logos .list {
        gap: 0 15px;
        padding-right: 15px;
    }
    .logos .list .item img {zoom: 0.7;}

    .home-image .tag {zoom: 0.7;}
}

@media (max-width: 1200px) {
    .home-image .tag {zoom: 0.6;}
}

@media (max-width: 991px) {
    .home {
        grid-template-columns: 100%;
        margin-top: 50px;
    }
    .home-image .text p {font-size: 20px;}
    .home-image .text h1 {font-size: 45px;}

    .home-content {padding: 50px;}
    .home-content .text {
        padding: 0;
        zoom: 1;
        text-align: center;
    }
    .home-content ul {
        margin: 15px auto 30px auto;
        max-width: 475px;
        text-align: left;
    }

    .home-content .paragraf {
        margin-left: auto;
        margin-right: auto;
    }

     .home-content .rating {justify-content: center;}

    .home-image .tag {zoom: 0.8;}
}

@media (max-width: 767px) {
    .home {margin-top: 60px;}
    .home-image .text h1 {font-size: 8.5vw;}
    .home-image .text h1 br{display:none;}
    .home-content {padding: 35px 15px;}
    .home-content h2.title {font-size: 6.5vw;}
    .home-content .lines {right: -100px;}

    .home-image .tag.first {
        margin-top: 30px;
        left: 50px;
    }
    .home-image .tag.second {
        margin-top: 75px;
        right: 50px;
    }
}

@media (max-width: 500px) {
    .home-image img {
        content: url(../img/home/bg-mob.webp?1);
    }
    .home-image .text {padding: 40px 15px;}
    .home-image .text p {font-size: 4.3vw;}
    .home-image .text h1 {
        font-size: 9.5vw;
        line-height: 1.1;
        margin-top: 10px;
    }
    .home-image .text h1 br {display: block;}

    .home-content .text {
        text-align: left;
        padding-bottom: 30px;
    }
    .home-content .subtitle {
        font-size: 3.6vw;
        margin-top: 0;
    }
    .home-content h2.title {
        font-size: 8.2vw;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .home-content ul {
        margin: 20px auto 30px auto;
        max-width: inherit;
    }
    .home-content ul li {
        gap: 0 6px;
        font-size: 3.5vw;
    }
    .home-content ul li svg {zoom: 0.9;}
    .home-content ul li br {display: none;}
    .home-content .btn {
        max-width: 450px;
        width: 100%;
        height: 55px;
    }

    .home-content .paragraf {font-size: 4vw;}

    .home-content .rating span {
        top: 1px;
        font-size: 13px;
    }
    .rating .stars {
        margin-right: 9px;
        zoom: 0.8;
    }

    .home-content {
        padding: 35px 15px 0 15px;
    }
    .home-content .lines {
        right: -150px;
        top: 0;
        bottom: inherit;
    }

    .home-image .tag {zoom: 0.6;}
    .home-image .tag.first {
        margin-top: -40px;
        left: 30px;
        padding: 0 30px;
    }
    .home-image .tag.second {
        margin-top: 0;
        right: 30px;
        top: initial;
        bottom: 120px;
    }

    .logos {
        mask-image: none;
        margin-top: 0;
        background: #fff;
        padding: 40px 0;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 413px) {
    .home-content .lines {top: -15px;}
}

/* ------------------ NEXT ------------------ */
.next {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.next .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.next.c-gray {background: #F7F7F7;}
.next .icon-svg,
.next .ic-crown {
    display: inline-block;
    width: 100px;
    height: 75px;
    margin-bottom: 40px;
}

.next .dots {
    width: 300px;
    height: 300px;
    position: absolute;
}
.next.next-1 .dots {top: 50px; left: 75px;}
.next.next-2 .dots {top: 0; right: 60px;}
.next.next-3 .dots {top: 65px; left: 75px;}
.next.next-4 .dots {top: 0; right: 60px;}
.next.next-5 .dots {top: 65px; left: 75px;}

.steps {
    display: inline-flex;
    margin-bottom: 35px;
    background: #e8e8e8;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
.steps li {
    width: 45px;
    height: 30px;
    border-radius: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 15px;
    position: relative;
}
.steps li.active {
    background: var(--c-gold);
    color: #fff;
}
.steps li span {
    position: relative;
    top: 1px;
}

.next h2.title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 35px;
}

.next .links {
    display: flex;
    flex-direction: column;
}
.next .links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background: var(--c-akcent);
    font-weight: var(--greycliff);
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 0 55px;
    outline: none;
    user-select: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.next .links a:active, 
.next .links a:focus {
    outline: none;
    user-select: none;
}
.next .links a span {
    position: relative;
    z-index: 2;
}
.next .links a + a {margin-top: 9px;}
.next .links a:after {
    content: '';
    display: block;
    background: var(--c-gold);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    z-index: 1;
    transition: all 0.3s;
}
.next .links a:hover:after,
.next .links a.active:after {width: 100%;}

.next-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    align-items: stretch;
    height: auto;
}
.next-home .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -100px;
}
.next-home .image {
    position: relative;
    background: url(../img/bg_blue.png?1) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding: 50px 15px 30px 15px;
}
.next-home .image img {
    max-width: 600px;
    width: 100%;
}
.next-home .descr {
    text-align: center;
    color: #fff;
}
.next-home .descr h2 {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px;
}
.next-home .descr p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.next-home .content {
    padding: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
}

.next-home .lines {
    position: absolute;
    top: 0;
    right: 0;
    left: -120px;
    bottom: 0;
    display: flex;
    justify-content: end;
}
.next-home .lines .icon-svg {
    width: inherit;
    height: inherit;
    margin-bottom: 0;
    display: block;
}

.next-1 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -258px;
    left: -100px;
}

.next-2 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -170px;
    right: -100px;
}
.next-2 .steps {margin-bottom: 40px;}
.next-2 h2.title {margin-bottom: 35px;}

.next-3 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -307px;
    left: 0;
}

.next-4 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -259px;
    right: 0;
}

.next-5 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -307px;
    left: 0;
}

.next-6 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -259px;
    right: 0;
}

.next-7 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -307px;
    left: 0;
}

.next-8 .anim-dot {
    width: 266px;
    height: 272px;
    position: absolute;
    top: -259px;
    right: 0;
}


.next .custom-select {
    border: 1px solid #0A1C2B;
    width: 280px;
    height: 48px;
    border-radius: 40px;
    background: #fff url(../img/arr.svg) no-repeat right 25px center;
    font-size: 18px;

    cursor: pointer;
    padding: 0 25px;
    outline: none;
    user-select: none;
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.next .custom-select .selected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.next .custom-select .drop {
    background: #fff;
    margin-top: 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.next .custom-select .drop .inner::scrollbar {width: 5px;}
.next .custom-select .drop .inner::scrollbar-track {width: 5px;}
.next .custom-select .drop .inner::scrollbar-thumb {
    width: 5px;
    background: #000;
}
.next .custom-select .drop .inner::-webkit-scrollbar {width: 5px;}
.next .custom-select .drop .inner::-webkit-scrollbar-track {width: 5px;}
.next .custom-select .drop .inner::-webkit-scrollbar-thumb {
    width: 5px;
    background: #000;
}
.next .custom-select .drop .option {
    padding: 5px 0;
}
.next .custom-select .drop .option:hover {
    background: var(--color);
    color: #fff;
}

.next.finish {
    height: auto !important;
    min-height: 550px;
}
.next.finish .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    text-align: center;
}
.next.finish .bg .icon-svg {
    width: auto;
    height: auto;
    margin-bottom: 0;
}
.next.finish h2.title, 
.next.finish h3.title-1 {
    margin-bottom: 25px;
}
.next.finish h3.title-1 {
    font-size: 19px;
    font-weight: 600;
}
.gold {
    color:#ccb179 !important
}

@media (max-width: 1500px) {
    .next .icon-svg,
    .next .ic-crown {
        width: 85px;
        height: 60px;
        margin-bottom: 30px;
    }
    .next h2.title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .next .links a {
        height: 45px;
        font-size: 15px;
        padding: 0 25px;
    }

    .steps {margin-bottom: 30px;}
    .steps li {font-size: 11px;}
    .next-home .lines {left: -250px;}
    .next-home .image img {max-width: 400px;}
}

@media (max-width: 1300px) {
    .next .center {position: static;}
    .next-home .lines {left: -280px;}
    .next .dots {
        width: 200px;
        height: 200px;
    }
    .next.next-1 .dots {top: 20px; left: 20px;}
    .next.next-2 .dots {top: 0; right: 20px;}
    .next.next-3 .dots {top: 20px; left: 20px;}
    .next.next-4 .dots {top: 0; right: 20px;}
    .next.next-5 .dots {top: 20px; left: 20px;}

    .next.finish .bg {
        right: -150px;
        left: -150px;
    }
}

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

    .next-home .inner {top: 0;}
    .next-home .descr h2 {font-size: 35px;}
    .next-home .descr p {font-size: 13px;}
    .next-home .lines {left: -350px;}

    .next.finish .bg {
        right: -200px;
        left: -200px;
    }
}

@media (max-width: 767px) {
    .next-home {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .next,
    .next-home .content {
        min-height: auto;
        height: auto !important;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .next-home .image {min-height: 550px;}
    .next h2.title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .next .icon-svg,
    .next .ic-crown {
        width: 60px;
        height: 40px;
        margin-bottom: 20px;
    }

    .steps {margin-bottom: 20px;}

    .next .links {
        width: 100%;
        padding: 0 20px;
    }
    .next .links a {height: 48px;}
    .next .links a + a {margin-top: 17px;}

    .next-home {grid-template-columns: 1fr;}
    .next-home .image > img {position: static;}

    .next .dots {display: none;}

    .next.finish {min-height: 500px;}
    .next.finish .bg {
        right: -200px;
        left: -200px;
    }
}

@media (max-width: 500px) {
    .next-home .descr h2 {font-size: 32px;}
    .next-home .descr p {font-size: 3vw;}
    .next-home .image {
        padding-top: 20px;
        min-height: auto;
        padding-bottom: 10px;
    }
    .next-home .image img {
        margin-top: 0;
        max-width: 310px;
    }

    .next.finish {min-height: 370px;}
    .next.finish h2.title {font-size: 22px;}
    .next.finish h3.title-1 {font-size: 15px;}
}

@media (max-width: 413px) {
    .next.finish .bg {
        right: 0;
        left: 0;
    }
}

@media (max-width: 413px) {
    .next h2.title {font-size: 22px;}
    .next .links a {padding: 0 15px;}
}

sup {
    font-size: 50%;
}
/* ------------------ INFO ------------------ */
.info {
    padding: 70px 0 120px;
    position: relative;
}
.info .logo {margin-bottom: 50px;}
.info .dots {
    width: 216px;
    height: 221px;
    position: absolute;
    top: -200px;
    right: -100px;
}
.info.c-gray {background: #F7F7F7;}
.info .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 77px;
    position: relative;
}
.info-left h2 {
    font-weight: 600;
    font-size: 43px;
    line-height: 1.1;
    -webkit-font-smoothing: auto;
}
.info-left p {
    font-weight: 500;
    margin-top: 15px;
}
.info-left a {
    color: var(--color);
    font-size: 14px;
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
}
.info-left a:hover {text-decoration: none;}

.info-right {display: flex;}
.info-2 .info-right {flex-direction: column;} 
.info-right ul {
    list-style: none;
    font-size: 21px;
}
.info-right ul li {
    display: flex;
    align-items: flex-start;
}
.info-right ul li + li {margin-top: 10px;}
.info-right ul li svg {
    width: 20px;
    min-width: 20px;
    height: 16px;
    margin-right: 11px;
    position: relative;
    top: 3px;
}

.info-right ul + .btn {margin-top: 50px;}
.info-right ul + .btn + .rating {margin-top: 14px;}

.rating {
    display: flex;
    align-items: center;
}
.rating .stars {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.rating .stars svg {
    width: 19px;
    height: 19px;
}
.rating .stars svg + svg {margin-left: 4px;}
.rating span {
    font-size: 17px;
    position: relative;
    top: 1px;
}

.info-right .rating {justify-content: center;}

.info-1 .btn {
    width: 325px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.info-2 {padding: 75px 0 80px 0;}
.info-2 .anim-dot {
    width: 280px;
    height: 282px;
    position: absolute;
    top: -150px;
    right: -100px;
}
.info-2 h2 {
    font-size: 50px;
    line-height: 1.2;
    margin-top: 19px;
}
.info-2 .info-right ul + .btn {margin-top: 30px;}
.info-2 .btn {width: 225px;}

.info-3 {padding: 65px 0 85px 0}
.info-3 h2 {
    font-size: 55px;
    line-height: 1.4;
}

@media (max-width: 1500px) {
    .info {padding: 40px 0 70px;}
    .info .dots {
        right: -200px;
        top: -130px;
    }
    .info-left h2 {font-size: 30px;}
    .info-left p {font-size: 15px;}
    .info-right ul {font-size: 16px;}
    .info-right ul li svg {
        width: 15px;
        min-width: 15px;
        height: 11px;
        margin-right: 9px;
        top: 6px;
    }
    .info-right ul + .btn {margin-top: 25px;}
    .info-1 .btn {width: 250px;}

    .rating .stars {margin-right: 6px;}
    .rating .stars svg {
        width: 14px;
        height: 15px;
    }
    .rating span {font-size: 13px;}

    .info-2 {padding: 60px 0 70px 0;}

    .info-2 .anim-dot {
        top: -120px;
        width: 265px;
        height: 265px;
    }
}

@media (max-width: 1300px) {
    .info .center {position: static;}
    .info .dots {
        width: 170px;
        height: 170px;
        right: 0;
        top: -120px;
    }
}

@media (max-width: 991px) {
    .info .dots {
        width: 135px;
        height: 135px;
    }

    .info {padding: 25px 0 50px;}
    .info .center {grid-gap: 30px;}
    .info-left h2 {font-size: 20px;}
    .info-left p {font-size: 13px;}
    .info-right ul br {display: none;}

    .info-2 {padding: 50px 0 50px 0;}
}

@media (max-width: 767px) {
    .info {padding: 25px 0 40px;}
    .info .dots {
        top: -35px;
        right: 0px;
    }
    .info .center {grid-template-columns: 1fr;}
    .info-left h2 {
        font-size: 30px;
        line-height: 1.2;
    }
    .info-left p {font-size: 19px;}
    .info-right {
        display: flex;
        flex-direction: column;
    } 
    .info-right ul li + li {margin-top: 10px;}
    .info-right ul li svg {
        width: 14px;
        min-width: 14px;
        height: 11px;
        margin-right: 7px;
        top: 6px;
    }
    .info-right ul + .btn {margin-top: 35px;}
    .info-right ul br {display: block;}

    .info-1 .btn {width: 100%;}

    .rating {justify-content: center;}
    .rating .stars svg {
        width: 20px;
        height: 20px;
    }
    .rating span {font-size: 18px;}

    .info-right ul + .btn + .rating {margin-top: 20px;}

    .info-2 .anim-dot {
        width: 170px;
        height: 170px;
        top: -119px;
        right: -30px;
    }

    .info-2 {padding: 60px 0 78px 0;}
    .info-2 .rating {justify-content: flex-start;}
    .info-2 .info-left h2 {font-size: 37px;}
    .info-2 .btn {
        width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .info-2 .info-right ul + .btn {margin-top: 40px;}

    .info-3 {padding: 45px 0 65px 0;}
}

@media (max-width:500px){
    .info-left h2 { font-size: 30px;margin-bottom:10px;}
}
@media (max-width:444px){
    .info-left h2 { font-size: 8.5vw;}
}
@media (max-width: 413px) {
    .info-left p {font-size: 16px;}
    .info-2 .info-left h2 {font-size: 31px;}

    .rating .stars svg {
        width: 17px;
        height: 17px;
    }
    .rating span {font-size: 16px;}
}

/* ------------------ SPLIDE ONE ------------------ */
.splide-one {
    padding-bottom: 100px;
    pointer-events: none;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}
.splide-one .image {
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}
.splide-one .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.splide__pagination li {display: none;}

@media (max-width: 1500px) {
    .splide-one {padding-bottom: 70px;}
}

@media (max-width: 991px) {
    .splide-one {padding-bottom: 50px;}
}

@media (max-width: 767px) {
    .splide-one {padding-bottom: 55px;}
}

.greyDisclosure {
    width: 420px;
    display: block;
    color: #6f6f6f;
    margin: 30px 0 0;
    font-size: 11.5px;
}

@media (max-width: 1500px) {
    .greyDisclosure {
        width: 320px;
    }
}

@media (max-width: 768px) {
    .greyDisclosure {
        width: 100%;
        margin: 30px auto 0;
        text-align: center;
        font-size: 13px;
    }
}

.imp{
    margin:20px auto 0;
    text-align:center;
    color:inherit;
    color: var(--color);
    font-size: 14px;
    text-decoration: underline;
}

.imp a {
    color:#091938;
}

/* ------------------ FOOTER ------------------ */
.footer {
    background: #1a274b;
    margin-top: -1px;
    position: relative;
    z-index: 3;
}
.footer .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
}

.footer-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #3e4f7d;
    font-size: 16px;
    color: #fff;
}
.footer-copy .copy {position:  relative;}
.footer-copy .copy small {
    white-space: nowrap;
}
.footer-copy p {margin-right: auto;}
.footer-copy a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.footer-copy a:hover {text-decoration: underline;}
.footer-copy span {
    display: inline-block;
    padding: 0 17px;
    vertical-align: middle;
}
.footer-copy .legitscript {
    display: block;
    line-height: 0;
    margin-left: 30px;
}

.footer-copy .center.second {flex-direction: column;}
.footer-copy .center.second p + p {margin-top: 15px;}

@media screen and (max-width: 1300px) {
    .footer-copy {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }
    .footer-copy .legitscript {
        margin-left: 20px;
        max-width: 120px;
    }
}

@media screen and (max-width: 750px) {
    .footer {padding: 30px 0 30px 0;}
    .footer-copy .copy {min-width: 100%;}
    .footer-copy {
        position: relative;
        text-align: center;
        border-top: none;
        min-width: 100%;
        padding: 15px 0 0;
    }
    .footer-copy:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
        background: #3e4f7d;
        height: 1px;
    }
    .footer .center {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-copy span {padding: 0 5px;}
    .footer-copy p {
        text-align: center;
        min-width: 100%;
        margin-bottom: 15px;
    }
    .footer-copy .legitscript {
        margin-left: 0;
        max-width: 100px;
        order: -1;
        margin-left: auto !important;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .footer-copy a {margin-left: 0 !important;}
    .footer-copy:before {display: none;}
    .footer-copy .copy small {
        left: 0;
        right: 0;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .footer-copy.first a {font-size: 2.9vw;}
}
 
/* ANIMATION
-------------------------------------- */
.animated {
    opacity: 0;
    transition: opacity 500ms;
}

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

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

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