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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --akcent: #096A8C;
    --color: #474747;
    --greycliff: 'Greycliff CF', sans-serif;
    --quincy: 'Quincy CF', sans-serif;
    --albert-sans: 'Albert Sans', sans-serif;
}

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

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

a:hover {color: #67254B;}

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

sup {
    font-size: 0.65em;
}

h2.title {
    font-family: var(--quincy);
    font-size: 51px;
    font-weight: normal;
    line-height: 1;
}
h2.title span {
    background: linear-gradient(90deg, #EB7ABB -30%, #FFFFFF);
    text-fill-color: transparent;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
h2.title .color {
    color: var(--akcent);
    background: none;
    text-fill-color: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: inherit;
    -webkit-background-clip: inherit;
}

@media (max-width: 1600px) {
    h2.title {font-size: 40px;}
}

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

@media (max-width: 550px) {
    h2.title {font-size: 8.9vw;}
}

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

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

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

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

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

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

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

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

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

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    color: #fff;
    font-family: var(--greycliff);
    font-weight: 500;
    font-size: 16px;
    min-height: 57px;
    border-radius: 30px;
    background: var(--akcent);
    min-width: 212px;
    padding: 0 25px;
    overflow: hidden;
    border: 1px solid transparent;
}
.btn.blue {
    background: transparent;
    border: 1px solid #096A8C;
    background: #096A8C;
    color: #fff;
    font-weight: 500;
}
.btn:hover {
    color: #fff;
    border-color: #62CBC9;
}

.btn.blue:hover {border-color: #0980A9;}
.btn.blue:after {background: #0980A9;}

.btn svg {
    width: 7px;
    height: 10px;
}

.btn span,
.head-btn span,
.btn svg,
.head-btn svg {
    position: relative;
    z-index: 2;
}
.btn svg,
.head-btn svg {
    top: 1px;
}
.btn:after,
.head-btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    background: #62CBC9;
    transition: all 0.3s;
}
.btn:hover:after,
.head-btn:hover:after {width: 100%;}

.btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
}

.btn-text p {
    display: inline-flex;
    align-items: center;
    font-family: var(--greycliff);
    font-size: 14px;
    margin-top: 20px;
    gap: 0 6px;
    margin-left: 10px;
}
.btn-text .dot {
    width: 15px;
    height: 15px;
    background: #00992E;
    border-radius: 50%;
    position: relative;
    top: 0.7px;
}

@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-fix {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 99;
    background: #fff;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    transition: all 0.3s;
    display: none;
    background: rgba(255,255,255,.5);
    backdrop-filter: blur(5px);
}
.btn-fix .btn {
    background: #096A8C;
    border: none;
    color: #fff;
    border-radius: 15px;
    width: 100%;
}
.btn-fix .btn strong {
    position: relative;
    z-index: 3;
}
.btn-fix .btn-text p {justify-content: center;}
.btn-fix .btn-text p {
    margin-top: 9px;
}

@media (max-width: 1600px) {
    .btn {zoom: 0.8;}
    .btn-text p {zoom: 0.8;}
}

@media (max-width: 550px) {
    .btn {
        zoom: 1;
        min-width: 300px;
        min-height: 50px;
    }
    .btn-text {
        width: 100%;
        text-align: center;
    }
    .btn-text p {
        zoom: 1;
        margin-left: 0;
        margin-top: 13px;
    }
    .btn-text .dot {
        width: 11px;
        height: 11px;
    }

    .btn-fix.active {
        display: grid;
        bottom: 0;
        animation: bottomTop 0.5s forwards;
    }

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

.text-small {
    color: #959595;
    text-align: center;
    padding: 50px 0 0;
    font-size: 13px;
}

/* ------------------ HEADER ------------------ */
#header {
    transition: all 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .05);
}
.fixed-header #header {box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .25);}

#header .logo {
    line-height: 0;
    display: inline-block;
}

.head-bar {
    background: #096A8C;
    color: #fff;
}
.head-bar .center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 38px;
    font-size: 16px;
}

.head-main {
    padding: 15px 0;
    background: #fff;
}
.head-main .center {
    display: flex;
    align-items: center;
}

.head-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 12px;
    color: #fff;
    min-height: 43px;
    border-radius: 5px;
    background: var(--akcent);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 204px;
    overflow: hidden;
    margin-left: auto;
}
.head-btn:hover {color: #fff;}
.head-btn svg {
    width: 7px;
    height: 10px;
}

@media (max-width: 1600px) {
    #header .logo {max-width: 120px}
    .head-btn {zoom: 0.9;}
}

@media (max-width: 991px) {
    .head-btn {margin-left: auto;}
    .head-bar .center {
        min-height: 40px;
        font-size: 12px;
    }
}

@media (max-width: 550px) { 
    #header .logo {max-width: 110px;}
    .head-main {padding: 15px 0;}
}

/* ------------------ HOME ------------------ */
.home {
    padding: 45px 0 60px 0;
    position: relative;
    margin-top: 111px;
}
.home .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.home .bg:before {
    content: '';
    display: block;
    position: absolute;
    top: -350px;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    z-index: -1;
    background: radial-gradient(rgba(230,232,251,.2), transparent);
}
.home .center {
    display: grid;
    grid-template-columns: 1fr 515px;
    align-items: start;
    gap: 0 65px;
}

#main-slider .slide {
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    height: 100%;
    max-height: 550px;
}
#main-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#thumbnail-slider {margin-top: 12px;}
#thumbnail-slider .is-active {border-color: transparent;}
#thumbnail-slider .splide__slide {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
#thumbnail-slider .splide__slide:hover {border-color: var(--akcent);}
#thumbnail-slider .slide {
    display: flex;
    height: 100%;
}
#thumbnail-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider {
    position: sticky;
    top: 20px;
    left: 0;
}
.home-slider .slider {position: relative;}
.home-slider .slider .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.home-slider .slider .label {
    background: #CE9AC2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    min-height: 27px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 10px;
}

.home-slider .slider .box {
    position: absolute;
    top: 130px;
    right: 65px;
    background: rgba(255,255,255,.3);
    /*backdrop-filter: blur(3px);   */
    border-radius: 20px;
    padding: 15px 20px 10px 20px;
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.5), inset -1px -1px rgba(255, 255, 255, 0.5);

    animation: cloudFloat 20s ease-in-out infinite;
    transform-origin: center;
}

@keyframes cloudFloat {
    0%   { transform: translate(0, 0); }
    20%  { transform: translate(20px, -10px); }
    40%  { transform: translate(35px, 5px); }
    60%  { transform: translate(15px, 20px); }
    80%  { transform: translate(-10px, 10px); }
    100% { transform: translate(0, 0); }
}

.home-slider .slider .box h5 {
    font-family: var(--albert-sans);
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.5;
}
.home-slider .slider .box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
.home-slider .slider .box p {
    font-size: 16px;
    font-weight: 500;
    color: #050505;
    opacity: 0.75;
}
.home-slider .slider .box small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(9,106,140,.19);
    font-size: 9px;
    font-weight: 500;
    border-radius: 30px;
    min-height: 23px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000;
    padding: 0 10px;
    margin-top: 10px;
}

