@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.2;
    font-weight: 400;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    color: #091938;
}

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

.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: 1500px) {
    body {font-size: 14px;}
    .center {max-width: 1000px;}
}
@media (max-width: 991px) {
    body {font-size: 15px;}
}

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

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

@media (max-width: 413px) {
    body {font-size: 15px;}
}

/* ------------------ BUTTONS ------------------ */
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--c-akcent);
    color: #fff;
    height: 55px;
    padding: 0 28px;
    position: relative;
    font-family: var(--campton);
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    font-size: 19px;
    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;}

.btn-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 99;
    padding: 10px;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0,0,0,.1);
    visibility: hidden;
    transition: all 0.3s;
    display: none;
}
.btn-fix.show {
    visibility: visible;
    bottom: 0;
}
.btn-fix .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #25F097;
    color: var(--color);
    padding: 12px 10px 14px 10px;
    animation: shadow-pulse 3s infinite;
    border-radius: 16px;
}
.btn-fix .inner strong {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
}
.btn-fix .inner span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .btn-fix {
        display: block;
        bottom: 0;
        visibility: visible;
    }
}

/* ------------------ ICONS ------------------ */
[data-src="crown"] {
    display: inline-block;
    width: 100px;
    height: 72px;
    line-height: 0;
}
.ic-crown {
    display: inline-block;
    width: 100px;
    height: 72px;
}

@media (max-width: 991px) {
    [data-src="crown"],
    .ic-crown {
        width: 80px;
        height: 55px;
    }
}

@media (max-width: 767px) {
    [data-src="crown"],
    .ic-crown {
        width: 75px;
        height: 55px;
    }
}

/* ------------------ 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;
}
#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;
    margin-right: -50px;
}
.head-btn span {
    position: relative;
    z-index: 2;
}
.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;
        padding: 0 15px;
        font-size: 14px;
        margin-right: 0;
    }
}

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

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

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

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

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

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

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

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

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

/* ------------------ NEXT ------------------ */
.next {
    height: 100vh;
    min-height: 550px;
    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-2 .dots {top: 50px; left: 75px;}
.next.next-3 .dots {top: 0; right: 60px;}
.next.next-4 .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;}
.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-2 .dots {top: 20px; left: 20px;}
    .next.next-3 .dots {top: 0; right: 20px;}
    .next.next-4 .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;}
}

/* ------------------ 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;}
}
@media (max-width:444px){
    .info-left h2 { font-size: 25px;}
}
@media (max-width: 413px) {
    .info-left h2 {font-size: 22px;}
    .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;
}
.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;}
}

/* ------------------ STEPS ------------------ */
.how-it-works {
    padding: 0 0 20px 0;
    color: #0A1C2B;
    position: relative;
}
.how-it-works .icon-svg {
    width: 50px;
    height: 50px;
}
.how-it-works:after {
    content: '';
    display: block;
    position: absolute;
    top: 280px;
    left: 0;
    right: 0;
    height: 320px;
    z-index: -1;
    background: url(../webp/bg-dots.webp) no-repeat center;
}
.how-it-works .lines {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -625px;
    background: url(../webp/bg-steps.svg) no-repeat center;
    width: 1920px;
    height: 2583px;
    z-index: -2;
}
.how-it-works .lines:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(0deg, transparent, #fff);
}

.how-it-works .before-subtitle {
    color: #0A1C2B;
    font-size: 17px;
    margin-top: 7px;
}
.how-it-works h2 {
    font-size: 70px;
    font-weight: 600;
    margin-top: 20px;
}

.how-it-works .splide {
    margin-top: 25px;
    visibility: visible;
}
.how-it-works .splide:not(.is-active) ul {
    display: flex !important;
    justify-content: center;
    gap: 95px;
}

.how-it-works .inner {padding: 10px 10px 0 10px;}
.how-it-works .inner .image {
    min-height: 278px;
    display: flex;
    margin-bottom: 25px;
    border-radius: 11px;
    overflow: hidden;
    justify-content: center;
    transition: all 0.3s;
}
.how-it-works .inner .image img {
    object-fit: cover;
    object-position: center;
}
.how-it-works .inner:hover .image {transform: scale(1.02);}
.how-it-works .inner h5 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: auto;
    font-smoothing: auto;
}
.how-it-works .inner p {
    font-size: 19px;
    line-height: 1.3;
    text-align: center;
}

