.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}.slick-slide:focus{outline:none}[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}.slick-dots{list-style:none;text-align:center}.slick-dots li{display:inline-block;vertical-align:middle;margin:0 4px;border:1px solid transparent;border-radius:50%;padding:5px}.slick-dots li:first-child:last-child{display:none}.slick-dots li.slick-active button{background:var(--gold)}.slick-dots li.slick-active{border-color:rgba(255,255,255,0.3)}.slick-dots button{display:block;position:relative;width:9px;height:9px;border-radius:50%;text-indent:-999px;overflow:hidden;padding:0;background:#fff;border:none}.slick-arrow{background-color:transparent;border:none;width:13px;height:24px;padding:0;position:absolute;top:50%;margin-top:-6px;left:0}.slick-prev{background:transparent url(../img/arrow-left_xal2lt.png) no-repeat center}.slick-next{background:transparent url(../img/arrow-right_d6wmpy.png) no-repeat center;right:0;left:auto}

@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Bold.eot');
    src: url('../fonts/Campton-Bold_1.eot#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Bold.woff2') format('woff2'),
        url('../fonts/Campton-Bold.woff') format('woff'),
        url('../fonts/Campton-Bold.ttf') format('truetype'),
        url('../img/Campton-Bold.svg#Campton-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Light.eot');
    src: url('../fonts/Campton-Light_1.eot#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Light.woff2') format('woff2'),
        url('../fonts/Campton-Light.woff') format('woff'),
        url('../fonts/Campton-Light.ttf') format('truetype'),
        url('../img/Campton-Light.svg#Campton-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-SemiBold_1.eot');
    src: url('../fonts/Campton-SemiBold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Campton-SemiBold.woff2') format('woff2'),
        url('../fonts/Campton-SemiBold.woff') format('woff'),
        url('../fonts/Campton-SemiBold.ttf') format('truetype'),
        url('../img/Campton-SemiBold.svg#Campton-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Campton';
    src: url('../fonts/Campton-Medium.eot');
    src: url('../fonts/Campton-Medium_1.eot#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Medium.woff2') format('woff2'),
        url('../fonts/Campton-Medium.woff') format('woff'),
        url('../fonts/Campton-Medium.ttf') format('truetype'),
        url('../img/Campton-Medium.svg#Campton-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Campton Book';
    src: url('../fonts/Campton-Book_1.eot');
    src: url('../fonts/Campton-Book.eot#iefix') format('embedded-opentype'),
        url('../fonts/Campton-Book.woff2') format('woff2'),
        url('../fonts/Campton-Book.woff') format('woff'),
        url('../fonts/Campton-Book.ttf') format('truetype'),
        url('../img/Campton-Book.svg#Campton-Book') format('svg');
    font-weight: normal;
    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;
}

:root {
    --gold: #DDBD7C;
}

button {
    background: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
html {scroll-behavior: smooth;}
body {
    background: #fff;
    font-family: Campton,sans-serif;
    color: #040707;
}   

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

h2.title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    color: #151b30;
}
h2.title span {color: #DDBD7C;}
h2.title sup {font-size: 35px;}

p b {font-weight: 600;}

.mt30 {margin-top: 30px;}

.c-gold {color: var(--gold) !important;}

/* display */
.flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
}

.row {
	display: flex;
	justify-content: space-between;
	margin-right: -15px;
	margin-left: -15px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {padding: 0 15px;}
.col-1 {width: 8.33333333%;}
.col-2 {width: 16.66666667%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33333333%;}
.col-5 {width: 41.66666667%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33333333%;}
.col-8 {width: 66.66666667%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33333333%;}
.col-11 {width: 91.66666667%;}

.d-none {display: none !important;}
.wrapper {overflow: hidden;}

/* main */
.center {
    width: 100%;
    max-width: 1350px;
    min-width: 250px;
    margin: 0 auto;
    padding: 0 15px;
}
.tx-center {text-align: center;}
.tx-right {text-align: right;}
.tx-left {text-align: left;}

.svg-icon {
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: -999999;
}

.c-red {color: #b32027 !important;}
.f-500 {font-weight: 500 !important;}
.f-bold {font-weight: bold !important;}

.btn {
    padding: 10px;
    background: #23f197;
    border-radius: 5px;
    display: flex;
    min-height: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #051c3a;
    position: relative;
    animation: pulse 3s infinite;
    transition: all .3s;
}
.btn span {
    position: relative;
    top: 1px;
}
.btn i {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12.5px;
    background: #24e48f url(../img/ic-arr.png) no-repeat 11px 7px;
}
.btn:hover {
    background-color: #88171b;
    color: #fff;
}
.btn:hover i {background-color: #751416;}
@keyframes pulse {
	0%{box-shadow:0 0 0 0 rgba(0,0,0,.8)}
	50%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}
	to{box-shadow:0 0 0 20px transparent}
}

/* HEADER
-------------------------------------- */
.header {
    background: #151c35;
    padding: 6px 0 7px 0;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.header .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 40px;
    padding-left: 40px;
}

.logo {
    display: inline-block;
    width: 140px;
    height: 38px;
    background: url(../img/logo.svg) no-repeat 50%;
    background-size: 140px;
}

.head-info {
    font-weight: 300;
    font-size: 18px;
    line-height: 47px;
    letter-spacing: 2px;
}

.head-btn {
    border-radius: 5px;
    padding: 14px 10px;
    background: #e9b77f;
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.head-btn * {
    position: relative;
    z-index: 2;
}
.head-btn span {
	position: relative;
	top: 1px;
	left: -10px;
}
.head-btn i {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 10px;
    background: #cea16e url(../img/ic-arr.png) no-repeat 11px 7px;
    transition: width .3s;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12.5px;
}
.head-btn:hover i {
    background-color: #133051;
}
.head-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: 1;
    background: #1a3b62;
    transition: width .3s;
}
.head-btn:hover:after {
    width: 100%;
}

/* HOME
-------------------------------------- */
.home {
    background: #111d34 url(../img/bg-home.jpeg) no-repeat 50%;
    padding: 29px 0 40px 0;
    margin-top: 61px;
}
.home h1 {
    font-size: 44px;
    line-height: 70px;
    letter-spacing: 2px;
    color: #fff;
}
.home h1 br {
    display: none;
}
.home h1 span {
    position: relative;
}
.home h1 span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #fff;
}
.home h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
}

/* SLOGAN
-------------------------------------- */
.slogan {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.slogan p {
    padding: 15px 0 15px 25px;
    position: relative;
    font-family: Campton Book,sans-serif;
    font-size: 27px;
    color: #b82c2a;
}
.slogan p:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: #b82c2a;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.slogan p span {
    color: #111c31;
}

/* PRODUCT
-------------------------------------- */
.product {
    max-width: 790px;
    margin: 45px auto 0;
    background: #f5f5f5;
    position: relative;    
    padding: 30px 0;
}
.product .signature {
    max-width: 185px;
    display: inline-block;
}
.product .wrap {
	display: flex;
    align-items: center;
}
.product:before {
    content: "";
    width: 49px;
    height: 54px;
    background: url(../img/ic-rx.png) no-repeat;
    position: absolute;
    top: 12px;
    right: 18px;
}

.product .thumb {
    margin-left: -105px;
    min-width: 238px;
}
.product .icons {
    display: flex;
    margin-top: 10px;
}
.product > .icons {display: none;}
.product .thumb .icons {
    display: none;
}
.product .icons li {
    display: flex;
    align-items: center;
}
.product .icons li:first-child {
    padding-right: 7px;
}
.product .icons li:first-child img {max-width: 27px;}
.product .icons li:last-child img {max-width: 35px;}
.product .icons p {
    font-size: 9px;
    line-height: 12px;
    color: #a4a4a4;
    margin-left: 7px;
    text-transform: uppercase;
}

.product .entry {
    width: 100%;
    padding-left: 50px;
}
.product h2 {
    font-size: 32px;
    line-height: 40px;
    color: #0c1e33;
}
.product h3 {
    font-size: 20px;
    line-height: 35px;
    color: #0c1e33;
}
.product .row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
}

.product .list-check {margin-bottom: 15px;}
.product .list-check li + li {
	margin-top: 8px;
}
.product .list-check li {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 19px;
}
.product .list-check li i {
	width: 19px;
	height: 19px;
	margin-right: 5px;
}
.product .list-check li span {
	color: #b32027;
	margin-right: 5px;
}

.product .free {
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
}
.product .phone {
    font-weight: 300;
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 20px;
}
.product .name {
    font-size: 15px;
    line-height: 23px;
    font-family: Campton Book,sans-serif;
}
.product .profession {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.product .col:last-child {
    padding-right: 58px;
    max-width: 335px;
    width: 100%;
}
.product .testimonial li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #e4e5e7;
    font-size: 16px;
    font-weight: 300;
    color: #465463;
}
.product .testimonial li:first-child {
    border-top: none;
    padding-top: 0;
}
.product .testimonial li .ic-arr {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/dropdown.png) no-repeat;
	margin-left: 8px;
	vertical-align: middle;
}
.product .testimonial li .price.cross {
	position: relative;
}
.product .testimonial li .price.cross:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	height: 1px;
	width: 45px;
	background: #9ea2a6;
	margin-top: -0.5px;
}
.product .testimonial li.medium {
	font-weight: 500;
}
.product .testimonial li.medium .price {color: #b32027;}
.throw {text-decoration: line-through;}

.select {position: relative;}
.select .selected {
    cursor: pointer;
    user-select: none;
}
.select .drop {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
.select .drop li {cursor: pointer;}
.select.selected .drop {
    opacity: 1;
    height: auto;
}
.select.selected .ic-arr {
    transform-origin: center;
    transform: rotate(-180deg);
}

.testimonial .selected {
    display: flex;
    align-items: center;
}
.testimonial .selected .drop {
    z-index: 99;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.testimonial .selected .drop li:first-child {border-top: none;}
.testimonial .selected .drop li:hover {color: #b21f27;}

.product .btn {
    margin-top: 15px;
    width: 100%;
}

.product:after {
    content: "";
    width: 73px;
    height: 52px;
    background: url(../img/ic-crown.png) no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -35px;
}

.product .bottom {
	min-width: 100%;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	padding: 0 30px 0 30px;
}
.product .bottom b {font-weight: 500;}

/* PROCCESS
-------------------------------------- */
.process {padding: 100px 0 40px 0;}
.process .center {max-width: 1120px;}
.process h2.title {margin-bottom: 60px;}

.process-icons {
	display: flex;
	justify-content: center;
}
.process-icons li {
	padding: 0 17.5px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.process-icons li:before {
    content: '';
    display: block;
    position: absolute;
    top: 55px;
    left: calc(100% / 2 + (8.5rem / 2));
    width: 200px;
    height: 4px;
    background: url(../img/ellipsis_pydidg.png) repeat-x left top;
    animation: 0.5s linear infinite dots-bg;
}
.process-icons li:last-child:before {display: none;}

@keyframes dots-bg {
    from {background-position-x: 0;}
    to {background-position-x: 24px;}
}

.process-icons li .icon {
    display: inline-block;
    width: 114px;
    height: 114px;
    margin-bottom: 40px;
}
.process-icons li .icon svg {
	border-radius: 50%;
	border: 4px solid #d9b377;
	transition: all 0.5s;
    transform: perspective(300px);
}
.process-icons li .icon:hover svg {
	transform: perspective(300px) translate3d(0, 0, 0) rotateY(180deg);
}
.process-icons li h3 {
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0.12rem;
	color: #151b2f;
	position: relative;
	margin-bottom: 20px;
}
.process-icons li h3:before {
	content: attr(data-number);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: rgba(21, 27, 47, 0.1);
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-50%);
}
.process-icons li p {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #313f49;
}

.proccess-bottom {
	margin-top: 70px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}
.proccess-bottom div {
	position: relative;
    max-width: 320px;
    width: 100%;
    margin: 0px auto;
}
.proccess-bottom div:after, .proccess-bottom div:before {
    content: '';
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#b4975a));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #b4975a);
    width: 22rem;
    height: 1px;
    top: 50%;
}
.proccess-bottom div:before {
    right: calc(100% + 2.8rem);
}
.proccess-bottom div:after {
    left: calc(100% + 2.8rem);
    transform: rotate(180deg);
}

.label-text {
	display: flex;
	justify-content: center;
}
.label-text i {
    display: inline-block;
    max-width: 24px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.label-text div {text-align: center;}
.label-text p {
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	font-weight: bold;
	color: #161b2e;
}
.label-text .icon {
	width: 28px;
	height: 28px;
    min-width: 28px;
	background: url(../img/ic-tag.png) no-repeat;
	margin-right: 8px;
}
.label-text a {
	font-size: 17px;
	line-height: 27px;
	text-decoration: underline;
	margin-top: 25px;
	display: inline-block;
	color: #161b2e;
}
.label-text a:hover {text-decoration: none;}

/* PROCCESS
-------------------------------------- */
.reviews {
	padding: 180px 0 100px 0;
	background-color: #151b2f;
	color: #fff;
    min-height: 715px;
}
.reviews h2.title {
	margin-bottom: 75px;
	color: #fff;
}

.reviews-slider {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.reviews-slider__item {
    display: flex !important;
    align-items: center;
}
.reviews-slider__img {
    flex: none;
    width: 140px;
    height: 140px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 10px;
}
.reviews-slider__img img {
    width: 120px;
    height: 120px;
    border: 1px solid #b4975a;
    background-color: #ffffff;
    border-radius: inherit;
}
.reviews-slider__content {
    padding-left: 40px;
    width: 80%;
}
.reviews-slider__content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.12rem;
}
.reviews-slider__name {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.12rem;
    margin-bottom: 13px;
    font-weight: 300;
}
.reviews-slider .slick-dots {
    margin-top: 94px;
}

/* WELCOME
-------------------------------------- */
.welcome {
    padding-top: 120px;
    position: relative;
}

.welcome__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 96%;
    width: calc(50% - 2rem);
    background: url(../img/welcome-bg.jpeg) right top/cover no-repeat;
    border-radius: 0 0 0 42%;
}
.welcome__bg .av {
    position: absolute;
    top: 100px;
    left: -100px;
    border-radius: 50%;
    box-shadow: 0 0 10rem rgb(89 125 134 / 18%);
}
.av img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
}

.welcome__content {
    width: calc(50% - 3rem);
    position: relative;
}
.welcome__content .bg {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 238px;
    height: 390px;
    margin-left: 30px;
}
.welcome .section__header {
    text-align: left;
    margin-bottom: 40px;
}
.welcome .section__header h3 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
}
.welcome .section__header h3 sup {font-size: 25px;}
.welcome .section__header h2 {
    font-size: 75px;
    line-height: 83px;
    font-weight: 700;
}

.devider {
    width: 70px;
    height: 8px;
    background: #b31f23;
    margin-top: 40px;
}

.welcome p {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
}
.welcome p + p {margin-top: 28px;}
.welcome p b {
	font-weight: bold;
}
.welcome__content .wrap {margin-bottom: 28px;}

.welcome .group {
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.welcome .group .btn {
	min-width: 320px;
	margin-bottom: 40px;
}

/* MEDICAL
-------------------------------------- */
.medical {
	padding-top: 80px;
	margin-top: 70px;
	position: relative;
}
.medical:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 58%;
	z-index: -1;
	background: url(../img/bg-medical.jpg) no-repeat center top;
	background-size: cover;
}

.medical .toptitle {
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: normal;
}
.medical .title {
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 15px;
}
.medical .subtitle {
	font-size: 34px;
	line-height: 45px;
    letter-spacing: 2px;
	font-weight: 300;
	color: #fff;
}
.medical .subtitle span {color: #b31f24;}

.medical-doctors {
	display: flex;
	justify-content: center;
	margin-top: 85px;
}
.medical-doctors .item {
	width: 33.33%;
	padding: 0 25px;
}
.medical-doctors .item .thumb {
	padding: 20px;
	border: 1px solid #bca35f;
}
.medical-doctors h3 {
	font-size: 24px;
	line-height: 30px;
	color: #151a30;
	margin-top: 30px;
}
.medical-doctors h3 {
	font-size: 24px;
	line-height: 30px;
	color: #151a30;
	margin-top: 30px;
	letter-spacing: 1px;
}
.medical-doctors h4 {
	font-size: 18px;
	color: #151a30;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 1px;
}
.medical-doctors p {
	font-size: 18px;
	line-height: 28px;
	color: #151a30;
	font-weight: 300;
	letter-spacing: 1px;
}

.btn-more {
	position: relative;
	margin-top: 70px;
    display: block;
}
.btn-more:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #d7d7d7;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -0.5px;
}
.btn-more span {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #a42f2b url(../img/ic-real.png) no-repeat center;
	border: 7px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}

/* FEATURE
-------------------------------------- */
.featured {
    padding-top: 70px;
    padding-bottom: 70px;
}
.featured .center {
    display: flex;
    align-items: center;
}
.featured .center > .box,
.featured .center > .text {
    width: 50%;
}
.featured .center > .box {margin-right: 40px;}
.featured .center > .text {margin-left: 40px;}

.featured .box {
    background: #eaebec;
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 2px 10px 0 rgb(85 72 72 / 28%);
}
.featured .box > div {
    background: #fff;
    border: 2px solid #eaebec;
    border-radius: 20px;
    padding-bottom: 15px;
}
.featured .box h3 {
    padding: 20px 0;
    font-weight: normal;
    font-size: 24px;
}
.featured .box .text {
    background: #1a274b;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 10px;
    max-width: 125px;
    margin: 0 auto;
    text-align: center;
}
.featured .box ul {margin-top: 15px;}
.featured .box ul li {
    display: flex;
    border-top: 1px solid #eaebec;
    transition: all 0.2s linear;
}
.featured .box ul li:first-child {
    border-top: 2px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    background: #edf7ff;
}
.featured .box ul li:last-child {
    border-top: 2px solid #eaebec;
}
.featured .box ul li:hover {background: #edf7ff;}
.featured .box ul li div {
    min-height: 65px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    padding-left: 30px;
}
.featured .box ul li div b {font-weight: 500;}
.featured .box ul li div:first-child {width: 50%;}
.featured .box ul li div:nth-child(2) {width: 25%;}
.featured .box ul li div:nth-child(3) {width: 25%;}

.featured .text h2 {
    font-weight: 500;
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
}
.featured .text p {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 27px;
}
.featured .text p b {font-weight: 500;}
.featured .text .btn {max-width: 300px;}

/* MEMBERS
-------------------------------------- */
.members {padding-top: 95px;}

.members-wrap {
	margin-top: 70px;
	display: flex;
}

.members-wrap__left {width: 30%;}
.members-wrap__right {width: 70%;}

.members-slider-wrapper {min-width: 1700px;}

.members-total__tit {
    font-size: 71px;
    font-weight: bold;
    line-height: 85px;
}
.members-total__txt {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.members-total .stars {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.members-total .stars .icon {
    display: block;
    color: #da4941;
    width: 30px;
    height: 30px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    transition: 0.3s linear;
    position: relative;
}

.members-total .members-bars {
    margin-top: 25px;
}
.members-bar {
    display: flex;
    align-items: center;
    padding: 4px 0;
}
.members-bar__stars {
    width: 21%;
    font-size: 17px;
    font-weight: 300;
}
.members-bar__progress {
    flex: 1;
    height: 21px;
    background: #f0f0f0;
    position: relative;
}
.members-bar__fill {
    background: #da4941;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.members-bar__count, .members-bar__procent {
    width: 14%;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}

.members-inner {
    box-shadow: 0 6px 18px rgb(182 182 182 / 18%);
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 45px;
}
.members-slider .slick-slide {
    margin: 50px 20px 25px;
    height: auto;
}
.members-slider .slick-dots {display: none !important;}
.members-inner__img {
    margin-top: -90px;
}
.members-inner__img img {
    height: 90px;
    border-radius: 50%;
    width: 90px;
}
.members-inner__date {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    line-height: 1.2;
    margin-top: -5px;
    margin-bottom: 20px;
}
.members-inner__text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #8f8f8f;
}

.members-inner .stars {
    display: flex;
    align-items: center;
}
.members-inner .stars .icon {
    display: block;
    color: #ffb400;
    margin-right: 2px;
    width: 18px;
    height: 18px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.members-inner__name {
    font-weight: 500;
    font-size: 18px;
}

.members-inner__stars {
    margin-bottom: 5px;
}

/* ICONS
-------------------------------------- */
.section-icons {
	padding-top: 70px;
}
.section-icons ul {
	display: flex;
	justify-content: center;
}
.section-icons ul li + li {margin-left: 90px;}
.section-icons ul li {
	text-align: center;
}
.section-icons ul li p {
	font-size: 18px;
	letter-spacing: 1px;
	color: #151a30;
	margin-top: 20px;
}

/* FAQ
-------------------------------------- */
.faq {
	padding-top: 130px;
	padding-bottom: 110px;
}

.accordion {
  	margin-top: 30px;
}

.accordion__head {
  	position: relative;
  	cursor: pointer;
  	padding: 16px 15px 16px 50px;
  	font-size: 24px;
  	line-height: 1.55;
  	font-weight: 300;
  	letter-spacing: 1px;
}

.accordion__head:not(:first-child) {
  	border-top: 1px solid rgba(49, 63, 73, 0.2);
}

.accordion__head:before {
  	content: '+';
  	display: block;
  	position: absolute;
  	left: 0;
  	top: 50%;
  	-webkit-transform: translate(0, -50%);
  	transform: translate(0, -50%);
  	font-size: 36px;
  	line-height: .8;
  	color: #b31f24;
  	margin-top: -1px;
}

.accordion__head.open:before {
  	content: '-';
}

.accordion__body {
  	padding-left: 50px;
  	padding-bottom: 35px;
  	font-size: 18px;
  	line-height: 36px;
  	letter-spacing: 1px;
  	font-weight: 300;
}
.accordion__body p + p {margin-top: 36px;}

.accordion__body>*:last-child {
  	margin-bottom: 0;
}

.accordion__body>*:first-child {
  	margin-top: 0;
}

/* KING
-------------------------------------- */
.king {
  	padding-top: 115px;
  	padding-bottom: 40px;
  	position: relative;
 	background: #b21f24;
 	overflow: hidden;
}

.king:after {
  	content: '';
  	display: block;
  	position: absolute;
  	background: url("../img/section-danger-top-arrow.png") no-repeat center;
  	width: 179px;
  	height: 49px;
  	left: 50%;
  	top: -10px;
  	z-index: 1;
  	transform: translateX(-50%);
}

.crown {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.crown i {
    display: inline-block;
    max-width: 850px;
    height: 100px;
    width: 100%;
}

.king .crown {margin-bottom: 50px;}

.king .img-line {
    margin-bottom: 20px;
    text-align: center;
}
.get-started__content, .img-line__content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.get-started .btn:after, .get-started .btn:before, .get-started__content:after, .get-started__content:before, .img-line .btn:after, .img-line .btn:before, .img-line__content:after, .img-line__content:before {
    content: '';
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#b4975a));
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #b4975a);
    width: 368px;
    height: 1px;
    top: 50%;
}
.get-started .btn:before, .get-started__content:before, .img-line .btn:before, .img-line__content:before {
    right: calc(100% + 2.8rem);
}
.get-started .btn:after, .get-started__content:after, .img-line .btn:after, .img-line__content:after {
    left: calc(100% + 2.8rem);
    transform: rotate(180deg);
}

.king .section-header {
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}

.king .icon-list {
    margin-bottom: 50px;
    display: flex;
    margin: 0 auto;
    max-width: 1120px;
}
.icon-list--row .icon-list__item {
    padding-left: 20px;
    padding-right: 20px;
    width: 24%;
    margin-bottom: 30px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.icon-list--row .icon-list__item > div {
    display: flex;
    align-items: center;
}

.icon-list__icon {
    height: 62px;
    width: 62px;
    min-width: 62px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-radius: 50%;
    border: 1px solid #566776;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.icon-list__icon svg {
    width: 60px;
    min-width: 60px;
    height: 60px;
}
.icon-list--light .icon-list__icon {
    border-color: #fff;
}
.icon-list__text {
    flex: 1;
    padding-left: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.6;
    align-self: center;
}

.icon-list__icon .ic {
    height: 32px;
    width: 32px;
}
.ic--visit {
    background-image: url(../img/icon_medicine_white_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 3px;
}
.ic--time {
    background-image: url(../img/icon_Watch_white_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ic--smile {
    background-image: url(../img/icon_Smiling_white_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.ic--rezults-white {
    background-image: url(../img/icon_Pill_white_2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.king .tx-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 70px;
}
.king .btn {
	min-width: 280px;
	background: #dfb37b;
	border-radius: 0;
	color: #151b30;
    text-transform: uppercase;
}
.king .btn:hover {
    background: #fff;
}
.king .label-text {margin-top: 40px;}
.king .label-text .icon {
	width: 30px;
    height: 30px;
	background: url(../img/ic-tagwhite.png) no-repeat;
}
.king .label-text p {
	color: #fff;
}

/* POPUP
-------------------------------------- */
.popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -999;
    opacity: 0;
    transition: opacity 0.5s;
    background: rgba(0,0,0,.8);
    z-index: -999;
}
.popup-overlay.active {
    opacity: 1;
    z-index: 999;
}
.popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9991;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity 0.5s 0.5s;
}
.popup.active {
    opacity: 1;
    z-index: 9991;
    height: auto;
    overflow: visible;
}

.popup-info {
    background: #fff;
    max-width: 80%;
    width: 100%;
}
.popup-info .popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    border: 3px solid #fff;
    cursor: pointer;
    font-size: 32px;
    transition: all 0.3s;
}
.popup-info .popup-close svg {fill: #fff;}
.popup-info .popup-close:hover {
    color: #b21f24;
    border-color: #b21f24;
}
.popup-info .c-red,
.popup-info a.c-red  {color: #c60202;}
.popup-info .modal-title {
    background: #151b2f;
    padding: 30px;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}

.drug-modal-header {
    background: #151b2f;
    padding: 30px;
}
h4.modal-title {
    color: #FFFFFF;
    font-size: 50px;
}
.text-danger {color: #C70003;}

.modal-body {padding: 30px;}
.modal-body h4 {font-size: 35px;}
.modal-body h5 {
    font-size: 25px;
    padding: 20px 0;
}
.modal-body p {
    margin-bottom: 28px;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}
.modal-body ul {
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}
.modal-body a {color: #C70003;}
.modal-body a:hover {text-decoration: underline;}

/* FOOTER
-------------------------------------- */
.footer {
    background-color: #151b2f;
    color: #fff;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo img {
    width: 150px;
    height: auto;
}

.footer-middle {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    padding: 40px 0 70px 0;
}

.footer-middle__column {
    width: 21%;
    display: inline-block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 40px;
}
.footer-middle__column a {
	color: #fff;
    line-height: 1.5;
    font-weight: 300;
}
.footer-middle__column a:hover {text-decoration: underline;}
.footer-middle__column.last {
    text-align: right;
    width: 12%;
}
.footer-middle__column.last img {display: inline-block;}

.footer-bottom {
    display:block;
    align-items: center;
    padding-bottom: 50px;
    font-weight: 300;
}
.footer-bottom__column {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    display: block;
    text-align: left;
    margin-bottom: 10px;
}
.footer-bottom__column a {color: rgba(255, 255, 255, 0.5);}
.footer-bottom__column a:hover {text-decoration: underline;}
.footer-bottom__column.copy {
    text-align: left;
    display: flex;
    align-items: center;
}
.footer-bottom__column.copy img {margin-left: 15px;}

.footer-title {
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin-bottom: 15px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}
.social {
    line-height: 1.5;
    white-space: nowrap;
}
.social__link {
    color: inherit;
    margin-right: 40px;
    font-size: 2.2rem;
    display: inline-block;
    vertical-align: middle;
}
.social__link:last-child {
    margin-right: 0;
}
.social__link .icon {
    display: block;
    width: 24px;
    height: 24px;
}
.social__link .icon-youtube {
    font-size: 2.5rem;
}
.social__link:hover .icon {
    color: #b4975a;
}

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

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

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

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

@media screen and (max-width: 1380px) {
    .crown i {
        max-width: 700px;
        height: 80px;
    }
}

@media screen and (max-width: 1300px) {
    /* welcome */
    .welcome__bg {
        width: calc(60% - 2rem);
        background-position: right -350px top;
    }
    .welcome__content {width: calc(40% - 3rem);}
}

@media screen and (max-width: 1200px) {
    /* header */
    .header {padding: 0;}
    .head-info {display: none;}
    .head-top {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 17px;
        background: #090e1a;
        padding: 15px;
        letter-spacing: 1px;
    }
    .header .center {padding: 15px;}

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

    /* process */
    .process-icons li p br {display: none;}

    /* king */
    .king .center {max-width: 970px;}
    .king .icon-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 850px;
        margin-right: -10px;
    }    
    .icon-list--row .icon-list__item {width: 49%;}
}

@media screen and (max-width: 1024px) {
    .product {
        max-width: 700px;
        padding: 30px 15px;
        align-items: flex-start;
    }
    .product:before {
        right: inherit;
        width: 25px;
        height: 24px;
        background-size: 21px;
        top: 10px;
        left: 20px;
    }

    .product > .icons {display: flex;}

    .product .wrap {
        align-items: flex-start;
    }
    .product .thumb {
        margin-left: -30px;
    }

    .product .entry {
        padding-left: 30px;
    }
    .product .entry 
    .product h2 {
        font-size: 24px;
    }

    .product .row {
        flex-direction: column;
    }
    .product .col:first-child {
        display: none;
    }
    .product .col:last-child {
        padding-right: 0;
        max-width: 100%;
        width: 100%;
        order: -1;
    }

    .product .wrap-mobile {display: flex;}
    .product .signature {max-width: 124px;}
    .product .wrap-mobile .left {
        min-width: 238px;
        padding-left: 25px;
        margin-top: -15px;
    }
    .product .name {font-size: 19px;}
    .product .profession {font-size: 18px;}
    .product .list-check li {font-size: 23px;}
    .product .bottom {
        font-size: 22px;
        line-height: 34px;
        padding: 20px 30px 30px 30px;
    }
    .product .icons {
        padding-right: 30px;
        padding-left: 30px;
        justify-content: space-between;
        margin-top: 0;
    }
    .product .icons li:first-child img {max-width: inherit;}
    .product .icons li:last-child img {max-width: inherit;}
    .product .icons p {
        font-size: 17px;
        line-height: 23px;
    }

    /* welcome */
    .welcome .section__header h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .welcome .section__header h2 {
        font-size: 40px;
        line-height: 45px;
    }

    /* featured */
    .featured .center {
        flex-direction: column;
    }
    .featured .center > .box, 
    .featured .center > .text {
        width: 100%;
    }
    .featured .center > .box {
        margin-right: 0;
    }
    .featured .center > .text {
        margin-left: 0;
        margin-top: 20px;
        text-align: center;
    }
    .featured .text .btn {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) {
    h2.title {
        font-size: 33px;
        line-height: 36px;
    }

    /* process */
    .process-icons li h3 {line-height: 25px;}

    /* welcome */
    .welcome__bg {display: none;}
    .welcome__bg .av {display: none;}
    .welcome__content {
        width: 100%;
    }
    .welcome {
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .welcome .thumb {
        display: block;
        margin-top: 75px;
        margin-right: -15px;
        margin-left: -15px;
        position: relative;
        padding-bottom: 80px;
    }
    .welcome .thumb > img {width: 100%;}
    .m_product {
        position: absolute;
        bottom: 0;
        right: 40px;
    }
    .welcome .section__header {
        text-align: center;
        margin-bottom: 50px;
    }
    .welcome .section__header h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .welcome .section__header h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .devider {
        margin-left: auto;
        margin-right: auto;
    }
    .welcome__content .bg {display: none;}
    .welcome__content .wrap {
        display: flex;
        align-items: flex-start;
        margin-bottom: 60px;
    }
    .welcome__content .av {
        position: static;
        display: flex;
        width: 165px;
        min-width: 165px;
        height: 165px;
    }
    .welcome__content .av img {
        object-fit: cover;
        width: auto;
        height: auto;
        border: 10px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(243,247,246,1);
    }
    .welcome__content .wrap p {
        font-weight: bold !important;
        font-size: 25px;
        line-height: 33px;
        padding-top: 15px;
        padding-left: 30px;
    }
    .welcome .group {margin-top: 10px;}

    /* medical */
    .medical {margin-top: 0;}
    .medical .title {
        font-size: 40px;
        line-height: 50px;
    }
    .medical .subtitle {
        font-size: 25px;
        line-height: 35px;
    }
    .medical-doctors .item {
        padding: 0 10px;
    }
    .medical-doctors h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .medical-doctors h4 {font-size: 14px;}
    .members-total__tit {text-align: center;}
    .members-total__txt {text-align: center;}
    .members-total .stars {justify-content: center;}
    .members-slider-wrapper {
        margin-left: -20px;
        margin-right: -20px;
    }
    .members-wrap {
        flex-direction: column;
    }
    .members-wrap__left {
        width: 100%;
    }
    .members-wrap__right {
        width: 100%;
    }

    /* king */
    .king .center {max-width: 760px;}
    .king .section-header {
        font-size: 30px;
        line-height: 40px;
    }

    /* footer */
    .footer-top {flex-direction: column;}
    .footer-top .social {margin-top: 35px;}
    .footer-middle {
        margin: 0 0;
        padding: 40px 0 35px 0;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-middle__column {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-middle__column.last {margin-bottom: 0;}
    .footer-bottom__column {text-align: center;}

    .footer-bottom__column.copy {
        text-align: center;
        justify-content: center;
    }
}

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

    .product .testimonial li:first-child {
        padding-top: 5px;
    }

    /* home */
    .home {
        padding: 25px 0;
        background-size: cover;
    }
    .home h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 25px;
    }
    .home h1 br {display: block;}
    .home h2 {
        font-size: 25px;
        line-height: 43px;
    }
    .home h2 br {display: block;}

    /* slogan */
    .slogan {
        text-align: left;
        justify-content: center;
    }
    .slogan p {
        font-size: 33px;
        line-height: 45px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .slogan p br {display: block;}
    .slogan p {color: #b82c2a;}
    .slogan p span {color: #111c31;}

    /* product */
    .product .wrap-mobile {margin-top: 30px;}

    /* process */
    .process {padding-top: 75px;}
    .process h2.title {margin-bottom: 50px;}
    .process-icons {min-height: 280px;}
    .process-icons li {margin-bottom: 0;}
    .process-icons li:last-child:before {display: block;}
    .process-icons li:before {
        left: 50%;
        transform: translateX(-50%);
        width: 300px;
    }
    .proccess-bottom {
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .label-text a {margin-top: 20px;}
    .proccess-bottom div:before,
    .proccess-bottom div:after {display: none;}

    /* reviews */
    .reviews {
        padding: 50px 0 50px 0;
        min-height: 770px;
    }
    .reviews h2.title br {display: block;}
    .reviews-slider__item {flex-direction: column;}
    .reviews-slider__content {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 45px;
    }

    /* medical */
    .medical {padding-top: 55px;}
    .medical:before {height: 585px;}
    .medical .toptitle {line-height: 25px;}
    .medical h2.title br {display: block;}
    .medical-doctors {
        margin-top: 70px;
        padding-right: 90px;
        padding-left: 90px;
        min-height: 540px;
    }
    .medical-doctors .item .thumb {
        padding: 12px;
        max-width: 350px;
        margin: 0 auto;
    }
    .medical-doctors .item .thumb img {
        display: block;
        width: 100%;
    }
    .medical-doctors h3 {text-align: center;}
    .medical-doctors h4 {text-align: center;}
    .medical-doctors p {text-align: center;}
    .medical-doctors .slick-dots {
        position: absolute;
        top: 100%;
        margin-top: 30px;
    }
    .medical-doctors .slick-dots li.slick-active {
        border-color: #3a5b6a;
    }
    .medical-doctors .slick-dots button {background: #141b2d;}
    .btn-more {margin-top: 120px;}

    .medical-doctors .slick-arrow {
        width: 53px;
        height: 53px;
        background: url(../img/ic-slick.png) no-repeat;
        text-indent: -999px;
        overflow: hidden;
        margin-top: -26.5px;
    }
    .medical-doctors .slick-prev {left: 15px;}
    .medical-doctors .slick-next {
        transform-origin: center;
        transform: rotate(180deg);
        right: 15px;
    }
    .members-wrap {margin-top: 0;}

    /* members */
    .members {
        padding-top: 60px;
    }
    .members h2.title br {display: block;}
    .members-slider-wrapper {min-width: inherit;}
    .members-inner__img {margin-top: -60px;}
    .members-inner {padding: 35px 25px;}
    .members-slider .slick-slide {margin: 50px 20px 0 20px;}

    /* section icons */
    .section-icons {padding-top: 50px;}
    .section-icons ul li {
        width: 33.33%;
        padding: 0 7.5px;
    }
    .section-icons ul li + li {margin-left: 0;}

    /* faq */
    .faq {padding-top: 55px;}
    .faq .thumb {
        display: block;
        padding-right: 20px;
        margin-bottom: 55px;
    }
    .faq h2.title br {display: block;}

    /* king */
    .king {padding-bottom: 70px;}
    .crown i {max-width: 500px;}
    .king .section-title br {display: block;}
    .king .section-header {line-height: 45px;}
    .king .icon-list {
        display: block;
    }
    .icon-list--row .icon-list__item {
        width: 100%;
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }

    /* popup */
    .popup-info {max-width: 100%;}
    .popup-info .modal-title {
        font-size: 35px;
        line-height: 45px;
    }

    /* footer */
    .footer {background: #1d2749;}
    .footer-title {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .footer-top {padding: 25px 0;}
    .footer-top .social {margin-top: 20px;}
    .social__link {margin-right: 15px;}
    .footer-title {
        font-size: 17px;
        color: #fff;
    }
    .footer-middle__column a {color: #f3f4f6;}
}

@media screen and (max-width: 660px) {
    h2.title {
        font-size: 34px;
        line-height: 45px;
    }

    h2.title sup {
        font-size: 25px;
        position: relative;
        top: 5px;
    }

    .btn {
        font-size: 13px;
        min-height: 50px;
    }
    .btn i {
        width: 25px;
        height: 25px;
        right: 10px;
        margin-top: -12.5px;
        background: #24e48f url(../img/ic-arr.png) no-repeat 11px 7px;
        background-size: 7px;
    }

    .label-text i {
        max-width: 18px;
        margin-right: 3px;
        top: 1px;
    }

    /* header */
    .head-top {font-size: 11px;}
    .head-btn {
        padding: 10px 10px;
        min-width: 170px;
        font-size: 12px;
    }
    .head-btn i {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #cea16e url(../img/ic-arr.png) no-repeat 9px 5px;
        background-size: 6px;
    }
    .logo {
        width: 130px;
        height: 34px;
        background-size: 130px;
    }

    /* home */  
    .home {margin-top: 109px;}  
    .home h1 {
        font-size: 25px;
        line-height: 32px;
    }
    .home h2 {
        font-size: 16px;
        line-height: 25px;
    }
    .home h2 br {display: none;}

    /* slogan */
    .slogan {justify-content: flex-start;}
    .slogan p {
        font-size: 21px;
        line-height: 30px;
        text-align: left;
        padding: 0 0 0 12px;
    }

    /* product */
    .product .thumb {
        min-width: 180px;
    }
    .product .entry {
        padding-left: 12px;
    }
    .product h2 {
        font-size: 16px;
        line-height: 24px;
    }
    .product h3 {
        font-size: 13px;
        line-height: 20px;
    }
    .product .row {
        margin-top: 8px;
    }
    .product .col:first-child {
        padding-top: 17px;
    }
    .product .testimonial li {
        font-size: 13px;
    }    
    .product .testimonial li .price.cross:after {
        width: 35px;
    }
    .product .btn {
        margin-top: 5px;
        font-size: 11px;
        min-height: 40px;
    }
    .product .wrap-mobile {
        margin-top: 15px;
    }
    .product .wrap-mobile .left {
        min-width: 164px;
        padding-left: 5px;
    }
    .product .wrap-mobile .left img {max-width: 135px;}
    .product .name {
        font-size: 14px;
    }
    .product .profession {
        font-size: 13px;
    }
    .product .list-check li {
        font-size: 14px;
    }
    .product .list-check li + li {
        margin-top: 12px;
    }
    .product .bottom {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 0 20px 0;
    }
    .product .icons {
        padding-left: 0;
        padding-right: 0;
    }
    .product .icons p {
        font-size: 13px;
        line-height: 19px;
    }
    .product .icons li:last-child img {
        max-width: 70px;
    }
    .product .icons li:first-child img {
        max-width: 55px;
    }

    /* process */
    .process h2.title {font-size: 26px;letter-spacing:0;}

    /* reviews */
    .reviews h2.title {
        font-size: 40px;
        line-height: 50px;
    }

    /* welcome */
    .welcome {padding-top: 30px;} 
    .welcome .thumb {padding-bottom: 60px;}
    .welcome .m_product {padding-top: 0;}
    .welcome .devider {margin-top: 20px;}
    .welcome .section__header h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .welcome .section__header h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .welcome__content .wrap p {
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px;
        padding-left: 20px;
    }
    .welcome__content .av {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }
    .welcome__content .av img {
        border: 5px solid #fff;
    }
    .welcome p b {line-height: 1.3;}

    /* medical */
    .medical:before {
        height: 400px;
    }
    .medical .toptitle {
        line-height: 20px;
        font-size: 16px;
    }
    .medical .title {
        font-size: 39px;
        line-height: 45px;
    }
    .medical .subtitle {
        font-size: 20px;
        line-height: 25px;
    }
    .medical-doctors {
        padding-right: 30px;
        padding-left: 30px;
    }
    .medical-doctors .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 30px;
        margin-top: ;
        top: 170px;
        transform: translate(0);
    }
    .medical-doctors .slick-prev {left: -3px;}
    .medical-doctors .slick-next {
        right: -3px;
        transform: translate(0) rotate(180deg);
    }

    /* featured */
    .featured .text h2 {
        font-size: 31px;
        line-height: 40px;
    }
    .featured .box ul li div {
        width: 33.33% !important;
        text-align: center;
        justify-content: center;
        padding: 0 5px;
    }

    /* section icons */
    .section-icons ul li img {max-width: 70px;}
    .section-icons ul li p {
        font-size: 12px;
        margin-top: 10px;
    }

    /* members */
    .members h2.title {font-size: 31px;}
    .members-total__tit {
        font-size: 50px;
        font-weight: bold;
        line-height: 55px;
    }

    /* faq */
    .faq h2.title {
        font-size: 38px;
    }
    .accordion__head {
        padding-left: 35px;
        font-size: 18px;
    }
    .accordion__body {
        padding-left: 35px;
        font-size: 16px;
        line-height: 25px;
    }

    .label-text .icon {
        width: 19px !important;
        height: 19px !important;
        min-width: 19px;
        background-size: 19px !important;
    }
    .label-text p {font-size: 15px;}

    /* king */
    .king .section-header {
        font-size: 35px;
        line-height: 60px;
    }
    .king .btn {
        min-height: 70px;
        font-size: 18px;
    }
    .crown i {
        max-width: 400px;
        height: 55px;
    }

    .king .crown {
        margin-bottom: 30px;
    }

    /* popup */
    .popup-info .modal-title {
        font-size: 33px;
        line-height: 42px;
    }
}

@media screen and (max-width: 375px) {
    /* home */
    .home h2 {
        font-size: 14px;
        line-height: 23px;
    }

    /* slogan */
    .slogan p {
        font-size: 19px;
        line-height: 28px;
    }

    /* product */
    .product h2 {
        font-size: 15px;
        line-height: 22px;
    }   
    .product h3 {
        font-size: 12px;
        line-height: 19px;
    }
    .product .thumb {min-width: 160px;}
    .product .wrap-mobile .left {min-width: 145px;}
    .product .wrap-mobile .left img {max-width: 124px;}
    .product .name {font-size: 13px;}
    .product .profession {font-size: 12px;}
    .product .bottom {
        font-size: 13px;
        line-height: 22px;
    }
    .product .list-check li {font-size: 14px;}
    .product .list-check li + li {
        margin-top: 9px;
    }
    .product .icons li:first-child img {
        max-width: 45px;
    }
    .product .icons li:last-child img {
        max-width: 65px;
    }
    .product .icons p {
        font-size: 11px;
        line-height: 18px;
    }

    /* popup */
    .popup-info .modal-title {
        font-size: 29px;
        line-height: 40px;
    }
}



    
    .footer {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #151c35;
    border-top: 1rem solid #b31f23;

}
.footer .container {
    max-width: 130rem;
}
.footer-top {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-top__item {
    margin: 1rem 0;
    padding-right: 3rem;
}
.footer-top__item.first {
    width:220px;
}
.footer-top__item.last {
    padding-right: 0;
}
.footer__title {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size:20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
        .footer-nav {margin-bottom: 10px;}
.footer-nav__link {
    color:#FFF;
    font-weight: 100;

}
.footer-bottom {
    border-top: 0.1rem solid #3e4f7d;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5rem;
}
.footer-bottom__item {
    padding: 1rem 0 0;
    width: 50%;
    color: #FFF;
    margin-top:10px;

}
.footer-bottom__item.last {
    text-align: right;
}
.footer-bottom__item a {
    color: #FFF;

}
.footer .social {
    margin-top: 2rem;
}
.social__link { margin-right: 20px; }
        
        
        
        @media screen and (max-width: 900px){
            .icon-list--row .icon-list__item {
                width: 48%;
                display: flex;
                padding-left: 0;
                padding-right: 0;
                margin: 0 auto;
                padding-bottom: 30px;
            } 
            .footer-top {align-items: center;}
            .footer-top__item { 
                text-align: center;
                    padding-right: 0;
                
            }
            
            .footer-bottom{display: block;}
            .footer-bottom__item, .footer-bottom__item.last{
                width: 100%;
                text-align: center;
            }
            .footer-nav, .footer__title {font-size:22px;}

            
        }
        
        @media screen and (max-width: 500px){
            .icon-list--row .icon-list__item { width: 100%; }
            .footer .center .footer-bottom {display: block;}
            .welcome .thumb {position: relative;}
            .m_product {
                width: 150px;
                position: absolute;
                top: 140px;
                right: 40px;
            }
            .footer-bottom__item a { font-size:12px;}
        }


.footer_legit{
    max-width:80px;
}