.home-slider .slider .foot {
    position: absolute;
    left: 17px;
    right: 17px;
    bottom: 15px;
}
.home-slider .slider .title {
    display: inline-flex;
    align-items: center;
    gap: 0 15px;
    background: #f4eae1;
    border-radius: 25px;
    padding: 4px 23px 4px 7px;
    font-size: 14px;
    font-weight: 500;
}
.home-slider .slider .title p {color: #f4eae1;}
.home-slider .slider .title .number {
    min-height: 42px;
    min-width: 53px;
    background: #6d645b;
    border-radius: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f4eae1;
    font-size: 25px;
    font-weight: 500;
}
.home-slider .slider .foot > p {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    margin-top: 15px;
    margin-left: 10px;
    text-align: left;
}

.content-accordeon {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}  

.home-content .group-labels {
    display: flex;
    align-items: center;
    gap: 0 9px;
}
.home-content .group-labels .label {
    min-height: 27px;
    padding: 0 10px;
    border-radius: 30px;
    background: #FFC8F2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.home-content .group-labels .label:nth-child(2) {background: #E0EFF8;}
.home-content .group-labels .label:nth-child(3) {background: #FDEDE3;}
.home-content .group-labels .label:nth-child(4) {background: #bfe6cc;}
.home-content .group-labels .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 3px;
    margin-left: 10px;
}
.home-content .group-labels .stars svg {
    width: 11px;
    height: 11px;
    color: #474747;
}

.home-content h1.title {
    font-size: 28px;
    font-family: var(--quincy);
    font-weight: normal;
    margin-top: 25px;
    line-height: 1.1;
}
.home-content h1.title span {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 10px;
}

.home-content .subtitle {
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
}

.home-content .text {
    font-size: 15px;
    margin-top: 15px;
}

.home-content > small {
    font-size: 15px;
    color: #67254B;
    display: inline-block;
    margin-top: 15px;
}
.home-content > small a {
    color: #67254B;
    text-decoration: underline;
}
.home-content > small a:hover {text-decoration: none;}

.home-content .group {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: start;
    gap: 0 20px;
}
.home-content .group .btn-text {
    text-align: center;
}
.home-content .group .btn-text p {
    font-weight: 500;
    margin-top: 10px;
    margin-left: 0;
}

.rating {
    color: #096A8C;
    text-align: center;
    margin-top: 7px;
}
.rating > p {
    font-size: 7px;
    font-weight: 500;
    margin-top: 5px;
}
.rating > div {
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.rating > div p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-top: 3px;
}
.rating .number {
    font-size: 40px;
    font-weight: 600;
    line-height: 0;
}
.rating .stars {
    display: flex;
    align-items: center;
    gap: 0 2px;
}
.rating .stars div {
    width: 15px;
    height: 15px;
    background: #096A8C;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.rating .stars div svg {
    width: 11px;
    height: 10px;
    color: #fff;
}

.home-product {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 23px;
    padding: 15px;
    margin: 25px 0;
    cursor: pointer;
}
.home-product:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 27px;
    z-index: -1;
    box-shadow: -16px 5px 30px rgba(0,0,0,.05);
    transition: all 0.3s linear;
}
.home-product:hover:after {transform: scale(1.01);}
.home-product .prod {
    border-radius: 14px;
    display: flex;
    overflow: hidden;
    max-width: 180px;
}
.home-product .prod img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-product h3 {
    font-size: 16.5px;
    line-height: 1.2;
    color: #67254B;
    font-family: var(--quincy);
}
.home-product h3 span {
    font-size: 21px;
    color: #262F2E;
}
.home-product p {
    font-size: 14px;
    color: #5F6466;
    margin-top: 8px;
}
.home-product small {
    font-size: 7px;
    color: #5F6466;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.home-product .rx {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C4CACC url(../img/home/ic-rx.svg) no-repeat center;
}

.home-accordeon {margin-top: 20px;}
.home-accordeon .item-accordeon {border-bottom: 1px solid #E3E3E3;}
.home-accordeon .btn-accordeon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 15px;
    cursor: pointer;
}
.home-accordeon .inner {padding-bottom: 15px;}
.home-accordeon ul {margin-top: 15px;}
.home-accordeon ul li + li {margin-top: 5px;}
.home-accordeon .btn-accordeon .ic-plus {
    width: 11px;
    height: 11px;
    position: relative;
}
.home-accordeon .btn-accordeon .ic-plus:after {
    content: '';
    height: 1.5px;
    width: 100%;
    background: var(--akcent);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-accordeon .btn-accordeon .ic-plus:before {
    content: '';
    height: 100%;
    width: 1.5px;
    background: var(--akcent);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.home-accordeon .item-accordeon.active .btn-accordeon .ic-plus:before {display: none;}

.home-target {margin-top: 30px;}
.home-target h2 {
    font-size: 29px;
    font-family: var(--quincy);
}
.home-target > small {
    font-size: 15px;
    color: #67254B;
    display: inline-block;
}
.home-target > small a {color: var(--color);}
.home-target ul {
    margin-top: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 13px;
}
.home-target ul li {
    padding: 12px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 23px;
    font-family: var(--quincy);
    font-weight: 500;
    color: var(--akcent);
    position: relative;
    cursor: pointer;
}
.home-target ul li:after {
    content: '';
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: all 0.3s;
    box-shadow: 0px 0.5px 5px rgba(0,62,82,.03), 0px 4px 4px rgba(0,62,82,.05), 0px 12px 30px rgba(119,119,119,.07);
}
.home-target ul li:hover:after {transform: scale(1.015);}
.home-target ul li:nth-child(2),
.home-target ul li:nth-child(3),
.home-target ul li:nth-child(6),
.home-target ul li:nth-child(7),
.home-target ul li:nth-child(10) {color: rgba(9,106,140,.75);} 

.home-target .ic {line-height: 0;}
.home-target .icon-svg {display: inline-block;}

.ic-clock {
    width: 23px;
    height: 23px;
}
.ic-clock * {fill: var(--akcent) !important;}
.ic-weight {
    width: 23px;
    height: 23px;
}
.ic-weight * {fill: #478fa9 !important;}
.ic-brain {
    width: 33px;
    height: 27px;
}
.ic-brain * {fill: #478fa9 !important;}
.ic-intimacy {
    width: 24px;
    height: 21px;
}
.ic-intimacy * {fill: var(--akcent) !important;}
.ic-mood {
    width: 38px;
    height: 22px;
}
.ic-mood * {fill: var(--akcent) !important;}
.ic-sleep {
    width: 24px;
    height: 24px;
}
.ic-sleep * {fill: #478fa9 !important;}
.ic-heat {
    width: 18px;
    height: 22px;
}
.ic-heat * {fill: #478fa9 !important;}
.ic-period {
    width: 26px;
    height: 26px;
}

.home .foot {margin-top: 40px;}
.home .foot .btn {width: 100%;}
.home .foot .wrap {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    color: #000000;
}
.home .foot .wrap > div {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 18px;
    font-family: var(--quincy);
}
.home .foot .wrap > div:last-child img {margin-right: -7px;}
.home .foot > p {
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
}
.home .foot > p a {text-decoration: underline;}
.home .foot > p a:hover {text-decoration: none;}

@media (max-width: 1600px) {
    .home {margin-top: 106px;}
    .home .center {
        display: grid;
        grid-template-columns: 1fr 440px;
        gap: 0 45px;
    }

    #thumbnail-slider {margin-top: 8px;}
    #thumbnail-slider .splide__slide {border-radius: 15px;}

    .home-slider .slider .box {zoom: 0.8;}
    .home-slider .slider .label {zoom: 0.8;}
    .home-slider .slider .foot {zoom: 0.8;}

    .home-content .group-labels {zoom: 0.8;}
    .home-content h1.title {
        font-size: 23px;
        margin-top: 20px;
    }
    .home-content h1.title span {font-size: 47px;}
    .home-content .subtitle {font-size: 15px;}
    .home-content .text {
        font-size: 14px;
        margin-top: 10px;
    }
    .home-content > small {
        font-size: 14px;
        margin-top: 10px;
    }

    .rating {zoom: 0.85;}

    .home-product {
        margin: 20px 0;
        zoom: 0.85;
    }

    .home-accordeon .btn-accordeon {
        padding: 12px 0;
        font-size: 14px;
    }

    .home-target {margin-top: 20px;}
    .home-target h2 {font-size: 23px;}
    .home-target ul {
        margin-top: 20px;
        zoom: 0.8;
    }

    .home-target > small {font-size: 14px;}

    .home .foot {margin-top: 30px;}
    .home .foot .wrap {margin-top: 20px;}
    .home .foot .wrap > div {font-size: 15px;}
    .home .foot .wrap > div img {zoom: 0.9;}
    .home .foot > p {
        margin-top: 30px;
        font-size: 11px;
    }
}

@media (max-width: 1200px) { 
    .home .center {
        grid-template-columns: 1fr 380px;
        gap: 0 20px;
    }
    .home-content .text br {display: none;}

    .home-product {
        gap: 0 15px;
        padding: 13px;
    }
    .home-product:after {border-radius: 20px;}
    .home-product .prod {
        max-width: 150px;
        border-radius: 10px;
    }
    .home-product p {
        font-size: 13px;
        margin-top: 5px;
    }
    .home-product .rx {zoom: 0.8;}

    .home-target h2 {font-size: 20px;}
    .home .foot .wrap > div {
        font-size: 13px;
        gap: 0 7px;
    }
    .home .foot .wrap > div img {zoom: 0.8;}

    .home-slider .slider .box {
        zoom: 0.7;
        top: 100px;
        right: 35px;
    }
    .home-slider .slider .label {zoom: 0.7;}
    .home-slider .slider .label span {
        position: relative;
        top: -1px;
    }
    .home-slider .slider .foot {zoom: 0.7;}
}

@media (max-width: 991px) { 
    .home {margin-top: 108px;}
    .home .center {
        grid-template-columns: 1fr;
        gap: 30px 20px;
    }
    .home-slider {
        max-width: 600px;
        margin: 0 auto;
        position: static;
    }
    .home-slider .slider .label {zoom: 0.9;}
    .home-slider .slider .box {zoom: 0.9;}
    .home-slider .slider .foot {zoom: 0.9;}

    .home-content {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .home-content .group-labels {zoom: 1;}

    .home-content h1.title {
        font-size: 25px;
        margin-top: 0;
    }
    .home-content h1.title span {font-size: 50px;}
    .home-content .subtitle {font-size: 17px;}
    .home-content .text {font-size: 16px;}

    .home-product {zoom: 1;}
    .home-product .prod {max-width: 180px;}
    .home-product h3 {font-size: 20px;}
    .home-product h3 span {font-size: 25px;}
    .home-product p {
        font-size: 15px;
        margin-top: 10px;
    }
    .home-product .rx {zoom: 1;}

    .home-accordeon .btn-accordeon {
        padding: 15px 0;
        font-size: 16px;
    }

    .home-target ul {zoom: 1;}
    .home-target h2 {font-size: 25px;}

    .home .foot .wrap > div {font-size: 17px;}
    .home .foot .wrap > div img {zoom: 1;}
}

@media (max-width: 550px) {
    .home {
        padding: 30px 0 60px 0;
        margin-top: 108px;
    }
    .home .center {gap: 25px 20px;}
    .home-content .btn {min-width: 200px;}
    .btn-text {width: inherit;}
    .home-content .group-labels {justify-content: space-between;}
    .home-content .group-labels .stars {margin-left: auto;}
    .home-content .group-labels .label {
        min-height: 25px;
        padding: 0 13px;
        zoom: 0.95;
    }

    .home-slider .slider .label,
    .home-slider .slider .title {display: none;}

    .home-target > small {font-size: 4vw;}

    #main-slider .slide {
        border-radius: 15px;
        max-height: 260px;
    }
    .home-slider .slider .box {
        top: 20px;
        right: 15px;
        border-radius: 15px;
        padding: 10px 15px 10px 8px;
    }
    .home-slider .slider .box h5 {font-size: 11.5px;}
    .home-slider .slider .box h4 {
        font-size: 15px;
        margin-top: 5px;
    }
    .home-slider .slider .box p {font-size: 13px;}
    .home-slider .slider .box small {
        font-size: 10px;
        min-height: 20px;
        padding: 0 8px;
    }
    .home-slider .slider .foot > p {
        font-size: 11px;
        text-align: right;
    }

    #thumbnail-slider {margin-top: 15px;}
    #thumbnail-slider .splide__slide {border-radius: 10px;}

    .home-content h1.title {font-size: 7vw;}
    .home-content h1.title span {
        font-size: 10vw;
        display: inline-block;
    }
    .home-content .subtitle {
        font-size: 4vw;
    }
    .home-content .text {
        font-size: 4vw;
        margin-top: 15px;
    }
    .home-content > small {
        font-size: 4vw;
        margin-top: 15px;
    }

    .rating {
        zoom: 0.9;
        margin-top: 8px;
    }

    .home-product {
        gap: 0 13px;
        padding: 11px;
        align-items: stretch;
        min-height: 145px;
        margin: 30px 0 10px 0;
    }
    .home-product:after {border-radius: 18px;}
    .home-product .prod {max-width: 130px;}
    .home-product h3 {
        font-size: 4vw;
        font-family: var(--greycliff);
    }
    .home-product h3 span {
        font-size: 4.1vw;
        font-weight: normal;
    }
    .home-product p {
        font-size: 3vw;
        margin-top: 7px;
    }
    .home-product .rx {
        top: 10px;
        right: 13px;
        zoom: 0.65;
    }
    .home-product small {
        font-size: 9px;
        right: 11px;
        bottom: 11px;
    }

    .home-accordeon .btn-accordeon {font-size: 3.7vw;}
    .home-accordeon .btn-accordeon .ic-plus {
        width: 10px;
        height: 10px;
    }
    .home-accordeon .btn-accordeon .ic-plus:before {width: 1px;}
    .home-accordeon .btn-accordeon .ic-plus:after {height: 1px;}

    .home-target {margin-top: 35px;}
    .home-target h2 {
        font-size: 5vw;
        padding-left: 0;
    }
    .home-target ul {gap: 15px 12px;}
    .home-target ul li {
        border-radius: 8px;
        padding: 10px 12px;
        font-size: 4.2vw;
    }
    .home-target .ic {zoom: 0.85;}

    .home .foot {
        margin-top: 50px;
        text-align: center;
    }
    .home .foot .btn {
        max-width: 330px;
        text-align: center;
    }

    .home .foot .wrap > div {
        font-size: 3.2vw;
        white-space: nowrap;
    }
    .home .foot .wrap > div img {zoom: 0.9;}
    .home .foot .wrap > div:last-child img {margin-right: -8px;}
    .home .foot > p {
        margin-top: 40px;
        font-size: 3vw;
    }
}

@media (max-width: 413px) {
    .home-content .group {gap: 0 10px;}
    .home-content .group-labels {zoom: 0.9;}
    .home-content .btn {min-width: 195px;}

    .rating {zoom: 0.8;}

    .home-product {min-height: 125px;}
    .home-product .prod {max-width: 120px;}
}

/* ------------------ CARE ------------------ */
.care {
    padding: 95px 0 85px 0;
    position: relative;
}

.care-wrap-waves { 
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    max-width: 1920px;
    width: 100%;
    height: 1000px;
    opacity: 0.4;
    overflow: hidden;
    transform: translateX(-50%);
}
@media (min-width: 1921px) {
    .care-wrap-waves .bg-left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 200px;
        background: linear-gradient(90deg, #fff, transparent);
    }
    .care-wrap-waves .bg-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 200px;
        background: linear-gradient(-90deg, #fff, transparent);
    }
}
.care-wrap-waves:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 400px;
    background: linear-gradient(0, #fff, transparent);
}
.care-waves {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
}

.care .subtitle {
    font-size: 25px;
    margin-bottom: 5px;
}

.care .wrap {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 0 120px;
}

.care-images {
    border-radius: 30px;
    display: flex;
    overflow: hidden;
}
.care-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.care-content h2.title {margin-bottom: 40px;}
.care-content .item {
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
    padding: 0 0 5px 25px;
}
.care-content .item + .item {margin-top: 35px;}
.care-content .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    border-radius: 10px;
    background: var(--akcent);
}
.care-content .item h3 {
    font-size: 34px;
    font-family: var(--quincy);
    line-height: 1;
    margin-bottom: 20px;
}
.care-content .item p {
    font-size: 18px;
    margin-bottom: 0;
    animation-delay: 0.3s !important;
}
.care-content .item small {
    font-size: 18px;
    font-weight: 500;
    color: var(--akcent);
    display: inline-block;
    animation-delay: 0.6s !important;
}
.care-content .item .image {
    width: 175px;
    height: 85px;
    border-radius: 15px;
    display: flex;
    overflow: hidden;
}
.care-content .item .image img {
    width: 100%;
    object-fit: cover;
}

.care .text-bottom {
    text-align: center;
    font-size: 44px;
    font-family: var(--quincy);
    padding-top: 85px;
}

.care .small-text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 1600px) {
    .care-wrap-waves {zoom: 0.85;}
    .care {padding: 60px 0 70px 0;}
    .care .subtitle {font-size: 20px;}
    .care .wrap {
        grid-template-columns: 520px 1fr;
        gap: 0 70px;
    }
    .care-content .item {padding: 0 0 10px 22px;}
    .care-content .item:before {width: 5px;}
    .care-content .item h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .care-content .item p {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .care-content .item + .item {margin-top: 30px;}
    .care-content .item small {font-size: 15px;}
    .care .text-bottom {
        font-size: 40px;
        padding-top: 65px;
    }

    .care-images .inner {display: none;}
    .care-images .d-none {display: block !important;}
}

@media (max-width: 1500px) {
    .care-wrap-waves {zoom: 0.85;}
}

@media (max-width: 1200px) {
    .care-wrap-waves {zoom: 0.65;}
    .care {padding: 65px 0 70px 0;}
    .care .subtitle {font-size: 15px;}
    .care .wrap {
        grid-template-columns: 400px 1fr;
        gap: 0 50px;
    }
    .care-content .item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .care-content .item p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .care-content .item + .item {
        margin-top: 20px;
    }
    .care .text-bottom {
        font-size: 30px;
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .care-wrap-waves {zoom: 0.5;}
    .care {padding: 50px 0 50px 0;}
    .care .wrap {
        grid-template-columns: 400px 1fr;
        gap: 0 30px;
    }
    .care-images {
        border-radius: 20px;
        max-width: 500px;
        margin: 0 auto;
    }

    .care-content .item {padding: 0 0 0px 15px;}
    .care-content .item:before {width: 4px;}
    .care-content .item h3 {
        font-size: 20px;
        margin-bottom: 9px;
    }
    .care-content .item p {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .care-content .item p br {display: none;}
    .care .text-bottom {font-size: 25px;}
}

@media (max-width: 767px) {
    .care {overflow: hidden;}
    .care:after {
        content: '';
        display: block;
        background: url(../img/care/bg-waves.webp) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.4;
        animation: zoom 20s linear forwards infinite;
    }

    .care .wrap {
        grid-template-columns: 1fr;
        gap: 50px 30px;
    }
    .care-content .item p br,
    .care-content .item h3 br {display: none;}
    .care .text-bottom {font-size: 19px;}
}

@media (max-width: 550px) {
    .care-waves {
        margin-top: -20px;
        margin-right: -400px;
    }
    .care .subtitle {
        text-align: center;
        margin-bottom: 10px;
    }
    .care h2.title {
        font-size: 7vw;
        text-align: center;
    }
    .care {padding: 50px 0 40px 0;}
    .care .wrap {gap: 40px 30px;}
    .care-content {order: -1;}
    .care .subtitle {font-size: 4.9vw;}
    .care-content .item {padding: 0 0 0px 20px;}
    .care-content .item p br {display: block;}
    .care-content .item h3 {
        font-size: 5.5vw;
        margin-bottom: 15px;
    }
    .care-content .item p {font-size: 3.45vw;}
    .care-content .item p br {display: none;}
    .care-content .item small {font-size: 3.5vw;}
    .care-content .item:before {width: 4px;}
    .care-content .item + .item {margin-top: 25px;}
    .care .text-bottom {
        padding-top: 30px;
        font-size: 5vw;
    }
    .care .btn-text {margin-top: 30px;}
}

/* ------------------ MARQUEE SLIDER ------------------ */
.marquee {
    --gap: 30px;
    display: flex;
    flex-direction: row;
    user-select: none;
    gap: var(--gap);
}
.marquee__group {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-height: auto;
    animation: scroll 150s linear infinite;
}

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

.marquee-slider .image {
    display: flex;
    align-items: center;
    gap: 0 6px;
    color: #757575;
    font-size: 22px;
}

@media (max-width: 1600px) {
    .marquee-slider .image {zoom: 0.8;}
}

/* ------------------ BIOIDENTICAL ------------------ */
.bioidentical {
    background: url(../img/bioidentical/bg-bioidentical.webp) no-repeat top right;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 135px;
}
.bioidentical .labels {
    display: flex;
    align-items: center;
    gap: 0 9px;
}
.bioidentical .labels > div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0 10px;
    min-height: 27px;
    font-size: 12px;
    font-weight: 600;
    background: #E0EFF8;
    color: #474747;
}
.bioidentical .labels > div:nth-child(2) {background: #FDEDE3;}

.bioidentical .title {
    font-size: 46px;
    line-height: 1;
    font-family: var(--quincy);
    font-weight: 500;
    margin-top: 25px;
}

.bioidentical .text {
    font-size: 23px;
    font-weight: 600;
    position: relative;
    padding-left: 13px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.bioidentical .text:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    border-radius: 5px;
    background: #fff;
}
.bioidentical .center > p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}
.bioidentical .center > p b {font-weight: 600;}

@media (max-width: 1600px) {
    .bioidentical {
        padding-top: 60px;
        padding-bottom: 110px;
    }
    .bioidentical .labels {zoom: 0.8;}
    .bioidentical .title {
        font-size: 35px;
        margin-top: 20px;
    }
    .bioidentical .text {
        font-size: 19px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .bioidentical .center > p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .bioidentical {
        text-align: center;
        padding-bottom: 60px;
    }
    .bioidentical .labels {
        zoom: 1;
        justify-content: center;
    }
    .bioidentical .text {
        text-align: left;
        max-width: 435px;
        margin-left: auto;
        margin-right: auto;
        font-size: 17px;
    }
}

@media (max-width: 550px) {
    .bioidentical {
        text-align: left;
        background-position: top left -650px;
    }
    .bioidentical .labels {justify-content: start;}
    .bioidentical .title {
        font-size: 7.4vw;
        margin-top: 25px;
    }
    .bioidentical .text {
        font-size: 4vw;
        margin-top: 25px;
        margin-bottom: 25px;
        max-width: inherit;
    }
    .bioidentical .text:before {width: 3px;}

    .bioidentical .center > p {
        font-size: 3.5vw;
        margin-bottom: 45px;
    }
    .bioidentical .center > p br {display: none;}
    .bioidentical .btn {
        max-width: 190px;
        min-width: inherit;
        width: 100%;
        border: none;
        background: rgba(9, 106, 140, 0.68);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        box-shadow: inset 1px 1px 1px rgba(255, 255, 255, .3), inset -0.5px -0.5px rgba(255, 255, 255, .2) !important;
    }
    .bioidentical .btn:after {
        background: rgba(103, 37, 75, .3);
    }
}

/* ------------------ REASONS ------------------ */
.reasons {
    padding: 95px 0;
    position: relative;
}

.reasons-wrap-waves {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    max-width: 1920px;
    width: 100%;
    height: 1000px;
    opacity: 0.4;
    overflow: hidden;
    transform: translateX(-50%);
}
@media (min-width: 1921px) {
    .reasons-wrap-waves .bg-left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 200px;
        background: linear-gradient(90deg, #fff, transparent);
    }
    .reasons-wrap-waves .bg-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 200px;
        background: linear-gradient(-90deg, #fff, transparent);
    }
}
.reasons-wrap-waves:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 400px;
    background: linear-gradient(0, #fff, transparent);
}
.reasons-waves {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -300px;
}

.reasons .center {
    display: flex;
}
.reasons-image {
    max-width: 475px;
    overflow: hidden;
    display: flex;
    border-radius: 20px;
}
.reasons-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reasons-content {
    padding-left: 30px;
    padding-top: 30px;
}
.reasons-content .subtitle {font-size: 19px;}
.reasons-content h2.title {font-size: 54px;}
.reasons-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px 24px;
    margin-left: -80px;
    margin-top: 40px;
}
.reasons-content ul li {
    position: relative;
    min-height: 235px;
    padding: 34px 15px 34px 27px;
    cursor: pointer;
}
.reasons-content ul li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    background: #fff;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.3s;
    box-shadow: 0px 0.6px 7px rgba(0,0,0,.03), 0px 5px 5px rgba(0,0,0,.05), 0px 16px 38px rgba(0,0,0,.15);
}
.reasons-content ul li:hover:after {transform: scale(1.02);}
.reasons-content ul li small {
    font-size: 17px;
    font-weight: 500;
    color: var(--akcent);
    position: relative;
    z-index: 2;
}
.reasons-content ul li h4 {
    font-size: 28px;
    font-family: var(--quincy);
    font-weight: 500;
    color: var(--akcent);
    position: relative;
    z-index: 2;
}
.reasons-content ul li p {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 7px;
    position: relative;
    z-index: 2;
}

.reasons-content ul li:nth-child(odd) h4,
.reasons-content ul li:nth-child(odd) small {color: rgba(9,106,140,.75);}

@media (max-width: 1600px) {
    .reasons-wrap-waves {zoom: 0.85;}
    .reasons {padding: 70px 0;}
    .reasons-image {
        max-width: 360px;
        border-radius: 15px;
    }
    .reasons-content .subtitle {font-size: 16px;}
    .reasons-content h2.title {font-size: 45px;}
    .reasons-content ul li {
        min-height: 175px;
        padding: 20px 10px 20px 17px;
    }
    .reasons-content ul li small {font-size: 14px;}
    .reasons-content ul li h4 {font-size: 19px;}
    .reasons-content ul li p {
        font-size: 13px;
        margin-top: 5px;
    }
    .reasons-content ul {
        gap: 17px 17px;
        margin-left: -65px;
        margin-top: 30px;
    }
}

@media (max-width: 1500px) {
    .reasons-wrap-waves {zoom: 0.85;}
}

@media (max-width: 1200px) {
    .reasons {padding: 55px 0;}
    .reasons-wrap-waves {zoom: 0.65;}
    .reasons-image {max-width: 300px;}
    .reasons-content ul {margin-top: 20px;}
    .reasons-content ul li p br {display: none;}
    .reasons-content {
        padding-left: 20px;
        padding-top: 0;
    }
    .reasons-content ul li h4 {font-size: 16px;}
    .reasons-content ul li {
        min-height: 160px;
        padding: 15px 10px 15px 15px;
    }
}

@media (max-width: 991px) {
    .reasons-wrap-waves {zoom: 0.5;}
    .reasons-waves {margin-top: -50px;}
    .reasons .center {flex-direction: column;}
    .reasons .center > .d-none {
        text-align: center;
        margin-bottom: 50px;
    }

    .reasons-image {
        max-width: 500px;
        margin: 0 auto;
        border-radius: 0;
        overflow: visible;
        position: relative;
    }
    .reasons-image:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        height: 250px;
        background: linear-gradient(0, #fff 30%, transparent);
    }
    .reasons-image img {border-radius: 15px;}

    .reasons-content {
        padding-left: 0;
        position: relative;
        z-index: 2;
        margin-top: -250px;
    }
    .reasons-content ul {
        margin-top: 0;
        margin-left: 0;
        grid-template-columns: 1fr 1fr;
        gap: 25px 25px;
    }
    .reasons-content ul li {
        min-height: inherit;
        padding: 20px 15px 20px 20px;
    }
    .reasons-content ul li small {
        font-size: 17px;
    }
    .reasons-content ul li h4 {
        font-size: 20px;
    }
    .reasons-content ul li p {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .reasons {overflow: hidden;}
    .reasons:after {
        content: '';
        display: block;
        background: url(../img/reasons/bg-waves.webp) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.4;
        animation: zoom 20s linear forwards infinite;
    }
}

@keyframes zoom {
    0% {transform: scale(1) translateY(0);}
    50% {transform: scale(1.2) translateY(-1%);}
    100% {transform: scale(1) translateY(0);}
}

@media (max-width: 550px) {
    .reasons {padding: 60px 0 60px 0;}
    .reasons .subtitle {
        font-size: 4.7vw;
        margin-bottom: 5px;
    }
    .reasons-waves {
        margin-top: -50px;
        margin-right: -300px;
    }
    .reasons .center > .d-none {margin-bottom: 40px;}
    .reasons-image {
        margin-left: -8px;
        margin-right: -8px;
    }
    .reasons-content {margin-top: -130px;}
    .reasons-content ul {gap: 15px 15px;}
    .reasons-content ul li {
        min-height: 135px;
        padding: 15px 10px 15px 13px;
    }
    .reasons-content ul li small {font-size: 3.5vw;}
    .reasons-content ul li h4 {font-size: 3.7vw;}
    .reasons-content ul li p {
        font-size: 2.8vw;
        line-height: 1.4;
        margin-top: 7px;
    }
}

@media (max-width: 413px) {
    .reasons-content {margin-top: -105px;}
}

/* ------------------ SYMPTOMS ------------------ */
.symptoms {
    background: url(../img/symptoms/bg-symptoms.webp) no-repeat left top;
    background-size: cover;
    padding: 115px 0 150px 0;
    color: #fff;
}
.symptoms .subtitle {
    font-size: 22px;
    margin-bottom: 15px;
}
.symptoms h2.title {
    color: #fff;
    font-size: 70px;
    font-weight: 500;
}

.symptoms-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 40px;
    max-width: 1258px;
    margin: 40px auto 0 auto;
}
.symptoms-card .card {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /*backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);*/
    padding: 15px 10px 25px 25px;
}
.symptoms-card .card .percent {
    font-family: var(--quincy);
    font-size: 70px;
    line-height: 1;
}
.symptoms-card .card p {
    font-size: 22px;
    margin-top: 5px;
}
.symptoms-card .card small {
    font-size: 13.5px;
    margin-top: 10px;
    display: inline-block;
}

.symptoms .foot {margin-top: 60px;}
.symptoms .foot small {
    font-size: 12px;
}
.symptoms .foot h5 {
    font-family: var(--quincy);
    font-size: 30px;
    margin-top: 50px;
    font-weight: normal;
}
.symptoms .foot p {
    font-size: 23px;
    margin-top: 15px;
}

@media (max-width: 1600px) {
    .symptoms {padding: 70px 0 100px 0;}
    .symptoms h2.title {font-size: 60px;}
    .symptoms .subtitle {font-size: 14px;}
    .symptoms-card {gap: 15px 25px;}
    .symptoms-card .card {
        border-radius: 20px;
        padding: 10px 10px 15px 15px;
    }
    .symptoms-card .card .percent {font-size: 55px;}
    .symptoms-card .card p {font-size: 18px;}
    .symptoms-card .card small {font-size: 12px;}
    .symptoms .foot h5 {
        font-size: 25px;
        margin-top: 40px;
    }
    .symptoms .foot p {
        font-size: 19px;
        margin-top: 10px;
    }

    .symptoms .foot {margin-top: 50px;}
}

@media (max-width: 1200px) {
    .symptoms h2.title {font-size: 50px;}
    .symptoms-card .card {border-radius: 15px;}
    .symptoms-card .card .percent {font-size: 45px;}
    .symptoms-card .card p {font-size: 15px;}
    .symptoms-card .card small {font-size: 10px;}
    .symptoms .foot h5 {
        font-size: 20px;
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .symptoms {
        padding: 50px 0 50px 0;
    }
    .symptoms h2.title {font-size: 43px;}
    .symptoms-card {
        gap: 15px 15px;
        grid-template-columns: 1fr 1fr;
        max-width: 450px;
        margin: 30px auto 0 auto;
    }
    .symptoms-card .card .percent {font-size: 40px;}
    .symptoms .foot h5 {
        font-size: 15px;
        margin-top: 20px;
    }
    .symptoms .foot p {font-size: 13px;}
}

@media (max-width: 550px) {
    .symptoms {
        padding-top: 75px;
        padding-bottom: 75px;
        background: url(../img/symptoms/bg-symptoms-mob.webp) no-repeat right top;
        background-size: cover;
    }
    .symptoms h2.title {font-size: 8.5vw;}
    .symptoms-card {margin: 70px auto 0 auto;}
    .symptoms-card .card .percent {
        font-size: 10vw;
    }
    .symptoms-card .card p {font-size: 3.3vw;}
    .symptoms-card .card small {
        font-size: 2.35vw;
        margin-top: 10px;
    }
    .symptoms .foot {margin-top: 30px;}
    .symptoms .foot h5 {
        font-size: 5vw;
        margin-top: 50px;
    }
    .symptoms .foot p {font-size: 3.7vw;}
}

/* ------------------ FAQ ------------------ */
.faq {padding: 80px 0 60px 0;}

.faq-accordeon {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 14px 0;
}
.faq-accordeon .item-accordeon {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
}
.faq-accordeon .btn-accordeon {
    padding: 18px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--quincy);
    font-size: 22px;
    cursor: pointer;
}
.faq-accordeon .content-accordeon .inner {
    padding-bottom: 37px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
}
.faq-accordeon .content-accordeon p + p {margin-top: 20px;}
.faq-accordeon .content-accordeon ul {margin-top: 20px;}
.faq-accordeon .ic-plus {
    width: 14px;
    height: 14px;
}
.faq-accordeon .ic-plus:before,
.faq-accordeon .ic-plus:after {background: #60A5BC;}
.faq-accordeon .item-accordeon.active .ic-plus:before {display: none;}

.faq .show-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-family: var(--greycliff);
    font-weight: 500;
    gap: 0 10px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s;
}
.faq .show-more:hover {color: #0F7292;}
.faq .show-more svg {
    width: 8px;
    height: 12px;
    transform-origin: center;
    transform: rotate(90deg);
    margin-top: 5px;
}

.ic-plus {
    width: 10px;
    height: 10px;
    position: relative;
}
.ic-plus:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--color);
}
.ic-plus:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color);
}

@media (max-width: 1600px) {
    .faq-accordeon .btn-accordeon {
        padding: 15px 20px;
        font-size: 19px;
    }
    .faq-accordeon .content-accordeon .inner {
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    .faq {padding-top: 50px;}
}

@media (max-width: 991px) {
    .faq h2.title {text-align: center;}
}

@media (max-width: 550px) {
    .faq {padding-top: 60px;}
    .faq h2.title {font-size: 7.8vw;}
    .faq-accordeon {
        margin-top: 30px;
        gap: 17px 0;
    }
    .faq-accordeon .btn-accordeon {
        padding: 10px 12px;
        font-size: 17px;
    }
    .faq-accordeon .ic-plus {zoom: 0.8;}
    .faq-accordeon .ic-plus:after,
    .faq-accordeon .ic-plus:before {background: var(--color);}
    .faq-accordeon .content-accordeon .inner {
        padding-bottom: 10px;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 15px;
        margin-top: -3px;
    }
    .faq-accordeon .item-accordeon {border-radius: 3px;}

    .faq-accordeon .ic-plus {zoom: 0.8;}
    .faq-accordeon .ic-plus:after, 
    .faq-accordeon .ic-plus:before {
        background: var(--color);
    }
}

/* ------------------ STARING ------------------ */
.staring {
    padding: 45px 0 85px;
    position: relative;
}

.staring-wrap-waves {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -2;
    max-width: 1920px;
    width: 100%;
    height: 1000px;
    opacity: 0.4;
    overflow: hidden;
    transform: translateX(-50%);
}
@media (min-width: 1921px) {
    .staring-wrap-waves .bg-left {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 200px;
        background: linear-gradient(90deg, #fff, transparent);
    }
    .staring-wrap-waves .bg-right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 200px;
        background: linear-gradient(-90deg, #fff, transparent);
    }
}
.staring-wrap-waves:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 400px;
    background: linear-gradient(0, #fff, transparent);
}
.staring-waves {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -20px;
}

.staring .center {
    max-width: 1180px;
}
.staring .subtitle {
    font-size: 25px;
}
.splide-staring {
    margin-top: 45px;
}
.splide-staring.is-initialized:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 48px;
}
.splide-staring .content {
    padding: 15px 0 0 15px;
}
.splide-staring .splide__slide {padding: 5px;}
.splide-staring .image {
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}
.splide-staring .slide:hover .image {transform: scale(1.01);}
.splide-staring .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.splide-staring small {
    color: var(--akcent);
    font-size: 18px;
    font-weight: 500;
}
.splide-staring h3 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
    font-family: var(--quincy);
    margin-top: 5px;
}
.splide-staring p {
    margin-top: 10px;
    font-size: 17px;
}

.staring .foot {
    margin-top: 50px;
    text-align: center;
}
.staring .foot h3 {
    font-size: 44px;
    font-weight: normal;
    line-height: 1.15;
    font-family: var(--quincy);
    margin-bottom: 50px;
}

@media (max-width: 1600px) {
    .staring-wrap-waves {zoom: 0.85;}
    .staring {padding: 45px 0 60px;}
    .staring .subtitle {font-size: 20px;}
    .staring .center {max-width: 950px;}
    .splide-staring {margin-top: 35px;}
    .splide-staring.is-initialized:not(.is-active) .splide__list {
        gap: 0 30px;
    }
    .splide-staring .content {padding: 10px 0 0 10px;}
    .splide-staring .image {border-radius: 20px;}
    .splide-staring small {font-size: 14px;}
    .splide-staring h3 {font-size: 26px;}
    .splide-staring p {font-size: 14px;}
    .staring .foot {margin-top: 35px;}
    .staring .foot h3 {
        font-size: 35px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1500px) {
    .staring-wrap-waves {zoom: 0.8;}
}

@media (max-width: 1200px) {
    .staring-wrap-waves {zoom: 0.65;}
    .staring .subtitle {font-size: 16px;}
    .splide-staring.is-initialized:not(.is-active) .splide__list {
        gap: 0 20px;
    }
    .splide-staring h3 {font-size: 23px;}
    .staring .foot h3 {font-size: 25px;}
}

@media (max-width: 991px) {
    .staring-wrap-waves {zoom: 0.5;}
    .splide-staring {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
    .splide-staring .content {
        padding-left: 0;
        text-align: center;
    }
    .splide-staring small {font-size: 17px;}
    .splide-staring h3 {font-size: 30px;}
    .splide-staring p {font-size: 17px;}
    .staring .foot h3 {font-size: 27px;}
}

@media (max-width: 767px) {
    .staring {overflow: hidden;}
    .staring:after {
        content: '';
        display: block;
        background: url(../img/staring/bg-waves.webp) no-repeat left top;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.5;
        animation: zoom 20s linear forwards infinite;
    }
}

@media (max-width: 550px) {
    .staring h2.title {font-size: 11vw;}
    .staring-wrap-waves {zoom: 0.4;}
    .staring-waves {margin-right: -750px;}
    .staring {padding: 80px 0 80px;}
    .staring .subtitle {
        font-size: 4.5vw;
        margin-bottom: 15px;
    }
    .splide-staring .image.first img {content: url(../img/staring/image-mob-1.webp);}
    .splide-staring .image.second img {content: url(../img/staring/image-mob-2.webp);}
    .splide-staring .image.third img {content: url(../img/staring/image-mob-3.webp);}

    .splide-staring {margin-top: 40px;}
    .splide-staring .slide {
        display: flex;
        flex-direction: column;
    }
    .splide-staring .content {
        order: -1;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .splide-staring small {font-size: 4vw;}
    .splide-staring h3 {font-size: 7vw;}
    .splide-staring p {font-size: 4.5vw;}
    .splide-staring .splide__pagination {
        margin-top: 0;
        bottom: inherit;
    }
    .splide-staring .splide__pagination .is-active {background: var(--akcent);}

    .staring .foot {margin-top: 40px;}
    .staring .foot h3 {font-size: 7.5vw;}
    .staring .foot h3 br {display: none;}
    .staring .foot .btn {min-width: 200px;}
}

/* ------------------ MEDICATIONS ------------------ */
.medications {
    position: relative;
    padding: 0 0 85px 0;
}
.medications .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}
.medications .bg:before {
    content: '';
    display: block;
    position: absolute;
    top: -350px;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    z-index: -1;
    background: radial-gradient(rgba(230, 232, 251, .2), transparent);
}

.medications-content {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    margin-bottom: 15px;
}

.medications-content h2.title {font-size: 55px;}

.medications-content .text {margin-top: 30px;}
.medications-content .text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.medications-content .text p b {font-weight: 600;}

.medications-slider .splide__track {overflow: visible;}
.medications-slider .slide {
    position: relative;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    cursor: pointer;
}
.medications-slider .slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 27px;
    z-index: -1;
    box-shadow: -16px 5px 30px rgba(0,0,0,.05);
    transition: all 0.3s;
}
.medications-slider .slide:hover:after {transform: scale(1.01);}
.medications-slider .slide .prod {
    max-width: 180px;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
}
.medications-slider .slide .prod img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.medications-slider .slide h3 {
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    font-family: var(--quincy);
}
.medications-slider .slide h3 span {font-size: 24px;}
.medications-slider .slide h3 sup {font-size: 0.8rem;}
.medications-slider .slide p {
    font-size: 13px;
    margin-top: 8px;
    margin-bottom: 12px;
}
.medications-slider .group {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 15px;
}
.medications-slider .group div {
    min-height: 27px;
    border-radius: 30px;
    background: #E0EFF8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    min-width: 51px;
    padding: 0 10px;
}
.medications-slider .group div:last-child {
    background: #FDEDE3;
}
.medications-slider .slide .rx {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C4CACC url(../img/medications/ic-rx.svg) no-repeat center;
}

.medications-slider h4 {
    font-size: 37px;
    font-family: var(--quincy);
    font-weight: normal;
    margin-bottom: 27px;
}
.medications-slider + .medications-slider {margin-top: 50px;}
.medications-slider .splide__arrow {
    position: absolute;
    bottom: 100%;
    left: 0;
    top: inherit;
    transform: none;
    margin-bottom: 31px;
    margin-left: 300px;
    opacity: 1;
    width: 27px;
    height: 27px;
    border: 1px solid #474747;
    background: none;
    transition: all 0.3s;
}
.medications-slider .splide__arrow svg {display: none;}
.medications-slider .splide__arrow:after {
    content: '';
    display: inline-flex;
    width: 9px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/ic-arrow.svg) no-repeat;
    transform-origin: right center;
}
.medications-slider .splide__arrow.splide__arrow--prev:after {
    transform: rotate(-180deg);
    margin-top: -4px;
    margin-left: -14px;
}
.medications-slider .splide__arrow.splide__arrow--next {margin-left: 332px;}
.medications-slider .splide__arrow:hover {opacity: 0.3;}
.medications-slider.second .splide__arrow {margin-left: 310px;}
.medications-slider.second .splide__arrow.splide__arrow--next {margin-left: 342px;}

.medications .foot {margin-top: 40px;}
.medications .foot p {
    font-size: 15px;
    font-weight: 500;
}
.medications .foot a {text-decoration: underline;}
.medications .foot a:hover {text-decoration: none;}
.medications .foot small {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 10px;
    display: inline-block;
}

@media (max-width: 1600px) {
    .medications {padding: 0 0 70px 0;}
    .medications-content .subtitle {font-size: 12.5px;}
    .medications-content h2.title {font-size: 40px;}
    .medications-content .text {margin-top: 25px;}
    .medications-content .text p {font-size: 14px;}

    .medications-slider h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .medications-slider .splide__arrow {
        margin-bottom: 23px;
        margin-left: 240px;
        zoom: 0.9;
    }
    .medications-slider .splide__arrow.splide__arrow--next {
        margin-left: 274px;
    }
    .medications-slider.second .splide__arrow {
        margin-left: 250px;
    }
    .medications-slider.second .splide__arrow.splide__arrow--next {
        margin-left: 284px;
    }

    .medications-slider .slide {
        padding: 9px 13px;
        gap: 0 15px;
    }
    .medications-slider .slide .prod {max-width: 135px;}
    .medications-slider .slide h3 {font-size: 16px;}
    .medications-slider .slide h3 span {font-size: 20px;}
    .medications-slider .slide p {font-size: 11px;}
    .medications-slider .group div {
        min-height: 23px;
        font-size: 10px;
        min-width: 51px;
        padding: 0 8px;
    }
    .medications-slider .slide:after {border-radius: 20px;}

    .medications-slider + .medications-slider {margin-top: 40px;}

    .medications .foot p {font-size: 12px;}
    .medications .foot small {font-size: 9px;}

    .medications-slider .slide .rx {zoom: 0.75;}
}

@media (max-width: 1200px) {
    .medications-content {gap: 0 15px;}
    .medications-content h2.title {font-size: 30px;}
    .medications-content h2.title br {display: none;}
    .medications-content .text {margin-top: 20px;}
    .medications-content .text p br {display: none;}
    .medications-content > div:not(.text) {min-width: 450px;}
}

@media (max-width: 991px) {
    .medications {padding: 0 0 60px 0;}
    .medications-content {
        gap: 0 15px;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
    .medications-content > div:not(.text) {min-width: inherit;}
    .medications-content h2.title br {display: block;}
    .medications-content .subtitle {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .medications-content h2.title {font-size: 45px;}
    .medications-content .text p {font-size: 16px;}

    .medications .foot {text-align: center;}
    .medications .foot p {font-size: 14px;}
    .medications .foot small {font-size: 10px;}
}

@media (max-width: 767px) {
    .medications .foot p br,
    .medications .foot small br {display: none;}
    .medications-content h2.title {font-size: 35px;}
}

@media (max-width: 550px) {
    .medications-content .subtitle {font-size: 3.5vw;}
    .medications-content h2.title {font-size: 6.5vw;}
    .medications-content .text p {font-size: 3.5vw;}
}

@media (max-width: 400px) {
    .medications-slider .slide {
        padding: 8px 10px;
        gap: 0 9px;
        align-items: stretch;
    }
    .medications-slider .slide .prod {
        max-width: 115px;
    }
    .medications-slider .slide h3 {
        font-size: 14px;
    }
    .medications-slider .slide h3 span {
        font-size: 18px;
    }
    .medications-slider .slide p {
        font-size: 10px;
    }
    .medications-slider .group {zoom: 0.8;}
}

/* ------------------ FOOTER ------------------ */
.footer {
    background: #093E52;
    padding-top: 30px;
    position: relative;
    z-index: 10;
    color: #fff;
}
.footer a {
    text-decoration: none;
    color: #fff !important;
}
.footer a:hover {text-decoration: underline;}
.footer-row {
    display: flex;
    margin-right: -15px;
    margin-left: -15px
}
.footer-logo {
    display: inline-block;
    margin-bottom: 0px
}
.footer-logo svg {
    width: 146px;
    height: 41px;
}
.social a {
    width: 50px;
    height: 50px;
    background-color: #121629;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: inline-block;
    transition: all .3s;
    margin:1px;
}
.social a:hover {
    background-color: #ccb27a;
}
.ic-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/ic-phone.webp) no-repeat;
}
.social a.ic-fb {
    background-image: url(../img/ic-fb.webp);
    margin-right: 10px
}
.social a.ic-tw {
    background-image: url(../img/ic-tw.webp?2)
}
.social a.ic-in {
    background-image: url(../img/insta.webp?1)
}
.social a.ic-tiktok {
    background-image: url(../img/tiktok.svg);
    background-size: 40%;
}
.social a.ic-linkedin {
    background-image: url(../img/linkedin-in.svg);
    background-size: 40%;
}
.footer-item {
    width: 20%;
    padding: 0 15px
}
.footer-item ul {list-style: none;}
.footer-item:first-child {
    min-width: 360px
}
.footer-item h3 {
    font-weight: 600;
    color: #61cbc8;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-item ul li + li {
    margin-top: 15px
}
.footer-item ul li a {
    color: #fff;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}
.footer-item ul li a:hover, .footer-item ul li.active a {
    color: #66d4cf
}
.footer-item ul li a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    background: url(../img/ic-plus.webp?1) no-repeat;
    margin-right: 8px;
    transition: all .3s;
    transform: scale(0)
}
.footer-item ul li a:hover:before, .footer-item ul li.active a:before {
    transform: scale(1);
    width: 18px;
    height: 19px
}
.footer .phone {
    color: #fff;
    margin-top: 45px;
    display: inline-flex;
    align-items: center;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}
.footer .phone:hover {
    color: #61cbc8
}
.footer .phone i {
    margin-right: 10px
}
.footer-copy {
    border-top: 1px solid #13495E;
    margin-top: 30px
}
.footer-copy .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 15px;
    font-size: 15px
}
.footer-copy div {
    display: flex;
    align-items: center
}
.footer-copy div a {
    color: #fff
}
.footer-copy div a:hover {
    text-decoration: underline
}
.footer-copy div span {
    display: inline-block;
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
    margin: 0 15px
}

.footer-bottom {
    padding: 30px 0;
    border-top: 1px solid #13495E;
}
.footer-bottom .center {
    display: flex;
    align-items: center;
}
.footer-bottom .text {
    width: 100%;
    font-family: var(--greycliff);
    font-size: 13px;
    line-height: 16px;
}
.footer-bottom .text sup {
    line-height: 0;
    display: inline-block;
    font-size: 1.5em;
    position: relative;
    top: 7px;
}
.footer-bottom .text a {text-decoration: underline;}
.footer-bottom .text a:hover {text-decoration: none;}
.footer-bottom .image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
}
.footer-bottom a {color: #6676a2;}

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

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

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

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

#cannellamedia {display: none !important;}

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

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

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

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

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

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

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

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

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

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

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

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