@media (max-width: 1600px) {
    .how-it-works:after {
        top: 230px;
        height: 235px;
        background-size: auto 235px;
    }
    .how-it-works .lines {
        top: 0;
        right: 0;
        margin-top: -400px;
        background-size: 1600px;
        width: 1600px;
        height: 2000px;
    }
    .how-it-works .before-subtitle {
        font-size: 13px;
        letter-spacing: 0;
        margin-top: 5px;
    }
    .how-it-works h2 {
        font-size: 50px;
        font-weight: 600;
        margin-top: 15px;
    }

    .how-it-works .splide:not(.is-active) ul {gap: 65px;}
    .how-it-works .inner .image {
        min-height: inherit;
        height: 200px;
    }
    .how-it-works .inner h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .how-it-works .inner p {
        font-size: 14px;
        line-height: 1.3;
    }
}

@media (max-width: 1200px) {
    .how-it-works .lines {
        margin-top: -200px;
        background-size: 1350px;
        width: 1350px;
        height: 1500px;
    }
    .how-it-works h2 {font-size: 40px;}
    .how-it-works .center {max-width: 750px;}
    .how-it-works .splide:not(.is-active) ul {gap: 25px;}
    .how-it-works .inner .image {height: 150px;}
    .how-it-works .inner h5 {font-size: 14px;}
    .how-it-works .inner p {font-size: 13px;}
}

@media (max-width: 991px) {
    .how-it-works .lines {
        margin-top: -150px;
        background-size: 991px;
        width: 991px;
        height: 1000px;
    }
}

