.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

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

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    background: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* tags */
html, body {height: 100%;}

body {
    background: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #3d3d38;
}   

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

h1 {
    font: normal 66px/69px 'Adobe Garamond Pro', sans-serif;
    color: #3d3d38;
}
h2 {
    font: normal 52px/54px 'Adobe Garamond Pro', sans-serif;
    color: #3d3d38;
}
h4 {
    font: normal 34px/41px 'Adobe Garamond Pro', sans-serif;
    color: #3d3d38;
}
h5 {
    font: normal 30px/35px 'Adobe Garamond Pro', sans-serif;
    color: #3d3d38;
}
h6 {
    font: normal 24px/29px 'Adobe Garamond Pro', sans-serif;
    color: #3d3d38;
}

/* display */
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.align-start {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.align-center {
    display: flex;
    align-items: center;
}
.align-end {
    display: flex;
    align-items: flex-end;
}
.d-none {display: none;}
.svg-icon {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -999999;
}
.w50 {width: 50%;}
.w25 {width: 25%;}

/* text */
.tx-left {text-align: left;}
.tx-right {text-align: right;}
.tx-center {text-align: center;}

/* main */
.center {
    width: 100%;
    max-width: 1355px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}

.wrapper {overflow: hidden;}

/* button */
.btn {
    display: inline-block;
    padding: 21px 30px;
    background: #888;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 40px;
    color: #fff;    
    background: #244b5a; 
    background: linear-gradient(to right,  #244b5a 0%,#417c8a 100%); 
    transition: all .3s;
}
.btn:hover {background: linear-gradient(to left,  #244b5a 0%,#417c8a 100%);}
.btn span {
    display: inline-block;
    vertical-align: middle;
}
.btn i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 13px;
    background: url(../img/arr-white.png) no-repeat;
    margin-left: 45px;
    vertical-align: middle;
}

.btn-radius {
    display: inline-block;
    padding: 18px 70px;
    border-radius: 35px;
    background: #396d79;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid transparent;
    transition: all .3s;
    cursor: pointer;
}
.btn-radius:hover,
.btn-radius.hover {
    background: #234A58; color: #fff;
}

.btn-radius:active {
    background: #E2D8D1; color: #234A58;
}

.btn-radius.hover:hover {
    background: #211F1F;
    color: #fff;
}
.btn-radius span {
    display: inline-block;
    vertical-align: middle;
}
.btn-radius:after {
    content: '';
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 2.5px;
    vertical-align: middle;
    transform: rotate(-45deg);
    margin-left: 8px;
    vertical-align: middle;
}

.btn-void {
    padding: 15px 35px;
    border-radius: 25px;
    border: 1px solid #211F1F;
    text-align: center;
    color: #211F1F;
    font: 15px/21px 'Greycliff CF', sans-serif;
    transition: all .3s;
    display: inline-block;
}
.btn-void:hover {
    background: #211F1F;
    color: #fff;
}


.verified-review {float: right; margin-top: -10px; font-weight: bold; font-size: 13px; display: inline; padding-bottom: 6px; padding-top: 6px; padding-left: 12px; padding-right: 12px; background: #234A58; border-radius: 9px; color: #fff;}

.center iframe {border-radius: 40px;}   

.show_mobile_icon {display: none;}

/* HEADER
---------------------------------------------------- */
.header {
    border-bottom: 1px solid #e2e2e1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
}

.head-line {
    text-align: center;
    background: #234a59;
    color: #fff;
    font-size: 18px;
    padding: 6px 0;
}
.head-line span {font-weight: bold;}
.head-line > .center > div,
.head-line > .center > div a {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}
.head-line > .center > div img {margin-left: 8px;}
.head-line > .center a {color: #fff;}
.head-line > .center a:first-child {
    font-size: 14px;
    font-weight: 100;
}
.head-line > .center a:last-child {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.logo {
    width: 177px;
    height: 42px;
    display: inline-block;
    background: url(../img/logo.svg) no-repeat center;
    background-size: 177px 42px;
}

.head-main .center {position: relative;} 

.nav > ul {
    display: flex;
}
.nav > ul > li + li {margin-left: 35px;} 
.nav > ul > li > a {
    color: #3d3d38;
    transition: all .3s;
    text-transform: uppercase;
    font-size: 15px;
    display: flex;
    align-items: center;
    height: 100%;
}
.nav > ul > li > a:hover {color: #59A4AF;}
.nav > ul > li > .sub-nav {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: -99;
    opacity: 0;
    visibility: hidden;
    background: #FFFFFF;
    border: 1px solid #E2E2E1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 35px 15px 145px 15px;
    transition: all 0.5s ease-out;
}
.nav > ul > li:hover > .sub-nav {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.nav a .arr {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url(../img/arr-slick.svg) no-repeat center;
    background-size: 7px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.sub-nav ul {
    padding-left: 17px;
    position: relative;
    min-width: 260px;
    max-width: 260px;
    margin-left: -260px;
}
.sub-nav ul:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background: #E3D8D1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.sub-nav > ul > li + li {
    border-top: 1px solid #E2E2E1;
}
.sub-nav ul a {
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 500;
    color: #211F1F;
    transition: background .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub-nav ul a:hover {background: #E3D8D1;}

.nav > ul > li > .sub-nav .sub-nav {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}
.sub-nav ul a.nav_image {
    padding: 0;
}
.sub-nav ul a {
    display: block;
    padding: 10px 15px;
    font-size: 17px;
    color: #211F1F;
    transition: background .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav > ul > li > .sub-menu-2 {
    padding: 35px 15px 40px 15px;
}

.nav-info {
    margin-left: 40px;
    max-width: 260px;
    width: 100%;
}
.nav-info img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 300px;
}
.nav-info h3 {
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 20px !important;
    font-family: 'Greycliff CF', sans-serif !important;
    text-align: left !important;
    margin-top: 6px;
}
.nav-info p {
    font: 14px/22px 'Greycliff CF', sans-serif;
    margin-top: 5px;
    margin-bottom: 25px;
}

/*
.nav-info {
    margin-left: 40px;
    max-width: 260px;
}
.nav-info img {
    display: block;
    width: 100%;
}
.nav-info h3 {
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 33px !important;
    font-family: 'Greycliff CF', sans-serif !important;
    text-align: left !important;
}
.nav-info p {
    font: 14px/22px 'Greycliff CF', sans-serif;
    margin-top: 5px;
    margin-bottom: 25px;
}
*/
.login-link a {
    display: block;
    padding: 26px 35px;
    border-left: 1px solid #e2e2e1;
    border-right: 1px solid #e2e2e1;
    color: #59a4af !important;
}
.login-link a:hover {color: #000 !important;}

/* HOME
---------------------------------------------------- */
.home {
    position: relative;
    overflow: hidden;
    margin-top: 124px;
}
.home > .center {
    position: relative;
    z-index: 2;
}
.home .align-start {
    padding-top: 35px;
    position: relative;
    z-index: 2;
}
.home .box {
    background: #fff;
    padding: 65px 55px;
    max-width: 750px;
    margin-left: -66px;
    margin-top: 30px;
    box-shadow: -25px 25px 77px rgba(0,0,0,.33);
}
.home .box .descr {
    padding: 5px 0 0 40px;
    position: relative;
}
.home .box .descr:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #e5d3d2;
    position: absolute;
    top: 20px;
    right: 100%;
    margin-right: -10px;
}

.home .descr {padding: 80px 0 50px 0;}
.home .descr > img {margin-top: 50px;}

.home .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
} 
.home .bg div:first-child {
    width: 42%;
    max-height: 675px;
    background: #20414c; 
    background: linear-gradient(180deg,  #20414c 0%, #3f7784 100%); 
}
.home .bg div:last-child {
    width: 58%;
    background: #20414c; 
    background: linear-gradient(0deg,  #fff 0%, #e5d3d2 100%); 
}

.main-carousel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.flickity-page-dots {
    bottom: 20px;
    z-index: 10;
}
.flickity-page-dots .dot {
    opacity: 1;
    background: #fff;
}
.flickity-page-dots .dot {
    width: 35px;
    height: 5px;
    border-radius: 0;
}
.flickity-page-dots .dot.is-selected {
    background: #234a59;
}
.flickity-viewport,
.flickity-slider,
.carousel-cell,
.carousel-cell img {
    height: 100%;
}
.carousel-cell img {object-fit: cover;}

.flickity-button.next,
.flickity-button.previous {display: none;}

.home .tag {margin-top: 20px;}

.tag {
    display: flex;
    align-items: flex-start;
}
.tag img {
    margin-right: 6px;
    position: relative;
    top: 5px;
}
.tag span {
    display: block;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.tag span.first {
    font-weight: bold;
    font-size: 18px;
    color: #396d79;
}
.tag .two {
    font-weight: 500;
    font-size: 11px;
    color: #396d79;
    position: relative;
    top: -8px;
}

/* APPROVED
---------------------------------------------------- */
.approved {padding-bottom: 75px;}
.approved .left {max-width: 745px;}
.approved .slider:after {
    content: '';
    display: block;
    background: #e5d3d2;
    position: absolute;
    top: -22px;
    left: -66px;
    bottom: 50px;
    right: 265px;
    z-index: -1;
}
.approved .slider .slick-dots {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #3d3d38;
    transition: all .3s;
}
.slick-dots li.slick-active {
    background: #3d3d38;
}
.slick-dots li + li {margin-left: 10px;}
.slick-dots button {display: none;}

.approved .text > div {
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.approved .text .text-percent {
    padding-right: 30px;
    border-right: 2px solid #e2e2e1;
    margin-right: 0;
}
.approved .text > div p {
    padding-left: 30px;
    padding-right: 90px;
}
.approved .text > p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

.approved .info {
    padding-left: 105px;
    padding-top: 50px;
}
.approved .info ul {margin-top: 30px;}
.approved .info ul li {display: flex;}
.approved .info ul li + li {margin-top: 15px;}
.approved .info ul li img {
    min-width: 75px;
    height: 75px;
    margin-right: 30px;
}
.approved .info ul li h5 {
    font-size: 20px;
    line-height: 33px;
    font-weight: 600;
}

/* CARE
---------------------------------------------------- */
.care {position: relative;}
.care-slider {

}
.care:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(0, #fff 0%, #e5d3d2 100%);
    z-index: -1;
}
.care .bg {
    background: url(../img/bg-care.jpg) no-repeat left top;
    background-size: cover;
    max-height: 570px;
}
.care .bg > img {margin: 90px 0 0 85px;}
.care .bg h2 {
    margin: 25px 0 0 85px;
    color: #fff;
    padding-left: 38px;
    position: relative;
}
.care .bg h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 100px;
    background: #e5d3d2;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -50px;
}

.means {
    display: flex;
    align-items: flex-end;
    margin-top: -150px;
}
.means .item {
    width: 25%;
    text-align: center;
}
.means .item:nth-child(1) {transition: opacity 2s;}
.means .item:nth-child(2) {transition: opacity 2s 1.5s;}
.means .item:nth-child(3) {transition: opacity 2s 2s;}
.means .item:nth-child(4) {transition: opacity 2s 2.5s;}

.presentation {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}
.presentation .item {
    width: 25%;
    padding: 0 17.5px;
}
.presentation .item .image {
    position: relative;
    display: flex;
    flex-direction: column;
}
.presentation .item .image img {
    width: 100%;
    object-fit: cover;
}
.presentation .item .image h6 {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 20px;
    z-index: 2;
    color: #fff;
}
.presentation .item .descr {padding: 20px 15px 0 15px;}
.presentation .item:nth-child(1) {transition: opacity 2s;}
.presentation .item:nth-child(2) {transition: opacity 2s 1.5s;}
.presentation .item:nth-child(3) {transition: opacity 2s 2s;}
.presentation .item:nth-child(4) {transition: opacity 2s 2.5s;}

/* PERCENT
---------------------------------------------------- */
.percent {
    margin-top: 75px;
    padding-bottom: 100px;
}
.percent .center {
    display: flex;
    align-items: center;
}
.percent .center > div {
    min-width: 960px;
    padding-right: 50px;
}
.percent .center > img {margin-top: -40px;}
.percent h2 {
    font-size: 66px;
    line-height: 69px;
}
.percent ul {
    margin-top: 30px;
    margin-left: 40px;
}
.percent ul li {
    display: flex;
    align-items: center;
}
.percent ul li + li {margin-top: 15px;}
.percent ul li i {
    width: 22px;
    min-width: 22px;
    height: 22px;
    background: url(../img/tick.png) no-repeat;
    margin-right: 20px;
}

.percent .flex {
    border-top: 1px solid #e2e2e1;
    margin-top: 55px;
}
.percent .flex .w50 {
    padding: 30px 0;
    display: flex;
}
.percent .flex .w50:last-child {
    border-left: 1px solid #e2e2e1;
    padding-left: 30px;
}
.text-percent {
    font: bold 105px/69px 'Adobe Garamond Pro', sans-serif;
    margin-right: 15px;
    display: flex;
    align-items: flex-start;
}
.text-percent span {
    font-weight: normal;
    font-size: 66px;
    line-height: 66px;
    position: relative;
    top: -11px;
}

/* REVIEWS
---------------------------------------------------- */
.reviews {
    background: #f1ebeb;
    padding: 75px 0 15px 0;
    position: relative;
}
.reviews > .center {padding-bottom: 40px;}
.reviews > .wrap {overflow: hidden;}
.reviews:after {
    content: '';
    display: block;
    width: 46px;
    height: 33px;
    background: url(../img/quote-black.svg) no-repeat;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -23px;
    z-index: 2;
}

.reviews-slider {
    margin-right: -100px;
    margin-left: -100px;
}
.reviews-slider .item {
    margin: 0 17.5px;
    padding: 0 0 60px 0;
    display: flex;
}
.reviews-slider .inner {
    background: #ffffff;
    padding: 35px 45px 55px 45px;
    box-shadow: 0 18px 57px rgba(0,0,0,.07);
    display: flex;
    flex-direction: column;
    min-height: 350px;
}

.stars {
    display: flex;
    height: 40px;
    align-items: center;
    background: url(../img/star.svg) no-repeat;
}

.reviews-slider .inner h5 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.reviews-slider .inner p {
    max-height: 290px;
    overflow: hidden;
}
.reviews-slider .inner > div:not(.stars) {margin-top: auto;}
.reviews-slider .slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
    display: flex;
    align-items: center;
    z-index: 5;
}

.reviews .tx-center {
    font-size: 14px;
    color: #3d3d38;
} 

/* SATISFACTION
---------------------------------------------------- */
.satisfaction {
    padding: 50px 0;
    background: #fff;
}
.satisfaction .center {
    display: flex;
    align-items: flex-start;
}
.satisfaction .center img:nth-child(2) {margin: 0 30px 0 30px;}
.satisfaction .descr {padding-top: 90px;}
.satisfaction .descr p {
    margin-top: 35px;
    position: relative;
    font-size: 16px;
}
.satisfaction .descr p:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #e2e2e1;
    position: absolute;
    top: 13px;
    right: 100%;
    margin-right: 30px;
}

/* INGREDIENTS
---------------------------------------------------- */
.ingredients {
    background: url(../img/bg-satisfaction.jpg) no-repeat top center;
    background-size: cover;
    padding: 155px 0 140px 0;
    overflow: hidden;
}
.page-treatments .ingredients {padding: 120px 0;}
.ingredients .center {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ingredients h1 {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.ingredients h2 {
    font-size: 66px;
    line-height: 69px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.ingredients h3 {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.ingredients .descr {
    max-width: 678px;
    margin: 0 auto 75px auto;
    color: #fff;
    text-align: center;
}
.ingredients .flex {
    margin-top: 70px;
    align-items: flex-start;
    justify-content: flex-start;
}

.ingredients .text {
    max-width: 690px;
    padding-right: 85px;
    color: #fff;
}
.ingredients .text h4 {
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}
.ingredients .text h4:before {
    content: '';
    display: block;
    width: 85px;
    height: 2px;
    background: #56727c;
    position: absolute;
    top: 100%;
    right: 100%;
    margin-right: -30px;
}
.ingredients .text p + p {margin-top: 20px;}
.ingredients .text .btn {
    margin-top: 55px;
    background: none;
    border: 1px solid #fff;
}
.ingredients .text .btn i {background: url(../img/arr-blue.png) no-repeat;}

.ingredients .quote {
    background: rgba(0,0,0,.44);
    color: #fff;
    padding: 150px 50px 85px 50px;
    color: #fff;
    max-width: 400px;
    position: relative;
    margin-top: 100px;
}
.ingredients .quote .thumb {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 50%);
    display: flex;
}
.ingredients .quote h4 {
    font: normal 34px/41px 'Adobe Garamond Pro', sans-serif;
    position: relative;
    color: #fff;
}
.ingredients .quote h4:before {
    content: '';
    display: block;
    width: 65px;
    height: 47px;
    background: url(../img/quote.png) no-repeat;
    position: absolute;
    right: 100%;
    bottom: 100%;
}
.ingredients .quote p {
    margin-top: 35px;
    font: normal 16px/26px 'Adobe Garamond Pro', sans-serif;
}

/* NATURAL
---------------------------------------------------- */
.natural {padding: 130px 0;}
.natural .center {position: relative;}
.natural-slider {
    margin-top: 35px;
    margin-left: -15px;
    min-width: 1695px;
}
.natural-slider .item {padding: 0 15px;}
.natural-slider .inner {position: relative;}
.natural-slider .inner img {width: 100%;}
.natural-slider .inner .wrap {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}
.natural-slider .inner h6 {color: #fff;}
.natural-slider .inner p {margin-top: 25px;}
.natural-slider .image-bottom {
    margin-top: -20px;
    text-align: center;
    position: relative;
    z-index: 2;
    opacity: 0.8;
    display: flex;
    justify-content: center;
}
.slick-arrow {
    right: 15px;
    top: 0;
}
.slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #a4a4a1;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
.slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/arr-slick.svg) no-repeat center;
}
.slick-prev {right: 65px;}
.slick-prev:before {
    transform: rotate(-180deg);
}

.page-detail .natural h2 {text-align: left;}
.page-detail .natural-slider {
    min-width: 100%;
    margin-right: -350px;
}
.page-detail .natural-slider .wrap {
    justify-content: flex-start;
    padding-top: 75px;
}

/* FOOTER
---------------------------------------------------- */
.footer {
    background: url(../img/bg-footer.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
}
.privacy-page .footer, .telehealth-page .footer { padding-top: 100px !important;}
.footer a {
    color: #fff;
    font-weight: 300;
}
.footer a:hover {text-decoration: underline;}

.footer-logo {
    display: block;
    margin: 0 auto 80px auto;
    width: 268px;
    height: 64px;
    background: url(../img/logo-white.svg) no-repeat center;
    background-size: 268px 64px;
}

.footer-item ul li + li {margin-top: 30px;}

.footer_end_item {width:221px;}

.footer-item .social i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.footer-item .social.fa i {background: url(../img/ic-fa.svg) no-repeat center;}
.footer-item .social.in i {background: url(../img/ic-in.svg) no-repeat center;}
.footer-item .social span {
    display: inline-block;
    vertical-align: middle;
}
.footer-item .social:hover span {text-decoration: underline;}

.form-signup {
    color: #fff;
    max-width: 320px;
}
.form-signup h6 {color: #fff;}
.form-signup label {
    position: relative;
    margin-top: 10px;
    display: block;
}
.form-signup input {
    display: block;
    height: 68px;
    width: 100%;
    border: 1px solid #fff;
    background: #48747f;
    color: #fff;
    padding: 0 60px 0 20px;
    font-size:13.3px;
}
.form-signup input::placeholder {color: #fff;}
.form-signup button {
    width: 20px;
    height: 13px;
    background: url(../img/arr-white.png) no-repeat;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    margin-top: -6.5px;
    cursor: pointer;
}

.footer .copy {
    color: #fff;
    font-size: 13px;
    padding: 25px 0 40px 0;
    text-align: center;
    border-top: 1px solid #749ea6;
    margin-top: 80px;
}

/* ANIMATION
---------------------------------------------------- */
.anim-left {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.anim-right {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.anim-top {
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.anim-bottom {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}

.anim-scale {
    opacity: 0;
    transform: scale(0.3);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.anim-rotate {
    opacity: 0;
    transform: rotateY(360deg);
    transition: transform 2s cubic-bezier(.19,1,.22,1), opacity 1.9s;
}
.anim-opacity {
    opacity: 0;
    transition: opacity 1.9s;
}

.animation-no {
    opacity: 1;
    transform: none;
}

/* PAGE style
---------------------------------------------------- */
.page-style {
    font: normal 17px/28px 'Greycliff CF', sans-serif;
    color: #211F1F;
}
.page-style h1 {
    font: normal 50px/1.1 'Quincy CF', sans-serif;
}
.page-style h2 {
    font: 500 40px/50px 'Quincy CF', sans-serif;
}
.page-style h3 {
    font: 500 38px/42px 'Quincy CF', sans-serif;
    text-align: center;
}
.page-style .subtotal {
    font-size: 30px;
    line-height: 41px;
    color: #59A4AF;
    text-align: center;
}

.main-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    background: #244B5A;
    padding: 85px 0;
}
.main-title h1 {color: #fff;}
.main-title p.subtotal {
    font-size: 22px;
    line-height: 33px;
    color: #fff;
}
.main-title p.toptotal {
    font: 500 30px/39px 'Quincy CF', sans-serif;
    color: #E3D8D1;
}
.main-title .btn-radius {margin-top: 40px;}

/* FIRST SCREEN
---------------------------------------------------- */
.page-treatments .first-screen {
    background: url(../img/bg-blue.jpg) no-repeat right bottom;
    background-size: cover;
}
.page-treatments .first-screen .center {
    background: url(../img/women.png) no-repeat right bottom;
}

.first-screen .descr {max-width: 620px}

.first-screen h1 {
    color: #244B5A;
    min-height: 111px;
}
.first-screen h1 .typer {
    color: #244b5a !important;
    font-weight: bold;
}
.first-screen h2 {
    color: #244B5A;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
    font-family: 'Greycliff CF', sans-serif;
}
.first-screen p {
    color: #244B5A;
    font-size: 17px;
    line-height: 41px;
    margin-top: 24px;
    padding-left:22px;
}

.first-screen .align-center {margin-top: 40px;}
.first-screen .align-center img {margin-left: 20px;}

.first-screen p.checkbox {
    font-size: 17px;
    line-height: 28px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.first-screen p.checkbox svg {
    min-width: 22px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.first-screen ul li {
    font-size: 17px;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.first-screen ul li + li {margin-top: 10px;}
.first-screen ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #244B5A;
    margin-right: 15px;
}

.page-treatments .first-screen .descr {padding-top: 80px;}
.page-treatments .first-screen h3 {
    font-size: 30px;
    line-height: 39px;
    font-family: 'Quincy CF', sans-serif;
    color: #e3d8d1;
    text-align: left;
}
.page-treatments .first-screen h1 {
    font-size: 48px;
    line-height: 54px;
    font-family: 'Quincy CF', sans-serif;
    color: #fff;
}
.page-treatments .first-screen h2 {
    font-size: 22px;
    line-height: 35px;
    font-weight: normal;
    padding-left: 30px;
    position: relative;
    color: #fff;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 0;
}
.page-treatments .first-screen h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #e5d3d2;
}
.page-treatments .first-screen .btn-radius {margin-top: 40px;}

/* PORTFOLIO
---------------------------------------------------- */
.box-portfolio {
    padding: 90px 0 70px 0;
    background: #FFFFFF;
}
.box-portfolio .center, .privacy-page .box-portfolio .center {
    max-width: 1390px;
    padding: 105px 55px 55px 55px;
    border: 1px solid #E2E2E1;
    position: relative;
}
.box-treatments .center {
    padding-top: 55px;
    padding-bottom: 0;
}
.box-portfolio .group-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 45px;
    margin-top: -25px;
}
.box-portfolio h2 {
    text-align: center;
    white-space: nowrap;
}
.box-portfolio p.subtotal {
    font-size: 30px;
    line-height: 41px;
    color: #59A4AF;
    text-align: center;
    white-space: nowrap;
}
.page-treatments .box-portfolio p.subtotal {
    font-size: 17px;
    line-height: 28px;
    color: #211f1f;
}

.portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 20px;
}
.box-treatments .portfolio {margin-bottom: -20px;}
.portfolio-item {
    width: 20%;
    margin: 0 10px;
    display: flex;
    position: relative;
    transition: transform 1s;
} 
.box-treatments .portfolio-item {width: 33.33%;}
.portfolio-item:hover {transform: scale(1.1);}
.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-item .menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: all 1s;
    cursor: pointer;
}
.portfolio-item .menu:hover {
    background: linear-gradient(0deg, rgba(57,109,122,.5) 0%,  rgba(32,64,76,.9) 100%);
}
.portfolio-item .menu ul {
    display: flex;
    flex-direction: column;
    transition: opacity 2s;
    opacity: 0;
    height: 0;
}
.portfolio-item:hover .menu ul {
    opacity: 1;
    height: auto;
}
.portfolio-item .menu h3 {
    font: 28px/39px 'Quincy CF', sans-serif;
    padding: 24px 0;
    text-align: center;
    position: relative;
    transition: all .3s;
}
.portfolio-item .menu h3:before,
.portfolio-item .menu h3:after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    background: #E3D8D1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}
.portfolio-item:hover .menu h3 {padding-bottom: 10px;}
.portfolio-item:hover .menu h3:after {display: none;}
.portfolio-item .menu h3:before {top: 0;}
.portfolio-item .menu h3:after {bottom: 0;}
.portfolio-item .menu a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    position: relative;
}
.portfolio-item .menu a:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #E3D8D1;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -25px;
    transition: all .3s;
    opacity: 0;
}
.portfolio-item .menu a:hover:after {opacity: 1;}

.box-portfolio .info {margin-top: 70px;}
.box-portfolio .info h3 {
    font: 38px/42px 'Quincy CF', sans-serif;
    margin-bottom: 10px;
}
.box-portfolio .info p {
    font: 20px/31px 'Quincy CF', sans-serif;
    color: #59A4AF;
}
.box-portfolio .info span {
    display: block;
    font-size: 16px;
    line-height: 27px;
}
.page-treatments .info .btn-radius {margin-top: 40px;}


/* PAGE INGRADIENTS
---------------------------------------------------- */
.page-ingradients .main-title {padding-bottom: 130px;}

.ingradient-portfolio {
    background: #e3d8d1;
    padding-top: 0;
    position: relative;
}
.ingradient-portfolio:before {
    content: '';
    display: block;
    height: 75px;
    width: 100%;
    background: #244b5a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.ingradient-portfolio .center {
    background: #fff;
    box-shadow: 0 18px 57px rgba(0,0,0,7%);
    padding: 170px 35px 85px 35px;
    position: relative;
    z-index: 2;
}
.ingradient-portfolio .wrap {
    padding: 100px 70px 0 70px;
    border: 1px solid #E2E2E1;
    position: relative;
}
.ingradient-portfolio .group-title {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 45px;
    margin-top: -25px;
}
.ingradient-portfolio .subtotal {
    font-size: 20px;
    line-height: 23px;
    font-family: 'Greycliff CF', sans-serif;
    color: #211f1f;
    white-space: nowrap;
}
.ingradient-portfolio .group-title .icon {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid #59A4AF;
    margin: 0 auto 20px auto;
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-2.svg) no-repeat center;
    background-size: 40px;
}

.ingradient-portfolio .controls {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ingradient-portfolio .controls li a {
    display: block;
    padding: 13px 25px;
    color: #211f1f;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    border-radius: 35px;
    transition: all 0.3s ease;
}
.ingradient-portfolio .controls li.active a,
.ingradient-portfolio .controls li a:hover {        
    background: #211F1F;    
    color: #fff;
}

.ingradient-portfolio .portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
    margin-top: 30px;
    margin-bottom: -40px;
}
.ingradient-portfolio .portfolio-wrap .portfolio-item {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 50px;
    margin-right: 0;
    margin-left: 0;
}
.ingradient-portfolio .portfolio-wrap .portfolio-item:nth-last-child(1),
.ingradient-portfolio .portfolio-wrap .portfolio-item:nth-last-child(2),
.ingradient-portfolio .portfolio-wrap .portfolio-item:nth-last-child(3) {margin-bottom: 0;}
.ingradient-portfolio .portfolio-wrap .inner {
    position: absolute;
    top: 0;
    right: 25px;
    left: 25px;
    bottom: 0;
    padding: 80px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-align: center;
}
.ingradient-portfolio .portfolio-wrap h3 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    font-family: 'Quincy CF', sans-serif;
    margin-bottom: 20px;
}
.ingradient-portfolio .portfolio-wrap p {
    font-size: 20px;
    line-height: 33px;
}
.ingradient-portfolio .portfolio-wrap .btn-radius {
    margin-top: 25px;
    padding: 10px 30px;
    font-size: 15px;
    background: rgba(255,255,255,15%);
    border: 1px solid #fff;
    color: #fff;
    max-width: 165px;
}
.ingradient-portfolio .portfolio-wrap .btn-radius:hover {
    background: none;
}

.ingradients-bottom {
    background: #e3d8d1;
    padding: 80px 0;
}
.ingradients-bottom {
    font: 38px/42px 'Quincy CF', sans-serif;
    margin-bottom: 10px;
}
.ingradients-bottom p {
    font: 20px/31px 'Quincy CF', sans-serif;
    color: #59A4AF;
}
.ingradients-bottom span {
    display: block;
    font-size: 16px;
    line-height: 27px;
}
.ingradients-bottom .btn-radius {
    margin-top: 40px;
}

/* box detail
---------------------------------------------------- */
.box-detail {padding-bottom: 120px;}
.box-detail .center {
    padding: 55px 50px 0 50PX;
} 
.box-detail .portfolio {
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    align-items: flex-start;
    margin-bottom: -55px;
}
.box-detail .portfolio-item {
    width: 33.33%;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
}
.box-detail .portfolio-item img {max-height: 230px;}
.box-detail .portfolio-item .inner {
    background: #d0dbd1;
    padding: 50px 50px 35px 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Quincy CF', sans-serif;
    color: #244b5a;
    text-align: center;
    min-height: 185px;
    position: relative;
}
.box-detail .portfolio-item i {
    width: 85px;
    height: 85px;
    background: rgba(255,255,255,.7);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -42.5px;
    margin-top: -42.5px;
}
.box-detail .portfolio-item i:before {
    content: '';
    display: block;
    background: #244b5a;
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border-radius: 50%;
}
.box-detail .portfolio-item i.icon-1:before {
    background: #244b5a url(../img/benefits-icon_1.png) no-repeat center;
} 
.box-detail .portfolio-item i.icon-2:before {
    background: #244b5a url(../img/benefits-icon_2.png) no-repeat center;
} 
.box-detail .portfolio-item i.icon-3:before {
    background: #244b5a url(../img/benefits-icon_3.png) no-repeat center;
} 

/* CARE
---------------------------------------------------- */
.care {
    background: #E3D8D1;
    padding: 115px 0 200px 0;
    overflow: hidden;
}
.care-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.care .image {
    line-height: 0;
}
.care .image span {
    display: block;
    font-size: 17px;
    line-height: 28px;
}
.care .image:last-child {
    margin-left: 245px;
    margin-top: -315px;
}

.care h2 {
    font: 500 62px/65px 'Quincy CF', sans-serif;
    text-align: left;
}

.care .quote {
    margin-left: 40px;
    font-size: 17px;
    line-height: 28px;
}
.care .quote > div {
    display: flex;
    align-items: center;
}
.care .quote > div svg {
    width: 37px;
    height: 29px;
    margin-right: 20px;
}
.care .quote > div:after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #3D3D38;
    opacity: .15;
}
.care .quote p {margin-top: 15px;}

.care .w50 ul {
    margin-top: 30px;
    margin-left: 40px;
    max-width: 320px;
}
.care .w50 ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid rgba(61,61,56,.15);
}
.care .w50 ul li span {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 20px;
    border: 1px solid #3D3D38;
    position: relative;
}
.care .w50 ul li span.checked:after {
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url(../img/check.svg) no-repeat center;
    position: absolute;
    top: -4px;
    left: 2px;
}

/* BOX VIDEO
---------------------------------------------------- */
.box-video {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}
.box-video .video {
    position: relative;
    max-width: 850px;
    margin: -90px auto 0 auto;
    opacity: 1 !important;
}
.box-video .video:after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 200px;
    bottom: -20px;
    right: -65px;
    z-index: -1;
    background: #244B5A;
}
.box-video .video .group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.box-video .video .video-play {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    cursor: pointer;
}
.box-video .video .video-play:after {
    content: '';
    border-top: 18px solid transparent;
    border-left: 25px solid #fff;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.box-video .video .video-play:hover:after {
    border-top: 15px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 15px solid transparent;
}
.box-video .video .group h3 {
    font: 34px/41px 'Quincy CF', sans-serif;
    color: #fff;
    margin-top: 30px;
}

.box-video ul {
    max-width: 1000px;
    margin: 80px auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.box-video ul li {
    width: 33.33%;
    text-align: center;
    position: relative;
}
.box-video ul li:before {
    content: '';
    display: block;
    width: 183px;
    height: 17px;
    background: url(../img/arr-big.png) no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(-50%, 195%);
}
.box-video ul li:last-child:before {display: none;}
.box-video ul li .image.step-1 {
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-1.svg) no-repeat center;
}
.box-video ul li .image.step-2 {
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-2.svg) no-repeat center;
}
.box-video ul li .image.step-3 {
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-3.svg) no-repeat center;
}
.box-video ul li .image {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 2px solid #59A4AF;
    margin: 0 auto;
    background-size: 40px !important;
}
.box-video ul li h4 {
    font-family: 'Greycliff CF', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #59A4AF;
    margin-top: 20px;
}
.box-video ul li p {
    font-size: 20px;
    line-height: 29px;
    margin-top: 14px;
}

.box-video .tx-center {margin-top: 80px;}

.page-home .reviews {background: #E3D8D1;}

.page-treatments p.subtotal {
    font-size: 20px;
    line-height: 33px;

}

/* RETHINKING
---------------------------------------------------- */
.rethinking {
    padding: 120px 0 70px 0;
}
.rethinking h2 {
    font: 500 62px/65px 'Quincy CF', sans-serif;
    text-align: center;
}
.rethinking h2 span {color: #59A4AF;}
.rethinking .center > p {
    text-align: center;
    max-width: 730px;
    margin: 0 auto 60px auto;
}

.rethinking .item {
    max-width: 955px;
    margin: 0 auto;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #E2E2E1;
}
.rethinking .item:nth-last-child(3) {border-bottom: 1px solid #E2E2E1;}
.rethinking .item .w50 {
    display: flex;
    align-items: center;
}
.rethinking .item .icon {
    width: 33px;
    min-width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #59A4AF;
    background: rgba(89, 164, 175, 7%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.rethinking .item .icon.invers {
    border-color: #E3D8D1;
}
.rethinking .item .icon:after {
    content: '';
    display: block;
    width: 16px;
    height: 17px;
    background: url(../img/check-blue.svg) no-repeat;
    background-size: 20px;
}
.rethinking .item .icon.invers:after {
    background: url(../img/icon-no.svg) no-repeat;
    background-size: 16px;
    width: 17px;
}
.rethinking .item p {
    font: 500 20px/25px 'Quincy CF', sans-serif;
}

.rethinking .tx-center {margin-top: 60px;}

.rethinking .group-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.rethinking .group-image img {margin: 0 10px;}
.badge_icon {
    width: 120px;
    height: 120px;
}

/* DOCTORS
---------------------------------------------------- */
.box-doctors {
    background: #396D79;
    color: #fff;
    padding: 90px 0;
}
.box-doctors .center h3 {
    font: 500 38px/42px 'Quincy CF', sans-serif;
    text-align: center;
}
.box-doctors .center > p {
    max-width: 735px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.doctors {
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}
.doctors .item {
    width: 50%;
    background: #fff;
    box-shadow: 0 18px 57px rgba(0,0,0,51%);
    display: flex;
}
.doctors .item:first-child {margin-right: 25px;}
.doctors .item:last-child {margin-left: 25px;}
.doctors .item .avatar {
    width: 200px;
    min-width: 200px;
    display: flex;
}
.doctors .item .avatar img {
    object-fit: cover;
}
.doctors .item .info {
    padding: 40px;
    color: #211F1F;
    text-align: left;
}
.doctors .item .info h3 {
    text-align: left;
    font: 500 23px/31px 'Quincy CF', sans-serif;
}
.doctors .item .info h4 {
    font-family: 'Greycliff CF', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #59A4AF;
}
.doctors .item .info p {
    font-size: 16px;
    margin-top: 20px;
}

.box-doctors .tx-center {margin-top: 50px;}

/* QUOTE DOCTOR
---------------------------------------------------- */
.quote-doctor {
    padding: 60px 0 50px 0;
}

.quote-doctor .info {
    background: #D0DBD1;
    padding: 30px 50px 0 90px;
    display: flex;
}
.quote-doctor .info > div:not(.image) {
    padding-right: 85px;
    padding-bottom: 30px;
}
.quote-doctor .info h2 {
    text-align: left;
    margin-top: 95px;
}
.quote-doctor .info p.title {
    margin-top: 60px;
    font: 500 24px/31px 'Quincy CF', sans-serif;
    position: relative;
}
.quote-doctor .info p.title:before {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #59A4AF;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -1px;
    margin-right: 30px;
}
.quote-doctor .info span {
    display: block;
    font-size: 16px;
}
.quote-doctor .info .image {
    min-width: 480px;
    display: flex;
    margin-bottom: -50px;
}
.quote-doctor .info .image img {
    object-fit: cover;
	margin-top: 0;
}

.quote-doctor .center > p {
    text-align: center;
    margin: 130px 0 25px 0;
    font-size: 30px;
    line-height: 39px;
    font-weight: 300;
}
.quote-doctor .center > p a {color: #59A4AF;}
.quote-doctor .center > p a:hover {text-decoration: underline;}
.quote-doctor > .center img {margin-top: 50px;}

/* STEPS
---------------------------------------------------- */
.steps {
    background: #E3D8D1;
    padding-bottom: 140px;
    position: relative;
    padding-top: 95px;
}
.steps:after {
    content: '';
    display: block;
    width: 100%;
    background: #244B5A;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.steps .center {
    position: relative;
    z-index: 2;
}

.step-item:first-child {margin-top: -50px;}
.step-item {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
    padding: 35px 0 35px 70px;
}
.step-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -20px;
    bottom: 0;
    background: #fff;
    z-index: 1;
    box-shadow: 0 18px 57px rgba(0,0,0,7%);
}
.step-item .text,
.step-item .image {
    position: relative;
    z-index: 2;
    opacity: 1 !important;
}

.step-item .text {padding-right: 85px;}
.step-item h4 {
    text-align: left;
    font-weight: bold;
    font-family: 'Greycliff CF', sans-serif;
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #59A4AF;
    position: relative;
}
.step-item h4 span {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 30px;
}
.step-item h4:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(61, 61, 56, 15%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}
.step-item .align-start {margin-top: 50px;}
.step-item .icons {
    width: 73px;
    min-width: 73px;
    height: 73px;
    border: 2px solid #59A4AF;
    background: rgba(89, 164, 175, 7%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    background-size: 30px !important;
}
.step-item .icons.step-1 {
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-1.svg) no-repeat center;
}
.step-item .icons.step-2 {
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-2.svg) no-repeat center;
}
.step-item .icons.step-3 {
    background: rgba(89, 164, 175, 7%) url(../img/icon-step-3.svg) no-repeat center;
}
.step-item h3 {text-align: left;}

.step-item .image {
    min-width: 535px;
    display: flex;
}
.step-item .image img {object-fit: cover;}

.steps .tx-center {margin-top: 80px;}

/* CONNNECTION
---------------------------------------------------- */
.connection {position: relative;}
.connection .center {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1160px;
    padding-bottom: 40px;
}

.connection h2 {text-align: left;}
.connection .text {padding-top: 100px;}
.connection .text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #59A4AF;
    padding-left: 27px;
    position: relative;
    margin-top: 5px;
}
.connection .text p:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #E3D8D1;
}
.connection .text ul {
    margin-top: 33px;
    padding-left: 30px;
}
.connection .text ul li {
    display: flex;
    align-items: center;
}
.connection .text ul li + li {margin-top: 10px;}
.connection .text ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #59A4AF;
    margin-right: 15px;
}

.connection .image {
    margin-top: -40px;
    min-width: 500px;
    display: flex;
}

/* CONSULTATION
---------------------------------------------------- */
.consultation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 15px;
}

.consultation .content {
    width: 40%;
    padding-right: 100px;
}
.consultation .content h3 {
    text-align: left;
}
.consultation .content h4 {
    margin-top: 48px;
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 12px;
}
.consultation .content h5 {
    font: 500 20px/25px 'Quincy CF', sans-serif;
}
.consultation .content .align-center > div {padding-left: 24px;}
.consultation .content h6 {
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    color: #59A4AF;
    margin-bottom: 15px;
}
.consultation .content .align-center p {
    font-size: 14px;
    line-height: 22px;
}

.consultation .content p.small {
    margin-top: 15px;
    font-size: 12px;
    line-height: 16px;
}

.form {
    width: 60%;
    background: #E3D8D1;
    padding: 55px 60px 35px 60px;
}
.form h5 {
    text-align: center;
    font: 500 30px/39px 'Quincy CF', sans-serif;
}

.form input {
    min-height: 57px;
    border-radius: 7px;
    background: #fff;
    border: 1px solid #E2E2E1;
    display: block;
    width: 100%;
    padding: 0 24px;
    color: #211F1F;
    font-size: 17px;
    margin-top: 23px;
}
.form input::placeholder {color: #211F1F;}

.form .group {
    display: flex;
    justify-content: space-between;
}
.form .group input:first-child {
    margin-right: 8px;
}
.form .group input:last-child {
    margin-left: 8px;
}

.form .tx-center {margin-top: 40px;}
.form .group-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
.form .group-image img {
    margin: 0 6px;
}
.form .tx-center p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
}

/* AGE ING 
---------------------------------------------------- */
.age-ing {
    background: #d0dbd1;
    padding: 55px 0;
}
.age-ing .center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-ing .desc {
    max-width: 480px;
    padding-right: 100px;
}
.age-ing h2 {
    font-size: 62px;
    line-height: 65px;
    font-weight: 500;
    font-family: 'Quincy CF', sans-serif;
    color: #244b5a;
    margin-bottom: 10px;
    text-align: left;
}
.age-ing p {
    font-size: 17px;        
    line-height: 28px;
    min-height: 110px;
}

.age-ing .row {
    display: flex;
}
.age-ing .row .item {
    width: 50%;
    margin: 0 17.5px;
    position: relative;
    display: flex;
}
.age-ing .row .item img {
    object-fit: cover;
    width: 100%;
}
.age-ing .info {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding: 55px 25px 15px 25px;
    text-align: center;
}
.age-ing .info h3 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    font-family: 'Quincy CF', sans-serif;
    margin-bottom: 20px;
}
.age-ing .info .btn-radius {
    margin-top: 25px;
    padding: 10px 30px;
    font-size: 15px;
    background: rgba(255,255,255,15%);
    border: 1px solid #fff;
    color: #fff;
}
.age-ing .info .btn-radius:hover {background: #234A58; color: #fff;}

/* START
---------------------------------------------------- */
.start {
    background: #e3d8d1;
}
.start .descr {
    padding: 30px 65px 30px 0;
    text-align: left;
    max-width: 550px;
    margin-left: auto;
}
.start .descr h2 {text-align: left;}
.start .descr p {position: relative;}
.start .descr p:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #cac1ba;
    position: absolute;
    top: 15px;
    right: 100%;
    margin-right: 30px;
}
.start .descr .btn-radius {margin-top: 40px;}
.start .thumb {
    display: flex;
    margin-left: auto;
}

/* SLIDER FACE
---------------------------------------------------- */
.slider-face {position: relative;}
.slider-face:before {
    content: '';
    display: block;
    height: 40px;
    background: #244b5a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.slider-face .center {display: flex;}
.slider-face .slider-wrap {
    max-width: 750px;
    padding-bottom: 200px;
}
.slider-face .slider-wrap ul:before {
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    right: 260px;
    bottom: 50px;
    left: -70px;
    background: #e5d3d2;
}
.slider-face .slider-wrap li {padding: 0 7.5px;}
.slider-face .slider-wrap li .item {
    display: flex;
    position: relative;
}
.slider-face .slider-wrap li img {width: 100%;}
.slider-face .slider-wrap li p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 20px 20px 20px;
    color: #fff;
}
.slider-face .slider-wrap .slick-arrow {
    top: 100%;
    right: 5px;
    z-index: 3;
    margin-top: 20px;
}
.slider-face .slider-wrap .slick-prev {right: 53px;}

.slider-face .text {
    padding: 85px 0 90px 100px;
}
.slider-face .text h2 {
    text-align: left;
    margin-bottom: 10px;
}
.slider-face .text h3 {
    font-size: 30px;
    line-height: 39px;
    font-family: 'Quincy CF', sans-serif;
    position: relative;
    text-align: left;
    margin-top: 15px;
}
.slider-face .text h3 span {
    background: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: 10px;
}
.slider-face .text h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e2e2e1;
    margin-top: -1px;
}
.slider-face .text p {
    font-size: 20px;
    line-height: 33px;
    margin-top: 20px;
}

/* TRAVEL
---------------------------------------------------- */
.travel .center {
    display: flex;
    align-items: center;
    padding: 55px 15px;
}
.travel .text {
    max-width: 600px;
    padding: 0 60px;
}
.travel .text h2 {
    text-align: left;
}
.travel .text p {
    font-size: 20px;
    line-height: 33px;
    position: relative;
}
.travel .text p:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #59a4af;
    position: absolute;
    top: 20px;
    right: 100%;
    margin-right: 30px;
}
.travel .text .btn-radius {
    margin-top: 45px;
}

.travel .thumb {display: flex;}

/* SCIENCE
---------------------------------------------------- */
.science {
    padding: 75px 0;
    background: #e3d8d1;
}
.science .flex {margin-top: 35px;}
.science .box {
    background: #ffffff;
    display: flex;
    width: 50%;
}
.science .box:first-child {margin-right: 22.5px;}
.science .box:last-child {margin-left: 22.5px;}
.science .box .thumb {
    min-width: 200px;
    display: flex;
}
.science .box .thumb img {object-fit: cover;}
.science .box .descr {
    padding: 40px;
    display: flex;
    flex-direction: column;
}
.science .box .descr p {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
    font-family: 'Quincy CF', sans-serif;
}
.science .box .descr a {
    margin-top: auto;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #59a4af;
}
.science .box .descr a:hover {text-decoration: underline;}

.science .subtitle {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    font-family: 'Quincy CF', sans-serif;
    margin-top: 70px;
}

.science .btn-radius {margin-top: 20px;}

/* BOX FRAME
---------------------------------------------------- */
.box-frame {
    background: #e3d8d1;
    position: relative;
    padding: 0 15px 100px 15px;
}
.box-frame .center {max-width: 1390px;}
.box-frame:before {
    content: '';
    display: block;
    width: 100%;
    height: 75px;
    background: #244b5a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.box-frame .center {
    background: #fff;
    padding: 80px 35px 35px 35px;
    box-shadow: 0 18px 57px rgba(0,0,0,7%);
    position: relative;
    z-index: 2;
}
.box-frame .frame {
    padding: 70px;
    border: 1px solid #e2e2e1;
    position: relative;
}
.box-frame .frame .icon {
    padding: 0 30px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-frame .frame .icon i {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
    background: #f3f9f9 url(../img/ic-leaf.png) no-repeat center;
    border: 2px solid #59a4af;
}

.list-doctors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.item-doctors {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.item-doctors .thumb {
    position: relative;
    display: flex;
    max-height: 230px;
}
.item-doctors .thumb img {
    width: 100%;
    object-fit: cover;
}
.item-doctors .thumb > div {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.item-doctors .thumb h3 {
    font-family: 'Quincy CF', sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0;
}
.item-doctors .thumb h4 {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}
.item-doctors .descr {
    padding: 25px 0 0 35px;
    position: relative;
}
.item-doctors .descr:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #59a4af;
    position: absolute;
    top: 40px;
    right: 100%;
    margin-right: -20px;
}

.info-box {
    background: #e3d8d1;
    padding: 0 0 130px 0;
}
.info-box p {
    font: 20px/31px 'Quincy CF', sans-serif;
    color: #59A4AF;
}
.info-box span {
    display: block;
    font-size: 16px;
    line-height: 27px;
}
.info-box .btn-radius {margin-top: 40px;}

/* LOGIN
---------------------------------------------------- */
.page-login {
    background: url(../img/bg-login.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0 145px 0;
}

.form-login {
    max-width: 640px;
    margin: 0 auto;
}
.form-login .inner {
    background: #e3d8d1;
    box-shadow: 0 18px 57px rgba(0,0,0,51%);
    padding: 50px;
}

.form-logo {
    width: 304px;
    height: 76px;
    display: block;
    background: url(../img/logo-black.png) no-repeat center;
    margin: 0 auto 35px auto;
}

.form-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.form-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #d4cac3;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -1px;
}
.form-title span {
    background: #e3d8d1;
    display: inline-block;
    padding: 0 25px;
    font-size: 38px;
    line-height: 42px;
    font-family: 'Quincy CF', sans-serif;
    text-align: center;
    position: relative;
    z-index: 2;
}

.form-login .field {
    padding: 0 30px;
    margin-bottom: 15px;
}
.form-login .label {
    font-size: 16px;
    line-height: 27px;
    color: #211f1f;
    margin-bottom: 10px;
}

.form-login input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 23px;
    background: #fff;
    border-radius: 5px;
    color: #bcbcbc;
    font-style: italic;
    font-size: 17px;
}
.form-login input::placeholder {color: #bcbcbc;}

.form-login .tx-center {margin-top: 45px;}

.form-text {
    text-align: center;
    margin-top: 35px;
    color: #fff;
}
.form-text a {color: #e3d8d1;}
.form-text a:hover {text-decoration: underline;}

/* FAQ
---------------------------------------------------- */
.icon-heart i {
    background: url(../img/ic-heart.png) no-repeat center !important;
}

.faq-content {padding: 0 50px;}
.faq-content h2 {
    font-size: 34px;
    line-height: 41px;
    padding-left: 25px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}
.faq-content h2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #e3d8d1;
}
.faq-content p {margin-bottom: 30px;}

.faq-content ul {margin-bottom: 50px;}
.faq-content ul li {
    padding-left: 40px;
}
.faq-content ul li + li {margin-top: 20px;}
.faq-content ul li strong {
    position: relative;
}
.faq-content ul li strong:before {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #59a4af;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 20px;
}

/* LIST CATEGORIES
---------------------------------------------------- */
.page-blog .box-frame .center {padding: 55px 75px 95px 75px;}

.list-category {
    display: flex;
}
.list-category li + li {margin-left: 70px;}
.list-category li a {
    display: block;
    color: #999999;
    position: relative;
    padding-bottom: 20px;
}
.list-category li a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #59a4af;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
.list-category li:hover a {
    color: #000;
    font-weight: bold;
}
.list-category li:hover a:after,
.list-category li.active a:after {width: 65px;}

/* BLOG
---------------------------------------------------- */
.blog {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.blog-item {
    padding: 0 10px;
    margin-bottom: 20px;
}
.blog-item .inner {position: relative;}
.blog-item .descr {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    color: #fff;
}
.blog-item .thumb {display: flex;}
.blog-item .thumb img {
    object-fit: cover;
    width: 100%;
}
.category-label {
    padding: 5px 10px;
    background: #59a4af;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}
.blog-item .descr h2 {
    text-align: left;
    font-family: 'Quincy CF', sans-serif;
    font-size: 33px;
    line-height: 40px;
    color: #fff;
}

.page-blog .box-frame .tx-center {margin-top: 25px;}
.page-blog .box-frame .btn-void {
    font-weight: bold;
    text-transform: uppercase;
}

/* BLOG DETAIL 
---------------------------------------------------- */
.blog-detail {
    padding: 60px 0 130px 0;
    background: linear-gradient(0deg, #fff 50%, #e4d9d2 100%);
}
.blog-detail h1 {margin-top: 10px;}

.meta-data {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 28px;
    color: #211f1f;
    position: relative;
} 
.meta-data span {
    background: #c1bbb8;
    width: 1px;
    height: 32px;
    margin-right: 25px;
    margin-left: 25px;
}

.blog-detail .thumb {
    display: flex;
    margin-top: 30px;
}
.blog-detail .thumb img {
    width: 100%;
}

.blog-detail .content {
    padding: 0 100px;
}
.blog-detail .content h2 {
    font-size: 34px;
    line-height: 41px;
    margin-top: 60px;
    text-align: left;
}
.blog-detail .content p + p {margin-top: 25px;}

.blog-detail .content .line {
    display: block;
    height: 1px;
    background: #e2e2e1;
    margin-bottom: 20px;
    margin-top: 10px;
}

.blog-detail .content .list {margin-bottom: 20px;}
.blog-detail .content .list li {
    position: relative;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 5px;
}
.blog-detail .content .list li:before {
    content: '';
    width: 25px;
    height: 2px;
    background: #59a4af;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.blog-detail .content .btn-void {margin-top: 25px;} 

.box-frame .frame .icon.ic-letter i {
    background: url(../img/ic-letter.png) no-repeat center;
}

/* FORM CONTACT 
---------------------------------------------------- */
.form-contact {
    max-width: 850px;
    margin: 55px auto 0 auto;
}
.form-contact .field-group {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.form-contact .field-group .field {
    width: 50%;
}

.form-contact .field {
    position: relative;
    margin-bottom: 20px;
    background: #fcfcfc;
    margin-right: 15px;
    margin-left: 15px;
}

.form-contact .label {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.form-contact input,
.form-contact textarea {
    width: 100%;
    min-height: 70px;
    display: block;
    padding: 0 30px;
    border-radius: 5px;
    border: 1px solid #e2e2e1;  
    font-size: 17px;
    color: #211f1f;
    font-family: 'Greycliff CF', sans-serif;
    position: relative;
    z-index: 2;
}
.form-contact textarea {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: none;
}
.form-contact input::placeholder {color: #211f1f;}
.form-contact textarea::placeholder {color: #211f1f;}
.form-contact .field-area {
    margin-right: 0;
    margin-left: 0;
}
.form-contact .field-area .label {
    top: 20px;
    left: 30px;
    transform: none;
    transition: all 0.3s;
} 
.form-contact .field.focus .label {
    font-size: 14px;
    top: 12px;
}
.form-contact .field-area.focus .label {
    top: 0px;
}

.form-contact .tx-center {margin-top: 40px;}

/* RELATED ARTICLES 
---------------------------------------------------- */
.related-articles {
    background: #d0dbd1;
}
.related-articles .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 20px 0;
}
.related-articles h3 {
    font-size: 38px;
    line-height: 42px;
    color: #244b5a;
}
.related-articles .btn-radius {
    min-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.related-articles .slick-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #a4a4a1;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    margin-top: -70px;
    margin-right: 175px;
}
.related-slider .wrap {
    display: flex;
}


.show-mobile {display: none;}












/* PAGE SLECT 
---------------------------------------------------- */
body.scrolling.page-select {padding-top: 0;}
.page-select {
    padding-bottom: 75px;
    background: #f9f9f9;
}
.page-select .header {
    background: #fff;
    padding: 10px 0;
    border-bottom: none;
    position: static !important;
    transform: none !important;
}
.page-select .header .center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page-select .logo {
    width: 177px;
    height: 42px;
    display: inline-block;
    background: url(/img/logo.svg) no-repeat center;
    background-size: 177px 42px;
}
.btn-back {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #dfdfdf;
    font: bold 16px/31px 'Quincy CF', sans-serif;
    display: flex;
    align-items: center;
}
.btn-back:before {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    background: url(/img/ic-arr-left.png) no-repeat;
    margin-right: 5px;
}

.list-select {padding-top: 75px;}
.list-select h2 {
    font: bold 36px/31px 'Quincy CF', sans-serif;
    color: #295365;
}
.list-select .subtitle {
    font: 16px 'Quincy CF', sans-serif;
    color: #295365;
    margin-top: 10px;
}
.list-select ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    max-width: 870px;
}
.list-select ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-select ul li .inner {
    background: #fff url(/img/arr-slick-opacity.svg) no-repeat right 10px center;
    padding: 13px 26px 13px 13px;
    border: 1px solid #a7a7a7;
    outline: 1px solid transparent;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
}
.list-select ul li .inner:hover {
    border: 1px solid #295265;
    outline: 1px solid #295265;
    background-color: #e3d8d0;
    background: #e3d8d0 url(/img/arr-slick-opacity_hover.svg) no-repeat right 10px center;
}
.list-select ul li .info {
    padding-left: 25px;
}
.list-select ul li h3 {
    font-size: 24px;
    text-align: left;
    color: #295265;
}
.list-select ul li p {
    font-size: 14px;
    line-height: 18px;
    color: #7f7f7f;
}
.list-select ul li .small {
    font-size: 12px;
    line-height: 13px;
    color: #a7a7a7;
    margin-top: 5px;
}
.list-select ul li .small span {
    color: #767676;
}

.select-doctor {
    max-width: 570px;
    margin: 100px auto 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px 50px;
    display: flex;
    align-items: center;
}
.select-doctor img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.select-doctor .info {padding-left: 25px;}
.select-doctor .info h3 {
    color: #295365;
    font: bold 30px/31px 'Quincy CF', sans-serif;
}
.select-doctor .info p {
    font-size: 18px;
    line-height: 15px;
    color: #295365;
    margin-top: 8px;
}
.select-doctor .info p.small {
    font-size: 12px;
    line-height: 18px;
    color: #9f9f9f;
}

.select-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #bababa;
}

/* ---------------------------------------------- */
/*               MEDIA QUERI                      */
/* ---------------------------------------------- */

@media screen and (max-width: 1400px) {
    /* home */
    .home .box {margin-left: 0;}

    /* natural */
    .natural-slider {
        min-width: 100%;
        margin-right: -15px;
    }

    /* percent */
    .percent .center > div {min-width: 750px;}

    /* portfolio ingradients */
    .ingradient-portfolio {padding: 0 15px;}
    .ingradient-portfolio .wrap {
        padding: 100px 15px 0 15px;
    }
    .ingradient-portfolio .portfolio-wrap {
        margin-right: -10px;
        margin-left: -10px;
    }
    .ingradient-portfolio .portfolio-wrap .portfolio-item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .ingradient-portfolio .portfolio-wrap .inner {
        padding: 15px;
        right: 10px;
        left: 10px;
    }
    .ingradient-portfolio .portfolio-wrap h3 {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 0;
    }
    .ingradient-portfolio .portfolio-wrap p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1300px) {
    /* first screen */
    .first-screen .center {background-position: right -100px bottom;}
    .page-treatments .first-screen .center {background-position: right -100px bottom;}

    .care .w50:last-child {padding-left: 50px;}

    /* age */
    .age-ing .info h3 {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 0;
    }
    .age-ing p {
        font-size: 16px;
        line-height: 24px;
        min-height: inherit;
    }
    .age-ing .desc {
        max-width: 350px;
        padding-right: 50px;
    }
    .age-ing .row .item {margin: 0 10px;}
    .age-ing .info {
        padding: 15px;
        justify-content: center;
    }

    /* slider face */
    .slider-face .slider-wrap {
        max-width: 550px;
    }
    .slider-face .text {
        padding: 85px 0 90px 30px;
    }

    /* portfolio */
    .box-detail .portfolio-item .inner {
        padding: 50px 20px 20px 20px;
        font-size: 19px;
        line-height: 25px;
    }

    /* science */
    .science .box .descr {padding: 25px;}
    .science .box .descr p {
        font-size: 20px;
        line-height: 25px;
    }

    /* list category */
    .list-category li + li {
        margin-left: 40px;
    }
    .page-blog .box-frame .center {
        padding: 35px 20px 75px 20px;
    }

    /* blog */
    .blog-item .descr {
        left: 15px;
        right: 15px;
        bottom: 20px;
    }
    .category-label {
        font-size: 10px;
        line-height: 19px;
    }
    .blog-item .descr h2 {
        font-size: 22px;
        line-height: 23px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 1200px) {
    /* header */
    .nav > ul > li + li {margin-left: 15px;}

    /* home */
    .home .box {
        padding: 25px 35px;
        max-width: 550px;
    }

    /* approved */
    .approved .left {max-width: 600px;}
    .approved .info {padding-left: 50px;}

    /* percent */
    .percent .center > div {
        min-width: 65%;
        padding-right: 15px;
    }
    .text-percent {
        font-size: 70px;
        line-height: 45px;
    }
    .percent .flex .w50 {padding-right: 15px;}

    /* satisfaction */
    .satisfaction .center img:first-child {max-width: 400px;}

    /* care */
    .care .image {max-width: 200px;}
    .care .image:last-child {
        margin-left: 170px;
        margin-top: -228px;
    }
    .care .quote {margin-left: 0;}
    .care .w50 ul {margin-left: 0;}

    /* doctors */
    .doctors .item {display: block;}
    .doctors .item .avatar {
        width: 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        background: #eaeaea;
    }

    /* quote doctor */
    .quote-doctor .info {
        padding: 30px 30px 30px 30px;
        position: relative;
    }
    .quote-doctor .info h2 {margin-top: 0;}
    .quote-doctor .info > div:not(.image) {
        padding-right: 0;
        padding-bottom: 0;
    }
    .quote-doctor .info .image {
        min-width: 200px;
        max-width: 200px;
        max-height: 200px;
        display: flex;
        position: absolute;
        right: 30px;
        bottom: 30px;
        margin-bottom: -60px;
    }

    /* step */
    .step-item {
        padding: 20px 0 20px 30px;
    }
    .step-item .align-start {margin-top: 30px;}
    .step-item .image {min-width: 370px;}
    .step-item .text {
        padding-right: 30px;
    }

    /* consultation */
    .form {width: 55%;}
    .consultation .content {
        width: 45%;
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .show-ipade {display: block;}
    .hide-ipade {display: none !important;}

    .show_mobile_icon {display: block;}

    .show-iphone {display: block;}

    .main-title p.subtotal br {display: none;}

    /* header */
    .head-main {
        position: relative;
        min-height: 60px;
        display: flex;
        border-bottom: 1px solid #e2e2e1;
    }
    .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: -999;
        padding: 40px 20px 0 20px;
        margin-top: 1px;
        opacity: 0;
        transition: opacity .3s;
        background: #fff;
        border-bottom: 1px solid #e2e2e1;
    }
    .nav.active {
        opacity: 1;
        z-index: 999;
    }
    .nav > ul {
        flex-direction: column;
        height: 100%;
    }
    .nav > ul > li {
        position: relative;
    }
    .nav > ul > li + li {
        margin-left: 0;
        margin-top: 15px;
    }
    .nav > ul > li:first-child {margin-top: auto;}
    .nav > ul > li > a {
        height: auto;
    }
    .nav > ul > li.login-link {
        margin-top: 40px;
        width: 100%;
    }
    .nav > ul > li.login-link a {
        padding: 20px 0px;
        border-left: none;
        border-right: none;
        border-top: 1px solid #e2e2e1;
        text-align: center;
        justify-content: center;
    }

    .nav > ul > li > .sub-nav {
        position: absolute;
        top: 0;
        opacity: 1;
        visibility: hidden;
        padding: 15px 0;
        border: none;
        justify-content: flex-start;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
    }
    .nav > ul > li:hover > .sub-nav {
        position: static;
        transform: translateX(0);
    }
    .sub-nav ul {margin-left: 0;}
    .nav-info {display: none;}
    .sub-nav ul {min-width: 100%;}

    .logo {
        width: 130px;
        height: 35px;
        background-size: 130px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-nav {
        width: 60px;
        height: 60px;
        border-left: 1px solid #e2e2e1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-left: -15px;
        cursor: pointer;
        order: -1;
    }
    .btn-nav span {
        width: 23px;
        height: 2.5px;
        border-radius: 2px;
        background: #3d3d38;
        transition: transform .3s ease;
    }
    .btn-nav span + span {margin-top: 4px;}
    .btn-nav.active span {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        transform-origin: center;
    }
    .btn-nav.active span:first-child {transform: rotate(-45deg);}
    .btn-nav.active span:last-child {transform: rotate(45deg);}
    .btn-nav.active span:nth-child(2) {display: none;}

    .show_desktop_icon {display: none;}

    /* home */
    .home {margin-top: 104px;}

    /* approved */
    .approved .center {display: block;}
    .approved .left {max-width: 100%;}
    .approved .slider .item img {
        display: block;
        width: 100%;
    }
    .approved .info {padding-left: 0;}

    /* care */
    .means {display: none;}
    .care .bg {padding-bottom: 85px;}
    .presentation {
        flex-wrap: wrap;
        margin-right: -17.5px;
        margin-left: -17.5px;
    }
    .presentation .item {
        width: 50%;
        padding: 0 17.5px 35px 17.5px;
    }
    .presentation .item h6 {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .presentation .item h6 img {
        display: block;
        max-width: 99px;    
        max-height: 140px;  
        object-fit: contain !important;
        margin-bottom: -30px;
        margin-right: -10px;
    }

    /* box-video */
    .box-video ul li:before {
        width: 100px;
        background-size: 100px;
    }

    /* percent */
    .percent .center {flex-direction: column;}
    .percent .center > img {
        margin-top: 0;
        order: -1;
        margin-left: auto;
        margin-right: -15px;
        max-width: 500px;
    }

    /* satisfaction */
    .satisfaction .center {flex-direction: column;}
    .satisfaction .center img:first-child {max-width: inherit;}
    .satisfaction .center img:nth-child(2) {margin: 0;}
    .satisfaction .descr {padding-top: 15px;}

    /* ingradients */
    .ingredients .flex {display: block;}
    .ingredients .text {
        max-width: 100%;
        padding-right: 0;
    }
    .ingredients .quote {
        max-width: 100%;
        margin-top: 150px;
    }

    /* step */
    .step-item:before {right: 50px;}
    .step-item .image {
        min-width: 300px;
        max-width: 300px;
        align-items: center;
    }
    .step-item h3 {
        text-align: left;
        font-size: 30px;
    }

    /* connection */
    .connection .center {flex-direction: column;}
    .connection .image {
        margin-top: -100px;
        min-width: auto;
        display: flex;
        order: -1;
    }
    .connection .text {
        padding-top: 50px;
    }

    /* consultation */
    .form {padding: 20px;}

    /* age */
    .age-ing .row {
        display: block;
        width: 100%;
    }
    .age-ing .row .item {
        margin: 0;
        max-height: 250px;
        display: flex;
        width: 100%;
    }   

    /* portfolio ingradients */
    .drop-down {
        position: relative;
        max-width: 300px;
        margin: 0 auto;
    }
    .drop-down .view {
        cursor: pointer;
        user-select: none;
        padding: 15px 30px 15px 40px;
        border-radius: 35px;
        border: 1px solid #211f1f;
        font-weight: 600;
        position: relative;
    }
    .drop-down .view i {
        display: inline-block;
        width: 7px;
        height: 13px;
        background: url(../img/arr-slick.svg) no-repeat center;
        background-size: 7px;
        transform-origin: center;
        transform: rotate(90deg);
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%) rotate(90deg);
        transition: all 0.3s;
    }
    .drop-down.selected .view i {
        transform: translateY(-50%) rotate(-90deg);
    }
    .drop-down .drop {
        position: absolute;
        top: 100%;
        left: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        z-index: 2;
        background: #244b5a;
        margin-top: 10px;
        text-align: center;
        color: #fff;
        border-radius: 35px;
        width: 100%;
        cursor: pointer;        
    }
    .drop-down .drop.active {
        max-height: 300px;
        padding: 20px 15px;
    }
    .drop-down .drop li:hover {text-decoration: underline;}

    .ingradient-portfolio .portfolio-wrap .portfolio-item {
        width: 50%;
    }
    .ingradient-portfolio .portfolio-wrap .inner {
        padding: 45px 40px;
    }
    .ingradient-portfolio .portfolio-wrap .portfolio-item:nth-last-child(2),
    .ingradient-portfolio .portfolio-wrap .portfolio-item:nth-last-child(3) {margin-bottom: 20px;}

    /* slider face */
    .slider-face .center {
        display: flex;
        flex-direction: column;
    }
    .slider-face .slider-wrap {
        max-width: 100%;
        padding-bottom: 35px;
    }
    .slider-face .slider-wrap ul {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
    .slider-face .text {padding: 0 0 80px 0;}
    .slider-face .text h2 br {display: none;}

    /* travel */
    .travel .center {
        padding: 55px 15px 0 15px;
        flex-direction: column;
    }
    .travel .text {
        max-width: 100%;
        padding: 0 0 50px 0;
    }
    .travel .thumb img {width: 100%;}

    /* science */
    .science .flex {flex-direction: column;}
    .science .box {width: 100%;}
    .science .box:first-child {margin-right: 0;}
    .science .box:last-child {
        margin-left: 0;
        margin-top: 15px;
    }

    /* box frame */
    .item-doctors {width: 50%;}
    .box-frame .center {padding: 60px 30px 30px 30px;}
    .box-frame .frame {padding: 60px 30px;}

    /* list category */
    .list-category li + li {
        margin-left: 15px;
    }
    .list-category li a {font-size: 14px;}

    /* blog detail */
    .blog-detail h1 br {display: none;}

    .box-frame .frame p.subtitle br {display: none;}

    /* form contact */
    .form-contact .label {left: 15px;}
    .form-contact input, 
    .form-contact textarea {
        min-height: 60px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 850px) {
    .show-mobile {display: block;}
    .hide-mobile {display: none;}

    h1 {
        font-size: 32px;
        line-height: 39px;
    }
    h2 {
        font-size: 30px;
        line-height: 33px;
    }
    h4 {
        font-size: 26px;
        line-height: 28px;
    }

    .page-style h2 {
        font-size: 30px;
        line-height: 33px;
    }

    .btn {
        margin-top: 30px;
        padding: 20px 30px;
    }

    /* header */
    .head-line {font-size: 14px;}

    /* home */
    /*.home .box {padding: 60px 20px 95px 20px;}
    .home .box .descr {padding-left: 33px;}
    .home .box .descr:before {
        width: 30px;
        margin-right: -20px;
    }
    .home .btn {
        margin-left: auto;
        margin-right: auto;
        max-width: 235px;
        display: block;
    }
    .home .thumb {
        max-width: 260px;
        margin-top: -65px;
    }
    .home .bg div:first-child {height: 50%;}
    .home .bg div:last-child {height: 50%;}*/

    /* approved */
    .approved .text > div {margin-top: 30px;}
    .approved .text > div p {
        padding-left: 15px;
        padding-right: 0;
    }
    .approved .text .text-percent {padding-right: 0;}
    .approved .text > p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }
    .approved .info {padding-top: 35px;}
    .approved .info h2 br {display: none;}
    .approved .info ul {margin-top: 20px;}
    .approved .info ul li img {
        min-width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    .approved .info ul li + li {margin-top: 30px;}
    .approved .info ul li h5 {
        font-family: 'Proxima Nova', sans-serif;
        font-weight: 600;
    }

    /* care */
    .care:after {top: 30px;}
    .care .bg {
        padding: 40px;
        text-align: center;
    }
    .care .bg > img {margin: 0 -20px 0 0;}
    .care .bg h2 {
        margin: 10px 0 0 0;
        padding-left: 0;
    }
    .care .bg h2:before {display: none;}
    .presentation {
        margin-right: 0;
        margin-left: 0;
        margin-top: 40px;
    }
    .presentation .item {
        width: 100%;
        padding: 0 0 45px 0;
    }
    .presentation .item:last-child {padding-bottom: 0;}

    /* percent */
    .percent {
        margin-top: 60px;
        padding-bottom: 80px;
    }
    .percent .center > div {
        min-width: 100%;
        padding-right: 0;
    }
    .percent .center > img {max-width: 285px;}
    .percent h2 {
        font-size: 32px;
        line-height: 39px;
        margin-top: 10px;
    }
    .percent h2 br {display: none;}
    .percent ul {
        margin-top: 20px;
        margin-left: 0;
    }
    .percent ul li + li {margin-top: 10px;}
    .percent .flex {
        margin-top: 40px;
        display: block;
    }
    .w50 {width: 100%;}
    .percent .flex .w50:last-child {        
        padding-left: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .percent .flex .w50:last-child {
        border-top: 1px solid #e2e2e1;
        border-left: none;
    }
    .text-percent {
        font: bold 71px/71px 'Proxima Nova', sans-serif;
        margin-right: 0;
    }
    .text-percent span {
        font-weight: normal;
        font-size: 32px;
        line-height: 0;
        position: relative;
        top: 13px;
        left: -18px;
    }
    .percent .flex .w50 {
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 5px;
    }

    /* reviews */
    .reviews {padding-top: 65px;}
    .reviews-slider {
        margin-right: -250px;
        margin-left: -250px;
    }
    .reviews-slider .item {margin: 0 7.5px;}
    .reviews-slider .inner {padding: 25px 30px 70px 30px;}

    /* satisfaction */
    .satisfaction {padding: 50px 0;}
    .satisfaction .center img:first-child {margin-bottom: 15px;}
    .satisfaction .descr p {margin-top: 25px;}

    /* ingredients */
    .ingredients {
        background: #0f2026 url(../img/bg-satisfaction_mob.jpg) no-repeat top center;
        background-size: 100%;
        padding: 75px 0 35px 0;
    }
    .page-treatments .ingredients {
        padding: 75px 0;
    }
    .ingredients h2 {
        font-size: 32px;
        line-height: 39px;
        text-align: center;
    }
    .ingredients .flex {margin-top: 35px;}
    .ingredients .text h4 {margin-bottom: 25px;}
    .ingredients .text h4:before {width: 35px;}
    .ingredients .text .btn {
        margin-top: 35px;
        max-width: 235px;
        padding-right: 25px;
        padding-left: 25px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .ingredients .quote {
        margin-top: 130px;      
        padding: 95px 45px 50px 45px;
    }
    .ingredients .quote .thumb {max-width: 145px;}
    .ingredients .quote h4 {
        font-size: 26px;
        line-height: 28px;
    }
    .ingredients .quote h4:before {
        width: 50px;
        height: 36px;
        background-size: 50px;
    }

    /* natural */
    .natural {padding: 80px 0 170px 0;}
    .natural-slider {
        margin-right: -150px;
        margin-top: 15px;
    }
    .natural-slider .item {
        min-height: 240px;
        padding: 0 10px;
        display: flex;
    }
    .natural-slider .item img {
        object-fit: cover;
        height: 100%;
    }
    .page-detail .natural-slider {margin-right: -150px;}
    .page-detail .natural-slider .wrap {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 15px 15px 15px;
    }   
    .natural-slider .inner h6 {
        color: #fff;
        font-size: 20px;
        line-height: 25px;
    }
    .natural-slider .inner p {
        margin-top: 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .natural .slick-arrow {
        top: 100%;
        left: 15px;
        margin-top: 10px;
    }
    .natural .slick-next {left: 65px;}

    /* footer */
    .footer .align-start {flex-wrap: wrap;}
    .footer-item {width: 50%;}
    .footer-item:nth-last-child(1),
    .footer-item:nth-last-child(2) {
        width: 100%;
        margin-top: 50px;
    }
    .footer-item ul li + li {margin-top: 15px;}
    
    .footer .copy {opacity: 0.7;}

    /* first screen */
    .first-screen h1 {font-size: 40px;}
    .first-screen h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 15px;
    }
    .first-screen p {line-height: 25px;}
    .first-screen p br {display: none;}
    .first-screen .align-center img {
        position: absolute;
        left: 0;
        top: 100%;
        max-width: 50px;
        margin-top: 15px;
    }
    .first-screen p.checkbox {
        justify-content: center;
        margin-top: 30px;
    }
    .first-screen ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }   
    .portfolio-item .menu ul {display: none;}

    .page-treatments .first-screen .center {
        background-position: center bottom;
        background-size: 230px;
        justify-content: center;
        text-align: center;
        min-height: auto;
        padding-bottom: 300px;
        padding-top: 50px;
    }
    .page-treatments .first-screen .descr {
        padding-top: 0;
        max-width: inherit;
    }
    .page-treatments .first-screen h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .page-treatments .first-screen h1 {
        font-size: 30px;
        line-height: 33px;
        position: relative;
    }
    .page-treatments .first-screen h1 br {display: none;}
    .page-treatments .first-screen h2 {
        font-size: 19px;
        line-height: 28px;
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
        padding-top: 10px;
    }
    .page-treatments .first-screen h2:after {
        left: 50%;
        bottom: inherit;
        width: 50px;
        height: 3px;
        margin-left: -25px;
    }

    /* portfolio */ 
    .box-portfolio {padding: 60px 0 70px 0;}
    .box-portfolio .center {
        padding: 0 15px;
        border: none;
    }
    .page-treatments .box-portfolio .center {padding: 0 15px 0 15px;}
    .box-portfolio .group-title {
        position: static;
        transform: none;
        background: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 50px;
    }
    .box-portfolio h2 {white-space: normal;}
    .box-portfolio p.subtotal {
        font-size: 22px;
        line-height: 30px;
        white-space: normal;
    }
    .portfolio {margin-right: -170px;}
    .portfolio-item .menu h3 {
        font-size: 25px;
        line-height: 30px;
        padding: 15px 0;
        text-align: center;
        position: relative;
        transition: all .3s;
    }
    .portfolio-item .menu a {
        padding: 5px 0;
        font-size: 14px;
        line-height: 16px;
    }
    .portfolio-item .menu a:after {top: 0;}
    .box-portfolio .info {
        margin-top: 50px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .box-portfolio .info h3 {
        font-size: 27px;
        line-height: 33px;
    }
    .box-portfolio .info h3 br {display: none;}

    /* care */
    .care {padding: 50px 0 100px 0;}
    .care .center {display: block;}
    .care .w50:first-child {
        display: flex;
        justify-content: center;
    }
    .care .image {max-width: 150px;}
    .care .image:last-child {
        margin-left: -25px;
        margin-top: 50px;
    }
    .care .w50:last-child {
        padding-left: 0;
    }
    .care h2 {      
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .care ul {max-width: inherit;}

    /* video */
    .box-video {padding-bottom: 50px;}
    .box-video .video {margin-top: -50px;}
    .box-video .video:after {
        top: 20px;
        left: 50px;
        bottom: 0px;
        right: -10px;
    }
    .box-video ul {
        margin: 30px auto 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box-video ul li {width: 100%;}
    .box-video ul li + li {margin-top: 35px;}
    .box-video ul li:before {display: none;}
    .box-video .tx-center {
        margin-top: 50px;
    }

    /* rethinking */
    .rethinking {
        padding: 50px 0 50px 0;
    }
    .rethinking h2 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 15px;
    }
    .rethinking .center > p {margin-bottom: 50px;}
    .rethinking .item {
        padding: 10px 0px;
        display: block;
    }
    .rethinking .item p {
        font-size: 16px;
        line-height: 20px;
    }
    .rethinking .item br {display: none;}
    .rethinking .item .w50:first-child {margin-bottom: 10px;}

    /* doctor */
    .box-doctors {padding: 50px 0;}
    .box-doctors .center h3 {
        font-size: 30px;
        line-height: 33px;
    }
    .doctors {
        display: block;
        margin-top: 40px;
    }
    .doctors .avatar img:last-child {
        display: block;
        width: 100%;
    }
    .doctors .item .info h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .doctors .item:first-child {
        margin-right: 0;
        width: 100%;
    }
    .doctors .item:last-child {
        margin-left: 0;
        width: 100%;
        margin-top: 25px;
    }

    /* quote doctor */
    .quote-doctor {padding: 50px 0;}
    .quote-doctor .info h2 {color: #244B5A;}
    .quote-doctor .info p.title:before {margin-right: 10px;}
    .quote-doctor .info .image {
        min-width: 100px;
        max-width: 100px;
        max-height: 100px;
        right: 15px;
        margin-bottom: -45px;
    }
    .quote-doctor .info p.title {
        margin-top: 50px;
        font: 500 20px/25px 'Quincy CF', sans-serif;
        padding-right: 100px;
    }
    .quote-doctor .center > p {
        text-align: center;
        margin: 50px 0 25px 0;
        font-size: 20px;
        line-height: 25px;
    }
    .quote-doctor .center > p br {display: none;}

    /* main title */
    .main-title {padding: 50px 0;}
    .main-title p.toptotal {
        font-size: 22px;
        line-height: 28px;
    }
    .main-title h3.toptotal {
        font-size: 30px;
        color: #E3D8D1;
        margin: 0 !important;
    }
    .page-style h1 {
        font-size: 30px;
        line-height: 33px;
    }
    .main-title p.subtotal {
        font-size: 19px;
        line-height: 28px;
    }
    .main-title p.subtotal br {display: none;}

    /* step */
    .step-item:first-child {margin-top: -30px;}
    .step-item:before {right: 0;}
    .step-item {
        padding: 0;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .step-item .image {
        min-width: 100%;
        max-width: 100%;
        order: -1;
    }
    .step-item .image img {
        width: 100%;
    }
    .step-item .text {padding: 20px;}
    .page-style h3 {
        font-size: 24px;
        line-height: 31px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .step-item .icons {
        width: 60px;
        min-width: 60px;
        height: 60px;
        background-size: 25px !important;
    }
    .step-item .align-start {
        flex-direction: column;
        margin-top: 15px;
    }

    /* consultation */
    .consultation {
        padding-top: 50px;
        flex-direction: column;
    }
    .consultation .content {
        width: 100%;
        padding-right: 0;
    }
    .form {
        width: 100%;
        margin-top: 50px;
    }

    /* connection */
    .connection .image {
        margin-top: -30px;
        min-width: 230px;
        max-width: 230px;
    }

    /* age */
    .age-ing .center {
        display: block;
    }
    .age-ing .desc {
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 45px;
        text-align: center;
    }
    .age-ing h2 {text-align: center;}
    .age-ing .row {
        max-width: 300px;
        margin: 0 auto;
    }
    .age-ing .row .item {max-height: inherit;}
    .age-ing .row .item img {
        height: 100%;
        object-fit: cover;
    }
    .age-ing .row .item + .item {margin-top: 20px;}
    .age-ing .info h3 {margin-top: 0;}

    /* start */
    .start .center {display: block;}
    .start .descr {
        padding: 60px 0 50px 0;
        max-width: 100%;
        margin-left: auto;
    }
    .start .thumb {
        margin-right: -15px;
        margin-left: -15px;
    }
    .start .thumb img {width: 100%;}
    .start .descr p {padding-left: 30px;}
    .start .descr p:before {
        width: 30px;
        height: 2px;
        top: 15px;
        right: inherit;
        left: 0;
        margin-right: 0;
        margin-left: -10px;
    }

    /* portfolio ingradients */
    .page-ingradients .main-title {
        padding-bottom: 80px;
    }
    .ingradient-portfolio:before {height: 40px;}
    .ingradient-portfolio .center {
        padding: 30px 30px 75px 30px;
    }
    .ingradient-portfolio .group-title {
        position: static;
        transform: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .ingradient-portfolio .subtotal {white-space: normal;}
    .ingradient-portfolio .wrap {
        border: none;
        padding: 0 0 0 0;
    }
    .ingradient-portfolio .portfolio-wrap {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .ingradient-portfolio .portfolio-wrap .inner {
        padding: 15px;
    }
    .ingradients-bottom {
        padding: 45px 0 80px 0;
    }

    /* box-detail */
    .box-portfolio {padding-top: 40px;}
    .box-portfolio .group-title {margin-bottom: 30px;}
    .box-detail .portfolio {
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
    }
    .box-detail .portfolio-item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .box-detail .portfolio-item .inner {
        padding: 50px 20px 30px 20px;
        font-size: 22px;
        line-height: 28px;
        min-height: auto;
    }

    /* slider face */
    .slider-face:before {height: 25px;} 
    .slider-face .slider-wrap ul {
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
    .slider-face .slider-wrap ul:before {
        top: -10px;
        right: 100px;
        bottom: 20px;
        left: -70px;
    }
    .slider-face .slider-wrap li {padding: 0 2.5px;}

    /* travel */
    .travel .thumb {
        margin-left: -15px;
        margin-right: -15px;
    }
    .travel .text h2 br {display: none;}
    .travel .text p {
        font-size: 19px;
        line-height: 28px;
        position: relative;
        margin-top: 20px;
        padding-left: 33px;
    }
    .travel .text p:before {
        width: 30px;
        margin-right: -24px;
        top: 18px;
    }
    .travel .text .btn-radius {display: none;}

    /* science */
    .science .flex {margin-top: 20px;} 
    .science .box .thumb {
        min-width: 100px;
        max-width: 100px;
    }
    .science .box .descr {
        padding: 15px;
    }
    .science .box .descr p {
        font-size: 18px;
        line-height: 20px;
    }
    .science .box .descr a {font-size: 13px;}
    .science .subtitle {
        font-size: 25px;
        line-height: 29px;
        margin-top: 45px;
    }

    /* box frame */
    .box-frame:before {height: 50px;}
    .list-doctors {
        margin-right: 0;
        margin-left: 0;
    }
    .item-doctors {
        width: 100%;
        padding: 0;
    }
    .item-doctors:last-child {margin-bottom: 0;}
    .box-frame .frame {
        padding: 60px 0 20px 0;
        border: none;
    }
    .item-doctors .thumb h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .item-doctors .thumb h4 {
        font-size: 12px;
        line-height: 20px;
    }
    .item-doctors .thumb {max-height: inherit;}
    .item-doctors .descr {
        padding-left: 0;
        padding-top: 15px;
    }
    .item-doctors .descr:before {display: none;}

    /* login */
    .page-login {padding: 50px 0 60px 0;}
    .form-logo {
        width: 215px;
        height: 55px;
        background-size: 215px;
    }
    .form-login .inner {
        padding: 35px 20px 55px 20px;
    }
    .form-login .field {
        padding: 0 0;
        margin-bottom: 15px;
    }
    .form-title span {
        font-size: 27px;
        line-height: 33px;
    }
    .form-login input {height: 50px;}
    .form-login .tx-center {
        margin-top: 30px;
    }

    /* faq */
    .faq-content {padding: 0 0;}
    .faq-content h2 {
        font-size: 25px;
        line-height: 29px;
        padding-left: 20px;
    }

    /* blog */  
    .blog {
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
    }
    .blog-item {
        width: 100%;
        padding: 0 0;
    }
    .blog-item .thumb {
        max-height: 400px;
        min-height: 400px;
    }

    /* blog detail */
    .blog-detail {padding: 30px 0 70px 0;}
    .blog-detail .content {padding: 0 0;}
    .blog-detail .content h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 40px;
    }
    .blog-detail .content .flex-start {flex-wrap: wrap;}
    .blog-detail .content .list {
        width: 100%;
        margin-bottom: 0;
    }
    .blog-detail .content .list:last-child {margin-bottom: 20px;}
    .blog-detail .content .btn-void {
        max-width: 185px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .meta-data {font-size: 15px;}
    .meta-data span {
        height: 30px;
        margin-right: 15px;
        margin-left: 15px;
    }

    /* form contact */
    .form-contact .field-group {
        margin-right: 0;
        margin-left: 0;
        flex-wrap: wrap;
    }
    .form-contact .field-group .field {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    /* related slider */
    .related-slider .center {
        position: relative;
    }
    .related-slider .wrap {
        display: block;
    }
    .related-articles {
        padding-bottom: 120px;
        position: relative;
    }
    .related-articles .slick-arrow {
        top: inherit;
        bottom: 0;
        left: 0;
        margin-top: 0;
        margin-bottom: -50px;
    }
    .related-articles .slick-next {left: 48px;}
    .related-articles .btn-radius {
        right: 15px;
        bottom: 70px;
        position: absolute;
    }
}

@keyframes pulse{0%{transform:scale(.95)}50%{transform:scale(1)}100%{transform:scale(.95)}}
.pulse {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 650px) { 
    .show-mob {display: block !important;}
    .hide-mob {display: none !important;}

    /* portfolio ingradients */
    .ingradient-portfolio .portfolio-wrap .portfolio-item {
        width: 100%;
        padding: 0;
        min-height: 300px;
    }
    .ingradient-portfolio .portfolio-wrap .inner {
        padding: 15px;
        right: 0;
        left: 0;
    }
    .ingradient-portfolio .portfolio-wrap h3 {
        margin-top: 0;
    }
    .bottom-Featured-logo-DT {display: none;}
    .bottom-Featured-logo-MOB {
        display: block;
        margin-top: 50px;
    }

    .fixed-button {
        background: #396d79;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8px 0;
        position: fixed;
        border: 0 !important;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        margin: 0 !important;
    }
    .fixed-button span {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .fixed-button p {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        display: flex;
        align-items: center;
        transition: all 0.3s;
    }
    .fixed-button p:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        border: solid #fff;
        border-width: 0 2.5px 2.5px 0;
        padding: 3px;
        transform: rotate(-45deg);
        margin-left: 5px;
        position: relative;
        top: 2px;
    }
    .fixed-button:hover p {
        transform: scale(1.1);
    }
    .fixed-image {
        background: #fff;
        text-align: center;
        padding: 20px;
    }
    .fixed-image img {
        display: block;
        width: 100%;
    }

    /* home */
    .home {margin-top: 104px;}
    .home .align-start {display: block;}
    .home .box {max-width: 100%;}
    .home .thumb {
        max-width: 400px;
        margin: 50px auto 0 auto;
    }
    .home .bg {display: block;}
    .home .bg div:first-child {
        width: 100%;
        height: 30%;
    }
    .home .bg div:last-child {
        width: 100%;
        height: 70%;
    }
    .first-screen .align-center {
        justify-content: center;
        opacity: 1;
        transform: none;
        position: relative;
    }
    .first-screen .descr {max-width: 100%;}

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

    .first-screen .descr {padding: 45px 0 100px 0;}
    .tag {justify-content: center;}

    .first-screen .center {
        justify-content: center;
        text-align: center;
    }
    .btn-radius {
        margin-left: auto;
        margin-right: auto;
    }

    .first-screen .descr {padding: 30px 0 350px 0;}

    .first-screen .descr h2 {
        font-size: 20px !important;
        font-weight: normal;
        text-align: center;
        letter-spacing: 1px;
    }
    .first-screen h1 {min-height: 114px;}
    .first-screen h1 .typer {
        font-size: 40px;
        line-height: 1.2;
    }
}

@media screen and (max-width: 500px) { 
    .btn-radius  {
        padding: 10px 15px;
        font-size: 12px;
    }

    .satisfaction .center img:nth-child(2) {
        max-width: 100px;
        margin-top: 10px;
    }
    .natural-slider {margin-right: -250px;} 

    /* portfolio */
    .portfolio {
        margin-right: -170px;
    }
    .portfolio-item .menu h3 {
        font-size: 17px;
        line-height: 21px;
    }
    .portfolio-item {margin: 0 5px;}
    .portfolio {margin-right: -100px;}

    /* box-video */
    .box-video .video .group h3 {
        font: 23px/25px 'Quincy CF', sans-serif;
        color: #fff;
        margin-top: 15px;
    }
    .box-video .video .video-play {
        width: 50px;
        height: 50px;
    }
    .box-video .video .video-play:after {
        border-top: 10px solid transparent;
        border-left: 15px solid #fff;
        border-bottom: 10px solid transparent;
    }

    /* rethinking */
    .rethinking .group-image img {
        max-width: 70px;
    }

    /* doctors */
    .doctors .item .info {padding: 20px;}

    /* quote doctor */
    .quote-doctor .info p.title {
        font-size: 14px;
        line-height: 16px;
    }
    .quote-doctor .info span {
        display: block;
        font-size: 12px;
        padding-right: 100px;
    }

    /* step */
    .step-item h3 br {display: none;}
    .connection h2 {
        font-size: 30px;
        line-height: 33px;
    }
    .connection .text p {
        font-size: 17px;
        line-height: 27px;
        padding-left: 20px;
    }
    .connection .text ul {
        margin-top: 30px;
        padding-left: 0;
    }
    .connection .text ul li:before {min-width: 20px;}

    /* consultation */
    .consultation .content h4 {
        margin-top: 30px;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .consultation .content h5 {
        font: 500 15px/18px 'Quincy CF', sans-serif;
    }
    .consultation .content h6 {
        font-size: 12px;
        line-height: 20px;
    }
    .consultation .content p.small br {display: none;}
    .form h5 {
        font: 500 19px/25px 'Quincy CF', sans-serif;
    }
    .form .group {display: block;}
    .form .group input:first-child {
        margin-right: 0;
    }
    .form .group input:last-child {
        margin-left: 0;
    }
    .form .tx-center {
        margin-top: 20px;
    }
    .btn-radius {
        padding: 12px 45px;
    }

    /* blog */  
    .blog {
        margin-top: 30px;
        margin-right: 0;
        margin-left: 0;
    }
    .blog-item {
        width: 100%;
        padding: 0 0;
    }
    .blog-item .thumb {
        max-height: 200px;
        min-height: 200px;
    }
}