html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
menu, article, section, nav, footer, figure, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight:normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display:block;
}
ol, ul, menu{
    list-style: none;
}

blockquote, q{
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after{
    content: '';
    content: none;
}

:focus{
    outline: 0;
}
a:link, a:visited, a:hover, a:focus, a:active {
    outline: 0;
}
ins{
    text-decoration: none;
}

del{
    text-decoration: line-through;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}
html{
    font-size: 100.01%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
body{
    position:relative;	
    font-family: 'Open Sans', sans-serif;
    color: #000;
	font-size: 24px;
}
b, strong{
    font-weight:bold;
}
button:hover{
    cursor:pointer;
}
a{
    color: #ffe100;
    text-decoration: none;
	cursor: pointer;
}
a:hover,
a:active,
a:focus{
	color: #ffe100;
    text-decoration:underline;
}
var{
    font-style:normal;
}
/*Add new font
@font-face {
    font-family: ;
    src: local(""),
         url('')
}
@font-face {
    font-family: ACQUEST_SCRIPT.TTF;
    src: local(""),
         url('')
}
*/
@font-face {
    font-family: 'LeagueGothic';
    src: local('League Gothic'), local('league-Gothic'),  url('../fonts/LeagueGothic.ttf') format('truetype'),  url('../fonts/LeagueGothic.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: local('Helvetica'), local('helvetica'),
		url('../fonts/helvetica.ttf') format('truetype'), 
		url('../fonts/helvetica.otf') format('opentype'),
		url('../fonts/helvetica.eot') format('embedded-opentype'), 
		url('../fonts/helvetica.woff') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: local('Poppins-Medium'), local('Poppins-Medium'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'), 
		url('../fonts/Poppins-Medium.otf') format('opentype'),
		url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), 
		url('../fonts/Poppins-Medium.woff') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins-Regular'), local('Poppins-Regular'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'), 
		url('../fonts/Poppins-Regular.otf') format('opentype'),
		url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), 
		url('../fonts/Poppins-Regular.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/*
Usage of border-radius
border-radius: px;
-moz-border-radius: px;
-webkit-border-radius: px;
-khtml-border-radius: px;
behavior: url('/css/PIE.htc');
*/

/*
Usage of box-shadow
-webkit-box-shadow: 0px 0px 0px #;
-moz-box-shadow: 0px 0px 0px #;
box-shadow: 0px 0px 0px #;
behavior: url('/css/PIE.htc');
*/
/*
IE 7 HACK
*:first-child+html {
}
*/
/*
Site prefix
a- ajax
b- block
c- column 
d- data
g- global
j- javascript
k- keeper
l- layouts
r- reset
*/

/*
=================================================================
g- global
=================================================================
*/

.g-site_width{
    margin: 0 auto;
    width: 100%;
    max-width: 767px;
	padding: 0 15px;
	box-sizing: border-box;
}


/*
=================================================================
l- layouts
=================================================================
*/
.l-title{
    font-family: 'LeagueGothic', sans-serif;
    font-size: 79.64px;
    color: #ffe100;
    line-height: 1;
}



@keyframes arrow-anim {
    0% {
        background-position: 0
    }

    100% {
        background-position: -3001.5px
    }
}
.l-arrow_slide{

    margin-top: 32px;
    display: block;
    width: 90px;
    height: 140px;
    cursor: pointer;
    background: transparent url(../images/1.png) no-repeat 0 0;
    background-size: auto 133px;
    animation: arrow-anim 6s steps(28, end) infinite;
}
.l-btn {
    border: 1px solid #ffe000;
    font-size: 23.83px;
    font-weight: bold;
    color: #000;
    /* text-align: center; */
    line-height: 100px;
    display: block;
    width: 300px;
    height: 100px;
    /* margin: 0 auto; */
    text-decoration: none;
    background: #ffe000;
    padding: 0 27px;
    vertical-align: middle;
    box-shadow: 7px 8px 9px -3px #1d1d1d;
}
.l-btn:hover,
.l-btn:focus{
	color: #000;
    text-decoration: none;
	background:#ffe000;
	box-shadow: none;	
    box-shadow: 7px 8px 9px -6px #1d1d1d;
}
.l-btn_cart span{
    background: url(/images/icon_cart.png) no-repeat center center;
    width: 50px;
    height: 50px;
    line-height: 100px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px;
}
/*
=================================================================
Header
=================================================================
*/
.g-header{
    padding-bottom: 50px;
	position: relative;
	z-index: 50;
}
.g-header_wrap{
	background: url(/images/bg1.jpg) no-repeat  ;
	background-size: cover;
	width: 100%;
	height: 100%;
    width: 100%;
	height: 100%;
	position: static;
    background-position: top left;
}
.g-header_bg {
    width: 100%;
	height: 100%;
	position: static;
    /*background: rgba(0, 0, 0, 0.6);*/
}
.g-header_top.scroll{
	overflow: auto;
	height: 100%;
}
.g-header_top_logo{
	float: left;
    width: 30%;
    padding: 10px 15px 10px;
	position: static;
}
.g-header_top_logo img{
    width: 100%;
    max-width: 122px;
}
.g-header_top .l-btn{
	display: none;
}
.g-header .g-header_top .g-site_width{
	width: 768px;
	position: relative;
}
.g-header_menu {
    position: static;
    width: 100%;
    margin: -2px auto 0px;
    max-width: 100%;
    float: none;
}

.g-header_top {
	background: #000 none repeat scroll 0 0;
	left: 0;
	min-height: 90px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.g-header_top .l-btn{
	display: block;
	position: absolute;
	left: 50%;
	font-family: 'LeagueGothic', sans-serif;
	text-align: center;
	border: 2px solid #ffe000;
	color: #ffe000;
	background: #000;
	font-weight: normal;
	margin-left: -142px;
    font-size: 40.83px;
    line-height: 60px;
    width: 284px;
    height: 60px;
    padding: 0 21px;
    top: 15px;
}

.g-header_menu .navbar-default{
	position: static;
}
.g-header_menu .navbar-header {
	float: right;
	padding: 20px;
	padding: 0;
	position: static;
}
.g-header_menu .navbar-default .navbar-toggle {
	display: block;
	position: absolute;
	top: 10px;
	/*right: 15px;*/
}
.g-header_menu .navbar-default .navbar-toggle {
	padding: 16px 8px 10px;
	height: 60px;
}
.g-header_menu .navbar-default .navbar-toggle.collapsed {
	display: block;
	position: absolute;
	top: 10px;
	/*right: 15px;*/
	margin-bottom: 0;
	height: 60px;
}
.g-header_menu .navbar-collapse.in {
	overflow-y: visible!important;
	display: block!important;
	margin: 0px auto auto;
	position: static;
	width: 100%;
}
.g-header_menu .navbar-default .navbar-collapse, 
.g-header_menu  .navbar-default .navbar-form{	
	display: none !important;
	top: 125px;
}
.g-header_menu .navbar-default .navbar-collapse, .g-header_menu .navbar-default .navbar-form {
    max-width: 100%;
}
.g-header_menu .navbar-default .navbar-nav>li.r-padding a {
	padding: 22px 24px;
}
.g-header_menu .navbar-default .navbar-nav>li.r-background, .g-header_menu .navbar-nav>li, .g-header_menu .navbar-nav>li.r-active, .g-header_menu .navbar-nav>li.r-background, .g-header_menu .navbar-nav>li.r-padding {
    margin-bottom: 0px;
    background: #ffe000;
    border-bottom: 1px solid #000;
    position: relative;
}

.g-header_menu .navbar-nav>li.active,
.g-header_menu .navbar-nav>li:hover,
.g-header_menu .navbar-nav>li.r-background:hover{
	background: #000;
}
.g-header_menu .navbar-nav>li.active a,
.g-header_menu .navbar-nav>li:hover a,
.g-header_menu .navbar-nav>li.r-background:hover a{
	color: #ffe000;
}
.g-header_menu .navbar-default .navbar-collapse.in{	

	margin: 0px auto auto;
	top: 90px;
	right: 30px;
	display: block!important;
	overflow-y: visible!important;
	position: static;
	width: 100%;
	overflow: auto;
}
.g-header_content_wrap {
	margin-right: 0;
	padding-right: 0;
	width: 500px;
}
.g-header_menu .navbar-default .navbar-toggle {

    border-color: #ffe100;
    background: #ffe100;
    border-radius: 0;
	margin-right: 0;
	height: 60px;
    width: 65px;
    padding: 17px 10px 10px;
	right:15px;
}
.g-header_menu .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
    border-radius: 4px;
	margin-bottom: 6px;
    width: 44px;
    height: 3px;
}
.g-header_menu .navbar-default{
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
    margin: 0;
}

.g-header_menu .navbar-default .navbar-collapse,
.g-header_menu .navbar-default .navbar-form {
    border: none;
    padding: 0;
    max-width: 100%;
    z-index: 99;
}
.g-header_menu .navbar-nav {
    width: 100%;
}
.g-header_menu .navbar-nav>li{
    float: none;
    background: #fff;
    margin-bottom: 10px;
    display: block;
    /*padding: 35px 0;*/
    box-sizing: border-box;
}
.g-header_menu .navbar-default .navbar-nav>li.r-background{
	background: rgb(159, 105, 168);
}
.g-header_menu .navbar-default .navbar-nav>li.r-background, .g-header_menu .navbar-nav>li, .g-header_menu .navbar-nav>li.r-active, .g-header_menu .navbar-nav>li.r-background, .g-header_menu .navbar-nav>li.r-padding {
    margin-bottom: 0px;
    background: #ffe000;
    border-bottom: 1px solid #000;
    position: relative;
}
.g-header_menu .navbar-default .navbar-nav>li.r-padding>a{
    padding: 27px 24px;
}
.g-header_menu .navbar-nav>li:hover{
	background: #ffe000;
}
.g-header_menu .navbar-default .navbar-nav>li>a{
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.3;
	color: #000;
	background: none;
    margin-right: 0;
    padding: 27px 24px;
    font-size: 30px;
}
.g-header_menu .navbar-default .navbar-nav>.active>a,
.g-header_menu .navbar-default .navbar-nav>.active>a:focus, 
.g-header_menu  .navbar-default .navbar-nav>.active>a:hover{
	background: transparent;
	background: url(/images/arrow_right.png) no-repeat center right;
	color: #000;
}
.g-header_menu .navbar-nav>li.active,
.g-header_menu .navbar-nav>li:hover, 
.g-header_menu .navbar-nav>li.r-background:hover {
    background: #000;
	color:#ffe000;
}
.g-header_menu .navbar-nav>li.active a,
.g-header_menu .navbar-nav>li:hover a, 
.g-header_menu .navbar-nav>li.r-background:hover a{

	color:#ffe000;
}
.g-header_menu .navbar-nav {
	margin: 0;
}
.g-header_content{
	position: static;
    width: 100%;
    margin-top: 140px;

}
.g-header_content_wrap{
	width: 59.5%;
    float: right;
    margin-top: 46px;
    padding-left: 40px;

}
.g-header_content_logo{
	margin-left: -40px;
    margin-bottom: 30px;
}
.g-header_content_logo img{
    width: 100%;
    max-width: 318px;
}
.g-header_content p{
    font-size: 24px;
    color: #fff;
    width: 60%;
    line-height: 1.5;
    margin: 15px 0 20px;
}
.g-header_content p{
    font-size: 24px;
    color: #fff;
    width: 60%;
    line-height: 1.5;
    margin: 15px 0 20px;
}
.g-header_content a{
    font-size: 24px;
    font-weight: bold;
}

/*
=================================================================
b-order
=================================================================
*/
.b-order{
    position: relative;
    background: #fff url(/images/bg2.jpg) no-repeat top center;
    background-size: cover;
    padding: 75px 0 0;
}
.b-order_left{
	width: 42%;
    float: left;
    margin-right: 2%;
}
.b-order_left img{
	width:100%;
	max-width: 389px;
}
.b-order_right {
    width: 56%;
    float: left;
    padding: 40px 0 0;
}
.b-order_right p{
    font-size: 24.04px;
    margin: 5px 0 25px;
    line-height: 1.5;
    width: 80%;
}
.b-order_right .b-order_price{
	font-family: 'LeagueGothic', sans-serif;
    font-size: 70.22px;
    line-height: 1;
}
.b-order_select{
    margin: 36px 0px;
}

.b-order_select_form{
    margin-bottom: 37px;
}
.b-order_select_form span{
	display: block;
    width: 100%;
    padding: 25px 30px;
    font-size: 24px;
	background: #eeeeee;
	cursor: pointer;
	position: relative;
}
.b-order_select_form span:after{
    content: '';
    background: url(/images/arrow_down.png) no-repeat center center;
    position: absolute;
    width: 20px;
    height: 12px;
    top: 36px;
    right: 6.5%;
}
.b-order_select_form span.rotate:after{
	transform: rotate(-180deg);

}
.b-order_select_form span.noarrow:after{
	background: transparent;

}
.b-order_select ul{
	display: none;
}
.b-order_select ul.active{
	display: block;
}
.b-order_select ul li{
    width: 100%;
    padding: 15px 30px;
    font-size: 22px;
    background: #eeeeee;
    border-top: 1px solid #7f7f7f;
	cursor: pointer;
}
.b-order_select ul li.active,
.b-order_select ul li:hover{
    background: #ffe100
}
.b-order_select_form_member{
	display: none;
}
.l-form_radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.l-form_radio + label {
	cursor: pointer;
}
.l-form_radio:not(checked) {
	position: absolute;
	opacity: 0;
}
.l-form_radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 33px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
}
.l-form_radio:not(checked) + label.r-last {

    margin-bottom: 47px;
}
.l-form_radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 7px;
    left: -4px;
    width: 24px;
    height: 24px;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    background: #fff;
}
.l-form_radio:checked + label:before {
	background: #ffe000;
}
.l-form_radio:not(checked) + label:after {
	content: "";
    position: absolute;
    top: 15px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: all .2s;
}
.l-form_radio:checked + label:after {
	opacity: 1;
}
.b-order .l-arrow_slide {
    margin: 50px 0 50px;
}
/*
=================================================================
b-promoting
=================================================================
*/
.b-promoting{
	background: url(/images/bg3.jpg) no-repeat top center;
	background-size: cover;
    position: relative;
	color:#fff;	
    padding: 0 0 165px 0;

}
.b-promoting_lean {
    padding: 115px 0 85px;
}
.b-promoting blockquote{
    font-size: 32px;
    font-weight: bold;
    width: 60%;
    margin: 83px 0px 37px 0px;
    line-height: 1.6;
    position: relative;
}
.b-promoting blockquote:before{
    content: '';
    position: absolute;
    background: url(/images/icon_quote.png) no-repeat top center;
    top: -50px;
    width: 50px;
    height: 50px;
}
.b-promoting blockquote span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ffe100;
    margin-top: 10px;
}
.b-promoting p{
    width: 64%;
    line-height: 1.8;
    margin-bottom: 45px;
}
.b-promoting a{
    font-weight: bold;
}
.b-promoting_video{
    margin-bottom: 160px;
}
.b-promoting_video_wrap{
	position: relative;
	padding-bottom: 56%;
	width:100%;
}
.b-promoting_video_wrap img,
.b-promoting_video_wrap iframe{
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	height: 100%;
}
.b-promoting_video_wrap .l-btn{
	position: absolute;
	top: 92%;
	left:50%;
	margin-left: -150px;
	box-shadow: none;
}
.b-promoting_video_wrap .l-btn span{
    background: url(/images/icon_play.png) no-repeat center center;
    width: 60px;
    height: 43px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 38px;
}
.b-promoting_advantage blockquote{
    width: 75%;
}
.b-promoting_advantage p {
    width: 83%;
}
/*
=================================================================
b-how_work
=================================================================
*/
.b-how_work{
	position: relative;
    width: 100%;
    padding-bottom: 210px;

}
.b-how_work_bg{
	background: url(/images/bg4.jpg) no-repeat top center fixed;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
}
.b-how_work_content{
    position: relative;
    top: 90px;
    left: 0;
    width: 100%;
}
.b-how_work .l-title{
	color:#000;
    margin-bottom: 37px;
}
.l-how_work_circle{
    display: inline-block;
    background: url(/images/circle.png) no-repeat center center;
    background-size: cover;
    width: 270px;
    height: 270px;
    text-align: center;
    float: left;
    margin: 0 3.5%;

    padding: 77px 0 0 0;
    line-height: 1;
}
.l-how_work_circle.r-first{
    margin: 0 3.5% 0 0;
    padding: 67px 0 0;
}
.l-how_work_circle.r-third{
    margin: 0  0 0 3.5%;
}
.l-how_work_circle{
    display: inline-block;
    background: url(/images/circle.png) no-repeat center center;
    background-size: cover;
    width: 270px;
    height: 270px;
    text-align: center;
    float: left;
    margin: 0 3.5%;
}
.b-how_work p{
	color: #fff;
	font-size: 48.57px;
    font-family: 'LeagueGothic', sans-serif;
}
.b-how_work .l-arrow_slide{
	transform: rotate(-90deg);
	float: left;
    margin-top: 52px;
	background: transparent url(../images/2.png) no-repeat 0 0;

    background-size: auto 133px;
}
/*
=================================================================
b-published
=================================================================
*/
.b-published{
	position: relative;
	background: url(/images/bg5.jpg) no-repeat top center;
	color: #fff;
    padding: 0 0;
    background-size: cover;
}
/***stars***/
.b-index .g-site_width{
    position: relative;
}
.b-star_amimate{
	position: relative;
}
canvas {
	display: block;
	vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles{
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles{
	font-size: 1.1em;
}

#stats,
.count-particles{
	-webkit-user-select: none;
}

#stats{
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles{
	border-radius: 0 0 3px 3px;
}

.b-published_benefits .g-site_width{
	padding-top: 125px;
}
.b-published_benefits blockquote{
    font-size: 32px;
    font-weight: bold;
    margin: 105px 0px 37px 0px;
    line-height: 1.6;
    position: relative;
    width: 87%;
}
.b-published_benefits blockquote:before{
    content: '';
    position: absolute;
    background: url(/images/icon_quote.png) no-repeat top center;
    top: -50px;
    width: 50px;
    height: 50px;
}
.b-published_benefits blockquote span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #ffe100;
    margin-top: 10px;
}
.b-published_benefits p{
    line-height: 1.8;
    margin-bottom: 45px;
    width: 89%;
    font-weight: bold;	
    margin-bottom: 35px;
	position: relative;
}
.b-published_benefits a{
    font-weight: bold;
}
/**b-graph**/
.b-published_shema{
    padding: 32px 0 0 0;
}
.b-graph{
    background: url(/images/graphic.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    padding-bottom: 100%;
    position: relative;
}
.l-graph_text a{
	color:#000;
}
.b-graph img{
	width: 17%;
    position: absolute;
    top: 32%;
    left: 41%;
}
.b-graph p{
    position: absolute;
    width: 31%;
}
.b-graph p span{
    display: block;
	font-weight: normal;
	font-family: 'LeagueGothic', sans-serif;
	font-size: 50.11px;
	color:#000;
	line-height: 1;
	letter-spacing: 1px;
}
.b-graph p span.l-yellow{
	color:#ffe100;
}
.b-graph p span.l-graph_text{
	font-size: 17.98px;
    color: #231f20;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    letter-spacing: 0;


}
.b-graph p.one{
	top: 4%;
    left: 53.5%;
}
.b-graph p.two{
    top: 38.1%;
    right: 0.5%;
    width: 23%;
}
.b-graph p.three{
	top: 71.8%;
    right: 4.3%;
}
.b-graph p.four{
	top: 77.5%;
    left: 16%;
    text-align: right;
}
.b-graph p.five{
    top: 35.6%;
    left: 4%;
}
.b-graph p.six{
    top: 4%;
    left: 15.5%;
    text-align: right;
}
.b-graph p.six span{
    font-size: 82.95px;
}
.b-graph p.six span.l-graph_text{
	font-size: 17.98px;
}
/**end graph**/
.b-published_shema_content{
	margin-top: 185px;
}
.b-published_shema_content a{
	font-weight: bold;
}
.b-published_shema_study{	
    margin: 47px 0 0 0;
}
.b-published_shema_study h3{	
    font-weight: bold;
	color:#ffe100;	
    margin-bottom: 12px;
}
.b-published_shema_study p{	
	font-size: 14.97px;
}
.b-published_shema_study p:last-child{	
	color:#ffe100;
	font-weight: bold;
}

.b-published_ingredient{
    margin-top: 145px;
    padding-bottom: 110px;
}
.b-published_ingredient section.r-first{
    margin-top: 30px;
}
.b-published_ingredient section{
    margin-top: 63px;
}
.b-published_ingredient section h3{
    font-weight: bold;
    margin-bottom: 8px;
}
.b-published_ingredient section p{
    line-height: 1.8;
    margin-bottom: 22px;
}
/*
=================================================================
b-use
=================================================================
*/
.b-use{
	position: relative;
	width:100%;
	padding-bottom: 0;
}
.b-use_bg{
	background: url(/images/bg6.jpg) no-repeat top center fixed;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
}
.b-use_content{
	position: relative;
    padding: 70px 0;
}
.b-use_content .l-title{
	color: #000;
}
.b-use_supplement{	
    padding-top: 40px;
}
.b-use_supplement_left{	
    width: 48%;
    margin-right: 5%;
    float: left;
}
.l-product_supplements{	
    border: 4px solid #000;
	background: #fff;
    font-family: 'Helvectica', sans-serif;
    width: 100%;
}
.l-product_supplements td{	
    padding-left: 5px;
	font-size: 18.52px;
}
.l-product_supplements td sup{	
    font-size: 0.7em;
}
.l-product_supplements tr td.r-center{	
	text-align: center;
}
.l-product_supplements thead{
	border-bottom: 5px solid #000;
}	
.l-product_supplements th{	
    padding: 5px 5px 1px;
}
.l-product_supplements_title{
    font-family: 'Helvectica', sans-serif;
    font-size: 31.4px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 13px;
}
.l-product_supplements_title_row{
	font-size: 17.7px;
    line-height: 1;
}
.l-product_supplements_title_row th{

    padding: 0px 9px 2px;
}
.l-product_supplements_title_row:last-child th{

    padding: 0px 9px 8px;
}
.l-product_supplements_header{
	border-bottom: 5px solid #000;
}
.l-product_supplements_header td{
	font-size: 14.05px;
	text-align: center;
}
.l-product_supplements_header td:first-child{
	text-align: right;
}
.l-product_supplements tfoot{
	border-top: 5px solid #000;
}
.l-product_supplements .l-product_supplements_ingredients{
	font-size: 15.01px;
}
.l-product_supplements_vegan{
	text-align: right;
}
.b-use_supplement_right{
	float: left;
    width: 47%;
    padding: 20px 0 0 15px;
}
.b-use_supplement_right header{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 7px;
}
.b-use_supplement_right ul li{
    font-size: 32px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    margin-bottom: 15px;

}
.b-use_supplement_right ul li:before{
	content: '•';
	position: absolute;
	left:-10px;
}
.b-use_suggested{
	margin-top: 40px;
	font-size: 24.05px;
}
.b-use_suggested p{
    font-family: 'Helvectica', sans-serif;
}
.b-use_suggested header{
	font-size: 40px;
	font-weight: bold;
}
.b-use_suggested_left p:first-child,
.b-use_suggested_right p:first-child{
	font-weight: bold;  
}
.b-use_suggested_left{
    float: left;
    width: 46%;
    line-height: 1.8;
}
.b-use_suggested_right{
    float: right;
    width: 46%;
    line-height: 1.8;
}
/*
=================================================================
b-elite
=================================================================
*/
.b-eilte{
    position: relative;
    background: url(/images/bg7.jpg) no-repeat top center;
    background-size: cover;
    width: 100%;
    padding: 90px 0;
}
.b-elite_img{
    margin: 45px 0 0;
}
.b-elite_img_main{
    float: left;
    width: 59%;
    margin-right: 2.5%;
}
.b-elite_img_main img{
	max-width: 700px;
	width: 100%;
}
.b-elite_img_preview{
    float: left;
    width: 37.5%;
}
.b-elite_img_preview_item{    
	float: left;
    width: 46%;
    margin-right: 8%;
    margin-bottom: 28px;
	position: relative;
	cursor: pointer;
    height: auto;
}
.b-elite_img_preview_item:nth-of-type(even){
    margin-right: 0%;
}
.b-elite_img_preview_item a{
    width: 100%;
	height: 100%;
	display: block;
}
.b-elite_img_preview_item a:hover .b-elite_img_preview_text{
    top: 62%;
}
.b-elite_img_preview_item a.active .b-elite_img_preview_text{
    top: 62%;
}

.b-elite_img_preview_item img{
	width:100%;
}
.b-elite_img_preview_text{
    position: absolute;
    bottom: 8px;
	top:0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 2px 9px;
}
.b-elite_img_preview_text p{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 4px 2px 10px;
}
.b-elite_img_preview_text span{
	display: block;
	font-size: 15.85px;
	color: #ffe100;
	font-weight: bold;
	text-align: center;
}
.b-elite_img_preview_text span:last-child{
	font-size: 13.87px;
	color: #fff;
	font-weight: normal;
}
.b-elite_content_item{
	display: none;
    min-height: 360px;
}
.b-elite_content_item:first-child{
	display: block;
}
.b-elite_content_item h3{
	font-size: 40px;
	font-weight: bold;
	color:#ffe100;
}
.b-elite_content_item p{
	font-size: 24px;
	font-weight: bold;
	color:#fff;
}
.b-elite_content_item blockquote{
    font-size: 24.03px;
    color: #fff;
    margin: 71px 0px 94px;
    line-height: 1.8;
	position: relative;
}
.b-elite_content_item blockquote:before{
    content: '';
    position: absolute;
    background: url(/images/icon_quote.png) no-repeat top center;
    top: -50px;
    width: 50px;
    height: 50px;
}
.b-elite_content_item .l-btn{
    font-size: 23.48px;
    text-align: center;
    width: 345px;

}
/*
=================================================================
b-review
=================================================================
*/

.b-review{
	position: relative;
	background: url(/images/bg8.jpg) no-repeat top center;
	background-size: cover;
    padding: 95px 0px 50px;
}
.b-review .l-title{
	width: 50%;
	float:left;
}
.b-review .l-btn{
	float: right;
    width: 255px;
    text-align: center;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
}
.b-review_rating{

    margin: 45px 0px 40px;

}
.b-review_rating_left,
.b-review_rating_right{
	width:48%;
}
.b-review_rating_left{
	float:left;
	margin-right: 1%;
}
.b-review_rating_right{
	float:right;
}
.b-review_rating_left header,
.b-review_rating_right header,
.b-review_wrap header{
    background: #e2e2e2;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 12px 10px;
}
.b-review_rating_left p{
	text-align: center;
    font-size: 15px;
    padding-top: 16px;
}

.b-rating_block{
	width: 100%;
    max-width: 290px;
    margin: 14px auto;
}
.b-rating_block_row{	
    margin-bottom: 7px;

}
.b-rating_block_row_stars{
	font-size: 18.03px;
    font-weight: bold;
    min-width: 47px;
    display: inline-block;
    padding-left: 16px;
	position: relative;
}
.b-rating_block_row_stars:after{
    content: '';
    position: absolute;
    top: 6px;
    right: 3px;
    width: 13px;
    height: 13px;
    background: url(/images/review_star.png) no-repeat center center;
    background-size: cover;
}
.b-rating_block_row_bar{
    display: inline-block;
}
.b-rating_block_row_bar img{
    width: 100%;
    max-width: 200px;
}
.b-rating_block_row_quantity{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    min-width: 30px;
    padding-left: 16px;
}
.b-rating_block_row_value{
    min-width: 23px;
    float: right;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-right: 24px;
    padding-top: 4px;
}
.b-review_item{
    margin-top: 36px;
    padding-bottom: 35px;
}
.b-review_item_foto{
	width: 10%;
    text-align: right;
    float: left;
}
.b-review_item_foto img{
    width: 100%;
    max-width: 64px;
}
.b-review_item_content{
	width: 89%;
    float: right;
}
.b-review_item_content_left{
	width: 45%;
    float: left;
}
.b-review_item_content_left img{
    max-width: 125px;
    vertical-align: top;
}
.b-review_item_content_left span{
    font-size: 15px;
    vertical-align: text-top;
}
.b-review_item_content_left h4{
	font-size: 24px;
	font-weight: bold;
}
.b-review_item_content_right{
	width: 54%;
    float: right;
	text-align: center;
}
.b-review_item_content_right p{
    font-size: 18.26px;
    font-weight: bold;
}
.b-review_item_content_quality{
	float:left;
	width:45%;
}
.b-review_item_content_value{
	float:right;
	width:45%;
}
.b-review_item_content>p{
	font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
}
.l-result_vary{
	margin-top: 0;
    font-size: 16px;
    font-weight: bold;
}
/*
=================================================================
b-join
=================================================================
*/
.b-join{
	position: relative;
	width: 100%;
    padding: 57px 0 125px;
}
.b-join_bg{
	background: url(/images/bg9.jpg) no-repeat center center fixed;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
}
.b-join_content{
	position: relative;
}
.b-join_content .l-title{
	color:#000;
	text-align: center;
    margin-bottom: 47px;
}
.c-join{
	width: 24.5%;
    float: left;
    margin-right: 0.5%;
}
.b-join_icon{
	display: block;
    margin: 15px auto 16px;
    text-align: center;
}
.b-join_icon img{
    width: 100%;
    max-width: 65px;
}
.b-join_followers{
    text-align: center;
}
.c-join{
	background: rgba(0, 0, 0, 0.5);
	padding-bottom: 90px;
	position: relative;
}
.b-join_followers span{
    display: block;
    color: #fff;
    line-height: 1;
}
.b-join_followers span:first-child{
    font-size: 80px;
    font-family: 'LeagueGothic', sans-serif;
}
.b-join_followers span:last-child{
    font-size: 15.07px;
}
.b-join_link{
	position: absolute;
	width:84px;
	height:84px;
	margin-top: 37px;
	left:50%;
	margin-left: -42px;
}
.b-join_link img{
	width:100%;
}
/*
=================================================================
b-twit
=================================================================
*/
.b-twit{
	background: url(/images/bg10.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	color: #fff;
    padding: 115px 0px 195px;
}
.b-carousel {
	position: relative;
    overflow: hidden;
}
.b-carousel_group{
	width: 20000em;
    position: relative;
}
.b-carousel_item {
	float:left;
	text-align: center;
}
.b-carousel_item blockquote{
    font-size: 30px;
    width: 73%;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    margin-top: 85px;

    min-height: 165px;
}
.b-carousel_item:nth-child(even) blockquote{

    float: right;
}
.b-carousel_item blockquote:before{
    content: '';
    position: absolute;
    background: url(/images/icon_quote.png) no-repeat top center;
    top: -70px;
	left:50%;
	margin-left: -25px;
    width: 50px;
    height: 50px;
}
.b-carousel_item p{
    width: 73%;
    font-size: 30px;
    font-weight: bold;
    margin-top: 85px;
    position: relative;
}
.b-carousel_item:nth-child(even) p{
	float: right;
}
.b-carousel_item p:before{
    content: '';
    position: absolute;
    background: url(/images/icon_tw1.png) no-repeat top center;
    top: -53px;
    left: 50%;
    margin-left: -28px;
    width: 58px;
    height: 58px;
}
.b-carousel_next{
    position: absolute;
    width: 97px;
    height: 97px;
    top: 143px;
    left: 50%;
    margin-left: -43.5px;
	background: url(/images/icon_arrow_round.png) no-repeat center center;
	background-size: cover;

    transition-duration: 0.8s;
    transition-property: transform;
}
.b-carousel_next:hover{
	background: url(/images/icon_arrow_round_white.png) no-repeat center center;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
	background-size: cover;
}

/*
=================================================================
g-footer
=================================================================
*/
.g-footer{
	background: url(/images/bg11.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;	
    padding: 0 0 45px;
}
.g-footer .g-site_width{
	position: relative;
}
.g-footer_nav {
    position: absolute;
    width: 100%;
    top: -62px;
    left: 0;
}
.g-footer_nav li{
    float: left;
    width: 32%;
    text-align: left;
}
.g-footer_nav li:nth-child(2){
	margin: 0 2%;
}
.g-footer_nav li:nth-child(2) a{
	font-size: 33.05px;
	background: #ffe000;
}
.g-footer_nav li a{
	font-size: 23.5px;
	font-weight: bold;
	color: #000;
    padding: 5px 12%;
    height: 155px;
    line-height: 145px;
	background: #ffffff;
	display: inline-block;
	width: 100%;
	position: relative;
}
.g-footer_nav li a:after{
    content: '';
    position: absolute;
    background: url(/images/arrow_right_footer.png) no-repeat center center;
    top: 64px;
    right: 11%;
    width: 14px;
    height: 23px;
    background-size: cover;
}
.g-footer_nav li:hover a{
	background: #ffe000;
}
.g-footer_nav li:hover a{
	text-decoration: none;
}
.g-footer_logo{
	margin: 141px auto 7px;
    text-align: center;
}
.g-footer_logo img{
    max-width: 137px;
    width: 100%;
}
.g-footer_copyright{
    margin-bottom: 24px;
}
.g-footer_note{
	font-size: 15px;
    width: 65%;
    margin: 0 auto 30px;
}
.g-footer_note p{

    margin-bottom: 15px;
}
.g-footer_bottom_nav li{	
    display: inline-block;
}
.g-footer_bottom_nav li a{	
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    border-right: 2px solid #fff;
    padding: 0 10px;
    line-height: 1;
}
.g-footer_bottom_nav li:last-child a{
    border-right: none;
}
.g-footer_bottom_nav li a:hover{	
	text-decoration: underline;

}
/*
=================================================================
modal 
=================================================================
*/
.b-modal {
    max-height: 90%;
    top: 5%;
}
.b-modal .modal-dialog{
    width:90%;
	max-width:700px;
    background: #fff;
    box-shadow: 7px 8px 9px -3px #1d1d1d;
    padding: 0 55px;
	position: relative;
	margin: auto;
	top:65px;
}
.b-modal .modal-header {
    padding: 15px;
    border-bottom: none;
    position: absolute;
    right: 10px;
    z-index: 9999;
}
.b-modal .modal-content {
    border: none;
    border: none;
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	position: static;

}
.b-modal .b-close{
    float: none;
    font-size: inherit;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #ffe100;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    text-shadow: none;
}
.b-modal.modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999999;
    top: 0;
    padding: 30px 0 0 0;
}
.b-modal .b-modal_header p {
    margin-bottom: 20px;
}

/*
=================================================================
modal contact
=================================================================
*/

.b-modal_header{
    text-align: center;
}
.b-modal_header .l-title {
    font-size: 70.1px;
    margin-top: 5px;
}
.b-modal_header p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
    margin: 4px 0 17px;
}
.b-modal_header p a{
	font-weight: bold;
}
.b-modal_contact .b-modal_header p a{
	color: #000;
}
.b-contact_form input,
.b-contact_form textarea{
    width: 100%;
    border: none;
    background: #fee000;
    font-weight: bold;
    font-size: 16px;
    padding: 39px 7%;
    margin-bottom: 5px;
}

.b-contact_form input.j-empty,
.b-contact_form textarea.j-empty {
	border-color: red;
}

.b-contact_form textarea{
	height:225px;
}
.b-contact_form  input[type=text]::-webkit-input-placeholder {color:#000;}
.b-contact_form  input[type=text]::-moz-placeholder          {color:#000;}
.b-contact_form  input[type=text]:-moz-placeholder           {color:#000;}
.b-contact_form  input[type=text]:-ms-input-placeholder      {color:#000;}
.b-contact_form  textarea::-webkit-input-placeholder {color:#000;}
.b-contact_form  textarea::-moz-placeholder          {color:#000;}
.b-contact_form  textarea:-moz-placeholder           {color:#000;}
.b-contact_form  textarea:-ms-input-placeholder      {color:#000;}
.b-contact_form p{
	text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0 0;
}
.b-contact_form .l-btn{
	margin: 20px auto;

}
.b-contact_form_message {
	text-align: center;
	display: none;
	margin: 10px 0;
	font-size: 16px;
}
/****faqs modal***/
/*.b-modal_faqs {
    padding: 10px 3.5%;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}*/
.b-accordion-content{
	display: none;
}
.b-accordion-header{
    font-size: 15.98px;
    font-weight: bold;
    padding: 37px 8%;
    background: #fee000;
    margin-bottom: 9px;
    cursor: pointer;

}
.b-accordion-header.r-padding{
    padding: 27px 8%;
}
.b-accordion-header.r-padding span{
	margin: -11px 0 0 0;
}
.b-accordion-header span{
    width: 24px;
    height: 24px;
    background: url(/images/icon_plus_minus.png) no-repeat;
    background-position: 0 center;
    display: inline-block;
    float: right;
}

.b-accordion-header.rotate span{
    width: 24px;
    height: 24px;
    background: url(/images/icon_plus_minus.png) no-repeat;
    background-position: -26px 0px;
    display: inline-block;
    float: right;
}
.b-accordion-content{
	font-size: 16.03px;
    padding: 9px 45px;
    line-height: 2;
    background: #fff399;
    margin-top: -9px;
    margin-bottom: 9px;
}
.b-accordion .b-accordion-content p{
    margin-bottom: 20px;
}
.b-accordion-content p strong{
    display: block;
    margin-bottom: 0px;
}

/****trial modal***/
.b-modal_trial .modal-dialog{
	max-width: 1244px;	
    border: 38px solid rgb(159, 105, 168);
    padding: 35px 4%;
	text-align: left; 
	padding: 35px 4% 55px;

}
.b-modal_trial .b-modal_header .l-title {
    font-size: 80px;
    margin: 15px 0 23px;
    color: rgb(159, 105, 168);
}
.b-modal_trial  p {
    line-height: 1.85;
    margin-bottom: 35px;
    font-size: 24px;
}
.b-modal_trial_block{
    margin: 45px 0 30px;
    border: 2px solid #000;
    padding: 22px 33px 8px;

}
.b-modal_trial_block h3{
	text-align: center;
    font-weight: bold;
    margin-bottom: 18px;
	font-size: 24px;
    color: rgb(159, 105, 168);
	text-transform: uppercase;
}
.b-modal_trial_block p{
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6;
}
.b-modal_trial_block p.r-first{
    line-height: 1.7;
}
.b-modal_trial_block span{
    text-decoration: underline;
}
.b-modal_trial_block a{
	color: rgb(159, 105, 168);
	font-weight: bold;
}
.b-modal_trial_form  .b-trial_check{
	font-weight: bold;
	font-size: 36px;
	color: rgb(159, 105, 168);
	cursor: pointer;
}
.b-trial_checkbox{
    width: 50px;
    height: 50px;
    border: 1px solid rgb(159, 105, 168);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -10px;
}
.b-trial_check.active .b-trial_checkbox{
	background: url(/images/icon_check.png) no-repeat center center;
	background-size: contain;
}
.b-modal_trial .l-btn{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    display: block;
    background: rgb(159, 105, 168);
    color: #fff;
    border: 2px solid rgb(159, 105, 168);
    box-shadow: none;
}
.b-modal_trial .l-btn:hover, .b-modal_trial .l-btn:focus {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.b-modal_trial .l-btn.disable {
    background: #eee;
    color: #707070;
    border: 2px solid #707070;
	cursor: default;
}
.b-modal_trial .l-btn.disable:active,
.b-modal_trial .l-btn.disable:focus,
.b-modal_trial .l-btn.disable:hover {
    background: #eee;
    color: #707070;
    border: 2px solid #707070;
	cursor: default;
}

.b-modal_trial_body{
	display: block;
}
.b-trial_timer{
	display: none;
	text-align: center;
}
.b-trial_timer header{
	font-size: 55px;
	font-weight: bold;
	margin-bottom: 20px;
}
.b-trial_timer .b-clock{
	position: relative;
	background: rgb(159, 105, 168);
	border-radius: 10px;
	padding: 2px;
	display: inline-block;
	width:84px;
	height:84px;
}
.b-trial_timer .b-clock_title{
    display: block;
    position: absolute;
    font-size: 13px;
	font-weight: bold;
    top: -18px;
    left: 0px;
    width: 100%;

}
.b-trial_timer .b-clock span:last-child{
    font-size: 45px;
    font-weight: bold;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    display: block;
    border: 1px solid #ffe100;
    border-radius: 8px;
    margin: 0 auto;
}
.b-trial_timer_notify header{
    line-height: 1.9;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
    margin-top: 17px;
}
.b-trial_timer_notify .mc-webform .mc-section-body {
    padding-top: 0px;
    padding-bottom: 10px;
}
.b-trial_timer_notify .mc-webform .mc-section-body-top {
    margin-bottom: 0px;
}

.b-trial_timer_notify .mc-webform-2c4b9113-2beb-478f-a1be-9e62da1243da {
    width: 320px;
    margin: 0 auto;
}
.b-trial_timer_notify .mc-section-body-top{
	margin-bottom: 0;
}
.b-trial_timer_notify .mc-section-body-top br,
.b-trial_timer_notify .mc-webform .mc-section-body-bottom br{
	display: none;
}
/*
=================================================================
modal mgs
=================================================================
*/
.b-modal_mgs h2{
	color:rgb(159, 105, 168);
	margin-bottom: 50px;
}
.b-modal_mgs h3{
font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}
.b-modal_mgs  p{
    margin-bottom: 20px;
}
.b-modal_mgs_form{
	padding-top: 20px;
}
.b-modal_mgs_form .l-form_radio:checked + label:before {
    background: rgb(159, 105, 168);
}
.b-modal_mgs_form .l-form_radio:checked + label:before {
    background: rgb(159, 105, 168);
}
.b-modal_mgs_form .l-form_radio:not(checked) + label:after {
    top: 9.7px;
    left: 3.7px;
    width: 7px;
    height: 7px;
}
.b-modal_mgs_form p{
	    font-size: 14px;
    margin-top: -15px;
    padding-left: 26px;
}
.b-modal_mgs_form a{
	color:#000;
	text-decoration: underline;
}
.b-modal_mgs_form a:hover,
.b-modal_mgs_form a:active,
.b-modal_mgs_form a:focus{
	color:#000;
	text-decoration: none;
}
.b-modal_mgs_form .b-msg_btn{
    background: rgb(159, 105, 168);
    border: 1px solid rgb(159, 105, 168);
    color: #fff;
    text-decoration: none;
    width: 265px;
    height: auto;
    line-height: 1;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    box-shadow: none;
    display: block;
    margin: auto;
	margin-bottom: 70px;
}	
.b-modal_mgs_form .b-msg_btn:hover{
    color: #fff;
}	
.b-msg_email{
	display: none;
}
.b-msg_email .mc-webform-2c4b9113-2beb-478f-a1be-9e62da1243da {
    width: 265px;
    margin: auto;
}
.b-msg_email .mc-webform .mc-section-body {
    padding-top: 0;
    padding-bottom: 0;
}
.b-msg_email .mc-webform .mc-section-body-top{
	display: none;
}
.b-msg_email .mc-webform-2c4b9113-2beb-478f-a1be-9e62da1243da .mc-field-caption, .mc-webform-2c4b9113-2beb-478f-a1be-9e62da1243da .mc-field-option {
    display: none;
}
.b-msg_email .mc-webform .mc-field-required-decorator {
    display: none;
}
.b-msg_email .mc-webform .mc-webform-item {
    margin-bottom: 3px;
    padding: 7px 0;
}

/*
=================================================================
calc
=================================================================
*/
/*.b-orm_calc{
		font-size: 24px;
} */

.b-orm_calc .l-hide_lg {
    display: block;
}
.b-orm_calc .g-header {
    padding-bottom: 0;
}
.b-orm_calc .g-header_wrap {
    background: url(/images/bg12_calc.jpg) no-repeat center center scroll;
    position: relative;
    background-size: cover;
    padding-bottom: 0%;
    width: 100%;
    height: 100%;
}

.b-orm_calc .g-header_bg {
    position: relative;
    width: 100%;
    height: 100%;
}
.b-orm_calc .g-header_bg {
    background: none;
}
.b-orm_calc .g-header .l-title{

    width: 100%;
    text-align: left;
}

.b-orm_calc .g-header_content_wrap {
    width: 100%;
    float: none;
    margin-top: 420px;
    padding-left: 0;
    margin-bottom: 20px;
}
.b-orm_content{
	width:100%;
	position: relative;
	background: #fff;
}
.b-orm_discr{
    margin-top: 57px;
    margin-bottom: 47px; 
	padding-top: 40px;

}
.b-orm_calc h2{
	font-size: 24px;
    font-weight: bold;  
	margin: 0px 0 30px;
}
.b-orm_content p{
    line-height: 1.8;
    margin-bottom: 60px;
}
.b-orm_slide_section h2{
    margin: 0px 0 30px;
}
.b-orm_slide{
	width: 71.5%;
    float: left;
    margin-right: 2%;
}
.b-orm_slide h3{
    margin-top: 24px;
    margin-bottom: 85px;
	font-weight: bold;
}
.b-orm_slide h3:nth-child(4){
    margin-top: 34px;
    margin-bottom: 54px;

}
.b-orm_result{
	position: relative;
    margin-top: -23px;
    width: 39.5%;
    text-align: left;
    float: right;
}
.b-orm_slide_section .l-btn {
    width: 100%;
    margin-top: 16px;
    font-size: 34px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.b-orm_result img{
	width:100%;
	max-width: 274px;

}
.j-orm_calculator{
	width: 100%;
	margin: auto;
}
.b-orm_calc .ui-slider {
	position: relative;
}
.b-orm_calc .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 4;
    width: 63px;
    height: 103px;
    border-radius: 3px;
    background: url(/images/slide_marker.png) no-repeat;
    cursor: pointer;
    background-size: cover;
    border: none;
    top: -69px;
    margin-left: -25px;
    outline: none;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    color: #000;
    font-size: 22px;
}
.b-orm_calc .ui-widget.ui-widget-content{
	border: 1px solid #eee;
	border-radius: 15px;
}
.b-orm_calc.ui-slider-horizontal {
	height: 15px; 

}
.b-orm_calc .ui-widget-header {
    border: 1px solid #eee;
    background: #ffe100 url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
	border: #eee;
}
.b-orm_result p{
	font-family: 'LeagueGothic', sans-serif;
	font-size: 90px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: 20%;
    left: 16%;
    display: block;
    width: 70%;
    text-align: center;
    margin: auto;
}
.b-orm_result span{
	display: inline-block
}
.b-orm_result span:last-child{
    font-size: 36px;
    color: #000;
    margin-top: 0;
}
.b-orm_table{
	margin-top: 60px;
}
.b-orm_table p{
	padding-top: 10px;
}
.b-orm_table p span {
    color: #000;
    font-weight: bold;
}
.b-orm_table h3{
	margin: 19px 0 14px;
	font-weight: bold;
}
.b-orm_table table{
	text-align: center;
	border:0;

}
.b-orm_table table tr{
	border-top: 1px solid #bdbfc1;

}
.b-orm_table table td{
	border: 0;
	min-width: 70px;

}
.b-orm_table table .b-title{
    font-weight: bold;
    font-size: 24.08px;
    color: #000;
    width: 11%;
    text-align: left;
    padding: 16px 5px;
}
.b-orm_table table td{
	font-weight: bold;
    font-size: 24.08px;
    color: #000;
}
.b-orm_table {
    position: relative;
}
.b-why_slide {
	background: red;
    color: #fff;
    float: left;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    padding: 3px 6px;
    position: absolute;
    bottom: -5px;
    left: 74px;
	display: none;
}
.b-orm_calc .g-footer_nav li {
    box-shadow: 7px -2px 9px -3px #1d1d1d;
}
.b-orm_form {
    width: 56%;
    margin-right: 4%;
    float: left;
}
.b-orm_form input{
    padding: 26px 10px;
    background: #eee;
    border: none;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.b-orm_calc .g-footer{
    margin-top: 140px;
}
.b-orm_calc .g-footer_note p {
    margin-bottom: 15px;
}
.b-orm_calc .g-footer_copyright {
    margin-bottom: 24px;
}
/*
 * Javascript
 */
.j-page_preloader {
	background: url('../images/system/page_preloader.gif') no-repeat;
	width: 16px;
	height: 11px;
}

@media(max-width:1000px){

	.b-orm_table {
		margin-top: 40px;
	}
}

@media(max-width:815px){
	.b-why_slide {
		display: block;
	}
}




@media(max-width:530px){
	.b-orm_slide {
		width: 96%;
		margin-right: 0;
		float: none;
	}
}

/*
=================================================================
page trial
=================================================================
*/
.l-violet{
	color: rgb(159, 105, 168);
}
.l-center{
	text-align: center;
}
.b-page_trial{
	padding: 50px 0;
}
.b-page_trial a:hover{
	text-decoration: underline;
}
.b-page_trial h1{
    color: rgb(159, 105, 168);
    font-size: 53px;
    margin: 11px 0 15px;
	font-family: 'LeagueGothic', sans-serif;
	text-align: center;
}
.b-page_trial h2{
    color: rgb(159, 105, 168);
    font-size: 30px;
	font-weight: bold;
    margin: 11px 0 15px;
	/*text-align: center;*/
}
.b-page_trial section{
	padding:  15px 0px 15px;
}
.b-page_trial p{
	margin-bottom: 15px;
}
.b-page_trial span{
	text-decoration: underline;
}
.b-page_trial .r-link{
	color:#000;
	text-decoration: underline;
}
.b-page_trial .r-link:hover{
	text-decoration: none;
}
.b-page_trial .b-trial_fees{
	border: 1px solid #000;
	padding: 10px
}
.b-page_trial .b-row:first-child{
	border-bottom:1px dotted transparent;
	position: relative;
    margin-top: 35px;
}
.b-page_trial .b-row:first-child span{
	text-decoration: underline;
}
.b-page_trial .b-row{
	border-bottom:1px dotted;
	position: relative;
    margin-top: 45px;
}
.b-page_trial .b-row span{
	text-decoration: none;
}
.b-page_trial .b-first-column {
    display: inline-block;
    position: absolute;
    top: -28px;
    background: #fff;
    padding-right: 10px;
}
.b-page_trial .b-second_column{
	display:inline-block;
	position: absolute;
	right:0;
	top: -28px;
    background: #fff;
    padding-left: 10px;
}
.b-page_trial .g-footer{
	margin-top: 150px;
}
.b-page_trial .l-btn{
    width: 70%;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    display: block;
    background: rgb(159, 105, 168);
    color: #fff;
    border: 2px solid rgb(159, 105, 168);
	margin: 20px auto;
}
.b-page_trial .l-btn:hover{
	text-decoration: none;
}


/*
============================================
thankyou
============================================
*/
.b-thank{
	text-align: center;
    padding: 130px 0;
	background: url(/images/bg-stars.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	color: #fff;

}
.b-thank a{
	cursor: pointer;
	text-decoration: none;
	color:#333;
    font-family: 'Open Sans', sans-serif;
}
.b-thank a:hover{
	text-decoration: underline;
}
.b-thank h1{
    margin: 12px 0 2px;
}
.b-thank h3{
    font-size: 30px;
    font-weight: bold;
	color: #fff;
    margin: 50px 0 30px;
	
}
.b-subscribe hgroup {
   text-align: center;
   padding: 100px 0 100px;
}
.b-thank article{
	background: url('/images/grey_line.png') bottom center no-repeat;
	padding: 0 0 1px;
    width: 70%;
    margin: 50px auto;
	text-align: left;
}
.b-thank article p{
	color: #fff;
    line-height: 1.65;
    margin: 0 0 20px;
    font-size: 16px;
    padding: 0 2%;
    position: relative;
    padding-left: 30px;
}
.b-thank article p span{
    position: absolute;
    left: 0px;
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #ffe100;
}


/*
=================================================================
ebook page
=================================================================
*/

.b-ebook_top{
	background: #333333;
	height: 50px;
	border-bottom: 10px solid #f9db00;
}
.b-ebook_body{
	background: url(/images/bg2.jpg) no-repeat top center;
	background-size: cover;
    padding: 45px 0 160px;
}
.b-ebook_item{
	text-align: center;
}
.b-ebook_item.left{
	float: left;
	width: 47%;
}
.b-ebook_item.right{
	float: right;
    width: 47%;
}
.b-ebook_item_img img{
	width: 100%;
	max-width: 489px;
}
.b-ebook_item .l-title{
	margin: 15px 0;
	color: #000;
}
.b-ebook_item .l-btn{
	margin: 0 auto;
	text-align: left;
}
.l-btn_download span{
    background: url(/images/icon_download.png) no-repeat center center;
	    width: 34px;
    height: 34px;
    line-height: 100px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 14px;
    background-size: 100%;
}
/*
=================================================================
testimonials
=================================================================
*/
.b-testimonials{
	background: url(/images/bg-stars.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
}	
.b-testimonials	.g-header_top {
    background: transparent;
    position: relative;
    z-index: 999;
}
.b-testimonials_container {
    padding: 50px 0 80px
}
	.b-testimonials_item {
    position: relative;
    width: 96%;
    margin: 15px auto;
    display: block;
    padding-bottom: 54%;

}
.b-testimonials_item iframe{
	    position: absolute;
    width: 100%;
    height: 100%;
	top:0;
	left:0;
}



/*
=================================================================
error
=================================================================
*/
.b-error{
	background: url(/images/bg-stars.jpg) top center repeat;
	background-size: contain;
	position: relative;
}
.b-error_content{
	text-align: center;
	z-index: 1;
	position: relative;
	color: #fff;
}
.b-error_content h1{
	 font-family: 'LeagueGothic', sans-serif;
    font-size: 380px;
    color: #ffe100;
    line-height: 1;
	padding: 100px 0 0px;
}
.b-error_content h2{
	 font-family: 'LeagueGothic', sans-serif;
    font-size: 80px;
	padding: 0;
}
.b-error_content p{
	width: 50%;
	margin: auto;
    font-size: 20px;
	padding: 10px 0 100px;
}
/*
 * Javascript
 */
.j-page_preloader {
	background: url('../images/system/page_preloader.gif') no-repeat;
	width: 16px;
	height: 11px;
}
.j-empty {
	border-color: red !important;
}
.j-form_loader {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	
}
.j-form_loader .j-page_preloader {
	margin: 0 auto;
}

.j-form_loader{
	display: none;
}
/*
=================================================================
		pop-up for product page
=================================================================
*/
.l-modal_product{
    background: #fff;
    max-width: 900px;
	width: 94%;
    margin: auto;
	border: 1px solid #4a8fab;
	display: flex;
    /*max-height: 420px;*/
    margin-top: 14%;
	position: relative;
}
.l-modal_product .close{
    height: 20px;
    position: absolute;
    right: 10px;
    top: 5px;
	z-index: 999;
}
.l-modal_product_left{
	flex-basis: 50%;
	background: url(/images/modal_bg.jpg) no-repeat bottom left; 
	background-size: cover;

}
.l-modal_product_img{
    height: 100%;
}
.l-modal_product_right{
	font-family: 'Poppins';
    margin: 2px;
    flex-basis: 50%;
      padding: 20px 10px 30px 36px;
	position: relative;
}
.l-modal_product_right .b-close{
	height: 10px;
    width: 10px;
    position: absolute;
    top: -3px;
    right: 12px;
    color: #595a5c;
    font-size: 29px;
    cursor: pointer;
    float: none;
    text-shadow: none;
    opacity: 1;
    font-weight: normal;
}
.l-modal_product_right h2{
    margin: 0px 0 0;
    background: url(/images/product_main/header_line.png) no-repeat bottom left;
    color: #4a8fab;
    font-weight: bold;
	font-family: 'Poppins-Medium';
    font-size: 27px;
    line-height: 1.2;
    padding: 0 0 25px 0;
    float: none;
	text-align: center;
}
.l-modal_product_right h3{
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.l-modal_product_right p {
    font-size: 13px;
    margin-bottom: 30px;
	    line-height: 1.6;
		margin-bottom: 8px;
}
.l-modal_product_right .r-color_blue {
    font-size: 16px;
   color: #4a8fab;
   font-style: italic;
   text-decoration: underline;
}
.l-modal_product_right .r-color_red {
    font-size: 14px;
   color: #e81919;
}
.l-modal_offer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.l-modal_offer_left{
    flex-basis: 54%;
    padding-top: 10px;
}
.l-modal_offer_left p:first-child{
	font-size: 15px;
	margin: 0;
}
.l-modal_offer_left p span{
   color: #e81919;
   text-decoration: underline;
}
.l-modal_offer_right{
	flex-basis: 45%;
}
.l-modal_offer_right img{
    max-width: 100%;
    width: 170px;
    margin-top: 0;
}
.l-modal_form   form{
	display: flex;
	justify-content: center;
}
.l-modal_form  form button,
.l-modal_form  form input{
	flex-basis: 160px;
	margin: 0 5px;
	
}
.l-modal_form  form input{
	border: 3px solid #facf25;
    border-radius: 3px;
    font-size: 12.5px;
    padding: 0 5px;
    height: 32px;   
	line-height: 29px;


}
.l-modal_form  form button{
	border: 3px solid #d4d4d4;
    border-radius: 3px;
    font-size: 12.5px;
    padding: 0 5px;
    height: 32px;
	background: #facf25;
    line-height: 29px;

}
.l-modal_form form button:hover{
	color:  #facf25;
	background: #fff;
}

/**********/
.l-sign_fix{
	position: fixed;
    bottom: 0;
    left: 0;
    max-width: 250px;
	width: 25%;
	background: #fff;
	z-index: 99;
	border: 1px solid #ffe100;
	min-width: 220px;
	display: none;
}
.l-sign_fix.active .l-sign_fix_learn{
	height: 0;

}
.l-sign_fix_learn{
	padding-top: 0px;
	box-sizing: border-box;
}
.l-sign_fix header{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #ffe100;
    text-align: center;
    padding: 3px 13px;
	cursor: pointer;
	position: relative;
}
.l-sign_fix_btn{
    background: transparent;
    border: 2px solid #ffe100;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    text-decoration: none;
    width: 70%;
    margin: 20px auto 20px;
    text-align: center;
	text-decoration: none;
}
.l-sign_fix_btn:hover{
    background: #ffe100;
    border: 2px solid #ffe100;
    border-radius: 0;
    color: #000;
    text-decoration: none;
}
.l-sign_fix img{
	display: block;
    width: 40%;
    margin: 0 auto 10px;
}
.l-sign_fix_info{
	display: none;
	/*position: absolute;*/
	bottom: 0;
	width: 100%;
	background: #fff;
	padding: 10px;

}
.l-sign_fix_info .l-sign_fix img {
    display: block;
    width: 40%;
    margin: 0 auto 10px;
}
.l-sign_fix_info .g-contant_btn {
    float: none;
    margin: 10px 0 0;
	width: 100%;
}
.l-sign_fix_info label {
	display: none;
}
.l-sign_fix_info input{
    border-radius: 0px;
}
.l-sign_fix_info .g-contant_btn button{
    border: 2px solid #ffe100;
    border-radius: 0px;
	background: #4b8fab;
    color: #fff;
    padding: 7px 10px;
	width: 100%;
}
.l-sign_fix_info .g-contant_btn button:hover{
	background: transparent;
    color:#ffe100;
}
.l-sign_fix .b-close{
	height: 5px;
	width: 5px;
	position: absolute;
    top: -2px;
    right: 9px;
}
.l-sign_fix form{
	flex-wrap: wrap;
}
.l-sign_fix form input,
.l-sign_fix form button{
	width: 100%;
	margin: 5px 0 5px;
	border-width: 2px;
}

/*@media(max-width:767px){
	.l-modal_product {
	}
	.l-modal_product_left {
		flex-basis: 49%;;
	}
.l-modal_product_right {
    flex-basis: 50%;
    padding: 20px;
}
	.l-modal_product_right h2 {
		font-size: 30px;
	}
	.l-modal_product_right h3 {
		font-size: 25px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.l-modal_product_right p {
		font-size: 11px;
		margin-bottom: 10px;
	}
	.l-modal_product_right .form-control {
		height: 35px;
	}
	.l-modal_product_right .g-contant_btn{
		width: 36%;
		margin: 0 0 0 0%;
	}
	.l-modal_product_right .g-contant_btn button {
		padding: 5px 3px;
		width: 100%;
		margin: 0 0 0 0%;
	}
	.l-modal_offer_left {
    flex-basis: 100%;
    padding-top: 0;
}
.l-modal_offer_right {
    flex-basis: 100%;
    text-align: center;
}
.l-modal_offer_right img {
    max-width: 100%;
    width: 170px;
    margin-top: 0;
}
form{
	flex-wrap: wrap;
}
form button,
form input{
	flex-basis: 100%;
	margin: 5px 0;
}
}*/
/*@media(max-width:580px){
		.l-modal_product_left{
		display: none;
	}
		.l-modal_product_right{
	flex-basis: 100%;
	}
}
@media(max-width:500px){
	.l-modal_product_left {
		flex-basis: 410px;
	}
	.l-modal_product_right h2 {
		font-size: 23px;
	}
	.l-modal_product_right h3 {
		font-size: 19px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.l-modal_product_right p {
		font-size: 12px;
		margin-bottom: 7px;
	}
	.l-modal_product_left {
		flex-basis: 500px;
	}
}
@media(max-width:430px){
	.l-modal_product_left{
		display: none;
	}
}*/

/*
=================================================================
media
=================================================================
*/

@media (max-width: 1810px){
	.b-orm_calc .g-header_content_wrap {
		margin-top: 380px;
	}
}

@media (max-width: 1700px){

	.g-header_content_wrap {
		margin-right: 10%;
	}
}

@media (max-width: 1650px){
	.b-twinkling {
		height: 60%;
	}
}
@media (max-width: 1600px){
	.b-accordion-header{
		padding: 37px 10%;
	}
	.b-accordion-header.r-padding {
		padding: 27px 10%;
	}
}
@media (max-width: 1570px){
	.b-order_right {
		width: 49%;
	}
	.b-published_ingredient section {
		width: 95%;
	}
}
@media (max-width: 1520px){
	.b-fake {
		padding-bottom: 100%;
	}
	.b-twinkling {
		height: 53%;
	}

}
@media (max-width: 1500px){
	.g-header_content_wrap {
		width: 575px;
		padding-right: 15px;
	}
	.g-header_content_logo img {
		max-width: 268px;
	}
	.l-title {
		font-size: 70px;
	}
	.g-header_content p {
		font-size: 22px;
		width: 80%;
	}
	.g-header_content a {
		font-size: 22px;
	}
	.l-arrow_slide{
		margin-top: 20px;
		width: 60px;
		height: 110px;
		background-size: auto 110px;
		animation: arrow-anim 6s steps(34, end) infinite;
	}
	.b-how_work .l-arrow_slide{
		margin-top: 86px;
		width: 60px;
		height: 110px;
		background-size: auto 110px;
		animation: arrow-anim 6s steps(34, end) infinite;
	}
	.b-twinkling {
		height: 50%;
	}

	.g-footer_nav li a {
		height: 140px;
		line-height: 130px;
	}
}
@media (max-width: 1480px){
	.b-orm_calc .g-header_content_wrap {
		margin-top: 330px;
	}
}

@media (max-width: 1440px){
	body {
		font-size: 18px;
	}

	.b-index .g-site_width {
		max-width: 960px;
	}
	.g-header_content_wrap{
		width: 552px;
		margin-top: 30px;
		padding-left: 33px;
		margin-right: 0;
	}
	.g-header_content_logo{
		margin-bottom: 20px;
		margin-left: -33px;
	}
	.g-header_content_logo img {
		max-width: 241px;
	}
	.l-title{
		font-size: 60px;
	}
	.g-header_content p {
		margin: 11px 0 13px;
		font-size: 18px;
		width: 58%;
	}
	.g-header_content a {
		font-size: 18px;
	}
	.l-arrow_slide{
		margin-top: 30px;
		width: 60px;
		height: 95px;
		background-size: auto 93px;
		animation: arrow-anim 6s steps(40, end) infinite;
	}
	.b-order {
		padding: 60px 0 0;
	}
	.b-order_left {
		width: 38.5%;
		text-align: center;
		margin-right: 6%;
	}
	.b-order_left img {
		max-width: 291px;
	}
	.b-order_right {
		width: 55.5%;
		padding: 26px 0 0;
	}
	.b-order_right p {
		font-size: 18.04px;
		margin: 5px 0 20px;
	}
	.b-order_right .b-order_price {
		font-size: 50.22px;
	}
	.b-order_select {
		margin: 28px 0px;
	}
	.b-order_select_form span {
		padding: 19px 20px;
		font-size: 18px;
	}
	.b-order_select ul li {
		padding: 19px 20px;
		font-size: 17px;
	}
	.b-order_select_form {
		margin-bottom: 26px;
	}
	.b-order_select_form span:after {
		top: 27px;
	}
	.l-form_radio:not(checked) + label {
		font-size: 17.5px;
		padding: 0 0 0 25px;
		letter-spacing: 0.6px;
		margin-bottom: 13px;
	}
	.l-form_radio:not(checked) + label:before {
		top: 3px;
		left: -3px;
		width: 20px;
		height: 20px;
	}
	.l-form_radio:not(checked) + label:after {
		top: 9.75px;
		left: 3px;
		width: 7px;
		height: 7px;
	}
	.l-form_radio:not(checked) + label.r-last {
		margin-bottom: 34px;
	}
	.l-btn {
		font-size: 16.83px;
		line-height: 76px;
		width: 223px;
		height: 76px;
		padding: 0 21px;
	}
	.l-btn_cart span {
		width: 34px;
		height: 34px;
		margin-right: 14px;
		background-size: 100%;
	}
	.b-order .l-arrow_slide {
		margin: 45px 0 45px;
	}
	.b-promoting {
		padding: 0 0 126px 0;
	}
	.b-promoting_lean {
		padding: 83px 0 65px;
	}
	.b-promoting blockquote {
		font-size: 24px;
		width: 55%;
		margin: 64px 0px 30px 0px;
	}
	.b-promoting blockquote:before {
		top: -36px;
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.b-promoting blockquote span {
		font-size: 18px;
		margin-top: 7px;
	}
	.b-promoting p {
		width: 62%;
		margin-bottom: 25px;
	}
	.b-promoting_video {
		margin-bottom: 123px;
	}
	/*	.b-promoting_video_wrap {
			padding-bottom: 52%;
		}*/
	.b-promoting_video_wrap .l-btn {
		top: 92%;
		margin-left: -111.5px;
	}
	.b-promoting_video_wrap .l-btn span {
		background-size: cover;
		width: 50px;
		height: 35px;
		margin-left: 20px;
	}
	.b-promoting_advantage blockquote{
		width: 70%;
	}
	.b-promoting_advantage p {
		width: 78%;
	}
	.b-how_work .l-title {
		margin-bottom: 26px;
	}

	.l-how_work_circle {
		width: 200px;
		height: 200px;
		padding: 65px 0 0 0;
	}
	.l-how_work_circle.r-first {
		padding: 52px 0 0;
	}
	.b-how_work .l-arrow_slide {
		margin-top: 50px;
	}
	.b-how_work p {
		font-size: 35.57px;
	}
	.b-published_benefits .g-site_width {
		padding: 92px 0 0;
	}
	.b-fake {
		padding-bottom: 78%;
	}
	.b-published_benefits blockquote {
		font-size: 24px;
		margin: 80px 0px 50px 0px;
		line-height: 1.4;
	}
	.b-published_benefits blockquote:before {
		top: -45px;
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.b-published_benefits blockquote span {
		font-size: 18px;
		margin-top: 7px;
	}
	.b-published_benefits p {
		margin-bottom: 25px;
	}
	.b-graph p span.l-graph_text {
		font-size: 13.98px;
		line-height: 19px;
	}
	.b-graph p span {
		font-size: 35.11px;
	}
	.b-graph p.six span {
		font-size: 56.95px;
	}
	.b-graph p.six span.l-graph_text {
		font-size: 13.98px;
	}
	.b-published_shema_content {
		margin-top: 140px;
	}
	.b-published_shema_study {
		margin: 35px 0 0 0;
	}
	.b-published_shema_study h3 {
		margin-bottom: 3px;
	}
	.b-published_shema_study p {
		font-size: 12.97px;
	}
	.b-published_ingredient {
		margin-top: 105px;
		padding-bottom: 83px;
	}
	.b-published_ingredient section {
		margin-top: 48px;
	}
	.b-published_ingredient section.r-first {
		margin-top: 21px;
	}
	.b-published_ingredient section p {
		margin-bottom: 16px;
	}
	.b-use_supplement {
		padding-top: 28px;
	}
	.b-use_supplement_left {
		width: 45%;
	}
	.b-use_content {
		padding: 53px 0;
	}
	.l-product_supplements_title {
		font-size: 19px;
		letter-spacing: 12px;
	}
	.l-product_supplements_title {
		font-size: 19px;
		letter-spacing: 12px;
	}
	.l-product_supplements_title_row {
		font-size: 13px;
		line-height: 1;
	}
	.l-product_supplements_header td {
		font-size: 12.05px;
	}
	.l-product_supplements td {
		padding-left: 5px;
		font-size: 13.52px;
	}
	.l-product_supplements .l-product_supplements_ingredients {
		font-size: 11.01px;
	}
	.l-product_supplements_vegan{
		margin-top: 10px;
	}
	.l-product_supplements_vegan img{
		max-width: 123px;	
	}
	.b-use_supplement_right {
		padding: 17px 0 0 15px;
	}
	.b-use_supplement_right header {
		font-size: 29px;
	}
	.b-use_supplement_right ul li {
		font-size: 24px;
		padding-left: 3px;
		margin-bottom: 11px;
	}
	.b-use_suggested {
		margin-top: 13px;
		font-size: 18.05px;
	}
	.b-use_suggested header {
		font-size: 30px;
	}
	.b-eilte {
		padding: 68px 0;
	}
	.b-elite_img {
		margin: 32px 0 0;
	}
	.b-elite_img_main {
		width: 57%;
	}
	.b-elite_img_preview {
		width: 40.5%;
	}
	.b-elite_img_preview_item {
		width: 41%;
		margin-right: 7%;
		margin-bottom: 22px;
	}

	.b-elite_img_preview_text span {
		font-size: 11.85px;
	}
	.b-elite_img_preview_text span:last-child {
		font-size: 10.8px;
	}	
	.b-elite_content_item h3 {
		font-size: 30px;
	}
	.b-elite_content_item p {
		font-size: 18px;
	}
	.b-elite_content_item blockquote {
		font-size: 18.03px;
		margin: 56px 0px 70px;
	}
	.b-elite_content_item blockquote:before {
		top: -45px;
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.b-elite_content_item .l-btn {
		font-size: 17.48px;
		width: 260px;
	}
	.b-elite_img_preview_text {
		bottom: 6px;
	}
	.b-elite_img_preview_text p {
		padding: 4px 2px 5px;
	}
	.b-review {
		padding: 72px 0px 30px;
	}
	.b-review .l-btn {
		width: 195px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	.b-review_rating {
		margin: 34px 0px 30px;
	}
	.b-review_rating_left header, .b-review_rating_right header, .b-review_wrap header {
		font-size: 18px;
		padding: 11px 10px;
	}
	.b-review_rating_left p {
		font-size: 11px;
		padding-top: 10px;
	}
	.b-rating_block {
		max-width: 255px;	
		margin: 12px auto;
	}
	.b-rating_block_row {
		margin-bottom: 5px;
	}
	.b-rating_block_row_stars {
		font-size: 12.03px;
		padding-left: 20px;
	}
	.b-rating_block_row_stars:after {
		top: 3px;
		right: 3px;
		width: 11px;
		height: 11px;
	}
	.b-rating_block_row_bar img {
		max-width: 151px;
	}
	.b-rating_block_row_bar.r-stars img {
		max-width: 95px;

	}
	.b-rating_block_row_quantity {
		font-size: 12px;
		min-width: 30px;
		padding-left: 11px;
	}
	.b-rating_block_row_value {
		font-size: 12px;
		padding-right: 56px;
		padding-top: 4px;
	}
	.b-review_item {
		margin-top: 26px;
		padding-bottom: 26px;
	}
	.b-review_item_foto {
		width: 9%;
	}
	.b-review_item_foto img {
		max-width: 47px;
	}
	.b-review_item_content_left img {
		max-width: 90px;
	}
	.b-review_item_content_left span {
		font-size: 12px;
	}
	.b-review_item_content_left h4 {
		font-size: 18px;
	}
	.b-review_item_content_right p {
		font-size: 13.26px;
	}
	.b-review_item_content_quality img,
	.b-review_item_content_value img{
		max-width: 143px;

	}
	.b-review_item_content>p {
		font-size: 14px;
		margin-top: 14px;
	}
	.b-join {
		padding: 46px 0 90px;
	}
	.c-join{
		padding-bottom: 65px;
	}
	.b-join_content .l-title {
		margin-bottom: 35px;
	}
	.b-join_icon {
		margin: 10px auto 13px;
	}
	.b-join_icon img {
		max-width: 49px;
	}
	.b-join_followers span:first-child {
		font-size: 60px;
	}
	.b-join_followers span:last-child {
		font-size: 12.07px;
	}
	.b-join_link {
		position: absolute;
		width: 60px;
		height: 60px;
		margin-top: 27px;
		left: 50%;
		margin-left: -30px;
	}
	.b-twit {
		padding: 84px 0px 150px;
	}
	.b-carousel_item blockquote {
		font-size: 22px;
		margin-top: 66px;
		min-height: 110px;
	}
	.b-carousel_item blockquote:before {
		top: -53px;
		margin-left: -17.5px;
		width: 33px;
		height: 33px;
		background-size: cover;
	}
	.b-carousel_item p {
		font-size: 18px;
		margin-top: 75px;
	}
	.b-carousel_item p:before {
		top: -45px;
		margin-left: -20px;
		width: 40px;
		height: 34px;
		background-size: cover;
	}
	.b-carousel_next {
		width: 75px;
		height: 75px;
		top: 109px;
		left: 50%;
		margin-left: -36.5px;

	}
	.g-footer_nav li a {
		font-size: 18.5px;
		height: 118px;
		line-height: 108px;
	}
	.g-footer_nav li a:after {
		top: 50px;
	}
	.g-footer_nav {
		top: -48px;
	}
	.g-footer_nav li:nth-child(2) a {
		font-size: 25.05px;
	}
	.g-footer_logo {
		margin: 103px auto 7px;
	}
	.g-footer_logo img {
		max-width: 137px;
	}

	.g-footer_note {
		font-size: 11px;
	}
	.g-footer_note {
		font-size: 11px;
		margin: 0 auto 19px;
	}
	.g-footer_bottom_nav li a {
		font-size: 18px;
	}
	.g-footer_bottom_nav li a {
		font-size: 18px;
		border-right: 2px solid #fff;
		padding: 0 5px 0 0px;
	}
	.b-orm_calc .ui-slider .ui-slider-handle {
		width: 56px;
		height: 88px;
		font-size: 20px;
		top: -63px;
	}
	.b-orm_slide h3 {
		margin-top: 24px;
		margin-bottom: 65px;
	}
	.b-modal_trial .modal-dialog{
		border: 25px solid rgb(159, 105, 168);
		padding: 28px 4% 50px;

		max-width: 840px;
	}
	.b-modal_header {
		text-align: center;
		padding: 23px 0 0;
	}
	.b-modal_header img{
		max-width: 105px;
	}
	.b-modal_trial .b-modal_header .l-title {
		font-size: 53px;
		margin: 11px 0 15px;
	}
	.b-modal_trial p {
		line-height: 1.9;
		margin-bottom: 19px;
		font-size: 16px;
	}
	.b-modal_trial_block {
		margin: 30px 0 18px;
		border: 2px solid #000;
		padding: 15px 20px 8px;
	}
	.b-modal_trial_block h3 {
		margin-bottom: 9px;
		font-size: 16px;
	}
	.b-modal_trial_block p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.b-trial_checkbox {
		width: 35px;
		height: 35px;
	}
	.b-modal_trial_form .b-trial_check {
		font-weight: bold;
		font-size: 24px;
	}
	.b-modal_trial .l-btn {
		font-size: 40px;
	}
	.b-page_trial .l-btn{
		font-size: 40px;
	}
}
@media (max-width: 1350px){
	.b-order_right {
		width: 52.5%;
	}
	.b-orm_calc .g-header_content_wrap {
		margin-top: 280px;
	}
}
@media (max-width: 1280px){
	.b-order_right {
		width: 47.5%;
	}

}
@media (max-width: 1270px){

	.g-header_content_wrap {
		margin-right: 5%;
	}
}
@media (max-width: 1190px){


	.g-header_menu .navbar-default .navbar-toggle.collapsed {
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
		margin-bottom: 0;
		height: 60px;
	}

	/*	.g-header_menu .navbar-default .navbar-collapse, .g-header_menu .navbar-default .navbar-form {
		max-width: 100%;
	}*/

	.g-header_menu .navbar-default .navbar-nav>li.r-background,
	.g-header_menu .navbar-nav>li,
	.g-header_menu .navbar-nav>li.r-active,
	.g-header_menu .navbar-nav>li.r-background,
	.g-header_menu .navbar-nav>li.r-padding {
		margin-bottom: 0px;
		background: #ffe000;
		border-bottom: 1px solid #000;
		position: relative;
	}
	.g-header_menu .navbar-default .navbar-nav>li>a{
		background: none;
		margin-right: 0;
	}
	.g-header_menu .navbar-nav>li.active,
	.g-header_menu .navbar-nav>li:hover,
	.g-header_menu .navbar-nav>li.r-background:hover{
		background: #000;
	}
	.g-header_menu .navbar-nav>li.active a,
	.g-header_menu .navbar-nav>li:hover a,
	.g-header_menu .navbar-nav>li.r-background:hover a{
		color: #ffe000;
	}

	.g-header_content_wrap {
		margin-right: 0;
		padding-right: 0;
		width: 500px;
	}
	.b-twinkling {
		height: 58%;
	}
	.b-orm_calc .g-header_content_wrap {
		width: 100%;
		float: none;
		margin-top: 100px;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.b-orm_calc .g-header {
		padding-bottom: 0;
	}
	.b-orm_calc .g-header_content {
		position: relative;
		width: 100%;
		top: 170px;
	}
	.b-orm_calc .g-header_wrap {
		background: url(/images/bg12_calc.jpg) no-repeat center center scroll;
		position: relative;
		background-size: cover;
		padding-bottom: 15%;
	}

}
@media(max-width:1100px){
	.b-error {
		    background-size: cover;
	}
.b-error_content h1 {
    font-size: 280px;
    padding: 80px 0 0px;
}
.b-error_content h2 {
    font-size: 60px;
}

}
@media (max-width: 1090px){
	.g-header {

	}
	/*	.g-header_wrap{
			background-position: top center;
		}*/
}
@media (max-width: 1050px){
	.b-promoting {
		background-position: top right;
	}
}
@media (max-width: 1005px){
	.g-header_content_wrap {
		margin-top: 0;
	}

}
@media (max-width: 1000px){
	.b-elite_img_main {
		width: 60%;
	}
	.b-elite_img_preview {
		width: 37.5%;
	}
	.b-elite_img_preview_item {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 22px;
	}
	.b-orm_calc .g-header_wrap {
		padding-bottom: 20%;
	}

}

@media (max-width: 990px){

	.g-header_content_wrap {
		width: 60%;
		margin-top: 0;
	}
	.b-error_content p {
    width: 80%;
}
}
@media (max-width: 970px){
	.g-footer_nav {
		width: calc(100% - 30px);
		margin: 0 15px;
	}
	.b-orm_result p {
		top: 19%;
		left: 16%;
	}

}
@media (max-width: 952px){
	.b-elite_img_preview_text {
		bottom: 5px;
	}
	.b-twinkling {
		height: 50%;
	}
	.b-fake {
		padding-bottom: 100%;
	}
}
@media (max-width: 950px){
	.b-promoting .l-title,
	.b-promoting blockquote,
	.b-promoting p,
	.b-promoting_advantage blockquote,
	.b-promoting_advantage p{
		width: 60%;
	}
	.l-product_supplements_title {
		letter-spacing: 7px;
	}
}
@media (max-width: 930px){
	.b-orm_result p {
		top: 25%;
		left: 16%;
		font-size: 70px;
	}
	.b-modal_trial .modal-dialog{
		max-width: 90%;
	}
}
@media (max-width: 900px){
	.g-header_wrap {
		position: static;
		background-position: top left;
	}
	.g-header_bg {
		position: static;
		background: rgba(0, 0, 0, 0.6);
	}
	.g-header_top_logo {
		padding: 10px 15px 10px;
	}
	.g-header_top_logo {
		position: static;
	}
	.g-header_menu .navbar-default .navbar-toggle,
	.g-header_menu .navbar-default .navbar-toggle.collapsed {

		margin-right: 0;
	}

	.g-header_content{
		margin-top: 120px;
	}
	.g-header_content_wrap{
		margin: 0 auto;
		float: none;
		padding: 0;
		text-align: center;
		width: 73%;
	}
	.g-header_content {
		position: static;
	}
	.g-header_content_logo {
		text-align: center;
		width: 50%;
		margin: 0 auto 20px;
	}
	.g-header_content p {
		margin: 11px auto 13px;
		width: 75%;
	}

	.l-arrow_slide {
		margin: 30px auto;
	}
	.b-promoting{
		text-align: center;
		padding: 0;
	}
	.b-promoting_bg{
		background: rgba(0, 0, 0, 0.6);
		padding: 0 0 80px 0;
	}
	.b-promoting .l-title,
	.b-promoting blockquote, 
	.b-promoting p,
	.b-promoting_advantage blockquote, 
	.b-promoting_advantage p {
		width: 82%;
		margin-left: auto;
		margin-right: auto;
	}
	.b-how_work{
		padding: 70px 0;
	}
	.b-how_work_bg {
		background-attachment: scroll;
		z-index: -1;
	}
	.b-how_work_content {
		position: static;
		text-align: center;
	}
	.b-published_shema_content {
		margin-top: 70px;
	}
	.b-published_ingredient {
		margin-top: 90px;
		padding-bottom: 70px;
	}
	.b-published_benefits,
	.b-published_ingredient, 
	.b-published_shema_content{
		text-align: center;
		width:82%;
		margin-left: auto;
		margin-right: auto;
	}
	.b-published_benefits blockquote,
	.b-published_benefits p{
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.b-graph p span.l-graph_text {
		font-size: 12px;
		line-height: 17px;
	}
	.b-graph p.six span.l-graph_text {
		font-size: 12px;
	}
	.b-graph p.six span {
		font-size: 50px;
	}
	.b-use_content .l-title{
		text-align: center;
	}
	.b-use_supplement_left {
		width: 100%;
		margin: 0;
		float: none;
	}
	.b-use_supplement_right {
		padding: 17px 0 0 15px;
		width: 100%;
		float: none;
	}
	.b-use_suggested header {
		text-align: center;
	}
	.b-use_suggested_left {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.l-product_supplements {
		min-width: 440px;
	}
	.b-use_suggested_right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.b-eilte {
		text-align: center;		
		padding: 68px 0 15px;
	}
	.b-elite_img_main {
		width: 65%;
		float: none;
		margin: auto;
	}
	.b-elite_img_preview {
		width: 100%;
		text-align: center;
	}
	.b-elite_img_preview_item,
	.b-elite_img_preview_item:nth-of-type(even){
		width: 19%;
		margin-right: 6%;
		margin: 15px 1% 0;
		float: none;
		display: inline-block;
	}
	.b-elite_content{
		margin-top: 25px;
	}

	.b-elite_content_item {
		display: none;
		min-height: 400px;
	}
	.b-elite_content_item blockquote {
		font-size: 18.03px;
		margin: 45px auto;
		width: 82%;
	}
	.b-elite_content_item blockquote:before {
		top: -35px;
	}
	.b-elite_content_item .l-btn {
		font-size: 17.48px;
		width: 260px;
		margin: 0 auto;
	}
	.g-footer_nav li a {
		font-size: 16.5px;
		height: 90px;
		line-height: 80px;
	}
	.g-footer_nav li:nth-child(2) a {
		font-size: 22.05px;
	}
	.g-footer_nav li a:after {
		top: 36px;
	}
	.g-footer_note {
		width: 90%;
	}
	.b-orm_calc .g-header_bg {
		background: none;
	}
	
	.b-thank article{
		width: 90%;
	}
}

@media (max-width: 885px){
	.l-how_work_circle {
		width: 180px;
		height: 180px;
	}
	.b-how_work p {
		font-size: 29.57px;
	}
	.b-how_work .l-arrow_slide {
		margin-top: 37px;
	}
}
@media (max-width: 880px){
	.b-carousel_item blockquote {
		min-height: 160px;
	}
}
@media (max-width: 860px){
	.b-orm_result p {
		top: 25%;
		left: 16%;
		font-size: 64px;
	}
}
@media (max-width: 845px){
	.b-graph p.two {
		top: 37.1%;
	}
	.b-graph p span.l-graph_text {
		font-size: 12px;
		line-height: 1.2;
	}
	.b-graph p span {
		font-size: 32px;
	}
}
@media (max-width: 840px){
	.b-elite_img_preview_item, .b-elite_img_preview_item:nth-of-type(even) {
		width: 22%;
	}
}
@media (max-width: 825px){
	.b-order_left {
		width: 33%;
		text-align: center;
		margin: 0 auto;
		float: none;
	}
	.b-order {
		padding: 0;
	}
	.b-order_right {
		width: 100%;
		padding: 26px 0 0;
		text-align: center;
	}
	.b-order_right p {
		margin: 5px auto 20px;
	}
	.l-form_radio:not(checked) + label {
		padding: 0px 5% 0 25px;
		margin-bottom: 13px;
	}
	.l-btn{
		margin: 0 auto;
	}
	.b-order .l-arrow_slide {
		margin: 45px auto 45px;
	}
	.b-orm_result p {
		top: 22%;
		left: 16%;
		font-size: 64px;
	}
}
@media (max-width: 800px){
	.l-how_work_circle,
	.l-how_work_circle.r-first,
	.l-how_work_circle.r-third{
		display: block;
		float: none;
		margin: 0 auto;
		width: 270px;
		height: 270px;
		padding: 77px 0 0 0;
	}
	.l-how_work_circle.r-first {
		padding: 67px 0 0;
	}
	.b-how_work .l-arrow_slide {
		margin-top: 37px;
		float: none;
		transform: rotate(0deg);
	}
	.b-how_work .l-arrow_slide {
		margin-top: 25px;
		float: none;
		transform: rotate(0deg);
		width: 40px;		
		width: 65px;
	}
	.b-how_work p {
		font-size: 48.57px;
	}
	.b-review_item_content_left {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.b-review_item_content_right {
		width: 100%;
		float: none;
	}
	.b-modal .modal-dialog {
		padding: 0 3.5%;
	}
}

@media (max-width: 768px){
	.g-header_menu .navbar-nav {
		margin: 0;
	}
	.g-header_top {
		min-height: 90px;
	}
	.g-header_top .l-btn {
		margin-left: -142px;
		font-size: 40.83px;
		line-height: 60px;
		width: 284px;
		height: 60px;
		padding: 0 21px;
		top: 15px;
	}
	.g-header_menu .navbar-default .navbar-toggle, .g-header_menu .navbar-default .navbar-toggle.collapsed {
		height: 60px;
		width: 65px;
		padding: 17px 10px 10px;
	}
	.g-header_menu .navbar-default .navbar-nav>li a {
		padding: 27px 24px;
		font-size: 30px;
	}
	.g-header_top_logo img {
		max-width: 122px;
	}
	.b-twinkling {
		height: 65%;
	}
	.b-orm_calc .l-hide_lg{
		display: block;

	}
	.b-orm_calc .l-hide_sm{
		display: none;
	}
	.b-orm_slide_section h2{
		margin-bottom: 30px;
	}
	.b-orm_result {
		margin-top: -23px;
		width: 39.5%;
		text-align: left;
		float: right;
	}
	.b-orm_result img{
		max-width: 210px;
	}
	.b-orm_form {
		width: 56%;
		margin-right: 4%;
		float: left;
	}
	.b-orm_result p {
		top: 20%;
		font-size: 74.66px;
		text-align: center;
		left: 10px;
	}
	.b-orm_form input {
		padding: 26px 10px;
		background: #eee;
		border: none;
		font-size: 24px;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.b-orm_form input {
		padding: 26px 10px;
		background: #eee;
		border: none;
		font-size: 24px;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.b-orm_slide_section .l-btn {
		width: 100%;
		margin-top: 16px;
		font-size: 34px;
		text-align: center;
		height: 100px;	
		line-height: 100px;
	}
	.b-orm_calc .table-responsive{
		position: relative;
	}
	.b-orm_table table td,
	.b-orm_table table .b-title {
		font-size: 21.08px;
	}
	.b-elite_content_item {
		min-height: 430px;
	}
}
@media (max-width: 767px){
		.b-ebook_body .l-title{
		font-size: 50px;
	}
}
@media (max-width: 730px){
	.b-elite_img_main {
		width: 80%;
	}
	.b-elite_img_preview_item, .b-elite_img_preview_item:nth-of-type(even) {
		width: 25%;
	}
	.b-elite_content_item blockquote {
		width: 100%;
	}
	.b-orm_calc .g-header_content_wrap {
		margin-top: 0;
	}
	.b-orm_calc .g-header_content {
		top: 120px;
	}
}
@media (max-width: 719px){
	.b-twit {
		padding: 55px 0px 90px;
	}
	.b-carousel_item blockquote {
		min-height: 0;
		width: 100%;
	}
	.b-carousel_item p {
		width: 100%;
	}
	.b-carousel_next {
		width: 60px;
		height: 60px;
		margin: 20px auto 0;
		position: static;
		display: block;
	}
}
@media (max-width: 715px){
	.b-graph p span.l-graph_text,
	.b-graph p.six span.l-graph_text{
		font-size: 10px;
	}
	.b-graph p span {
		font-size: 29px;
	}
	.b-graph p.six span {
		font-size: 40px;
	}
	.g-footer_copyright {
		font-size: 17px;
	}
	.g-footer_bottom_nav li a {
		font-size: 14px;
	}
}
@media (max-width: 700px){
	.g-footer_nav li a:after {
		top: 36px;
		top: 39px;
		right: 7%;
		width: 8px;
		height: 16px;
	}
	.b-accordion-header.r-padding {
		padding: 27px 6%;
	}
	.b-accordion-header {
		padding: 37px 6%;
	}
	.b-orm_result p {
		top: 23%;
		font-size: 69.66px;
		text-align: center;
		left: 18px;
	}
}

@media (max-width: 650px){
	.b-fake {
		padding-bottom: 170%;
	}
	.b-twinkling {
		height: 48%;
	}
	.b-twinkling {
		height: 59%;
	}
	.b-orm_result {
		margin-top: -13px;
		width: 35.5%;
	}
	.b-orm_result p {
		top: 23%;
		left: 36px;
	}
	.b-orm_slide_section .l-btn {
		font-size: 30px;
	}
		.b-ebook_body {
    padding: 45px 0 90px;
}
	.b-ebook_item.left, .b-ebook_item.right {
    width: 100%;
    float: none;
    padding: 20px 0;
}
	.b-ebook_item.left {
    position: relative;
	z-index: 9;
}
	.b-ebook_item.right {
    margin-top: -60px;
}
}
@media (max-width: 645px){
	.b-elite_img_preview_item, .b-elite_img_preview_item:nth-of-type(even) {
		width: 30%;
	}
	.g-footer_nav {
		top: -32px;
	}
	.g-footer_nav li a {
		font-size: 14.5px;
		height: 65px;
		line-height: 55px;
	}
	.g-footer_nav li:nth-child(2) a {
		font-size: 19.05px;
	}
	.g-footer_nav li a:after {
		top: 26px;
	}
	.b-contact_form input, .b-contact_form textarea {
		padding: 25px 7%;
		font-size: 15px;
	}
	.b-contact_form textarea {
		height: 180px;
	}
	.b-modal_header .l-title {
		font-size: 60.1px;
	}
	.b-accordion-header {
		padding: 27px 6%;
	}
	.b-accordion-header.r-padding {
		padding: 17px 6%;
	}
}
@media (max-width: 640px){
	.g-header_content_wrap {
		width: 100%;
	}
	.b-promoting .l-title, 
	.b-promoting blockquote,
	.b-promoting p, 
	.b-promoting_advantage blockquote, 
	.b-promoting_advantage p {
		width: 100%;
	}
	.b-published_benefits, 
	.b-published_ingredient, 
	.b-published_shema_content {
		width: 100%;
	}
	.b-graph p span {
		font-size: 25px;
	}
}
@media (max-width: 625px){
	.b-review .l-title {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.b-review .l-btn {
		float: none;
	}
	.b-review_rating_left{
		margin-bottom: 20px;
	}
	.b-review_rating_left,
	.b-review_rating_right{
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.b-review_rating_right .b-rating_block{
		padding-left: 8%;
	}
	.b-rating_block_row_value {
		padding-right: 24px;
	}
	.b-review_item_content_quality,
	.b-review_item_content_value{
		float: none;
		width: 100%;
		text-align: left;
	}
	.c-join {
		padding-bottom: 85px;
		width: 49%;
		margin-bottom: 40px;
	}
	.b-join_icon {
		margin: 30px auto 40px;
	}
	.b-join_link {
		margin-top: 48px;
	}
}
@media (max-width: 600px){
	.b-graph p span.l-graph_text, .b-graph p.six span.l-graph_text {
		font-size: 9px;
	}
	.b-graph p span {
		font-size: 23px;
	}
	.b-graph p.six span {
		font-size: 30px;
	}
	.l-btn {
		font-size: 14.83px;
		line-height: 60px;
		width: 200px;
		height: 60px;
		padding: 0 10px;
	}
	.l-btn_cart span {
		width: 29px;
		height: 29px;
	}
	.b-promoting_video_wrap .l-btn span {
		width: 40px;
		height: 29px;
	}
	.b-accordion-header.r-padding {
		padding: 17px 4%;
	}
	.b-accordion-header {
		padding: 27px 4%;
	}
	.b-orm_form input {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.b-orm_result p {
		top: 22%;
		font-size: 65px;
	}
	.b-orm_slide_section .l-btn {
		margin-top: 16px;
		font-size: 22px;
		height: 75px;
		line-height: 75px;
	}
	.b-modal_trial .l-btn {
		font-size: 30px;
	}
	.b-modal_trial_form .b-trial_check {
		font-size: 20px;
	}
	.b-trial_checkbox {
		width: 25px;
		height: 25px;
		margin-right: 3px;
		margin-top: -5px;
	}

	.b-modal_trial .modal-dialog{
		border: 15px solid rgb(159, 105, 168);
	}
	.b-page_trial .l-btn{
		width: 100%;
	}
	.b-page_trial section {
		padding: 15px 0px 15px;
	}
}

@media (max-width: 570px){
	.g-footer_nav li:nth-child(2) a {
		font-size: 17.05px;
	}
}
@media (max-width: 560px){
	.b-accordion-header {
		font-size: 13.98px;
	}
}
@media (max-width: 555px){
	.b-orm_result p {
		top: 24%;
		font-size: 55px;
	}
		.b-error_content h1 {
    font-size: 200px;
	}
	.b-error_content h2 {
    font-size: 45px;
}
.b-error_content p {
    width: 90%;
    font-size: 14px;
}
}
@media (max-width: 545px){
	.b-elite_img_main {
		width: 100%;
	}
	.b-elite_img_preview_item, .b-elite_img_preview_item:nth-of-type(even) {
		width: 30%;
	}
	.b-elite_img_preview_item a.active .b-elite_img_preview_text {
		top: 55%;
	}
	.b-elite_img_preview_item a:hover .b-elite_img_preview_text {
		top: 55%;
	}
}
@media (max-width: 540px){
	.b-graph p span.l-graph_text, .b-graph p.six span.l-graph_text {
		font-size: 7px;
	}
	.b-graph p span {
		font-size: 20px;
	}
	.b-graph p.six span {
		font-size: 25px;
	}
}
@media (max-width: 530px){
	.b-orm_result p {
		top: 24%;
		font-size: 55px;
		left: 32px;
	}
}
@media (max-width: 520px){
	.b-elite_content_item {
		min-height: 465px;
	}
	.b-promoting{
		background: url(/images/bg3_m.jpg) no-repeat top right;
		background-size: cover;
	}
	.g-footer_note {
		width: 100%;
	}
	.b-orm_calc .g-header_content {
		top: 80px;
	}
}
@media (max-width: 510px){
	.b-accordion-header.r-padding {
		padding: 17px 10% 17px 4%;
	}
	.b-accordion-header.r-padding span {
		margin: -11px -7% 0 0;
	}
	.b-accordion-header{
		padding:27px 10% 27px 4%;
	}
	.b-accordion-header span {
		margin-right: -7%;
	}
	.b-accordion-header span {
		width: 18px;
		height: 18px;
		background: url(/images/icon_plus_minus.png) no-repeat;
		background-position: -3px -3px;
	}
	.b-accordion-header.rotate span {
		width: 18px;
		height: 18px;
	}
	.b-orm_form {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.b-orm_result {
		margin: 0 auto;
		width: 80%;
		float: none;
		/* position: relative; */
		text-align: center;
	}
	.b-orm_result p {
		top: 24%;
		font-size: 65px;
		width: 100%;
		left: 0;
	}
}
@media (max-width: 500px){
	.b-order_left {
		width: 45%;
	}
	.b-order_right p {
		width: 100%;
	}
	.l-form_radio:not(checked) + label {
		padding: 0px 0% 0 25px;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.l-form_radio:not(checked) + label {
		padding: 0px 0% 0 17px;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.l-form_radio:not(checked) + label:before {
		top: 3px;
		left: -3px;
		width: 15px;
		height: 15px;
	}
	.l-form_radio:not(checked) + label:after {
		top: 7.75px;
		left: 2px;
		width: 5px;
		height: 5px;
	}
	.b-fake {
		padding-bottom: 230%;
	}
}

@media (max-width: 480px){
	.g-footer_nav {
		top: -22px;
	}
	.g-footer_nav li a {
		font-size: 12.5px;
		height: 50px;
		line-height: 40px;
	}
	.g-footer_nav li:nth-child(2) a {
		font-size: 15.05px;
	}
	.g-footer_nav li a:after {
		top: 17px;
	}
}
@media (max-width: 455px){

	.g-footer_nav li:nth-child(2) a {
		font-size: 12.5px;
	}
	.g-footer_nav li a:after {
		top: 36px;
		top: 19px;
		right: 7%;
		width: 5px;
		height: 11px;
	}
}
@media (max-width: 450px){
	body{
		font-size: 16px;
	}
	.g-header_top_logo img {
		max-width: 122px;
	}
	.g-header_top {
		min-height: 65px;
	}
	.g-header_top .l-btn {
		margin-left: -85px;
		font-size: 24.83px;
		line-height: 40px;
		width: 170px;
		height: 40px;
		padding: 0 10px;
	}
	.g-header_menu .navbar-default .navbar-toggle, .g-header_menu .navbar-default .navbar-toggle.collapsed {
		height: 40px;
		width: 50px;
		margin-right: 0;
		padding: 8px 5px 8px;
		margin: 3px 0;
	}
	.g-header_menu .navbar-default .navbar-toggle .icon-bar {
		margin-bottom: 6px;
		width: 39px;
		height: 3px;
	}
	.b-promoting_lean {
		padding: 50px 0 50px;
	}
	.b-promoting blockquote {
		font-size: 22px;
		margin: 50px 0px 30px 0px;
	}
	.b-promoting blockquote span {
		font-size: 16px;
	}
	.b-graph p.six span {
		font-size: 20px;
	}
	.b-graph p span {
		font-size: 15px;
	}
	.b-join_icon {
		margin: 15px auto 15px;
	}
}
@media (max-width: 450px){
	/*	.b-elite_img_preview_text p {
		padding: 5px 2px 5px;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		bottom: 26%;
		margin-top: 23px;
	}
	.b-elite_img_preview_item a:hover .b-elite_img_preview_text,
	.b-elite_img_preview_item a.active .b-elite_img_preview_text {
		top: 0;
		background: transparent;
	}*/
	.b-elite_img_preview_item, .b-elite_img_preview_item:nth-of-type(even) {
		width: 47%;
	}
	.b-elite_img_preview_text span {
		font-size: 14.85px;
	}
	.b-elite_img_preview_text span:last-child {
		font-size: 12.8px;
	}
}
@media (max-width: 425px){
	.b-graph p.six {
		top: 4.5%;
	}
	.b-graph p.one {
		top: 4.5%;
	}
	.b-graph p span.l-graph_text, .b-graph p.six span.l-graph_text {
		font-size: 5px;
	}
	.b-graph p span {
		font-size: 12px;
	}
	.b-graph p.six span {
		font-size: 15px;
	}
	.b-elite_content_item {
		min-height: 465px;
	}
	.b-elite_img_preview_text {
		bottom: 3px;
		padding: 0px 0px 0px;
	}
	.b-elite_img_preview_text span {
		font-size: 12.85px;
	}
	.b-elite_img_preview_text span:last-child {
		font-size: 10.8px;
	}
}
@media (max-width: 400px){
	.g-header_top {
		min-height: 55px;
	}
	.g-header_top .l-btn {
		margin-left: -70px;
		font-size: 22px;
		line-height: 40px;
		width: 140px;
		height: 40px;
		padding: 0 10px;
	}
	.g-header_menu .navbar-default .navbar-toggle, .g-header_menu .navbar-default .navbar-toggle.collapsed {
		margin: 0px 0;
	}
	.g-header_top_logo {
		padding: 10px 15px 0px;
	}
	.g-header_menu .navbar-default .navbar-toggle, .g-header_menu .navbar-default .navbar-toggle.collapsed {
		height: 40px;
		width: 50px;
		margin-right: 0;
		padding: 8px 5px 8px;
		margin: 0px 0;
	}
	.b-elite_content_item {
		min-height: 490px;
	}
}

@media (max-width: 390px){
	.c-join {
		width: 100%;
		margin-right: 0;
	}
	.b-join_icon {
		margin: 15px auto 15px;
	}
	.b-join_icon img {
		max-width: 55px;
	}
	.b-join_followers span:first-child {
		font-size: 80px;
	}
	.b-join_followers span:last-child {
		font-size: 15.07px;
	}
	.g-footer_nav {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.g-footer_nav li:nth-child(2) a {
		/* font-size: 13.05px; */
		font-size: 12.5px;
	}
}
@media (max-width: 380px){
	.l-title {
		font-size: 50px;
	}
	.g-header_content p {
		width: 100%;
	}
	.b-orm_slide_section .l-btn {
		margin-top: 16px;
		font-size: 18px;
	}

}
@media(max-width:360px){
	.g-footer_nav li a,
	.g-footer_nav li:nth-child(2) a {
		/* font-size: 13.05px; */
		font-size: 11.5px;
	}
	.b-accordion-header {
		font-size: 12.98px;
	}
}
@media(max-width:350px){
	.b-elite_content_item {
		min-height: 535px;
	}
}
@media(max-width:330px){
	.g-footer_nav li a, .g-footer_nav li:nth-child(2) a {
		font-size: 10.5px;
	}
}