@media (max-width: 760px) {
    .how-it-works h2 {font-size: 35px;}
    .how-it-works .inner .image {height: 350px;}
    .how-it-works .inner h5 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .how-it-works .inner p {font-size: 17px;}

    .splide__pagination {
        bottom: 0;
        padding: 0;
        margin-bottom: -35px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .splide__pagination li {line-height: 0;}
    .splide__pagination button {
        background: #0A1C2B;
        opacity: 1;
        margin: 0;
        width: 10px;
        height: 10px;
        transform: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .splide__pagination button:after {
        content: '';
        width: 5px;
        height: 5px;
        background: #0A1C2B;
        border-radius: 50%;
        display: block;
        transition: all 0.3s;
        transform: scale(0);
    }
    .splide__pagination button.is-active {
        background: rgba(10,28,43,.21);
    }
    .splide__pagination button.is-active:after {transform: scale(1);}
}

@media (max-width: 500px) {
    .how-it-works .lines {
        width: 450px;
        height: 1011px;
        right: inherit;
        left: 0;
        background: url(../webp/bg-steps-mob.svg) no-repeat center;
        margin-top: -365px;
        background-size: 450px;
    }
    .how-it-works:after {display: none;}
    .how-it-works {padding: 0;}
    .how-it-works .inner .image {
        height: inherit;
        width: 100%;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .how-it-works .inner .image img {width: 100%;}
    .how-it-works .inner h5 {margin-bottom: 10px;}
    .how-it-works .inner p {font-size: 20px;}
}

@media (max-width: 413px) {
    .how-it-works .lines {margin-top: -425px;}
    .how-it-works h2 {font-size: 30px;}
    .how-it-works .inner p {font-size: 16px;}
}

/* ------------------ REVIEWS SLIDER ------------------ */
.reviews-slider .splide__track {padding: 80px 0 80px 0;}
.reviews-slider .inner {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0 10px 60px rgba(38,45,118,.08);
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.reviews-slider .star {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.reviews-slider p {
    font-size: 13px;
    line-height: 1.5;
    font-family: var(--campton);
}
.reviews-slider p strong {font-weight: 600;}
.reviews-slider .inner > p {margin-bottom: 10px;}
.reviews-slider .foot {
    margin-top: auto;
    font-size: 11px;
    font-family: var(--campton);
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.reviews-slider .foot p:last-child {color: rgba(9,62,82,.52);}

@media (max-width: 1600px) {
    .reviews-slider .splide__track {padding: 60px 0 60px 0;}
    .reviews-slider .inner {padding: 18px;}
    .reviews-slider .star {margin-bottom: 10px;}
    .reviews-slider .foot {margin-top: auto;}
}

@media (max-width: 1200px) {
    .reviews-slider .splide__track {padding: 50px 0 60px 0;}
}

@media (max-width: 500px) {
    .reviews-slider .inner {padding: 25px;}
    .reviews-slider .star {gap: 3px;}
    .reviews-slider .star svg {
        width: 26px;
        height: 26px;
    }
    .reviews-slider p {font-size: 15px;}
    .reviews-slider .foot {font-size: 13px;}
}

/* ------------------ EFFECTIVE ------------------ */
.effective {padding: 0 0 55px 0;}
.effective .center {
    display: grid;
    grid-template-columns: 1fr 530px;
    gap: 130px;
    margin: 0 auto;
    max-width: 1265px;
    position: relative;
}
.effective .dots {
    width: 230px;
    height: 230px;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 95px;
    margin-top: -30px;
}
.effective h2.title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
}

.effective-content .logo {margin-left: 0;}
.effective-text {
    font-size: 22px;
    color: #0A1C2B;
    margin-top: 90px;
}
.effective-text li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.effective-text li strong {font-weight: 500;}
.effective-text li svg {
    position: relative;
    top: 5px;
}
.effective-text li + li {margin-top: 15px;}
.effective .star-reviews {
    display: flex;
    align-items: center;
    gap: 7px;
}

@media (max-width: 1600px) {
    .effective {padding: 0 0 50px 0;}
    .effective .center {
        grid-template-columns: 1fr 400px;
        gap: 50px;
        max-width: 900px;
    }
    .effective .dots {
        width: 180px;
        height: 180px;
        margin-right: 20px;
    }

    .effective h2.title {
        font-size: 28px;
        margin-top: 12px;
        margin-bottom: 14px;
    }

    .effective-text {
        font-size: 15px;
        margin-top: 65px;
    }
    .effective-text li {gap: 10px;}
    .effective-text li + li {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .effective {padding: 0 0 50px 0;}
    .effective .center {
        grid-template-columns: 1fr 350px;
        gap: 20px;
    }
    .effective-text {
        font-size: 13px;
        margin-top: 52px;
    }
    .effective-text li svg {top: 1px;}
}

@media (max-width: 760px) {
    .effective .center {
        grid-template-columns: 1fr;
        gap: 30px 20px;
    }

    .effective h2.title {font-size: 30px;}

    .effective-text {
        font-size: 16px;
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .effective {position: relative;}
    .effective:after {
        content: '';
        display: block;
        background: url(../webp/bg-effective-mob.svg) no-repeat;
        width: 450px;
        height: 1389px;
        background-size: 450px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        margin-top: -60px;
    }
    .effective h2.title {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .effective-text li svg {
        width: 22px;
        height: 18px;
    }

    .star-reviews {font-size: 15px;}
    .star-reviews svg {
        width: 18px;
        height: 18px;
    }
    .star-reviews p {margin-left: 8px;}
}

@media (max-width: 413px) {
    .effective h2.title {font-size: 22px;}
    .effective-text {font-size: 14px;}
}

/* ------------------ PRODUCT SLIDER ------------------ */
.product-slider {
    position: relative;
    margin-top: -60px;
}
.product-slider:after {
    content: '';
    display: block;
    width: 1920px;
    height: 1599px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -530px;
    background: url(../webp/bg-product-slider.svg) no-repeat;
    z-index: -2;
}
.product-slider-two:after {display: none;}

.product-slider .splide__track {padding: 70px 0 60px 0;}
.product-slider .inner {
    padding: 19px 14px 18px 18px;
    height: 395px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: inherit;
}
.product-slider .inner:after {
    content: '';
    border-radius: 25px;
    color: #151B2F;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0 10px 60px rgba(38,45,118,.08);
}
.product-slider .inner:hover:after {
    transform: scale(1.02);
}

.product-slider .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-slider .head h3 {
    font-size: 31px;
    line-height: 1.1;
    font-weight: 500;
    -webkit-font-smoothing: auto;
    font-smoothing: auto;
}
.product-slider .head h3 span {display: inline-block;}
.product-slider .head h3:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background: url(../webp/product-slider/ic-rx.svg) no-repeat;
    position: relative;
    top: -10px;
    margin-left: 2px;
}
.product-slider .head p {margin-top: 5px;}
.product-slider .head:after {
    content: '';
    display: inline-block;
    width: 62px;
    height: 61px;
    background: url(../webp/product-slider/fda.webp) no-repeat;
    background-size: 62px;
}

.product-slider .tags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 8px;
}
.product-slider .tags li {
    background: var(--c-gray);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    min-height: 29px;
}
.product-slider .tags li svg {
    fill: #151B2F;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.product-slider .name {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}
.product-slider .name .c-blue {
    color: var(--c-blue);
    font-weight: 500;
}
.product-slider .name .c-yellow {
    color: var(--c-yellow);
    font-weight: 500;
}

.product-slider .image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.product-slider .image.img-pfizer {
    margin-top: -38px;
    width: 195px;
}
.product-slider .image.img-100 {
    margin-top: -47px;
    width: 260px;
}
.product-slider .image.img-c20 {
    margin-top: -51px;
    width: 290px;
}
.product-slider .image.img-20 {
    width: 290px;
    margin-top: -50px;
}
.product-slider .image.img-c10 {
    width: 270px;
    margin-top: -38px;
}
.product-slider .image.img-dissolvables {
    width: 230px;
    margin-top: -20px;
}
.product-slider .inner-dissolvables .head:after {display: none;}

.product-slider .inner > .tx-c {margin-top: auto;}

.product-slider .link {
    display: inline-flex;
    justify-content: center;
    border: none;
    align-items: center;
    background: #151B2F;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    min-width: 210px;
    height: 40px;
    cursor: pointer;
    letter-spacing: 1px;
}
.product-slider .link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #b12029;
    transition: all 0.3s;
}
.product-slider .link:hover:after {width: 100%;}
.product-slider .link svg {
    fill: #fff;
    margin-left: 17px;
    width: 10px;
    height: 18px;
    margin-right: -15px;
    transition: all 0.3s;
    top: -2px;
}
.product-slider .link:hover svg {transform: translateX(10px);}
.product-slider .link span,
.product-slider .link svg {
    position: relative;
    z-index: 2;
}

.product-slider .after-text {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

@media (max-width: 1850px) {
    .product-slider .head h3 {font-size: 26px;}
    .product-slider .tags li {font-size: 11px;}
}

@media (max-width: 1600px) {
    .product-slider:after {
        width: 1600px;
        height: 1200px;
        background-size: 1600px;
        margin-top: -450px;
    }
    .product-slider .splide__track {padding: 50px 0 60px 0;}

    .product-slider .inner {height: 345px;}

    .product-slider .head {margin-bottom: 13px;}
    .product-slider .head h3 {font-size: 24px;}
    .product-slider .head h3:after {
        width: 9px;
        height: 11px;
        background-size: 9px 11px;
        top: -7px;
        margin-left: 1px;
    }
    .product-slider .head:after {
        width: 50px;
        height: 50px;
        background-size: 50px;
    }

    .product-slider .tags {gap: 5px;}
    .product-slider .tags li {
        font-size: 10px;
        font-weight: 500;
        min-height: 23px;
    }
    .product-slider .tags li svg {
        padding-left: 0;
        width: 9px;
        height: 6px;
    }

    .product-slider .image.img-pfizer {margin-top: -46px;}
    .product-slider .image.img-100 {margin-top: -55px;}
    .product-slider .image.img-c20 {margin-top: -59px;}
    .product-slider .image.img-20 {margin-top: -59px;}
    .product-slider .image.img-c10 {margin-top: -46px;}

    .product-slider .name {
        font-size: 11px;
        margin-top: 10px;
    }

    .product-slider .link {
        font-size: 15px;
        min-width: 170px;
        height: 35px;
    }
    .product-slider .link svg {
        fill: #fff;
        margin-left: 10px;
        width: 8px;
        height: 14px;
        margin-right: -15px;
        top: -1px;
    }

    .product-slider .after-text {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .product-slider:after {
        width: 1200px;
        height: 1200px;
        background-size: 1200px;
        margin-top: -400px;
    }
    .product-slider .image.img-dissolvables {margin-top: -30px;}
}

@media (max-width: 991px) {
    .product-slider:after {
        width: 991px;
        height: 1000px;
        background-size: 991px;
        margin-top: -270px;
    }
}

@media (max-width: 500px) {
    .product-slider:after {
        width: 500px;
        height: 1011px;
        background: url(../webp/bg-product-slider-mob.svg) no-repeat;
        margin-top: -180px;
        left: inherit;
        right: 0;
        background-size: 500px;
    }
    .product-slider .head {margin-bottom: 18px;}
    .product-slider .head h3 {font-size: 28px;}
    .product-slider .head:after {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }
    .product-slider .inner {
        padding: 19px 14px 15px 18px;
        height: 370px;
    }
    .product-slider .tags li {
        font-size: 12px;
        font-weight: 500;
        min-height: 27px;
    }

    .product-slider .image.img-pfizer {margin-top: -36px;}
    .product-slider .image.img-100 {margin-top: -43px;}
    .product-slider .image.img-c20 {margin-top: -49px;}
    .product-slider .image.img-20 {margin-top: -50px;}
    .product-slider .image.img-c10 {margin-top: -38px;}
    .product-slider .image.img-dissolvables {margin-top: -15px;}

    .product-slider .name {
        font-size: 14px;
        margin-top: 15px;
    }
    .product-slider .link {
        font-size: 18px;
        min-width: 180px;
        height: 38px;
    }
    .product-slider .link svg {
        width: 9px;
        height: 14px;
    }
    .product-slider .after-text {font-size: 13px;}
}

/* ------------------ FAQ ------------------ */
.faq {
    padding-top: 20px;
    padding-bottom: 65px;
    position: relative;
}
.faq .lines {
    content: '';
    display: block;
    width: 1920px;
    height: 2000px;
    background: url(../img/line-2.svg) left bottom;
    position: absolute;
    top: -350px;
    right: 0;
    z-index: -2;
}
.faq .lines:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(0, transparent, #fff);
}
.faq h2.title {
    font-size: 70px;
    line-height: 1.05;
    font-weight: normal;
}
.faq h2.title span {color: var(--c-gold);}
.faq .accordeon {margin-top: 45px;}

.accordeon {list-style: none;}
.btn-accordeon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px;
    font-size: 24px;
    cursor: pointer;
}
.btn-accordeon:hover {color: #4d4d4d;}
.plus {
    width: 16px;
    min-width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.plus:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #cdb179;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    transition: all 0.3s;
}
.plus:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #cdb179;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    transition: all 0.3s;
}
.item-accordeon {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    background: #fff;
}
.item-accordeon + .item-accordeon {margin-top: 23px;}

.item-accordeon.active .btn-accordeon .plus:after {
    transform-origin: center;
    transform: rotate(45deg);
}

.item-accordeon.active .btn-accordeon .plus:before {
    transform-origin: center;
    transform: rotate(45deg);
}
.inner-accordeon {
    padding: 0 23px 35px 23px;
    margin: 0 !important;
}
.inner-accordeon ul {
    list-style: none;
    font-size: 18px;
}
.inner-accordeon p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
}
.inner-accordeon a {
    color: #0F5C78;
    text-decoration: underline;
}
.inner-accordeon a:hover {text-decoration: none;}
.inner-accordeon p + p {margin-top: 20px;}
.inner-accordeon ul strong {font-weight: 600;}
.inner-accordeon ul li + li {margin-top: 35px;}
.inner-accordeon ul li {
    padding-left: 15px;
    position: relative;
}
.inner-accordeon ul li:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
    background: #091938;
}
.content-accordeon {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
} 

@media (max-width: 1600px) { 
    .faq h2.title {font-size: 45px;}
    .btn-accordeon {font-size: 20px;}
}

@media (max-width: 1500px) {
    .btn-accordeon {
        padding: 18px;
        font-size: 20px;
    }
    .item-accordeon + .item-accordeon {margin-top: 15px;}
    .inner-accordeon ul {font-size: 16px;}
    .inner-accordeon ul li + li {margin-top: 20px;}

    .faq .lines {
        width: 1500px;
        height: 1500px;
    }
}

@media (max-width: 1200px) {
    .faq h2.title {font-size: 40px;}
    .faq .center {max-width: 830px;}
}

@media (max-width: 991px) {
    .btn-accordeon {
        padding: 15px;
        font-size: 16px;
    }
    .inner-accordeon {padding: 0 15px 35px 15px;}
    .inner-accordeon p {font-size: 16px;}
}

@media (max-width: 767px) {
    .faq {padding-top: 30px;}
    .faq h2.title {font-size: 35px;}
    .faq .accordeon {margin-top: 30px;}
    .btn-accordeon {
        padding: 15px 18px;
        font-size: 15px;
    }
    .item-accordeon {border-radius: 7px;}
    .inner-accordeon ul li + li {margin-top: 25px;}
    .inner-accordeon ul li,
    .inner-accordeon p {font-size: 15px;}

    .plus {
        width: 13px;
        min-width: 13px;
        height: 13px;
        margin-left:6px;
    }
    div.btn-accordeon > span {
        padding-right:4px;
    }
}

@media (max-width: 550px) {
    .faq .lines-start {
        display: block;
        width: 640px;
        height: 1011px;
        background: url(/assets/home-page-3/img/lines/line-mob-5.svg) no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .faq .lines-start:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 150px;
        background: linear-gradient(0, #fff, transparent);
    }
    .faq .accordeon {margin-top: 20px;}
    .btn-accordeon {
        padding: 15px 13px;
        font-size: 15px;
    }
}

@media (max-width: 414px) {
    .faq h2.title {font-size: 31px;}
    .faq:before {
        width: 414px;
        background-size: 414px;
        top: -270px;
    }
}

/* ------------------ EXPERIENCE ------------------ */
.experience {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.experience .anim-dot {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 2;
}
.experience .center {
    display: flex;
}
/*.experience:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/bg-quick.jpeg) no-repeat center;
    background-size: cover;
}*/

.experience .lines {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
}
.experience .lines .icon-svg {
    display: block;
}

.experience-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: url(../img/bg-online-2.webp?4) no-repeat right bottom;
    background-size: cover;
} 

.experience-content {
    width: 50%;
    margin-left: auto;
    padding: 150px 15px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    color: #091938;
}
.experience-content h2.title {
    color: #091938;
    font-size: 40px;
}
.experience-content h2.title span {color: #D6AD60;}
.experience-content [data-src="crown"] {margin-bottom: 25px;}
.experience-content .rating {
    margin: 19px 0 35px;
    justify-content: center;
}
.experience-content .text {
    font-size: 18px;
    margin-bottom: 35px;
}
.experience-content .btn {
    width: 330px;
    height: 51px;
    background: var(--c-akcent);
    color: #fff;
}
.experience-content .btn:after {background: var(--c-gold);}
.experience-content .btn:hover {color: #fff;}
.experience-content .btn-box p {font-size: 14px;}

@media (max-width: 1800px) {
    .experience .anim-dot {
        width: 200px;
        height: 200px;
        top: 15px;
        right: 10px;
    }
}

@media (max-width: 1500px) {
    .experience-content {padding: 50px 15px 50px;}
    .experience-content .text {font-size: 14px;}
    .experience-content h2.title {font-size: 30px;}
}

@media (max-width: 1300px) {
    .experience .anim-dot {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 991px) {
    .experience:after {width: 100%;}
    .experience .center {flex-direction: column;}
    .experience .anim-dot {
        top: -35px;
        width: 170px;
        height: 170px;
    }

    .experience-background {
        position: relative;
        width: initial;
        height: 500px;
        z-index: 2;
        margin-left: -15px;
        margin-right: -15px;
        order: 1;
    }

    .experience-content {width: 100%;}

    .experience .lines {width: 120%;}
}

@media (min-width:500px) and (max-width: 991px) {
    .experience-background{
        height: 586px;
    }
}
@media (max-width: 767px) {

    .experience-content [data-src="crown"] {
        width: 100px;
        height: 75px;
    }

    .experience .anim-dot {
        width: 140px;
        height: 140px;
        right: 0;
        top: -43px;
    }
    .experience-content .rating {margin: 16px 0 24px;}
    .experience-content {padding: 40px 15px 35px;}

    .experience-background {
        height: auto;
        order: -1;
        background: url(../img/bg-online-2-mob.png) no-repeat right bottom;
        background-size: cover;
    }
    .experience-background img {
        width: 100%;
    }

    .experience .lines {top: inherit;}
}

@media (max-width: 413px) {
    .experience-content .text {font-size: 15px;}
    .experience-content h2.title {font-size: 30px;}
}

@media (max-width: 390px) {
    .experience-content h2.title {font-size: 27px;}
}

/* ------------------ 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: #6676a2;
}
.footer-copy .copy {position:  relative;}
.footer-copy .copy small {
    position: absolute;
    left: 0;
    bottom: 100%;
    white-space: nowrap;
}
.footer-copy p {margin-right: auto;}
.footer-copy a {
    color: #6676a2;
    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;
}

@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 120px 0;}
    .footer-copy .copy {min-width: 100%;}
    .footer-copy {
        position: relative;
        border-top: none;
        min-width: 100%;
        padding: 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;
    }
}

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

.popup .head {
    background: var(--color);
    padding: 30px 30px 30px 30px;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    min-height: 65px;
    margin-right: -2px;
    margin-left: -2px;
}
.popup .head h4 {
    font-size: 44px;
    line-height: 1.2;
}
.popup .head h6 {font-size: 15px;}

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

.popup-important {
    background: #fff;
    max-width: 60%;
    width: 100%;
}
.popup-important .body {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
    font-size: 17px;
    padding-bottom: 150px;
}
.popup-important h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    margin-top: 20px;
}
.popup-important h5 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0;
    margin-top: 20px;
}
.popup-important ul {
    margin-top: 20px;
    margin-left: 25px;
    list-style: none;
}
.popup-important ul li {
    position: relative;
    padding-left: 25px;
}
.popup-important ul li + li {margin-top: 10px;}
.popup-important ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #151a29;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
}
.popup-important p u {text-decoration: underline;}
.popup-important p a,
.popup-important ul a {color: var(--akcent);}
.popup-important p a:hover,
.popup-important ul a:hover {text-decoration: underline;}
.popup-important p {margin-top: 20px;}

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

@media (max-width: 767px) {
    .popup-important {
        max-width: inherit;
        width: inherit;
        top: 30px !important;
        position: fixed;
        bottom: 30px;
        left: 30px;
        right: 30px;
        transform: none;
    }
    .popup .head {
        padding: 10px 30px 15px 30px;
        font-size: 19px;
        min-height: auto;
        line-height: inherit;
    }
    .popup .head h4 {font-size: 24px;}
    .popup .head h6 {
        font-size: 13px;
        margin-top: 15px;
    }

    .popup-important .body {font-size: 15px;}
    .popup-important ul {margin-left: 0;}
    .popup-important ul li {padding-left: 10px;}
    .popup-important ul li:before {
        width: 4px;
        height: 4px;
        margin-top: 9px;
    }
    .popup-important .body h4,
    .popup-important .body h1 {font-size: 20px;}
}

/* PAGE-TRANSITION */
.page-transition {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color:#0a1c2b;
	color: #FFFFFF;
	text-align: center;
	z-index: 999;
	display: none;
    opacity: 0;
}
.page-transition.active {
    display: block;
    animation: opacity 0.5s linear forwards;
}
.page-transition h3.title {
	font-size: 40px;
    font-weight: 600;
    margin: 30px 0 25px 0;
    line-height: 1.2;
    white-space: nowrap;
}
.page-transition h3.title sup {
    font-size: 0.8em;
    position: relative;
    top: 10px;
}
.page-transition  p.subtitle {
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.3;
    white-space: nowrap;
}


.page-transition div {
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

@media screen and (max-width: 991px) {
    .page-transition h3.title {white-space: wrap;}
    .page-transition p.subtitle {white-space: wrap;}
}

@media screen and (max-width: 767px) {
    .page-transition h3.title sup {top: 5px;}
	.page-transition div { width:80%; }
	.page-transition h3.title { font-size: 21px; }
	.page-transition  p.subtitle {
        font-size: 15px;
        font-weight: 600;
    }
	
}
 
/* 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;
    }
}


.popup-important .body{
    padding-bottom: 50px;
}

a.popup-close:not(.btn) {
    position: absolute;
    top: -15px;
    right: -15px;
    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: #061220;
    border-color: #061220;
}
.popup-close svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.imp{
    margin:20px auto 0;
    text-align:center;
    color:inherit;


    color: var(--color);
    font-size: 14px;
    text-decoration: underline;
}
.imp a{
    color:#091938;
}

.center.second small{
    display:block;
    width:50%;
    text-align:left;
}
@media (max-width: 768px) {
    .center.second small{
        width:100%;
        margin:30px auto 0;
    }
}

sup{
    font-size:50%;
}

@media (max-width: 1160px) {
    .next-home .descr p {
        font-size: 1.4vw;
    }
}
@media (max-width: 991px) {
    .next-home .descr p {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .next-home .descr p {font-size: 3.6vw;}
    sup {
        font-size:45% !important;
        top:0 !important;
    }
}

.greyDisclosure{
    width:420px;
    display:block;
    color:#6f6f6f;
    margin:30px 0 0;
}
@media (max-width: 1500px) {
    .greyDisclosure{
        width:320px;
    }
}
@media (max-width: 768px) {
    .greyDisclosure{
        width:100%;
        margin:30px auto 0;
        text-align:center;
    }
}

.footer_legit{
    max-width:80px;
}

.footer * {
    color:white !important;
}
