@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
/*=======================
        General 
=======================*/
html,
body {
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 18px;
	padding: 0;
	margin: 0;
	color: #000;
}
p{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 22px;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
}
 a:hover{
	 text-decoration: none;
 }
 a {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
}
:focus{
	outline: none;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
*{
	box-sizing: border-box;
}
/*=======================
       Page Layout
=======================*/
.container{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-center{
	justify-content: space-between;
}
.flex-middle{
	align-items: center;
}
.text-center{
	text-align: center;
}
.text-uppercase{
	text-transform: uppercase;
}
.the-header{
	height: 90px;
}
#header{
	padding: 37px 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	right: 0;
	z-index: 100;
}
.menu-main ul{
	display: flex;
	 flex-wrap: wrap;
	 text-transform: uppercase;
}
.menu-main ul li{
	display: inline-block;
	padding: 8px 20px;
	margin-left: 16px;
	color: #909090;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.menu-main ul li.active a{
	/*color: #ED5C29;*/
	color: #266431;
}
.menu-main ul li a{
	color: #909090;
}
.menu-main ul li a:hover{
	color: #266431;
}
.bg-section{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.build-list .it small{
	display: block;
	font-size: 14px;
	line-height: 19px;
	    text-transform: none;
}
.home-banner{
	padding: 239px calc(50vw - 626.5px);
	position: relative;
}
.home-banner .info{
	max-width: 700px;
}
.home-banner .info h1{
	/*font-family: 'Dancing Script';*/
	font-size: 60px;
	line-height: 78px;
	color: #000;
	margin-bottom: 39px;
	font-weight: 600;
}
.dn-btn{
	display: inline-block;
	padding: 17px 52px 17px 30px;
	background: #266431;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.05em;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.dn-btn:before{
	left: 7px;
	top: 7px;
	width: 100%;
	height: 100%;
	border: 1px solid #266431;
	position: absolute;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	    box-sizing: border-box;
}
.dn-btn:after{
	background: url(../images/right-arrow.svg) no-repeat center center/6px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 30px;
	width: 7px;
	height: 11px;
	content: "";
}

.dn-btn:hover:before{
	left: 10px;
	top: 10px;
}
.home-banner .next-section {
	bottom: 47px;
	left: 50%;
	max-width: 26px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	position: absolute;
	cursor: pointer;
}
.home-banner .next-section:hover {
	opacity: 0.8;
}
.home-banner .social{
	right: calc(50vw - 626.5px);
	bottom: 48px;
	position: absolute;
}
.social a{
	color: #fff;
	margin-left: 24px;
}
.social a:hover{
	opacity: 0.8;
}
.box-reverse{
	flex-direction: row-reverse;
}
.bg-pink{
	/*background: #FFF9F6;*/
	background: #e9f0ea;
}
.home-about{
	padding: 92px 0 88px;
}

.home-about .box{
	column-gap: 154px;
}
.home-about .left{
	width: calc(50% - 77px);
}
.home-about .right{
	width: calc(50% - 77px);
	padding-top: 20px;
}
.home-about h2{
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
}
.home-about h3{
	margin-bottom: 20px;
	font-size: 43px;
	line-height: 56px;
	font-family: 'Dancing Script';
}
.home-about h4{
	margin-bottom: 0;
	font-size: 26px;
	line-height: 33px;
	font-family: 'Dancing Script';
}
.home-about .image-fit{
	margin: 0 39px 34px 0;
}
.image-fit{
	display: block;
}
.image-fit img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.image-border{
	position: relative;
}
.image-border img{
	position: relative;
}
.image-border:before{
	border: 2px solid #266431;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 34px;
	left: 39px;
	content: "";
	box-sizing: border-box;
}
.home-success{
	padding: 90px 0;
	position: relative;
}
.bg-absolute{
	position: absolute;
}
.bg-tl{
	top: 0;
	left: 0;
}
.bg-tr{
	top: 0;
	right: 0;
}
.bg-bl{
	bottom: 0;
	left: 0;
}
.bg-br{
	bottom: 0;
	right: 0;
}
.bn-title h2{
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	margin-bottom: 11px;
	text-transform: uppercase;
}
.bn-title p{
	color: #909090;
	font-size: 18px;
	line-height: 25px;
}
.bn-title{
	margin-bottom: 80px;
}
.success-list .it{
	max-width: 303px;
	text-align: center;
	position: relative;
}
.success-list .it .image-fit{
	width: 300px;
	height: 300px;
	margin: 0 auto 25px;
}
.success-list .it .image-fit img{
	border-radius: 50%;
}
.success-list .it h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 6px;
}
.success-list .it h4{
	font-size: 22px;
	line-height: 31px;
	margin-bottom: 0;
	font-weight: 600;
	color: #266431;
	font-family: 'Dancing Script';
}
.success-list{
	position: relative;
	margin-bottom: 80px;
	justify-content: space-between;
}
.home-build{
	padding: 92px 0 90px;
}
.build-list{
	margin: 0 -10px -40px;
}
.build-list .it{
	display: flex;
	padding: 0 10px 38px;
	width: 33.33%;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	align-items: center;
}
.build-list .it:nth-child(3n){
	justify-content: flex-end;
}
.build-list .it .box{
	display: flex;
	align-items: center;
	min-width: 272px;
}
.build-list .it .icon{
	width: 35px;
    margin-right: 20px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.build-list .it span{
	width: calc(100% - 55px);
}
.home-appointment{
	padding: 90px 0 25px;
}
.home-appointment .bn-title {
	margin-bottom: 0;
}
.home-appointment .calendar {
	margin-top: -40px;
	margin-bottom: 30px;
}
.home-me{
	padding: 90px 0 69px;
}
.home-me .container{
	max-width: 1142px;
}
.me-box{
	    column-gap: 154px;
}
.me-box .left{
	width: calc(56% - 77px);
}
.me-box .right{
	width: calc(44% - 77px);
} 
.home-herbalife{
	position: relative;
	padding: 90px 0;
}
.home-herbalife .bg1{
	position: absolute;
	top: 0;
	left: 0;
}
.home-herbalife .bn-title{
	max-width: 531px;
	margin: 0 auto 80px;
}
.home-herbalife .bn-title h2{
	margin-bottom: 30px;
}
.home-herbalife .bn-title p{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom: 30px;
	text-align: left;
}
.home-herbalife .container{
	max-width: 1312px;
}
.herbalife-list{
	margin: 0 -5px 33px;
	position: relative;
	padding-right: 32px;
	row-gap: 10px;
}
.herbalife-list img{
	width: 33.33%;
	aspect-ratio: 1/1;
	object-fit: cover;
	padding: 0 5px;
	position: relative;
}
.herbalife-list:before{
	border: 2px solid #266431;
	top: 39px;
	left: 40px;
	width: calc(100% - 45px);
	height: calc(100% - 7px);
	position: absolute;
	content: "";
	box-sizing: border-box;
}
.home-advantages{
	padding: 90px 0 156px;
}
.advantages-it{
	padding-top: 64px;
	position: relative;
}
.advantages-it:before{
	width: 34px;
	height: 34px;
	background: url(../images/quoted.png) no-repeat center center/100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	right: 0;
	content: "";
}
.home-advantages .container{
	max-width: 722px;
}
.advantages-it h3{
	margin: -5px 0 30px;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Dancing Script';
	font-weight: 500;
}
.advantages-it .gallery{
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}
.advantages-it .gallery img{
	width: calc(50% - 5px);
	object-fit: contain;
}

.ft-top{
	background: #266431;
	padding: 45px 0 42px;
	color: #fff;
}
.ft-social p{
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}
.ft-social .social a{
	margin: 0 13px;
}
.ft-top .dn-btn{
	background: #fff;
	color: #266431;
}
.ft-top .dn-btn:before{
	border-color: #fff;
}
.ft-bottom{
	padding: 10.5px 0;
}
.ft-bottom p{
	color: #909090;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
}
.ft-bottom .container{
	max-width: 1400px;
}
.backtop{
	position: fixed;
	bottom: 235px;
	right: 59px;
	width: 50px;
	height: 50px;
	background: #266431;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.backtop.show{
	display: flex;
}
.error-box{
	padding: 100px 0;
}
.error-box .left{
	    width: 46%;
    padding: 90px;
}
.error-box h1{
	font-family: 'Dancing Script';
	font-size: 60px;
	line-height: 78px;
	color: #E04813;
	font-weight: 600;
	margin: 0;
}
.error-box .left img{
	margin-bottom: 10px;
}
.error-box  .right{
	    width: 54%;
    padding: 0 20px 0 98px;
}
.error-box  .right h2{
	color: #030303;
	font-size: 32px;
	line-height: 41px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.error-box  .right p{
	color: #030303;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
	max-width: 515px;
}
.toogle-menu {
	 border: 0 none;
	 display: none;
	 height: 20px;
	 width: 30px;
	 z-index: 999;
	 cursor: pointer;
	 outline: 0;
	 float: right;
	 background: none;
	 position: relative;
}
.toogle-menu span {
	 font-size: 0;
	 height: 2px;
	 width: 100%;
	 background: #000;
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 left: 0;
}
.toogle-menu span::after, .toogle-menu span::before {
 	font-size: 0;
	 height: 2px;
	 width: 100%;
	 background: #000;
	 position: absolute;
	 left: 0;
	 content: "";
}
.toogle-menu span::after {
 transform: translateY(10px);
}
.toogle-menu span::before {
 transform: translateY(-10px);
}
.toogle-menu.exit span::before {
transform: translateY(0px) rotate(45deg);
}
.toogle-menu.exit span::after {
transform: translateY(0px) rotate(-45deg);
}
.toogle-menu.exit span {
background-color: transparent;
	} 
.advantages-slider .slick-dots{
	bottom: -68px;
}
.advantages-slider .slick-arrow{
	width: 16px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
.advantages-slider .slick-arrow:hover{
	opacity: 0.8;
}
.advantages-slider .slick-arrow:before{
	display: none;
}
.advantages-slider .slick-prev{
	background-image: url(../images/left.png);
	left: -302px;
}
.advantages-slider .slick-next{
	background-image: url(../images/right.png);
	right: -302px;
}
.advantages-slider .slick-dots li{
	width: 7px;
	height: 7px;
	background: #266431;
	border-radius: 50%;
	margin: 0 4.5px;
	border: 1px solid #266431;
}
.advantages-slider .slick-dots li.slick-active{
	background: #fff;
}
.advantages-slider .slick-dots li button{
	display: none;
}
.slick-slider{
	margin-bottom: 0;
}
.logo img{
	display: block;
}
.me-box .right .image-fit{
	margin: 0 45px 34px 0;
}
.ft-social{
	position: relative;
}
.home-advantages .bn-title{
	margin-bottom: 59px;
}
.home-build .bn-title{
	    max-width: 665px;
    margin: 0 auto 80px;
}
.me-box .right .image-border:before{
	top: 40px;
    left: 46px;
}
.success-list .plus{
	margin-bottom: 89px;
	display: flex;
    align-items: center;
}